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,190 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
|
|
3
|
-
import * as React from "react";
|
|
4
|
-
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
5
|
-
import { cva, type VariantProps } from "class-variance-authority";
|
|
6
|
-
import { cn } from "../utils/cn";
|
|
7
|
-
import { Themes } from "../utils/types";
|
|
8
|
-
import { ToggleButton, toggleButtonStyles } from "./ToggleButton";
|
|
9
|
-
|
|
10
|
-
// ============================================================================
|
|
11
|
-
// ButtonGroup Root
|
|
12
|
-
// ============================================================================
|
|
13
|
-
|
|
14
|
-
const buttonGroupStyles = cva(["inline-flex", "rounded-[4px]", "overflow-hidden"], {
|
|
15
|
-
variants: {
|
|
16
|
-
variant: {
|
|
17
|
-
PrimeStyle: [
|
|
18
|
-
"bg-background-presentation-action-secondary",
|
|
19
|
-
"border border-border-presentation-action-disabled",
|
|
20
|
-
],
|
|
21
|
-
BorderStyle: [
|
|
22
|
-
"bg-background-presentation-action-borderstyle",
|
|
23
|
-
"border border-border-presentation-action-disabled",
|
|
24
|
-
],
|
|
25
|
-
SystemStyle: ["bg-black-alpha-20", "border border-[#2C2D2E]"],
|
|
26
|
-
},
|
|
27
|
-
size: {
|
|
28
|
-
S: "h-[22px]",
|
|
29
|
-
M: "h-[28px]",
|
|
30
|
-
L: "h-[34px]",
|
|
31
|
-
XL: "h-[40px]",
|
|
32
|
-
},
|
|
33
|
-
fullWidth: {
|
|
34
|
-
true: "w-full",
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
defaultVariants: {
|
|
38
|
-
variant: "PrimeStyle",
|
|
39
|
-
size: "M",
|
|
40
|
-
},
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
type ButtonGroupSingleProps = {
|
|
44
|
-
type: "single";
|
|
45
|
-
value?: string;
|
|
46
|
-
defaultValue?: string;
|
|
47
|
-
onValueChange?: (value: string) => void;
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
type ButtonGroupMultipleProps = {
|
|
51
|
-
type: "multiple";
|
|
52
|
-
value?: string[];
|
|
53
|
-
defaultValue?: string[];
|
|
54
|
-
onValueChange?: (value: string[]) => void;
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
type ButtonGroupProps = (ButtonGroupSingleProps | ButtonGroupMultipleProps) &
|
|
58
|
-
Omit<React.ComponentPropsWithoutRef<"div">, "type" | "value" | "defaultValue"> &
|
|
59
|
-
VariantProps<typeof buttonGroupStyles> & {
|
|
60
|
-
theme?: Themes;
|
|
61
|
-
children?: React.ReactNode;
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
const ButtonGroup = React.forwardRef<HTMLDivElement, ButtonGroupProps>(
|
|
65
|
-
({ className, variant, size, fullWidth, theme, children, ...props }, ref) => (
|
|
66
|
-
<ToggleGroupPrimitive.Root
|
|
67
|
-
ref={ref}
|
|
68
|
-
data-theme={theme}
|
|
69
|
-
className={cn(buttonGroupStyles({ variant, size, fullWidth }), className)}
|
|
70
|
-
{...(props as React.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root>)}
|
|
71
|
-
>
|
|
72
|
-
{React.Children.map(children, (child) => {
|
|
73
|
-
if (React.isValidElement(child)) {
|
|
74
|
-
return React.cloneElement(child as React.ReactElement<Record<string, unknown>>, {
|
|
75
|
-
_groupVariant: variant,
|
|
76
|
-
_groupSize: size,
|
|
77
|
-
});
|
|
78
|
-
}
|
|
79
|
-
return child;
|
|
80
|
-
})}
|
|
81
|
-
</ToggleGroupPrimitive.Root>
|
|
82
|
-
),
|
|
83
|
-
);
|
|
84
|
-
ButtonGroup.displayName = "ButtonGroup";
|
|
85
|
-
|
|
86
|
-
// ============================================================================
|
|
87
|
-
// ButtonGroup Item
|
|
88
|
-
// ============================================================================
|
|
89
|
-
|
|
90
|
-
const buttonGroupItemStyles = cva(
|
|
91
|
-
[
|
|
92
|
-
"inline-flex items-center justify-center",
|
|
93
|
-
"whitespace-nowrap",
|
|
94
|
-
"transition-all duration-200 ease-in-out",
|
|
95
|
-
"outline-none",
|
|
96
|
-
"border-r last:border-r-0",
|
|
97
|
-
"flex-1",
|
|
98
|
-
"focus-visible:z-10",
|
|
99
|
-
"focus-visible:ring-2 focus-visible:ring-inset",
|
|
100
|
-
"focus-visible:ring-border-presentation-state-focus",
|
|
101
|
-
"disabled:cursor-not-allowed",
|
|
102
|
-
"disabled:pointer-events-none",
|
|
103
|
-
"disabled:text-content-presentation-state-disabled",
|
|
104
|
-
],
|
|
105
|
-
{
|
|
106
|
-
variants: {
|
|
107
|
-
variant: {
|
|
108
|
-
PrimeStyle: [
|
|
109
|
-
"bg-transparent",
|
|
110
|
-
"text-content-presentation-action-light-primary",
|
|
111
|
-
"border-border-presentation-action-disabled",
|
|
112
|
-
"hover:bg-background-presentation-action-hover",
|
|
113
|
-
"hover:text-content-presentation-global-primary-inverse",
|
|
114
|
-
"data-[state=on]:bg-background-presentation-action-hover",
|
|
115
|
-
"data-[state=on]:text-content-presentation-global-primary-inverse",
|
|
116
|
-
],
|
|
117
|
-
BorderStyle: [
|
|
118
|
-
"bg-transparent",
|
|
119
|
-
"text-content-presentation-action-light-primary",
|
|
120
|
-
"border-border-presentation-action-disabled",
|
|
121
|
-
"hover:bg-background-presentation-action-hover",
|
|
122
|
-
"hover:text-content-presentation-global-primary-inverse",
|
|
123
|
-
"data-[state=on]:bg-background-presentation-action-hover",
|
|
124
|
-
"data-[state=on]:text-content-presentation-global-primary-inverse",
|
|
125
|
-
],
|
|
126
|
-
SystemStyle: [
|
|
127
|
-
"bg-transparent",
|
|
128
|
-
"text-white",
|
|
129
|
-
"border-[#2C2D2E]",
|
|
130
|
-
"hover:bg-white/10",
|
|
131
|
-
"data-[state=on]:bg-white/20",
|
|
132
|
-
"data-[state=on]:text-white",
|
|
133
|
-
"disabled:text-white/50",
|
|
134
|
-
],
|
|
135
|
-
},
|
|
136
|
-
size: {
|
|
137
|
-
S: "px-[8px] typography-body-small-medium [&_i]:text-[12px]",
|
|
138
|
-
M: "px-[12px] typography-body-large-medium [&_i]:text-[18px]",
|
|
139
|
-
L: "px-[16px] typography-body-large-medium [&_i]:text-[20px]",
|
|
140
|
-
XL: "px-[20px] typography-headers-medium-medium [&_i]:text-[22px]",
|
|
141
|
-
},
|
|
142
|
-
},
|
|
143
|
-
defaultVariants: {
|
|
144
|
-
variant: "PrimeStyle",
|
|
145
|
-
size: "M",
|
|
146
|
-
},
|
|
147
|
-
},
|
|
148
|
-
);
|
|
149
|
-
|
|
150
|
-
type ButtonGroupItemProps = React.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item> &
|
|
151
|
-
VariantProps<typeof buttonGroupItemStyles> & {
|
|
152
|
-
theme?: Themes;
|
|
153
|
-
children?: React.ReactNode;
|
|
154
|
-
_groupVariant?: "PrimeStyle" | "BorderStyle" | "SystemStyle" | null;
|
|
155
|
-
_groupSize?: "S" | "M" | "L" | "XL" | null;
|
|
156
|
-
};
|
|
157
|
-
|
|
158
|
-
const ButtonGroupItem = React.forwardRef<
|
|
159
|
-
React.ElementRef<typeof ToggleGroupPrimitive.Item>,
|
|
160
|
-
ButtonGroupItemProps
|
|
161
|
-
>(({ className, variant, size, theme, children, _groupVariant, _groupSize, ...props }, ref) => (
|
|
162
|
-
<ToggleGroupPrimitive.Item
|
|
163
|
-
ref={ref}
|
|
164
|
-
data-theme={theme}
|
|
165
|
-
className={cn(
|
|
166
|
-
buttonGroupItemStyles({
|
|
167
|
-
variant: variant ?? _groupVariant ?? "PrimeStyle",
|
|
168
|
-
size: size ?? _groupSize ?? "M",
|
|
169
|
-
}),
|
|
170
|
-
className,
|
|
171
|
-
)}
|
|
172
|
-
{...props}
|
|
173
|
-
>
|
|
174
|
-
{children}
|
|
175
|
-
</ToggleGroupPrimitive.Item>
|
|
176
|
-
));
|
|
177
|
-
ButtonGroupItem.displayName = "ButtonGroupItem";
|
|
178
|
-
|
|
179
|
-
// ============================================================================
|
|
180
|
-
// Exports
|
|
181
|
-
// ============================================================================
|
|
182
|
-
|
|
183
|
-
export {
|
|
184
|
-
ToggleButton,
|
|
185
|
-
ButtonGroup,
|
|
186
|
-
ButtonGroupItem,
|
|
187
|
-
toggleButtonStyles,
|
|
188
|
-
buttonGroupStyles,
|
|
189
|
-
buttonGroupItemStyles,
|
|
190
|
-
};
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
|
|
3
|
-
import * as React from "react";
|
|
4
|
-
import { DayPicker } from "react-day-picker";
|
|
5
|
-
import "react-day-picker/style.css";
|
|
6
|
-
import { cn } from "../utils/cn";
|
|
7
|
-
import { ActionButton } from "./ActionButton";
|
|
8
|
-
import { SimpleSelectValue, SimpleSelectItem } from "./SimpleSelect";
|
|
9
|
-
|
|
10
|
-
export type CalendarProps = React.ComponentProps<typeof DayPicker>;
|
|
11
|
-
|
|
12
|
-
const Calendar = ({
|
|
13
|
-
className,
|
|
14
|
-
classNames,
|
|
15
|
-
captionLayout = "dropdown",
|
|
16
|
-
components,
|
|
17
|
-
showOutsideDays = true,
|
|
18
|
-
...props
|
|
19
|
-
}: CalendarProps) => {
|
|
20
|
-
return (
|
|
21
|
-
<DayPicker
|
|
22
|
-
data-theme="dark"
|
|
23
|
-
className={cn(
|
|
24
|
-
"w-fit p-[6px] rounded-[12px] bg-background-system-body-base relative",
|
|
25
|
-
className,
|
|
26
|
-
)}
|
|
27
|
-
showOutsideDays={showOutsideDays}
|
|
28
|
-
captionLayout={captionLayout}
|
|
29
|
-
components={{
|
|
30
|
-
Nav: (e) => {
|
|
31
|
-
return (
|
|
32
|
-
<div className="w-full flex items-center justify-between absolute top-0 left-0 p-[6px]">
|
|
33
|
-
{/* Popover navigation rather than an in-field button, so it keeps its own 26px box
|
|
34
|
-
and only adopts the shared action colours and radius. */}
|
|
35
|
-
<ActionButton onClick={e.onPreviousClick} size="S" className="w-[26px] h-[26px]">
|
|
36
|
-
<i className="ri-arrow-left-s-line"></i>
|
|
37
|
-
</ActionButton>
|
|
38
|
-
<ActionButton onClick={e.onNextClick} size="S" className="w-[26px] h-[26px]">
|
|
39
|
-
<i className="ri-arrow-right-s-line"></i>
|
|
40
|
-
</ActionButton>
|
|
41
|
-
</div>
|
|
42
|
-
);
|
|
43
|
-
},
|
|
44
|
-
MonthsDropdown: (e) => {
|
|
45
|
-
return (
|
|
46
|
-
<SimpleSelectValue
|
|
47
|
-
inputClassName="w-[23px]"
|
|
48
|
-
value={e.options?.find((month) => month.value === e.value)?.label.slice(0, 3) || ""}
|
|
49
|
-
>
|
|
50
|
-
{e.options?.map((month, i) => (
|
|
51
|
-
<SimpleSelectItem
|
|
52
|
-
key={month.value}
|
|
53
|
-
selected={e.value === month.value}
|
|
54
|
-
onClick={() =>
|
|
55
|
-
e.onChange?.({
|
|
56
|
-
target: {
|
|
57
|
-
value: month.value,
|
|
58
|
-
},
|
|
59
|
-
} as unknown as React.ChangeEvent<HTMLSelectElement>)
|
|
60
|
-
}
|
|
61
|
-
>
|
|
62
|
-
{`${month.label} - ${i + 1}`}
|
|
63
|
-
</SimpleSelectItem>
|
|
64
|
-
))}
|
|
65
|
-
</SimpleSelectValue>
|
|
66
|
-
);
|
|
67
|
-
},
|
|
68
|
-
YearsDropdown: (e) => {
|
|
69
|
-
return (
|
|
70
|
-
<SimpleSelectValue inputClassName="w-[30px]" value={e.value}>
|
|
71
|
-
{e.options?.map((year) => (
|
|
72
|
-
<SimpleSelectItem
|
|
73
|
-
key={year.value}
|
|
74
|
-
selected={e.value === year.value}
|
|
75
|
-
onClick={() =>
|
|
76
|
-
e.onChange?.({
|
|
77
|
-
target: { value: year.value },
|
|
78
|
-
} as unknown as React.ChangeEvent<HTMLSelectElement>)
|
|
79
|
-
}
|
|
80
|
-
>
|
|
81
|
-
{year.label}
|
|
82
|
-
</SimpleSelectItem>
|
|
83
|
-
))}
|
|
84
|
-
</SimpleSelectValue>
|
|
85
|
-
);
|
|
86
|
-
},
|
|
87
|
-
...components,
|
|
88
|
-
}}
|
|
89
|
-
classNames={{
|
|
90
|
-
day: cn(
|
|
91
|
-
"!w-[30px] !h-[30px] [&_button]:!w-[28px] [&_button]:!h-[28px] [&_button]:!rounded-[6px] [&_button]:!text-content-system-global-primary [&_button]:!bg-background-system-body-secondary [&_button]:!m-[2px] [&_button]:!text-[10px] [&_button]:!border-[1px] [&_button]:!outline-none",
|
|
92
|
-
"[&_button]:hover:!border-border-system-action-secondary-hover [&_button]:hover:!bg-background-system-action-secondary-hover",
|
|
93
|
-
"[&_button]:focus-within:!border-border-system-action-secondary-hover [&_button]:focus-within:!bg-background-system-action-primary-hover",
|
|
94
|
-
"[&_button]:transition-all [&_button]:duration-200",
|
|
95
|
-
),
|
|
96
|
-
today: `[&_button]:!bg-background-system-action-primary-hover`, // Add a border to today's date
|
|
97
|
-
selected: `[&_button]:!bg-background-system-action-primary-hover [&_button]:!border-border-system-action-secondary-hover [&_button]:!text-content-presentation-global-primary`,
|
|
98
|
-
outside: `[&_button]:!bg-transparent [&_button]:!text-content-system-global-disabled`,
|
|
99
|
-
range_start: `rounded-l-[8px] !bg-background-system-action-secondary-hover`,
|
|
100
|
-
range_end: `rounded-r-[8px] !bg-background-system-action-secondary-hover`,
|
|
101
|
-
range_middle: `!bg-background-system-action-secondary-hover [&_button]:!border-none [&_button]:!bg-transparent`,
|
|
102
|
-
weekdays: `!text-content-presentation-global-primary !text-[12px]`,
|
|
103
|
-
week_number: `!text-content-presentation-global-highlight-darkback !text-[12px] !px-1`,
|
|
104
|
-
month_caption: `flex items-center justify-center`,
|
|
105
|
-
caption_label: `!text-content-presentation-global-primary !text-[14px] !pt-[2px]`,
|
|
106
|
-
months: `flex items-end justify-center gap-4 flex-wrap`,
|
|
107
|
-
...classNames,
|
|
108
|
-
}}
|
|
109
|
-
{...props}
|
|
110
|
-
/>
|
|
111
|
-
);
|
|
112
|
-
};
|
|
113
|
-
Calendar.displayName = "Calendar";
|
|
114
|
-
|
|
115
|
-
export { Calendar };
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { cn } from "../utils/cn";
|
|
2
|
-
import React, { HTMLAttributes } from "react";
|
|
3
|
-
import { Slot } from "@radix-ui/react-slot";
|
|
4
|
-
import { cva, type VariantProps } from "class-variance-authority";
|
|
5
|
-
|
|
6
|
-
export const cardStyles = cva(
|
|
7
|
-
[
|
|
8
|
-
"flex flex-col justify-start",
|
|
9
|
-
// `radius/xl` is 12px — the same value this literal had, now taken from the shared scale.
|
|
10
|
-
"gap-2 rounded-radius-xl border",
|
|
11
|
-
"transition-all ease-in-out duration-200",
|
|
12
|
-
"p-[16px]",
|
|
13
|
-
"border-border-presentation-global-primary",
|
|
14
|
-
"bg-background-presentation-form-radiocard-base",
|
|
15
|
-
"focus:border-border-presentation-state-focus",
|
|
16
|
-
],
|
|
17
|
-
{
|
|
18
|
-
variants: {
|
|
19
|
-
variant: {
|
|
20
|
-
/** Static container — no hover affordance. */
|
|
21
|
-
default: [],
|
|
22
|
-
/** Interactive card (a link/label/button surface) — highlights on hover. */
|
|
23
|
-
clickable: ["cursor-pointer", "hover:border-border-presentation-state-focus"],
|
|
24
|
-
},
|
|
25
|
-
},
|
|
26
|
-
defaultVariants: {
|
|
27
|
-
variant: "default",
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
);
|
|
31
|
-
|
|
32
|
-
interface Props
|
|
33
|
-
extends
|
|
34
|
-
Omit<
|
|
35
|
-
HTMLAttributes<HTMLDivElement | HTMLHeadingElement | HTMLParagraphElement | HTMLLabelElement>,
|
|
36
|
-
"htmlFor"
|
|
37
|
-
>,
|
|
38
|
-
VariantProps<typeof cardStyles> {
|
|
39
|
-
as?: React.ElementType;
|
|
40
|
-
asChild?: boolean;
|
|
41
|
-
htmlFor?: string;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* A surface container. Defaults to a **static** card; pass `variant="clickable"` when the whole
|
|
46
|
-
* card is an interactive target so it gets the hover highlight + pointer cursor.
|
|
47
|
-
*/
|
|
48
|
-
export const Card = ({
|
|
49
|
-
className,
|
|
50
|
-
htmlFor,
|
|
51
|
-
asChild,
|
|
52
|
-
variant,
|
|
53
|
-
as: Tag = "section",
|
|
54
|
-
...props
|
|
55
|
-
}: Props) => {
|
|
56
|
-
const Component = asChild ? Slot : Tag;
|
|
57
|
-
return (
|
|
58
|
-
<Component htmlFor={htmlFor} {...props} className={cn(cardStyles({ variant }), className)} />
|
|
59
|
-
);
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
interface GeneralProps extends HTMLAttributes<HTMLHeadingElement> {}
|
|
63
|
-
|
|
64
|
-
export const CardHeader = ({ className, ...props }: GeneralProps) => {
|
|
65
|
-
return (
|
|
66
|
-
<div
|
|
67
|
-
{...props}
|
|
68
|
-
className={cn(
|
|
69
|
-
"text-content-presentation-global-primary m-0 typography-headers-medium-semibold",
|
|
70
|
-
className,
|
|
71
|
-
)}
|
|
72
|
-
></div>
|
|
73
|
-
);
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
export const CardDescription = ({ className, ...props }: GeneralProps) => {
|
|
77
|
-
return (
|
|
78
|
-
<div
|
|
79
|
-
{...props}
|
|
80
|
-
className={cn(
|
|
81
|
-
"text-content-presentation-global-primary m-0 typography-body-medium-semibold",
|
|
82
|
-
className,
|
|
83
|
-
)}
|
|
84
|
-
></div>
|
|
85
|
-
);
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
export const CardContent = ({ className, ...props }: GeneralProps) => {
|
|
89
|
-
return (
|
|
90
|
-
<section
|
|
91
|
-
{...props}
|
|
92
|
-
className={cn("flex gap-1 flex-col items-start flex-1", className)}
|
|
93
|
-
></section>
|
|
94
|
-
);
|
|
95
|
-
};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { cn } from "../utils/cn";
|
|
3
|
-
import { cva } from "class-variance-authority";
|
|
4
|
-
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
5
|
-
import React from "react";
|
|
6
|
-
|
|
7
|
-
const glareCheckBoxStyles = cva(
|
|
8
|
-
[
|
|
9
|
-
"peer shrink-0 shadow focus-visible:outline-none rounded-[3px]",
|
|
10
|
-
"flex items-center justify-center transition-colors",
|
|
11
|
-
"border border-border-presentation-action-checkbox-primary",
|
|
12
|
-
"bg-background-presentation-action-borderstyle",
|
|
13
|
-
"focus:bg-blue-sparkle-alpha-15 focus:border-border-presentation-state-focus",
|
|
14
|
-
"disabled:bg-background-presentation-action-disabled disabled:border-border-presentation-action-disabled disabled:cursor-not-allowed",
|
|
15
|
-
"data-[state=checked]:bg-blue-sparkle-600 data-[state=checked]:border-blue-sparkle-600",
|
|
16
|
-
"hover:border-border-presentation-action-hover",
|
|
17
|
-
],
|
|
18
|
-
{
|
|
19
|
-
variants: {
|
|
20
|
-
size: {
|
|
21
|
-
S: ["w-[14px] h-[14px]"],
|
|
22
|
-
M: ["w-[16px] h-[16px]"],
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
},
|
|
26
|
-
);
|
|
27
|
-
|
|
28
|
-
export const Checkbox = React.forwardRef<
|
|
29
|
-
React.ElementRef<typeof CheckboxPrimitive.Root>,
|
|
30
|
-
React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root> & { size?: "S" | "M" }
|
|
31
|
-
>(({ className, size = "M", ...props }, ref) => (
|
|
32
|
-
<CheckboxPrimitive.Root
|
|
33
|
-
ref={ref}
|
|
34
|
-
className={cn(glareCheckBoxStyles({ size }), className)}
|
|
35
|
-
{...props}
|
|
36
|
-
>
|
|
37
|
-
<CheckboxPrimitive.Indicator>
|
|
38
|
-
<i className="ri-check-line text-white" />
|
|
39
|
-
</CheckboxPrimitive.Indicator>
|
|
40
|
-
</CheckboxPrimitive.Root>
|
|
41
|
-
));
|
|
42
|
-
Checkbox.displayName = CheckboxPrimitive.Root.displayName;
|