torch-glare 2.3.0 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/apps/lib/components/ActionButton.tsx +7 -12
- package/apps/lib/components/ActionsGroup.tsx +4 -15
- package/apps/lib/components/AlertDialog.tsx +173 -191
- package/apps/lib/components/Avatar.tsx +13 -16
- package/apps/lib/components/Badge.tsx +7 -3
- package/apps/lib/components/BadgeField.tsx +76 -71
- package/apps/lib/components/Breadcrumb.tsx +49 -85
- package/apps/lib/components/Button.tsx +20 -19
- package/apps/lib/components/ButtonGroup.tsx +31 -41
- package/apps/lib/components/Calendar.tsx +51 -29
- package/apps/lib/components/Card.tsx +2 -13
- package/apps/lib/components/ChartBlockTool.ts +17 -52
- package/apps/lib/components/Checkbox.tsx +9 -16
- package/apps/lib/components/ContextMenu.tsx +110 -106
- package/apps/lib/components/CountBadge.tsx +4 -6
- package/apps/lib/components/DataTable.tsx +196 -216
- package/apps/lib/components/DataViews/DataViewRadio.tsx +10 -8
- package/apps/lib/components/DataViews/DataViewsConfigPanel.tsx +21 -55
- package/apps/lib/components/DataViews/DataViewsHeader.tsx +1 -3
- package/apps/lib/components/DataViews/DataViewsLayout.tsx +5 -12
- package/apps/lib/components/DataViews/FilterPanel.tsx +173 -150
- package/apps/lib/components/DataViews/HeaderSearch.tsx +1 -5
- package/apps/lib/components/DataViews/InboxView.tsx +22 -68
- package/apps/lib/components/DataViews/InboxViewCard.tsx +68 -77
- package/apps/lib/components/DataViews/KanbanView.tsx +8 -25
- package/apps/lib/components/DataViews/PanelControls.tsx +3 -13
- package/apps/lib/components/DataViews/SettingsPanel.tsx +83 -89
- package/apps/lib/components/DataViews/TableView.tsx +8 -28
- package/apps/lib/components/DataViews/TreeView.tsx +12 -40
- package/apps/lib/components/DataViews/badgeAdapter.ts +32 -28
- package/apps/lib/components/DataViews/fieldRenderers.tsx +106 -141
- package/apps/lib/components/DataViews/filters/DatePickerRangeFilter.tsx +87 -0
- package/apps/lib/components/DataViews/filters/DateRangePopover.tsx +39 -32
- package/apps/lib/components/DataViews/filters/PresetChips.tsx +15 -15
- package/apps/lib/components/DataViews/filters/RangeSliderWithInputs.tsx +69 -58
- package/apps/lib/components/DataViews/index.ts +26 -26
- package/apps/lib/components/DataViews/tree/TreeDrawer.tsx +12 -16
- package/apps/lib/components/DataViews/tree/TreeSidebar.tsx +28 -31
- package/apps/lib/components/DataViews/types.ts +111 -114
- package/apps/lib/components/DatePicker.tsx +198 -191
- package/apps/lib/components/Dialog.tsx +92 -105
- package/apps/lib/components/Divider.tsx +21 -24
- package/apps/lib/components/Drawer.tsx +79 -139
- package/apps/lib/components/DropdownMenu.tsx +144 -181
- package/apps/lib/components/FieldHint.tsx +4 -11
- package/apps/lib/components/Form.tsx +146 -155
- package/apps/lib/components/FormStepper.tsx +9 -39
- package/apps/lib/components/HeaderBar.tsx +119 -0
- package/apps/lib/components/ImageAttachment.tsx +111 -73
- package/apps/lib/components/InnerLabelField.tsx +20 -16
- package/apps/lib/components/Input.tsx +171 -172
- package/apps/lib/components/InputField.tsx +44 -45
- package/apps/lib/components/InputOTP.tsx +68 -69
- package/apps/lib/components/Label.tsx +31 -35
- package/apps/lib/components/LabelField.tsx +4 -5
- package/apps/lib/components/LabeledCheckBox.tsx +8 -12
- package/apps/lib/components/LabeledRadio.tsx +7 -5
- package/apps/lib/components/LinkButton.tsx +2 -9
- package/apps/lib/components/LoginButton.tsx +4 -9
- package/apps/lib/components/PasswordLevel.tsx +5 -5
- package/apps/lib/components/Popover.tsx +15 -33
- package/apps/lib/components/ProfileMenu.tsx +67 -72
- package/apps/lib/components/Radio.tsx +1 -5
- package/apps/lib/components/RadioCard.tsx +9 -28
- package/apps/lib/components/ScrollArea.tsx +45 -43
- package/apps/lib/components/SearchField.tsx +49 -39
- package/apps/lib/components/SearchableSelect.tsx +46 -52
- package/apps/lib/components/SearchableTable.tsx +199 -219
- package/apps/lib/components/SearchableTree.tsx +469 -0
- package/apps/lib/components/SearchableTreeDialog.tsx +493 -0
- package/apps/lib/components/SectionBlock.tsx +4 -16
- package/apps/lib/components/Select.tsx +53 -80
- package/apps/lib/components/SimpleSelect.tsx +196 -187
- package/apps/lib/components/Skeleton.tsx +9 -12
- package/apps/lib/components/SlideDatePicker.tsx +215 -166
- package/apps/lib/components/SpinLoading.tsx +33 -49
- package/apps/lib/components/Stepper.tsx +13 -56
- package/apps/lib/components/Switch.tsx +8 -10
- package/apps/lib/components/TabFormItem.tsx +3 -12
- package/apps/lib/components/TabSwitch.tsx +7 -34
- package/apps/lib/components/Table.tsx +60 -75
- package/apps/lib/components/TableDnDWrapper.ts +15 -48
- package/apps/lib/components/TextEditor.tsx +93 -104
- package/apps/lib/components/Textarea.tsx +8 -12
- package/apps/lib/components/Timeline.tsx +21 -41
- package/apps/lib/components/Toast.tsx +83 -83
- package/apps/lib/components/Toggle.tsx +112 -114
- package/apps/lib/components/ToggleButton.tsx +1 -1
- package/apps/lib/components/Tooltip.tsx +24 -19
- package/apps/lib/components/TransparentLabel.tsx +61 -62
- package/apps/lib/components/TreeDropDown.tsx +86 -52
- package/apps/lib/components/TreeFolder/TreeFolder.tsx +15 -48
- package/apps/lib/components/TreeFolder/TreeFolderBreadcrumb.tsx +16 -21
- package/apps/lib/components/TreeFolder/TreeFolderRow.tsx +9 -20
- package/apps/lib/components/TreeFolder/TreeFolderStyles.tsx +3 -3
- package/apps/lib/components/TreeFolder/icons.tsx +14 -17
- package/apps/lib/components/TreeFolder/index.ts +15 -8
- package/apps/lib/components/TreeFolder/treeFolderUtils.ts +47 -52
- package/apps/lib/components/TreeFolder/types.ts +32 -32
- package/apps/lib/components/TreeFolder/useTreeFolderDnD.ts +117 -123
- package/apps/lib/hooks/useActiveTreeItem.ts +52 -55
- package/apps/lib/hooks/useClickOutside.ts +21 -20
- package/apps/lib/hooks/useDataViewsState.ts +86 -80
- package/apps/lib/hooks/useIsMobile.ts +12 -12
- package/apps/lib/hooks/useResize.ts +54 -65
- package/apps/lib/hooks/useTagSelection.ts +201 -201
- package/apps/lib/layouts/CNLayout.tsx +181 -140
- package/apps/lib/layouts/DataViewCard.tsx +4 -18
- package/apps/lib/layouts/FieldSection.tsx +2 -6
- package/apps/lib/layouts/TreeSubLayout.tsx +24 -38
- package/apps/lib/providers/ThemeProvider.tsx +8 -23
- package/apps/lib/registry.json +1004 -0
- package/apps/lib/tsconfig.json +9 -0
- package/apps/lib/utils/cn.ts +1 -1
- package/apps/lib/utils/dataViews/columnUtils.ts +46 -44
- package/apps/lib/utils/dataViews/fieldUtils.ts +70 -71
- package/apps/lib/utils/dataViews/nestedDataUtils.tsx +129 -122
- package/apps/lib/utils/dataViews/pathUtils.ts +74 -67
- package/apps/lib/utils/dataViews/rangeUtils.ts +121 -112
- package/apps/lib/utils/dataViews/treeUtils.ts +204 -211
- package/apps/lib/utils/dateFormat.ts +64 -54
- package/apps/lib/utils/markdownParser.ts +2 -7
- package/apps/lib/utils/resize.ts +21 -25
- package/apps/lib/utils/types.ts +13 -13
- package/dist/bin/index.js +8 -2
- package/dist/bin/index.js.map +1 -1
- package/dist/src/shared/getAvailableFiles.d.ts.map +1 -1
- package/dist/src/shared/getAvailableFiles.js +6 -1
- package/dist/src/shared/getAvailableFiles.js.map +1 -1
- package/dist/src/shared/loadRegistry.d.ts +7 -0
- package/dist/src/shared/loadRegistry.d.ts.map +1 -0
- package/dist/src/shared/loadRegistry.js +31 -0
- package/dist/src/shared/loadRegistry.js.map +1 -0
- package/dist/src/shared/resolveInstallPlan.d.ts +12 -0
- package/dist/src/shared/resolveInstallPlan.d.ts.map +1 -0
- package/dist/src/shared/resolveInstallPlan.js +39 -0
- package/dist/src/shared/resolveInstallPlan.js.map +1 -0
- package/dist/src/types/main.d.ts +24 -0
- package/dist/src/types/main.d.ts.map +1 -1
- package/docs/README.md +10 -2
- package/docs/components/action-button.md +30 -24
- package/docs/components/actions-group.md +26 -20
- package/docs/components/alert-dialog.md +45 -45
- package/docs/components/avatar.md +6 -2
- package/docs/components/badge-field.md +6 -2
- package/docs/components/badge.md +7 -1
- package/docs/components/breadcrumb.md +15 -40
- package/docs/components/button-group.md +13 -10
- package/docs/components/button.md +58 -33
- package/docs/components/calendar.md +26 -19
- package/docs/components/card.md +19 -16
- package/docs/components/chart-block-tool.md +128 -0
- package/docs/components/checkbox.md +16 -8
- package/docs/components/cn-layout.md +7 -1
- package/docs/components/context-menu.md +47 -24
- package/docs/components/count-badge.md +7 -1
- package/docs/components/data-table.md +45 -33
- package/docs/components/data-views-config-panel.md +18 -14
- package/docs/components/data-views-layout.md +20 -17
- package/docs/components/date-picker.md +30 -23
- package/docs/components/dialog.md +43 -42
- package/docs/components/divider.md +10 -4
- package/docs/components/drawer.md +8 -33
- package/docs/components/dropdown-menu.md +51 -32
- package/docs/components/field-hint.md +37 -25
- package/docs/components/field-section.md +9 -3
- package/docs/components/form-stepper.md +6 -0
- package/docs/components/form.md +17 -20
- package/docs/components/header-bar.md +187 -0
- package/docs/components/image-attachment.md +33 -41
- package/docs/components/inbox-view.md +16 -5
- package/docs/components/inner-label-field.md +34 -24
- package/docs/components/input-field.md +18 -10
- package/docs/components/input-otp.md +14 -11
- package/docs/components/input.md +22 -16
- package/docs/components/kanban-view.md +15 -5
- package/docs/components/label-field.md +32 -22
- package/docs/components/label.md +43 -32
- package/docs/components/labeled-check-box.md +16 -8
- package/docs/components/labeled-radio.md +18 -11
- package/docs/components/link-button.md +7 -1
- package/docs/components/login-button.md +8 -2
- package/docs/components/password-level.md +37 -24
- package/docs/components/popover.md +26 -23
- package/docs/components/profile-menu.md +38 -27
- package/docs/components/radio-card.md +16 -9
- package/docs/components/radio.md +16 -8
- package/docs/components/scroll-area.md +6 -2
- package/docs/components/search-field.md +14 -6
- package/docs/components/searchable-select.md +19 -14
- package/docs/components/searchable-table.md +60 -41
- package/docs/components/searchable-tree-dialog.md +190 -0
- package/docs/components/searchable-tree.md +200 -0
- package/docs/components/section-block.md +130 -4
- package/docs/components/select.md +23 -18
- package/docs/components/simple-select.md +14 -10
- package/docs/components/skeleton.md +43 -33
- package/docs/components/slide-date-picker.md +37 -29
- package/docs/components/spin-loading.md +32 -23
- package/docs/components/stepper.md +6 -0
- package/docs/components/switch.md +14 -6
- package/docs/components/tab-form-item.md +7 -1
- package/docs/components/tab-switch.md +13 -6
- package/docs/components/table-dnd-wrapper.md +105 -0
- package/docs/components/table-view.md +15 -5
- package/docs/components/table.md +28 -28
- package/docs/components/text-editor.md +19 -13
- package/docs/components/textarea.md +15 -7
- package/docs/components/timeline.md +6 -0
- package/docs/components/toast.md +35 -26
- package/docs/components/toggle-button.md +24 -21
- package/docs/components/toggle.md +23 -15
- package/docs/components/tooltip.md +42 -30
- package/docs/components/transparent-label.md +29 -20
- package/docs/components/tree-drop-down.md +31 -23
- package/docs/components/tree-sub-layout.md +6 -2
- package/docs/components/tree-view.md +16 -5
- package/docs/explanation/architecture.md +54 -0
- package/docs/explanation/design-system.md +52 -0
- package/docs/how-to/data-views-from-backend-response.md +7 -4
- package/docs/how-to/guides.md +24 -18
- package/docs/migration/changelog.md +38 -0
- package/docs/reference/cli.md +87 -0
- package/docs/reference/components.md +11 -12
- package/docs/reference/hooks.md +8 -8
- package/docs/reference/providers.md +22 -22
- package/docs/reference/tailwind-plugins.md +2 -2
- package/docs/reference/theme.md +85 -0
- package/docs/reference/types.md +4 -4
- package/docs/reference/utilities.md +19 -26
- package/docs/tutorials/building-first-form.md +20 -13
- package/docs/tutorials/component-composition.md +34 -50
- package/docs/tutorials/getting-started.md +2 -2
- package/docs/tutorials/theming-basics.md +13 -10
- package/package.json +31 -3
- package/dist/src/commands/block.d.ts +0 -5
- package/dist/src/commands/block.d.ts.map +0 -1
- package/dist/src/commands/block.js +0 -255
- package/dist/src/commands/block.js.map +0 -1
- package/dist/src/shared/configureFonts.d.ts +0 -6
- package/dist/src/shared/configureFonts.d.ts.map +0 -1
- package/dist/src/shared/configureFonts.js +0 -106
- package/dist/src/shared/configureFonts.js.map +0 -1
- package/dist/src/shared/configureGlobalCss.d.ts +0 -6
- package/dist/src/shared/configureGlobalCss.d.ts.map +0 -1
- package/dist/src/shared/configureGlobalCss.js +0 -154
- package/dist/src/shared/configureGlobalCss.js.map +0 -1
- package/dist/src/shared/configureTailwind.d.ts +0 -7
- package/dist/src/shared/configureTailwind.d.ts.map +0 -1
- package/dist/src/shared/configureTailwind.js +0 -163
- package/dist/src/shared/configureTailwind.js.map +0 -1
- package/dist/src/shared/detectFramework.d.ts +0 -23
- package/dist/src/shared/detectFramework.d.ts.map +0 -1
- package/dist/src/shared/detectFramework.js +0 -119
- package/dist/src/shared/detectFramework.js.map +0 -1
- package/dist/src/shared/installBaseUtils.d.ts +0 -5
- package/dist/src/shared/installBaseUtils.d.ts.map +0 -1
- package/dist/src/shared/installBaseUtils.js +0 -79
- package/dist/src/shared/installBaseUtils.js.map +0 -1
- package/dist/src/shared/resolveAliases.d.ts +0 -24
- package/dist/src/shared/resolveAliases.d.ts.map +0 -1
- package/dist/src/shared/resolveAliases.js +0 -98
- package/dist/src/shared/resolveAliases.js.map +0 -1
|
@@ -0,0 +1,1004 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "2.4.1",
|
|
3
|
+
"generatedBy": "scripts/bin/generateRegistry",
|
|
4
|
+
"items": [
|
|
5
|
+
{
|
|
6
|
+
"name": "ActionButton",
|
|
7
|
+
"type": "components",
|
|
8
|
+
"path": "components/ActionButton.tsx",
|
|
9
|
+
"npmDependencies": [
|
|
10
|
+
"class-variance-authority"
|
|
11
|
+
],
|
|
12
|
+
"registryDependencies": [
|
|
13
|
+
"components/Button",
|
|
14
|
+
"utils/cn",
|
|
15
|
+
"utils/types"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "ActionsGroup",
|
|
20
|
+
"type": "components",
|
|
21
|
+
"path": "components/ActionsGroup.tsx",
|
|
22
|
+
"npmDependencies": [],
|
|
23
|
+
"registryDependencies": [
|
|
24
|
+
"components/Divider",
|
|
25
|
+
"utils/cn",
|
|
26
|
+
"utils/types"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "AlertDialog",
|
|
31
|
+
"type": "components",
|
|
32
|
+
"path": "components/AlertDialog.tsx",
|
|
33
|
+
"npmDependencies": [
|
|
34
|
+
"@radix-ui/react-alert-dialog",
|
|
35
|
+
"class-variance-authority"
|
|
36
|
+
],
|
|
37
|
+
"registryDependencies": [
|
|
38
|
+
"components/Button",
|
|
39
|
+
"utils/cn",
|
|
40
|
+
"utils/types"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "Avatar",
|
|
45
|
+
"type": "components",
|
|
46
|
+
"path": "components/Avatar.tsx",
|
|
47
|
+
"npmDependencies": [
|
|
48
|
+
"@radix-ui/react-avatar"
|
|
49
|
+
],
|
|
50
|
+
"registryDependencies": [
|
|
51
|
+
"utils/cn"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Badge",
|
|
56
|
+
"type": "components",
|
|
57
|
+
"path": "components/Badge.tsx",
|
|
58
|
+
"npmDependencies": [
|
|
59
|
+
"class-variance-authority"
|
|
60
|
+
],
|
|
61
|
+
"registryDependencies": [
|
|
62
|
+
"utils/cn",
|
|
63
|
+
"utils/types"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "BadgeField",
|
|
68
|
+
"type": "components",
|
|
69
|
+
"path": "components/BadgeField.tsx",
|
|
70
|
+
"npmDependencies": [
|
|
71
|
+
"class-variance-authority"
|
|
72
|
+
],
|
|
73
|
+
"registryDependencies": [
|
|
74
|
+
"components/Badge",
|
|
75
|
+
"components/Input",
|
|
76
|
+
"components/Popover",
|
|
77
|
+
"components/Tooltip",
|
|
78
|
+
"hooks/useClickOutside",
|
|
79
|
+
"hooks/useTagSelection",
|
|
80
|
+
"utils/cn",
|
|
81
|
+
"utils/types"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "Breadcrumb",
|
|
86
|
+
"type": "components",
|
|
87
|
+
"path": "components/Breadcrumb.tsx",
|
|
88
|
+
"npmDependencies": [
|
|
89
|
+
"@radix-ui/react-slot",
|
|
90
|
+
"class-variance-authority"
|
|
91
|
+
],
|
|
92
|
+
"registryDependencies": [
|
|
93
|
+
"utils/cn",
|
|
94
|
+
"utils/types"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "Button",
|
|
99
|
+
"type": "components",
|
|
100
|
+
"path": "components/Button.tsx",
|
|
101
|
+
"npmDependencies": [
|
|
102
|
+
"@radix-ui/react-slot",
|
|
103
|
+
"class-variance-authority"
|
|
104
|
+
],
|
|
105
|
+
"registryDependencies": [
|
|
106
|
+
"utils/cn",
|
|
107
|
+
"utils/types"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "ButtonGroup",
|
|
112
|
+
"type": "components",
|
|
113
|
+
"path": "components/ButtonGroup.tsx",
|
|
114
|
+
"npmDependencies": [
|
|
115
|
+
"@radix-ui/react-toggle-group",
|
|
116
|
+
"class-variance-authority"
|
|
117
|
+
],
|
|
118
|
+
"registryDependencies": [
|
|
119
|
+
"components/ToggleButton",
|
|
120
|
+
"utils/cn",
|
|
121
|
+
"utils/types"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "Calendar",
|
|
126
|
+
"type": "components",
|
|
127
|
+
"path": "components/Calendar.tsx",
|
|
128
|
+
"npmDependencies": [
|
|
129
|
+
"react-day-picker"
|
|
130
|
+
],
|
|
131
|
+
"registryDependencies": [
|
|
132
|
+
"components/Button",
|
|
133
|
+
"components/SimpleSelect",
|
|
134
|
+
"utils/cn"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "Card",
|
|
139
|
+
"type": "components",
|
|
140
|
+
"path": "components/Card.tsx",
|
|
141
|
+
"npmDependencies": [
|
|
142
|
+
"@radix-ui/react-slot"
|
|
143
|
+
],
|
|
144
|
+
"registryDependencies": [
|
|
145
|
+
"utils/cn"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "ChartBlockTool",
|
|
150
|
+
"type": "components",
|
|
151
|
+
"path": "components/ChartBlockTool.ts",
|
|
152
|
+
"npmDependencies": [
|
|
153
|
+
"chart.js"
|
|
154
|
+
],
|
|
155
|
+
"registryDependencies": []
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "Checkbox",
|
|
159
|
+
"type": "components",
|
|
160
|
+
"path": "components/Checkbox.tsx",
|
|
161
|
+
"npmDependencies": [
|
|
162
|
+
"@radix-ui/react-checkbox",
|
|
163
|
+
"class-variance-authority"
|
|
164
|
+
],
|
|
165
|
+
"registryDependencies": [
|
|
166
|
+
"utils/cn"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "ContextMenu",
|
|
171
|
+
"type": "components",
|
|
172
|
+
"path": "components/ContextMenu.tsx",
|
|
173
|
+
"npmDependencies": [
|
|
174
|
+
"@radix-ui/react-context-menu",
|
|
175
|
+
"class-variance-authority"
|
|
176
|
+
],
|
|
177
|
+
"registryDependencies": [
|
|
178
|
+
"utils/cn",
|
|
179
|
+
"utils/types"
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "CountBadge",
|
|
184
|
+
"type": "components",
|
|
185
|
+
"path": "components/CountBadge.tsx",
|
|
186
|
+
"npmDependencies": [
|
|
187
|
+
"class-variance-authority"
|
|
188
|
+
],
|
|
189
|
+
"registryDependencies": [
|
|
190
|
+
"utils/cn",
|
|
191
|
+
"utils/types"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "DataTable",
|
|
196
|
+
"type": "components",
|
|
197
|
+
"path": "components/DataTable.tsx",
|
|
198
|
+
"npmDependencies": [
|
|
199
|
+
"@dnd-kit/core",
|
|
200
|
+
"@dnd-kit/sortable",
|
|
201
|
+
"@dnd-kit/utilities",
|
|
202
|
+
"@tanstack/react-table"
|
|
203
|
+
],
|
|
204
|
+
"registryDependencies": [
|
|
205
|
+
"components/Checkbox",
|
|
206
|
+
"components/Table"
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "DatePicker",
|
|
211
|
+
"type": "components",
|
|
212
|
+
"path": "components/DatePicker.tsx",
|
|
213
|
+
"npmDependencies": [
|
|
214
|
+
"react-day-picker",
|
|
215
|
+
"torch-react-mobile-picker"
|
|
216
|
+
],
|
|
217
|
+
"registryDependencies": [
|
|
218
|
+
"components/ActionButton",
|
|
219
|
+
"components/Calendar",
|
|
220
|
+
"components/InputField",
|
|
221
|
+
"components/Popover",
|
|
222
|
+
"utils/dateFormat"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "Dialog",
|
|
227
|
+
"type": "components",
|
|
228
|
+
"path": "components/Dialog.tsx",
|
|
229
|
+
"npmDependencies": [
|
|
230
|
+
"@radix-ui/react-dialog"
|
|
231
|
+
],
|
|
232
|
+
"registryDependencies": [
|
|
233
|
+
"utils/cn"
|
|
234
|
+
]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "Divider",
|
|
238
|
+
"type": "components",
|
|
239
|
+
"path": "components/Divider.tsx",
|
|
240
|
+
"npmDependencies": [],
|
|
241
|
+
"registryDependencies": [
|
|
242
|
+
"utils/cn"
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "Drawer",
|
|
247
|
+
"type": "components",
|
|
248
|
+
"path": "components/Drawer.tsx",
|
|
249
|
+
"npmDependencies": [
|
|
250
|
+
"class-variance-authority",
|
|
251
|
+
"vaul"
|
|
252
|
+
],
|
|
253
|
+
"registryDependencies": [
|
|
254
|
+
"utils/cn"
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "DropdownMenu",
|
|
259
|
+
"type": "components",
|
|
260
|
+
"path": "components/DropdownMenu.tsx",
|
|
261
|
+
"npmDependencies": [
|
|
262
|
+
"@radix-ui/react-dropdown-menu",
|
|
263
|
+
"class-variance-authority"
|
|
264
|
+
],
|
|
265
|
+
"registryDependencies": [
|
|
266
|
+
"components/DropdownMenu",
|
|
267
|
+
"utils/cn",
|
|
268
|
+
"utils/types"
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "FieldHint",
|
|
273
|
+
"type": "components",
|
|
274
|
+
"path": "components/FieldHint.tsx",
|
|
275
|
+
"npmDependencies": [
|
|
276
|
+
"class-variance-authority"
|
|
277
|
+
],
|
|
278
|
+
"registryDependencies": [
|
|
279
|
+
"utils/cn",
|
|
280
|
+
"utils/types"
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "Form",
|
|
285
|
+
"type": "components",
|
|
286
|
+
"path": "components/Form.tsx",
|
|
287
|
+
"npmDependencies": [
|
|
288
|
+
"@radix-ui/react-label",
|
|
289
|
+
"@radix-ui/react-slot",
|
|
290
|
+
"react-hook-form"
|
|
291
|
+
],
|
|
292
|
+
"registryDependencies": [
|
|
293
|
+
"components/Label",
|
|
294
|
+
"utils/cn",
|
|
295
|
+
"utils/types"
|
|
296
|
+
]
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "FormStepper",
|
|
300
|
+
"type": "components",
|
|
301
|
+
"path": "components/FormStepper.tsx",
|
|
302
|
+
"npmDependencies": [
|
|
303
|
+
"class-variance-authority"
|
|
304
|
+
],
|
|
305
|
+
"registryDependencies": [
|
|
306
|
+
"utils/cn",
|
|
307
|
+
"utils/types"
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "HeaderBar",
|
|
312
|
+
"type": "components",
|
|
313
|
+
"path": "components/HeaderBar.tsx",
|
|
314
|
+
"npmDependencies": [
|
|
315
|
+
"class-variance-authority"
|
|
316
|
+
],
|
|
317
|
+
"registryDependencies": [
|
|
318
|
+
"utils/cn",
|
|
319
|
+
"utils/types"
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "ImageAttachment",
|
|
324
|
+
"type": "components",
|
|
325
|
+
"path": "components/ImageAttachment.tsx",
|
|
326
|
+
"npmDependencies": [
|
|
327
|
+
"class-variance-authority"
|
|
328
|
+
],
|
|
329
|
+
"registryDependencies": [
|
|
330
|
+
"components/AlertDialog",
|
|
331
|
+
"components/Button",
|
|
332
|
+
"utils/cn",
|
|
333
|
+
"utils/types"
|
|
334
|
+
]
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "InnerLabelField",
|
|
338
|
+
"type": "components",
|
|
339
|
+
"path": "components/InnerLabelField.tsx",
|
|
340
|
+
"npmDependencies": [],
|
|
341
|
+
"registryDependencies": [
|
|
342
|
+
"components/InputField",
|
|
343
|
+
"components/Tooltip",
|
|
344
|
+
"utils/cn",
|
|
345
|
+
"utils/types"
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "Input",
|
|
350
|
+
"type": "components",
|
|
351
|
+
"path": "components/Input.tsx",
|
|
352
|
+
"npmDependencies": [
|
|
353
|
+
"class-variance-authority"
|
|
354
|
+
],
|
|
355
|
+
"registryDependencies": [
|
|
356
|
+
"utils/cn"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "InputField",
|
|
361
|
+
"type": "components",
|
|
362
|
+
"path": "components/InputField.tsx",
|
|
363
|
+
"npmDependencies": [],
|
|
364
|
+
"registryDependencies": [
|
|
365
|
+
"components/ActionButton",
|
|
366
|
+
"components/Input",
|
|
367
|
+
"components/Popover",
|
|
368
|
+
"components/Tooltip",
|
|
369
|
+
"utils/cn",
|
|
370
|
+
"utils/types"
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "InputOTP",
|
|
375
|
+
"type": "components",
|
|
376
|
+
"path": "components/InputOTP.tsx",
|
|
377
|
+
"npmDependencies": [
|
|
378
|
+
"input-otp"
|
|
379
|
+
],
|
|
380
|
+
"registryDependencies": [
|
|
381
|
+
"utils/cn"
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "Label",
|
|
386
|
+
"type": "components",
|
|
387
|
+
"path": "components/Label.tsx",
|
|
388
|
+
"npmDependencies": [
|
|
389
|
+
"class-variance-authority"
|
|
390
|
+
],
|
|
391
|
+
"registryDependencies": [
|
|
392
|
+
"utils/cn",
|
|
393
|
+
"utils/types"
|
|
394
|
+
]
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "LabeledCheckBox",
|
|
398
|
+
"type": "components",
|
|
399
|
+
"path": "components/LabeledCheckBox.tsx",
|
|
400
|
+
"npmDependencies": [],
|
|
401
|
+
"registryDependencies": [
|
|
402
|
+
"components/Checkbox",
|
|
403
|
+
"components/Label",
|
|
404
|
+
"utils/cn",
|
|
405
|
+
"utils/types"
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "LabeledRadio",
|
|
410
|
+
"type": "components",
|
|
411
|
+
"path": "components/LabeledRadio.tsx",
|
|
412
|
+
"npmDependencies": [],
|
|
413
|
+
"registryDependencies": [
|
|
414
|
+
"components/Label",
|
|
415
|
+
"components/Radio",
|
|
416
|
+
"utils/cn"
|
|
417
|
+
]
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "LabelField",
|
|
421
|
+
"type": "components",
|
|
422
|
+
"path": "components/LabelField.tsx",
|
|
423
|
+
"npmDependencies": [],
|
|
424
|
+
"registryDependencies": [
|
|
425
|
+
"components/InputField",
|
|
426
|
+
"components/Label",
|
|
427
|
+
"components/Tooltip",
|
|
428
|
+
"utils/types"
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "LinkButton",
|
|
433
|
+
"type": "components",
|
|
434
|
+
"path": "components/LinkButton.tsx",
|
|
435
|
+
"npmDependencies": [
|
|
436
|
+
"@radix-ui/react-slot",
|
|
437
|
+
"class-variance-authority"
|
|
438
|
+
],
|
|
439
|
+
"registryDependencies": [
|
|
440
|
+
"utils/cn",
|
|
441
|
+
"utils/types"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "LoginButton",
|
|
446
|
+
"type": "components",
|
|
447
|
+
"path": "components/LoginButton.tsx",
|
|
448
|
+
"npmDependencies": [
|
|
449
|
+
"class-variance-authority"
|
|
450
|
+
],
|
|
451
|
+
"registryDependencies": [
|
|
452
|
+
"components/Button",
|
|
453
|
+
"utils/cn",
|
|
454
|
+
"utils/types"
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "PasswordLevel",
|
|
459
|
+
"type": "components",
|
|
460
|
+
"path": "components/PasswordLevel.tsx",
|
|
461
|
+
"npmDependencies": [],
|
|
462
|
+
"registryDependencies": [
|
|
463
|
+
"utils/cn",
|
|
464
|
+
"utils/types"
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "Popover",
|
|
469
|
+
"type": "components",
|
|
470
|
+
"path": "components/Popover.tsx",
|
|
471
|
+
"npmDependencies": [
|
|
472
|
+
"@radix-ui/react-popover",
|
|
473
|
+
"@radix-ui/react-slot",
|
|
474
|
+
"class-variance-authority"
|
|
475
|
+
],
|
|
476
|
+
"registryDependencies": [
|
|
477
|
+
"utils/cn",
|
|
478
|
+
"utils/types"
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "ProfileMenu",
|
|
483
|
+
"type": "components",
|
|
484
|
+
"path": "components/ProfileMenu.tsx",
|
|
485
|
+
"npmDependencies": [
|
|
486
|
+
"class-variance-authority"
|
|
487
|
+
],
|
|
488
|
+
"registryDependencies": [
|
|
489
|
+
"components/Popover",
|
|
490
|
+
"utils/cn"
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "Radio",
|
|
495
|
+
"type": "components",
|
|
496
|
+
"path": "components/Radio.tsx",
|
|
497
|
+
"npmDependencies": [
|
|
498
|
+
"@radix-ui/react-radio-group",
|
|
499
|
+
"class-variance-authority"
|
|
500
|
+
],
|
|
501
|
+
"registryDependencies": [
|
|
502
|
+
"utils/cn"
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "RadioCard",
|
|
507
|
+
"type": "components",
|
|
508
|
+
"path": "components/RadioCard.tsx",
|
|
509
|
+
"npmDependencies": [],
|
|
510
|
+
"registryDependencies": [
|
|
511
|
+
"components/Card",
|
|
512
|
+
"components/Radio",
|
|
513
|
+
"utils/cn"
|
|
514
|
+
]
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "ScrollArea",
|
|
518
|
+
"type": "components",
|
|
519
|
+
"path": "components/ScrollArea.tsx",
|
|
520
|
+
"npmDependencies": [
|
|
521
|
+
"@radix-ui/react-scroll-area"
|
|
522
|
+
],
|
|
523
|
+
"registryDependencies": [
|
|
524
|
+
"utils/cn"
|
|
525
|
+
]
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "SearchableSelect",
|
|
529
|
+
"type": "components",
|
|
530
|
+
"path": "components/SearchableSelect.tsx",
|
|
531
|
+
"npmDependencies": [
|
|
532
|
+
"class-variance-authority"
|
|
533
|
+
],
|
|
534
|
+
"registryDependencies": [
|
|
535
|
+
"components/Button",
|
|
536
|
+
"components/DropdownMenu",
|
|
537
|
+
"components/Input",
|
|
538
|
+
"components/Popover",
|
|
539
|
+
"hooks/useClickOutside",
|
|
540
|
+
"utils/cn",
|
|
541
|
+
"utils/types"
|
|
542
|
+
]
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "SearchableTable",
|
|
546
|
+
"type": "components",
|
|
547
|
+
"path": "components/SearchableTable.tsx",
|
|
548
|
+
"npmDependencies": [],
|
|
549
|
+
"registryDependencies": [
|
|
550
|
+
"components/Button",
|
|
551
|
+
"components/Dialog",
|
|
552
|
+
"components/Input",
|
|
553
|
+
"components/Table",
|
|
554
|
+
"utils/cn",
|
|
555
|
+
"utils/types"
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "SearchableTree",
|
|
560
|
+
"type": "components",
|
|
561
|
+
"path": "components/SearchableTree.tsx",
|
|
562
|
+
"npmDependencies": [],
|
|
563
|
+
"registryDependencies": [
|
|
564
|
+
"components/Button",
|
|
565
|
+
"components/Input",
|
|
566
|
+
"components/Popover",
|
|
567
|
+
"hooks/useClickOutside",
|
|
568
|
+
"utils/cn",
|
|
569
|
+
"utils/types"
|
|
570
|
+
]
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "SearchableTreeDialog",
|
|
574
|
+
"type": "components",
|
|
575
|
+
"path": "components/SearchableTreeDialog.tsx",
|
|
576
|
+
"npmDependencies": [],
|
|
577
|
+
"registryDependencies": [
|
|
578
|
+
"components/Button",
|
|
579
|
+
"components/Dialog",
|
|
580
|
+
"components/Input",
|
|
581
|
+
"utils/cn",
|
|
582
|
+
"utils/types"
|
|
583
|
+
]
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "SearchField",
|
|
587
|
+
"type": "components",
|
|
588
|
+
"path": "components/SearchField.tsx",
|
|
589
|
+
"npmDependencies": [],
|
|
590
|
+
"registryDependencies": [
|
|
591
|
+
"components/InputField"
|
|
592
|
+
]
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "SectionBlock",
|
|
596
|
+
"type": "components",
|
|
597
|
+
"path": "components/SectionBlock.tsx",
|
|
598
|
+
"npmDependencies": [
|
|
599
|
+
"class-variance-authority"
|
|
600
|
+
],
|
|
601
|
+
"registryDependencies": [
|
|
602
|
+
"utils/cn"
|
|
603
|
+
]
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "Select",
|
|
607
|
+
"type": "components",
|
|
608
|
+
"path": "components/Select.tsx",
|
|
609
|
+
"npmDependencies": [
|
|
610
|
+
"@radix-ui/react-select",
|
|
611
|
+
"class-variance-authority"
|
|
612
|
+
],
|
|
613
|
+
"registryDependencies": [
|
|
614
|
+
"components/Button",
|
|
615
|
+
"components/Tooltip",
|
|
616
|
+
"utils/cn",
|
|
617
|
+
"utils/types"
|
|
618
|
+
]
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "SimpleSelect",
|
|
622
|
+
"type": "components",
|
|
623
|
+
"path": "components/SimpleSelect.tsx",
|
|
624
|
+
"npmDependencies": [
|
|
625
|
+
"class-variance-authority"
|
|
626
|
+
],
|
|
627
|
+
"registryDependencies": [
|
|
628
|
+
"hooks/useClickOutside",
|
|
629
|
+
"utils/cn"
|
|
630
|
+
]
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "Skeleton",
|
|
634
|
+
"type": "components",
|
|
635
|
+
"path": "components/Skeleton.tsx",
|
|
636
|
+
"npmDependencies": [],
|
|
637
|
+
"registryDependencies": [
|
|
638
|
+
"utils/cn"
|
|
639
|
+
]
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "SlideDatePicker",
|
|
643
|
+
"type": "components",
|
|
644
|
+
"path": "components/SlideDatePicker.tsx",
|
|
645
|
+
"npmDependencies": [
|
|
646
|
+
"date-fns",
|
|
647
|
+
"torch-react-mobile-picker"
|
|
648
|
+
],
|
|
649
|
+
"registryDependencies": [
|
|
650
|
+
"components/ActionButton",
|
|
651
|
+
"components/InputField",
|
|
652
|
+
"components/Popover",
|
|
653
|
+
"utils/dateFormat"
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "SpinLoading",
|
|
658
|
+
"type": "components",
|
|
659
|
+
"path": "components/SpinLoading.tsx",
|
|
660
|
+
"npmDependencies": [
|
|
661
|
+
"class-variance-authority"
|
|
662
|
+
],
|
|
663
|
+
"registryDependencies": [
|
|
664
|
+
"utils/cn"
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "Stepper",
|
|
669
|
+
"type": "components",
|
|
670
|
+
"path": "components/Stepper.tsx",
|
|
671
|
+
"npmDependencies": [
|
|
672
|
+
"class-variance-authority"
|
|
673
|
+
],
|
|
674
|
+
"registryDependencies": [
|
|
675
|
+
"utils/cn",
|
|
676
|
+
"utils/types"
|
|
677
|
+
]
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "Switch",
|
|
681
|
+
"type": "components",
|
|
682
|
+
"path": "components/Switch.tsx",
|
|
683
|
+
"npmDependencies": [
|
|
684
|
+
"@radix-ui/react-switch"
|
|
685
|
+
],
|
|
686
|
+
"registryDependencies": [
|
|
687
|
+
"utils/cn"
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "TabFormItem",
|
|
692
|
+
"type": "components",
|
|
693
|
+
"path": "components/TabFormItem.tsx",
|
|
694
|
+
"npmDependencies": [
|
|
695
|
+
"@radix-ui/react-slot",
|
|
696
|
+
"class-variance-authority"
|
|
697
|
+
],
|
|
698
|
+
"registryDependencies": [
|
|
699
|
+
"utils/cn"
|
|
700
|
+
]
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "Table",
|
|
704
|
+
"type": "components",
|
|
705
|
+
"path": "components/Table.tsx",
|
|
706
|
+
"npmDependencies": [
|
|
707
|
+
"class-variance-authority"
|
|
708
|
+
],
|
|
709
|
+
"registryDependencies": [
|
|
710
|
+
"components/Button",
|
|
711
|
+
"components/Checkbox",
|
|
712
|
+
"hooks/useResize",
|
|
713
|
+
"utils/cn"
|
|
714
|
+
]
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "TableDnDWrapper",
|
|
718
|
+
"type": "components",
|
|
719
|
+
"path": "components/TableDnDWrapper.ts",
|
|
720
|
+
"npmDependencies": [],
|
|
721
|
+
"registryDependencies": []
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "TabSwitch",
|
|
725
|
+
"type": "components",
|
|
726
|
+
"path": "components/TabSwitch.tsx",
|
|
727
|
+
"npmDependencies": [
|
|
728
|
+
"class-variance-authority"
|
|
729
|
+
],
|
|
730
|
+
"registryDependencies": [
|
|
731
|
+
"utils/cn",
|
|
732
|
+
"utils/types"
|
|
733
|
+
]
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "Textarea",
|
|
737
|
+
"type": "components",
|
|
738
|
+
"path": "components/Textarea.tsx",
|
|
739
|
+
"npmDependencies": [
|
|
740
|
+
"class-variance-authority"
|
|
741
|
+
],
|
|
742
|
+
"registryDependencies": [
|
|
743
|
+
"components/Label",
|
|
744
|
+
"utils/cn"
|
|
745
|
+
]
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "TextEditor",
|
|
749
|
+
"type": "components",
|
|
750
|
+
"path": "components/TextEditor.tsx",
|
|
751
|
+
"npmDependencies": [
|
|
752
|
+
"@editorjs/checklist",
|
|
753
|
+
"@editorjs/code",
|
|
754
|
+
"@editorjs/delimiter",
|
|
755
|
+
"@editorjs/editorjs",
|
|
756
|
+
"@editorjs/embed",
|
|
757
|
+
"@editorjs/header",
|
|
758
|
+
"@editorjs/inline-code",
|
|
759
|
+
"@editorjs/link",
|
|
760
|
+
"@editorjs/list",
|
|
761
|
+
"@editorjs/marker",
|
|
762
|
+
"@editorjs/nested-list",
|
|
763
|
+
"@editorjs/quote",
|
|
764
|
+
"@editorjs/raw",
|
|
765
|
+
"@editorjs/simple-image",
|
|
766
|
+
"@editorjs/table",
|
|
767
|
+
"@editorjs/text-variant-tune",
|
|
768
|
+
"@editorjs/underline",
|
|
769
|
+
"@editorjs/warning",
|
|
770
|
+
"class-variance-authority"
|
|
771
|
+
],
|
|
772
|
+
"registryDependencies": [
|
|
773
|
+
"components/ChartBlockTool",
|
|
774
|
+
"components/TableDnDWrapper",
|
|
775
|
+
"utils/cn",
|
|
776
|
+
"utils/markdownParser",
|
|
777
|
+
"utils/types"
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "Timeline",
|
|
782
|
+
"type": "components",
|
|
783
|
+
"path": "components/Timeline.tsx",
|
|
784
|
+
"npmDependencies": [
|
|
785
|
+
"class-variance-authority"
|
|
786
|
+
],
|
|
787
|
+
"registryDependencies": [
|
|
788
|
+
"utils/cn",
|
|
789
|
+
"utils/types"
|
|
790
|
+
]
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "Toast",
|
|
794
|
+
"type": "components",
|
|
795
|
+
"path": "components/Toast.tsx",
|
|
796
|
+
"npmDependencies": [
|
|
797
|
+
"react-hot-toast"
|
|
798
|
+
],
|
|
799
|
+
"registryDependencies": []
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "Toggle",
|
|
803
|
+
"type": "components",
|
|
804
|
+
"path": "components/Toggle.tsx",
|
|
805
|
+
"npmDependencies": [
|
|
806
|
+
"@radix-ui/react-toggle",
|
|
807
|
+
"class-variance-authority"
|
|
808
|
+
],
|
|
809
|
+
"registryDependencies": [
|
|
810
|
+
"utils/cn"
|
|
811
|
+
]
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"name": "ToggleButton",
|
|
815
|
+
"type": "components",
|
|
816
|
+
"path": "components/ToggleButton.tsx",
|
|
817
|
+
"npmDependencies": [
|
|
818
|
+
"@radix-ui/react-toggle",
|
|
819
|
+
"class-variance-authority"
|
|
820
|
+
],
|
|
821
|
+
"registryDependencies": [
|
|
822
|
+
"utils/cn",
|
|
823
|
+
"utils/types"
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "Tooltip",
|
|
828
|
+
"type": "components",
|
|
829
|
+
"path": "components/Tooltip.tsx",
|
|
830
|
+
"npmDependencies": [
|
|
831
|
+
"@radix-ui/react-tooltip",
|
|
832
|
+
"class-variance-authority"
|
|
833
|
+
],
|
|
834
|
+
"registryDependencies": [
|
|
835
|
+
"utils/cn",
|
|
836
|
+
"utils/types"
|
|
837
|
+
]
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "TransparentLabel",
|
|
841
|
+
"type": "components",
|
|
842
|
+
"path": "components/TransparentLabel.tsx",
|
|
843
|
+
"npmDependencies": [
|
|
844
|
+
"class-variance-authority"
|
|
845
|
+
],
|
|
846
|
+
"registryDependencies": [
|
|
847
|
+
"utils/cn"
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "TreeDropDown",
|
|
852
|
+
"type": "components",
|
|
853
|
+
"path": "components/TreeDropDown.tsx",
|
|
854
|
+
"npmDependencies": [
|
|
855
|
+
"class-variance-authority"
|
|
856
|
+
],
|
|
857
|
+
"registryDependencies": [
|
|
858
|
+
"utils/cn"
|
|
859
|
+
]
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "useActiveTreeItem",
|
|
863
|
+
"type": "hooks",
|
|
864
|
+
"path": "hooks/useActiveTreeItem.ts",
|
|
865
|
+
"npmDependencies": [],
|
|
866
|
+
"registryDependencies": []
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "useClickOutside",
|
|
870
|
+
"type": "hooks",
|
|
871
|
+
"path": "hooks/useClickOutside.ts",
|
|
872
|
+
"npmDependencies": [],
|
|
873
|
+
"registryDependencies": []
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "useDataViewsState",
|
|
877
|
+
"type": "hooks",
|
|
878
|
+
"path": "hooks/useDataViewsState.ts",
|
|
879
|
+
"npmDependencies": [],
|
|
880
|
+
"registryDependencies": []
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "useIsMobile",
|
|
884
|
+
"type": "hooks",
|
|
885
|
+
"path": "hooks/useIsMobile.ts",
|
|
886
|
+
"npmDependencies": [],
|
|
887
|
+
"registryDependencies": []
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"name": "useResize",
|
|
891
|
+
"type": "hooks",
|
|
892
|
+
"path": "hooks/useResize.ts",
|
|
893
|
+
"npmDependencies": [],
|
|
894
|
+
"registryDependencies": [
|
|
895
|
+
"utils/resize"
|
|
896
|
+
]
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "useTagSelection",
|
|
900
|
+
"type": "hooks",
|
|
901
|
+
"path": "hooks/useTagSelection.ts",
|
|
902
|
+
"npmDependencies": [],
|
|
903
|
+
"registryDependencies": []
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "CNLayout",
|
|
907
|
+
"type": "layouts",
|
|
908
|
+
"path": "layouts/CNLayout.tsx",
|
|
909
|
+
"npmDependencies": [
|
|
910
|
+
"@radix-ui/react-slot",
|
|
911
|
+
"class-variance-authority"
|
|
912
|
+
],
|
|
913
|
+
"registryDependencies": [
|
|
914
|
+
"components/CountBadge",
|
|
915
|
+
"components/Tooltip",
|
|
916
|
+
"utils/cn",
|
|
917
|
+
"utils/types"
|
|
918
|
+
]
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "DataViewCard",
|
|
922
|
+
"type": "layouts",
|
|
923
|
+
"path": "layouts/DataViewCard.tsx",
|
|
924
|
+
"npmDependencies": [],
|
|
925
|
+
"registryDependencies": [
|
|
926
|
+
"components/Card",
|
|
927
|
+
"utils/cn",
|
|
928
|
+
"utils/types"
|
|
929
|
+
]
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "FieldSection",
|
|
933
|
+
"type": "layouts",
|
|
934
|
+
"path": "layouts/FieldSection.tsx",
|
|
935
|
+
"npmDependencies": [],
|
|
936
|
+
"registryDependencies": [
|
|
937
|
+
"components/Label",
|
|
938
|
+
"utils/cn",
|
|
939
|
+
"utils/types"
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"name": "TreeSubLayout",
|
|
944
|
+
"type": "layouts",
|
|
945
|
+
"path": "layouts/TreeSubLayout.tsx",
|
|
946
|
+
"npmDependencies": [
|
|
947
|
+
"next"
|
|
948
|
+
],
|
|
949
|
+
"registryDependencies": [
|
|
950
|
+
"components/TabFormItem",
|
|
951
|
+
"hooks/useActiveTreeItem",
|
|
952
|
+
"utils/cn"
|
|
953
|
+
]
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "ThemeProvider",
|
|
957
|
+
"type": "providers",
|
|
958
|
+
"path": "providers/ThemeProvider.tsx",
|
|
959
|
+
"npmDependencies": [],
|
|
960
|
+
"registryDependencies": []
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "cn",
|
|
964
|
+
"type": "utils",
|
|
965
|
+
"path": "utils/cn.ts",
|
|
966
|
+
"npmDependencies": [
|
|
967
|
+
"clsx",
|
|
968
|
+
"tailwind-merge"
|
|
969
|
+
],
|
|
970
|
+
"registryDependencies": []
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "dateFormat",
|
|
974
|
+
"type": "utils",
|
|
975
|
+
"path": "utils/dateFormat.ts",
|
|
976
|
+
"npmDependencies": [
|
|
977
|
+
"date-fns",
|
|
978
|
+
"react-day-picker"
|
|
979
|
+
],
|
|
980
|
+
"registryDependencies": []
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "markdownParser",
|
|
984
|
+
"type": "utils",
|
|
985
|
+
"path": "utils/markdownParser.ts",
|
|
986
|
+
"npmDependencies": [],
|
|
987
|
+
"registryDependencies": []
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "resize",
|
|
991
|
+
"type": "utils",
|
|
992
|
+
"path": "utils/resize.ts",
|
|
993
|
+
"npmDependencies": [],
|
|
994
|
+
"registryDependencies": []
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "types",
|
|
998
|
+
"type": "utils",
|
|
999
|
+
"path": "utils/types.ts",
|
|
1000
|
+
"npmDependencies": [],
|
|
1001
|
+
"registryDependencies": []
|
|
1002
|
+
}
|
|
1003
|
+
]
|
|
1004
|
+
}
|