@ark-ui/react 5.26.1 → 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.1",
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,66 +150,66 @@
150
150
  "sideEffects": false,
151
151
  "dependencies": {
152
152
  "@internationalized/date": "3.10.0",
153
- "@zag-js/accordion": "1.26.2",
154
- "@zag-js/anatomy": "1.26.2",
155
- "@zag-js/angle-slider": "1.26.2",
156
- "@zag-js/async-list": "1.26.2",
157
- "@zag-js/auto-resize": "1.26.2",
158
- "@zag-js/avatar": "1.26.2",
159
- "@zag-js/bottom-sheet": "1.26.2",
160
- "@zag-js/carousel": "1.26.2",
161
- "@zag-js/checkbox": "1.26.2",
162
- "@zag-js/clipboard": "1.26.2",
163
- "@zag-js/collapsible": "1.26.2",
164
- "@zag-js/collection": "1.26.2",
165
- "@zag-js/color-picker": "1.26.2",
166
- "@zag-js/color-utils": "1.26.2",
167
- "@zag-js/combobox": "1.26.2",
168
- "@zag-js/core": "1.26.2",
169
- "@zag-js/date-picker": "1.26.2",
170
- "@zag-js/date-utils": "1.26.2",
171
- "@zag-js/dialog": "1.26.2",
172
- "@zag-js/dom-query": "1.26.2",
173
- "@zag-js/editable": "1.26.2",
174
- "@zag-js/file-upload": "1.26.2",
175
- "@zag-js/file-utils": "1.26.2",
176
- "@zag-js/floating-panel": "1.26.2",
177
- "@zag-js/focus-trap": "1.26.2",
178
- "@zag-js/highlight-word": "1.26.2",
179
- "@zag-js/hover-card": "1.26.2",
180
- "@zag-js/i18n-utils": "1.26.2",
181
- "@zag-js/json-tree-utils": "1.26.2",
182
- "@zag-js/listbox": "1.26.2",
183
- "@zag-js/menu": "1.26.2",
184
- "@zag-js/number-input": "1.26.2",
185
- "@zag-js/pagination": "1.26.2",
186
- "@zag-js/password-input": "1.26.2",
187
- "@zag-js/pin-input": "1.26.2",
188
- "@zag-js/popover": "1.26.2",
189
- "@zag-js/presence": "1.26.2",
190
- "@zag-js/progress": "1.26.2",
191
- "@zag-js/qr-code": "1.26.2",
192
- "@zag-js/radio-group": "1.26.2",
193
- "@zag-js/rating-group": "1.26.2",
194
- "@zag-js/react": "1.26.2",
195
- "@zag-js/scroll-area": "1.26.2",
196
- "@zag-js/select": "1.26.2",
197
- "@zag-js/signature-pad": "1.26.2",
198
- "@zag-js/slider": "1.26.2",
199
- "@zag-js/splitter": "1.26.2",
200
- "@zag-js/steps": "1.26.2",
201
- "@zag-js/switch": "1.26.2",
202
- "@zag-js/tabs": "1.26.2",
203
- "@zag-js/tags-input": "1.26.2",
204
- "@zag-js/timer": "1.26.2",
205
- "@zag-js/toast": "1.26.2",
206
- "@zag-js/toggle": "1.26.2",
207
- "@zag-js/toggle-group": "1.26.2",
208
- "@zag-js/tooltip": "1.26.2",
209
- "@zag-js/tour": "1.26.2",
210
- "@zag-js/tree-view": "1.26.2",
211
- "@zag-js/types": "1.26.2",
212
- "@zag-js/utils": "1.26.2"
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",
@@ -227,7 +227,7 @@
227
227
  "clean-package": "2.2.0",
228
228
  "image-conversion": "2.1.1",
229
229
  "globby": "15.0.0",
230
- "happy-dom": "19.0.2",
230
+ "happy-dom": "20.0.2",
231
231
  "lucide-react": "0.545.0",
232
232
  "react": "19.2.0",
233
233
  "react-dom": "19.2.0",