@seekora-ai/docsearch-js 1.0.0 → 1.0.1
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/index.d.ts +4 -4
- package/dist/index.esm.js +761 -77
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +762 -78
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DocSearchHit, DocSearchSuggestion, DocSearchProps } from '@seekora/docsearch-react';
|
|
2
|
-
export { DocSearchHit, DocSearchProps, DocSearchSuggestion } from '@seekora/docsearch-react';
|
|
1
|
+
import { DocSearchHit, DocSearchSuggestion, DocSearchProps } from '@seekora-ai/docsearch-react';
|
|
2
|
+
export { DocSearchHit, DocSearchProps, DocSearchSuggestion } from '@seekora-ai/docsearch-react';
|
|
3
3
|
|
|
4
4
|
interface DocSearchOptions {
|
|
5
5
|
/** Container element or CSS selector */
|
|
@@ -46,8 +46,8 @@ interface DocSearchInstance {
|
|
|
46
46
|
*
|
|
47
47
|
* @example
|
|
48
48
|
* ```js
|
|
49
|
-
* import docsearch from '@seekora/docsearch-js';
|
|
50
|
-
* import '@seekora/docsearch-css';
|
|
49
|
+
* import docsearch from '@seekora-ai/docsearch-js';
|
|
50
|
+
* import '@seekora-ai/docsearch-css';
|
|
51
51
|
*
|
|
52
52
|
* const search = docsearch({
|
|
53
53
|
* container: '#docsearch',
|