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
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import { LabelHTMLAttributes, ReactNode } from "react";
|
|
2
|
-
import React from "react";
|
|
3
|
-
import { cn } from "../utils/cn";
|
|
4
|
-
import { cva, type VariantProps } from "class-variance-authority";
|
|
5
|
-
import { Themes } from "../utils/types";
|
|
6
|
-
|
|
7
|
-
const labelComponentVariants = cva("flex", {
|
|
8
|
-
variants: {
|
|
9
|
-
labelDirections: {
|
|
10
|
-
vertical: "flex-col justify-start items-start gap-1",
|
|
11
|
-
horizontal: "flex-row justify-start items-center gap-1",
|
|
12
|
-
},
|
|
13
|
-
},
|
|
14
|
-
defaultVariants: {
|
|
15
|
-
labelDirections: "horizontal",
|
|
16
|
-
},
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
interface Props
|
|
20
|
-
extends LabelHTMLAttributes<HTMLLabelElement>, VariantProps<typeof labelComponentVariants> {
|
|
21
|
-
label?: ReactNode; // main label
|
|
22
|
-
requiredLabel?: ReactNode; // normal text with required style
|
|
23
|
-
secondaryLabel?: ReactNode; // normal text with secondary style
|
|
24
|
-
as?: React.ElementType;
|
|
25
|
-
asChild?: boolean;
|
|
26
|
-
size?: "S" | "M" | "L";
|
|
27
|
-
variant?: "SystemStyle" | "PresentationStyle";
|
|
28
|
-
theme?: Themes;
|
|
29
|
-
labelsClassName?: string;
|
|
30
|
-
labelDirections?: "vertical" | "horizontal";
|
|
31
|
-
childrenDirections?: "vertical" | "horizontal";
|
|
32
|
-
reverseChildren?: boolean;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export const Label = React.forwardRef<HTMLLabelElement, Props>(
|
|
36
|
-
(
|
|
37
|
-
{
|
|
38
|
-
children,
|
|
39
|
-
label,
|
|
40
|
-
secondaryLabel,
|
|
41
|
-
requiredLabel,
|
|
42
|
-
size = "M",
|
|
43
|
-
labelDirections = "horizontal",
|
|
44
|
-
childrenDirections = "vertical",
|
|
45
|
-
reverseChildren = false,
|
|
46
|
-
className,
|
|
47
|
-
labelsClassName,
|
|
48
|
-
variant = "PresentationStyle",
|
|
49
|
-
theme,
|
|
50
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
51
|
-
asChild, // excluded from ...props spread
|
|
52
|
-
as: Tag = "label",
|
|
53
|
-
...props
|
|
54
|
-
},
|
|
55
|
-
forwardedRef,
|
|
56
|
-
) => {
|
|
57
|
-
const Component = Tag;
|
|
58
|
-
|
|
59
|
-
// When there's no label text at all, skip the label container entirely so its
|
|
60
|
-
// sibling `gap-[8px]` doesn't leave an empty gap above the children (e.g. a
|
|
61
|
-
// label-less Textarea/Input should sit flush).
|
|
62
|
-
const hasLabelContent = Boolean(label || secondaryLabel || requiredLabel);
|
|
63
|
-
|
|
64
|
-
return (
|
|
65
|
-
<Component
|
|
66
|
-
data-theme={theme}
|
|
67
|
-
ref={forwardedRef}
|
|
68
|
-
className={cn(
|
|
69
|
-
"flex flex-0 w-fit [&_p]:!leading-none gap-[8px]",
|
|
70
|
-
{
|
|
71
|
-
"flex-col justify-start items-start": childrenDirections === "vertical",
|
|
72
|
-
"flex-row justify-start items-center": childrenDirections === "horizontal",
|
|
73
|
-
"flex-row-reverse": reverseChildren && childrenDirections === "horizontal",
|
|
74
|
-
"flex-col-reverse": reverseChildren && childrenDirections === "vertical",
|
|
75
|
-
},
|
|
76
|
-
className,
|
|
77
|
-
)}
|
|
78
|
-
{...props}
|
|
79
|
-
>
|
|
80
|
-
{hasLabelContent && (
|
|
81
|
-
<div className={cn(labelComponentVariants({ labelDirections }), labelsClassName)}>
|
|
82
|
-
{label && (
|
|
83
|
-
<p
|
|
84
|
-
className={cn(
|
|
85
|
-
"text-start",
|
|
86
|
-
{
|
|
87
|
-
"typography-body-small-regular": size === "S",
|
|
88
|
-
"typography-body-medium-regular": size === "M",
|
|
89
|
-
"typography-body-large-regular": size === "L",
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"text-content-presentation-global-primary": variant === "PresentationStyle",
|
|
93
|
-
"text-[#E5E5E5]": variant === "SystemStyle",
|
|
94
|
-
},
|
|
95
|
-
)}
|
|
96
|
-
>
|
|
97
|
-
{label}
|
|
98
|
-
</p>
|
|
99
|
-
)}
|
|
100
|
-
{secondaryLabel && (
|
|
101
|
-
<p
|
|
102
|
-
className={cn("text-content-presentation-global-secondary text-start", {
|
|
103
|
-
"typography-labels-small-regular": size === "S",
|
|
104
|
-
"typography-labels-medium-regular": size === "M",
|
|
105
|
-
"typography-body-small-regular": size === "L",
|
|
106
|
-
})}
|
|
107
|
-
>
|
|
108
|
-
{secondaryLabel}
|
|
109
|
-
</p>
|
|
110
|
-
)}
|
|
111
|
-
{requiredLabel && (
|
|
112
|
-
<p
|
|
113
|
-
className={cn("text-content-presentation-state-negative text-start", {
|
|
114
|
-
"typography-labels-small-medium": size === "S",
|
|
115
|
-
"typography-labels-medium-medium": size === "M",
|
|
116
|
-
"typography-body-small-medium": size === "L",
|
|
117
|
-
})}
|
|
118
|
-
>
|
|
119
|
-
{requiredLabel}
|
|
120
|
-
</p>
|
|
121
|
-
)}
|
|
122
|
-
</div>
|
|
123
|
-
)}
|
|
124
|
-
{children}
|
|
125
|
-
</Component>
|
|
126
|
-
);
|
|
127
|
-
},
|
|
128
|
-
);
|
|
129
|
-
Label.displayName = "Label";
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { InputHTMLAttributes, ReactNode, forwardRef } from "react";
|
|
2
|
-
import { InputField } from "./InputField";
|
|
3
|
-
import { Label } from "./Label";
|
|
4
|
-
import { ToolTipSide } from "./Tooltip";
|
|
5
|
-
import { Themes } from "../utils/types";
|
|
6
|
-
|
|
7
|
-
export interface Props extends Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "variant"> {
|
|
8
|
-
size?: "S" | "M"; // this is used to change the size style of the component
|
|
9
|
-
variant?: "SystemStyle" | "PresentationStyle";
|
|
10
|
-
icon?: ReactNode; // to add left side icon if you pass it
|
|
11
|
-
childrenSide?: ReactNode; // to add action button to the end of the input
|
|
12
|
-
popoverChildren?: ReactNode; // to add drop down list if you pass it
|
|
13
|
-
errorMessage?: string; // to show tooltip component when error_message not null
|
|
14
|
-
onTable?: boolean; // to change the border style of the component when it is on table
|
|
15
|
-
label?: ReactNode; // main label
|
|
16
|
-
requiredLabel?: ReactNode; // normal text with required style
|
|
17
|
-
secondaryLabel?: ReactNode; // normal text with secondary style
|
|
18
|
-
labelDirections?: "vertical" | "horizontal"; // to change the direction of the label
|
|
19
|
-
childrenDirections?: "vertical" | "horizontal"; // to change the direction of the children
|
|
20
|
-
toolTipSide?: ToolTipSide;
|
|
21
|
-
theme?: Themes;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export const LabelField = forwardRef<HTMLInputElement, Props>(
|
|
25
|
-
(
|
|
26
|
-
{
|
|
27
|
-
label,
|
|
28
|
-
requiredLabel,
|
|
29
|
-
secondaryLabel,
|
|
30
|
-
size,
|
|
31
|
-
variant,
|
|
32
|
-
theme,
|
|
33
|
-
icon,
|
|
34
|
-
childrenSide,
|
|
35
|
-
popoverChildren,
|
|
36
|
-
errorMessage,
|
|
37
|
-
onTable,
|
|
38
|
-
className,
|
|
39
|
-
labelDirections,
|
|
40
|
-
childrenDirections,
|
|
41
|
-
toolTipSide,
|
|
42
|
-
|
|
43
|
-
...props
|
|
44
|
-
},
|
|
45
|
-
ref,
|
|
46
|
-
) => {
|
|
47
|
-
return (
|
|
48
|
-
<Label
|
|
49
|
-
data-theme={theme}
|
|
50
|
-
label={label}
|
|
51
|
-
requiredLabel={requiredLabel}
|
|
52
|
-
secondaryLabel={secondaryLabel}
|
|
53
|
-
labelDirections={labelDirections}
|
|
54
|
-
childrenDirections={childrenDirections}
|
|
55
|
-
variant={variant}
|
|
56
|
-
className={className}
|
|
57
|
-
>
|
|
58
|
-
<InputField
|
|
59
|
-
{...props}
|
|
60
|
-
theme={theme}
|
|
61
|
-
ref={ref}
|
|
62
|
-
size={size}
|
|
63
|
-
icon={icon}
|
|
64
|
-
toolTipSide={toolTipSide}
|
|
65
|
-
variant={variant}
|
|
66
|
-
childrenSide={childrenSide}
|
|
67
|
-
popoverChildren={popoverChildren}
|
|
68
|
-
errorMessage={errorMessage}
|
|
69
|
-
onTable={onTable}
|
|
70
|
-
/>
|
|
71
|
-
</Label>
|
|
72
|
-
);
|
|
73
|
-
},
|
|
74
|
-
);
|
|
75
|
-
|
|
76
|
-
LabelField.displayName = "LabelField";
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import { Label } from "./Label";
|
|
4
|
-
import { Themes } from "../utils/types";
|
|
5
|
-
import { Checkbox } from "./Checkbox";
|
|
6
|
-
import { cn } from "../utils/cn";
|
|
7
|
-
interface Props extends Omit<React.ComponentProps<typeof Checkbox>, "size"> {
|
|
8
|
-
label: string;
|
|
9
|
-
id: string;
|
|
10
|
-
secondaryLabel?: string;
|
|
11
|
-
requiredLabel?: string;
|
|
12
|
-
size?: "S" | "M" | "L";
|
|
13
|
-
theme?: Themes;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export const LabeledCheckBox = forwardRef<HTMLButtonElement, Props>(
|
|
17
|
-
(
|
|
18
|
-
{
|
|
19
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- excluded from {...props} spread
|
|
20
|
-
id,
|
|
21
|
-
label,
|
|
22
|
-
secondaryLabel,
|
|
23
|
-
requiredLabel,
|
|
24
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- excluded from {...props} spread
|
|
25
|
-
type = "checkbox",
|
|
26
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- excluded from {...props} spread
|
|
27
|
-
theme,
|
|
28
|
-
className,
|
|
29
|
-
size = "M",
|
|
30
|
-
...props
|
|
31
|
-
},
|
|
32
|
-
ref,
|
|
33
|
-
) => {
|
|
34
|
-
return (
|
|
35
|
-
<Label
|
|
36
|
-
label={label}
|
|
37
|
-
labelDirections="horizontal"
|
|
38
|
-
childrenDirections="horizontal"
|
|
39
|
-
secondaryLabel={secondaryLabel}
|
|
40
|
-
requiredLabel={requiredLabel}
|
|
41
|
-
size={size}
|
|
42
|
-
className={cn(className)}
|
|
43
|
-
reverseChildren
|
|
44
|
-
>
|
|
45
|
-
<Checkbox {...props} size={size === "L" ? "M" : size} ref={ref} />
|
|
46
|
-
</Label>
|
|
47
|
-
);
|
|
48
|
-
},
|
|
49
|
-
);
|
|
50
|
-
|
|
51
|
-
LabeledCheckBox.displayName = "LabeledCheckBox";
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import { Label } from "./Label";
|
|
4
|
-
import { Radio } from "./Radio";
|
|
5
|
-
import { cn } from "../utils/cn";
|
|
6
|
-
interface Props extends Omit<React.ComponentProps<typeof Radio>, "size"> {
|
|
7
|
-
label?: string;
|
|
8
|
-
secondaryLabel?: string;
|
|
9
|
-
requiredLabel?: string;
|
|
10
|
-
size?: "S" | "M" | "L";
|
|
11
|
-
theme?: "dark" | "light" | "default";
|
|
12
|
-
name?: string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export const LabeledRadio = forwardRef<HTMLButtonElement, Props>(
|
|
16
|
-
(
|
|
17
|
-
{
|
|
18
|
-
label,
|
|
19
|
-
theme,
|
|
20
|
-
secondaryLabel,
|
|
21
|
-
requiredLabel,
|
|
22
|
-
size = "M",
|
|
23
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- excluded from {...props} spread
|
|
24
|
-
type = "radio",
|
|
25
|
-
className,
|
|
26
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- excluded from {...props} spread
|
|
27
|
-
name,
|
|
28
|
-
id,
|
|
29
|
-
...props
|
|
30
|
-
},
|
|
31
|
-
ref,
|
|
32
|
-
) => {
|
|
33
|
-
return (
|
|
34
|
-
<Label
|
|
35
|
-
label={label}
|
|
36
|
-
secondaryLabel={secondaryLabel}
|
|
37
|
-
requiredLabel={requiredLabel}
|
|
38
|
-
size={size === "L" ? "M" : size}
|
|
39
|
-
labelDirections="horizontal"
|
|
40
|
-
childrenDirections="horizontal"
|
|
41
|
-
className={cn(className)}
|
|
42
|
-
id={id}
|
|
43
|
-
reverseChildren
|
|
44
|
-
>
|
|
45
|
-
<Radio id={id} {...props} data-theme={theme} ref={ref} />
|
|
46
|
-
</Label>
|
|
47
|
-
);
|
|
48
|
-
},
|
|
49
|
-
);
|
|
50
|
-
|
|
51
|
-
LabeledRadio.displayName = "LabeledRadio";
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import React, { HTMLAttributes, SVGProps } from "react";
|
|
2
|
-
import { cva } from "class-variance-authority";
|
|
3
|
-
import { cn } from "../utils/cn";
|
|
4
|
-
import { Themes } from "../utils/types";
|
|
5
|
-
import { Slot } from "@radix-ui/react-slot";
|
|
6
|
-
|
|
7
|
-
// Link button base styles
|
|
8
|
-
export const linkButtonStyles = cva(
|
|
9
|
-
[
|
|
10
|
-
"bg-background-presentation-action-link-primary w-fit",
|
|
11
|
-
"flex items-center justify-center",
|
|
12
|
-
"rounded-[6px]",
|
|
13
|
-
"p-[2px]",
|
|
14
|
-
"text-content-presentation-global-link",
|
|
15
|
-
"hover:bg-background-presentation-button-link-hover hover:px-[2px]",
|
|
16
|
-
"transition-all duration-250 ease-in-out",
|
|
17
|
-
"group", // Add group class here
|
|
18
|
-
],
|
|
19
|
-
{
|
|
20
|
-
variants: {
|
|
21
|
-
size: {
|
|
22
|
-
S: "h-[24px] typography-body-small-semibold",
|
|
23
|
-
M: "h-[26px] typography-body-medium-semibold",
|
|
24
|
-
},
|
|
25
|
-
},
|
|
26
|
-
defaultVariants: {
|
|
27
|
-
size: "S",
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
);
|
|
31
|
-
|
|
32
|
-
interface Props extends HTMLAttributes<HTMLAnchorElement | HTMLSpanElement> {
|
|
33
|
-
size?: "S" | "M"; // this props will change the button style size see on figma design file
|
|
34
|
-
theme?: Themes;
|
|
35
|
-
asChild?: boolean;
|
|
36
|
-
href?: string;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export const LinkButton: React.FC<Props> = ({
|
|
40
|
-
theme,
|
|
41
|
-
className,
|
|
42
|
-
size = "S",
|
|
43
|
-
asChild,
|
|
44
|
-
...props
|
|
45
|
-
}) => {
|
|
46
|
-
const Component = asChild ? Slot : props.href ? "a" : "span";
|
|
47
|
-
return (
|
|
48
|
-
<Component
|
|
49
|
-
{...props}
|
|
50
|
-
data-theme={theme}
|
|
51
|
-
className={cn(
|
|
52
|
-
linkButtonStyles({
|
|
53
|
-
size: size,
|
|
54
|
-
}),
|
|
55
|
-
className,
|
|
56
|
-
)}
|
|
57
|
-
>
|
|
58
|
-
<div className="px-[3px] whitespace-nowrap break-keep">{props.children}</div>
|
|
59
|
-
<div
|
|
60
|
-
className={cn(
|
|
61
|
-
"rounded-[4px] overflow-hidden",
|
|
62
|
-
"bg-background-presentation-state-information-primary",
|
|
63
|
-
"transition-all duration-[100] ease-in-out",
|
|
64
|
-
"h-0 w-0 p-0",
|
|
65
|
-
"opacity-0 group-hover:opacity-100 group-hover:p-[3px]",
|
|
66
|
-
{
|
|
67
|
-
"group-hover:w-[20px] group-hover:h-[20px]": size === "S",
|
|
68
|
-
"group-hover:w-[22px] group-hover:h-[22px]": size === "M",
|
|
69
|
-
},
|
|
70
|
-
)}
|
|
71
|
-
>
|
|
72
|
-
<Arrow
|
|
73
|
-
className={cn("w-0 h-0 rtl:rotate-[260deg]", {
|
|
74
|
-
"group-hover:w-[14px] group-hover:h-[14px]": size === "S",
|
|
75
|
-
"group-hover:w-[16px] group-hover:h-[16px]": size === "M",
|
|
76
|
-
})}
|
|
77
|
-
/>
|
|
78
|
-
</div>
|
|
79
|
-
</Component>
|
|
80
|
-
);
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
const Arrow = (props: SVGProps<SVGSVGElement>) => (
|
|
84
|
-
<svg viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
85
|
-
<path
|
|
86
|
-
d="M1.81582 1.58451L3.2807 0.119629L9.12479 0.875203L9.88037 6.71929L8.41549 8.18417L7.78584 3.31409L3.35267 7.74727L2.25272 6.64733L6.6859 2.21415L1.81582 1.58451Z"
|
|
87
|
-
fill="#F9F9F9"
|
|
88
|
-
/>
|
|
89
|
-
<path
|
|
90
|
-
d="M0.325211 8.57478L1.48169 7.4183L2.58164 8.51824L1.42515 9.67472L0.325211 8.57478Z"
|
|
91
|
-
fill="#F9F9F9"
|
|
92
|
-
/>
|
|
93
|
-
</svg>
|
|
94
|
-
);
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { cva, type VariantProps } from "class-variance-authority";
|
|
2
|
-
import { cn } from "../utils/cn"; // Assuming you have a `cn` utility
|
|
3
|
-
import { ButtonHTMLAttributes } from "react";
|
|
4
|
-
import { LoadingIcon } from "./Button";
|
|
5
|
-
import { Themes } from "../utils/types";
|
|
6
|
-
|
|
7
|
-
const buttonVariants = cva(
|
|
8
|
-
"w-full h-[42px] rounded-[8px] typography-body-large-regular flex justify-center items-center transition-all duration-250 ease-in-out border",
|
|
9
|
-
{
|
|
10
|
-
variants: {
|
|
11
|
-
variant: {
|
|
12
|
-
default: [
|
|
13
|
-
"bg-background-system-body-primary",
|
|
14
|
-
"text-content-system-global-primary",
|
|
15
|
-
"border-border-system-global-primary",
|
|
16
|
-
"hover:border-[#9748FF]",
|
|
17
|
-
],
|
|
18
|
-
noBg: [
|
|
19
|
-
"bg-transparent",
|
|
20
|
-
"border-border-system-global-primary",
|
|
21
|
-
"text-content-system-global-primary",
|
|
22
|
-
"hover:border-[#9748FF]",
|
|
23
|
-
"no-underline",
|
|
24
|
-
],
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
defaultVariants: {
|
|
28
|
-
variant: "default",
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
);
|
|
32
|
-
|
|
33
|
-
export interface ButtonProps
|
|
34
|
-
extends ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
35
|
-
isLoading?: boolean;
|
|
36
|
-
theme?: Themes;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export function LoginButton({
|
|
40
|
-
variant = "default",
|
|
41
|
-
className,
|
|
42
|
-
isLoading,
|
|
43
|
-
theme,
|
|
44
|
-
...props
|
|
45
|
-
}: ButtonProps) {
|
|
46
|
-
return (
|
|
47
|
-
<button data-theme={theme} {...props} className={cn(buttonVariants({ variant, className }))}>
|
|
48
|
-
{isLoading ? <LoadingIcon className="w-[20px] h-[20px]" /> : props.children}
|
|
49
|
-
</button>
|
|
50
|
-
);
|
|
51
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { Themes } from "../utils/types";
|
|
2
|
-
import { cn } from "../utils/cn"; // Assuming you have a `cn` utility
|
|
3
|
-
import { HTMLAttributes, useEffect, useState } from "react";
|
|
4
|
-
|
|
5
|
-
interface PassCheckProps extends HTMLAttributes<HTMLDivElement> {
|
|
6
|
-
value: string; // The password value to check
|
|
7
|
-
theme?: Themes;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export function PasswordLevel({ theme, value, className, ...props }: PassCheckProps) {
|
|
11
|
-
const [level, setLevel] = useState<number>(0);
|
|
12
|
-
|
|
13
|
-
useEffect(() => {
|
|
14
|
-
const symbolRegex = /[!@#$%^&*(),.?":{}|<>]/;
|
|
15
|
-
const uppercaseRegex = /[A-Z]/;
|
|
16
|
-
let passwordLev = 0;
|
|
17
|
-
if (value.length >= 6) passwordLev++;
|
|
18
|
-
if (symbolRegex.test(value)) passwordLev++;
|
|
19
|
-
if (uppercaseRegex.test(value)) passwordLev++;
|
|
20
|
-
setLevel(passwordLev);
|
|
21
|
-
}, [value]);
|
|
22
|
-
|
|
23
|
-
return (
|
|
24
|
-
<div
|
|
25
|
-
data-theme={theme}
|
|
26
|
-
{...props}
|
|
27
|
-
className={cn(
|
|
28
|
-
"bg-background-system-body-secondary rounded-[4px] border border-solid border-border-system-global-primary p-[4px] grid grid-cols-3 gap-[4px] w-full ",
|
|
29
|
-
className,
|
|
30
|
-
)}
|
|
31
|
-
>
|
|
32
|
-
<div
|
|
33
|
-
className={cn(
|
|
34
|
-
"h-[4px] rounded-[8px] transition-all duration-300 ease-in-out bg-border-system-global-secondary",
|
|
35
|
-
{
|
|
36
|
-
"bg-border-presentation-state-negative": level >= 1,
|
|
37
|
-
},
|
|
38
|
-
)}
|
|
39
|
-
/>
|
|
40
|
-
<div
|
|
41
|
-
className={cn(
|
|
42
|
-
"h-[4px] rounded-[8px] transition-all duration-300 ease-in-out bg-border-system-global-secondary",
|
|
43
|
-
{
|
|
44
|
-
"bg-border-presentation-state-warning": level >= 2,
|
|
45
|
-
},
|
|
46
|
-
)}
|
|
47
|
-
/>
|
|
48
|
-
<div
|
|
49
|
-
className={cn(
|
|
50
|
-
"h-[4px] rounded-[8px] transition-all duration-300 ease-in-out bg-border-system-global-secondary",
|
|
51
|
-
{
|
|
52
|
-
"bg-border-presentation-state-success": level >= 3,
|
|
53
|
-
},
|
|
54
|
-
)}
|
|
55
|
-
/>
|
|
56
|
-
</div>
|
|
57
|
-
);
|
|
58
|
-
}
|