@react-types/autocomplete 3.0.0-nightly.4322 → 3.0.0-nightly.4380
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/package.json +5 -5
- package/src/index.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-types/autocomplete",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.4380+86b38c878",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"url": "https://github.com/adobe/react-spectrum"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@react-types/combobox": "3.
|
|
13
|
-
"@react-types/searchfield": "3.0.0-nightly.
|
|
14
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
12
|
+
"@react-types/combobox": "3.10.1-nightly.4380+86b38c878",
|
|
13
|
+
"@react-types/searchfield": "3.0.0-nightly.2668+86b38c878",
|
|
14
|
+
"@react-types/shared": "3.0.0-nightly.2668+86b38c878"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "86b38c87868ce7f262e0df905e5ac4eb2653791d"
|
|
23
23
|
}
|
package/src/index.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ export interface SpectrumSearchAutocompleteProps<T> extends SpectrumTextInputBas
|
|
|
70
70
|
* @default true
|
|
71
71
|
*/
|
|
72
72
|
shouldFlip?: boolean,
|
|
73
|
-
/** Width of the menu. By default, matches width of the trigger. */
|
|
73
|
+
/** Width of the menu. By default, matches width of the trigger. Note that the minimum width of the dropdown is always equal to the trigger's width. */
|
|
74
74
|
menuWidth?: DimensionValue,
|
|
75
75
|
onLoadMore?: () => void,
|
|
76
76
|
/** An icon to display at the start of the input. */
|