@multicomma/arkcn 0.1.1 → 0.1.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.
- package/README.md +7 -0
- package/cli/commands.mjs +1 -1
- package/cli/registry.mjs +1 -0
- package/package.json +42 -32
- package/registry/index.json +1578 -156
- package/registry/items/accordion.json +11 -1
- package/registry/items/activity-feed.json +18 -2
- package/registry/items/alert-dialog.json +18 -1
- package/registry/items/alert.json +7 -1
- package/registry/items/angle-slider.json +13 -1
- package/registry/items/app-shell.json +58 -2
- package/registry/items/aspect-ratio.json +3 -0
- package/registry/items/attachment.json +12 -1
- package/registry/items/avatar.json +11 -1
- package/registry/items/badge.json +5 -1
- package/registry/items/breadcrumb.json +10 -1
- package/registry/items/bubble.json +7 -1
- package/registry/items/button-group.json +8 -2
- package/registry/items/button.json +5 -1
- package/registry/items/calendar.json +5 -1
- package/registry/items/canvas.json +20 -3
- package/registry/items/card.json +10 -1
- package/registry/items/carousel.json +9 -1
- package/registry/items/cascader.json +24 -3
- package/registry/items/chart.json +9 -1
- package/registry/items/chat.json +44 -3
- package/registry/items/checkbox.json +13 -1
- package/registry/items/clipboard.json +12 -1
- package/registry/items/collapsible.json +8 -0
- package/registry/items/color-picker.json +34 -1
- package/registry/items/combobox.json +31 -1
- package/registry/items/command.json +20 -1
- package/registry/items/comment-thread.json +36 -4
- package/registry/items/context-menu.json +28 -1
- package/registry/items/data-grid.json +21 -4
- package/registry/items/data-table.json +35 -3
- package/registry/items/date-input.json +12 -1
- package/registry/items/dialog.json +16 -1
- package/registry/items/direction.json +4 -0
- package/registry/items/drawer.json +21 -1
- package/registry/items/dropdown-menu.json +27 -1
- package/registry/items/editable.json +14 -1
- package/registry/items/empty.json +9 -1
- package/registry/items/field.json +14 -2
- package/registry/items/file-upload.json +18 -1
- package/registry/items/floating-panel.json +18 -1
- package/registry/items/floating-toolbar.json +4 -1
- package/registry/items/format.json +7 -0
- package/registry/items/gantt.json +28 -3
- package/registry/items/{use-mobile.json → hooks/use-mobile.json} +4 -1
- package/registry/items/hotkeys.json +11 -1
- package/registry/items/hover-card.json +11 -1
- package/registry/items/image-cropper.json +11 -1
- package/registry/items/input-group.json +10 -2
- package/registry/items/input-otp.json +7 -1
- package/registry/items/input.json +4 -1
- package/registry/items/item.json +14 -2
- package/registry/items/json-tree-view.json +6 -1
- package/registry/items/kanban.json +29 -3
- package/registry/items/kbd.json +5 -1
- package/registry/items/label.json +4 -1
- package/registry/items/{controllable.json → lib/controllable.json} +4 -1
- package/registry/items/{data-table-adapter.json → lib/data-table-adapter.json} +2 -1
- package/registry/items/{drag-preview.json → lib/drag-preview.json} +4 -1
- package/registry/items/{form.json → lib/form.json} +4 -1
- package/registry/items/{history.json → lib/history.json} +4 -1
- package/registry/items/{row-layout.json → lib/row-layout.json} +6 -1
- package/registry/items/lib/table.json +19 -0
- package/registry/items/{time.json → lib/time.json} +5 -1
- package/registry/items/{utils.json → lib/utils.json} +4 -1
- package/registry/items/live-region.json +5 -1
- package/registry/items/marker.json +7 -1
- package/registry/items/marquee.json +10 -1
- package/registry/items/menubar.json +26 -2
- package/registry/items/message.json +9 -1
- package/registry/items/navigation-menu.json +17 -1
- package/registry/items/node-graph.json +33 -2
- package/registry/items/number-input.json +14 -1
- package/registry/items/pagination.json +10 -1
- package/registry/items/password-input.json +11 -1
- package/registry/items/popconfirm.json +14 -2
- package/registry/items/popover.json +17 -1
- package/registry/items/progress.json +15 -1
- package/registry/items/qr-code.json +10 -1
- package/registry/items/query-builder.json +32 -3
- package/registry/items/radio-group.json +13 -1
- package/registry/items/rating-group.json +11 -1
- package/registry/items/resizable.json +6 -1
- package/registry/items/rich-text-editor.json +19 -2
- package/registry/items/scheduler.json +35 -3
- package/registry/items/scroll-area.json +11 -1
- package/registry/items/segment-group.json +13 -1
- package/registry/items/select.json +26 -1
- package/registry/items/separator.json +4 -1
- package/registry/items/sheet.json +16 -1
- package/registry/items/sidebar.json +29 -3
- package/registry/items/signature-pad.json +12 -1
- package/registry/items/skeleton.json +4 -1
- package/registry/items/slider.json +17 -1
- package/registry/items/sonner.json +3 -0
- package/registry/items/spinner.json +4 -1
- package/registry/items/steps.json +17 -1
- package/registry/items/swap.json +6 -1
- package/registry/items/switch.json +11 -1
- package/registry/items/table.json +15 -5
- package/registry/items/tabs.json +11 -1
- package/registry/items/tags-input.json +17 -1
- package/registry/items/textarea.json +4 -1
- package/registry/items/timer.json +11 -1
- package/registry/items/toc.json +13 -1
- package/registry/items/toggle-group.json +8 -2
- package/registry/items/toggle.json +8 -1
- package/registry/items/tooltip.json +12 -1
- package/registry/items/tour.json +20 -1
- package/registry/items/transfer-list.json +21 -3
- package/registry/items/tree-select.json +22 -3
- package/registry/items/tree-view.json +24 -1
- package/registry/items/virtual-list.json +10 -1
package/registry/index.json
CHANGED
|
@@ -1,29 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multicomma/arkcn",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"baseDependencies": {
|
|
5
|
-
"react": "^19.2.8",
|
|
6
|
-
"react-dom": "^19.2.8",
|
|
7
5
|
"@ark-ui/react": "^5.39.1",
|
|
8
|
-
"tailwindcss": "^
|
|
9
|
-
"
|
|
6
|
+
"@tailwindcss/typography": "^0.5.20",
|
|
7
|
+
"class-variance-authority": "^0.7.1",
|
|
10
8
|
"clsx": "^2.1.1",
|
|
9
|
+
"lucide-react": "^1.41.0",
|
|
10
|
+
"react": "^19.2.8",
|
|
11
|
+
"react-dom": "^19.2.8",
|
|
11
12
|
"tailwind-merge": "^3.6.0",
|
|
12
|
-
"
|
|
13
|
-
"tw-animate-css": "^1.4.0"
|
|
14
|
-
"@tailwindcss/typography": "^0.5.20"
|
|
13
|
+
"tailwindcss": "^4.3.3",
|
|
14
|
+
"tw-animate-css": "^1.4.0"
|
|
15
15
|
},
|
|
16
16
|
"items": [
|
|
17
17
|
{
|
|
18
18
|
"name": "accordion",
|
|
19
19
|
"type": "ui",
|
|
20
20
|
"description": "",
|
|
21
|
+
"ark": "Accordion",
|
|
22
|
+
"exports": [
|
|
23
|
+
"Accordion",
|
|
24
|
+
"AccordionContent",
|
|
25
|
+
"AccordionContext",
|
|
26
|
+
"AccordionItem",
|
|
27
|
+
"AccordionItemContext",
|
|
28
|
+
"AccordionItemIndicator",
|
|
29
|
+
"AccordionTrigger"
|
|
30
|
+
],
|
|
21
31
|
"dependencies": [
|
|
22
32
|
"@ark-ui/react",
|
|
23
33
|
"lucide-react"
|
|
24
34
|
],
|
|
25
35
|
"registryDependencies": [
|
|
26
|
-
"utils"
|
|
36
|
+
"lib/utils"
|
|
27
37
|
],
|
|
28
38
|
"files": [
|
|
29
39
|
"components/ui/accordion.tsx"
|
|
@@ -34,11 +44,27 @@
|
|
|
34
44
|
"name": "activity-feed",
|
|
35
45
|
"type": "ui",
|
|
36
46
|
"description": "ActivityFeed — a compositional, data-agnostic timeline of events. The consumer maps its events to items; the feed adds the connector line, the marker column, relative times and the WAI-ARIA feed pattern (articles are focusable; PageUp/PageD",
|
|
47
|
+
"exports": [
|
|
48
|
+
"ActivityFeed",
|
|
49
|
+
"ActivityFeedGroup",
|
|
50
|
+
"ActivityFeedGroupLabel",
|
|
51
|
+
"ActivityFeedItems",
|
|
52
|
+
"ActivityFeedItem",
|
|
53
|
+
"ActivityFeedItemMarker",
|
|
54
|
+
"ActivityFeedItemContent",
|
|
55
|
+
"ActivityFeedItemHeader",
|
|
56
|
+
"ActivityFeedItemActor",
|
|
57
|
+
"ActivityFeedItemTime",
|
|
58
|
+
"ActivityFeedItemBody",
|
|
59
|
+
"ActivityFeedItemActions",
|
|
60
|
+
"ActivityFeedLoadMoreTrigger",
|
|
61
|
+
"ActivityFeedEmpty"
|
|
62
|
+
],
|
|
37
63
|
"dependencies": [],
|
|
38
64
|
"registryDependencies": [
|
|
39
65
|
"button",
|
|
40
|
-
"time",
|
|
41
|
-
"utils"
|
|
66
|
+
"lib/time",
|
|
67
|
+
"lib/utils"
|
|
42
68
|
],
|
|
43
69
|
"files": [
|
|
44
70
|
"components/ui/activity-feed.tsx"
|
|
@@ -49,12 +75,29 @@
|
|
|
49
75
|
"name": "alert-dialog",
|
|
50
76
|
"type": "ui",
|
|
51
77
|
"description": "",
|
|
78
|
+
"ark": "Dialog",
|
|
79
|
+
"exports": [
|
|
80
|
+
"AlertDialog",
|
|
81
|
+
"AlertDialogAction",
|
|
82
|
+
"AlertDialogCancel",
|
|
83
|
+
"AlertDialogContent",
|
|
84
|
+
"AlertDialogContext",
|
|
85
|
+
"AlertDialogDescription",
|
|
86
|
+
"AlertDialogFooter",
|
|
87
|
+
"AlertDialogHeader",
|
|
88
|
+
"AlertDialogMedia",
|
|
89
|
+
"AlertDialogOverlay",
|
|
90
|
+
"AlertDialogPortal",
|
|
91
|
+
"AlertDialogPositioner",
|
|
92
|
+
"AlertDialogTitle",
|
|
93
|
+
"AlertDialogTrigger"
|
|
94
|
+
],
|
|
52
95
|
"dependencies": [
|
|
53
96
|
"@ark-ui/react"
|
|
54
97
|
],
|
|
55
98
|
"registryDependencies": [
|
|
56
99
|
"button",
|
|
57
|
-
"utils"
|
|
100
|
+
"lib/utils"
|
|
58
101
|
],
|
|
59
102
|
"files": [
|
|
60
103
|
"components/ui/alert-dialog.tsx"
|
|
@@ -65,11 +108,17 @@
|
|
|
65
108
|
"name": "alert",
|
|
66
109
|
"type": "ui",
|
|
67
110
|
"description": "",
|
|
111
|
+
"exports": [
|
|
112
|
+
"Alert",
|
|
113
|
+
"AlertTitle",
|
|
114
|
+
"AlertDescription",
|
|
115
|
+
"AlertAction"
|
|
116
|
+
],
|
|
68
117
|
"dependencies": [
|
|
69
118
|
"class-variance-authority"
|
|
70
119
|
],
|
|
71
120
|
"registryDependencies": [
|
|
72
|
-
"utils"
|
|
121
|
+
"lib/utils"
|
|
73
122
|
],
|
|
74
123
|
"files": [
|
|
75
124
|
"components/ui/alert.tsx"
|
|
@@ -80,11 +129,23 @@
|
|
|
80
129
|
"name": "angle-slider",
|
|
81
130
|
"type": "ui",
|
|
82
131
|
"description": "",
|
|
132
|
+
"ark": "AngleSlider",
|
|
133
|
+
"exports": [
|
|
134
|
+
"AngleSlider",
|
|
135
|
+
"AngleSliderContext",
|
|
136
|
+
"AngleSliderControl",
|
|
137
|
+
"AngleSliderHiddenInput",
|
|
138
|
+
"AngleSliderLabel",
|
|
139
|
+
"AngleSliderMarker",
|
|
140
|
+
"AngleSliderMarkerGroup",
|
|
141
|
+
"AngleSliderThumb",
|
|
142
|
+
"AngleSliderValueText"
|
|
143
|
+
],
|
|
83
144
|
"dependencies": [
|
|
84
145
|
"@ark-ui/react"
|
|
85
146
|
],
|
|
86
147
|
"registryDependencies": [
|
|
87
|
-
"utils"
|
|
148
|
+
"lib/utils"
|
|
88
149
|
],
|
|
89
150
|
"files": [
|
|
90
151
|
"components/ui/angle-slider.tsx"
|
|
@@ -95,6 +156,62 @@
|
|
|
95
156
|
"name": "app-shell",
|
|
96
157
|
"type": "ui",
|
|
97
158
|
"description": "`src/components/ui/app-shell.tsx` is a compositional, router-agnostic shell built on `sidebar.tsx` (shadcn-admin layout): `AppShell` (context: sidebar variant/collapsible, search open state, `searchShortcut` for cmd/ctrl+K), `AppShellSideba",
|
|
159
|
+
"exports": [
|
|
160
|
+
"AppShell",
|
|
161
|
+
"AppShellBrand",
|
|
162
|
+
"AppShellBrandChevron",
|
|
163
|
+
"AppShellBrandDescription",
|
|
164
|
+
"AppShellBrandLogo",
|
|
165
|
+
"AppShellBrandText",
|
|
166
|
+
"AppShellBrandTitle",
|
|
167
|
+
"AppShellCommandDialog",
|
|
168
|
+
"AppShellContent",
|
|
169
|
+
"AppShellHeader",
|
|
170
|
+
"AppShellHeaderActions",
|
|
171
|
+
"AppShellMain",
|
|
172
|
+
"AppShellNav",
|
|
173
|
+
"AppShellNavBadge",
|
|
174
|
+
"AppShellNavCollapsible",
|
|
175
|
+
"AppShellNavItem",
|
|
176
|
+
"AppShellNavLabel",
|
|
177
|
+
"AppShellNavLink",
|
|
178
|
+
"AppShellNavList",
|
|
179
|
+
"AppShellNavMenuLink",
|
|
180
|
+
"AppShellNavSubItem",
|
|
181
|
+
"AppShellNavSubLink",
|
|
182
|
+
"AppShellNotificationItem",
|
|
183
|
+
"AppShellNotificationItemContent",
|
|
184
|
+
"AppShellNotificationItemDescription",
|
|
185
|
+
"AppShellNotificationItemIcon",
|
|
186
|
+
"AppShellNotificationItemIndicator",
|
|
187
|
+
"AppShellNotificationItemTime",
|
|
188
|
+
"AppShellNotificationItemTitle",
|
|
189
|
+
"AppShellNotifications",
|
|
190
|
+
"AppShellNotificationsActionTrigger",
|
|
191
|
+
"AppShellNotificationsContent",
|
|
192
|
+
"AppShellNotificationsEmpty",
|
|
193
|
+
"AppShellNotificationsFooter",
|
|
194
|
+
"AppShellNotificationsHeader",
|
|
195
|
+
"AppShellNotificationsList",
|
|
196
|
+
"AppShellNotificationsTitle",
|
|
197
|
+
"AppShellNotificationsTrigger",
|
|
198
|
+
"AppShellSearch",
|
|
199
|
+
"AppShellSidebar",
|
|
200
|
+
"AppShellSkipLink",
|
|
201
|
+
"AppShellThemeToggle",
|
|
202
|
+
"AppShellTopNav",
|
|
203
|
+
"AppShellTopNavLink",
|
|
204
|
+
"AppShellTopNavMenu",
|
|
205
|
+
"AppShellUser",
|
|
206
|
+
"AppShellUserAvatar",
|
|
207
|
+
"AppShellUserEmail",
|
|
208
|
+
"AppShellUserName",
|
|
209
|
+
"AppShellUserText",
|
|
210
|
+
"AppShellSidebarContent",
|
|
211
|
+
"AppShellSidebarFooter",
|
|
212
|
+
"AppShellSidebarHeader",
|
|
213
|
+
"useAppShell"
|
|
214
|
+
],
|
|
98
215
|
"dependencies": [
|
|
99
216
|
"lucide-react"
|
|
100
217
|
],
|
|
@@ -106,10 +223,10 @@
|
|
|
106
223
|
"command",
|
|
107
224
|
"dropdown-menu",
|
|
108
225
|
"kbd",
|
|
226
|
+
"lib/utils",
|
|
109
227
|
"popover",
|
|
110
228
|
"separator",
|
|
111
|
-
"sidebar"
|
|
112
|
-
"utils"
|
|
229
|
+
"sidebar"
|
|
113
230
|
],
|
|
114
231
|
"files": [
|
|
115
232
|
"components/ui/app-shell.tsx"
|
|
@@ -120,6 +237,9 @@
|
|
|
120
237
|
"name": "aspect-ratio",
|
|
121
238
|
"type": "ui",
|
|
122
239
|
"description": "Ark UI has no AspectRatio primitive. This mirrors Radix's: a wrapper with a percentage padding-bottom, and an absolutely positioned content box.",
|
|
240
|
+
"exports": [
|
|
241
|
+
"AspectRatio"
|
|
242
|
+
],
|
|
123
243
|
"dependencies": [],
|
|
124
244
|
"registryDependencies": [],
|
|
125
245
|
"files": [
|
|
@@ -131,13 +251,24 @@
|
|
|
131
251
|
"name": "attachment",
|
|
132
252
|
"type": "ui",
|
|
133
253
|
"description": "",
|
|
254
|
+
"exports": [
|
|
255
|
+
"Attachment",
|
|
256
|
+
"AttachmentGroup",
|
|
257
|
+
"AttachmentMedia",
|
|
258
|
+
"AttachmentContent",
|
|
259
|
+
"AttachmentTitle",
|
|
260
|
+
"AttachmentDescription",
|
|
261
|
+
"AttachmentActions",
|
|
262
|
+
"AttachmentActionTrigger",
|
|
263
|
+
"AttachmentTrigger"
|
|
264
|
+
],
|
|
134
265
|
"dependencies": [
|
|
135
266
|
"@ark-ui/react",
|
|
136
267
|
"class-variance-authority"
|
|
137
268
|
],
|
|
138
269
|
"registryDependencies": [
|
|
139
270
|
"button",
|
|
140
|
-
"utils"
|
|
271
|
+
"lib/utils"
|
|
141
272
|
],
|
|
142
273
|
"files": [
|
|
143
274
|
"components/ui/attachment.tsx"
|
|
@@ -148,11 +279,21 @@
|
|
|
148
279
|
"name": "avatar",
|
|
149
280
|
"type": "ui",
|
|
150
281
|
"description": "",
|
|
282
|
+
"ark": "Avatar",
|
|
283
|
+
"exports": [
|
|
284
|
+
"Avatar",
|
|
285
|
+
"AvatarBadge",
|
|
286
|
+
"AvatarContext",
|
|
287
|
+
"AvatarFallback",
|
|
288
|
+
"AvatarGroup",
|
|
289
|
+
"AvatarGroupCount",
|
|
290
|
+
"AvatarImage"
|
|
291
|
+
],
|
|
151
292
|
"dependencies": [
|
|
152
293
|
"@ark-ui/react"
|
|
153
294
|
],
|
|
154
295
|
"registryDependencies": [
|
|
155
|
-
"utils"
|
|
296
|
+
"lib/utils"
|
|
156
297
|
],
|
|
157
298
|
"files": [
|
|
158
299
|
"components/ui/avatar.tsx"
|
|
@@ -163,12 +304,16 @@
|
|
|
163
304
|
"name": "badge",
|
|
164
305
|
"type": "ui",
|
|
165
306
|
"description": "",
|
|
307
|
+
"exports": [
|
|
308
|
+
"Badge",
|
|
309
|
+
"badgeVariants"
|
|
310
|
+
],
|
|
166
311
|
"dependencies": [
|
|
167
312
|
"@ark-ui/react",
|
|
168
313
|
"class-variance-authority"
|
|
169
314
|
],
|
|
170
315
|
"registryDependencies": [
|
|
171
|
-
"utils"
|
|
316
|
+
"lib/utils"
|
|
172
317
|
],
|
|
173
318
|
"files": [
|
|
174
319
|
"components/ui/badge.tsx"
|
|
@@ -179,12 +324,21 @@
|
|
|
179
324
|
"name": "breadcrumb",
|
|
180
325
|
"type": "ui",
|
|
181
326
|
"description": "",
|
|
327
|
+
"exports": [
|
|
328
|
+
"Breadcrumb",
|
|
329
|
+
"BreadcrumbList",
|
|
330
|
+
"BreadcrumbItem",
|
|
331
|
+
"BreadcrumbLink",
|
|
332
|
+
"BreadcrumbPage",
|
|
333
|
+
"BreadcrumbSeparator",
|
|
334
|
+
"BreadcrumbEllipsis"
|
|
335
|
+
],
|
|
182
336
|
"dependencies": [
|
|
183
337
|
"@ark-ui/react",
|
|
184
338
|
"lucide-react"
|
|
185
339
|
],
|
|
186
340
|
"registryDependencies": [
|
|
187
|
-
"utils"
|
|
341
|
+
"lib/utils"
|
|
188
342
|
],
|
|
189
343
|
"files": [
|
|
190
344
|
"components/ui/breadcrumb.tsx"
|
|
@@ -195,12 +349,18 @@
|
|
|
195
349
|
"name": "bubble",
|
|
196
350
|
"type": "ui",
|
|
197
351
|
"description": "",
|
|
352
|
+
"exports": [
|
|
353
|
+
"BubbleGroup",
|
|
354
|
+
"Bubble",
|
|
355
|
+
"BubbleContent",
|
|
356
|
+
"BubbleReactions"
|
|
357
|
+
],
|
|
198
358
|
"dependencies": [
|
|
199
359
|
"@ark-ui/react",
|
|
200
360
|
"class-variance-authority"
|
|
201
361
|
],
|
|
202
362
|
"registryDependencies": [
|
|
203
|
-
"utils"
|
|
363
|
+
"lib/utils"
|
|
204
364
|
],
|
|
205
365
|
"files": [
|
|
206
366
|
"components/ui/bubble.tsx"
|
|
@@ -211,13 +371,19 @@
|
|
|
211
371
|
"name": "button-group",
|
|
212
372
|
"type": "ui",
|
|
213
373
|
"description": "",
|
|
374
|
+
"exports": [
|
|
375
|
+
"ButtonGroup",
|
|
376
|
+
"ButtonGroupSeparator",
|
|
377
|
+
"ButtonGroupText",
|
|
378
|
+
"buttonGroupVariants"
|
|
379
|
+
],
|
|
214
380
|
"dependencies": [
|
|
215
381
|
"@ark-ui/react",
|
|
216
382
|
"class-variance-authority"
|
|
217
383
|
],
|
|
218
384
|
"registryDependencies": [
|
|
219
|
-
"
|
|
220
|
-
"
|
|
385
|
+
"lib/utils",
|
|
386
|
+
"separator"
|
|
221
387
|
],
|
|
222
388
|
"files": [
|
|
223
389
|
"components/ui/button-group.tsx"
|
|
@@ -228,12 +394,16 @@
|
|
|
228
394
|
"name": "button",
|
|
229
395
|
"type": "ui",
|
|
230
396
|
"description": "",
|
|
397
|
+
"exports": [
|
|
398
|
+
"Button",
|
|
399
|
+
"buttonVariants"
|
|
400
|
+
],
|
|
231
401
|
"dependencies": [
|
|
232
402
|
"@ark-ui/react",
|
|
233
403
|
"class-variance-authority"
|
|
234
404
|
],
|
|
235
405
|
"registryDependencies": [
|
|
236
|
-
"utils"
|
|
406
|
+
"lib/utils"
|
|
237
407
|
],
|
|
238
408
|
"files": [
|
|
239
409
|
"components/ui/button.tsx"
|
|
@@ -244,13 +414,17 @@
|
|
|
244
414
|
"name": "calendar",
|
|
245
415
|
"type": "ui",
|
|
246
416
|
"description": "",
|
|
417
|
+
"exports": [
|
|
418
|
+
"Calendar",
|
|
419
|
+
"CalendarDayButton"
|
|
420
|
+
],
|
|
247
421
|
"dependencies": [
|
|
248
422
|
"lucide-react",
|
|
249
423
|
"react-day-picker"
|
|
250
424
|
],
|
|
251
425
|
"registryDependencies": [
|
|
252
426
|
"button",
|
|
253
|
-
"utils"
|
|
427
|
+
"lib/utils"
|
|
254
428
|
],
|
|
255
429
|
"files": [
|
|
256
430
|
"components/ui/calendar.tsx"
|
|
@@ -261,6 +435,23 @@
|
|
|
261
435
|
"name": "canvas",
|
|
262
436
|
"type": "ui",
|
|
263
437
|
"description": "Canvas — a compositional, data-agnostic drag-and-drop layout surface on Pragmatic drag and drop. Items come from a palette (`CanvasPaletteItem`, carrying arbitrary `data`) or are existing nodes (`CanvasNode`). Nodes are drop targets on all ",
|
|
438
|
+
"exports": [
|
|
439
|
+
"Canvas",
|
|
440
|
+
"CanvasArea",
|
|
441
|
+
"CanvasDropIndicator",
|
|
442
|
+
"CanvasEmpty",
|
|
443
|
+
"CanvasNode",
|
|
444
|
+
"CanvasNodeActions",
|
|
445
|
+
"CanvasNodeHandle",
|
|
446
|
+
"CanvasNodeHeader",
|
|
447
|
+
"CanvasNodeOverlay",
|
|
448
|
+
"CanvasNodeTitle",
|
|
449
|
+
"CanvasPalette",
|
|
450
|
+
"CanvasPaletteItem",
|
|
451
|
+
"CanvasResizeHandle",
|
|
452
|
+
"CanvasRow",
|
|
453
|
+
"useCanvas"
|
|
454
|
+
],
|
|
264
455
|
"dependencies": [
|
|
265
456
|
"@ark-ui/react",
|
|
266
457
|
"@atlaskit/pragmatic-drag-and-drop",
|
|
@@ -269,9 +460,9 @@
|
|
|
269
460
|
"lucide-react"
|
|
270
461
|
],
|
|
271
462
|
"registryDependencies": [
|
|
272
|
-
"drag-preview",
|
|
273
|
-
"
|
|
274
|
-
"
|
|
463
|
+
"lib/drag-preview",
|
|
464
|
+
"lib/utils",
|
|
465
|
+
"live-region"
|
|
275
466
|
],
|
|
276
467
|
"files": [
|
|
277
468
|
"components/ui/canvas.tsx"
|
|
@@ -282,9 +473,18 @@
|
|
|
282
473
|
"name": "card",
|
|
283
474
|
"type": "ui",
|
|
284
475
|
"description": "",
|
|
476
|
+
"exports": [
|
|
477
|
+
"Card",
|
|
478
|
+
"CardHeader",
|
|
479
|
+
"CardFooter",
|
|
480
|
+
"CardTitle",
|
|
481
|
+
"CardAction",
|
|
482
|
+
"CardDescription",
|
|
483
|
+
"CardContent"
|
|
484
|
+
],
|
|
285
485
|
"dependencies": [],
|
|
286
486
|
"registryDependencies": [
|
|
287
|
-
"utils"
|
|
487
|
+
"lib/utils"
|
|
288
488
|
],
|
|
289
489
|
"files": [
|
|
290
490
|
"components/ui/card.tsx"
|
|
@@ -295,13 +495,21 @@
|
|
|
295
495
|
"name": "carousel",
|
|
296
496
|
"type": "ui",
|
|
297
497
|
"description": "",
|
|
498
|
+
"exports": [
|
|
499
|
+
"Carousel",
|
|
500
|
+
"CarouselContent",
|
|
501
|
+
"CarouselItem",
|
|
502
|
+
"CarouselPrevious",
|
|
503
|
+
"CarouselNext",
|
|
504
|
+
"useCarousel"
|
|
505
|
+
],
|
|
298
506
|
"dependencies": [
|
|
299
507
|
"embla-carousel-react",
|
|
300
508
|
"lucide-react"
|
|
301
509
|
],
|
|
302
510
|
"registryDependencies": [
|
|
303
511
|
"button",
|
|
304
|
-
"utils"
|
|
512
|
+
"lib/utils"
|
|
305
513
|
],
|
|
306
514
|
"files": [
|
|
307
515
|
"components/ui/carousel.tsx"
|
|
@@ -312,16 +520,37 @@
|
|
|
312
520
|
"name": "cascader",
|
|
313
521
|
"type": "ui",
|
|
314
522
|
"description": "-------------------------------- helpers --------------------------------",
|
|
523
|
+
"ark": "Popover",
|
|
524
|
+
"exports": [
|
|
525
|
+
"Cascader",
|
|
526
|
+
"CascaderClearTrigger",
|
|
527
|
+
"CascaderColumn",
|
|
528
|
+
"CascaderColumns",
|
|
529
|
+
"CascaderContent",
|
|
530
|
+
"CascaderEmpty",
|
|
531
|
+
"CascaderHiddenInput",
|
|
532
|
+
"CascaderIndicator",
|
|
533
|
+
"CascaderItem",
|
|
534
|
+
"CascaderItemIndicator",
|
|
535
|
+
"CascaderItemText",
|
|
536
|
+
"CascaderSearch",
|
|
537
|
+
"CascaderSearchResult",
|
|
538
|
+
"CascaderSearchResults",
|
|
539
|
+
"CascaderTrigger",
|
|
540
|
+
"CascaderValue",
|
|
541
|
+
"createTreeCollection",
|
|
542
|
+
"useCascader"
|
|
543
|
+
],
|
|
315
544
|
"dependencies": [
|
|
316
545
|
"@ark-ui/react",
|
|
317
546
|
"lucide-react"
|
|
318
547
|
],
|
|
319
548
|
"registryDependencies": [
|
|
320
549
|
"button",
|
|
321
|
-
"controllable",
|
|
322
550
|
"input-group",
|
|
323
|
-
"
|
|
324
|
-
"utils"
|
|
551
|
+
"lib/controllable",
|
|
552
|
+
"lib/utils",
|
|
553
|
+
"popover"
|
|
325
554
|
],
|
|
326
555
|
"files": [
|
|
327
556
|
"components/ui/cascader.tsx"
|
|
@@ -332,11 +561,19 @@
|
|
|
332
561
|
"name": "chart",
|
|
333
562
|
"type": "ui",
|
|
334
563
|
"description": "",
|
|
564
|
+
"exports": [
|
|
565
|
+
"ChartContainer",
|
|
566
|
+
"ChartTooltip",
|
|
567
|
+
"ChartTooltipContent",
|
|
568
|
+
"ChartLegend",
|
|
569
|
+
"ChartLegendContent",
|
|
570
|
+
"ChartStyle"
|
|
571
|
+
],
|
|
335
572
|
"dependencies": [
|
|
336
573
|
"recharts"
|
|
337
574
|
],
|
|
338
575
|
"registryDependencies": [
|
|
339
|
-
"utils"
|
|
576
|
+
"lib/utils"
|
|
340
577
|
],
|
|
341
578
|
"files": [
|
|
342
579
|
"components/ui/chart.tsx"
|
|
@@ -347,6 +584,47 @@
|
|
|
347
584
|
"name": "chat",
|
|
348
585
|
"type": "ui",
|
|
349
586
|
"description": "`src/components/ui/chat.tsx` is a compositional, data-agnostic chat layout primitive (sidebar with search and conversation list, panel with header/messages/composer, empty state).",
|
|
587
|
+
"exports": [
|
|
588
|
+
"Chat",
|
|
589
|
+
"ChatBackTrigger",
|
|
590
|
+
"ChatBody",
|
|
591
|
+
"ChatComposer",
|
|
592
|
+
"ChatComposerActions",
|
|
593
|
+
"ChatComposerField",
|
|
594
|
+
"ChatComposerInput",
|
|
595
|
+
"ChatComposerSendTrigger",
|
|
596
|
+
"ChatContext",
|
|
597
|
+
"ChatConversationInfo",
|
|
598
|
+
"ChatConversationItem",
|
|
599
|
+
"ChatConversationList",
|
|
600
|
+
"ChatConversationName",
|
|
601
|
+
"ChatConversationPreview",
|
|
602
|
+
"ChatDateSeparator",
|
|
603
|
+
"ChatEmpty",
|
|
604
|
+
"ChatEmptyContent",
|
|
605
|
+
"ChatEmptyDescription",
|
|
606
|
+
"ChatEmptyIcon",
|
|
607
|
+
"ChatEmptyTitle",
|
|
608
|
+
"ChatHeader",
|
|
609
|
+
"ChatHeaderActions",
|
|
610
|
+
"ChatHeaderDescription",
|
|
611
|
+
"ChatHeaderInfo",
|
|
612
|
+
"ChatHeaderText",
|
|
613
|
+
"ChatHeaderTitle",
|
|
614
|
+
"ChatMessage",
|
|
615
|
+
"ChatMessageTime",
|
|
616
|
+
"ChatMessages",
|
|
617
|
+
"ChatPanel",
|
|
618
|
+
"ChatSearch",
|
|
619
|
+
"ChatSidebar",
|
|
620
|
+
"ChatSidebarHeader",
|
|
621
|
+
"ChatSidebarHeading",
|
|
622
|
+
"ChatSidebarTitle",
|
|
623
|
+
"chatMessageVariants",
|
|
624
|
+
"getInitials",
|
|
625
|
+
"groupBy",
|
|
626
|
+
"useChat"
|
|
627
|
+
],
|
|
350
628
|
"dependencies": [
|
|
351
629
|
"@ark-ui/react",
|
|
352
630
|
"class-variance-authority",
|
|
@@ -354,9 +632,9 @@
|
|
|
354
632
|
],
|
|
355
633
|
"registryDependencies": [
|
|
356
634
|
"button",
|
|
357
|
-
"controllable",
|
|
358
|
-
"
|
|
359
|
-
"
|
|
635
|
+
"lib/controllable",
|
|
636
|
+
"lib/utils",
|
|
637
|
+
"scroll-area"
|
|
360
638
|
],
|
|
361
639
|
"files": [
|
|
362
640
|
"components/ui/chat.tsx"
|
|
@@ -367,12 +645,24 @@
|
|
|
367
645
|
"name": "checkbox",
|
|
368
646
|
"type": "ui",
|
|
369
647
|
"description": "",
|
|
648
|
+
"ark": "Checkbox",
|
|
649
|
+
"exports": [
|
|
650
|
+
"Checkbox",
|
|
651
|
+
"CheckboxContext",
|
|
652
|
+
"CheckboxControl",
|
|
653
|
+
"CheckboxGroup",
|
|
654
|
+
"CheckboxHiddenInput",
|
|
655
|
+
"CheckboxIndicator",
|
|
656
|
+
"CheckboxLabel",
|
|
657
|
+
"CheckboxRoot",
|
|
658
|
+
"CheckboxGroupProvider"
|
|
659
|
+
],
|
|
370
660
|
"dependencies": [
|
|
371
661
|
"@ark-ui/react",
|
|
372
662
|
"lucide-react"
|
|
373
663
|
],
|
|
374
664
|
"registryDependencies": [
|
|
375
|
-
"utils"
|
|
665
|
+
"lib/utils"
|
|
376
666
|
],
|
|
377
667
|
"files": [
|
|
378
668
|
"components/ui/checkbox.tsx"
|
|
@@ -383,13 +673,24 @@
|
|
|
383
673
|
"name": "clipboard",
|
|
384
674
|
"type": "ui",
|
|
385
675
|
"description": "",
|
|
676
|
+
"ark": "Clipboard",
|
|
677
|
+
"exports": [
|
|
678
|
+
"Clipboard",
|
|
679
|
+
"ClipboardContext",
|
|
680
|
+
"ClipboardControl",
|
|
681
|
+
"ClipboardIndicator",
|
|
682
|
+
"ClipboardInput",
|
|
683
|
+
"ClipboardLabel",
|
|
684
|
+
"ClipboardTrigger",
|
|
685
|
+
"ClipboardValueText"
|
|
686
|
+
],
|
|
386
687
|
"dependencies": [
|
|
387
688
|
"@ark-ui/react",
|
|
388
689
|
"lucide-react"
|
|
389
690
|
],
|
|
390
691
|
"registryDependencies": [
|
|
391
692
|
"button",
|
|
392
|
-
"utils"
|
|
693
|
+
"lib/utils"
|
|
393
694
|
],
|
|
394
695
|
"files": [
|
|
395
696
|
"components/ui/clipboard.tsx"
|
|
@@ -400,6 +701,14 @@
|
|
|
400
701
|
"name": "collapsible",
|
|
401
702
|
"type": "ui",
|
|
402
703
|
"description": "",
|
|
704
|
+
"ark": "Collapsible",
|
|
705
|
+
"exports": [
|
|
706
|
+
"Collapsible",
|
|
707
|
+
"CollapsibleContent",
|
|
708
|
+
"CollapsibleContext",
|
|
709
|
+
"CollapsibleIndicator",
|
|
710
|
+
"CollapsibleTrigger"
|
|
711
|
+
],
|
|
403
712
|
"dependencies": [
|
|
404
713
|
"@ark-ui/react"
|
|
405
714
|
],
|
|
@@ -413,13 +722,46 @@
|
|
|
413
722
|
"name": "color-picker",
|
|
414
723
|
"type": "ui",
|
|
415
724
|
"description": "",
|
|
725
|
+
"ark": "ColorPicker",
|
|
726
|
+
"exports": [
|
|
727
|
+
"ColorPicker",
|
|
728
|
+
"ColorPickerArea",
|
|
729
|
+
"ColorPickerAreaBackground",
|
|
730
|
+
"ColorPickerAreaThumb",
|
|
731
|
+
"ColorPickerChannelInput",
|
|
732
|
+
"ColorPickerChannelSlider",
|
|
733
|
+
"ColorPickerChannelSliderLabel",
|
|
734
|
+
"ColorPickerChannelSliderThumb",
|
|
735
|
+
"ColorPickerChannelSliderTrack",
|
|
736
|
+
"ColorPickerChannelSliderValueText",
|
|
737
|
+
"ColorPickerContent",
|
|
738
|
+
"ColorPickerContext",
|
|
739
|
+
"ColorPickerControl",
|
|
740
|
+
"ColorPickerEyeDropperTrigger",
|
|
741
|
+
"ColorPickerFormatSelect",
|
|
742
|
+
"ColorPickerFormatTrigger",
|
|
743
|
+
"ColorPickerHiddenInput",
|
|
744
|
+
"ColorPickerLabel",
|
|
745
|
+
"ColorPickerPortal",
|
|
746
|
+
"ColorPickerPositioner",
|
|
747
|
+
"ColorPickerSwatch",
|
|
748
|
+
"ColorPickerSwatchGroup",
|
|
749
|
+
"ColorPickerSwatchIndicator",
|
|
750
|
+
"ColorPickerSwatchTrigger",
|
|
751
|
+
"ColorPickerTransparencyGrid",
|
|
752
|
+
"ColorPickerTrigger",
|
|
753
|
+
"ColorPickerValueSwatch",
|
|
754
|
+
"ColorPickerValueText",
|
|
755
|
+
"ColorPickerView",
|
|
756
|
+
"parseColor"
|
|
757
|
+
],
|
|
416
758
|
"dependencies": [
|
|
417
759
|
"@ark-ui/react",
|
|
418
760
|
"lucide-react"
|
|
419
761
|
],
|
|
420
762
|
"registryDependencies": [
|
|
421
763
|
"button",
|
|
422
|
-
"utils"
|
|
764
|
+
"lib/utils"
|
|
423
765
|
],
|
|
424
766
|
"files": [
|
|
425
767
|
"components/ui/color-picker.tsx"
|
|
@@ -430,6 +772,36 @@
|
|
|
430
772
|
"name": "combobox",
|
|
431
773
|
"type": "ui",
|
|
432
774
|
"description": "",
|
|
775
|
+
"ark": "Combobox",
|
|
776
|
+
"exports": [
|
|
777
|
+
"Combobox",
|
|
778
|
+
"ComboboxChip",
|
|
779
|
+
"ComboboxChips",
|
|
780
|
+
"ComboboxChipsInput",
|
|
781
|
+
"ComboboxClear",
|
|
782
|
+
"ComboboxCollection",
|
|
783
|
+
"ComboboxContent",
|
|
784
|
+
"ComboboxContext",
|
|
785
|
+
"ComboboxControl",
|
|
786
|
+
"ComboboxEmpty",
|
|
787
|
+
"ComboboxGroup",
|
|
788
|
+
"ComboboxInput",
|
|
789
|
+
"ComboboxItem",
|
|
790
|
+
"ComboboxItemIndicator",
|
|
791
|
+
"ComboboxItemText",
|
|
792
|
+
"ComboboxLabel",
|
|
793
|
+
"ComboboxList",
|
|
794
|
+
"ComboboxPositioner",
|
|
795
|
+
"ComboboxRootLabel",
|
|
796
|
+
"ComboboxSeparator",
|
|
797
|
+
"ComboboxTrigger",
|
|
798
|
+
"ComboboxValue",
|
|
799
|
+
"createListCollection",
|
|
800
|
+
"useComboboxAnchor",
|
|
801
|
+
"useFilter",
|
|
802
|
+
"useListCollection",
|
|
803
|
+
"ComboboxItemContext"
|
|
804
|
+
],
|
|
433
805
|
"dependencies": [
|
|
434
806
|
"@ark-ui/react",
|
|
435
807
|
"lucide-react"
|
|
@@ -437,7 +809,7 @@
|
|
|
437
809
|
"registryDependencies": [
|
|
438
810
|
"button",
|
|
439
811
|
"input-group",
|
|
440
|
-
"utils"
|
|
812
|
+
"lib/utils"
|
|
441
813
|
],
|
|
442
814
|
"files": [
|
|
443
815
|
"components/ui/combobox.tsx"
|
|
@@ -448,6 +820,25 @@
|
|
|
448
820
|
"name": "command",
|
|
449
821
|
"type": "ui",
|
|
450
822
|
"description": "- **Feature parity** with the shadcn original: same exported names, same props surface where Ark supports it, same visual result, same variants. - **Ark's tree wins** where the structure differs (e.g.",
|
|
823
|
+
"ark": "Listbox",
|
|
824
|
+
"exports": [
|
|
825
|
+
"Command",
|
|
826
|
+
"CommandContext",
|
|
827
|
+
"CommandDialog",
|
|
828
|
+
"CommandEmpty",
|
|
829
|
+
"CommandGroup",
|
|
830
|
+
"CommandGroupLabel",
|
|
831
|
+
"CommandInput",
|
|
832
|
+
"CommandItem",
|
|
833
|
+
"CommandItemIndicator",
|
|
834
|
+
"CommandItemText",
|
|
835
|
+
"CommandList",
|
|
836
|
+
"CommandSeparator",
|
|
837
|
+
"CommandShortcut",
|
|
838
|
+
"createListCollection",
|
|
839
|
+
"useFilter",
|
|
840
|
+
"useListCollection"
|
|
841
|
+
],
|
|
451
842
|
"dependencies": [
|
|
452
843
|
"@ark-ui/react",
|
|
453
844
|
"lucide-react"
|
|
@@ -455,7 +846,7 @@
|
|
|
455
846
|
"registryDependencies": [
|
|
456
847
|
"dialog",
|
|
457
848
|
"input-group",
|
|
458
|
-
"utils"
|
|
849
|
+
"lib/utils"
|
|
459
850
|
],
|
|
460
851
|
"files": [
|
|
461
852
|
"components/ui/command.tsx"
|
|
@@ -466,6 +857,38 @@
|
|
|
466
857
|
"name": "comment-thread",
|
|
467
858
|
"type": "ui",
|
|
468
859
|
"description": "CommentThread — compositional, data-agnostic comments with replies, reactions and a mentions composer. The consumer owns the comments and the people list; the thread owns only which comment is being replied to or edited. Mentions are plain ",
|
|
860
|
+
"exports": [
|
|
861
|
+
"CommentThread",
|
|
862
|
+
"CommentList",
|
|
863
|
+
"Comment",
|
|
864
|
+
"CommentAvatar",
|
|
865
|
+
"CommentContent",
|
|
866
|
+
"CommentHeader",
|
|
867
|
+
"CommentAuthor",
|
|
868
|
+
"CommentTime",
|
|
869
|
+
"CommentMeta",
|
|
870
|
+
"CommentBody",
|
|
871
|
+
"CommentMention",
|
|
872
|
+
"CommentReactions",
|
|
873
|
+
"CommentReaction",
|
|
874
|
+
"CommentActions",
|
|
875
|
+
"CommentReplyTrigger",
|
|
876
|
+
"CommentEditTrigger",
|
|
877
|
+
"CommentReplies",
|
|
878
|
+
"CommentEmpty",
|
|
879
|
+
"CommentComposer",
|
|
880
|
+
"CommentComposerReplyingTo",
|
|
881
|
+
"CommentComposerInput",
|
|
882
|
+
"CommentComposerMentionList",
|
|
883
|
+
"CommentComposerFooter",
|
|
884
|
+
"CommentComposerHint",
|
|
885
|
+
"CommentComposerSubmitTrigger",
|
|
886
|
+
"CommentComposerCancelTrigger",
|
|
887
|
+
"useCommentThread",
|
|
888
|
+
"useComment",
|
|
889
|
+
"extractMentions",
|
|
890
|
+
"renderMentions"
|
|
891
|
+
],
|
|
469
892
|
"dependencies": [
|
|
470
893
|
"@ark-ui/react",
|
|
471
894
|
"lucide-react"
|
|
@@ -473,11 +896,11 @@
|
|
|
473
896
|
"registryDependencies": [
|
|
474
897
|
"avatar",
|
|
475
898
|
"button",
|
|
476
|
-
"controllable",
|
|
477
899
|
"kbd",
|
|
478
|
-
"
|
|
479
|
-
"time",
|
|
480
|
-
"utils"
|
|
900
|
+
"lib/controllable",
|
|
901
|
+
"lib/time",
|
|
902
|
+
"lib/utils",
|
|
903
|
+
"popover"
|
|
481
904
|
],
|
|
482
905
|
"files": [
|
|
483
906
|
"components/ui/comment-thread.tsx"
|
|
@@ -488,12 +911,39 @@
|
|
|
488
911
|
"name": "context-menu",
|
|
489
912
|
"type": "ui",
|
|
490
913
|
"description": "",
|
|
914
|
+
"ark": "Menu",
|
|
915
|
+
"exports": [
|
|
916
|
+
"ContextMenu",
|
|
917
|
+
"ContextMenuCheckboxItem",
|
|
918
|
+
"ContextMenuContent",
|
|
919
|
+
"ContextMenuContext",
|
|
920
|
+
"ContextMenuGroup",
|
|
921
|
+
"ContextMenuItem",
|
|
922
|
+
"ContextMenuItemIndicator",
|
|
923
|
+
"ContextMenuItemText",
|
|
924
|
+
"ContextMenuLabel",
|
|
925
|
+
"ContextMenuPortal",
|
|
926
|
+
"ContextMenuPositioner",
|
|
927
|
+
"ContextMenuRadioGroup",
|
|
928
|
+
"ContextMenuRadioItem",
|
|
929
|
+
"ContextMenuSeparator",
|
|
930
|
+
"ContextMenuShortcut",
|
|
931
|
+
"ContextMenuSub",
|
|
932
|
+
"ContextMenuSubContent",
|
|
933
|
+
"ContextMenuSubTrigger",
|
|
934
|
+
"ContextMenuTrigger",
|
|
935
|
+
"ContextMenuItemContext",
|
|
936
|
+
"ContextMenuArrow",
|
|
937
|
+
"ContextMenuArrowTip",
|
|
938
|
+
"ContextMenuClickTrigger",
|
|
939
|
+
"ContextMenuIndicator"
|
|
940
|
+
],
|
|
491
941
|
"dependencies": [
|
|
492
942
|
"@ark-ui/react",
|
|
493
943
|
"lucide-react"
|
|
494
944
|
],
|
|
495
945
|
"registryDependencies": [
|
|
496
|
-
"utils"
|
|
946
|
+
"lib/utils"
|
|
497
947
|
],
|
|
498
948
|
"files": [
|
|
499
949
|
"components/ui/context-menu.tsx"
|
|
@@ -504,17 +954,34 @@
|
|
|
504
954
|
"name": "data-grid",
|
|
505
955
|
"type": "ui",
|
|
506
956
|
"description": "`src/components/ui/data-grid.tsx` is an editable, keyboard-driven grid on the same source-agnostic `DataTableInstance` contract as the data table (`useDataTable` with a huge `pageSize` feeds it every row; `DataTable` toolbar parts can wrap ",
|
|
957
|
+
"exports": [
|
|
958
|
+
"DataGrid",
|
|
959
|
+
"DataGridContainer",
|
|
960
|
+
"DataGridHeader",
|
|
961
|
+
"DataGridHeaderRow",
|
|
962
|
+
"DataGridHead",
|
|
963
|
+
"DataGridHeadWithResize",
|
|
964
|
+
"DataGridResizeHandle",
|
|
965
|
+
"DataGridBody",
|
|
966
|
+
"DataGridRow",
|
|
967
|
+
"DataGridCell",
|
|
968
|
+
"DataGridSelectAll",
|
|
969
|
+
"DataGridSelectRow",
|
|
970
|
+
"DataGridEmpty",
|
|
971
|
+
"useDataGrid",
|
|
972
|
+
"useDataGridRow"
|
|
973
|
+
],
|
|
507
974
|
"dependencies": [
|
|
508
975
|
"@ark-ui/react",
|
|
509
976
|
"lucide-react"
|
|
510
977
|
],
|
|
511
978
|
"registryDependencies": [
|
|
512
979
|
"checkbox",
|
|
513
|
-
"controllable",
|
|
514
|
-
"data-table-adapter",
|
|
980
|
+
"lib/controllable",
|
|
981
|
+
"lib/data-table-adapter",
|
|
982
|
+
"lib/utils",
|
|
515
983
|
"live-region",
|
|
516
|
-
"select"
|
|
517
|
-
"utils"
|
|
984
|
+
"select"
|
|
518
985
|
],
|
|
519
986
|
"files": [
|
|
520
987
|
"components/ui/data-grid.tsx"
|
|
@@ -525,6 +992,37 @@
|
|
|
525
992
|
"name": "data-table",
|
|
526
993
|
"type": "ui",
|
|
527
994
|
"description": "`src/lib/table.ts` is a dependency-free headless table engine (columns, sorting, global + column filters with faceted counts, pagination, row selection, visibility).",
|
|
995
|
+
"exports": [
|
|
996
|
+
"DataTable",
|
|
997
|
+
"DataTableBody",
|
|
998
|
+
"DataTableBulkActionTrigger",
|
|
999
|
+
"DataTableBulkActions",
|
|
1000
|
+
"DataTableBulkActionsClear",
|
|
1001
|
+
"DataTableBulkActionsCount",
|
|
1002
|
+
"DataTableCell",
|
|
1003
|
+
"DataTableHead",
|
|
1004
|
+
"DataTableContainer",
|
|
1005
|
+
"DataTableEmpty",
|
|
1006
|
+
"DataTableFacetedFilter",
|
|
1007
|
+
"DataTableHeader",
|
|
1008
|
+
"DataTablePageInfo",
|
|
1009
|
+
"DataTablePageNav",
|
|
1010
|
+
"DataTablePageSize",
|
|
1011
|
+
"DataTablePagination",
|
|
1012
|
+
"DataTableResetFilters",
|
|
1013
|
+
"DataTableRow",
|
|
1014
|
+
"DataTableRowActions",
|
|
1015
|
+
"DataTableSearch",
|
|
1016
|
+
"DataTableSelectAll",
|
|
1017
|
+
"DataTableSelectRow",
|
|
1018
|
+
"DataTableTable",
|
|
1019
|
+
"DataTableToolbar",
|
|
1020
|
+
"DataTableToolbarGroup",
|
|
1021
|
+
"DataTableViewOptions",
|
|
1022
|
+
"getPageNumbers",
|
|
1023
|
+
"useDataTable",
|
|
1024
|
+
"useDataTableContext"
|
|
1025
|
+
],
|
|
528
1026
|
"dependencies": [
|
|
529
1027
|
"lucide-react"
|
|
530
1028
|
],
|
|
@@ -533,17 +1031,18 @@
|
|
|
533
1031
|
"button",
|
|
534
1032
|
"checkbox",
|
|
535
1033
|
"command",
|
|
536
|
-
"data-table-adapter",
|
|
537
1034
|
"dropdown-menu",
|
|
538
1035
|
"floating-toolbar",
|
|
539
1036
|
"input",
|
|
1037
|
+
"lib/data-table-adapter",
|
|
1038
|
+
"lib/table",
|
|
1039
|
+
"lib/utils",
|
|
540
1040
|
"live-region",
|
|
541
1041
|
"popover",
|
|
542
1042
|
"select",
|
|
543
1043
|
"separator",
|
|
544
1044
|
"table",
|
|
545
|
-
"tooltip"
|
|
546
|
-
"utils"
|
|
1045
|
+
"tooltip"
|
|
547
1046
|
],
|
|
548
1047
|
"files": [
|
|
549
1048
|
"components/ui/data-table.tsx"
|
|
@@ -554,11 +1053,22 @@
|
|
|
554
1053
|
"name": "date-input",
|
|
555
1054
|
"type": "ui",
|
|
556
1055
|
"description": "",
|
|
1056
|
+
"ark": "DateInput",
|
|
1057
|
+
"exports": [
|
|
1058
|
+
"DateInput",
|
|
1059
|
+
"DateInputContext",
|
|
1060
|
+
"DateInputControl",
|
|
1061
|
+
"DateInputHiddenInput",
|
|
1062
|
+
"DateInputLabel",
|
|
1063
|
+
"DateInputSegment",
|
|
1064
|
+
"DateInputSegmentContext",
|
|
1065
|
+
"DateInputSegmentGroup"
|
|
1066
|
+
],
|
|
557
1067
|
"dependencies": [
|
|
558
1068
|
"@ark-ui/react"
|
|
559
1069
|
],
|
|
560
1070
|
"registryDependencies": [
|
|
561
|
-
"utils"
|
|
1071
|
+
"lib/utils"
|
|
562
1072
|
],
|
|
563
1073
|
"files": [
|
|
564
1074
|
"components/ui/date-input.tsx"
|
|
@@ -569,13 +1079,28 @@
|
|
|
569
1079
|
"name": "dialog",
|
|
570
1080
|
"type": "ui",
|
|
571
1081
|
"description": "",
|
|
1082
|
+
"ark": "Dialog",
|
|
1083
|
+
"exports": [
|
|
1084
|
+
"Dialog",
|
|
1085
|
+
"DialogClose",
|
|
1086
|
+
"DialogContent",
|
|
1087
|
+
"DialogContext",
|
|
1088
|
+
"DialogDescription",
|
|
1089
|
+
"DialogFooter",
|
|
1090
|
+
"DialogHeader",
|
|
1091
|
+
"DialogOverlay",
|
|
1092
|
+
"DialogPortal",
|
|
1093
|
+
"DialogPositioner",
|
|
1094
|
+
"DialogTitle",
|
|
1095
|
+
"DialogTrigger"
|
|
1096
|
+
],
|
|
572
1097
|
"dependencies": [
|
|
573
1098
|
"@ark-ui/react",
|
|
574
1099
|
"lucide-react"
|
|
575
1100
|
],
|
|
576
1101
|
"registryDependencies": [
|
|
577
1102
|
"button",
|
|
578
|
-
"utils"
|
|
1103
|
+
"lib/utils"
|
|
579
1104
|
],
|
|
580
1105
|
"files": [
|
|
581
1106
|
"components/ui/dialog.tsx"
|
|
@@ -586,6 +1111,10 @@
|
|
|
586
1111
|
"name": "direction",
|
|
587
1112
|
"type": "ui",
|
|
588
1113
|
"description": "",
|
|
1114
|
+
"exports": [
|
|
1115
|
+
"DirectionProvider",
|
|
1116
|
+
"useDirection"
|
|
1117
|
+
],
|
|
589
1118
|
"dependencies": [],
|
|
590
1119
|
"registryDependencies": [],
|
|
591
1120
|
"files": [
|
|
@@ -597,11 +1126,31 @@
|
|
|
597
1126
|
"name": "drawer",
|
|
598
1127
|
"type": "ui",
|
|
599
1128
|
"description": "- **Feature parity** with the shadcn original: same exported names, same props surface where Ark supports it, same visual result, same variants. - **Ark's tree wins** where the structure differs (e.g.",
|
|
1129
|
+
"ark": "Drawer",
|
|
1130
|
+
"exports": [
|
|
1131
|
+
"Drawer",
|
|
1132
|
+
"DrawerClose",
|
|
1133
|
+
"DrawerContent",
|
|
1134
|
+
"DrawerContext",
|
|
1135
|
+
"DrawerDescription",
|
|
1136
|
+
"DrawerFooter",
|
|
1137
|
+
"DrawerGrabber",
|
|
1138
|
+
"DrawerHeader",
|
|
1139
|
+
"DrawerOverlay",
|
|
1140
|
+
"DrawerPortal",
|
|
1141
|
+
"DrawerPositioner",
|
|
1142
|
+
"DrawerSwipeArea",
|
|
1143
|
+
"DrawerTitle",
|
|
1144
|
+
"DrawerTrigger",
|
|
1145
|
+
"DrawerIndent",
|
|
1146
|
+
"DrawerIndentBackground",
|
|
1147
|
+
"DrawerStack"
|
|
1148
|
+
],
|
|
600
1149
|
"dependencies": [
|
|
601
1150
|
"@ark-ui/react"
|
|
602
1151
|
],
|
|
603
1152
|
"registryDependencies": [
|
|
604
|
-
"utils"
|
|
1153
|
+
"lib/utils"
|
|
605
1154
|
],
|
|
606
1155
|
"files": [
|
|
607
1156
|
"components/ui/drawer.tsx"
|
|
@@ -612,12 +1161,38 @@
|
|
|
612
1161
|
"name": "dropdown-menu",
|
|
613
1162
|
"type": "ui",
|
|
614
1163
|
"description": "",
|
|
1164
|
+
"ark": "Menu",
|
|
1165
|
+
"exports": [
|
|
1166
|
+
"DropdownMenu",
|
|
1167
|
+
"DropdownMenuArrow",
|
|
1168
|
+
"DropdownMenuCheckboxItem",
|
|
1169
|
+
"DropdownMenuContent",
|
|
1170
|
+
"DropdownMenuContext",
|
|
1171
|
+
"DropdownMenuGroup",
|
|
1172
|
+
"DropdownMenuItem",
|
|
1173
|
+
"DropdownMenuItemIndicator",
|
|
1174
|
+
"DropdownMenuItemText",
|
|
1175
|
+
"DropdownMenuLabel",
|
|
1176
|
+
"DropdownMenuPortal",
|
|
1177
|
+
"DropdownMenuPositioner",
|
|
1178
|
+
"DropdownMenuRadioGroup",
|
|
1179
|
+
"DropdownMenuRadioItem",
|
|
1180
|
+
"DropdownMenuSeparator",
|
|
1181
|
+
"DropdownMenuShortcut",
|
|
1182
|
+
"DropdownMenuSub",
|
|
1183
|
+
"DropdownMenuSubContent",
|
|
1184
|
+
"DropdownMenuSubTrigger",
|
|
1185
|
+
"DropdownMenuTrigger",
|
|
1186
|
+
"DropdownMenuItemContext",
|
|
1187
|
+
"DropdownMenuContextTrigger",
|
|
1188
|
+
"DropdownMenuIndicator"
|
|
1189
|
+
],
|
|
615
1190
|
"dependencies": [
|
|
616
1191
|
"@ark-ui/react",
|
|
617
1192
|
"lucide-react"
|
|
618
1193
|
],
|
|
619
1194
|
"registryDependencies": [
|
|
620
|
-
"utils"
|
|
1195
|
+
"lib/utils"
|
|
621
1196
|
],
|
|
622
1197
|
"files": [
|
|
623
1198
|
"components/ui/dropdown-menu.tsx"
|
|
@@ -628,11 +1203,24 @@
|
|
|
628
1203
|
"name": "editable",
|
|
629
1204
|
"type": "ui",
|
|
630
1205
|
"description": "",
|
|
1206
|
+
"ark": "Editable",
|
|
1207
|
+
"exports": [
|
|
1208
|
+
"Editable",
|
|
1209
|
+
"EditableArea",
|
|
1210
|
+
"EditableCancelTrigger",
|
|
1211
|
+
"EditableContext",
|
|
1212
|
+
"EditableControl",
|
|
1213
|
+
"EditableEditTrigger",
|
|
1214
|
+
"EditableInput",
|
|
1215
|
+
"EditableLabel",
|
|
1216
|
+
"EditablePreview",
|
|
1217
|
+
"EditableSubmitTrigger"
|
|
1218
|
+
],
|
|
631
1219
|
"dependencies": [
|
|
632
1220
|
"@ark-ui/react"
|
|
633
1221
|
],
|
|
634
1222
|
"registryDependencies": [
|
|
635
|
-
"utils"
|
|
1223
|
+
"lib/utils"
|
|
636
1224
|
],
|
|
637
1225
|
"files": [
|
|
638
1226
|
"components/ui/editable.tsx"
|
|
@@ -643,11 +1231,19 @@
|
|
|
643
1231
|
"name": "empty",
|
|
644
1232
|
"type": "ui",
|
|
645
1233
|
"description": "",
|
|
1234
|
+
"exports": [
|
|
1235
|
+
"Empty",
|
|
1236
|
+
"EmptyHeader",
|
|
1237
|
+
"EmptyTitle",
|
|
1238
|
+
"EmptyDescription",
|
|
1239
|
+
"EmptyContent",
|
|
1240
|
+
"EmptyMedia"
|
|
1241
|
+
],
|
|
646
1242
|
"dependencies": [
|
|
647
1243
|
"class-variance-authority"
|
|
648
1244
|
],
|
|
649
1245
|
"registryDependencies": [
|
|
650
|
-
"utils"
|
|
1246
|
+
"lib/utils"
|
|
651
1247
|
],
|
|
652
1248
|
"files": [
|
|
653
1249
|
"components/ui/empty.tsx"
|
|
@@ -658,13 +1254,25 @@
|
|
|
658
1254
|
"name": "field",
|
|
659
1255
|
"type": "ui",
|
|
660
1256
|
"description": "",
|
|
1257
|
+
"exports": [
|
|
1258
|
+
"Field",
|
|
1259
|
+
"FieldLabel",
|
|
1260
|
+
"FieldDescription",
|
|
1261
|
+
"FieldError",
|
|
1262
|
+
"FieldGroup",
|
|
1263
|
+
"FieldLegend",
|
|
1264
|
+
"FieldSeparator",
|
|
1265
|
+
"FieldSet",
|
|
1266
|
+
"FieldContent",
|
|
1267
|
+
"FieldTitle"
|
|
1268
|
+
],
|
|
661
1269
|
"dependencies": [
|
|
662
1270
|
"class-variance-authority"
|
|
663
1271
|
],
|
|
664
1272
|
"registryDependencies": [
|
|
665
1273
|
"label",
|
|
666
|
-
"
|
|
667
|
-
"
|
|
1274
|
+
"lib/utils",
|
|
1275
|
+
"separator"
|
|
668
1276
|
],
|
|
669
1277
|
"files": [
|
|
670
1278
|
"components/ui/field.tsx"
|
|
@@ -675,13 +1283,30 @@
|
|
|
675
1283
|
"name": "file-upload",
|
|
676
1284
|
"type": "ui",
|
|
677
1285
|
"description": "",
|
|
1286
|
+
"ark": "FileUpload",
|
|
1287
|
+
"exports": [
|
|
1288
|
+
"FileUpload",
|
|
1289
|
+
"FileUploadClearTrigger",
|
|
1290
|
+
"FileUploadContext",
|
|
1291
|
+
"FileUploadDropzone",
|
|
1292
|
+
"FileUploadHiddenInput",
|
|
1293
|
+
"FileUploadItem",
|
|
1294
|
+
"FileUploadItemDeleteTrigger",
|
|
1295
|
+
"FileUploadItemGroup",
|
|
1296
|
+
"FileUploadItemName",
|
|
1297
|
+
"FileUploadItemPreview",
|
|
1298
|
+
"FileUploadItemPreviewImage",
|
|
1299
|
+
"FileUploadItemSizeText",
|
|
1300
|
+
"FileUploadLabel",
|
|
1301
|
+
"FileUploadTrigger"
|
|
1302
|
+
],
|
|
678
1303
|
"dependencies": [
|
|
679
1304
|
"@ark-ui/react",
|
|
680
1305
|
"lucide-react"
|
|
681
1306
|
],
|
|
682
1307
|
"registryDependencies": [
|
|
683
1308
|
"button",
|
|
684
|
-
"utils"
|
|
1309
|
+
"lib/utils"
|
|
685
1310
|
],
|
|
686
1311
|
"files": [
|
|
687
1312
|
"components/ui/file-upload.tsx"
|
|
@@ -692,13 +1317,30 @@
|
|
|
692
1317
|
"name": "floating-panel",
|
|
693
1318
|
"type": "ui",
|
|
694
1319
|
"description": "",
|
|
1320
|
+
"ark": "FloatingPanel",
|
|
1321
|
+
"exports": [
|
|
1322
|
+
"FloatingPanel",
|
|
1323
|
+
"FloatingPanelBody",
|
|
1324
|
+
"FloatingPanelCloseTrigger",
|
|
1325
|
+
"FloatingPanelContent",
|
|
1326
|
+
"FloatingPanelContext",
|
|
1327
|
+
"FloatingPanelControl",
|
|
1328
|
+
"FloatingPanelDragTrigger",
|
|
1329
|
+
"FloatingPanelHeader",
|
|
1330
|
+
"FloatingPanelPortal",
|
|
1331
|
+
"FloatingPanelPositioner",
|
|
1332
|
+
"FloatingPanelResizeTrigger",
|
|
1333
|
+
"FloatingPanelStageTrigger",
|
|
1334
|
+
"FloatingPanelTitle",
|
|
1335
|
+
"FloatingPanelTrigger"
|
|
1336
|
+
],
|
|
695
1337
|
"dependencies": [
|
|
696
1338
|
"@ark-ui/react",
|
|
697
1339
|
"lucide-react"
|
|
698
1340
|
],
|
|
699
1341
|
"registryDependencies": [
|
|
700
1342
|
"button",
|
|
701
|
-
"utils"
|
|
1343
|
+
"lib/utils"
|
|
702
1344
|
],
|
|
703
1345
|
"files": [
|
|
704
1346
|
"components/ui/floating-panel.tsx"
|
|
@@ -709,9 +1351,12 @@
|
|
|
709
1351
|
"name": "floating-toolbar",
|
|
710
1352
|
"type": "ui",
|
|
711
1353
|
"description": "FloatingToolbar — the snackbar-style action bar that floats over a page (bulk actions on tables, pending edits on grids). Arrow keys move between its buttons, Home/End jump, and Escape calls `onEscape` unless focus is in a nested menu. Rend",
|
|
1354
|
+
"exports": [
|
|
1355
|
+
"FloatingToolbar"
|
|
1356
|
+
],
|
|
712
1357
|
"dependencies": [],
|
|
713
1358
|
"registryDependencies": [
|
|
714
|
-
"utils"
|
|
1359
|
+
"lib/utils"
|
|
715
1360
|
],
|
|
716
1361
|
"files": [
|
|
717
1362
|
"components/ui/floating-toolbar.tsx"
|
|
@@ -722,6 +1367,13 @@
|
|
|
722
1367
|
"name": "format",
|
|
723
1368
|
"type": "ui",
|
|
724
1369
|
"description": "Locale-aware formatting helpers from Ark, wrapping `Intl`.",
|
|
1370
|
+
"ark": "Format",
|
|
1371
|
+
"exports": [
|
|
1372
|
+
"FormatByte",
|
|
1373
|
+
"FormatNumber",
|
|
1374
|
+
"FormatRelativeTime",
|
|
1375
|
+
"FormatTime"
|
|
1376
|
+
],
|
|
725
1377
|
"dependencies": [
|
|
726
1378
|
"@ark-ui/react"
|
|
727
1379
|
],
|
|
@@ -735,15 +1387,40 @@
|
|
|
735
1387
|
"name": "gantt",
|
|
736
1388
|
"type": "ui",
|
|
737
1389
|
"description": "`src/components/ui/gantt.tsx` is a compositional, data-agnostic timeline.",
|
|
1390
|
+
"exports": [
|
|
1391
|
+
"Gantt",
|
|
1392
|
+
"GanttViewport",
|
|
1393
|
+
"GanttHeader",
|
|
1394
|
+
"GanttHeaderCorner",
|
|
1395
|
+
"GanttBody",
|
|
1396
|
+
"GanttGridLines",
|
|
1397
|
+
"GanttRows",
|
|
1398
|
+
"GanttRow",
|
|
1399
|
+
"GanttRowLabel",
|
|
1400
|
+
"GanttRowTrack",
|
|
1401
|
+
"GanttBar",
|
|
1402
|
+
"GanttBarLabel",
|
|
1403
|
+
"GanttBarResizeHandle",
|
|
1404
|
+
"GanttMilestone",
|
|
1405
|
+
"GanttDependencies",
|
|
1406
|
+
"GanttToday",
|
|
1407
|
+
"GanttEmpty",
|
|
1408
|
+
"GanttControls",
|
|
1409
|
+
"GanttZoomInTrigger",
|
|
1410
|
+
"GanttZoomOutTrigger",
|
|
1411
|
+
"GanttTodayTrigger",
|
|
1412
|
+
"useGantt",
|
|
1413
|
+
"useGanttRow"
|
|
1414
|
+
],
|
|
738
1415
|
"dependencies": [
|
|
739
1416
|
"date-fns",
|
|
740
1417
|
"lucide-react"
|
|
741
1418
|
],
|
|
742
1419
|
"registryDependencies": [
|
|
743
1420
|
"button",
|
|
744
|
-
"controllable",
|
|
745
|
-
"
|
|
746
|
-
"
|
|
1421
|
+
"lib/controllable",
|
|
1422
|
+
"lib/utils",
|
|
1423
|
+
"live-region"
|
|
747
1424
|
],
|
|
748
1425
|
"files": [
|
|
749
1426
|
"components/ui/gantt.tsx"
|
|
@@ -754,11 +1431,21 @@
|
|
|
754
1431
|
"name": "hotkeys",
|
|
755
1432
|
"type": "ui",
|
|
756
1433
|
"description": "-------------------------------- parsing --------------------------------",
|
|
1434
|
+
"exports": [
|
|
1435
|
+
"HotkeyKbd",
|
|
1436
|
+
"HotkeysDialog",
|
|
1437
|
+
"HotkeysProvider",
|
|
1438
|
+
"formatHotkey",
|
|
1439
|
+
"parseHotkey",
|
|
1440
|
+
"useHotkey",
|
|
1441
|
+
"useHotkeys",
|
|
1442
|
+
"useHotkeysDialog"
|
|
1443
|
+
],
|
|
757
1444
|
"dependencies": [],
|
|
758
1445
|
"registryDependencies": [
|
|
759
1446
|
"dialog",
|
|
760
1447
|
"kbd",
|
|
761
|
-
"utils"
|
|
1448
|
+
"lib/utils"
|
|
762
1449
|
],
|
|
763
1450
|
"files": [
|
|
764
1451
|
"components/ui/hotkeys.tsx"
|
|
@@ -769,11 +1456,21 @@
|
|
|
769
1456
|
"name": "hover-card",
|
|
770
1457
|
"type": "ui",
|
|
771
1458
|
"description": "",
|
|
1459
|
+
"ark": "HoverCard",
|
|
1460
|
+
"exports": [
|
|
1461
|
+
"HoverCard",
|
|
1462
|
+
"HoverCardArrow",
|
|
1463
|
+
"HoverCardContent",
|
|
1464
|
+
"HoverCardContext",
|
|
1465
|
+
"HoverCardPortal",
|
|
1466
|
+
"HoverCardPositioner",
|
|
1467
|
+
"HoverCardTrigger"
|
|
1468
|
+
],
|
|
772
1469
|
"dependencies": [
|
|
773
1470
|
"@ark-ui/react"
|
|
774
1471
|
],
|
|
775
1472
|
"registryDependencies": [
|
|
776
|
-
"utils"
|
|
1473
|
+
"lib/utils"
|
|
777
1474
|
],
|
|
778
1475
|
"files": [
|
|
779
1476
|
"components/ui/hover-card.tsx"
|
|
@@ -784,11 +1481,21 @@
|
|
|
784
1481
|
"name": "image-cropper",
|
|
785
1482
|
"type": "ui",
|
|
786
1483
|
"description": "",
|
|
1484
|
+
"ark": "ImageCropper",
|
|
1485
|
+
"exports": [
|
|
1486
|
+
"ImageCropper",
|
|
1487
|
+
"ImageCropperContext",
|
|
1488
|
+
"ImageCropperGrid",
|
|
1489
|
+
"ImageCropperHandle",
|
|
1490
|
+
"ImageCropperImage",
|
|
1491
|
+
"ImageCropperSelection",
|
|
1492
|
+
"ImageCropperViewport"
|
|
1493
|
+
],
|
|
787
1494
|
"dependencies": [
|
|
788
1495
|
"@ark-ui/react"
|
|
789
1496
|
],
|
|
790
1497
|
"registryDependencies": [
|
|
791
|
-
"utils"
|
|
1498
|
+
"lib/utils"
|
|
792
1499
|
],
|
|
793
1500
|
"files": [
|
|
794
1501
|
"components/ui/image-cropper.tsx"
|
|
@@ -799,14 +1506,22 @@
|
|
|
799
1506
|
"name": "input-group",
|
|
800
1507
|
"type": "ui",
|
|
801
1508
|
"description": "",
|
|
1509
|
+
"exports": [
|
|
1510
|
+
"InputGroup",
|
|
1511
|
+
"InputGroupAddon",
|
|
1512
|
+
"InputGroupTrigger",
|
|
1513
|
+
"InputGroupText",
|
|
1514
|
+
"InputGroupInput",
|
|
1515
|
+
"InputGroupTextarea"
|
|
1516
|
+
],
|
|
802
1517
|
"dependencies": [
|
|
803
1518
|
"class-variance-authority"
|
|
804
1519
|
],
|
|
805
1520
|
"registryDependencies": [
|
|
806
1521
|
"button",
|
|
807
1522
|
"input",
|
|
808
|
-
"
|
|
809
|
-
"
|
|
1523
|
+
"lib/utils",
|
|
1524
|
+
"textarea"
|
|
810
1525
|
],
|
|
811
1526
|
"files": [
|
|
812
1527
|
"components/ui/input-group.tsx"
|
|
@@ -817,12 +1532,18 @@
|
|
|
817
1532
|
"name": "input-otp",
|
|
818
1533
|
"type": "ui",
|
|
819
1534
|
"description": "",
|
|
1535
|
+
"exports": [
|
|
1536
|
+
"InputOTP",
|
|
1537
|
+
"InputOTPGroup",
|
|
1538
|
+
"InputOTPSlot",
|
|
1539
|
+
"InputOTPSeparator"
|
|
1540
|
+
],
|
|
820
1541
|
"dependencies": [
|
|
821
1542
|
"input-otp",
|
|
822
1543
|
"lucide-react"
|
|
823
1544
|
],
|
|
824
1545
|
"registryDependencies": [
|
|
825
|
-
"utils"
|
|
1546
|
+
"lib/utils"
|
|
826
1547
|
],
|
|
827
1548
|
"files": [
|
|
828
1549
|
"components/ui/input-otp.tsx"
|
|
@@ -833,9 +1554,12 @@
|
|
|
833
1554
|
"name": "input",
|
|
834
1555
|
"type": "ui",
|
|
835
1556
|
"description": "",
|
|
1557
|
+
"exports": [
|
|
1558
|
+
"Input"
|
|
1559
|
+
],
|
|
836
1560
|
"dependencies": [],
|
|
837
1561
|
"registryDependencies": [
|
|
838
|
-
"utils"
|
|
1562
|
+
"lib/utils"
|
|
839
1563
|
],
|
|
840
1564
|
"files": [
|
|
841
1565
|
"components/ui/input.tsx"
|
|
@@ -846,13 +1570,25 @@
|
|
|
846
1570
|
"name": "item",
|
|
847
1571
|
"type": "ui",
|
|
848
1572
|
"description": "",
|
|
1573
|
+
"exports": [
|
|
1574
|
+
"Item",
|
|
1575
|
+
"ItemMedia",
|
|
1576
|
+
"ItemContent",
|
|
1577
|
+
"ItemActions",
|
|
1578
|
+
"ItemGroup",
|
|
1579
|
+
"ItemSeparator",
|
|
1580
|
+
"ItemTitle",
|
|
1581
|
+
"ItemDescription",
|
|
1582
|
+
"ItemHeader",
|
|
1583
|
+
"ItemFooter"
|
|
1584
|
+
],
|
|
849
1585
|
"dependencies": [
|
|
850
1586
|
"@ark-ui/react",
|
|
851
1587
|
"class-variance-authority"
|
|
852
1588
|
],
|
|
853
1589
|
"registryDependencies": [
|
|
854
|
-
"
|
|
855
|
-
"
|
|
1590
|
+
"lib/utils",
|
|
1591
|
+
"separator"
|
|
856
1592
|
],
|
|
857
1593
|
"files": [
|
|
858
1594
|
"components/ui/item.tsx"
|
|
@@ -863,11 +1599,16 @@
|
|
|
863
1599
|
"name": "json-tree-view",
|
|
864
1600
|
"type": "ui",
|
|
865
1601
|
"description": "",
|
|
1602
|
+
"ark": "JsonTreeView",
|
|
1603
|
+
"exports": [
|
|
1604
|
+
"JsonTreeView",
|
|
1605
|
+
"JsonTreeViewTree"
|
|
1606
|
+
],
|
|
866
1607
|
"dependencies": [
|
|
867
1608
|
"@ark-ui/react"
|
|
868
1609
|
],
|
|
869
1610
|
"registryDependencies": [
|
|
870
|
-
"utils"
|
|
1611
|
+
"lib/utils"
|
|
871
1612
|
],
|
|
872
1613
|
"files": [
|
|
873
1614
|
"components/ui/json-tree-view.tsx"
|
|
@@ -878,6 +1619,32 @@
|
|
|
878
1619
|
"name": "kanban",
|
|
879
1620
|
"type": "ui",
|
|
880
1621
|
"description": "Kanban — a compositional, data-agnostic board on Pragmatic drag and drop. The consumer owns columns and cards and re-renders them from its own state; the primitive wires dragging and reports intents through `onCardMove` and `onColumnMove`. ",
|
|
1622
|
+
"exports": [
|
|
1623
|
+
"Kanban",
|
|
1624
|
+
"KanbanAddTrigger",
|
|
1625
|
+
"KanbanBoard",
|
|
1626
|
+
"KanbanCard",
|
|
1627
|
+
"KanbanCardDescription",
|
|
1628
|
+
"KanbanCardFooter",
|
|
1629
|
+
"KanbanCardHandle",
|
|
1630
|
+
"KanbanCardHeader",
|
|
1631
|
+
"KanbanCardTitle",
|
|
1632
|
+
"KanbanColumn",
|
|
1633
|
+
"KanbanColumnActions",
|
|
1634
|
+
"KanbanColumnContent",
|
|
1635
|
+
"KanbanColumnCount",
|
|
1636
|
+
"KanbanColumnFooter",
|
|
1637
|
+
"KanbanColumnHandle",
|
|
1638
|
+
"KanbanColumnHeader",
|
|
1639
|
+
"KanbanColumnTitle",
|
|
1640
|
+
"KanbanDropIndicator",
|
|
1641
|
+
"KanbanDropSlot",
|
|
1642
|
+
"KanbanEmpty",
|
|
1643
|
+
"moveCard",
|
|
1644
|
+
"moveColumn",
|
|
1645
|
+
"useKanban",
|
|
1646
|
+
"useKanbanColumn"
|
|
1647
|
+
],
|
|
881
1648
|
"dependencies": [
|
|
882
1649
|
"@ark-ui/react",
|
|
883
1650
|
"@atlaskit/pragmatic-drag-and-drop",
|
|
@@ -888,9 +1655,9 @@
|
|
|
888
1655
|
"registryDependencies": [
|
|
889
1656
|
"badge",
|
|
890
1657
|
"button",
|
|
891
|
-
"drag-preview",
|
|
892
|
-
"
|
|
893
|
-
"
|
|
1658
|
+
"lib/drag-preview",
|
|
1659
|
+
"lib/utils",
|
|
1660
|
+
"live-region"
|
|
894
1661
|
],
|
|
895
1662
|
"files": [
|
|
896
1663
|
"components/ui/kanban.tsx"
|
|
@@ -901,9 +1668,13 @@
|
|
|
901
1668
|
"name": "kbd",
|
|
902
1669
|
"type": "ui",
|
|
903
1670
|
"description": "",
|
|
1671
|
+
"exports": [
|
|
1672
|
+
"Kbd",
|
|
1673
|
+
"KbdGroup"
|
|
1674
|
+
],
|
|
904
1675
|
"dependencies": [],
|
|
905
1676
|
"registryDependencies": [
|
|
906
|
-
"utils"
|
|
1677
|
+
"lib/utils"
|
|
907
1678
|
],
|
|
908
1679
|
"files": [
|
|
909
1680
|
"components/ui/kbd.tsx"
|
|
@@ -914,9 +1685,12 @@
|
|
|
914
1685
|
"name": "label",
|
|
915
1686
|
"type": "ui",
|
|
916
1687
|
"description": "Ark UI has no standalone Label primitive (its labels live inside each component's anatomy). This mirrors Radix's: a native `label` that ignores double-click text selection.",
|
|
1688
|
+
"exports": [
|
|
1689
|
+
"Label"
|
|
1690
|
+
],
|
|
917
1691
|
"dependencies": [],
|
|
918
1692
|
"registryDependencies": [
|
|
919
|
-
"utils"
|
|
1693
|
+
"lib/utils"
|
|
920
1694
|
],
|
|
921
1695
|
"files": [
|
|
922
1696
|
"components/ui/label.tsx"
|
|
@@ -927,9 +1701,13 @@
|
|
|
927
1701
|
"name": "live-region",
|
|
928
1702
|
"type": "ui",
|
|
929
1703
|
"description": "Shared screen-reader announcer. `announce` re-fires even when the same text is announced twice, and `clearAfter` (ms) empties the region so stale text is not re-read when a user lands on it.",
|
|
1704
|
+
"exports": [
|
|
1705
|
+
"LiveRegion",
|
|
1706
|
+
"useLiveRegion"
|
|
1707
|
+
],
|
|
930
1708
|
"dependencies": [],
|
|
931
1709
|
"registryDependencies": [
|
|
932
|
-
"utils"
|
|
1710
|
+
"lib/utils"
|
|
933
1711
|
],
|
|
934
1712
|
"files": [
|
|
935
1713
|
"components/ui/live-region.tsx"
|
|
@@ -940,12 +1718,18 @@
|
|
|
940
1718
|
"name": "marker",
|
|
941
1719
|
"type": "ui",
|
|
942
1720
|
"description": "",
|
|
1721
|
+
"exports": [
|
|
1722
|
+
"Marker",
|
|
1723
|
+
"MarkerIcon",
|
|
1724
|
+
"MarkerContent",
|
|
1725
|
+
"markerVariants"
|
|
1726
|
+
],
|
|
943
1727
|
"dependencies": [
|
|
944
1728
|
"@ark-ui/react",
|
|
945
1729
|
"class-variance-authority"
|
|
946
1730
|
],
|
|
947
1731
|
"registryDependencies": [
|
|
948
|
-
"utils"
|
|
1732
|
+
"lib/utils"
|
|
949
1733
|
],
|
|
950
1734
|
"files": [
|
|
951
1735
|
"components/ui/marker.tsx"
|
|
@@ -956,11 +1740,20 @@
|
|
|
956
1740
|
"name": "marquee",
|
|
957
1741
|
"type": "ui",
|
|
958
1742
|
"description": "",
|
|
1743
|
+
"ark": "Marquee",
|
|
1744
|
+
"exports": [
|
|
1745
|
+
"Marquee",
|
|
1746
|
+
"MarqueeContent",
|
|
1747
|
+
"MarqueeContext",
|
|
1748
|
+
"MarqueeEdge",
|
|
1749
|
+
"MarqueeItem",
|
|
1750
|
+
"MarqueeViewport"
|
|
1751
|
+
],
|
|
959
1752
|
"dependencies": [
|
|
960
1753
|
"@ark-ui/react"
|
|
961
1754
|
],
|
|
962
1755
|
"registryDependencies": [
|
|
963
|
-
"utils"
|
|
1756
|
+
"lib/utils"
|
|
964
1757
|
],
|
|
965
1758
|
"files": [
|
|
966
1759
|
"components/ui/marquee.tsx"
|
|
@@ -971,13 +1764,37 @@
|
|
|
971
1764
|
"name": "menubar",
|
|
972
1765
|
"type": "ui",
|
|
973
1766
|
"description": "Ark UI has no Menubar primitive. `Menubar` composes Ark `Menu` roots and adds the menubar behaviours Radix provides: one open menu at a time, hover switching between triggers once a menu is open, roving tabindex across triggers, and ArrowLe",
|
|
1767
|
+
"ark": "Menu",
|
|
1768
|
+
"exports": [
|
|
1769
|
+
"Menubar",
|
|
1770
|
+
"MenubarArrow",
|
|
1771
|
+
"MenubarCheckboxItem",
|
|
1772
|
+
"MenubarContent",
|
|
1773
|
+
"MenubarContext",
|
|
1774
|
+
"MenubarGroup",
|
|
1775
|
+
"MenubarItem",
|
|
1776
|
+
"MenubarItemIndicator",
|
|
1777
|
+
"MenubarItemText",
|
|
1778
|
+
"MenubarLabel",
|
|
1779
|
+
"MenubarMenu",
|
|
1780
|
+
"MenubarPortal",
|
|
1781
|
+
"MenubarPositioner",
|
|
1782
|
+
"MenubarRadioGroup",
|
|
1783
|
+
"MenubarRadioItem",
|
|
1784
|
+
"MenubarSeparator",
|
|
1785
|
+
"MenubarShortcut",
|
|
1786
|
+
"MenubarSub",
|
|
1787
|
+
"MenubarSubContent",
|
|
1788
|
+
"MenubarSubTrigger",
|
|
1789
|
+
"MenubarTrigger"
|
|
1790
|
+
],
|
|
974
1791
|
"dependencies": [
|
|
975
1792
|
"@ark-ui/react",
|
|
976
1793
|
"lucide-react"
|
|
977
1794
|
],
|
|
978
1795
|
"registryDependencies": [
|
|
979
|
-
"controllable",
|
|
980
|
-
"utils"
|
|
1796
|
+
"lib/controllable",
|
|
1797
|
+
"lib/utils"
|
|
981
1798
|
],
|
|
982
1799
|
"files": [
|
|
983
1800
|
"components/ui/menubar.tsx"
|
|
@@ -988,9 +1805,17 @@
|
|
|
988
1805
|
"name": "message",
|
|
989
1806
|
"type": "ui",
|
|
990
1807
|
"description": "",
|
|
1808
|
+
"exports": [
|
|
1809
|
+
"MessageGroup",
|
|
1810
|
+
"Message",
|
|
1811
|
+
"MessageAvatar",
|
|
1812
|
+
"MessageContent",
|
|
1813
|
+
"MessageFooter",
|
|
1814
|
+
"MessageHeader"
|
|
1815
|
+
],
|
|
991
1816
|
"dependencies": [],
|
|
992
1817
|
"registryDependencies": [
|
|
993
|
-
"utils"
|
|
1818
|
+
"lib/utils"
|
|
994
1819
|
],
|
|
995
1820
|
"files": [
|
|
996
1821
|
"components/ui/message.tsx"
|
|
@@ -1001,13 +1826,29 @@
|
|
|
1001
1826
|
"name": "navigation-menu",
|
|
1002
1827
|
"type": "ui",
|
|
1003
1828
|
"description": "",
|
|
1829
|
+
"ark": "NavigationMenu",
|
|
1830
|
+
"exports": [
|
|
1831
|
+
"NavigationMenu",
|
|
1832
|
+
"NavigationMenuArrow",
|
|
1833
|
+
"NavigationMenuContent",
|
|
1834
|
+
"NavigationMenuContext",
|
|
1835
|
+
"NavigationMenuIndicator",
|
|
1836
|
+
"NavigationMenuItem",
|
|
1837
|
+
"NavigationMenuLink",
|
|
1838
|
+
"NavigationMenuList",
|
|
1839
|
+
"NavigationMenuTrigger",
|
|
1840
|
+
"NavigationMenuViewport",
|
|
1841
|
+
"NavigationMenuViewportPositioner",
|
|
1842
|
+
"navigationMenuTriggerStyle",
|
|
1843
|
+
"NavigationMenuItemIndicator"
|
|
1844
|
+
],
|
|
1004
1845
|
"dependencies": [
|
|
1005
1846
|
"@ark-ui/react",
|
|
1006
1847
|
"class-variance-authority",
|
|
1007
1848
|
"lucide-react"
|
|
1008
1849
|
],
|
|
1009
1850
|
"registryDependencies": [
|
|
1010
|
-
"utils"
|
|
1851
|
+
"lib/utils"
|
|
1011
1852
|
],
|
|
1012
1853
|
"files": [
|
|
1013
1854
|
"components/ui/navigation-menu.tsx"
|
|
@@ -1018,6 +1859,37 @@
|
|
|
1018
1859
|
"name": "node-graph",
|
|
1019
1860
|
"type": "ui",
|
|
1020
1861
|
"description": "NodeGraph — a compositional, data-agnostic node editor in the spirit of visual scripting graphs. The consumer owns nodes and edges; the graph owns only the viewport (pan/zoom), the selection, and in-flight interactions (dragging nodes, draw",
|
|
1862
|
+
"exports": [
|
|
1863
|
+
"NodeGraph",
|
|
1864
|
+
"NodeGraphViewport",
|
|
1865
|
+
"NodeGraphBackground",
|
|
1866
|
+
"NodeGraphSurface",
|
|
1867
|
+
"NodeGraphEdges",
|
|
1868
|
+
"NodeGraphEdge",
|
|
1869
|
+
"NodeGraphConnectionLine",
|
|
1870
|
+
"NodeGraphSelectionBox",
|
|
1871
|
+
"NodeGraphNode",
|
|
1872
|
+
"NodeGraphNodeHeader",
|
|
1873
|
+
"NodeGraphNodeActions",
|
|
1874
|
+
"NodeGraphNodeTitle",
|
|
1875
|
+
"NodeGraphNodeSubtitle",
|
|
1876
|
+
"NodeGraphNodeBody",
|
|
1877
|
+
"NodeGraphNodeInputs",
|
|
1878
|
+
"NodeGraphNodeOutputs",
|
|
1879
|
+
"NodeGraphNodeFooter",
|
|
1880
|
+
"NodeGraphPort",
|
|
1881
|
+
"NodeGraphPortPin",
|
|
1882
|
+
"NodeGraphPortLabel",
|
|
1883
|
+
"NodeGraphControls",
|
|
1884
|
+
"NodeGraphZoomInTrigger",
|
|
1885
|
+
"NodeGraphZoomOutTrigger",
|
|
1886
|
+
"NodeGraphFitViewTrigger",
|
|
1887
|
+
"NodeGraphZoomValue",
|
|
1888
|
+
"NodeGraphMinimap",
|
|
1889
|
+
"NodeGraphEmpty",
|
|
1890
|
+
"useNodeGraph",
|
|
1891
|
+
"getBezierPath"
|
|
1892
|
+
],
|
|
1021
1893
|
"dependencies": [
|
|
1022
1894
|
"@ark-ui/react",
|
|
1023
1895
|
"class-variance-authority",
|
|
@@ -1025,8 +1897,8 @@
|
|
|
1025
1897
|
],
|
|
1026
1898
|
"registryDependencies": [
|
|
1027
1899
|
"button",
|
|
1028
|
-
"
|
|
1029
|
-
"
|
|
1900
|
+
"lib/utils",
|
|
1901
|
+
"live-region"
|
|
1030
1902
|
],
|
|
1031
1903
|
"files": [
|
|
1032
1904
|
"components/ui/node-graph.tsx"
|
|
@@ -1037,12 +1909,25 @@
|
|
|
1037
1909
|
"name": "number-input",
|
|
1038
1910
|
"type": "ui",
|
|
1039
1911
|
"description": "",
|
|
1912
|
+
"ark": "NumberInput",
|
|
1913
|
+
"exports": [
|
|
1914
|
+
"NumberInput",
|
|
1915
|
+
"NumberInputContext",
|
|
1916
|
+
"NumberInputControl",
|
|
1917
|
+
"NumberInputDecrementTrigger",
|
|
1918
|
+
"NumberInputIncrementTrigger",
|
|
1919
|
+
"NumberInputInput",
|
|
1920
|
+
"NumberInputLabel",
|
|
1921
|
+
"NumberInputScrubber",
|
|
1922
|
+
"NumberInputTriggers",
|
|
1923
|
+
"NumberInputValueText"
|
|
1924
|
+
],
|
|
1040
1925
|
"dependencies": [
|
|
1041
1926
|
"@ark-ui/react",
|
|
1042
1927
|
"lucide-react"
|
|
1043
1928
|
],
|
|
1044
1929
|
"registryDependencies": [
|
|
1045
|
-
"utils"
|
|
1930
|
+
"lib/utils"
|
|
1046
1931
|
],
|
|
1047
1932
|
"files": [
|
|
1048
1933
|
"components/ui/number-input.tsx"
|
|
@@ -1053,12 +1938,21 @@
|
|
|
1053
1938
|
"name": "pagination",
|
|
1054
1939
|
"type": "ui",
|
|
1055
1940
|
"description": "",
|
|
1941
|
+
"exports": [
|
|
1942
|
+
"Pagination",
|
|
1943
|
+
"PaginationContent",
|
|
1944
|
+
"PaginationEllipsis",
|
|
1945
|
+
"PaginationItem",
|
|
1946
|
+
"PaginationLink",
|
|
1947
|
+
"PaginationNext",
|
|
1948
|
+
"PaginationPrevious"
|
|
1949
|
+
],
|
|
1056
1950
|
"dependencies": [
|
|
1057
1951
|
"lucide-react"
|
|
1058
1952
|
],
|
|
1059
1953
|
"registryDependencies": [
|
|
1060
1954
|
"button",
|
|
1061
|
-
"utils"
|
|
1955
|
+
"lib/utils"
|
|
1062
1956
|
],
|
|
1063
1957
|
"files": [
|
|
1064
1958
|
"components/ui/pagination.tsx"
|
|
@@ -1069,12 +1963,22 @@
|
|
|
1069
1963
|
"name": "password-input",
|
|
1070
1964
|
"type": "ui",
|
|
1071
1965
|
"description": "",
|
|
1966
|
+
"ark": "PasswordInput",
|
|
1967
|
+
"exports": [
|
|
1968
|
+
"PasswordInput",
|
|
1969
|
+
"PasswordInputContext",
|
|
1970
|
+
"PasswordInputControl",
|
|
1971
|
+
"PasswordInputIndicator",
|
|
1972
|
+
"PasswordInputInput",
|
|
1973
|
+
"PasswordInputLabel",
|
|
1974
|
+
"PasswordInputVisibilityTrigger"
|
|
1975
|
+
],
|
|
1072
1976
|
"dependencies": [
|
|
1073
1977
|
"@ark-ui/react",
|
|
1074
1978
|
"lucide-react"
|
|
1075
1979
|
],
|
|
1076
1980
|
"registryDependencies": [
|
|
1077
|
-
"utils"
|
|
1981
|
+
"lib/utils"
|
|
1078
1982
|
],
|
|
1079
1983
|
"files": [
|
|
1080
1984
|
"components/ui/password-input.tsx"
|
|
@@ -1085,13 +1989,25 @@
|
|
|
1085
1989
|
"name": "popconfirm",
|
|
1086
1990
|
"type": "ui",
|
|
1087
1991
|
"description": "Popconfirm — a lightweight inline confirmation on Ark's Popover, for actions that need a \"are you sure?\" without a modal dialog. Compose it: `Popconfirm` > `PopconfirmTrigger` + `PopconfirmContent` > (`PopconfirmHeader` > `PopconfirmIcon` +",
|
|
1992
|
+
"exports": [
|
|
1993
|
+
"Popconfirm",
|
|
1994
|
+
"PopconfirmCancelTrigger",
|
|
1995
|
+
"PopconfirmConfirmTrigger",
|
|
1996
|
+
"PopconfirmContent",
|
|
1997
|
+
"PopconfirmDescription",
|
|
1998
|
+
"PopconfirmFooter",
|
|
1999
|
+
"PopconfirmHeader",
|
|
2000
|
+
"PopconfirmIcon",
|
|
2001
|
+
"PopconfirmTitle",
|
|
2002
|
+
"PopconfirmTrigger"
|
|
2003
|
+
],
|
|
1088
2004
|
"dependencies": [
|
|
1089
2005
|
"lucide-react"
|
|
1090
2006
|
],
|
|
1091
2007
|
"registryDependencies": [
|
|
1092
2008
|
"button",
|
|
1093
|
-
"
|
|
1094
|
-
"
|
|
2009
|
+
"lib/utils",
|
|
2010
|
+
"popover"
|
|
1095
2011
|
],
|
|
1096
2012
|
"files": [
|
|
1097
2013
|
"components/ui/popconfirm.tsx"
|
|
@@ -1102,12 +2018,28 @@
|
|
|
1102
2018
|
"name": "popover",
|
|
1103
2019
|
"type": "ui",
|
|
1104
2020
|
"description": "",
|
|
2021
|
+
"ark": "Popover",
|
|
2022
|
+
"exports": [
|
|
2023
|
+
"Popover",
|
|
2024
|
+
"PopoverAnchor",
|
|
2025
|
+
"PopoverArrow",
|
|
2026
|
+
"PopoverClose",
|
|
2027
|
+
"PopoverContent",
|
|
2028
|
+
"PopoverContext",
|
|
2029
|
+
"PopoverDescription",
|
|
2030
|
+
"PopoverHeader",
|
|
2031
|
+
"PopoverPortal",
|
|
2032
|
+
"PopoverPositioner",
|
|
2033
|
+
"PopoverTitle",
|
|
2034
|
+
"PopoverTrigger",
|
|
2035
|
+
"PopoverIndicator"
|
|
2036
|
+
],
|
|
1105
2037
|
"dependencies": [
|
|
1106
2038
|
"@ark-ui/react",
|
|
1107
2039
|
"lucide-react"
|
|
1108
2040
|
],
|
|
1109
2041
|
"registryDependencies": [
|
|
1110
|
-
"utils"
|
|
2042
|
+
"lib/utils"
|
|
1111
2043
|
],
|
|
1112
2044
|
"files": [
|
|
1113
2045
|
"components/ui/popover.tsx"
|
|
@@ -1118,11 +2050,25 @@
|
|
|
1118
2050
|
"name": "progress",
|
|
1119
2051
|
"type": "ui",
|
|
1120
2052
|
"description": "",
|
|
2053
|
+
"ark": "Progress",
|
|
2054
|
+
"exports": [
|
|
2055
|
+
"Progress",
|
|
2056
|
+
"ProgressCircle",
|
|
2057
|
+
"ProgressCircleRange",
|
|
2058
|
+
"ProgressCircleTrack",
|
|
2059
|
+
"ProgressContext",
|
|
2060
|
+
"ProgressLabel",
|
|
2061
|
+
"ProgressRange",
|
|
2062
|
+
"ProgressRoot",
|
|
2063
|
+
"ProgressTrack",
|
|
2064
|
+
"ProgressValueText",
|
|
2065
|
+
"ProgressView"
|
|
2066
|
+
],
|
|
1121
2067
|
"dependencies": [
|
|
1122
2068
|
"@ark-ui/react"
|
|
1123
2069
|
],
|
|
1124
2070
|
"registryDependencies": [
|
|
1125
|
-
"utils"
|
|
2071
|
+
"lib/utils"
|
|
1126
2072
|
],
|
|
1127
2073
|
"files": [
|
|
1128
2074
|
"components/ui/progress.tsx"
|
|
@@ -1133,11 +2079,20 @@
|
|
|
1133
2079
|
"name": "qr-code",
|
|
1134
2080
|
"type": "ui",
|
|
1135
2081
|
"description": "",
|
|
2082
|
+
"ark": "QrCode",
|
|
2083
|
+
"exports": [
|
|
2084
|
+
"QrCode",
|
|
2085
|
+
"QrCodeContext",
|
|
2086
|
+
"QrCodeDownloadTrigger",
|
|
2087
|
+
"QrCodeFrame",
|
|
2088
|
+
"QrCodeOverlay",
|
|
2089
|
+
"QrCodePattern"
|
|
2090
|
+
],
|
|
1136
2091
|
"dependencies": [
|
|
1137
2092
|
"@ark-ui/react"
|
|
1138
2093
|
],
|
|
1139
2094
|
"registryDependencies": [
|
|
1140
|
-
"utils"
|
|
2095
|
+
"lib/utils"
|
|
1141
2096
|
],
|
|
1142
2097
|
"files": [
|
|
1143
2098
|
"components/ui/qr-code.tsx"
|
|
@@ -1148,16 +2103,45 @@
|
|
|
1148
2103
|
"name": "query-builder",
|
|
1149
2104
|
"type": "ui",
|
|
1150
2105
|
"description": "`src/components/ui/query-builder.tsx` is a compositional filter builder designed for low cognitive load: it reads like a sentence instead of the usual AND/OR toggles per row.",
|
|
2106
|
+
"exports": [
|
|
2107
|
+
"QueryBuilder",
|
|
2108
|
+
"QueryBuilderGroup",
|
|
2109
|
+
"QueryBuilderGroupHeader",
|
|
2110
|
+
"QueryBuilderMatch",
|
|
2111
|
+
"QueryBuilderGroupBody",
|
|
2112
|
+
"QueryBuilderGroupFooter",
|
|
2113
|
+
"QueryBuilderRule",
|
|
2114
|
+
"QueryBuilderFieldSelect",
|
|
2115
|
+
"QueryBuilderOperatorSelect",
|
|
2116
|
+
"QueryBuilderValueEditor",
|
|
2117
|
+
"QueryBuilderRuleActions",
|
|
2118
|
+
"QueryBuilderAddRuleTrigger",
|
|
2119
|
+
"QueryBuilderAddGroupTrigger",
|
|
2120
|
+
"QueryBuilderRemoveTrigger",
|
|
2121
|
+
"QueryBuilderSummary",
|
|
2122
|
+
"QueryBuilderEmpty",
|
|
2123
|
+
"useQueryBuilder",
|
|
2124
|
+
"useQueryBuilderGroup",
|
|
2125
|
+
"useQueryBuilderRule",
|
|
2126
|
+
"createRule",
|
|
2127
|
+
"createGroup",
|
|
2128
|
+
"isGroup",
|
|
2129
|
+
"isComplete",
|
|
2130
|
+
"operatorsFor",
|
|
2131
|
+
"defaultOperators",
|
|
2132
|
+
"describeQuery",
|
|
2133
|
+
"pruneQuery"
|
|
2134
|
+
],
|
|
1151
2135
|
"dependencies": [
|
|
1152
2136
|
"@ark-ui/react",
|
|
1153
2137
|
"lucide-react"
|
|
1154
2138
|
],
|
|
1155
2139
|
"registryDependencies": [
|
|
1156
2140
|
"button",
|
|
1157
|
-
"controllable",
|
|
1158
2141
|
"input",
|
|
1159
|
-
"
|
|
1160
|
-
"utils"
|
|
2142
|
+
"lib/controllable",
|
|
2143
|
+
"lib/utils",
|
|
2144
|
+
"select"
|
|
1161
2145
|
],
|
|
1162
2146
|
"files": [
|
|
1163
2147
|
"components/ui/query-builder.tsx"
|
|
@@ -1168,11 +2152,23 @@
|
|
|
1168
2152
|
"name": "radio-group",
|
|
1169
2153
|
"type": "ui",
|
|
1170
2154
|
"description": "",
|
|
2155
|
+
"ark": "RadioGroup",
|
|
2156
|
+
"exports": [
|
|
2157
|
+
"RadioGroup",
|
|
2158
|
+
"RadioGroupContext",
|
|
2159
|
+
"RadioGroupIndicator",
|
|
2160
|
+
"RadioGroupItem",
|
|
2161
|
+
"RadioGroupItemContext",
|
|
2162
|
+
"RadioGroupItemControl",
|
|
2163
|
+
"RadioGroupItemHiddenInput",
|
|
2164
|
+
"RadioGroupItemText",
|
|
2165
|
+
"RadioGroupLabel"
|
|
2166
|
+
],
|
|
1171
2167
|
"dependencies": [
|
|
1172
2168
|
"@ark-ui/react"
|
|
1173
2169
|
],
|
|
1174
2170
|
"registryDependencies": [
|
|
1175
|
-
"utils"
|
|
2171
|
+
"lib/utils"
|
|
1176
2172
|
],
|
|
1177
2173
|
"files": [
|
|
1178
2174
|
"components/ui/radio-group.tsx"
|
|
@@ -1183,12 +2179,22 @@
|
|
|
1183
2179
|
"name": "rating-group",
|
|
1184
2180
|
"type": "ui",
|
|
1185
2181
|
"description": "",
|
|
2182
|
+
"ark": "RatingGroup",
|
|
2183
|
+
"exports": [
|
|
2184
|
+
"RatingGroup",
|
|
2185
|
+
"RatingGroupContext",
|
|
2186
|
+
"RatingGroupControl",
|
|
2187
|
+
"RatingGroupHiddenInput",
|
|
2188
|
+
"RatingGroupItem",
|
|
2189
|
+
"RatingGroupItemContext",
|
|
2190
|
+
"RatingGroupLabel"
|
|
2191
|
+
],
|
|
1186
2192
|
"dependencies": [
|
|
1187
2193
|
"@ark-ui/react",
|
|
1188
2194
|
"lucide-react"
|
|
1189
2195
|
],
|
|
1190
2196
|
"registryDependencies": [
|
|
1191
|
-
"utils"
|
|
2197
|
+
"lib/utils"
|
|
1192
2198
|
],
|
|
1193
2199
|
"files": [
|
|
1194
2200
|
"components/ui/rating-group.tsx"
|
|
@@ -1199,11 +2205,16 @@
|
|
|
1199
2205
|
"name": "resizable",
|
|
1200
2206
|
"type": "ui",
|
|
1201
2207
|
"description": "",
|
|
2208
|
+
"exports": [
|
|
2209
|
+
"ResizableHandle",
|
|
2210
|
+
"ResizablePanel",
|
|
2211
|
+
"ResizablePanelGroup"
|
|
2212
|
+
],
|
|
1202
2213
|
"dependencies": [
|
|
1203
2214
|
"react-resizable-panels"
|
|
1204
2215
|
],
|
|
1205
2216
|
"registryDependencies": [
|
|
1206
|
-
"utils"
|
|
2217
|
+
"lib/utils"
|
|
1207
2218
|
],
|
|
1208
2219
|
"files": [
|
|
1209
2220
|
"components/ui/resizable.tsx"
|
|
@@ -1214,6 +2225,23 @@
|
|
|
1214
2225
|
"name": "rich-text-editor",
|
|
1215
2226
|
"type": "ui",
|
|
1216
2227
|
"description": "`src/components/ui/rich-text-editor.tsx` is a compositional editor on **tiptap** (`@tiptap/react`, StarterKit with link/underline, `@tiptap/extensions` Placeholder + CharacterCount, task list, highlight, text align, image, TableKit; `extens",
|
|
2228
|
+
"exports": [
|
|
2229
|
+
"RichTextEditor",
|
|
2230
|
+
"RichTextEditorToolbar",
|
|
2231
|
+
"RichTextEditorToolbarGroup",
|
|
2232
|
+
"RichTextEditorToolbarSeparator",
|
|
2233
|
+
"RichTextEditorToggle",
|
|
2234
|
+
"RichTextEditorTrigger",
|
|
2235
|
+
"RichTextEditorBlockSelect",
|
|
2236
|
+
"RichTextEditorLinkTrigger",
|
|
2237
|
+
"RichTextEditorImageTrigger",
|
|
2238
|
+
"RichTextEditorContent",
|
|
2239
|
+
"RichTextEditorBubbleMenu",
|
|
2240
|
+
"RichTextEditorFooter",
|
|
2241
|
+
"RichTextEditorCharacterCount",
|
|
2242
|
+
"useRichTextEditor",
|
|
2243
|
+
"richTextActions"
|
|
2244
|
+
],
|
|
1217
2245
|
"dependencies": [
|
|
1218
2246
|
"@ark-ui/react",
|
|
1219
2247
|
"@tiptap/extension-highlight",
|
|
@@ -1231,12 +2259,12 @@
|
|
|
1231
2259
|
"button",
|
|
1232
2260
|
"input",
|
|
1233
2261
|
"kbd",
|
|
2262
|
+
"lib/utils",
|
|
1234
2263
|
"popover",
|
|
1235
2264
|
"select",
|
|
1236
2265
|
"separator",
|
|
1237
2266
|
"toggle",
|
|
1238
|
-
"tooltip"
|
|
1239
|
-
"utils"
|
|
2267
|
+
"tooltip"
|
|
1240
2268
|
],
|
|
1241
2269
|
"files": [
|
|
1242
2270
|
"components/ui/rich-text-editor.tsx"
|
|
@@ -1247,16 +2275,48 @@
|
|
|
1247
2275
|
"name": "scheduler",
|
|
1248
2276
|
"type": "ui",
|
|
1249
2277
|
"description": "`src/components/ui/scheduler.tsx` is a compositional, data-agnostic calendar.",
|
|
2278
|
+
"exports": [
|
|
2279
|
+
"Scheduler",
|
|
2280
|
+
"SchedulerToolbar",
|
|
2281
|
+
"SchedulerPrevTrigger",
|
|
2282
|
+
"SchedulerNextTrigger",
|
|
2283
|
+
"SchedulerTodayTrigger",
|
|
2284
|
+
"SchedulerTitle",
|
|
2285
|
+
"SchedulerViewSelect",
|
|
2286
|
+
"SchedulerTimeGrid",
|
|
2287
|
+
"SchedulerTimeGridHeader",
|
|
2288
|
+
"SchedulerDayHeadings",
|
|
2289
|
+
"SchedulerAllDayRow",
|
|
2290
|
+
"SchedulerTimeGridBody",
|
|
2291
|
+
"SchedulerTimeGutter",
|
|
2292
|
+
"SchedulerDayColumns",
|
|
2293
|
+
"SchedulerDayColumn",
|
|
2294
|
+
"SchedulerEvent",
|
|
2295
|
+
"SchedulerEventTitle",
|
|
2296
|
+
"SchedulerEventTime",
|
|
2297
|
+
"SchedulerEventResizeHandle",
|
|
2298
|
+
"SchedulerCreatePreview",
|
|
2299
|
+
"SchedulerNowIndicator",
|
|
2300
|
+
"SchedulerMonthGrid",
|
|
2301
|
+
"SchedulerMonthHeader",
|
|
2302
|
+
"SchedulerMonthBody",
|
|
2303
|
+
"SchedulerMonthCell",
|
|
2304
|
+
"SchedulerMonthEvent",
|
|
2305
|
+
"SchedulerMonthMore",
|
|
2306
|
+
"useScheduler",
|
|
2307
|
+
"layoutLanes",
|
|
2308
|
+
"visibleRange"
|
|
2309
|
+
],
|
|
1250
2310
|
"dependencies": [
|
|
1251
2311
|
"date-fns",
|
|
1252
2312
|
"lucide-react"
|
|
1253
2313
|
],
|
|
1254
2314
|
"registryDependencies": [
|
|
1255
2315
|
"button",
|
|
1256
|
-
"controllable",
|
|
2316
|
+
"lib/controllable",
|
|
2317
|
+
"lib/utils",
|
|
1257
2318
|
"live-region",
|
|
1258
|
-
"segment-group"
|
|
1259
|
-
"utils"
|
|
2319
|
+
"segment-group"
|
|
1260
2320
|
],
|
|
1261
2321
|
"files": [
|
|
1262
2322
|
"components/ui/scheduler.tsx"
|
|
@@ -1267,11 +2327,21 @@
|
|
|
1267
2327
|
"name": "scroll-area",
|
|
1268
2328
|
"type": "ui",
|
|
1269
2329
|
"description": "",
|
|
2330
|
+
"ark": "ScrollArea",
|
|
2331
|
+
"exports": [
|
|
2332
|
+
"ScrollArea",
|
|
2333
|
+
"ScrollAreaContent",
|
|
2334
|
+
"ScrollAreaContext",
|
|
2335
|
+
"ScrollAreaCorner",
|
|
2336
|
+
"ScrollAreaThumb",
|
|
2337
|
+
"ScrollAreaViewport",
|
|
2338
|
+
"ScrollBar"
|
|
2339
|
+
],
|
|
1270
2340
|
"dependencies": [
|
|
1271
2341
|
"@ark-ui/react"
|
|
1272
2342
|
],
|
|
1273
2343
|
"registryDependencies": [
|
|
1274
|
-
"utils"
|
|
2344
|
+
"lib/utils"
|
|
1275
2345
|
],
|
|
1276
2346
|
"files": [
|
|
1277
2347
|
"components/ui/scroll-area.tsx"
|
|
@@ -1282,11 +2352,23 @@
|
|
|
1282
2352
|
"name": "segment-group",
|
|
1283
2353
|
"type": "ui",
|
|
1284
2354
|
"description": "",
|
|
2355
|
+
"ark": "SegmentGroup",
|
|
2356
|
+
"exports": [
|
|
2357
|
+
"SegmentGroup",
|
|
2358
|
+
"SegmentGroupContext",
|
|
2359
|
+
"SegmentGroupIndicator",
|
|
2360
|
+
"SegmentGroupItem",
|
|
2361
|
+
"SegmentGroupItemContext",
|
|
2362
|
+
"SegmentGroupItemControl",
|
|
2363
|
+
"SegmentGroupItemHiddenInput",
|
|
2364
|
+
"SegmentGroupItemText",
|
|
2365
|
+
"SegmentGroupLabel"
|
|
2366
|
+
],
|
|
1285
2367
|
"dependencies": [
|
|
1286
2368
|
"@ark-ui/react"
|
|
1287
2369
|
],
|
|
1288
2370
|
"registryDependencies": [
|
|
1289
|
-
"utils"
|
|
2371
|
+
"lib/utils"
|
|
1290
2372
|
],
|
|
1291
2373
|
"files": [
|
|
1292
2374
|
"components/ui/segment-group.tsx"
|
|
@@ -1297,12 +2379,37 @@
|
|
|
1297
2379
|
"name": "select",
|
|
1298
2380
|
"type": "ui",
|
|
1299
2381
|
"description": "`src/lib/history.ts` exports `useHistory(initial, limit)` → `{ present, set(next, { commit }), checkpoint, undo, redo, reset, canUndo, canRedo }`; the node graph and form builder use it. Never add a local copy.",
|
|
2382
|
+
"ark": "Select",
|
|
2383
|
+
"exports": [
|
|
2384
|
+
"Select",
|
|
2385
|
+
"SelectClearTrigger",
|
|
2386
|
+
"SelectContent",
|
|
2387
|
+
"SelectContext",
|
|
2388
|
+
"SelectControl",
|
|
2389
|
+
"SelectGroup",
|
|
2390
|
+
"SelectHiddenSelect",
|
|
2391
|
+
"SelectIndicator",
|
|
2392
|
+
"SelectItem",
|
|
2393
|
+
"SelectItemIndicator",
|
|
2394
|
+
"SelectItemText",
|
|
2395
|
+
"SelectLabel",
|
|
2396
|
+
"SelectList",
|
|
2397
|
+
"SelectPositioner",
|
|
2398
|
+
"SelectRootLabel",
|
|
2399
|
+
"SelectScrollDownButton",
|
|
2400
|
+
"SelectScrollUpButton",
|
|
2401
|
+
"SelectSeparator",
|
|
2402
|
+
"SelectTrigger",
|
|
2403
|
+
"SelectValue",
|
|
2404
|
+
"createListCollection",
|
|
2405
|
+
"SelectItemContext"
|
|
2406
|
+
],
|
|
1300
2407
|
"dependencies": [
|
|
1301
2408
|
"@ark-ui/react",
|
|
1302
2409
|
"lucide-react"
|
|
1303
2410
|
],
|
|
1304
2411
|
"registryDependencies": [
|
|
1305
|
-
"utils"
|
|
2412
|
+
"lib/utils"
|
|
1306
2413
|
],
|
|
1307
2414
|
"files": [
|
|
1308
2415
|
"components/ui/select.tsx"
|
|
@@ -1313,9 +2420,12 @@
|
|
|
1313
2420
|
"name": "separator",
|
|
1314
2421
|
"type": "ui",
|
|
1315
2422
|
"description": "Ark UI has no Separator primitive. This mirrors Radix's: a `div` with `role=\"separator\"` (or `role=\"none\"` when decorative) and `data-orientation`.",
|
|
2423
|
+
"exports": [
|
|
2424
|
+
"Separator"
|
|
2425
|
+
],
|
|
1316
2426
|
"dependencies": [],
|
|
1317
2427
|
"registryDependencies": [
|
|
1318
|
-
"utils"
|
|
2428
|
+
"lib/utils"
|
|
1319
2429
|
],
|
|
1320
2430
|
"files": [
|
|
1321
2431
|
"components/ui/separator.tsx"
|
|
@@ -1326,13 +2436,28 @@
|
|
|
1326
2436
|
"name": "sheet",
|
|
1327
2437
|
"type": "ui",
|
|
1328
2438
|
"description": "",
|
|
2439
|
+
"ark": "Dialog",
|
|
2440
|
+
"exports": [
|
|
2441
|
+
"Sheet",
|
|
2442
|
+
"SheetTrigger",
|
|
2443
|
+
"SheetClose",
|
|
2444
|
+
"SheetContent",
|
|
2445
|
+
"SheetContext",
|
|
2446
|
+
"SheetHeader",
|
|
2447
|
+
"SheetFooter",
|
|
2448
|
+
"SheetOverlay",
|
|
2449
|
+
"SheetPortal",
|
|
2450
|
+
"SheetPositioner",
|
|
2451
|
+
"SheetTitle",
|
|
2452
|
+
"SheetDescription"
|
|
2453
|
+
],
|
|
1329
2454
|
"dependencies": [
|
|
1330
2455
|
"@ark-ui/react",
|
|
1331
2456
|
"lucide-react"
|
|
1332
2457
|
],
|
|
1333
2458
|
"registryDependencies": [
|
|
1334
2459
|
"button",
|
|
1335
|
-
"utils"
|
|
2460
|
+
"lib/utils"
|
|
1336
2461
|
],
|
|
1337
2462
|
"files": [
|
|
1338
2463
|
"components/ui/sheet.tsx"
|
|
@@ -1343,6 +2468,32 @@
|
|
|
1343
2468
|
"name": "sidebar",
|
|
1344
2469
|
"type": "ui",
|
|
1345
2470
|
"description": "`src/components/ui/app-shell.tsx` is a compositional, router-agnostic shell built on `sidebar.tsx` (shadcn-admin layout): `AppShell` (context: sidebar variant/collapsible, search open state, `searchShortcut` for cmd/ctrl+K), `AppShellSideba",
|
|
2471
|
+
"exports": [
|
|
2472
|
+
"Sidebar",
|
|
2473
|
+
"SidebarContent",
|
|
2474
|
+
"SidebarFooter",
|
|
2475
|
+
"SidebarGroup",
|
|
2476
|
+
"SidebarGroupAction",
|
|
2477
|
+
"SidebarGroupContent",
|
|
2478
|
+
"SidebarGroupLabel",
|
|
2479
|
+
"SidebarHeader",
|
|
2480
|
+
"SidebarInput",
|
|
2481
|
+
"SidebarInset",
|
|
2482
|
+
"SidebarMenu",
|
|
2483
|
+
"SidebarMenuAction",
|
|
2484
|
+
"SidebarMenuBadge",
|
|
2485
|
+
"SidebarMenuButton",
|
|
2486
|
+
"SidebarMenuItem",
|
|
2487
|
+
"SidebarMenuSkeleton",
|
|
2488
|
+
"SidebarMenuSub",
|
|
2489
|
+
"SidebarMenuSubButton",
|
|
2490
|
+
"SidebarMenuSubItem",
|
|
2491
|
+
"SidebarProvider",
|
|
2492
|
+
"SidebarRail",
|
|
2493
|
+
"SidebarSeparator",
|
|
2494
|
+
"SidebarTrigger",
|
|
2495
|
+
"useSidebar"
|
|
2496
|
+
],
|
|
1346
2497
|
"dependencies": [
|
|
1347
2498
|
"@ark-ui/react",
|
|
1348
2499
|
"class-variance-authority",
|
|
@@ -1350,13 +2501,13 @@
|
|
|
1350
2501
|
],
|
|
1351
2502
|
"registryDependencies": [
|
|
1352
2503
|
"button",
|
|
2504
|
+
"hooks/use-mobile",
|
|
1353
2505
|
"input",
|
|
2506
|
+
"lib/utils",
|
|
1354
2507
|
"separator",
|
|
1355
2508
|
"sheet",
|
|
1356
2509
|
"skeleton",
|
|
1357
|
-
"tooltip"
|
|
1358
|
-
"use-mobile",
|
|
1359
|
-
"utils"
|
|
2510
|
+
"tooltip"
|
|
1360
2511
|
],
|
|
1361
2512
|
"files": [
|
|
1362
2513
|
"components/ui/sidebar.tsx"
|
|
@@ -1367,13 +2518,24 @@
|
|
|
1367
2518
|
"name": "signature-pad",
|
|
1368
2519
|
"type": "ui",
|
|
1369
2520
|
"description": "",
|
|
2521
|
+
"ark": "SignaturePad",
|
|
2522
|
+
"exports": [
|
|
2523
|
+
"SignaturePad",
|
|
2524
|
+
"SignaturePadClearTrigger",
|
|
2525
|
+
"SignaturePadContext",
|
|
2526
|
+
"SignaturePadControl",
|
|
2527
|
+
"SignaturePadGuide",
|
|
2528
|
+
"SignaturePadHiddenInput",
|
|
2529
|
+
"SignaturePadLabel",
|
|
2530
|
+
"SignaturePadSegment"
|
|
2531
|
+
],
|
|
1370
2532
|
"dependencies": [
|
|
1371
2533
|
"@ark-ui/react",
|
|
1372
2534
|
"lucide-react"
|
|
1373
2535
|
],
|
|
1374
2536
|
"registryDependencies": [
|
|
1375
2537
|
"button",
|
|
1376
|
-
"utils"
|
|
2538
|
+
"lib/utils"
|
|
1377
2539
|
],
|
|
1378
2540
|
"files": [
|
|
1379
2541
|
"components/ui/signature-pad.tsx"
|
|
@@ -1384,9 +2546,12 @@
|
|
|
1384
2546
|
"name": "skeleton",
|
|
1385
2547
|
"type": "ui",
|
|
1386
2548
|
"description": "",
|
|
2549
|
+
"exports": [
|
|
2550
|
+
"Skeleton"
|
|
2551
|
+
],
|
|
1387
2552
|
"dependencies": [],
|
|
1388
2553
|
"registryDependencies": [
|
|
1389
|
-
"utils"
|
|
2554
|
+
"lib/utils"
|
|
1390
2555
|
],
|
|
1391
2556
|
"files": [
|
|
1392
2557
|
"components/ui/skeleton.tsx"
|
|
@@ -1397,11 +2562,27 @@
|
|
|
1397
2562
|
"name": "slider",
|
|
1398
2563
|
"type": "ui",
|
|
1399
2564
|
"description": "",
|
|
2565
|
+
"ark": "Slider",
|
|
2566
|
+
"exports": [
|
|
2567
|
+
"Slider",
|
|
2568
|
+
"SliderContext",
|
|
2569
|
+
"SliderControl",
|
|
2570
|
+
"SliderHiddenInput",
|
|
2571
|
+
"SliderLabel",
|
|
2572
|
+
"SliderMarker",
|
|
2573
|
+
"SliderMarkerGroup",
|
|
2574
|
+
"SliderRange",
|
|
2575
|
+
"SliderRoot",
|
|
2576
|
+
"SliderThumb",
|
|
2577
|
+
"SliderTrack",
|
|
2578
|
+
"SliderValueText",
|
|
2579
|
+
"SliderDraggingIndicator"
|
|
2580
|
+
],
|
|
1400
2581
|
"dependencies": [
|
|
1401
2582
|
"@ark-ui/react"
|
|
1402
2583
|
],
|
|
1403
2584
|
"registryDependencies": [
|
|
1404
|
-
"utils"
|
|
2585
|
+
"lib/utils"
|
|
1405
2586
|
],
|
|
1406
2587
|
"files": [
|
|
1407
2588
|
"components/ui/slider.tsx"
|
|
@@ -1412,6 +2593,9 @@
|
|
|
1412
2593
|
"name": "sonner",
|
|
1413
2594
|
"type": "ui",
|
|
1414
2595
|
"description": "",
|
|
2596
|
+
"exports": [
|
|
2597
|
+
"Toaster"
|
|
2598
|
+
],
|
|
1415
2599
|
"dependencies": [
|
|
1416
2600
|
"lucide-react",
|
|
1417
2601
|
"next-themes",
|
|
@@ -1427,11 +2611,14 @@
|
|
|
1427
2611
|
"name": "spinner",
|
|
1428
2612
|
"type": "ui",
|
|
1429
2613
|
"description": "",
|
|
2614
|
+
"exports": [
|
|
2615
|
+
"Spinner"
|
|
2616
|
+
],
|
|
1430
2617
|
"dependencies": [
|
|
1431
2618
|
"lucide-react"
|
|
1432
2619
|
],
|
|
1433
2620
|
"registryDependencies": [
|
|
1434
|
-
"utils"
|
|
2621
|
+
"lib/utils"
|
|
1435
2622
|
],
|
|
1436
2623
|
"files": [
|
|
1437
2624
|
"components/ui/spinner.tsx"
|
|
@@ -1442,13 +2629,29 @@
|
|
|
1442
2629
|
"name": "steps",
|
|
1443
2630
|
"type": "ui",
|
|
1444
2631
|
"description": "",
|
|
2632
|
+
"ark": "Steps",
|
|
2633
|
+
"exports": [
|
|
2634
|
+
"Steps",
|
|
2635
|
+
"StepsCompletedContent",
|
|
2636
|
+
"StepsContent",
|
|
2637
|
+
"StepsContext",
|
|
2638
|
+
"StepsIndicator",
|
|
2639
|
+
"StepsItem",
|
|
2640
|
+
"StepsItemContext",
|
|
2641
|
+
"StepsList",
|
|
2642
|
+
"StepsNextTrigger",
|
|
2643
|
+
"StepsPrevTrigger",
|
|
2644
|
+
"StepsProgress",
|
|
2645
|
+
"StepsSeparator",
|
|
2646
|
+
"StepsTrigger"
|
|
2647
|
+
],
|
|
1445
2648
|
"dependencies": [
|
|
1446
2649
|
"@ark-ui/react",
|
|
1447
2650
|
"lucide-react"
|
|
1448
2651
|
],
|
|
1449
2652
|
"registryDependencies": [
|
|
1450
2653
|
"button",
|
|
1451
|
-
"utils"
|
|
2654
|
+
"lib/utils"
|
|
1452
2655
|
],
|
|
1453
2656
|
"files": [
|
|
1454
2657
|
"components/ui/steps.tsx"
|
|
@@ -1459,11 +2662,16 @@
|
|
|
1459
2662
|
"name": "swap",
|
|
1460
2663
|
"type": "ui",
|
|
1461
2664
|
"description": "",
|
|
2665
|
+
"ark": "Swap",
|
|
2666
|
+
"exports": [
|
|
2667
|
+
"Swap",
|
|
2668
|
+
"SwapIndicator"
|
|
2669
|
+
],
|
|
1462
2670
|
"dependencies": [
|
|
1463
2671
|
"@ark-ui/react"
|
|
1464
2672
|
],
|
|
1465
2673
|
"registryDependencies": [
|
|
1466
|
-
"utils"
|
|
2674
|
+
"lib/utils"
|
|
1467
2675
|
],
|
|
1468
2676
|
"files": [
|
|
1469
2677
|
"components/ui/swap.tsx"
|
|
@@ -1474,11 +2682,21 @@
|
|
|
1474
2682
|
"name": "switch",
|
|
1475
2683
|
"type": "ui",
|
|
1476
2684
|
"description": "`id` is omitted: set part ids through the root `ids` prop so Ark's internal lookups keep working.",
|
|
2685
|
+
"ark": "Switch",
|
|
2686
|
+
"exports": [
|
|
2687
|
+
"Switch",
|
|
2688
|
+
"SwitchContext",
|
|
2689
|
+
"SwitchControl",
|
|
2690
|
+
"SwitchHiddenInput",
|
|
2691
|
+
"SwitchLabel",
|
|
2692
|
+
"SwitchRoot",
|
|
2693
|
+
"SwitchThumb"
|
|
2694
|
+
],
|
|
1477
2695
|
"dependencies": [
|
|
1478
2696
|
"@ark-ui/react"
|
|
1479
2697
|
],
|
|
1480
2698
|
"registryDependencies": [
|
|
1481
|
-
"utils"
|
|
2699
|
+
"lib/utils"
|
|
1482
2700
|
],
|
|
1483
2701
|
"files": [
|
|
1484
2702
|
"components/ui/switch.tsx"
|
|
@@ -1489,9 +2707,19 @@
|
|
|
1489
2707
|
"name": "table",
|
|
1490
2708
|
"type": "ui",
|
|
1491
2709
|
"description": "`src/lib/table.ts` is a dependency-free headless table engine (columns, sorting, global + column filters with faceted counts, pagination, row selection, visibility).",
|
|
2710
|
+
"exports": [
|
|
2711
|
+
"Table",
|
|
2712
|
+
"TableHeader",
|
|
2713
|
+
"TableBody",
|
|
2714
|
+
"TableFooter",
|
|
2715
|
+
"TableHead",
|
|
2716
|
+
"TableRow",
|
|
2717
|
+
"TableCell",
|
|
2718
|
+
"TableCaption"
|
|
2719
|
+
],
|
|
1492
2720
|
"dependencies": [],
|
|
1493
2721
|
"registryDependencies": [
|
|
1494
|
-
"utils"
|
|
2722
|
+
"lib/utils"
|
|
1495
2723
|
],
|
|
1496
2724
|
"files": [
|
|
1497
2725
|
"components/ui/table.tsx"
|
|
@@ -1502,12 +2730,22 @@
|
|
|
1502
2730
|
"name": "tabs",
|
|
1503
2731
|
"type": "ui",
|
|
1504
2732
|
"description": "",
|
|
2733
|
+
"ark": "Tabs",
|
|
2734
|
+
"exports": [
|
|
2735
|
+
"Tabs",
|
|
2736
|
+
"TabsContent",
|
|
2737
|
+
"TabsContext",
|
|
2738
|
+
"TabsIndicator",
|
|
2739
|
+
"TabsList",
|
|
2740
|
+
"TabsTrigger",
|
|
2741
|
+
"tabsListVariants"
|
|
2742
|
+
],
|
|
1505
2743
|
"dependencies": [
|
|
1506
2744
|
"@ark-ui/react",
|
|
1507
2745
|
"class-variance-authority"
|
|
1508
2746
|
],
|
|
1509
2747
|
"registryDependencies": [
|
|
1510
|
-
"utils"
|
|
2748
|
+
"lib/utils"
|
|
1511
2749
|
],
|
|
1512
2750
|
"files": [
|
|
1513
2751
|
"components/ui/tabs.tsx"
|
|
@@ -1518,12 +2756,28 @@
|
|
|
1518
2756
|
"name": "tags-input",
|
|
1519
2757
|
"type": "ui",
|
|
1520
2758
|
"description": "",
|
|
2759
|
+
"ark": "TagsInput",
|
|
2760
|
+
"exports": [
|
|
2761
|
+
"TagsInput",
|
|
2762
|
+
"TagsInputClearTrigger",
|
|
2763
|
+
"TagsInputContext",
|
|
2764
|
+
"TagsInputControl",
|
|
2765
|
+
"TagsInputHiddenInput",
|
|
2766
|
+
"TagsInputInput",
|
|
2767
|
+
"TagsInputItem",
|
|
2768
|
+
"TagsInputItemContext",
|
|
2769
|
+
"TagsInputItemDeleteTrigger",
|
|
2770
|
+
"TagsInputItemInput",
|
|
2771
|
+
"TagsInputItemPreview",
|
|
2772
|
+
"TagsInputItemText",
|
|
2773
|
+
"TagsInputLabel"
|
|
2774
|
+
],
|
|
1521
2775
|
"dependencies": [
|
|
1522
2776
|
"@ark-ui/react",
|
|
1523
2777
|
"lucide-react"
|
|
1524
2778
|
],
|
|
1525
2779
|
"registryDependencies": [
|
|
1526
|
-
"utils"
|
|
2780
|
+
"lib/utils"
|
|
1527
2781
|
],
|
|
1528
2782
|
"files": [
|
|
1529
2783
|
"components/ui/tags-input.tsx"
|
|
@@ -1534,9 +2788,12 @@
|
|
|
1534
2788
|
"name": "textarea",
|
|
1535
2789
|
"type": "ui",
|
|
1536
2790
|
"description": "",
|
|
2791
|
+
"exports": [
|
|
2792
|
+
"Textarea"
|
|
2793
|
+
],
|
|
1537
2794
|
"dependencies": [],
|
|
1538
2795
|
"registryDependencies": [
|
|
1539
|
-
"utils"
|
|
2796
|
+
"lib/utils"
|
|
1540
2797
|
],
|
|
1541
2798
|
"files": [
|
|
1542
2799
|
"components/ui/textarea.tsx"
|
|
@@ -1547,12 +2804,22 @@
|
|
|
1547
2804
|
"name": "timer",
|
|
1548
2805
|
"type": "ui",
|
|
1549
2806
|
"description": "",
|
|
2807
|
+
"ark": "Timer",
|
|
2808
|
+
"exports": [
|
|
2809
|
+
"Timer",
|
|
2810
|
+
"TimerActionTrigger",
|
|
2811
|
+
"TimerArea",
|
|
2812
|
+
"TimerContext",
|
|
2813
|
+
"TimerControl",
|
|
2814
|
+
"TimerItem",
|
|
2815
|
+
"TimerSeparator"
|
|
2816
|
+
],
|
|
1550
2817
|
"dependencies": [
|
|
1551
2818
|
"@ark-ui/react"
|
|
1552
2819
|
],
|
|
1553
2820
|
"registryDependencies": [
|
|
1554
2821
|
"button",
|
|
1555
|
-
"utils"
|
|
2822
|
+
"lib/utils"
|
|
1556
2823
|
],
|
|
1557
2824
|
"files": [
|
|
1558
2825
|
"components/ui/timer.tsx"
|
|
@@ -1563,11 +2830,23 @@
|
|
|
1563
2830
|
"name": "toc",
|
|
1564
2831
|
"type": "ui",
|
|
1565
2832
|
"description": "",
|
|
2833
|
+
"ark": "Toc",
|
|
2834
|
+
"exports": [
|
|
2835
|
+
"Toc",
|
|
2836
|
+
"TocContent",
|
|
2837
|
+
"TocContext",
|
|
2838
|
+
"TocIndicator",
|
|
2839
|
+
"TocItem",
|
|
2840
|
+
"TocLink",
|
|
2841
|
+
"TocList",
|
|
2842
|
+
"TocNav",
|
|
2843
|
+
"TocTitle"
|
|
2844
|
+
],
|
|
1566
2845
|
"dependencies": [
|
|
1567
2846
|
"@ark-ui/react"
|
|
1568
2847
|
],
|
|
1569
2848
|
"registryDependencies": [
|
|
1570
|
-
"utils"
|
|
2849
|
+
"lib/utils"
|
|
1571
2850
|
],
|
|
1572
2851
|
"files": [
|
|
1573
2852
|
"components/ui/toc.tsx"
|
|
@@ -1578,13 +2857,19 @@
|
|
|
1578
2857
|
"name": "toggle-group",
|
|
1579
2858
|
"type": "ui",
|
|
1580
2859
|
"description": "",
|
|
2860
|
+
"ark": "ToggleGroup",
|
|
2861
|
+
"exports": [
|
|
2862
|
+
"ToggleGroup",
|
|
2863
|
+
"ToggleGroupContext",
|
|
2864
|
+
"ToggleGroupItem"
|
|
2865
|
+
],
|
|
1581
2866
|
"dependencies": [
|
|
1582
2867
|
"@ark-ui/react",
|
|
1583
2868
|
"class-variance-authority"
|
|
1584
2869
|
],
|
|
1585
2870
|
"registryDependencies": [
|
|
1586
|
-
"
|
|
1587
|
-
"
|
|
2871
|
+
"lib/utils",
|
|
2872
|
+
"toggle"
|
|
1588
2873
|
],
|
|
1589
2874
|
"files": [
|
|
1590
2875
|
"components/ui/toggle-group.tsx"
|
|
@@ -1595,12 +2880,19 @@
|
|
|
1595
2880
|
"name": "toggle",
|
|
1596
2881
|
"type": "ui",
|
|
1597
2882
|
"description": "",
|
|
2883
|
+
"ark": "Toggle",
|
|
2884
|
+
"exports": [
|
|
2885
|
+
"Toggle",
|
|
2886
|
+
"ToggleContext",
|
|
2887
|
+
"ToggleIndicator",
|
|
2888
|
+
"toggleVariants"
|
|
2889
|
+
],
|
|
1598
2890
|
"dependencies": [
|
|
1599
2891
|
"@ark-ui/react",
|
|
1600
2892
|
"class-variance-authority"
|
|
1601
2893
|
],
|
|
1602
2894
|
"registryDependencies": [
|
|
1603
|
-
"utils"
|
|
2895
|
+
"lib/utils"
|
|
1604
2896
|
],
|
|
1605
2897
|
"files": [
|
|
1606
2898
|
"components/ui/toggle.tsx"
|
|
@@ -1611,11 +2903,22 @@
|
|
|
1611
2903
|
"name": "tooltip",
|
|
1612
2904
|
"type": "ui",
|
|
1613
2905
|
"description": "",
|
|
2906
|
+
"ark": "Portal",
|
|
2907
|
+
"exports": [
|
|
2908
|
+
"Tooltip",
|
|
2909
|
+
"TooltipArrow",
|
|
2910
|
+
"TooltipContent",
|
|
2911
|
+
"TooltipContext",
|
|
2912
|
+
"TooltipPortal",
|
|
2913
|
+
"TooltipPositioner",
|
|
2914
|
+
"TooltipProvider",
|
|
2915
|
+
"TooltipTrigger"
|
|
2916
|
+
],
|
|
1614
2917
|
"dependencies": [
|
|
1615
2918
|
"@ark-ui/react"
|
|
1616
2919
|
],
|
|
1617
2920
|
"registryDependencies": [
|
|
1618
|
-
"utils"
|
|
2921
|
+
"lib/utils"
|
|
1619
2922
|
],
|
|
1620
2923
|
"files": [
|
|
1621
2924
|
"components/ui/tooltip.tsx"
|
|
@@ -1626,13 +2929,32 @@
|
|
|
1626
2929
|
"name": "tour",
|
|
1627
2930
|
"type": "ui",
|
|
1628
2931
|
"description": "",
|
|
2932
|
+
"ark": "Tour",
|
|
2933
|
+
"exports": [
|
|
2934
|
+
"Tour",
|
|
2935
|
+
"TourActionTrigger",
|
|
2936
|
+
"TourActions",
|
|
2937
|
+
"TourArrow",
|
|
2938
|
+
"TourBackdrop",
|
|
2939
|
+
"TourCloseTrigger",
|
|
2940
|
+
"TourContent",
|
|
2941
|
+
"TourContext",
|
|
2942
|
+
"TourControl",
|
|
2943
|
+
"TourDescription",
|
|
2944
|
+
"TourPortal",
|
|
2945
|
+
"TourPositioner",
|
|
2946
|
+
"TourProgressText",
|
|
2947
|
+
"TourSpotlight",
|
|
2948
|
+
"TourTitle",
|
|
2949
|
+
"useTour"
|
|
2950
|
+
],
|
|
1629
2951
|
"dependencies": [
|
|
1630
2952
|
"@ark-ui/react",
|
|
1631
2953
|
"lucide-react"
|
|
1632
2954
|
],
|
|
1633
2955
|
"registryDependencies": [
|
|
1634
2956
|
"button",
|
|
1635
|
-
"utils"
|
|
2957
|
+
"lib/utils"
|
|
1636
2958
|
],
|
|
1637
2959
|
"files": [
|
|
1638
2960
|
"components/ui/tour.tsx"
|
|
@@ -1643,6 +2965,24 @@
|
|
|
1643
2965
|
"name": "transfer-list",
|
|
1644
2966
|
"type": "ui",
|
|
1645
2967
|
"description": "`src/components/ui/transfer-list.tsx` moves items between two lists.",
|
|
2968
|
+
"exports": [
|
|
2969
|
+
"TransferList",
|
|
2970
|
+
"TransferListControls",
|
|
2971
|
+
"TransferListEmpty",
|
|
2972
|
+
"TransferListItem",
|
|
2973
|
+
"TransferListItemIndicator",
|
|
2974
|
+
"TransferListItemText",
|
|
2975
|
+
"TransferListItems",
|
|
2976
|
+
"TransferListMoveAllTrigger",
|
|
2977
|
+
"TransferListMoveTrigger",
|
|
2978
|
+
"TransferListPanel",
|
|
2979
|
+
"TransferListPanelCount",
|
|
2980
|
+
"TransferListPanelHeader",
|
|
2981
|
+
"TransferListPanelTitle",
|
|
2982
|
+
"TransferListSearch",
|
|
2983
|
+
"TransferListSelectAll",
|
|
2984
|
+
"useTransferList"
|
|
2985
|
+
],
|
|
1646
2986
|
"dependencies": [
|
|
1647
2987
|
"@ark-ui/react",
|
|
1648
2988
|
"lucide-react"
|
|
@@ -1650,10 +2990,10 @@
|
|
|
1650
2990
|
"registryDependencies": [
|
|
1651
2991
|
"button",
|
|
1652
2992
|
"checkbox",
|
|
1653
|
-
"controllable",
|
|
1654
2993
|
"input-group",
|
|
1655
|
-
"
|
|
1656
|
-
"utils"
|
|
2994
|
+
"lib/controllable",
|
|
2995
|
+
"lib/utils",
|
|
2996
|
+
"live-region"
|
|
1657
2997
|
],
|
|
1658
2998
|
"files": [
|
|
1659
2999
|
"components/ui/transfer-list.tsx"
|
|
@@ -1664,17 +3004,36 @@
|
|
|
1664
3004
|
"name": "tree-select",
|
|
1665
3005
|
"type": "ui",
|
|
1666
3006
|
"description": "Both live on Ark's `TreeCollection` (`createTreeCollection`, re-exported) and a Popover, and own only the open state, the search query, and the value (`value`/`defaultValue`/`onValueChange`, always a `string[]`); the trigger is a focusable ",
|
|
3007
|
+
"ark": "Popover",
|
|
3008
|
+
"exports": [
|
|
3009
|
+
"TreeSelect",
|
|
3010
|
+
"TreeSelectChip",
|
|
3011
|
+
"TreeSelectChips",
|
|
3012
|
+
"TreeSelectClearTrigger",
|
|
3013
|
+
"TreeSelectContent",
|
|
3014
|
+
"TreeSelectEmpty",
|
|
3015
|
+
"TreeSelectHiddenInput",
|
|
3016
|
+
"TreeSelectIndicator",
|
|
3017
|
+
"TreeSelectNode",
|
|
3018
|
+
"TreeSelectSearch",
|
|
3019
|
+
"TreeSelectTree",
|
|
3020
|
+
"TreeSelectTrigger",
|
|
3021
|
+
"TreeSelectValue",
|
|
3022
|
+
"collapseValues",
|
|
3023
|
+
"createTreeCollection",
|
|
3024
|
+
"useTreeSelect"
|
|
3025
|
+
],
|
|
1667
3026
|
"dependencies": [
|
|
1668
3027
|
"@ark-ui/react",
|
|
1669
3028
|
"lucide-react"
|
|
1670
3029
|
],
|
|
1671
3030
|
"registryDependencies": [
|
|
1672
3031
|
"button",
|
|
1673
|
-
"controllable",
|
|
1674
3032
|
"input-group",
|
|
3033
|
+
"lib/controllable",
|
|
3034
|
+
"lib/utils",
|
|
1675
3035
|
"popover",
|
|
1676
|
-
"tree-view"
|
|
1677
|
-
"utils"
|
|
3036
|
+
"tree-view"
|
|
1678
3037
|
],
|
|
1679
3038
|
"files": [
|
|
1680
3039
|
"components/ui/tree-select.tsx"
|
|
@@ -1685,12 +3044,35 @@
|
|
|
1685
3044
|
"name": "tree-view",
|
|
1686
3045
|
"type": "ui",
|
|
1687
3046
|
"description": "",
|
|
3047
|
+
"ark": "TreeView",
|
|
3048
|
+
"exports": [
|
|
3049
|
+
"TreeView",
|
|
3050
|
+
"TreeViewBranch",
|
|
3051
|
+
"TreeViewBranchContent",
|
|
3052
|
+
"TreeViewBranchControl",
|
|
3053
|
+
"TreeViewBranchIndentGuide",
|
|
3054
|
+
"TreeViewBranchIndicator",
|
|
3055
|
+
"TreeViewBranchText",
|
|
3056
|
+
"TreeViewBranchTrigger",
|
|
3057
|
+
"TreeViewContext",
|
|
3058
|
+
"TreeViewItem",
|
|
3059
|
+
"TreeViewItemIndicator",
|
|
3060
|
+
"TreeViewItemText",
|
|
3061
|
+
"TreeViewLabel",
|
|
3062
|
+
"TreeViewNodeCheckbox",
|
|
3063
|
+
"TreeViewNodeCheckboxIndicator",
|
|
3064
|
+
"TreeViewNodeContext",
|
|
3065
|
+
"TreeViewNodeProvider",
|
|
3066
|
+
"TreeViewNodeRenameInput",
|
|
3067
|
+
"TreeViewTree",
|
|
3068
|
+
"createTreeCollection"
|
|
3069
|
+
],
|
|
1688
3070
|
"dependencies": [
|
|
1689
3071
|
"@ark-ui/react",
|
|
1690
3072
|
"lucide-react"
|
|
1691
3073
|
],
|
|
1692
3074
|
"registryDependencies": [
|
|
1693
|
-
"utils"
|
|
3075
|
+
"lib/utils"
|
|
1694
3076
|
],
|
|
1695
3077
|
"files": [
|
|
1696
3078
|
"components/ui/tree-view.tsx"
|
|
@@ -1701,9 +3083,18 @@
|
|
|
1701
3083
|
"name": "virtual-list",
|
|
1702
3084
|
"type": "ui",
|
|
1703
3085
|
"description": "-------------------------------- context --------------------------------",
|
|
3086
|
+
"exports": [
|
|
3087
|
+
"VirtualList",
|
|
3088
|
+
"VirtualListContent",
|
|
3089
|
+
"VirtualListEmpty",
|
|
3090
|
+
"VirtualListItem",
|
|
3091
|
+
"VirtualListItems",
|
|
3092
|
+
"VirtualListViewport",
|
|
3093
|
+
"useVirtualList"
|
|
3094
|
+
],
|
|
1704
3095
|
"dependencies": [],
|
|
1705
3096
|
"registryDependencies": [
|
|
1706
|
-
"utils"
|
|
3097
|
+
"lib/utils"
|
|
1707
3098
|
],
|
|
1708
3099
|
"files": [
|
|
1709
3100
|
"components/ui/virtual-list.tsx"
|
|
@@ -1711,9 +3102,12 @@
|
|
|
1711
3102
|
"css": false
|
|
1712
3103
|
},
|
|
1713
3104
|
{
|
|
1714
|
-
"name": "controllable",
|
|
3105
|
+
"name": "lib/controllable",
|
|
1715
3106
|
"type": "lib",
|
|
1716
3107
|
"description": "Both live on Ark's `TreeCollection` (`createTreeCollection`, re-exported) and a Popover, and own only the open state, the search query, and the value (`value`/`defaultValue`/`onValueChange`, always a `string[]`); the trigger is a focusable ",
|
|
3108
|
+
"exports": [
|
|
3109
|
+
"useControllable"
|
|
3110
|
+
],
|
|
1717
3111
|
"dependencies": [],
|
|
1718
3112
|
"registryDependencies": [],
|
|
1719
3113
|
"files": [
|
|
@@ -1722,9 +3116,10 @@
|
|
|
1722
3116
|
"css": false
|
|
1723
3117
|
},
|
|
1724
3118
|
{
|
|
1725
|
-
"name": "data-table-adapter",
|
|
3119
|
+
"name": "lib/data-table-adapter",
|
|
1726
3120
|
"type": "lib",
|
|
1727
3121
|
"description": "The contract the data table parts render against. `<DataTable>` accepts any object that satisfies it, so the parts are independent of where the rows, sorting, filtering, and paging come from. The built-in engine in `@/lib/table` satisfies i",
|
|
3122
|
+
"exports": [],
|
|
1728
3123
|
"dependencies": [],
|
|
1729
3124
|
"registryDependencies": [],
|
|
1730
3125
|
"files": [
|
|
@@ -1733,9 +3128,12 @@
|
|
|
1733
3128
|
"css": false
|
|
1734
3129
|
},
|
|
1735
3130
|
{
|
|
1736
|
-
"name": "drag-preview",
|
|
3131
|
+
"name": "lib/drag-preview",
|
|
1737
3132
|
"type": "lib",
|
|
1738
3133
|
"description": "`src/components/ui/kanban.tsx` is a compositional, data-agnostic board on `@atlaskit/pragmatic-drag-and-drop` (+ `-hitbox` closest-edge/reorder index, `-auto-scroll`).",
|
|
3134
|
+
"exports": [
|
|
3135
|
+
"cloneDragPreview"
|
|
3136
|
+
],
|
|
1739
3137
|
"dependencies": [
|
|
1740
3138
|
"@atlaskit/pragmatic-drag-and-drop"
|
|
1741
3139
|
],
|
|
@@ -1746,9 +3144,12 @@
|
|
|
1746
3144
|
"css": false
|
|
1747
3145
|
},
|
|
1748
3146
|
{
|
|
1749
|
-
"name": "form",
|
|
3147
|
+
"name": "lib/form",
|
|
1750
3148
|
"type": "lib",
|
|
1751
3149
|
"description": "`src/lib/form.ts` exports `useForm(defaultValues, validate, onSubmit, { mode })`: a small, dependency-free hook (values, per-field errors, validating submit) that pairs with the `Field*` parts.",
|
|
3150
|
+
"exports": [
|
|
3151
|
+
"useForm"
|
|
3152
|
+
],
|
|
1752
3153
|
"dependencies": [],
|
|
1753
3154
|
"registryDependencies": [],
|
|
1754
3155
|
"files": [
|
|
@@ -1757,9 +3158,12 @@
|
|
|
1757
3158
|
"css": false
|
|
1758
3159
|
},
|
|
1759
3160
|
{
|
|
1760
|
-
"name": "history",
|
|
3161
|
+
"name": "lib/history",
|
|
1761
3162
|
"type": "lib",
|
|
1762
3163
|
"description": "Undo/redo state for any immutable value. `set` records a history entry unless `{ commit: false }` is passed (live drags, typing); `checkpoint` snapshots the present before such a sequence so one undo restores it.",
|
|
3164
|
+
"exports": [
|
|
3165
|
+
"useHistory"
|
|
3166
|
+
],
|
|
1763
3167
|
"dependencies": [],
|
|
1764
3168
|
"registryDependencies": [],
|
|
1765
3169
|
"files": [
|
|
@@ -1768,9 +3172,14 @@
|
|
|
1768
3172
|
"css": false
|
|
1769
3173
|
},
|
|
1770
3174
|
{
|
|
1771
|
-
"name": "row-layout",
|
|
3175
|
+
"name": "lib/row-layout",
|
|
1772
3176
|
"type": "lib",
|
|
1773
3177
|
"description": "Rows-and-columns layout helpers for the Canvas primitive. A layout is `Row[]`, each row a list of items with a `width` (flex-grow weight). Drops above/below an item create a row, beside it a column; the resize handle shifts width between ne",
|
|
3178
|
+
"exports": [
|
|
3179
|
+
"applyRowDrop",
|
|
3180
|
+
"resizeRowItems",
|
|
3181
|
+
"removeRowItem"
|
|
3182
|
+
],
|
|
1774
3183
|
"dependencies": [],
|
|
1775
3184
|
"registryDependencies": [
|
|
1776
3185
|
"canvas"
|
|
@@ -1781,12 +3190,15 @@
|
|
|
1781
3190
|
"css": false
|
|
1782
3191
|
},
|
|
1783
3192
|
{
|
|
1784
|
-
"name": "table",
|
|
3193
|
+
"name": "lib/table",
|
|
1785
3194
|
"type": "lib",
|
|
1786
3195
|
"description": "A small headless table engine: column definitions, sorting, global and per-column filtering with faceted counts, pagination, row selection, and column visibility. No external dependencies.",
|
|
3196
|
+
"exports": [
|
|
3197
|
+
"useTable"
|
|
3198
|
+
],
|
|
1787
3199
|
"dependencies": [],
|
|
1788
3200
|
"registryDependencies": [
|
|
1789
|
-
"controllable"
|
|
3201
|
+
"lib/controllable"
|
|
1790
3202
|
],
|
|
1791
3203
|
"files": [
|
|
1792
3204
|
"lib/table.ts"
|
|
@@ -1794,9 +3206,13 @@
|
|
|
1794
3206
|
"css": false
|
|
1795
3207
|
},
|
|
1796
3208
|
{
|
|
1797
|
-
"name": "time",
|
|
3209
|
+
"name": "lib/time",
|
|
1798
3210
|
"type": "lib",
|
|
1799
3211
|
"description": "`src/components/ui/activity-feed.tsx` is a compositional timeline of events on the WAI-ARIA feed pattern (`role=\"feed\"`, focusable articles, PageUp/PageDown move, Ctrl+Home/End jump): `ActivityFeed` > `ActivityFeedGroup` > `ActivityFeedGrou",
|
|
3212
|
+
"exports": [
|
|
3213
|
+
"formatRelativeTime",
|
|
3214
|
+
"formatCompactAge"
|
|
3215
|
+
],
|
|
1800
3216
|
"dependencies": [],
|
|
1801
3217
|
"registryDependencies": [],
|
|
1802
3218
|
"files": [
|
|
@@ -1805,9 +3221,12 @@
|
|
|
1805
3221
|
"css": false
|
|
1806
3222
|
},
|
|
1807
3223
|
{
|
|
1808
|
-
"name": "utils",
|
|
3224
|
+
"name": "lib/utils",
|
|
1809
3225
|
"type": "lib",
|
|
1810
3226
|
"description": "- **Feature parity** with the shadcn original: same exported names, same props surface where Ark supports it, same visual result, same variants. - **Ark's tree wins** where the structure differs (e.g.",
|
|
3227
|
+
"exports": [
|
|
3228
|
+
"cn"
|
|
3229
|
+
],
|
|
1811
3230
|
"dependencies": [
|
|
1812
3231
|
"clsx",
|
|
1813
3232
|
"tailwind-merge"
|
|
@@ -1819,9 +3238,12 @@
|
|
|
1819
3238
|
"css": false
|
|
1820
3239
|
},
|
|
1821
3240
|
{
|
|
1822
|
-
"name": "use-mobile",
|
|
3241
|
+
"name": "hooks/use-mobile",
|
|
1823
3242
|
"type": "hook",
|
|
1824
3243
|
"description": "",
|
|
3244
|
+
"exports": [
|
|
3245
|
+
"useIsMobile"
|
|
3246
|
+
],
|
|
1825
3247
|
"dependencies": [],
|
|
1826
3248
|
"registryDependencies": [],
|
|
1827
3249
|
"files": [
|