@magicx-eng/ai-autocomplete-react 0.4.1 → 0.4.2
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -170,7 +170,7 @@ interface AIAutocompleteDropdownProps {
|
|
|
170
170
|
isLoading?: boolean;
|
|
171
171
|
/** Once the user has tabbed to highlight an option, the footer hint switches from "tab to select" to "→ to skip". Provided by `dropdownProps` from the hook. */
|
|
172
172
|
hasTabbedToHighlight?: boolean;
|
|
173
|
-
/** When the input has no typed text, the footer hint reads "tab to
|
|
173
|
+
/** When the input has no typed text, the footer hint reads "tab to select". Provided by `dropdownProps` from the hook. */
|
|
174
174
|
isInputEmpty?: boolean;
|
|
175
175
|
/**
|
|
176
176
|
* Where the dropdown opens relative to the input. When `"above"`, the dropdown
|
package/dist/index.d.ts
CHANGED
|
@@ -170,7 +170,7 @@ interface AIAutocompleteDropdownProps {
|
|
|
170
170
|
isLoading?: boolean;
|
|
171
171
|
/** Once the user has tabbed to highlight an option, the footer hint switches from "tab to select" to "→ to skip". Provided by `dropdownProps` from the hook. */
|
|
172
172
|
hasTabbedToHighlight?: boolean;
|
|
173
|
-
/** When the input has no typed text, the footer hint reads "tab to
|
|
173
|
+
/** When the input has no typed text, the footer hint reads "tab to select". Provided by `dropdownProps` from the hook. */
|
|
174
174
|
isInputEmpty?: boolean;
|
|
175
175
|
/**
|
|
176
176
|
* Where the dropdown opens relative to the input. When `"above"`, the dropdown
|