@ark-ui/react 5.18.3 → 5.18.4

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.
@@ -1,4 +1,4 @@
1
- export type { HighlightChangeDetails as TagsInputHighlightChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails, } from '@zag-js/tags-input';
1
+ export type { HighlightChangeDetails as TagsInputHighlightChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails, InputValueChangeDetails as TagsInputInputValueChangeDetails, } from '@zag-js/tags-input';
2
2
  export { TagsInputClearTrigger, type TagsInputClearTriggerBaseProps, type TagsInputClearTriggerProps, } from './tags-input-clear-trigger';
3
3
  export { TagsInputContext, type TagsInputContextProps } from './tags-input-context';
4
4
  export { TagsInputControl, type TagsInputControlBaseProps, type TagsInputControlProps } from './tags-input-control';
@@ -1,4 +1,4 @@
1
- export type { HighlightChangeDetails as TagsInputHighlightChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails, } from '@zag-js/tags-input';
1
+ export type { HighlightChangeDetails as TagsInputHighlightChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails, InputValueChangeDetails as TagsInputInputValueChangeDetails, } from '@zag-js/tags-input';
2
2
  export { TagsInputClearTrigger, type TagsInputClearTriggerBaseProps, type TagsInputClearTriggerProps, } from './tags-input-clear-trigger';
3
3
  export { TagsInputContext, type TagsInputContextProps } from './tags-input-context';
4
4
  export { TagsInputControl, type TagsInputControlBaseProps, type TagsInputControlProps } from './tags-input-control';
@@ -1,4 +1,4 @@
1
- export type { HighlightChangeDetails, ValidityChangeDetails, ValueChangeDetails } from '@zag-js/tags-input';
1
+ export type { HighlightChangeDetails, ValidityChangeDetails, ValueChangeDetails, InputValueChangeDetails, } from '@zag-js/tags-input';
2
2
  export { TagsInputClearTrigger as ClearTrigger, type TagsInputClearTriggerBaseProps as ClearTriggerBaseProps, type TagsInputClearTriggerProps as ClearTriggerProps, } from './tags-input-clear-trigger';
3
3
  export { TagsInputContext as Context, type TagsInputContextProps as ContextProps } from './tags-input-context';
4
4
  export { TagsInputControl as Control, type TagsInputControlBaseProps as ControlBaseProps, type TagsInputControlProps as ControlProps, } from './tags-input-control';
@@ -1,4 +1,4 @@
1
- export type { HighlightChangeDetails, ValidityChangeDetails, ValueChangeDetails } from '@zag-js/tags-input';
1
+ export type { HighlightChangeDetails, ValidityChangeDetails, ValueChangeDetails, InputValueChangeDetails, } from '@zag-js/tags-input';
2
2
  export { TagsInputClearTrigger as ClearTrigger, type TagsInputClearTriggerBaseProps as ClearTriggerBaseProps, type TagsInputClearTriggerProps as ClearTriggerProps, } from './tags-input-clear-trigger';
3
3
  export { TagsInputContext as Context, type TagsInputContextProps as ContextProps } from './tags-input-context';
4
4
  export { TagsInputControl as Control, type TagsInputControlBaseProps as ControlBaseProps, type TagsInputControlProps as ControlProps, } from './tags-input-control';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ark-ui/react",
3
3
  "type": "module",
4
- "version": "5.18.3",
4
+ "version": "5.18.4",
5
5
  "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
