torch-glare 2.5.6 → 2.6.0
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 +4 -3
- package/dist/bin/index.js +9 -24
- package/dist/bin/index.js.map +1 -1
- package/dist/src/commands/add.d.ts +2 -2
- package/dist/src/commands/add.d.ts.map +1 -1
- package/dist/src/commands/add.js +4 -70
- package/dist/src/commands/add.js.map +1 -1
- package/dist/src/commands/hook.d.ts +5 -4
- package/dist/src/commands/hook.d.ts.map +1 -1
- package/dist/src/commands/hook.js +7 -75
- package/dist/src/commands/hook.js.map +1 -1
- package/dist/src/commands/init.js +1 -1
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/layout.d.ts +5 -4
- package/dist/src/commands/layout.d.ts.map +1 -1
- package/dist/src/commands/layout.js +7 -75
- package/dist/src/commands/layout.js.map +1 -1
- package/dist/src/commands/provider.d.ts +5 -4
- package/dist/src/commands/provider.d.ts.map +1 -1
- package/dist/src/commands/provider.js +7 -75
- package/dist/src/commands/provider.js.map +1 -1
- package/dist/src/commands/update.d.ts.map +1 -1
- package/dist/src/commands/update.js +78 -43
- package/dist/src/commands/update.js.map +1 -1
- package/dist/src/commands/utils.d.ts +5 -4
- package/dist/src/commands/utils.d.ts.map +1 -1
- package/dist/src/commands/utils.js +7 -80
- package/dist/src/commands/utils.js.map +1 -1
- package/dist/src/shared/addFromRegistry.d.ts +16 -0
- package/dist/src/shared/addFromRegistry.d.ts.map +1 -0
- package/dist/src/shared/addFromRegistry.js +88 -0
- package/dist/src/shared/addFromRegistry.js.map +1 -0
- package/dist/src/shared/getInstallCommand.d.ts.map +1 -1
- package/dist/src/shared/getInstallCommand.js +5 -0
- package/dist/src/shared/getInstallCommand.js.map +1 -1
- package/dist/src/shared/installDependencies.d.ts +0 -10
- package/dist/src/shared/installDependencies.d.ts.map +1 -1
- package/dist/src/shared/installDependencies.js +0 -17
- package/dist/src/shared/installDependencies.js.map +1 -1
- package/dist/src/shared/installFromPlan.d.ts +7 -5
- package/dist/src/shared/installFromPlan.d.ts.map +1 -1
- package/dist/src/shared/installFromPlan.js +103 -36
- package/dist/src/shared/installFromPlan.js.map +1 -1
- package/dist/src/shared/loadRegistry.d.ts +12 -3
- package/dist/src/shared/loadRegistry.d.ts.map +1 -1
- package/dist/src/shared/loadRegistry.js +19 -20
- package/dist/src/shared/loadRegistry.js.map +1 -1
- package/dist/src/shared/registryClient.d.ts +19 -0
- package/dist/src/shared/registryClient.d.ts.map +1 -0
- package/dist/src/shared/registryClient.js +128 -0
- package/dist/src/shared/registryClient.js.map +1 -0
- package/dist/src/shared/resolveEntry.d.ts +10 -7
- package/dist/src/shared/resolveEntry.d.ts.map +1 -1
- package/dist/src/shared/resolveEntry.js +18 -13
- package/dist/src/shared/resolveEntry.js.map +1 -1
- package/dist/src/shared/suggestOtherCommand.d.ts +7 -1
- package/dist/src/shared/suggestOtherCommand.d.ts.map +1 -1
- package/dist/src/shared/suggestOtherCommand.js +29 -23
- package/dist/src/shared/suggestOtherCommand.js.map +1 -1
- package/dist/src/types/main.d.ts +31 -2
- package/dist/src/types/main.d.ts.map +1 -1
- package/package.json +6 -11
- package/apps/lib/components/ActionButton.tsx +0 -93
- package/apps/lib/components/ActionsGroup.tsx +0 -27
- package/apps/lib/components/AlertDialog.tsx +0 -204
- package/apps/lib/components/Avatar.tsx +0 -46
- package/apps/lib/components/Badge.tsx +0 -250
- package/apps/lib/components/BadgeField.tsx +0 -403
- package/apps/lib/components/Breadcrumb.tsx +0 -280
- package/apps/lib/components/Button.tsx +0 -325
- package/apps/lib/components/ButtonGroup.tsx +0 -190
- package/apps/lib/components/Calendar.tsx +0 -115
- package/apps/lib/components/Card.tsx +0 -95
- package/apps/lib/components/Checkbox.tsx +0 -42
- package/apps/lib/components/ColorPicker.tsx +0 -441
- package/apps/lib/components/ConclusionHeader.tsx +0 -148
- package/apps/lib/components/ContextMenu.tsx +0 -571
- package/apps/lib/components/CountBadge.tsx +0 -52
- package/apps/lib/components/DataTable.tsx +0 -213
- package/apps/lib/components/DataViews/badge.ts +0 -49
- package/apps/lib/components/DataViews/cell.tsx +0 -324
- package/apps/lib/components/DataViews/context.ts +0 -144
- package/apps/lib/components/DataViews/data-views.tsx +0 -395
- package/apps/lib/components/DataViews/filters/children.tsx +0 -98
- package/apps/lib/components/DataViews/filters/custom.tsx +0 -34
- package/apps/lib/components/DataViews/filters/filters.tsx +0 -157
- package/apps/lib/components/DataViews/filters/index.ts +0 -4
- package/apps/lib/components/DataViews/filters/labelled.tsx +0 -20
- package/apps/lib/components/DataViews/filters/presets.tsx +0 -65
- package/apps/lib/components/DataViews/filters/sync.tsx +0 -35
- package/apps/lib/components/DataViews/filters/values.ts +0 -173
- package/apps/lib/components/DataViews/header.tsx +0 -220
- package/apps/lib/components/DataViews/hooks/index.ts +0 -5
- package/apps/lib/components/DataViews/hooks/useActiveRow.ts +0 -22
- package/apps/lib/components/DataViews/hooks/useControllable.ts +0 -52
- package/apps/lib/components/DataViews/index.ts +0 -88
- package/apps/lib/components/DataViews/panel/columns.tsx +0 -153
- package/apps/lib/components/DataViews/panel/controls.tsx +0 -106
- package/apps/lib/components/DataViews/panel/index.ts +0 -3
- package/apps/lib/components/DataViews/panel/panel.tsx +0 -164
- package/apps/lib/components/DataViews/panel/saved-views.tsx +0 -67
- package/apps/lib/components/DataViews/panel/section.tsx +0 -81
- package/apps/lib/components/DataViews/panel/sort.tsx +0 -42
- package/apps/lib/components/DataViews/panel/tab.tsx +0 -31
- package/apps/lib/components/DataViews/slots.ts +0 -72
- package/apps/lib/components/DataViews/states.tsx +0 -73
- package/apps/lib/components/DataViews/types.ts +0 -510
- package/apps/lib/components/DataViews/views/board-view.tsx +0 -381
- package/apps/lib/components/DataViews/views/card-rows.tsx +0 -36
- package/apps/lib/components/DataViews/views/inbox-view.tsx +0 -260
- package/apps/lib/components/DataViews/views/pane-views.tsx +0 -196
- package/apps/lib/components/DataViews/views/table-view.tsx +0 -493
- package/apps/lib/components/DataViews/views/tree-view.tsx +0 -367
- package/apps/lib/components/DatePicker.tsx +0 -232
- package/apps/lib/components/Dialog.tsx +0 -116
- package/apps/lib/components/Divider.tsx +0 -28
- package/apps/lib/components/Drawer.tsx +0 -451
- package/apps/lib/components/DropdownMenu.tsx +0 -554
- package/apps/lib/components/FieldHint.tsx +0 -69
- package/apps/lib/components/Form.tsx +0 -182
- package/apps/lib/components/FormBuilder/context.ts +0 -85
- package/apps/lib/components/FormBuilder/field-kind.ts +0 -28
- package/apps/lib/components/FormBuilder/fields/ChoiceFields.tsx +0 -60
- package/apps/lib/components/FormBuilder/fields/ColorField.tsx +0 -59
- package/apps/lib/components/FormBuilder/fields/CustomField.tsx +0 -11
- package/apps/lib/components/FormBuilder/fields/DateField.tsx +0 -32
- package/apps/lib/components/FormBuilder/fields/FieldArray.tsx +0 -74
- package/apps/lib/components/FormBuilder/fields/FieldShell.tsx +0 -168
- package/apps/lib/components/FormBuilder/fields/FileField.tsx +0 -39
- package/apps/lib/components/FormBuilder/fields/OptionListFields.tsx +0 -132
- package/apps/lib/components/FormBuilder/fields/OtpField.tsx +0 -31
- package/apps/lib/components/FormBuilder/fields/PhoneField.tsx +0 -109
- package/apps/lib/components/FormBuilder/fields/RichTextEditorField.tsx +0 -31
- package/apps/lib/components/FormBuilder/fields/SelectField.tsx +0 -114
- package/apps/lib/components/FormBuilder/fields/SignatureField.tsx +0 -157
- package/apps/lib/components/FormBuilder/fields/SliderField.tsx +0 -67
- package/apps/lib/components/FormBuilder/fields/SwitchBoxField.tsx +0 -41
- package/apps/lib/components/FormBuilder/fields/TableField.tsx +0 -336
- package/apps/lib/components/FormBuilder/fields/TextField.tsx +0 -213
- package/apps/lib/components/FormBuilder/fields/TreeSelectField.tsx +0 -43
- package/apps/lib/components/FormBuilder/fields/countries.ts +0 -303
- package/apps/lib/components/FormBuilder/fields/index.ts +0 -25
- package/apps/lib/components/FormBuilder/form-builder.tsx +0 -198
- package/apps/lib/components/FormBuilder/index.ts +0 -31
- package/apps/lib/components/FormBuilder/numberFormat.ts +0 -16
- package/apps/lib/components/FormBuilder/submit.tsx +0 -67
- package/apps/lib/components/FormBuilder/types.ts +0 -316
- package/apps/lib/components/FormRenderer/FormDrawer.tsx +0 -250
- package/apps/lib/components/FormRenderer/detail.tsx +0 -256
- package/apps/lib/components/FormRenderer/form-renderer.tsx +0 -358
- package/apps/lib/components/FormRenderer/header.tsx +0 -88
- package/apps/lib/components/FormRenderer/index.ts +0 -17
- package/apps/lib/components/FormRenderer/notch-action.tsx +0 -64
- package/apps/lib/components/FormRenderer/section.tsx +0 -39
- package/apps/lib/components/FormRenderer/stepper.tsx +0 -393
- package/apps/lib/components/FormRenderer/types.ts +0 -115
- package/apps/lib/components/FormSummary.tsx +0 -282
- package/apps/lib/components/HeaderBar.tsx +0 -117
- package/apps/lib/components/ImageAttachment.tsx +0 -209
- package/apps/lib/components/InnerLabelField.tsx +0 -154
- package/apps/lib/components/Input.tsx +0 -224
- package/apps/lib/components/InputField.tsx +0 -147
- package/apps/lib/components/InputOTP.tsx +0 -84
- package/apps/lib/components/Label.tsx +0 -129
- package/apps/lib/components/LabelField.tsx +0 -76
- package/apps/lib/components/LabeledCheckBox.tsx +0 -51
- package/apps/lib/components/LabeledRadio.tsx +0 -51
- package/apps/lib/components/LinkButton.tsx +0 -94
- package/apps/lib/components/LoginButton.tsx +0 -51
- package/apps/lib/components/PasswordLevel.tsx +0 -58
- package/apps/lib/components/Popover.tsx +0 -312
- package/apps/lib/components/ProfileMenu.tsx +0 -85
- package/apps/lib/components/Radio.tsx +0 -59
- package/apps/lib/components/RadioCard.tsx +0 -50
- package/apps/lib/components/ScrollArea.tsx +0 -54
- package/apps/lib/components/SearchField.tsx +0 -62
- package/apps/lib/components/SearchableSelect.tsx +0 -318
- package/apps/lib/components/SearchableTable.tsx +0 -344
- package/apps/lib/components/SearchableTree.tsx +0 -485
- package/apps/lib/components/SearchableTreeDialog.tsx +0 -502
- package/apps/lib/components/SectionBlock.tsx +0 -168
- package/apps/lib/components/Select.tsx +0 -347
- package/apps/lib/components/SimpleSelect.tsx +0 -225
- package/apps/lib/components/Skeleton.tsx +0 -12
- package/apps/lib/components/SlideDatePicker.tsx +0 -255
- package/apps/lib/components/SpinLoading.tsx +0 -174
- package/apps/lib/components/Stepper.tsx +0 -480
- package/apps/lib/components/Switch.tsx +0 -82
- package/apps/lib/components/TabFormItem.tsx +0 -153
- package/apps/lib/components/TabSwitch.tsx +0 -172
- package/apps/lib/components/Table.tsx +0 -597
- package/apps/lib/components/TextEditor/ChartBlockTool.ts +0 -676
- package/apps/lib/components/TextEditor/RichTextField.tsx +0 -46
- package/apps/lib/components/TextEditor/TableDnDWrapper.ts +0 -462
- package/apps/lib/components/TextEditor/TextEditor.tsx +0 -1164
- package/apps/lib/components/TextEditor/TextEditorToolbar.tsx +0 -429
- package/apps/lib/components/TextEditor/editor-tools/AlignmentTune.ts +0 -70
- package/apps/lib/components/TextEditor/editor-tools/ColorInlineTool.ts +0 -50
- package/apps/lib/components/TextEditor/editor-tools/StrikethroughInlineTool.ts +0 -48
- package/apps/lib/components/TextEditor/editor-tools/inlineFormat.ts +0 -98
- package/apps/lib/components/TextEditor/editorjs.d.ts +0 -60
- package/apps/lib/components/TextEditor/index.ts +0 -7
- package/apps/lib/components/TextEditor/markdownParser.ts +0 -346
- package/apps/lib/components/Textarea.tsx +0 -117
- package/apps/lib/components/Timeline.tsx +0 -263
- package/apps/lib/components/Toast.tsx +0 -87
- package/apps/lib/components/Toggle.tsx +0 -125
- package/apps/lib/components/ToggleButton.tsx +0 -140
- package/apps/lib/components/Tooltip.tsx +0 -116
- package/apps/lib/components/TransparentLabel.tsx +0 -71
- package/apps/lib/components/TreeDropDown.tsx +0 -115
- package/apps/lib/components/TreeFolder/TreeFolder.tsx +0 -380
- package/apps/lib/components/TreeFolder/TreeFolderBreadcrumb.tsx +0 -75
- package/apps/lib/components/TreeFolder/TreeFolderRow.tsx +0 -354
- package/apps/lib/components/TreeFolder/TreeFolderStyles.tsx +0 -60
- package/apps/lib/components/TreeFolder/icons.tsx +0 -60
- package/apps/lib/components/TreeFolder/index.ts +0 -24
- package/apps/lib/components/TreeFolder/treeFolderUtils.ts +0 -109
- package/apps/lib/components/TreeFolder/types.ts +0 -77
- package/apps/lib/components/TreeFolder/useTreeFolderDnD.ts +0 -118
- package/apps/lib/hooks/useActiveTreeItem.ts +0 -61
- package/apps/lib/hooks/useClickOutside.ts +0 -27
- package/apps/lib/hooks/useDragDrop.tsx +0 -365
- package/apps/lib/hooks/useHtmlDir.ts +0 -31
- package/apps/lib/hooks/useInfiniteScroll.ts +0 -108
- package/apps/lib/hooks/useIsMobile.ts +0 -21
- package/apps/lib/hooks/useResize.ts +0 -67
- package/apps/lib/hooks/useTagSelection.ts +0 -300
- package/apps/lib/layouts/CNLayout.tsx +0 -372
- package/apps/lib/layouts/DataViewCard.tsx +0 -62
- package/apps/lib/layouts/FieldSection.tsx +0 -91
- package/apps/lib/layouts/TreeSubLayout.tsx +0 -173
- package/apps/lib/providers/ThemeProvider.tsx +0 -84
- package/apps/lib/registry.json +0 -1217
- package/apps/lib/tsconfig.json +0 -9
- package/apps/lib/tsconfig.tsbuildinfo +0 -1
- package/apps/lib/utils/cn.ts +0 -6
- package/apps/lib/utils/color.ts +0 -175
- package/apps/lib/utils/dataViews/path.ts +0 -67
- package/apps/lib/utils/dataViews/query.ts +0 -73
- package/apps/lib/utils/dataViews/types.ts +0 -187
- package/apps/lib/utils/dateFormat.ts +0 -108
- package/apps/lib/utils/resize.ts +0 -31
- package/apps/lib/utils/scroller.ts +0 -26
- package/apps/lib/utils/types.ts +0 -16
- package/docs/BLOCKS.md +0 -129
- package/docs/CHANGELOG-1.1.16.md +0 -108
- package/docs/Cover.png +0 -0
- package/docs/README.md +0 -215
- package/docs/components/action-button.md +0 -638
- package/docs/components/actions-group.md +0 -708
- package/docs/components/alert-dialog.md +0 -920
- package/docs/components/avatar.md +0 -709
- package/docs/components/badge-field.md +0 -738
- package/docs/components/badge.md +0 -301
- package/docs/components/breadcrumb.md +0 -930
- package/docs/components/button-group.md +0 -650
- package/docs/components/button.md +0 -639
- package/docs/components/calendar.md +0 -555
- package/docs/components/card.md +0 -622
- package/docs/components/chart-block-tool.md +0 -129
- package/docs/components/checkbox.md +0 -699
- package/docs/components/cn-layout.md +0 -854
- package/docs/components/color-picker.md +0 -101
- package/docs/components/conclusion-header.md +0 -80
- package/docs/components/context-menu.md +0 -483
- package/docs/components/count-badge.md +0 -560
- package/docs/components/data-table.md +0 -854
- package/docs/components/data-views/backend-response.md +0 -324
- package/docs/components/data-views/examples/a11y-rtl.md +0 -250
- package/docs/components/data-views/examples/api-orders-route.md +0 -130
- package/docs/components/data-views/examples/fields.md +0 -362
- package/docs/components/data-views/examples/filters.md +0 -307
- package/docs/components/data-views/examples/inbox-routing.md +0 -218
- package/docs/components/data-views/examples/index.md +0 -29
- package/docs/components/data-views/examples/overview.md +0 -244
- package/docs/components/data-views/examples/panel.md +0 -212
- package/docs/components/data-views/examples/scale.md +0 -231
- package/docs/components/data-views/examples/server-side.md +0 -210
- package/docs/components/data-views/examples/state.md +0 -250
- package/docs/components/data-views/examples/tree-custom.md +0 -388
- package/docs/components/data-views/examples/view-registry.md +0 -313
- package/docs/components/data-views/examples/views.md +0 -534
- package/docs/components/data-views/guide.md +0 -405
- package/docs/components/data-views/index.md +0 -1521
- package/docs/components/data-views/migration.md +0 -81
- package/docs/components/date-picker.md +0 -857
- package/docs/components/dialog.md +0 -929
- package/docs/components/divider.md +0 -766
- package/docs/components/drawer.md +0 -654
- package/docs/components/dropdown-menu.md +0 -668
- package/docs/components/field-hint.md +0 -898
- package/docs/components/field-section.md +0 -781
- package/docs/components/form-builder.md +0 -284
- package/docs/components/form-renderer.md +0 -396
- package/docs/components/form-summary.md +0 -138
- package/docs/components/form.md +0 -785
- package/docs/components/header-bar.md +0 -188
- package/docs/components/image-attachment.md +0 -906
- package/docs/components/inner-label-field.md +0 -819
- package/docs/components/input-field.md +0 -623
- package/docs/components/input-otp.md +0 -756
- package/docs/components/input.md +0 -634
- package/docs/components/label-field.md +0 -770
- package/docs/components/label.md +0 -761
- package/docs/components/labeled-check-box.md +0 -642
- package/docs/components/labeled-radio.md +0 -796
- package/docs/components/link-button.md +0 -685
- package/docs/components/login-button.md +0 -872
- package/docs/components/password-level.md +0 -803
- package/docs/components/popover.md +0 -649
- package/docs/components/profile-menu.md +0 -656
- package/docs/components/radio-card.md +0 -801
- package/docs/components/radio.md +0 -735
- package/docs/components/scroll-area.md +0 -691
- package/docs/components/search-field.md +0 -702
- package/docs/components/searchable-select.md +0 -368
- package/docs/components/searchable-table.md +0 -438
- package/docs/components/searchable-tree-dialog.md +0 -190
- package/docs/components/searchable-tree.md +0 -200
- package/docs/components/section-block.md +0 -483
- package/docs/components/select.md +0 -709
- package/docs/components/simple-select.md +0 -741
- package/docs/components/skeleton.md +0 -706
- package/docs/components/slide-date-picker.md +0 -837
- package/docs/components/spin-loading.md +0 -696
- package/docs/components/stepper.md +0 -316
- package/docs/components/switch.md +0 -770
- package/docs/components/tab-form-item.md +0 -773
- package/docs/components/tab-switch.md +0 -170
- package/docs/components/table-dnd-wrapper.md +0 -107
- package/docs/components/table.md +0 -1088
- package/docs/components/text-editor.md +0 -735
- package/docs/components/textarea.md +0 -681
- package/docs/components/timeline.md +0 -254
- package/docs/components/toast.md +0 -773
- package/docs/components/toggle-button.md +0 -643
- package/docs/components/toggle.md +0 -882
- package/docs/components/tooltip.md +0 -513
- package/docs/components/transparent-label.md +0 -721
- package/docs/components/tree-drop-down.md +0 -740
- package/docs/components/tree-folder.md +0 -110
- package/docs/components/tree-sub-layout.md +0 -707
- package/docs/explanation/architecture.md +0 -54
- package/docs/explanation/design-system.md +0 -52
- package/docs/how-to/form-and-list-recipes.md +0 -386
- package/docs/how-to/forms-with-form-builder.md +0 -472
- package/docs/how-to/guides.md +0 -1027
- package/docs/migration/changelog.md +0 -60
- package/docs/migration/form-builder-2.5.2.md +0 -113
- package/docs/reference/cli.md +0 -112
- package/docs/reference/components.md +0 -572
- package/docs/reference/hooks.md +0 -1523
- package/docs/reference/providers.md +0 -866
- package/docs/reference/tailwind-plugins.md +0 -942
- package/docs/reference/theme.md +0 -85
- package/docs/reference/types.md +0 -1016
- package/docs/reference/utilities.md +0 -726
- package/docs/tutorials/building-first-form.md +0 -846
- package/docs/tutorials/component-composition.md +0 -882
- package/docs/tutorials/getting-started.md +0 -302
- package/docs/tutorials/theming-basics.md +0 -785
package/docs/BLOCKS.md
DELETED
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
# TORCH-Glare Blocks System
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
Blocks are complete, pre-built page templates that combine multiple components. Unlike components which are installed and used via props, blocks are copied into your project for direct customization.
|
|
6
|
-
|
|
7
|
-
| Aspect | Components | Blocks |
|
|
8
|
-
|--------|------------|--------|
|
|
9
|
-
| Installation | Installed to `components/` | Copied to `blocks/` |
|
|
10
|
-
| Customization | Use via props | Edit source directly |
|
|
11
|
-
| Dependencies | Standalone | Requires other components + npm packages |
|
|
12
|
-
| Scope | Single UI element | Full page/section template |
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
## Block Directory Structure
|
|
17
|
-
|
|
18
|
-
Each block is a folder containing multiple related files:
|
|
19
|
-
|
|
20
|
-
```
|
|
21
|
-
apps/lib/blocks/
|
|
22
|
-
└── BlockName/
|
|
23
|
-
├── index.tsx # Main export (compound component)
|
|
24
|
-
├── types.ts # TypeScript interfaces
|
|
25
|
-
├── Provider.tsx # Context for shared state
|
|
26
|
-
└── SubComponent.tsx # Individual sub-components
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
## Block Architecture
|
|
32
|
-
|
|
33
|
-
### 1. Compound Component Pattern
|
|
34
|
-
|
|
35
|
-
The main `index.tsx` exports a root component with sub-components attached as properties. This allows usage like `Block.Toolbar`, `Block.Content`, etc.
|
|
36
|
-
|
|
37
|
-
The root component wraps children in a context provider so all sub-components can access shared state.
|
|
38
|
-
|
|
39
|
-
### 2. Context Provider
|
|
40
|
-
|
|
41
|
-
A React context manages all block state (current view, filters, search, pagination, selection, etc.). Sub-components consume this context via a custom hook.
|
|
42
|
-
|
|
43
|
-
### 3. Types File
|
|
44
|
-
|
|
45
|
-
Defines all TypeScript interfaces for the block's data structures, props, and state.
|
|
46
|
-
|
|
47
|
-
### 4. Sub-Components
|
|
48
|
-
|
|
49
|
-
Each sub-component:
|
|
50
|
-
- Consumes the context via the custom hook
|
|
51
|
-
- Handles its specific UI/logic
|
|
52
|
-
- Uses CVA for styling variants
|
|
53
|
-
- Follows the standard component patterns from CLAUDE.md
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
## CLI Block Command
|
|
58
|
-
|
|
59
|
-
### Location
|
|
60
|
-
`cli/src/commands/block.ts`
|
|
61
|
-
|
|
62
|
-
### What It Does
|
|
63
|
-
|
|
64
|
-
1. **Copies block files** - Copies the entire block folder from the package to user's `blocks/` directory
|
|
65
|
-
|
|
66
|
-
2. **Installs component dependencies** - Each block declares what components it needs. The CLI runs `torch-glare add <component>` for each.
|
|
67
|
-
|
|
68
|
-
3. **Installs utility dependencies** - Copies required utils (cn, types) to user's `utils/` directory
|
|
69
|
-
|
|
70
|
-
4. **Installs npm packages** - Detects package manager (npm/yarn/pnpm) and installs required packages that aren't already installed
|
|
71
|
-
|
|
72
|
-
5. **Updates import paths** - Rewrites imports in copied files from `@/` aliases to relative paths (`../../components/`, `../../utils/`)
|
|
73
|
-
|
|
74
|
-
### Dependency Registry
|
|
75
|
-
|
|
76
|
-
The CLI maintains a registry of what each block requires:
|
|
77
|
-
|
|
78
|
-
```
|
|
79
|
-
BLOCK_DEPENDENCIES = {
|
|
80
|
-
BlockName: {
|
|
81
|
-
components: [...], // Component files to install
|
|
82
|
-
utils: [...], // Utility files to copy
|
|
83
|
-
npmPackages: [...], // npm packages to install
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
### Import Path Transformation
|
|
89
|
-
|
|
90
|
-
Since users may not have the same tsconfig path aliases, the CLI transforms:
|
|
91
|
-
- `@/components/X` → `../../components/X`
|
|
92
|
-
- `@/utils/X` → `../../utils/X`
|
|
93
|
-
- `../components/X` → `../../components/X`
|
|
94
|
-
- `../utils/X` → `../../utils/X`
|
|
95
|
-
|
|
96
|
-
### Package Manager Detection
|
|
97
|
-
|
|
98
|
-
The CLI checks for lock files to detect the package manager:
|
|
99
|
-
- `pnpm-lock.yaml` → pnpm
|
|
100
|
-
- `yarn.lock` → yarn
|
|
101
|
-
- Otherwise → npm
|
|
102
|
-
|
|
103
|
-
---
|
|
104
|
-
|
|
105
|
-
## CLI Registration
|
|
106
|
-
|
|
107
|
-
The block command is registered in `cli/bin/index.ts` alongside other commands (like `add` for components).
|
|
108
|
-
|
|
109
|
-
---
|
|
110
|
-
|
|
111
|
-
## Adding a New Block
|
|
112
|
-
|
|
113
|
-
1. Create the block folder in `apps/lib/blocks/`
|
|
114
|
-
2. Implement using compound component + context pattern
|
|
115
|
-
3. Add entry to `BLOCK_DEPENDENCIES` in `cli/src/commands/block.ts`
|
|
116
|
-
4. Export from `apps/lib/blocks/index.ts`
|
|
117
|
-
|
|
118
|
-
---
|
|
119
|
-
|
|
120
|
-
## Final Directory Structure After Installation
|
|
121
|
-
|
|
122
|
-
```
|
|
123
|
-
user-project/
|
|
124
|
-
├── blocks/
|
|
125
|
-
│ └── BlockName/ # Copied block files
|
|
126
|
-
├── components/ # Auto-installed components
|
|
127
|
-
├── utils/ # Auto-installed utilities
|
|
128
|
-
└── package.json # Updated with npm dependencies
|
|
129
|
-
```
|
package/docs/CHANGELOG-1.1.16.md
DELETED
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
# TORCH Glare v1.1.16 — Changelog
|
|
2
|
-
|
|
3
|
-
## New Components
|
|
4
|
-
|
|
5
|
-
### TextEditor
|
|
6
|
-
Full-featured block-style text editor built on Editor.js.
|
|
7
|
-
|
|
8
|
-
**Features:**
|
|
9
|
-
- 17 built-in block tools (header, list, nested list, checklist, quote, warning, code, delimiter, embed, table, link, image, raw HTML, chart, marker, inline code, underline)
|
|
10
|
-
- Auto RTL/LTR direction detection per block — Arabic text becomes RTL, English stays LTR in the same editor
|
|
11
|
-
- Markdown paste support — detects markdown in clipboard, parses to Editor.js blocks, renders in a single pass
|
|
12
|
-
- Idle-scheduled saves via `requestIdleCallback` with 500ms debounce
|
|
13
|
-
- RAF-batched input direction checks (non-blocking)
|
|
14
|
-
- O(1) MutationObserver for new block direction detection
|
|
15
|
-
- Dark mode support via `data-theme="dark"`
|
|
16
|
-
- Heading level styles restored (Tailwind preflight strips defaults)
|
|
17
|
-
- Table dark mode overrides, popover dark mode, inline toolbar dark mode
|
|
18
|
-
- Scrollbar styling for popovers
|
|
19
|
-
|
|
20
|
-
**Props:**
|
|
21
|
-
- `size` — `S | M | L | XL` (optional, no default — use `className` for custom sizing)
|
|
22
|
-
- `variant` — `PresentationStyle` (default)
|
|
23
|
-
- `data` — Initial `OutputData` for the editor
|
|
24
|
-
- `onChange` — Callback with `OutputData` on content change
|
|
25
|
-
- `onReady` — Callback when editor is ready
|
|
26
|
-
- `readOnly` — Toggle read-only mode (can change without recreating editor)
|
|
27
|
-
- `disabled` — Disable the editor
|
|
28
|
-
- `placeholder` — Placeholder text
|
|
29
|
-
- `autofocus` — Auto-focus on mount
|
|
30
|
-
- `tools` — Custom Editor.js tools config (overrides defaults)
|
|
31
|
-
- `minHeight` — Custom min-height in pixels
|
|
32
|
-
- `theme` — `dark | light | default`
|
|
33
|
-
|
|
34
|
-
**Ref methods:** `save()`, `clear()`, `render(data)`, `focus(atEnd?)`, `getInstance()`
|
|
35
|
-
|
|
36
|
-
**Files:** `components/TextEditor.tsx`, `utils/markdownParser.ts`, `types/editorjs.d.ts`
|
|
37
|
-
|
|
38
|
-
---
|
|
39
|
-
|
|
40
|
-
### ChartBlockTool
|
|
41
|
-
Editor.js block tool for rendering interactive charts via Chart.js.
|
|
42
|
-
|
|
43
|
-
**Supported chart types:** bar, line, pie, doughnut, radar, polarArea
|
|
44
|
-
|
|
45
|
-
**Features:**
|
|
46
|
-
- Inline data table editor with add/remove rows and columns
|
|
47
|
-
- Color pickers per dataset
|
|
48
|
-
- Chart type selector with visual buttons
|
|
49
|
-
- Title input
|
|
50
|
-
- Toggle between editor panel and chart preview
|
|
51
|
-
- Dark mode support
|
|
52
|
-
|
|
53
|
-
**File:** `components/ChartBlockTool.ts`
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
### Breadcrumb
|
|
58
|
-
Navigation breadcrumb component with separator support.
|
|
59
|
-
|
|
60
|
-
**Exports:** `Breadcrumb`, `BreadcrumbList`, `BreadcrumbItem`, `BreadcrumbLink`, `BreadcrumbPage`, `BreadcrumbSeparator`, `BreadcrumbEllipsis`
|
|
61
|
-
|
|
62
|
-
**File:** `components/Breadcrumb.tsx`
|
|
63
|
-
|
|
64
|
-
---
|
|
65
|
-
|
|
66
|
-
### ButtonGroup
|
|
67
|
-
Container component for grouping buttons together.
|
|
68
|
-
|
|
69
|
-
**File:** `components/ButtonGroup.tsx`
|
|
70
|
-
|
|
71
|
-
---
|
|
72
|
-
|
|
73
|
-
### ToggleButton
|
|
74
|
-
Toggle button with active/inactive states.
|
|
75
|
-
|
|
76
|
-
**File:** `components/ToggleButton.tsx`
|
|
77
|
-
|
|
78
|
-
---
|
|
79
|
-
|
|
80
|
-
## New Utilities
|
|
81
|
-
|
|
82
|
-
### markdownParser
|
|
83
|
-
Utility for detecting and parsing markdown text into Editor.js block format.
|
|
84
|
-
|
|
85
|
-
**Exports:**
|
|
86
|
-
- `isMarkdown(text)` — Heuristic detection scoring (returns `true` if text is likely markdown)
|
|
87
|
-
- `parseMarkdownToBlocks(text)` — State-machine line parser converting markdown to Editor.js blocks
|
|
88
|
-
|
|
89
|
-
**Supported markdown elements:** headings, bullet/numbered lists, checklists, code blocks (with language), blockquotes, horizontal rules, tables, inline formatting (bold, italic, code, links, strikethrough)
|
|
90
|
-
|
|
91
|
-
**File:** `utils/markdownParser.ts`
|
|
92
|
-
|
|
93
|
-
---
|
|
94
|
-
|
|
95
|
-
## Changes to Existing Components
|
|
96
|
-
|
|
97
|
-
### TextEditor (from previous commits in this branch)
|
|
98
|
-
- Removed border styles (no focus, hover, or error borders)
|
|
99
|
-
- Removed `SystemStyle` variant — only `PresentationStyle` remains
|
|
100
|
-
- Removed `error` prop and variant
|
|
101
|
-
- Size is now optional — omit `size` and use `className` for fully custom sizing
|
|
102
|
-
- `spellCheck={false}` and `translate="no"` on holder div for reduced browser overhead
|
|
103
|
-
|
|
104
|
-
---
|
|
105
|
-
|
|
106
|
-
## Documentation
|
|
107
|
-
- Added `CLAUDE.md` — Development guide for component patterns, CVA conventions, file structure, and styling tokens
|
|
108
|
-
- Added `docs/BLOCKS.md` — Documentation for the TORCH Glare blocks system
|
package/docs/Cover.png
DELETED
|
Binary file
|
package/docs/README.md
DELETED
|
@@ -1,215 +0,0 @@
|
|
|
1
|
-
# TORCH Glare Components Library
|
|
2
|
-
|
|
3
|
-
Welcome to the **TORCH Glare Components Library**! This library provides a collection of reusable React components to help you build user interfaces efficiently. Additionally, a CLI tool (**torch-glare CLI**) is available to streamline component management.
|
|
4
|
-
|
|
5
|
-
## Table of Contents
|
|
6
|
-
|
|
7
|
-
1. [Installation](#installation)
|
|
8
|
-
2. [Usage](#usage)
|
|
9
|
-
3. [CLI Commands](#cli-commands)
|
|
10
|
-
4. [Theming](#theming)
|
|
11
|
-
5. [Contributing](#contributing)
|
|
12
|
-
6. [License](#license)
|
|
13
|
-
|
|
14
|
-
## Installation
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## 1. Initialize Your Project
|
|
18
|
-
|
|
19
|
-
To install the TORCH Glare Components Library, run the following command:
|
|
20
|
-
|
|
21
|
-
```sh
|
|
22
|
-
npx torch-glare@latest init
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
This command will:
|
|
26
|
-
- Create or modify the `tailwind.config.js` file to support Tailwind CSS for Tailwind versions less then 4.
|
|
27
|
-
- Generate a `glare.json` file where you can customize the installation path for components.
|
|
28
|
-
|
|
29
|
-
### Tailwind CSS Requirement
|
|
30
|
-
Ensure that Tailwind CSS is installed in your project before running the initialization command.
|
|
31
|
-
|
|
32
|
-
## 2. Add Essential Plugins for Tailwind CSS
|
|
33
|
-
|
|
34
|
-
If you're using Tailwind CSS version 4 or above, add the following plugins to your global CSS file:
|
|
35
|
-
|
|
36
|
-
```css
|
|
37
|
-
@import "tailwindcss";
|
|
38
|
-
/* Essential plugins */
|
|
39
|
-
@plugin 'glare-typography';
|
|
40
|
-
@plugin 'mapping-color-system';
|
|
41
|
-
@plugin 'glare-torch-mode';
|
|
42
|
-
@plugin 'tailwind-scrollbar-hide';
|
|
43
|
-
@plugin 'tailwindcss-animate';
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### 2. Add Remix Icon Library
|
|
48
|
-
Include the following in `index.html` or nextjs `layout.tsx` or meta data for icon support:
|
|
49
|
-
|
|
50
|
-
```html
|
|
51
|
-
<html>
|
|
52
|
-
<head>
|
|
53
|
-
<link
|
|
54
|
-
href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css"
|
|
55
|
-
rel="stylesheet"
|
|
56
|
-
/>
|
|
57
|
-
</head>
|
|
58
|
-
<body></body>
|
|
59
|
-
</html>
|
|
60
|
-
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
## 3. Configure Installation Path
|
|
64
|
-
|
|
65
|
-
Adjust the `glare.json` file to specify where you want to install components:
|
|
66
|
-
|
|
67
|
-
```json
|
|
68
|
-
{
|
|
69
|
-
"path": "./src" // The directory where components will be installed
|
|
70
|
-
}
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
### 4. Add Components
|
|
74
|
-
To add a specific component, run:
|
|
75
|
-
|
|
76
|
-
```sh
|
|
77
|
-
npx torch-glare@latest add [component-name]
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
Or, to add components interactively:
|
|
81
|
-
|
|
82
|
-
```sh
|
|
83
|
-
npx torch-glare@latest add
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
## Usage
|
|
87
|
-
|
|
88
|
-
Once installed, import and use the components as needed:
|
|
89
|
-
|
|
90
|
-
```tsx
|
|
91
|
-
import React from "react";
|
|
92
|
-
import { Button } from "./components";
|
|
93
|
-
|
|
94
|
-
const App = () => {
|
|
95
|
-
return (
|
|
96
|
-
<div>
|
|
97
|
-
<Button >Hello.</Button>
|
|
98
|
-
</div>
|
|
99
|
-
);
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
export default App;
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
## CLI Commands
|
|
106
|
-
|
|
107
|
-
### Initialize Configuration
|
|
108
|
-
```sh
|
|
109
|
-
npx torch-glare@latest init
|
|
110
|
-
```
|
|
111
|
-
- Creates a `glare.json` configuration file.
|
|
112
|
-
- Create or modify `tailwind.config.ts` file for tailwind support.
|
|
113
|
-
|
|
114
|
-
### Add Components
|
|
115
|
-
```sh
|
|
116
|
-
npx torch-glare@latest add [component]
|
|
117
|
-
```
|
|
118
|
-
Adds a specific component or runs an interactive prompt if no name is provided.
|
|
119
|
-
|
|
120
|
-
### Add Hooks
|
|
121
|
-
```sh
|
|
122
|
-
npx torch-glare@latest hook [hook]
|
|
123
|
-
```
|
|
124
|
-
Adds a specific hook or runs an interactive prompt if no name is provided.
|
|
125
|
-
|
|
126
|
-
### Add Utilities
|
|
127
|
-
```sh
|
|
128
|
-
npx torch-glare@latest util [util]
|
|
129
|
-
```
|
|
130
|
-
Adds a specific utility or runs an interactive prompt if no name is provided.
|
|
131
|
-
|
|
132
|
-
### Providers
|
|
133
|
-
```sh
|
|
134
|
-
npx torch-glare@latest provider [provider]
|
|
135
|
-
```
|
|
136
|
-
Adds a specific provider or runs an interactive prompt if no name is provided.
|
|
137
|
-
|
|
138
|
-
### Add Layouts
|
|
139
|
-
```sh
|
|
140
|
-
npx torch-glare@latest layout [layout]
|
|
141
|
-
```
|
|
142
|
-
Adds a specific layout or runs an interactive prompt if no name is provided.
|
|
143
|
-
|
|
144
|
-
> Component names are case-sensitive and PascalCase (e.g. `add DatePicker`).
|
|
145
|
-
|
|
146
|
-
### Update Installed Resources
|
|
147
|
-
|
|
148
|
-
```sh
|
|
149
|
-
npx torch-glare@latest update
|
|
150
|
-
```
|
|
151
|
-
Updates all installed components, hooks, utilities, and providers.
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
## Theming
|
|
155
|
-
|
|
156
|
-
The TORCH Glare Components Library supports both light and dark themes. You can set a fixed theme for your components using the `theme` attribute.
|
|
157
|
-
|
|
158
|
-
### Setting a Fixed Theme
|
|
159
|
-
|
|
160
|
-
To apply a fixed theme (dark or light) to a component, add the `theme `attribute with the desired theme value:
|
|
161
|
-
|
|
162
|
-
```tsx
|
|
163
|
-
import React from "react";
|
|
164
|
-
import { Button } from "./components";
|
|
165
|
-
|
|
166
|
-
const App = () => {
|
|
167
|
-
return (
|
|
168
|
-
<div>
|
|
169
|
-
<Button theme="dark">Dark Theme Button</Button>
|
|
170
|
-
<Button theme="light">Light Theme Button</Button>
|
|
171
|
-
</div>
|
|
172
|
-
);
|
|
173
|
-
};
|
|
174
|
-
|
|
175
|
-
export default App;
|
|
176
|
-
```
|
|
177
|
-
|
|
178
|
-
### Global Theme
|
|
179
|
-
|
|
180
|
-
To apply a theme globally, wrap your application with the `ThemeProvider` and set the optional `defaultTheme` props:
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
```tsx
|
|
184
|
-
import { ThemeProvider } from "./components";
|
|
185
|
-
|
|
186
|
-
const App = () => {
|
|
187
|
-
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
|
|
188
|
-
<ThemeProvider defaultTheme="light" defaultThemeMode="TORCH">
|
|
189
|
-
<App />
|
|
190
|
-
</ThemeProvider>
|
|
191
|
-
);
|
|
192
|
-
};
|
|
193
|
-
|
|
194
|
-
export default App;
|
|
195
|
-
```
|
|
196
|
-
|
|
197
|
-
## Contributing
|
|
198
|
-
|
|
199
|
-
We welcome contributions! Follow these steps:
|
|
200
|
-
|
|
201
|
-
1. Fork the repository.
|
|
202
|
-
2. Create a new branch.
|
|
203
|
-
3. Implement your changes.
|
|
204
|
-
4. Commit with a clear message.
|
|
205
|
-
5. Push your changes and open a pull request.
|
|
206
|
-
|
|
207
|
-
### Contribution Guidelines
|
|
208
|
-
- Follow existing code style.
|
|
209
|
-
- Update documentation if necessary.
|
|
210
|
-
|
|
211
|
-
## License
|
|
212
|
-
|
|
213
|
-
This project is licensed under the **MIT License**.
|
|
214
|
-
|
|
215
|
-
|