@brokui/brok-design-language 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 +21 -0
- package/README.md +24 -0
- package/dist/index.d.ts +1192 -0
- package/dist/index.js +1839 -0
- package/dist/index.js.map +1 -0
- package/dist/tokens.d.ts +2457 -0
- package/dist/tokens.js +1845 -0
- package/dist/tokens.js.map +1 -0
- package/package.json +47 -0
package/dist/tokens.js
ADDED
|
@@ -0,0 +1,1845 @@
|
|
|
1
|
+
// Generated by scripts/design-tokens.mjs. Do not edit.
|
|
2
|
+
export const themeMetadata = {
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"format": "DTCG 2025.10",
|
|
5
|
+
"source": "tokens/",
|
|
6
|
+
"sourceSha256": "471c62ae6c9cab7ea22ec7142fb39595e0dfe5073394dda1084b6f53918b5390",
|
|
7
|
+
"selectors": {
|
|
8
|
+
"brand": "data-brand",
|
|
9
|
+
"color": "class",
|
|
10
|
+
"contrast": "data-contrast",
|
|
11
|
+
"motion": "data-motion",
|
|
12
|
+
"density": "data-density"
|
|
13
|
+
},
|
|
14
|
+
"groups": [
|
|
15
|
+
"Colors",
|
|
16
|
+
"Charts",
|
|
17
|
+
"Spacing",
|
|
18
|
+
"Controls",
|
|
19
|
+
"Layout",
|
|
20
|
+
"Radius",
|
|
21
|
+
"Typography",
|
|
22
|
+
"Shadows",
|
|
23
|
+
"Motion",
|
|
24
|
+
"Layers"
|
|
25
|
+
],
|
|
26
|
+
"tokens": [
|
|
27
|
+
{
|
|
28
|
+
"path": "token.background",
|
|
29
|
+
"cssVariable": "--background",
|
|
30
|
+
"type": "color",
|
|
31
|
+
"description": "Background",
|
|
32
|
+
"light": "0 0% 100%",
|
|
33
|
+
"dark": "24 8% 9%",
|
|
34
|
+
"group": "Colors"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"path": "token.foreground",
|
|
38
|
+
"cssVariable": "--foreground",
|
|
39
|
+
"type": "color",
|
|
40
|
+
"description": "Foreground",
|
|
41
|
+
"light": "24 12% 10%",
|
|
42
|
+
"dark": "30 12% 96%",
|
|
43
|
+
"group": "Colors"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"path": "token.card",
|
|
47
|
+
"cssVariable": "--card",
|
|
48
|
+
"type": "color",
|
|
49
|
+
"description": "Card",
|
|
50
|
+
"light": "0 0% 100%",
|
|
51
|
+
"dark": "24 8% 11%",
|
|
52
|
+
"group": "Colors"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"path": "token.card-foreground",
|
|
56
|
+
"cssVariable": "--card-foreground",
|
|
57
|
+
"type": "color",
|
|
58
|
+
"description": "Card foreground",
|
|
59
|
+
"light": "24 12% 10%",
|
|
60
|
+
"dark": "30 12% 96%",
|
|
61
|
+
"group": "Colors"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"path": "token.popover",
|
|
65
|
+
"cssVariable": "--popover",
|
|
66
|
+
"type": "color",
|
|
67
|
+
"description": "Popover",
|
|
68
|
+
"light": "0 0% 100%",
|
|
69
|
+
"dark": "24 8% 11%",
|
|
70
|
+
"group": "Colors"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"path": "token.popover-foreground",
|
|
74
|
+
"cssVariable": "--popover-foreground",
|
|
75
|
+
"type": "color",
|
|
76
|
+
"description": "Popover foreground",
|
|
77
|
+
"light": "24 12% 10%",
|
|
78
|
+
"dark": "30 12% 96%",
|
|
79
|
+
"group": "Colors"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"path": "token.primary",
|
|
83
|
+
"cssVariable": "--primary",
|
|
84
|
+
"type": "color",
|
|
85
|
+
"description": "Primary",
|
|
86
|
+
"light": "15 90% 40%",
|
|
87
|
+
"dark": "15 90% 62%",
|
|
88
|
+
"group": "Colors"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"path": "token.primary-foreground",
|
|
92
|
+
"cssVariable": "--primary-foreground",
|
|
93
|
+
"type": "color",
|
|
94
|
+
"description": "Primary foreground",
|
|
95
|
+
"light": "0 0% 100%",
|
|
96
|
+
"dark": "20 14.3% 4.1%",
|
|
97
|
+
"group": "Colors"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"path": "token.secondary",
|
|
101
|
+
"cssVariable": "--secondary",
|
|
102
|
+
"type": "color",
|
|
103
|
+
"description": "Secondary",
|
|
104
|
+
"light": "30 14% 95%",
|
|
105
|
+
"dark": "24 8% 18%",
|
|
106
|
+
"group": "Colors"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"path": "token.secondary-foreground",
|
|
110
|
+
"cssVariable": "--secondary-foreground",
|
|
111
|
+
"type": "color",
|
|
112
|
+
"description": "Secondary foreground",
|
|
113
|
+
"light": "24 14% 14%",
|
|
114
|
+
"dark": "30 12% 96%",
|
|
115
|
+
"group": "Colors"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"path": "token.muted",
|
|
119
|
+
"cssVariable": "--muted",
|
|
120
|
+
"type": "color",
|
|
121
|
+
"description": "Muted",
|
|
122
|
+
"light": "30 14% 95%",
|
|
123
|
+
"dark": "24 8% 18%",
|
|
124
|
+
"group": "Colors"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"path": "token.muted-foreground",
|
|
128
|
+
"cssVariable": "--muted-foreground",
|
|
129
|
+
"type": "color",
|
|
130
|
+
"description": "Muted foreground",
|
|
131
|
+
"light": "24 8% 38%",
|
|
132
|
+
"dark": "30 8% 64%",
|
|
133
|
+
"group": "Colors"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"path": "token.accent",
|
|
137
|
+
"cssVariable": "--accent",
|
|
138
|
+
"type": "color",
|
|
139
|
+
"description": "Accent",
|
|
140
|
+
"light": "30 14% 94%",
|
|
141
|
+
"dark": "24 8% 18%",
|
|
142
|
+
"group": "Colors"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"path": "token.accent-foreground",
|
|
146
|
+
"cssVariable": "--accent-foreground",
|
|
147
|
+
"type": "color",
|
|
148
|
+
"description": "Accent foreground",
|
|
149
|
+
"light": "24 14% 14%",
|
|
150
|
+
"dark": "30 12% 96%",
|
|
151
|
+
"group": "Colors"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"path": "token.destructive",
|
|
155
|
+
"cssVariable": "--destructive",
|
|
156
|
+
"type": "color",
|
|
157
|
+
"description": "Destructive",
|
|
158
|
+
"light": "0 72% 42%",
|
|
159
|
+
"dark": "0 84% 78%",
|
|
160
|
+
"group": "Colors"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"path": "token.destructive-foreground",
|
|
164
|
+
"cssVariable": "--destructive-foreground",
|
|
165
|
+
"type": "color",
|
|
166
|
+
"description": "Destructive foreground",
|
|
167
|
+
"light": "210 40% 98%",
|
|
168
|
+
"dark": "20 14.3% 4.1%",
|
|
169
|
+
"group": "Colors"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"path": "token.success",
|
|
173
|
+
"cssVariable": "--success",
|
|
174
|
+
"type": "color",
|
|
175
|
+
"description": "Success",
|
|
176
|
+
"light": "142 76% 25%",
|
|
177
|
+
"dark": "142.1 70.6% 45.3%",
|
|
178
|
+
"group": "Colors"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"path": "token.success-foreground",
|
|
182
|
+
"cssVariable": "--success-foreground",
|
|
183
|
+
"type": "color",
|
|
184
|
+
"description": "Success foreground",
|
|
185
|
+
"light": "355.7 100% 97.3%",
|
|
186
|
+
"dark": "144.9 80.4% 10%",
|
|
187
|
+
"group": "Colors"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"path": "token.warning",
|
|
191
|
+
"cssVariable": "--warning",
|
|
192
|
+
"type": "color",
|
|
193
|
+
"description": "Warning",
|
|
194
|
+
"light": "26 90% 34%",
|
|
195
|
+
"dark": "47.9 95.8% 53.1%",
|
|
196
|
+
"group": "Colors"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"path": "token.warning-foreground",
|
|
200
|
+
"cssVariable": "--warning-foreground",
|
|
201
|
+
"type": "color",
|
|
202
|
+
"description": "Warning foreground",
|
|
203
|
+
"light": "0 0% 100%",
|
|
204
|
+
"dark": "26 83.3% 14.1%",
|
|
205
|
+
"group": "Colors"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"path": "token.info",
|
|
209
|
+
"cssVariable": "--info",
|
|
210
|
+
"type": "color",
|
|
211
|
+
"description": "Info",
|
|
212
|
+
"light": "221 83% 42%",
|
|
213
|
+
"dark": "217.2 91.2% 70%",
|
|
214
|
+
"group": "Colors"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"path": "token.info-foreground",
|
|
218
|
+
"cssVariable": "--info-foreground",
|
|
219
|
+
"type": "color",
|
|
220
|
+
"description": "Info foreground",
|
|
221
|
+
"light": "210 40% 98%",
|
|
222
|
+
"dark": "222.2 47.4% 11.2%",
|
|
223
|
+
"group": "Colors"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"path": "token.border",
|
|
227
|
+
"cssVariable": "--border",
|
|
228
|
+
"type": "color",
|
|
229
|
+
"description": "Border",
|
|
230
|
+
"light": "30 12% 57%",
|
|
231
|
+
"dark": "24 8% 45%",
|
|
232
|
+
"group": "Colors"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"path": "token.input",
|
|
236
|
+
"cssVariable": "--input",
|
|
237
|
+
"type": "color",
|
|
238
|
+
"description": "Input",
|
|
239
|
+
"light": "30 12% 57%",
|
|
240
|
+
"dark": "24 8% 45%",
|
|
241
|
+
"group": "Colors"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"path": "token.ring",
|
|
245
|
+
"cssVariable": "--ring",
|
|
246
|
+
"type": "color",
|
|
247
|
+
"description": "Ring",
|
|
248
|
+
"light": "15 88% 42%",
|
|
249
|
+
"dark": "15 90% 62%",
|
|
250
|
+
"group": "Colors"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"path": "token.chart-1",
|
|
254
|
+
"cssVariable": "--chart-1",
|
|
255
|
+
"type": "color",
|
|
256
|
+
"description": "Chart 1",
|
|
257
|
+
"light": "221 83% 53%",
|
|
258
|
+
"dark": "217 91% 65%",
|
|
259
|
+
"group": "Charts"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"path": "token.chart-2",
|
|
263
|
+
"cssVariable": "--chart-2",
|
|
264
|
+
"type": "color",
|
|
265
|
+
"description": "Chart 2",
|
|
266
|
+
"light": "173 58% 39%",
|
|
267
|
+
"dark": "173 58% 49%",
|
|
268
|
+
"group": "Charts"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"path": "token.chart-3",
|
|
272
|
+
"cssVariable": "--chart-3",
|
|
273
|
+
"type": "color",
|
|
274
|
+
"description": "Chart 3",
|
|
275
|
+
"light": "38 92% 50%",
|
|
276
|
+
"dark": "38 96% 58%",
|
|
277
|
+
"group": "Charts"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"path": "token.chart-4",
|
|
281
|
+
"cssVariable": "--chart-4",
|
|
282
|
+
"type": "color",
|
|
283
|
+
"description": "Chart 4",
|
|
284
|
+
"light": "271 76% 53%",
|
|
285
|
+
"dark": "271 82% 68%",
|
|
286
|
+
"group": "Charts"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"path": "token.chart-5",
|
|
290
|
+
"cssVariable": "--chart-5",
|
|
291
|
+
"type": "color",
|
|
292
|
+
"description": "Chart 5",
|
|
293
|
+
"light": "340 75% 55%",
|
|
294
|
+
"dark": "340 82% 66%",
|
|
295
|
+
"group": "Charts"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"path": "token.spacing",
|
|
299
|
+
"cssVariable": "--spacing",
|
|
300
|
+
"type": "dimension",
|
|
301
|
+
"description": "Base spacing unit",
|
|
302
|
+
"light": "0.25rem",
|
|
303
|
+
"dark": "0.25rem",
|
|
304
|
+
"group": "Spacing"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"path": "token.control-gap",
|
|
308
|
+
"cssVariable": "--control-gap",
|
|
309
|
+
"type": "dimension",
|
|
310
|
+
"description": "Control gap",
|
|
311
|
+
"light": "0.5rem",
|
|
312
|
+
"dark": "0.5rem",
|
|
313
|
+
"group": "Spacing"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"path": "token.field-gap",
|
|
317
|
+
"cssVariable": "--field-gap",
|
|
318
|
+
"type": "dimension",
|
|
319
|
+
"description": "Field gap",
|
|
320
|
+
"light": "0.5rem",
|
|
321
|
+
"dark": "0.5rem",
|
|
322
|
+
"group": "Spacing"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"path": "token.card-padding",
|
|
326
|
+
"cssVariable": "--card-padding",
|
|
327
|
+
"type": "dimension",
|
|
328
|
+
"description": "Card padding",
|
|
329
|
+
"light": "1.5rem",
|
|
330
|
+
"dark": "1.5rem",
|
|
331
|
+
"group": "Spacing"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"path": "token.dialog-padding",
|
|
335
|
+
"cssVariable": "--dialog-padding",
|
|
336
|
+
"type": "dimension",
|
|
337
|
+
"description": "Dialog padding",
|
|
338
|
+
"light": "1.5rem",
|
|
339
|
+
"dark": "1.5rem",
|
|
340
|
+
"group": "Spacing"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"path": "token.section-gap",
|
|
344
|
+
"cssVariable": "--section-gap",
|
|
345
|
+
"type": "dimension",
|
|
346
|
+
"description": "Section gap",
|
|
347
|
+
"light": "3rem",
|
|
348
|
+
"dark": "3rem",
|
|
349
|
+
"group": "Spacing"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"path": "token.stack-gap-sm",
|
|
353
|
+
"cssVariable": "--stack-gap-sm",
|
|
354
|
+
"type": "dimension",
|
|
355
|
+
"description": "Stack gap sm",
|
|
356
|
+
"light": "0.5rem",
|
|
357
|
+
"dark": "0.5rem",
|
|
358
|
+
"group": "Spacing"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"path": "token.stack-gap-md",
|
|
362
|
+
"cssVariable": "--stack-gap-md",
|
|
363
|
+
"type": "dimension",
|
|
364
|
+
"description": "Stack gap md",
|
|
365
|
+
"light": "1rem",
|
|
366
|
+
"dark": "1rem",
|
|
367
|
+
"group": "Spacing"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"path": "token.stack-gap-lg",
|
|
371
|
+
"cssVariable": "--stack-gap-lg",
|
|
372
|
+
"type": "dimension",
|
|
373
|
+
"description": "Stack gap lg",
|
|
374
|
+
"light": "1.5rem",
|
|
375
|
+
"dark": "1.5rem",
|
|
376
|
+
"group": "Spacing"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"path": "token.surface-padding-sm",
|
|
380
|
+
"cssVariable": "--surface-padding-sm",
|
|
381
|
+
"type": "dimension",
|
|
382
|
+
"description": "Surface padding sm",
|
|
383
|
+
"light": "1rem",
|
|
384
|
+
"dark": "1rem",
|
|
385
|
+
"group": "Spacing"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"path": "token.surface-padding-md",
|
|
389
|
+
"cssVariable": "--surface-padding-md",
|
|
390
|
+
"type": "dimension",
|
|
391
|
+
"description": "Surface padding md",
|
|
392
|
+
"light": "1.5rem",
|
|
393
|
+
"dark": "1.5rem",
|
|
394
|
+
"group": "Spacing"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"path": "token.surface-padding-lg",
|
|
398
|
+
"cssVariable": "--surface-padding-lg",
|
|
399
|
+
"type": "dimension",
|
|
400
|
+
"description": "Surface padding lg",
|
|
401
|
+
"light": "2rem",
|
|
402
|
+
"dark": "2rem",
|
|
403
|
+
"group": "Spacing"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"path": "token.section-space-sm",
|
|
407
|
+
"cssVariable": "--section-space-sm",
|
|
408
|
+
"type": "dimension",
|
|
409
|
+
"description": "Section space sm",
|
|
410
|
+
"light": "2rem",
|
|
411
|
+
"dark": "2rem",
|
|
412
|
+
"group": "Spacing"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"path": "token.section-space-md",
|
|
416
|
+
"cssVariable": "--section-space-md",
|
|
417
|
+
"type": "dimension",
|
|
418
|
+
"description": "Section space md",
|
|
419
|
+
"light": "3rem",
|
|
420
|
+
"dark": "3rem",
|
|
421
|
+
"group": "Spacing"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"path": "token.section-space-lg",
|
|
425
|
+
"cssVariable": "--section-space-lg",
|
|
426
|
+
"type": "dimension",
|
|
427
|
+
"description": "Section space lg",
|
|
428
|
+
"light": "4rem",
|
|
429
|
+
"dark": "4rem",
|
|
430
|
+
"group": "Spacing"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"path": "token.control-size-xs",
|
|
434
|
+
"cssVariable": "--control-size-xs",
|
|
435
|
+
"type": "dimension",
|
|
436
|
+
"description": "Control xs",
|
|
437
|
+
"light": "2rem",
|
|
438
|
+
"dark": "2rem",
|
|
439
|
+
"group": "Controls"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"path": "token.control-size-sm",
|
|
443
|
+
"cssVariable": "--control-size-sm",
|
|
444
|
+
"type": "dimension",
|
|
445
|
+
"description": "Control sm",
|
|
446
|
+
"light": "2.25rem",
|
|
447
|
+
"dark": "2.25rem",
|
|
448
|
+
"group": "Controls"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"path": "token.control-size-md",
|
|
452
|
+
"cssVariable": "--control-size-md",
|
|
453
|
+
"type": "dimension",
|
|
454
|
+
"description": "Control md",
|
|
455
|
+
"light": "2.5rem",
|
|
456
|
+
"dark": "2.5rem",
|
|
457
|
+
"group": "Controls"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"path": "token.control-size-lg",
|
|
461
|
+
"cssVariable": "--control-size-lg",
|
|
462
|
+
"type": "dimension",
|
|
463
|
+
"description": "Control lg",
|
|
464
|
+
"light": "2.75rem",
|
|
465
|
+
"dark": "2.75rem",
|
|
466
|
+
"group": "Controls"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"path": "token.control-size-xl",
|
|
470
|
+
"cssVariable": "--control-size-xl",
|
|
471
|
+
"type": "dimension",
|
|
472
|
+
"description": "Control xl",
|
|
473
|
+
"light": "3rem",
|
|
474
|
+
"dark": "3rem",
|
|
475
|
+
"group": "Controls"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"path": "token.control-padding-x-sm",
|
|
479
|
+
"cssVariable": "--control-padding-x-sm",
|
|
480
|
+
"type": "dimension",
|
|
481
|
+
"description": "Control padding sm",
|
|
482
|
+
"light": "0.75rem",
|
|
483
|
+
"dark": "0.75rem",
|
|
484
|
+
"group": "Controls"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"path": "token.control-padding-x-md",
|
|
488
|
+
"cssVariable": "--control-padding-x-md",
|
|
489
|
+
"type": "dimension",
|
|
490
|
+
"description": "Control padding md",
|
|
491
|
+
"light": "1rem",
|
|
492
|
+
"dark": "1rem",
|
|
493
|
+
"group": "Controls"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"path": "token.control-padding-x-lg",
|
|
497
|
+
"cssVariable": "--control-padding-x-lg",
|
|
498
|
+
"type": "dimension",
|
|
499
|
+
"description": "Control padding lg",
|
|
500
|
+
"light": "1.5rem",
|
|
501
|
+
"dark": "1.5rem",
|
|
502
|
+
"group": "Controls"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"path": "token.container-gutter-sm",
|
|
506
|
+
"cssVariable": "--container-gutter-sm",
|
|
507
|
+
"type": "dimension",
|
|
508
|
+
"description": "Container gutter sm",
|
|
509
|
+
"light": "1rem",
|
|
510
|
+
"dark": "1rem",
|
|
511
|
+
"group": "Layout"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"path": "token.container-gutter-md",
|
|
515
|
+
"cssVariable": "--container-gutter-md",
|
|
516
|
+
"type": "dimension",
|
|
517
|
+
"description": "Container gutter md",
|
|
518
|
+
"light": "1.5rem",
|
|
519
|
+
"dark": "1.5rem",
|
|
520
|
+
"group": "Layout"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"path": "token.container-gutter-lg",
|
|
524
|
+
"cssVariable": "--container-gutter-lg",
|
|
525
|
+
"type": "dimension",
|
|
526
|
+
"description": "Container gutter lg",
|
|
527
|
+
"light": "2rem",
|
|
528
|
+
"dark": "2rem",
|
|
529
|
+
"group": "Layout"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"path": "token.content-width-sm",
|
|
533
|
+
"cssVariable": "--content-width-sm",
|
|
534
|
+
"type": "dimension",
|
|
535
|
+
"description": "Content width sm",
|
|
536
|
+
"light": "42rem",
|
|
537
|
+
"dark": "42rem",
|
|
538
|
+
"group": "Layout"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"path": "token.content-width-md",
|
|
542
|
+
"cssVariable": "--content-width-md",
|
|
543
|
+
"type": "dimension",
|
|
544
|
+
"description": "Content width md",
|
|
545
|
+
"light": "56rem",
|
|
546
|
+
"dark": "56rem",
|
|
547
|
+
"group": "Layout"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"path": "token.content-width-lg",
|
|
551
|
+
"cssVariable": "--content-width-lg",
|
|
552
|
+
"type": "dimension",
|
|
553
|
+
"description": "Content width lg",
|
|
554
|
+
"light": "72rem",
|
|
555
|
+
"dark": "72rem",
|
|
556
|
+
"group": "Layout"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"path": "token.content-width-xl",
|
|
560
|
+
"cssVariable": "--content-width-xl",
|
|
561
|
+
"type": "dimension",
|
|
562
|
+
"description": "Content width xl",
|
|
563
|
+
"light": "80rem",
|
|
564
|
+
"dark": "80rem",
|
|
565
|
+
"group": "Layout"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"path": "token.grid-min-sm",
|
|
569
|
+
"cssVariable": "--grid-min-sm",
|
|
570
|
+
"type": "dimension",
|
|
571
|
+
"description": "Auto grid minimum sm",
|
|
572
|
+
"light": "12rem",
|
|
573
|
+
"dark": "12rem",
|
|
574
|
+
"group": "Layout"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"path": "token.grid-min-md",
|
|
578
|
+
"cssVariable": "--grid-min-md",
|
|
579
|
+
"type": "dimension",
|
|
580
|
+
"description": "Auto grid minimum md",
|
|
581
|
+
"light": "16rem",
|
|
582
|
+
"dark": "16rem",
|
|
583
|
+
"group": "Layout"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"path": "token.grid-min-lg",
|
|
587
|
+
"cssVariable": "--grid-min-lg",
|
|
588
|
+
"type": "dimension",
|
|
589
|
+
"description": "Auto grid minimum lg",
|
|
590
|
+
"light": "20rem",
|
|
591
|
+
"dark": "20rem",
|
|
592
|
+
"group": "Layout"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"path": "token.breakpoint-sm",
|
|
596
|
+
"cssVariable": "--breakpoint-sm",
|
|
597
|
+
"type": "dimension",
|
|
598
|
+
"description": "Breakpoint sm",
|
|
599
|
+
"light": "40rem",
|
|
600
|
+
"dark": "40rem",
|
|
601
|
+
"group": "Build"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"path": "token.breakpoint-md",
|
|
605
|
+
"cssVariable": "--breakpoint-md",
|
|
606
|
+
"type": "dimension",
|
|
607
|
+
"description": "Breakpoint md",
|
|
608
|
+
"light": "48rem",
|
|
609
|
+
"dark": "48rem",
|
|
610
|
+
"group": "Build"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"path": "token.breakpoint-lg",
|
|
614
|
+
"cssVariable": "--breakpoint-lg",
|
|
615
|
+
"type": "dimension",
|
|
616
|
+
"description": "Breakpoint lg",
|
|
617
|
+
"light": "64rem",
|
|
618
|
+
"dark": "64rem",
|
|
619
|
+
"group": "Build"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"path": "token.breakpoint-xl",
|
|
623
|
+
"cssVariable": "--breakpoint-xl",
|
|
624
|
+
"type": "dimension",
|
|
625
|
+
"description": "Breakpoint xl",
|
|
626
|
+
"light": "80rem",
|
|
627
|
+
"dark": "80rem",
|
|
628
|
+
"group": "Build"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"path": "token.breakpoint-2xl",
|
|
632
|
+
"cssVariable": "--breakpoint-2xl",
|
|
633
|
+
"type": "dimension",
|
|
634
|
+
"description": "Breakpoint 2xl",
|
|
635
|
+
"light": "96rem",
|
|
636
|
+
"dark": "96rem",
|
|
637
|
+
"group": "Build"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"path": "token.radius",
|
|
641
|
+
"cssVariable": "--radius",
|
|
642
|
+
"type": "dimension",
|
|
643
|
+
"description": "Base radius",
|
|
644
|
+
"light": "0.5rem",
|
|
645
|
+
"dark": "0.5rem",
|
|
646
|
+
"group": "Radius"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"path": "token.text-xs",
|
|
650
|
+
"cssVariable": "--text-xs",
|
|
651
|
+
"type": "dimension",
|
|
652
|
+
"description": "Text xs",
|
|
653
|
+
"light": "0.75rem",
|
|
654
|
+
"dark": "0.75rem",
|
|
655
|
+
"group": "Typography"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"path": "token.text-xs--line-height",
|
|
659
|
+
"cssVariable": "--text-xs--line-height",
|
|
660
|
+
"type": "dimension",
|
|
661
|
+
"description": "Text xs line height",
|
|
662
|
+
"light": "1rem",
|
|
663
|
+
"dark": "1rem",
|
|
664
|
+
"group": "Typography"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"path": "token.text-sm",
|
|
668
|
+
"cssVariable": "--text-sm",
|
|
669
|
+
"type": "dimension",
|
|
670
|
+
"description": "Text sm",
|
|
671
|
+
"light": "0.875rem",
|
|
672
|
+
"dark": "0.875rem",
|
|
673
|
+
"group": "Typography"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"path": "token.text-sm--line-height",
|
|
677
|
+
"cssVariable": "--text-sm--line-height",
|
|
678
|
+
"type": "dimension",
|
|
679
|
+
"description": "Text sm line height",
|
|
680
|
+
"light": "1.25rem",
|
|
681
|
+
"dark": "1.25rem",
|
|
682
|
+
"group": "Typography"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"path": "token.text-base",
|
|
686
|
+
"cssVariable": "--text-base",
|
|
687
|
+
"type": "dimension",
|
|
688
|
+
"description": "Text base",
|
|
689
|
+
"light": "1rem",
|
|
690
|
+
"dark": "1rem",
|
|
691
|
+
"group": "Typography"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"path": "token.text-base--line-height",
|
|
695
|
+
"cssVariable": "--text-base--line-height",
|
|
696
|
+
"type": "dimension",
|
|
697
|
+
"description": "Text base line height",
|
|
698
|
+
"light": "1.5rem",
|
|
699
|
+
"dark": "1.5rem",
|
|
700
|
+
"group": "Typography"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"path": "token.text-lg",
|
|
704
|
+
"cssVariable": "--text-lg",
|
|
705
|
+
"type": "dimension",
|
|
706
|
+
"description": "Text lg",
|
|
707
|
+
"light": "1.125rem",
|
|
708
|
+
"dark": "1.125rem",
|
|
709
|
+
"group": "Typography"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"path": "token.text-lg--line-height",
|
|
713
|
+
"cssVariable": "--text-lg--line-height",
|
|
714
|
+
"type": "dimension",
|
|
715
|
+
"description": "Text lg line height",
|
|
716
|
+
"light": "1.75rem",
|
|
717
|
+
"dark": "1.75rem",
|
|
718
|
+
"group": "Typography"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"path": "token.text-xl",
|
|
722
|
+
"cssVariable": "--text-xl",
|
|
723
|
+
"type": "dimension",
|
|
724
|
+
"description": "Text xl",
|
|
725
|
+
"light": "1.25rem",
|
|
726
|
+
"dark": "1.25rem",
|
|
727
|
+
"group": "Typography"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"path": "token.text-xl--line-height",
|
|
731
|
+
"cssVariable": "--text-xl--line-height",
|
|
732
|
+
"type": "dimension",
|
|
733
|
+
"description": "Text xl line height",
|
|
734
|
+
"light": "1.75rem",
|
|
735
|
+
"dark": "1.75rem",
|
|
736
|
+
"group": "Typography"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"path": "token.text-2xl",
|
|
740
|
+
"cssVariable": "--text-2xl",
|
|
741
|
+
"type": "dimension",
|
|
742
|
+
"description": "Text 2xl",
|
|
743
|
+
"light": "1.5rem",
|
|
744
|
+
"dark": "1.5rem",
|
|
745
|
+
"group": "Typography"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"path": "token.text-2xl--line-height",
|
|
749
|
+
"cssVariable": "--text-2xl--line-height",
|
|
750
|
+
"type": "dimension",
|
|
751
|
+
"description": "Text 2xl line height",
|
|
752
|
+
"light": "2rem",
|
|
753
|
+
"dark": "2rem",
|
|
754
|
+
"group": "Typography"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"path": "token.text-3xl",
|
|
758
|
+
"cssVariable": "--text-3xl",
|
|
759
|
+
"type": "dimension",
|
|
760
|
+
"description": "Text 3xl",
|
|
761
|
+
"light": "1.875rem",
|
|
762
|
+
"dark": "1.875rem",
|
|
763
|
+
"group": "Typography"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"path": "token.text-3xl--line-height",
|
|
767
|
+
"cssVariable": "--text-3xl--line-height",
|
|
768
|
+
"type": "dimension",
|
|
769
|
+
"description": "Text 3xl line height",
|
|
770
|
+
"light": "2.25rem",
|
|
771
|
+
"dark": "2.25rem",
|
|
772
|
+
"group": "Typography"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"path": "token.text-4xl",
|
|
776
|
+
"cssVariable": "--text-4xl",
|
|
777
|
+
"type": "dimension",
|
|
778
|
+
"description": "Text 4xl",
|
|
779
|
+
"light": "2.25rem",
|
|
780
|
+
"dark": "2.25rem",
|
|
781
|
+
"group": "Typography"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"path": "token.text-4xl--line-height",
|
|
785
|
+
"cssVariable": "--text-4xl--line-height",
|
|
786
|
+
"type": "dimension",
|
|
787
|
+
"description": "Text 4xl line height",
|
|
788
|
+
"light": "2.5rem",
|
|
789
|
+
"dark": "2.5rem",
|
|
790
|
+
"group": "Typography"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"path": "token.text-5xl",
|
|
794
|
+
"cssVariable": "--text-5xl",
|
|
795
|
+
"type": "dimension",
|
|
796
|
+
"description": "Text 5xl",
|
|
797
|
+
"light": "3rem",
|
|
798
|
+
"dark": "3rem",
|
|
799
|
+
"group": "Typography"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"path": "token.text-5xl--line-height",
|
|
803
|
+
"cssVariable": "--text-5xl--line-height",
|
|
804
|
+
"type": "number",
|
|
805
|
+
"description": "Text 5xl line height",
|
|
806
|
+
"light": "1",
|
|
807
|
+
"dark": "1",
|
|
808
|
+
"group": "Typography"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"path": "token.text-6xl",
|
|
812
|
+
"cssVariable": "--text-6xl",
|
|
813
|
+
"type": "dimension",
|
|
814
|
+
"description": "Text 6xl",
|
|
815
|
+
"light": "3.75rem",
|
|
816
|
+
"dark": "3.75rem",
|
|
817
|
+
"group": "Typography"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"path": "token.text-6xl--line-height",
|
|
821
|
+
"cssVariable": "--text-6xl--line-height",
|
|
822
|
+
"type": "number",
|
|
823
|
+
"description": "Text 6xl line height",
|
|
824
|
+
"light": "1",
|
|
825
|
+
"dark": "1",
|
|
826
|
+
"group": "Typography"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"path": "token.text-7xl",
|
|
830
|
+
"cssVariable": "--text-7xl",
|
|
831
|
+
"type": "dimension",
|
|
832
|
+
"description": "Text 7xl",
|
|
833
|
+
"light": "4.5rem",
|
|
834
|
+
"dark": "4.5rem",
|
|
835
|
+
"group": "Typography"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"path": "token.text-7xl--line-height",
|
|
839
|
+
"cssVariable": "--text-7xl--line-height",
|
|
840
|
+
"type": "number",
|
|
841
|
+
"description": "Text 7xl line height",
|
|
842
|
+
"light": "1",
|
|
843
|
+
"dark": "1",
|
|
844
|
+
"group": "Typography"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"path": "token.text-8xl",
|
|
848
|
+
"cssVariable": "--text-8xl",
|
|
849
|
+
"type": "dimension",
|
|
850
|
+
"description": "Text 8xl",
|
|
851
|
+
"light": "6rem",
|
|
852
|
+
"dark": "6rem",
|
|
853
|
+
"group": "Typography"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"path": "token.text-8xl--line-height",
|
|
857
|
+
"cssVariable": "--text-8xl--line-height",
|
|
858
|
+
"type": "number",
|
|
859
|
+
"description": "Text 8xl line height",
|
|
860
|
+
"light": "1",
|
|
861
|
+
"dark": "1",
|
|
862
|
+
"group": "Typography"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"path": "token.text-9xl",
|
|
866
|
+
"cssVariable": "--text-9xl",
|
|
867
|
+
"type": "dimension",
|
|
868
|
+
"description": "Text 9xl",
|
|
869
|
+
"light": "8rem",
|
|
870
|
+
"dark": "8rem",
|
|
871
|
+
"group": "Typography"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"path": "token.text-9xl--line-height",
|
|
875
|
+
"cssVariable": "--text-9xl--line-height",
|
|
876
|
+
"type": "number",
|
|
877
|
+
"description": "Text 9xl line height",
|
|
878
|
+
"light": "1",
|
|
879
|
+
"dark": "1",
|
|
880
|
+
"group": "Typography"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"path": "token.font-weight-normal",
|
|
884
|
+
"cssVariable": "--font-weight-normal",
|
|
885
|
+
"type": "number",
|
|
886
|
+
"description": "Weight normal",
|
|
887
|
+
"light": "400",
|
|
888
|
+
"dark": "400",
|
|
889
|
+
"group": "Typography"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"path": "token.font-weight-medium",
|
|
893
|
+
"cssVariable": "--font-weight-medium",
|
|
894
|
+
"type": "number",
|
|
895
|
+
"description": "Weight medium",
|
|
896
|
+
"light": "500",
|
|
897
|
+
"dark": "500",
|
|
898
|
+
"group": "Typography"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"path": "token.font-weight-semibold",
|
|
902
|
+
"cssVariable": "--font-weight-semibold",
|
|
903
|
+
"type": "number",
|
|
904
|
+
"description": "Weight semibold",
|
|
905
|
+
"light": "600",
|
|
906
|
+
"dark": "600",
|
|
907
|
+
"group": "Typography"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"path": "token.font-weight-bold",
|
|
911
|
+
"cssVariable": "--font-weight-bold",
|
|
912
|
+
"type": "number",
|
|
913
|
+
"description": "Weight bold",
|
|
914
|
+
"light": "700",
|
|
915
|
+
"dark": "700",
|
|
916
|
+
"group": "Typography"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"path": "token.font-heading",
|
|
920
|
+
"cssVariable": "--font-heading",
|
|
921
|
+
"type": "fontFamily",
|
|
922
|
+
"description": "Heading font",
|
|
923
|
+
"light": "var(--font-sans, ui-sans-serif, system-ui, sans-serif)",
|
|
924
|
+
"dark": "var(--font-sans, ui-sans-serif, system-ui, sans-serif)",
|
|
925
|
+
"group": "Typography"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"path": "token.font-body",
|
|
929
|
+
"cssVariable": "--font-body",
|
|
930
|
+
"type": "fontFamily",
|
|
931
|
+
"description": "Body font",
|
|
932
|
+
"light": "var(--font-sans, ui-sans-serif, system-ui, sans-serif)",
|
|
933
|
+
"dark": "var(--font-sans, ui-sans-serif, system-ui, sans-serif)",
|
|
934
|
+
"group": "Typography"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"path": "token.shadow-xs",
|
|
938
|
+
"cssVariable": "--shadow-xs",
|
|
939
|
+
"type": "shadow",
|
|
940
|
+
"description": "Shadow xs",
|
|
941
|
+
"light": "0 1px 2px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 5%, transparent)",
|
|
942
|
+
"dark": "0 1px 2px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 5%, transparent)",
|
|
943
|
+
"group": "Shadows"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"path": "token.shadow-sm",
|
|
947
|
+
"cssVariable": "--shadow-sm",
|
|
948
|
+
"type": "shadow",
|
|
949
|
+
"description": "Shadow sm",
|
|
950
|
+
"light": "0 1px 3px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 1px 2px -1px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
|
|
951
|
+
"dark": "0 1px 3px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 1px 2px -1px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
|
|
952
|
+
"group": "Shadows"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"path": "token.shadow-md",
|
|
956
|
+
"cssVariable": "--shadow-md",
|
|
957
|
+
"type": "shadow",
|
|
958
|
+
"description": "Shadow md",
|
|
959
|
+
"light": "0 4px 6px -1px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 2px 4px -2px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
|
|
960
|
+
"dark": "0 4px 6px -1px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 2px 4px -2px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
|
|
961
|
+
"group": "Shadows"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"path": "token.shadow-lg",
|
|
965
|
+
"cssVariable": "--shadow-lg",
|
|
966
|
+
"type": "shadow",
|
|
967
|
+
"description": "Shadow lg",
|
|
968
|
+
"light": "0 10px 15px -3px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 4px 6px -4px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
|
|
969
|
+
"dark": "0 10px 15px -3px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 4px 6px -4px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
|
|
970
|
+
"group": "Shadows"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"path": "token.duration-fast",
|
|
974
|
+
"cssVariable": "--duration-fast",
|
|
975
|
+
"type": "duration",
|
|
976
|
+
"description": "Duration fast",
|
|
977
|
+
"light": "120ms",
|
|
978
|
+
"dark": "120ms",
|
|
979
|
+
"group": "Motion"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"path": "token.duration-base",
|
|
983
|
+
"cssVariable": "--duration-base",
|
|
984
|
+
"type": "duration",
|
|
985
|
+
"description": "Duration base",
|
|
986
|
+
"light": "180ms",
|
|
987
|
+
"dark": "180ms",
|
|
988
|
+
"group": "Motion"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"path": "token.duration-slow",
|
|
992
|
+
"cssVariable": "--duration-slow",
|
|
993
|
+
"type": "duration",
|
|
994
|
+
"description": "Duration slow",
|
|
995
|
+
"light": "240ms",
|
|
996
|
+
"dark": "240ms",
|
|
997
|
+
"group": "Motion"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"path": "token.ease-standard",
|
|
1001
|
+
"cssVariable": "--ease-standard",
|
|
1002
|
+
"type": "cubicBezier",
|
|
1003
|
+
"description": "Ease standard",
|
|
1004
|
+
"light": "cubic-bezier(0.2, 0, 0, 1)",
|
|
1005
|
+
"dark": "cubic-bezier(0.2, 0, 0, 1)",
|
|
1006
|
+
"group": "Motion"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"path": "token.ease-emphasized",
|
|
1010
|
+
"cssVariable": "--ease-emphasized",
|
|
1011
|
+
"type": "cubicBezier",
|
|
1012
|
+
"description": "Ease emphasized",
|
|
1013
|
+
"light": "cubic-bezier(0.3, 0, 0, 1)",
|
|
1014
|
+
"dark": "cubic-bezier(0.3, 0, 0, 1)",
|
|
1015
|
+
"group": "Motion"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"path": "token.z-base",
|
|
1019
|
+
"cssVariable": "--z-base",
|
|
1020
|
+
"type": "number",
|
|
1021
|
+
"description": "Base layer",
|
|
1022
|
+
"light": "0",
|
|
1023
|
+
"dark": "0",
|
|
1024
|
+
"group": "Layers"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"path": "token.z-dropdown",
|
|
1028
|
+
"cssVariable": "--z-dropdown",
|
|
1029
|
+
"type": "number",
|
|
1030
|
+
"description": "Dropdown layer",
|
|
1031
|
+
"light": "1000",
|
|
1032
|
+
"dark": "1000",
|
|
1033
|
+
"group": "Layers"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"path": "token.z-sticky",
|
|
1037
|
+
"cssVariable": "--z-sticky",
|
|
1038
|
+
"type": "number",
|
|
1039
|
+
"description": "Sticky layer",
|
|
1040
|
+
"light": "1100",
|
|
1041
|
+
"dark": "1100",
|
|
1042
|
+
"group": "Layers"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"path": "token.z-overlay",
|
|
1046
|
+
"cssVariable": "--z-overlay",
|
|
1047
|
+
"type": "number",
|
|
1048
|
+
"description": "Overlay layer",
|
|
1049
|
+
"light": "1200",
|
|
1050
|
+
"dark": "1200",
|
|
1051
|
+
"group": "Layers"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"path": "token.z-modal",
|
|
1055
|
+
"cssVariable": "--z-modal",
|
|
1056
|
+
"type": "number",
|
|
1057
|
+
"description": "Modal layer",
|
|
1058
|
+
"light": "1300",
|
|
1059
|
+
"dark": "1300",
|
|
1060
|
+
"group": "Layers"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"path": "token.z-popover",
|
|
1064
|
+
"cssVariable": "--z-popover",
|
|
1065
|
+
"type": "number",
|
|
1066
|
+
"description": "Popover layer",
|
|
1067
|
+
"light": "1400",
|
|
1068
|
+
"dark": "1400",
|
|
1069
|
+
"group": "Layers"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"path": "token.z-toast",
|
|
1073
|
+
"cssVariable": "--z-toast",
|
|
1074
|
+
"type": "number",
|
|
1075
|
+
"description": "Toast layer",
|
|
1076
|
+
"light": "1500",
|
|
1077
|
+
"dark": "1500",
|
|
1078
|
+
"group": "Layers"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"path": "token.z-tooltip",
|
|
1082
|
+
"cssVariable": "--z-tooltip",
|
|
1083
|
+
"type": "number",
|
|
1084
|
+
"description": "Tooltip layer",
|
|
1085
|
+
"light": "1600",
|
|
1086
|
+
"dark": "1600",
|
|
1087
|
+
"group": "Layers"
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
1090
|
+
"brands": {
|
|
1091
|
+
"default": {
|
|
1092
|
+
"label": "Default",
|
|
1093
|
+
"version": "1.1.1",
|
|
1094
|
+
"swatch": "222.2 47.4% 11.2%",
|
|
1095
|
+
"tokens": {
|
|
1096
|
+
"--primary": {
|
|
1097
|
+
"light": "222.2 47.4% 11.2%",
|
|
1098
|
+
"dark": "210 40% 98%"
|
|
1099
|
+
},
|
|
1100
|
+
"--primary-foreground": {
|
|
1101
|
+
"light": "210 40% 98%",
|
|
1102
|
+
"dark": "222.2 47.4% 11.2%"
|
|
1103
|
+
},
|
|
1104
|
+
"--ring": {
|
|
1105
|
+
"light": "222.2 84% 4.9%",
|
|
1106
|
+
"dark": "212.7 26.8% 83.9%"
|
|
1107
|
+
},
|
|
1108
|
+
"--radius": {
|
|
1109
|
+
"light": "0.5rem",
|
|
1110
|
+
"dark": "0.5rem"
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
"zinc": {
|
|
1115
|
+
"label": "Zinc",
|
|
1116
|
+
"version": "1.1.1",
|
|
1117
|
+
"swatch": "240 5.9% 10%",
|
|
1118
|
+
"tokens": {
|
|
1119
|
+
"--primary": {
|
|
1120
|
+
"light": "240 5.9% 10%",
|
|
1121
|
+
"dark": "0 0% 98%"
|
|
1122
|
+
},
|
|
1123
|
+
"--primary-foreground": {
|
|
1124
|
+
"light": "0 0% 98%",
|
|
1125
|
+
"dark": "240 5.9% 10%"
|
|
1126
|
+
},
|
|
1127
|
+
"--ring": {
|
|
1128
|
+
"light": "240 5.9% 10%",
|
|
1129
|
+
"dark": "240 4.9% 83.9%"
|
|
1130
|
+
},
|
|
1131
|
+
"--radius": {
|
|
1132
|
+
"light": "0.5rem",
|
|
1133
|
+
"dark": "0.5rem"
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
"slate": {
|
|
1138
|
+
"label": "Slate",
|
|
1139
|
+
"version": "1.1.1",
|
|
1140
|
+
"swatch": "215.3 25% 26.7%",
|
|
1141
|
+
"tokens": {
|
|
1142
|
+
"--primary": {
|
|
1143
|
+
"light": "215.3 25% 26.7%",
|
|
1144
|
+
"dark": "210 40% 98%"
|
|
1145
|
+
},
|
|
1146
|
+
"--primary-foreground": {
|
|
1147
|
+
"light": "210 40% 98%",
|
|
1148
|
+
"dark": "215.3 25% 26.7%"
|
|
1149
|
+
},
|
|
1150
|
+
"--ring": {
|
|
1151
|
+
"light": "215.3 25% 26.7%",
|
|
1152
|
+
"dark": "212.7 26.8% 83.9%"
|
|
1153
|
+
},
|
|
1154
|
+
"--radius": {
|
|
1155
|
+
"light": "0.5rem",
|
|
1156
|
+
"dark": "0.5rem"
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
"rose": {
|
|
1161
|
+
"label": "Rose",
|
|
1162
|
+
"version": "1.1.1",
|
|
1163
|
+
"swatch": "346.8 77.2% 48%",
|
|
1164
|
+
"tokens": {
|
|
1165
|
+
"--primary": {
|
|
1166
|
+
"light": "346.8 77.2% 48%",
|
|
1167
|
+
"dark": "346.8 77.2% 48%"
|
|
1168
|
+
},
|
|
1169
|
+
"--primary-foreground": {
|
|
1170
|
+
"light": "355.7 100% 97.3%",
|
|
1171
|
+
"dark": "355.7 100% 97.3%"
|
|
1172
|
+
},
|
|
1173
|
+
"--ring": {
|
|
1174
|
+
"light": "346.8 77.2% 48%",
|
|
1175
|
+
"dark": "346.8 77.2% 48%"
|
|
1176
|
+
},
|
|
1177
|
+
"--radius": {
|
|
1178
|
+
"light": "0.5rem",
|
|
1179
|
+
"dark": "0.5rem"
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
"emerald": {
|
|
1184
|
+
"label": "Emerald",
|
|
1185
|
+
"version": "1.1.1",
|
|
1186
|
+
"swatch": "142.1 76.2% 28%",
|
|
1187
|
+
"tokens": {
|
|
1188
|
+
"--primary": {
|
|
1189
|
+
"light": "142.1 76.2% 28%",
|
|
1190
|
+
"dark": "142.1 70.6% 45.3%"
|
|
1191
|
+
},
|
|
1192
|
+
"--primary-foreground": {
|
|
1193
|
+
"light": "355.7 100% 97.3%",
|
|
1194
|
+
"dark": "144.9 80.4% 10%"
|
|
1195
|
+
},
|
|
1196
|
+
"--ring": {
|
|
1197
|
+
"light": "142.1 76.2% 28%",
|
|
1198
|
+
"dark": "142.1 70.6% 45.3%"
|
|
1199
|
+
},
|
|
1200
|
+
"--radius": {
|
|
1201
|
+
"light": "0.5rem",
|
|
1202
|
+
"dark": "0.5rem"
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"violet": {
|
|
1207
|
+
"label": "Violet",
|
|
1208
|
+
"version": "1.1.1",
|
|
1209
|
+
"swatch": "262.1 83.3% 57.8%",
|
|
1210
|
+
"tokens": {
|
|
1211
|
+
"--primary": {
|
|
1212
|
+
"light": "262.1 83.3% 57.8%",
|
|
1213
|
+
"dark": "263.4 70% 50.4%"
|
|
1214
|
+
},
|
|
1215
|
+
"--primary-foreground": {
|
|
1216
|
+
"light": "210 20% 98%",
|
|
1217
|
+
"dark": "210 20% 98%"
|
|
1218
|
+
},
|
|
1219
|
+
"--ring": {
|
|
1220
|
+
"light": "262.1 83.3% 57.8%",
|
|
1221
|
+
"dark": "263.4 70% 55%"
|
|
1222
|
+
},
|
|
1223
|
+
"--radius": {
|
|
1224
|
+
"light": "0.5rem",
|
|
1225
|
+
"dark": "0.5rem"
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
"midnight": {
|
|
1230
|
+
"label": "Midnight",
|
|
1231
|
+
"version": "1.1.1",
|
|
1232
|
+
"swatch": "224 76.3% 48%",
|
|
1233
|
+
"tokens": {
|
|
1234
|
+
"--primary": {
|
|
1235
|
+
"light": "224 76.3% 48%",
|
|
1236
|
+
"dark": "217.2 91.2% 59.8%"
|
|
1237
|
+
},
|
|
1238
|
+
"--primary-foreground": {
|
|
1239
|
+
"light": "210 40% 98%",
|
|
1240
|
+
"dark": "222.2 47.4% 11.2%"
|
|
1241
|
+
},
|
|
1242
|
+
"--ring": {
|
|
1243
|
+
"light": "224 76.3% 48%",
|
|
1244
|
+
"dark": "217.2 91.2% 59.8%"
|
|
1245
|
+
},
|
|
1246
|
+
"--radius": {
|
|
1247
|
+
"light": "0.75rem",
|
|
1248
|
+
"dark": "0.75rem"
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
"sunset": {
|
|
1253
|
+
"label": "Sunset",
|
|
1254
|
+
"version": "1.1.1",
|
|
1255
|
+
"swatch": "24.6 95% 38%",
|
|
1256
|
+
"tokens": {
|
|
1257
|
+
"--primary": {
|
|
1258
|
+
"light": "24.6 95% 38%",
|
|
1259
|
+
"dark": "20.5 90.2% 48.2%"
|
|
1260
|
+
},
|
|
1261
|
+
"--primary-foreground": {
|
|
1262
|
+
"light": "60 9.1% 97.8%",
|
|
1263
|
+
"dark": "20 14.3% 4.1%"
|
|
1264
|
+
},
|
|
1265
|
+
"--ring": {
|
|
1266
|
+
"light": "24.6 95% 38%",
|
|
1267
|
+
"dark": "20.5 90.2% 48.2%"
|
|
1268
|
+
},
|
|
1269
|
+
"--radius": {
|
|
1270
|
+
"light": "0.75rem",
|
|
1271
|
+
"dark": "0.75rem"
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"spotify": {
|
|
1276
|
+
"label": "Spotify",
|
|
1277
|
+
"version": "1.1.1",
|
|
1278
|
+
"swatch": "141.6 73.4% 30%",
|
|
1279
|
+
"tokens": {
|
|
1280
|
+
"--primary": {
|
|
1281
|
+
"light": "141.6 73.4% 30%",
|
|
1282
|
+
"dark": "141.9 69.2% 58%"
|
|
1283
|
+
},
|
|
1284
|
+
"--primary-foreground": {
|
|
1285
|
+
"light": "0 0% 100%",
|
|
1286
|
+
"dark": "141 80% 8%"
|
|
1287
|
+
},
|
|
1288
|
+
"--ring": {
|
|
1289
|
+
"light": "141.6 73.4% 30%",
|
|
1290
|
+
"dark": "141.9 69.2% 58%"
|
|
1291
|
+
},
|
|
1292
|
+
"--radius": {
|
|
1293
|
+
"light": "0.75rem",
|
|
1294
|
+
"dark": "0.75rem"
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"neo": {
|
|
1299
|
+
"label": "Neo",
|
|
1300
|
+
"version": "1.1.1",
|
|
1301
|
+
"swatch": "0 0% 4%",
|
|
1302
|
+
"tokens": {
|
|
1303
|
+
"--primary": {
|
|
1304
|
+
"light": "0 0% 4%",
|
|
1305
|
+
"dark": "0 0% 98%"
|
|
1306
|
+
},
|
|
1307
|
+
"--primary-foreground": {
|
|
1308
|
+
"light": "0 0% 98%",
|
|
1309
|
+
"dark": "0 0% 4%"
|
|
1310
|
+
},
|
|
1311
|
+
"--ring": {
|
|
1312
|
+
"light": "0 0% 4%",
|
|
1313
|
+
"dark": "0 0% 98%"
|
|
1314
|
+
},
|
|
1315
|
+
"--radius": {
|
|
1316
|
+
"light": "0rem",
|
|
1317
|
+
"dark": "0rem"
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
"claude": {
|
|
1322
|
+
"label": "Claude",
|
|
1323
|
+
"version": "1.1.1",
|
|
1324
|
+
"swatch": "15.2 63.1% 59.2%",
|
|
1325
|
+
"tokens": {
|
|
1326
|
+
"--primary": {
|
|
1327
|
+
"light": "15.2 63.1% 59.2%",
|
|
1328
|
+
"dark": "15.2 55.4% 52.5%"
|
|
1329
|
+
},
|
|
1330
|
+
"--primary-foreground": {
|
|
1331
|
+
"light": "20 50% 10%",
|
|
1332
|
+
"dark": "20 50% 10%"
|
|
1333
|
+
},
|
|
1334
|
+
"--ring": {
|
|
1335
|
+
"light": "15.2 63.1% 59.2%",
|
|
1336
|
+
"dark": "15.2 55.4% 52.5%"
|
|
1337
|
+
},
|
|
1338
|
+
"--radius": {
|
|
1339
|
+
"light": "0.5rem",
|
|
1340
|
+
"dark": "0.5rem"
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"monogram": {
|
|
1345
|
+
"label": "Monogram",
|
|
1346
|
+
"version": "1.2.1",
|
|
1347
|
+
"swatch": "0 0% 12.5%",
|
|
1348
|
+
"tokens": {
|
|
1349
|
+
"--background": {
|
|
1350
|
+
"light": "0 0% 100%",
|
|
1351
|
+
"dark": "0 0% 7%"
|
|
1352
|
+
},
|
|
1353
|
+
"--foreground": {
|
|
1354
|
+
"light": "0 0% 12.5%",
|
|
1355
|
+
"dark": "0 0% 98%"
|
|
1356
|
+
},
|
|
1357
|
+
"--primary": {
|
|
1358
|
+
"light": "0 0% 12.5%",
|
|
1359
|
+
"dark": "0 0% 98%"
|
|
1360
|
+
},
|
|
1361
|
+
"--primary-foreground": {
|
|
1362
|
+
"light": "0 0% 100%",
|
|
1363
|
+
"dark": "0 0% 12.5%"
|
|
1364
|
+
},
|
|
1365
|
+
"--secondary": {
|
|
1366
|
+
"light": "0 0% 95.7%",
|
|
1367
|
+
"dark": "0 0% 14.9%"
|
|
1368
|
+
},
|
|
1369
|
+
"--secondary-foreground": {
|
|
1370
|
+
"light": "0 0% 12.5%",
|
|
1371
|
+
"dark": "0 0% 98%"
|
|
1372
|
+
},
|
|
1373
|
+
"--muted": {
|
|
1374
|
+
"light": "0 0% 95.7%",
|
|
1375
|
+
"dark": "0 0% 14.9%"
|
|
1376
|
+
},
|
|
1377
|
+
"--muted-foreground": {
|
|
1378
|
+
"light": "0 0% 43%",
|
|
1379
|
+
"dark": "0 0% 63.9%"
|
|
1380
|
+
},
|
|
1381
|
+
"--accent": {
|
|
1382
|
+
"light": "0 0% 95.7%",
|
|
1383
|
+
"dark": "0 0% 14.9%"
|
|
1384
|
+
},
|
|
1385
|
+
"--accent-foreground": {
|
|
1386
|
+
"light": "0 0% 12.5%",
|
|
1387
|
+
"dark": "0 0% 98%"
|
|
1388
|
+
},
|
|
1389
|
+
"--border": {
|
|
1390
|
+
"light": "0 0% 57%",
|
|
1391
|
+
"dark": "0 0% 45%"
|
|
1392
|
+
},
|
|
1393
|
+
"--input": {
|
|
1394
|
+
"light": "0 0% 57%",
|
|
1395
|
+
"dark": "0 0% 45%"
|
|
1396
|
+
},
|
|
1397
|
+
"--ring": {
|
|
1398
|
+
"light": "0 0% 12.5%",
|
|
1399
|
+
"dark": "0 0% 83.9%"
|
|
1400
|
+
},
|
|
1401
|
+
"--radius": {
|
|
1402
|
+
"light": "0rem",
|
|
1403
|
+
"dark": "0rem"
|
|
1404
|
+
},
|
|
1405
|
+
"--font-heading": {
|
|
1406
|
+
"light": "'Fraunces', Georgia, serif",
|
|
1407
|
+
"dark": "'Fraunces', Georgia, serif"
|
|
1408
|
+
},
|
|
1409
|
+
"--font-body": {
|
|
1410
|
+
"light": "'DM Sans', ui-sans-serif, system-ui, sans-serif",
|
|
1411
|
+
"dark": "'DM Sans', ui-sans-serif, system-ui, sans-serif"
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
"prestige": {
|
|
1416
|
+
"label": "Prestige",
|
|
1417
|
+
"version": "1.2.1",
|
|
1418
|
+
"swatch": "0 0% 11%",
|
|
1419
|
+
"tokens": {
|
|
1420
|
+
"--background": {
|
|
1421
|
+
"light": "0 0% 93.7%",
|
|
1422
|
+
"dark": "0 0% 9%"
|
|
1423
|
+
},
|
|
1424
|
+
"--foreground": {
|
|
1425
|
+
"light": "0 0% 11%",
|
|
1426
|
+
"dark": "0 0% 95%"
|
|
1427
|
+
},
|
|
1428
|
+
"--card": {
|
|
1429
|
+
"light": "0 0% 100%",
|
|
1430
|
+
"dark": "0 0% 12%"
|
|
1431
|
+
},
|
|
1432
|
+
"--primary": {
|
|
1433
|
+
"light": "0 0% 11%",
|
|
1434
|
+
"dark": "0 0% 95%"
|
|
1435
|
+
},
|
|
1436
|
+
"--primary-foreground": {
|
|
1437
|
+
"light": "0 0% 100%",
|
|
1438
|
+
"dark": "0 0% 11%"
|
|
1439
|
+
},
|
|
1440
|
+
"--secondary": {
|
|
1441
|
+
"light": "0 0% 88%",
|
|
1442
|
+
"dark": "0 0% 16%"
|
|
1443
|
+
},
|
|
1444
|
+
"--muted": {
|
|
1445
|
+
"light": "0 0% 88%",
|
|
1446
|
+
"dark": "0 0% 16%"
|
|
1447
|
+
},
|
|
1448
|
+
"--muted-foreground": {
|
|
1449
|
+
"light": "0 0% 38%",
|
|
1450
|
+
"dark": "0 0% 64%"
|
|
1451
|
+
},
|
|
1452
|
+
"--border": {
|
|
1453
|
+
"light": "0 0% 52%",
|
|
1454
|
+
"dark": "0 0% 45%"
|
|
1455
|
+
},
|
|
1456
|
+
"--input": {
|
|
1457
|
+
"light": "0 0% 52%",
|
|
1458
|
+
"dark": "0 0% 45%"
|
|
1459
|
+
},
|
|
1460
|
+
"--ring": {
|
|
1461
|
+
"light": "0 0% 11%",
|
|
1462
|
+
"dark": "0 0% 84%"
|
|
1463
|
+
},
|
|
1464
|
+
"--radius": {
|
|
1465
|
+
"light": "0rem",
|
|
1466
|
+
"dark": "0rem"
|
|
1467
|
+
},
|
|
1468
|
+
"--font-heading": {
|
|
1469
|
+
"light": "'Instrument Sans', sans-serif",
|
|
1470
|
+
"dark": "'Instrument Sans', sans-serif"
|
|
1471
|
+
},
|
|
1472
|
+
"--font-body": {
|
|
1473
|
+
"light": "'Nunito', ui-sans-serif, system-ui, sans-serif",
|
|
1474
|
+
"dark": "'Nunito', ui-sans-serif, system-ui, sans-serif"
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
"showcase": {
|
|
1479
|
+
"label": "Showcase",
|
|
1480
|
+
"version": "1.2.1",
|
|
1481
|
+
"swatch": "240 9% 30%",
|
|
1482
|
+
"tokens": {
|
|
1483
|
+
"--background": {
|
|
1484
|
+
"light": "0 0% 100%",
|
|
1485
|
+
"dark": "240 9% 8%"
|
|
1486
|
+
},
|
|
1487
|
+
"--foreground": {
|
|
1488
|
+
"light": "240 9% 30%",
|
|
1489
|
+
"dark": "240 9% 92%"
|
|
1490
|
+
},
|
|
1491
|
+
"--primary": {
|
|
1492
|
+
"light": "240 9% 30%",
|
|
1493
|
+
"dark": "240 9% 92%"
|
|
1494
|
+
},
|
|
1495
|
+
"--primary-foreground": {
|
|
1496
|
+
"light": "0 0% 100%",
|
|
1497
|
+
"dark": "240 9% 12%"
|
|
1498
|
+
},
|
|
1499
|
+
"--secondary": {
|
|
1500
|
+
"light": "240 9% 96%",
|
|
1501
|
+
"dark": "240 8% 16%"
|
|
1502
|
+
},
|
|
1503
|
+
"--muted": {
|
|
1504
|
+
"light": "240 9% 96%",
|
|
1505
|
+
"dark": "240 8% 16%"
|
|
1506
|
+
},
|
|
1507
|
+
"--muted-foreground": {
|
|
1508
|
+
"light": "240 6% 46%",
|
|
1509
|
+
"dark": "240 6% 64%"
|
|
1510
|
+
},
|
|
1511
|
+
"--border": {
|
|
1512
|
+
"light": "240 8% 57%",
|
|
1513
|
+
"dark": "240 6% 45%"
|
|
1514
|
+
},
|
|
1515
|
+
"--input": {
|
|
1516
|
+
"light": "240 8% 57%",
|
|
1517
|
+
"dark": "240 6% 45%"
|
|
1518
|
+
},
|
|
1519
|
+
"--ring": {
|
|
1520
|
+
"light": "240 9% 30%",
|
|
1521
|
+
"dark": "240 9% 84%"
|
|
1522
|
+
},
|
|
1523
|
+
"--radius": {
|
|
1524
|
+
"light": "0rem",
|
|
1525
|
+
"dark": "0rem"
|
|
1526
|
+
},
|
|
1527
|
+
"--font-heading": {
|
|
1528
|
+
"light": "'Jost', sans-serif",
|
|
1529
|
+
"dark": "'Jost', sans-serif"
|
|
1530
|
+
},
|
|
1531
|
+
"--font-body": {
|
|
1532
|
+
"light": "'Nunito Sans', ui-sans-serif, system-ui, sans-serif",
|
|
1533
|
+
"dark": "'Nunito Sans', ui-sans-serif, system-ui, sans-serif"
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
"madrid": {
|
|
1538
|
+
"label": "Madrid",
|
|
1539
|
+
"version": "1.2.1",
|
|
1540
|
+
"swatch": "0 0% 0%",
|
|
1541
|
+
"tokens": {
|
|
1542
|
+
"--background": {
|
|
1543
|
+
"light": "0 0% 100%",
|
|
1544
|
+
"dark": "0 0% 7%"
|
|
1545
|
+
},
|
|
1546
|
+
"--foreground": {
|
|
1547
|
+
"light": "0 0% 0%",
|
|
1548
|
+
"dark": "0 0% 98%"
|
|
1549
|
+
},
|
|
1550
|
+
"--primary": {
|
|
1551
|
+
"light": "0 0% 0%",
|
|
1552
|
+
"dark": "0 0% 98%"
|
|
1553
|
+
},
|
|
1554
|
+
"--primary-foreground": {
|
|
1555
|
+
"light": "0 0% 100%",
|
|
1556
|
+
"dark": "0 0% 0%"
|
|
1557
|
+
},
|
|
1558
|
+
"--secondary": {
|
|
1559
|
+
"light": "0 0% 96%",
|
|
1560
|
+
"dark": "0 0% 15%"
|
|
1561
|
+
},
|
|
1562
|
+
"--muted": {
|
|
1563
|
+
"light": "0 0% 96%",
|
|
1564
|
+
"dark": "0 0% 15%"
|
|
1565
|
+
},
|
|
1566
|
+
"--muted-foreground": {
|
|
1567
|
+
"light": "0 0% 40%",
|
|
1568
|
+
"dark": "0 0% 64%"
|
|
1569
|
+
},
|
|
1570
|
+
"--border": {
|
|
1571
|
+
"light": "0 0% 57%",
|
|
1572
|
+
"dark": "0 0% 45%"
|
|
1573
|
+
},
|
|
1574
|
+
"--input": {
|
|
1575
|
+
"light": "0 0% 57%",
|
|
1576
|
+
"dark": "0 0% 45%"
|
|
1577
|
+
},
|
|
1578
|
+
"--ring": {
|
|
1579
|
+
"light": "0 0% 0%",
|
|
1580
|
+
"dark": "0 0% 84%"
|
|
1581
|
+
},
|
|
1582
|
+
"--radius": {
|
|
1583
|
+
"light": "0rem",
|
|
1584
|
+
"dark": "0rem"
|
|
1585
|
+
},
|
|
1586
|
+
"--font-heading": {
|
|
1587
|
+
"light": "'Figtree', sans-serif",
|
|
1588
|
+
"dark": "'Figtree', sans-serif"
|
|
1589
|
+
},
|
|
1590
|
+
"--font-body": {
|
|
1591
|
+
"light": "'Figtree', ui-sans-serif, system-ui, sans-serif",
|
|
1592
|
+
"dark": "'Figtree', ui-sans-serif, system-ui, sans-serif"
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
"xclusive": {
|
|
1597
|
+
"label": "Xclusive",
|
|
1598
|
+
"version": "1.2.1",
|
|
1599
|
+
"swatch": "0 0% 12%",
|
|
1600
|
+
"tokens": {
|
|
1601
|
+
"--background": {
|
|
1602
|
+
"light": "0 0% 100%",
|
|
1603
|
+
"dark": "0 0% 8%"
|
|
1604
|
+
},
|
|
1605
|
+
"--foreground": {
|
|
1606
|
+
"light": "0 0% 12%",
|
|
1607
|
+
"dark": "0 0% 95%"
|
|
1608
|
+
},
|
|
1609
|
+
"--primary": {
|
|
1610
|
+
"light": "0 0% 12%",
|
|
1611
|
+
"dark": "0 0% 95%"
|
|
1612
|
+
},
|
|
1613
|
+
"--primary-foreground": {
|
|
1614
|
+
"light": "0 0% 100%",
|
|
1615
|
+
"dark": "0 0% 12%"
|
|
1616
|
+
},
|
|
1617
|
+
"--secondary": {
|
|
1618
|
+
"light": "0 0% 96%",
|
|
1619
|
+
"dark": "0 0% 16%"
|
|
1620
|
+
},
|
|
1621
|
+
"--muted": {
|
|
1622
|
+
"light": "0 0% 96%",
|
|
1623
|
+
"dark": "0 0% 16%"
|
|
1624
|
+
},
|
|
1625
|
+
"--muted-foreground": {
|
|
1626
|
+
"light": "0 0% 44%",
|
|
1627
|
+
"dark": "0 0% 64%"
|
|
1628
|
+
},
|
|
1629
|
+
"--border": {
|
|
1630
|
+
"light": "0 0% 57%",
|
|
1631
|
+
"dark": "0 0% 45%"
|
|
1632
|
+
},
|
|
1633
|
+
"--input": {
|
|
1634
|
+
"light": "0 0% 57%",
|
|
1635
|
+
"dark": "0 0% 45%"
|
|
1636
|
+
},
|
|
1637
|
+
"--ring": {
|
|
1638
|
+
"light": "0 0% 12%",
|
|
1639
|
+
"dark": "0 0% 84%"
|
|
1640
|
+
},
|
|
1641
|
+
"--radius": {
|
|
1642
|
+
"light": "0rem",
|
|
1643
|
+
"dark": "0rem"
|
|
1644
|
+
},
|
|
1645
|
+
"--font-heading": {
|
|
1646
|
+
"light": "'Libre Baskerville', Georgia, serif",
|
|
1647
|
+
"dark": "'Libre Baskerville', Georgia, serif"
|
|
1648
|
+
},
|
|
1649
|
+
"--font-body": {
|
|
1650
|
+
"light": "'Lato', ui-sans-serif, system-ui, sans-serif",
|
|
1651
|
+
"dark": "'Lato', ui-sans-serif, system-ui, sans-serif"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"alchemy": {
|
|
1656
|
+
"label": "Alchemy",
|
|
1657
|
+
"version": "1.2.1",
|
|
1658
|
+
"swatch": "240 7% 11%",
|
|
1659
|
+
"tokens": {
|
|
1660
|
+
"--background": {
|
|
1661
|
+
"light": "0 0% 93.7%",
|
|
1662
|
+
"dark": "240 8% 8%"
|
|
1663
|
+
},
|
|
1664
|
+
"--foreground": {
|
|
1665
|
+
"light": "240 7% 11%",
|
|
1666
|
+
"dark": "0 0% 95%"
|
|
1667
|
+
},
|
|
1668
|
+
"--card": {
|
|
1669
|
+
"light": "0 0% 100%",
|
|
1670
|
+
"dark": "240 8% 12%"
|
|
1671
|
+
},
|
|
1672
|
+
"--primary": {
|
|
1673
|
+
"light": "240 7% 11%",
|
|
1674
|
+
"dark": "0 0% 95%"
|
|
1675
|
+
},
|
|
1676
|
+
"--primary-foreground": {
|
|
1677
|
+
"light": "0 0% 100%",
|
|
1678
|
+
"dark": "240 7% 11%"
|
|
1679
|
+
},
|
|
1680
|
+
"--secondary": {
|
|
1681
|
+
"light": "240 6% 88%",
|
|
1682
|
+
"dark": "240 7% 16%"
|
|
1683
|
+
},
|
|
1684
|
+
"--muted": {
|
|
1685
|
+
"light": "240 6% 88%",
|
|
1686
|
+
"dark": "240 7% 16%"
|
|
1687
|
+
},
|
|
1688
|
+
"--muted-foreground": {
|
|
1689
|
+
"light": "240 5% 40%",
|
|
1690
|
+
"dark": "240 5% 64%"
|
|
1691
|
+
},
|
|
1692
|
+
"--border": {
|
|
1693
|
+
"light": "240 6% 52%",
|
|
1694
|
+
"dark": "240 6% 45%"
|
|
1695
|
+
},
|
|
1696
|
+
"--input": {
|
|
1697
|
+
"light": "240 6% 52%",
|
|
1698
|
+
"dark": "240 6% 45%"
|
|
1699
|
+
},
|
|
1700
|
+
"--ring": {
|
|
1701
|
+
"light": "240 7% 11%",
|
|
1702
|
+
"dark": "0 0% 84%"
|
|
1703
|
+
},
|
|
1704
|
+
"--radius": {
|
|
1705
|
+
"light": "0rem",
|
|
1706
|
+
"dark": "0rem"
|
|
1707
|
+
},
|
|
1708
|
+
"--font-heading": {
|
|
1709
|
+
"light": "'Figtree', sans-serif",
|
|
1710
|
+
"dark": "'Figtree', sans-serif"
|
|
1711
|
+
},
|
|
1712
|
+
"--font-body": {
|
|
1713
|
+
"light": "'Figtree', ui-sans-serif, system-ui, sans-serif",
|
|
1714
|
+
"dark": "'Figtree', ui-sans-serif, system-ui, sans-serif"
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
"reformation": {
|
|
1719
|
+
"label": "Reformation",
|
|
1720
|
+
"version": "1.2.1",
|
|
1721
|
+
"swatch": "228 31% 23%",
|
|
1722
|
+
"tokens": {
|
|
1723
|
+
"--background": {
|
|
1724
|
+
"light": "0 0% 100%",
|
|
1725
|
+
"dark": "228 30% 8%"
|
|
1726
|
+
},
|
|
1727
|
+
"--foreground": {
|
|
1728
|
+
"light": "228 31% 23%",
|
|
1729
|
+
"dark": "228 20% 92%"
|
|
1730
|
+
},
|
|
1731
|
+
"--primary": {
|
|
1732
|
+
"light": "228 31% 23%",
|
|
1733
|
+
"dark": "228 30% 72%"
|
|
1734
|
+
},
|
|
1735
|
+
"--primary-foreground": {
|
|
1736
|
+
"light": "0 0% 100%",
|
|
1737
|
+
"dark": "228 30% 12%"
|
|
1738
|
+
},
|
|
1739
|
+
"--secondary": {
|
|
1740
|
+
"light": "228 30% 96%",
|
|
1741
|
+
"dark": "228 25% 16%"
|
|
1742
|
+
},
|
|
1743
|
+
"--muted": {
|
|
1744
|
+
"light": "228 30% 96%",
|
|
1745
|
+
"dark": "228 25% 16%"
|
|
1746
|
+
},
|
|
1747
|
+
"--muted-foreground": {
|
|
1748
|
+
"light": "228 12% 45%",
|
|
1749
|
+
"dark": "228 14% 64%"
|
|
1750
|
+
},
|
|
1751
|
+
"--border": {
|
|
1752
|
+
"light": "228 20% 57%",
|
|
1753
|
+
"dark": "228 18% 45%"
|
|
1754
|
+
},
|
|
1755
|
+
"--input": {
|
|
1756
|
+
"light": "228 20% 57%",
|
|
1757
|
+
"dark": "228 18% 45%"
|
|
1758
|
+
},
|
|
1759
|
+
"--ring": {
|
|
1760
|
+
"light": "228 31% 23%",
|
|
1761
|
+
"dark": "228 30% 72%"
|
|
1762
|
+
},
|
|
1763
|
+
"--radius": {
|
|
1764
|
+
"light": "0rem",
|
|
1765
|
+
"dark": "0rem"
|
|
1766
|
+
},
|
|
1767
|
+
"--font-heading": {
|
|
1768
|
+
"light": "'Montserrat', sans-serif",
|
|
1769
|
+
"dark": "'Montserrat', sans-serif"
|
|
1770
|
+
},
|
|
1771
|
+
"--font-body": {
|
|
1772
|
+
"light": "'Figtree', ui-sans-serif, system-ui, sans-serif",
|
|
1773
|
+
"dark": "'Figtree', ui-sans-serif, system-ui, sans-serif"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
"sampo": {
|
|
1778
|
+
"label": "Sampo",
|
|
1779
|
+
"version": "1.2.1",
|
|
1780
|
+
"swatch": "30 8% 19%",
|
|
1781
|
+
"tokens": {
|
|
1782
|
+
"--background": {
|
|
1783
|
+
"light": "0 0% 100%",
|
|
1784
|
+
"dark": "30 8% 8%"
|
|
1785
|
+
},
|
|
1786
|
+
"--foreground": {
|
|
1787
|
+
"light": "0 0% 0%",
|
|
1788
|
+
"dark": "0 0% 96%"
|
|
1789
|
+
},
|
|
1790
|
+
"--primary": {
|
|
1791
|
+
"light": "30 8% 19%",
|
|
1792
|
+
"dark": "30 8% 82%"
|
|
1793
|
+
},
|
|
1794
|
+
"--primary-foreground": {
|
|
1795
|
+
"light": "0 0% 100%",
|
|
1796
|
+
"dark": "30 8% 12%"
|
|
1797
|
+
},
|
|
1798
|
+
"--secondary": {
|
|
1799
|
+
"light": "30 8% 96%",
|
|
1800
|
+
"dark": "30 8% 16%"
|
|
1801
|
+
},
|
|
1802
|
+
"--muted": {
|
|
1803
|
+
"light": "30 8% 96%",
|
|
1804
|
+
"dark": "30 8% 16%"
|
|
1805
|
+
},
|
|
1806
|
+
"--muted-foreground": {
|
|
1807
|
+
"light": "30 5% 42%",
|
|
1808
|
+
"dark": "30 5% 64%"
|
|
1809
|
+
},
|
|
1810
|
+
"--border": {
|
|
1811
|
+
"light": "30 8% 57%",
|
|
1812
|
+
"dark": "30 8% 45%"
|
|
1813
|
+
},
|
|
1814
|
+
"--input": {
|
|
1815
|
+
"light": "30 8% 57%",
|
|
1816
|
+
"dark": "30 8% 45%"
|
|
1817
|
+
},
|
|
1818
|
+
"--ring": {
|
|
1819
|
+
"light": "30 8% 19%",
|
|
1820
|
+
"dark": "30 8% 82%"
|
|
1821
|
+
},
|
|
1822
|
+
"--radius": {
|
|
1823
|
+
"light": "0rem",
|
|
1824
|
+
"dark": "0rem"
|
|
1825
|
+
},
|
|
1826
|
+
"--font-heading": {
|
|
1827
|
+
"light": "'Inter', sans-serif",
|
|
1828
|
+
"dark": "'Inter', sans-serif"
|
|
1829
|
+
},
|
|
1830
|
+
"--font-body": {
|
|
1831
|
+
"light": "'Inter', ui-sans-serif, system-ui, sans-serif",
|
|
1832
|
+
"dark": "'Inter', ui-sans-serif, system-ui, sans-serif"
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"modes": [
|
|
1838
|
+
"density-comfortable",
|
|
1839
|
+
"density-compact",
|
|
1840
|
+
"high-contrast",
|
|
1841
|
+
"reduced-motion"
|
|
1842
|
+
]
|
|
1843
|
+
};
|
|
1844
|
+
export const themePresets = themeMetadata.brands;
|
|
1845
|
+
//# sourceMappingURL=tokens.js.map
|