@docsearch/js 5.0.0-beta.4 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/docsearch.d.ts +1 -1
- package/dist/esm/docsearch.js +2 -2
- package/dist/esm/docsearch.js.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/umd/docsearch.js +2 -2
- package/dist/umd/docsearch.js.map +1 -1
- package/dist/umd/index.js +2 -2
- package/dist/umd/index.js.map +1 -1
- package/package.json +3 -3
package/dist/esm/docsearch.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @docsearch/js 5.0.0
|
|
1
|
+
/*! @docsearch/js 5.0.0 (UNRELEASED 0c5978a) | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
|
|
2
2
|
import { InitialAskAiMessage } from "@docsearch/core";
|
|
3
3
|
import { DocSearchProps as DocSearchProps$1, HitComponentProps, ResultsFooterComponentProps } from "@docsearch/react";
|
|
4
4
|
//#region ../../node_modules/.bun/preact@11.0.0-beta.0/node_modules/preact/src/index.d.ts
|
package/dist/esm/docsearch.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @docsearch/js 5.0.0
|
|
1
|
+
/*! @docsearch/js 5.0.0 (UNRELEASED 0c5978a) | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
|
|
2
2
|
//#region \0rolldown/runtime.js
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -1182,7 +1182,7 @@ function DocSearchButtonKey({ reactsToKey, children }) {
|
|
|
1182
1182
|
|
|
1183
1183
|
//#endregion
|
|
1184
1184
|
//#region ../docsearch-react/dist/esm/version.js
|
|
1185
|
-
const version$1 = "5.0.0
|
|
1185
|
+
const version$1 = "5.0.0";
|
|
1186
1186
|
|
|
1187
1187
|
//#endregion
|
|
1188
1188
|
//#region \0@oxc-project+runtime@0.139.0/helpers/esm/OverloadYield.js
|