@constructor-io/constructorio-ui-autocomplete 1.23.0 → 1.23.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/README.md +2 -2
- package/dist/constructorio-ui-autocomplete-bundled.js +8 -8
- package/lib/cjs/hooks/useDebouncedFetchSections.js +3 -1
- package/lib/cjs/version.js +1 -1
- package/lib/mjs/hooks/useDebouncedFetchSections.js +3 -1
- package/lib/mjs/version.js +1 -1
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## Introduction
|
|
7
7
|
|
|
8
|
-
This UI Library provides React components that manage fetching and rendering logic for [Constructor.io's autosuggest services](https://constructor.
|
|
8
|
+
This UI Library provides React components that manage fetching and rendering logic for [Constructor.io's autosuggest services](https://constructor.com/solutions/search).
|
|
9
9
|
|
|
10
10
|
[Our storybook docs](https://constructor-io.github.io/constructorio-ui-autocomplete) are the best place to explore the behavior and configuration options for this UI Library.
|
|
11
11
|
|
|
@@ -223,7 +223,7 @@ Dispatch the [Deploy Storybook](https://github.com/Constructor-io/constructorio-
|
|
|
223
223
|
|
|
224
224
|
## Supporting Docs
|
|
225
225
|
|
|
226
|
-
- [Storybook 7 Introduction](https://storybook.js.org/docs/7
|
|
226
|
+
- [Storybook 7 Introduction](https://storybook.js.org/docs/7/get-started/setup)
|
|
227
227
|
- [Typescript Docs](https://www.typescriptlang.org/docs/)
|
|
228
228
|
|
|
229
229
|
## Usage examples
|