@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
|
@@ -2,13 +2,46 @@
|
|
|
2
2
|
"name": "color-picker",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "ColorPicker",
|
|
6
|
+
"exports": [
|
|
7
|
+
"ColorPicker",
|
|
8
|
+
"ColorPickerArea",
|
|
9
|
+
"ColorPickerAreaBackground",
|
|
10
|
+
"ColorPickerAreaThumb",
|
|
11
|
+
"ColorPickerChannelInput",
|
|
12
|
+
"ColorPickerChannelSlider",
|
|
13
|
+
"ColorPickerChannelSliderLabel",
|
|
14
|
+
"ColorPickerChannelSliderThumb",
|
|
15
|
+
"ColorPickerChannelSliderTrack",
|
|
16
|
+
"ColorPickerChannelSliderValueText",
|
|
17
|
+
"ColorPickerContent",
|
|
18
|
+
"ColorPickerContext",
|
|
19
|
+
"ColorPickerControl",
|
|
20
|
+
"ColorPickerEyeDropperTrigger",
|
|
21
|
+
"ColorPickerFormatSelect",
|
|
22
|
+
"ColorPickerFormatTrigger",
|
|
23
|
+
"ColorPickerHiddenInput",
|
|
24
|
+
"ColorPickerLabel",
|
|
25
|
+
"ColorPickerPortal",
|
|
26
|
+
"ColorPickerPositioner",
|
|
27
|
+
"ColorPickerSwatch",
|
|
28
|
+
"ColorPickerSwatchGroup",
|
|
29
|
+
"ColorPickerSwatchIndicator",
|
|
30
|
+
"ColorPickerSwatchTrigger",
|
|
31
|
+
"ColorPickerTransparencyGrid",
|
|
32
|
+
"ColorPickerTrigger",
|
|
33
|
+
"ColorPickerValueSwatch",
|
|
34
|
+
"ColorPickerValueText",
|
|
35
|
+
"ColorPickerView",
|
|
36
|
+
"parseColor"
|
|
37
|
+
],
|
|
5
38
|
"dependencies": {
|
|
6
39
|
"@ark-ui/react": "^5.39.1",
|
|
7
40
|
"lucide-react": "^1.41.0"
|
|
8
41
|
},
|
|
9
42
|
"registryDependencies": [
|
|
10
43
|
"button",
|
|
11
|
-
"utils"
|
|
44
|
+
"lib/utils"
|
|
12
45
|
],
|
|
13
46
|
"files": [
|
|
14
47
|
{
|
|
@@ -2,6 +2,36 @@
|
|
|
2
2
|
"name": "combobox",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Combobox",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Combobox",
|
|
8
|
+
"ComboboxChip",
|
|
9
|
+
"ComboboxChips",
|
|
10
|
+
"ComboboxChipsInput",
|
|
11
|
+
"ComboboxClear",
|
|
12
|
+
"ComboboxCollection",
|
|
13
|
+
"ComboboxContent",
|
|
14
|
+
"ComboboxContext",
|
|
15
|
+
"ComboboxControl",
|
|
16
|
+
"ComboboxEmpty",
|
|
17
|
+
"ComboboxGroup",
|
|
18
|
+
"ComboboxInput",
|
|
19
|
+
"ComboboxItem",
|
|
20
|
+
"ComboboxItemIndicator",
|
|
21
|
+
"ComboboxItemText",
|
|
22
|
+
"ComboboxLabel",
|
|
23
|
+
"ComboboxList",
|
|
24
|
+
"ComboboxPositioner",
|
|
25
|
+
"ComboboxRootLabel",
|
|
26
|
+
"ComboboxSeparator",
|
|
27
|
+
"ComboboxTrigger",
|
|
28
|
+
"ComboboxValue",
|
|
29
|
+
"createListCollection",
|
|
30
|
+
"useComboboxAnchor",
|
|
31
|
+
"useFilter",
|
|
32
|
+
"useListCollection",
|
|
33
|
+
"ComboboxItemContext"
|
|
34
|
+
],
|
|
5
35
|
"dependencies": {
|
|
6
36
|
"@ark-ui/react": "^5.39.1",
|
|
7
37
|
"lucide-react": "^1.41.0"
|
|
@@ -9,7 +39,7 @@
|
|
|
9
39
|
"registryDependencies": [
|
|
10
40
|
"button",
|
|
11
41
|
"input-group",
|
|
12
|
-
"utils"
|
|
42
|
+
"lib/utils"
|
|
13
43
|
],
|
|
14
44
|
"files": [
|
|
15
45
|
{
|
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
"name": "command",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"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.",
|
|
5
|
+
"ark": "Listbox",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Command",
|
|
8
|
+
"CommandContext",
|
|
9
|
+
"CommandDialog",
|
|
10
|
+
"CommandEmpty",
|
|
11
|
+
"CommandGroup",
|
|
12
|
+
"CommandGroupLabel",
|
|
13
|
+
"CommandInput",
|
|
14
|
+
"CommandItem",
|
|
15
|
+
"CommandItemIndicator",
|
|
16
|
+
"CommandItemText",
|
|
17
|
+
"CommandList",
|
|
18
|
+
"CommandSeparator",
|
|
19
|
+
"CommandShortcut",
|
|
20
|
+
"createListCollection",
|
|
21
|
+
"useFilter",
|
|
22
|
+
"useListCollection"
|
|
23
|
+
],
|
|
5
24
|
"dependencies": {
|
|
6
25
|
"@ark-ui/react": "^5.39.1",
|
|
7
26
|
"lucide-react": "^1.41.0"
|
|
@@ -9,7 +28,7 @@
|
|
|
9
28
|
"registryDependencies": [
|
|
10
29
|
"dialog",
|
|
11
30
|
"input-group",
|
|
12
|
-
"utils"
|
|
31
|
+
"lib/utils"
|
|
13
32
|
],
|
|
14
33
|
"files": [
|
|
15
34
|
{
|
|
@@ -2,6 +2,38 @@
|
|
|
2
2
|
"name": "comment-thread",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"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 ",
|
|
5
|
+
"exports": [
|
|
6
|
+
"CommentThread",
|
|
7
|
+
"CommentList",
|
|
8
|
+
"Comment",
|
|
9
|
+
"CommentAvatar",
|
|
10
|
+
"CommentContent",
|
|
11
|
+
"CommentHeader",
|
|
12
|
+
"CommentAuthor",
|
|
13
|
+
"CommentTime",
|
|
14
|
+
"CommentMeta",
|
|
15
|
+
"CommentBody",
|
|
16
|
+
"CommentMention",
|
|
17
|
+
"CommentReactions",
|
|
18
|
+
"CommentReaction",
|
|
19
|
+
"CommentActions",
|
|
20
|
+
"CommentReplyTrigger",
|
|
21
|
+
"CommentEditTrigger",
|
|
22
|
+
"CommentReplies",
|
|
23
|
+
"CommentEmpty",
|
|
24
|
+
"CommentComposer",
|
|
25
|
+
"CommentComposerReplyingTo",
|
|
26
|
+
"CommentComposerInput",
|
|
27
|
+
"CommentComposerMentionList",
|
|
28
|
+
"CommentComposerFooter",
|
|
29
|
+
"CommentComposerHint",
|
|
30
|
+
"CommentComposerSubmitTrigger",
|
|
31
|
+
"CommentComposerCancelTrigger",
|
|
32
|
+
"useCommentThread",
|
|
33
|
+
"useComment",
|
|
34
|
+
"extractMentions",
|
|
35
|
+
"renderMentions"
|
|
36
|
+
],
|
|
5
37
|
"dependencies": {
|
|
6
38
|
"@ark-ui/react": "^5.39.1",
|
|
7
39
|
"lucide-react": "^1.41.0"
|
|
@@ -9,11 +41,11 @@
|
|
|
9
41
|
"registryDependencies": [
|
|
10
42
|
"avatar",
|
|
11
43
|
"button",
|
|
12
|
-
"controllable",
|
|
13
44
|
"kbd",
|
|
14
|
-
"
|
|
15
|
-
"time",
|
|
16
|
-
"utils"
|
|
45
|
+
"lib/controllable",
|
|
46
|
+
"lib/time",
|
|
47
|
+
"lib/utils",
|
|
48
|
+
"popover"
|
|
17
49
|
],
|
|
18
50
|
"files": [
|
|
19
51
|
{
|
|
@@ -2,12 +2,39 @@
|
|
|
2
2
|
"name": "context-menu",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Menu",
|
|
6
|
+
"exports": [
|
|
7
|
+
"ContextMenu",
|
|
8
|
+
"ContextMenuCheckboxItem",
|
|
9
|
+
"ContextMenuContent",
|
|
10
|
+
"ContextMenuContext",
|
|
11
|
+
"ContextMenuGroup",
|
|
12
|
+
"ContextMenuItem",
|
|
13
|
+
"ContextMenuItemIndicator",
|
|
14
|
+
"ContextMenuItemText",
|
|
15
|
+
"ContextMenuLabel",
|
|
16
|
+
"ContextMenuPortal",
|
|
17
|
+
"ContextMenuPositioner",
|
|
18
|
+
"ContextMenuRadioGroup",
|
|
19
|
+
"ContextMenuRadioItem",
|
|
20
|
+
"ContextMenuSeparator",
|
|
21
|
+
"ContextMenuShortcut",
|
|
22
|
+
"ContextMenuSub",
|
|
23
|
+
"ContextMenuSubContent",
|
|
24
|
+
"ContextMenuSubTrigger",
|
|
25
|
+
"ContextMenuTrigger",
|
|
26
|
+
"ContextMenuItemContext",
|
|
27
|
+
"ContextMenuArrow",
|
|
28
|
+
"ContextMenuArrowTip",
|
|
29
|
+
"ContextMenuClickTrigger",
|
|
30
|
+
"ContextMenuIndicator"
|
|
31
|
+
],
|
|
5
32
|
"dependencies": {
|
|
6
33
|
"@ark-ui/react": "^5.39.1",
|
|
7
34
|
"lucide-react": "^1.41.0"
|
|
8
35
|
},
|
|
9
36
|
"registryDependencies": [
|
|
10
|
-
"utils"
|
|
37
|
+
"lib/utils"
|
|
11
38
|
],
|
|
12
39
|
"files": [
|
|
13
40
|
{
|
|
@@ -2,17 +2,34 @@
|
|
|
2
2
|
"name": "data-grid",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"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 ",
|
|
5
|
+
"exports": [
|
|
6
|
+
"DataGrid",
|
|
7
|
+
"DataGridContainer",
|
|
8
|
+
"DataGridHeader",
|
|
9
|
+
"DataGridHeaderRow",
|
|
10
|
+
"DataGridHead",
|
|
11
|
+
"DataGridHeadWithResize",
|
|
12
|
+
"DataGridResizeHandle",
|
|
13
|
+
"DataGridBody",
|
|
14
|
+
"DataGridRow",
|
|
15
|
+
"DataGridCell",
|
|
16
|
+
"DataGridSelectAll",
|
|
17
|
+
"DataGridSelectRow",
|
|
18
|
+
"DataGridEmpty",
|
|
19
|
+
"useDataGrid",
|
|
20
|
+
"useDataGridRow"
|
|
21
|
+
],
|
|
5
22
|
"dependencies": {
|
|
6
23
|
"@ark-ui/react": "^5.39.1",
|
|
7
24
|
"lucide-react": "^1.41.0"
|
|
8
25
|
},
|
|
9
26
|
"registryDependencies": [
|
|
10
27
|
"checkbox",
|
|
11
|
-
"controllable",
|
|
12
|
-
"data-table-adapter",
|
|
28
|
+
"lib/controllable",
|
|
29
|
+
"lib/data-table-adapter",
|
|
30
|
+
"lib/utils",
|
|
13
31
|
"live-region",
|
|
14
|
-
"select"
|
|
15
|
-
"utils"
|
|
32
|
+
"select"
|
|
16
33
|
],
|
|
17
34
|
"files": [
|
|
18
35
|
{
|
|
@@ -2,6 +2,37 @@
|
|
|
2
2
|
"name": "data-table",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "`src/lib/table.ts` is a dependency-free headless table engine (columns, sorting, global + column filters with faceted counts, pagination, row selection, visibility).",
|
|
5
|
+
"exports": [
|
|
6
|
+
"DataTable",
|
|
7
|
+
"DataTableBody",
|
|
8
|
+
"DataTableBulkActionTrigger",
|
|
9
|
+
"DataTableBulkActions",
|
|
10
|
+
"DataTableBulkActionsClear",
|
|
11
|
+
"DataTableBulkActionsCount",
|
|
12
|
+
"DataTableCell",
|
|
13
|
+
"DataTableHead",
|
|
14
|
+
"DataTableContainer",
|
|
15
|
+
"DataTableEmpty",
|
|
16
|
+
"DataTableFacetedFilter",
|
|
17
|
+
"DataTableHeader",
|
|
18
|
+
"DataTablePageInfo",
|
|
19
|
+
"DataTablePageNav",
|
|
20
|
+
"DataTablePageSize",
|
|
21
|
+
"DataTablePagination",
|
|
22
|
+
"DataTableResetFilters",
|
|
23
|
+
"DataTableRow",
|
|
24
|
+
"DataTableRowActions",
|
|
25
|
+
"DataTableSearch",
|
|
26
|
+
"DataTableSelectAll",
|
|
27
|
+
"DataTableSelectRow",
|
|
28
|
+
"DataTableTable",
|
|
29
|
+
"DataTableToolbar",
|
|
30
|
+
"DataTableToolbarGroup",
|
|
31
|
+
"DataTableViewOptions",
|
|
32
|
+
"getPageNumbers",
|
|
33
|
+
"useDataTable",
|
|
34
|
+
"useDataTableContext"
|
|
35
|
+
],
|
|
5
36
|
"dependencies": {
|
|
6
37
|
"lucide-react": "^1.41.0"
|
|
7
38
|
},
|
|
@@ -10,17 +41,18 @@
|
|
|
10
41
|
"button",
|
|
11
42
|
"checkbox",
|
|
12
43
|
"command",
|
|
13
|
-
"data-table-adapter",
|
|
14
44
|
"dropdown-menu",
|
|
15
45
|
"floating-toolbar",
|
|
16
46
|
"input",
|
|
47
|
+
"lib/data-table-adapter",
|
|
48
|
+
"lib/table",
|
|
49
|
+
"lib/utils",
|
|
17
50
|
"live-region",
|
|
18
51
|
"popover",
|
|
19
52
|
"select",
|
|
20
53
|
"separator",
|
|
21
54
|
"table",
|
|
22
|
-
"tooltip"
|
|
23
|
-
"utils"
|
|
55
|
+
"tooltip"
|
|
24
56
|
],
|
|
25
57
|
"files": [
|
|
26
58
|
{
|
|
@@ -2,11 +2,22 @@
|
|
|
2
2
|
"name": "date-input",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "DateInput",
|
|
6
|
+
"exports": [
|
|
7
|
+
"DateInput",
|
|
8
|
+
"DateInputContext",
|
|
9
|
+
"DateInputControl",
|
|
10
|
+
"DateInputHiddenInput",
|
|
11
|
+
"DateInputLabel",
|
|
12
|
+
"DateInputSegment",
|
|
13
|
+
"DateInputSegmentContext",
|
|
14
|
+
"DateInputSegmentGroup"
|
|
15
|
+
],
|
|
5
16
|
"dependencies": {
|
|
6
17
|
"@ark-ui/react": "^5.39.1"
|
|
7
18
|
},
|
|
8
19
|
"registryDependencies": [
|
|
9
|
-
"utils"
|
|
20
|
+
"lib/utils"
|
|
10
21
|
],
|
|
11
22
|
"files": [
|
|
12
23
|
{
|
|
@@ -2,13 +2,28 @@
|
|
|
2
2
|
"name": "dialog",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Dialog",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Dialog",
|
|
8
|
+
"DialogClose",
|
|
9
|
+
"DialogContent",
|
|
10
|
+
"DialogContext",
|
|
11
|
+
"DialogDescription",
|
|
12
|
+
"DialogFooter",
|
|
13
|
+
"DialogHeader",
|
|
14
|
+
"DialogOverlay",
|
|
15
|
+
"DialogPortal",
|
|
16
|
+
"DialogPositioner",
|
|
17
|
+
"DialogTitle",
|
|
18
|
+
"DialogTrigger"
|
|
19
|
+
],
|
|
5
20
|
"dependencies": {
|
|
6
21
|
"@ark-ui/react": "^5.39.1",
|
|
7
22
|
"lucide-react": "^1.41.0"
|
|
8
23
|
},
|
|
9
24
|
"registryDependencies": [
|
|
10
25
|
"button",
|
|
11
|
-
"utils"
|
|
26
|
+
"lib/utils"
|
|
12
27
|
],
|
|
13
28
|
"files": [
|
|
14
29
|
{
|
|
@@ -2,11 +2,31 @@
|
|
|
2
2
|
"name": "drawer",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"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.",
|
|
5
|
+
"ark": "Drawer",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Drawer",
|
|
8
|
+
"DrawerClose",
|
|
9
|
+
"DrawerContent",
|
|
10
|
+
"DrawerContext",
|
|
11
|
+
"DrawerDescription",
|
|
12
|
+
"DrawerFooter",
|
|
13
|
+
"DrawerGrabber",
|
|
14
|
+
"DrawerHeader",
|
|
15
|
+
"DrawerOverlay",
|
|
16
|
+
"DrawerPortal",
|
|
17
|
+
"DrawerPositioner",
|
|
18
|
+
"DrawerSwipeArea",
|
|
19
|
+
"DrawerTitle",
|
|
20
|
+
"DrawerTrigger",
|
|
21
|
+
"DrawerIndent",
|
|
22
|
+
"DrawerIndentBackground",
|
|
23
|
+
"DrawerStack"
|
|
24
|
+
],
|
|
5
25
|
"dependencies": {
|
|
6
26
|
"@ark-ui/react": "^5.39.1"
|
|
7
27
|
},
|
|
8
28
|
"registryDependencies": [
|
|
9
|
-
"utils"
|
|
29
|
+
"lib/utils"
|
|
10
30
|
],
|
|
11
31
|
"files": [
|
|
12
32
|
{
|
|
@@ -2,12 +2,38 @@
|
|
|
2
2
|
"name": "dropdown-menu",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Menu",
|
|
6
|
+
"exports": [
|
|
7
|
+
"DropdownMenu",
|
|
8
|
+
"DropdownMenuArrow",
|
|
9
|
+
"DropdownMenuCheckboxItem",
|
|
10
|
+
"DropdownMenuContent",
|
|
11
|
+
"DropdownMenuContext",
|
|
12
|
+
"DropdownMenuGroup",
|
|
13
|
+
"DropdownMenuItem",
|
|
14
|
+
"DropdownMenuItemIndicator",
|
|
15
|
+
"DropdownMenuItemText",
|
|
16
|
+
"DropdownMenuLabel",
|
|
17
|
+
"DropdownMenuPortal",
|
|
18
|
+
"DropdownMenuPositioner",
|
|
19
|
+
"DropdownMenuRadioGroup",
|
|
20
|
+
"DropdownMenuRadioItem",
|
|
21
|
+
"DropdownMenuSeparator",
|
|
22
|
+
"DropdownMenuShortcut",
|
|
23
|
+
"DropdownMenuSub",
|
|
24
|
+
"DropdownMenuSubContent",
|
|
25
|
+
"DropdownMenuSubTrigger",
|
|
26
|
+
"DropdownMenuTrigger",
|
|
27
|
+
"DropdownMenuItemContext",
|
|
28
|
+
"DropdownMenuContextTrigger",
|
|
29
|
+
"DropdownMenuIndicator"
|
|
30
|
+
],
|
|
5
31
|
"dependencies": {
|
|
6
32
|
"@ark-ui/react": "^5.39.1",
|
|
7
33
|
"lucide-react": "^1.41.0"
|
|
8
34
|
},
|
|
9
35
|
"registryDependencies": [
|
|
10
|
-
"utils"
|
|
36
|
+
"lib/utils"
|
|
11
37
|
],
|
|
12
38
|
"files": [
|
|
13
39
|
{
|
|
@@ -2,11 +2,24 @@
|
|
|
2
2
|
"name": "editable",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "Editable",
|
|
6
|
+
"exports": [
|
|
7
|
+
"Editable",
|
|
8
|
+
"EditableArea",
|
|
9
|
+
"EditableCancelTrigger",
|
|
10
|
+
"EditableContext",
|
|
11
|
+
"EditableControl",
|
|
12
|
+
"EditableEditTrigger",
|
|
13
|
+
"EditableInput",
|
|
14
|
+
"EditableLabel",
|
|
15
|
+
"EditablePreview",
|
|
16
|
+
"EditableSubmitTrigger"
|
|
17
|
+
],
|
|
5
18
|
"dependencies": {
|
|
6
19
|
"@ark-ui/react": "^5.39.1"
|
|
7
20
|
},
|
|
8
21
|
"registryDependencies": [
|
|
9
|
-
"utils"
|
|
22
|
+
"lib/utils"
|
|
10
23
|
],
|
|
11
24
|
"files": [
|
|
12
25
|
{
|
|
@@ -2,11 +2,19 @@
|
|
|
2
2
|
"name": "empty",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Empty",
|
|
7
|
+
"EmptyHeader",
|
|
8
|
+
"EmptyTitle",
|
|
9
|
+
"EmptyDescription",
|
|
10
|
+
"EmptyContent",
|
|
11
|
+
"EmptyMedia"
|
|
12
|
+
],
|
|
5
13
|
"dependencies": {
|
|
6
14
|
"class-variance-authority": "^0.7.1"
|
|
7
15
|
},
|
|
8
16
|
"registryDependencies": [
|
|
9
|
-
"utils"
|
|
17
|
+
"lib/utils"
|
|
10
18
|
],
|
|
11
19
|
"files": [
|
|
12
20
|
{
|
|
@@ -2,13 +2,25 @@
|
|
|
2
2
|
"name": "field",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Field",
|
|
7
|
+
"FieldLabel",
|
|
8
|
+
"FieldDescription",
|
|
9
|
+
"FieldError",
|
|
10
|
+
"FieldGroup",
|
|
11
|
+
"FieldLegend",
|
|
12
|
+
"FieldSeparator",
|
|
13
|
+
"FieldSet",
|
|
14
|
+
"FieldContent",
|
|
15
|
+
"FieldTitle"
|
|
16
|
+
],
|
|
5
17
|
"dependencies": {
|
|
6
18
|
"class-variance-authority": "^0.7.1"
|
|
7
19
|
},
|
|
8
20
|
"registryDependencies": [
|
|
9
21
|
"label",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
22
|
+
"lib/utils",
|
|
23
|
+
"separator"
|
|
12
24
|
],
|
|
13
25
|
"files": [
|
|
14
26
|
{
|
|
@@ -2,13 +2,30 @@
|
|
|
2
2
|
"name": "file-upload",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "FileUpload",
|
|
6
|
+
"exports": [
|
|
7
|
+
"FileUpload",
|
|
8
|
+
"FileUploadClearTrigger",
|
|
9
|
+
"FileUploadContext",
|
|
10
|
+
"FileUploadDropzone",
|
|
11
|
+
"FileUploadHiddenInput",
|
|
12
|
+
"FileUploadItem",
|
|
13
|
+
"FileUploadItemDeleteTrigger",
|
|
14
|
+
"FileUploadItemGroup",
|
|
15
|
+
"FileUploadItemName",
|
|
16
|
+
"FileUploadItemPreview",
|
|
17
|
+
"FileUploadItemPreviewImage",
|
|
18
|
+
"FileUploadItemSizeText",
|
|
19
|
+
"FileUploadLabel",
|
|
20
|
+
"FileUploadTrigger"
|
|
21
|
+
],
|
|
5
22
|
"dependencies": {
|
|
6
23
|
"@ark-ui/react": "^5.39.1",
|
|
7
24
|
"lucide-react": "^1.41.0"
|
|
8
25
|
},
|
|
9
26
|
"registryDependencies": [
|
|
10
27
|
"button",
|
|
11
|
-
"utils"
|
|
28
|
+
"lib/utils"
|
|
12
29
|
],
|
|
13
30
|
"files": [
|
|
14
31
|
{
|
|
@@ -2,13 +2,30 @@
|
|
|
2
2
|
"name": "floating-panel",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "",
|
|
5
|
+
"ark": "FloatingPanel",
|
|
6
|
+
"exports": [
|
|
7
|
+
"FloatingPanel",
|
|
8
|
+
"FloatingPanelBody",
|
|
9
|
+
"FloatingPanelCloseTrigger",
|
|
10
|
+
"FloatingPanelContent",
|
|
11
|
+
"FloatingPanelContext",
|
|
12
|
+
"FloatingPanelControl",
|
|
13
|
+
"FloatingPanelDragTrigger",
|
|
14
|
+
"FloatingPanelHeader",
|
|
15
|
+
"FloatingPanelPortal",
|
|
16
|
+
"FloatingPanelPositioner",
|
|
17
|
+
"FloatingPanelResizeTrigger",
|
|
18
|
+
"FloatingPanelStageTrigger",
|
|
19
|
+
"FloatingPanelTitle",
|
|
20
|
+
"FloatingPanelTrigger"
|
|
21
|
+
],
|
|
5
22
|
"dependencies": {
|
|
6
23
|
"@ark-ui/react": "^5.39.1",
|
|
7
24
|
"lucide-react": "^1.41.0"
|
|
8
25
|
},
|
|
9
26
|
"registryDependencies": [
|
|
10
27
|
"button",
|
|
11
|
-
"utils"
|
|
28
|
+
"lib/utils"
|
|
12
29
|
],
|
|
13
30
|
"files": [
|
|
14
31
|
{
|
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
"name": "floating-toolbar",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"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",
|
|
5
|
+
"exports": [
|
|
6
|
+
"FloatingToolbar"
|
|
7
|
+
],
|
|
5
8
|
"dependencies": {},
|
|
6
9
|
"registryDependencies": [
|
|
7
|
-
"utils"
|
|
10
|
+
"lib/utils"
|
|
8
11
|
],
|
|
9
12
|
"files": [
|
|
10
13
|
{
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
"name": "format",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "Locale-aware formatting helpers from Ark, wrapping `Intl`.",
|
|
5
|
+
"ark": "Format",
|
|
6
|
+
"exports": [
|
|
7
|
+
"FormatByte",
|
|
8
|
+
"FormatNumber",
|
|
9
|
+
"FormatRelativeTime",
|
|
10
|
+
"FormatTime"
|
|
11
|
+
],
|
|
5
12
|
"dependencies": {
|
|
6
13
|
"@ark-ui/react": "^5.39.1"
|
|
7
14
|
},
|
|
@@ -2,15 +2,40 @@
|
|
|
2
2
|
"name": "gantt",
|
|
3
3
|
"type": "ui",
|
|
4
4
|
"description": "`src/components/ui/gantt.tsx` is a compositional, data-agnostic timeline.",
|
|
5
|
+
"exports": [
|
|
6
|
+
"Gantt",
|
|
7
|
+
"GanttViewport",
|
|
8
|
+
"GanttHeader",
|
|
9
|
+
"GanttHeaderCorner",
|
|
10
|
+
"GanttBody",
|
|
11
|
+
"GanttGridLines",
|
|
12
|
+
"GanttRows",
|
|
13
|
+
"GanttRow",
|
|
14
|
+
"GanttRowLabel",
|
|
15
|
+
"GanttRowTrack",
|
|
16
|
+
"GanttBar",
|
|
17
|
+
"GanttBarLabel",
|
|
18
|
+
"GanttBarResizeHandle",
|
|
19
|
+
"GanttMilestone",
|
|
20
|
+
"GanttDependencies",
|
|
21
|
+
"GanttToday",
|
|
22
|
+
"GanttEmpty",
|
|
23
|
+
"GanttControls",
|
|
24
|
+
"GanttZoomInTrigger",
|
|
25
|
+
"GanttZoomOutTrigger",
|
|
26
|
+
"GanttTodayTrigger",
|
|
27
|
+
"useGantt",
|
|
28
|
+
"useGanttRow"
|
|
29
|
+
],
|
|
5
30
|
"dependencies": {
|
|
6
31
|
"date-fns": "^4.4.0",
|
|
7
32
|
"lucide-react": "^1.41.0"
|
|
8
33
|
},
|
|
9
34
|
"registryDependencies": [
|
|
10
35
|
"button",
|
|
11
|
-
"controllable",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
36
|
+
"lib/controllable",
|
|
37
|
+
"lib/utils",
|
|
38
|
+
"live-region"
|
|
14
39
|
],
|
|
15
40
|
"files": [
|
|
16
41
|
{
|