* feat(composable-api): Step 1, new core package, pull basic state up higer (#2771)
* feat(composable-api): Step 1, new core package, pull basic state up higher
* Package cleanup, update core Readme
* Cleanup to fix weird import behavior
* Fix dependencies
* Try fixing deps again
* Track new package dist in CI
* Make sure to restore core package
* feat(composable-api): Step 2, composable DocSearchButton (#2772)
* feat(composable-api): Step 1, new core package, pull basic state up higher
* Package cleanup, update core Readme
* Cleanup to fix weird import behavior
* Fix dependencies
* Try fixing deps again
* Track new package dist in CI
* Make sure to restore core package
* feat(composable-api): Step 2, move DocSearchButton to be composable
* Implement keyboard shortcuts props
* Set modal package version
* Render new DocSearchButton in react package
* Bump allowed bundle size for now
* feat(composable-api): Step 3, composable DocSearchModal (#2774)
* feat(composable-api): Step 1, new core package, pull basic state up higher
* Package cleanup, update core Readme
* Cleanup to fix weird import behavior
* Fix dependencies
* Try fixing deps again
* Track new package dist in CI
* Make sure to restore core package
* feat(composable-api): Step 2, move DocSearchButton to be composable
* Implement keyboard shortcuts props
* Set modal package version
* Render new DocSearchButton in react package
* Bump allowed bundle size for now
* feat(composable-api): Step 3, make DocSearchModal composable
* Clean up needed dependencies, add more bundle checks
* fix: CI
* add test cases to core package
* add test cases to modal package
* fixes after rebase
* fix: lint
* Memoize modal props to stabalize rendering
* Dont track isModalActive in props
* bump @docsearch/modal bundlesize
* remove icons dir from @docsearch-modal
* update version definition for @docsearch-react and @docsearch-modal
* fix: lint
Fixes an issue with Docusaurus after the new Ask AI screens were added.
This was caused from the state and callbacks being set outside of
DocSearchModal.
- Move askAiState inside of DocSearchModal
- Handle changing the state when needed
- Updates color styling of dropdown menu
* feat(askai): Initial ai-sdk v5 work
* Add sdk version header, code cleanup
* feat(askai): Get ai sdk v5 working
* fix: tests bundlesize
* fix: not all streaming states were showing
* fix: Show reasoning state, fix CSS issues, extract link sources for multiple text parts
* Remove important for removing text decoration
* feat(v4): Add support for multi-index search
* feat(docs): Document new indices property and mark indeName and searchParameters as deprecated
---------
Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com>