@ark-ui/vue 5.24.1 → 5.25.1
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.
- package/dist/components/accordion/accordion-item-content.vue.cjs +1 -0
- package/dist/components/accordion/accordion-item-content.vue.js +1 -0
- package/dist/components/accordion/accordion-root-provider.vue.d.cts +1 -1
- package/dist/components/accordion/accordion-root-provider.vue.d.ts +1 -1
- package/dist/components/accordion/accordion-root.vue.d.cts +1 -1
- package/dist/components/accordion/accordion-root.vue.d.ts +1 -1
- package/dist/components/anatomy.cjs +5 -0
- package/dist/components/anatomy.d.cts +1 -0
- package/dist/components/anatomy.d.ts +1 -0
- package/dist/components/anatomy.js +1 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue.cjs +35 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue.js +31 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue.cjs +44 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue.d.cts +22 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue.d.ts +22 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue.js +40 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue.cjs +18 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue.d.cts +17 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue.d.ts +17 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue.js +14 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue.cjs +34 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue.js +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue.cjs +70 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue.d.cts +39 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue.d.ts +39 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue.js +66 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue.cjs +30 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue.d.cts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue.d.ts +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue.js +26 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue2.cjs +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.vue2.js +5 -0
- package/dist/components/bottom-sheet/bottom-sheet.anatomy.d.cts +1 -0
- package/dist/components/bottom-sheet/bottom-sheet.anatomy.d.ts +1 -0
- package/dist/components/bottom-sheet/bottom-sheet.cjs +27 -0
- package/dist/components/bottom-sheet/bottom-sheet.d.cts +11 -0
- package/dist/components/bottom-sheet/bottom-sheet.d.ts +11 -0
- package/dist/components/bottom-sheet/bottom-sheet.js +10 -0
- package/dist/components/bottom-sheet/bottom-sheet.types.d.cts +110 -0
- package/dist/components/bottom-sheet/bottom-sheet.types.d.ts +110 -0
- package/dist/components/bottom-sheet/index.cjs +38 -0
- package/dist/components/bottom-sheet/index.d.cts +15 -0
- package/dist/components/bottom-sheet/index.d.ts +15 -0
- package/dist/components/bottom-sheet/index.js +15 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.cjs +11 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.d.cts +4 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.d.ts +4 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.js +6 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.cjs +56 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.d.cts +10 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.d.ts +10 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.js +33 -0
- package/dist/components/color-picker/color-picker-root-provider.vue.d.cts +1 -1
- package/dist/components/color-picker/color-picker-root-provider.vue.d.ts +1 -1
- package/dist/components/color-picker/color-picker-root.vue.d.cts +1 -1
- package/dist/components/color-picker/color-picker-root.vue.d.ts +1 -1
- package/dist/components/combobox/combobox-root-provider.vue.d.cts +1 -1
- package/dist/components/combobox/combobox-root-provider.vue.d.ts +1 -1
- package/dist/components/combobox/combobox-root.vue.d.cts +1 -1
- package/dist/components/combobox/combobox-root.vue.d.ts +1 -1
- package/dist/components/date-picker/date-picker-positioner.vue.cjs +1 -1
- package/dist/components/date-picker/date-picker-positioner.vue.js +1 -1
- package/dist/components/date-picker/date-picker-root-provider.vue.cjs +1 -1
- package/dist/components/date-picker/date-picker-root-provider.vue.d.cts +1 -1
- package/dist/components/date-picker/date-picker-root-provider.vue.d.ts +1 -1
- package/dist/components/date-picker/date-picker-root-provider.vue.js +1 -1
- package/dist/components/date-picker/date-picker-root.vue.d.cts +1 -1
- package/dist/components/date-picker/date-picker-root.vue.d.ts +1 -1
- package/dist/components/dialog/dialog-positioner.vue.cjs +1 -1
- package/dist/components/dialog/dialog-positioner.vue.js +1 -1
- package/dist/components/dialog/dialog-root-provider.vue.cjs +1 -1
- package/dist/components/dialog/dialog-root-provider.vue.d.cts +1 -1
- package/dist/components/dialog/dialog-root-provider.vue.d.ts +1 -1
- package/dist/components/dialog/dialog-root-provider.vue.js +1 -1
- package/dist/components/dialog/dialog-root.vue.d.cts +5 -5
- package/dist/components/dialog/dialog-root.vue.d.ts +5 -5
- package/dist/components/floating-panel/floating-panel-root-provider.vue.d.cts +1 -1
- package/dist/components/floating-panel/floating-panel-root-provider.vue.d.ts +1 -1
- package/dist/components/floating-panel/floating-panel-root.vue.d.cts +1 -1
- package/dist/components/floating-panel/floating-panel-root.vue.d.ts +1 -1
- package/dist/components/focus-trap/focus-trap.vue.cjs +1 -1
- package/dist/components/focus-trap/focus-trap.vue.js +1 -1
- package/dist/components/format/format-byte.vue.cjs +1 -0
- package/dist/components/format/format-byte.vue.d.cts +4 -0
- package/dist/components/format/format-byte.vue.d.ts +4 -0
- package/dist/components/format/format-byte.vue.js +1 -0
- package/dist/components/hover-card/hover-card-root-provider.vue.d.cts +1 -1
- package/dist/components/hover-card/hover-card-root-provider.vue.d.ts +1 -1
- package/dist/components/hover-card/hover-card-root.vue.d.cts +1 -1
- package/dist/components/hover-card/hover-card-root.vue.d.ts +1 -1
- package/dist/components/index.cjs +31 -0
- package/dist/components/index.d.cts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +15 -0
- package/dist/components/menu/menu-positioner.vue.cjs +1 -1
- package/dist/components/menu/menu-positioner.vue.js +1 -1
- package/dist/components/menu/menu-root-provider.vue.d.cts +1 -1
- package/dist/components/menu/menu-root-provider.vue.d.ts +1 -1
- package/dist/components/menu/menu-root.vue.d.cts +1 -1
- package/dist/components/menu/menu-root.vue.d.ts +1 -1
- package/dist/components/popover/popover-root-provider.vue.d.cts +1 -1
- package/dist/components/popover/popover-root-provider.vue.d.ts +1 -1
- package/dist/components/popover/popover-root.vue.d.cts +3 -3
- package/dist/components/popover/popover-root.vue.d.ts +3 -3
- package/dist/components/select/select-positioner.vue.cjs +1 -1
- package/dist/components/select/select-positioner.vue.js +1 -1
- package/dist/components/select/select-root-provider.vue.d.cts +1 -1
- package/dist/components/select/select-root-provider.vue.d.ts +1 -1
- package/dist/components/select/select-root.vue.d.cts +1 -1
- package/dist/components/select/select-root.vue.d.ts +1 -1
- package/dist/components/tabs/tab-content.vue.cjs +1 -1
- package/dist/components/tabs/tab-content.vue.js +1 -1
- package/dist/components/tabs/tabs-root-provider.vue.d.cts +1 -1
- package/dist/components/tabs/tabs-root-provider.vue.d.ts +1 -1
- package/dist/components/tabs/tabs-root.vue.d.cts +1 -1
- package/dist/components/tabs/tabs-root.vue.d.ts +1 -1
- package/dist/components/tooltip/tooltip-positioner.vue.cjs +1 -1
- package/dist/components/tooltip/tooltip-positioner.vue.js +1 -1
- package/dist/components/tooltip/tooltip-root-provider.vue.d.cts +1 -1
- package/dist/components/tooltip/tooltip-root-provider.vue.d.ts +1 -1
- package/dist/components/tooltip/tooltip-root.vue.d.cts +1 -1
- package/dist/components/tooltip/tooltip-root.vue.d.ts +1 -1
- package/dist/components/tour/tour-positioner.vue.cjs +1 -1
- package/dist/components/tour/tour-positioner.vue.js +1 -1
- package/dist/components/tour/tour-root.vue.d.cts +1 -1
- package/dist/components/tour/tour-root.vue.d.ts +1 -1
- package/dist/components/tour/tour-spotlight.vue.cjs +1 -1
- package/dist/components/tour/tour-spotlight.vue.js +1 -1
- package/dist/components/tree-view/tree-view-branch.vue.cjs +1 -1
- package/dist/components/tree-view/tree-view-branch.vue.js +1 -1
- package/dist/components/tree-view/tree-view-root-provider.vue.d.cts +1 -1
- package/dist/components/tree-view/tree-view-root-provider.vue.d.ts +1 -1
- package/dist/components/tree-view/tree-view-root.vue.d.cts +1 -1
- package/dist/components/tree-view/tree-view-root.vue.d.ts +1 -1
- package/dist/index.cjs +40 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +18 -1
- package/dist/utils/index.cjs +7 -9
- package/dist/utils/index.d.cts +2 -4
- package/dist/utils/index.d.ts +2 -4
- package/dist/utils/index.js +2 -4
- package/package.json +72 -62
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.25.1",
|
|
5
5
|
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"accordion",
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"switch",
|
|
38
38
|
"tabs",
|
|
39
39
|
"tags input",
|
|
40
|
-
"time picker",
|
|
41
40
|
"toast",
|
|
42
41
|
"toggle group",
|
|
43
42
|
"tooltip",
|
|
@@ -109,6 +108,16 @@
|
|
|
109
108
|
"default": "./dist/providers/locale/index.cjs"
|
|
110
109
|
}
|
|
111
110
|
},
|
|
111
|
+
"./utils": {
|
|
112
|
+
"import": {
|
|
113
|
+
"types": "./dist/utils/index.d.ts",
|
|
114
|
+
"default": "./dist/utils/index.js"
|
|
115
|
+
},
|
|
116
|
+
"require": {
|
|
117
|
+
"types": "./dist/utils/index.d.cts",
|
|
118
|
+
"default": "./dist/utils/index.cjs"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
112
121
|
"./*": {
|
|
113
122
|
"import": {
|
|
114
123
|
"types": "./dist/components/*/index.d.ts",
|
|
@@ -140,65 +149,66 @@
|
|
|
140
149
|
"sideEffects": false,
|
|
141
150
|
"dependencies": {
|
|
142
151
|
"@internationalized/date": "3.9.0",
|
|
143
|
-
"@zag-js/accordion": "1.24.
|
|
144
|
-
"@zag-js/anatomy": "1.24.
|
|
145
|
-
"@zag-js/angle-slider": "1.24.
|
|
146
|
-
"@zag-js/async-list": "1.24.
|
|
147
|
-
"@zag-js/auto-resize": "1.24.
|
|
148
|
-
"@zag-js/avatar": "1.24.
|
|
149
|
-
"@zag-js/
|
|
150
|
-
"@zag-js/
|
|
151
|
-
"@zag-js/
|
|
152
|
-
"@zag-js/
|
|
153
|
-
"@zag-js/
|
|
154
|
-
"@zag-js/
|
|
155
|
-
"@zag-js/color-
|
|
156
|
-
"@zag-js/
|
|
157
|
-
"@zag-js/
|
|
158
|
-
"@zag-js/
|
|
159
|
-
"@zag-js/date-
|
|
160
|
-
"@zag-js/
|
|
161
|
-
"@zag-js/
|
|
162
|
-
"@zag-js/
|
|
163
|
-
"@zag-js/
|
|
164
|
-
"@zag-js/file-
|
|
165
|
-
"@zag-js/
|
|
166
|
-
"@zag-js/
|
|
167
|
-
"@zag-js/
|
|
168
|
-
"@zag-js/
|
|
169
|
-
"@zag-js/
|
|
170
|
-
"@zag-js/
|
|
171
|
-
"@zag-js/
|
|
172
|
-
"@zag-js/
|
|
173
|
-
"@zag-js/
|
|
174
|
-
"@zag-js/
|
|
175
|
-
"@zag-js/
|
|
176
|
-
"@zag-js/
|
|
177
|
-
"@zag-js/
|
|
178
|
-
"@zag-js/
|
|
179
|
-
"@zag-js/
|
|
180
|
-
"@zag-js/
|
|
181
|
-
"@zag-js/
|
|
182
|
-
"@zag-js/
|
|
183
|
-
"@zag-js/
|
|
184
|
-
"@zag-js/
|
|
185
|
-
"@zag-js/
|
|
186
|
-
"@zag-js/
|
|
187
|
-
"@zag-js/
|
|
188
|
-
"@zag-js/
|
|
189
|
-
"@zag-js/
|
|
190
|
-
"@zag-js/
|
|
191
|
-
"@zag-js/
|
|
192
|
-
"@zag-js/
|
|
193
|
-
"@zag-js/
|
|
194
|
-
"@zag-js/
|
|
195
|
-
"@zag-js/toggle
|
|
196
|
-
"@zag-js/
|
|
197
|
-
"@zag-js/
|
|
198
|
-
"@zag-js/
|
|
199
|
-
"@zag-js/
|
|
200
|
-
"@zag-js/
|
|
201
|
-
"@zag-js/
|
|
152
|
+
"@zag-js/accordion": "1.24.2",
|
|
153
|
+
"@zag-js/anatomy": "1.24.2",
|
|
154
|
+
"@zag-js/angle-slider": "1.24.2",
|
|
155
|
+
"@zag-js/async-list": "1.24.2",
|
|
156
|
+
"@zag-js/auto-resize": "1.24.2",
|
|
157
|
+
"@zag-js/avatar": "1.24.2",
|
|
158
|
+
"@zag-js/bottom-sheet": "1.24.2",
|
|
159
|
+
"@zag-js/carousel": "1.24.2",
|
|
160
|
+
"@zag-js/checkbox": "1.24.2",
|
|
161
|
+
"@zag-js/clipboard": "1.24.2",
|
|
162
|
+
"@zag-js/collapsible": "1.24.2",
|
|
163
|
+
"@zag-js/collection": "1.24.2",
|
|
164
|
+
"@zag-js/color-picker": "1.24.2",
|
|
165
|
+
"@zag-js/color-utils": "1.24.2",
|
|
166
|
+
"@zag-js/combobox": "1.24.2",
|
|
167
|
+
"@zag-js/core": "1.24.2",
|
|
168
|
+
"@zag-js/date-picker": "1.24.2",
|
|
169
|
+
"@zag-js/date-utils": "1.24.2",
|
|
170
|
+
"@zag-js/dialog": "1.24.2",
|
|
171
|
+
"@zag-js/dom-query": "1.24.2",
|
|
172
|
+
"@zag-js/editable": "1.24.2",
|
|
173
|
+
"@zag-js/file-upload": "1.24.2",
|
|
174
|
+
"@zag-js/file-utils": "1.24.2",
|
|
175
|
+
"@zag-js/floating-panel": "1.24.2",
|
|
176
|
+
"@zag-js/focus-trap": "1.24.2",
|
|
177
|
+
"@zag-js/highlight-word": "1.24.2",
|
|
178
|
+
"@zag-js/hover-card": "1.24.2",
|
|
179
|
+
"@zag-js/i18n-utils": "1.24.2",
|
|
180
|
+
"@zag-js/json-tree-utils": "1.24.2",
|
|
181
|
+
"@zag-js/listbox": "1.24.2",
|
|
182
|
+
"@zag-js/menu": "1.24.2",
|
|
183
|
+
"@zag-js/number-input": "1.24.2",
|
|
184
|
+
"@zag-js/pagination": "1.24.2",
|
|
185
|
+
"@zag-js/password-input": "1.24.2",
|
|
186
|
+
"@zag-js/pin-input": "1.24.2",
|
|
187
|
+
"@zag-js/popover": "1.24.2",
|
|
188
|
+
"@zag-js/presence": "1.24.2",
|
|
189
|
+
"@zag-js/progress": "1.24.2",
|
|
190
|
+
"@zag-js/qr-code": "1.24.2",
|
|
191
|
+
"@zag-js/radio-group": "1.24.2",
|
|
192
|
+
"@zag-js/rating-group": "1.24.2",
|
|
193
|
+
"@zag-js/scroll-area": "1.24.2",
|
|
194
|
+
"@zag-js/select": "1.24.2",
|
|
195
|
+
"@zag-js/signature-pad": "1.24.2",
|
|
196
|
+
"@zag-js/slider": "1.24.2",
|
|
197
|
+
"@zag-js/splitter": "1.24.2",
|
|
198
|
+
"@zag-js/steps": "1.24.2",
|
|
199
|
+
"@zag-js/switch": "1.24.2",
|
|
200
|
+
"@zag-js/tabs": "1.24.2",
|
|
201
|
+
"@zag-js/tags-input": "1.24.2",
|
|
202
|
+
"@zag-js/timer": "1.24.2",
|
|
203
|
+
"@zag-js/toast": "1.24.2",
|
|
204
|
+
"@zag-js/toggle": "1.24.2",
|
|
205
|
+
"@zag-js/toggle-group": "1.24.2",
|
|
206
|
+
"@zag-js/tooltip": "1.24.2",
|
|
207
|
+
"@zag-js/tour": "1.24.2",
|
|
208
|
+
"@zag-js/tree-view": "1.24.2",
|
|
209
|
+
"@zag-js/types": "1.24.2",
|
|
210
|
+
"@zag-js/utils": "1.24.2",
|
|
211
|
+
"@zag-js/vue": "1.24.2"
|
|
202
212
|
},
|
|
203
213
|
"devDependencies": {
|
|
204
214
|
"@biomejs/biome": "2.2.4",
|
|
@@ -219,7 +229,7 @@
|
|
|
219
229
|
"lucide-vue-next": "0.544.0",
|
|
220
230
|
"resize-observer-polyfill": "1.5.1",
|
|
221
231
|
"typescript": "5.9.2",
|
|
222
|
-
"vite": "7.1.
|
|
232
|
+
"vite": "7.1.6",
|
|
223
233
|
"vite-plugin-dts": "4.5.4",
|
|
224
234
|
"vitest": "3.2.4",
|
|
225
235
|
"@vitest/coverage-v8": "3.2.4",
|