@zentrades-ui/tokens 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/tokens.json ADDED
@@ -0,0 +1,1240 @@
1
+ {
2
+ "meta": {
3
+ "name": "Zenith UI Default",
4
+ "version": 1
5
+ },
6
+ "color": {
7
+ "palette": {
8
+ "brand": {
9
+ "100": "#fcdde0",
10
+ "200": "#f8bbc2",
11
+ "300": "#f599a3",
12
+ "400": "#f17785",
13
+ "500": "#ee5566",
14
+ "600": "#be4452",
15
+ "700": "#8f333d",
16
+ "800": "#5f2229",
17
+ "900": "#301114"
18
+ },
19
+ "secondaryBrand": {
20
+ "50": "#EFF8FF",
21
+ "100": "#cde6f9",
22
+ "200": "#9ccef4",
23
+ "300": "#6ab5ee",
24
+ "400": "#399de9",
25
+ "500": "#0784e3",
26
+ "600": "#066ab6",
27
+ "700": "#044f88",
28
+ "800": "#03355b",
29
+ "900": "#011a2d"
30
+ },
31
+ "blue": {
32
+ "25": "#f3f6ff",
33
+ "100": "#cfdaff",
34
+ "200": "#9eb4ff",
35
+ "300": "#6e8fff",
36
+ "400": "#3d69ff",
37
+ "500": "#0d44ff",
38
+ "600": "#0a36cc",
39
+ "700": "#082999",
40
+ "800": "#051b66",
41
+ "900": "#030e33"
42
+ },
43
+ "purple": {
44
+ "25": "#F9ECFF",
45
+ "100": "#e2d1ff",
46
+ "200": "#c6a3ff",
47
+ "300": "#a975ff",
48
+ "400": "#8d47ff",
49
+ "450": "#ab00f5",
50
+ "500": "#7019ff",
51
+ "600": "#5a14cc",
52
+ "700": "#430f99",
53
+ "800": "#2d0a66",
54
+ "900": "#160533"
55
+ },
56
+ "violet": {
57
+ "100": "#f4d1ff",
58
+ "200": "#eaa2ff",
59
+ "300": "#df74ff",
60
+ "400": "#d545ff",
61
+ "500": "#ca17ff",
62
+ "600": "#a212cc",
63
+ "700": "#790e99",
64
+ "800": "#510966",
65
+ "900": "#280533"
66
+ },
67
+ "red": {
68
+ "25": "#fff2f2",
69
+ "100": "#fecccc",
70
+ "200": "#fd9999",
71
+ "300": "#fc6666",
72
+ "400": "#fb3333",
73
+ "500": "#fa0000",
74
+ "600": "#c80000",
75
+ "700": "#960000",
76
+ "800": "#640000",
77
+ "900": "#320000"
78
+ },
79
+ "pink": {
80
+ "100": "#ffcce7",
81
+ "200": "#ff99cf",
82
+ "300": "#ff66b8",
83
+ "400": "#ff33a0",
84
+ "500": "#ff0088",
85
+ "600": "#cc006d",
86
+ "700": "#990052",
87
+ "800": "#660036",
88
+ "900": "#33001b"
89
+ },
90
+ "orange": {
91
+ "25": "#fff8f2",
92
+ "100": "#ffe4cc",
93
+ "200": "#ffc999",
94
+ "300": "#ffad66",
95
+ "400": "#ff9233",
96
+ "500": "#ff7700",
97
+ "600": "#cc5f00",
98
+ "700": "#994700",
99
+ "800": "#663000",
100
+ "900": "#331800"
101
+ },
102
+ "yellow": {
103
+ "100": "#fff4cc",
104
+ "200": "#ffea99",
105
+ "300": "#ffdf66",
106
+ "400": "#ffd533",
107
+ "500": "#ffca00",
108
+ "600": "#cca200",
109
+ "700": "#997900",
110
+ "800": "#665100",
111
+ "900": "#332800"
112
+ },
113
+ "green": {
114
+ "25": "#f2fbf3",
115
+ "100": "#ccefd1",
116
+ "200": "#99dea3",
117
+ "300": "#66ce75",
118
+ "400": "#33bd47",
119
+ "500": "#00ad19",
120
+ "600": "#008a14",
121
+ "700": "#00680f",
122
+ "800": "#00450a",
123
+ "900": "#002305"
124
+ },
125
+ "teal": {
126
+ "100": "#ccfaf9",
127
+ "200": "#99f5f3",
128
+ "300": "#66f0ee",
129
+ "400": "#33ebe8",
130
+ "500": "#00e6e2",
131
+ "600": "#00b8b5",
132
+ "700": "#008a88",
133
+ "800": "#005c5a",
134
+ "900": "#002e2d"
135
+ },
136
+ "cyan": {
137
+ "25": "#f2fbff",
138
+ "50": "#effeff",
139
+ "100": "#ccefff",
140
+ "200": "#99dfff",
141
+ "300": "#66ceff",
142
+ "400": "#33beff",
143
+ "500": "#00aeff",
144
+ "600": "#008bcc",
145
+ "650": "#007d84",
146
+ "700": "#006899",
147
+ "800": "#004666",
148
+ "900": "#002333"
149
+ },
150
+ "neutral": {
151
+ "25": "#F7F8F8",
152
+ "50": "#f0f1f1",
153
+ "100": "#e2e2e2",
154
+ "150": "#d3d4d4",
155
+ "200": "#c4c5c6",
156
+ "250": "#b5b7b8",
157
+ "300": "#a7a8a9",
158
+ "350": "#989a9b",
159
+ "400": "#898b8d",
160
+ "450": "#7a7d7e",
161
+ "500": "#6c6e70",
162
+ "550": "#616365",
163
+ "600": "#56585a",
164
+ "650": "#4b4d4f",
165
+ "700": "#414243",
166
+ "750": "#363738",
167
+ "800": "#2b2c2d",
168
+ "850": "#202122",
169
+ "900": "#161616",
170
+ "950": "#0b0b0b"
171
+ },
172
+ "primary": {
173
+ "black": "#000000",
174
+ "white": "#ffffff",
175
+ "black50": "rgba(0, 0, 0, 0.50)",
176
+ "white50": "rgba(255, 255, 255, 0.50)"
177
+ }
178
+ },
179
+ "themed": {
180
+ "contentPrimary": {
181
+ "light": "#0b0b0b",
182
+ "dark": "#ffffff"
183
+ },
184
+ "contentSecondary": {
185
+ "light": "#2b2c2d",
186
+ "dark": "#e2e2e2"
187
+ },
188
+ "contentTertiary": {
189
+ "light": "#56585a",
190
+ "dark": "#a7a8a9"
191
+ },
192
+ "contentQuaternary": {
193
+ "light": "#898b8d",
194
+ "dark": "#6c6e70"
195
+ },
196
+ "contentDefaultWhite": {
197
+ "light": "#ffffff",
198
+ "dark": "#ffffff"
199
+ },
200
+ "contentPrimaryInverse": {
201
+ "light": "#ffffff",
202
+ "dark": "#0b0b0b"
203
+ },
204
+ "contentSecondaryInverse": {
205
+ "light": "#e2e2e2",
206
+ "dark": "#2b2c2d"
207
+ },
208
+ "contentTertiaryInverse": {
209
+ "light": "#a7a8a9",
210
+ "dark": "#56585a"
211
+ },
212
+ "contentDisabled": {
213
+ "light": "#b5b7b8",
214
+ "dark": "#414243"
215
+ },
216
+ "contentBrand": {
217
+ "light": "#ee5566",
218
+ "dark": "#ee5566"
219
+ },
220
+ "contentSecondaryBrand": {
221
+ "light": "#0784e3",
222
+ "dark": "#0784e3"
223
+ },
224
+ "contentLink": {
225
+ "light": "#0d44ff",
226
+ "dark": "#3d69ff"
227
+ },
228
+ "contentLinkHover": {
229
+ "light": "#0a36cc",
230
+ "dark": "#6e8fff"
231
+ },
232
+ "contentLinkPressed": {
233
+ "light": "#082999",
234
+ "dark": "#9eb4ff"
235
+ },
236
+ "contentInfo": {
237
+ "light": "#0d44ff",
238
+ "dark": "#3d69ff"
239
+ },
240
+ "contentInfoBold": {
241
+ "light": "#0a36cc",
242
+ "dark": "#6e8fff"
243
+ },
244
+ "contentNotice": {
245
+ "light": "#ff7700",
246
+ "dark": "#ff9233"
247
+ },
248
+ "contentNoticeBold": {
249
+ "light": "#994700",
250
+ "dark": "#ffad66"
251
+ },
252
+ "contentNegative": {
253
+ "light": "#fa0000",
254
+ "dark": "#fb3333"
255
+ },
256
+ "contentNegativeBold": {
257
+ "light": "#960000",
258
+ "dark": "#fc6666"
259
+ },
260
+ "contentPositive": {
261
+ "light": "#00ad19",
262
+ "dark": "#33bd47"
263
+ },
264
+ "contentPositiveBold": {
265
+ "light": "#00680f",
266
+ "dark": "#99dea3"
267
+ },
268
+ "contentAttention": {
269
+ "light": "#ab00f5",
270
+ "dark": "#a975ff"
271
+ },
272
+ "contentActive": {
273
+ "light": "#007d84",
274
+ "dark": "#99dfff"
275
+ },
276
+ "backgroundPrimary": {
277
+ "light": "#ffffff",
278
+ "dark": "#0b0b0b"
279
+ },
280
+ "backgroundSecondary": {
281
+ "light": "#F7F8F8",
282
+ "dark": "#161616"
283
+ },
284
+ "backgroundHover": {
285
+ "light": "#e2e2e2",
286
+ "dark": "#2b2c2d"
287
+ },
288
+ "backgroundPressed": {
289
+ "light": "#e2e2e2",
290
+ "dark": "#414243"
291
+ },
292
+ "backgroundSelected": {
293
+ "light": "#fcdde0",
294
+ "dark": "#8f333d"
295
+ },
296
+ "backgroundSecondarySelected": {
297
+ "light": "#cde6f9",
298
+ "dark": "#03355b"
299
+ },
300
+ "backgroundDisabled": {
301
+ "light": "#f0f1f1",
302
+ "dark": "#2b2c2d"
303
+ },
304
+ "backgroundBrand": {
305
+ "light": "#ee5566",
306
+ "dark": "#f17785"
307
+ },
308
+ "backgroundBrandHover": {
309
+ "light": "#be4452",
310
+ "dark": "#f599a3"
311
+ },
312
+ "backgroundBrandPressed": {
313
+ "light": "#8f333d",
314
+ "dark": "#f8bbc2"
315
+ },
316
+ "backgroundSecondaryBrand": {
317
+ "light": "#0784e3",
318
+ "dark": "#399de9"
319
+ },
320
+ "backgroundSecondaryBrandHover": {
321
+ "light": "#066ab6",
322
+ "dark": "#6ab5ee"
323
+ },
324
+ "backgroundSecondaryBrandPressed": {
325
+ "light": "#044f88",
326
+ "dark": "#9ccef4"
327
+ },
328
+ "backgroundInfo": {
329
+ "light": "#0d44ff",
330
+ "dark": "#3d69ff"
331
+ },
332
+ "backgroundInfoSubtle": {
333
+ "light": "#f3f6ff",
334
+ "dark": "#030e33"
335
+ },
336
+ "backgroundNotice": {
337
+ "light": "#ff7700",
338
+ "dark": "#ff9233"
339
+ },
340
+ "backgroundNoticeSubtle": {
341
+ "light": "#fff8f2",
342
+ "dark": "#331800"
343
+ },
344
+ "backgroundNegative": {
345
+ "light": "#fa0000",
346
+ "dark": "#fb3333"
347
+ },
348
+ "backgroundNegativeHover": {
349
+ "light": "#c80000",
350
+ "dark": "#fc6666"
351
+ },
352
+ "backgroundNegativePressed": {
353
+ "light": "#960000",
354
+ "dark": "#fd9999"
355
+ },
356
+ "backgroundNegativeSubtle": {
357
+ "light": "#fff2f2",
358
+ "dark": "#320000"
359
+ },
360
+ "backgroundPositive": {
361
+ "light": "#00ad19",
362
+ "dark": "#33bd47"
363
+ },
364
+ "backgroundPositiveSubtle": {
365
+ "light": "#f2fbf3",
366
+ "dark": "#002305"
367
+ },
368
+ "backgroundInverse": {
369
+ "light": "#161616",
370
+ "dark": "#ffffff"
371
+ },
372
+ "backgroundInverseHover": {
373
+ "light": "#2b2c2d",
374
+ "dark": "#f0f1f1"
375
+ },
376
+ "backgroundAttention": {
377
+ "light": "#F9ECFF",
378
+ "dark": "#160533"
379
+ },
380
+ "backgroundActive": {
381
+ "light": "#effeff",
382
+ "dark": "#002333"
383
+ },
384
+ "backgroundSecondaryBrandSubtle": {
385
+ "light": "#EFF8FF",
386
+ "dark": "#EFF8FF"
387
+ },
388
+ "borderPrimary": {
389
+ "light": "#56585a",
390
+ "dark": "#898b8d"
391
+ },
392
+ "borderSecondary": {
393
+ "light": "#898b8d",
394
+ "dark": "#56585a"
395
+ },
396
+ "borderTertiary": {
397
+ "light": "#c4c5c6",
398
+ "dark": "#2b2c2d"
399
+ },
400
+ "borderQuaternary": {
401
+ "light": "#e2e2e2",
402
+ "dark": "#161616"
403
+ },
404
+ "borderDisabled": {
405
+ "light": "#d3d4d4",
406
+ "dark": "#414243"
407
+ },
408
+ "borderBrand": {
409
+ "light": "#ee5566",
410
+ "dark": "#f17785"
411
+ },
412
+ "borderSecondaryBrand": {
413
+ "light": "#0784e3",
414
+ "dark": "#399de9"
415
+ },
416
+ "borderInverse": {
417
+ "light": "#ffffff",
418
+ "dark": "#161616"
419
+ },
420
+ "borderFocus": {
421
+ "light": "#0d44ff",
422
+ "dark": "#3d69ff"
423
+ },
424
+ "borderInfo": {
425
+ "light": "#0d44ff",
426
+ "dark": "#3d69ff"
427
+ },
428
+ "borderNotice": {
429
+ "light": "#ff7700",
430
+ "dark": "#ff9233"
431
+ },
432
+ "borderNegative": {
433
+ "light": "#fa0000",
434
+ "dark": "#fb3333"
435
+ },
436
+ "borderPositive": {
437
+ "light": "#00ad19",
438
+ "dark": "#33bd47"
439
+ },
440
+ "borderMono": {
441
+ "light": "#161616",
442
+ "dark": "#ffffff"
443
+ },
444
+ "borderAttention": {
445
+ "light": "#ab00f5",
446
+ "dark": "#8d47ff"
447
+ },
448
+ "borderActive": {
449
+ "light": "#007d84",
450
+ "dark": "#33beff"
451
+ },
452
+ "surfaceL0": {
453
+ "light": "#ffffff",
454
+ "dark": "#0b0b0b"
455
+ },
456
+ "surfaceL1": {
457
+ "light": "#ffffff",
458
+ "dark": "#161616"
459
+ },
460
+ "surfaceL2": {
461
+ "light": "#ffffff",
462
+ "dark": "#202122"
463
+ },
464
+ "surfaceL3": {
465
+ "light": "#ffffff",
466
+ "dark": "#2b2c2d"
467
+ },
468
+ "surfaceL4": {
469
+ "light": "#ffffff",
470
+ "dark": "#363738"
471
+ },
472
+ "surfaceL5": {
473
+ "light": "#ffffff",
474
+ "dark": "#414243"
475
+ },
476
+ "surfaceL6": {
477
+ "light": "#ffffff",
478
+ "dark": "#4b4d4f"
479
+ },
480
+ "overlay50": {
481
+ "light": "rgba(0, 0, 0, 0.50)",
482
+ "dark": "rgba(255, 255, 255, 0.50)"
483
+ },
484
+ "overlay50Inverse": {
485
+ "light": "rgba(255, 255, 255, 0.50)",
486
+ "dark": "rgba(0, 0, 0, 0.50)"
487
+ }
488
+ }
489
+ },
490
+ "spacing": {
491
+ "steps": [
492
+ 1,
493
+ 2,
494
+ 4,
495
+ 6,
496
+ 8,
497
+ 10,
498
+ 12,
499
+ 14,
500
+ 16,
501
+ 18,
502
+ 20,
503
+ 24,
504
+ 26,
505
+ 28,
506
+ 32,
507
+ 36,
508
+ 40,
509
+ 48,
510
+ 56,
511
+ 64,
512
+ 72,
513
+ 80,
514
+ 88,
515
+ 96,
516
+ 104,
517
+ 112,
518
+ 120,
519
+ 220
520
+ ],
521
+ "units": {
522
+ "1": 1,
523
+ "2": 2,
524
+ "4": 4,
525
+ "6": 6,
526
+ "8": 8,
527
+ "10": 10,
528
+ "12": 12,
529
+ "14": 14,
530
+ "16": 16,
531
+ "18": 18,
532
+ "20": 20,
533
+ "24": 24,
534
+ "26": 26,
535
+ "28": 28,
536
+ "32": 32,
537
+ "36": 36,
538
+ "40": 40,
539
+ "48": 48,
540
+ "56": 56,
541
+ "64": 64,
542
+ "72": 72,
543
+ "80": 80,
544
+ "88": 88,
545
+ "96": 96,
546
+ "104": 104,
547
+ "112": 112,
548
+ "120": 120,
549
+ "220": 220
550
+ },
551
+ "tokens": {
552
+ "1": "0.0625rem",
553
+ "2": "0.125rem",
554
+ "4": "0.25rem",
555
+ "6": "0.375rem",
556
+ "8": "0.5rem",
557
+ "10": "0.625rem",
558
+ "12": "0.75rem",
559
+ "14": "0.875rem",
560
+ "16": "1rem",
561
+ "18": "1.125rem",
562
+ "20": "1.25rem",
563
+ "24": "1.5rem",
564
+ "26": "1.625rem",
565
+ "28": "1.75rem",
566
+ "32": "2rem",
567
+ "36": "2.25rem",
568
+ "40": "2.5rem",
569
+ "48": "3rem",
570
+ "56": "3.5rem",
571
+ "64": "4rem",
572
+ "72": "4.5rem",
573
+ "80": "5rem",
574
+ "88": "5.5rem",
575
+ "96": "6rem",
576
+ "104": "6.5rem",
577
+ "112": "7rem",
578
+ "120": "7.5rem",
579
+ "220": "13.75rem"
580
+ },
581
+ "semantic": {
582
+ "none": "0",
583
+ "2xs": "0.125rem",
584
+ "xs": "0.25rem",
585
+ "sm": "0.5rem",
586
+ "md": "0.75rem",
587
+ "lg": "1rem",
588
+ "xl": "1.5rem",
589
+ "2xl": "2rem",
590
+ "3xl": "2.5rem",
591
+ "4xl": "3rem",
592
+ "5xl": "3.5rem",
593
+ "6xl": "4rem",
594
+ "7xl": "4.5rem",
595
+ "8xl": "5rem",
596
+ "9xl": "5.5rem",
597
+ "10xl": "6rem",
598
+ "11xl": "6.5rem",
599
+ "12xl": "7rem",
600
+ "section": "4.5rem",
601
+ "page": "6rem",
602
+ "container": "7.5rem"
603
+ }
604
+ },
605
+ "border": {
606
+ "radius": {
607
+ "circle": "50%",
608
+ "pill": "62.4375rem",
609
+ "xl": "1.5rem",
610
+ "lg": "1rem",
611
+ "md": "0.75rem",
612
+ "sm": "0.5rem",
613
+ "xs": "0.25rem"
614
+ },
615
+ "width": {
616
+ "none": "0rem",
617
+ "xs": "0.046875rem",
618
+ "s": "0.0625rem",
619
+ "m": "0.09375rem",
620
+ "l": "0.125rem",
621
+ "xl": "0.25rem"
622
+ }
623
+ },
624
+ "shadow": {
625
+ "layers": {
626
+ "L0": "none",
627
+ "L1": "0px 0px 2px 0px rgba(0, 0, 0, 0.06)",
628
+ "L2": "0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.08)",
629
+ "L3": "0px 0px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 8px 0px rgba(0, 0, 0, 0.10)",
630
+ "L4": "0px 0px 6px 0px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.10)",
631
+ "L5": "0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 10px 20px 0px rgba(0, 0, 0, 0.10)",
632
+ "L6": "0px 0px 10px 0px rgba(0, 0, 0, 0.08), 0px 12px 24px 0px rgba(0, 0, 0, 0.10)",
633
+ "L7": "0px 0px 12px 0px rgba(0, 0, 0, 0.08), 0px 16px 32px 0px rgba(0, 0, 0, 0.10)"
634
+ }
635
+ },
636
+ "typography": {
637
+ "fontFamilies": {
638
+ "geist": [
639
+ "Geist",
640
+ "-apple-system",
641
+ "BlinkMacSystemFont",
642
+ "Segoe UI",
643
+ "Roboto",
644
+ "sans-serif"
645
+ ],
646
+ "mono": [
647
+ "Geist Mono",
648
+ "SF Mono",
649
+ "Monaco",
650
+ "Inconsolata",
651
+ "Roboto Mono",
652
+ "monospace"
653
+ ]
654
+ },
655
+ "fontWeights": {
656
+ "regular": 400,
657
+ "medium": 500,
658
+ "semibold": 600,
659
+ "bold": 700
660
+ },
661
+ "fontSizes": {
662
+ "xs": "0.625rem",
663
+ "s": "0.75rem",
664
+ "m": "0.875rem",
665
+ "l": "1rem",
666
+ "xl": "1.125rem",
667
+ "2xl": "1.25rem",
668
+ "3xl": "1.5rem",
669
+ "4xl": "1.75rem",
670
+ "5xl": "2rem",
671
+ "6xl": "2.5rem",
672
+ "7xl": "3rem",
673
+ "8xl": "3.5rem"
674
+ },
675
+ "lineHeights": {
676
+ "xs": "0.875rem",
677
+ "s": "1rem",
678
+ "m": "1.25rem",
679
+ "l": "1.5rem",
680
+ "xl": "1.625rem",
681
+ "2xl": "1.75rem",
682
+ "3xl": "2rem",
683
+ "4xl": "2.25rem",
684
+ "5xl": "2.5rem",
685
+ "6xl": "3rem",
686
+ "7xl": "3.5rem",
687
+ "8xl": "4rem"
688
+ },
689
+ "letterSpacings": {
690
+ "none": "0em",
691
+ "xs": "-0.0625rem",
692
+ "s": "-0.03125rem",
693
+ "m": "-0.015625rem"
694
+ },
695
+ "labelFontSizes": {
696
+ "2xs": "0.875rem"
697
+ },
698
+ "labelLineHeights": {
699
+ "2xs": "0.875rem"
700
+ },
701
+ "styles": {
702
+ "label": {
703
+ "2xs": {
704
+ "medium": {
705
+ "fontSize": "0.875rem",
706
+ "lineHeight": "0.875rem",
707
+ "fontWeight": 500,
708
+ "letterSpacing": "0em",
709
+ "fontFamily": [
710
+ "Geist",
711
+ "-apple-system",
712
+ "BlinkMacSystemFont",
713
+ "Segoe UI",
714
+ "Roboto",
715
+ "sans-serif"
716
+ ]
717
+ }
718
+ }
719
+ },
720
+ "heading": {
721
+ "3xl": {
722
+ "semibold": {
723
+ "fontSize": "3.5rem",
724
+ "lineHeight": "4rem",
725
+ "fontWeight": 600,
726
+ "letterSpacing": "-0.0625rem",
727
+ "fontFamily": [
728
+ "Geist",
729
+ "-apple-system",
730
+ "BlinkMacSystemFont",
731
+ "Segoe UI",
732
+ "Roboto",
733
+ "sans-serif"
734
+ ]
735
+ }
736
+ },
737
+ "2xl": {
738
+ "semibold": {
739
+ "fontSize": "3rem",
740
+ "lineHeight": "3.5rem",
741
+ "fontWeight": 600,
742
+ "letterSpacing": "-0.0625rem",
743
+ "fontFamily": [
744
+ "Geist",
745
+ "-apple-system",
746
+ "BlinkMacSystemFont",
747
+ "Segoe UI",
748
+ "Roboto",
749
+ "sans-serif"
750
+ ]
751
+ }
752
+ },
753
+ "xl": {
754
+ "semibold": {
755
+ "fontSize": "2.5rem",
756
+ "lineHeight": "3rem",
757
+ "fontWeight": 600,
758
+ "letterSpacing": "-0.0625rem",
759
+ "fontFamily": [
760
+ "Geist",
761
+ "-apple-system",
762
+ "BlinkMacSystemFont",
763
+ "Segoe UI",
764
+ "Roboto",
765
+ "sans-serif"
766
+ ]
767
+ }
768
+ },
769
+ "l": {
770
+ "semibold": {
771
+ "fontSize": "2rem",
772
+ "lineHeight": "2.5rem",
773
+ "fontWeight": 600,
774
+ "letterSpacing": "-0.03125rem",
775
+ "fontFamily": [
776
+ "Geist",
777
+ "-apple-system",
778
+ "BlinkMacSystemFont",
779
+ "Segoe UI",
780
+ "Roboto",
781
+ "sans-serif"
782
+ ]
783
+ }
784
+ },
785
+ "m": {
786
+ "semibold": {
787
+ "fontSize": "1.5rem",
788
+ "lineHeight": "2rem",
789
+ "fontWeight": 600,
790
+ "letterSpacing": "-0.03125rem",
791
+ "fontFamily": [
792
+ "Geist",
793
+ "-apple-system",
794
+ "BlinkMacSystemFont",
795
+ "Segoe UI",
796
+ "Roboto",
797
+ "sans-serif"
798
+ ]
799
+ }
800
+ },
801
+ "s": {
802
+ "semibold": {
803
+ "fontSize": "1.25rem",
804
+ "lineHeight": "1.75rem",
805
+ "fontWeight": 600,
806
+ "letterSpacing": "-0.03125rem",
807
+ "fontFamily": [
808
+ "Geist",
809
+ "-apple-system",
810
+ "BlinkMacSystemFont",
811
+ "Segoe UI",
812
+ "Roboto",
813
+ "sans-serif"
814
+ ]
815
+ }
816
+ },
817
+ "xs": {
818
+ "semibold": {
819
+ "fontSize": "1rem",
820
+ "lineHeight": "1.5rem",
821
+ "fontWeight": 600,
822
+ "letterSpacing": "-0.015625rem",
823
+ "fontFamily": [
824
+ "Geist",
825
+ "-apple-system",
826
+ "BlinkMacSystemFont",
827
+ "Segoe UI",
828
+ "Roboto",
829
+ "sans-serif"
830
+ ]
831
+ },
832
+ "medium": {
833
+ "fontSize": "1rem",
834
+ "lineHeight": "1.5rem",
835
+ "fontWeight": 500,
836
+ "letterSpacing": "-0.015625rem",
837
+ "fontFamily": [
838
+ "Geist",
839
+ "-apple-system",
840
+ "BlinkMacSystemFont",
841
+ "Segoe UI",
842
+ "Roboto",
843
+ "sans-serif"
844
+ ]
845
+ }
846
+ },
847
+ "2xs": {
848
+ "medium": {
849
+ "fontSize": "0.875rem",
850
+ "lineHeight": "1.25rem",
851
+ "fontWeight": 500,
852
+ "letterSpacing": "0em",
853
+ "fontFamily": [
854
+ "Geist",
855
+ "-apple-system",
856
+ "BlinkMacSystemFont",
857
+ "Segoe UI",
858
+ "Roboto",
859
+ "sans-serif"
860
+ ]
861
+ }
862
+ }
863
+ },
864
+ "text": {
865
+ "2xl": {
866
+ "medium": {
867
+ "fontSize": "1.5rem",
868
+ "lineHeight": "2rem",
869
+ "fontWeight": 500,
870
+ "letterSpacing": "0em",
871
+ "fontFamily": [
872
+ "Geist",
873
+ "-apple-system",
874
+ "BlinkMacSystemFont",
875
+ "Segoe UI",
876
+ "Roboto",
877
+ "sans-serif"
878
+ ]
879
+ },
880
+ "regular": {
881
+ "fontSize": "1.5rem",
882
+ "lineHeight": "2rem",
883
+ "fontWeight": 400,
884
+ "letterSpacing": "0em",
885
+ "fontFamily": [
886
+ "Geist",
887
+ "-apple-system",
888
+ "BlinkMacSystemFont",
889
+ "Segoe UI",
890
+ "Roboto",
891
+ "sans-serif"
892
+ ]
893
+ }
894
+ },
895
+ "xl": {
896
+ "medium": {
897
+ "fontSize": "1.25rem",
898
+ "lineHeight": "1.75rem",
899
+ "fontWeight": 500,
900
+ "letterSpacing": "0em",
901
+ "fontFamily": [
902
+ "Geist",
903
+ "-apple-system",
904
+ "BlinkMacSystemFont",
905
+ "Segoe UI",
906
+ "Roboto",
907
+ "sans-serif"
908
+ ]
909
+ },
910
+ "regular": {
911
+ "fontSize": "1.25rem",
912
+ "lineHeight": "1.75rem",
913
+ "fontWeight": 400,
914
+ "letterSpacing": "0em",
915
+ "fontFamily": [
916
+ "Geist",
917
+ "-apple-system",
918
+ "BlinkMacSystemFont",
919
+ "Segoe UI",
920
+ "Roboto",
921
+ "sans-serif"
922
+ ]
923
+ }
924
+ },
925
+ "l": {
926
+ "medium": {
927
+ "fontSize": "1rem",
928
+ "lineHeight": "1.5rem",
929
+ "fontWeight": 500,
930
+ "letterSpacing": "0em",
931
+ "fontFamily": [
932
+ "Geist",
933
+ "-apple-system",
934
+ "BlinkMacSystemFont",
935
+ "Segoe UI",
936
+ "Roboto",
937
+ "sans-serif"
938
+ ]
939
+ },
940
+ "regular": {
941
+ "fontSize": "1rem",
942
+ "lineHeight": "1.5rem",
943
+ "fontWeight": 400,
944
+ "letterSpacing": "0em",
945
+ "fontFamily": [
946
+ "Geist",
947
+ "-apple-system",
948
+ "BlinkMacSystemFont",
949
+ "Segoe UI",
950
+ "Roboto",
951
+ "sans-serif"
952
+ ]
953
+ }
954
+ },
955
+ "m": {
956
+ "medium": {
957
+ "fontSize": "0.875rem",
958
+ "lineHeight": "1.25rem",
959
+ "fontWeight": 500,
960
+ "letterSpacing": "0em",
961
+ "fontFamily": [
962
+ "Geist",
963
+ "-apple-system",
964
+ "BlinkMacSystemFont",
965
+ "Segoe UI",
966
+ "Roboto",
967
+ "sans-serif"
968
+ ]
969
+ },
970
+ "regular": {
971
+ "fontSize": "0.875rem",
972
+ "lineHeight": "1.25rem",
973
+ "fontWeight": 400,
974
+ "letterSpacing": "0em",
975
+ "fontFamily": [
976
+ "Geist",
977
+ "-apple-system",
978
+ "BlinkMacSystemFont",
979
+ "Segoe UI",
980
+ "Roboto",
981
+ "sans-serif"
982
+ ]
983
+ }
984
+ },
985
+ "s": {
986
+ "medium": {
987
+ "fontSize": "0.75rem",
988
+ "lineHeight": "1rem",
989
+ "fontWeight": 500,
990
+ "letterSpacing": "0em",
991
+ "fontFamily": [
992
+ "Geist",
993
+ "-apple-system",
994
+ "BlinkMacSystemFont",
995
+ "Segoe UI",
996
+ "Roboto",
997
+ "sans-serif"
998
+ ]
999
+ },
1000
+ "regular": {
1001
+ "fontSize": "0.75rem",
1002
+ "lineHeight": "1rem",
1003
+ "fontWeight": 400,
1004
+ "letterSpacing": "0em",
1005
+ "fontFamily": [
1006
+ "Geist",
1007
+ "-apple-system",
1008
+ "BlinkMacSystemFont",
1009
+ "Segoe UI",
1010
+ "Roboto",
1011
+ "sans-serif"
1012
+ ]
1013
+ }
1014
+ },
1015
+ "xs": {
1016
+ "medium": {
1017
+ "fontSize": "0.625rem",
1018
+ "lineHeight": "0.875rem",
1019
+ "fontWeight": 500,
1020
+ "letterSpacing": "0em",
1021
+ "fontFamily": [
1022
+ "Geist",
1023
+ "-apple-system",
1024
+ "BlinkMacSystemFont",
1025
+ "Segoe UI",
1026
+ "Roboto",
1027
+ "sans-serif"
1028
+ ]
1029
+ },
1030
+ "regular": {
1031
+ "fontSize": "0.625rem",
1032
+ "lineHeight": "0.875rem",
1033
+ "fontWeight": 400,
1034
+ "letterSpacing": "0em",
1035
+ "fontFamily": [
1036
+ "Geist",
1037
+ "-apple-system",
1038
+ "BlinkMacSystemFont",
1039
+ "Segoe UI",
1040
+ "Roboto",
1041
+ "sans-serif"
1042
+ ]
1043
+ }
1044
+ }
1045
+ }
1046
+ }
1047
+ },
1048
+ "breakpoints": {
1049
+ "xs": {},
1050
+ "sm": {
1051
+ "@media": "screen and (min-width: 640px)"
1052
+ },
1053
+ "md": {
1054
+ "@media": "screen and (min-width: 768px)"
1055
+ },
1056
+ "lg": {
1057
+ "@media": "screen and (min-width: 1024px)"
1058
+ },
1059
+ "xl": {
1060
+ "@media": "screen and (min-width: 1280px)"
1061
+ }
1062
+ },
1063
+ "zIndex": {
1064
+ "BASE": 1,
1065
+ "DROPDOWN": 50,
1066
+ "DRAWER_OVERLAY": 80,
1067
+ "DRAWER_CONTENT": 90,
1068
+ "MODAL_OVERLAY": 100,
1069
+ "MODAL_CONTENT": 110,
1070
+ "ALERT_OVERLAY": 120,
1071
+ "ALERT_CONTENT": 130,
1072
+ "OVERLAY": 1000,
1073
+ "POPOVER": 1100,
1074
+ "TOOLTIP": 1200,
1075
+ "TOAST": 9999
1076
+ },
1077
+ "theme": {
1078
+ "modes": {
1079
+ "light": {
1080
+ "contentPrimary": "#0b0b0b",
1081
+ "contentSecondary": "#2b2c2d",
1082
+ "contentTertiary": "#56585a",
1083
+ "contentQuaternary": "#898b8d",
1084
+ "contentDefaultWhite": "#ffffff",
1085
+ "contentPrimaryInverse": "#ffffff",
1086
+ "contentSecondaryInverse": "#e2e2e2",
1087
+ "contentTertiaryInverse": "#a7a8a9",
1088
+ "contentDisabled": "#b5b7b8",
1089
+ "contentBrand": "#ee5566",
1090
+ "contentSecondaryBrand": "#0784e3",
1091
+ "contentLink": "#0d44ff",
1092
+ "contentLinkHover": "#0a36cc",
1093
+ "contentLinkPressed": "#082999",
1094
+ "contentInfo": "#0d44ff",
1095
+ "contentInfoBold": "#0a36cc",
1096
+ "contentNotice": "#ff7700",
1097
+ "contentNoticeBold": "#994700",
1098
+ "contentNegative": "#fa0000",
1099
+ "contentNegativeBold": "#960000",
1100
+ "contentPositive": "#00ad19",
1101
+ "contentPositiveBold": "#00680f",
1102
+ "contentAttention": "#ab00f5",
1103
+ "contentActive": "#007d84",
1104
+ "backgroundPrimary": "#ffffff",
1105
+ "backgroundSecondary": "#F7F8F8",
1106
+ "backgroundHover": "#e2e2e2",
1107
+ "backgroundPressed": "#e2e2e2",
1108
+ "backgroundSelected": "#fcdde0",
1109
+ "backgroundSecondarySelected": "#cde6f9",
1110
+ "backgroundDisabled": "#f0f1f1",
1111
+ "backgroundBrand": "#ee5566",
1112
+ "backgroundBrandHover": "#be4452",
1113
+ "backgroundBrandPressed": "#8f333d",
1114
+ "backgroundSecondaryBrand": "#0784e3",
1115
+ "backgroundSecondaryBrandHover": "#066ab6",
1116
+ "backgroundSecondaryBrandPressed": "#044f88",
1117
+ "backgroundInfo": "#0d44ff",
1118
+ "backgroundInfoSubtle": "#f3f6ff",
1119
+ "backgroundNotice": "#ff7700",
1120
+ "backgroundNoticeSubtle": "#fff8f2",
1121
+ "backgroundNegative": "#fa0000",
1122
+ "backgroundNegativeHover": "#c80000",
1123
+ "backgroundNegativePressed": "#960000",
1124
+ "backgroundNegativeSubtle": "#fff2f2",
1125
+ "backgroundPositive": "#00ad19",
1126
+ "backgroundPositiveSubtle": "#f2fbf3",
1127
+ "backgroundInverse": "#161616",
1128
+ "backgroundInverseHover": "#2b2c2d",
1129
+ "backgroundAttention": "#F9ECFF",
1130
+ "backgroundActive": "#effeff",
1131
+ "backgroundSecondaryBrandSubtle": "#EFF8FF",
1132
+ "borderPrimary": "#56585a",
1133
+ "borderSecondary": "#898b8d",
1134
+ "borderTertiary": "#c4c5c6",
1135
+ "borderQuaternary": "#e2e2e2",
1136
+ "borderDisabled": "#d3d4d4",
1137
+ "borderBrand": "#ee5566",
1138
+ "borderSecondaryBrand": "#0784e3",
1139
+ "borderInverse": "#ffffff",
1140
+ "borderFocus": "#0d44ff",
1141
+ "borderInfo": "#0d44ff",
1142
+ "borderNotice": "#ff7700",
1143
+ "borderNegative": "#fa0000",
1144
+ "borderPositive": "#00ad19",
1145
+ "borderMono": "#161616",
1146
+ "borderAttention": "#ab00f5",
1147
+ "borderActive": "#007d84",
1148
+ "surfaceL0": "#ffffff",
1149
+ "surfaceL1": "#ffffff",
1150
+ "surfaceL2": "#ffffff",
1151
+ "surfaceL3": "#ffffff",
1152
+ "surfaceL4": "#ffffff",
1153
+ "surfaceL5": "#ffffff",
1154
+ "surfaceL6": "#ffffff",
1155
+ "overlay50": "rgba(0, 0, 0, 0.50)",
1156
+ "overlay50Inverse": "rgba(255, 255, 255, 0.50)"
1157
+ },
1158
+ "dark": {
1159
+ "contentPrimary": "#ffffff",
1160
+ "contentSecondary": "#e2e2e2",
1161
+ "contentTertiary": "#a7a8a9",
1162
+ "contentQuaternary": "#6c6e70",
1163
+ "contentDefaultWhite": "#ffffff",
1164
+ "contentPrimaryInverse": "#0b0b0b",
1165
+ "contentSecondaryInverse": "#2b2c2d",
1166
+ "contentTertiaryInverse": "#56585a",
1167
+ "contentDisabled": "#414243",
1168
+ "contentBrand": "#ee5566",
1169
+ "contentSecondaryBrand": "#0784e3",
1170
+ "contentLink": "#3d69ff",
1171
+ "contentLinkHover": "#6e8fff",
1172
+ "contentLinkPressed": "#9eb4ff",
1173
+ "contentInfo": "#3d69ff",
1174
+ "contentInfoBold": "#6e8fff",
1175
+ "contentNotice": "#ff9233",
1176
+ "contentNoticeBold": "#ffad66",
1177
+ "contentNegative": "#fb3333",
1178
+ "contentNegativeBold": "#fc6666",
1179
+ "contentPositive": "#33bd47",
1180
+ "contentPositiveBold": "#99dea3",
1181
+ "contentAttention": "#a975ff",
1182
+ "contentActive": "#99dfff",
1183
+ "backgroundPrimary": "#0b0b0b",
1184
+ "backgroundSecondary": "#161616",
1185
+ "backgroundHover": "#2b2c2d",
1186
+ "backgroundPressed": "#414243",
1187
+ "backgroundSelected": "#8f333d",
1188
+ "backgroundSecondarySelected": "#03355b",
1189
+ "backgroundDisabled": "#2b2c2d",
1190
+ "backgroundBrand": "#f17785",
1191
+ "backgroundBrandHover": "#f599a3",
1192
+ "backgroundBrandPressed": "#f8bbc2",
1193
+ "backgroundSecondaryBrand": "#399de9",
1194
+ "backgroundSecondaryBrandHover": "#6ab5ee",
1195
+ "backgroundSecondaryBrandPressed": "#9ccef4",
1196
+ "backgroundInfo": "#3d69ff",
1197
+ "backgroundInfoSubtle": "#030e33",
1198
+ "backgroundNotice": "#ff9233",
1199
+ "backgroundNoticeSubtle": "#331800",
1200
+ "backgroundNegative": "#fb3333",
1201
+ "backgroundNegativeHover": "#fc6666",
1202
+ "backgroundNegativePressed": "#fd9999",
1203
+ "backgroundNegativeSubtle": "#320000",
1204
+ "backgroundPositive": "#33bd47",
1205
+ "backgroundPositiveSubtle": "#002305",
1206
+ "backgroundInverse": "#ffffff",
1207
+ "backgroundInverseHover": "#f0f1f1",
1208
+ "backgroundAttention": "#160533",
1209
+ "backgroundActive": "#002333",
1210
+ "backgroundSecondaryBrandSubtle": "#EFF8FF",
1211
+ "borderPrimary": "#898b8d",
1212
+ "borderSecondary": "#56585a",
1213
+ "borderTertiary": "#2b2c2d",
1214
+ "borderQuaternary": "#161616",
1215
+ "borderDisabled": "#414243",
1216
+ "borderBrand": "#f17785",
1217
+ "borderSecondaryBrand": "#399de9",
1218
+ "borderInverse": "#161616",
1219
+ "borderFocus": "#3d69ff",
1220
+ "borderInfo": "#3d69ff",
1221
+ "borderNotice": "#ff9233",
1222
+ "borderNegative": "#fb3333",
1223
+ "borderPositive": "#33bd47",
1224
+ "borderMono": "#ffffff",
1225
+ "borderAttention": "#8d47ff",
1226
+ "borderActive": "#33beff",
1227
+ "surfaceL0": "#0b0b0b",
1228
+ "surfaceL1": "#161616",
1229
+ "surfaceL2": "#202122",
1230
+ "surfaceL3": "#2b2c2d",
1231
+ "surfaceL4": "#363738",
1232
+ "surfaceL5": "#414243",
1233
+ "surfaceL6": "#4b4d4f",
1234
+ "overlay50": "rgba(255, 255, 255, 0.50)",
1235
+ "overlay50Inverse": "rgba(0, 0, 0, 0.50)"
1236
+ }
1237
+ },
1238
+ "transparent": "transparent"
1239
+ }
1240
+ }