@ark-ui/react 5.15.3 → 5.16.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.
@@ -41,6 +41,7 @@ const ColorPickerRoot = react.forwardRef((props, ref) => {
41
41
  "positioning",
42
42
  "readOnly",
43
43
  "required",
44
+ "inline",
44
45
  "value"
45
46
  ]);
46
47
  const colorPicker = useColorPicker.useColorPicker(useColorPickerProps);
@@ -37,6 +37,7 @@ const ColorPickerRoot = forwardRef((props, ref) => {
37
37
  "positioning",
38
38
  "readOnly",
39
39
  "required",
40
+ "inline",
40
41
  "value"
41
42
  ]);
42
43
  const colorPicker = useColorPicker(useColorPickerProps);
@@ -51,7 +51,8 @@ const DatePickerRoot = react.forwardRef((props, ref) => {
51
51
  "timeZone",
52
52
  "translations",
53
53
  "value",
54
- "view"
54
+ "view",
55
+ "inline"
55
56
  ]);
56
57
  const datePicker = useDatePicker.useDatePicker(useDatePickerProps);
57
58
  const presence = usePresence.usePresence(react$1.mergeProps({ present: datePicker.open }, presenceProps));
@@ -47,7 +47,8 @@ const DatePickerRoot = forwardRef((props, ref) => {
47
47
  "timeZone",
48
48
  "translations",
49
49
  "value",
50
- "view"
50
+ "view",
51
+ "inline"
51
52
  ]);
52
53
  const datePicker = useDatePicker(useDatePickerProps);
53
54
  const presence = usePresence(mergeProps({ present: datePicker.open }, presenceProps));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ark-ui/react",
3
3
  "type": "module",
4
- "version": "5.15.3",
4
+ "version": "5.16.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",
@@ -141,63 +141,63 @@
141
141
  "sideEffects": false,
