@multicomma/arkcn 0.1.2 → 0.1.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.
Files changed (148) hide show
  1. package/package.json +1 -1
  2. package/registry/index.json +1 -1
  3. package/registry/items/accordion.json +302 -0
  4. package/registry/items/activity-feed.json +408 -0
  5. package/registry/items/alert-dialog.json +676 -0
  6. package/registry/items/alert.json +113 -0
  7. package/registry/items/angle-slider.json +378 -0
  8. package/registry/items/app-shell.json +2654 -1
  9. package/registry/items/aspect-ratio.json +36 -0
  10. package/registry/items/attachment.json +299 -1
  11. package/registry/items/avatar.json +213 -0
  12. package/registry/items/badge.json +44 -0
  13. package/registry/items/breadcrumb.json +191 -0
  14. package/registry/items/bubble.json +146 -0
  15. package/registry/items/button-group.json +110 -0
  16. package/registry/items/button.json +52 -0
  17. package/registry/items/calendar.json +499 -1
  18. package/registry/items/canvas.json +446 -1
  19. package/registry/items/card.json +192 -0
  20. package/registry/items/carousel.json +208 -1
  21. package/registry/items/cascader.json +797 -1
  22. package/registry/items/chart.json +1764 -1
  23. package/registry/items/chat.json +993 -0
  24. package/registry/items/checkbox.json +503 -0
  25. package/registry/items/clipboard.json +308 -0
  26. package/registry/items/collapsible.json +226 -0
  27. package/registry/items/color-picker.json +1261 -0
  28. package/registry/items/combobox.json +1123 -1
  29. package/registry/items/command.json +837 -1
  30. package/registry/items/comment-thread.json +952 -1
  31. package/registry/items/context-menu.json +1344 -1
  32. package/registry/items/data-grid.json +449 -1
  33. package/registry/items/data-table.json +1310 -1
  34. package/registry/items/date-input.json +476 -0
  35. package/registry/items/dialog.json +592 -0
  36. package/registry/items/direction.json +29 -1
  37. package/registry/items/drawer.json +797 -0
  38. package/registry/items/dropdown-menu.json +1311 -1
  39. package/registry/items/editable.json +503 -0
  40. package/registry/items/empty.json +166 -0
  41. package/registry/items/field.json +286 -1
  42. package/registry/items/file-upload.json +638 -0
  43. package/registry/items/floating-panel.json +720 -0
  44. package/registry/items/floating-toolbar.json +43 -0
  45. package/registry/items/format.json +109 -0
  46. package/registry/items/gantt.json +773 -1
  47. package/registry/items/hooks/use-mobile.json +1 -0
  48. package/registry/items/hotkeys.json +99 -1
  49. package/registry/items/hover-card.json +357 -0
  50. package/registry/items/image-cropper.json +431 -0
  51. package/registry/items/input-group.json +189 -0
  52. package/registry/items/input-otp.json +181 -0
  53. package/registry/items/input.json +28 -0
  54. package/registry/items/item.json +308 -0
  55. package/registry/items/json-tree-view.json +336 -0
  56. package/registry/items/kanban.json +624 -1
  57. package/registry/items/kbd.json +54 -0
  58. package/registry/items/label.json +28 -0
  59. package/registry/items/lib/controllable.json +1 -0
  60. package/registry/items/lib/data-table-adapter.json +1 -0
  61. package/registry/items/lib/drag-preview.json +1 -0
  62. package/registry/items/lib/form.json +1 -0
  63. package/registry/items/lib/history.json +1 -0
  64. package/registry/items/lib/row-layout.json +1 -0
  65. package/registry/items/lib/table.json +1 -0
  66. package/registry/items/lib/time.json +1 -0
  67. package/registry/items/lib/utils.json +1 -0
  68. package/registry/items/live-region.json +43 -0
  69. package/registry/items/marker.json +96 -0
  70. package/registry/items/marquee.json +300 -0
  71. package/registry/items/menubar.json +1282 -1
  72. package/registry/items/message.json +166 -0
  73. package/registry/items/navigation-menu.json +561 -1
  74. package/registry/items/node-graph.json +1037 -1
  75. package/registry/items/number-input.json +519 -0
  76. package/registry/items/pagination.json +244 -1
  77. package/registry/items/password-input.json +311 -0
  78. package/registry/items/popconfirm.json +566 -0
  79. package/registry/items/popover.json +615 -0
  80. package/registry/items/progress.json +516 -0
  81. package/registry/items/qr-code.json +249 -0
  82. package/registry/items/query-builder.json +1368 -1
  83. package/registry/items/radio-group.json +362 -0
  84. package/registry/items/rating-group.json +304 -0
  85. package/registry/items/resizable.json +242 -1
  86. package/registry/items/rich-text-editor.json +934 -1
  87. package/registry/items/scheduler.json +1013 -1
  88. package/registry/items/scroll-area.json +227 -0
  89. package/registry/items/segment-group.json +363 -0
  90. package/registry/items/select.json +956 -0
  91. package/registry/items/separator.json +45 -1
  92. package/registry/items/sheet.json +592 -0
  93. package/registry/items/sidebar.json +785 -1
  94. package/registry/items/signature-pad.json +330 -0
  95. package/registry/items/skeleton.json +28 -0
  96. package/registry/items/slider.json +799 -0
  97. package/registry/items/sonner.json +135 -0
  98. package/registry/items/spinner.json +28 -0
  99. package/registry/items/steps.json +483 -0
  100. package/registry/items/swap.json +107 -0
  101. package/registry/items/switch.json +362 -0
  102. package/registry/items/table.json +210 -0
  103. package/registry/items/tabs.json +326 -0
  104. package/registry/items/tags-input.json +640 -0
  105. package/registry/items/textarea.json +28 -0
  106. package/registry/items/timer.json +289 -0
  107. package/registry/items/toc.json +372 -0
  108. package/registry/items/toggle-group.json +214 -1
  109. package/registry/items/toggle.json +124 -0
  110. package/registry/items/tooltip.json +417 -0
  111. package/registry/items/tour.json +498 -0
  112. package/registry/items/transfer-list.json +609 -1
  113. package/registry/items/tree-select.json +742 -1
  114. package/registry/items/tree-view.json +794 -0
  115. package/registry/items/virtual-list.json +214 -1
  116. package/src/components/ui/app-shell.tsx +11 -0
  117. package/src/components/ui/attachment.tsx +1 -0
  118. package/src/components/ui/calendar.tsx +1 -0
  119. package/src/components/ui/canvas.tsx +8 -0
  120. package/src/components/ui/carousel.tsx +3 -0
  121. package/src/components/ui/cascader.tsx +1 -0
  122. package/src/components/ui/chart.tsx +10 -0
  123. package/src/components/ui/combobox.tsx +3 -0
  124. package/src/components/ui/command.tsx +1 -0
  125. package/src/components/ui/comment-thread.tsx +11 -0
  126. package/src/components/ui/context-menu.tsx +6 -0
  127. package/src/components/ui/data-grid.tsx +8 -0
  128. package/src/components/ui/data-table.tsx +6 -0
  129. package/src/components/ui/direction.tsx +2 -0
  130. package/src/components/ui/dropdown-menu.tsx +6 -0
  131. package/src/components/ui/field.tsx +1 -0
  132. package/src/components/ui/gantt.tsx +15 -0
  133. package/src/components/ui/hotkeys.tsx +3 -0
  134. package/src/components/ui/kanban.tsx +3 -0
  135. package/src/components/ui/menubar.tsx +6 -0
  136. package/src/components/ui/navigation-menu.tsx +1 -0
  137. package/src/components/ui/node-graph.tsx +23 -0
  138. package/src/components/ui/pagination.tsx +1 -0
  139. package/src/components/ui/query-builder.tsx +7 -0
  140. package/src/components/ui/resizable.tsx +1 -0
  141. package/src/components/ui/rich-text-editor.tsx +54 -0
  142. package/src/components/ui/scheduler.tsx +26 -0
  143. package/src/components/ui/separator.tsx +1 -0
  144. package/src/components/ui/sidebar.tsx +5 -0
  145. package/src/components/ui/toggle-group.tsx +3 -0
  146. package/src/components/ui/transfer-list.tsx +11 -0
  147. package/src/components/ui/tree-select.tsx +5 -0
  148. package/src/components/ui/virtual-list.tsx +7 -0
