@multicomma/arkcn 0.1.0 → 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 +12 -5
- package/cli/project.mjs +62 -16
- 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
|
@@ -2,12 +2,22 @@
|
|
|
2
2
|
"name": "accordion",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Accordion",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Accordion",
|
|
8
|
+
"AccordionContent",
|
|
9
|
+
"AccordionContext",
|
|
10
|
+
"AccordionItem",
|
|
11
|
+
"AccordionItemContext",
|
|
12
|
+
"AccordionItemIndicator",
|
|
13
|
+
"AccordionTrigger"
|
|
14
|
+
],
|
|
5
15
|
"dependencies": {
|
|
6
16
|
"@ark-ui/react": "^5.39.1",
|
|
7
17
|
"lucide-react": "^1.41.0"
|
|
8
18
|
},
|
|
9
19
|
"registryDependencies": [
|
|
10
|
-
"utils"
|
|
20
|
+
"lib/utils"
|
|
11
21
|
],
|
|
12
22
|
"files": [
|
|
13
23
|
{
|
|
@@ -2,11 +2,27 @@
|
|
|
2
2
|
"name": "activity-feed",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"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",
|
|
5
|
+
"exports": [
|
|
6
|
+
"ActivityFeed",
|
|
7
|
+
"ActivityFeedGroup",
|
|
8
|
+
"ActivityFeedGroupLabel",
|
|
9
|
+
"ActivityFeedItems",
|
|
10
|
+
"ActivityFeedItem",
|
|
11
|
+
"ActivityFeedItemMarker",
|
|
12
|
+
"ActivityFeedItemContent",
|
|
13
|
+
"ActivityFeedItemHeader",
|
|
14
|
+
"ActivityFeedItemActor",
|
|
15
|
+
"ActivityFeedItemTime",
|
|
16
|
+
"ActivityFeedItemBody",
|
|
17
|
+
"ActivityFeedItemActions",
|
|
18
|
+
"ActivityFeedLoadMoreTrigger",
|
|
19
|
+
"ActivityFeedEmpty"
|
|
20
|
+
],
|
|
5
21
|
"dependencies": {},
|
|
6
22
|
"registryDependencies": [
|
|
7
23
|
"button",
|
|
8
|
-
"time",
|
|
9
|
-
"utils"
|
|
24
|
+
"lib/time",
|
|
25
|
+
"lib/utils"
|
|
10
26
|
],
|
|
11
27
|
"files": [
|
|
12
28
|
{
|
|
@@ -2,12 +2,29 @@
|
|
|
2
2
|
"name": "alert-dialog",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Dialog",
|
|
6
|
+
"exports": [
|
|
7
|
+
"AlertDialog",
|
|
8
|
+
"AlertDialogAction",
|
|
9
|
+
"AlertDialogCancel",
|
|
10
|
+
"AlertDialogContent",
|
|
11
|
+
"AlertDialogContext",
|
|
12
|
+
"AlertDialogDescription",
|
|
13
|
+
"AlertDialogFooter",
|
|
14
|
+
"AlertDialogHeader",
|
|
15
|
+
"AlertDialogMedia",
|
|
16
|
+
"AlertDialogOverlay",
|
|
17
|
+
"AlertDialogPortal",
|
|
18
|
+
"AlertDialogPositioner",
|
|
19
|
+
"AlertDialogTitle",
|
|
20
|
+
"AlertDialogTrigger"
|
|
21
|
+
],
|
|
5
22
|
"dependencies": {
|
|
6
23
|
"@ark-ui/react": "^5.39.1"
|
|
7
24
|
},
|
|
8
25
|
"registryDependencies": [
|
|
9
26
|
"button",
|
|
10
|
-
"utils"
|
|
27
|
+
"lib/utils"
|
|
11
28
|
],
|
|
12
29
|
"files": [
|
|
13
30
|
{
|
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
"name": "alert",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Alert",
|
|
7
|
+
"AlertTitle",
|
|
8
|
+
"AlertDescription",
|
|
9
|
+
"AlertAction"
|
|
10
|
+
],
|
|
5
11
|
"dependencies": {
|
|
6
12
|
"class-variance-authority": "^0.7.1"
|
|
7
13
|
},
|
|
8
14
|
"registryDependencies": [
|
|
9
|
-
"utils"
|
|
15
|
+
"lib/utils"
|
|
10
16
|
],
|
|
11
17
|
"files": [
|
|
12
18
|
{
|
|
@@ -2,11 +2,23 @@
|
|
|
2
2
|
"name": "angle-slider",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "AngleSlider",
|
|
6
|
+
"exports": [
|
|
7
|
+
"AngleSlider",
|
|
8
|
+
"AngleSliderContext",
|
|
9
|
+
"AngleSliderControl",
|
|
10
|
+
"AngleSliderHiddenInput",
|
|
11
|
+
"AngleSliderLabel",
|
|
12
|
+
"AngleSliderMarker",
|
|
13
|
+
"AngleSliderMarkerGroup",
|
|
14
|
+
"AngleSliderThumb",
|
|
15
|
+
"AngleSliderValueText"
|
|
16
|
+
],
|
|
5
17
|
"dependencies": {
|
|
6
18
|
"@ark-ui/react": "^5.39.1"
|
|
7
19
|
},
|
|
8
20
|
"registryDependencies": [
|
|
9
|
-
"utils"
|
|
21
|
+
"lib/utils"
|
|
10
22
|
],
|
|
11
23
|
"files": [
|
|
12
24
|
{
|
|
@@ -2,6 +2,62 @@
|
|
|
2
2
|
"name": "app-shell",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"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",
|
|
5
|
+
"exports": [
|
|
6
|
+
"AppShell",
|
|
7
|
+
"AppShellBrand",
|
|
8
|
+
"AppShellBrandChevron",
|
|
9
|
+
"AppShellBrandDescription",
|
|
10
|
+
"AppShellBrandLogo",
|
|
11
|
+
"AppShellBrandText",
|
|
12
|
+
"AppShellBrandTitle",
|
|
13
|
+
"AppShellCommandDialog",
|
|
14
|
+
"AppShellContent",
|
|
15
|
+
"AppShellHeader",
|
|
16
|
+
"AppShellHeaderActions",
|
|
17
|
+
"AppShellMain",
|
|
18
|
+
"AppShellNav",
|
|
19
|
+
"AppShellNavBadge",
|
|
20
|
+
"AppShellNavCollapsible",
|
|
21
|
+
"AppShellNavItem",
|
|
22
|
+
"AppShellNavLabel",
|
|
23
|
+
"AppShellNavLink",
|
|
24
|
+
"AppShellNavList",
|
|
25
|
+
"AppShellNavMenuLink",
|
|
26
|
+
"AppShellNavSubItem",
|
|
27
|
+
"AppShellNavSubLink",
|
|
28
|
+
"AppShellNotificationItem",
|
|
29
|
+
"AppShellNotificationItemContent",
|
|
30
|
+
"AppShellNotificationItemDescription",
|
|
31
|
+
"AppShellNotificationItemIcon",
|
|
32
|
+
"AppShellNotificationItemIndicator",
|
|
33
|
+
"AppShellNotificationItemTime",
|
|
34
|
+
"AppShellNotificationItemTitle",
|
|
35
|
+
"AppShellNotifications",
|
|
36
|
+
"AppShellNotificationsActionTrigger",
|
|
37
|
+
"AppShellNotificationsContent",
|
|
38
|
+
"AppShellNotificationsEmpty",
|
|
39
|
+
"AppShellNotificationsFooter",
|
|
40
|
+
"AppShellNotificationsHeader",
|
|
41
|
+
"AppShellNotificationsList",
|
|
42
|
+
"AppShellNotificationsTitle",
|
|
43
|
+
"AppShellNotificationsTrigger",
|
|
44
|
+
"AppShellSearch",
|
|
45
|
+
"AppShellSidebar",
|
|
46
|
+
"AppShellSkipLink",
|
|
47
|
+
"AppShellThemeToggle",
|
|
48
|
+
"AppShellTopNav",
|
|
49
|
+
"AppShellTopNavLink",
|
|
50
|
+
"AppShellTopNavMenu",
|
|
51
|
+
"AppShellUser",
|
|
52
|
+
"AppShellUserAvatar",
|
|
53
|
+
"AppShellUserEmail",
|
|
54
|
+
"AppShellUserName",
|
|
55
|
+
"AppShellUserText",
|
|
56
|
+
"AppShellSidebarContent",
|
|
57
|
+
"AppShellSidebarFooter",
|
|
58
|
+
"AppShellSidebarHeader",
|
|
59
|
+
"useAppShell"
|
|
60
|
+
],
|
|
5
61
|
"dependencies": {
|
|
6
62
|
"lucide-react": "^1.41.0"
|
|
7
63
|
},
|
|
@@ -13,10 +69,10 @@
|
|
|
13
69
|
"command",
|
|
14
70
|
"dropdown-menu",
|
|
15
71
|
"kbd",
|
|
72
|
+
"lib/utils",
|
|
16
73
|
"popover",
|
|
17
74
|
"separator",
|
|
18
|
-
"sidebar"
|
|
19
|
-
"utils"
|
|
75
|
+
"sidebar"
|
|
20
76
|
],
|
|
21
77
|
"files": [
|
|
22
78
|
{
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
"name": "aspect-ratio",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "Ark UI has no AspectRatio primitive. This mirrors Radix's: a wrapper with a percentage padding-bottom, and an absolutely positioned content box.",
|
|
5
|
+
"exports": [
|
|
6
|
+
"AspectRatio"
|
|
7
|
+
],
|
|
5
8
|
"dependencies": {},
|
|
6
9
|
"registryDependencies": [],
|
|
7
10
|
"files": [
|
|
@@ -2,13 +2,24 @@
|
|
|
2
2
|
"name": "attachment",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Attachment",
|
|
7
|
+
"AttachmentGroup",
|
|
8
|
+
"AttachmentMedia",
|
|
9
|
+
"AttachmentContent",
|
|
10
|
+
"AttachmentTitle",
|
|
11
|
+
"AttachmentDescription",
|
|
12
|
+
"AttachmentActions",
|
|
13
|
+
"AttachmentActionTrigger",
|
|
14
|
+
"AttachmentTrigger"
|
|
15
|
+
],
|
|
5
16
|
"dependencies": {
|
|
6
17
|
"@ark-ui/react": "^5.39.1",
|
|
7
18
|
"class-variance-authority": "^0.7.1"
|
|
8
19
|
},
|
|
9
20
|
"registryDependencies": [
|
|
10
21
|
"button",
|
|
11
|
-
"utils"
|
|
22
|
+
"lib/utils"
|
|
12
23
|
],
|
|
13
24
|
"files": [
|
|
14
25
|
{
|
|
@@ -2,11 +2,21 @@
|
|
|
2
2
|
"name": "avatar",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Avatar",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Avatar",
|
|
8
|
+
"AvatarBadge",
|
|
9
|
+
"AvatarContext",
|
|
10
|
+
"AvatarFallback",
|
|
11
|
+
"AvatarGroup",
|
|
12
|
+
"AvatarGroupCount",
|
|
13
|
+
"AvatarImage"
|
|
14
|
+
],
|
|
5
15
|
"dependencies": {
|
|
6
16
|
"@ark-ui/react": "^5.39.1"
|
|
7
17
|
},
|
|
8
18
|
"registryDependencies": [
|
|
9
|
-
"utils"
|
|
19
|
+
"lib/utils"
|
|
10
20
|
],
|
|
11
21
|
"files": [
|
|
12
22
|
{
|
|
@@ -2,12 +2,16 @@
|
|
|
2
2
|
"name": "badge",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Badge",
|
|
7
|
+
"badgeVariants"
|
|
8
|
+
],
|
|
5
9
|
"dependencies": {
|
|
6
10
|
"@ark-ui/react": "^5.39.1",
|
|
7
11
|
"class-variance-authority": "^0.7.1"
|
|
8
12
|
},
|
|
9
13
|
"registryDependencies": [
|
|
10
|
-
"utils"
|
|
14
|
+
"lib/utils"
|
|
11
15
|
],
|
|
12
16
|
"files": [
|
|
13
17
|
{
|
|
@@ -2,12 +2,21 @@
|
|
|
2
2
|
"name": "breadcrumb",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Breadcrumb",
|
|
7
|
+
"BreadcrumbList",
|
|
8
|
+
"BreadcrumbItem",
|
|
9
|
+
"BreadcrumbLink",
|
|
10
|
+
"BreadcrumbPage",
|
|
11
|
+
"BreadcrumbSeparator",
|
|
12
|
+
"BreadcrumbEllipsis"
|
|
13
|
+
],
|
|
5
14
|
"dependencies": {
|
|
6
15
|
"@ark-ui/react": "^5.39.1",
|
|
7
16
|
"lucide-react": "^1.41.0"
|
|
8
17
|
},
|
|
9
18
|
"registryDependencies": [
|
|
10
|
-
"utils"
|
|
19
|
+
"lib/utils"
|
|
11
20
|
],
|
|
12
21
|
"files": [
|
|
13
22
|
{
|
|
@@ -2,12 +2,18 @@
|
|
|
2
2
|
"name": "bubble",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"BubbleGroup",
|
|
7
|
+
"Bubble",
|
|
8
|
+
"BubbleContent",
|
|
9
|
+
"BubbleReactions"
|
|
10
|
+
],
|
|
5
11
|
"dependencies": {
|
|
6
12
|
"@ark-ui/react": "^5.39.1",
|
|
7
13
|
"class-variance-authority": "^0.7.1"
|
|
8
14
|
},
|
|
9
15
|
"registryDependencies": [
|
|
10
|
-
"utils"
|
|
16
|
+
"lib/utils"
|
|
11
17
|
],
|
|
12
18
|
"files": [
|
|
13
19
|
{
|
|
@@ -2,13 +2,19 @@
|
|
|
2
2
|
"name": "button-group",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"ButtonGroup",
|
|
7
|
+
"ButtonGroupSeparator",
|
|
8
|
+
"ButtonGroupText",
|
|
9
|
+
"buttonGroupVariants"
|
|
10
|
+
],
|
|
5
11
|
"dependencies": {
|
|
6
12
|
"@ark-ui/react": "^5.39.1",
|
|
7
13
|
"class-variance-authority": "^0.7.1"
|
|
8
14
|
},
|
|
9
15
|
"registryDependencies": [
|
|
10
|
-
"
|
|
11
|
-
"
|
|
16
|
+
"lib/utils",
|
|
17
|
+
"separator"
|
|
12
18
|
],
|
|
13
19
|
"files": [
|
|
14
20
|
{
|
|
@@ -2,12 +2,16 @@
|
|
|
2
2
|
"name": "button",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Button",
|
|
7
|
+
"buttonVariants"
|
|
8
|
+
],
|
|
5
9
|
"dependencies": {
|
|
6
10
|
"@ark-ui/react": "^5.39.1",
|
|
7
11
|
"class-variance-authority": "^0.7.1"
|
|
8
12
|
},
|
|
9
13
|
"registryDependencies": [
|
|
10
|
-
"utils"
|
|
14
|
+
"lib/utils"
|
|
11
15
|
],
|
|
12
16
|
"files": [
|
|
13
17
|
{
|
|
@@ -2,13 +2,17 @@
|
|
|
2
2
|
"name": "calendar",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Calendar",
|
|
7
|
+
"CalendarDayButton"
|
|
8
|
+
],
|
|
5
9
|
"dependencies": {
|
|
6
10
|
"lucide-react": "^1.41.0",
|
|
7
11
|
"react-day-picker": "^10.0.1"
|
|
8
12
|
},
|
|
9
13
|
"registryDependencies": [
|
|
10
14
|
"button",
|
|
11
|
-
"utils"
|
|
15
|
+
"lib/utils"
|
|
12
16
|
],
|
|
13
17
|
"files": [
|
|
14
18
|
{
|
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
"name": "canvas",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"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 ",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Canvas",
|
|
7
|
+
"CanvasArea",
|
|
8
|
+
"CanvasDropIndicator",
|
|
9
|
+
"CanvasEmpty",
|
|
10
|
+
"CanvasNode",
|
|
11
|
+
"CanvasNodeActions",
|
|
12
|
+
"CanvasNodeHandle",
|
|
13
|
+
"CanvasNodeHeader",
|
|
14
|
+
"CanvasNodeOverlay",
|
|
15
|
+
"CanvasNodeTitle",
|
|
16
|
+
"CanvasPalette",
|
|
17
|
+
"CanvasPaletteItem",
|
|
18
|
+
"CanvasResizeHandle",
|
|
19
|
+
"CanvasRow",
|
|
20
|
+
"useCanvas"
|
|
21
|
+
],
|
|
5
22
|
"dependencies": {
|
|
6
23
|
"@ark-ui/react": "^5.39.1",
|
|
7
24
|
"@atlaskit/pragmatic-drag-and-drop": "^3.1.0",
|
|
@@ -10,9 +27,9 @@
|
|
|
10
27
|
"lucide-react": "^1.41.0"
|
|
11
28
|
},
|
|
12
29
|
"registryDependencies": [
|
|
13
|
-
"drag-preview",
|
|
14
|
-
"
|
|
15
|
-
"
|
|
30
|
+
"lib/drag-preview",
|
|
31
|
+
"lib/utils",
|
|
32
|
+
"live-region"
|
|
16
33
|
],
|
|
17
34
|
"files": [
|
|
18
35
|
{
|
package/registry/items/card.json
CHANGED
|
@@ -2,9 +2,18 @@
|
|
|
2
2
|
"name": "card",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Card",
|
|
7
|
+
"CardHeader",
|
|
8
|
+
"CardFooter",
|
|
9
|
+
"CardTitle",
|
|
10
|
+
"CardAction",
|
|
11
|
+
"CardDescription",
|
|
12
|
+
"CardContent"
|
|
13
|
+
],
|
|
5
14
|
"dependencies": {},
|
|
6
15
|
"registryDependencies": [
|
|
7
|
-
"utils"
|
|
16
|
+
"lib/utils"
|
|
8
17
|
],
|
|
9
18
|
"files": [
|
|
10
19
|
{
|
|
@@ -2,13 +2,21 @@
|
|
|
2
2
|
"name": "carousel",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Carousel",
|
|
7
|
+
"CarouselContent",
|
|
8
|
+
"CarouselItem",
|
|
9
|
+
"CarouselPrevious",
|
|
10
|
+
"CarouselNext",
|
|
11
|
+
"useCarousel"
|
|
12
|
+
],
|
|
5
13
|
"dependencies": {
|
|
6
14
|
"embla-carousel-react": "^8.6.0",
|
|
7
15
|
"lucide-react": "^1.41.0"
|
|
8
16
|
},
|
|
9
17
|
"registryDependencies": [
|
|
10
18
|
"button",
|
|
11
|
-
"utils"
|
|
19
|
+
"lib/utils"
|
|
12
20
|
],
|
|
13
21
|
"files": [
|
|
14
22
|
{
|
|
@@ -2,16 +2,37 @@
|
|
|
2
2
|
"name": "cascader",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "-------------------------------- helpers --------------------------------",
|
|
5
|
+
"ark": "Popover",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Cascader",
|
|
8
|
+
"CascaderClearTrigger",
|
|
9
|
+
"CascaderColumn",
|
|
10
|
+
"CascaderColumns",
|
|
11
|
+
"CascaderContent",
|
|
12
|
+
"CascaderEmpty",
|
|
13
|
+
"CascaderHiddenInput",
|
|
14
|
+
"CascaderIndicator",
|
|
15
|
+
"CascaderItem",
|
|
16
|
+
"CascaderItemIndicator",
|
|
17
|
+
"CascaderItemText",
|
|
18
|
+
"CascaderSearch",
|
|
19
|
+
"CascaderSearchResult",
|
|
20
|
+
"CascaderSearchResults",
|
|
21
|
+
"CascaderTrigger",
|
|
22
|
+
"CascaderValue",
|
|
23
|
+
"createTreeCollection",
|
|
24
|
+
"useCascader"
|
|
25
|
+
],
|
|
5
26
|
"dependencies": {
|
|
6
27
|
"@ark-ui/react": "^5.39.1",
|
|
7
28
|
"lucide-react": "^1.41.0"
|
|
8
29
|
},
|
|
9
30
|
"registryDependencies": [
|
|
10
31
|
"button",
|
|
11
|
-
"controllable",
|
|
12
32
|
"input-group",
|
|
13
|
-
"
|
|
14
|
-
"utils"
|
|
33
|
+
"lib/controllable",
|
|
34
|
+
"lib/utils",
|
|
35
|
+
"popover"
|
|
15
36
|
],
|
|
16
37
|
"files": [
|
|
17
38
|
{
|
|
@@ -2,11 +2,19 @@
|
|
|
2
2
|
"name": "chart",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"ChartContainer",
|
|
7
|
+
"ChartTooltip",
|
|
8
|
+
"ChartTooltipContent",
|
|
9
|
+
"ChartLegend",
|
|
10
|
+
"ChartLegendContent",
|
|
11
|
+
"ChartStyle"
|
|
12
|
+
],
|
|
5
13
|
"dependencies": {
|
|
6
14
|
"recharts": "^3.8.0"
|
|
7
15
|
},
|
|
8
16
|
"registryDependencies": [
|
|
9
|
-
"utils"
|
|
17
|
+
"lib/utils"
|
|
10
18
|
],
|
|
11
19
|
"files": [
|
|
12
20
|
{
|
package/registry/items/chat.json
CHANGED
|
@@ -2,6 +2,47 @@
|
|
|
2
2
|
"name": "chat",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"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).",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Chat",
|
|
7
|
+
"ChatBackTrigger",
|
|
8
|
+
"ChatBody",
|
|
9
|
+
"ChatComposer",
|
|
10
|
+
"ChatComposerActions",
|
|
11
|
+
"ChatComposerField",
|
|
12
|
+
"ChatComposerInput",
|
|
13
|
+
"ChatComposerSendTrigger",
|
|
14
|
+
"ChatContext",
|
|
15
|
+
"ChatConversationInfo",
|
|
16
|
+
"ChatConversationItem",
|
|
17
|
+
"ChatConversationList",
|
|
18
|
+
"ChatConversationName",
|
|
19
|
+
"ChatConversationPreview",
|
|
20
|
+
"ChatDateSeparator",
|
|
21
|
+
"ChatEmpty",
|
|
22
|
+
"ChatEmptyContent",
|
|
23
|
+
"ChatEmptyDescription",
|
|
24
|
+
"ChatEmptyIcon",
|
|
25
|
+
"ChatEmptyTitle",
|
|
26
|
+
"ChatHeader",
|
|
27
|
+
"ChatHeaderActions",
|
|
28
|
+
"ChatHeaderDescription",
|
|
29
|
+
"ChatHeaderInfo",
|
|
30
|
+
"ChatHeaderText",
|
|
31
|
+
"ChatHeaderTitle",
|
|
32
|
+
"ChatMessage",
|
|
33
|
+
"ChatMessageTime",
|
|
34
|
+
"ChatMessages",
|
|
35
|
+
"ChatPanel",
|
|
36
|
+
"ChatSearch",
|
|
37
|
+
"ChatSidebar",
|
|
38
|
+
"ChatSidebarHeader",
|
|
39
|
+
"ChatSidebarHeading",
|
|
40
|
+
"ChatSidebarTitle",
|
|
41
|
+
"chatMessageVariants",
|
|
42
|
+
"getInitials",
|
|
43
|
+
"groupBy",
|
|
44
|
+
"useChat"
|
|
45
|
+
],
|
|
5
46
|
"dependencies": {
|
|
6
47
|
"@ark-ui/react": "^5.39.1",
|
|
7
48
|
"class-variance-authority": "^0.7.1",
|
|
@@ -9,9 +50,9 @@
|
|
|
9
50
|
},
|
|
10
51
|
"registryDependencies": [
|
|
11
52
|
"button",
|
|
12
|
-
"controllable",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
53
|
+
"lib/controllable",
|
|
54
|
+
"lib/utils",
|
|
55
|
+
"scroll-area"
|
|
15
56
|
],
|
|
16
57
|
"files": [
|
|
17
58
|
{
|
|
@@ -2,12 +2,24 @@
|
|
|
2
2
|
"name": "checkbox",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Checkbox",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Checkbox",
|
|
8
|
+
"CheckboxContext",
|
|
9
|
+
"CheckboxControl",
|
|
10
|
+
"CheckboxGroup",
|
|
11
|
+
"CheckboxHiddenInput",
|
|
12
|
+
"CheckboxIndicator",
|
|
13
|
+
"CheckboxLabel",
|
|
14
|
+
"CheckboxRoot",
|
|
15
|
+
"CheckboxGroupProvider"
|
|
16
|
+
],
|
|
5
17
|
"dependencies": {
|
|
6
18
|
"@ark-ui/react": "^5.39.1",
|
|
7
19
|
"lucide-react": "^1.41.0"
|
|
8
20
|
},
|
|
9
21
|
"registryDependencies": [
|
|
10
|
-
"utils"
|
|
22
|
+
"lib/utils"
|
|
11
23
|
],
|
|
12
24
|
"files": [
|
|
13
25
|
{
|
|
@@ -2,13 +2,24 @@
|
|
|
2
2
|
"name": "clipboard",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Clipboard",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Clipboard",
|
|
8
|
+
"ClipboardContext",
|
|
9
|
+
"ClipboardControl",
|
|
10
|
+
"ClipboardIndicator",
|
|
11
|
+
"ClipboardInput",
|
|
12
|
+
"ClipboardLabel",
|
|
13
|
+
"ClipboardTrigger",
|
|
14
|
+
"ClipboardValueText"
|
|
15
|
+
],
|
|
5
16
|
"dependencies": {
|
|
6
17
|
"@ark-ui/react": "^5.39.1",
|
|
7
18
|
"lucide-react": "^1.41.0"
|
|
8
19
|
},
|
|
9
20
|
"registryDependencies": [
|
|
10
21
|
"button",
|
|
11
|
-
"utils"
|
|
22
|
+
"lib/utils"
|
|
12
23
|
],
|
|
13
24
|
"files": [
|
|
14
25
|
{
|
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
"name": "collapsible",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Collapsible",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Collapsible",
|
|
8
|
+
"CollapsibleContent",
|
|
9
|
+
"CollapsibleContext",
|
|
10
|
+
"CollapsibleIndicator",
|
|
11
|
+
"CollapsibleTrigger"
|
|
12
|
+
],
|
|
5
13
|
"dependencies": {
|
|
6
14
|
"@ark-ui/react": "^5.39.1"
|
|
7
15
|
},
|