@ark-ui/react 5.7.0 → 5.8.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.
@@ -18,10 +18,10 @@ const DatePickerRoot = react.forwardRef((props, ref) => {
18
18
  const [presenceProps, datePickerProps] = splitPresenceProps.splitPresenceProps(props);
19
19
  const [useDatePickerProps, localProps] = createSplitProps.createSplitProps()(datePickerProps, [
20
20
  "closeOnSelect",
21
+ "defaultFocusedValue",
21
22
  "defaultOpen",
22
23
  "defaultValue",
23
24
  "defaultView",
24
- "defaultFocusedValue",
25
25
  "disabled",
26
26
  "fixedWeeks",
27
27
  "focusedValue",
@@ -29,7 +29,6 @@ const DatePickerRoot = react.forwardRef((props, ref) => {
29
29
  "id",
30
30
  "ids",
31
31
  "isDateUnavailable",
32
- "isDateUnavailable",
33
32
  "locale",
34
33
  "max",
35
34
  "maxView",
@@ -42,6 +41,7 @@ const DatePickerRoot = react.forwardRef((props, ref) => {
42
41
  "onValueChange",
43
42
  "onViewChange",
44
43
  "open",
44
+ "outsideDaySelectable",
45
45
  "parse",
46
46
  "placeholder",
47
47
  "positioning",
@@ -14,10 +14,10 @@ const DatePickerRoot = forwardRef((props, ref) => {
14
14
  const [presenceProps, datePickerProps] = splitPresenceProps(props);
15
15
  const [useDatePickerProps, localProps] = createSplitProps()(datePickerProps, [
16
16
  "closeOnSelect",
17
+ "defaultFocusedValue",
17
18
  "defaultOpen",
18
19
  "defaultValue",
19
20
  "defaultView",
20
- "defaultFocusedValue",
21
21
  "disabled",
22
22
  "fixedWeeks",
23
23
  "focusedValue",
@@ -25,7 +25,6 @@ const DatePickerRoot = forwardRef((props, ref) => {
25
25
  "id",
26
26
  "ids",
27
27
  "isDateUnavailable",
28
- "isDateUnavailable",
29
28
  "locale",
30
29
  "max",
31
30
  "maxView",
@@ -38,6 +37,7 @@ const DatePickerRoot = forwardRef((props, ref) => {
38
37
  "onValueChange",
39
38
  "onViewChange",
40
39
  "open",
40
+ "outsideDaySelectable",
41
41
  "parse",
42
42
  "placeholder",
43
43
  "positioning",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ark-ui/react",
3
3
  "type": "module",
4
- "version": "5.7.0",
4
+ "version": "5.8.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,62 +150,62 @@
150
150
  "sideEffects": false,
151
151
  "dependencies": {
152
152
  "@internationalized/date": "3.8.0",
153
- "@zag-js/accordion": "1.11.0",
154
- "@zag-js/angle-slider": "1.11.0",
155
- "@zag-js/anatomy": "1.11.0",
156
- "@zag-js/auto-resize": "1.11.0",
157
- "@zag-js/avatar": "1.11.0",
158
- "@zag-js/carousel": "1.11.0",
159
- "@zag-js/checkbox": "1.11.0",
160
- "@zag-js/clipboard": "1.11.0",
161
- "@zag-js/collapsible": "1.11.0",
162
- "@zag-js/collection": "1.11.0",
163
- "@zag-js/color-picker": "1.11.0",
164
- "@zag-js/color-utils": "1.11.0",
165
- "@zag-js/combobox": "1.11.0",
166
- "@zag-js/core": "1.11.0",
167
- "@zag-js/date-picker": "1.11.0",
168
- "@zag-js/date-utils": "1.11.0",
169
- "@zag-js/dialog": "1.11.0",
170
- "@zag-js/dom-query": "1.11.0",
171
- "@zag-js/editable": "1.11.0",
172
- "@zag-js/file-upload": "1.11.0",
173
- "@zag-js/file-utils": "1.11.0",
174
- "@zag-js/focus-trap": "1.11.0",
175
- "@zag-js/floating-panel": "1.11.0",
176
- "@zag-js/highlight-word": "1.11.0",
177
- "@zag-js/hover-card": "1.11.0",
178
- "@zag-js/i18n-utils": "1.11.0",
179
- "@zag-js/listbox": "1.11.0",
180
- "@zag-js/menu": "1.11.0",
181
- "@zag-js/number-input": "1.11.0",
182
- "@zag-js/pagination": "1.11.0",
183
- "@zag-js/pin-input": "1.11.0",
184
- "@zag-js/popover": "1.11.0",
185
- "@zag-js/presence": "1.11.0",
186
- "@zag-js/progress": "1.11.0",
187
- "@zag-js/qr-code": "1.11.0",
188
- "@zag-js/radio-group": "1.11.0",
189
- "@zag-js/rating-group": "1.11.0",
190
- "@zag-js/react": "1.11.0",
191
- "@zag-js/select": "1.11.0",
192
- "@zag-js/signature-pad": "1.11.0",
193
- "@zag-js/slider": "1.11.0",
194
- "@zag-js/splitter": "1.11.0",
195
- "@zag-js/steps": "1.11.0",
196
- "@zag-js/switch": "1.11.0",
197
- "@zag-js/tabs": "1.11.0",
198
- "@zag-js/tags-input": "1.11.0",
199
- "@zag-js/time-picker": "1.11.0",
200
- "@zag-js/timer": "1.11.0",
201
- "@zag-js/toast": "1.11.0",
202
- "@zag-js/toggle": "1.11.0",
203
- "@zag-js/toggle-group": "1.11.0",
204
- "@zag-js/tooltip": "1.11.0",
205
- "@zag-js/tour": "1.11.0",
206
- "@zag-js/tree-view": "1.11.0",
207
- "@zag-js/types": "1.11.0",
208
- "@zag-js/utils": "1.11.0"
153
+ "@zag-js/accordion": "1.12.0",
154
+ "@zag-js/angle-slider": "1.12.0",
155
+ "@zag-js/anatomy": "1.12.0",
156
+ "@zag-js/auto-resize": "1.12.0",
157
+ "@zag-js/avatar": "1.12.0",
158
+ "@zag-js/carousel": "1.12.0",
159
+ "@zag-js/checkbox": "1.12.0",
160
+ "@zag-js/clipboard": "1.12.0",
161
+ "@zag-js/collapsible": "1.12.0",
162
+ "@zag-js/collection": "1.12.0",
163
+ "@zag-js/color-picker": "1.12.0",
164
+ "@zag-js/color-utils": "1.12.0",
165
+ "@zag-js/combobox": "1.12.0",
166
+ "@zag-js/core": "1.12.0",
167
+ "@zag-js/date-picker": "1.12.0",
168
+ "@zag-js/date-utils": "1.12.0",
169
+ "@zag-js/dialog": "1.12.0",
170
+ "@zag-js/dom-query": "1.12.0",
171
+ "@zag-js/editable": "1.12.0",
172
+ "@zag-js/file-upload": "1.12.0",
173
+ "@zag-js/file-utils": "1.12.0",
174
+ "@zag-js/focus-trap": "1.12.0",
175
+ "@zag-js/floating-panel": "1.12.0",
176
+ "@zag-js/highlight-word": "1.12.0",
177
+ "@zag-js/hover-card": "1.12.0",
178
+ "@zag-js/i18n-utils": "1.12.0",
179
+ "@zag-js/listbox": "1.12.0",
180
+ "@zag-js/menu": "1.12.0",
181
+ "@zag-js/number-input": "1.12.0",
182
+ "@zag-js/pagination": "1.12.0",
183
+ "@zag-js/pin-input": "1.12.0",
184
+ "@zag-js/popover": "1.12.0",
185
+ "@zag-js/presence": "1.12.0",
186
+ "@zag-js/progress": "1.12.0",
187
+ "@zag-js/qr-code": "1.12.0",
188
+ "@zag-js/radio-group": "1.12.0",
189
+ "@zag-js/rating-group": "1.12.0",
190
+ "@zag-js/react": "1.12.0",
191
+ "@zag-js/select": "1.12.0",
192
+ "@zag-js/signature-pad": "1.12.0",
193
+ "@zag-js/slider": "1.12.0",
194
+ "@zag-js/splitter": "1.12.0",
195
+ "@zag-js/steps": "1.12.0",
196
+ "@zag-js/switch": "1.12.0",
197
+ "@zag-js/tabs": "1.12.0",
198
+ "@zag-js/tags-input": "1.12.0",
199
+ "@zag-js/time-picker": "1.12.0",
200
+ "@zag-js/timer": "1.12.0",
201
+ "@zag-js/toast": "1.12.0",
202
+ "@zag-js/toggle": "1.12.0",
203
+ "@zag-js/toggle-group": "1.12.0",
204
+ "@zag-js/tooltip": "1.12.0",
205
+ "@zag-js/tour": "1.12.0",
206
+ "@zag-js/tree-view": "1.12.0",
207
+ "@zag-js/types": "1.12.0",
208
+ "@zag-js/utils": "1.12.0"
209
209
  },
210
210
  "devDependencies": {
211
211
  "@biomejs/biome": "1.9.4",
@@ -221,22 +221,22 @@
221
221
  "@types/react": "19.1.2",
222
222
  "@types/react-dom": "19.1.2",
223
223
  "@vitejs/plugin-react": "4.4.1",
224
- "@zag-js/stringify-state": "1.11.0",
224
+ "@zag-js/stringify-state": "1.12.0",
225
225
  "clean-package": "2.2.0",
226
226
  "globby": "14.1.0",
227
227
  "happy-dom": "17.4.4",
228
- "lucide-react": "0.501.0",
228
+ "lucide-react": "0.503.0",
229
229
  "react": "19.1.0",
230
230
  "react-dom": "19.1.0",
231
231
  "react-frame-component": "5.2.7",
232
- "react-hook-form": "7.56.0",
232
+ "react-hook-form": "7.56.1",
233
233
  "resize-observer-polyfill": "1.5.1",
234
234
  "storybook": "8.6.12",
235
235
  "typescript": "5.8.3",
236
- "vite": "6.3.2",
236
+ "vite": "6.3.3",
237
237
  "vite-plugin-dts": "4.5.3",
238
- "vitest": "3.1.1",
239
- "@vitest/coverage-v8": "3.1.1",
238
+ "vitest": "3.1.2",
239
+ "@vitest/coverage-v8": "3.1.2",
240
240
  "vitest-axe": "1.0.0-pre.5"
241
241
  },
242
242
  "peerDependencies": {