@constructor-io/constructorio-ui-autocomplete 1.8.2 → 1.8.5
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/README.md +3 -0
- package/dist/constructorio-ui-autocomplete-bundled.js +13 -13
- package/lib/cjs/hooks/useCioAutocomplete.js +2 -2
- package/lib/cjs/hooks/useDownShift.js +2 -2
- package/lib/cjs/utils.js +6 -1
- package/lib/mjs/hooks/useCioAutocomplete.js +2 -2
- package/lib/mjs/hooks/useDebouncedFetchSections.js +3 -1
- package/lib/mjs/hooks/useDownShift.js +2 -2
- package/lib/mjs/utils.js +6 -1
- package/lib/types/components/Autocomplete/CioAutocompleteProvider.d.ts +1 -1
- package/lib/types/hooks/useCioAutocomplete.d.ts +1 -1
- package/lib/types/hooks/useCioClient.d.ts +1 -1
- package/lib/types/hooks/useDebouncedFetchSections.d.ts +1 -1
- package/lib/types/hooks/useDownShift.d.ts +1 -1
- package/lib/types/hooks/useFetchRecommendationPod.d.ts +1 -1
- package/lib/types/hooks/useSections.d.ts +1 -1
- package/lib/types/types.d.ts +3 -2
- package/package.json +2 -2
- package/lib/.DS_Store +0 -0
- package/lib/cjs/components/Autocomplete/.DS_Store +0 -0
package/README.md
CHANGED
|
@@ -192,3 +192,6 @@ npm run build-storybook # generate storybook static bundle for deploy with GH
|
|
|
192
192
|
|
|
193
193
|
- [Storybook 7 Introduction](https://storybook.js.org/docs/7.0/react/get-started/introduction)
|
|
194
194
|
- [Typescript Docs](https://www.typescriptlang.org/docs/)
|
|
195
|
+
|
|
196
|
+
## Usage examples
|
|
197
|
+
- [Javascript](https://codesandbox.io/s/autocomplete-ui-integration-plain-y9zjl7)
|