@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,872 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
display: {
|
|
3
|
+
font: "var(--display-font)",
|
|
4
|
+
weight: "var(--display-weight)",
|
|
5
|
+
size: "var(--display-size)",
|
|
6
|
+
lineHeight: "var(--display-line-height)",
|
|
7
|
+
letterSpacing: "var(--display-letter-spacing)"
|
|
8
|
+
},
|
|
9
|
+
h1: {
|
|
10
|
+
font: "var(--h1-font)",
|
|
11
|
+
weight: "var(--h1-weight)",
|
|
12
|
+
size: "var(--h1-size)",
|
|
13
|
+
lineHeight: "var(--h1-line-height)",
|
|
14
|
+
letterSpacing: "var(--h1-letter-spacing)"
|
|
15
|
+
},
|
|
16
|
+
h2: {
|
|
17
|
+
font: "var(--h2-font)",
|
|
18
|
+
weight: "var(--h2-weight)",
|
|
19
|
+
size: "var(--h2-size)",
|
|
20
|
+
lineHeight: "var(--h2-line-height)",
|
|
21
|
+
letterSpacing: "var(--h2-letter-spacing)"
|
|
22
|
+
},
|
|
23
|
+
h3: {
|
|
24
|
+
font: "var(--h3-font)",
|
|
25
|
+
weight: "var(--h3-weight)",
|
|
26
|
+
size: "var(--h3-size)",
|
|
27
|
+
lineHeight: "var(--h3-line-height)",
|
|
28
|
+
letterSpacing: "var(--h3-letter-spacing)"
|
|
29
|
+
},
|
|
30
|
+
h4: {
|
|
31
|
+
font: "var(--h4-font)",
|
|
32
|
+
weight: "var(--h4-weight)",
|
|
33
|
+
size: "var(--h4-size)",
|
|
34
|
+
lineHeight: "var(--h4-line-height)",
|
|
35
|
+
letterSpacing: "var(--h4-letter-spacing)"
|
|
36
|
+
},
|
|
37
|
+
subheading: {
|
|
38
|
+
font: "var(--subheading-font)",
|
|
39
|
+
weight: "var(--subheading-weight)",
|
|
40
|
+
size: "var(--subheading-size)",
|
|
41
|
+
lineHeight: "var(--subheading-line-height)",
|
|
42
|
+
letterSpacing: "var(--subheading-letter-spacing)"
|
|
43
|
+
},
|
|
44
|
+
body: {
|
|
45
|
+
xs: {
|
|
46
|
+
font: "var(--body-xs-font)",
|
|
47
|
+
weight: "var(--body-xs-weight)",
|
|
48
|
+
size: "var(--body-xs-size)",
|
|
49
|
+
lineHeight: "var(--body-xs-line-height)",
|
|
50
|
+
letterSpacing: "var(--body-xs-letter-spacing)"
|
|
51
|
+
},
|
|
52
|
+
sm: {
|
|
53
|
+
font: "var(--body-sm-font)",
|
|
54
|
+
weight: "var(--body-sm-weight)",
|
|
55
|
+
size: "var(--body-sm-size)",
|
|
56
|
+
lineHeight: "var(--body-sm-line-height)",
|
|
57
|
+
letterSpacing: "var(--body-sm-letter-spacing)"
|
|
58
|
+
},
|
|
59
|
+
md: {
|
|
60
|
+
font: "var(--body-md-font)",
|
|
61
|
+
weight: "var(--body-md-weight)",
|
|
62
|
+
size: "var(--body-md-size)",
|
|
63
|
+
lineHeight: "var(--body-md-line-height)",
|
|
64
|
+
letterSpacing: "var(--body-md-letter-spacing)"
|
|
65
|
+
},
|
|
66
|
+
lg: {
|
|
67
|
+
font: "var(--body-lg-font)",
|
|
68
|
+
weight: "var(--body-lg-weight)",
|
|
69
|
+
size: "var(--body-lg-size)",
|
|
70
|
+
lineHeight: "var(--body-lg-line-height)",
|
|
71
|
+
letterSpacing: "var(--body-lg-letter-spacing)"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
body_strong: {
|
|
75
|
+
xs: {
|
|
76
|
+
font: "var(--body-strong-xs-font)",
|
|
77
|
+
weight: "var(--body-strong-xs-weight)",
|
|
78
|
+
size: "var(--body-strong-xs-size)",
|
|
79
|
+
lineHeight: "var(--body-strong-xs-line-height)",
|
|
80
|
+
letterSpacing: "var(--body-strong-xs-letter-spacing)",
|
|
81
|
+
font_2: "var(--body-strong-xs-font-2)",
|
|
82
|
+
weight_2: "var(--body-strong-xs-weight-2)",
|
|
83
|
+
size_2: "var(--body-strong-xs-size-2)",
|
|
84
|
+
lineHeight_2: "var(--body-strong-xs-line-height-2)",
|
|
85
|
+
letterSpacing_2: "var(--body-strong-xs-letter-spacing-2)"
|
|
86
|
+
},
|
|
87
|
+
sm: {
|
|
88
|
+
font: "var(--body-strong-sm-font)",
|
|
89
|
+
weight: "var(--body-strong-sm-weight)",
|
|
90
|
+
size: "var(--body-strong-sm-size)",
|
|
91
|
+
lineHeight: "var(--body-strong-sm-line-height)",
|
|
92
|
+
letterSpacing: "var(--body-strong-sm-letter-spacing)"
|
|
93
|
+
},
|
|
94
|
+
md: {
|
|
95
|
+
font: "var(--body-strong-md-font)",
|
|
96
|
+
weight: "var(--body-strong-md-weight)",
|
|
97
|
+
size: "var(--body-strong-md-size)",
|
|
98
|
+
lineHeight: "var(--body-strong-md-line-height)",
|
|
99
|
+
letterSpacing: "var(--body-strong-md-letter-spacing)"
|
|
100
|
+
},
|
|
101
|
+
lg: {
|
|
102
|
+
font: "var(--body-strong-lg-font)",
|
|
103
|
+
weight: "var(--body-strong-lg-weight)",
|
|
104
|
+
size: "var(--body-strong-lg-size)",
|
|
105
|
+
lineHeight: "var(--body-strong-lg-line-height)",
|
|
106
|
+
letterSpacing: "var(--body-strong-lg-letter-spacing)"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
label: {
|
|
110
|
+
font: "var(--label-font)",
|
|
111
|
+
weight: "var(--label-weight)",
|
|
112
|
+
size: "var(--label-size)",
|
|
113
|
+
lineHeight: "var(--label-line-height)",
|
|
114
|
+
letterSpacing: "var(--label-letter-spacing)"
|
|
115
|
+
},
|
|
116
|
+
caption: {
|
|
117
|
+
font: "var(--caption-font)",
|
|
118
|
+
weight: "var(--caption-weight)",
|
|
119
|
+
size: "var(--caption-size)",
|
|
120
|
+
lineHeight: "var(--caption-line-height)",
|
|
121
|
+
letterSpacing: "var(--caption-letter-spacing)"
|
|
122
|
+
},
|
|
123
|
+
code: {
|
|
124
|
+
font: "var(--code-font)",
|
|
125
|
+
weight: "var(--code-weight)",
|
|
126
|
+
size: "var(--code-size)",
|
|
127
|
+
lineHeight: "var(--code-line-height)",
|
|
128
|
+
letterSpacing: "var(--code-letter-spacing)"
|
|
129
|
+
},
|
|
130
|
+
table: {
|
|
131
|
+
min_width: {
|
|
132
|
+
minWSm: "var(--table-min-width-min-w-sm)",
|
|
133
|
+
cell_height: {
|
|
134
|
+
base: "var(--table-min-width-cell-height-base)",
|
|
135
|
+
md: "var(--table-min-width-cell-height-md)",
|
|
136
|
+
lg: "var(--table-min-width-cell-height-lg)"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
modal: {
|
|
141
|
+
window_size: {
|
|
142
|
+
wXs: "var(--modal-window-size-w-xs)",
|
|
143
|
+
wSm: "var(--modal-window-size-w-sm)",
|
|
144
|
+
wMd: "var(--modal-window-size-w-md)",
|
|
145
|
+
wLg: "var(--modal-window-size-w-lg)"
|
|
146
|
+
},
|
|
147
|
+
max_width: {
|
|
148
|
+
maxWSm: "var(--modal-max-width-max-w-sm)",
|
|
149
|
+
maxWLg: "var(--modal-max-width-max-w-lg)"
|
|
150
|
+
},
|
|
151
|
+
min_width: {
|
|
152
|
+
minWSm: "var(--modal-min-width-min-w-sm)"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
elevation: {
|
|
156
|
+
input: "var(--elevation-input)",
|
|
157
|
+
card: "var(--elevation-card)",
|
|
158
|
+
popoverMenu: "var(--elevation-popover-menu)",
|
|
159
|
+
modal: "var(--elevation-modal)",
|
|
160
|
+
focus_ring: "var(--elevation-focus-ring)",
|
|
161
|
+
"1Input": "var(--elevation-1-input)",
|
|
162
|
+
"2Card": "var(--elevation-2-card)",
|
|
163
|
+
"3Popover": "var(--elevation-3-popover)",
|
|
164
|
+
"4Modal": "var(--elevation-4-modal)",
|
|
165
|
+
"5FocusRing": "var(--elevation-5-focus-ring)",
|
|
166
|
+
"6FocusRingDestructive": "var(--elevation-6-focus-ring-destructive)",
|
|
167
|
+
"01": {
|
|
168
|
+
layer_1: {
|
|
169
|
+
x: "var(--elevation-01-layer-1-x)",
|
|
170
|
+
y: "var(--elevation-01-layer-1-y)",
|
|
171
|
+
blur: "var(--elevation-01-layer-1-blur)",
|
|
172
|
+
spread: "var(--elevation-01-layer-1-spread)",
|
|
173
|
+
shadow_color: "var(--elevation-01-layer-1-shadow-color)"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"02": {
|
|
177
|
+
layer_1: {
|
|
178
|
+
x: "var(--elevation-02-layer-1-x)",
|
|
179
|
+
y: "var(--elevation-02-layer-1-y)",
|
|
180
|
+
blur: "var(--elevation-02-layer-1-blur)",
|
|
181
|
+
spread: "var(--elevation-02-layer-1-spread)",
|
|
182
|
+
shadow_color: "var(--elevation-02-layer-1-shadow-color)"
|
|
183
|
+
},
|
|
184
|
+
layer_2: {
|
|
185
|
+
x: "var(--elevation-02-layer-2-x)",
|
|
186
|
+
y: "var(--elevation-02-layer-2-y)",
|
|
187
|
+
blur: "var(--elevation-02-layer-2-blur)",
|
|
188
|
+
spread: "var(--elevation-02-layer-2-spread)",
|
|
189
|
+
shadow_color: "var(--elevation-02-layer-2-shadow-color)"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"03": {
|
|
193
|
+
layer_1: {
|
|
194
|
+
x: "var(--elevation-03-layer-1-x)",
|
|
195
|
+
y: "var(--elevation-03-layer-1-y)",
|
|
196
|
+
blur: "var(--elevation-03-layer-1-blur)",
|
|
197
|
+
spread: "var(--elevation-03-layer-1-spread)",
|
|
198
|
+
shadow_color: "var(--elevation-03-layer-1-shadow-color)"
|
|
199
|
+
},
|
|
200
|
+
layer_2: {
|
|
201
|
+
x: "var(--elevation-03-layer-2-x)",
|
|
202
|
+
y: "var(--elevation-03-layer-2-y)",
|
|
203
|
+
blur: "var(--elevation-03-layer-2-blur)",
|
|
204
|
+
spread: "var(--elevation-03-layer-2-spread)",
|
|
205
|
+
color: "var(--elevation-03-layer-2-color)"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"04": {
|
|
209
|
+
layer_1: {
|
|
210
|
+
x: "var(--elevation-04-layer-1-x)",
|
|
211
|
+
y: "var(--elevation-04-layer-1-y)",
|
|
212
|
+
blur: "var(--elevation-04-layer-1-blur)",
|
|
213
|
+
spread: "var(--elevation-04-layer-1-spread)",
|
|
214
|
+
shadow_color: "var(--elevation-04-layer-1-shadow-color)"
|
|
215
|
+
},
|
|
216
|
+
layer_2: {
|
|
217
|
+
x: "var(--elevation-04-layer-2-x)",
|
|
218
|
+
y: "var(--elevation-04-layer-2-y)",
|
|
219
|
+
blur: "var(--elevation-04-layer-2-blur)",
|
|
220
|
+
spread: "var(--elevation-04-layer-2-spread)",
|
|
221
|
+
shadow_color: "var(--elevation-04-layer-2-shadow-color)"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
avatar: {
|
|
226
|
+
xs: "var(--avatar-xs)",
|
|
227
|
+
sm: "var(--avatar-sm)",
|
|
228
|
+
md: "var(--avatar-md)",
|
|
229
|
+
lg: "var(--avatar-lg)",
|
|
230
|
+
xl: "var(--avatar-xl)",
|
|
231
|
+
pink: "var(--avatar-pink)",
|
|
232
|
+
blue: "var(--avatar-blue)",
|
|
233
|
+
green: "var(--avatar-green)",
|
|
234
|
+
purple: "var(--avatar-purple)",
|
|
235
|
+
orange: "var(--avatar-orange)"
|
|
236
|
+
},
|
|
237
|
+
breakpoint: {
|
|
238
|
+
sm: "var(--breakpoint-sm)",
|
|
239
|
+
md: "var(--breakpoint-md)",
|
|
240
|
+
lg: "var(--breakpoint-lg)",
|
|
241
|
+
xl: "var(--breakpoint-xl)"
|
|
242
|
+
},
|
|
243
|
+
spacing: {
|
|
244
|
+
none: "var(--spacing-none)",
|
|
245
|
+
xxs: "var(--spacing-xxs)",
|
|
246
|
+
xs: "var(--spacing-xs)",
|
|
247
|
+
sm: "var(--spacing-sm)",
|
|
248
|
+
md: "var(--spacing-md)",
|
|
249
|
+
lg: "var(--spacing-lg)",
|
|
250
|
+
xl: "var(--spacing-xl)"
|
|
251
|
+
},
|
|
252
|
+
app_shell: {
|
|
253
|
+
header: {
|
|
254
|
+
defaultHeight: "var(--app-shell-header-default-height)"
|
|
255
|
+
},
|
|
256
|
+
sidebar: {
|
|
257
|
+
fullWidth: "var(--app-shell-sidebar-full-width)",
|
|
258
|
+
skinny: "var(--app-shell-sidebar-skinny)"
|
|
259
|
+
},
|
|
260
|
+
rightRail: {
|
|
261
|
+
fullWidth: "var(--app-shell-right-rail-full-width)",
|
|
262
|
+
skinny: "var(--app-shell-right-rail-skinny)"
|
|
263
|
+
},
|
|
264
|
+
container_max: {
|
|
265
|
+
sm: "var(--app-shell-container-max-sm)",
|
|
266
|
+
md: "var(--app-shell-container-max-md)",
|
|
267
|
+
lg: "var(--app-shell-container-max-lg)",
|
|
268
|
+
xl: "var(--app-shell-container-max-xl)",
|
|
269
|
+
form: "var(--app-shell-container-max-form)"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
radius: {
|
|
273
|
+
sm: "var(--radius-sm)",
|
|
274
|
+
md: "var(--radius-md)",
|
|
275
|
+
lg: "var(--radius-lg)",
|
|
276
|
+
cardLg: "var(--radius-card-lg)",
|
|
277
|
+
cardSm: "var(--radius-card-sm)",
|
|
278
|
+
roundedFull: "var(--radius-rounded-full)"
|
|
279
|
+
},
|
|
280
|
+
button: {
|
|
281
|
+
base: {
|
|
282
|
+
height: "var(--button-base-height)",
|
|
283
|
+
radius: "var(--button-base-radius)",
|
|
284
|
+
paddingHorizontal: "var(--button-base-padding-horizontal)",
|
|
285
|
+
iconSize: "var(--button-base-icon-size)",
|
|
286
|
+
fontSize: "var(--button-base-font-size)"
|
|
287
|
+
},
|
|
288
|
+
iconBase: {
|
|
289
|
+
height: "var(--button-icon-base-height)",
|
|
290
|
+
radius: "var(--button-icon-base-radius)",
|
|
291
|
+
paddingHorizontal: "var(--button-icon-base-padding-horizontal)",
|
|
292
|
+
iconSize: "var(--button-icon-base-icon-size)",
|
|
293
|
+
strokeWidth: "var(--button-icon-base-stroke-width)"
|
|
294
|
+
},
|
|
295
|
+
paddingVertical: "var(--button-padding-vertical)",
|
|
296
|
+
sm: {
|
|
297
|
+
height: "var(--button-sm-height)",
|
|
298
|
+
radius: "var(--button-sm-radius)",
|
|
299
|
+
paddingHorizontal: "var(--button-sm-padding-horizontal)",
|
|
300
|
+
iconSize: "var(--button-sm-icon-size)",
|
|
301
|
+
fontSize: "var(--button-sm-font-size)"
|
|
302
|
+
},
|
|
303
|
+
iconSm: {
|
|
304
|
+
height: "var(--button-icon-sm-height)",
|
|
305
|
+
radius: "var(--button-icon-sm-radius)",
|
|
306
|
+
paddingHorizontal: "var(--button-icon-sm-padding-horizontal)",
|
|
307
|
+
iconSize: "var(--button-icon-sm-icon-size)",
|
|
308
|
+
strokeWidth: "var(--button-icon-sm-stroke-width)"
|
|
309
|
+
},
|
|
310
|
+
lg: {
|
|
311
|
+
height: "var(--button-lg-height)",
|
|
312
|
+
radius: "var(--button-lg-radius)",
|
|
313
|
+
paddingHorizontal: "var(--button-lg-padding-horizontal)",
|
|
314
|
+
iconSize: "var(--button-lg-icon-size)",
|
|
315
|
+
fontSize: "var(--button-lg-font-size)"
|
|
316
|
+
},
|
|
317
|
+
iconLg: {
|
|
318
|
+
height: "var(--button-icon-lg-height)",
|
|
319
|
+
radius: "var(--button-icon-lg-radius)",
|
|
320
|
+
paddingHorizontal: "var(--button-icon-lg-padding-horizontal)",
|
|
321
|
+
iconSize: "var(--button-icon-lg-icon-size)",
|
|
322
|
+
strokeWidth: "var(--button-icon-lg-stroke-width)"
|
|
323
|
+
},
|
|
324
|
+
gap: "var(--button-gap)"
|
|
325
|
+
},
|
|
326
|
+
opacity: {
|
|
327
|
+
disabled: "var(--opacity-disabled)",
|
|
328
|
+
pressed: "var(--opacity-pressed)",
|
|
329
|
+
loading: "var(--opacity-loading)",
|
|
330
|
+
dimmed_text: "var(--opacity-dimmed-text)",
|
|
331
|
+
dimmed_control: "var(--opacity-dimmed-control)"
|
|
332
|
+
},
|
|
333
|
+
calendar: {
|
|
334
|
+
cellDefault: "var(--calendar-cell-default)",
|
|
335
|
+
cellMd: "var(--calendar-cell-md)"
|
|
336
|
+
},
|
|
337
|
+
input: {
|
|
338
|
+
gapWrap: "var(--input-gap-wrap)",
|
|
339
|
+
customSpacing1: "var(--input-custom-spacing-1)",
|
|
340
|
+
customSpacing2: "var(--input-custom-spacing-2)",
|
|
341
|
+
baseHeight: "var(--input-base-height)",
|
|
342
|
+
gapControl: "var(--input-gap-control)",
|
|
343
|
+
paddingH: "var(--input-padding-h)",
|
|
344
|
+
paddingV: "var(--input-padding-v)",
|
|
345
|
+
radius: "var(--input-radius)",
|
|
346
|
+
icon_size: "var(--input-icon-size)",
|
|
347
|
+
icon_stroke_weight: "var(--input-icon-stroke-weight)"
|
|
348
|
+
},
|
|
349
|
+
menu_item: {
|
|
350
|
+
height: "var(--menu-item-height)"
|
|
351
|
+
},
|
|
352
|
+
controlSingleline: {
|
|
353
|
+
baseRegular: {
|
|
354
|
+
fontFamily: "var(--control-singleline-base-regular-font-family)",
|
|
355
|
+
fontSize: "var(--control-singleline-base-regular-font-size)",
|
|
356
|
+
fontWeight: "var(--control-singleline-base-regular-font-weight)",
|
|
357
|
+
letterSpacing: "var(--control-singleline-base-regular-letter-spacing)",
|
|
358
|
+
lineHeight: "var(--control-singleline-base-regular-line-height)",
|
|
359
|
+
textTransform: "var(--control-singleline-base-regular-text-transform)",
|
|
360
|
+
textDecoration: "var(--control-singleline-base-regular-text-decoration)"
|
|
361
|
+
},
|
|
362
|
+
baseMedium: {
|
|
363
|
+
fontFamily: "var(--control-singleline-base-medium-font-family)",
|
|
364
|
+
fontSize: "var(--control-singleline-base-medium-font-size)",
|
|
365
|
+
fontWeight: "var(--control-singleline-base-medium-font-weight)",
|
|
366
|
+
letterSpacing: "var(--control-singleline-base-medium-letter-spacing)",
|
|
367
|
+
lineHeight: "var(--control-singleline-base-medium-line-height)",
|
|
368
|
+
textTransform: "var(--control-singleline-base-medium-text-transform)",
|
|
369
|
+
textDecoration: "var(--control-singleline-base-medium-text-decoration)"
|
|
370
|
+
},
|
|
371
|
+
baseSemibold: {
|
|
372
|
+
fontFamily: "var(--control-singleline-base-semibold-font-family)",
|
|
373
|
+
fontSize: "var(--control-singleline-base-semibold-font-size)",
|
|
374
|
+
fontWeight: "var(--control-singleline-base-semibold-font-weight)",
|
|
375
|
+
letterSpacing: "var(--control-singleline-base-semibold-letter-spacing)",
|
|
376
|
+
lineHeight: "var(--control-singleline-base-semibold-line-height)",
|
|
377
|
+
textTransform: "var(--control-singleline-base-semibold-text-transform)",
|
|
378
|
+
textDecoration: "var(--control-singleline-base-semibold-text-decoration)"
|
|
379
|
+
},
|
|
380
|
+
smMedium: {
|
|
381
|
+
fontFamily: "var(--control-singleline-sm-medium-font-family)",
|
|
382
|
+
fontSize: "var(--control-singleline-sm-medium-font-size)",
|
|
383
|
+
fontWeight: "var(--control-singleline-sm-medium-font-weight)",
|
|
384
|
+
letterSpacing: "var(--control-singleline-sm-medium-letter-spacing)",
|
|
385
|
+
lineHeight: "var(--control-singleline-sm-medium-line-height)",
|
|
386
|
+
textTransform: "var(--control-singleline-sm-medium-text-transform)",
|
|
387
|
+
textDecoration: "var(--control-singleline-sm-medium-text-decoration)"
|
|
388
|
+
},
|
|
389
|
+
smRegular: {
|
|
390
|
+
fontFamily: "var(--control-singleline-sm-regular-font-family)",
|
|
391
|
+
fontSize: "var(--control-singleline-sm-regular-font-size)",
|
|
392
|
+
fontWeight: "var(--control-singleline-sm-regular-font-weight)",
|
|
393
|
+
letterSpacing: "var(--control-singleline-sm-regular-letter-spacing)",
|
|
394
|
+
lineHeight: "var(--control-singleline-sm-regular-line-height)",
|
|
395
|
+
textTransform: "var(--control-singleline-sm-regular-text-transform)",
|
|
396
|
+
textDecoration: "var(--control-singleline-sm-regular-text-decoration)"
|
|
397
|
+
},
|
|
398
|
+
lgMedium: {
|
|
399
|
+
fontFamily: "var(--control-singleline-lg-medium-font-family)",
|
|
400
|
+
fontSize: "var(--control-singleline-lg-medium-font-size)",
|
|
401
|
+
fontWeight: "var(--control-singleline-lg-medium-font-weight)",
|
|
402
|
+
letterSpacing: "var(--control-singleline-lg-medium-letter-spacing)",
|
|
403
|
+
lineHeight: "var(--control-singleline-lg-medium-line-height)",
|
|
404
|
+
textTransform: "var(--control-singleline-lg-medium-text-transform)",
|
|
405
|
+
textDecoration: "var(--control-singleline-lg-medium-text-decoration)"
|
|
406
|
+
},
|
|
407
|
+
mdMedium: {
|
|
408
|
+
fontFamily: "var(--control-singleline-md-medium-font-family)",
|
|
409
|
+
fontSize: "var(--control-singleline-md-medium-font-size)",
|
|
410
|
+
fontWeight: "var(--control-singleline-md-medium-font-weight)",
|
|
411
|
+
letterSpacing: "var(--control-singleline-md-medium-letter-spacing)",
|
|
412
|
+
lineHeight: "var(--control-singleline-md-medium-line-height)",
|
|
413
|
+
textTransform: "var(--control-singleline-md-medium-text-transform)",
|
|
414
|
+
textDecoration: "var(--control-singleline-md-medium-text-decoration)"
|
|
415
|
+
},
|
|
416
|
+
mdSemibold: {
|
|
417
|
+
fontFamily: "var(--control-singleline-md-semibold-font-family)",
|
|
418
|
+
fontSize: "var(--control-singleline-md-semibold-font-size)",
|
|
419
|
+
fontWeight: "var(--control-singleline-md-semibold-font-weight)",
|
|
420
|
+
letterSpacing: "var(--control-singleline-md-semibold-letter-spacing)",
|
|
421
|
+
lineHeight: "var(--control-singleline-md-semibold-line-height)",
|
|
422
|
+
textTransform: "var(--control-singleline-md-semibold-text-transform)",
|
|
423
|
+
textDecoration: "var(--control-singleline-md-semibold-text-decoration)"
|
|
424
|
+
},
|
|
425
|
+
lgSemibold: {
|
|
426
|
+
fontFamily: "var(--control-singleline-lg-semibold-font-family)",
|
|
427
|
+
fontSize: "var(--control-singleline-lg-semibold-font-size)",
|
|
428
|
+
fontWeight: "var(--control-singleline-lg-semibold-font-weight)",
|
|
429
|
+
letterSpacing: "var(--control-singleline-lg-semibold-letter-spacing)",
|
|
430
|
+
lineHeight: "var(--control-singleline-lg-semibold-line-height)",
|
|
431
|
+
textTransform: "var(--control-singleline-lg-semibold-text-transform)",
|
|
432
|
+
textDecoration: "var(--control-singleline-lg-semibold-text-decoration)"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
bodyRegular: {
|
|
436
|
+
base: {
|
|
437
|
+
fontFamily: "var(--body-regular-base-font-family)",
|
|
438
|
+
fontSize: "var(--body-regular-base-font-size)",
|
|
439
|
+
fontWeight: "var(--body-regular-base-font-weight)",
|
|
440
|
+
letterSpacing: "var(--body-regular-base-letter-spacing)",
|
|
441
|
+
lineHeight: "var(--body-regular-base-line-height)",
|
|
442
|
+
textTransform: "var(--body-regular-base-text-transform)",
|
|
443
|
+
textDecoration: "var(--body-regular-base-text-decoration)"
|
|
444
|
+
},
|
|
445
|
+
baseUnderline: {
|
|
446
|
+
fontFamily: "var(--body-regular-base-underline-font-family)",
|
|
447
|
+
fontSize: "var(--body-regular-base-underline-font-size)",
|
|
448
|
+
fontWeight: "var(--body-regular-base-underline-font-weight)",
|
|
449
|
+
letterSpacing: "var(--body-regular-base-underline-letter-spacing)",
|
|
450
|
+
lineHeight: "var(--body-regular-base-underline-line-height)",
|
|
451
|
+
textTransform: "var(--body-regular-base-underline-text-transform)",
|
|
452
|
+
textDecoration: "var(--body-regular-base-underline-text-decoration)"
|
|
453
|
+
},
|
|
454
|
+
paragraph: {
|
|
455
|
+
fontFamily: "var(--body-regular-paragraph-font-family)",
|
|
456
|
+
fontSize: "var(--body-regular-paragraph-font-size)",
|
|
457
|
+
fontWeight: "var(--body-regular-paragraph-font-weight)",
|
|
458
|
+
letterSpacing: "var(--body-regular-paragraph-letter-spacing)",
|
|
459
|
+
lineHeight: "var(--body-regular-paragraph-line-height)",
|
|
460
|
+
textTransform: "var(--body-regular-paragraph-text-transform)",
|
|
461
|
+
textDecoration: "var(--body-regular-paragraph-text-decoration)"
|
|
462
|
+
},
|
|
463
|
+
lg: {
|
|
464
|
+
fontFamily: "var(--body-regular-lg-font-family)",
|
|
465
|
+
fontSize: "var(--body-regular-lg-font-size)",
|
|
466
|
+
fontWeight: "var(--body-regular-lg-font-weight)",
|
|
467
|
+
letterSpacing: "var(--body-regular-lg-letter-spacing)",
|
|
468
|
+
lineHeight: "var(--body-regular-lg-line-height)",
|
|
469
|
+
textTransform: "var(--body-regular-lg-text-transform)",
|
|
470
|
+
textDecoration: "var(--body-regular-lg-text-decoration)"
|
|
471
|
+
},
|
|
472
|
+
xs: {
|
|
473
|
+
fontFamily: "var(--body-regular-xs-font-family)",
|
|
474
|
+
fontSize: "var(--body-regular-xs-font-size)",
|
|
475
|
+
fontWeight: "var(--body-regular-xs-font-weight)",
|
|
476
|
+
letterSpacing: "var(--body-regular-xs-letter-spacing)",
|
|
477
|
+
lineHeight: "var(--body-regular-xs-line-height)",
|
|
478
|
+
textTransform: "var(--body-regular-xs-text-transform)",
|
|
479
|
+
textDecoration: "var(--body-regular-xs-text-decoration)"
|
|
480
|
+
},
|
|
481
|
+
inlineCode: {
|
|
482
|
+
fontFamily: "var(--body-regular-inline-code-font-family)",
|
|
483
|
+
fontSize: "var(--body-regular-inline-code-font-size)",
|
|
484
|
+
fontWeight: "var(--body-regular-inline-code-font-weight)",
|
|
485
|
+
letterSpacing: "var(--body-regular-inline-code-letter-spacing)",
|
|
486
|
+
lineHeight: "var(--body-regular-inline-code-line-height)",
|
|
487
|
+
textTransform: "var(--body-regular-inline-code-text-transform)",
|
|
488
|
+
textDecoration: "var(--body-regular-inline-code-text-decoration)"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
bodyMedium: {
|
|
492
|
+
base: {
|
|
493
|
+
fontFamily: "var(--body-medium-base-font-family)",
|
|
494
|
+
fontSize: "var(--body-medium-base-font-size)",
|
|
495
|
+
fontWeight: "var(--body-medium-base-font-weight)",
|
|
496
|
+
letterSpacing: "var(--body-medium-base-letter-spacing)",
|
|
497
|
+
lineHeight: "var(--body-medium-base-line-height)",
|
|
498
|
+
textTransform: "var(--body-medium-base-text-transform)",
|
|
499
|
+
textDecoration: "var(--body-medium-base-text-decoration)"
|
|
500
|
+
},
|
|
501
|
+
baseUnderline: {
|
|
502
|
+
fontFamily: "var(--body-medium-base-underline-font-family)",
|
|
503
|
+
fontSize: "var(--body-medium-base-underline-font-size)",
|
|
504
|
+
fontWeight: "var(--body-medium-base-underline-font-weight)",
|
|
505
|
+
letterSpacing: "var(--body-medium-base-underline-letter-spacing)",
|
|
506
|
+
lineHeight: "var(--body-medium-base-underline-line-height)",
|
|
507
|
+
textTransform: "var(--body-medium-base-underline-text-transform)",
|
|
508
|
+
textDecoration: "var(--body-medium-base-underline-text-decoration)"
|
|
509
|
+
},
|
|
510
|
+
paragraph: {
|
|
511
|
+
fontFamily: "var(--body-medium-paragraph-font-family)",
|
|
512
|
+
fontSize: "var(--body-medium-paragraph-font-size)",
|
|
513
|
+
fontWeight: "var(--body-medium-paragraph-font-weight)",
|
|
514
|
+
letterSpacing: "var(--body-medium-paragraph-letter-spacing)",
|
|
515
|
+
lineHeight: "var(--body-medium-paragraph-line-height)",
|
|
516
|
+
textTransform: "var(--body-medium-paragraph-text-transform)",
|
|
517
|
+
textDecoration: "var(--body-medium-paragraph-text-decoration)"
|
|
518
|
+
},
|
|
519
|
+
lg: {
|
|
520
|
+
fontFamily: "var(--body-medium-lg-font-family)",
|
|
521
|
+
fontSize: "var(--body-medium-lg-font-size)",
|
|
522
|
+
fontWeight: "var(--body-medium-lg-font-weight)",
|
|
523
|
+
letterSpacing: "var(--body-medium-lg-letter-spacing)",
|
|
524
|
+
lineHeight: "var(--body-medium-lg-line-height)",
|
|
525
|
+
textTransform: "var(--body-medium-lg-text-transform)",
|
|
526
|
+
textDecoration: "var(--body-medium-lg-text-decoration)"
|
|
527
|
+
},
|
|
528
|
+
xs: {
|
|
529
|
+
fontFamily: "var(--body-medium-xs-font-family)",
|
|
530
|
+
fontSize: "var(--body-medium-xs-font-size)",
|
|
531
|
+
fontWeight: "var(--body-medium-xs-font-weight)",
|
|
532
|
+
letterSpacing: "var(--body-medium-xs-letter-spacing)",
|
|
533
|
+
lineHeight: "var(--body-medium-xs-line-height)",
|
|
534
|
+
textTransform: "var(--body-medium-xs-text-transform)",
|
|
535
|
+
textDecoration: "var(--body-medium-xs-text-decoration)"
|
|
536
|
+
},
|
|
537
|
+
xsUnderline: {
|
|
538
|
+
fontFamily: "var(--body-medium-xs-underline-font-family)",
|
|
539
|
+
fontSize: "var(--body-medium-xs-underline-font-size)",
|
|
540
|
+
fontWeight: "var(--body-medium-xs-underline-font-weight)",
|
|
541
|
+
letterSpacing: "var(--body-medium-xs-underline-letter-spacing)",
|
|
542
|
+
lineHeight: "var(--body-medium-xs-underline-line-height)",
|
|
543
|
+
textTransform: "var(--body-medium-xs-underline-text-transform)",
|
|
544
|
+
textDecoration: "var(--body-medium-xs-underline-text-decoration)"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
bodySemibold: {
|
|
548
|
+
base: {
|
|
549
|
+
fontFamily: "var(--body-semibold-base-font-family)",
|
|
550
|
+
fontSize: "var(--body-semibold-base-font-size)",
|
|
551
|
+
fontWeight: "var(--body-semibold-base-font-weight)",
|
|
552
|
+
letterSpacing: "var(--body-semibold-base-letter-spacing)",
|
|
553
|
+
lineHeight: "var(--body-semibold-base-line-height)",
|
|
554
|
+
textTransform: "var(--body-semibold-base-text-transform)",
|
|
555
|
+
textDecoration: "var(--body-semibold-base-text-decoration)"
|
|
556
|
+
},
|
|
557
|
+
paragraph: {
|
|
558
|
+
fontFamily: "var(--body-semibold-paragraph-font-family)",
|
|
559
|
+
fontSize: "var(--body-semibold-paragraph-font-size)",
|
|
560
|
+
fontWeight: "var(--body-semibold-paragraph-font-weight)",
|
|
561
|
+
letterSpacing: "var(--body-semibold-paragraph-letter-spacing)",
|
|
562
|
+
lineHeight: "var(--body-semibold-paragraph-line-height)",
|
|
563
|
+
textTransform: "var(--body-semibold-paragraph-text-transform)",
|
|
564
|
+
textDecoration: "var(--body-semibold-paragraph-text-decoration)"
|
|
565
|
+
},
|
|
566
|
+
lg: {
|
|
567
|
+
fontFamily: "var(--body-semibold-lg-font-family)",
|
|
568
|
+
fontSize: "var(--body-semibold-lg-font-size)",
|
|
569
|
+
fontWeight: "var(--body-semibold-lg-font-weight)",
|
|
570
|
+
letterSpacing: "var(--body-semibold-lg-letter-spacing)",
|
|
571
|
+
lineHeight: "var(--body-semibold-lg-line-height)",
|
|
572
|
+
textTransform: "var(--body-semibold-lg-text-transform)",
|
|
573
|
+
textDecoration: "var(--body-semibold-lg-text-decoration)"
|
|
574
|
+
},
|
|
575
|
+
xs: {
|
|
576
|
+
fontFamily: "var(--body-semibold-xs-font-family)",
|
|
577
|
+
fontSize: "var(--body-semibold-xs-font-size)",
|
|
578
|
+
fontWeight: "var(--body-semibold-xs-font-weight)",
|
|
579
|
+
letterSpacing: "var(--body-semibold-xs-letter-spacing)",
|
|
580
|
+
lineHeight: "var(--body-semibold-xs-line-height)",
|
|
581
|
+
textTransform: "var(--body-semibold-xs-text-transform)",
|
|
582
|
+
textDecoration: "var(--body-semibold-xs-text-decoration)"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
subheadingRegular: {
|
|
586
|
+
base: {
|
|
587
|
+
fontFamily: "var(--subheading-regular-base-font-family)",
|
|
588
|
+
fontSize: "var(--subheading-regular-base-font-size)",
|
|
589
|
+
fontWeight: "var(--subheading-regular-base-font-weight)",
|
|
590
|
+
letterSpacing: "var(--subheading-regular-base-letter-spacing)",
|
|
591
|
+
lineHeight: "var(--subheading-regular-base-line-height)",
|
|
592
|
+
textTransform: "var(--subheading-regular-base-text-transform)",
|
|
593
|
+
textDecoration: "var(--subheading-regular-base-text-decoration)"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
headingSemibold: {
|
|
597
|
+
h4: {
|
|
598
|
+
fontFamily: "var(--heading-semibold-h4-font-family)",
|
|
599
|
+
fontSize: "var(--heading-semibold-h4-font-size)",
|
|
600
|
+
fontWeight: "var(--heading-semibold-h4-font-weight)",
|
|
601
|
+
letterSpacing: "var(--heading-semibold-h4-letter-spacing)",
|
|
602
|
+
lineHeight: "var(--heading-semibold-h4-line-height)",
|
|
603
|
+
textTransform: "var(--heading-semibold-h4-text-transform)",
|
|
604
|
+
textDecoration: "var(--heading-semibold-h4-text-decoration)"
|
|
605
|
+
},
|
|
606
|
+
h3: {
|
|
607
|
+
fontFamily: "var(--heading-semibold-h3-font-family)",
|
|
608
|
+
fontSize: "var(--heading-semibold-h3-font-size)",
|
|
609
|
+
fontWeight: "var(--heading-semibold-h3-font-weight)",
|
|
610
|
+
letterSpacing: "var(--heading-semibold-h3-letter-spacing)",
|
|
611
|
+
lineHeight: "var(--heading-semibold-h3-line-height)",
|
|
612
|
+
textTransform: "var(--heading-semibold-h3-text-transform)",
|
|
613
|
+
textDecoration: "var(--heading-semibold-h3-text-decoration)"
|
|
614
|
+
},
|
|
615
|
+
h2: {
|
|
616
|
+
fontFamily: "var(--heading-semibold-h2-font-family)",
|
|
617
|
+
fontSize: "var(--heading-semibold-h2-font-size)",
|
|
618
|
+
fontWeight: "var(--heading-semibold-h2-font-weight)",
|
|
619
|
+
letterSpacing: "var(--heading-semibold-h2-letter-spacing)",
|
|
620
|
+
lineHeight: "var(--heading-semibold-h2-line-height)",
|
|
621
|
+
textTransform: "var(--heading-semibold-h2-text-transform)",
|
|
622
|
+
textDecoration: "var(--heading-semibold-h2-text-decoration)"
|
|
623
|
+
},
|
|
624
|
+
h1: {
|
|
625
|
+
fontFamily: "var(--heading-semibold-h1-font-family)",
|
|
626
|
+
fontSize: "var(--heading-semibold-h1-font-size)",
|
|
627
|
+
fontWeight: "var(--heading-semibold-h1-font-weight)",
|
|
628
|
+
letterSpacing: "var(--heading-semibold-h1-letter-spacing)",
|
|
629
|
+
lineHeight: "var(--heading-semibold-h1-line-height)",
|
|
630
|
+
textTransform: "var(--heading-semibold-h1-text-transform)",
|
|
631
|
+
textDecoration: "var(--heading-semibold-h1-text-decoration)"
|
|
632
|
+
},
|
|
633
|
+
h1Mobile: {
|
|
634
|
+
fontFamily: "var(--heading-semibold-h1-mobile-font-family)",
|
|
635
|
+
fontSize: "var(--heading-semibold-h1-mobile-font-size)",
|
|
636
|
+
fontWeight: "var(--heading-semibold-h1-mobile-font-weight)",
|
|
637
|
+
letterSpacing: "var(--heading-semibold-h1-mobile-letter-spacing)",
|
|
638
|
+
lineHeight: "var(--heading-semibold-h1-mobile-line-height)",
|
|
639
|
+
textTransform: "var(--heading-semibold-h1-mobile-text-transform)",
|
|
640
|
+
textDecoration: "var(--heading-semibold-h1-mobile-text-decoration)"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
heroBold: {
|
|
644
|
+
display: {
|
|
645
|
+
fontFamily: "var(--hero-bold-display-font-family)",
|
|
646
|
+
fontSize: "var(--hero-bold-display-font-size)",
|
|
647
|
+
fontWeight: "var(--hero-bold-display-font-weight)",
|
|
648
|
+
letterSpacing: "var(--hero-bold-display-letter-spacing)",
|
|
649
|
+
lineHeight: "var(--hero-bold-display-line-height)",
|
|
650
|
+
textTransform: "var(--hero-bold-display-text-transform)",
|
|
651
|
+
textDecoration: "var(--hero-bold-display-text-decoration)"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
blur: {
|
|
655
|
+
overlay: "var(--blur-overlay)",
|
|
656
|
+
layer: "var(--blur-layer)",
|
|
657
|
+
glass: "var(--blur-glass)"
|
|
658
|
+
},
|
|
659
|
+
background: {
|
|
660
|
+
canvas: "var(--background-canvas)",
|
|
661
|
+
muted: "var(--background-muted)",
|
|
662
|
+
surface: "var(--background-surface)",
|
|
663
|
+
navbar: "var(--background-navbar)",
|
|
664
|
+
sidebar: "var(--background-sidebar)",
|
|
665
|
+
buttonbar: "var(--background-buttonbar)",
|
|
666
|
+
sidebarAccent: "var(--background-sidebar-accent)",
|
|
667
|
+
brand: "var(--background-brand)",
|
|
668
|
+
accent: "var(--background-accent)",
|
|
669
|
+
accentDep: "var(--background-accent-dep)",
|
|
670
|
+
secondary: "var(--background-secondary)",
|
|
671
|
+
popover: "var(--background-popover)",
|
|
672
|
+
input: "var(--background-input)",
|
|
673
|
+
overlay: "var(--background-overlay)",
|
|
674
|
+
scrim: "var(--background-scrim)",
|
|
675
|
+
inverse: "var(--background-inverse)",
|
|
676
|
+
strong: "var(--background-strong)",
|
|
677
|
+
transparent: "var(--background-transparent)",
|
|
678
|
+
progressbar_base: "var(--background-progressbar-base)"
|
|
679
|
+
},
|
|
680
|
+
scrim: {
|
|
681
|
+
background_blur: "var(--scrim-background-blur)"
|
|
682
|
+
},
|
|
683
|
+
border: {
|
|
684
|
+
default: "var(--border-default)",
|
|
685
|
+
muted: "var(--border-muted)",
|
|
686
|
+
subtle: "var(--border-subtle)",
|
|
687
|
+
input: "var(--border-input)",
|
|
688
|
+
strong: "var(--border-strong)",
|
|
689
|
+
disabled: "var(--border-disabled)",
|
|
690
|
+
transparent: "var(--border-transparent)",
|
|
691
|
+
brand: "var(--border-brand)",
|
|
692
|
+
avatar: "var(--border-avatar)",
|
|
693
|
+
inverse: "var(--border-inverse)"
|
|
694
|
+
},
|
|
695
|
+
text: {
|
|
696
|
+
primary: "var(--text-primary)",
|
|
697
|
+
dialog: "var(--text-dialog)",
|
|
698
|
+
sidebar: "var(--text-sidebar)",
|
|
699
|
+
secondary: "var(--text-secondary)",
|
|
700
|
+
popover: "var(--text-popover)",
|
|
701
|
+
muted: "var(--text-muted)",
|
|
702
|
+
disabled: "var(--text-disabled)",
|
|
703
|
+
inverse: "var(--text-inverse)",
|
|
704
|
+
inverse_secondary: "var(--text-inverse-secondary)",
|
|
705
|
+
link: "var(--text-link)",
|
|
706
|
+
linkHover: "var(--text-link-hover)"
|
|
707
|
+
},
|
|
708
|
+
icon: {
|
|
709
|
+
primary: "var(--icon-primary)",
|
|
710
|
+
secondary: "var(--icon-secondary)",
|
|
711
|
+
sidebar: "var(--icon-sidebar)",
|
|
712
|
+
popover: "var(--icon-popover)",
|
|
713
|
+
muted: "var(--icon-muted)",
|
|
714
|
+
disabled: "var(--icon-disabled)",
|
|
715
|
+
inverse: "var(--icon-inverse)",
|
|
716
|
+
inverse_secondary: "var(--icon-inverse-secondary)",
|
|
717
|
+
link: "var(--icon-link)",
|
|
718
|
+
linkHover: "var(--icon-link-hover)"
|
|
719
|
+
},
|
|
720
|
+
focus: {
|
|
721
|
+
ringGlobal: {
|
|
722
|
+
ring: "var(--focus-ring-global-ring)",
|
|
723
|
+
shadow_color: "var(--focus-ring-global-shadow-color)"
|
|
724
|
+
},
|
|
725
|
+
ringOffset: "var(--focus-ring-offset)",
|
|
726
|
+
transparentFocus: "var(--focus-transparent-focus)",
|
|
727
|
+
y: "var(--focus-y)",
|
|
728
|
+
blur: "var(--focus-blur)",
|
|
729
|
+
spread: "var(--focus-spread)",
|
|
730
|
+
ringDestructive: {
|
|
731
|
+
ring: "var(--focus-ring-destructive-ring)",
|
|
732
|
+
shadow_color: "var(--focus-ring-destructive-shadow-color)"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
action: {
|
|
736
|
+
primary: {
|
|
737
|
+
background: "var(--action-primary-background)",
|
|
738
|
+
backgroundHover: "var(--action-primary-background-hover)",
|
|
739
|
+
backgroundPressed: "var(--action-primary-background-pressed)",
|
|
740
|
+
text: "var(--action-primary-text)",
|
|
741
|
+
border: "var(--action-primary-border)"
|
|
742
|
+
},
|
|
743
|
+
outline: {
|
|
744
|
+
archive: {
|
|
745
|
+
background: "var(--action-outline-archive-background)",
|
|
746
|
+
backgroundHover: "var(--action-outline-archive-background-hover)",
|
|
747
|
+
border: "var(--action-outline-archive-border)",
|
|
748
|
+
borderFocus: "var(--action-outline-archive-border-focus)"
|
|
749
|
+
},
|
|
750
|
+
background: "var(--action-outline-background)",
|
|
751
|
+
backgroundHover: "var(--action-outline-background-hover)",
|
|
752
|
+
backgroundPressed: "var(--action-outline-background-pressed)",
|
|
753
|
+
text: "var(--action-outline-text)",
|
|
754
|
+
border: "var(--action-outline-border)"
|
|
755
|
+
},
|
|
756
|
+
secondary: {
|
|
757
|
+
background: "var(--action-secondary-background)",
|
|
758
|
+
backgroundHover: "var(--action-secondary-background-hover)",
|
|
759
|
+
backgroundPressed: "var(--action-secondary-background-pressed)",
|
|
760
|
+
text: "var(--action-secondary-text)"
|
|
761
|
+
},
|
|
762
|
+
ghost: {
|
|
763
|
+
background: "var(--action-ghost-background)",
|
|
764
|
+
backgroundFocus: "var(--action-ghost-background-focus)",
|
|
765
|
+
backgroundHover: "var(--action-ghost-background-hover)",
|
|
766
|
+
backgroundPressed: "var(--action-ghost-background-pressed)",
|
|
767
|
+
text: "var(--action-ghost-text)",
|
|
768
|
+
border: "var(--action-ghost-border)"
|
|
769
|
+
},
|
|
770
|
+
link: {
|
|
771
|
+
background: "var(--action-link-background)",
|
|
772
|
+
backgroundHover: "var(--action-link-background-hover)",
|
|
773
|
+
backgroundFocus: "var(--action-link-background-focus)",
|
|
774
|
+
backgroundPressed: "var(--action-link-background-pressed)",
|
|
775
|
+
border: "var(--action-link-border)",
|
|
776
|
+
text: "var(--action-link-text)",
|
|
777
|
+
textHover: "var(--action-link-text-hover)"
|
|
778
|
+
},
|
|
779
|
+
destructive: {
|
|
780
|
+
background: "var(--action-destructive-background)",
|
|
781
|
+
backgroundHover: "var(--action-destructive-background-hover)",
|
|
782
|
+
backgroundPressed: "var(--action-destructive-background-pressed)",
|
|
783
|
+
text: "var(--action-destructive-text)",
|
|
784
|
+
border: "var(--action-destructive-border)",
|
|
785
|
+
secondary: {
|
|
786
|
+
background: "var(--action-destructive-secondary-background)",
|
|
787
|
+
backgroundHover: "var(--action-destructive-secondary-background-hover)",
|
|
788
|
+
backgroundPressed: "var(--action-destructive-secondary-background-pressed)",
|
|
789
|
+
text: "var(--action-destructive-secondary-text)",
|
|
790
|
+
border: "var(--action-destructive-secondary-border)"
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
disabled: {
|
|
794
|
+
background: "var(--action-disabled-background)",
|
|
795
|
+
text: "var(--action-disabled-text)",
|
|
796
|
+
border: "var(--action-disabled-border)"
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
field: {
|
|
800
|
+
background: "var(--field-background)",
|
|
801
|
+
popoverAccent: "var(--field-popover-accent)",
|
|
802
|
+
transparent: "var(--field-transparent)",
|
|
803
|
+
backgroundInput30: "var(--field-background-input-30)",
|
|
804
|
+
backgroundInput50: "var(--field-background-input-50)",
|
|
805
|
+
slider: {
|
|
806
|
+
grabber: "var(--field-slider-grabber)",
|
|
807
|
+
border: "var(--field-slider-border)",
|
|
808
|
+
track: "var(--field-slider-track)"
|
|
809
|
+
},
|
|
810
|
+
backgroundInput80: "var(--field-background-input-80)",
|
|
811
|
+
calendar: {
|
|
812
|
+
backgroundInput30: "var(--field-calendar-background-input-30)",
|
|
813
|
+
backgroundInput50: "var(--field-calendar-background-input-50)"
|
|
814
|
+
},
|
|
815
|
+
backgroundDisabled: "var(--field-background-disabled)",
|
|
816
|
+
borderInput: "var(--field-border-input)",
|
|
817
|
+
borderInput_X: "var(--field-border-input--x)",
|
|
818
|
+
borderXx: "var(--field-border-xx)",
|
|
819
|
+
borderHover: "var(--field-border-hover)",
|
|
820
|
+
borderFocus: "var(--field-border-focus)",
|
|
821
|
+
borderError: "var(--field-border-error)",
|
|
822
|
+
borderDisabled: "var(--field-border-disabled)",
|
|
823
|
+
label: "var(--field-label)",
|
|
824
|
+
icon: "var(--field-icon)",
|
|
825
|
+
placeholder: "var(--field-placeholder)",
|
|
826
|
+
text: "var(--field-text)",
|
|
827
|
+
helpText: "var(--field-help-text)",
|
|
828
|
+
textDisabled: "var(--field-text-disabled)",
|
|
829
|
+
placeholderDisabled: "var(--field-placeholder-disabled)",
|
|
830
|
+
errorText: "var(--field-error-text)",
|
|
831
|
+
switch: {
|
|
832
|
+
active: "var(--field-switch-active)"
|
|
833
|
+
},
|
|
834
|
+
radio: {
|
|
835
|
+
active_box: "var(--field-radio-active-box)"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
status: {
|
|
839
|
+
success: {
|
|
840
|
+
background: "var(--status-success-background)",
|
|
841
|
+
border: "var(--status-success-border)",
|
|
842
|
+
text: "var(--status-success-text)",
|
|
843
|
+
icon: "var(--status-success-icon)"
|
|
844
|
+
},
|
|
845
|
+
info: {
|
|
846
|
+
background: "var(--status-info-background)",
|
|
847
|
+
border: "var(--status-info-border)",
|
|
848
|
+
text: "var(--status-info-text)",
|
|
849
|
+
icon: "var(--status-info-icon)"
|
|
850
|
+
},
|
|
851
|
+
warning: {
|
|
852
|
+
background: "var(--status-warning-background)",
|
|
853
|
+
border: "var(--status-warning-border)",
|
|
854
|
+
text: "var(--status-warning-text)",
|
|
855
|
+
icon: "var(--status-warning-icon)"
|
|
856
|
+
},
|
|
857
|
+
error: {
|
|
858
|
+
background: "var(--status-error-background)",
|
|
859
|
+
border: "var(--status-error-border)",
|
|
860
|
+
text: "var(--status-error-text)",
|
|
861
|
+
icon: "var(--status-error-icon)"
|
|
862
|
+
},
|
|
863
|
+
badge: {
|
|
864
|
+
background: "var(--status-badge-background)",
|
|
865
|
+
hover: "var(--status-badge-hover)"
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
};
|
|
869
|
+
export {
|
|
870
|
+
e as themeTokens
|
|
871
|
+
};
|
|
872
|
+
//# sourceMappingURL=tailwind-theme.js.map
|