@halogen-ui/tokens 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/LICENSE.md +102 -0
- package/README.md +43 -0
- package/dist/CONTRAST-REPORT.md +511 -0
- package/dist/figma.json +1932 -0
- package/dist/fonts/Geist-Variable.woff2 +0 -0
- package/dist/fonts/GeistMono-Variable.woff2 +0 -0
- package/dist/fonts/LICENSE-Geist-OFL-1.1.txt +92 -0
- package/dist/fonts.css +24 -0
- package/dist/halogen.tokens.json +2061 -0
- package/dist/theme.css +859 -0
- package/dist/token-review.html +902 -0
- package/dist/tokens.css +782 -0
- package/dist/tokens.d.ts +535 -0
- package/dist/tokens.js +532 -0
- package/dist/tokens.ts +540 -0
- package/dist/tw-classgroups.json +351 -0
- package/fonts/Geist-Variable.woff2 +0 -0
- package/fonts/GeistMono-Variable.woff2 +0 -0
- package/fonts/LICENSE-Geist-OFL-1.1.txt +92 -0
- package/package.json +66 -0
- package/src/color/oklch.ts +306 -0
- package/src/contrast-pairs.ts +473 -0
- package/src/namespaces.ts +59 -0
- package/src/primitives/color.ts +404 -0
- package/src/primitives/elevation.ts +38 -0
- package/src/primitives/motion.ts +129 -0
- package/src/primitives/scale.ts +163 -0
- package/src/primitives/typography.ts +184 -0
- package/src/semantic/index.ts +415 -0
package/dist/tokens.js
ADDED
|
@@ -0,0 +1,532 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Halogen design tokens — GENERATED. Do not edit.
|
|
3
|
+
* Source: packages/tokens/src/ · Rebuild: pnpm --filter @halogen-ui/tokens build
|
|
4
|
+
*/
|
|
5
|
+
/** Every semantic color token, both themes. The keys are identical by construction. */
|
|
6
|
+
export const semanticTokens = {
|
|
7
|
+
"surface-ground": "var(--halogen-surface-ground)",
|
|
8
|
+
"surface-raised": "var(--halogen-surface-raised)",
|
|
9
|
+
"surface-overlay": "var(--halogen-surface-overlay)",
|
|
10
|
+
"surface-floating": "var(--halogen-surface-floating)",
|
|
11
|
+
"surface-modal": "var(--halogen-surface-modal)",
|
|
12
|
+
"surface-subtle": "var(--halogen-surface-subtle)",
|
|
13
|
+
"surface-field": "var(--halogen-surface-field)",
|
|
14
|
+
"surface-subtle-hover": "var(--halogen-surface-subtle-hover)",
|
|
15
|
+
"surface-subtle-active": "var(--halogen-surface-subtle-active)",
|
|
16
|
+
"surface-state-hover": "var(--halogen-surface-state-hover)",
|
|
17
|
+
"surface-state-active": "var(--halogen-surface-state-active)",
|
|
18
|
+
"surface-selection": "var(--halogen-surface-selection)",
|
|
19
|
+
"surface-knob": "var(--halogen-surface-knob)",
|
|
20
|
+
"surface-inverse": "var(--halogen-surface-inverse)",
|
|
21
|
+
"surface-accent": "var(--halogen-surface-accent)",
|
|
22
|
+
"surface-accent-hover": "var(--halogen-surface-accent-hover)",
|
|
23
|
+
"surface-accent-active": "var(--halogen-surface-accent-active)",
|
|
24
|
+
"surface-accent-subtle": "var(--halogen-surface-accent-subtle)",
|
|
25
|
+
"surface-accent-subtle-hover": "var(--halogen-surface-accent-subtle-hover)",
|
|
26
|
+
"surface-disabled": "var(--halogen-surface-disabled)",
|
|
27
|
+
"surface-scrim": "var(--halogen-surface-scrim)",
|
|
28
|
+
"ink-primary": "var(--halogen-ink-primary)",
|
|
29
|
+
"ink-secondary": "var(--halogen-ink-secondary)",
|
|
30
|
+
"ink-tertiary": "var(--halogen-ink-tertiary)",
|
|
31
|
+
"ink-placeholder": "var(--halogen-ink-placeholder)",
|
|
32
|
+
"ink-disabled": "var(--halogen-ink-disabled)",
|
|
33
|
+
"ink-accent": "var(--halogen-ink-accent)",
|
|
34
|
+
"ink-on-accent-subtle": "var(--halogen-ink-on-accent-subtle)",
|
|
35
|
+
"ink-on-accent": "var(--halogen-ink-on-accent)",
|
|
36
|
+
"ink-on-gradient": "var(--halogen-ink-on-gradient)",
|
|
37
|
+
"ink-on-scrim": "var(--halogen-ink-on-scrim)",
|
|
38
|
+
"ink-on-scrim-secondary": "var(--halogen-ink-on-scrim-secondary)",
|
|
39
|
+
"ink-inverse": "var(--halogen-ink-inverse)",
|
|
40
|
+
"ink-link": "var(--halogen-ink-link)",
|
|
41
|
+
"ink-link-hover": "var(--halogen-ink-link-hover)",
|
|
42
|
+
"line-subtle": "var(--halogen-line-subtle)",
|
|
43
|
+
"line-divider": "var(--halogen-line-divider)",
|
|
44
|
+
"line-control": "var(--halogen-line-control)",
|
|
45
|
+
"line-strong": "var(--halogen-line-strong)",
|
|
46
|
+
"line-focus": "var(--halogen-line-focus)",
|
|
47
|
+
"line-focus-glow": "var(--halogen-line-focus-glow)",
|
|
48
|
+
"line-accent": "var(--halogen-line-accent)",
|
|
49
|
+
"line-disabled": "var(--halogen-line-disabled)",
|
|
50
|
+
"line-edge-highlight": "var(--halogen-line-edge-highlight)",
|
|
51
|
+
"status-success-solid": "var(--halogen-status-success-solid)",
|
|
52
|
+
"status-success-on-solid": "var(--halogen-status-success-on-solid)",
|
|
53
|
+
"status-success-ink": "var(--halogen-status-success-ink)",
|
|
54
|
+
"status-success-surface": "var(--halogen-status-success-surface)",
|
|
55
|
+
"status-success-line": "var(--halogen-status-success-line)",
|
|
56
|
+
"status-warning-solid": "var(--halogen-status-warning-solid)",
|
|
57
|
+
"status-warning-on-solid": "var(--halogen-status-warning-on-solid)",
|
|
58
|
+
"status-warning-ink": "var(--halogen-status-warning-ink)",
|
|
59
|
+
"status-warning-surface": "var(--halogen-status-warning-surface)",
|
|
60
|
+
"status-warning-line": "var(--halogen-status-warning-line)",
|
|
61
|
+
"status-error-solid": "var(--halogen-status-error-solid)",
|
|
62
|
+
"status-error-on-solid": "var(--halogen-status-error-on-solid)",
|
|
63
|
+
"status-error-ink": "var(--halogen-status-error-ink)",
|
|
64
|
+
"status-error-surface": "var(--halogen-status-error-surface)",
|
|
65
|
+
"status-error-line": "var(--halogen-status-error-line)",
|
|
66
|
+
"status-info-solid": "var(--halogen-status-info-solid)",
|
|
67
|
+
"status-info-on-solid": "var(--halogen-status-info-on-solid)",
|
|
68
|
+
"status-info-ink": "var(--halogen-status-info-ink)",
|
|
69
|
+
"status-info-surface": "var(--halogen-status-info-surface)",
|
|
70
|
+
"status-info-line": "var(--halogen-status-info-line)",
|
|
71
|
+
"viz-1": "var(--halogen-viz-1)",
|
|
72
|
+
"viz-2": "var(--halogen-viz-2)",
|
|
73
|
+
"viz-3": "var(--halogen-viz-3)",
|
|
74
|
+
"viz-4": "var(--halogen-viz-4)",
|
|
75
|
+
"viz-5": "var(--halogen-viz-5)",
|
|
76
|
+
"viz-6": "var(--halogen-viz-6)",
|
|
77
|
+
"viz-7": "var(--halogen-viz-7)",
|
|
78
|
+
"viz-grid": "var(--halogen-viz-grid)",
|
|
79
|
+
"viz-axis": "var(--halogen-viz-axis)",
|
|
80
|
+
"viz-sequential-0": "var(--halogen-viz-sequential-0)",
|
|
81
|
+
"viz-sequential-1": "var(--halogen-viz-sequential-1)",
|
|
82
|
+
"viz-sequential-2": "var(--halogen-viz-sequential-2)",
|
|
83
|
+
"viz-sequential-3": "var(--halogen-viz-sequential-3)",
|
|
84
|
+
"viz-sequential-4": "var(--halogen-viz-sequential-4)",
|
|
85
|
+
"viz-diverging-neg-2": "var(--halogen-viz-diverging-neg-2)",
|
|
86
|
+
"viz-diverging-neg-1": "var(--halogen-viz-diverging-neg-1)",
|
|
87
|
+
"viz-diverging-0": "var(--halogen-viz-diverging-0)",
|
|
88
|
+
"viz-diverging-pos-1": "var(--halogen-viz-diverging-pos-1)",
|
|
89
|
+
"viz-diverging-pos-2": "var(--halogen-viz-diverging-pos-2)",
|
|
90
|
+
"gradient-ember": "var(--halogen-gradient-ember)",
|
|
91
|
+
"gradient-solar": "var(--halogen-gradient-solar)",
|
|
92
|
+
"gradient-dusk": "var(--halogen-gradient-dusk)",
|
|
93
|
+
"gradient-glow": "var(--halogen-gradient-glow)",
|
|
94
|
+
"gradient-ground": "var(--halogen-gradient-ground)",
|
|
95
|
+
"elevation-1": "var(--halogen-elevation-1)",
|
|
96
|
+
"elevation-2": "var(--halogen-elevation-2)",
|
|
97
|
+
"elevation-3": "var(--halogen-elevation-3)",
|
|
98
|
+
"elevation-4": "var(--halogen-elevation-4)"
|
|
99
|
+
};
|
|
100
|
+
/** Resolved values per theme — for docs, Figma sync and contrast tooling. */
|
|
101
|
+
export const resolved = {
|
|
102
|
+
dark: {
|
|
103
|
+
"surface-ground": "#12100e",
|
|
104
|
+
"surface-raised": "#1e1c1a",
|
|
105
|
+
"surface-overlay": "#292725",
|
|
106
|
+
"surface-floating": "#292725",
|
|
107
|
+
"surface-modal": "#292725",
|
|
108
|
+
"surface-subtle": "#292725",
|
|
109
|
+
"surface-field": "#292725",
|
|
110
|
+
"surface-subtle-hover": "#2f2d2b",
|
|
111
|
+
"surface-subtle-active": "#3b3936",
|
|
112
|
+
"surface-state-hover": "rgba(255, 255, 255, 0.08)",
|
|
113
|
+
"surface-state-active": "rgba(255, 255, 255, 0.14)",
|
|
114
|
+
"surface-selection": "rgba(255, 100, 31, 0.35)",
|
|
115
|
+
"surface-knob": "#f0efed",
|
|
116
|
+
"surface-inverse": "#f0efed",
|
|
117
|
+
"surface-accent": "#ff641f",
|
|
118
|
+
"surface-accent-hover": "#ff875b",
|
|
119
|
+
"surface-accent-active": "#ee5500",
|
|
120
|
+
"surface-accent-subtle": "#351f17",
|
|
121
|
+
"surface-accent-subtle-hover": "#482c22",
|
|
122
|
+
"surface-disabled": "#292725",
|
|
123
|
+
"surface-scrim": "#12100e",
|
|
124
|
+
"ink-primary": "#f0efed",
|
|
125
|
+
"ink-secondary": "#bbb9b6",
|
|
126
|
+
"ink-tertiary": "#969492",
|
|
127
|
+
"ink-placeholder": "#969492",
|
|
128
|
+
"ink-disabled": "#6e6c69",
|
|
129
|
+
"ink-accent": "#ff641f",
|
|
130
|
+
"ink-on-accent-subtle": "#ff641f",
|
|
131
|
+
"ink-on-accent": "#12100e",
|
|
132
|
+
"ink-on-gradient": "#12100e",
|
|
133
|
+
"ink-on-scrim": "#f0efed",
|
|
134
|
+
"ink-on-scrim-secondary": "#d3d1cf",
|
|
135
|
+
"ink-inverse": "#12100e",
|
|
136
|
+
"ink-link": "#ff641f",
|
|
137
|
+
"ink-link-hover": "#ff875b",
|
|
138
|
+
"line-subtle": "#2f2d2b",
|
|
139
|
+
"line-divider": "#3b3936",
|
|
140
|
+
"line-control": "#3b3936",
|
|
141
|
+
"line-strong": "#969492",
|
|
142
|
+
"line-focus": "#ff641f",
|
|
143
|
+
"line-focus-glow": "rgba(255, 100, 31, 0.24)",
|
|
144
|
+
"line-accent": "#a36047",
|
|
145
|
+
"line-disabled": "#2f2d2b",
|
|
146
|
+
"line-edge-highlight": "#54524f",
|
|
147
|
+
"status-success-solid": "#62c84a",
|
|
148
|
+
"status-success-on-solid": "#12100e",
|
|
149
|
+
"status-success-ink": "#62c94a",
|
|
150
|
+
"status-success-surface": "#1d291b",
|
|
151
|
+
"status-success-line": "#577b50",
|
|
152
|
+
"status-warning-solid": "#d6a453",
|
|
153
|
+
"status-warning-on-solid": "#12100e",
|
|
154
|
+
"status-warning-ink": "#deaa56",
|
|
155
|
+
"status-warning-surface": "#2a241b",
|
|
156
|
+
"status-warning-line": "#816f53",
|
|
157
|
+
"status-error-solid": "#cd1f2c",
|
|
158
|
+
"status-error-on-solid": "#ffffff",
|
|
159
|
+
"status-error-ink": "#fa9891",
|
|
160
|
+
"status-error-surface": "#381c1a",
|
|
161
|
+
"status-error-line": "#b05752",
|
|
162
|
+
"status-info-solid": "#22b8a8",
|
|
163
|
+
"status-info-on-solid": "#12100e",
|
|
164
|
+
"status-info-ink": "#22b8a8",
|
|
165
|
+
"status-info-surface": "#1a2926",
|
|
166
|
+
"status-info-line": "#4d7a73",
|
|
167
|
+
"viz-1": "#ff641f",
|
|
168
|
+
"viz-2": "#22b8a8",
|
|
169
|
+
"viz-3": "#ffd21a",
|
|
170
|
+
"viz-4": "#e8a6d8",
|
|
171
|
+
"viz-5": "#ff493f",
|
|
172
|
+
"viz-6": "#ffb46b",
|
|
173
|
+
"viz-7": "#bbb9b6",
|
|
174
|
+
"viz-grid": "#2f2d2b",
|
|
175
|
+
"viz-axis": "#969492",
|
|
176
|
+
"viz-sequential-0": "#4d2f29",
|
|
177
|
+
"viz-sequential-1": "#7b513c",
|
|
178
|
+
"viz-sequential-2": "#aa7647",
|
|
179
|
+
"viz-sequential-3": "#d8a147",
|
|
180
|
+
"viz-sequential-4": "#fdd345",
|
|
181
|
+
"viz-diverging-neg-2": "#00a99a",
|
|
182
|
+
"viz-diverging-neg-1": "#3ecab9",
|
|
183
|
+
"viz-diverging-0": "#8c8a88",
|
|
184
|
+
"viz-diverging-pos-1": "#ff875b",
|
|
185
|
+
"viz-diverging-pos-2": "#ee5500",
|
|
186
|
+
"gradient-ember": "linear-gradient(135deg, #ff641f 0%, #ff493f 100%)",
|
|
187
|
+
"gradient-solar": "linear-gradient(135deg, #ff641f 0%, #ff9f00 50%, #ffd21a 100%)",
|
|
188
|
+
"gradient-dusk": "linear-gradient(135deg, #ff493f 0%, #e8a6d8 100%)",
|
|
189
|
+
"gradient-glow": "radial-gradient(circle at 50% 0%, #351f17 0%, transparent 70%)",
|
|
190
|
+
"gradient-ground": "linear-gradient(180deg, #12100e 0%, #1e1c1a 100%)",
|
|
191
|
+
"elevation-1": "none",
|
|
192
|
+
"elevation-2": "none",
|
|
193
|
+
"elevation-3": "0 4px 12px -2px rgb(0 0 0 / 0.24), 0 2px 4px -2px rgb(0 0 0 / 0.16)",
|
|
194
|
+
"elevation-4": "0 16px 40px -8px rgb(0 0 0 / 0.36), 0 4px 8px -4px rgb(0 0 0 / 0.2)"
|
|
195
|
+
},
|
|
196
|
+
light: {
|
|
197
|
+
"surface-ground": "#ffffff",
|
|
198
|
+
"surface-raised": "#f8f7f6",
|
|
199
|
+
"surface-overlay": "#ffffff",
|
|
200
|
+
"surface-floating": "#ffffff",
|
|
201
|
+
"surface-modal": "#ffffff",
|
|
202
|
+
"surface-subtle": "#e4e2e0",
|
|
203
|
+
"surface-field": "#f8f7f6",
|
|
204
|
+
"surface-subtle-hover": "#d3d1cf",
|
|
205
|
+
"surface-subtle-active": "#bbb9b6",
|
|
206
|
+
"surface-state-hover": "rgba(0, 0, 0, 0.06)",
|
|
207
|
+
"surface-state-active": "rgba(0, 0, 0, 0.1)",
|
|
208
|
+
"surface-selection": "rgba(255, 100, 31, 0.32)",
|
|
209
|
+
"surface-knob": "#ffffff",
|
|
210
|
+
"surface-inverse": "#12100e",
|
|
211
|
+
"surface-accent": "#ff641f",
|
|
212
|
+
"surface-accent-hover": "#ff875b",
|
|
213
|
+
"surface-accent-active": "#ee5500",
|
|
214
|
+
"surface-accent-subtle": "#f6eae6",
|
|
215
|
+
"surface-accent-subtle-hover": "#f0dad3",
|
|
216
|
+
"surface-disabled": "#e4e2e0",
|
|
217
|
+
"surface-scrim": "#12100e",
|
|
218
|
+
"ink-primary": "#12100e",
|
|
219
|
+
"ink-secondary": "#54524f",
|
|
220
|
+
"ink-tertiary": "#6e6c69",
|
|
221
|
+
"ink-placeholder": "#54524f",
|
|
222
|
+
"ink-disabled": "#a7a5a3",
|
|
223
|
+
"ink-accent": "#bf4200",
|
|
224
|
+
"ink-on-accent-subtle": "#bc4100",
|
|
225
|
+
"ink-on-accent": "#12100e",
|
|
226
|
+
"ink-on-gradient": "#12100e",
|
|
227
|
+
"ink-on-scrim": "#f0efed",
|
|
228
|
+
"ink-on-scrim-secondary": "#d3d1cf",
|
|
229
|
+
"ink-inverse": "#ffffff",
|
|
230
|
+
"ink-link": "#bf4200",
|
|
231
|
+
"ink-link-hover": "#8e3000",
|
|
232
|
+
"line-subtle": "#e4e2e0",
|
|
233
|
+
"line-divider": "#d3d1cf",
|
|
234
|
+
"line-control": "#e4e2e0",
|
|
235
|
+
"line-strong": "#54524f",
|
|
236
|
+
"line-focus": "#ff641f",
|
|
237
|
+
"line-focus-glow": "rgba(255, 100, 31, 0.24)",
|
|
238
|
+
"line-accent": "#ce5f34",
|
|
239
|
+
"line-disabled": "#d3d1cf",
|
|
240
|
+
"line-edge-highlight": "#e4e2e0",
|
|
241
|
+
"status-success-solid": "#62c84a",
|
|
242
|
+
"status-success-on-solid": "#12100e",
|
|
243
|
+
"status-success-ink": "#28591c",
|
|
244
|
+
"status-success-surface": "#dff4da",
|
|
245
|
+
"status-success-line": "#538d46",
|
|
246
|
+
"status-warning-solid": "#d6a453",
|
|
247
|
+
"status-warning-on-solid": "#12100e",
|
|
248
|
+
"status-warning-ink": "#634a22",
|
|
249
|
+
"status-warning-surface": "#f3ece0",
|
|
250
|
+
"status-warning-line": "#997b4d",
|
|
251
|
+
"status-error-solid": "#cd1f2c",
|
|
252
|
+
"status-error-on-solid": "#ffffff",
|
|
253
|
+
"status-error-ink": "#9b151f",
|
|
254
|
+
"status-error-surface": "#f5eae9",
|
|
255
|
+
"status-error-line": "#e14b4a",
|
|
256
|
+
"status-info-solid": "#22b8a8",
|
|
257
|
+
"status-info-on-solid": "#12100e",
|
|
258
|
+
"status-info-ink": "#13786e",
|
|
259
|
+
"status-info-surface": "#d2f6ef",
|
|
260
|
+
"status-info-line": "#3d8c82",
|
|
261
|
+
"viz-1": "#ef5500",
|
|
262
|
+
"viz-2": "#1a988b",
|
|
263
|
+
"viz-3": "#a48500",
|
|
264
|
+
"viz-4": "#ce5fb9",
|
|
265
|
+
"viz-5": "#ff3d35",
|
|
266
|
+
"viz-6": "#c67500",
|
|
267
|
+
"viz-7": "#6e6c69",
|
|
268
|
+
"viz-grid": "#e4e2e0",
|
|
269
|
+
"viz-axis": "#6e6c69",
|
|
270
|
+
"viz-sequential-0": "#eee1df",
|
|
271
|
+
"viz-sequential-1": "#e1b49f",
|
|
272
|
+
"viz-sequential-2": "#c98c55",
|
|
273
|
+
"viz-sequential-3": "#99712f",
|
|
274
|
+
"viz-sequential-4": "#6a560b",
|
|
275
|
+
"viz-diverging-neg-2": "#13796f",
|
|
276
|
+
"viz-diverging-neg-1": "#1a988b",
|
|
277
|
+
"viz-diverging-0": "#bbb9b6",
|
|
278
|
+
"viz-diverging-pos-1": "#ef5500",
|
|
279
|
+
"viz-diverging-pos-2": "#bf4200",
|
|
280
|
+
"gradient-ember": "linear-gradient(135deg, #ff641f 0%, #ff493f 100%)",
|
|
281
|
+
"gradient-solar": "linear-gradient(135deg, #ff641f 0%, #ff9f00 50%, #ffd21a 100%)",
|
|
282
|
+
"gradient-dusk": "linear-gradient(135deg, #ff493f 0%, #e8a6d8 100%)",
|
|
283
|
+
"gradient-glow": "radial-gradient(circle at 50% 0%, #f6eae6 0%, transparent 70%)",
|
|
284
|
+
"gradient-ground": "linear-gradient(180deg, #f0efed 0%, #e4e2e0 100%)",
|
|
285
|
+
"elevation-1": "none",
|
|
286
|
+
"elevation-2": "0 1px 2px 0 rgb(0 0 0 / 0.16)",
|
|
287
|
+
"elevation-3": "0 4px 12px -2px rgb(0 0 0 / 0.24), 0 2px 4px -2px rgb(0 0 0 / 0.16)",
|
|
288
|
+
"elevation-4": "0 16px 40px -8px rgb(0 0 0 / 0.36), 0 4px 8px -4px rgb(0 0 0 / 0.2)"
|
|
289
|
+
},
|
|
290
|
+
};
|
|
291
|
+
export const primitiveTokens = {
|
|
292
|
+
"color-neutral-0": "#ffffff",
|
|
293
|
+
"color-neutral-25": "#f8f7f6",
|
|
294
|
+
"color-neutral-50": "#f0efed",
|
|
295
|
+
"color-neutral-100": "#e4e2e0",
|
|
296
|
+
"color-neutral-200": "#d3d1cf",
|
|
297
|
+
"color-neutral-300": "#bbb9b6",
|
|
298
|
+
"color-neutral-400": "#a7a5a3",
|
|
299
|
+
"color-neutral-450": "#969492",
|
|
300
|
+
"color-neutral-500": "#8c8a88",
|
|
301
|
+
"color-neutral-550": "#7c7a77",
|
|
302
|
+
"color-neutral-600": "#6e6c69",
|
|
303
|
+
"color-neutral-700": "#54524f",
|
|
304
|
+
"color-neutral-800": "#3b3936",
|
|
305
|
+
"color-neutral-850": "#2f2d2b",
|
|
306
|
+
"color-neutral-900": "#292725",
|
|
307
|
+
"color-neutral-950": "#1e1c1a",
|
|
308
|
+
"color-neutral-1000": "#12100e",
|
|
309
|
+
"color-state-hover-dark": "rgba(255, 255, 255, 0.08)",
|
|
310
|
+
"color-state-active-dark": "rgba(255, 255, 255, 0.14)",
|
|
311
|
+
"color-state-hover-light": "rgba(0, 0, 0, 0.06)",
|
|
312
|
+
"color-state-active-light": "rgba(0, 0, 0, 0.1)",
|
|
313
|
+
"color-state-focus-glow": "rgba(255, 100, 31, 0.24)",
|
|
314
|
+
"color-state-selection-dark": "rgba(255, 100, 31, 0.35)",
|
|
315
|
+
"color-state-selection-light": "rgba(255, 100, 31, 0.32)",
|
|
316
|
+
"color-heat-dark-0": "#4d2f29",
|
|
317
|
+
"color-heat-dark-1": "#7b513c",
|
|
318
|
+
"color-heat-dark-2": "#aa7647",
|
|
319
|
+
"color-heat-dark-3": "#d8a147",
|
|
320
|
+
"color-heat-dark-4": "#fdd345",
|
|
321
|
+
"color-heat-light-0": "#eee1df",
|
|
322
|
+
"color-heat-light-1": "#e1b49f",
|
|
323
|
+
"color-heat-light-2": "#c98c55",
|
|
324
|
+
"color-heat-light-3": "#99712f",
|
|
325
|
+
"color-heat-light-4": "#6a560b",
|
|
326
|
+
"color-orange-base": "#ff641f",
|
|
327
|
+
"color-orange-bright": "#ff875b",
|
|
328
|
+
"color-orange-dim": "#ee5500",
|
|
329
|
+
"color-orange-text-light": "#bf4200",
|
|
330
|
+
"color-orange-mark-light": "#ef5500",
|
|
331
|
+
"color-orange-surface-dark": "#351f17",
|
|
332
|
+
"color-orange-surface-light": "#f6eae6",
|
|
333
|
+
"color-orange-surface-dark-hover": "#482c22",
|
|
334
|
+
"color-orange-surface-light-hover": "#f0dad3",
|
|
335
|
+
"color-orange-border-dark": "#a36047",
|
|
336
|
+
"color-orange-border-light": "#ce5f34",
|
|
337
|
+
"color-orange-text-light-strong": "#8e3000",
|
|
338
|
+
"color-orange-text-on-chip-light": "#bc4100",
|
|
339
|
+
"color-coral-base": "#ff493f",
|
|
340
|
+
"color-coral-bright": "#ff7466",
|
|
341
|
+
"color-coral-dim": "#ee3730",
|
|
342
|
+
"color-coral-text-light": "#da0010",
|
|
343
|
+
"color-coral-mark-light": "#ff3d35",
|
|
344
|
+
"color-amber-base": "#ff9f00",
|
|
345
|
+
"color-amber-bright": "#ffba6d",
|
|
346
|
+
"color-amber-dim": "#ec9300",
|
|
347
|
+
"color-amber-text-light": "#9b5e00",
|
|
348
|
+
"color-amber-mark-light": "#c27700",
|
|
349
|
+
"color-yellow-base": "#ffd21a",
|
|
350
|
+
"color-yellow-bright": "#ffe89d",
|
|
351
|
+
"color-yellow-dim": "#efc400",
|
|
352
|
+
"color-yellow-text-light": "#826900",
|
|
353
|
+
"color-yellow-mark-light": "#a48500",
|
|
354
|
+
"color-peach-base": "#ffb46b",
|
|
355
|
+
"color-peach-bright": "#ffcda0",
|
|
356
|
+
"color-peach-dim": "#f0a65d",
|
|
357
|
+
"color-peach-text-light": "#9f5c00",
|
|
358
|
+
"color-peach-mark-light": "#c67500",
|
|
359
|
+
"color-pink-base": "#e8a6d8",
|
|
360
|
+
"color-pink-bright": "#fbb7ea",
|
|
361
|
+
"color-pink-dim": "#d998c9",
|
|
362
|
+
"color-pink-text-light": "#a54a94",
|
|
363
|
+
"color-pink-mark-light": "#ce5fb9",
|
|
364
|
+
"color-teal-base": "#22b8a8",
|
|
365
|
+
"color-teal-bright": "#3ecab9",
|
|
366
|
+
"color-teal-dim": "#00a99a",
|
|
367
|
+
"color-teal-text-light": "#13796f",
|
|
368
|
+
"color-teal-mark-light": "#1a988b",
|
|
369
|
+
"color-teal-surface-dark": "#1a2926",
|
|
370
|
+
"color-teal-surface-light": "#d2f6ef",
|
|
371
|
+
"color-teal-surface-dark-hover": "#263835",
|
|
372
|
+
"color-teal-surface-light-hover": "#abefe4",
|
|
373
|
+
"color-teal-border-dark": "#4d7a73",
|
|
374
|
+
"color-teal-border-light": "#3d8c82",
|
|
375
|
+
"color-teal-text-light-strong": "#0b5951",
|
|
376
|
+
"color-teal-text-on-chip-light": "#13786e",
|
|
377
|
+
"color-success-solid": "#62c84a",
|
|
378
|
+
"color-success-on-solid": "#12100e",
|
|
379
|
+
"color-success-surface-dark": "#1d291b",
|
|
380
|
+
"color-success-surface-light": "#dff4da",
|
|
381
|
+
"color-success-text-dark": "#62c94a",
|
|
382
|
+
"color-success-text-light": "#28591c",
|
|
383
|
+
"color-success-border-dark": "#577b50",
|
|
384
|
+
"color-success-border-light": "#538d46",
|
|
385
|
+
"color-warning-solid": "#d6a453",
|
|
386
|
+
"color-warning-on-solid": "#12100e",
|
|
387
|
+
"color-warning-surface-dark": "#2a241b",
|
|
388
|
+
"color-warning-surface-light": "#f3ece0",
|
|
389
|
+
"color-warning-text-dark": "#deaa56",
|
|
390
|
+
"color-warning-text-light": "#634a22",
|
|
391
|
+
"color-warning-border-dark": "#816f53",
|
|
392
|
+
"color-warning-border-light": "#997b4d",
|
|
393
|
+
"color-error-solid": "#cd1f2c",
|
|
394
|
+
"color-error-on-solid": "#ffffff",
|
|
395
|
+
"color-error-surface-dark": "#381c1a",
|
|
396
|
+
"color-error-surface-light": "#f5eae9",
|
|
397
|
+
"color-error-text-dark": "#fa9891",
|
|
398
|
+
"color-error-text-light": "#9b151f",
|
|
399
|
+
"color-error-border-dark": "#b05752",
|
|
400
|
+
"color-error-border-light": "#e14b4a",
|
|
401
|
+
"space-0": "0px",
|
|
402
|
+
"space-1": "4px",
|
|
403
|
+
"space-2": "8px",
|
|
404
|
+
"space-3": "12px",
|
|
405
|
+
"space-4": "16px",
|
|
406
|
+
"space-5": "20px",
|
|
407
|
+
"space-6": "24px",
|
|
408
|
+
"space-8": "32px",
|
|
409
|
+
"space-10": "40px",
|
|
410
|
+
"space-12": "48px",
|
|
411
|
+
"space-16": "64px",
|
|
412
|
+
"space-20": "80px",
|
|
413
|
+
"space-24": "96px",
|
|
414
|
+
"space-32": "128px",
|
|
415
|
+
"space-40": "160px",
|
|
416
|
+
"space-48": "192px",
|
|
417
|
+
"space-64": "256px",
|
|
418
|
+
"space-80": "320px",
|
|
419
|
+
"space-px": "1px",
|
|
420
|
+
"space-half": "2px",
|
|
421
|
+
"radius-none": "0px",
|
|
422
|
+
"radius-xs": "4px",
|
|
423
|
+
"radius-sm": "6px",
|
|
424
|
+
"radius-md": "10px",
|
|
425
|
+
"radius-lg": "16px",
|
|
426
|
+
"radius-xl": "24px",
|
|
427
|
+
"radius-2xl": "32px",
|
|
428
|
+
"radius-full": "9999px",
|
|
429
|
+
"control-sm": "32px",
|
|
430
|
+
"control-md": "40px",
|
|
431
|
+
"control-lg": "48px",
|
|
432
|
+
"control-xl": "56px",
|
|
433
|
+
"icon-sm": "16px",
|
|
434
|
+
"icon-md": "20px",
|
|
435
|
+
"icon-lg": "24px",
|
|
436
|
+
"icon-stroke-sm": "1.5",
|
|
437
|
+
"icon-stroke-md": "1.75",
|
|
438
|
+
"icon-stroke-lg": "2",
|
|
439
|
+
"border-width-0": "0px",
|
|
440
|
+
"border-width-1": "1px",
|
|
441
|
+
"border-width-2": "2px",
|
|
442
|
+
"target-min": "24px",
|
|
443
|
+
"target-touch": "44px",
|
|
444
|
+
"container-prose": "720px",
|
|
445
|
+
"container-default": "1280px",
|
|
446
|
+
"container-wide": "1440px",
|
|
447
|
+
"breakpoint-sm": "640px",
|
|
448
|
+
"breakpoint-md": "768px",
|
|
449
|
+
"breakpoint-lg": "1024px",
|
|
450
|
+
"breakpoint-xl": "1280px",
|
|
451
|
+
"breakpoint-2xl": "1536px",
|
|
452
|
+
"layer-base": "0",
|
|
453
|
+
"layer-raised": "10",
|
|
454
|
+
"layer-sticky": "100",
|
|
455
|
+
"layer-overlay": "1000",
|
|
456
|
+
"layer-modal": "1100",
|
|
457
|
+
"layer-popover": "1200",
|
|
458
|
+
"layer-toast": "1300",
|
|
459
|
+
"layer-tooltip": "1400",
|
|
460
|
+
"aspect-video": "16 / 9",
|
|
461
|
+
"aspect-square": "1 / 1",
|
|
462
|
+
"aspect-wide": "21 / 9",
|
|
463
|
+
"font-family-sans": "'Geist', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif",
|
|
464
|
+
"font-family-mono": "'Geist Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace",
|
|
465
|
+
"font-weight-regular": "400",
|
|
466
|
+
"font-weight-medium": "500",
|
|
467
|
+
"font-weight-semibold": "600",
|
|
468
|
+
"font-weight-bold": "700",
|
|
469
|
+
"font-size-2xs": "11px",
|
|
470
|
+
"font-size-xs": "12px",
|
|
471
|
+
"font-size-sm": "13px",
|
|
472
|
+
"font-size-base": "14px",
|
|
473
|
+
"font-size-md": "16px",
|
|
474
|
+
"font-size-lg": "18px",
|
|
475
|
+
"font-size-xl": "20px",
|
|
476
|
+
"display-size-xs": "clamp(1.5rem, 1.4rem + 0.5vw, 1.5rem)",
|
|
477
|
+
"display-size-sm": "clamp(1.75rem, 1.6rem + 0.75vw, 1.875rem)",
|
|
478
|
+
"display-size-md": "clamp(2.25rem, 1.9rem + 1.5vw, 2.75rem)",
|
|
479
|
+
"display-size-lg": "clamp(2.75rem, 2.1rem + 3vw, 3.75rem)",
|
|
480
|
+
"display-size-xl": "clamp(3.5rem, 2.4rem + 5vw, 5.5rem)",
|
|
481
|
+
"display-size-2xl": "clamp(4.5rem, 2.6rem + 8vw, 8rem)",
|
|
482
|
+
"line-height-none": "1",
|
|
483
|
+
"line-height-display-2xl": "0.95",
|
|
484
|
+
"line-height-display-xl": "1",
|
|
485
|
+
"line-height-display-lg": "1.05",
|
|
486
|
+
"line-height-display-md": "1.1",
|
|
487
|
+
"line-height-display-sm": "1.2",
|
|
488
|
+
"line-height-display-xs": "1.25",
|
|
489
|
+
"line-height-snug": "1.35",
|
|
490
|
+
"line-height-normal": "1.5",
|
|
491
|
+
"line-height-relaxed": "1.6",
|
|
492
|
+
"tracking-wider": "0.015em",
|
|
493
|
+
"tracking-wide": "0.005em",
|
|
494
|
+
"tracking-normal": "0em",
|
|
495
|
+
"tracking-tight": "-0.01em",
|
|
496
|
+
"tracking-tighter": "-0.015em",
|
|
497
|
+
"tracking-tightest": "-0.02em",
|
|
498
|
+
"tracking-display": "-0.03em",
|
|
499
|
+
"tracking-display-tight": "-0.035em",
|
|
500
|
+
"measure-prose": "68ch",
|
|
501
|
+
"measure-narrow": "46ch",
|
|
502
|
+
"duration-instant": "0ms",
|
|
503
|
+
"duration-press": "70ms",
|
|
504
|
+
"duration-fast": "120ms",
|
|
505
|
+
"duration-base": "180ms",
|
|
506
|
+
"duration-slow": "260ms",
|
|
507
|
+
"duration-slower": "400ms",
|
|
508
|
+
"duration-deliberate": "600ms",
|
|
509
|
+
"easing-enter": "cubic-bezier(0.22, 1, 0.36, 1)",
|
|
510
|
+
"easing-exit": "cubic-bezier(0.64, 0, 0.78, 0)",
|
|
511
|
+
"easing-move": "cubic-bezier(0.65, 0, 0.35, 1)",
|
|
512
|
+
"easing-overshoot": "cubic-bezier(0.34, 1.4, 0.64, 1)",
|
|
513
|
+
"easing-linear": "linear",
|
|
514
|
+
"travel-ui": "8px",
|
|
515
|
+
"travel-expressive": "24px",
|
|
516
|
+
"press-scale": "0.97",
|
|
517
|
+
"reel-travel": "100%",
|
|
518
|
+
"overlay-zoom-from": "0.96",
|
|
519
|
+
"overlay-sheet-travel": "100%",
|
|
520
|
+
"shadow-sm": "0 1px 2px 0 rgb(0 0 0 / 0.16)",
|
|
521
|
+
"shadow-md": "0 4px 12px -2px rgb(0 0 0 / 0.24), 0 2px 4px -2px rgb(0 0 0 / 0.16)",
|
|
522
|
+
"shadow-lg": "0 16px 40px -8px rgb(0 0 0 / 0.36), 0 4px 8px -4px rgb(0 0 0 / 0.2)",
|
|
523
|
+
"shadow-none": "none",
|
|
524
|
+
"alpha-hairline-dark": "0.08",
|
|
525
|
+
"alpha-hairline-light": "0.08",
|
|
526
|
+
"alpha-edge-highlight": "0.06",
|
|
527
|
+
"alpha-scrim-dark": "0.72",
|
|
528
|
+
"alpha-scrim-light": "0.48",
|
|
529
|
+
"alpha-disabled": "0.38",
|
|
530
|
+
"scrim-blur": "5px",
|
|
531
|
+
"scrim-opacity": "0.7"
|
|
532
|
+
};
|