@mayor_grd/centry-ui 0.1.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 +100 -0
- package/dist/components/ui/accordion.cjs +2 -0
- package/dist/components/ui/accordion.cjs.map +1 -0
- package/dist/components/ui/accordion.d.ts +8 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/accordion.js +47 -0
- package/dist/components/ui/accordion.js.map +1 -0
- package/dist/components/ui/alert-dialog.cjs +2 -0
- package/dist/components/ui/alert-dialog.cjs.map +1 -0
- package/dist/components/ui/alert-dialog.d.ts +21 -0
- package/dist/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog.js +108 -0
- package/dist/components/ui/alert-dialog.js.map +1 -0
- package/dist/components/ui/alert.cjs +2 -0
- package/dist/components/ui/alert.cjs.map +1 -0
- package/dist/components/ui/alert.d.ts +12 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/alert.js +55 -0
- package/dist/components/ui/alert.js.map +1 -0
- package/dist/components/ui/aspect-ratio.cjs +2 -0
- package/dist/components/ui/aspect-ratio.cjs.map +1 -0
- package/dist/components/ui/aspect-ratio.d.ts +4 -0
- package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
- package/dist/components/ui/aspect-ratio.js +6 -0
- package/dist/components/ui/aspect-ratio.js.map +1 -0
- package/dist/components/ui/avatar.cjs +2 -0
- package/dist/components/ui/avatar.cjs.map +1 -0
- package/dist/components/ui/avatar.d.ts +13 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/avatar.js +57 -0
- package/dist/components/ui/avatar.js.map +1 -0
- package/dist/components/ui/badge.cjs +2 -0
- package/dist/components/ui/badge.cjs.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/badge.js +38 -0
- package/dist/components/ui/badge.js.map +1 -0
- package/dist/components/ui/breadcrumb.cjs +2 -0
- package/dist/components/ui/breadcrumb.cjs.map +1 -0
- package/dist/components/ui/breadcrumb.d.ts +23 -0
- package/dist/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb.js +97 -0
- package/dist/components/ui/breadcrumb.js.map +1 -0
- package/dist/components/ui/button.cjs +2 -0
- package/dist/components/ui/button.cjs.map +1 -0
- package/dist/components/ui/button.d.ts +13 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.figma.d.ts +2 -0
- package/dist/components/ui/button.figma.d.ts.map +1 -0
- package/dist/components/ui/button.js +73 -0
- package/dist/components/ui/button.js.map +1 -0
- package/dist/components/ui/calendar.cjs +2 -0
- package/dist/components/ui/calendar.cjs.map +1 -0
- package/dist/components/ui/calendar.d.ts +9 -0
- package/dist/components/ui/calendar.d.ts.map +1 -0
- package/dist/components/ui/calendar.js +56 -0
- package/dist/components/ui/calendar.js.map +1 -0
- package/dist/components/ui/card.cjs +2 -0
- package/dist/components/ui/card.cjs.map +1 -0
- package/dist/components/ui/card.d.ts +9 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/card.js +51 -0
- package/dist/components/ui/card.js.map +1 -0
- package/dist/components/ui/carousel.cjs +2 -0
- package/dist/components/ui/carousel.cjs.map +1 -0
- package/dist/components/ui/carousel.d.ts +19 -0
- package/dist/components/ui/carousel.d.ts.map +1 -0
- package/dist/components/ui/carousel.js +156 -0
- package/dist/components/ui/carousel.js.map +1 -0
- package/dist/components/ui/checkbox.cjs +2 -0
- package/dist/components/ui/checkbox.cjs.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox.js +53 -0
- package/dist/components/ui/checkbox.js.map +1 -0
- package/dist/components/ui/collapsible.cjs +2 -0
- package/dist/components/ui/collapsible.cjs.map +1 -0
- package/dist/components/ui/collapsible.d.ts +6 -0
- package/dist/components/ui/collapsible.d.ts.map +1 -0
- package/dist/components/ui/collapsible.js +8 -0
- package/dist/components/ui/collapsible.js.map +1 -0
- package/dist/components/ui/combobox.cjs +2 -0
- package/dist/components/ui/combobox.cjs.map +1 -0
- package/dist/components/ui/combobox.d.ts +22 -0
- package/dist/components/ui/combobox.d.ts.map +1 -0
- package/dist/components/ui/combobox.js +70 -0
- package/dist/components/ui/combobox.js.map +1 -0
- package/dist/components/ui/command.cjs +2 -0
- package/dist/components/ui/command.cjs.map +1 -0
- package/dist/components/ui/command.d.ts +82 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/command.js +107 -0
- package/dist/components/ui/command.js.map +1 -0
- package/dist/components/ui/data-table.cjs +2 -0
- package/dist/components/ui/data-table.cjs.map +1 -0
- package/dist/components/ui/data-table.d.ts +11 -0
- package/dist/components/ui/data-table.d.ts.map +1 -0
- package/dist/components/ui/data-table.js +26 -0
- package/dist/components/ui/data-table.js.map +1 -0
- package/dist/components/ui/date-picker.cjs +2 -0
- package/dist/components/ui/date-picker.cjs.map +1 -0
- package/dist/components/ui/date-picker.d.ts +15 -0
- package/dist/components/ui/date-picker.d.ts.map +1 -0
- package/dist/components/ui/date-picker.js +49 -0
- package/dist/components/ui/date-picker.js.map +1 -0
- package/dist/components/ui/dialog.cjs +2 -0
- package/dist/components/ui/dialog.cjs.map +1 -0
- package/dist/components/ui/dialog.d.ts +20 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog.js +96 -0
- package/dist/components/ui/dialog.js.map +1 -0
- package/dist/components/ui/drawer.cjs +2 -0
- package/dist/components/ui/drawer.cjs.map +1 -0
- package/dist/components/ui/drawer.d.ts +23 -0
- package/dist/components/ui/drawer.d.ts.map +1 -0
- package/dist/components/ui/drawer.js +84 -0
- package/dist/components/ui/drawer.js.map +1 -0
- package/dist/components/ui/dropdown-menu.cjs +2 -0
- package/dist/components/ui/dropdown-menu.cjs.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +34 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.js +153 -0
- package/dist/components/ui/dropdown-menu.js.map +1 -0
- package/dist/components/ui/form.cjs +2 -0
- package/dist/components/ui/form.cjs.map +1 -0
- package/dist/components/ui/form.d.ts +23 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/form.js +93 -0
- package/dist/components/ui/form.js.map +1 -0
- package/dist/components/ui/hover-card.cjs +2 -0
- package/dist/components/ui/hover-card.cjs.map +1 -0
- package/dist/components/ui/hover-card.d.ts +7 -0
- package/dist/components/ui/hover-card.d.ts.map +1 -0
- package/dist/components/ui/hover-card.js +24 -0
- package/dist/components/ui/hover-card.js.map +1 -0
- package/dist/components/ui/index.d.ts +45 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/components/ui/input-otp.cjs +2 -0
- package/dist/components/ui/input-otp.cjs.map +1 -0
- package/dist/components/ui/input-otp.d.ts +36 -0
- package/dist/components/ui/input-otp.d.ts.map +1 -0
- package/dist/components/ui/input-otp.js +55 -0
- package/dist/components/ui/input-otp.js.map +1 -0
- package/dist/components/ui/input.cjs +2 -0
- package/dist/components/ui/input.cjs.map +1 -0
- package/dist/components/ui/input.d.ts +10 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/input.js +32 -0
- package/dist/components/ui/input.js.map +1 -0
- package/dist/components/ui/label.cjs +2 -0
- package/dist/components/ui/label.cjs.map +1 -0
- package/dist/components/ui/label.d.ts +6 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/label.js +13 -0
- package/dist/components/ui/label.js.map +1 -0
- package/dist/components/ui/navigation-menu.cjs +2 -0
- package/dist/components/ui/navigation-menu.cjs.map +1 -0
- package/dist/components/ui/navigation-menu.d.ts +13 -0
- package/dist/components/ui/navigation-menu.d.ts.map +1 -0
- package/dist/components/ui/navigation-menu.js +100 -0
- package/dist/components/ui/navigation-menu.js.map +1 -0
- package/dist/components/ui/pagination.cjs +2 -0
- package/dist/components/ui/pagination.cjs.map +1 -0
- package/dist/components/ui/pagination.d.ts +29 -0
- package/dist/components/ui/pagination.d.ts.map +1 -0
- package/dist/components/ui/pagination.js +100 -0
- package/dist/components/ui/pagination.js.map +1 -0
- package/dist/components/ui/popover.cjs +2 -0
- package/dist/components/ui/popover.cjs.map +1 -0
- package/dist/components/ui/popover.d.ts +8 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/popover.js +25 -0
- package/dist/components/ui/popover.js.map +1 -0
- package/dist/components/ui/progress.cjs +2 -0
- package/dist/components/ui/progress.cjs.map +1 -0
- package/dist/components/ui/progress.d.ts +5 -0
- package/dist/components/ui/progress.d.ts.map +1 -0
- package/dist/components/ui/progress.js +24 -0
- package/dist/components/ui/progress.js.map +1 -0
- package/dist/components/ui/radio-group.cjs +2 -0
- package/dist/components/ui/radio-group.cjs.map +1 -0
- package/dist/components/ui/radio-group.d.ts +6 -0
- package/dist/components/ui/radio-group.d.ts.map +1 -0
- package/dist/components/ui/radio-group.js +31 -0
- package/dist/components/ui/radio-group.js.map +1 -0
- package/dist/components/ui/select.cjs +2 -0
- package/dist/components/ui/select.cjs.map +1 -0
- package/dist/components/ui/select.d.ts +14 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/select.js +116 -0
- package/dist/components/ui/select.js.map +1 -0
- package/dist/components/ui/separator.cjs +2 -0
- package/dist/components/ui/separator.cjs.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/separator.js +23 -0
- package/dist/components/ui/separator.js.map +1 -0
- package/dist/components/ui/sheet.cjs +2 -0
- package/dist/components/ui/sheet.cjs.map +1 -0
- package/dist/components/ui/sheet.d.ts +26 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sheet.js +87 -0
- package/dist/components/ui/sheet.js.map +1 -0
- package/dist/components/ui/sidebar.cjs +2 -0
- package/dist/components/ui/sidebar.cjs.map +1 -0
- package/dist/components/ui/sidebar.d.ts +70 -0
- package/dist/components/ui/sidebar.d.ts.map +1 -0
- package/dist/components/ui/sidebar.js +541 -0
- package/dist/components/ui/sidebar.js.map +1 -0
- package/dist/components/ui/skeleton.cjs +2 -0
- package/dist/components/ui/skeleton.cjs.map +1 -0
- package/dist/components/ui/skeleton.d.ts +4 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeleton.js +18 -0
- package/dist/components/ui/skeleton.js.map +1 -0
- package/dist/components/ui/slider.cjs +2 -0
- package/dist/components/ui/slider.cjs.map +1 -0
- package/dist/components/ui/slider.d.ts +5 -0
- package/dist/components/ui/slider.d.ts.map +1 -0
- package/dist/components/ui/slider.js +21 -0
- package/dist/components/ui/slider.js.map +1 -0
- package/dist/components/ui/sonner.cjs +2 -0
- package/dist/components/ui/sonner.cjs.map +1 -0
- package/dist/components/ui/sonner.d.ts +6 -0
- package/dist/components/ui/sonner.d.ts.map +1 -0
- package/dist/components/ui/sonner.js +27 -0
- package/dist/components/ui/sonner.js.map +1 -0
- package/dist/components/ui/switch.cjs +2 -0
- package/dist/components/ui/switch.cjs.map +1 -0
- package/dist/components/ui/switch.d.ts +5 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/switch.js +28 -0
- package/dist/components/ui/switch.js.map +1 -0
- package/dist/components/ui/table.cjs +2 -0
- package/dist/components/ui/table.cjs.map +1 -0
- package/dist/components/ui/table.d.ts +17 -0
- package/dist/components/ui/table.d.ts.map +1 -0
- package/dist/components/ui/table.js +86 -0
- package/dist/components/ui/table.js.map +1 -0
- package/dist/components/ui/tag.cjs +2 -0
- package/dist/components/ui/tag.cjs.map +1 -0
- package/dist/components/ui/tag.d.ts +11 -0
- package/dist/components/ui/tag.d.ts.map +1 -0
- package/dist/components/ui/tag.js +50 -0
- package/dist/components/ui/tag.js.map +1 -0
- package/dist/components/ui/textarea.cjs +2 -0
- package/dist/components/ui/textarea.cjs.map +1 -0
- package/dist/components/ui/textarea.d.ts +10 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/textarea.js +31 -0
- package/dist/components/ui/textarea.js.map +1 -0
- package/dist/components/ui/toggle-group.cjs +2 -0
- package/dist/components/ui/toggle-group.cjs.map +1 -0
- package/dist/components/ui/toggle-group.d.ts +17 -0
- package/dist/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/toggle-group.js +57 -0
- package/dist/components/ui/toggle-group.js.map +1 -0
- package/dist/components/ui/toggle.cjs +2 -0
- package/dist/components/ui/toggle.cjs.map +1 -0
- package/dist/components/ui/toggle.d.ts +13 -0
- package/dist/components/ui/toggle.d.ts.map +1 -0
- package/dist/components/ui/toggle.js +35 -0
- package/dist/components/ui/toggle.js.map +1 -0
- package/dist/components/ui/tooltip.cjs +2 -0
- package/dist/components/ui/tooltip.cjs.map +1 -0
- package/dist/components/ui/tooltip.d.ts +14 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/ui/tooltip.js +34 -0
- package/dist/components/ui/tooltip.js.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +264 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/utils.cjs +2 -0
- package/dist/lib/utils.cjs.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +9 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/styles/library.css +174 -0
- package/dist/tokens/generated/primitives.css +541 -0
- package/dist/tokens/generated/tailwind-theme.cjs +2 -0
- package/dist/tokens/generated/tailwind-theme.cjs.map +1 -0
- package/dist/tokens/generated/tailwind-theme.d.ts +870 -0
- package/dist/tokens/generated/tailwind-theme.d.ts.map +1 -0
- package/dist/tokens/generated/tailwind-theme.js +872 -0
- package/dist/tokens/generated/tailwind-theme.js.map +1 -0
- package/dist/tokens/generated/tokens.cjs +2 -0
- package/dist/tokens/generated/tokens.cjs.map +1 -0
- package/dist/tokens/generated/tokens.d.ts +891 -0
- package/dist/tokens/generated/tokens.d.ts.map +1 -0
- package/dist/tokens/generated/tokens.js +1596 -0
- package/dist/tokens/generated/tokens.js.map +1 -0
- package/dist/tokens/generated/variables.css +919 -0
- package/dist/tokens/index.cjs +2 -0
- package/dist/tokens/index.cjs.map +1 -0
- package/dist/tokens/index.d.ts +3 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/index.js +15 -0
- package/dist/tokens/index.js.map +1 -0
- package/package.json +140 -0
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
@import '../tokens/generated/variables.css';
|
|
2
|
+
@import '../tokens/generated/primitives.css';
|
|
3
|
+
|
|
4
|
+
/*
|
|
5
|
+
* Registers Basis DS design tokens as Tailwind utility classes.
|
|
6
|
+
* Light mode is default (:root). Dark mode via .dark or [data-theme="dark"].
|
|
7
|
+
* Run `pnpm tokens:generate` to update the source variables.css.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
@theme {
|
|
11
|
+
/* Background */
|
|
12
|
+
--color-bg-canvas: var(--background-canvas);
|
|
13
|
+
--color-bg-surface: var(--background-surface);
|
|
14
|
+
--color-bg-popover: var(--background-popover);
|
|
15
|
+
--color-bg-scrim: var(--background-scrim);
|
|
16
|
+
--color-bg-inverse: var(--background-inverse);
|
|
17
|
+
--color-bg-brand: var(--background-brand);
|
|
18
|
+
--color-bg-overlay: var(--background-overlay);
|
|
19
|
+
--color-bg-input: var(--background-input);
|
|
20
|
+
--color-bg-sidebar: var(--background-sidebar);
|
|
21
|
+
--color-bg-sidebar-accent: var(--background-sidebar-accent);
|
|
22
|
+
--color-bg-navbar: var(--background-navbar);
|
|
23
|
+
--color-bg-secondary: var(--background-secondary);
|
|
24
|
+
--color-bg-muted: var(--background-muted);
|
|
25
|
+
--color-bg-accent: var(--background-accent);
|
|
26
|
+
--color-bg-strong: var(--background-strong);
|
|
27
|
+
--color-bg-transparent: var(--background-transparent);
|
|
28
|
+
|
|
29
|
+
/* Text */
|
|
30
|
+
--color-text-primary: var(--text-primary);
|
|
31
|
+
--color-text-secondary: var(--text-secondary);
|
|
32
|
+
--color-text-muted: var(--text-muted);
|
|
33
|
+
--color-text-disabled: var(--text-disabled);
|
|
34
|
+
--color-text-inverse: var(--text-inverse);
|
|
35
|
+
--color-text-link: var(--text-link);
|
|
36
|
+
--color-text-link-hover: var(--text-link-hover);
|
|
37
|
+
--color-text-popover: var(--text-popover);
|
|
38
|
+
--color-text-sidebar: var(--text-sidebar);
|
|
39
|
+
--color-text-dialog: var(--text-dialog);
|
|
40
|
+
|
|
41
|
+
/* Icon */
|
|
42
|
+
--color-icon-primary: var(--icon-primary);
|
|
43
|
+
--color-icon-secondary: var(--icon-secondary);
|
|
44
|
+
--color-icon-muted: var(--icon-muted);
|
|
45
|
+
--color-icon-disabled: var(--icon-disabled);
|
|
46
|
+
--color-icon-inverse: var(--icon-inverse);
|
|
47
|
+
--color-icon-link: var(--icon-link);
|
|
48
|
+
--color-icon-sidebar: var(--icon-sidebar);
|
|
49
|
+
|
|
50
|
+
/* Border */
|
|
51
|
+
--color-border-default: var(--border-default);
|
|
52
|
+
--color-border-muted: var(--border-muted);
|
|
53
|
+
--color-border-strong: var(--border-strong);
|
|
54
|
+
--color-border-disabled: var(--border-disabled);
|
|
55
|
+
--color-border-input: var(--border-input);
|
|
56
|
+
--color-border-brand: var(--border-brand);
|
|
57
|
+
--color-border-inverse: var(--border-inverse);
|
|
58
|
+
|
|
59
|
+
/* Focus */
|
|
60
|
+
--color-focus-ring: var(--focus-ring-global-ring);
|
|
61
|
+
--color-focus-shadow: var(--focus-ring-global-shadow-color);
|
|
62
|
+
--color-focus-offset: var(--focus-ring-offset);
|
|
63
|
+
|
|
64
|
+
/* Action: Primary */
|
|
65
|
+
--color-action-primary-bg: var(--action-primary-background);
|
|
66
|
+
--color-action-primary-bg-hover: var(--action-primary-background-hover);
|
|
67
|
+
--color-action-primary-bg-active: var(--action-primary-background-pressed);
|
|
68
|
+
--color-action-primary-text: var(--action-primary-text);
|
|
69
|
+
|
|
70
|
+
/* Action: Secondary */
|
|
71
|
+
--color-action-secondary-bg: var(--action-secondary-background);
|
|
72
|
+
--color-action-secondary-bg-hover: var(--action-secondary-background-hover);
|
|
73
|
+
--color-action-secondary-bg-active: var(--action-secondary-background-pressed);
|
|
74
|
+
--color-action-secondary-text: var(--action-secondary-text);
|
|
75
|
+
|
|
76
|
+
/* Action: Ghost */
|
|
77
|
+
--color-action-ghost-bg: var(--action-ghost-background);
|
|
78
|
+
--color-action-ghost-bg-hover: var(--action-ghost-background-hover);
|
|
79
|
+
--color-action-ghost-bg-active: var(--action-ghost-background-pressed);
|
|
80
|
+
--color-action-ghost-text: var(--action-ghost-text);
|
|
81
|
+
|
|
82
|
+
/* Action: Outline */
|
|
83
|
+
--color-action-outline-bg: var(--action-outline-background);
|
|
84
|
+
--color-action-outline-bg-hover: var(--action-outline-background-hover);
|
|
85
|
+
--color-action-outline-bg-active: var(--action-outline-background-pressed);
|
|
86
|
+
--color-action-outline-text: var(--action-outline-text);
|
|
87
|
+
--color-action-outline-border: var(--action-outline-border);
|
|
88
|
+
|
|
89
|
+
/* Action: Destructive */
|
|
90
|
+
--color-action-destructive-bg: var(--action-destructive-background);
|
|
91
|
+
--color-action-destructive-bg-hover: var(--action-destructive-background-hover);
|
|
92
|
+
--color-action-destructive-bg-active: var(--action-destructive-background-pressed);
|
|
93
|
+
--color-action-destructive-text: var(--action-destructive-text);
|
|
94
|
+
|
|
95
|
+
/* Action: Link */
|
|
96
|
+
--color-action-link-text: var(--action-link-text);
|
|
97
|
+
--color-action-link-text-hover: var(--action-link-text-hover);
|
|
98
|
+
|
|
99
|
+
/* Action: Disabled */
|
|
100
|
+
--color-action-disabled-bg: var(--action-disabled-background);
|
|
101
|
+
--color-action-disabled-text: var(--action-disabled-text);
|
|
102
|
+
--color-action-disabled-border: var(--action-disabled-border);
|
|
103
|
+
|
|
104
|
+
/* Field */
|
|
105
|
+
--color-field-bg: var(--field-background);
|
|
106
|
+
--color-field-text: var(--field-text);
|
|
107
|
+
--color-field-placeholder: var(--field-placeholder);
|
|
108
|
+
--color-field-border: var(--field-border);
|
|
109
|
+
--color-field-border-hover: var(--field-border-hover);
|
|
110
|
+
--color-field-border-focus: var(--field-border-focus);
|
|
111
|
+
--color-field-border-error: var(--field-border-error);
|
|
112
|
+
--color-field-border-disabled: var(--field-border-disabled);
|
|
113
|
+
--color-field-bg-disabled: var(--field-background-disabled);
|
|
114
|
+
--color-field-text-disabled: var(--field-text-disabled);
|
|
115
|
+
--color-field-label: var(--field-label);
|
|
116
|
+
--color-field-helptext: var(--field-help-text);
|
|
117
|
+
--color-field-errortext: var(--field-error-text);
|
|
118
|
+
|
|
119
|
+
/* Status */
|
|
120
|
+
--color-status-info-bg: var(--status-info-background);
|
|
121
|
+
--color-status-info-border: var(--status-info-border);
|
|
122
|
+
--color-status-info-text: var(--status-info-text);
|
|
123
|
+
--color-status-info-icon: var(--status-info-icon);
|
|
124
|
+
--color-status-success-bg: var(--status-success-background);
|
|
125
|
+
--color-status-success-border: var(--status-success-border);
|
|
126
|
+
--color-status-success-text: var(--status-success-text);
|
|
127
|
+
--color-status-success-icon: var(--status-success-icon);
|
|
128
|
+
--color-status-warning-bg: var(--status-warning-background);
|
|
129
|
+
--color-status-warning-border: var(--status-warning-border);
|
|
130
|
+
--color-status-warning-text: var(--status-warning-text);
|
|
131
|
+
--color-status-warning-icon: var(--status-warning-icon);
|
|
132
|
+
--color-status-error-bg: var(--status-error-background);
|
|
133
|
+
--color-status-error-border: var(--status-error-border);
|
|
134
|
+
--color-status-error-text: var(--status-error-text);
|
|
135
|
+
--color-status-error-icon: var(--status-error-icon);
|
|
136
|
+
|
|
137
|
+
/* Sidebar */
|
|
138
|
+
--sidebar-width: var(--app-shell-sidebar-full-width);
|
|
139
|
+
--sidebar-width-icon: var(--app-shell-sidebar-skinny);
|
|
140
|
+
--sidebar-header-height: var(--app-shell-header-default-height);
|
|
141
|
+
|
|
142
|
+
/* Elevation (shadows) */
|
|
143
|
+
--shadow-input: var(--elevation-1-input);
|
|
144
|
+
--shadow-card: var(--elevation-2-card);
|
|
145
|
+
--shadow-popover: var(--elevation-3-popover);
|
|
146
|
+
--shadow-modal: var(--elevation-4-modal);
|
|
147
|
+
--shadow-focus-ring: var(--elevation-5-focus-ring);
|
|
148
|
+
|
|
149
|
+
/* Radius */
|
|
150
|
+
--radius-sm: var(--radius-sm);
|
|
151
|
+
--radius-md: var(--radius-md);
|
|
152
|
+
--radius-lg: var(--radius-lg);
|
|
153
|
+
--radius-xl: var(--radius-card-lg);
|
|
154
|
+
--radius-full: var(--radius-rounded-full);
|
|
155
|
+
|
|
156
|
+
/* Animations */
|
|
157
|
+
--animate-accordion-down: accordion-down 0.2s ease-out;
|
|
158
|
+
--animate-accordion-up: accordion-up 0.2s ease-out;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
@keyframes accordion-down {
|
|
162
|
+
from { height: 0; }
|
|
163
|
+
to { height: var(--radix-accordion-content-height); }
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
@keyframes accordion-up {
|
|
167
|
+
from { height: var(--radix-accordion-content-height); }
|
|
168
|
+
to { height: 0; }
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
body {
|
|
172
|
+
background-color: var(--background-canvas);
|
|
173
|
+
color: var(--text-primary);
|
|
174
|
+
}
|
|
@@ -0,0 +1,541 @@
|
|
|
1
|
+
/* Auto-generated from Basis DS design tokens — do not edit manually */
|
|
2
|
+
/* Run `pnpm tokens:generate` to regenerate */
|
|
3
|
+
/* Primitive scales (Tailwind palette, alpha overlays, brand). Mode-independent. */
|
|
4
|
+
/* Opt-in: import this file when you need escape-hatch access to raw scales. */
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
/* ── Color Primitives ── */
|
|
8
|
+
--neutral-0: #ffffff;
|
|
9
|
+
--neutral-50: #f8fafc;
|
|
10
|
+
--neutral-100: #f1f5f9;
|
|
11
|
+
--neutral-200: #e2e8f0;
|
|
12
|
+
--neutral-300: #cbd5e1;
|
|
13
|
+
--neutral-400: #94a3b8;
|
|
14
|
+
--neutral-500: #64748b;
|
|
15
|
+
--neutral-600: #475569;
|
|
16
|
+
--neutral-700: #334155;
|
|
17
|
+
--neutral-800: #1f2937;
|
|
18
|
+
--neutral-900: #0f172a;
|
|
19
|
+
--neutral-1000: #020617;
|
|
20
|
+
--brand-50: #eff6ff;
|
|
21
|
+
--brand-100: #dbeafe;
|
|
22
|
+
--brand-200: #bfdbfe;
|
|
23
|
+
--brand-300: #93c5fd;
|
|
24
|
+
--brand-400: #60a5fa;
|
|
25
|
+
--brand-500: #3b82f6;
|
|
26
|
+
--brand-600: #2563eb;
|
|
27
|
+
--brand-700: #1d4ed8;
|
|
28
|
+
--brand-800: #1e40af;
|
|
29
|
+
--brand-900: #1e3a8a;
|
|
30
|
+
--red-50: #fef2f2;
|
|
31
|
+
--red-100: #fee2e2;
|
|
32
|
+
--red-200: #fecaca;
|
|
33
|
+
--red-300: #fca5a5;
|
|
34
|
+
--red-400: #f87171;
|
|
35
|
+
--red-500: #ef4444;
|
|
36
|
+
--red-600: #dc2626;
|
|
37
|
+
--red-700: #b91c1c;
|
|
38
|
+
--red-800: #991b1b;
|
|
39
|
+
--red-900: #7f1d1d;
|
|
40
|
+
--green-50: #f0fdf4;
|
|
41
|
+
--green-200: #bbf7d0;
|
|
42
|
+
--green-500: #22c55e;
|
|
43
|
+
--green-600: #16a34a;
|
|
44
|
+
--green-700: #15803d;
|
|
45
|
+
--green-900: #052e16;
|
|
46
|
+
--amber-50: #fffbeb;
|
|
47
|
+
--amber-200: #fde68a;
|
|
48
|
+
--amber-500: #f59e0b;
|
|
49
|
+
--amber-600: #d97706;
|
|
50
|
+
--amber-700: #b45309;
|
|
51
|
+
--amber-900: #78350f;
|
|
52
|
+
--blue-50: #eff6ff;
|
|
53
|
+
--blue-200: #bfdbfe;
|
|
54
|
+
--blue-300: #93c5fd;
|
|
55
|
+
--blue-400: #60a5fa;
|
|
56
|
+
--blue-500: #3b82f6;
|
|
57
|
+
--blue-600: #2563eb;
|
|
58
|
+
--blue-700: #1d4ed8;
|
|
59
|
+
--blue-900: #1e3a8a;
|
|
60
|
+
--alpha-black01: #02061700;
|
|
61
|
+
--alpha-black15: #02061726;
|
|
62
|
+
--alpha-black50: #02061780;
|
|
63
|
+
--alpha-black72: #020617b8;
|
|
64
|
+
--alpha-black80: #020617cc;
|
|
65
|
+
--alpha-black90: #020617e5;
|
|
66
|
+
--alpha-white00: #ffffff00;
|
|
67
|
+
--alpha-white01: #ffffff00;
|
|
68
|
+
--alpha-white06: #ffffff0f;
|
|
69
|
+
--alpha-white10: #ffffff1a;
|
|
70
|
+
--alpha-white15: #ffffff26;
|
|
71
|
+
--alpha-white80: #ffffffcc;
|
|
72
|
+
--alpha-white90: #ffffffe5;
|
|
73
|
+
--alpha-shadow-light06: #0206170f;
|
|
74
|
+
--alpha-shadow-light08: #02061714;
|
|
75
|
+
--alpha-shadow-light10: #0206171a;
|
|
76
|
+
--alpha-shadow-light18: #0206172e;
|
|
77
|
+
--alpha-shadow-dark20: #00000033;
|
|
78
|
+
--alpha-shadow-dark35: #00000059;
|
|
79
|
+
--alpha-shadow-dark60: #00000099;
|
|
80
|
+
--alpha-focus-ring-light: #3b82f666;
|
|
81
|
+
--alpha-focus-ring-dark: #1d4ed880;
|
|
82
|
+
--custom-neutral-50: #fbfbfc;
|
|
83
|
+
--custom-neutral-100: #f6f7f9;
|
|
84
|
+
--custom-neutral-150: #f0f2f5;
|
|
85
|
+
--custom-neutral-200: #e7eaee;
|
|
86
|
+
--custom-neutral-250: #dce0e5;
|
|
87
|
+
--custom-neutral-300: #d1d5db;
|
|
88
|
+
--custom-neutral-350: #c1c6cd;
|
|
89
|
+
--custom-neutral-400: #b0b6bf;
|
|
90
|
+
--custom-neutral-450: #a0a7b0;
|
|
91
|
+
--custom-neutral-500: #8e959f;
|
|
92
|
+
--custom-neutral-550: #7c838d;
|
|
93
|
+
--custom-neutral-600: #686f78;
|
|
94
|
+
--custom-neutral-650: #5a6068;
|
|
95
|
+
--custom-neutral-700: #4c5157;
|
|
96
|
+
--custom-neutral-750: #3e4247;
|
|
97
|
+
--custom-neutral-800: #34373c;
|
|
98
|
+
--custom-neutral-850: #292b2e;
|
|
99
|
+
--custom-neutral-900: #1d1e20;
|
|
100
|
+
--custom-neutral-950: #111213;
|
|
101
|
+
--alpha-black-1: #0c0c0d03;
|
|
102
|
+
--alpha-black-5: #0c0c0d0d;
|
|
103
|
+
--alpha-black-8: #0c0c0d14;
|
|
104
|
+
--alpha-black-10: #0c0c0d1a;
|
|
105
|
+
--alpha-black-15: #0c0c0d26;
|
|
106
|
+
--alpha-black-20: #0c0c0d33;
|
|
107
|
+
--alpha-black-30: #0c0c0d4d;
|
|
108
|
+
--alpha-black-40: #0c0c0d66;
|
|
109
|
+
--alpha-black-50: #0c0c0d80;
|
|
110
|
+
--alpha-black-80: #0c0c0dcc;
|
|
111
|
+
--alpha-black-90: #0c0c0de5;
|
|
112
|
+
--alpha-black-100: #0c0c0d;
|
|
113
|
+
--alpha-black-70-2: #0c0c0db2;
|
|
114
|
+
--gray-90: #0c0c0de5;
|
|
115
|
+
--gray-95: #0c0c0df2;
|
|
116
|
+
--gray-30-2: #0c0c0d4d;
|
|
117
|
+
--gray-40-2: #0c0c0d66;
|
|
118
|
+
--gray-50-3: #0c0c0d80;
|
|
119
|
+
--gray-70-2: #0c0c0db2;
|
|
120
|
+
--gray-80-2: #0c0c0dcc;
|
|
121
|
+
--gray-85-2: #0c0c0dd9;
|
|
122
|
+
--alpha-white-0: #ffffff00;
|
|
123
|
+
--alpha-white-1: #ffffff03;
|
|
124
|
+
--alpha-white-5: #ffffff0d;
|
|
125
|
+
--alpha-white-10: #ffffff1a;
|
|
126
|
+
--alpha-white-20: #ffffff33;
|
|
127
|
+
--alpha-white-25: #ffffff40;
|
|
128
|
+
--alpha-white-40: #ffffff66;
|
|
129
|
+
--alpha-white-50: #ffffff80;
|
|
130
|
+
--alpha-white-60: #ffffff99;
|
|
131
|
+
--alpha-white-70: #ffffffb2;
|
|
132
|
+
--alpha-white-80: #ffffffcc;
|
|
133
|
+
--alpha-white-90: #ffffffe5;
|
|
134
|
+
--alpha-white-100: #ffffff;
|
|
135
|
+
--brand-50: #f0f3ff;
|
|
136
|
+
--brand-100: #e0e9ff;
|
|
137
|
+
--brand-200: #d1ddff;
|
|
138
|
+
--brand-300: #a8beff;
|
|
139
|
+
--brand-400: #6b8eff;
|
|
140
|
+
--brand-500: #2e5fff;
|
|
141
|
+
--brand-600: #2b4fcf;
|
|
142
|
+
--brand-700: #203c9e;
|
|
143
|
+
--brand-800: #182c7c;
|
|
144
|
+
--brand-900: #12205e;
|
|
145
|
+
--brand-950: #0b1441;
|
|
146
|
+
--custom-green-50: #f6fef6;
|
|
147
|
+
--custom-green-100: #ebfaea;
|
|
148
|
+
--custom-green-200: #d4f3d3;
|
|
149
|
+
--custom-green-300: #b2e7b1;
|
|
150
|
+
--custom-green-400: #5edc5a;
|
|
151
|
+
--custom-green-500: #0ebe0e;
|
|
152
|
+
--custom-green-600: #0ca20e;
|
|
153
|
+
--custom-green-700: #0a8a0e;
|
|
154
|
+
--custom-green-800: #08690c;
|
|
155
|
+
--custom-green-900: #05470a;
|
|
156
|
+
--custom-green-950: #032405;
|
|
157
|
+
--custom-green-400-2: #69d369;
|
|
158
|
+
--custom-pink-50: #fef6fe;
|
|
159
|
+
--custom-pink-100: #fce8fc;
|
|
160
|
+
--custom-pink-200: #fad6f9;
|
|
161
|
+
--custom-pink-300: #f6b1f3;
|
|
162
|
+
--custom-pink-400: #ef76e9;
|
|
163
|
+
--custom-pink-500: #e30cd4;
|
|
164
|
+
--custom-pink-600: #bd0aae;
|
|
165
|
+
--custom-pink-700: #a00893;
|
|
166
|
+
--custom-pink-800: #7e0772;
|
|
167
|
+
--custom-pink-900: #57054f;
|
|
168
|
+
--custom-pink-950: #2d0228;
|
|
169
|
+
--success-50: #f5fff6;
|
|
170
|
+
--success-100: #ebffee;
|
|
171
|
+
--success-200: #cff7d3;
|
|
172
|
+
--success-300: #aff4c6;
|
|
173
|
+
--success-400: #85e0a3;
|
|
174
|
+
--success-500: #14ae5c;
|
|
175
|
+
--success-600: #009951;
|
|
176
|
+
--success-700: #008043;
|
|
177
|
+
--success-800: #02542d;
|
|
178
|
+
--success-900: #024023;
|
|
179
|
+
--success-950: #062d1b;
|
|
180
|
+
--warning-50: #fffdf5;
|
|
181
|
+
--warning-100: #fffbeb;
|
|
182
|
+
--warning-200: #fff1c2;
|
|
183
|
+
--warning-300: #ffe8a3;
|
|
184
|
+
--warning-400: #e8b931;
|
|
185
|
+
--warning-500: #e5a000;
|
|
186
|
+
--warning-600: #bf6a02;
|
|
187
|
+
--warning-700: #975102;
|
|
188
|
+
--warning-800: #682d03;
|
|
189
|
+
--warning-900: #522504;
|
|
190
|
+
--warning-950: #401b01;
|
|
191
|
+
--error-50: #fff6f5;
|
|
192
|
+
--error-100: #fee9e7;
|
|
193
|
+
--error-200: #fdd3d0;
|
|
194
|
+
--error-300: #fcb3ad;
|
|
195
|
+
--error-400: #f4776a;
|
|
196
|
+
--error-500: #ec221f;
|
|
197
|
+
--error-600: #c00f0c;
|
|
198
|
+
--error-700: #900b09;
|
|
199
|
+
--error-800: #690807;
|
|
200
|
+
--error-900: #4d0b0a;
|
|
201
|
+
--error-950: #300603;
|
|
202
|
+
--pink-50: #fcf2fd;
|
|
203
|
+
--pink-100: #fae1fa;
|
|
204
|
+
--pink-200: #f5c0ef;
|
|
205
|
+
--pink-300: #f19edc;
|
|
206
|
+
--pink-400: #ec6fc7;
|
|
207
|
+
--pink-500: #ea3fb8;
|
|
208
|
+
--pink-600: #d732a8;
|
|
209
|
+
--pink-700: #ba2a92;
|
|
210
|
+
--pink-800: #8a226f;
|
|
211
|
+
--pink-900: #57184a;
|
|
212
|
+
--pink-950: #3f1536;
|
|
213
|
+
--tw-slate-50: #f8fafc;
|
|
214
|
+
--tw-slate-100: #f1f5f9;
|
|
215
|
+
--tw-slate-200: #e2e8f0;
|
|
216
|
+
--tw-slate-300: #cad5e2;
|
|
217
|
+
--tw-slate-400: #90a1b9;
|
|
218
|
+
--tw-slate-500: #62748e;
|
|
219
|
+
--tw-slate-600: #45556c;
|
|
220
|
+
--tw-slate-700: #314158;
|
|
221
|
+
--tw-slate-800: #1d293d;
|
|
222
|
+
--tw-slate-900: #0f172b;
|
|
223
|
+
--tw-slate-950: #020618;
|
|
224
|
+
--tw-gray-50: #f9fafb;
|
|
225
|
+
--tw-gray-100: #f3f4f6;
|
|
226
|
+
--tw-gray-200: #e5e7eb;
|
|
227
|
+
--tw-gray-300: #d1d5dc;
|
|
228
|
+
--tw-gray-400: #99a1af;
|
|
229
|
+
--tw-gray-500: #6a7282;
|
|
230
|
+
--tw-gray-600: #4a5565;
|
|
231
|
+
--tw-gray-700: #364153;
|
|
232
|
+
--tw-gray-800: #1e2939;
|
|
233
|
+
--tw-gray-900: #101828;
|
|
234
|
+
--tw-gray-950: #030712;
|
|
235
|
+
--tw-zinc-50: #fafafa;
|
|
236
|
+
--tw-zinc-100: #f4f4f5;
|
|
237
|
+
--tw-zinc-200: #e4e4e7;
|
|
238
|
+
--tw-zinc-300: #d4d4d8;
|
|
239
|
+
--tw-zinc-400: #9f9fa9;
|
|
240
|
+
--tw-zinc-500: #71717b;
|
|
241
|
+
--tw-zinc-600: #52525c;
|
|
242
|
+
--tw-zinc-700: #3f3f46;
|
|
243
|
+
--tw-zinc-800: #27272a;
|
|
244
|
+
--tw-zinc-900: #18181b;
|
|
245
|
+
--tw-zinc-950: #09090b;
|
|
246
|
+
--tw-neutral-50: #fafafa;
|
|
247
|
+
--tw-neutral-100: #f5f5f5;
|
|
248
|
+
--tw-neutral-200: #e5e5e5;
|
|
249
|
+
--tw-neutral-300: #d4d4d4;
|
|
250
|
+
--tw-neutral-400: #a1a1a1;
|
|
251
|
+
--tw-neutral-500: #737373;
|
|
252
|
+
--tw-neutral-600: #525252;
|
|
253
|
+
--tw-neutral-700: #404040;
|
|
254
|
+
--tw-neutral-800: #262626;
|
|
255
|
+
--tw-neutral-900: #171717;
|
|
256
|
+
--tw-neutral-950: #0a0a0a;
|
|
257
|
+
--tw-stone-50: #fafaf9;
|
|
258
|
+
--tw-stone-100: #f5f5f4;
|
|
259
|
+
--tw-stone-200: #e7e5e4;
|
|
260
|
+
--tw-stone-300: #d6d3d1;
|
|
261
|
+
--tw-stone-400: #a6a09b;
|
|
262
|
+
--tw-stone-500: #79716b;
|
|
263
|
+
--tw-stone-600: #57534d;
|
|
264
|
+
--tw-stone-700: #44403b;
|
|
265
|
+
--tw-stone-800: #292524;
|
|
266
|
+
--tw-stone-900: #1c1917;
|
|
267
|
+
--tw-stone-950: #0c0a09;
|
|
268
|
+
--tw-red-50: #fef2f2;
|
|
269
|
+
--tw-red-100: #ffe2e2;
|
|
270
|
+
--tw-red-200: #ffc9c9;
|
|
271
|
+
--tw-red-300: #ffa2a2;
|
|
272
|
+
--tw-red-400: #ff6467;
|
|
273
|
+
--tw-red-500: #fb2c36;
|
|
274
|
+
--tw-red-600: #e7000b;
|
|
275
|
+
--tw-red-700: #c10007;
|
|
276
|
+
--tw-red-800: #9f0712;
|
|
277
|
+
--tw-red-900: #82181a;
|
|
278
|
+
--tw-red-950: #460809;
|
|
279
|
+
--tw-red-950-2: #82181a;
|
|
280
|
+
--tw-orange-50: #fff7ed;
|
|
281
|
+
--tw-orange-100: #ffedd4;
|
|
282
|
+
--tw-orange-200: #ffd6a8;
|
|
283
|
+
--tw-orange-300: #ffb86a;
|
|
284
|
+
--tw-orange-400: #ff8904;
|
|
285
|
+
--tw-orange-500: #ff6900;
|
|
286
|
+
--tw-orange-600: #f54a00;
|
|
287
|
+
--tw-orange-700: #ca3500;
|
|
288
|
+
--tw-orange-800: #9f2d00;
|
|
289
|
+
--tw-orange-900: #7e2a0c;
|
|
290
|
+
--tw-orange-950: #441306;
|
|
291
|
+
--tw-amber-50: #fffbeb;
|
|
292
|
+
--tw-amber-100: #fef3c6;
|
|
293
|
+
--tw-amber-200: #fee685;
|
|
294
|
+
--tw-amber-300: #ffd230;
|
|
295
|
+
--tw-amber-400: #ffba00;
|
|
296
|
+
--tw-amber-500: #fd9a00;
|
|
297
|
+
--tw-amber-600: #e17100;
|
|
298
|
+
--tw-amber-700: #bb4d00;
|
|
299
|
+
--tw-amber-800: #973c00;
|
|
300
|
+
--tw-amber-900: #7b3306;
|
|
301
|
+
--tw-amber-950: #461901;
|
|
302
|
+
--tw-yellow-50: #fefce8;
|
|
303
|
+
--tw-yellow-100: #fef9c2;
|
|
304
|
+
--tw-yellow-200: #fff085;
|
|
305
|
+
--tw-yellow-300: #ffdf20;
|
|
306
|
+
--tw-yellow-400: #fcc800;
|
|
307
|
+
--tw-yellow-500: #efb100;
|
|
308
|
+
--tw-yellow-600: #d08700;
|
|
309
|
+
--tw-yellow-700: #a65f00;
|
|
310
|
+
--tw-yellow-800: #894b00;
|
|
311
|
+
--tw-yellow-900: #733e0a;
|
|
312
|
+
--tw-yellow-950: #432004;
|
|
313
|
+
--tw-lime-50: #f7fee7;
|
|
314
|
+
--tw-lime-100: #ecfcca;
|
|
315
|
+
--tw-lime-200: #d8f999;
|
|
316
|
+
--tw-lime-300: #bbf451;
|
|
317
|
+
--tw-lime-400: #9ae600;
|
|
318
|
+
--tw-lime-500: #7ccf00;
|
|
319
|
+
--tw-lime-600: #5ea500;
|
|
320
|
+
--tw-lime-700: #497d00;
|
|
321
|
+
--tw-lime-800: #3d6300;
|
|
322
|
+
--tw-lime-900: #35530e;
|
|
323
|
+
--tw-lime-950: #192e03;
|
|
324
|
+
--tw-green-50: #f0fdf4;
|
|
325
|
+
--tw-green-100: #dcfce7;
|
|
326
|
+
--tw-green-200: #b9f8cf;
|
|
327
|
+
--tw-green-300: #7bf1a8;
|
|
328
|
+
--tw-green-400: #05df72;
|
|
329
|
+
--tw-green-500: #00c951;
|
|
330
|
+
--tw-green-600: #00a63e;
|
|
331
|
+
--tw-green-700: #008236;
|
|
332
|
+
--tw-green-800: #016630;
|
|
333
|
+
--tw-green-900: #0d542b;
|
|
334
|
+
--tw-green-950: #052e16;
|
|
335
|
+
--tw-emerald-50: #ecfdf5;
|
|
336
|
+
--tw-emerald-100: #d0fae5;
|
|
337
|
+
--tw-emerald-200: #a4f4cf;
|
|
338
|
+
--tw-emerald-300: #5ee9b5;
|
|
339
|
+
--tw-emerald-400: #00d492;
|
|
340
|
+
--tw-emerald-500: #00bc7d;
|
|
341
|
+
--tw-emerald-600: #009966;
|
|
342
|
+
--tw-emerald-700: #007a55;
|
|
343
|
+
--tw-emerald-800: #006045;
|
|
344
|
+
--tw-emerald-900: #004f3b;
|
|
345
|
+
--tw-emerald-950: #002c22;
|
|
346
|
+
--tw-teal-50: #f0fdfa;
|
|
347
|
+
--tw-teal-100: #cbfbf1;
|
|
348
|
+
--tw-teal-200: #96f7e4;
|
|
349
|
+
--tw-teal-300: #46ecd5;
|
|
350
|
+
--tw-teal-400: #00d5be;
|
|
351
|
+
--tw-teal-500: #00bba7;
|
|
352
|
+
--tw-teal-600: #009689;
|
|
353
|
+
--tw-teal-700: #00786f;
|
|
354
|
+
--tw-teal-800: #005f5a;
|
|
355
|
+
--tw-teal-900: #0b4f4a;
|
|
356
|
+
--tw-teal-950: #022f2e;
|
|
357
|
+
--tw-cyan-50: #ecfeff;
|
|
358
|
+
--tw-cyan-100: #cefafe;
|
|
359
|
+
--tw-cyan-200: #a2f4fd;
|
|
360
|
+
--tw-cyan-300: #53eafd;
|
|
361
|
+
--tw-cyan-400: #00d3f2;
|
|
362
|
+
--tw-cyan-500: #00b8db;
|
|
363
|
+
--tw-cyan-600: #0092b8;
|
|
364
|
+
--tw-cyan-700: #007595;
|
|
365
|
+
--tw-cyan-800: #005f78;
|
|
366
|
+
--tw-cyan-900: #104e64;
|
|
367
|
+
--tw-cyan-950: #053345;
|
|
368
|
+
--tw-sky-50: #f0f9ff;
|
|
369
|
+
--tw-sky-100: #dff2fe;
|
|
370
|
+
--tw-sky-200: #b8e6fe;
|
|
371
|
+
--tw-sky-300: #74d4ff;
|
|
372
|
+
--tw-sky-400: #00bcff;
|
|
373
|
+
--tw-sky-500: #00a6f4;
|
|
374
|
+
--tw-sky-600: #0084d1;
|
|
375
|
+
--tw-sky-700: #0069a8;
|
|
376
|
+
--tw-sky-800: #00598a;
|
|
377
|
+
--tw-sky-900: #024a70;
|
|
378
|
+
--tw-sky-950: #052f4a;
|
|
379
|
+
--tw-blue-50: #eff6ff;
|
|
380
|
+
--tw-blue-100: #dbeafe;
|
|
381
|
+
--tw-blue-200: #bedbff;
|
|
382
|
+
--tw-blue-300: #8ec5ff;
|
|
383
|
+
--tw-blue-400: #51a2ff;
|
|
384
|
+
--tw-blue-500: #2b7fff;
|
|
385
|
+
--tw-blue-600: #155dfc;
|
|
386
|
+
--tw-blue-700: #1447e6;
|
|
387
|
+
--tw-blue-800: #193cb8;
|
|
388
|
+
--tw-blue-900: #1c398e;
|
|
389
|
+
--tw-blue-950: #162456;
|
|
390
|
+
--tw-indigo-50: #eef2ff;
|
|
391
|
+
--tw-indigo-100: #e0e7ff;
|
|
392
|
+
--tw-indigo-200: #c6d2ff;
|
|
393
|
+
--tw-indigo-300: #a3b3ff;
|
|
394
|
+
--tw-indigo-400: #7c86ff;
|
|
395
|
+
--tw-indigo-500: #615fff;
|
|
396
|
+
--tw-indigo-600: #4f39f6;
|
|
397
|
+
--tw-indigo-700: #432dd7;
|
|
398
|
+
--tw-indigo-800: #372aac;
|
|
399
|
+
--tw-indigo-900: #312c85;
|
|
400
|
+
--tw-indigo-950: #1e1a4d;
|
|
401
|
+
--tw-violet-50: #f5f3ff;
|
|
402
|
+
--tw-violet-100: #ede9fe;
|
|
403
|
+
--tw-violet-200: #ddd6ff;
|
|
404
|
+
--tw-violet-300: #c4b4ff;
|
|
405
|
+
--tw-violet-400: #a684ff;
|
|
406
|
+
--tw-violet-500: #8e51ff;
|
|
407
|
+
--tw-violet-600: #7f22fe;
|
|
408
|
+
--tw-violet-700: #7008e7;
|
|
409
|
+
--tw-violet-800: #5d0ec0;
|
|
410
|
+
--tw-violet-900: #4d179a;
|
|
411
|
+
--tw-violet-950: #2f0d68;
|
|
412
|
+
--tw-purple-50: #faf5ff;
|
|
413
|
+
--tw-purple-100: #f3e8ff;
|
|
414
|
+
--tw-purple-200: #e9d4ff;
|
|
415
|
+
--tw-purple-300: #dab2ff;
|
|
416
|
+
--tw-purple-400: #c27aff;
|
|
417
|
+
--tw-purple-500: #ad46ff;
|
|
418
|
+
--tw-purple-600: #9810fa;
|
|
419
|
+
--tw-purple-700: #8200db;
|
|
420
|
+
--tw-purple-800: #6e11b0;
|
|
421
|
+
--tw-purple-900: #59168b;
|
|
422
|
+
--tw-purple-950: #3c0366;
|
|
423
|
+
--tw-fuchsia-50: #fdf4ff;
|
|
424
|
+
--tw-fuchsia-100: #fae8ff;
|
|
425
|
+
--tw-fuchsia-200: #f6cfff;
|
|
426
|
+
--tw-fuchsia-300: #f4a8ff;
|
|
427
|
+
--tw-fuchsia-400: #ed6bff;
|
|
428
|
+
--tw-fuchsia-500: #e12afb;
|
|
429
|
+
--tw-fuchsia-600: #c800de;
|
|
430
|
+
--tw-fuchsia-700: #a800b7;
|
|
431
|
+
--tw-fuchsia-800: #8a0194;
|
|
432
|
+
--tw-fuchsia-900: #721378;
|
|
433
|
+
--tw-fuchsia-950: #4b004f;
|
|
434
|
+
--tw-pink-50: #fdf2f8;
|
|
435
|
+
--tw-pink-100: #fce7f3;
|
|
436
|
+
--tw-pink-200: #fccee8;
|
|
437
|
+
--tw-pink-300: #fda5d5;
|
|
438
|
+
--tw-pink-400: #fb64b6;
|
|
439
|
+
--tw-pink-500: #f6339a;
|
|
440
|
+
--tw-pink-600: #e60076;
|
|
441
|
+
--tw-pink-700: #c6005c;
|
|
442
|
+
--tw-pink-800: #a3004c;
|
|
443
|
+
--tw-pink-900: #861043;
|
|
444
|
+
--tw-pink-950: #510424;
|
|
445
|
+
--tw-rose-50: #fff1f2;
|
|
446
|
+
--tw-rose-100: #ffe4e6;
|
|
447
|
+
--tw-rose-200: #ffccd3;
|
|
448
|
+
--tw-rose-300: #ffa1ad;
|
|
449
|
+
--tw-rose-400: #ff637e;
|
|
450
|
+
--tw-rose-500: #ff2056;
|
|
451
|
+
--tw-rose-600: #ec003f;
|
|
452
|
+
--tw-rose-700: #c70036;
|
|
453
|
+
--tw-rose-800: #a50036;
|
|
454
|
+
--tw-rose-900: #8b0836;
|
|
455
|
+
--tw-rose-950: #4d0218;
|
|
456
|
+
|
|
457
|
+
/* ── Typography Primitives ── */
|
|
458
|
+
--font-family-sans: Geist;
|
|
459
|
+
--font-family-mono: Geist Mono;
|
|
460
|
+
--font-weight-regular: 400;
|
|
461
|
+
--font-weight-medium: 500;
|
|
462
|
+
--font-weight-semibold: 600;
|
|
463
|
+
--font-weight-bold: 700;
|
|
464
|
+
--font-size-scale-01: 12px;
|
|
465
|
+
--font-size-scale-02: 14px;
|
|
466
|
+
--font-size-scale-03: 16px;
|
|
467
|
+
--font-size-scale-04: 18px;
|
|
468
|
+
--font-size-scale-05: 20px;
|
|
469
|
+
--font-size-scale-06: 24px;
|
|
470
|
+
--font-size-scale-07: 32px;
|
|
471
|
+
--font-size-scale-08: 40px;
|
|
472
|
+
--font-size-scale-09: 48px;
|
|
473
|
+
--font-size-scale-10: 56px;
|
|
474
|
+
--font-size-scale-11: 64px;
|
|
475
|
+
--font-size-custom-01: 13px;
|
|
476
|
+
--line-height-scale-01: 18px;
|
|
477
|
+
--line-height-scale-02: 20px;
|
|
478
|
+
--line-height-scale-03: 24px;
|
|
479
|
+
--line-height-scale-04: 28px;
|
|
480
|
+
--line-height-scale-05: 28px;
|
|
481
|
+
--line-height-scale-06: 32px;
|
|
482
|
+
--line-height-scale-07: 38px;
|
|
483
|
+
--line-height-scale-08: 40px;
|
|
484
|
+
--line-height-scale-09: 48px;
|
|
485
|
+
--line-height-scale-10: 56px;
|
|
486
|
+
--line-height-scale-11: 64px;
|
|
487
|
+
--line-height-custom-01: 18px;
|
|
488
|
+
--letter-spacing-none: 0.15px;
|
|
489
|
+
--letter-spacing-tight: -0.2px;
|
|
490
|
+
--letter-spacing-wide: 0.2px;
|
|
491
|
+
--letter-spacing-tight-(em): -0.01em;
|
|
492
|
+
--letter-spacing-wide-(em): 0.02em;
|
|
493
|
+
|
|
494
|
+
/* ── Unit Primitives ── */
|
|
495
|
+
--space-0: 0px;
|
|
496
|
+
--space-100: 4px;
|
|
497
|
+
--space-150: 6px;
|
|
498
|
+
--space-200: 8px;
|
|
499
|
+
--space-250: 10px;
|
|
500
|
+
--space-300: 12px;
|
|
501
|
+
--space-350: 14px;
|
|
502
|
+
--space-400: 16px;
|
|
503
|
+
--space-450: 18px;
|
|
504
|
+
--space-500: 20px;
|
|
505
|
+
--space-600: 24px;
|
|
506
|
+
--space-800: 32px;
|
|
507
|
+
--space-900: 36px;
|
|
508
|
+
--space-1000: 40px;
|
|
509
|
+
--space-1200: 48px;
|
|
510
|
+
--space-1600: 64px;
|
|
511
|
+
--space-2000: 80px;
|
|
512
|
+
--space-2400: 96px;
|
|
513
|
+
--space-025: 1px;
|
|
514
|
+
--space-050: 2px;
|
|
515
|
+
--space-negative-100: -4px;
|
|
516
|
+
--space-negative-200: -8px;
|
|
517
|
+
--space-negative-300: -12px;
|
|
518
|
+
--space-negative-400: -16px;
|
|
519
|
+
--space-negative-600: -24px;
|
|
520
|
+
--radius-100: 4px;
|
|
521
|
+
--radius-200: 8px;
|
|
522
|
+
--radius-250: 10px;
|
|
523
|
+
--radius-300: 12px;
|
|
524
|
+
--radius-400: 16px;
|
|
525
|
+
--radius-full: 9999px;
|
|
526
|
+
--elevation-0: 0px;
|
|
527
|
+
--elevation-100: 4px;
|
|
528
|
+
--elevation-200: 8px;
|
|
529
|
+
--elevation-250: 10px;
|
|
530
|
+
--elevation-300: 12px;
|
|
531
|
+
--elevation-400: 16px;
|
|
532
|
+
--elevation-800: 32px;
|
|
533
|
+
--elevation-1200: 48px;
|
|
534
|
+
--elevation-025: 1px;
|
|
535
|
+
--elevation-050: 2px;
|
|
536
|
+
--elevation-075: 3px;
|
|
537
|
+
--elevation-negative-025: -1px;
|
|
538
|
+
--elevation-negative-100: -4px;
|
|
539
|
+
--elevation-negative-200: -8px;
|
|
540
|
+
--elevation-negative-400: -16px;
|
|
541
|
+
}
|