@ark-ui/react 5.10.0 → 5.11.0
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/components/combobox/combobox.d.cts +1 -1
- package/dist/components/combobox/combobox.d.ts +1 -1
- package/dist/components/combobox/index.d.cts +1 -1
- package/dist/components/combobox/index.d.ts +1 -1
- package/dist/components/file-upload/file-upload-root.cjs +1 -0
- package/dist/components/file-upload/file-upload-root.js +1 -0
- package/package.json +63 -63
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type { HighlightChangeDetails, InputValueChangeDetails, OpenChangeDetails, ValueChangeDetails, } from '@zag-js/combobox';
|
|
1
|
+
export type { HighlightChangeDetails, InputValueChangeDetails, OpenChangeDetails, ValueChangeDetails, SelectionDetails, } from '@zag-js/combobox';
|
|
2
2
|
export type { CollectionItem } from '../collection';
|
|
3
3
|
export { ComboboxClearTrigger as ClearTrigger, type ComboboxClearTriggerBaseProps as ClearTriggerBaseProps, type ComboboxClearTriggerProps as ClearTriggerProps, } from './combobox-clear-trigger';
|
|
4
4
|
export { ComboboxContent as Content, type ComboboxContentBaseProps as ContentBaseProps, type ComboboxContentProps as ContentProps, } from './combobox-content';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type { HighlightChangeDetails, InputValueChangeDetails, OpenChangeDetails, ValueChangeDetails, } from '@zag-js/combobox';
|
|
1
|
+
export type { HighlightChangeDetails, InputValueChangeDetails, OpenChangeDetails, ValueChangeDetails, SelectionDetails, } from '@zag-js/combobox';
|
|
2
2
|
export type { CollectionItem } from '../collection';
|
|
3
3
|
export { ComboboxClearTrigger as ClearTrigger, type ComboboxClearTriggerBaseProps as ClearTriggerBaseProps, type ComboboxClearTriggerProps as ClearTriggerProps, } from './combobox-clear-trigger';
|
|
4
4
|
export { ComboboxContent as Content, type ComboboxContentBaseProps as ContentBaseProps, type ComboboxContentProps as ContentProps, } from './combobox-content';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type { HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails, } from '@zag-js/combobox';
|
|
1
|
+
export type { HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails, SelectionDetails as ComboboxSelectionDetails, } from '@zag-js/combobox';
|
|
2
2
|
export { createListCollection, type CollectionItem, type ListCollection } from '../collection';
|
|
3
3
|
export { ComboboxClearTrigger, type ComboboxClearTriggerBaseProps, type ComboboxClearTriggerProps, } from './combobox-clear-trigger';
|
|
4
4
|
export { ComboboxContent, type ComboboxContentBaseProps, type ComboboxContentProps } from './combobox-content';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type { HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails, } from '@zag-js/combobox';
|
|
1
|
+
export type { HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails, SelectionDetails as ComboboxSelectionDetails, } from '@zag-js/combobox';
|
|
2
2
|
export { createListCollection, type CollectionItem, type ListCollection } from '../collection';
|
|
3
3
|
export { ComboboxClearTrigger, type ComboboxClearTriggerBaseProps, type ComboboxClearTriggerProps, } from './combobox-clear-trigger';
|
|
4
4
|
export { ComboboxContent, type ComboboxContentBaseProps, type ComboboxContentProps } from './combobox-content';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.11.0",
|
|
5
5
|
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"accordion",
|
|
@@ -150,64 +150,64 @@
|
|
|
150
150
|
},
|
|
151
151
|
"sideEffects": false,
|
|
152
152
|
"dependencies": {
|
|
153
|
-
"@internationalized/date": "3.8.
|
|
154
|
-
"@zag-js/accordion": "1.
|
|
155
|
-
"@zag-js/angle-slider": "1.
|
|
156
|
-
"@zag-js/anatomy": "1.
|
|
157
|
-
"@zag-js/auto-resize": "1.
|
|
158
|
-
"@zag-js/avatar": "1.
|
|
159
|
-
"@zag-js/carousel": "1.
|
|
160
|
-
"@zag-js/checkbox": "1.
|
|
161
|
-
"@zag-js/clipboard": "1.
|
|
162
|
-
"@zag-js/collapsible": "1.
|
|
163
|
-
"@zag-js/collection": "1.
|
|
164
|
-
"@zag-js/color-picker": "1.
|
|
165
|
-
"@zag-js/color-utils": "1.
|
|
166
|
-
"@zag-js/combobox": "1.
|
|
167
|
-
"@zag-js/core": "1.
|
|
168
|
-
"@zag-js/date-picker": "1.
|
|
169
|
-
"@zag-js/date-utils": "1.
|
|
170
|
-
"@zag-js/dialog": "1.
|
|
171
|
-
"@zag-js/dom-query": "1.
|
|
172
|
-
"@zag-js/editable": "1.
|
|
173
|
-
"@zag-js/file-upload": "1.
|
|
174
|
-
"@zag-js/file-utils": "1.
|
|
175
|
-
"@zag-js/focus-trap": "1.
|
|
176
|
-
"@zag-js/floating-panel": "1.
|
|
177
|
-
"@zag-js/highlight-word": "1.
|
|
178
|
-
"@zag-js/hover-card": "1.
|
|
179
|
-
"@zag-js/i18n-utils": "1.
|
|
180
|
-
"@zag-js/listbox": "1.
|
|
181
|
-
"@zag-js/menu": "1.
|
|
182
|
-
"@zag-js/number-input": "1.
|
|
183
|
-
"@zag-js/pagination": "1.
|
|
184
|
-
"@zag-js/password-input": "1.
|
|
185
|
-
"@zag-js/pin-input": "1.
|
|
186
|
-
"@zag-js/popover": "1.
|
|
187
|
-
"@zag-js/presence": "1.
|
|
188
|
-
"@zag-js/progress": "1.
|
|
189
|
-
"@zag-js/qr-code": "1.
|
|
190
|
-
"@zag-js/radio-group": "1.
|
|
191
|
-
"@zag-js/rating-group": "1.
|
|
192
|
-
"@zag-js/react": "1.
|
|
193
|
-
"@zag-js/select": "1.
|
|
194
|
-
"@zag-js/signature-pad": "1.
|
|
195
|
-
"@zag-js/slider": "1.
|
|
196
|
-
"@zag-js/splitter": "1.
|
|
197
|
-
"@zag-js/steps": "1.
|
|
198
|
-
"@zag-js/switch": "1.
|
|
199
|
-
"@zag-js/tabs": "1.
|
|
200
|
-
"@zag-js/tags-input": "1.
|
|
201
|
-
"@zag-js/time-picker": "1.
|
|
202
|
-
"@zag-js/timer": "1.
|
|
203
|
-
"@zag-js/toast": "1.
|
|
204
|
-
"@zag-js/toggle": "1.
|
|
205
|
-
"@zag-js/toggle-group": "1.
|
|
206
|
-
"@zag-js/tooltip": "1.
|
|
207
|
-
"@zag-js/tour": "1.
|
|
208
|
-
"@zag-js/tree-view": "1.
|
|
209
|
-
"@zag-js/types": "1.
|
|
210
|
-
"@zag-js/utils": "1.
|
|
153
|
+
"@internationalized/date": "3.8.1",
|
|
154
|
+
"@zag-js/accordion": "1.14.0",
|
|
155
|
+
"@zag-js/angle-slider": "1.14.0",
|
|
156
|
+
"@zag-js/anatomy": "1.14.0",
|
|
157
|
+
"@zag-js/auto-resize": "1.14.0",
|
|
158
|
+
"@zag-js/avatar": "1.14.0",
|
|
159
|
+
"@zag-js/carousel": "1.14.0",
|
|
160
|
+
"@zag-js/checkbox": "1.14.0",
|
|
161
|
+
"@zag-js/clipboard": "1.14.0",
|
|
162
|
+
"@zag-js/collapsible": "1.14.0",
|
|
163
|
+
"@zag-js/collection": "1.14.0",
|
|
164
|
+
"@zag-js/color-picker": "1.14.0",
|
|
165
|
+
"@zag-js/color-utils": "1.14.0",
|
|
166
|
+
"@zag-js/combobox": "1.14.0",
|
|
167
|
+
"@zag-js/core": "1.14.0",
|
|
168
|
+
"@zag-js/date-picker": "1.14.0",
|
|
169
|
+
"@zag-js/date-utils": "1.14.0",
|
|
170
|
+
"@zag-js/dialog": "1.14.0",
|
|
171
|
+
"@zag-js/dom-query": "1.14.0",
|
|
172
|
+
"@zag-js/editable": "1.14.0",
|
|
173
|
+
"@zag-js/file-upload": "1.14.0",
|
|
174
|
+
"@zag-js/file-utils": "1.14.0",
|
|
175
|
+
"@zag-js/focus-trap": "1.14.0",
|
|
176
|
+
"@zag-js/floating-panel": "1.14.0",
|
|
177
|
+
"@zag-js/highlight-word": "1.14.0",
|
|
178
|
+
"@zag-js/hover-card": "1.14.0",
|
|
179
|
+
"@zag-js/i18n-utils": "1.14.0",
|
|
180
|
+
"@zag-js/listbox": "1.14.0",
|
|
181
|
+
"@zag-js/menu": "1.14.0",
|
|
182
|
+
"@zag-js/number-input": "1.14.0",
|
|
183
|
+
"@zag-js/pagination": "1.14.0",
|
|
184
|
+
"@zag-js/password-input": "1.14.0",
|
|
185
|
+
"@zag-js/pin-input": "1.14.0",
|
|
186
|
+
"@zag-js/popover": "1.14.0",
|
|
187
|
+
"@zag-js/presence": "1.14.0",
|
|
188
|
+
"@zag-js/progress": "1.14.0",
|
|
189
|
+
"@zag-js/qr-code": "1.14.0",
|
|
190
|
+
"@zag-js/radio-group": "1.14.0",
|
|
191
|
+
"@zag-js/rating-group": "1.14.0",
|
|
192
|
+
"@zag-js/react": "1.14.0",
|
|
193
|
+
"@zag-js/select": "1.14.0",
|
|
194
|
+
"@zag-js/signature-pad": "1.14.0",
|
|
195
|
+
"@zag-js/slider": "1.14.0",
|
|
196
|
+
"@zag-js/splitter": "1.14.0",
|
|
197
|
+
"@zag-js/steps": "1.14.0",
|
|
198
|
+
"@zag-js/switch": "1.14.0",
|
|
199
|
+
"@zag-js/tabs": "1.14.0",
|
|
200
|
+
"@zag-js/tags-input": "1.14.0",
|
|
201
|
+
"@zag-js/time-picker": "1.14.0",
|
|
202
|
+
"@zag-js/timer": "1.14.0",
|
|
203
|
+
"@zag-js/toast": "1.14.0",
|
|
204
|
+
"@zag-js/toggle": "1.14.0",
|
|
205
|
+
"@zag-js/toggle-group": "1.14.0",
|
|
206
|
+
"@zag-js/tooltip": "1.14.0",
|
|
207
|
+
"@zag-js/tour": "1.14.0",
|
|
208
|
+
"@zag-js/tree-view": "1.14.0",
|
|
209
|
+
"@zag-js/types": "1.14.0",
|
|
210
|
+
"@zag-js/utils": "1.14.0"
|
|
211
211
|
},
|
|
212
212
|
"devDependencies": {
|
|
213
213
|
"@biomejs/biome": "1.9.4",
|
|
@@ -220,10 +220,10 @@
|
|
|
220
220
|
"@testing-library/react": "16.3.0",
|
|
221
221
|
"@testing-library/user-event": "14.6.1",
|
|
222
222
|
"@types/jsdom": "21.1.7",
|
|
223
|
-
"@types/react": "19.1.
|
|
224
|
-
"@types/react-dom": "19.1.
|
|
225
|
-
"@vitejs/plugin-react": "4.
|
|
226
|
-
"@zag-js/stringify-state": "1.
|
|
223
|
+
"@types/react": "19.1.6",
|
|
224
|
+
"@types/react-dom": "19.1.5",
|
|
225
|
+
"@vitejs/plugin-react": "4.5.0",
|
|
226
|
+
"@zag-js/stringify-state": "1.14.0",
|
|
227
227
|
"clean-package": "2.2.0",
|
|
228
228
|
"globby": "14.1.0",
|
|
229
229
|
"happy-dom": "17.4.6",
|