@react-types/combobox 3.9.1-nightly.4324 → 3.10.1-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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/src/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-types/combobox",
3
- "version": "3.9.1-nightly.4324+a2146aa2e",
3
+ "version": "3.10.1-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,7 +9,7 @@
9
9
  "url": "https://github.com/adobe/react-spectrum"
10
10
  },
11
11
  "dependencies": {
12
- "@react-types/shared": "3.0.0-nightly.2613+a2146aa2e"
12
+ "@react-types/shared": "3.0.0-nightly.2668+86b38c878"
13
13
  },
14
14
  "peerDependencies": {
15
15
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
@@ -17,5 +17,5 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "gitHead": "a2146aa2eb9cc28f4d90c8f520e6be5ff90471c4"
20
+ "gitHead": "86b38c87868ce7f262e0df905e5ac4eb2653791d"
21
21
  }
package/src/index.d.ts CHANGED
@@ -97,7 +97,7 @@ export interface SpectrumComboBoxProps<T> extends SpectrumTextInputBase, Omit<Ar
97
97
  * @default true
98
98
  */
99
99
  shouldFlip?: boolean,
100
- /** Width of the menu. By default, matches width of the trigger. */
100
+ /** Width of the menu. By default, matches width of the combobox. Note that the minimum width of the dropdown is always equal to the combobox's width. */
101
101
  menuWidth?: DimensionValue,
102
102
  /**
103
103
  * Whether the text or key of the selected item is submitted as part of an HTML form.