6
6
  "keywords": [
7
7
  "accordion",
@@ -141,92 +141,92 @@
141
141
  "sideEffects": false,
142
142
  "dependencies": {
143
143
  "@internationalized/date": "3.8.2",
144
- "@zag-js/accordion": "1.21.1",
145
- "@zag-js/angle-slider": "1.21.1",
146
- "@zag-js/anatomy": "1.21.1",
147
- "@zag-js/auto-resize": "1.21.1",
148
- "@zag-js/avatar": "1.21.1",
149
- "@zag-js/carousel": "1.21.1",
150
- "@zag-js/checkbox": "1.21.1",
151
- "@zag-js/clipboard": "1.21.1",
152
- "@zag-js/collapsible": "1.21.1",
153
- "@zag-js/collection": "1.21.1",
154
- "@zag-js/color-picker": "1.21.1",
155
- "@zag-js/color-utils": "1.21.1",
156
- "@zag-js/combobox": "1.21.1",
157
- "@zag-js/core": "1.21.1",
158
- "@zag-js/date-picker": "1.21.1",
159
- "@zag-js/date-utils": "1.21.1",
160
- "@zag-js/dialog": "1.21.1",
161
- "@zag-js/dom-query": "1.21.1",
162
- "@zag-js/editable": "1.21.1",
163
- "@zag-js/file-upload": "1.21.1",
164
- "@zag-js/file-utils": "1.21.1",
165
- "@zag-js/focus-trap": "1.21.1",
166
- "@zag-js/floating-panel": "1.21.1",
167
- "@zag-js/highlight-word": "1.21.1",
168
- "@zag-js/hover-card": "1.21.1",
169
- "@zag-js/i18n-utils": "1.21.1",
170
- "@zag-js/json-tree-utils": "1.21.1",
171
- "@zag-js/listbox": "1.21.1",
172
- "@zag-js/menu": "1.21.1",
173
- "@zag-js/number-input": "1.21.1",
174
- "@zag-js/pagination": "1.21.1",
175
- "@zag-js/password-input": "1.21.1",
176
- "@zag-js/pin-input": "1.21.1",
177
- "@zag-js/popover": "1.21.1",
178
- "@zag-js/presence": "1.21.1",
179
- "@zag-js/progress": "1.21.1",
180
- "@zag-js/qr-code": "1.21.1",
181
- "@zag-js/radio-group": "1.21.1",
182
- "@zag-js/rating-group": "1.21.1",
183
- "@zag-js/react": "1.21.1",
184
- "@zag-js/select": "1.21.1",
185
- "@zag-js/signature-pad": "1.21.1",
186
- "@zag-js/slider": "1.21.1",
187
- "@zag-js/splitter": "1.21.1",
188
- "@zag-js/steps": "1.21.1",
189
- "@zag-js/switch": "1.21.1",
190
- "@zag-js/tabs": "1.21.1",
191
- "@zag-js/tags-input": "1.21.1",
192
- "@zag-js/time-picker": "1.21.1",
193
- "@zag-js/timer": "1.21.1",
194
- "@zag-js/toast": "1.21.1",
195
- "@zag-js/toggle": "1.21.1",
196
- "@zag-js/toggle-group": "1.21.1",
197
- "@zag-js/tooltip": "1.21.1",
198
- "@zag-js/tour": "1.21.1",
199
- "@zag-js/tree-view": "1.21.1",
200
- "@zag-js/types": "1.21.1",
201
- "@zag-js/utils": "1.21.1"
144
+ "@zag-js/accordion": "1.21.3",
145
+ "@zag-js/angle-slider": "1.21.3",
146
+ "@zag-js/anatomy": "1.21.3",
147
+ "@zag-js/auto-resize": "1.21.3",
148
+ "@zag-js/avatar": "1.21.3",
149
+ "@zag-js/carousel": "1.21.3",
150
+ "@zag-js/checkbox": "1.21.3",
151
+ "@zag-js/clipboard": "1.21.3",
152
+ "@zag-js/collapsible": "1.21.3",
153
+ "@zag-js/collection": "1.21.3",
154
+ "@zag-js/color-picker": "1.21.3",
155
+ "@zag-js/color-utils": "1.21.3",
156
+ "@zag-js/combobox": "1.21.3",
157
+ "@zag-js/core": "1.21.3",
158
+ "@zag-js/date-picker": "1.21.3",
159
+ "@zag-js/date-utils": "1.21.3",
160
+ "@zag-js/dialog": "1.21.3",
161
+ "@zag-js/dom-query": "1.21.3",
162
+ "@zag-js/editable": "1.21.3",
163
+ "@zag-js/file-upload": "1.21.3",
164
+ "@zag-js/file-utils": "1.21.3",
165
+ "@zag-js/focus-trap": "1.21.3",
166
+ "@zag-js/floating-panel": "1.21.3",
167
+ "@zag-js/highlight-word": "1.21.3",
168
+ "@zag-js/hover-card": "1.21.3",
169
+ "@zag-js/i18n-utils": "1.21.3",
170
+ "@zag-js/json-tree-utils": "1.21.3",
171
+ "@zag-js/listbox": "1.21.3",
172
+ "@zag-js/menu": "1.21.3",
173
+ "@zag-js/number-input": "1.21.3",
174
+ "@zag-js/pagination": "1.21.3",
175
+ "@zag-js/password-input": "1.21.3",
176
+ "@zag-js/pin-input": "1.21.3",
177
+ "@zag-js/popover": "1.21.3",
178
+ "@zag-js/presence": "1.21.3",
179
+ "@zag-js/progress": "1.21.3",
180
+ "@zag-js/qr-code": "1.21.3",
181
+ "@zag-js/radio-group": "1.21.3",
182
+ "@zag-js/rating-group": "1.21.3",
183
+ "@zag-js/react": "1.21.3",
184
+ "@zag-js/select": "1.21.3",
185
+ "@zag-js/signature-pad": "1.21.3",
186
+ "@zag-js/slider": "1.21.3",
187
+ "@zag-js/splitter": "1.21.3",
188
+ "@zag-js/steps": "1.21.3",
189
+ "@zag-js/switch": "1.21.3",
190
+ "@zag-js/tabs": "1.21.3",
191
+ "@zag-js/tags-input": "1.21.3",
192
+ "@zag-js/time-picker": "1.21.3",
193
+ "@zag-js/timer": "1.21.3",
194
+ "@zag-js/toast": "1.21.3",
195
+ "@zag-js/toggle": "1.21.3",
196
+ "@zag-js/toggle-group": "1.21.3",
197
+ "@zag-js/tooltip": "1.21.3",
198
+ "@zag-js/tour": "1.21.3",
199
+ "@zag-js/tree-view": "1.21.3",
200
+ "@zag-js/types": "1.21.3",
201
+ "@zag-js/utils": "1.21.3"
202
202
  },
203
203
  "devDependencies": {
204
- "@biomejs/biome": "1.9.4",
205
- "@storybook/addon-a11y": "9.0.18",
206
- "@storybook/react-vite": "9.0.18",
207
- "@testing-library/dom": "10.4.0",
208
- "@testing-library/jest-dom": "6.6.3",
204
+ "@biomejs/biome": "2.2.0",
205
+ "@storybook/addon-a11y": "9.1.2",
206
+ "@storybook/react-vite": "9.1.2",
207
+ "@testing-library/dom": "10.4.1",
208
+ "@testing-library/jest-dom": "6.7.0",
209
209
  "@testing-library/react": "16.3.0",
210
210
  "@testing-library/user-event": "14.6.1",
211
211
  "@types/jsdom": "21.1.7",
212
- "@types/react": "19.1.8",
213
- "@types/react-dom": "19.1.6",
214
- "@vitejs/plugin-react": "4.7.0",
212
+ "@types/react": "19.1.10",
213
+ "@types/react-dom": "19.1.7",
214
+ "@vitejs/plugin-react": "5.0.0",
215
215
  "clean-package": "2.2.0",
216
216
  "image-conversion": "2.1.1",
217
217
  "globby": "14.1.0",
218
218
  "happy-dom": "18.0.1",
219
- "lucide-react": "0.525.0",
220
- "react": "19.1.0",
221
- "react-dom": "19.1.0",
219
+ "lucide-react": "0.539.0",
220
+ "react": "19.1.1",
221
+ "react-dom": "19.1.1",
222
222
  "react-shadow": "20.6.0",
223
223
  "react-use": "17.6.0",
224
224
  "react-frame-component": "5.2.7",
225
- "react-hook-form": "7.60.0",
225
+ "react-hook-form": "7.62.0",
226
226
  "resize-observer-polyfill": "1.5.1",
227
- "storybook": "9.0.18",
228
- "typescript": "5.8.3",
229
- "vite": "7.0.5",
227
+ "storybook": "9.1.2",
228
+ "typescript": "5.9.2",
229
+ "vite": "7.1.2",
230
230
  "vite-plugin-dts": "4.5.4",
231
231
  "vitest": "3.2.4",
232
232
  "@vitest/coverage-v8": "3.2.4",