142
142
  "dependencies": {
143
143
  "@internationalized/date": "3.8.2",
144
- "@zag-js/accordion": "1.17.3",
145
- "@zag-js/angle-slider": "1.17.3",
146
- "@zag-js/anatomy": "1.17.3",
147
- "@zag-js/auto-resize": "1.17.3",
148
- "@zag-js/avatar": "1.17.3",
149
- "@zag-js/carousel": "1.17.3",
150
- "@zag-js/checkbox": "1.17.3",
151
- "@zag-js/clipboard": "1.17.3",
152
- "@zag-js/collapsible": "1.17.3",
153
- "@zag-js/collection": "1.17.3",
154
- "@zag-js/color-picker": "1.17.3",
155
- "@zag-js/color-utils": "1.17.3",
156
- "@zag-js/combobox": "1.17.3",
157
- "@zag-js/core": "1.17.3",
158
- "@zag-js/date-picker": "1.17.3",
159
- "@zag-js/date-utils": "1.17.3",
160
- "@zag-js/dialog": "1.17.3",
161
- "@zag-js/dom-query": "1.17.3",
162
- "@zag-js/editable": "1.17.3",
163
- "@zag-js/file-upload": "1.17.3",
164
- "@zag-js/file-utils": "1.17.3",
165
- "@zag-js/focus-trap": "1.17.3",
166
- "@zag-js/floating-panel": "1.17.3",
167
- "@zag-js/highlight-word": "1.17.3",
168
- "@zag-js/hover-card": "1.17.3",
169
- "@zag-js/i18n-utils": "1.17.3",
170
- "@zag-js/listbox": "1.17.3",
171
- "@zag-js/menu": "1.17.3",
172
- "@zag-js/number-input": "1.17.3",
173
- "@zag-js/pagination": "1.17.3",
174
- "@zag-js/password-input": "1.17.3",
175
- "@zag-js/pin-input": "1.17.3",
176
- "@zag-js/popover": "1.17.3",
177
- "@zag-js/presence": "1.17.3",
178
- "@zag-js/progress": "1.17.3",
179
- "@zag-js/qr-code": "1.17.3",
180
- "@zag-js/radio-group": "1.17.3",
181
- "@zag-js/rating-group": "1.17.3",
182
- "@zag-js/react": "1.17.3",
183
- "@zag-js/select": "1.17.3",
184
- "@zag-js/signature-pad": "1.17.3",
185
- "@zag-js/slider": "1.17.3",
186
- "@zag-js/splitter": "1.17.3",
187
- "@zag-js/steps": "1.17.3",
188
- "@zag-js/switch": "1.17.3",
189
- "@zag-js/tabs": "1.17.3",
190
- "@zag-js/tags-input": "1.17.3",
191
- "@zag-js/time-picker": "1.17.3",
192
- "@zag-js/timer": "1.17.3",
193
- "@zag-js/toast": "1.17.3",
194
- "@zag-js/toggle": "1.17.3",
195
- "@zag-js/toggle-group": "1.17.3",
196
- "@zag-js/tooltip": "1.17.3",
197
- "@zag-js/tour": "1.17.3",
198
- "@zag-js/tree-view": "1.17.3",
199
- "@zag-js/types": "1.17.3",
200
- "@zag-js/utils": "1.17.3"
144
+ "@zag-js/accordion": "1.18.0",
145
+ "@zag-js/angle-slider": "1.18.0",
146
+ "@zag-js/anatomy": "1.18.0",
147
+ "@zag-js/auto-resize": "1.18.0",
148
+ "@zag-js/avatar": "1.18.0",
149
+ "@zag-js/carousel": "1.18.0",
150
+ "@zag-js/checkbox": "1.18.0",
151
+ "@zag-js/clipboard": "1.18.0",
152
+ "@zag-js/collapsible": "1.18.0",
153
+ "@zag-js/collection": "1.18.0",
154
+ "@zag-js/color-picker": "1.18.0",
155
+ "@zag-js/color-utils": "1.18.0",
156
+ "@zag-js/combobox": "1.18.0",
157
+ "@zag-js/core": "1.18.0",
158
+ "@zag-js/date-picker": "1.18.0",
159
+ "@zag-js/date-utils": "1.18.0",
160
+ "@zag-js/dialog": "1.18.0",
161
+ "@zag-js/dom-query": "1.18.0",
162
+ "@zag-js/editable": "1.18.0",
163
+ "@zag-js/file-upload": "1.18.0",
164
+ "@zag-js/file-utils": "1.18.0",
165
+ "@zag-js/focus-trap": "1.18.0",
166
+ "@zag-js/floating-panel": "1.18.0",
167
+ "@zag-js/highlight-word": "1.18.0",
168
+ "@zag-js/hover-card": "1.18.0",
169
+ "@zag-js/i18n-utils": "1.18.0",
170
+ "@zag-js/listbox": "1.18.0",
171
+ "@zag-js/menu": "1.18.0",
172
+ "@zag-js/number-input": "1.18.0",
173
+ "@zag-js/pagination": "1.18.0",
174
+ "@zag-js/password-input": "1.18.0",
175
+ "@zag-js/pin-input": "1.18.0",
176
+ "@zag-js/popover": "1.18.0",
177
+ "@zag-js/presence": "1.18.0",
178
+ "@zag-js/progress": "1.18.0",
179
+ "@zag-js/qr-code": "1.18.0",
180
+ "@zag-js/radio-group": "1.18.0",
181
+ "@zag-js/rating-group": "1.18.0",
182
+ "@zag-js/react": "1.18.0",
183
+ "@zag-js/select": "1.18.0",
184
+ "@zag-js/signature-pad": "1.18.0",
185
+ "@zag-js/slider": "1.18.0",
186
+ "@zag-js/splitter": "1.18.0",
187
+ "@zag-js/steps": "1.18.0",
188
+ "@zag-js/switch": "1.18.0",
189
+ "@zag-js/tabs": "1.18.0",
190
+ "@zag-js/tags-input": "1.18.0",
191
+ "@zag-js/time-picker": "1.18.0",
192
+ "@zag-js/timer": "1.18.0",
193
+ "@zag-js/toast": "1.18.0",
194
+ "@zag-js/toggle": "1.18.0",
195
+ "@zag-js/toggle-group": "1.18.0",
196
+ "@zag-js/tooltip": "1.18.0",
197
+ "@zag-js/tour": "1.18.0",
198
+ "@zag-js/tree-view": "1.18.0",
199
+ "@zag-js/types": "1.18.0",
200
+ "@zag-js/utils": "1.18.0"
201
201
  },
202
202
  "devDependencies": {
203
203
  "@biomejs/biome": "1.9.4",