@ark-ui/solid 4.9.0 → 4.10.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/chunk/{QLGAAWNC.js → 5EVN6V64.js} +3 -2
- package/dist/chunk/{27RTXL55.jsx → HWL7X2QR.jsx} +21 -7
- package/dist/components/accordion/index.jsx +2 -2
- package/dist/components/avatar/index.jsx +2 -2
- package/dist/components/carousel/index.jsx +2 -2
- package/dist/components/checkbox/index.jsx +2 -2
- package/dist/components/clipboard/index.jsx +2 -2
- package/dist/components/collapsible/index.jsx +2 -2
- package/dist/components/color-picker/index.js +1 -1
- package/dist/components/color-picker/index.jsx +4 -4
- package/dist/components/combobox/index.js +1 -1
- package/dist/components/combobox/index.jsx +6 -6
- package/dist/components/date-picker/index.d.ts +11 -9
- package/dist/components/date-picker/index.js +1 -1
- package/dist/components/date-picker/index.jsx +3 -3
- package/dist/components/dialog/index.jsx +2 -2
- package/dist/components/editable/index.jsx +2 -2
- package/dist/components/file-upload/index.jsx +2 -2
- package/dist/components/format/index.jsx +1 -1
- package/dist/components/frame/index.jsx +1 -1
- package/dist/components/hover-card/index.jsx +2 -2
- package/dist/components/index.js +20 -20
- package/dist/components/index.jsx +260 -260
- package/dist/components/menu/index.jsx +2 -2
- package/dist/components/number-input/index.jsx +2 -2
- package/dist/components/pagination/index.jsx +2 -2
- package/dist/components/pin-input/index.jsx +2 -2
- package/dist/components/popover/index.jsx +2 -2
- package/dist/components/progress/index.jsx +2 -2
- package/dist/components/qr-code/index.jsx +2 -2
- package/dist/components/radio-group/index.jsx +2 -2
- package/dist/components/rating-group/index.jsx +2 -2
- package/dist/components/segment-group/index.jsx +2 -2
- package/dist/components/select/index.js +1 -1
- package/dist/components/select/index.jsx +6 -6
- package/dist/components/signature-pad/index.jsx +2 -2
- package/dist/components/slider/index.jsx +2 -2
- package/dist/components/splitter/index.jsx +2 -2
- package/dist/components/steps/index.jsx +2 -2
- package/dist/components/switch/index.jsx +2 -2
- package/dist/components/tabs/index.jsx +2 -2
- package/dist/components/tags-input/index.jsx +2 -2
- package/dist/components/time-picker/index.jsx +2 -2
- package/dist/components/timer/index.jsx +2 -2
- package/dist/components/toggle-group/index.jsx +2 -2
- package/dist/components/tooltip/index.jsx +2 -2
- package/dist/components/tour/index.jsx +2 -2
- package/dist/components/tree-view/index.jsx +5 -5
- package/dist/index.js +20 -20
- package/dist/index.jsx +260 -260
- package/dist/providers/index.jsx +1 -1
- package/package.json +52 -52
- package/dist/chunk/{MJNR43Q5.js → 6ABKGV6Q.js} +1 -1
- package/dist/chunk/{XCNALQF7.js → 6D57YTRH.js} +1 -1
- package/dist/chunk/{TDD2LTPZ.jsx → 7BGOIKYK.jsx} +3 -3
- package/dist/chunk/{T433MZNC.jsx → N73ADPX5.jsx} +3 -3
- package/dist/chunk/{QA6ZMN5Y.js → OYIT66CI.js} +1 -1
- package/dist/chunk/{GWNETTAV.jsx → SUVE6C6L.jsx} +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/solid",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.10.0",
|
|
4
4
|
"description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accordion",
|
|
@@ -124,55 +124,55 @@
|
|
|
124
124
|
},
|
|
125
125
|
"sideEffects": false,
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@internationalized/date": "3.
|
|
128
|
-
"@zag-js/accordion": "0.
|
|
129
|
-
"@zag-js/anatomy": "0.
|
|
130
|
-
"@zag-js/auto-resize": "0.
|
|
131
|
-
"@zag-js/avatar": "0.
|
|
132
|
-
"@zag-js/carousel": "0.
|
|
133
|
-
"@zag-js/checkbox": "0.
|
|
134
|
-
"@zag-js/clipboard": "0.
|
|
135
|
-
"@zag-js/collapsible": "0.
|
|
136
|
-
"@zag-js/collection": "0.
|
|
137
|
-
"@zag-js/color-picker": "0.
|
|
138
|
-
"@zag-js/combobox": "0.
|
|
139
|
-
"@zag-js/date-picker": "0.
|
|
140
|
-
"@zag-js/dialog": "0.
|
|
141
|
-
"@zag-js/dom-query": "0.
|
|
142
|
-
"@zag-js/editable": "0.
|
|
143
|
-
"@zag-js/file-upload": "0.
|
|
144
|
-
"@zag-js/file-utils": "0.
|
|
145
|
-
"@zag-js/focus-trap": "0.
|
|
146
|
-
"@zag-js/highlight-word": "0.
|
|
147
|
-
"@zag-js/hover-card": "0.
|
|
148
|
-
"@zag-js/i18n-utils": "0.
|
|
149
|
-
"@zag-js/menu": "0.
|
|
150
|
-
"@zag-js/number-input": "0.
|
|
151
|
-
"@zag-js/pagination": "0.
|
|
152
|
-
"@zag-js/pin-input": "0.
|
|
153
|
-
"@zag-js/popover": "0.
|
|
154
|
-
"@zag-js/presence": "0.
|
|
155
|
-
"@zag-js/progress": "0.
|
|
156
|
-
"@zag-js/qr-code": "0.
|
|
157
|
-
"@zag-js/radio-group": "0.
|
|
158
|
-
"@zag-js/rating-group": "0.
|
|
159
|
-
"@zag-js/select": "0.
|
|
160
|
-
"@zag-js/signature-pad": "0.
|
|
161
|
-
"@zag-js/slider": "0.
|
|
162
|
-
"@zag-js/solid": "0.
|
|
163
|
-
"@zag-js/splitter": "0.
|
|
164
|
-
"@zag-js/steps": "0.
|
|
165
|
-
"@zag-js/switch": "0.
|
|
166
|
-
"@zag-js/tabs": "0.
|
|
167
|
-
"@zag-js/tags-input": "0.
|
|
168
|
-
"@zag-js/time-picker": "0.
|
|
169
|
-
"@zag-js/timer": "0.
|
|
170
|
-
"@zag-js/toast": "0.
|
|
171
|
-
"@zag-js/toggle-group": "0.
|
|
172
|
-
"@zag-js/tooltip": "0.
|
|
173
|
-
"@zag-js/tour": "0.
|
|
174
|
-
"@zag-js/tree-view": "0.
|
|
175
|
-
"@zag-js/types": "0.
|
|
127
|
+
"@internationalized/date": "3.7.0",
|
|
128
|
+
"@zag-js/accordion": "0.82.0",
|
|
129
|
+
"@zag-js/anatomy": "0.82.0",
|
|
130
|
+
"@zag-js/auto-resize": "0.82.0",
|
|
131
|
+
"@zag-js/avatar": "0.82.0",
|
|
132
|
+
"@zag-js/carousel": "0.82.0",
|
|
133
|
+
"@zag-js/checkbox": "0.82.0",
|
|
134
|
+
"@zag-js/clipboard": "0.82.0",
|
|
135
|
+
"@zag-js/collapsible": "0.82.0",
|
|
136
|
+
"@zag-js/collection": "0.82.0",
|
|
137
|
+
"@zag-js/color-picker": "0.82.0",
|
|
138
|
+
"@zag-js/combobox": "0.82.0",
|
|
139
|
+
"@zag-js/date-picker": "0.82.0",
|
|
140
|
+
"@zag-js/dialog": "0.82.0",
|
|
141
|
+
"@zag-js/dom-query": "0.82.0",
|
|
142
|
+
"@zag-js/editable": "0.82.0",
|
|
143
|
+
"@zag-js/file-upload": "0.82.0",
|
|
144
|
+
"@zag-js/file-utils": "0.82.0",
|
|
145
|
+
"@zag-js/focus-trap": "0.82.0",
|
|
146
|
+
"@zag-js/highlight-word": "0.82.0",
|
|
147
|
+
"@zag-js/hover-card": "0.82.0",
|
|
148
|
+
"@zag-js/i18n-utils": "0.82.0",
|
|
149
|
+
"@zag-js/menu": "0.82.0",
|
|
150
|
+
"@zag-js/number-input": "0.82.0",
|
|
151
|
+
"@zag-js/pagination": "0.82.0",
|
|
152
|
+
"@zag-js/pin-input": "0.82.0",
|
|
153
|
+
"@zag-js/popover": "0.82.0",
|
|
154
|
+
"@zag-js/presence": "0.82.0",
|
|
155
|
+
"@zag-js/progress": "0.82.0",
|
|
156
|
+
"@zag-js/qr-code": "0.82.0",
|
|
157
|
+
"@zag-js/radio-group": "0.82.0",
|
|
158
|
+
"@zag-js/rating-group": "0.82.0",
|
|
159
|
+
"@zag-js/select": "0.82.0",
|
|
160
|
+
"@zag-js/signature-pad": "0.82.0",
|
|
161
|
+
"@zag-js/slider": "0.82.0",
|
|
162
|
+
"@zag-js/solid": "0.82.0",
|
|
163
|
+
"@zag-js/splitter": "0.82.0",
|
|
164
|
+
"@zag-js/steps": "0.82.0",
|
|
165
|
+
"@zag-js/switch": "0.82.0",
|
|
166
|
+
"@zag-js/tabs": "0.82.0",
|
|
167
|
+
"@zag-js/tags-input": "0.82.0",
|
|
168
|
+
"@zag-js/time-picker": "0.82.0",
|
|
169
|
+
"@zag-js/timer": "0.82.0",
|
|
170
|
+
"@zag-js/toast": "0.82.0",
|
|
171
|
+
"@zag-js/toggle-group": "0.82.0",
|
|
172
|
+
"@zag-js/tooltip": "0.82.0",
|
|
173
|
+
"@zag-js/tour": "0.82.0",
|
|
174
|
+
"@zag-js/tree-view": "0.82.0",
|
|
175
|
+
"@zag-js/types": "0.82.0"
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|
|
178
178
|
"@biomejs/biome": "1.9.4",
|
|
@@ -186,12 +186,12 @@
|
|
|
186
186
|
"@testing-library/jest-dom": "6.6.3",
|
|
187
187
|
"@testing-library/user-event": "14.5.2",
|
|
188
188
|
"@types/jsdom": "21.1.7",
|
|
189
|
-
"@zag-js/stringify-state": "0.
|
|
189
|
+
"@zag-js/stringify-state": "0.82.0",
|
|
190
190
|
"clean-package": "2.2.0",
|
|
191
191
|
"esbuild-plugin-solid": "0.6.0",
|
|
192
192
|
"globby": "14.0.2",
|
|
193
193
|
"jsdom": "25.0.1",
|
|
194
|
-
"lucide-solid": "0.
|
|
194
|
+
"lucide-solid": "0.473.0",
|
|
195
195
|
"release-it": "17.11.0",
|
|
196
196
|
"resize-observer-polyfill": "1.5.1",
|
|
197
197
|
"solid-js": "1.9.4",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useFieldContext } from './632HFNZF.js';
|
|
2
1
|
import { usePresenceContext, splitPresenceProps, usePresence, PresenceProvider } from './LCESUDZB.js';
|
|
2
|
+
import { useFieldContext } from './632HFNZF.js';
|
|
3
3
|
import { createSplitProps } from './ZMHI4GDJ.js';
|
|
4
4
|
import { ark } from './EPLBB4QN.js';
|
|
5
5
|
import { useEnvironmentContext } from './QODB3C3M.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useFieldContext } from './632HFNZF.js';
|
|
2
1
|
import { usePresenceContext, splitPresenceProps, usePresence, PresenceProvider } from './LCESUDZB.js';
|
|
2
|
+
import { useFieldContext } from './632HFNZF.js';
|
|
3
3
|
import { createSplitProps } from './ZMHI4GDJ.js';
|
|
4
4
|
import { ark } from './EPLBB4QN.js';
|
|
5
5
|
import { useEnvironmentContext } from './QODB3C3M.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
useFieldContext
|
|
3
|
+
} from "./MSHQY44G.jsx";
|
|
1
4
|
import {
|
|
2
5
|
PresenceProvider,
|
|
3
6
|
splitPresenceProps,
|
|
4
7
|
usePresence,
|
|
5
8
|
usePresenceContext
|
|
6
9
|
} from "./E72NMPSK.jsx";
|
|
7
|
-
import {
|
|
8
|
-
useFieldContext
|
|
9
|
-
} from "./MSHQY44G.jsx";
|
|
10
10
|
import {
|
|
11
11
|
createSplitProps
|
|
12
12
|
} from "./6WEDGJKQ.jsx";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
useFieldContext
|
|
3
|
+
} from "./MSHQY44G.jsx";
|
|
1
4
|
import {
|
|
2
5
|
PresenceProvider,
|
|
3
6
|
splitPresenceProps,
|
|
4
7
|
usePresence,
|
|
5
8
|
usePresenceContext
|
|
6
9
|
} from "./E72NMPSK.jsx";
|
|
7
|
-
import {
|
|
8
|
-
useFieldContext
|
|
9
|
-
} from "./MSHQY44G.jsx";
|
|
10
10
|
import {
|
|
11
11
|
createSplitProps
|
|
12
12
|
} from "./6WEDGJKQ.jsx";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useFieldContext } from './632HFNZF.js';
|
|
2
1
|
import { usePresenceContext, splitPresenceProps, usePresence, PresenceProvider } from './LCESUDZB.js';
|
|
2
|
+
import { useFieldContext } from './632HFNZF.js';
|
|
3
3
|
import { createSplitProps } from './ZMHI4GDJ.js';
|
|
4
4
|
import { ark } from './EPLBB4QN.js';
|
|
5
5
|
import { useEnvironmentContext } from './QODB3C3M.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
useFieldContext
|
|
3
|
+
} from "./MSHQY44G.jsx";
|
|
1
4
|
import {
|
|
2
5
|
PresenceProvider,
|
|
3
6
|
splitPresenceProps,
|
|
4
7
|
usePresence,
|
|
5
8
|
usePresenceContext
|
|
6
9
|
} from "./E72NMPSK.jsx";
|
|
7
|
-
import {
|
|
8
|
-
useFieldContext
|
|
9
|
-
} from "./MSHQY44G.jsx";
|
|
10
10
|
import {
|
|
11
11
|
createSplitProps
|
|
12
12
|
} from "./6WEDGJKQ.jsx";
|