@ark-ui/react 5.26.0 → 5.26.2
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.
|
@@ -23,7 +23,9 @@ const AngleSliderRoot = react.forwardRef((props, ref) => {
|
|
|
23
23
|
"onValueChange",
|
|
24
24
|
"defaultValue",
|
|
25
25
|
"value",
|
|
26
|
-
"step"
|
|
26
|
+
"step",
|
|
27
|
+
"aria-label",
|
|
28
|
+
"aria-labelledby"
|
|
27
29
|
]);
|
|
28
30
|
const angleSlider = useAngleSlider.useAngleSlider(useAngleSliderProps);
|
|
29
31
|
const mergedProps = react$1.mergeProps(angleSlider.getRootProps(), localProps);
|
|
@@ -19,7 +19,9 @@ const AngleSliderRoot = forwardRef((props, ref) => {
|
|
|
19
19
|
"onValueChange",
|
|
20
20
|
"defaultValue",
|
|
21
21
|
"value",
|
|
22
|
-
"step"
|
|
22
|
+
"step",
|
|
23
|
+
"aria-label",
|
|
24
|
+
"aria-labelledby"
|
|
23
25
|
]);
|
|
24
26
|
const angleSlider = useAngleSlider(useAngleSliderProps);
|
|
25
27
|
const mergedProps = mergeProps(angleSlider.getRootProps(), localProps);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.26.
|
|
4
|
+
"version": "5.26.2",
|
|
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,70 +150,70 @@
|
|
|
150
150
|
"sideEffects": false,
|
|
151
151
|
"dependencies": {
|
|
152
152
|
"@internationalized/date": "3.10.0",
|
|
153
|
-
"@zag-js/accordion": "1.26.
|
|
154
|
-
"@zag-js/anatomy": "1.26.
|
|
155
|
-
"@zag-js/angle-slider": "1.26.
|
|
156
|
-
"@zag-js/async-list": "1.26.
|
|
157
|
-
"@zag-js/auto-resize": "1.26.
|
|
158
|
-
"@zag-js/avatar": "1.26.
|
|
159
|
-
"@zag-js/bottom-sheet": "1.26.
|
|
160
|
-
"@zag-js/carousel": "1.26.
|
|
161
|
-
"@zag-js/checkbox": "1.26.
|
|
162
|
-
"@zag-js/clipboard": "1.26.
|
|
163
|
-
"@zag-js/collapsible": "1.26.
|
|
164
|
-
"@zag-js/collection": "1.26.
|
|
165
|
-
"@zag-js/color-picker": "1.26.
|
|
166
|
-
"@zag-js/color-utils": "1.26.
|
|
167
|
-
"@zag-js/combobox": "1.26.
|
|
168
|
-
"@zag-js/core": "1.26.
|
|
169
|
-
"@zag-js/date-picker": "1.26.
|
|
170
|
-
"@zag-js/date-utils": "1.26.
|
|
171
|
-
"@zag-js/dialog": "1.26.
|
|
172
|
-
"@zag-js/dom-query": "1.26.
|
|
173
|
-
"@zag-js/editable": "1.26.
|
|
174
|
-
"@zag-js/file-upload": "1.26.
|
|
175
|
-
"@zag-js/file-utils": "1.26.
|
|
176
|
-
"@zag-js/floating-panel": "1.26.
|
|
177
|
-
"@zag-js/focus-trap": "1.26.
|
|
178
|
-
"@zag-js/highlight-word": "1.26.
|
|
179
|
-
"@zag-js/hover-card": "1.26.
|
|
180
|
-
"@zag-js/i18n-utils": "1.26.
|
|
181
|
-
"@zag-js/json-tree-utils": "1.26.
|
|
182
|
-
"@zag-js/listbox": "1.26.
|
|
183
|
-
"@zag-js/menu": "1.26.
|
|
184
|
-
"@zag-js/number-input": "1.26.
|
|
185
|
-
"@zag-js/pagination": "1.26.
|
|
186
|
-
"@zag-js/password-input": "1.26.
|
|
187
|
-
"@zag-js/pin-input": "1.26.
|
|
188
|
-
"@zag-js/popover": "1.26.
|
|
189
|
-
"@zag-js/presence": "1.26.
|
|
190
|
-
"@zag-js/progress": "1.26.
|
|
191
|
-
"@zag-js/qr-code": "1.26.
|
|
192
|
-
"@zag-js/radio-group": "1.26.
|
|
193
|
-
"@zag-js/rating-group": "1.26.
|
|
194
|
-
"@zag-js/react": "1.26.
|
|
195
|
-
"@zag-js/scroll-area": "1.26.
|
|
196
|
-
"@zag-js/select": "1.26.
|
|
197
|
-
"@zag-js/signature-pad": "1.26.
|
|
198
|
-
"@zag-js/slider": "1.26.
|
|
199
|
-
"@zag-js/splitter": "1.26.
|
|
200
|
-
"@zag-js/steps": "1.26.
|
|
201
|
-
"@zag-js/switch": "1.26.
|
|
202
|
-
"@zag-js/tabs": "1.26.
|
|
203
|
-
"@zag-js/tags-input": "1.26.
|
|
204
|
-
"@zag-js/timer": "1.26.
|
|
205
|
-
"@zag-js/toast": "1.26.
|
|
206
|
-
"@zag-js/toggle": "1.26.
|
|
207
|
-
"@zag-js/toggle-group": "1.26.
|
|
208
|
-
"@zag-js/tooltip": "1.26.
|
|
209
|
-
"@zag-js/tour": "1.26.
|
|
210
|
-
"@zag-js/tree-view": "1.26.
|
|
211
|
-
"@zag-js/types": "1.26.
|
|
212
|
-
"@zag-js/utils": "1.26.
|
|
153
|
+
"@zag-js/accordion": "1.26.3",
|
|
154
|
+
"@zag-js/anatomy": "1.26.3",
|
|
155
|
+
"@zag-js/angle-slider": "1.26.3",
|
|
156
|
+
"@zag-js/async-list": "1.26.3",
|
|
157
|
+
"@zag-js/auto-resize": "1.26.3",
|
|
158
|
+
"@zag-js/avatar": "1.26.3",
|
|
159
|
+
"@zag-js/bottom-sheet": "1.26.3",
|
|
160
|
+
"@zag-js/carousel": "1.26.3",
|
|
161
|
+
"@zag-js/checkbox": "1.26.3",
|
|
162
|
+
"@zag-js/clipboard": "1.26.3",
|
|
163
|
+
"@zag-js/collapsible": "1.26.3",
|
|
164
|
+
"@zag-js/collection": "1.26.3",
|
|
165
|
+
"@zag-js/color-picker": "1.26.3",
|
|
166
|
+
"@zag-js/color-utils": "1.26.3",
|
|
167
|
+
"@zag-js/combobox": "1.26.3",
|
|
168
|
+
"@zag-js/core": "1.26.3",
|
|
169
|
+
"@zag-js/date-picker": "1.26.3",
|
|
170
|
+
"@zag-js/date-utils": "1.26.3",
|
|
171
|
+
"@zag-js/dialog": "1.26.3",
|
|
172
|
+
"@zag-js/dom-query": "1.26.3",
|
|
173
|
+
"@zag-js/editable": "1.26.3",
|
|
174
|
+
"@zag-js/file-upload": "1.26.3",
|
|
175
|
+
"@zag-js/file-utils": "1.26.3",
|
|
176
|
+
"@zag-js/floating-panel": "1.26.3",
|
|
177
|
+
"@zag-js/focus-trap": "1.26.3",
|
|
178
|
+
"@zag-js/highlight-word": "1.26.3",
|
|
179
|
+
"@zag-js/hover-card": "1.26.3",
|
|
180
|
+
"@zag-js/i18n-utils": "1.26.3",
|
|
181
|
+
"@zag-js/json-tree-utils": "1.26.3",
|
|
182
|
+
"@zag-js/listbox": "1.26.3",
|
|
183
|
+
"@zag-js/menu": "1.26.3",
|
|
184
|
+
"@zag-js/number-input": "1.26.3",
|
|
185
|
+
"@zag-js/pagination": "1.26.3",
|
|
186
|
+
"@zag-js/password-input": "1.26.3",
|
|
187
|
+
"@zag-js/pin-input": "1.26.3",
|
|
188
|
+
"@zag-js/popover": "1.26.3",
|
|
189
|
+
"@zag-js/presence": "1.26.3",
|
|
190
|
+
"@zag-js/progress": "1.26.3",
|
|
191
|
+
"@zag-js/qr-code": "1.26.3",
|
|
192
|
+
"@zag-js/radio-group": "1.26.3",
|
|
193
|
+
"@zag-js/rating-group": "1.26.3",
|
|
194
|
+
"@zag-js/react": "1.26.3",
|
|
195
|
+
"@zag-js/scroll-area": "1.26.3",
|
|
196
|
+
"@zag-js/select": "1.26.3",
|
|
197
|
+
"@zag-js/signature-pad": "1.26.3",
|
|
198
|
+
"@zag-js/slider": "1.26.3",
|
|
199
|
+
"@zag-js/splitter": "1.26.3",
|
|
200
|
+
"@zag-js/steps": "1.26.3",
|
|
201
|
+
"@zag-js/switch": "1.26.3",
|
|
202
|
+
"@zag-js/tabs": "1.26.3",
|
|
203
|
+
"@zag-js/tags-input": "1.26.3",
|
|
204
|
+
"@zag-js/timer": "1.26.3",
|
|
205
|
+
"@zag-js/toast": "1.26.3",
|
|
206
|
+
"@zag-js/toggle": "1.26.3",
|
|
207
|
+
"@zag-js/toggle-group": "1.26.3",
|
|
208
|
+
"@zag-js/tooltip": "1.26.3",
|
|
209
|
+
"@zag-js/tour": "1.26.3",
|
|
210
|
+
"@zag-js/tree-view": "1.26.3",
|
|
211
|
+
"@zag-js/types": "1.26.3",
|
|
212
|
+
"@zag-js/utils": "1.26.3"
|
|
213
213
|
},
|
|
214
214
|
"devDependencies": {
|
|
215
215
|
"check-password-strength": "3.0.0",
|
|
216
|
-
"@biomejs/biome": "2.2.
|
|
216
|
+
"@biomejs/biome": "2.2.6",
|
|
217
217
|
"@storybook/addon-a11y": "9.1.10",
|
|
218
218
|
"@storybook/react-vite": "9.1.10",
|
|
219
219
|
"@testing-library/dom": "10.4.1",
|
|
@@ -221,20 +221,20 @@
|
|
|
221
221
|
"@testing-library/react": "16.3.0",
|
|
222
222
|
"@testing-library/user-event": "14.6.1",
|
|
223
223
|
"@types/jsdom": "21.1.7",
|
|
224
|
-
"@types/react": "19.2.
|
|
225
|
-
"@types/react-dom": "19.2.
|
|
224
|
+
"@types/react": "19.2.2",
|
|
225
|
+
"@types/react-dom": "19.2.2",
|
|
226
226
|
"@vitejs/plugin-react": "5.0.4",
|
|
227
227
|
"clean-package": "2.2.0",
|
|
228
228
|
"image-conversion": "2.1.1",
|
|
229
229
|
"globby": "15.0.0",
|
|
230
|
-
"happy-dom": "
|
|
231
|
-
"lucide-react": "0.
|
|
230
|
+
"happy-dom": "20.0.2",
|
|
231
|
+
"lucide-react": "0.545.0",
|
|
232
232
|
"react": "19.2.0",
|
|
233
233
|
"react-dom": "19.2.0",
|
|
234
234
|
"react-shadow": "20.6.0",
|
|
235
235
|
"react-use": "17.6.0",
|
|
236
236
|
"react-frame-component": "5.2.7",
|
|
237
|
-
"react-hook-form": "7.
|
|
237
|
+
"react-hook-form": "7.65.0",
|
|
238
238
|
"resize-observer-polyfill": "1.5.1",
|
|
239
239
|
"storybook": "9.1.10",
|
|
240
240
|
"typescript": "5.9.3",
|