@ark-ui/vue 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.
@@ -22,6 +22,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
22
22
  name: {},
23
23
  readOnly: { type: Boolean },
24
24
  step: {},
25
+ "aria-label": {},
26
+ "aria-labelledby": {},
25
27
  asChild: { type: Boolean }
26
28
  }, {
27
29
  disabled: void 0,
@@ -18,6 +18,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
18
18
  name: {},
19
19
  readOnly: { type: Boolean },
20
20
  step: {},
21
+ "aria-label": {},
22
+ "aria-labelledby": {},
21
23
  asChild: { type: Boolean }
22
24
  }, {
23
25
  disabled: void 0,
@@ -55,6 +55,14 @@ export interface RootProps {
55
55
  * @default 1
56
56
  */
57
57
  step?: number;
58
+ /**
59
+ * The aria-label of the slider.
60
+ */
61
+ 'aria-label'?: string;
62
+ /**
63
+ * The aria-labelledby of the slider.
64
+ */
65
+ 'aria-labelledby'?: string;
58
66
  }
59
67
  export type RootEmits = {
60
68
  /**
@@ -55,6 +55,14 @@ export interface RootProps {
55
55
  * @default 1
56
56
  */
57
57
  step?: number;
58
+ /**
59
+ * The aria-label of the slider.
60
+ */
61
+ 'aria-label'?: string;
62
+ /**
63
+ * The aria-labelledby of the slider.
64
+ */
65
+ 'aria-labelledby'?: string;
58
66
  }
59
67
  export type RootEmits = {
60
68
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ark-ui/vue",
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 Vue, utilizing state machines for seamless interaction.",
6
6
  "keywords": [
7
7
  "accordion",
@@ -150,66 +150,66 @@
150
150
  "dependencies": {
151
151
  "@internationalized/date": "3.10.0",
152
152
  "@tanstack/vue-form": "1.23.7",
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/scroll-area": "1.26.2",
195
- "@zag-js/select": "1.26.2",
196
- "@zag-js/signature-pad": "1.26.2",
197
- "@zag-js/slider": "1.26.2",
198
- "@zag-js/splitter": "1.26.2",
199
- "@zag-js/steps": "1.26.2",
200
- "@zag-js/switch": "1.26.2",
201
- "@zag-js/tabs": "1.26.2",
202
- "@zag-js/tags-input": "1.26.2",
203
- "@zag-js/timer": "1.26.2",
204
- "@zag-js/toast": "1.26.2",
205
- "@zag-js/toggle": "1.26.2",
206
- "@zag-js/toggle-group": "1.26.2",
207
- "@zag-js/tooltip": "1.26.2",
208
- "@zag-js/tour": "1.26.2",
209
- "@zag-js/tree-view": "1.26.2",
210
- "@zag-js/types": "1.26.2",
211
- "@zag-js/utils": "1.26.2",
212
- "@zag-js/vue": "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/scroll-area": "1.26.3",
195
+ "@zag-js/select": "1.26.3",
196
+ "@zag-js/signature-pad": "1.26.3",
197
+ "@zag-js/slider": "1.26.3",
198
+ "@zag-js/splitter": "1.26.3",
199
+ "@zag-js/steps": "1.26.3",
200
+ "@zag-js/switch": "1.26.3",
201
+ "@zag-js/tabs": "1.26.3",
202
+ "@zag-js/tags-input": "1.26.3",
203
+ "@zag-js/timer": "1.26.3",
204
+ "@zag-js/toast": "1.26.3",
205
+ "@zag-js/toggle": "1.26.3",
206
+ "@zag-js/toggle-group": "1.26.3",
207
+ "@zag-js/tooltip": "1.26.3",
208
+ "@zag-js/tour": "1.26.3",
209
+ "@zag-js/tree-view": "1.26.3",
210
+ "@zag-js/types": "1.26.3",
211
+ "@zag-js/utils": "1.26.3",
212
+ "@zag-js/vue": "1.26.3"
213
213
  },
214
214
  "devDependencies": {
215
215
  "@biomejs/biome": "2.2.6",