@ark-ui/vue 5.18.1 → 5.18.3
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export type {
|
|
1
|
+
export type { WaitForOptions as WaitOptions } from '@zag-js/dom-query';
|
|
2
|
+
export type { Point, ProgressTextDetails, StatusChangeDetails, StepAction, StepActionMap, StepActionTriggerProps, StepBaseDetails, StepChangeDetails, StepDetails, StepEffectArgs, StepPlacement, StepStatus, StepType, } from '@zag-js/tour';
|
|
2
3
|
export { default as ActionTrigger, type TourActionTriggerBaseProps as ActionTriggerBaseProps, type TourActionTriggerProps as ActionTriggerProps, } from './tour-action-trigger.vue';
|
|
3
4
|
export { default as Actions, type TourActionsProps as ActionsProps } from './tour-actions.vue';
|
|
4
5
|
export { default as Arrow, type TourArrowBaseProps as ArrowBaseProps, type TourArrowProps as ArrowProps, } from './tour-arrow.vue';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export type {
|
|
1
|
+
export type { WaitForOptions as WaitOptions } from '@zag-js/dom-query';
|
|
2
|
+
export type { Point, ProgressTextDetails, StatusChangeDetails, StepAction, StepActionMap, StepActionTriggerProps, StepBaseDetails, StepChangeDetails, StepDetails, StepEffectArgs, StepPlacement, StepStatus, StepType, } from '@zag-js/tour';
|
|
2
3
|
export { default as ActionTrigger, type TourActionTriggerBaseProps as ActionTriggerBaseProps, type TourActionTriggerProps as ActionTriggerProps, } from './tour-action-trigger.vue';
|
|
3
4
|
export { default as Actions, type TourActionsProps as ActionsProps } from './tour-actions.vue';
|
|
4
5
|
export { default as Arrow, type TourArrowBaseProps as ArrowBaseProps, type TourArrowProps as ArrowProps, } from './tour-arrow.vue';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.18.
|
|
4
|
+
"version": "5.18.3",
|
|
5
5
|
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"accordion",
|
|
@@ -140,64 +140,64 @@
|
|
|
140
140
|
"sideEffects": false,
|
|
141
141
|
"dependencies": {
|
|
142
142
|
"@internationalized/date": "3.8.2",
|
|
143
|
-
"@zag-js/accordion": "1.
|
|
144
|
-
"@zag-js/angle-slider": "1.
|
|
145
|
-
"@zag-js/anatomy": "1.
|
|
146
|
-
"@zag-js/auto-resize": "1.
|
|
147
|
-
"@zag-js/avatar": "1.
|
|
148
|
-
"@zag-js/carousel": "1.
|
|
149
|
-
"@zag-js/checkbox": "1.
|
|
150
|
-
"@zag-js/clipboard": "1.
|
|
151
|
-
"@zag-js/collapsible": "1.
|
|
152
|
-
"@zag-js/collection": "1.
|
|
153
|
-
"@zag-js/color-picker": "1.
|
|
154
|
-
"@zag-js/color-utils": "1.
|
|
155
|
-
"@zag-js/combobox": "1.
|
|
156
|
-
"@zag-js/core": "1.
|
|
157
|
-
"@zag-js/date-picker": "1.
|
|
158
|
-
"@zag-js/date-utils": "1.
|
|
159
|
-
"@zag-js/dialog": "1.
|
|
160
|
-
"@zag-js/dom-query": "1.
|
|
161
|
-
"@zag-js/editable": "1.
|
|
162
|
-
"@zag-js/file-upload": "1.
|
|
163
|
-
"@zag-js/file-utils": "1.
|
|
164
|
-
"@zag-js/focus-trap": "1.
|
|
165
|
-
"@zag-js/floating-panel": "1.
|
|
166
|
-
"@zag-js/highlight-word": "1.
|
|
167
|
-
"@zag-js/hover-card": "1.
|
|
168
|
-
"@zag-js/i18n-utils": "1.
|
|
169
|
-
"@zag-js/json-tree-utils": "1.
|
|
170
|
-
"@zag-js/listbox": "1.
|
|
171
|
-
"@zag-js/menu": "1.
|
|
172
|
-
"@zag-js/number-input": "1.
|
|
173
|
-
"@zag-js/pagination": "1.
|
|
174
|
-
"@zag-js/password-input": "1.
|
|
175
|
-
"@zag-js/pin-input": "1.
|
|
176
|
-
"@zag-js/popover": "1.
|
|
177
|
-
"@zag-js/presence": "1.
|
|
178
|
-
"@zag-js/progress": "1.
|
|
179
|
-
"@zag-js/qr-code": "1.
|
|
180
|
-
"@zag-js/radio-group": "1.
|
|
181
|
-
"@zag-js/rating-group": "1.
|
|
182
|
-
"@zag-js/select": "1.
|
|
183
|
-
"@zag-js/signature-pad": "1.
|
|
184
|
-
"@zag-js/slider": "1.
|
|
185
|
-
"@zag-js/splitter": "1.
|
|
186
|
-
"@zag-js/switch": "1.
|
|
187
|
-
"@zag-js/tabs": "1.
|
|
188
|
-
"@zag-js/tags-input": "1.
|
|
189
|
-
"@zag-js/time-picker": "1.
|
|
190
|
-
"@zag-js/timer": "1.
|
|
191
|
-
"@zag-js/toast": "1.
|
|
192
|
-
"@zag-js/toggle": "1.
|
|
193
|
-
"@zag-js/toggle-group": "1.
|
|
194
|
-
"@zag-js/tooltip": "1.
|
|
195
|
-
"@zag-js/tour": "1.
|
|
196
|
-
"@zag-js/tree-view": "1.
|
|
197
|
-
"@zag-js/types": "1.
|
|
198
|
-
"@zag-js/utils": "1.
|
|
199
|
-
"@zag-js/steps": "1.
|
|
200
|
-
"@zag-js/vue": "1.
|
|
143
|
+
"@zag-js/accordion": "1.21.1",
|
|
144
|
+
"@zag-js/angle-slider": "1.21.1",
|
|
145
|
+
"@zag-js/anatomy": "1.21.1",
|
|
146
|
+
"@zag-js/auto-resize": "1.21.1",
|
|
147
|
+
"@zag-js/avatar": "1.21.1",
|
|
148
|
+
"@zag-js/carousel": "1.21.1",
|
|
149
|
+
"@zag-js/checkbox": "1.21.1",
|
|
150
|
+
"@zag-js/clipboard": "1.21.1",
|
|
151
|
+
"@zag-js/collapsible": "1.21.1",
|
|
152
|
+
"@zag-js/collection": "1.21.1",
|
|
153
|
+
"@zag-js/color-picker": "1.21.1",
|
|
154
|
+
"@zag-js/color-utils": "1.21.1",
|
|
155
|
+
"@zag-js/combobox": "1.21.1",
|
|
156
|
+
"@zag-js/core": "1.21.1",
|
|
157
|
+
"@zag-js/date-picker": "1.21.1",
|
|
158
|
+
"@zag-js/date-utils": "1.21.1",
|
|
159
|
+
"@zag-js/dialog": "1.21.1",
|
|
160
|
+
"@zag-js/dom-query": "1.21.1",
|
|
161
|
+
"@zag-js/editable": "1.21.1",
|
|
162
|
+
"@zag-js/file-upload": "1.21.1",
|
|
163
|
+
"@zag-js/file-utils": "1.21.1",
|
|
164
|
+
"@zag-js/focus-trap": "1.21.1",
|
|
165
|
+
"@zag-js/floating-panel": "1.21.1",
|
|
166
|
+
"@zag-js/highlight-word": "1.21.1",
|
|
167
|
+
"@zag-js/hover-card": "1.21.1",
|
|
168
|
+
"@zag-js/i18n-utils": "1.21.1",
|
|
169
|
+
"@zag-js/json-tree-utils": "1.21.1",
|
|
170
|
+
"@zag-js/listbox": "1.21.1",
|
|
171
|
+
"@zag-js/menu": "1.21.1",
|
|
172
|
+
"@zag-js/number-input": "1.21.1",
|
|
173
|
+
"@zag-js/pagination": "1.21.1",
|
|
174
|
+
"@zag-js/password-input": "1.21.1",
|
|
175
|
+
"@zag-js/pin-input": "1.21.1",
|
|
176
|
+
"@zag-js/popover": "1.21.1",
|
|
177
|
+
"@zag-js/presence": "1.21.1",
|
|
178
|
+
"@zag-js/progress": "1.21.1",
|
|
179
|
+
"@zag-js/qr-code": "1.21.1",
|
|
180
|
+
"@zag-js/radio-group": "1.21.1",
|
|
181
|
+
"@zag-js/rating-group": "1.21.1",
|
|
182
|
+
"@zag-js/select": "1.21.1",
|
|
183
|
+
"@zag-js/signature-pad": "1.21.1",
|
|
184
|
+
"@zag-js/slider": "1.21.1",
|
|
185
|
+
"@zag-js/splitter": "1.21.1",
|
|
186
|
+
"@zag-js/switch": "1.21.1",
|
|
187
|
+
"@zag-js/tabs": "1.21.1",
|
|
188
|
+
"@zag-js/tags-input": "1.21.1",
|
|
189
|
+
"@zag-js/time-picker": "1.21.1",
|
|
190
|
+
"@zag-js/timer": "1.21.1",
|
|
191
|
+
"@zag-js/toast": "1.21.1",
|
|
192
|
+
"@zag-js/toggle": "1.21.1",
|
|
193
|
+
"@zag-js/toggle-group": "1.21.1",
|
|
194
|
+
"@zag-js/tooltip": "1.21.1",
|
|
195
|
+
"@zag-js/tour": "1.21.1",
|
|
196
|
+
"@zag-js/tree-view": "1.21.1",
|
|
197
|
+
"@zag-js/types": "1.21.1",
|
|
198
|
+
"@zag-js/utils": "1.21.1",
|
|
199
|
+
"@zag-js/steps": "1.21.1",
|
|
200
|
+
"@zag-js/vue": "1.21.1"
|
|
201
201
|
},
|
|
202
202
|
"devDependencies": {
|
|
203
203
|
"@biomejs/biome": "1.9.4",
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
"@vitejs/plugin-vue-jsx": "5.0.1",
|
|
212
212
|
"@vue/compiler-sfc": "3.5.17",
|
|
213
213
|
"clean-package": "2.2.0",
|
|
214
|
+
"image-conversion": "2.1.1",
|
|
214
215
|
"globby": "14.1.0",
|
|
215
216
|
"histoire": "0.17.17",
|
|
216
217
|
"jsdom": "26.1.0",
|