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