@box/blueprint-web 14.21.0 → 14.21.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.
@@ -140,6 +140,10 @@ export interface ComboboxBaseProps<Multiple extends boolean, FreeInput extends b
140
140
  * The name of the combobox. Submitted with its owning form as part of a name/value pair.
141
141
  */
142
142
  name?: string;
143
+ /**
144
+ * When `true`, the combobox input will be focused on mount.
145
+ */
146
+ autoFocus?: boolean;
143
147
  /**
144
148
  * When `true`, prevents the user from interacting with combobox.
145
149
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "14.21.0",
3
+ "version": "14.21.1",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@ariakit/react": "0.4.21",
49
49
  "@ariakit/react-core": "0.4.21",
50
- "@box/blueprint-web-assets": "^4.115.7",
50
+ "@box/blueprint-web-assets": "^4.115.8",
51
51
  "@internationalized/date": "^3.12.0",
52
52
  "@radix-ui/react-accordion": "1.1.2",
53
53
  "@radix-ui/react-checkbox": "1.0.4",
@@ -77,7 +77,7 @@
77
77
  "type-fest": "^3.2.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@box/storybook-utils": "^0.18.7",
80
+ "@box/storybook-utils": "^0.18.8",
81
81
  "@figma/code-connect": "1.4.4",
82
82
  "@types/react": "^18.0.0",
83
83
  "@types/react-dom": "^18.0.0",