@ark-ui/vue 5.14.1 → 5.14.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.
@@ -1,4 +1,4 @@
1
- export type { ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, } from '@zag-js/tree-view';
1
+ export type { ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, NodeState as TreeViewNodeState, NodeProps as TreeViewNodeProps, } from '@zag-js/tree-view';
2
2
  export { createFileTreeCollection, createTreeCollection, type TreeCollection, type TreeNode } from '../collection';
3
3
  export { default as TreeViewBranchContent, type TreeViewBranchContentBaseProps, type TreeViewBranchContentProps, } from './tree-view-branch-content.vue';
4
4
  export { default as TreeViewBranchControl, type TreeViewBranchControlBaseProps, type TreeViewBranchControlProps, } from './tree-view-branch-control.vue';
@@ -1,4 +1,4 @@
1
- export type { ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, } from '@zag-js/tree-view';
1
+ export type { ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, NodeState as TreeViewNodeState, NodeProps as TreeViewNodeProps, } from '@zag-js/tree-view';
2
2
  export { createFileTreeCollection, createTreeCollection, type TreeCollection, type TreeNode } from '../collection';
3
3
  export { default as TreeViewBranchContent, type TreeViewBranchContentBaseProps, type TreeViewBranchContentProps, } from './tree-view-branch-content.vue';
4
4
  export { default as TreeViewBranchControl, type TreeViewBranchControlBaseProps, type TreeViewBranchControlProps, } from './tree-view-branch-control.vue';
@@ -1,4 +1,4 @@
1
- export type { ExpandedChangeDetails, FocusChangeDetails, SelectionChangeDetails, LoadChildrenDetails, LoadChildrenCompleteDetails, } from '@zag-js/tree-view';
1
+ export type { ExpandedChangeDetails, FocusChangeDetails, SelectionChangeDetails, LoadChildrenDetails, LoadChildrenCompleteDetails, NodeState, NodeProps, } from '@zag-js/tree-view';
2
2
  export { default as BranchContent, type TreeViewBranchContentBaseProps as BranchContentBaseProps, type TreeViewBranchContentProps as BranchContentProps, } from './tree-view-branch-content.vue';
3
3
  export { default as BranchControl, type TreeViewBranchControlBaseProps as BranchControlBaseProps, type TreeViewBranchControlProps as BranchControlProps, } from './tree-view-branch-control.vue';
4
4
  export { default as BranchIndentGuide, type TreeViewBranchIndentGuideBaseProps as BranchIndentGuideBaseProps, type TreeViewBranchIndentGuideProps as BranchIndentGuideProps, } from './tree-view-branch-indent-guide.vue';
@@ -1,4 +1,4 @@
1
- export type { ExpandedChangeDetails, FocusChangeDetails, SelectionChangeDetails, LoadChildrenDetails, LoadChildrenCompleteDetails, } from '@zag-js/tree-view';
1
+ export type { ExpandedChangeDetails, FocusChangeDetails, SelectionChangeDetails, LoadChildrenDetails, LoadChildrenCompleteDetails, NodeState, NodeProps, } from '@zag-js/tree-view';
2
2
  export { default as BranchContent, type TreeViewBranchContentBaseProps as BranchContentBaseProps, type TreeViewBranchContentProps as BranchContentProps, } from './tree-view-branch-content.vue';
3
3
  export { default as BranchControl, type TreeViewBranchControlBaseProps as BranchControlBaseProps, type TreeViewBranchControlProps as BranchControlProps, } from './tree-view-branch-control.vue';
4
4
  export { default as BranchIndentGuide, type TreeViewBranchIndentGuideBaseProps as BranchIndentGuideBaseProps, type TreeViewBranchIndentGuideProps as BranchIndentGuideProps, } from './tree-view-branch-indent-guide.vue';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ark-ui/vue",
3
3
  "type": "module",
4
- "version": "5.14.1",
4
+ "version": "5.14.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",
@@ -140,60 +140,60 @@
140
140
  "sideEffects": false,
