@react-types/autocomplete 3.0.0-nightly.4324 → 3.0.0-nightly.4384

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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. 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.4324+a2146aa2e",
3
+ "version": "3.0.0-nightly.4384+ecf375f46",
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.9.1-nightly.4324+a2146aa2e",
13
- "@react-types/searchfield": "3.0.0-nightly.2613+a2146aa2e",
14
- "@react-types/shared": "3.0.0-nightly.2613+a2146aa2e"
12
+ "@react-types/combobox": "3.10.1-nightly.4384+ecf375f46",
13
+ "@react-types/searchfield": "3.0.0-nightly.2672+ecf375f46",
14
+ "@react-types/shared": "3.0.0-nightly.2672+ecf375f46"
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": "a2146aa2eb9cc28f4d90c8f520e6be5ff90471c4"
22
+ "gitHead": "ecf375f469d65649e2f55b889d07aa330eef9ba2"
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. */