@grantcodes/style-dictionary 1.3.0 → 1.4.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/CHANGELOG.md +22 -0
- package/assets/fonts/grantina.css +1 -0
- package/assets/logos/grantina/monogram-light-bg.svg +3 -0
- package/assets/logos/grantina/monogram.svg +15 -0
- package/dist/css/grantcodes/dark.css +168 -0
- package/dist/css/grantcodes/grantcodes.css +343 -0
- package/dist/css/grantcodes/tokens.css +343 -0
- package/dist/css/grantina/dark.css +166 -0
- package/dist/css/grantina/grantina.css +363 -0
- package/dist/css/grantina/tokens.css +363 -0
- package/dist/css/todomap/dark.css +120 -0
- package/dist/css/todomap/todomap.css +360 -0
- package/dist/css/todomap/tokens.css +360 -0
- package/dist/css/wireframe/dark.css +180 -0
- package/dist/css/wireframe/tokens.css +365 -0
- package/dist/css/wireframe/wireframe.css +365 -0
- package/dist/js/grantcodes/style-dictionary.d.ts +339 -0
- package/dist/js/grantcodes/style-dictionary.js +362 -0
- package/dist/js/grantina/style-dictionary.d.ts +362 -0
- package/dist/js/grantina/style-dictionary.js +391 -0
- package/dist/js/todomap/style-dictionary.d.ts +356 -0
- package/dist/js/todomap/style-dictionary.js +388 -0
- package/dist/js/wireframe/style-dictionary.d.ts +361 -0
- package/dist/js/wireframe/style-dictionary.js +368 -0
- package/dist/json/grantcodes/tokens.json +329 -0
- package/dist/json/grantina/tokens.json +352 -0
- package/dist/json/todomap/tokens.json +346 -0
- package/dist/json/wireframe/tokens.json +351 -0
- package/package.json +76 -61
- package/.turbo/turbo-build.log +0 -45
- package/.turbo/turbo-lint.log +0 -10
- package/AGENTS.md +0 -67
- package/biome.json +0 -9
- package/build.js +0 -10
- package/config.js +0 -509
- package/demo.html +0 -171
- package/lib/color-generator.js +0 -13
- package/lib/get-style-dictionary-config.js +0 -223
- package/lib/get-themes.js +0 -10
- package/lib/index.js +0 -3
- package/tests/tokens.test.js +0 -87
- package/tokens/core/tier-1-definitions/colors.json +0 -174
- package/tokens/core/tier-1-definitions/z-index.json +0 -28
- package/tokens/grantcodes/tier-1-definitions/animation.json +0 -26
- package/tokens/grantcodes/tier-1-definitions/borders.json +0 -35
- package/tokens/grantcodes/tier-1-definitions/colors.json +0 -35
- package/tokens/grantcodes/tier-1-definitions/shadows.json +0 -38
- package/tokens/grantcodes/tier-1-definitions/spacing.json +0 -49
- package/tokens/grantcodes/tier-1-definitions/typography.json +0 -142
- package/tokens/grantcodes/tier-2-usage/00-colors-background.json +0 -71
- package/tokens/grantcodes/tier-2-usage/00-colors-border.json +0 -41
- package/tokens/grantcodes/tier-2-usage/00-colors-content.json +0 -44
- package/tokens/grantcodes/tier-2-usage/animation.json +0 -23
- package/tokens/grantcodes/tier-2-usage/borders.json +0 -26
- package/tokens/grantcodes/tier-2-usage/shadows.json +0 -38
- package/tokens/grantcodes/tier-2-usage/spacing.json +0 -25
- package/tokens/grantcodes/tier-2-usage/typography-usage.json +0 -276
- package/tokens/grantcodes/tier-3-components/button.json +0 -94
- package/tokens/grantcodes/tier-3-components/focus-ring.json +0 -25
- package/tokens/grantcodes/tier-3-components/form.json +0 -69
- package/tokens/grantcodes/tier-3-components/link.json +0 -38
- package/tokens/todomap/tier-1-definitions/colors.json +0 -91
- package/tokens/todomap/tier-1-definitions/spacing.json +0 -49
- package/tokens/todomap/tier-1-definitions/typography.json +0 -12
- package/tokens/todomap/tier-2-usage/00-colors-background.json +0 -35
- package/tokens/todomap/tier-2-usage/00-colors-content.json +0 -32
- package/tokens/todomap/tier-2-usage/spacing.json +0 -25
- package/tokens/todomap/tier-2-usage/typography-usage.json +0 -20
- package/tokens/todomap/tier-3-components/button.json +0 -140
- package/tokens/todomap/tier-3-components/focus-ring.json +0 -25
- package/tokens/todomap/tier-3-components/form.json +0 -69
- package/tokens/todomap/tier-3-components/link.json +0 -38
- package/tokens/wireframe/tier-1-definitions/animation.json +0 -17
- package/tokens/wireframe/tier-1-definitions/borders.json +0 -41
- package/tokens/wireframe/tier-1-definitions/colors.json +0 -35
- package/tokens/wireframe/tier-1-definitions/shadows.json +0 -38
- package/tokens/wireframe/tier-1-definitions/spacing.json +0 -49
- package/tokens/wireframe/tier-1-definitions/typography.json +0 -130
- package/tokens/wireframe/tier-2-usage/00-colors-background.json +0 -85
- package/tokens/wireframe/tier-2-usage/00-colors-border.json +0 -41
- package/tokens/wireframe/tier-2-usage/00-colors-content.json +0 -44
- package/tokens/wireframe/tier-2-usage/animation.json +0 -23
- package/tokens/wireframe/tier-2-usage/borders.json +0 -32
- package/tokens/wireframe/tier-2-usage/shadows.json +0 -38
- package/tokens/wireframe/tier-2-usage/spacing.json +0 -25
- package/tokens/wireframe/tier-2-usage/typography-usage.json +0 -444
- package/tokens/wireframe/tier-3-components/button.json +0 -94
- package/tokens/wireframe/tier-3-components/focus-ring.json +0 -25
- package/tokens/wireframe/tier-3-components/form.json +0 -69
- package/tokens/wireframe/tier-3-components/link.json +0 -38
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
{
|
|
2
|
+
"g-animation-duration-10": "100ms",
|
|
3
|
+
"g-animation-duration-20": "200ms",
|
|
4
|
+
"g-animation-duration-30": "300ms",
|
|
5
|
+
"g-animation-duration-40": "400ms",
|
|
6
|
+
"g-animation-timing-function-ease": "ease-in-out",
|
|
7
|
+
"g-animation-timing-function-linear": "linear",
|
|
8
|
+
"g-theme-animation-fade-quick": "100ms",
|
|
9
|
+
"g-theme-animation-fade-long": "400ms",
|
|
10
|
+
"g-theme-animation-move-quick": "200ms",
|
|
11
|
+
"g-theme-animation-move-long": "400ms",
|
|
12
|
+
"g-theme-animation-ease": "ease-in-out",
|
|
13
|
+
"g-border-width-1": "0.0625rem",
|
|
14
|
+
"g-border-width-2": "0.125rem",
|
|
15
|
+
"g-border-width-4": "0.25rem",
|
|
16
|
+
"g-theme-border-width-sm": "0.0625rem",
|
|
17
|
+
"g-theme-border-width-md": "0.125rem",
|
|
18
|
+
"g-theme-border-width-lg": "0.25rem",
|
|
19
|
+
"g-border-radius-125": "0.125rem",
|
|
20
|
+
"g-border-radius-250": "0.25rem",
|
|
21
|
+
"g-border-radius-500": "0.5rem",
|
|
22
|
+
"g-border-radius-1000": "1rem",
|
|
23
|
+
"g-border-radius-square": "0",
|
|
24
|
+
"g-border-radius-rounded": "50%",
|
|
25
|
+
"g-theme-border-radius-sm": "0.125rem",
|
|
26
|
+
"g-theme-border-radius-md": "0.5rem",
|
|
27
|
+
"g-theme-border-radius-lg": "1rem",
|
|
28
|
+
"g-border-style-solid": "solid",
|
|
29
|
+
"g-border-style-none": "none",
|
|
30
|
+
"g-color-neutral-100": "oklch(95% 0 0)",
|
|
31
|
+
"g-color-neutral-200": "oklch(90% 0 0)",
|
|
32
|
+
"g-color-neutral-300": "oklch(80% 0 0)",
|
|
33
|
+
"g-color-neutral-400": "oklch(70% 0 0)",
|
|
34
|
+
"g-color-neutral-500": "oklch(60% 0 0)",
|
|
35
|
+
"g-color-neutral-600": "oklch(50% 0 0)",
|
|
36
|
+
"g-color-neutral-700": "oklch(40% 0 0)",
|
|
37
|
+
"g-color-neutral-800": "oklch(30% 0 0)",
|
|
38
|
+
"g-color-neutral-900": "oklch(20% 0 0)",
|
|
39
|
+
"g-color-neutral-white": "oklch(100% 0 0)",
|
|
40
|
+
"g-color-neutral-black": "oklch(0% 0 0)",
|
|
41
|
+
"g-color-utility-green-100": "oklch(96.73% 0.0537 129.1)",
|
|
42
|
+
"g-color-utility-green-200": "oklch(93.45% 0.107 131.96)",
|
|
43
|
+
"g-color-utility-green-300": "oklch(87.97% 0.1546 135.05)",
|
|
44
|
+
"g-color-utility-green-400": "oklch(81.78% 0.1827 137.62)",
|
|
45
|
+
"g-color-utility-green-500": "oklch(74.01% 0.2132 139.87)",
|
|
46
|
+
"g-color-utility-green-600": "oklch(65.44% 0.1981 141.12)",
|
|
47
|
+
"g-color-utility-green-700": "oklch(57.11% 0.1795 142.12)",
|
|
48
|
+
"g-color-utility-green-800": "oklch(48.67% 0.1572 142.68)",
|
|
49
|
+
"g-color-utility-green-900": "oklch(42.59% 0.1358 143.3)",
|
|
50
|
+
"g-color-utility-blue-100": "oklch(95.86% 0.0542 179.13)",
|
|
51
|
+
"g-color-utility-blue-200": "oklch(92.82% 0.0973 184.41)",
|
|
52
|
+
"g-color-utility-blue-300": "oklch(90.54% 0.1282 189.63)",
|
|
53
|
+
"g-color-utility-blue-500": "oklch(81.86% 0.141005 208.7047)",
|
|
54
|
+
"g-color-utility-blue-600": "oklch(68.89% 0.125872 220.4932)",
|
|
55
|
+
"g-color-utility-blue-700": "oklch(56.7% 0.116289 232.4331)",
|
|
56
|
+
"g-color-utility-blue-800": "oklch(45.75% 0.107158 241.2805)",
|
|
57
|
+
"g-color-utility-blue-900": "oklch(37.55% 0.1037 249.04)",
|
|
58
|
+
"g-color-utility-yellow-100": "oklch(97.66% 0.0606 103.43)",
|
|
59
|
+
"g-color-utility-yellow-200": "oklch(95.72% 0.1147 103.53)",
|
|
60
|
+
"g-color-utility-yellow-300": "oklch(93.47% 0.1552 102.21)",
|
|
61
|
+
"g-color-utility-yellow-400": "oklch(91.68% 0.1745 101.08)",
|
|
62
|
+
"g-color-utility-yellow-500": "oklch(88.99% 0.183778 97.6996)",
|
|
63
|
+
"g-color-utility-yellow-600": "oklch(78.68% 0.162 96.43)",
|
|
64
|
+
"g-color-utility-yellow-700": "oklch(68.35% 0.14027 94.7302)",
|
|
65
|
+
"g-color-utility-yellow-800": "oklch(58.04% 0.1189 93.71)",
|
|
66
|
+
"g-color-utility-yellow-900": "oklch(50.09% 0.1025 92.6)",
|
|
67
|
+
"g-color-utility-red-100": "oklch(94.96% 0.0395 73.45)",
|
|
68
|
+
"g-color-utility-red-200": "oklch(89.21% 0.076552 65.9429)",
|
|
69
|
+
"g-color-utility-red-300": "oklch(82.67% 0.1156 57.65)",
|
|
70
|
+
"g-color-utility-red-400": "oklch(77.04% 0.1486 49.15)",
|
|
71
|
+
"g-color-utility-red-500": "oklch(69.31% 0.203172 39.994)",
|
|
72
|
+
"g-color-utility-red-600": "oklch(60.03% 0.1938 35.81)",
|
|
73
|
+
"g-color-utility-red-700": "oklch(51.18% 0.1802 32.56)",
|
|
74
|
+
"g-color-utility-red-800": "oklch(42.79% 0.16 30.38)",
|
|
75
|
+
"g-color-utility-red-900": "oklch(36.89% 0.1443 28.98)",
|
|
76
|
+
"g-color-transparent-0": "oklch(100% 0 0 / 0)",
|
|
77
|
+
"g-color-transparent-10": "oklch(100% 0 0 / 0.1)",
|
|
78
|
+
"g-color-transparent-25": "oklch(100% 0 0 / 0.25)",
|
|
79
|
+
"g-color-transparent-50": "oklch(100% 0 0 / 0.5)",
|
|
80
|
+
"g-color-transparent-75": "oklch(100% 0 0 / 0.75)",
|
|
81
|
+
"g-color-transparent-90": "oklch(100% 0 0 / 0.9)",
|
|
82
|
+
"g-color-brand-blue-100": "oklch(95% 0.04 274.16)",
|
|
83
|
+
"g-color-brand-blue-200": "oklch(90% 0.08 274.16)",
|
|
84
|
+
"g-color-brand-blue-300": "oklch(82% 0.12 274.16)",
|
|
85
|
+
"g-color-brand-blue-400": "oklch(68% 0.16 274.16)",
|
|
86
|
+
"g-color-brand-blue-500": "oklch(0.5359 0.2539 274.16)",
|
|
87
|
+
"g-color-brand-blue-600": "oklch(45% 0.22 274.16)",
|
|
88
|
+
"g-color-brand-blue-700": "oklch(38% 0.18 274.16)",
|
|
89
|
+
"g-color-brand-blue-800": "oklch(30% 0.14 274.16)",
|
|
90
|
+
"g-color-brand-blue-900": "oklch(22% 0.10 274.16)",
|
|
91
|
+
"g-color-brand-yellow-100": "oklch(97% 0.03 107.03)",
|
|
92
|
+
"g-color-brand-yellow-200": "oklch(95% 0.06 107.03)",
|
|
93
|
+
"g-color-brand-yellow-300": "oklch(92% 0.10 107.03)",
|
|
94
|
+
"g-color-brand-yellow-400": "oklch(90% 0.13 107.03)",
|
|
95
|
+
"g-color-brand-yellow-500": "oklch(0.8855 0.1636 107.03)",
|
|
96
|
+
"g-color-brand-yellow-600": "oklch(78% 0.14 107.03)",
|
|
97
|
+
"g-color-brand-yellow-700": "oklch(68% 0.12 107.03)",
|
|
98
|
+
"g-color-brand-yellow-800": "oklch(55% 0.10 107.03)",
|
|
99
|
+
"g-color-brand-yellow-900": "oklch(42% 0.08 107.03)",
|
|
100
|
+
"g-color-brand-gold-100": "oklch(96% 0.02 91.06)",
|
|
101
|
+
"g-color-brand-gold-200": "oklch(92% 0.05 91.06)",
|
|
102
|
+
"g-color-brand-gold-300": "oklch(86% 0.08 91.06)",
|
|
103
|
+
"g-color-brand-gold-400": "oklch(80% 0.11 91.06)",
|
|
104
|
+
"g-color-brand-gold-500": "oklch(0.7665 0.1387 91.06)",
|
|
105
|
+
"g-color-brand-gold-600": "oklch(65% 0.12 91.06)",
|
|
106
|
+
"g-color-brand-gold-700": "oklch(55% 0.10 91.06)",
|
|
107
|
+
"g-color-brand-gold-800": "oklch(45% 0.08 91.06)",
|
|
108
|
+
"g-color-brand-gold-900": "oklch(35% 0.06 91.06)",
|
|
109
|
+
"g-color-brand-navy-100": "oklch(92% 0.01 282.93)",
|
|
110
|
+
"g-color-brand-navy-200": "oklch(82% 0.02 282.93)",
|
|
111
|
+
"g-color-brand-navy-300": "oklch(65% 0.03 282.93)",
|
|
112
|
+
"g-color-brand-navy-400": "oklch(48% 0.035 282.93)",
|
|
113
|
+
"g-color-brand-navy-500": "oklch(0.2284 0.0384 282.93)",
|
|
114
|
+
"g-color-brand-navy-600": "oklch(20% 0.035 282.93)",
|
|
115
|
+
"g-color-brand-navy-700": "oklch(17% 0.03 282.93)",
|
|
116
|
+
"g-color-brand-navy-800": "oklch(14% 0.025 282.93)",
|
|
117
|
+
"g-color-brand-navy-900": "oklch(11% 0.02 282.93)",
|
|
118
|
+
"g-color-brand-cream-100": "oklch(0.9798 0.0045 78.30)",
|
|
119
|
+
"g-color-brand-cream-200": "oklch(96% 0.006 78.30)",
|
|
120
|
+
"g-color-brand-cream-300": "oklch(93% 0.008 78.30)",
|
|
121
|
+
"g-color-brand-cream-400": "oklch(90% 0.010 78.30)",
|
|
122
|
+
"g-color-brand-cream-500": "oklch(87% 0.012 78.30)",
|
|
123
|
+
"g-color-brand-cream-600": "oklch(82% 0.010 78.30)",
|
|
124
|
+
"g-color-brand-cream-700": "oklch(75% 0.008 78.30)",
|
|
125
|
+
"g-color-brand-cream-800": "oklch(65% 0.006 78.30)",
|
|
126
|
+
"g-color-brand-cream-900": "oklch(55% 0.004 78.30)",
|
|
127
|
+
"g-color-gradient-start": "oklch(0.5359 0.2539 274.16)",
|
|
128
|
+
"g-color-gradient-mid": "oklch(0.6801 0.1583 276.93)",
|
|
129
|
+
"g-color-gradient-end": "oklch(0.8115 0.1293 310.84)",
|
|
130
|
+
"g-theme-color-background-default": "oklch(0.9798 0.0045 78.30)",
|
|
131
|
+
"g-theme-color-background-default-hover": "oklch(93% 0.008 78.30)",
|
|
132
|
+
"g-theme-color-background-subtle": "oklch(96% 0.006 78.30)",
|
|
133
|
+
"g-theme-color-background-subtle-hover": "oklch(93% 0.008 78.30)",
|
|
134
|
+
"g-theme-color-background-knockout": "oklch(0.2284 0.0384 282.93)",
|
|
135
|
+
"g-theme-color-background-brand": "oklch(95% 0.04 274.16)",
|
|
136
|
+
"g-theme-color-background-brand-hover": "oklch(90% 0.08 274.16)",
|
|
137
|
+
"g-theme-color-background-brand-disabled": "oklch(90% 0 0)",
|
|
138
|
+
"g-theme-color-background-brand-knockout": "oklch(30% 0.14 274.16)",
|
|
139
|
+
"g-theme-color-background-brand-knockout-hover": "oklch(38% 0.18 274.16)",
|
|
140
|
+
"g-theme-color-background-utility-error": "oklch(94.96% 0.0395 73.45)",
|
|
141
|
+
"g-theme-color-background-utility-error-knockout": "oklch(60.03% 0.1938 35.81)",
|
|
142
|
+
"g-theme-color-background-utility-warning": "oklch(97.66% 0.0606 103.43)",
|
|
143
|
+
"g-theme-color-background-utility-warning-knockout": "oklch(78.68% 0.162 96.43)",
|
|
144
|
+
"g-theme-color-background-utility-success": "oklch(96.73% 0.0537 129.1)",
|
|
145
|
+
"g-theme-color-background-utility-success-knockout": "oklch(65.44% 0.1981 141.12)",
|
|
146
|
+
"g-theme-color-background-utility-info": "oklch(95.86% 0.0542 179.13)",
|
|
147
|
+
"g-theme-color-background-utility-info-knockout": "oklch(68.89% 0.125872 220.4932)",
|
|
148
|
+
"g-theme-color-background-disabled": "oklch(90% 0 0)",
|
|
149
|
+
"g-theme-color-background-transparent": "oklch(100% 0 0 / 0.25)",
|
|
150
|
+
"g-theme-color-background-transparent-strong": "oklch(100% 0 0 / 0.9)",
|
|
151
|
+
"g-theme-color-border-default": "oklch(90% 0.010 78.30)",
|
|
152
|
+
"g-theme-color-border-default-hover": "oklch(82% 0.010 78.30)",
|
|
153
|
+
"g-theme-color-border-subtle": "oklch(93% 0.008 78.30)",
|
|
154
|
+
"g-theme-color-border-strong": "oklch(0.2284 0.0384 282.93)",
|
|
155
|
+
"g-theme-color-border-knockout": "oklch(75% 0.008 78.30)",
|
|
156
|
+
"g-theme-color-border-brand": "oklch(38% 0.18 274.16)",
|
|
157
|
+
"g-theme-color-border-utility-error": "oklch(51.18% 0.1802 32.56)",
|
|
158
|
+
"g-theme-color-border-utility-warning": "oklch(68.35% 0.14027 94.7302)",
|
|
159
|
+
"g-theme-color-border-utility-success": "oklch(57.11% 0.1795 142.12)",
|
|
160
|
+
"g-theme-color-border-utility-info": "oklch(56.7% 0.116289 232.4331)",
|
|
161
|
+
"g-theme-color-border-disabled": "oklch(90% 0 0)",
|
|
162
|
+
"g-theme-color-content-default": "oklch(0.2284 0.0384 282.93)",
|
|
163
|
+
"g-theme-color-content-default-hover": "oklch(17% 0.03 282.93)",
|
|
164
|
+
"g-theme-color-content-subtle": "oklch(65% 0.03 282.93)",
|
|
165
|
+
"g-theme-color-content-knockout": "oklch(0.9798 0.0045 78.30)",
|
|
166
|
+
"g-theme-color-content-brand": "oklch(45% 0.22 274.16)",
|
|
167
|
+
"g-theme-color-content-brand-hover": "oklch(22% 0.10 274.16)",
|
|
168
|
+
"g-theme-color-content-brand-knockout": "oklch(95% 0.04 274.16)",
|
|
169
|
+
"g-theme-color-content-disabled": "oklch(50% 0 0)",
|
|
170
|
+
"g-theme-color-content-utility-error": "oklch(60.03% 0.1938 35.81)",
|
|
171
|
+
"g-theme-color-content-utility-warning": "oklch(78.68% 0.162 96.43)",
|
|
172
|
+
"g-theme-color-content-utility-success": "oklch(65.44% 0.1981 141.12)",
|
|
173
|
+
"g-theme-color-content-utility-info": "oklch(68.89% 0.125872 220.4932)",
|
|
174
|
+
"g-shadow-sm-x": "0rem",
|
|
175
|
+
"g-shadow-sm-y": "0.25rem",
|
|
176
|
+
"g-shadow-sm-blur": "0.25rem",
|
|
177
|
+
"g-shadow-sm-spread": "0rem",
|
|
178
|
+
"g-shadow-sm-color": "#00000040",
|
|
179
|
+
"g-shadow-md-x": "0rem",
|
|
180
|
+
"g-shadow-md-y": "0.5rem",
|
|
181
|
+
"g-shadow-md-blur": "0.375rem",
|
|
182
|
+
"g-shadow-md-spread": "-0.375rem",
|
|
183
|
+
"g-shadow-md-color": "#0000001a",
|
|
184
|
+
"g-spacing-0": "0rem",
|
|
185
|
+
"g-spacing-1": "0.0625rem",
|
|
186
|
+
"g-spacing-2": "0.125rem",
|
|
187
|
+
"g-spacing-4": "0.25rem",
|
|
188
|
+
"g-spacing-6": "0.375rem",
|
|
189
|
+
"g-spacing-8": "0.5rem",
|
|
190
|
+
"g-spacing-10": "0.625rem",
|
|
191
|
+
"g-spacing-12": "0.75rem",
|
|
192
|
+
"g-spacing-16": "1rem",
|
|
193
|
+
"g-spacing-20": "1.25rem",
|
|
194
|
+
"g-spacing-24": "1.5rem",
|
|
195
|
+
"g-spacing-32": "2rem",
|
|
196
|
+
"g-spacing-40": "2.5rem",
|
|
197
|
+
"g-spacing-48": "3rem",
|
|
198
|
+
"g-spacing-64": "4rem",
|
|
199
|
+
"g-theme-spacing-xs": "0.25rem",
|
|
200
|
+
"g-theme-spacing-sm": "0.5rem",
|
|
201
|
+
"g-theme-spacing-md": "1rem",
|
|
202
|
+
"g-theme-spacing-lg": "1.5rem",
|
|
203
|
+
"g-theme-spacing-xl": "2rem",
|
|
204
|
+
"g-theme-spacing-2xl": "3rem",
|
|
205
|
+
"g-theme-spacing-3xl": "4rem",
|
|
206
|
+
"g-typography-font-weight-400": "400",
|
|
207
|
+
"g-typography-font-weight-500": "500",
|
|
208
|
+
"g-typography-font-weight-600": "600",
|
|
209
|
+
"g-typography-font-weight-700": "700",
|
|
210
|
+
"g-typography-letter-spacing-none": "0rem",
|
|
211
|
+
"g-typography-letter-spacing-sm": "0.0313rem",
|
|
212
|
+
"g-typography-letter-spacing-lg": "0.125rem",
|
|
213
|
+
"g-typography-letter-spacing-neg-sm": "-0.0313rem",
|
|
214
|
+
"g-typography-letter-spacing-neg-md": "-0.0625rem",
|
|
215
|
+
"g-typography-letter-spacing-neg-lg": "-0.0938rem",
|
|
216
|
+
"g-typography-letter-spacing-neg-xl": "-0.125rem",
|
|
217
|
+
"g-typography-text-transform-none": "none",
|
|
218
|
+
"g-typography-text-transform-uppercase": "uppercase",
|
|
219
|
+
"g-typography-font-family-system-serif": "Georgia, 'Times New Roman', Times, serif",
|
|
220
|
+
"g-typography-font-family-system-sans": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
221
|
+
"g-typography-font-family-system-script": "'Brush Script MT', 'Segoe Script', cursive",
|
|
222
|
+
"g-typography-font-family-vidaloka": "Vidaloka, Georgia, 'Times New Roman', Times, serif",
|
|
223
|
+
"g-typography-font-family-albert": "'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
224
|
+
"g-typography-font-family-pinyon-script": "'Pinyon Script', 'Brush Script MT', 'Segoe Script', cursive",
|
|
225
|
+
"g-typography-font-size-xs": "0.75rem",
|
|
226
|
+
"g-typography-font-size-sm": "0.875rem",
|
|
227
|
+
"g-typography-font-size-md": "1rem",
|
|
228
|
+
"g-typography-font-size-lg": "1.25rem",
|
|
229
|
+
"g-typography-font-size-xl": "1.5rem",
|
|
230
|
+
"g-typography-font-size-2xl": "2rem",
|
|
231
|
+
"g-typography-font-size-3xl": "2.5rem",
|
|
232
|
+
"g-typography-font-size-4xl": "3rem",
|
|
233
|
+
"g-theme-typography-h1-font-family": "Vidaloka, Georgia, 'Times New Roman', Times, serif",
|
|
234
|
+
"g-theme-typography-h1-font-weight": "400",
|
|
235
|
+
"g-theme-typography-h1-font-size": "3rem",
|
|
236
|
+
"g-theme-typography-h1-line-height": "1.1",
|
|
237
|
+
"g-theme-typography-h1-letter-spacing": "0.0313rem",
|
|
238
|
+
"g-theme-typography-h2-font-family": "Vidaloka, Georgia, 'Times New Roman', Times, serif",
|
|
239
|
+
"g-theme-typography-h2-font-weight": "400",
|
|
240
|
+
"g-theme-typography-h2-font-size": "2.5rem",
|
|
241
|
+
"g-theme-typography-h2-line-height": "1.15",
|
|
242
|
+
"g-theme-typography-h2-letter-spacing": "0.0313rem",
|
|
243
|
+
"g-theme-typography-h3-font-family": "Vidaloka, Georgia, 'Times New Roman', Times, serif",
|
|
244
|
+
"g-theme-typography-h3-font-weight": "400",
|
|
245
|
+
"g-theme-typography-h3-font-size": "2rem",
|
|
246
|
+
"g-theme-typography-h3-line-height": "1.2",
|
|
247
|
+
"g-theme-typography-h3-letter-spacing": "0.0313rem",
|
|
248
|
+
"g-theme-typography-h4-font-family": "Vidaloka, Georgia, 'Times New Roman', Times, serif",
|
|
249
|
+
"g-theme-typography-h4-font-weight": "400",
|
|
250
|
+
"g-theme-typography-h4-font-size": "1.5rem",
|
|
251
|
+
"g-theme-typography-h4-line-height": "1.25",
|
|
252
|
+
"g-theme-typography-h4-letter-spacing": "0rem",
|
|
253
|
+
"g-theme-typography-h5-font-family": "Vidaloka, Georgia, 'Times New Roman', Times, serif",
|
|
254
|
+
"g-theme-typography-h5-font-weight": "400",
|
|
255
|
+
"g-theme-typography-h5-font-size": "1.25rem",
|
|
256
|
+
"g-theme-typography-h5-line-height": "1.3",
|
|
257
|
+
"g-theme-typography-h5-letter-spacing": "0rem",
|
|
258
|
+
"g-theme-typography-h6-font-family": "Vidaloka, Georgia, 'Times New Roman', Times, serif",
|
|
259
|
+
"g-theme-typography-h6-font-weight": "400",
|
|
260
|
+
"g-theme-typography-h6-font-size": "1rem",
|
|
261
|
+
"g-theme-typography-h6-line-height": "1.4",
|
|
262
|
+
"g-theme-typography-h6-letter-spacing": "0rem",
|
|
263
|
+
"g-theme-typography-body-lg-font-family": "'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
264
|
+
"g-theme-typography-body-lg-font-weight": "500",
|
|
265
|
+
"g-theme-typography-body-lg-font-size": "1.5rem",
|
|
266
|
+
"g-theme-typography-body-lg-line-height": "1.4",
|
|
267
|
+
"g-theme-typography-body-lg-letter-spacing": "0rem",
|
|
268
|
+
"g-theme-typography-body-font-family": "'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
269
|
+
"g-theme-typography-body-font-weight": "400",
|
|
270
|
+
"g-theme-typography-body-font-size": "1rem",
|
|
271
|
+
"g-theme-typography-body-line-height": "1.5",
|
|
272
|
+
"g-theme-typography-body-letter-spacing": "0rem",
|
|
273
|
+
"g-theme-typography-body-sm-font-family": "'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
274
|
+
"g-theme-typography-body-sm-font-weight": "400",
|
|
275
|
+
"g-theme-typography-body-sm-font-size": "0.875rem",
|
|
276
|
+
"g-theme-typography-body-sm-line-height": "1.43",
|
|
277
|
+
"g-theme-typography-body-sm-letter-spacing": "0rem",
|
|
278
|
+
"g-theme-typography-label-font-family": "'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
279
|
+
"g-theme-typography-label-font-weight": "600",
|
|
280
|
+
"g-theme-typography-label-font-size": "1rem",
|
|
281
|
+
"g-theme-typography-label-line-height": "1.5",
|
|
282
|
+
"g-theme-typography-label-letter-spacing": "0rem",
|
|
283
|
+
"g-theme-typography-meta-font-family": "'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
284
|
+
"g-theme-typography-meta-font-weight": "600",
|
|
285
|
+
"g-theme-typography-meta-font-size": "0.875rem",
|
|
286
|
+
"g-theme-typography-meta-line-height": "1.4",
|
|
287
|
+
"g-theme-typography-meta-letter-spacing": "0.125rem",
|
|
288
|
+
"g-z-index-0": "0",
|
|
289
|
+
"g-z-index-100": "100",
|
|
290
|
+
"g-z-index-200": "200",
|
|
291
|
+
"g-z-index-300": "300",
|
|
292
|
+
"g-z-index-400": "400",
|
|
293
|
+
"g-z-index-500": "500",
|
|
294
|
+
"g-z-index-top": "99999",
|
|
295
|
+
"g-z-index-bottom": "-100",
|
|
296
|
+
"g-theme-button-color-background-default": "oklch(95% 0.04 274.16)",
|
|
297
|
+
"g-theme-button-color-background-hover": "oklch(90% 0.08 274.16)",
|
|
298
|
+
"g-theme-button-color-background-active": "oklch(90% 0.08 274.16)",
|
|
299
|
+
"g-theme-button-color-background-disabled": "oklch(0.9798 0.0045 78.30)",
|
|
300
|
+
"g-theme-button-color-content-default": "oklch(95% 0.04 274.16)",
|
|
301
|
+
"g-theme-button-color-content-hover": "oklch(95% 0.04 274.16)",
|
|
302
|
+
"g-theme-button-color-content-active": "oklch(95% 0.04 274.16)",
|
|
303
|
+
"g-theme-button-color-content-disabled": "oklch(50% 0 0)",
|
|
304
|
+
"g-theme-button-color-border-default": "oklch(90% 0.010 78.30)",
|
|
305
|
+
"g-theme-button-color-border-hover": "oklch(38% 0.18 274.16)",
|
|
306
|
+
"g-theme-button-color-border-active": "oklch(38% 0.18 274.16)",
|
|
307
|
+
"g-theme-button-color-border-disabled": "oklch(90% 0.010 78.30)",
|
|
308
|
+
"g-theme-button-primary-color-background-default": "oklch(0.5359 0.2539 274.16)",
|
|
309
|
+
"g-theme-button-primary-color-background-hover": "oklch(45% 0.22 274.16)",
|
|
310
|
+
"g-theme-button-primary-color-background-active": "oklch(38% 0.18 274.16)",
|
|
311
|
+
"g-theme-button-primary-color-background-disabled": "oklch(90% 0 0)",
|
|
312
|
+
"g-theme-button-primary-color-content-default": "oklch(100% 0 0)",
|
|
313
|
+
"g-theme-button-primary-color-content-hover": "oklch(100% 0 0)",
|
|
314
|
+
"g-theme-button-primary-color-content-active": "oklch(100% 0 0)",
|
|
315
|
+
"g-theme-button-primary-color-content-disabled": "oklch(0.2284 0.0384 282.93)",
|
|
316
|
+
"g-theme-button-primary-color-border-default": "oklch(0.5359 0.2539 274.16)",
|
|
317
|
+
"g-theme-button-primary-color-border-hover": "oklch(38% 0.18 274.16)",
|
|
318
|
+
"g-theme-button-primary-color-border-active": "oklch(38% 0.18 274.16)",
|
|
319
|
+
"g-theme-button-primary-color-border-disabled": "oklch(90% 0.010 78.30)",
|
|
320
|
+
"g-theme-focus-ring-color-default": "rgba(76, 74, 252, 0.4)",
|
|
321
|
+
"g-theme-focus-ring-color-contrast": "oklch(90% 0.08 274.16)",
|
|
322
|
+
"g-theme-focus-ring-color-contrast-shadow": "oklch(30% 0.14 274.16)",
|
|
323
|
+
"g-theme-focus-ring-width-default": "0.2rem",
|
|
324
|
+
"g-theme-focus-ring-offset-default": "0rem",
|
|
325
|
+
"g-theme-form-color-background-default": "oklch(0.9798 0.0045 78.30)",
|
|
326
|
+
"g-theme-form-color-background-focus": "oklch(0.9798 0.0045 78.30)",
|
|
327
|
+
"g-theme-form-color-background-hover": "oklch(96% 0.006 78.30)",
|
|
328
|
+
"g-theme-form-color-background-active": "oklch(0.9798 0.0045 78.30)",
|
|
329
|
+
"g-theme-form-color-background-disabled": "oklch(0.9798 0.0045 78.30)",
|
|
330
|
+
"g-theme-form-color-content-default": "oklch(0.2284 0.0384 282.93)",
|
|
331
|
+
"g-theme-form-color-content-focus": "oklch(0.2284 0.0384 282.93)",
|
|
332
|
+
"g-theme-form-color-content-hover": "oklch(0.2284 0.0384 282.93)",
|
|
333
|
+
"g-theme-form-color-content-active": "oklch(0.2284 0.0384 282.93)",
|
|
334
|
+
"g-theme-form-color-content-disabled": "oklch(50% 0 0)",
|
|
335
|
+
"g-theme-form-color-border-default": "oklch(90% 0.010 78.30)",
|
|
336
|
+
"g-theme-form-color-border-focus": "oklch(38% 0.18 274.16)",
|
|
337
|
+
"g-theme-form-color-border-hover": "oklch(82% 0.010 78.30)",
|
|
338
|
+
"g-theme-form-color-border-active": "oklch(38% 0.18 274.16)",
|
|
339
|
+
"g-theme-form-color-border-disabled": "oklch(90% 0.010 78.30)",
|
|
340
|
+
"g-theme-form-color-border-error": "oklch(51.18% 0.1802 32.56)",
|
|
341
|
+
"g-theme-form-input-accent-color-default": "oklch(0.5359 0.2539 274.16)",
|
|
342
|
+
"g-theme-link-color-content-default": "oklch(0.5359 0.2539 274.16)",
|
|
343
|
+
"g-theme-link-color-content-hover": "oklch(45% 0.22 274.16)",
|
|
344
|
+
"g-theme-link-color-content-active": "oklch(45% 0.22 274.16)",
|
|
345
|
+
"g-theme-link-color-content-visited": "oklch(0.5359 0.2539 274.16)",
|
|
346
|
+
"g-theme-link-knockout-color-content-default": "oklch(0.9798 0.0045 78.30)",
|
|
347
|
+
"g-theme-link-knockout-color-content-hover": "oklch(0.9798 0.0045 78.30)",
|
|
348
|
+
"g-theme-link-knockout-color-content-active": "oklch(0.9798 0.0045 78.30)",
|
|
349
|
+
"g-theme-link-knockout-color-content-visited": "oklch(0.9798 0.0045 78.30)",
|
|
350
|
+
"g-theme-box-shadow-sm": "0rem 0.25rem 0.25rem 0rem #00000040",
|
|
351
|
+
"g-theme-box-shadow-md": "0rem 0.5rem 0.375rem -0.375rem #0000001a"
|
|
352
|
+
}
|