141
141
  "dependencies": {
142
142
  "@internationalized/date": "3.8.2",
143
- "@zag-js/accordion": "1.15.5",
144
- "@zag-js/angle-slider": "1.15.5",
145
- "@zag-js/anatomy": "1.15.5",
146
- "@zag-js/auto-resize": "1.15.5",
147
- "@zag-js/avatar": "1.15.5",
148
- "@zag-js/carousel": "1.15.5",
149
- "@zag-js/checkbox": "1.15.5",
150
- "@zag-js/clipboard": "1.15.5",
151
- "@zag-js/collapsible": "1.15.5",
152
- "@zag-js/collection": "1.15.5",
153
- "@zag-js/color-picker": "1.15.5",
154
- "@zag-js/combobox": "1.15.5",
155
- "@zag-js/date-picker": "1.15.5",
156
- "@zag-js/dialog": "1.15.5",
157
- "@zag-js/dom-query": "1.15.5",
158
- "@zag-js/editable": "1.15.5",
159
- "@zag-js/file-upload": "1.15.5",
160
- "@zag-js/file-utils": "1.15.5",
161
- "@zag-js/focus-trap": "1.15.5",
162
- "@zag-js/floating-panel": "1.15.5",
163
- "@zag-js/highlight-word": "1.15.5",
164
- "@zag-js/hover-card": "1.15.5",
165
- "@zag-js/i18n-utils": "1.15.5",
166
- "@zag-js/listbox": "1.15.5",
167
- "@zag-js/menu": "1.15.5",
168
- "@zag-js/number-input": "1.15.5",
169
- "@zag-js/pagination": "1.15.5",
170
- "@zag-js/pin-input": "1.15.5",
171
- "@zag-js/popover": "1.15.5",
172
- "@zag-js/presence": "1.15.5",
173
- "@zag-js/progress": "1.15.5",
174
- "@zag-js/qr-code": "1.15.5",
175
- "@zag-js/radio-group": "1.15.5",
176
- "@zag-js/rating-group": "1.15.5",
177
- "@zag-js/select": "1.15.5",
178
- "@zag-js/signature-pad": "1.15.5",
179
- "@zag-js/slider": "1.15.5",
180
- "@zag-js/splitter": "1.15.5",
181
- "@zag-js/switch": "1.15.5",
182
- "@zag-js/tabs": "1.15.5",
183
- "@zag-js/tags-input": "1.15.5",
184
- "@zag-js/time-picker": "1.15.5",
185
- "@zag-js/timer": "1.15.5",
186
- "@zag-js/toast": "1.15.5",
187
- "@zag-js/toggle": "1.15.5",
188
- "@zag-js/toggle-group": "1.15.5",
189
- "@zag-js/tooltip": "1.15.5",
190
- "@zag-js/tour": "1.15.5",
191
- "@zag-js/tree-view": "1.15.5",
192
- "@zag-js/types": "1.15.5",
193
- "@zag-js/utils": "1.15.5",
194
- "@zag-js/steps": "1.15.5",
195
- "@zag-js/store": "1.15.5",
196
- "@zag-js/vue": "1.15.5"
143
+ "@zag-js/accordion": "1.15.7",
144
+ "@zag-js/angle-slider": "1.15.7",
145
+ "@zag-js/anatomy": "1.15.7",
146
+ "@zag-js/auto-resize": "1.15.7",
147
+ "@zag-js/avatar": "1.15.7",
148
+ "@zag-js/carousel": "1.15.7",
149
+ "@zag-js/checkbox": "1.15.7",
150
+ "@zag-js/clipboard": "1.15.7",
151
+ "@zag-js/collapsible": "1.15.7",
152
+ "@zag-js/collection": "1.15.7",
153
+ "@zag-js/color-picker": "1.15.7",
154
+ "@zag-js/combobox": "1.15.7",
155
+ "@zag-js/date-picker": "1.15.7",
156
+ "@zag-js/dialog": "1.15.7",
157
+ "@zag-js/dom-query": "1.15.7",
158
+ "@zag-js/editable": "1.15.7",
159
+ "@zag-js/file-upload": "1.15.7",
160
+ "@zag-js/file-utils": "1.15.7",
161
+ "@zag-js/focus-trap": "1.15.7",
162
+ "@zag-js/floating-panel": "1.15.7",
163
+ "@zag-js/highlight-word": "1.15.7",
164
+ "@zag-js/hover-card": "1.15.7",
165
+ "@zag-js/i18n-utils": "1.15.7",
166
+ "@zag-js/listbox": "1.15.7",
167
+ "@zag-js/menu": "1.15.7",
168
+ "@zag-js/number-input": "1.15.7",
169
+ "@zag-js/pagination": "1.15.7",
170
+ "@zag-js/pin-input": "1.15.7",
171
+ "@zag-js/popover": "1.15.7",
172
+ "@zag-js/presence": "1.15.7",
173
+ "@zag-js/progress": "1.15.7",
174
+ "@zag-js/qr-code": "1.15.7",
175
+ "@zag-js/radio-group": "1.15.7",
176
+ "@zag-js/rating-group": "1.15.7",
177
+ "@zag-js/select": "1.15.7",
178
+ "@zag-js/signature-pad": "1.15.7",
179
+ "@zag-js/slider": "1.15.7",
180
+ "@zag-js/splitter": "1.15.7",
181
+ "@zag-js/switch": "1.15.7",
182
+ "@zag-js/tabs": "1.15.7",
183
+ "@zag-js/tags-input": "1.15.7",
184
+ "@zag-js/time-picker": "1.15.7",
185
+ "@zag-js/timer": "1.15.7",
186
+ "@zag-js/toast": "1.15.7",
187
+ "@zag-js/toggle": "1.15.7",
188
+ "@zag-js/toggle-group": "1.15.7",
189
+ "@zag-js/tooltip": "1.15.7",
190
+ "@zag-js/tour": "1.15.7",
191
+ "@zag-js/tree-view": "1.15.7",
192
+ "@zag-js/types": "1.15.7",
193
+ "@zag-js/utils": "1.15.7",
194
+ "@zag-js/steps": "1.15.7",
195
+ "@zag-js/store": "1.15.7",
196
+ "@zag-js/vue": "1.15.7"
197
197
  },
198
198
  "devDependencies": {
199
199
  "@biomejs/biome": "1.9.4",