@signozhq/design-tokens 1.2.1 → 2.0.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/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 03 Jun 2025 15:32:50 GMT
3
+ * Generated on Thu, 04 Dec 2025 11:00:53 GMT
4
4
  */
5
5
  export declare const Color: {
6
6
  BG_ROBIN_50: string;
@@ -13,12 +13,10 @@ export declare const Color: {
13
13
  BG_ROBIN_600: string;
14
14
  BG_ROBIN_700: string;
15
15
  BG_ROBIN_800: string;
16
- BG_ROBIN_850: string;
17
16
  BG_ROBIN_900: string;
18
17
  BG_ROBIN_950: string;
19
18
  BG_SIENNA_50: string;
20
19
  BG_SIENNA_100: string;
21
- BG_SIENNA_150: string;
22
20
  BG_SIENNA_200: string;
23
21
  BG_SIENNA_300: string;
24
22
  BG_SIENNA_400: string;
@@ -31,7 +29,6 @@ export declare const Color: {
31
29
  BG_SIENNA_950: string;
32
30
  BG_CHERRY_50: string;
33
31
  BG_CHERRY_100: string;
34
- BG_CHERRY_150: string;
35
32
  BG_CHERRY_200: string;
36
33
  BG_CHERRY_300: string;
37
34
  BG_CHERRY_400: string;
@@ -44,7 +41,6 @@ export declare const Color: {
44
41
  BG_CHERRY_950: string;
45
42
  BG_AQUA_50: string;
46
43
  BG_AQUA_100: string;
47
- BG_AQUA_150: string;
48
44
  BG_AQUA_200: string;
49
45
  BG_AQUA_300: string;
50
46
  BG_AQUA_400: string;
@@ -82,6 +78,19 @@ export declare const Color: {
82
78
  BG_AMBER_900: string;
83
79
  BG_AMBER_950: string;
84
80
  BG_AMBER_1000: string;
81
+ BG_FOREST_50: string;
82
+ BG_FOREST_100: string;
83
+ BG_FOREST_150: string;
84
+ BG_FOREST_200: string;
85
+ BG_FOREST_300: string;
86
+ BG_FOREST_400: string;
87
+ BG_FOREST_500: string;
88
+ BG_FOREST_600: string;
89
+ BG_FOREST_700: string;
90
+ BG_FOREST_800: string;
91
+ BG_FOREST_850: string;
92
+ BG_FOREST_900: string;
93
+ BG_FOREST_950: string;
85
94
  BG_INK_100: string;
86
95
  BG_INK_200: string;
87
96
  BG_INK_300: string;
@@ -97,25 +106,39 @@ export declare const Color: {
97
106
  BG_SLATE_300: string;
98
107
  BG_SLATE_400: string;
99
108
  BG_SLATE_500: string;
109
+ BG_NEUTRALDARK_50: string;
110
+ BG_NEUTRALDARK_100: string;
111
+ BG_NEUTRALDARK_200: string;
112
+ BG_NEUTRALDARK_300: string;
113
+ BG_NEUTRALDARK_400: string;
114
+ BG_NEUTRALDARK_500: string;
115
+ BG_NEUTRALDARK_600: string;
116
+ BG_NEUTRALDARK_700: string;
117
+ BG_NEUTRALDARK_800: string;
118
+ BG_NEUTRALDARK_900: string;
119
+ BG_NEUTRALDARK_950: string;
120
+ BG_NEUTRALDARK_1000: string;
121
+ BG_NEUTRALLIGHT_50: string;
122
+ BG_NEUTRALLIGHT_100: string;
123
+ BG_NEUTRALLIGHT_200: string;
124
+ BG_NEUTRALLIGHT_300: string;
125
+ BG_NEUTRALLIGHT_400: string;
126
+ BG_NEUTRALLIGHT_500: string;
127
+ BG_NEUTRALLIGHT_600: string;
128
+ BG_NEUTRALLIGHT_700: string;
129
+ BG_NEUTRALLIGHT_800: string;
130
+ BG_NEUTRALLIGHT_900: string;
131
+ BG_NEUTRALLIGHT_950: string;
132
+ BG_NEUTRALLIGHT_1000: string;
133
+ BG_BASE_BLACK: string;
134
+ BG_BASE_WHITE: string;
100
135
  BG_GRADIENT_CORAL: string;
101
136
  'BG_GRADIENT_DARK-SHADOW': string;
137
+ BG_GRADIENT_STYX: string;
102
138
  BG_GRADIENT_DAWN: string;
103
139
  BG_GRADIENT_OCEAN: string;
104
140
  BG_GRADIENT_SPLASH: string;
105
141
  BG_GRADIENT_FLAMINGO: string;
106
- BG_FOREST_50: string;
107
- BG_FOREST_100: string;
108
- BG_FOREST_150: string;
109
- BG_FOREST_200: string;
110
- BG_FOREST_300: string;
111
- BG_FOREST_400: string;
112
- BG_FOREST_500: string;
113
- BG_FOREST_600: string;
114
- BG_FOREST_700: string;
115
- BG_FOREST_800: string;
116
- BG_FOREST_850: string;
117
- BG_FOREST_900: string;
118
- BG_FOREST_950: string;
119
142
  TEXT_ROBIN_50: string;
120
143
  TEXT_ROBIN_100: string;
121
144
  TEXT_ROBIN_150: string;
@@ -126,12 +149,10 @@ export declare const Color: {
126
149
  TEXT_ROBIN_600: string;
127
150
  TEXT_ROBIN_700: string;
128
151
  TEXT_ROBIN_800: string;
129
- TEXT_ROBIN_850: string;
130
152
  TEXT_ROBIN_900: string;
131
153
  TEXT_ROBIN_950: string;
132
154
  TEXT_SIENNA_50: string;
133
155
  TEXT_SIENNA_100: string;
134
- TEXT_SIENNA_150: string;
135
156
  TEXT_SIENNA_200: string;
136
157
  TEXT_SIENNA_300: string;
137
158
  TEXT_SIENNA_400: string;
@@ -144,7 +165,6 @@ export declare const Color: {
144
165
  TEXT_SIENNA_950: string;
145
166
  TEXT_CHERRY_50: string;
146
167
  TEXT_CHERRY_100: string;
147
- TEXT_CHERRY_150: string;
148
168
  TEXT_CHERRY_200: string;
149
169
  TEXT_CHERRY_300: string;
150
170
  TEXT_CHERRY_400: string;
@@ -157,7 +177,6 @@ export declare const Color: {
157
177
  TEXT_CHERRY_950: string;
158
178
  TEXT_AQUA_50: string;
159
179
  TEXT_AQUA_100: string;
160
- TEXT_AQUA_150: string;
161
180
  TEXT_AQUA_200: string;
162
181
  TEXT_AQUA_300: string;
163
182
  TEXT_AQUA_400: string;
@@ -195,6 +214,19 @@ export declare const Color: {
195
214
  TEXT_AMBER_900: string;
196
215
  TEXT_AMBER_950: string;
197
216
  TEXT_AMBER_1000: string;
217
+ TEXT_FOREST_50: string;
218
+ TEXT_FOREST_100: string;
219
+ TEXT_FOREST_150: string;
220
+ TEXT_FOREST_200: string;
221
+ TEXT_FOREST_300: string;
222
+ TEXT_FOREST_400: string;
223
+ TEXT_FOREST_500: string;
224
+ TEXT_FOREST_600: string;
225
+ TEXT_FOREST_700: string;
226
+ TEXT_FOREST_800: string;
227
+ TEXT_FOREST_850: string;
228
+ TEXT_FOREST_900: string;
229
+ TEXT_FOREST_950: string;
198
230
  TEXT_INK_100: string;
199
231
  TEXT_INK_200: string;
200
232
  TEXT_INK_300: string;
@@ -210,30 +242,44 @@ export declare const Color: {
210
242
  TEXT_SLATE_300: string;
211
243
  TEXT_SLATE_400: string;
212
244
  TEXT_SLATE_500: string;
245
+ TEXT_NEUTRALDARK_50: string;
246
+ TEXT_NEUTRALDARK_100: string;
247
+ TEXT_NEUTRALDARK_200: string;
248
+ TEXT_NEUTRALDARK_300: string;
249
+ TEXT_NEUTRALDARK_400: string;
250
+ TEXT_NEUTRALDARK_500: string;
251
+ TEXT_NEUTRALDARK_600: string;
252
+ TEXT_NEUTRALDARK_700: string;
253
+ TEXT_NEUTRALDARK_800: string;
254
+ TEXT_NEUTRALDARK_900: string;
255
+ TEXT_NEUTRALDARK_950: string;
256
+ TEXT_NEUTRALDARK_1000: string;
257
+ TEXT_NEUTRALLIGHT_50: string;
258
+ TEXT_NEUTRALLIGHT_100: string;
259
+ TEXT_NEUTRALLIGHT_200: string;
260
+ TEXT_NEUTRALLIGHT_300: string;
261
+ TEXT_NEUTRALLIGHT_400: string;
262
+ TEXT_NEUTRALLIGHT_500: string;
263
+ TEXT_NEUTRALLIGHT_600: string;
264
+ TEXT_NEUTRALLIGHT_700: string;
265
+ TEXT_NEUTRALLIGHT_800: string;
266
+ TEXT_NEUTRALLIGHT_900: string;
267
+ TEXT_NEUTRALLIGHT_950: string;
268
+ TEXT_NEUTRALLIGHT_1000: string;
269
+ TEXT_BASE_BLACK: string;
270
+ TEXT_BASE_WHITE: string;
213
271
  TEXT_GRADIENT_CORAL: string;
214
272
  'TEXT_GRADIENT_DARK-SHADOW': string;
273
+ TEXT_GRADIENT_STYX: string;
215
274
  TEXT_GRADIENT_DAWN: string;
216
275
  TEXT_GRADIENT_OCEAN: string;
217
276
  TEXT_GRADIENT_SPLASH: string;
218
277
  TEXT_GRADIENT_FLAMINGO: string;
219
- TEXT_FOREST_50: string;
220
- TEXT_FOREST_100: string;
221
- TEXT_FOREST_150: string;
222
- TEXT_FOREST_200: string;
223
- TEXT_FOREST_300: string;
224
- TEXT_FOREST_400: string;
225
- TEXT_FOREST_500: string;
226
- TEXT_FOREST_600: string;
227
- TEXT_FOREST_700: string;
228
- TEXT_FOREST_800: string;
229
- TEXT_FOREST_850: string;
230
- TEXT_FOREST_900: string;
231
- TEXT_FOREST_950: string;
232
278
  };
233
279
 
234
280
  /**
235
281
  * Do not edit directly
236
- * Generated on Tue, 03 Jun 2025 15:32:50 GMT
282
+ * Generated on Thu, 04 Dec 2025 11:00:53 GMT
237
283
  */
238
284
  export declare const ColorTailwind: {
239
285
  'robin-50': string;
@@ -246,12 +292,10 @@ export declare const ColorTailwind: {
246
292
  'robin-600': string;
247
293
  'robin-700': string;
248
294
  'robin-800': string;
249
- 'robin-850': string;
250
295
  'robin-900': string;
251
296
  'robin-950': string;
252
297
  'sienna-50': string;
253
298
  'sienna-100': string;
254
- 'sienna-150': string;
255
299
  'sienna-200': string;
256
300
  'sienna-300': string;
257
301
  'sienna-400': string;
@@ -264,7 +308,6 @@ export declare const ColorTailwind: {
264
308
  'sienna-950': string;
265
309
  'cherry-50': string;
266
310
  'cherry-100': string;
267
- 'cherry-150': string;
268
311
  'cherry-200': string;
269
312
  'cherry-300': string;
270
313
  'cherry-400': string;
@@ -277,7 +320,6 @@ export declare const ColorTailwind: {
277
320
  'cherry-950': string;
278
321
  'aqua-50': string;
279
322
  'aqua-100': string;
280
- 'aqua-150': string;
281
323
  'aqua-200': string;
282
324
  'aqua-300': string;
283
325
  'aqua-400': string;
@@ -315,6 +357,19 @@ export declare const ColorTailwind: {
315
357
  'amber-900': string;
316
358
  'amber-950': string;
317
359
  'amber-1000': string;
360
+ 'forest-50': string;
361
+ 'forest-100': string;
362
+ 'forest-150': string;
363
+ 'forest-200': string;
364
+ 'forest-300': string;
365
+ 'forest-400': string;
366
+ 'forest-500': string;
367
+ 'forest-600': string;
368
+ 'forest-700': string;
369
+ 'forest-800': string;
370
+ 'forest-850': string;
371
+ 'forest-900': string;
372
+ 'forest-950': string;
318
373
  'ink-100': string;
319
374
  'ink-200': string;
320
375
  'ink-300': string;
@@ -330,25 +385,39 @@ export declare const ColorTailwind: {
330
385
  'slate-300': string;
331
386
  'slate-400': string;
332
387
  'slate-500': string;
388
+ 'neutraldark-50': string;
389
+ 'neutraldark-100': string;
390
+ 'neutraldark-200': string;
391
+ 'neutraldark-300': string;
392
+ 'neutraldark-400': string;
393
+ 'neutraldark-500': string;
394
+ 'neutraldark-600': string;
395
+ 'neutraldark-700': string;
396
+ 'neutraldark-800': string;
397
+ 'neutraldark-900': string;
398
+ 'neutraldark-950': string;
399
+ 'neutraldark-1000': string;
400
+ 'neutrallight-50': string;
401
+ 'neutrallight-100': string;
402
+ 'neutrallight-200': string;
403
+ 'neutrallight-300': string;
404
+ 'neutrallight-400': string;
405
+ 'neutrallight-500': string;
406
+ 'neutrallight-600': string;
407
+ 'neutrallight-700': string;
408
+ 'neutrallight-800': string;
409
+ 'neutrallight-900': string;
410
+ 'neutrallight-950': string;
411
+ 'neutrallight-1000': string;
412
+ 'base-black': string;
413
+ 'base-white': string;
333
414
  'gradient-coral': string;
334
415
  'gradient-dark-shadow': string;
416
+ 'gradient-styx': string;
335
417
  'gradient-dawn': string;
336
418
  'gradient-ocean': string;
337
419
  'gradient-splash': string;
338
420
  'gradient-flamingo': string;
339
- 'forest-50': string;
340
- 'forest-100': string;
341
- 'forest-150': string;
342
- 'forest-200': string;
343
- 'forest-300': string;
344
- 'forest-400': string;
345
- 'forest-500': string;
346
- 'forest-600': string;
347
- 'forest-700': string;
348
- 'forest-800': string;
349
- 'forest-850': string;
350
- 'forest-900': string;
351
- 'forest-950': string;
352
421
  };
353
422
 
354
423
  export declare type ColorTailwindType = (typeof ColorTailwind)[keyof typeof ColorTailwind];
@@ -356,344 +425,382 @@ export declare type ColorTailwindType = (typeof ColorTailwind)[keyof typeof Colo
356
425
  export declare const colorTokens: {
357
426
  "bg": {
358
427
  "Robin": {
359
- "50": {
360
- "value": "#EDF1FE",
361
- "type": "color"
362
- },
363
- "100": {
364
- "value": "#DCE3FE",
428
+ "950": {
429
+ "value": "#091233",
365
430
  "type": "color"
366
431
  },
367
- "150": {
368
- "value": "#CAD5FD",
432
+ "900": {
433
+ "value": "#101d49",
369
434
  "type": "color"
370
435
  },
371
- "200": {
372
- "value": "#B8C7FC",
436
+ "800": {
437
+ "value": "#1f3274",
373
438
  "type": "color"
374
439
  },
375
- "300": {
376
- "value": "#95ACFB",
440
+ "700": {
441
+ "value": "#2f48a0",
377
442
  "type": "color"
378
443
  },
379
- "400": {
380
- "value": "#7190F9",
444
+ "600": {
445
+ "value": "#3f5ecc",
381
446
  "type": "color"
382
447
  },
383
448
  "500": {
384
- "value": "#4E74F8",
449
+ "value": "#4e74f8",
385
450
  "type": "color"
386
451
  },
387
- "600": {
388
- "value": "#3F5ECC",
452
+ "400": {
453
+ "value": "#7190f9",
389
454
  "type": "color"
390
455
  },
391
- "700": {
392
- "value": "#2F48A0",
456
+ "300": {
457
+ "value": "#95acfb",
393
458
  "type": "color"
394
459
  },
395
- "800": {
396
- "value": "#203375",
460
+ "200": {
461
+ "value": "#b8c7fc",
397
462
  "type": "color"
398
463
  },
399
- "850": {
400
- "value": "#18285F",
464
+ "150": {
465
+ "value": "#cad5fd",
401
466
  "type": "color"
402
467
  },
403
- "900": {
404
- "value": "#101D49",
468
+ "100": {
469
+ "value": "#cad5fd",
405
470
  "type": "color"
406
471
  },
407
- "950": {
408
- "value": "#091233",
472
+ "50": {
473
+ "value": "#edf1fe",
409
474
  "type": "color"
410
475
  }
411
476
  },
412
477
  "Sienna": {
413
- "50": {
414
- "value": "#F7F2EE",
478
+ "950": {
479
+ "value": "#110d09",
415
480
  "type": "color"
416
481
  },
417
- "100": {
418
- "value": "#EFE5DE",
482
+ "900": {
483
+ "value": "#231912",
419
484
  "type": "color"
420
485
  },
421
- "150": {
422
- "value": "#E6D9CD",
486
+ "850": {
487
+ "value": "#34261a",
423
488
  "type": "color"
424
489
  },
425
- "200": {
426
- "value": "#DECCBC",
490
+ "800": {
491
+ "value": "#453223",
427
492
  "type": "color"
428
493
  },
429
- "300": {
430
- "value": "#CEB29B",
494
+ "700": {
495
+ "value": "#684c35",
431
496
  "type": "color"
432
497
  },
433
- "400": {
434
- "value": "#BD9979",
498
+ "600": {
499
+ "value": "#8a6546",
435
500
  "type": "color"
436
501
  },
437
502
  "500": {
438
- "value": "#AD7F58",
439
- "type": "color"
440
- },
441
- "600": {
442
- "value": "#8A6646",
503
+ "value": "#ad7f58",
443
504
  "type": "color"
444
505
  },
445
- "700": {
446
- "value": "#684C35",
506
+ "400": {
507
+ "value": "#bd9879",
447
508
  "type": "color"
448
509
  },
449
- "800": {
450
- "value": "#453323",
510
+ "300": {
511
+ "value": "#ceb29b",
451
512
  "type": "color"
452
513
  },
453
- "850": {
454
- "value": "#34261A",
514
+ "200": {
515
+ "value": "#decbbc",
455
516
  "type": "color"
456
517
  },
457
- "900": {
458
- "value": "#231912",
518
+ "100": {
519
+ "value": "#e6d9cd",
459
520
  "type": "color"
460
521
  },
461
- "950": {
462
- "value": "#110D09",
522
+ "50": {
523
+ "value": "#f7f2ee",
463
524
  "type": "color"
464
525
  }
465
526
  },
466
527
  "Cherry": {
467
- "50": {
468
- "value": "#FCEDED",
528
+ "950": {
529
+ "value": "#1b0809",
469
530
  "type": "color"
470
531
  },
471
- "100": {
472
- "value": "#FADADB",
532
+ "900": {
533
+ "value": "#320f10",
473
534
  "type": "color"
474
535
  },
475
- "150": {
476
- "value": "#F7C8CA",
536
+ "850": {
537
+ "value": "#481618",
477
538
  "type": "color"
478
539
  },
479
- "200": {
480
- "value": "#F5B6B8",
540
+ "800": {
541
+ "value": "#5e1d1f",
481
542
  "type": "color"
482
543
  },
483
- "300": {
484
- "value": "#EF9194",
544
+ "700": {
545
+ "value": "#8b2c2f",
485
546
  "type": "color"
486
547
  },
487
- "400": {
488
- "value": "#EA6D71",
548
+ "600": {
549
+ "value": "#b83a3e",
489
550
  "type": "color"
490
551
  },
491
552
  "500": {
492
- "value": "#E5484D",
493
- "type": "color"
494
- },
495
- "600": {
496
- "value": "#B83A3E",
553
+ "value": "#e5484d",
497
554
  "type": "color"
498
555
  },
499
- "700": {
500
- "value": "#8B2C2F",
556
+ "400": {
557
+ "value": "#ea6d71",
501
558
  "type": "color"
502
559
  },
503
- "800": {
504
- "value": "#5F1D1F",
560
+ "300": {
561
+ "value": "#f5b6b8",
505
562
  "type": "color"
506
563
  },
507
- "850": {
508
- "value": "#481618",
564
+ "200": {
565
+ "value": "#f7c8ca",
509
566
  "type": "color"
510
567
  },
511
- "900": {
512
- "value": "#320F10",
568
+ "100": {
569
+ "value": "#fadadb",
513
570
  "type": "color"
514
571
  },
515
- "950": {
516
- "value": "#1B0809",
572
+ "50": {
573
+ "value": "#fceded",
517
574
  "type": "color"
518
575
  }
519
576
  },
520
577
  "Aqua": {
521
- "50": {
522
- "value": "#E9F9FE",
578
+ "950": {
579
+ "value": "#041419",
523
580
  "type": "color"
524
581
  },
525
- "100": {
526
- "value": "#D3F3FE",
582
+ "900": {
583
+ "value": "#072732",
527
584
  "type": "color"
528
585
  },
529
- "150": {
530
- "value": "#BDEDFD",
586
+ "850": {
587
+ "value": "#0b3b4a",
531
588
  "type": "color"
532
589
  },
533
- "200": {
534
- "value": "#A7E7FC",
590
+ "800": {
591
+ "value": "#0e4e63",
535
592
  "type": "color"
536
593
  },
537
- "300": {
538
- "value": "#7BDCFB",
594
+ "700": {
595
+ "value": "#157594",
539
596
  "type": "color"
540
597
  },
541
- "400": {
542
- "value": "#4FD0F9",
598
+ "600": {
599
+ "value": "#07afe6",
543
600
  "type": "color"
544
601
  },
545
602
  "500": {
546
- "value": "#23C4F8",
547
- "type": "color"
548
- },
549
- "600": {
550
- "value": "#1C9DC6",
603
+ "value": "#23c4f8",
551
604
  "type": "color"
552
605
  },
553
- "700": {
554
- "value": "#157695",
606
+ "400": {
607
+ "value": "#4bcff9",
555
608
  "type": "color"
556
609
  },
557
- "800": {
558
- "value": "#0E4E63",
610
+ "300": {
611
+ "value": "#72d9fb",
559
612
  "type": "color"
560
613
  },
561
- "850": {
562
- "value": "#0B3B4A",
614
+ "200": {
615
+ "value": "#9ae4fc",
563
616
  "type": "color"
564
617
  },
565
- "900": {
566
- "value": "#072732",
618
+ "100": {
619
+ "value": "#c1eefd",
567
620
  "type": "color"
568
621
  },
569
- "950": {
570
- "value": "#041419",
622
+ "50": {
623
+ "value": "#e9f9fe",
571
624
  "type": "color"
572
625
  }
573
626
  },
574
627
  "Sakura": {
575
- "50": {
576
- "value": "#FEEDF0",
628
+ "950": {
629
+ "value": "#26080e",
577
630
  "type": "color"
578
631
  },
579
- "100": {
580
- "value": "#FCDAE1",
632
+ "900": {
633
+ "value": "#3d0f18",
581
634
  "type": "color"
582
635
  },
583
- "150": {
584
- "value": "#FBC8D2",
636
+ "850": {
637
+ "value": "#531622",
585
638
  "type": "color"
586
639
  },
587
- "200": {
588
- "value": "#FAB5C3",
640
+ "800": {
641
+ "value": "#6a1d2c",
589
642
  "type": "color"
590
643
  },
591
- "300": {
592
- "value": "#F791A5",
644
+ "700": {
645
+ "value": "#982b41",
593
646
  "type": "color"
594
647
  },
595
- "400": {
596
- "value": "#F56C87",
648
+ "600": {
649
+ "value": "#c53955",
597
650
  "type": "color"
598
651
  },
599
652
  "500": {
600
- "value": "#F24769",
653
+ "value": "#f24769",
601
654
  "type": "color"
602
655
  },
603
- "600": {
604
- "value": "#C53955",
656
+ "400": {
657
+ "value": "#f56c87",
605
658
  "type": "color"
606
659
  },
607
- "700": {
608
- "value": "#982B41",
660
+ "300": {
661
+ "value": "#f791a5",
609
662
  "type": "color"
610
663
  },
611
- "800": {
612
- "value": "#6A1D2C",
664
+ "200": {
665
+ "value": "#fab5c3",
613
666
  "type": "color"
614
667
  },
615
- "850": {
616
- "value": "#541622",
668
+ "150": {
669
+ "value": "#fbc8d2",
617
670
  "type": "color"
618
671
  },
619
- "900": {
620
- "value": "#3D0F18",
672
+ "100": {
673
+ "value": "#fbc8d2",
621
674
  "type": "color"
622
675
  },
623
- "950": {
624
- "value": "#27080E",
676
+ "50": {
677
+ "value": "#feedf0",
625
678
  "type": "color"
626
679
  }
627
680
  },
628
681
  "Amber": {
629
- "50": {
630
- "value": "#FFFAEE",
682
+ "1000": {
683
+ "value": "#2d2000",
631
684
  "type": "color"
632
685
  },
633
- "100": {
634
- "value": "#FFF5DD",
686
+ "950": {
687
+ "value": "#423109",
635
688
  "type": "color"
636
689
  },
637
- "150": {
638
- "value": "#FFF0CC",
690
+ "900": {
691
+ "value": "#574311",
639
692
  "type": "color"
640
693
  },
641
- "200": {
642
- "value": "#FFEBBB",
694
+ "850": {
695
+ "value": "#6c5319",
643
696
  "type": "color"
644
697
  },
645
- "300": {
646
- "value": "#FFE19A",
698
+ "800": {
699
+ "value": "#816522",
647
700
  "type": "color"
648
701
  },
649
- "400": {
650
- "value": "#FFD778",
702
+ "700": {
703
+ "value": "#ab8834",
651
704
  "type": "color"
652
705
  },
653
- "500": {
654
- "value": "#FFCD56",
706
+ "600": {
707
+ "value": "#d5aa45",
655
708
  "type": "color"
656
709
  },
657
- "600": {
658
- "value": "#D5AA45",
710
+ "500": {
711
+ "value": "#ffcc56",
659
712
  "type": "color"
660
713
  },
661
- "700": {
662
- "value": "#AB8834",
714
+ "400": {
715
+ "value": "#ffd778",
663
716
  "type": "color"
664
717
  },
665
- "800": {
666
- "value": "#816522",
718
+ "300": {
719
+ "value": "#ffe19a",
667
720
  "type": "color"
668
721
  },
669
- "850": {
670
- "value": "#6C541A",
722
+ "200": {
723
+ "value": "#ffebbb",
671
724
  "type": "color"
672
725
  },
673
- "900": {
674
- "value": "#574311",
726
+ "150": {
727
+ "value": "#fff0cc",
675
728
  "type": "color"
676
729
  },
677
- "950": {
678
- "value": "#423109",
730
+ "100": {
731
+ "value": "#fff0cc",
679
732
  "type": "color"
680
733
  },
681
- "1000": {
682
- "value": "#2D2000",
734
+ "50": {
735
+ "value": "#fffaee",
683
736
  "type": "color"
684
737
  }
685
738
  },
686
- "Ink": {
687
- "500": {
688
- "value": "#0B0C0E",
739
+ "Forest": {
740
+ "950": {
741
+ "value": "#04170f",
689
742
  "type": "color"
690
743
  },
691
- "400": {
692
- "value": "#121317",
744
+ "900": {
745
+ "value": "#072d1d",
693
746
  "type": "color"
694
747
  },
695
- "300": {
696
- "value": "#16181D",
748
+ "850": {
749
+ "value": "#0b442c",
750
+ "type": "color"
751
+ },
752
+ "800": {
753
+ "value": "#0f5a3a",
754
+ "type": "color"
755
+ },
756
+ "700": {
757
+ "value": "#168757",
758
+ "type": "color"
759
+ },
760
+ "600": {
761
+ "value": "#1eb475",
762
+ "type": "color"
763
+ },
764
+ "500": {
765
+ "value": "#25e192",
766
+ "type": "color"
767
+ },
768
+ "400": {
769
+ "value": "#50e7a7",
770
+ "type": "color"
771
+ },
772
+ "300": {
773
+ "value": "#7cedbd",
774
+ "type": "color"
775
+ },
776
+ "200": {
777
+ "value": "#a8f3d3",
778
+ "type": "color"
779
+ },
780
+ "150": {
781
+ "value": "#bef6de",
782
+ "type": "color"
783
+ },
784
+ "100": {
785
+ "value": "#d3f9e9",
786
+ "type": "color"
787
+ },
788
+ "50": {
789
+ "value": "#e9fcf4",
790
+ "type": "color"
791
+ }
792
+ },
793
+ "Ink": {
794
+ "500": {
795
+ "value": "#0B0C0E",
796
+ "type": "color"
797
+ },
798
+ "400": {
799
+ "value": "#121317",
800
+ "type": "color"
801
+ },
802
+ "300": {
803
+ "value": "#16181D",
697
804
  "type": "color"
698
805
  },
699
806
  "200": {
@@ -749,6 +856,116 @@ export declare const colorTokens: {
749
856
  "type": "color"
750
857
  }
751
858
  },
859
+ "NeutralDark": {
860
+ "1000": {
861
+ "value": "#0a0c10",
862
+ "type": "color"
863
+ },
864
+ "950": {
865
+ "value": "#121317",
866
+ "type": "color"
867
+ },
868
+ "900": {
869
+ "value": "#16181d",
870
+ "type": "color"
871
+ },
872
+ "800": {
873
+ "value": "#23262e",
874
+ "type": "color"
875
+ },
876
+ "700": {
877
+ "value": "#2c303a",
878
+ "type": "color"
879
+ },
880
+ "600": {
881
+ "value": "#343945",
882
+ "type": "color"
883
+ },
884
+ "500": {
885
+ "value": "#414755",
886
+ "type": "color"
887
+ },
888
+ "400": {
889
+ "value": "#5a6070",
890
+ "type": "color"
891
+ },
892
+ "300": {
893
+ "value": "#676e7d",
894
+ "type": "color"
895
+ },
896
+ "200": {
897
+ "value": "#747b8b",
898
+ "type": "color"
899
+ },
900
+ "100": {
901
+ "value": "#adb4c2",
902
+ "type": "color"
903
+ },
904
+ "50": {
905
+ "value": "#eceef2",
906
+ "type": "color"
907
+ }
908
+ },
909
+ "NeutralLight": {
910
+ "1000": {
911
+ "value": "#fcfcfd",
912
+ "type": "color"
913
+ },
914
+ "950": {
915
+ "value": "#f9f9fb",
916
+ "type": "color"
917
+ },
918
+ "900": {
919
+ "value": "#eff0f3",
920
+ "type": "color"
921
+ },
922
+ "800": {
923
+ "value": "#e7e8ec",
924
+ "type": "color"
925
+ },
926
+ "700": {
927
+ "value": "#e0e1e6",
928
+ "type": "color"
929
+ },
930
+ "600": {
931
+ "value": "#d8d9e0",
932
+ "type": "color"
933
+ },
934
+ "500": {
935
+ "value": "#cdced7",
936
+ "type": "color"
937
+ },
938
+ "400": {
939
+ "value": "#b9bbc6",
940
+ "type": "color"
941
+ },
942
+ "300": {
943
+ "value": "#8b8d98",
944
+ "type": "color"
945
+ },
946
+ "200": {
947
+ "value": "#80828d",
948
+ "type": "color"
949
+ },
950
+ "100": {
951
+ "value": "#62636c",
952
+ "type": "color"
953
+ },
954
+ "50": {
955
+ "value": "#1e1f24",
956
+ "type": "color"
957
+ }
958
+ },
959
+ "Base": {
960
+ "Black": {
961
+ "value": "#000000",
962
+ "type": "color"
963
+ },
964
+ "White": {
965
+ "value": "#ffffff",
966
+ "type": "color"
967
+ }
968
+ },
752
969
  "Gradient": {
753
970
  "Coral": {
754
971
  "value": "linear-gradient(114deg, #ED6D68 14.99%, #FCA083 77.27%)",
@@ -758,6 +975,10 @@ export declare const colorTokens: {
758
975
  "value": "linear-gradient(139deg, rgba(18, 19, 23, 0.80) 0%, rgba(18, 19, 23, 0.90) 98.68%)",
759
976
  "type": "color"
760
977
  },
978
+ "Styx": {
979
+ "value": "linear-gradient(139deg, rgba(18, 19, 23, 0.80) 0%, rgba(18, 19, 23, 0.90) 98.68%)",
980
+ "type": "color"
981
+ },
761
982
  "Dawn": {
762
983
  "value": "linear-gradient(99deg, #7A97FA 4.42%, #F977FF 96.6%)",
763
984
  "type": "color"
@@ -774,388 +995,372 @@ export declare const colorTokens: {
774
995
  "value": "linear-gradient(92deg, #CA9CD0 1.36%, #D38972 68.48%, #A1B1E7 98.99%)",
775
996
  "type": "color"
776
997
  }
777
- },
778
- "Forest": {
779
- "50": {
780
- "value": "#E9FCF4",
781
- "type": "color"
782
- },
783
- "100": {
784
- "value": "#D3F9E9",
998
+ }
999
+ },
1000
+ "text": {
1001
+ "Robin": {
1002
+ "950": {
1003
+ "value": "#091233",
785
1004
  "type": "color"
786
1005
  },
787
- "150": {
788
- "value": "#BEF6DE",
1006
+ "900": {
1007
+ "value": "#101d49",
789
1008
  "type": "color"
790
1009
  },
791
- "200": {
792
- "value": "#A8F3D3",
1010
+ "800": {
1011
+ "value": "#1f3274",
793
1012
  "type": "color"
794
1013
  },
795
- "300": {
796
- "value": "#7CEDBE",
1014
+ "700": {
1015
+ "value": "#2f48a0",
797
1016
  "type": "color"
798
1017
  },
799
- "400": {
800
- "value": "#51E7A8",
1018
+ "600": {
1019
+ "value": "#3f5ecc",
801
1020
  "type": "color"
802
1021
  },
803
1022
  "500": {
804
- "value": "#25E192",
1023
+ "value": "#4e74f8",
805
1024
  "type": "color"
806
1025
  },
807
- "600": {
808
- "value": "#1EB475",
1026
+ "400": {
1027
+ "value": "#7190f9",
809
1028
  "type": "color"
810
1029
  },
811
- "700": {
812
- "value": "#168758",
1030
+ "300": {
1031
+ "value": "#95acfb",
813
1032
  "type": "color"
814
1033
  },
815
- "800": {
816
- "value": "#0F5A3A",
1034
+ "200": {
1035
+ "value": "#b8c7fc",
817
1036
  "type": "color"
818
1037
  },
819
- "850": {
820
- "value": "#0B442C",
1038
+ "150": {
1039
+ "value": "#cad5fd",
821
1040
  "type": "color"
822
1041
  },
823
- "900": {
824
- "value": "#072D1D",
1042
+ "100": {
1043
+ "value": "#cad5fd",
825
1044
  "type": "color"
826
1045
  },
827
- "950": {
828
- "value": "#04170F",
1046
+ "50": {
1047
+ "value": "#edf1fe",
829
1048
  "type": "color"
830
1049
  }
831
- }
832
- },
833
- "text": {
834
- "Robin": {
835
- "50": {
836
- "value": "#EDF1FE",
1050
+ },
1051
+ "Sienna": {
1052
+ "950": {
1053
+ "value": "#110d09",
837
1054
  "type": "color"
838
1055
  },
839
- "100": {
840
- "value": "#DCE3FE",
1056
+ "900": {
1057
+ "value": "#231912",
841
1058
  "type": "color"
842
1059
  },
843
- "150": {
844
- "value": "#CAD5FD",
1060
+ "850": {
1061
+ "value": "#34261a",
845
1062
  "type": "color"
846
1063
  },
847
- "200": {
848
- "value": "#B8C7FC",
1064
+ "800": {
1065
+ "value": "#453223",
849
1066
  "type": "color"
850
1067
  },
851
- "300": {
852
- "value": "#95ACFB",
1068
+ "700": {
1069
+ "value": "#684c35",
853
1070
  "type": "color"
854
1071
  },
855
- "400": {
856
- "value": "#7190F9",
1072
+ "600": {
1073
+ "value": "#8a6546",
857
1074
  "type": "color"
858
1075
  },
859
1076
  "500": {
860
- "value": "#4E74F8",
1077
+ "value": "#ad7f58",
861
1078
  "type": "color"
862
1079
  },
863
- "600": {
864
- "value": "#3F5ECC",
865
- "type": "color"
866
- },
867
- "700": {
868
- "value": "#2F48A0",
1080
+ "400": {
1081
+ "value": "#bd9879",
869
1082
  "type": "color"
870
1083
  },
871
- "800": {
872
- "value": "#203375",
1084
+ "300": {
1085
+ "value": "#ceb29b",
873
1086
  "type": "color"
874
1087
  },
875
- "850": {
876
- "value": "#18285F",
1088
+ "200": {
1089
+ "value": "#decbbc",
877
1090
  "type": "color"
878
1091
  },
879
- "900": {
880
- "value": "#101D49",
1092
+ "100": {
1093
+ "value": "#e6d9cd",
881
1094
  "type": "color"
882
1095
  },
883
- "950": {
884
- "value": "#091233",
1096
+ "50": {
1097
+ "value": "#f7f2ee",
885
1098
  "type": "color"
886
1099
  }
887
1100
  },
888
- "Sienna": {
889
- "50": {
890
- "value": "#F7F2EE",
1101
+ "Cherry": {
1102
+ "950": {
1103
+ "value": "#1b0809",
891
1104
  "type": "color"
892
1105
  },
893
- "100": {
894
- "value": "#EFE5DE",
1106
+ "900": {
1107
+ "value": "#320f10",
895
1108
  "type": "color"
896
1109
  },
897
- "150": {
898
- "value": "#E6D9CD",
1110
+ "850": {
1111
+ "value": "#481618",
899
1112
  "type": "color"
900
1113
  },
901
- "200": {
902
- "value": "#DECCBC",
1114
+ "800": {
1115
+ "value": "#5e1d1f",
903
1116
  "type": "color"
904
1117
  },
905
- "300": {
906
- "value": "#CEB29B",
1118
+ "700": {
1119
+ "value": "#8b2c2f",
907
1120
  "type": "color"
908
1121
  },
909
- "400": {
910
- "value": "#BD9979",
1122
+ "600": {
1123
+ "value": "#b83a3e",
911
1124
  "type": "color"
912
1125
  },
913
1126
  "500": {
914
- "value": "#AD7F58",
1127
+ "value": "#e5484d",
915
1128
  "type": "color"
916
1129
  },
917
- "600": {
918
- "value": "#8A6646",
919
- "type": "color"
920
- },
921
- "700": {
922
- "value": "#684C35",
1130
+ "400": {
1131
+ "value": "#ea6d71",
923
1132
  "type": "color"
924
1133
  },
925
- "800": {
926
- "value": "#453323",
1134
+ "300": {
1135
+ "value": "#f5b6b8",
927
1136
  "type": "color"
928
1137
  },
929
- "850": {
930
- "value": "#34261A",
1138
+ "200": {
1139
+ "value": "#f7c8ca",
931
1140
  "type": "color"
932
1141
  },
933
- "900": {
934
- "value": "#231912",
1142
+ "100": {
1143
+ "value": "#fadadb",
935
1144
  "type": "color"
936
1145
  },
937
- "950": {
938
- "value": "#110D09",
1146
+ "50": {
1147
+ "value": "#fceded",
939
1148
  "type": "color"
940
1149
  }
941
1150
  },
942
- "Cherry": {
943
- "50": {
944
- "value": "#FCEDED",
1151
+ "Aqua": {
1152
+ "950": {
1153
+ "value": "#041419",
945
1154
  "type": "color"
946
1155
  },
947
- "100": {
948
- "value": "#FADADB",
1156
+ "900": {
1157
+ "value": "#072732",
949
1158
  "type": "color"
950
1159
  },
951
- "150": {
952
- "value": "#F7C8CA",
1160
+ "850": {
1161
+ "value": "#0b3b4a",
953
1162
  "type": "color"
954
1163
  },
955
- "200": {
956
- "value": "#F5B6B8",
1164
+ "800": {
1165
+ "value": "#0e4e63",
957
1166
  "type": "color"
958
1167
  },
959
- "300": {
960
- "value": "#EF9194",
1168
+ "700": {
1169
+ "value": "#157594",
961
1170
  "type": "color"
962
1171
  },
963
- "400": {
964
- "value": "#EA6D71",
1172
+ "600": {
1173
+ "value": "#07afe6",
965
1174
  "type": "color"
966
1175
  },
967
1176
  "500": {
968
- "value": "#E5484D",
1177
+ "value": "#23c4f8",
969
1178
  "type": "color"
970
1179
  },
971
- "600": {
972
- "value": "#B83A3E",
973
- "type": "color"
974
- },
975
- "700": {
976
- "value": "#8B2C2F",
1180
+ "400": {
1181
+ "value": "#4bcff9",
977
1182
  "type": "color"
978
1183
  },
979
- "800": {
980
- "value": "#5F1D1F",
1184
+ "300": {
1185
+ "value": "#72d9fb",
981
1186
  "type": "color"
982
1187
  },
983
- "850": {
984
- "value": "#481618",
1188
+ "200": {
1189
+ "value": "#9ae4fc",
985
1190
  "type": "color"
986
1191
  },
987
- "900": {
988
- "value": "#320F10",
1192
+ "100": {
1193
+ "value": "#c1eefd",
989
1194
  "type": "color"
990
1195
  },
991
- "950": {
992
- "value": "#1B0809",
1196
+ "50": {
1197
+ "value": "#e9f9fe",
993
1198
  "type": "color"
994
1199
  }
995
1200
  },
996
- "Aqua": {
997
- "50": {
998
- "value": "#E9F9FE",
1201
+ "Sakura": {
1202
+ "950": {
1203
+ "value": "#26080e",
999
1204
  "type": "color"
1000
1205
  },
1001
- "100": {
1002
- "value": "#D3F3FE",
1206
+ "900": {
1207
+ "value": "#3d0f18",
1003
1208
  "type": "color"
1004
1209
  },
1005
- "150": {
1006
- "value": "#BDEDFD",
1210
+ "850": {
1211
+ "value": "#531622",
1007
1212
  "type": "color"
1008
1213
  },
1009
- "200": {
1010
- "value": "#A7E7FC",
1214
+ "800": {
1215
+ "value": "#6a1d2c",
1011
1216
  "type": "color"
1012
1217
  },
1013
- "300": {
1014
- "value": "#7BDCFB",
1218
+ "700": {
1219
+ "value": "#982b41",
1015
1220
  "type": "color"
1016
1221
  },
1017
- "400": {
1018
- "value": "#4FD0F9",
1222
+ "600": {
1223
+ "value": "#c53955",
1019
1224
  "type": "color"
1020
1225
  },
1021
1226
  "500": {
1022
- "value": "#23C4F8",
1227
+ "value": "#f24769",
1023
1228
  "type": "color"
1024
1229
  },
1025
- "600": {
1026
- "value": "#1C9DC6",
1230
+ "400": {
1231
+ "value": "#f56c87",
1027
1232
  "type": "color"
1028
1233
  },
1029
- "700": {
1030
- "value": "#157695",
1234
+ "300": {
1235
+ "value": "#f791a5",
1031
1236
  "type": "color"
1032
1237
  },
1033
- "800": {
1034
- "value": "#0E4E63",
1238
+ "200": {
1239
+ "value": "#fab5c3",
1035
1240
  "type": "color"
1036
1241
  },
1037
- "850": {
1038
- "value": "#0B3B4A",
1242
+ "150": {
1243
+ "value": "#fbc8d2",
1039
1244
  "type": "color"
1040
1245
  },
1041
- "900": {
1042
- "value": "#072732",
1246
+ "100": {
1247
+ "value": "#fbc8d2",
1043
1248
  "type": "color"
1044
1249
  },
1045
- "950": {
1046
- "value": "#041419",
1250
+ "50": {
1251
+ "value": "#feedf0",
1047
1252
  "type": "color"
1048
1253
  }
1049
1254
  },
1050
- "Sakura": {
1051
- "50": {
1052
- "value": "#FEEDF0",
1255
+ "Amber": {
1256
+ "1000": {
1257
+ "value": "#2d2000",
1053
1258
  "type": "color"
1054
1259
  },
1055
- "100": {
1056
- "value": "#FCDAE1",
1260
+ "950": {
1261
+ "value": "#423109",
1057
1262
  "type": "color"
1058
1263
  },
1059
- "150": {
1060
- "value": "#FBC8D2",
1264
+ "900": {
1265
+ "value": "#574311",
1061
1266
  "type": "color"
1062
1267
  },
1063
- "200": {
1064
- "value": "#FAB5C3",
1268
+ "850": {
1269
+ "value": "#6c5319",
1065
1270
  "type": "color"
1066
1271
  },
1067
- "300": {
1068
- "value": "#F791A5",
1272
+ "800": {
1273
+ "value": "#816522",
1069
1274
  "type": "color"
1070
1275
  },
1071
- "400": {
1072
- "value": "#F56C87",
1276
+ "700": {
1277
+ "value": "#ab8834",
1278
+ "type": "color"
1279
+ },
1280
+ "600": {
1281
+ "value": "#d5aa45",
1073
1282
  "type": "color"
1074
1283
  },
1075
1284
  "500": {
1076
- "value": "#F24769",
1285
+ "value": "#ffcc56",
1077
1286
  "type": "color"
1078
1287
  },
1079
- "600": {
1080
- "value": "#C53955",
1288
+ "400": {
1289
+ "value": "#ffd778",
1081
1290
  "type": "color"
1082
1291
  },
1083
- "700": {
1084
- "value": "#982B41",
1292
+ "300": {
1293
+ "value": "#ffe19a",
1085
1294
  "type": "color"
1086
1295
  },
1087
- "800": {
1088
- "value": "#6A1D2C",
1296
+ "200": {
1297
+ "value": "#ffebbb",
1089
1298
  "type": "color"
1090
1299
  },
1091
- "850": {
1092
- "value": "#541622",
1300
+ "150": {
1301
+ "value": "#fff0cc",
1093
1302
  "type": "color"
1094
1303
  },
1095
- "900": {
1096
- "value": "#3D0F18",
1304
+ "100": {
1305
+ "value": "#fff0cc",
1097
1306
  "type": "color"
1098
1307
  },
1099
- "950": {
1100
- "value": "#27080E",
1308
+ "50": {
1309
+ "value": "#fffaee",
1101
1310
  "type": "color"
1102
1311
  }
1103
1312
  },
1104
- "Amber": {
1105
- "50": {
1106
- "value": "#FFFAEE",
1313
+ "Forest": {
1314
+ "950": {
1315
+ "value": "#04170f",
1107
1316
  "type": "color"
1108
1317
  },
1109
- "100": {
1110
- "value": "#FFF5DD",
1318
+ "900": {
1319
+ "value": "#072d1d",
1111
1320
  "type": "color"
1112
1321
  },
1113
- "150": {
1114
- "value": "#FFF0CC",
1322
+ "850": {
1323
+ "value": "#0b442c",
1115
1324
  "type": "color"
1116
1325
  },
1117
- "200": {
1118
- "value": "#FFEBBB",
1326
+ "800": {
1327
+ "value": "#0f5a3a",
1119
1328
  "type": "color"
1120
1329
  },
1121
- "300": {
1122
- "value": "#FFE19A",
1330
+ "700": {
1331
+ "value": "#168757",
1123
1332
  "type": "color"
1124
1333
  },
1125
- "400": {
1126
- "value": "#FFD778",
1334
+ "600": {
1335
+ "value": "#1eb475",
1127
1336
  "type": "color"
1128
1337
  },
1129
1338
  "500": {
1130
- "value": "#FFCD56",
1131
- "type": "color"
1132
- },
1133
- "600": {
1134
- "value": "#D5AA45",
1339
+ "value": "#25e192",
1135
1340
  "type": "color"
1136
1341
  },
1137
- "700": {
1138
- "value": "#AB8834",
1342
+ "400": {
1343
+ "value": "#50e7a7",
1139
1344
  "type": "color"
1140
1345
  },
1141
- "800": {
1142
- "value": "#816522",
1346
+ "300": {
1347
+ "value": "#7cedbd",
1143
1348
  "type": "color"
1144
1349
  },
1145
- "850": {
1146
- "value": "#6C541A",
1350
+ "200": {
1351
+ "value": "#a8f3d3",
1147
1352
  "type": "color"
1148
1353
  },
1149
- "900": {
1150
- "value": "#574311",
1354
+ "150": {
1355
+ "value": "#bef6de",
1151
1356
  "type": "color"
1152
1357
  },
1153
- "950": {
1154
- "value": "#423109",
1358
+ "100": {
1359
+ "value": "#d3f9e9",
1155
1360
  "type": "color"
1156
1361
  },
1157
- "1000": {
1158
- "value": "#2D2000",
1362
+ "50": {
1363
+ "value": "#e9fcf4",
1159
1364
  "type": "color"
1160
1365
  }
1161
1366
  },
@@ -1225,83 +1430,143 @@ export declare const colorTokens: {
1225
1430
  "type": "color"
1226
1431
  }
1227
1432
  },
1228
- "Gradient": {
1229
- "Coral": {
1230
- "value": "linear-gradient(114deg, #ED6D68 14.99%, #FCA083 77.27%)",
1433
+ "NeutralDark": {
1434
+ "1000": {
1435
+ "value": "#0a0c10",
1231
1436
  "type": "color"
1232
1437
  },
1233
- "Dark-Shadow": {
1234
- "value": "linear-gradient(139deg, rgba(18, 19, 23, 0.80) 0%, rgba(18, 19, 23, 0.90) 98.68%)",
1438
+ "950": {
1439
+ "value": "#121317",
1235
1440
  "type": "color"
1236
1441
  },
1237
- "Dawn": {
1238
- "value": "linear-gradient(99deg, #7A97FA 4.42%, #F977FF 96.6%)",
1442
+ "900": {
1443
+ "value": "#16181d",
1239
1444
  "type": "color"
1240
1445
  },
1241
- "Ocean": {
1242
- "value": "linear-gradient(99deg, #48F8CF 4.42%, #28CBF3 96.6%)",
1446
+ "800": {
1447
+ "value": "#23262e",
1243
1448
  "type": "color"
1244
1449
  },
1245
- "Splash": {
1246
- "value": "linear-gradient(99deg, #4568DC 4.42%, #324DAA 96.6%)",
1450
+ "700": {
1451
+ "value": "#2c303a",
1247
1452
  "type": "color"
1248
1453
  },
1249
- "Flamingo": {
1250
- "value": "linear-gradient(92deg, #CA9CD0 1.36%, #D38972 68.48%, #A1B1E7 98.99%)",
1454
+ "600": {
1455
+ "value": "#343945",
1456
+ "type": "color"
1457
+ },
1458
+ "500": {
1459
+ "value": "#414755",
1460
+ "type": "color"
1461
+ },
1462
+ "400": {
1463
+ "value": "#5a6070",
1464
+ "type": "color"
1465
+ },
1466
+ "300": {
1467
+ "value": "#676e7d",
1468
+ "type": "color"
1469
+ },
1470
+ "200": {
1471
+ "value": "#747b8b",
1472
+ "type": "color"
1473
+ },
1474
+ "100": {
1475
+ "value": "#adb4c2",
1476
+ "type": "color"
1477
+ },
1478
+ "50": {
1479
+ "value": "#eceef2",
1251
1480
  "type": "color"
1252
1481
  }
1253
1482
  },
1254
- "Forest": {
1255
- "50": {
1256
- "value": "#E9FCF4",
1483
+ "NeutralLight": {
1484
+ "1000": {
1485
+ "value": "#fcfcfd",
1257
1486
  "type": "color"
1258
1487
  },
1259
- "100": {
1260
- "value": "#D3F9E9",
1488
+ "950": {
1489
+ "value": "#f9f9fb",
1261
1490
  "type": "color"
1262
1491
  },
1263
- "150": {
1264
- "value": "#BEF6DE",
1492
+ "900": {
1493
+ "value": "#eff0f3",
1265
1494
  "type": "color"
1266
1495
  },
1267
- "200": {
1268
- "value": "#A8F3D3",
1496
+ "800": {
1497
+ "value": "#e7e8ec",
1269
1498
  "type": "color"
1270
1499
  },
1271
- "300": {
1272
- "value": "#7CEDBE",
1500
+ "700": {
1501
+ "value": "#e0e1e6",
1273
1502
  "type": "color"
1274
1503
  },
1275
- "400": {
1276
- "value": "#51E7A8",
1504
+ "600": {
1505
+ "value": "#d8d9e0",
1277
1506
  "type": "color"
1278
1507
  },
1279
1508
  "500": {
1280
- "value": "#25E192",
1509
+ "value": "#cdced7",
1281
1510
  "type": "color"
1282
1511
  },
1283
- "600": {
1284
- "value": "#1EB475",
1512
+ "400": {
1513
+ "value": "#b9bbc6",
1285
1514
  "type": "color"
1286
1515
  },
1287
- "700": {
1288
- "value": "#168758",
1516
+ "300": {
1517
+ "value": "#8b8d98",
1289
1518
  "type": "color"
1290
1519
  },
1291
- "800": {
1292
- "value": "#0F5A3A",
1520
+ "200": {
1521
+ "value": "#80828d",
1293
1522
  "type": "color"
1294
1523
  },
1295
- "850": {
1296
- "value": "#0B442C",
1524
+ "100": {
1525
+ "value": "#62636c",
1297
1526
  "type": "color"
1298
1527
  },
1299
- "900": {
1300
- "value": "#072D1D",
1528
+ "50": {
1529
+ "value": "#1e1f24",
1530
+ "type": "color"
1531
+ }
1532
+ },
1533
+ "Base": {
1534
+ "Black": {
1535
+ "value": "#000000",
1301
1536
  "type": "color"
1302
1537
  },
1303
- "950": {
1304
- "value": "#04170F",
1538
+ "White": {
1539
+ "value": "#ffffff",
1540
+ "type": "color"
1541
+ }
1542
+ },
1543
+ "Gradient": {
1544
+ "Coral": {
1545
+ "value": "linear-gradient(114deg, #ED6D68 14.99%, #FCA083 77.27%)",
1546
+ "type": "color"
1547
+ },
1548
+ "Dark-Shadow": {
1549
+ "value": "linear-gradient(139deg, rgba(18, 19, 23, 0.80) 0%, rgba(18, 19, 23, 0.90) 98.68%)",
1550
+ "type": "color"
1551
+ },
1552
+ "Styx": {
1553
+ "value": "linear-gradient(139deg, rgba(18, 19, 23, 0.80) 0%, rgba(18, 19, 23, 0.90) 98.68%)",
1554
+ "type": "color"
1555
+ },
1556
+ "Dawn": {
1557
+ "value": "linear-gradient(99deg, #7A97FA 4.42%, #F977FF 96.6%)",
1558
+ "type": "color"
1559
+ },
1560
+ "Ocean": {
1561
+ "value": "linear-gradient(99deg, #48F8CF 4.42%, #28CBF3 96.6%)",
1562
+ "type": "color"
1563
+ },
1564
+ "Splash": {
1565
+ "value": "linear-gradient(99deg, #4568DC 4.42%, #324DAA 96.6%)",
1566
+ "type": "color"
1567
+ },
1568
+ "Flamingo": {
1569
+ "value": "linear-gradient(92deg, #CA9CD0 1.36%, #D38972 68.48%, #A1B1E7 98.99%)",
1305
1570
  "type": "color"
1306
1571
  }
1307
1572
  }
@@ -1312,7 +1577,7 @@ export declare type ColorType = (typeof Color)[keyof typeof Color];
1312
1577
 
1313
1578
  /**
1314
1579
  * Do not edit directly
1315
- * Generated on Tue, 03 Jun 2025 15:32:50 GMT
1580
+ * Generated on Sun, 27 Oct 2024 10:29:22 GMT
1316
1581
  */
1317
1582
  export declare const Spacing: {
1318
1583
  PADDING_1: string;
@@ -1508,11 +1773,14 @@ export declare type SpacingType = (typeof Spacing)[keyof typeof Spacing];
1508
1773
 
1509
1774
  /**
1510
1775
  * Do not edit directly
1511
- * Generated on Tue, 03 Jun 2025 15:32:50 GMT
1776
+ * Generated on Thu, 04 Dec 2025 11:00:53 GMT
1512
1777
  */
1513
1778
  export declare const Typography: {
1779
+ FONTFAMILY_INTER: string;
1780
+ FONTFAMILY_SFMONO: string;
1514
1781
  FONTSIZE_XS: string;
1515
1782
  FONTSIZE_SM: string;
1783
+ FONTSIZE_BASE: string;
1516
1784
  FONTSIZE_LG: string;
1517
1785
  FONTSIZE_XL: string;
1518
1786
  FONTSIZE_2XL: string;
@@ -1532,9 +1800,202 @@ export declare const Typography: {
1532
1800
  FONTWEIGHT_BOLD: string;
1533
1801
  FONTWEIGHT_EXTRABOLD: string;
1534
1802
  FONTWEIGHT_BLACK: string;
1803
+ LINEHEIGHT_18: string;
1804
+ LINEHEIGHT_20: string;
1805
+ LINEHEIGHT_24: string;
1806
+ LINEHEIGHT_NONE: string;
1807
+ LINEHEIGHT_TIGHT: string;
1808
+ LINEHEIGHT_SNUG: string;
1809
+ LINEHEIGHT_NORMAL: string;
1810
+ LINEHEIGHT_RELAXED: string;
1811
+ LINEHEIGHT_LOOSE: string;
1812
+ LETTERSPACING_0: string;
1813
+ LETTERSPACING_4: string;
1814
+ LETTERSPACING_TIGHTER: string;
1815
+ LETTERSPACING_TIGHT: string;
1816
+ LETTERSPACING_NORMAL: string;
1817
+ LETTERSPACING_WIDE: string;
1818
+ LETTERSPACING_WIDER: string;
1819
+ LETTERSPACING_WIDEST: string;
1820
+ 'LETTERSPACING_-0.5': string;
1821
+ LABEL_LARGE_400_FONTSIZE: string;
1822
+ LABEL_LARGE_400_FONTWEIGHT: string;
1823
+ LABEL_LARGE_400_LINEHEIGHT: string;
1824
+ LABEL_LARGE_400_LETTERSPACING: string;
1825
+ LABEL_LARGE_400_FONTFAMILY: string;
1826
+ LABEL_LARGE_500_FONTSIZE: string;
1827
+ LABEL_LARGE_500_FONTWEIGHT: string;
1828
+ LABEL_LARGE_500_LINEHEIGHT: string;
1829
+ LABEL_LARGE_500_LETTERSPACING: string;
1830
+ LABEL_LARGE_500_FONTFAMILY: string;
1831
+ LABEL_LARGE_600_FONTSIZE: string;
1832
+ LABEL_LARGE_600_FONTWEIGHT: string;
1833
+ LABEL_LARGE_600_LINEHEIGHT: string;
1834
+ LABEL_LARGE_600_LETTERSPACING: string;
1835
+ LABEL_LARGE_600_FONTFAMILY: string;
1836
+ LABEL_MEDIUM_400_FONTSIZE: string;
1837
+ LABEL_MEDIUM_400_FONTWEIGHT: string;
1838
+ LABEL_MEDIUM_400_LINEHEIGHT: string;
1839
+ LABEL_MEDIUM_400_LETTERSPACING: string;
1840
+ LABEL_MEDIUM_400_FONTFAMILY: string;
1841
+ LABEL_MEDIUM_500_FONTSIZE: string;
1842
+ LABEL_MEDIUM_500_FONTWEIGHT: string;
1843
+ LABEL_MEDIUM_500_LINEHEIGHT: string;
1844
+ LABEL_MEDIUM_500_LETTERSPACING: string;
1845
+ LABEL_MEDIUM_500_FONTFAMILY: string;
1846
+ LABEL_MEDIUM_600_FONTSIZE: string;
1847
+ LABEL_MEDIUM_600_FONTWEIGHT: string;
1848
+ LABEL_MEDIUM_600_LINEHEIGHT: string;
1849
+ LABEL_MEDIUM_600_LETTERSPACING: string;
1850
+ LABEL_MEDIUM_600_FONTFAMILY: string;
1851
+ LABEL_BASE_400_FONTSIZE: string;
1852
+ LABEL_BASE_400_FONTWEIGHT: string;
1853
+ LABEL_BASE_400_LINEHEIGHT: string;
1854
+ LABEL_BASE_400_LETTERSPACING: string;
1855
+ LABEL_BASE_400_FONTFAMILY: string;
1856
+ LABEL_BASE_500_FONTSIZE: string;
1857
+ LABEL_BASE_500_FONTWEIGHT: string;
1858
+ LABEL_BASE_500_LINEHEIGHT: string;
1859
+ LABEL_BASE_500_LETTERSPACING: string;
1860
+ LABEL_BASE_500_FONTFAMILY: string;
1861
+ LABEL_BASE_600_FONTSIZE: string;
1862
+ LABEL_BASE_600_FONTWEIGHT: string;
1863
+ LABEL_BASE_600_LINEHEIGHT: string;
1864
+ LABEL_BASE_600_LETTERSPACING: string;
1865
+ LABEL_BASE_600_FONTFAMILY: string;
1866
+ LABEL_SMALL_400_FONTSIZE: string;
1867
+ LABEL_SMALL_400_FONTWEIGHT: string;
1868
+ LABEL_SMALL_400_LINEHEIGHT: string;
1869
+ LABEL_SMALL_400_LETTERSPACING: string;
1870
+ LABEL_SMALL_400_FONTFAMILY: string;
1871
+ LABEL_SMALL_500_FONTSIZE: string;
1872
+ LABEL_SMALL_500_FONTWEIGHT: string;
1873
+ LABEL_SMALL_500_LINEHEIGHT: string;
1874
+ LABEL_SMALL_500_LETTERSPACING: string;
1875
+ LABEL_SMALL_500_FONTFAMILY: string;
1876
+ LABEL_SMALL_600_FONTSIZE: string;
1877
+ LABEL_SMALL_600_FONTWEIGHT: string;
1878
+ LABEL_SMALL_600_LINEHEIGHT: string;
1879
+ LABEL_SMALL_600_LETTERSPACING: string;
1880
+ LABEL_SMALL_600_FONTFAMILY: string;
1881
+ UPPERCASE_BASE_400_FONTSIZE: string;
1882
+ UPPERCASE_BASE_400_FONTWEIGHT: string;
1883
+ UPPERCASE_BASE_400_LINEHEIGHT: string;
1884
+ UPPERCASE_BASE_400_LETTERSPACING: string;
1885
+ UPPERCASE_BASE_400_FONTFAMILY: string;
1886
+ UPPERCASE_BASE_500_FONTSIZE: string;
1887
+ UPPERCASE_BASE_500_FONTWEIGHT: string;
1888
+ UPPERCASE_BASE_500_LINEHEIGHT: string;
1889
+ UPPERCASE_BASE_500_LETTERSPACING: string;
1890
+ UPPERCASE_BASE_500_FONTFAMILY: string;
1891
+ UPPERCASE_BASE_600_FONTSIZE: string;
1892
+ UPPERCASE_BASE_600_FONTWEIGHT: string;
1893
+ UPPERCASE_BASE_600_LINEHEIGHT: string;
1894
+ UPPERCASE_BASE_600_LETTERSPACING: string;
1895
+ UPPERCASE_BASE_600_FONTFAMILY: string;
1896
+ UPPERCASE_SMALL_400_FONTSIZE: string;
1897
+ UPPERCASE_SMALL_400_FONTWEIGHT: string;
1898
+ UPPERCASE_SMALL_400_LINEHEIGHT: string;
1899
+ UPPERCASE_SMALL_400_LETTERSPACING: string;
1900
+ UPPERCASE_SMALL_400_FONTFAMILY: string;
1901
+ UPPERCASE_SMALL_500_FONTSIZE: string;
1902
+ UPPERCASE_SMALL_500_FONTWEIGHT: string;
1903
+ UPPERCASE_SMALL_500_LINEHEIGHT: string;
1904
+ UPPERCASE_SMALL_500_LETTERSPACING: string;
1905
+ UPPERCASE_SMALL_500_FONTFAMILY: string;
1906
+ UPPERCASE_SMALL_600_FONTSIZE: string;
1907
+ UPPERCASE_SMALL_600_FONTWEIGHT: string;
1908
+ UPPERCASE_SMALL_600_LINEHEIGHT: string;
1909
+ UPPERCASE_SMALL_600_LETTERSPACING: string;
1910
+ UPPERCASE_SMALL_600_FONTFAMILY: string;
1911
+ CODE_BASE_400_FONTSIZE: string;
1912
+ CODE_BASE_400_FONTWEIGHT: string;
1913
+ CODE_BASE_400_LINEHEIGHT: string;
1914
+ CODE_BASE_400_LETTERSPACING: string;
1915
+ CODE_BASE_400_FONTFAMILY: string;
1916
+ CODE_BASE_500_FONTSIZE: string;
1917
+ CODE_BASE_500_FONTWEIGHT: string;
1918
+ CODE_BASE_500_LINEHEIGHT: string;
1919
+ CODE_BASE_500_LETTERSPACING: string;
1920
+ CODE_BASE_500_FONTFAMILY: string;
1921
+ CODE_BASE_600_FONTSIZE: string;
1922
+ CODE_BASE_600_FONTWEIGHT: string;
1923
+ CODE_BASE_600_LINEHEIGHT: string;
1924
+ CODE_BASE_600_LETTERSPACING: string;
1925
+ CODE_BASE_600_FONTFAMILY: string;
1926
+ CODE_SMALL_400_FONTSIZE: string;
1927
+ CODE_SMALL_400_FONTWEIGHT: string;
1928
+ CODE_SMALL_400_LINEHEIGHT: string;
1929
+ CODE_SMALL_400_LETTERSPACING: string;
1930
+ CODE_SMALL_400_FONTFAMILY: string;
1931
+ CODE_SMALL_500_FONTSIZE: string;
1932
+ CODE_SMALL_500_FONTWEIGHT: string;
1933
+ CODE_SMALL_500_LINEHEIGHT: string;
1934
+ CODE_SMALL_500_LETTERSPACING: string;
1935
+ CODE_SMALL_500_FONTFAMILY: string;
1936
+ CODE_SMALL_600_FONTSIZE: string;
1937
+ CODE_SMALL_600_FONTWEIGHT: string;
1938
+ CODE_SMALL_600_LINEHEIGHT: string;
1939
+ CODE_SMALL_600_LETTERSPACING: string;
1940
+ CODE_SMALL_600_FONTFAMILY: string;
1941
+ PARAGRAPH_MEDIUM_400_FONTSIZE: string;
1942
+ PARAGRAPH_MEDIUM_400_FONTWEIGHT: string;
1943
+ PARAGRAPH_MEDIUM_400_LINEHEIGHT: string;
1944
+ PARAGRAPH_MEDIUM_400_LETTERSPACING: string;
1945
+ PARAGRAPH_MEDIUM_400_FONTFAMILY: string;
1946
+ PARAGRAPH_MEDIUM_500_FONTSIZE: string;
1947
+ PARAGRAPH_MEDIUM_500_FONTWEIGHT: string;
1948
+ PARAGRAPH_MEDIUM_500_LINEHEIGHT: string;
1949
+ PARAGRAPH_MEDIUM_500_LETTERSPACING: string;
1950
+ PARAGRAPH_MEDIUM_500_FONTFAMILY: string;
1951
+ PARAGRAPH_MEDIUM_600_FONTSIZE: string;
1952
+ PARAGRAPH_MEDIUM_600_FONTWEIGHT: string;
1953
+ PARAGRAPH_MEDIUM_600_LINEHEIGHT: string;
1954
+ PARAGRAPH_MEDIUM_600_LETTERSPACING: string;
1955
+ PARAGRAPH_MEDIUM_600_FONTFAMILY: string;
1956
+ PARAGRAPH_BASE_400_FONTSIZE: string;
1957
+ PARAGRAPH_BASE_400_FONTWEIGHT: string;
1958
+ PARAGRAPH_BASE_400_LINEHEIGHT: string;
1959
+ PARAGRAPH_BASE_400_LETTERSPACING: string;
1960
+ PARAGRAPH_BASE_400_FONTFAMILY: string;
1961
+ PARAGRAPH_BASE_500_FONTSIZE: string;
1962
+ PARAGRAPH_BASE_500_FONTWEIGHT: string;
1963
+ PARAGRAPH_BASE_500_LINEHEIGHT: string;
1964
+ PARAGRAPH_BASE_500_LETTERSPACING: string;
1965
+ PARAGRAPH_BASE_500_FONTFAMILY: string;
1966
+ PARAGRAPH_BASE_600_FONTSIZE: string;
1967
+ PARAGRAPH_BASE_600_FONTWEIGHT: string;
1968
+ PARAGRAPH_BASE_600_LINEHEIGHT: string;
1969
+ PARAGRAPH_BASE_600_LETTERSPACING: string;
1970
+ PARAGRAPH_BASE_600_FONTFAMILY: string;
1971
+ PARAGRAPH_SMALL_400_FONTSIZE: string;
1972
+ PARAGRAPH_SMALL_400_FONTWEIGHT: string;
1973
+ PARAGRAPH_SMALL_400_LINEHEIGHT: string;
1974
+ PARAGRAPH_SMALL_400_LETTERSPACING: string;
1975
+ PARAGRAPH_SMALL_400_FONTFAMILY: string;
1976
+ PARAGRAPH_SMALL_500_FONTSIZE: string;
1977
+ PARAGRAPH_SMALL_500_FONTWEIGHT: string;
1978
+ PARAGRAPH_SMALL_500_LINEHEIGHT: string;
1979
+ PARAGRAPH_SMALL_500_LETTERSPACING: string;
1980
+ PARAGRAPH_SMALL_500_FONTFAMILY: string;
1981
+ PARAGRAPH_SMALL_600_FONTSIZE: string;
1982
+ PARAGRAPH_SMALL_600_FONTWEIGHT: string;
1983
+ PARAGRAPH_SMALL_600_LINEHEIGHT: string;
1984
+ PARAGRAPH_SMALL_600_LETTERSPACING: string;
1985
+ PARAGRAPH_SMALL_600_FONTFAMILY: string;
1535
1986
  };
1536
1987
 
1537
1988
  export declare const typographyTokens: {
1989
+ "fontFamily": {
1990
+ "inter": {
1991
+ "value": "Inter, sans-serif",
1992
+ "type": "typography"
1993
+ },
1994
+ "sfMono": {
1995
+ "value": "SF Mono, monospace",
1996
+ "type": "typography"
1997
+ }
1998
+ },
1538
1999
  "fontSize": {
1539
2000
  "xs": {
1540
2001
  "value": "0.75rem",
@@ -1544,6 +2005,10 @@ export declare const typographyTokens: {
1544
2005
  "value": "0.875rem",
1545
2006
  "type": "typography"
1546
2007
  },
2008
+ "base": {
2009
+ "value": "1rem",
2010
+ "type": "typography"
2011
+ },
1547
2012
  "lg": {
1548
2013
  "value": "1.125rem",
1549
2014
  "type": "typography"
@@ -1622,6 +2087,838 @@ export declare const typographyTokens: {
1622
2087
  "value": "900",
1623
2088
  "type": "typography"
1624
2089
  }
2090
+ },
2091
+ "lineHeight": {
2092
+ "none": {
2093
+ "value": "1",
2094
+ "type": "typography"
2095
+ },
2096
+ "tight": {
2097
+ "value": "1.25",
2098
+ "type": "typography"
2099
+ },
2100
+ "snug": {
2101
+ "value": "1.375",
2102
+ "type": "typography"
2103
+ },
2104
+ "normal": {
2105
+ "value": "1.5",
2106
+ "type": "typography"
2107
+ },
2108
+ "relaxed": {
2109
+ "value": "1.625",
2110
+ "type": "typography"
2111
+ },
2112
+ "loose": {
2113
+ "value": "2",
2114
+ "type": "typography"
2115
+ },
2116
+ "18": {
2117
+ "value": "18px",
2118
+ "type": "typography"
2119
+ },
2120
+ "20": {
2121
+ "value": "20px",
2122
+ "type": "typography"
2123
+ },
2124
+ "24": {
2125
+ "value": "24px",
2126
+ "type": "typography"
2127
+ }
2128
+ },
2129
+ "letterSpacing": {
2130
+ "tighter": {
2131
+ "value": "-0.05em",
2132
+ "type": "typography"
2133
+ },
2134
+ "tight": {
2135
+ "value": "-0.025em",
2136
+ "type": "typography"
2137
+ },
2138
+ "normal": {
2139
+ "value": "0em",
2140
+ "type": "typography"
2141
+ },
2142
+ "wide": {
2143
+ "value": "0.025em",
2144
+ "type": "typography"
2145
+ },
2146
+ "wider": {
2147
+ "value": "0.05em",
2148
+ "type": "typography"
2149
+ },
2150
+ "widest": {
2151
+ "value": "0.1em",
2152
+ "type": "typography"
2153
+ },
2154
+ "-0.5": {
2155
+ "value": "-0.5px",
2156
+ "type": "typography"
2157
+ },
2158
+ "0": {
2159
+ "value": "0px",
2160
+ "type": "typography"
2161
+ },
2162
+ "4": {
2163
+ "value": "4px",
2164
+ "type": "typography"
2165
+ }
2166
+ },
2167
+ "label": {
2168
+ "large": {
2169
+ "400": {
2170
+ "fontSize": {
2171
+ "value": "18px",
2172
+ "type": "typography"
2173
+ },
2174
+ "fontWeight": {
2175
+ "value": "400",
2176
+ "type": "typography"
2177
+ },
2178
+ "lineHeight": {
2179
+ "value": "1",
2180
+ "type": "typography"
2181
+ },
2182
+ "letterSpacing": {
2183
+ "value": "0px",
2184
+ "type": "typography"
2185
+ },
2186
+ "fontFamily": {
2187
+ "value": "Inter, sans-serif",
2188
+ "type": "typography"
2189
+ }
2190
+ },
2191
+ "500": {
2192
+ "fontSize": {
2193
+ "value": "18px",
2194
+ "type": "typography"
2195
+ },
2196
+ "fontWeight": {
2197
+ "value": "500",
2198
+ "type": "typography"
2199
+ },
2200
+ "lineHeight": {
2201
+ "value": "1",
2202
+ "type": "typography"
2203
+ },
2204
+ "letterSpacing": {
2205
+ "value": "0px",
2206
+ "type": "typography"
2207
+ },
2208
+ "fontFamily": {
2209
+ "value": "Inter, sans-serif",
2210
+ "type": "typography"
2211
+ }
2212
+ },
2213
+ "600": {
2214
+ "fontSize": {
2215
+ "value": "18px",
2216
+ "type": "typography"
2217
+ },
2218
+ "fontWeight": {
2219
+ "value": "600",
2220
+ "type": "typography"
2221
+ },
2222
+ "lineHeight": {
2223
+ "value": "1",
2224
+ "type": "typography"
2225
+ },
2226
+ "letterSpacing": {
2227
+ "value": "0px",
2228
+ "type": "typography"
2229
+ },
2230
+ "fontFamily": {
2231
+ "value": "Inter, sans-serif",
2232
+ "type": "typography"
2233
+ }
2234
+ }
2235
+ },
2236
+ "medium": {
2237
+ "400": {
2238
+ "fontSize": {
2239
+ "value": "16px",
2240
+ "type": "typography"
2241
+ },
2242
+ "fontWeight": {
2243
+ "value": "400",
2244
+ "type": "typography"
2245
+ },
2246
+ "lineHeight": {
2247
+ "value": "1",
2248
+ "type": "typography"
2249
+ },
2250
+ "letterSpacing": {
2251
+ "value": "0px",
2252
+ "type": "typography"
2253
+ },
2254
+ "fontFamily": {
2255
+ "value": "Inter, sans-serif",
2256
+ "type": "typography"
2257
+ }
2258
+ },
2259
+ "500": {
2260
+ "fontSize": {
2261
+ "value": "16px",
2262
+ "type": "typography"
2263
+ },
2264
+ "fontWeight": {
2265
+ "value": "500",
2266
+ "type": "typography"
2267
+ },
2268
+ "lineHeight": {
2269
+ "value": "1",
2270
+ "type": "typography"
2271
+ },
2272
+ "letterSpacing": {
2273
+ "value": "0px",
2274
+ "type": "typography"
2275
+ },
2276
+ "fontFamily": {
2277
+ "value": "Inter, sans-serif",
2278
+ "type": "typography"
2279
+ }
2280
+ },
2281
+ "600": {
2282
+ "fontSize": {
2283
+ "value": "16px",
2284
+ "type": "typography"
2285
+ },
2286
+ "fontWeight": {
2287
+ "value": "600",
2288
+ "type": "typography"
2289
+ },
2290
+ "lineHeight": {
2291
+ "value": "1",
2292
+ "type": "typography"
2293
+ },
2294
+ "letterSpacing": {
2295
+ "value": "0px",
2296
+ "type": "typography"
2297
+ },
2298
+ "fontFamily": {
2299
+ "value": "Inter, sans-serif",
2300
+ "type": "typography"
2301
+ }
2302
+ }
2303
+ },
2304
+ "base": {
2305
+ "400": {
2306
+ "fontSize": {
2307
+ "value": "13px",
2308
+ "type": "typography"
2309
+ },
2310
+ "fontWeight": {
2311
+ "value": "400",
2312
+ "type": "typography"
2313
+ },
2314
+ "lineHeight": {
2315
+ "value": "1",
2316
+ "type": "typography"
2317
+ },
2318
+ "letterSpacing": {
2319
+ "value": "-0.5px",
2320
+ "type": "typography"
2321
+ },
2322
+ "fontFamily": {
2323
+ "value": "Inter, sans-serif",
2324
+ "type": "typography"
2325
+ }
2326
+ },
2327
+ "500": {
2328
+ "fontSize": {
2329
+ "value": "13px",
2330
+ "type": "typography"
2331
+ },
2332
+ "fontWeight": {
2333
+ "value": "500",
2334
+ "type": "typography"
2335
+ },
2336
+ "lineHeight": {
2337
+ "value": "1",
2338
+ "type": "typography"
2339
+ },
2340
+ "letterSpacing": {
2341
+ "value": "-0.5px",
2342
+ "type": "typography"
2343
+ },
2344
+ "fontFamily": {
2345
+ "value": "Inter, sans-serif",
2346
+ "type": "typography"
2347
+ }
2348
+ },
2349
+ "600": {
2350
+ "fontSize": {
2351
+ "value": "13px",
2352
+ "type": "typography"
2353
+ },
2354
+ "fontWeight": {
2355
+ "value": "600",
2356
+ "type": "typography"
2357
+ },
2358
+ "lineHeight": {
2359
+ "value": "1",
2360
+ "type": "typography"
2361
+ },
2362
+ "letterSpacing": {
2363
+ "value": "-0.5px",
2364
+ "type": "typography"
2365
+ },
2366
+ "fontFamily": {
2367
+ "value": "Inter, sans-serif",
2368
+ "type": "typography"
2369
+ }
2370
+ }
2371
+ },
2372
+ "small": {
2373
+ "400": {
2374
+ "fontSize": {
2375
+ "value": "11px",
2376
+ "type": "typography"
2377
+ },
2378
+ "fontWeight": {
2379
+ "value": "400",
2380
+ "type": "typography"
2381
+ },
2382
+ "lineHeight": {
2383
+ "value": "1",
2384
+ "type": "typography"
2385
+ },
2386
+ "letterSpacing": {
2387
+ "value": "0px",
2388
+ "type": "typography"
2389
+ },
2390
+ "fontFamily": {
2391
+ "value": "Inter, sans-serif",
2392
+ "type": "typography"
2393
+ }
2394
+ },
2395
+ "500": {
2396
+ "fontSize": {
2397
+ "value": "11px",
2398
+ "type": "typography"
2399
+ },
2400
+ "fontWeight": {
2401
+ "value": "500",
2402
+ "type": "typography"
2403
+ },
2404
+ "lineHeight": {
2405
+ "value": "1",
2406
+ "type": "typography"
2407
+ },
2408
+ "letterSpacing": {
2409
+ "value": "0px",
2410
+ "type": "typography"
2411
+ },
2412
+ "fontFamily": {
2413
+ "value": "Inter, sans-serif",
2414
+ "type": "typography"
2415
+ }
2416
+ },
2417
+ "600": {
2418
+ "fontSize": {
2419
+ "value": "11px",
2420
+ "type": "typography"
2421
+ },
2422
+ "fontWeight": {
2423
+ "value": "600",
2424
+ "type": "typography"
2425
+ },
2426
+ "lineHeight": {
2427
+ "value": "1",
2428
+ "type": "typography"
2429
+ },
2430
+ "letterSpacing": {
2431
+ "value": "0px",
2432
+ "type": "typography"
2433
+ },
2434
+ "fontFamily": {
2435
+ "value": "Inter, sans-serif",
2436
+ "type": "typography"
2437
+ }
2438
+ }
2439
+ }
2440
+ },
2441
+ "uppercase": {
2442
+ "base": {
2443
+ "400": {
2444
+ "fontSize": {
2445
+ "value": "13px",
2446
+ "type": "typography"
2447
+ },
2448
+ "fontWeight": {
2449
+ "value": "400",
2450
+ "type": "typography"
2451
+ },
2452
+ "lineHeight": {
2453
+ "value": "1",
2454
+ "type": "typography"
2455
+ },
2456
+ "letterSpacing": {
2457
+ "value": "4px",
2458
+ "type": "typography"
2459
+ },
2460
+ "fontFamily": {
2461
+ "value": "Inter, sans-serif",
2462
+ "type": "typography"
2463
+ }
2464
+ },
2465
+ "500": {
2466
+ "fontSize": {
2467
+ "value": "13px",
2468
+ "type": "typography"
2469
+ },
2470
+ "fontWeight": {
2471
+ "value": "500",
2472
+ "type": "typography"
2473
+ },
2474
+ "lineHeight": {
2475
+ "value": "1",
2476
+ "type": "typography"
2477
+ },
2478
+ "letterSpacing": {
2479
+ "value": "4px",
2480
+ "type": "typography"
2481
+ },
2482
+ "fontFamily": {
2483
+ "value": "Inter, sans-serif",
2484
+ "type": "typography"
2485
+ }
2486
+ },
2487
+ "600": {
2488
+ "fontSize": {
2489
+ "value": "13px",
2490
+ "type": "typography"
2491
+ },
2492
+ "fontWeight": {
2493
+ "value": "600",
2494
+ "type": "typography"
2495
+ },
2496
+ "lineHeight": {
2497
+ "value": "1",
2498
+ "type": "typography"
2499
+ },
2500
+ "letterSpacing": {
2501
+ "value": "4px",
2502
+ "type": "typography"
2503
+ },
2504
+ "fontFamily": {
2505
+ "value": "Inter, sans-serif",
2506
+ "type": "typography"
2507
+ }
2508
+ }
2509
+ },
2510
+ "small": {
2511
+ "400": {
2512
+ "fontSize": {
2513
+ "value": "11px",
2514
+ "type": "typography"
2515
+ },
2516
+ "fontWeight": {
2517
+ "value": "400",
2518
+ "type": "typography"
2519
+ },
2520
+ "lineHeight": {
2521
+ "value": "1",
2522
+ "type": "typography"
2523
+ },
2524
+ "letterSpacing": {
2525
+ "value": "4px",
2526
+ "type": "typography"
2527
+ },
2528
+ "fontFamily": {
2529
+ "value": "Inter, sans-serif",
2530
+ "type": "typography"
2531
+ }
2532
+ },
2533
+ "500": {
2534
+ "fontSize": {
2535
+ "value": "11px",
2536
+ "type": "typography"
2537
+ },
2538
+ "fontWeight": {
2539
+ "value": "500",
2540
+ "type": "typography"
2541
+ },
2542
+ "lineHeight": {
2543
+ "value": "1",
2544
+ "type": "typography"
2545
+ },
2546
+ "letterSpacing": {
2547
+ "value": "4px",
2548
+ "type": "typography"
2549
+ },
2550
+ "fontFamily": {
2551
+ "value": "Inter, sans-serif",
2552
+ "type": "typography"
2553
+ }
2554
+ },
2555
+ "600": {
2556
+ "fontSize": {
2557
+ "value": "11px",
2558
+ "type": "typography"
2559
+ },
2560
+ "fontWeight": {
2561
+ "value": "600",
2562
+ "type": "typography"
2563
+ },
2564
+ "lineHeight": {
2565
+ "value": "1",
2566
+ "type": "typography"
2567
+ },
2568
+ "letterSpacing": {
2569
+ "value": "4px",
2570
+ "type": "typography"
2571
+ },
2572
+ "fontFamily": {
2573
+ "value": "Inter, sans-serif",
2574
+ "type": "typography"
2575
+ }
2576
+ }
2577
+ }
2578
+ },
2579
+ "code": {
2580
+ "base": {
2581
+ "400": {
2582
+ "fontSize": {
2583
+ "value": "13px",
2584
+ "type": "typography"
2585
+ },
2586
+ "fontWeight": {
2587
+ "value": "400",
2588
+ "type": "typography"
2589
+ },
2590
+ "lineHeight": {
2591
+ "value": "1",
2592
+ "type": "typography"
2593
+ },
2594
+ "letterSpacing": {
2595
+ "value": "0px",
2596
+ "type": "typography"
2597
+ },
2598
+ "fontFamily": {
2599
+ "value": "SF Mono, monospace",
2600
+ "type": "typography"
2601
+ }
2602
+ },
2603
+ "500": {
2604
+ "fontSize": {
2605
+ "value": "13px",
2606
+ "type": "typography"
2607
+ },
2608
+ "fontWeight": {
2609
+ "value": "500",
2610
+ "type": "typography"
2611
+ },
2612
+ "lineHeight": {
2613
+ "value": "1",
2614
+ "type": "typography"
2615
+ },
2616
+ "letterSpacing": {
2617
+ "value": "0px",
2618
+ "type": "typography"
2619
+ },
2620
+ "fontFamily": {
2621
+ "value": "SF Mono, monospace",
2622
+ "type": "typography"
2623
+ }
2624
+ },
2625
+ "600": {
2626
+ "fontSize": {
2627
+ "value": "13px",
2628
+ "type": "typography"
2629
+ },
2630
+ "fontWeight": {
2631
+ "value": "600",
2632
+ "type": "typography"
2633
+ },
2634
+ "lineHeight": {
2635
+ "value": "1",
2636
+ "type": "typography"
2637
+ },
2638
+ "letterSpacing": {
2639
+ "value": "0px",
2640
+ "type": "typography"
2641
+ },
2642
+ "fontFamily": {
2643
+ "value": "SF Mono, monospace",
2644
+ "type": "typography"
2645
+ }
2646
+ }
2647
+ },
2648
+ "small": {
2649
+ "400": {
2650
+ "fontSize": {
2651
+ "value": "11px",
2652
+ "type": "typography"
2653
+ },
2654
+ "fontWeight": {
2655
+ "value": "400",
2656
+ "type": "typography"
2657
+ },
2658
+ "lineHeight": {
2659
+ "value": "1",
2660
+ "type": "typography"
2661
+ },
2662
+ "letterSpacing": {
2663
+ "value": "0px",
2664
+ "type": "typography"
2665
+ },
2666
+ "fontFamily": {
2667
+ "value": "SF Mono, monospace",
2668
+ "type": "typography"
2669
+ }
2670
+ },
2671
+ "500": {
2672
+ "fontSize": {
2673
+ "value": "11px",
2674
+ "type": "typography"
2675
+ },
2676
+ "fontWeight": {
2677
+ "value": "500",
2678
+ "type": "typography"
2679
+ },
2680
+ "lineHeight": {
2681
+ "value": "1",
2682
+ "type": "typography"
2683
+ },
2684
+ "letterSpacing": {
2685
+ "value": "0px",
2686
+ "type": "typography"
2687
+ },
2688
+ "fontFamily": {
2689
+ "value": "SF Mono, monospace",
2690
+ "type": "typography"
2691
+ }
2692
+ },
2693
+ "600": {
2694
+ "fontSize": {
2695
+ "value": "11px",
2696
+ "type": "typography"
2697
+ },
2698
+ "fontWeight": {
2699
+ "value": "600",
2700
+ "type": "typography"
2701
+ },
2702
+ "lineHeight": {
2703
+ "value": "1",
2704
+ "type": "typography"
2705
+ },
2706
+ "letterSpacing": {
2707
+ "value": "0px",
2708
+ "type": "typography"
2709
+ },
2710
+ "fontFamily": {
2711
+ "value": "SF Mono, monospace",
2712
+ "type": "typography"
2713
+ }
2714
+ }
2715
+ }
2716
+ },
2717
+ "paragraph": {
2718
+ "medium": {
2719
+ "400": {
2720
+ "fontSize": {
2721
+ "value": "16px",
2722
+ "type": "typography"
2723
+ },
2724
+ "fontWeight": {
2725
+ "value": "400",
2726
+ "type": "typography"
2727
+ },
2728
+ "lineHeight": {
2729
+ "value": "24px",
2730
+ "type": "typography"
2731
+ },
2732
+ "letterSpacing": {
2733
+ "value": "0px",
2734
+ "type": "typography"
2735
+ },
2736
+ "fontFamily": {
2737
+ "value": "Inter, sans-serif",
2738
+ "type": "typography"
2739
+ }
2740
+ },
2741
+ "500": {
2742
+ "fontSize": {
2743
+ "value": "16px",
2744
+ "type": "typography"
2745
+ },
2746
+ "fontWeight": {
2747
+ "value": "500",
2748
+ "type": "typography"
2749
+ },
2750
+ "lineHeight": {
2751
+ "value": "24px",
2752
+ "type": "typography"
2753
+ },
2754
+ "letterSpacing": {
2755
+ "value": "0px",
2756
+ "type": "typography"
2757
+ },
2758
+ "fontFamily": {
2759
+ "value": "Inter, sans-serif",
2760
+ "type": "typography"
2761
+ }
2762
+ },
2763
+ "600": {
2764
+ "fontSize": {
2765
+ "value": "16px",
2766
+ "type": "typography"
2767
+ },
2768
+ "fontWeight": {
2769
+ "value": "600",
2770
+ "type": "typography"
2771
+ },
2772
+ "lineHeight": {
2773
+ "value": "24px",
2774
+ "type": "typography"
2775
+ },
2776
+ "letterSpacing": {
2777
+ "value": "0px",
2778
+ "type": "typography"
2779
+ },
2780
+ "fontFamily": {
2781
+ "value": "Inter, sans-serif",
2782
+ "type": "typography"
2783
+ }
2784
+ }
2785
+ },
2786
+ "base": {
2787
+ "400": {
2788
+ "fontSize": {
2789
+ "value": "13px",
2790
+ "type": "typography"
2791
+ },
2792
+ "fontWeight": {
2793
+ "value": "400",
2794
+ "type": "typography"
2795
+ },
2796
+ "lineHeight": {
2797
+ "value": "20px",
2798
+ "type": "typography"
2799
+ },
2800
+ "letterSpacing": {
2801
+ "value": "-0.5px",
2802
+ "type": "typography"
2803
+ },
2804
+ "fontFamily": {
2805
+ "value": "Inter, sans-serif",
2806
+ "type": "typography"
2807
+ }
2808
+ },
2809
+ "500": {
2810
+ "fontSize": {
2811
+ "value": "13px",
2812
+ "type": "typography"
2813
+ },
2814
+ "fontWeight": {
2815
+ "value": "500",
2816
+ "type": "typography"
2817
+ },
2818
+ "lineHeight": {
2819
+ "value": "20px",
2820
+ "type": "typography"
2821
+ },
2822
+ "letterSpacing": {
2823
+ "value": "-0.5px",
2824
+ "type": "typography"
2825
+ },
2826
+ "fontFamily": {
2827
+ "value": "Inter, sans-serif",
2828
+ "type": "typography"
2829
+ }
2830
+ },
2831
+ "600": {
2832
+ "fontSize": {
2833
+ "value": "13px",
2834
+ "type": "typography"
2835
+ },
2836
+ "fontWeight": {
2837
+ "value": "600",
2838
+ "type": "typography"
2839
+ },
2840
+ "lineHeight": {
2841
+ "value": "20px",
2842
+ "type": "typography"
2843
+ },
2844
+ "letterSpacing": {
2845
+ "value": "-0.5px",
2846
+ "type": "typography"
2847
+ },
2848
+ "fontFamily": {
2849
+ "value": "Inter, sans-serif",
2850
+ "type": "typography"
2851
+ }
2852
+ }
2853
+ },
2854
+ "small": {
2855
+ "400": {
2856
+ "fontSize": {
2857
+ "value": "11px",
2858
+ "type": "typography"
2859
+ },
2860
+ "fontWeight": {
2861
+ "value": "400",
2862
+ "type": "typography"
2863
+ },
2864
+ "lineHeight": {
2865
+ "value": "18px",
2866
+ "type": "typography"
2867
+ },
2868
+ "letterSpacing": {
2869
+ "value": "-0.5px",
2870
+ "type": "typography"
2871
+ },
2872
+ "fontFamily": {
2873
+ "value": "Inter, sans-serif",
2874
+ "type": "typography"
2875
+ }
2876
+ },
2877
+ "500": {
2878
+ "fontSize": {
2879
+ "value": "11px",
2880
+ "type": "typography"
2881
+ },
2882
+ "fontWeight": {
2883
+ "value": "500",
2884
+ "type": "typography"
2885
+ },
2886
+ "lineHeight": {
2887
+ "value": "18px",
2888
+ "type": "typography"
2889
+ },
2890
+ "letterSpacing": {
2891
+ "value": "-0.5px",
2892
+ "type": "typography"
2893
+ },
2894
+ "fontFamily": {
2895
+ "value": "Inter, sans-serif",
2896
+ "type": "typography"
2897
+ }
2898
+ },
2899
+ "600": {
2900
+ "fontSize": {
2901
+ "value": "11px",
2902
+ "type": "typography"
2903
+ },
2904
+ "fontWeight": {
2905
+ "value": "600",
2906
+ "type": "typography"
2907
+ },
2908
+ "lineHeight": {
2909
+ "value": "18px",
2910
+ "type": "typography"
2911
+ },
2912
+ "letterSpacing": {
2913
+ "value": "-0.5px",
2914
+ "type": "typography"
2915
+ },
2916
+ "fontFamily": {
2917
+ "value": "Inter, sans-serif",
2918
+ "type": "typography"
2919
+ }
2920
+ }
2921
+ }
1625
2922
  }
1626
2923
  };
1627
2924