zeus-css 1.0.11 → 1.0.13
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 +112 -0
- package/README.md +2 -1
- package/bin/init.js +15 -0
- package/dist/zeus.css +43 -62
- package/dist/zeus.min.css +1 -1
- package/package.json +15 -10
- package/scss/CHANGELOG.md +104 -291
- package/scss/foundation/core/design/colors/semantic-colors.scss +26 -33
- package/scss/foundation/core/design/typography/typography.scss +0 -36
- package/scss/foundation/core/engine/typography-calc.scss +6 -1
- package/scss/foundation/views/render/html-body.scss +1 -2
- package/scss/foundation/views/render/reset.scss +14 -4
- package/scss/foundation/views/render/root-generator.scss +9 -7
- package/scss/zeus.config.scss +1 -1
- package/scss/zeus.customize.scss +1 -2
- package/scss/zeus.token.sets.example.scss +0 -4
- package/scss/zeus.tokens.json +667 -687
- package/bin/postinstall.js +0 -13
- package/scss/.stylelintrc.json +0 -41
- package/scss/API.md +0 -175
- package/scss/LICENSE +0 -21
- package/scss/README.md +0 -193
- package/scss/cheatsheet.md +0 -249
- package/scss/dist/zeus.css +0 -8465
- package/scss/dist/zeus.css.map +0 -1
- package/scss/dist/zeus.min.css +0 -1
- package/scss/dist/zeus.min.css.map +0 -1
- package/scss/llms.txt +0 -247
- package/scss/package.json +0 -89
- package/scss/scripts/gen-cheatsheet.mjs +0 -178
- package/scss/scripts/gen-tokens.mjs +0 -90
- package/scss/scripts/test-compile.mjs +0 -472
package/scss/zeus.tokens.json
CHANGED
|
@@ -1,687 +1,667 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$description": "Zeus CSS design tokens — auto-generated from the compiled stylesheet. Do not hand-edit; regenerate with `npm run gen:tokens`.",
|
|
3
|
-
"custom": {
|
|
4
|
-
"header-height": {
|
|
5
|
-
"$value": "60px",
|
|
6
|
-
"$type": "other",
|
|
7
|
-
"$description": "--header-height"
|
|
8
|
-
}
|
|
9
|
-
},
|
|
10
|
-
"base": {
|
|
11
|
-
"pure-white": {
|
|
12
|
-
"$value": "oklch(100% 0 0deg)",
|
|
13
|
-
"$type": "color",
|
|
14
|
-
"$description": "--base-pure-white"
|
|
15
|
-
},
|
|
16
|
-
"pure-black": {
|
|
17
|
-
"$value": "oklch(0% 0 0deg)",
|
|
18
|
-
"$type": "color",
|
|
19
|
-
"$description": "--base-pure-black"
|
|
20
|
-
},
|
|
21
|
-
"pure-gray": {
|
|
22
|
-
"$value": "oklch(50% 0 0deg)",
|
|
23
|
-
"$type": "color",
|
|
24
|
-
"$description": "--base-pure-gray"
|
|
25
|
-
},
|
|
26
|
-
"system-success": {
|
|
27
|
-
"$value": "oklch(65% 0.2 145deg)",
|
|
28
|
-
"$type": "color",
|
|
29
|
-
"$description": "--base-system-success"
|
|
30
|
-
},
|
|
31
|
-
"system-warning": {
|
|
32
|
-
"$value": "oklch(72% 0.18 85deg)",
|
|
33
|
-
"$type": "color",
|
|
34
|
-
"$description": "--base-system-warning"
|
|
35
|
-
},
|
|
36
|
-
"system-error": {
|
|
37
|
-
"$value": "oklch(55% 0.25 25deg)",
|
|
38
|
-
"$type": "color",
|
|
39
|
-
"$description": "--base-system-error"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
"iconSize": {
|
|
43
|
-
"xs": {
|
|
44
|
-
"$value": "clamp(14px,
|
|
45
|
-
"$type": "dimension",
|
|
46
|
-
"$description": "--size-icon-xs"
|
|
47
|
-
},
|
|
48
|
-
"sm": {
|
|
49
|
-
"$value": "clamp(20px,
|
|
50
|
-
"$type": "dimension",
|
|
51
|
-
"$description": "--size-icon-sm"
|
|
52
|
-
},
|
|
53
|
-
"md": {
|
|
54
|
-
"$value": "clamp(22px,
|
|
55
|
-
"$type": "dimension",
|
|
56
|
-
"$description": "--size-icon-md"
|
|
57
|
-
},
|
|
58
|
-
"lg": {
|
|
59
|
-
"$value": "clamp(38px,
|
|
60
|
-
"$type": "dimension",
|
|
61
|
-
"$description": "--size-icon-lg"
|
|
62
|
-
},
|
|
63
|
-
"xl": {
|
|
64
|
-
"$value": "clamp(48px,
|
|
65
|
-
"$type": "dimension",
|
|
66
|
-
"$description": "--size-icon-xl"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"space": {
|
|
70
|
-
"0": {
|
|
71
|
-
"$value": "0px",
|
|
72
|
-
"$type": "dimension",
|
|
73
|
-
"$description": "--space-0"
|
|
74
|
-
},
|
|
75
|
-
"4xs": {
|
|
76
|
-
"$value": "clamp(1px,
|
|
77
|
-
"$type": "dimension",
|
|
78
|
-
"$description": "--space-4xs"
|
|
79
|
-
},
|
|
80
|
-
"3xs": {
|
|
81
|
-
"$value": "clamp(2px,
|
|
82
|
-
"$type": "dimension",
|
|
83
|
-
"$description": "--space-3xs"
|
|
84
|
-
},
|
|
85
|
-
"2xs": {
|
|
86
|
-
"$value": "clamp(4px,
|
|
87
|
-
"$type": "dimension",
|
|
88
|
-
"$description": "--space-2xs"
|
|
89
|
-
},
|
|
90
|
-
"xs": {
|
|
91
|
-
"$value": "clamp(6px,
|
|
92
|
-
"$type": "dimension",
|
|
93
|
-
"$description": "--space-xs"
|
|
94
|
-
},
|
|
95
|
-
"sm": {
|
|
96
|
-
"$value": "clamp(8px,
|
|
97
|
-
"$type": "dimension",
|
|
98
|
-
"$description": "--space-sm"
|
|
99
|
-
},
|
|
100
|
-
"md": {
|
|
101
|
-
"$value": "clamp(12px,
|
|
102
|
-
"$type": "dimension",
|
|
103
|
-
"$description": "--space-md"
|
|
104
|
-
},
|
|
105
|
-
"lg": {
|
|
106
|
-
"$value": "clamp(16px,
|
|
107
|
-
"$type": "dimension",
|
|
108
|
-
"$description": "--space-lg"
|
|
109
|
-
},
|
|
110
|
-
"xl": {
|
|
111
|
-
"$value": "clamp(24px,
|
|
112
|
-
"$type": "dimension",
|
|
113
|
-
"$description": "--space-xl"
|
|
114
|
-
},
|
|
115
|
-
"2xl": {
|
|
116
|
-
"$value": "clamp(32px,
|
|
117
|
-
"$type": "dimension",
|
|
118
|
-
"$description": "--space-2xl"
|
|
119
|
-
},
|
|
120
|
-
"3xl": {
|
|
121
|
-
"$value": "clamp(48px,
|
|
122
|
-
"$type": "dimension",
|
|
123
|
-
"$description": "--space-3xl"
|
|
124
|
-
},
|
|
125
|
-
"4xl": {
|
|
126
|
-
"$value": "clamp(64px,
|
|
127
|
-
"$type": "dimension",
|
|
128
|
-
"$description": "--space-4xl"
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
"borderRadius": {
|
|
132
|
-
"none": {
|
|
133
|
-
"$value": "0px",
|
|
134
|
-
"$type": "dimension",
|
|
135
|
-
"$description": "--border-radius-none"
|
|
136
|
-
},
|
|
137
|
-
"xs": {
|
|
138
|
-
"$value": "clamp(2px,
|
|
139
|
-
"$type": "dimension",
|
|
140
|
-
"$description": "--border-radius-xs"
|
|
141
|
-
},
|
|
142
|
-
"sm": {
|
|
143
|
-
"$value": "clamp(8px,
|
|
144
|
-
"$type": "dimension",
|
|
145
|
-
"$description": "--border-radius-sm"
|
|
146
|
-
},
|
|
147
|
-
"md": {
|
|
148
|
-
"$value": "clamp(16px,
|
|
149
|
-
"$type": "dimension",
|
|
150
|
-
"$description": "--border-radius-md"
|
|
151
|
-
},
|
|
152
|
-
"lg": {
|
|
153
|
-
"$value": "clamp(20px,
|
|
154
|
-
"$type": "dimension",
|
|
155
|
-
"$description": "--border-radius-lg"
|
|
156
|
-
},
|
|
157
|
-
"xl": {
|
|
158
|
-
"$value": "clamp(38px,
|
|
159
|
-
"$type": "dimension",
|
|
160
|
-
"$description": "--border-radius-xl"
|
|
161
|
-
},
|
|
162
|
-
"rounded": {
|
|
163
|
-
"$value": "360px",
|
|
164
|
-
"$type": "dimension",
|
|
165
|
-
"$description": "--border-radius-rounded"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
"borderWidth": {
|
|
169
|
-
"none": {
|
|
170
|
-
"$value": "0px",
|
|
171
|
-
"$type": "dimension",
|
|
172
|
-
"$description": "--border-line-none"
|
|
173
|
-
},
|
|
174
|
-
"xs": {
|
|
175
|
-
"$value": "clamp(1px,
|
|
176
|
-
"$type": "dimension",
|
|
177
|
-
"$description": "--border-line-xs"
|
|
178
|
-
},
|
|
179
|
-
"sm": {
|
|
180
|
-
"$value": "clamp(1.5px,
|
|
181
|
-
"$type": "dimension",
|
|
182
|
-
"$description": "--border-line-sm"
|
|
183
|
-
},
|
|
184
|
-
"md": {
|
|
185
|
-
"$value": "clamp(2px,
|
|
186
|
-
"$type": "dimension",
|
|
187
|
-
"$description": "--border-line-md"
|
|
188
|
-
},
|
|
189
|
-
"lg": {
|
|
190
|
-
"$value": "clamp(4px,
|
|
191
|
-
"$type": "dimension",
|
|
192
|
-
"$description": "--border-line-lg"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"columnGap": {
|
|
196
|
-
"xs": {
|
|
197
|
-
"$value": "clamp(12px,
|
|
198
|
-
"$type": "dimension",
|
|
199
|
-
"$description": "--col-gap-xs"
|
|
200
|
-
},
|
|
201
|
-
"sm": {
|
|
202
|
-
"$value": "clamp(16px,
|
|
203
|
-
"$type": "dimension",
|
|
204
|
-
"$description": "--col-gap-sm"
|
|
205
|
-
},
|
|
206
|
-
"md": {
|
|
207
|
-
"$value": "clamp(20px,
|
|
208
|
-
"$type": "dimension",
|
|
209
|
-
"$description": "--col-gap-md"
|
|
210
|
-
},
|
|
211
|
-
"lg": {
|
|
212
|
-
"$value": "clamp(28px,
|
|
213
|
-
"$type": "dimension",
|
|
214
|
-
"$description": "--col-gap-lg"
|
|
215
|
-
},
|
|
216
|
-
"xl": {
|
|
217
|
-
"$value": "clamp(36px,
|
|
218
|
-
"$type": "dimension",
|
|
219
|
-
"$description": "--col-gap-xl"
|
|
220
|
-
},
|
|
221
|
-
"xxl": {
|
|
222
|
-
"$value": "clamp(40px,
|
|
223
|
-
"$type": "dimension",
|
|
224
|
-
"$description": "--col-gap-xxl"
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"spacing": {
|
|
228
|
-
"padding-outer": {
|
|
229
|
-
"$value": "clamp(16px,
|
|
230
|
-
"$type": "dimension",
|
|
231
|
-
"$description": "--padding-outer"
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
|
-
"shadow": {
|
|
235
|
-
"none": {
|
|
236
|
-
"$value": "none",
|
|
237
|
-
"$type": "shadow",
|
|
238
|
-
"$description": "--shadow-none"
|
|
239
|
-
},
|
|
240
|
-
"xs": {
|
|
241
|
-
"$value": "0px 1px 2px 0px rgba(132, 132, 132, 0.43)",
|
|
242
|
-
"$type": "shadow",
|
|
243
|
-
"$description": "--shadow-xs"
|
|
244
|
-
},
|
|
245
|
-
"sm": {
|
|
246
|
-
"$value": "0px 1px 3px 0px rgba(132, 132, 132, 0.43), 0px 1px 2px -1px rgba(132, 132, 132, 0.43)",
|
|
247
|
-
"$type": "shadow",
|
|
248
|
-
"$description": "--shadow-sm"
|
|
249
|
-
},
|
|
250
|
-
"md": {
|
|
251
|
-
"$value": "0px 4px 6px -1px rgba(132, 132, 132, 0.43), 0px 2px 4px -2px rgba(132, 132, 132, 0.43)",
|
|
252
|
-
"$type": "shadow",
|
|
253
|
-
"$description": "--shadow-md"
|
|
254
|
-
},
|
|
255
|
-
"lg": {
|
|
256
|
-
"$value": "0px 10px 15px -3px rgba(132, 132, 132, 0.43), 0px 4px 6px -4px rgba(132, 132, 132, 0.43)",
|
|
257
|
-
"$type": "shadow",
|
|
258
|
-
"$description": "--shadow-lg"
|
|
259
|
-
},
|
|
260
|
-
"xl": {
|
|
261
|
-
"$value": "0px 20px 25px -5px rgba(132, 132, 132, 0.43), 0px 8px 10px -6px rgba(132, 132, 132, 0.43)",
|
|
262
|
-
"$type": "shadow",
|
|
263
|
-
"$description": "--shadow-xl"
|
|
264
|
-
},
|
|
265
|
-
"2xl": {
|
|
266
|
-
"$value": "0px 25px 50px -12px rgba(0, 0, 0, 0.25)",
|
|
267
|
-
"$type": "shadow",
|
|
268
|
-
"$description": "--shadow-2xl"
|
|
269
|
-
},
|
|
270
|
-
"primary": {
|
|
271
|
-
"$value": "0px 4px 12px 0px oklch(from var(--color-primary) l c h/0.3)",
|
|
272
|
-
"$type": "shadow",
|
|
273
|
-
"$description": "--shadow-primary"
|
|
274
|
-
},
|
|
275
|
-
"secondary": {
|
|
276
|
-
"$value": "0px 4px 12px 0px oklch(from var(--color-secondary) l c h/0.3)",
|
|
277
|
-
"$type": "shadow",
|
|
278
|
-
"$description": "--shadow-secondary"
|
|
279
|
-
},
|
|
280
|
-
"success": {
|
|
281
|
-
"$value": "0px 4px 12px 0px rgba(34, 197, 94, 0.3)",
|
|
282
|
-
"$type": "shadow",
|
|
283
|
-
"$description": "--shadow-success"
|
|
284
|
-
},
|
|
285
|
-
"warning": {
|
|
286
|
-
"$value": "0px 4px 12px 0px rgba(251, 146, 60, 0.3)",
|
|
287
|
-
"$type": "shadow",
|
|
288
|
-
"$description": "--shadow-warning"
|
|
289
|
-
},
|
|
290
|
-
"danger": {
|
|
291
|
-
"$value": "0px 4px 12px 0px rgba(239, 68, 68, 0.3)",
|
|
292
|
-
"$type": "shadow",
|
|
293
|
-
"$description": "--shadow-danger"
|
|
294
|
-
},
|
|
295
|
-
"info": {
|
|
296
|
-
"$value": "0px 4px 12px 0px rgba(14, 165, 233, 0.3)",
|
|
297
|
-
"$type": "shadow",
|
|
298
|
-
"$description": "--shadow-info"
|
|
299
|
-
},
|
|
300
|
-
"inner": {
|
|
301
|
-
"$value": "inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06)",
|
|
302
|
-
"$type": "shadow",
|
|
303
|
-
"$description": "--shadow-inner"
|
|
304
|
-
},
|
|
305
|
-
"inner-lg": {
|
|
306
|
-
"$value": "inset 0px 4px 8px 0px rgba(132, 132, 132, 0.43)",
|
|
307
|
-
"$type": "shadow",
|
|
308
|
-
"$description": "--shadow-inner-lg"
|
|
309
|
-
},
|
|
310
|
-
"glow": {
|
|
311
|
-
"$value": "0px 0px 20px 0px oklch(from var(--color-primary) l c h/0.5)",
|
|
312
|
-
"$type": "shadow",
|
|
313
|
-
"$description": "--shadow-glow"
|
|
314
|
-
},
|
|
315
|
-
"glow-lg": {
|
|
316
|
-
"$value": "0px 0px 40px 0px oklch(from var(--color-primary) l c h/0.6)",
|
|
317
|
-
"$type": "shadow",
|
|
318
|
-
"$description": "--shadow-glow-lg"
|
|
319
|
-
},
|
|
320
|
-
"outline": {
|
|
321
|
-
"$value": "0px 0px 0px 3px oklch(from var(--color-primary) l c h/0.5)",
|
|
322
|
-
"$type": "shadow",
|
|
323
|
-
"$description": "--shadow-outline"
|
|
324
|
-
},
|
|
325
|
-
"card": {
|
|
326
|
-
"$value": "0px 2px 8px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)",
|
|
327
|
-
"$type": "shadow",
|
|
328
|
-
"$description": "--shadow-card"
|
|
329
|
-
},
|
|
330
|
-
"card-hover": {
|
|
331
|
-
"$value": "0px 8px 24px 0px rgba(0, 0, 0, 0.12), 0px 2px 6px 0px rgba(0, 0, 0, 0.08)",
|
|
332
|
-
"$type": "shadow",
|
|
333
|
-
"$description": "--shadow-card-hover"
|
|
334
|
-
},
|
|
335
|
-
"dropdown": {
|
|
336
|
-
"$value": "0px 10px 40px 0px rgba(0, 0, 0, 0.15), 0px 2px 8px 0px rgba(132, 132, 132, 0.43)",
|
|
337
|
-
"$type": "shadow",
|
|
338
|
-
"$description": "--shadow-dropdown"
|
|
339
|
-
},
|
|
340
|
-
"modal": {
|
|
341
|
-
"$value": "0px 20px 60px 0px rgba(0, 0, 0, 0.3), 0px 4px 16px 0px rgba(0, 0, 0, 0.2)",
|
|
342
|
-
"$type": "shadow",
|
|
343
|
-
"$description": "--shadow-modal"
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
|
-
"typography": {
|
|
347
|
-
"display-xl": {
|
|
348
|
-
"$value": "800 clamp(3.5rem,
|
|
349
|
-
"$type": "typography",
|
|
350
|
-
"$description": "--text-display-xl"
|
|
351
|
-
},
|
|
352
|
-
"display-lg": {
|
|
353
|
-
"$value": "800 clamp(3rem,
|
|
354
|
-
"$type": "typography",
|
|
355
|
-
"$description": "--text-display-lg"
|
|
356
|
-
},
|
|
357
|
-
"display-md": {
|
|
358
|
-
"$value": "700 clamp(2.5rem,
|
|
359
|
-
"$type": "typography",
|
|
360
|
-
"$description": "--text-display-md"
|
|
361
|
-
},
|
|
362
|
-
"h1": {
|
|
363
|
-
"$value": "700 clamp(2.25rem,
|
|
364
|
-
"$type": "typography",
|
|
365
|
-
"$description": "--text-h1"
|
|
366
|
-
},
|
|
367
|
-
"h1-light": {
|
|
368
|
-
"$value": "300 clamp(2.25rem,
|
|
369
|
-
"$type": "typography",
|
|
370
|
-
"$description": "--text-h1-light"
|
|
371
|
-
},
|
|
372
|
-
"h2": {
|
|
373
|
-
"$value": "600 clamp(1.
|
|
374
|
-
"$type": "typography",
|
|
375
|
-
"$description": "--text-h2"
|
|
376
|
-
},
|
|
377
|
-
"h2-light": {
|
|
378
|
-
"$value": "300 clamp(1.
|
|
379
|
-
"$type": "typography",
|
|
380
|
-
"$description": "--text-h2-light"
|
|
381
|
-
},
|
|
382
|
-
"h3": {
|
|
383
|
-
"$value": "600 clamp(1.
|
|
384
|
-
"$type": "typography",
|
|
385
|
-
"$description": "--text-h3"
|
|
386
|
-
},
|
|
387
|
-
"h3-light": {
|
|
388
|
-
"$value": "300 clamp(1.
|
|
389
|
-
"$type": "typography",
|
|
390
|
-
"$description": "--text-h3-light"
|
|
391
|
-
},
|
|
392
|
-
"h4": {
|
|
393
|
-
"$value": "600 clamp(1.5rem,
|
|
394
|
-
"$type": "typography",
|
|
395
|
-
"$description": "--text-h4"
|
|
396
|
-
},
|
|
397
|
-
"h4-light": {
|
|
398
|
-
"$value": "300 clamp(1.5rem,
|
|
399
|
-
"$type": "typography",
|
|
400
|
-
"$description": "--text-h4-light"
|
|
401
|
-
},
|
|
402
|
-
"h5": {
|
|
403
|
-
"$value": "500 clamp(1.25rem,
|
|
404
|
-
"$type": "typography",
|
|
405
|
-
"$description": "--text-h5"
|
|
406
|
-
},
|
|
407
|
-
"h5-light": {
|
|
408
|
-
"$value": "300 clamp(1.25rem,
|
|
409
|
-
"$type": "typography",
|
|
410
|
-
"$description": "--text-h5-light"
|
|
411
|
-
},
|
|
412
|
-
"h6": {
|
|
413
|
-
"$value": "500 clamp(1.
|
|
414
|
-
"$type": "typography",
|
|
415
|
-
"$description": "--text-h6"
|
|
416
|
-
},
|
|
417
|
-
"h6-light": {
|
|
418
|
-
"$value": "300 clamp(1.
|
|
419
|
-
"$type": "typography",
|
|
420
|
-
"$description": "--text-h6-light"
|
|
421
|
-
},
|
|
422
|
-
"body-xl": {
|
|
423
|
-
"$value": "400 clamp(1.25rem,
|
|
424
|
-
"$type": "typography",
|
|
425
|
-
"$description": "--text-body-xl"
|
|
426
|
-
},
|
|
427
|
-
"body-lg": {
|
|
428
|
-
"$value": "400 clamp(1.
|
|
429
|
-
"$type": "typography",
|
|
430
|
-
"$description": "--text-body-lg"
|
|
431
|
-
},
|
|
432
|
-
"body": {
|
|
433
|
-
"$value": "400 clamp(1rem,
|
|
434
|
-
"$type": "typography",
|
|
435
|
-
"$description": "--text-body"
|
|
436
|
-
},
|
|
437
|
-
"body-
|
|
438
|
-
"$value": "
|
|
439
|
-
"$type": "typography",
|
|
440
|
-
"$description": "--text-body-
|
|
441
|
-
},
|
|
442
|
-
"body-
|
|
443
|
-
"$value": "
|
|
444
|
-
"$type": "typography",
|
|
445
|
-
"$description": "--text-body-
|
|
446
|
-
},
|
|
447
|
-
"body-
|
|
448
|
-
"$value": "
|
|
449
|
-
"$type": "typography",
|
|
450
|
-
"$description": "--text-body-
|
|
451
|
-
},
|
|
452
|
-
"body-
|
|
453
|
-
"$value": "
|
|
454
|
-
"$type": "typography",
|
|
455
|
-
"$description": "--text-body-
|
|
456
|
-
},
|
|
457
|
-
"body-
|
|
458
|
-
"$value": "
|
|
459
|
-
"$type": "typography",
|
|
460
|
-
"$description": "--text-body-
|
|
461
|
-
},
|
|
462
|
-
"body-
|
|
463
|
-
"$value": "
|
|
464
|
-
"$type": "typography",
|
|
465
|
-
"$description": "--text-body-
|
|
466
|
-
},
|
|
467
|
-
"body-
|
|
468
|
-
"$value": "
|
|
469
|
-
"$type": "typography",
|
|
470
|
-
"$description": "--text-body-
|
|
471
|
-
},
|
|
472
|
-
"
|
|
473
|
-
"$value": "
|
|
474
|
-
"$type": "typography",
|
|
475
|
-
"$description": "--text-
|
|
476
|
-
},
|
|
477
|
-
"
|
|
478
|
-
"$value": "700 clamp(0.
|
|
479
|
-
"$type": "typography",
|
|
480
|
-
"$description": "--text-
|
|
481
|
-
},
|
|
482
|
-
"
|
|
483
|
-
"$value": "
|
|
484
|
-
"$type": "typography",
|
|
485
|
-
"$description": "--text-
|
|
486
|
-
},
|
|
487
|
-
"
|
|
488
|
-
"$value": "
|
|
489
|
-
"$type": "typography",
|
|
490
|
-
"$description": "--text-
|
|
491
|
-
},
|
|
492
|
-
"
|
|
493
|
-
"$value": "
|
|
494
|
-
"$type": "typography",
|
|
495
|
-
"$description": "--text-
|
|
496
|
-
},
|
|
497
|
-
"
|
|
498
|
-
"$value": "
|
|
499
|
-
"$type": "typography",
|
|
500
|
-
"$description": "--text-
|
|
501
|
-
},
|
|
502
|
-
"
|
|
503
|
-
"$value": "
|
|
504
|
-
"$type": "typography",
|
|
505
|
-
"$description": "--text-
|
|
506
|
-
},
|
|
507
|
-
"
|
|
508
|
-
"$value": "600 clamp(0.
|
|
509
|
-
"$type": "typography",
|
|
510
|
-
"$description": "--text-
|
|
511
|
-
},
|
|
512
|
-
"
|
|
513
|
-
"$value": "600 clamp(
|
|
514
|
-
"$type": "typography",
|
|
515
|
-
"$description": "--text-
|
|
516
|
-
},
|
|
517
|
-
"
|
|
518
|
-
"$value": "
|
|
519
|
-
"$type": "typography",
|
|
520
|
-
"$description": "--text-
|
|
521
|
-
},
|
|
522
|
-
"
|
|
523
|
-
"$value": "
|
|
524
|
-
"$type": "typography",
|
|
525
|
-
"$description": "--text-
|
|
526
|
-
},
|
|
527
|
-
"
|
|
528
|
-
"$value": "
|
|
529
|
-
"$type": "typography",
|
|
530
|
-
"$description": "--text-
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
"$
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
"$
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
"$
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
"$
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
"
|
|
555
|
-
"$value":
|
|
556
|
-
"$type": "number",
|
|
557
|
-
"$description": "--z-
|
|
558
|
-
},
|
|
559
|
-
"
|
|
560
|
-
"$value":
|
|
561
|
-
"$type": "number",
|
|
562
|
-
"$description": "--z-
|
|
563
|
-
},
|
|
564
|
-
"
|
|
565
|
-
"$value":
|
|
566
|
-
"$type": "number",
|
|
567
|
-
"$description": "--z-
|
|
568
|
-
},
|
|
569
|
-
"
|
|
570
|
-
"$value":
|
|
571
|
-
"$type": "number",
|
|
572
|
-
"$description": "--z-
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
"$
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
"$
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
"$
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
"$
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
"
|
|
597
|
-
"$value": "oklch(
|
|
598
|
-
"$type": "color",
|
|
599
|
-
"$description": "--color-
|
|
600
|
-
},
|
|
601
|
-
"
|
|
602
|
-
"$value": "oklch(from var(--color-
|
|
603
|
-
"$type": "color",
|
|
604
|
-
"$description": "--color-
|
|
605
|
-
},
|
|
606
|
-
"
|
|
607
|
-
"$value": "oklch(
|
|
608
|
-
"$type": "color",
|
|
609
|
-
"$description": "--color-
|
|
610
|
-
},
|
|
611
|
-
"
|
|
612
|
-
"$value": "oklch(
|
|
613
|
-
"$type": "color",
|
|
614
|
-
"$description": "--color-
|
|
615
|
-
},
|
|
616
|
-
"
|
|
617
|
-
"$value": "oklch(from var(--color-
|
|
618
|
-
"$type": "color",
|
|
619
|
-
"$description": "--color-
|
|
620
|
-
},
|
|
621
|
-
"
|
|
622
|
-
"$value": "oklch(
|
|
623
|
-
"$type": "color",
|
|
624
|
-
"$description": "--color-
|
|
625
|
-
},
|
|
626
|
-
"
|
|
627
|
-
"$value": "oklch(
|
|
628
|
-
"$type": "color",
|
|
629
|
-
"$description": "--color-
|
|
630
|
-
},
|
|
631
|
-
"
|
|
632
|
-
"$value": "oklch(
|
|
633
|
-
"$type": "color",
|
|
634
|
-
"$description": "--color-
|
|
635
|
-
},
|
|
636
|
-
"
|
|
637
|
-
"$value": "oklch(
|
|
638
|
-
"$type": "color",
|
|
639
|
-
"$description": "--color-
|
|
640
|
-
},
|
|
641
|
-
"
|
|
642
|
-
"$value": "oklch(
|
|
643
|
-
"$type": "color",
|
|
644
|
-
"$description": "--color-
|
|
645
|
-
},
|
|
646
|
-
"
|
|
647
|
-
"$value": "
|
|
648
|
-
"$type": "color",
|
|
649
|
-
"$description": "--color-
|
|
650
|
-
},
|
|
651
|
-
"
|
|
652
|
-
"$value": "oklch(
|
|
653
|
-
"$type": "color",
|
|
654
|
-
"$description": "--color-
|
|
655
|
-
},
|
|
656
|
-
"
|
|
657
|
-
"$value": "oklch(
|
|
658
|
-
"$type": "color",
|
|
659
|
-
"$description": "--color-
|
|
660
|
-
},
|
|
661
|
-
"
|
|
662
|
-
"$value": "color-mix(in oklch, var(--
|
|
663
|
-
"$type": "color",
|
|
664
|
-
"$description": "--color-
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
"$type": "color",
|
|
669
|
-
"$description": "--color-border"
|
|
670
|
-
},
|
|
671
|
-
"border-strong": {
|
|
672
|
-
"$value": "color-mix(in oklch, var(--color-text), var(--color-background) 60%)",
|
|
673
|
-
"$type": "color",
|
|
674
|
-
"$description": "--color-border-strong"
|
|
675
|
-
},
|
|
676
|
-
"surface-subtle": {
|
|
677
|
-
"$value": "color-mix(in oklch, var(--color-surface), var(--color-text) 5%)",
|
|
678
|
-
"$type": "color",
|
|
679
|
-
"$description": "--color-surface-subtle"
|
|
680
|
-
},
|
|
681
|
-
"warning-subtle": {
|
|
682
|
-
"$value": "color-mix(in oklch, var(--base-system-warning), var(--color-background) 75%)",
|
|
683
|
-
"$type": "color",
|
|
684
|
-
"$description": "--color-warning-subtle"
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$description": "Zeus CSS design tokens — auto-generated from the compiled stylesheet. Do not hand-edit; regenerate with `npm run gen:tokens`.",
|
|
3
|
+
"custom": {
|
|
4
|
+
"header-height": {
|
|
5
|
+
"$value": "60px",
|
|
6
|
+
"$type": "other",
|
|
7
|
+
"$description": "--header-height"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
"base": {
|
|
11
|
+
"pure-white": {
|
|
12
|
+
"$value": "oklch(100% 0 0deg)",
|
|
13
|
+
"$type": "color",
|
|
14
|
+
"$description": "--base-pure-white"
|
|
15
|
+
},
|
|
16
|
+
"pure-black": {
|
|
17
|
+
"$value": "oklch(0% 0 0deg)",
|
|
18
|
+
"$type": "color",
|
|
19
|
+
"$description": "--base-pure-black"
|
|
20
|
+
},
|
|
21
|
+
"pure-gray": {
|
|
22
|
+
"$value": "oklch(50% 0 0deg)",
|
|
23
|
+
"$type": "color",
|
|
24
|
+
"$description": "--base-pure-gray"
|
|
25
|
+
},
|
|
26
|
+
"system-success": {
|
|
27
|
+
"$value": "oklch(65% 0.2 145deg)",
|
|
28
|
+
"$type": "color",
|
|
29
|
+
"$description": "--base-system-success"
|
|
30
|
+
},
|
|
31
|
+
"system-warning": {
|
|
32
|
+
"$value": "oklch(72% 0.18 85deg)",
|
|
33
|
+
"$type": "color",
|
|
34
|
+
"$description": "--base-system-warning"
|
|
35
|
+
},
|
|
36
|
+
"system-error": {
|
|
37
|
+
"$value": "oklch(55% 0.25 25deg)",
|
|
38
|
+
"$type": "color",
|
|
39
|
+
"$description": "--base-system-error"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"iconSize": {
|
|
43
|
+
"xs": {
|
|
44
|
+
"$value": "clamp(14px, round(13px + 0.3cqi, 0.1px), 18px)",
|
|
45
|
+
"$type": "dimension",
|
|
46
|
+
"$description": "--size-icon-xs"
|
|
47
|
+
},
|
|
48
|
+
"sm": {
|
|
49
|
+
"$value": "clamp(20px, round(19px + 0.3cqi, 0.1px), 24px)",
|
|
50
|
+
"$type": "dimension",
|
|
51
|
+
"$description": "--size-icon-sm"
|
|
52
|
+
},
|
|
53
|
+
"md": {
|
|
54
|
+
"$value": "clamp(22px, round(19.6px + 0.7cqi, 0.1px), 32px)",
|
|
55
|
+
"$type": "dimension",
|
|
56
|
+
"$description": "--size-icon-md"
|
|
57
|
+
},
|
|
58
|
+
"lg": {
|
|
59
|
+
"$value": "clamp(38px, round(35.6px + 0.7cqi, 0.1px), 48px)",
|
|
60
|
+
"$type": "dimension",
|
|
61
|
+
"$description": "--size-icon-lg"
|
|
62
|
+
},
|
|
63
|
+
"xl": {
|
|
64
|
+
"$value": "clamp(48px, round(44.2px + 1.1cqi, 0.1px), 64px)",
|
|
65
|
+
"$type": "dimension",
|
|
66
|
+
"$description": "--size-icon-xl"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"space": {
|
|
70
|
+
"0": {
|
|
71
|
+
"$value": "0px",
|
|
72
|
+
"$type": "dimension",
|
|
73
|
+
"$description": "--space-0"
|
|
74
|
+
},
|
|
75
|
+
"4xs": {
|
|
76
|
+
"$value": "clamp(1px, round(0.7px + 0.1cqi, 0.1px), 2px)",
|
|
77
|
+
"$type": "dimension",
|
|
78
|
+
"$description": "--space-4xs"
|
|
79
|
+
},
|
|
80
|
+
"3xs": {
|
|
81
|
+
"$value": "clamp(2px, round(1.7px + 0.1cqi, 0.1px), 4px)",
|
|
82
|
+
"$type": "dimension",
|
|
83
|
+
"$description": "--space-3xs"
|
|
84
|
+
},
|
|
85
|
+
"2xs": {
|
|
86
|
+
"$value": "clamp(4px, round(3.7px + 0.1cqi, 0.1px), 6px)",
|
|
87
|
+
"$type": "dimension",
|
|
88
|
+
"$description": "--space-2xs"
|
|
89
|
+
},
|
|
90
|
+
"xs": {
|
|
91
|
+
"$value": "clamp(6px, round(5.7px + 0.1cqi, 0.1px), 8px)",
|
|
92
|
+
"$type": "dimension",
|
|
93
|
+
"$description": "--space-xs"
|
|
94
|
+
},
|
|
95
|
+
"sm": {
|
|
96
|
+
"$value": "clamp(8px, round(7px + 0.3cqi, 0.1px), 12px)",
|
|
97
|
+
"$type": "dimension",
|
|
98
|
+
"$description": "--space-sm"
|
|
99
|
+
},
|
|
100
|
+
"md": {
|
|
101
|
+
"$value": "clamp(12px, round(11px + 0.3cqi, 0.1px), 16px)",
|
|
102
|
+
"$type": "dimension",
|
|
103
|
+
"$description": "--space-md"
|
|
104
|
+
},
|
|
105
|
+
"lg": {
|
|
106
|
+
"$value": "clamp(16px, round(13.9px + 0.6cqi, 0.1px), 24px)",
|
|
107
|
+
"$type": "dimension",
|
|
108
|
+
"$description": "--space-lg"
|
|
109
|
+
},
|
|
110
|
+
"xl": {
|
|
111
|
+
"$value": "clamp(24px, round(21.9px + 0.6cqi, 0.1px), 32px)",
|
|
112
|
+
"$type": "dimension",
|
|
113
|
+
"$description": "--space-xl"
|
|
114
|
+
},
|
|
115
|
+
"2xl": {
|
|
116
|
+
"$value": "clamp(32px, round(28.2px + 1.1cqi, 0.1px), 48px)",
|
|
117
|
+
"$type": "dimension",
|
|
118
|
+
"$description": "--space-2xl"
|
|
119
|
+
},
|
|
120
|
+
"3xl": {
|
|
121
|
+
"$value": "clamp(48px, round(44.2px + 1.1cqi, 0.1px), 64px)",
|
|
122
|
+
"$type": "dimension",
|
|
123
|
+
"$description": "--space-3xl"
|
|
124
|
+
},
|
|
125
|
+
"4xl": {
|
|
126
|
+
"$value": "clamp(64px, round(56.5px + 2.2cqi, 0.1px), 96px)",
|
|
127
|
+
"$type": "dimension",
|
|
128
|
+
"$description": "--space-4xl"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"borderRadius": {
|
|
132
|
+
"none": {
|
|
133
|
+
"$value": "0px",
|
|
134
|
+
"$type": "dimension",
|
|
135
|
+
"$description": "--border-radius-none"
|
|
136
|
+
},
|
|
137
|
+
"xs": {
|
|
138
|
+
"$value": "clamp(2px, round(1.7px + 0.1cqi, 0.1px), 4px)",
|
|
139
|
+
"$type": "dimension",
|
|
140
|
+
"$description": "--border-radius-xs"
|
|
141
|
+
},
|
|
142
|
+
"sm": {
|
|
143
|
+
"$value": "clamp(8px, round(7px + 0.3cqi, 0.1px), 12px)",
|
|
144
|
+
"$type": "dimension",
|
|
145
|
+
"$description": "--border-radius-sm"
|
|
146
|
+
},
|
|
147
|
+
"md": {
|
|
148
|
+
"$value": "clamp(16px, round(13.9px + 0.6cqi, 0.1px), 24px)",
|
|
149
|
+
"$type": "dimension",
|
|
150
|
+
"$description": "--border-radius-md"
|
|
151
|
+
},
|
|
152
|
+
"lg": {
|
|
153
|
+
"$value": "clamp(20px, round(17.3px + 0.8cqi, 0.1px), 32px)",
|
|
154
|
+
"$type": "dimension",
|
|
155
|
+
"$description": "--border-radius-lg"
|
|
156
|
+
},
|
|
157
|
+
"xl": {
|
|
158
|
+
"$value": "clamp(38px, round(31.8px + 1.8cqi, 0.1px), 64px)",
|
|
159
|
+
"$type": "dimension",
|
|
160
|
+
"$description": "--border-radius-xl"
|
|
161
|
+
},
|
|
162
|
+
"rounded": {
|
|
163
|
+
"$value": "360px",
|
|
164
|
+
"$type": "dimension",
|
|
165
|
+
"$description": "--border-radius-rounded"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"borderWidth": {
|
|
169
|
+
"none": {
|
|
170
|
+
"$value": "0px",
|
|
171
|
+
"$type": "dimension",
|
|
172
|
+
"$description": "--border-line-none"
|
|
173
|
+
},
|
|
174
|
+
"xs": {
|
|
175
|
+
"$value": "clamp(1px, round(0.7px + 0.1cqi, 0.1px), 2px)",
|
|
176
|
+
"$type": "dimension",
|
|
177
|
+
"$description": "--border-line-xs"
|
|
178
|
+
},
|
|
179
|
+
"sm": {
|
|
180
|
+
"$value": "clamp(1.5px, round(1.2px + 0.1cqi, 0.1px), 3px)",
|
|
181
|
+
"$type": "dimension",
|
|
182
|
+
"$description": "--border-line-sm"
|
|
183
|
+
},
|
|
184
|
+
"md": {
|
|
185
|
+
"$value": "clamp(2px, round(1.7px + 0.1cqi, 0.1px), 4px)",
|
|
186
|
+
"$type": "dimension",
|
|
187
|
+
"$description": "--border-line-md"
|
|
188
|
+
},
|
|
189
|
+
"lg": {
|
|
190
|
+
"$value": "clamp(4px, round(3px + 0.3cqi, 0.1px), 8px)",
|
|
191
|
+
"$type": "dimension",
|
|
192
|
+
"$description": "--border-line-lg"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"columnGap": {
|
|
196
|
+
"xs": {
|
|
197
|
+
"$value": "clamp(12px, round(11px + 0.3cqi, 0.1px), 16px)",
|
|
198
|
+
"$type": "dimension",
|
|
199
|
+
"$description": "--col-gap-xs"
|
|
200
|
+
},
|
|
201
|
+
"sm": {
|
|
202
|
+
"$value": "clamp(16px, round(15px + 0.3cqi, 0.1px), 20px)",
|
|
203
|
+
"$type": "dimension",
|
|
204
|
+
"$description": "--col-gap-sm"
|
|
205
|
+
},
|
|
206
|
+
"md": {
|
|
207
|
+
"$value": "clamp(20px, round(17.9px + 0.6cqi, 0.1px), 28px)",
|
|
208
|
+
"$type": "dimension",
|
|
209
|
+
"$description": "--col-gap-md"
|
|
210
|
+
},
|
|
211
|
+
"lg": {
|
|
212
|
+
"$value": "clamp(28px, round(25.3px + 0.8cqi, 0.1px), 40px)",
|
|
213
|
+
"$type": "dimension",
|
|
214
|
+
"$description": "--col-gap-lg"
|
|
215
|
+
},
|
|
216
|
+
"xl": {
|
|
217
|
+
"$value": "clamp(36px, round(33.3px + 0.8cqi, 0.1px), 48px)",
|
|
218
|
+
"$type": "dimension",
|
|
219
|
+
"$description": "--col-gap-xl"
|
|
220
|
+
},
|
|
221
|
+
"xxl": {
|
|
222
|
+
"$value": "clamp(40px, round(34.2px + 1.7cqi, 0.1px), 64px)",
|
|
223
|
+
"$type": "dimension",
|
|
224
|
+
"$description": "--col-gap-xxl"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"spacing": {
|
|
228
|
+
"padding-outer": {
|
|
229
|
+
"$value": "clamp(16px, round(-10.4px + 7.7cqi, 0.1px), 128px)",
|
|
230
|
+
"$type": "dimension",
|
|
231
|
+
"$description": "--padding-outer"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"shadow": {
|
|
235
|
+
"none": {
|
|
236
|
+
"$value": "none",
|
|
237
|
+
"$type": "shadow",
|
|
238
|
+
"$description": "--shadow-none"
|
|
239
|
+
},
|
|
240
|
+
"xs": {
|
|
241
|
+
"$value": "0px 1px 2px 0px rgba(132, 132, 132, 0.43)",
|
|
242
|
+
"$type": "shadow",
|
|
243
|
+
"$description": "--shadow-xs"
|
|
244
|
+
},
|
|
245
|
+
"sm": {
|
|
246
|
+
"$value": "0px 1px 3px 0px rgba(132, 132, 132, 0.43), 0px 1px 2px -1px rgba(132, 132, 132, 0.43)",
|
|
247
|
+
"$type": "shadow",
|
|
248
|
+
"$description": "--shadow-sm"
|
|
249
|
+
},
|
|
250
|
+
"md": {
|
|
251
|
+
"$value": "0px 4px 6px -1px rgba(132, 132, 132, 0.43), 0px 2px 4px -2px rgba(132, 132, 132, 0.43)",
|
|
252
|
+
"$type": "shadow",
|
|
253
|
+
"$description": "--shadow-md"
|
|
254
|
+
},
|
|
255
|
+
"lg": {
|
|
256
|
+
"$value": "0px 10px 15px -3px rgba(132, 132, 132, 0.43), 0px 4px 6px -4px rgba(132, 132, 132, 0.43)",
|
|
257
|
+
"$type": "shadow",
|
|
258
|
+
"$description": "--shadow-lg"
|
|
259
|
+
},
|
|
260
|
+
"xl": {
|
|
261
|
+
"$value": "0px 20px 25px -5px rgba(132, 132, 132, 0.43), 0px 8px 10px -6px rgba(132, 132, 132, 0.43)",
|
|
262
|
+
"$type": "shadow",
|
|
263
|
+
"$description": "--shadow-xl"
|
|
264
|
+
},
|
|
265
|
+
"2xl": {
|
|
266
|
+
"$value": "0px 25px 50px -12px rgba(0, 0, 0, 0.25)",
|
|
267
|
+
"$type": "shadow",
|
|
268
|
+
"$description": "--shadow-2xl"
|
|
269
|
+
},
|
|
270
|
+
"primary": {
|
|
271
|
+
"$value": "0px 4px 12px 0px oklch(from var(--color-primary) l c h/0.3)",
|
|
272
|
+
"$type": "shadow",
|
|
273
|
+
"$description": "--shadow-primary"
|
|
274
|
+
},
|
|
275
|
+
"secondary": {
|
|
276
|
+
"$value": "0px 4px 12px 0px oklch(from var(--color-secondary) l c h/0.3)",
|
|
277
|
+
"$type": "shadow",
|
|
278
|
+
"$description": "--shadow-secondary"
|
|
279
|
+
},
|
|
280
|
+
"success": {
|
|
281
|
+
"$value": "0px 4px 12px 0px rgba(34, 197, 94, 0.3)",
|
|
282
|
+
"$type": "shadow",
|
|
283
|
+
"$description": "--shadow-success"
|
|
284
|
+
},
|
|
285
|
+
"warning": {
|
|
286
|
+
"$value": "0px 4px 12px 0px rgba(251, 146, 60, 0.3)",
|
|
287
|
+
"$type": "shadow",
|
|
288
|
+
"$description": "--shadow-warning"
|
|
289
|
+
},
|
|
290
|
+
"danger": {
|
|
291
|
+
"$value": "0px 4px 12px 0px rgba(239, 68, 68, 0.3)",
|
|
292
|
+
"$type": "shadow",
|
|
293
|
+
"$description": "--shadow-danger"
|
|
294
|
+
},
|
|
295
|
+
"info": {
|
|
296
|
+
"$value": "0px 4px 12px 0px rgba(14, 165, 233, 0.3)",
|
|
297
|
+
"$type": "shadow",
|
|
298
|
+
"$description": "--shadow-info"
|
|
299
|
+
},
|
|
300
|
+
"inner": {
|
|
301
|
+
"$value": "inset 0px 2px 4px 0px rgba(0, 0, 0, 0.06)",
|
|
302
|
+
"$type": "shadow",
|
|
303
|
+
"$description": "--shadow-inner"
|
|
304
|
+
},
|
|
305
|
+
"inner-lg": {
|
|
306
|
+
"$value": "inset 0px 4px 8px 0px rgba(132, 132, 132, 0.43)",
|
|
307
|
+
"$type": "shadow",
|
|
308
|
+
"$description": "--shadow-inner-lg"
|
|
309
|
+
},
|
|
310
|
+
"glow": {
|
|
311
|
+
"$value": "0px 0px 20px 0px oklch(from var(--color-primary) l c h/0.5)",
|
|
312
|
+
"$type": "shadow",
|
|
313
|
+
"$description": "--shadow-glow"
|
|
314
|
+
},
|
|
315
|
+
"glow-lg": {
|
|
316
|
+
"$value": "0px 0px 40px 0px oklch(from var(--color-primary) l c h/0.6)",
|
|
317
|
+
"$type": "shadow",
|
|
318
|
+
"$description": "--shadow-glow-lg"
|
|
319
|
+
},
|
|
320
|
+
"outline": {
|
|
321
|
+
"$value": "0px 0px 0px 3px oklch(from var(--color-primary) l c h/0.5)",
|
|
322
|
+
"$type": "shadow",
|
|
323
|
+
"$description": "--shadow-outline"
|
|
324
|
+
},
|
|
325
|
+
"card": {
|
|
326
|
+
"$value": "0px 2px 8px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)",
|
|
327
|
+
"$type": "shadow",
|
|
328
|
+
"$description": "--shadow-card"
|
|
329
|
+
},
|
|
330
|
+
"card-hover": {
|
|
331
|
+
"$value": "0px 8px 24px 0px rgba(0, 0, 0, 0.12), 0px 2px 6px 0px rgba(0, 0, 0, 0.08)",
|
|
332
|
+
"$type": "shadow",
|
|
333
|
+
"$description": "--shadow-card-hover"
|
|
334
|
+
},
|
|
335
|
+
"dropdown": {
|
|
336
|
+
"$value": "0px 10px 40px 0px rgba(0, 0, 0, 0.15), 0px 2px 8px 0px rgba(132, 132, 132, 0.43)",
|
|
337
|
+
"$type": "shadow",
|
|
338
|
+
"$description": "--shadow-dropdown"
|
|
339
|
+
},
|
|
340
|
+
"modal": {
|
|
341
|
+
"$value": "0px 20px 60px 0px rgba(0, 0, 0, 0.3), 0px 4px 16px 0px rgba(0, 0, 0, 0.2)",
|
|
342
|
+
"$type": "shadow",
|
|
343
|
+
"$description": "--shadow-modal"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"typography": {
|
|
347
|
+
"display-xl": {
|
|
348
|
+
"$value": "800 clamp(3.5rem, round(2.908rem + 2.761cqi, 0.01rem), 6rem)/1.1 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
349
|
+
"$type": "typography",
|
|
350
|
+
"$description": "--text-display-xl"
|
|
351
|
+
},
|
|
352
|
+
"display-lg": {
|
|
353
|
+
"$value": "800 clamp(3rem, round(2.527rem + 2.208cqi, 0.01rem), 5rem)/1.1 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
354
|
+
"$type": "typography",
|
|
355
|
+
"$description": "--text-display-lg"
|
|
356
|
+
},
|
|
357
|
+
"display-md": {
|
|
358
|
+
"$value": "700 clamp(2.5rem, round(2.145rem + 1.656cqi, 0.01rem), 4rem)/1.15 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
359
|
+
"$type": "typography",
|
|
360
|
+
"$description": "--text-display-md"
|
|
361
|
+
},
|
|
362
|
+
"h1": {
|
|
363
|
+
"$value": "700 clamp(2.25rem, round(2.013rem + 1.104cqi, 0.01rem), 3.25rem)/1.2 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
364
|
+
"$type": "typography",
|
|
365
|
+
"$description": "--text-h1"
|
|
366
|
+
},
|
|
367
|
+
"h1-light": {
|
|
368
|
+
"$value": "300 clamp(2.25rem, round(2.013rem + 1.104cqi, 0.01rem), 3.25rem)/1.2 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
369
|
+
"$type": "typography",
|
|
370
|
+
"$description": "--text-h1-light"
|
|
371
|
+
},
|
|
372
|
+
"h2": {
|
|
373
|
+
"$value": "600 clamp(1.88rem, round(1.674rem + 0.961cqi, 0.01rem), 2.75rem)/1.2 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
374
|
+
"$type": "typography",
|
|
375
|
+
"$description": "--text-h2"
|
|
376
|
+
},
|
|
377
|
+
"h2-light": {
|
|
378
|
+
"$value": "300 clamp(1.88rem, round(1.674rem + 0.961cqi, 0.01rem), 2.75rem)/1.2 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
379
|
+
"$type": "typography",
|
|
380
|
+
"$description": "--text-h2-light"
|
|
381
|
+
},
|
|
382
|
+
"h3": {
|
|
383
|
+
"$value": "600 clamp(1.63rem, round(1.424rem + 0.961cqi, 0.01rem), 2.5rem)/1.25 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
384
|
+
"$type": "typography",
|
|
385
|
+
"$description": "--text-h3"
|
|
386
|
+
},
|
|
387
|
+
"h3-light": {
|
|
388
|
+
"$value": "300 clamp(1.63rem, round(1.424rem + 0.961cqi, 0.01rem), 2.5rem)/1.25 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
389
|
+
"$type": "typography",
|
|
390
|
+
"$description": "--text-h3-light"
|
|
391
|
+
},
|
|
392
|
+
"h4": {
|
|
393
|
+
"$value": "600 clamp(1.5rem, round(1.382rem + 0.552cqi, 0.01rem), 2rem)/1.3 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
394
|
+
"$type": "typography",
|
|
395
|
+
"$description": "--text-h4"
|
|
396
|
+
},
|
|
397
|
+
"h4-light": {
|
|
398
|
+
"$value": "300 clamp(1.5rem, round(1.382rem + 0.552cqi, 0.01rem), 2rem)/1.3 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
399
|
+
"$type": "typography",
|
|
400
|
+
"$description": "--text-h4-light"
|
|
401
|
+
},
|
|
402
|
+
"h5": {
|
|
403
|
+
"$value": "500 clamp(1.25rem, round(1.191rem + 0.276cqi, 0.01rem), 1.5rem)/1.4 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
404
|
+
"$type": "typography",
|
|
405
|
+
"$description": "--text-h5"
|
|
406
|
+
},
|
|
407
|
+
"h5-light": {
|
|
408
|
+
"$value": "300 clamp(1.25rem, round(1.191rem + 0.276cqi, 0.01rem), 1.5rem)/1.4 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
409
|
+
"$type": "typography",
|
|
410
|
+
"$description": "--text-h5-light"
|
|
411
|
+
},
|
|
412
|
+
"h6": {
|
|
413
|
+
"$value": "500 clamp(1.13rem, round(1.101rem + 0.133cqi, 0.01rem), 1.25rem)/1.4 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
414
|
+
"$type": "typography",
|
|
415
|
+
"$description": "--text-h6"
|
|
416
|
+
},
|
|
417
|
+
"h6-light": {
|
|
418
|
+
"$value": "300 clamp(1.13rem, round(1.101rem + 0.133cqi, 0.01rem), 1.25rem)/1.4 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
419
|
+
"$type": "typography",
|
|
420
|
+
"$description": "--text-h6-light"
|
|
421
|
+
},
|
|
422
|
+
"body-xl": {
|
|
423
|
+
"$value": "400 clamp(1.25rem, round(1.191rem + 0.276cqi, 0.01rem), 1.5rem)/1.6 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
424
|
+
"$type": "typography",
|
|
425
|
+
"$description": "--text-body-xl"
|
|
426
|
+
},
|
|
427
|
+
"body-lg": {
|
|
428
|
+
"$value": "400 clamp(1.13rem, round(1.101rem + 0.133cqi, 0.01rem), 1.25rem)/1.6 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
429
|
+
"$type": "typography",
|
|
430
|
+
"$description": "--text-body-lg"
|
|
431
|
+
},
|
|
432
|
+
"body": {
|
|
433
|
+
"$value": "400 clamp(1rem, round(0.969rem + 0.144cqi, 0.01rem), 1.13rem)/1.6 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
434
|
+
"$type": "typography",
|
|
435
|
+
"$description": "--text-body"
|
|
436
|
+
},
|
|
437
|
+
"body-bold": {
|
|
438
|
+
"$value": "700 clamp(1rem, round(0.969rem + 0.144cqi, 0.01rem), 1.13rem)/1.6 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
439
|
+
"$type": "typography",
|
|
440
|
+
"$description": "--text-body-bold"
|
|
441
|
+
},
|
|
442
|
+
"body-semibold": {
|
|
443
|
+
"$value": "600 clamp(1rem, round(0.969rem + 0.144cqi, 0.01rem), 1.13rem)/1.6 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
444
|
+
"$type": "typography",
|
|
445
|
+
"$description": "--text-body-semibold"
|
|
446
|
+
},
|
|
447
|
+
"body-medium": {
|
|
448
|
+
"$value": "500 clamp(1rem, round(0.969rem + 0.144cqi, 0.01rem), 1.13rem)/1.6 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
449
|
+
"$type": "typography",
|
|
450
|
+
"$description": "--text-body-medium"
|
|
451
|
+
},
|
|
452
|
+
"body-sm": {
|
|
453
|
+
"$value": "400 clamp(0.88rem, round(0.851rem + 0.133cqi, 0.01rem), 1rem)/1.5 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
454
|
+
"$type": "typography",
|
|
455
|
+
"$description": "--text-body-sm"
|
|
456
|
+
},
|
|
457
|
+
"body-sm-bold": {
|
|
458
|
+
"$value": "700 clamp(0.88rem, round(0.851rem + 0.133cqi, 0.01rem), 1rem)/1.5 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
459
|
+
"$type": "typography",
|
|
460
|
+
"$description": "--text-body-sm-bold"
|
|
461
|
+
},
|
|
462
|
+
"body-sm-semibold": {
|
|
463
|
+
"$value": "600 clamp(0.88rem, round(0.851rem + 0.133cqi, 0.01rem), 1rem)/1.5 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
464
|
+
"$type": "typography",
|
|
465
|
+
"$description": "--text-body-sm-semibold"
|
|
466
|
+
},
|
|
467
|
+
"body-xs": {
|
|
468
|
+
"$value": "400 clamp(0.75rem, round(0.719rem + 0.144cqi, 0.01rem), 0.88rem)/1.5 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
469
|
+
"$type": "typography",
|
|
470
|
+
"$description": "--text-body-xs"
|
|
471
|
+
},
|
|
472
|
+
"label": {
|
|
473
|
+
"$value": "500 clamp(0.75rem, round(0.719rem + 0.144cqi, 0.01rem), 0.88rem)/1.4 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
474
|
+
"$type": "typography",
|
|
475
|
+
"$description": "--text-label"
|
|
476
|
+
},
|
|
477
|
+
"label-bold": {
|
|
478
|
+
"$value": "700 clamp(0.75rem, round(0.719rem + 0.144cqi, 0.01rem), 0.88rem)/1.4 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
479
|
+
"$type": "typography",
|
|
480
|
+
"$description": "--text-label-bold"
|
|
481
|
+
},
|
|
482
|
+
"caption": {
|
|
483
|
+
"$value": "400 clamp(0.69rem, round(0.676rem + 0.066cqi, 0.01rem), 0.75rem)/1.4 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
484
|
+
"$type": "typography",
|
|
485
|
+
"$description": "--text-caption"
|
|
486
|
+
},
|
|
487
|
+
"caption-bold": {
|
|
488
|
+
"$value": "600 clamp(0.69rem, round(0.676rem + 0.066cqi, 0.01rem), 0.75rem)/1.4 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
489
|
+
"$type": "typography",
|
|
490
|
+
"$description": "--text-caption-bold"
|
|
491
|
+
},
|
|
492
|
+
"overline": {
|
|
493
|
+
"$value": "600 clamp(0.88rem, round(0.851rem + 0.133cqi, 0.01rem), 1rem)/1.3 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
494
|
+
"$type": "typography",
|
|
495
|
+
"$description": "--text-overline"
|
|
496
|
+
},
|
|
497
|
+
"link": {
|
|
498
|
+
"$value": "500 clamp(0.94rem, round(0.926rem + 0.066cqi, 0.01rem), 1rem)/1.5 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
499
|
+
"$type": "typography",
|
|
500
|
+
"$description": "--text-link"
|
|
501
|
+
},
|
|
502
|
+
"link-bold": {
|
|
503
|
+
"$value": "700 clamp(0.94rem, round(0.926rem + 0.066cqi, 0.01rem), 1rem)/1.5 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
504
|
+
"$type": "typography",
|
|
505
|
+
"$description": "--text-link-bold"
|
|
506
|
+
},
|
|
507
|
+
"button": {
|
|
508
|
+
"$value": "600 clamp(0.88rem, round(0.851rem + 0.133cqi, 0.01rem), 1rem)/1.2 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
509
|
+
"$type": "typography",
|
|
510
|
+
"$description": "--text-button"
|
|
511
|
+
},
|
|
512
|
+
"button-lg": {
|
|
513
|
+
"$value": "600 clamp(1rem, round(0.969rem + 0.144cqi, 0.01rem), 1.13rem)/1.2 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
514
|
+
"$type": "typography",
|
|
515
|
+
"$description": "--text-button-lg"
|
|
516
|
+
},
|
|
517
|
+
"button-sm": {
|
|
518
|
+
"$value": "600 clamp(0.75rem, round(0.719rem + 0.144cqi, 0.01rem), 0.88rem)/1.2 Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif",
|
|
519
|
+
"$type": "typography",
|
|
520
|
+
"$description": "--text-button-sm"
|
|
521
|
+
},
|
|
522
|
+
"code": {
|
|
523
|
+
"$value": "400 clamp(0.88rem, round(0.851rem + 0.133cqi, 0.01rem), 1rem)/1.6 JetBrains Mono, Fira Code, Cascadia Code, Courier New, monospace",
|
|
524
|
+
"$type": "typography",
|
|
525
|
+
"$description": "--text-code"
|
|
526
|
+
},
|
|
527
|
+
"code-sm": {
|
|
528
|
+
"$value": "400 clamp(0.75rem, round(0.719rem + 0.144cqi, 0.01rem), 0.88rem)/1.6 JetBrains Mono, Fira Code, Cascadia Code, Courier New, monospace",
|
|
529
|
+
"$type": "typography",
|
|
530
|
+
"$description": "--text-code-sm"
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"zIndex": {
|
|
534
|
+
"base": {
|
|
535
|
+
"$value": 0,
|
|
536
|
+
"$type": "number",
|
|
537
|
+
"$description": "--z-base"
|
|
538
|
+
},
|
|
539
|
+
"dropdown": {
|
|
540
|
+
"$value": 100,
|
|
541
|
+
"$type": "number",
|
|
542
|
+
"$description": "--z-dropdown"
|
|
543
|
+
},
|
|
544
|
+
"sticky": {
|
|
545
|
+
"$value": 200,
|
|
546
|
+
"$type": "number",
|
|
547
|
+
"$description": "--z-sticky"
|
|
548
|
+
},
|
|
549
|
+
"overlay": {
|
|
550
|
+
"$value": 900,
|
|
551
|
+
"$type": "number",
|
|
552
|
+
"$description": "--z-overlay"
|
|
553
|
+
},
|
|
554
|
+
"modal-backdrop": {
|
|
555
|
+
"$value": 999,
|
|
556
|
+
"$type": "number",
|
|
557
|
+
"$description": "--z-modal-backdrop"
|
|
558
|
+
},
|
|
559
|
+
"modal": {
|
|
560
|
+
"$value": 1000,
|
|
561
|
+
"$type": "number",
|
|
562
|
+
"$description": "--z-modal"
|
|
563
|
+
},
|
|
564
|
+
"toast": {
|
|
565
|
+
"$value": 1100,
|
|
566
|
+
"$type": "number",
|
|
567
|
+
"$description": "--z-toast"
|
|
568
|
+
},
|
|
569
|
+
"tooltip": {
|
|
570
|
+
"$value": 1200,
|
|
571
|
+
"$type": "number",
|
|
572
|
+
"$description": "--z-tooltip"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"color": {
|
|
576
|
+
"primary": {
|
|
577
|
+
"$value": "oklch(50% 0.232 259.6deg)",
|
|
578
|
+
"$type": "color",
|
|
579
|
+
"$description": "--color-primary"
|
|
580
|
+
},
|
|
581
|
+
"primary-light": {
|
|
582
|
+
"$value": "oklch(from var(--color-primary) calc(l + 0.15) c h)",
|
|
583
|
+
"$type": "color",
|
|
584
|
+
"$description": "--color-primary-light"
|
|
585
|
+
},
|
|
586
|
+
"primary-dark": {
|
|
587
|
+
"$value": "oklch(from var(--color-primary) calc(l - 0.15) c h)",
|
|
588
|
+
"$type": "color",
|
|
589
|
+
"$description": "--color-primary-dark"
|
|
590
|
+
},
|
|
591
|
+
"secondary": {
|
|
592
|
+
"$value": "oklch(74.7% 0.174 60.6deg)",
|
|
593
|
+
"$type": "color",
|
|
594
|
+
"$description": "--color-secondary"
|
|
595
|
+
},
|
|
596
|
+
"secondary-light": {
|
|
597
|
+
"$value": "oklch(from var(--color-secondary) calc(l + 0.15) c h)",
|
|
598
|
+
"$type": "color",
|
|
599
|
+
"$description": "--color-secondary-light"
|
|
600
|
+
},
|
|
601
|
+
"secondary-dark": {
|
|
602
|
+
"$value": "oklch(from var(--color-secondary) calc(l - 0.15) c h)",
|
|
603
|
+
"$type": "color",
|
|
604
|
+
"$description": "--color-secondary-dark"
|
|
605
|
+
},
|
|
606
|
+
"accent": {
|
|
607
|
+
"$value": "oklch(52% 0.153 164.1deg)",
|
|
608
|
+
"$type": "color",
|
|
609
|
+
"$description": "--color-accent"
|
|
610
|
+
},
|
|
611
|
+
"accent-light": {
|
|
612
|
+
"$value": "oklch(from var(--color-accent) calc(l + 0.15) c h)",
|
|
613
|
+
"$type": "color",
|
|
614
|
+
"$description": "--color-accent-light"
|
|
615
|
+
},
|
|
616
|
+
"accent-dark": {
|
|
617
|
+
"$value": "oklch(from var(--color-accent) calc(l - 0.15) c h)",
|
|
618
|
+
"$type": "color",
|
|
619
|
+
"$description": "--color-accent-dark"
|
|
620
|
+
},
|
|
621
|
+
"background": {
|
|
622
|
+
"$value": "oklch(97.6% 0 0deg)",
|
|
623
|
+
"$type": "color",
|
|
624
|
+
"$description": "--color-background"
|
|
625
|
+
},
|
|
626
|
+
"surface": {
|
|
627
|
+
"$value": "oklch(from var(--color-background) calc(l - 0.02) c h)",
|
|
628
|
+
"$type": "color",
|
|
629
|
+
"$description": "--color-surface"
|
|
630
|
+
},
|
|
631
|
+
"text": {
|
|
632
|
+
"$value": "oklch(21.8% 0 0deg)",
|
|
633
|
+
"$type": "color",
|
|
634
|
+
"$description": "--color-text"
|
|
635
|
+
},
|
|
636
|
+
"text-inverse": {
|
|
637
|
+
"$value": "oklch(97.6% 0 0deg)",
|
|
638
|
+
"$type": "color",
|
|
639
|
+
"$description": "--color-text-inverse"
|
|
640
|
+
},
|
|
641
|
+
"text-muted": {
|
|
642
|
+
"$value": "color-mix(in oklch, var(--color-text), var(--color-background) 50%)",
|
|
643
|
+
"$type": "color",
|
|
644
|
+
"$description": "--color-text-muted"
|
|
645
|
+
},
|
|
646
|
+
"border": {
|
|
647
|
+
"$value": "color-mix(in oklch, var(--color-text), var(--color-background) 80%)",
|
|
648
|
+
"$type": "color",
|
|
649
|
+
"$description": "--color-border"
|
|
650
|
+
},
|
|
651
|
+
"border-strong": {
|
|
652
|
+
"$value": "color-mix(in oklch, var(--color-text), var(--color-background) 60%)",
|
|
653
|
+
"$type": "color",
|
|
654
|
+
"$description": "--color-border-strong"
|
|
655
|
+
},
|
|
656
|
+
"surface-subtle": {
|
|
657
|
+
"$value": "color-mix(in oklch, var(--color-surface), var(--color-text) 5%)",
|
|
658
|
+
"$type": "color",
|
|
659
|
+
"$description": "--color-surface-subtle"
|
|
660
|
+
},
|
|
661
|
+
"warning-subtle": {
|
|
662
|
+
"$value": "color-mix(in oklch, var(--base-system-warning), var(--color-background) 75%)",
|
|
663
|
+
"$type": "color",
|
|
664
|
+
"$description": "--color-warning-subtle"
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
}
|