@ark-ui/react 5.25.0 → 5.26.0
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/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.cjs +27 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.d.cts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.d.ts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-backdrop.js +23 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.cjs +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.d.cts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.d.ts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-close-trigger.js +15 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.cjs +31 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.d.cts +8 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.d.ts +8 -0
- package/dist/components/bottom-sheet/bottom-sheet-content.js +27 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.cjs +10 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.d.cts +6 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.d.ts +6 -0
- package/dist/components/bottom-sheet/bottom-sheet-context.js +6 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.cjs +21 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.d.cts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.d.ts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber-indicator.js +17 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.cjs +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.d.cts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.d.ts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-grabber.js +15 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.cjs +21 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.d.cts +14 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.d.ts +14 -0
- package/dist/components/bottom-sheet/bottom-sheet-root-provider.js +17 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.cjs +23 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.d.cts +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.d.ts +9 -0
- package/dist/components/bottom-sheet/bottom-sheet-root.js +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.cjs +19 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.d.cts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.d.ts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-title.js +15 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.cjs +27 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.d.cts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.d.ts +7 -0
- package/dist/components/bottom-sheet/bottom-sheet-trigger.js +23 -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/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 +15 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.d.cts +5 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.d.ts +5 -0
- package/dist/components/bottom-sheet/use-bottom-sheet-context.js +10 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.cjs +45 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.d.cts +8 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.d.ts +8 -0
- package/dist/components/bottom-sheet/use-bottom-sheet.js +22 -0
- package/dist/components/collapsible/split-collapsible-props.cjs +2 -0
- package/dist/components/collapsible/split-collapsible-props.d.cts +1 -1
- package/dist/components/collapsible/split-collapsible-props.d.ts +1 -1
- package/dist/components/collapsible/split-collapsible-props.js +2 -0
- package/dist/components/combobox/combobox-root.d.cts +2 -1
- package/dist/components/combobox/combobox-root.d.ts +2 -1
- package/dist/components/combobox/combobox.cjs +2 -2
- package/dist/components/combobox/combobox.d.cts +4 -4
- package/dist/components/combobox/combobox.d.ts +4 -4
- package/dist/components/combobox/combobox.js +1 -1
- package/dist/components/combobox/index.d.cts +1 -1
- package/dist/components/combobox/index.d.ts +1 -1
- package/dist/components/format/format-byte.d.cts +4 -0
- package/dist/components/format/format-byte.d.ts +4 -0
- package/dist/components/index.cjs +33 -0
- package/dist/components/index.d.cts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +16 -0
- package/dist/components/listbox/index.d.cts +1 -1
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/listbox/listbox-root.d.cts +2 -1
- package/dist/components/listbox/listbox-root.d.ts +2 -1
- package/dist/components/listbox/listbox.d.cts +1 -1
- package/dist/components/listbox/listbox.d.ts +1 -1
- package/dist/components/pagination/index.d.cts +1 -1
- package/dist/components/pagination/index.d.ts +1 -1
- package/dist/components/pagination/pagination-root.cjs +1 -0
- package/dist/components/pagination/pagination-root.js +1 -0
- package/dist/components/pagination/pagination.d.cts +1 -1
- package/dist/components/pagination/pagination.d.ts +1 -1
- package/dist/components/select/index.d.cts +1 -1
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/select/select-root.d.cts +2 -1
- package/dist/components/select/select-root.d.ts +2 -1
- package/dist/components/select/select.d.cts +1 -1
- package/dist/components/select/select.d.ts +1 -1
- package/dist/components/tree-view/index.cjs +2 -0
- package/dist/components/tree-view/index.d.cts +3 -2
- package/dist/components/tree-view/index.d.ts +3 -2
- package/dist/components/tree-view/index.js +1 -0
- package/dist/components/tree-view/tree-view-node-rename-input.cjs +21 -0
- package/dist/components/tree-view/tree-view-node-rename-input.d.cts +8 -0
- package/dist/components/tree-view/tree-view-node-rename-input.d.ts +8 -0
- package/dist/components/tree-view/tree-view-node-rename-input.js +17 -0
- package/dist/components/tree-view/tree-view-root.cjs +4 -0
- package/dist/components/tree-view/tree-view-root.d.cts +2 -1
- package/dist/components/tree-view/tree-view-root.d.ts +2 -1
- package/dist/components/tree-view/tree-view-root.js +4 -0
- package/dist/components/tree-view/tree-view.cjs +2 -0
- package/dist/components/tree-view/tree-view.d.cts +3 -2
- package/dist/components/tree-view/tree-view.d.ts +3 -2
- package/dist/components/tree-view/tree-view.js +1 -0
- package/dist/index.cjs +33 -0
- package/dist/index.js +16 -0
- package/package.json +78 -76
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.26.0",
|
|
5
5
|
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"accordion",
|
|
@@ -149,94 +149,96 @@
|
|
|
149
149
|
},
|
|
150
150
|
"sideEffects": false,
|
|
151
151
|
"dependencies": {
|
|
152
|
-
"@internationalized/date": "3.
|
|
153
|
-
"@zag-js/accordion": "1.
|
|
154
|
-
"@zag-js/anatomy": "1.
|
|
155
|
-
"@zag-js/angle-slider": "1.
|
|
156
|
-
"@zag-js/async-list": "1.
|
|
157
|
-
"@zag-js/auto-resize": "1.
|
|
158
|
-
"@zag-js/avatar": "1.
|
|
159
|
-
"@zag-js/
|
|
160
|
-
"@zag-js/
|
|
161
|
-
"@zag-js/
|
|
162
|
-
"@zag-js/
|
|
163
|
-
"@zag-js/
|
|
164
|
-
"@zag-js/
|
|
165
|
-
"@zag-js/color-
|
|
166
|
-
"@zag-js/
|
|
167
|
-
"@zag-js/
|
|
168
|
-
"@zag-js/
|
|
169
|
-
"@zag-js/date-
|
|
170
|
-
"@zag-js/
|
|
171
|
-
"@zag-js/
|
|
172
|
-
"@zag-js/
|
|
173
|
-
"@zag-js/
|
|
174
|
-
"@zag-js/file-
|
|
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/
|
|
196
|
-
"@zag-js/
|
|
197
|
-
"@zag-js/
|
|
198
|
-
"@zag-js/
|
|
199
|
-
"@zag-js/
|
|
200
|
-
"@zag-js/
|
|
201
|
-
"@zag-js/
|
|
202
|
-
"@zag-js/
|
|
203
|
-
"@zag-js/
|
|
204
|
-
"@zag-js/
|
|
205
|
-
"@zag-js/
|
|
206
|
-
"@zag-js/toggle
|
|
207
|
-
"@zag-js/
|
|
208
|
-
"@zag-js/
|
|
209
|
-
"@zag-js/
|
|
210
|
-
"@zag-js/
|
|
211
|
-
"@zag-js/
|
|
152
|
+
"@internationalized/date": "3.10.0",
|
|
153
|
+
"@zag-js/accordion": "1.26.1",
|
|
154
|
+
"@zag-js/anatomy": "1.26.1",
|
|
155
|
+
"@zag-js/angle-slider": "1.26.1",
|
|
156
|
+
"@zag-js/async-list": "1.26.1",
|
|
157
|
+
"@zag-js/auto-resize": "1.26.1",
|
|
158
|
+
"@zag-js/avatar": "1.26.1",
|
|
159
|
+
"@zag-js/bottom-sheet": "1.26.1",
|
|
160
|
+
"@zag-js/carousel": "1.26.1",
|
|
161
|
+
"@zag-js/checkbox": "1.26.1",
|
|
162
|
+
"@zag-js/clipboard": "1.26.1",
|
|
163
|
+
"@zag-js/collapsible": "1.26.1",
|
|
164
|
+
"@zag-js/collection": "1.26.1",
|
|
165
|
+
"@zag-js/color-picker": "1.26.1",
|
|
166
|
+
"@zag-js/color-utils": "1.26.1",
|
|
167
|
+
"@zag-js/combobox": "1.26.1",
|
|
168
|
+
"@zag-js/core": "1.26.1",
|
|
169
|
+
"@zag-js/date-picker": "1.26.1",
|
|
170
|
+
"@zag-js/date-utils": "1.26.1",
|
|
171
|
+
"@zag-js/dialog": "1.26.1",
|
|
172
|
+
"@zag-js/dom-query": "1.26.1",
|
|
173
|
+
"@zag-js/editable": "1.26.1",
|
|
174
|
+
"@zag-js/file-upload": "1.26.1",
|
|
175
|
+
"@zag-js/file-utils": "1.26.1",
|
|
176
|
+
"@zag-js/floating-panel": "1.26.1",
|
|
177
|
+
"@zag-js/focus-trap": "1.26.1",
|
|
178
|
+
"@zag-js/highlight-word": "1.26.1",
|
|
179
|
+
"@zag-js/hover-card": "1.26.1",
|
|
180
|
+
"@zag-js/i18n-utils": "1.26.1",
|
|
181
|
+
"@zag-js/json-tree-utils": "1.26.1",
|
|
182
|
+
"@zag-js/listbox": "1.26.1",
|
|
183
|
+
"@zag-js/menu": "1.26.1",
|
|
184
|
+
"@zag-js/number-input": "1.26.1",
|
|
185
|
+
"@zag-js/pagination": "1.26.1",
|
|
186
|
+
"@zag-js/password-input": "1.26.1",
|
|
187
|
+
"@zag-js/pin-input": "1.26.1",
|
|
188
|
+
"@zag-js/popover": "1.26.1",
|
|
189
|
+
"@zag-js/presence": "1.26.1",
|
|
190
|
+
"@zag-js/progress": "1.26.1",
|
|
191
|
+
"@zag-js/qr-code": "1.26.1",
|
|
192
|
+
"@zag-js/radio-group": "1.26.1",
|
|
193
|
+
"@zag-js/rating-group": "1.26.1",
|
|
194
|
+
"@zag-js/react": "1.26.1",
|
|
195
|
+
"@zag-js/scroll-area": "1.26.1",
|
|
196
|
+
"@zag-js/select": "1.26.1",
|
|
197
|
+
"@zag-js/signature-pad": "1.26.1",
|
|
198
|
+
"@zag-js/slider": "1.26.1",
|
|
199
|
+
"@zag-js/splitter": "1.26.1",
|
|
200
|
+
"@zag-js/steps": "1.26.1",
|
|
201
|
+
"@zag-js/switch": "1.26.1",
|
|
202
|
+
"@zag-js/tabs": "1.26.1",
|
|
203
|
+
"@zag-js/tags-input": "1.26.1",
|
|
204
|
+
"@zag-js/timer": "1.26.1",
|
|
205
|
+
"@zag-js/toast": "1.26.1",
|
|
206
|
+
"@zag-js/toggle": "1.26.1",
|
|
207
|
+
"@zag-js/toggle-group": "1.26.1",
|
|
208
|
+
"@zag-js/tooltip": "1.26.1",
|
|
209
|
+
"@zag-js/tour": "1.26.1",
|
|
210
|
+
"@zag-js/tree-view": "1.26.1",
|
|
211
|
+
"@zag-js/types": "1.26.1",
|
|
212
|
+
"@zag-js/utils": "1.26.1"
|
|
212
213
|
},
|
|
213
214
|
"devDependencies": {
|
|
214
|
-
"
|
|
215
|
-
"@
|
|
216
|
-
"@storybook/
|
|
215
|
+
"check-password-strength": "3.0.0",
|
|
216
|
+
"@biomejs/biome": "2.2.5",
|
|
217
|
+
"@storybook/addon-a11y": "9.1.10",
|
|
218
|
+
"@storybook/react-vite": "9.1.10",
|
|
217
219
|
"@testing-library/dom": "10.4.1",
|
|
218
|
-
"@testing-library/jest-dom": "6.
|
|
220
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
219
221
|
"@testing-library/react": "16.3.0",
|
|
220
222
|
"@testing-library/user-event": "14.6.1",
|
|
221
223
|
"@types/jsdom": "21.1.7",
|
|
222
|
-
"@types/react": "19.
|
|
223
|
-
"@types/react-dom": "19.
|
|
224
|
-
"@vitejs/plugin-react": "5.0.
|
|
224
|
+
"@types/react": "19.2.0",
|
|
225
|
+
"@types/react-dom": "19.2.0",
|
|
226
|
+
"@vitejs/plugin-react": "5.0.4",
|
|
225
227
|
"clean-package": "2.2.0",
|
|
226
228
|
"image-conversion": "2.1.1",
|
|
227
|
-
"globby": "
|
|
228
|
-
"happy-dom": "
|
|
229
|
+
"globby": "15.0.0",
|
|
230
|
+
"happy-dom": "19.0.2",
|
|
229
231
|
"lucide-react": "0.544.0",
|
|
230
|
-
"react": "19.
|
|
231
|
-
"react-dom": "19.
|
|
232
|
+
"react": "19.2.0",
|
|
233
|
+
"react-dom": "19.2.0",
|
|
232
234
|
"react-shadow": "20.6.0",
|
|
233
235
|
"react-use": "17.6.0",
|
|
234
236
|
"react-frame-component": "5.2.7",
|
|
235
|
-
"react-hook-form": "7.
|
|
237
|
+
"react-hook-form": "7.64.0",
|
|
236
238
|
"resize-observer-polyfill": "1.5.1",
|
|
237
|
-
"storybook": "9.1.
|
|
238
|
-
"typescript": "5.9.
|
|
239
|
-
"vite": "7.1.
|
|
239
|
+
"storybook": "9.1.10",
|
|
240
|
+
"typescript": "5.9.3",
|
|
241
|
+
"vite": "7.1.9",
|
|
240
242
|
"vite-plugin-dts": "4.5.4",
|
|
241
243
|
"vitest": "3.2.4",
|
|
242
244
|
"@vitest/coverage-v8": "3.2.4",
|