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,280 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
|
|
3
|
-
import React, { forwardRef } from "react";
|
|
4
|
-
import { Slot } from "@radix-ui/react-slot";
|
|
5
|
-
import { cva, type VariantProps } from "class-variance-authority";
|
|
6
|
-
import { cn } from "../utils/cn";
|
|
7
|
-
import { Themes } from "../utils/types";
|
|
8
|
-
|
|
9
|
-
// ============================================================================
|
|
10
|
-
// Breadcrumb Root
|
|
11
|
-
// ============================================================================
|
|
12
|
-
|
|
13
|
-
interface BreadcrumbProps extends React.ComponentPropsWithoutRef<"nav"> {
|
|
14
|
-
theme?: Themes;
|
|
15
|
-
separator?: React.ReactNode;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
const Breadcrumb = forwardRef<HTMLElement, BreadcrumbProps>(
|
|
19
|
-
({ className, theme, ...props }, ref) => (
|
|
20
|
-
<nav
|
|
21
|
-
ref={ref}
|
|
22
|
-
aria-label="breadcrumb"
|
|
23
|
-
data-theme={theme}
|
|
24
|
-
className={cn("flex", className)}
|
|
25
|
-
{...props}
|
|
26
|
-
/>
|
|
27
|
-
),
|
|
28
|
-
);
|
|
29
|
-
Breadcrumb.displayName = "Breadcrumb";
|
|
30
|
-
|
|
31
|
-
// ============================================================================
|
|
32
|
-
// Breadcrumb List
|
|
33
|
-
// ============================================================================
|
|
34
|
-
|
|
35
|
-
const breadcrumbListStyles = cva(["flex flex-wrap items-center gap-1.5", "break-words"], {
|
|
36
|
-
variants: {
|
|
37
|
-
size: {
|
|
38
|
-
S: ["text-[12px]", "gap-1"],
|
|
39
|
-
M: ["text-[14px]", "gap-1.5"],
|
|
40
|
-
L: ["text-[16px]", "gap-2"],
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
defaultVariants: {
|
|
44
|
-
size: "M",
|
|
45
|
-
},
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
interface BreadcrumbListProps
|
|
49
|
-
extends React.ComponentPropsWithoutRef<"ol">, VariantProps<typeof breadcrumbListStyles> {
|
|
50
|
-
theme?: Themes;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
const BreadcrumbList = forwardRef<HTMLOListElement, BreadcrumbListProps>(
|
|
54
|
-
({ className, size, theme, ...props }, ref) => (
|
|
55
|
-
<ol
|
|
56
|
-
ref={ref}
|
|
57
|
-
data-theme={theme}
|
|
58
|
-
className={cn(breadcrumbListStyles({ size }), className)}
|
|
59
|
-
{...props}
|
|
60
|
-
/>
|
|
61
|
-
),
|
|
62
|
-
);
|
|
63
|
-
BreadcrumbList.displayName = "BreadcrumbList";
|
|
64
|
-
|
|
65
|
-
// ============================================================================
|
|
66
|
-
// Breadcrumb Item
|
|
67
|
-
// ============================================================================
|
|
68
|
-
|
|
69
|
-
const BreadcrumbItem = forwardRef<HTMLLIElement, React.ComponentPropsWithoutRef<"li">>(
|
|
70
|
-
({ className, ...props }, ref) => (
|
|
71
|
-
<li ref={ref} className={cn("inline-flex items-center gap-1.5", className)} {...props} />
|
|
72
|
-
),
|
|
73
|
-
);
|
|
74
|
-
BreadcrumbItem.displayName = "BreadcrumbItem";
|
|
75
|
-
|
|
76
|
-
// ============================================================================
|
|
77
|
-
// Breadcrumb Link
|
|
78
|
-
// ============================================================================
|
|
79
|
-
|
|
80
|
-
const breadcrumbLinkStyles = cva(
|
|
81
|
-
[
|
|
82
|
-
"inline-flex items-center",
|
|
83
|
-
"transition-colors duration-200 ease-in-out",
|
|
84
|
-
"font-medium",
|
|
85
|
-
"hover:underline",
|
|
86
|
-
"focus-visible:outline-none",
|
|
87
|
-
"focus-visible:ring-2",
|
|
88
|
-
"focus-visible:ring-border-presentation-state-focus",
|
|
89
|
-
"focus-visible:rounded-[2px]",
|
|
90
|
-
],
|
|
91
|
-
{
|
|
92
|
-
variants: {
|
|
93
|
-
variant: {
|
|
94
|
-
PresentationStyle: [
|
|
95
|
-
"text-content-presentation-global-secondary",
|
|
96
|
-
"hover:text-content-presentation-global-primary",
|
|
97
|
-
],
|
|
98
|
-
SystemStyle: [
|
|
99
|
-
"text-content-system-global-secondary",
|
|
100
|
-
"hover:text-content-system-global-primary",
|
|
101
|
-
],
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
|
-
defaultVariants: {
|
|
105
|
-
variant: "PresentationStyle",
|
|
106
|
-
},
|
|
107
|
-
},
|
|
108
|
-
);
|
|
109
|
-
|
|
110
|
-
interface BreadcrumbLinkProps
|
|
111
|
-
extends React.ComponentPropsWithoutRef<"a">, VariantProps<typeof breadcrumbLinkStyles> {
|
|
112
|
-
asChild?: boolean;
|
|
113
|
-
theme?: Themes;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
const BreadcrumbLink = forwardRef<HTMLAnchorElement, BreadcrumbLinkProps>(
|
|
117
|
-
({ asChild, className, variant, theme, ...props }, ref) => {
|
|
118
|
-
const Comp = asChild ? Slot : "a";
|
|
119
|
-
|
|
120
|
-
return (
|
|
121
|
-
<Comp
|
|
122
|
-
ref={ref}
|
|
123
|
-
data-theme={theme}
|
|
124
|
-
className={cn(breadcrumbLinkStyles({ variant }), className)}
|
|
125
|
-
{...props}
|
|
126
|
-
/>
|
|
127
|
-
);
|
|
128
|
-
},
|
|
129
|
-
);
|
|
130
|
-
BreadcrumbLink.displayName = "BreadcrumbLink";
|
|
131
|
-
|
|
132
|
-
// ============================================================================
|
|
133
|
-
// Breadcrumb Page (Current page - not a link)
|
|
134
|
-
// ============================================================================
|
|
135
|
-
|
|
136
|
-
const breadcrumbPageStyles = cva(["inline-flex items-center", "font-medium"], {
|
|
137
|
-
variants: {
|
|
138
|
-
variant: {
|
|
139
|
-
PresentationStyle: ["text-content-presentation-global-primary"],
|
|
140
|
-
SystemStyle: ["text-content-system-global-primary"],
|
|
141
|
-
},
|
|
142
|
-
},
|
|
143
|
-
defaultVariants: {
|
|
144
|
-
variant: "PresentationStyle",
|
|
145
|
-
},
|
|
146
|
-
});
|
|
147
|
-
|
|
148
|
-
interface BreadcrumbPageProps
|
|
149
|
-
extends React.ComponentPropsWithoutRef<"span">, VariantProps<typeof breadcrumbPageStyles> {
|
|
150
|
-
theme?: Themes;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
const BreadcrumbPage = forwardRef<HTMLSpanElement, BreadcrumbPageProps>(
|
|
154
|
-
({ className, variant, theme, ...props }, ref) => (
|
|
155
|
-
<span
|
|
156
|
-
ref={ref}
|
|
157
|
-
role="link"
|
|
158
|
-
aria-disabled="true"
|
|
159
|
-
aria-current="page"
|
|
160
|
-
data-theme={theme}
|
|
161
|
-
className={cn(breadcrumbPageStyles({ variant }), className)}
|
|
162
|
-
{...props}
|
|
163
|
-
/>
|
|
164
|
-
),
|
|
165
|
-
);
|
|
166
|
-
BreadcrumbPage.displayName = "BreadcrumbPage";
|
|
167
|
-
|
|
168
|
-
// ============================================================================
|
|
169
|
-
// Breadcrumb Separator
|
|
170
|
-
// ============================================================================
|
|
171
|
-
|
|
172
|
-
const breadcrumbSeparatorStyles = cva(["flex items-center justify-center", "[&_i]:text-[12px]"], {
|
|
173
|
-
variants: {
|
|
174
|
-
variant: {
|
|
175
|
-
PresentationStyle: ["text-content-presentation-global-secondary"],
|
|
176
|
-
SystemStyle: ["text-content-system-global-secondary"],
|
|
177
|
-
},
|
|
178
|
-
},
|
|
179
|
-
defaultVariants: {
|
|
180
|
-
variant: "PresentationStyle",
|
|
181
|
-
},
|
|
182
|
-
});
|
|
183
|
-
|
|
184
|
-
interface BreadcrumbSeparatorProps
|
|
185
|
-
extends React.ComponentPropsWithoutRef<"li">, VariantProps<typeof breadcrumbSeparatorStyles> {
|
|
186
|
-
theme?: Themes;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
const BreadcrumbSeparator = forwardRef<HTMLLIElement, BreadcrumbSeparatorProps>(
|
|
190
|
-
({ className, variant, theme, children, ...props }, ref) => (
|
|
191
|
-
<li
|
|
192
|
-
ref={ref}
|
|
193
|
-
role="presentation"
|
|
194
|
-
aria-hidden="true"
|
|
195
|
-
data-theme={theme}
|
|
196
|
-
className={cn(breadcrumbSeparatorStyles({ variant }), className)}
|
|
197
|
-
{...props}
|
|
198
|
-
>
|
|
199
|
-
{children ?? <i className="ri-arrow-right-s-line" />}
|
|
200
|
-
</li>
|
|
201
|
-
),
|
|
202
|
-
);
|
|
203
|
-
BreadcrumbSeparator.displayName = "BreadcrumbSeparator";
|
|
204
|
-
|
|
205
|
-
// ============================================================================
|
|
206
|
-
// Breadcrumb Ellipsis (For collapsed items)
|
|
207
|
-
// ============================================================================
|
|
208
|
-
|
|
209
|
-
const breadcrumbEllipsisStyles = cva(
|
|
210
|
-
[
|
|
211
|
-
"flex items-center justify-center",
|
|
212
|
-
"w-6 h-6",
|
|
213
|
-
"rounded-[4px]",
|
|
214
|
-
"cursor-pointer",
|
|
215
|
-
"transition-colors duration-200 ease-in-out",
|
|
216
|
-
],
|
|
217
|
-
{
|
|
218
|
-
variants: {
|
|
219
|
-
variant: {
|
|
220
|
-
PresentationStyle: [
|
|
221
|
-
"text-content-presentation-global-secondary",
|
|
222
|
-
"hover:bg-background-presentation-action-hover",
|
|
223
|
-
"hover:text-content-presentation-global-primary-inverse",
|
|
224
|
-
],
|
|
225
|
-
SystemStyle: [
|
|
226
|
-
"text-content-system-global-secondary",
|
|
227
|
-
"hover:bg-background-system-action-secondary-hover",
|
|
228
|
-
"hover:text-content-system-action-secondary-hover",
|
|
229
|
-
],
|
|
230
|
-
},
|
|
231
|
-
},
|
|
232
|
-
defaultVariants: {
|
|
233
|
-
variant: "PresentationStyle",
|
|
234
|
-
},
|
|
235
|
-
},
|
|
236
|
-
);
|
|
237
|
-
|
|
238
|
-
interface BreadcrumbEllipsisProps
|
|
239
|
-
extends React.ComponentPropsWithoutRef<"span">, VariantProps<typeof breadcrumbEllipsisStyles> {
|
|
240
|
-
theme?: Themes;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
const BreadcrumbEllipsis = forwardRef<HTMLSpanElement, BreadcrumbEllipsisProps>(
|
|
244
|
-
({ className, variant, theme, ...props }, ref) => (
|
|
245
|
-
<span
|
|
246
|
-
ref={ref}
|
|
247
|
-
role="presentation"
|
|
248
|
-
aria-hidden="true"
|
|
249
|
-
data-theme={theme}
|
|
250
|
-
className={cn(breadcrumbEllipsisStyles({ variant }), className)}
|
|
251
|
-
{...props}
|
|
252
|
-
>
|
|
253
|
-
<i className="ri-more-line" />
|
|
254
|
-
<span className="sr-only">More</span>
|
|
255
|
-
</span>
|
|
256
|
-
),
|
|
257
|
-
);
|
|
258
|
-
BreadcrumbEllipsis.displayName = "BreadcrumbEllipsis";
|
|
259
|
-
|
|
260
|
-
// ============================================================================
|
|
261
|
-
// Exports
|
|
262
|
-
// ============================================================================
|
|
263
|
-
|
|
264
|
-
export {
|
|
265
|
-
Breadcrumb,
|
|
266
|
-
BreadcrumbList,
|
|
267
|
-
BreadcrumbItem,
|
|
268
|
-
BreadcrumbLink,
|
|
269
|
-
BreadcrumbPage,
|
|
270
|
-
BreadcrumbSeparator,
|
|
271
|
-
BreadcrumbEllipsis,
|
|
272
|
-
};
|
|
273
|
-
|
|
274
|
-
export {
|
|
275
|
-
breadcrumbListStyles,
|
|
276
|
-
breadcrumbLinkStyles,
|
|
277
|
-
breadcrumbPageStyles,
|
|
278
|
-
breadcrumbSeparatorStyles,
|
|
279
|
-
breadcrumbEllipsisStyles,
|
|
280
|
-
};
|
|
@@ -1,325 +0,0 @@
|
|
|
1
|
-
import React, { ButtonHTMLAttributes, forwardRef } from "react";
|
|
2
|
-
import { cva, type VariantProps } from "class-variance-authority";
|
|
3
|
-
import { Slot } from "@radix-ui/react-slot";
|
|
4
|
-
import { cn } from "../utils/cn";
|
|
5
|
-
import { ButtonVariant, Themes } from "../utils/types";
|
|
6
|
-
|
|
7
|
-
interface Props
|
|
8
|
-
extends ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
9
|
-
is_loading?: boolean;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
asChild?: boolean;
|
|
12
|
-
variant?: ButtonVariant;
|
|
13
|
-
as?: React.ElementType;
|
|
14
|
-
theme?: Themes;
|
|
15
|
-
containerClassName?: string;
|
|
16
|
-
}
|
|
17
|
-
export const Button = forwardRef<HTMLButtonElement, Props>(
|
|
18
|
-
(
|
|
19
|
-
{
|
|
20
|
-
is_loading = false,
|
|
21
|
-
variant,
|
|
22
|
-
size,
|
|
23
|
-
asChild,
|
|
24
|
-
as: Tag = "button",
|
|
25
|
-
buttonType,
|
|
26
|
-
className,
|
|
27
|
-
disabled,
|
|
28
|
-
type = "button",
|
|
29
|
-
theme,
|
|
30
|
-
children,
|
|
31
|
-
containerClassName,
|
|
32
|
-
...props
|
|
33
|
-
},
|
|
34
|
-
ref,
|
|
35
|
-
) => {
|
|
36
|
-
const Component = asChild ? Slot : Tag;
|
|
37
|
-
|
|
38
|
-
return (
|
|
39
|
-
<Component
|
|
40
|
-
{...props}
|
|
41
|
-
data-theme={theme}
|
|
42
|
-
disabled={disabled || is_loading}
|
|
43
|
-
aria-busy={is_loading || undefined}
|
|
44
|
-
ref={ref}
|
|
45
|
-
type={type}
|
|
46
|
-
className={cn(
|
|
47
|
-
buttonVariants({
|
|
48
|
-
variant,
|
|
49
|
-
size,
|
|
50
|
-
is_loading,
|
|
51
|
-
buttonType,
|
|
52
|
-
disabled,
|
|
53
|
-
}),
|
|
54
|
-
className,
|
|
55
|
-
)}
|
|
56
|
-
>
|
|
57
|
-
{asChild ? (
|
|
58
|
-
React.cloneElement(
|
|
59
|
-
children as React.ReactElement,
|
|
60
|
-
{},
|
|
61
|
-
<div
|
|
62
|
-
className={cn(
|
|
63
|
-
// LOCAL PATCH (Contact Center): logical, not physical. These were `mr`/`ml`/`pl`/`pr`,
|
|
64
|
-
// so under `dir="rtl"` a leading icon rendered on the right but kept its gap on
|
|
65
|
-
// its OUTER side — colliding with the label and drifting off the button edge.
|
|
66
|
-
// `me`/`ms`/`ps`/`pe` compile to the same values in LTR, so English is unchanged.
|
|
67
|
-
"flex items-center justify-center [&>:is(i,svg):first-child]:me-[3px] [&>:is(i,svg):last-child]:ms-[3px] [&>:is(i,svg):only-child]:m-0 [&:has(>:is(i,svg):last-child):not(:has(>:is(i,svg):first-child))]:ps-[6px] [&:has(>:is(i,svg):first-child):not(:has(>:is(i,svg):last-child))]:pe-[6px]",
|
|
68
|
-
containerClassName,
|
|
69
|
-
)}
|
|
70
|
-
>
|
|
71
|
-
{(children as React.ReactElement<{ children?: React.ReactNode }>).props.children}
|
|
72
|
-
{is_loading && <LoadingIcon size={size} />}
|
|
73
|
-
</div>,
|
|
74
|
-
)
|
|
75
|
-
) : (
|
|
76
|
-
<div
|
|
77
|
-
className={cn(
|
|
78
|
-
// LOCAL PATCH (Contact Center): logical, not physical. These were `mr`/`ml`/`pl`/`pr`,
|
|
79
|
-
// so under `dir="rtl"` a leading icon rendered on the right but kept its gap on
|
|
80
|
-
// its OUTER side — colliding with the label and drifting off the button edge.
|
|
81
|
-
// `me`/`ms`/`ps`/`pe` compile to the same values in LTR, so English is unchanged.
|
|
82
|
-
"flex items-center justify-center [&>:is(i,svg):first-child]:me-[3px] [&>:is(i,svg):last-child]:ms-[3px] [&>:is(i,svg):only-child]:m-0 [&:has(>:is(i,svg):last-child):not(:has(>:is(i,svg):first-child))]:ps-[6px] [&:has(>:is(i,svg):first-child):not(:has(>:is(i,svg):last-child))]:pe-[6px]",
|
|
83
|
-
containerClassName,
|
|
84
|
-
)}
|
|
85
|
-
>
|
|
86
|
-
{children}
|
|
87
|
-
{is_loading && <LoadingIcon size={size} />}
|
|
88
|
-
</div>
|
|
89
|
-
)}
|
|
90
|
-
</Component>
|
|
91
|
-
);
|
|
92
|
-
},
|
|
93
|
-
);
|
|
94
|
-
|
|
95
|
-
Button.displayName = "Button";
|
|
96
|
-
|
|
97
|
-
const loadingIconVariants = cva("animate-spin ", {
|
|
98
|
-
variants: {
|
|
99
|
-
size: {
|
|
100
|
-
S: "w-[12px] h-[12px]",
|
|
101
|
-
M: "w-[18px] h-[18px]",
|
|
102
|
-
L: "w-[20px] h-[20px]",
|
|
103
|
-
XL: "w-[20px] h-[20px]",
|
|
104
|
-
},
|
|
105
|
-
},
|
|
106
|
-
defaultVariants: {
|
|
107
|
-
size: "M",
|
|
108
|
-
},
|
|
109
|
-
});
|
|
110
|
-
|
|
111
|
-
export function LoadingIcon({
|
|
112
|
-
size,
|
|
113
|
-
className,
|
|
114
|
-
}: {
|
|
115
|
-
size?: "S" | "M" | "L" | "XL" | null;
|
|
116
|
-
className?: string;
|
|
117
|
-
}) {
|
|
118
|
-
return (
|
|
119
|
-
<svg
|
|
120
|
-
className={cn(loadingIconVariants({ size, className }))}
|
|
121
|
-
viewBox="0 0 12 12"
|
|
122
|
-
fill="none"
|
|
123
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
124
|
-
role="status"
|
|
125
|
-
aria-label="Loading"
|
|
126
|
-
>
|
|
127
|
-
<path
|
|
128
|
-
d="M11 6C11 8.76142 8.76142 11 6 11C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1C8.76142 1 11 3.23858 11 6ZM2.25 6C2.25 8.07107 3.92893 9.75 6 9.75C8.07107 9.75 9.75 8.07107 9.75 6C9.75 3.92893 8.07107 2.25 6 2.25C3.92893 2.25 2.25 3.92893 2.25 6Z"
|
|
129
|
-
fill="#F4F4F4"
|
|
130
|
-
/>
|
|
131
|
-
<path
|
|
132
|
-
d="M11 6C11 5.34339 10.8707 4.69321 10.6194 4.08658C10.3681 3.47995 9.99983 2.92876 9.53553 2.46447C9.07124 2.00017 8.52004 1.63188 7.91342 1.3806C7.30679 1.12933 6.65661 1 6 1V2.25C6.49246 2.25 6.98009 2.347 7.43506 2.53545C7.89003 2.72391 8.30343 3.00013 8.65165 3.34835C8.99987 3.69657 9.27609 4.10997 9.46455 4.56494C9.653 5.01991 9.75 5.50754 9.75 6H11Z"
|
|
133
|
-
fill="#0075FF"
|
|
134
|
-
/>
|
|
135
|
-
</svg>
|
|
136
|
-
);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
export const buttonVariants = cva(
|
|
140
|
-
"flex items-center whitespace-nowrap justify-center transition-[background,color] duration-200 ease-in-out border border-transparent outline-none leading-none [&-i]:!leading-none",
|
|
141
|
-
{
|
|
142
|
-
variants: {
|
|
143
|
-
variant: {
|
|
144
|
-
// Sec variants: base = button-secondary, hover picks up fill color
|
|
145
|
-
PrimeStyle: [
|
|
146
|
-
"bg-background-presentation-button-secondary",
|
|
147
|
-
"text-content-presentation-action-light-primary",
|
|
148
|
-
"hover:bg-background-presentation-button-hover",
|
|
149
|
-
"hover:text-content-presentation-global-hover",
|
|
150
|
-
"focus:lg:focus:md:border lg:focus:md:border-border-presentation-state-focus",
|
|
151
|
-
"active:bg-background-presentation-button-hover active:text-content-presentation-global-hover",
|
|
152
|
-
],
|
|
153
|
-
BluSecStyle: [
|
|
154
|
-
"bg-background-presentation-button-secondary",
|
|
155
|
-
"text-content-presentation-action-light-primary",
|
|
156
|
-
"hover:bg-background-presentation-button-fill-blue-primary",
|
|
157
|
-
"hover:text-content-presentation-global-hover",
|
|
158
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
159
|
-
"active:bg-background-presentation-button-fill-blue-primary active:text-content-presentation-global-hover",
|
|
160
|
-
],
|
|
161
|
-
YelSecStyle: [
|
|
162
|
-
"bg-background-presentation-button-secondary",
|
|
163
|
-
"text-content-presentation-action-light-primary",
|
|
164
|
-
"hover:bg-background-presentation-button-fill-yellow-primary",
|
|
165
|
-
"hover:text-content-presentation-action-light-primary",
|
|
166
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
167
|
-
"active:bg-background-presentation-button-fill-yellow-primary active:text-content-presentation-action-light-primary",
|
|
168
|
-
],
|
|
169
|
-
RedSecStyle: [
|
|
170
|
-
"bg-background-presentation-button-secondary",
|
|
171
|
-
"text-content-presentation-action-light-primary",
|
|
172
|
-
"hover:bg-background-presentation-button-fill-red-primary",
|
|
173
|
-
"hover:text-content-presentation-global-hover",
|
|
174
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
175
|
-
"active:bg-background-presentation-button-fill-red-primary active:text-content-presentation-global-hover",
|
|
176
|
-
],
|
|
177
|
-
BorderStyle: [
|
|
178
|
-
"text-content-presentation-action-light-primary",
|
|
179
|
-
"border border-border-presentation-action-disabled",
|
|
180
|
-
"bg-background-presentation-button-borderstyle",
|
|
181
|
-
"hover:bg-background-presentation-button-hover",
|
|
182
|
-
"hover:text-content-presentation-global-hover",
|
|
183
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
184
|
-
"focus:lg:text-content-presentation-action-light-primary",
|
|
185
|
-
"focus:hover:lg:text-content-presentation-global-hover",
|
|
186
|
-
"active:bg-background-presentation-button-hover active:text-content-presentation-global-hover",
|
|
187
|
-
],
|
|
188
|
-
// Cont variants: transparent base, hover shows button-contstyle-hover
|
|
189
|
-
PrimeContStyle: [
|
|
190
|
-
"text-content-presentation-action-light-primary",
|
|
191
|
-
"border-transparent bg-transparent",
|
|
192
|
-
"hover:bg-background-presentation-button-contstyle-hover",
|
|
193
|
-
"hover:text-content-presentation-action-light-primary",
|
|
194
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
195
|
-
"focus:lg:bg-background-presentation-button-borderstyle",
|
|
196
|
-
"active:bg-background-presentation-button-contstyle-hover active:text-content-presentation-action-light-primary",
|
|
197
|
-
],
|
|
198
|
-
BluContStyle: [
|
|
199
|
-
"text-content-presentation-action-light-primary",
|
|
200
|
-
"border-transparent bg-transparent",
|
|
201
|
-
"hover:bg-background-presentation-button-contstyle-hover",
|
|
202
|
-
"hover:text-content-presentation-global-information-hover",
|
|
203
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
204
|
-
"focus:lg:bg-background-presentation-button-borderstyle",
|
|
205
|
-
"active:bg-background-presentation-button-contstyle-hover active:text-content-presentation-global-information-hover",
|
|
206
|
-
],
|
|
207
|
-
RedContStyle: [
|
|
208
|
-
"text-content-presentation-action-light-primary",
|
|
209
|
-
"border-transparent bg-transparent",
|
|
210
|
-
"hover:bg-background-presentation-button-contstyle-hover",
|
|
211
|
-
"hover:text-content-presentation-global-negative-hover",
|
|
212
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
213
|
-
"focus:lg:bg-background-presentation-button-borderstyle",
|
|
214
|
-
"active:bg-background-presentation-button-contstyle-hover active:text-content-presentation-global-negative-hover",
|
|
215
|
-
],
|
|
216
|
-
// Col variants: filled solid color base, hover deepens to -secondary
|
|
217
|
-
PrimeColStyle: [
|
|
218
|
-
"bg-background-presentation-button-primary",
|
|
219
|
-
"text-content-presentation-global-hover",
|
|
220
|
-
"hover:bg-background-presentation-button-hover",
|
|
221
|
-
"hover:text-content-presentation-global-primary-inverse",
|
|
222
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
223
|
-
"active:bg-background-presentation-button-hover active:text-content-presentation-global-primary-inverse",
|
|
224
|
-
],
|
|
225
|
-
BluColStyle: [
|
|
226
|
-
"bg-background-presentation-button-fill-blue-primary",
|
|
227
|
-
"text-content-presentation-action-dark-primary",
|
|
228
|
-
"hover:bg-background-presentation-button-fill-blue-secondary",
|
|
229
|
-
"hover:text-content-presentation-action-dark-primary",
|
|
230
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
231
|
-
"active:bg-background-presentation-button-fill-blue-secondary active:text-content-presentation-action-dark-primary",
|
|
232
|
-
],
|
|
233
|
-
RedColStyle: [
|
|
234
|
-
"bg-background-presentation-button-fill-red-primary",
|
|
235
|
-
"text-content-presentation-action-dark-primary",
|
|
236
|
-
"hover:bg-background-presentation-button-fill-red-secondary",
|
|
237
|
-
"hover:text-content-presentation-action-dark-primary",
|
|
238
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
239
|
-
"active:bg-background-presentation-button-fill-red-secondary active:text-content-presentation-action-dark-primary",
|
|
240
|
-
],
|
|
241
|
-
GreenColStyle: [
|
|
242
|
-
"bg-background-presentation-button-fill-green-primary",
|
|
243
|
-
"text-content-presentation-action-dark-primary",
|
|
244
|
-
"hover:bg-background-presentation-button-fill-green-secondary",
|
|
245
|
-
"hover:text-content-presentation-action-dark-primary",
|
|
246
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
247
|
-
"active:bg-background-presentation-button-fill-green-secondary active:text-content-presentation-action-dark-primary",
|
|
248
|
-
],
|
|
249
|
-
YelColStyle: [
|
|
250
|
-
"bg-background-presentation-button-fill-yellow-primary",
|
|
251
|
-
"text-content-presentation-global-primary",
|
|
252
|
-
"hover:bg-background-presentation-button-fill-yellow-secondary",
|
|
253
|
-
"hover:text-content-presentation-global-primary",
|
|
254
|
-
"focus:lg:border focus:lg:border-border-presentation-state-focus",
|
|
255
|
-
"active:bg-background-presentation-button-fill-yellow-secondary active:text-content-presentation-global-primary",
|
|
256
|
-
],
|
|
257
|
-
},
|
|
258
|
-
size: {
|
|
259
|
-
S: "h-[22px] py-[2px] px-[6px] typography-body-small-medium rounded-radius-sm [&_i]:text-[12px]",
|
|
260
|
-
M: "h-[28px] py-[2px] px-[14px] typography-body-large-medium rounded-radius-md [&_i]:text-[18px]",
|
|
261
|
-
L: "h-[34px] py-[5px] px-[22px] typography-body-large-medium rounded-radius-lg [&_i]:text-[20px]",
|
|
262
|
-
XL: "h-[40px] py-[8px] px-[30px] typography-headers-medium-medium rounded-radius-lg [&_i]:text-[22px]",
|
|
263
|
-
},
|
|
264
|
-
is_loading: {
|
|
265
|
-
true: "[&_i]:hidden",
|
|
266
|
-
},
|
|
267
|
-
disabled: {
|
|
268
|
-
true: "cursor-not-allowed",
|
|
269
|
-
},
|
|
270
|
-
buttonType: {
|
|
271
|
-
button: "",
|
|
272
|
-
icon: "",
|
|
273
|
-
},
|
|
274
|
-
},
|
|
275
|
-
defaultVariants: {
|
|
276
|
-
size: "M",
|
|
277
|
-
variant: "PrimeStyle",
|
|
278
|
-
buttonType: "button",
|
|
279
|
-
},
|
|
280
|
-
compoundVariants: [
|
|
281
|
-
{
|
|
282
|
-
is_loading: true,
|
|
283
|
-
className: [
|
|
284
|
-
"cursor-wait",
|
|
285
|
-
"bg-background-presentation-button-hover",
|
|
286
|
-
"text-content-presentation-global-hover",
|
|
287
|
-
"hover:bg-background-presentation-button-hover",
|
|
288
|
-
"hover:text-content-presentation-global-hover",
|
|
289
|
-
"focus:lg:border focus:lg:border-transparent",
|
|
290
|
-
"active:bg-background-presentation-button-hover active:text-content-presentation-global-hover",
|
|
291
|
-
],
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
disabled: true,
|
|
295
|
-
className: [
|
|
296
|
-
"cursor-not-allowed",
|
|
297
|
-
"pointer-events-none",
|
|
298
|
-
"bg-background-presentation-button-disabled",
|
|
299
|
-
"text-content-presentation-state-disabled",
|
|
300
|
-
"border-transparent",
|
|
301
|
-
],
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
buttonType: "icon",
|
|
305
|
-
size: "S",
|
|
306
|
-
className: "w-[22px] h-[22px] p-0 leading-[0]",
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
buttonType: "icon",
|
|
310
|
-
size: "M",
|
|
311
|
-
className: "w-[28px] h-[28px] p-0 leading-[0]",
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
buttonType: "icon",
|
|
315
|
-
size: "L",
|
|
316
|
-
className: "w-[30px] h-[30px] p-0 leading-[0]",
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
buttonType: "icon",
|
|
320
|
-
size: "XL",
|
|
321
|
-
className: "w-[40px] h-[40px] p-0 leading-[0]",
|
|
322
|
-
},
|
|
323
|
-
],
|
|
324
|
-
},
|
|
325
|
-
);
|