@@ -35,6 +35,1267 @@
35
35
  "ColorPickerView",
36
36
  "parseColor"
37
37
  ],
38
+ "parts": [
39
+ {
40
+ "name": "ColorPicker",
41
+ "props": [
42
+ {
43
+ "name": "asChild",
44
+ "type": "boolean",
45
+ "required": false,
46
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
47
+ "from": "@ark-ui/react"
48
+ },
49
+ {
50
+ "name": "children",
51
+ "type": "ReactNode",
52
+ "required": false,
53
+ "description": "Content rendered inside the part.",
54
+ "from": "@types/react"
55
+ },
56
+ {
57
+ "name": "className",
58
+ "type": "string",
59
+ "required": false,
60
+ "description": "Extra classes merged into the part's own classes with `cn`.",
61
+ "from": "@types/react"
62
+ },
63
+ {
64
+ "name": "closeOnSelect",
65
+ "type": "boolean",
66
+ "required": false,
67
+ "default": "false",
68
+ "description": "Whether to close the color picker when a swatch is selected",
69
+ "from": "@zag-js/color-picker"
70
+ },
71
+ {
72
+ "name": "defaultFormat",
73
+ "type": "ColorFormat",
74
+ "required": false,
75
+ "default": "\"rgba\"",
76
+ "description": "The initial color format when rendered.\nUse when you don't need to control the color format of the color picker.",
77
+ "from": "@zag-js/color-picker"
78
+ },
79
+ {
80
+ "name": "defaultOpen",
81
+ "type": "boolean",
82
+ "required": false,
83
+ "description": "The initial open state of the color picker when rendered.\nUse when you don't need to control the open state of the color picker.",
84
+ "from": "@zag-js/color-picker"
85
+ },
86
+ {
87
+ "name": "defaultValue",
88
+ "type": "Color",
89
+ "required": false,
90
+ "default": "#000000",
91
+ "description": "The initial color value when rendered.\nUse when you don't need to control the color value of the color picker.",
92
+ "from": "@zag-js/color-picker"
93
+ },
94
+ {
95
+ "name": "disabled",
96
+ "type": "boolean",
97
+ "required": false,
98
+ "description": "Whether the color picker is disabled",
99
+ "from": "@zag-js/color-picker"
100
+ },
101
+ {
102
+ "name": "format",
103
+ "type": "ColorFormat",
104
+ "required": false,
105
+ "description": "The controlled color format to use",
106
+ "from": "@zag-js/color-picker"
107
+ },
108
+ {
109
+ "name": "hideMode",
110
+ "type": "HideMode",
111
+ "required": false,
112
+ "default": "'display-none'",
113
+ "description": "How to hide content when mounted but not present.\n- `'display-none'`: HTML `hidden` attribute. Effects stay alive.\n- `'activity'`: React 19 `<Activity mode=\"hidden\">`. Effects pause. Requires React 19+.",
114
+ "from": "@ark-ui/react"
115
+ },
116
+ {
117
+ "name": "id",
118
+ "type": "string",
119
+ "required": false,
120
+ "description": "The unique identifier of the machine.",
121
+ "from": "@zag-js/types"
122
+ },
123
+ {
124
+ "name": "ids",
125
+ "type": "ElementIds",
126
+ "required": false,
127
+ "description": "The ids of the elements in the color picker. Useful for composition.",
128
+ "from": "@zag-js/color-picker"
129
+ },
130
+ {
131
+ "name": "immediate",
132
+ "type": "boolean",
133
+ "required": false,
134
+ "description": "Whether to synchronize the present change immediately or defer it to the next frame",
135
+ "from": "@zag-js/presence"
136
+ },
137
+ {
138
+ "name": "initialFocusEl",
139
+ "type": "(() => HTMLElement | null)",
140
+ "required": false,
141
+ "description": "The initial focus element when the color picker is opened.",
142
+ "from": "@zag-js/color-picker"
143
+ },
144
+ {
145
+ "name": "inline",
146
+ "type": "boolean",
147
+ "required": false,
148
+ "description": "Whether to render the color picker inline",
149
+ "from": "@zag-js/color-picker"
150
+ },
151
+ {
152
+ "name": "invalid",
153
+ "type": "boolean",
154
+ "required": false,
155
+ "description": "Whether the color picker is invalid",
156
+ "from": "@zag-js/color-picker"
157
+ },
158
+ {
159
+ "name": "lazyMount",
160
+ "type": "boolean",
161
+ "required": false,
162
+ "default": "true",
163
+ "description": "Whether to enable lazy mounting",
164
+ "from": "@ark-ui/react"
165
+ },
166
+ {
167
+ "name": "name",
168
+ "type": "string",
169
+ "required": false,
170
+ "description": "The name for the form input",
171
+ "from": "@zag-js/color-picker"
172
+ },
173
+ {
174
+ "name": "onEnterComplete",
175
+ "type": "VoidFunction",
176
+ "required": false,
177
+ "description": "Function called when the animation ends in the open state",
178
+ "from": "@zag-js/presence"
179
+ },
180
+ {
181
+ "name": "onExitComplete",
182
+ "type": "VoidFunction",
183
+ "required": false,
184
+ "description": "Function called when the animation ends in the closed state",
185
+ "from": "@zag-js/presence"
186
+ },
187
+ {
188
+ "name": "onFocusOutside",
189
+ "type": "((event: FocusOutsideEvent) => void)",
190
+ "required": false,
191
+ "description": "Function called when the focus is moved outside the component",
192
+ "from": "@zag-js/interact-outside"
193
+ },
194
+ {
195
+ "name": "onFormatChange",
196
+ "type": "((details: FormatChangeDetails) => void)",
197
+ "required": false,
198
+ "description": "Function called when the color format changes",
199
+ "from": "@zag-js/color-picker"
200
+ },
201
+ {
202
+ "name": "onInteractOutside",
203
+ "type": "((event: InteractOutsideEvent) => void)",
204
+ "required": false,
205
+ "description": "Function called when an interaction happens outside the component",
206
+ "from": "@zag-js/interact-outside"
207
+ },
208
+ {
209
+ "name": "onOpenChange",
210
+ "type": "((details: OpenChangeDetails) => void)",
211
+ "required": false,
212
+ "description": "Handler that is called when the user opens or closes the color picker.",
213
+ "from": "@zag-js/color-picker"
214
+ },
215
+ {
216
+ "name": "onPointerDownOutside",
217
+ "type": "((event: PointerDownOutsideEvent) => void)",
218
+ "required": false,
219
+ "description": "Function called when the pointer is pressed down outside the component",
220
+ "from": "@zag-js/interact-outside"
221
+ },
222
+ {
223
+ "name": "onValueChange",
224
+ "type": "((details: ValueChangeDetails) => void)",
225
+ "required": false,
226
+ "description": "Handler that is called when the value changes, as the user drags.",
227
+ "from": "@zag-js/color-picker"
228
+ },
229
+ {
230
+ "name": "onValueChangeEnd",
231
+ "type": "((details: ValueChangeDetails) => void)",
232
+ "required": false,
233
+ "description": "Handler that is called when the user stops dragging.",
234
+ "from": "@zag-js/color-picker"
235
+ },
236
+ {
237
+ "name": "open",
238
+ "type": "boolean",
239
+ "required": false,
240
+ "description": "The controlled open state of the color picker",
241
+ "from": "@zag-js/color-picker"
242
+ },
243
+ {
244
+ "name": "openAutoFocus",
245
+ "type": "boolean",
246
+ "required": false,
247
+ "default": "true",
248
+ "description": "Whether to auto focus the color picker when it is opened",
249
+ "from": "@zag-js/color-picker"
250
+ },
251
+ {
252
+ "name": "positioning",
253
+ "type": "PositioningOptions",
254
+ "required": false,
255
+ "description": "The positioning options for the color picker",
256
+ "from": "@zag-js/color-picker"
257
+ },
258
+ {
259
+ "name": "present",
260
+ "type": "boolean",
261
+ "required": false,
262
+ "description": "Whether the node is present (controlled by the user)",
263
+ "from": "@zag-js/presence"
264
+ },
265
+ {
266
+ "name": "readOnly",
267
+ "type": "boolean",
268
+ "required": false,
269
+ "description": "Whether the color picker is read-only",
270
+ "from": "@zag-js/color-picker"
271
+ },
272
+ {
273
+ "name": "required",
274
+ "type": "boolean",
275
+ "required": false,
276
+ "description": "Whether the color picker is required",
277
+ "from": "@zag-js/color-picker"
278
+ },
279
+ {
280
+ "name": "skipAnimationOnMount",
281
+ "type": "boolean",
282
+ "required": false,
283
+ "default": "false",
284
+ "description": "Whether to allow the initial presence animation.",
285
+ "from": "@ark-ui/react"
286
+ },
287
+ {
288
+ "name": "style",
289
+ "type": "CSSProperties",
290
+ "required": false,
291
+ "description": "Inline styles applied to the rendered element.",
292
+ "from": "@types/react"
293
+ },
294
+ {
295
+ "name": "unmountOnExit",
296
+ "type": "boolean",
297
+ "required": false,
298
+ "default": "true",
299
+ "description": "Whether to unmount on exit.",
300
+ "from": "@ark-ui/react"
301
+ },
302
+ {
303
+ "name": "value",
304
+ "type": "Color",
305
+ "required": false,
306
+ "description": "The controlled color value of the color picker",
307
+ "from": "@zag-js/color-picker"
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "name": "ColorPickerArea",
313
+ "props": [
314
+ {
315
+ "name": "asChild",
316
+ "type": "boolean",
317
+ "required": false,
318
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
319
+ "from": "@ark-ui/react"
320
+ },
321
+ {
322
+ "name": "children",
323
+ "type": "ReactNode",
324
+ "required": false,
325
+ "description": "Content rendered inside the part.",
326
+ "from": "@types/react"
327
+ },
328
+ {
329
+ "name": "className",
330
+ "type": "string",
331
+ "required": false,
332
+ "description": "Extra classes merged into the part's own classes with `cn`.",
333
+ "from": "@types/react"
334
+ },
335
+ {
336
+ "name": "style",
337
+ "type": "CSSProperties",
338
+ "required": false,
339
+ "description": "Inline styles applied to the rendered element.",
340
+ "from": "@types/react"
341
+ },
342
+ {
343
+ "name": "xChannel",
344
+ "type": "ColorChannel",
345
+ "required": false,
346
+ "from": "@zag-js/color-picker"
347
+ },
348
+ {
349
+ "name": "yChannel",
350
+ "type": "ColorChannel",
351
+ "required": false,
352
+ "from": "@zag-js/color-picker"
353
+ }
354
+ ]
355
+ },
356
+ {
357
+ "name": "ColorPickerAreaBackground",
358
+ "props": [
359
+ {
360
+ "name": "asChild",
361
+ "type": "boolean",
362
+ "required": false,
363
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
364
+ "from": "@ark-ui/react"
365
+ },
366
+ {
367
+ "name": "children",
368
+ "type": "ReactNode",
369
+ "required": false,
370
+ "description": "Content rendered inside the part.",
371
+ "from": "@types/react"
372
+ },
373
+ {
374
+ "name": "className",
375
+ "type": "string",
376
+ "required": false,
377
+ "description": "Extra classes merged into the part's own classes with `cn`.",
378
+ "from": "@types/react"
379
+ },
380
+ {
381
+ "name": "style",
382
+ "type": "CSSProperties",
383
+ "required": false,
384
+ "description": "Inline styles applied to the rendered element.",
385
+ "from": "@types/react"
386
+ }
387
+ ]
388
+ },
389
+ {
390
+ "name": "ColorPickerAreaThumb",
391
+ "props": [
392
+ {
393
+ "name": "asChild",
394
+ "type": "boolean",
395
+ "required": false,
396
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
397
+ "from": "@ark-ui/react"
398
+ },
399
+ {
400
+ "name": "children",
401
+ "type": "ReactNode",
402
+ "required": false,
403
+ "description": "Content rendered inside the part.",
404
+ "from": "@types/react"
405
+ },
406
+ {
407
+ "name": "className",
408
+ "type": "string",
409
+ "required": false,
410
+ "description": "Extra classes merged into the part's own classes with `cn`.",
411
+ "from": "@types/react"
412
+ },
413
+ {
414
+ "name": "style",
415
+ "type": "CSSProperties",
416
+ "required": false,
417
+ "description": "Inline styles applied to the rendered element.",
418
+ "from": "@types/react"
419
+ }
420
+ ]
421
+ },
422
+ {
423
+ "name": "ColorPickerChannelInput",
424
+ "props": [
425
+ {
426
+ "name": "channel",
427
+ "type": "ExtendedColorChannel",
428
+ "required": true,
429
+ "from": "@zag-js/color-picker"
430
+ },
431
+ {
432
+ "name": "asChild",
433
+ "type": "boolean",
434
+ "required": false,
435
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
436
+ "from": "@ark-ui/react"
437
+ },
438
+ {
439
+ "name": "children",
440
+ "type": "ReactNode",
441
+ "required": false,
442
+ "description": "Content rendered inside the part.",
443
+ "from": "@types/react"
444
+ },
445
+ {
446
+ "name": "className",
447
+ "type": "string",
448
+ "required": false,
449
+ "description": "Extra classes merged into the part's own classes with `cn`.",
450
+ "from": "@types/react"
451
+ },
452
+ {
453
+ "name": "orientation",
454
+ "type": "Orientation",
455
+ "required": false,
456
+ "description": "Layout direction of the part.",
457
+ "from": "@zag-js/color-picker"
458
+ },
459
+ {
460
+ "name": "style",
461
+ "type": "CSSProperties",
462
+ "required": false,
463
+ "description": "Inline styles applied to the rendered element.",
464
+ "from": "@types/react"
465
+ }
466
+ ]
467
+ },
468
+ {
469
+ "name": "ColorPickerChannelSlider",
470
+ "props": [
471
+ {
472
+ "name": "channel",
473
+ "type": "ColorChannel",
474
+ "required": true,
475
+ "from": "@zag-js/color-picker"
476
+ },
477
+ {
478
+ "name": "asChild",
479
+ "type": "boolean",
480
+ "required": false,
481
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
482
+ "from": "@ark-ui/react"
483
+ },
484
+ {
485
+ "name": "children",
486
+ "type": "ReactNode",
487
+ "required": false,
488
+ "description": "Content rendered inside the part.",
489
+ "from": "@types/react"
490
+ },
491
+ {
492
+ "name": "className",
493
+ "type": "string",
494
+ "required": false,
495
+ "description": "Extra classes merged into the part's own classes with `cn`.",
496
+ "from": "@types/react"
497
+ },
498
+ {
499
+ "name": "orientation",
500
+ "type": "Orientation",
501
+ "required": false,
502
+ "description": "Layout direction of the part.",
503
+ "from": "@zag-js/color-picker"
504
+ },
505
+ {
506
+ "name": "style",
507
+ "type": "CSSProperties",
508
+ "required": false,
509
+ "description": "Inline styles applied to the rendered element.",
510
+ "from": "@types/react"
511
+ }
512
+ ]
513
+ },
514
+ {
515
+ "name": "ColorPickerChannelSliderLabel",
516
+ "props": [
517
+ {
518
+ "name": "asChild",
519
+ "type": "boolean",
520
+ "required": false,
521
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
522
+ "from": "@ark-ui/react"
523
+ },
524
+ {
525
+ "name": "children",
526
+ "type": "ReactNode",
527
+ "required": false,
528
+ "description": "Content rendered inside the part.",
529
+ "from": "@types/react"
530
+ },
531
+ {
532
+ "name": "className",
533
+ "type": "string",
534
+ "required": false,
535
+ "description": "Extra classes merged into the part's own classes with `cn`.",
536
+ "from": "@types/react"
537
+ },
538
+ {
539
+ "name": "style",
540
+ "type": "CSSProperties",
541
+ "required": false,
542
+ "description": "Inline styles applied to the rendered element.",
543
+ "from": "@types/react"
544
+ }
545
+ ]
546
+ },
547
+ {
548
+ "name": "ColorPickerChannelSliderThumb",
549
+ "props": [
550
+ {
551
+ "name": "asChild",
552
+ "type": "boolean",
553
+ "required": false,
554
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
555
+ "from": "@ark-ui/react"
556
+ },
557
+ {
558
+ "name": "children",
559
+ "type": "ReactNode",
560
+ "required": false,
561
+ "description": "Content rendered inside the part.",
562
+ "from": "@types/react"
563
+ },
564
+ {
565
+ "name": "className",
566
+ "type": "string",
567
+ "required": false,
568
+ "description": "Extra classes merged into the part's own classes with `cn`.",
569
+ "from": "@types/react"
570
+ },
571
+ {
572
+ "name": "style",
573
+ "type": "CSSProperties",
574
+ "required": false,
575
+ "description": "Inline styles applied to the rendered element.",
576
+ "from": "@types/react"
577
+ }
578
+ ]
579
+ },
580
+ {
581
+ "name": "ColorPickerChannelSliderTrack",
582
+ "props": [
583
+ {
584
+ "name": "asChild",
585
+ "type": "boolean",
586
+ "required": false,
587
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
588
+ "from": "@ark-ui/react"
589
+ },
590
+ {
591
+ "name": "children",
592
+ "type": "ReactNode",
593
+ "required": false,
594
+ "description": "Content rendered inside the part.",
595
+ "from": "@types/react"
596
+ },
597
+ {
598
+ "name": "className",
599
+ "type": "string",
600
+ "required": false,
601
+ "description": "Extra classes merged into the part's own classes with `cn`.",
602
+ "from": "@types/react"
603
+ },
604
+ {
605
+ "name": "style",
606
+ "type": "CSSProperties",
607
+ "required": false,
608
+ "description": "Inline styles applied to the rendered element.",
609
+ "from": "@types/react"
610
+ }
611
+ ]
612
+ },
613
+ {
614
+ "name": "ColorPickerChannelSliderValueText",
615
+ "props": [
616
+ {
617
+ "name": "asChild",
618
+ "type": "boolean",
619
+ "required": false,
620
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
621
+ "from": "@ark-ui/react"
622
+ },
623
+ {
624
+ "name": "children",
625
+ "type": "ReactNode",
626
+ "required": false,
627
+ "description": "Content rendered inside the part.",
628
+ "from": "@types/react"
629
+ },
630
+ {
631
+ "name": "className",
632
+ "type": "string",
633
+ "required": false,
634
+ "description": "Extra classes merged into the part's own classes with `cn`.",
635
+ "from": "@types/react"
636
+ },
637
+ {
638
+ "name": "style",
639
+ "type": "CSSProperties",
640
+ "required": false,
641
+ "description": "Inline styles applied to the rendered element.",
642
+ "from": "@types/react"
643
+ }
644
+ ]
645
+ },
646
+ {
647
+ "name": "ColorPickerContent",
648
+ "props": [
649
+ {
650
+ "name": "asChild",
651
+ "type": "boolean",
652
+ "required": false,
653
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
654
+ "from": "@ark-ui/react"
655
+ },
656
+ {
657
+ "name": "children",
658
+ "type": "ReactNode",
659
+ "required": false,
660
+ "description": "Content rendered inside the part.",
661
+ "from": "@types/react"
662
+ },
663
+ {
664
+ "name": "className",
665
+ "type": "string",
666
+ "required": false,
667
+ "description": "Extra classes merged into the part's own classes with `cn`.",
668
+ "from": "@types/react"
669
+ },
670
+ {
671
+ "name": "style",
672
+ "type": "CSSProperties",
673
+ "required": false,
674
+ "description": "Inline styles applied to the rendered element.",
675
+ "from": "@types/react"
676
+ }
677
+ ]
678
+ },
679
+ {
680
+ "name": "ColorPickerContext",
681
+ "props": [
682
+ {
683
+ "name": "children",
684
+ "type": "(context: UseColorPickerContext) => ReactNode",
685
+ "required": true,
686
+ "description": "Content rendered inside the part.",
687
+ "from": "@ark-ui/react"
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "name": "ColorPickerControl",
693
+ "props": [
694
+ {
695
+ "name": "asChild",
696
+ "type": "boolean",
697
+ "required": false,
698
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
699
+ "from": "@ark-ui/react"
700
+ },
701
+ {
702
+ "name": "children",
703
+ "type": "ReactNode",
704
+ "required": false,
705
+ "description": "Content rendered inside the part.",
706
+ "from": "@types/react"
707
+ },
708
+ {
709
+ "name": "className",
710
+ "type": "string",
711
+ "required": false,
712
+ "description": "Extra classes merged into the part's own classes with `cn`.",
713
+ "from": "@types/react"
714
+ },
715
+ {
716
+ "name": "style",
717
+ "type": "CSSProperties",
718
+ "required": false,
719
+ "description": "Inline styles applied to the rendered element.",
720
+ "from": "@types/react"
721
+ }
722
+ ]
723
+ },
724
+ {
725
+ "name": "ColorPickerEyeDropperTrigger",
726
+ "props": [
727
+ {
728
+ "name": "asChild",
729
+ "type": "boolean",
730
+ "required": false,
731
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
732
+ "from": "@ark-ui/react"
733
+ },
734
+ {
735
+ "name": "children",
736
+ "type": "ReactNode",
737
+ "required": false,
738
+ "description": "Content rendered inside the part.",
739
+ "from": "@types/react"
740
+ },
741
+ {
742
+ "name": "className",
743
+ "type": "string",
744
+ "required": false,
745
+ "description": "Extra classes merged into the part's own classes with `cn`.",
746
+ "from": "@types/react"
747
+ },
748
+ {
749
+ "name": "style",
750
+ "type": "CSSProperties",
751
+ "required": false,
752
+ "description": "Inline styles applied to the rendered element.",
753
+ "from": "@types/react"
754
+ }
755
+ ]
756
+ },
757
+ {
758
+ "name": "ColorPickerFormatSelect",
759
+ "props": [
760
+ {
761
+ "name": "asChild",
762
+ "type": "boolean",
763
+ "required": false,
764
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
765
+ "from": "@ark-ui/react"
766
+ },
767
+ {
768
+ "name": "children",
769
+ "type": "ReactNode",
770
+ "required": false,
771
+ "description": "Content rendered inside the part.",
772
+ "from": "@types/react"
773
+ },
774
+ {
775
+ "name": "className",
776
+ "type": "string",
777
+ "required": false,
778
+ "description": "Extra classes merged into the part's own classes with `cn`.",
779
+ "from": "@types/react"
780
+ },
781
+ {
782
+ "name": "style",
783
+ "type": "CSSProperties",
784
+ "required": false,
785
+ "description": "Inline styles applied to the rendered element.",
786
+ "from": "@types/react"
787
+ }
788
+ ]
789
+ },
790
+ {
791
+ "name": "ColorPickerFormatTrigger",
792
+ "props": [
793
+ {
794
+ "name": "asChild",
795
+ "type": "boolean",
796
+ "required": false,
797
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
798
+ "from": "@ark-ui/react"
799
+ },
800
+ {
801
+ "name": "children",
802
+ "type": "ReactNode",
803
+ "required": false,
804
+ "description": "Content rendered inside the part.",
805
+ "from": "@types/react"
806
+ },
807
+ {
808
+ "name": "className",
809
+ "type": "string",
810
+ "required": false,
811
+ "description": "Extra classes merged into the part's own classes with `cn`.",
812
+ "from": "@types/react"
813
+ },
814
+ {
815
+ "name": "style",
816
+ "type": "CSSProperties",
817
+ "required": false,
818
+ "description": "Inline styles applied to the rendered element.",
819
+ "from": "@types/react"
820
+ }
821
+ ]
822
+ },
823
+ {
824
+ "name": "ColorPickerHiddenInput",
825
+ "props": [
826
+ {
827
+ "name": "asChild",
828
+ "type": "boolean",
829
+ "required": false,
830
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
831
+ "from": "@ark-ui/react"
832
+ },
833
+ {
834
+ "name": "children",
835
+ "type": "ReactNode",
836
+ "required": false,
837
+ "description": "Content rendered inside the part.",
838
+ "from": "@types/react"
839
+ },
840
+ {
841
+ "name": "className",
842
+ "type": "string",
843
+ "required": false,
844
+ "description": "Extra classes merged into the part's own classes with `cn`.",
845
+ "from": "@types/react"
846
+ },
847
+ {
848
+ "name": "style",
849
+ "type": "CSSProperties",
850
+ "required": false,
851
+ "description": "Inline styles applied to the rendered element.",
852
+ "from": "@types/react"
853
+ }
854
+ ]
855
+ },
856
+ {
857
+ "name": "ColorPickerLabel",
858
+ "props": [
859
+ {
860
+ "name": "asChild",
861
+ "type": "boolean",
862
+ "required": false,
863
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
864
+ "from": "@ark-ui/react"
865
+ },
866
+ {
867
+ "name": "children",
868
+ "type": "ReactNode",
869
+ "required": false,
870
+ "description": "Content rendered inside the part.",
871
+ "from": "@types/react"
872
+ },
873
+ {
874
+ "name": "className",
875
+ "type": "string",
876
+ "required": false,
877
+ "description": "Extra classes merged into the part's own classes with `cn`.",
878
+ "from": "@types/react"
879
+ },
880
+ {
881
+ "name": "style",
882
+ "type": "CSSProperties",
883
+ "required": false,
884
+ "description": "Inline styles applied to the rendered element.",
885
+ "from": "@types/react"
886
+ }
887
+ ]
888
+ },
889
+ {
890
+ "name": "ColorPickerPortal",
891
+ "props": [
892
+ {
893
+ "name": "children",
894
+ "type": "ReactNode",
895
+ "required": false,
896
+ "description": "Content rendered inside the part.",
897
+ "from": "@types/react"
898
+ },
899
+ {
900
+ "name": "container",
901
+ "type": "RefObject<HTMLElement | null>",
902
+ "required": false,
903
+ "from": "@ark-ui/react"
904
+ },
905
+ {
906
+ "name": "disabled",
907
+ "type": "boolean",
908
+ "required": false,
909
+ "description": "Disables the part and everything inside it.",
910
+ "from": "@ark-ui/react"
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "name": "ColorPickerPositioner",
916
+ "props": [
917
+ {
918
+ "name": "asChild",
919
+ "type": "boolean",
920
+ "required": false,
921
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
922
+ "from": "@ark-ui/react"
923
+ },
924
+ {
925
+ "name": "children",
926
+ "type": "ReactNode",
927
+ "required": false,
928
+ "description": "Content rendered inside the part.",
929
+ "from": "@types/react"
930
+ },
931
+ {
932
+ "name": "className",
933
+ "type": "string",
934
+ "required": false,
935
+ "description": "Extra classes merged into the part's own classes with `cn`.",
936
+ "from": "@types/react"
937
+ },
938
+ {
939
+ "name": "style",
940
+ "type": "CSSProperties",
941
+ "required": false,
942
+ "description": "Inline styles applied to the rendered element.",
943
+ "from": "@types/react"
944
+ }
945
+ ]
946
+ },
947
+ {
948
+ "name": "ColorPickerSwatch",
949
+ "props": [
950
+ {
951
+ "name": "value",
952
+ "type": "string | Color",
953
+ "required": true,
954
+ "description": "The color value",
955
+ "from": "@zag-js/color-picker"
956
+ },
957
+ {
958
+ "name": "asChild",
959
+ "type": "boolean",
960
+ "required": false,
961
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
962
+ "from": "@ark-ui/react"
963
+ },
964
+ {
965
+ "name": "children",
966
+ "type": "ReactNode",
967
+ "required": false,
968
+ "description": "Content rendered inside the part.",
969
+ "from": "@types/react"
970
+ },
971
+ {
972
+ "name": "className",
973
+ "type": "string",
974
+ "required": false,
975
+ "description": "Extra classes merged into the part's own classes with `cn`.",
976
+ "from": "@types/react"
977
+ },
978
+ {
979
+ "name": "respectAlpha",
980
+ "type": "boolean",
981
+ "required": false,
982
+ "description": "Whether to include the alpha channel in the color",
983
+ "from": "@zag-js/color-picker"
984
+ },
985
+ {
986
+ "name": "style",
987
+ "type": "CSSProperties",
988
+ "required": false,
989
+ "description": "Inline styles applied to the rendered element.",
990
+ "from": "@types/react"
991
+ }
992
+ ]
993
+ },
994
+ {
995
+ "name": "ColorPickerSwatchGroup",
996
+ "props": [
997
+ {
998
+ "name": "asChild",
999
+ "type": "boolean",
1000
+ "required": false,
1001
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
1002
+ "from": "@ark-ui/react"
1003
+ },
1004
+ {
1005
+ "name": "children",
1006
+ "type": "ReactNode",
1007
+ "required": false,
1008
+ "description": "Content rendered inside the part.",
1009
+ "from": "@types/react"
1010
+ },
1011
+ {
1012
+ "name": "className",
1013
+ "type": "string",
1014
+ "required": false,
1015
+ "description": "Extra classes merged into the part's own classes with `cn`.",
1016
+ "from": "@types/react"
1017
+ },
1018
+ {
1019
+ "name": "style",
1020
+ "type": "CSSProperties",
1021
+ "required": false,
1022
+ "description": "Inline styles applied to the rendered element.",
1023
+ "from": "@types/react"
1024
+ }
1025
+ ]
1026
+ },
1027
+ {
1028
+ "name": "ColorPickerSwatchIndicator",
1029
+ "props": [
1030
+ {
1031
+ "name": "asChild",
1032
+ "type": "boolean",
1033
+ "required": false,
1034
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
1035
+ "from": "@ark-ui/react"
1036
+ },
1037
+ {
1038
+ "name": "children",
1039
+ "type": "ReactNode",
1040
+ "required": false,
1041
+ "description": "Content rendered inside the part.",
1042
+ "from": "@types/react"
1043
+ },
1044
+ {
1045
+ "name": "className",
1046
+ "type": "string",
1047
+ "required": false,
1048
+ "description": "Extra classes merged into the part's own classes with `cn`.",
1049
+ "from": "@types/react"
1050
+ },
1051
+ {
1052
+ "name": "style",
1053
+ "type": "CSSProperties",
1054
+ "required": false,
1055
+ "description": "Inline styles applied to the rendered element.",
1056
+ "from": "@types/react"
1057
+ }
1058
+ ]
1059
+ },
1060
+ {
1061
+ "name": "ColorPickerSwatchTrigger",
1062
+ "props": [
1063
+ {
1064
+ "name": "value",
1065
+ "type": "string | Color",
1066
+ "required": true,
1067
+ "description": "The color value",
1068
+ "from": "@zag-js/color-picker"
1069
+ },
1070
+ {
1071
+ "name": "asChild",
1072
+ "type": "boolean",
1073
+ "required": false,
1074
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
1075
+ "from": "@ark-ui/react"
1076
+ },
1077
+ {
1078
+ "name": "children",
1079
+ "type": "ReactNode",
1080
+ "required": false,
1081
+ "description": "Content rendered inside the part.",
1082
+ "from": "@types/react"
1083
+ },
1084
+ {
1085
+ "name": "className",
1086
+ "type": "string",
1087
+ "required": false,
1088
+ "description": "Extra classes merged into the part's own classes with `cn`.",
1089
+ "from": "@types/react"
1090
+ },
1091
+ {
1092
+ "name": "disabled",
1093
+ "type": "boolean",
1094
+ "required": false,
1095
+ "description": "Whether the swatch trigger is disabled",
1096
+ "from": "@zag-js/color-picker"
1097
+ },
1098
+ {
1099
+ "name": "style",
1100
+ "type": "CSSProperties",
1101
+ "required": false,
1102
+ "description": "Inline styles applied to the rendered element.",
1103
+ "from": "@types/react"
1104
+ }
1105
+ ]
1106
+ },
1107
+ {
1108
+ "name": "ColorPickerTransparencyGrid",
1109
+ "props": [
1110
+ {
1111
+ "name": "asChild",
1112
+ "type": "boolean",
1113
+ "required": false,
1114
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
1115
+ "from": "@ark-ui/react"
1116
+ },
1117
+ {
1118
+ "name": "children",
1119
+ "type": "ReactNode",
1120
+ "required": false,
1121
+ "description": "Content rendered inside the part.",
1122
+ "from": "@types/react"
1123
+ },
1124
+ {
1125
+ "name": "className",
1126
+ "type": "string",
1127
+ "required": false,
1128
+ "description": "Extra classes merged into the part's own classes with `cn`.",
1129
+ "from": "@types/react"
1130
+ },
1131
+ {
1132
+ "name": "size",
1133
+ "type": "string",
1134
+ "required": false,
1135
+ "description": "Size variant; sets a `data-size` attribute.",
1136
+ "from": "@zag-js/color-picker"
1137
+ },
1138
+ {
1139
+ "name": "style",
1140
+ "type": "CSSProperties",
1141
+ "required": false,
1142
+ "description": "Inline styles applied to the rendered element.",
1143
+ "from": "@types/react"
1144
+ }
1145
+ ]
1146
+ },
1147
+ {
1148
+ "name": "ColorPickerTrigger",
1149
+ "props": [
1150
+ {
1151
+ "name": "asChild",
1152
+ "type": "boolean",
1153
+ "required": false,
1154
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
1155
+ "from": "@ark-ui/react"
1156
+ },
1157
+ {
1158
+ "name": "children",
1159
+ "type": "ReactNode",
1160
+ "required": false,
1161
+ "description": "Content rendered inside the part.",
1162
+ "from": "@types/react"
1163
+ },
1164
+ {
1165
+ "name": "className",
1166
+ "type": "string",
1167
+ "required": false,
1168
+ "description": "Extra classes merged into the part's own classes with `cn`.",
1169
+ "from": "@types/react"
1170
+ },
1171
+ {
1172
+ "name": "style",
1173
+ "type": "CSSProperties",
1174
+ "required": false,
1175
+ "description": "Inline styles applied to the rendered element.",
1176
+ "from": "@types/react"
1177
+ }
1178
+ ]
1179
+ },
1180
+ {
1181
+ "name": "ColorPickerValueSwatch",
1182
+ "props": [
1183
+ {
1184
+ "name": "asChild",
1185
+ "type": "boolean",
1186
+ "required": false,
1187
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
1188
+ "from": "@ark-ui/react"
1189
+ },
1190
+ {
1191
+ "name": "children",
1192
+ "type": "ReactNode",
1193
+ "required": false,
1194
+ "description": "Content rendered inside the part.",
1195
+ "from": "@types/react"
1196
+ },
1197
+ {
1198
+ "name": "className",
1199
+ "type": "string",
1200
+ "required": false,
1201
+ "description": "Extra classes merged into the part's own classes with `cn`.",
1202
+ "from": "@types/react"
1203
+ },
1204
+ {
1205
+ "name": "respectAlpha",
1206
+ "type": "boolean",
1207
+ "required": false,
1208
+ "description": "Whether to include the alpha channel in the color",
1209
+ "from": "@zag-js/color-picker"
1210
+ },
1211
+ {
1212
+ "name": "style",
1213
+ "type": "CSSProperties",
1214
+ "required": false,
1215
+ "description": "Inline styles applied to the rendered element.",
1216
+ "from": "@types/react"
1217
+ }
1218
+ ]
1219
+ },
1220
+ {
1221
+ "name": "ColorPickerValueText",
1222
+ "props": [
1223
+ {
1224
+ "name": "asChild",
1225
+ "type": "boolean",
1226
+ "required": false,
1227
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
1228
+ "from": "@ark-ui/react"
1229
+ },
1230
+ {
1231
+ "name": "children",
1232
+ "type": "ReactNode",
1233
+ "required": false,
1234
+ "description": "Content rendered inside the part.",
1235
+ "from": "@types/react"
1236
+ },
1237
+ {
1238
+ "name": "className",
1239
+ "type": "string",
1240
+ "required": false,
1241
+ "description": "Extra classes merged into the part's own classes with `cn`.",
1242
+ "from": "@types/react"
1243
+ },
1244
+ {
1245
+ "name": "format",
1246
+ "type": "ColorStringFormat",
1247
+ "required": false,
1248
+ "from": "@ark-ui/react"
1249
+ },
1250
+ {
1251
+ "name": "style",
1252
+ "type": "CSSProperties",
1253
+ "required": false,
1254
+ "description": "Inline styles applied to the rendered element.",
1255
+ "from": "@types/react"
1256
+ }
1257
+ ]
1258
+ },
1259
+ {
1260
+ "name": "ColorPickerView",
1261
+ "props": [
1262
+ {
1263
+ "name": "format",
1264
+ "type": "ColorFormat",
1265
+ "required": true,
1266
+ "from": "@ark-ui/react"
1267
+ },
1268
+ {
1269
+ "name": "asChild",
1270
+ "type": "boolean",
1271
+ "required": false,
1272
+ "description": "Use the provided child element as the default rendered element, combining their props and behavior.",
1273
+ "from": "@ark-ui/react"
1274
+ },
1275
+ {
1276
+ "name": "children",
1277
+ "type": "ReactNode",
1278
+ "required": false,
1279
+ "description": "Content rendered inside the part.",
1280
+ "from": "@types/react"
1281
+ },
1282
+ {
1283
+ "name": "className",
1284
+ "type": "string",
1285
+ "required": false,
1286
+ "description": "Extra classes merged into the part's own classes with `cn`.",
1287
+ "from": "@types/react"
1288
+ },
1289
+ {
1290
+ "name": "style",
1291
+ "type": "CSSProperties",
1292
+ "required": false,
1293
+ "description": "Inline styles applied to the rendered element.",
1294
+ "from": "@types/react"
1295
+ }
1296
+ ]
1297
+ }
1298
+ ],
38
1299
  "dependencies": {
39
1300
  "@ark-ui/react": "^5.39.1",
40
1301
  "lucide-react": "^1.41.0"