@ark-ui/react 2.2.0 → 2.2.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/CHANGELOG.md +6 -0
- package/package.json +182 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/react",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accordion",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"release-it": "release-it --config ../../../release-it.json"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@ark-ui/anatomy": "2.3.
|
|
68
|
+
"@ark-ui/anatomy": "2.3.1",
|
|
69
69
|
"@zag-js/accordion": "0.38.0",
|
|
70
70
|
"@zag-js/avatar": "0.38.0",
|
|
71
71
|
"@zag-js/carousel": "0.38.0",
|
|
@@ -154,6 +154,186 @@
|
|
|
154
154
|
"./"
|
|
155
155
|
],
|
|
156
156
|
"exports": {
|
|
157
|
+
".": {
|
|
158
|
+
"types": "./index.d.ts",
|
|
159
|
+
"import": "./index.mjs",
|
|
160
|
+
"require": "./index.cjs"
|
|
161
|
+
},
|
|
162
|
+
"./accordion": {
|
|
163
|
+
"types": "./accordion/index.d.ts",
|
|
164
|
+
"import": "./accordion/index.mjs",
|
|
165
|
+
"require": "./accordion/index.cjs"
|
|
166
|
+
},
|
|
167
|
+
"./avatar": {
|
|
168
|
+
"types": "./avatar/index.d.ts",
|
|
169
|
+
"import": "./avatar/index.mjs",
|
|
170
|
+
"require": "./avatar/index.cjs"
|
|
171
|
+
},
|
|
172
|
+
"./carousel": {
|
|
173
|
+
"types": "./carousel/index.d.ts",
|
|
174
|
+
"import": "./carousel/index.mjs",
|
|
175
|
+
"require": "./carousel/index.cjs"
|
|
176
|
+
},
|
|
177
|
+
"./checkbox": {
|
|
178
|
+
"types": "./checkbox/index.d.ts",
|
|
179
|
+
"import": "./checkbox/index.mjs",
|
|
180
|
+
"require": "./checkbox/index.cjs"
|
|
181
|
+
},
|
|
182
|
+
"./clipboard": {
|
|
183
|
+
"types": "./clipboard/index.d.ts",
|
|
184
|
+
"import": "./clipboard/index.mjs",
|
|
185
|
+
"require": "./clipboard/index.cjs"
|
|
186
|
+
},
|
|
187
|
+
"./collapsible": {
|
|
188
|
+
"types": "./collapsible/index.d.ts",
|
|
189
|
+
"import": "./collapsible/index.mjs",
|
|
190
|
+
"require": "./collapsible/index.cjs"
|
|
191
|
+
},
|
|
192
|
+
"./color-picker": {
|
|
193
|
+
"types": "./color-picker/index.d.ts",
|
|
194
|
+
"import": "./color-picker/index.mjs",
|
|
195
|
+
"require": "./color-picker/index.cjs"
|
|
196
|
+
},
|
|
197
|
+
"./combobox": {
|
|
198
|
+
"types": "./combobox/index.d.ts",
|
|
199
|
+
"import": "./combobox/index.mjs",
|
|
200
|
+
"require": "./combobox/index.cjs"
|
|
201
|
+
},
|
|
202
|
+
"./date-picker": {
|
|
203
|
+
"types": "./date-picker/index.d.ts",
|
|
204
|
+
"import": "./date-picker/index.mjs",
|
|
205
|
+
"require": "./date-picker/index.cjs"
|
|
206
|
+
},
|
|
207
|
+
"./dialog": {
|
|
208
|
+
"types": "./dialog/index.d.ts",
|
|
209
|
+
"import": "./dialog/index.mjs",
|
|
210
|
+
"require": "./dialog/index.cjs"
|
|
211
|
+
},
|
|
212
|
+
"./editable": {
|
|
213
|
+
"types": "./editable/index.d.ts",
|
|
214
|
+
"import": "./editable/index.mjs",
|
|
215
|
+
"require": "./editable/index.cjs"
|
|
216
|
+
},
|
|
217
|
+
"./environment": {
|
|
218
|
+
"types": "./environment/index.d.ts",
|
|
219
|
+
"import": "./environment/index.mjs",
|
|
220
|
+
"require": "./environment/index.cjs"
|
|
221
|
+
},
|
|
222
|
+
"./file-upload": {
|
|
223
|
+
"types": "./file-upload/index.d.ts",
|
|
224
|
+
"import": "./file-upload/index.mjs",
|
|
225
|
+
"require": "./file-upload/index.cjs"
|
|
226
|
+
},
|
|
227
|
+
"./hover-card": {
|
|
228
|
+
"types": "./hover-card/index.d.ts",
|
|
229
|
+
"import": "./hover-card/index.mjs",
|
|
230
|
+
"require": "./hover-card/index.cjs"
|
|
231
|
+
},
|
|
232
|
+
"./locale": {
|
|
233
|
+
"types": "./locale/index.d.ts",
|
|
234
|
+
"import": "./locale/index.mjs",
|
|
235
|
+
"require": "./locale/index.cjs"
|
|
236
|
+
},
|
|
237
|
+
"./menu": {
|
|
238
|
+
"types": "./menu/index.d.ts",
|
|
239
|
+
"import": "./menu/index.mjs",
|
|
240
|
+
"require": "./menu/index.cjs"
|
|
241
|
+
},
|
|
242
|
+
"./number-input": {
|
|
243
|
+
"types": "./number-input/index.d.ts",
|
|
244
|
+
"import": "./number-input/index.mjs",
|
|
245
|
+
"require": "./number-input/index.cjs"
|
|
246
|
+
},
|
|
247
|
+
"./pagination": {
|
|
248
|
+
"types": "./pagination/index.d.ts",
|
|
249
|
+
"import": "./pagination/index.mjs",
|
|
250
|
+
"require": "./pagination/index.cjs"
|
|
251
|
+
},
|
|
252
|
+
"./pin-input": {
|
|
253
|
+
"types": "./pin-input/index.d.ts",
|
|
254
|
+
"import": "./pin-input/index.mjs",
|
|
255
|
+
"require": "./pin-input/index.cjs"
|
|
256
|
+
},
|
|
257
|
+
"./popover": {
|
|
258
|
+
"types": "./popover/index.d.ts",
|
|
259
|
+
"import": "./popover/index.mjs",
|
|
260
|
+
"require": "./popover/index.cjs"
|
|
261
|
+
},
|
|
262
|
+
"./presence": {
|
|
263
|
+
"types": "./presence/index.d.ts",
|
|
264
|
+
"import": "./presence/index.mjs",
|
|
265
|
+
"require": "./presence/index.cjs"
|
|
266
|
+
},
|
|
267
|
+
"./progress": {
|
|
268
|
+
"types": "./progress/index.d.ts",
|
|
269
|
+
"import": "./progress/index.mjs",
|
|
270
|
+
"require": "./progress/index.cjs"
|
|
271
|
+
},
|
|
272
|
+
"./radio-group": {
|
|
273
|
+
"types": "./radio-group/index.d.ts",
|
|
274
|
+
"import": "./radio-group/index.mjs",
|
|
275
|
+
"require": "./radio-group/index.cjs"
|
|
276
|
+
},
|
|
277
|
+
"./rating-group": {
|
|
278
|
+
"types": "./rating-group/index.d.ts",
|
|
279
|
+
"import": "./rating-group/index.mjs",
|
|
280
|
+
"require": "./rating-group/index.cjs"
|
|
281
|
+
},
|
|
282
|
+
"./segment-group": {
|
|
283
|
+
"types": "./segment-group/index.d.ts",
|
|
284
|
+
"import": "./segment-group/index.mjs",
|
|
285
|
+
"require": "./segment-group/index.cjs"
|
|
286
|
+
},
|
|
287
|
+
"./select": {
|
|
288
|
+
"types": "./select/index.d.ts",
|
|
289
|
+
"import": "./select/index.mjs",
|
|
290
|
+
"require": "./select/index.cjs"
|
|
291
|
+
},
|
|
292
|
+
"./slider": {
|
|
293
|
+
"types": "./slider/index.d.ts",
|
|
294
|
+
"import": "./slider/index.mjs",
|
|
295
|
+
"require": "./slider/index.cjs"
|
|
296
|
+
},
|
|
297
|
+
"./splitter": {
|
|
298
|
+
"types": "./splitter/index.d.ts",
|
|
299
|
+
"import": "./splitter/index.mjs",
|
|
300
|
+
"require": "./splitter/index.cjs"
|
|
301
|
+
},
|
|
302
|
+
"./switch": {
|
|
303
|
+
"types": "./switch/index.d.ts",
|
|
304
|
+
"import": "./switch/index.mjs",
|
|
305
|
+
"require": "./switch/index.cjs"
|
|
306
|
+
},
|
|
307
|
+
"./tabs": {
|
|
308
|
+
"types": "./tabs/index.d.ts",
|
|
309
|
+
"import": "./tabs/index.mjs",
|
|
310
|
+
"require": "./tabs/index.cjs"
|
|
311
|
+
},
|
|
312
|
+
"./tags-input": {
|
|
313
|
+
"types": "./tags-input/index.d.ts",
|
|
314
|
+
"import": "./tags-input/index.mjs",
|
|
315
|
+
"require": "./tags-input/index.cjs"
|
|
316
|
+
},
|
|
317
|
+
"./toast": {
|
|
318
|
+
"types": "./toast/index.d.ts",
|
|
319
|
+
"import": "./toast/index.mjs",
|
|
320
|
+
"require": "./toast/index.cjs"
|
|
321
|
+
},
|
|
322
|
+
"./toggle-group": {
|
|
323
|
+
"types": "./toggle-group/index.d.ts",
|
|
324
|
+
"import": "./toggle-group/index.mjs",
|
|
325
|
+
"require": "./toggle-group/index.cjs"
|
|
326
|
+
},
|
|
327
|
+
"./tooltip": {
|
|
328
|
+
"types": "./tooltip/index.d.ts",
|
|
329
|
+
"import": "./tooltip/index.mjs",
|
|
330
|
+
"require": "./tooltip/index.cjs"
|
|
331
|
+
},
|
|
332
|
+
"./tree-view": {
|
|
333
|
+
"types": "./tree-view/index.d.ts",
|
|
334
|
+
"import": "./tree-view/index.mjs",
|
|
335
|
+
"require": "./tree-view/index.cjs"
|
|
336
|
+
},
|
|
157
337
|
"./factory": {
|
|
158
338
|
"types": "./factory.d.ts",
|
|
159
339
|
"import": "./factory.mjs",
|