@signozhq/design-tokens 1.2.0 → 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 04:55:28 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;
@@ -204,34 +236,50 @@ export declare const Color: {
204
236
  TEXT_VANILLA_200: string;
205
237
  TEXT_VANILLA_300: string;
206
238
  TEXT_VANILLA_400: string;
239
+ TEXT_SLATE_50: string;
240
+ TEXT_SLATE_100: string;
207
241
  TEXT_SLATE_200: string;
208
242
  TEXT_SLATE_300: string;
209
243
  TEXT_SLATE_400: string;
210
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;
211
271
  TEXT_GRADIENT_CORAL: string;
212
272
  'TEXT_GRADIENT_DARK-SHADOW': string;
273
+ TEXT_GRADIENT_STYX: string;
213
274
  TEXT_GRADIENT_DAWN: string;
214
275
  TEXT_GRADIENT_OCEAN: string;
215
276
  TEXT_GRADIENT_SPLASH: string;
216
277
  TEXT_GRADIENT_FLAMINGO: 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;
230
278
  };
231
279
 
232
280
  /**
233
281
  * Do not edit directly
234
- * Generated on Tue, 03 Jun 2025 04:55:28 GMT
282
+ * Generated on Thu, 04 Dec 2025 11:00:53 GMT
235
283
  */
236
284
  export declare const ColorTailwind: {
237
285
  'robin-50': string;
@@ -244,12 +292,10 @@ export declare const ColorTailwind: {
244
292
  'robin-600': string;
245
293
  'robin-700': string;
246
294
  'robin-800': string;
247
- 'robin-850': string;
248
295
  'robin-900': string;
249
296
  'robin-950': string;
250
297
  'sienna-50': string;
251
298
  'sienna-100': string;
252
- 'sienna-150': string;
253
299
  'sienna-200': string;
254
300
  'sienna-300': string;
255
301
  'sienna-400': string;
@@ -262,7 +308,6 @@ export declare const ColorTailwind: {
262
308
  'sienna-950': string;
263
309
  'cherry-50': string;
264
310
  'cherry-100': string;
265
- 'cherry-150': string;
266
311
  'cherry-200': string;
267
312
  'cherry-300': string;
268
313
  'cherry-400': string;
@@ -275,7 +320,6 @@ export declare const ColorTailwind: {
275
320
  'cherry-950': string;
276
321
  'aqua-50': string;
277
322
  'aqua-100': string;
278
- 'aqua-150': string;
279
323
  'aqua-200': string;
280
324
  'aqua-300': string;
281
325
  'aqua-400': string;
@@ -313,6 +357,19 @@ export declare const ColorTailwind: {
313
357
  'amber-900': string;
314
358
  'amber-950': string;
315
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;
316
373
  'ink-100': string;
317
374
  'ink-200': string;
318
375
  'ink-300': string;
@@ -328,25 +385,39 @@ export declare const ColorTailwind: {
328
385
  'slate-300': string;
329
386
  'slate-400': string;
330
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;
331
414
  'gradient-coral': string;
332
415
  'gradient-dark-shadow': string;
416
+ 'gradient-styx': string;
333
417
  'gradient-dawn': string;
334
418
  'gradient-ocean': string;
335
419
  'gradient-splash': string;
336
420
  'gradient-flamingo': string;
337
- 'forest-50': string;
338
- 'forest-100': string;
339
- 'forest-150': string;
340
- 'forest-200': string;
341
- 'forest-300': string;
342
- 'forest-400': string;
343
- 'forest-500': string;
344
- 'forest-600': string;
345
- 'forest-700': string;
346
- 'forest-800': string;
347
- 'forest-850': string;
348
- 'forest-900': string;
349
- 'forest-950': string;
350
421
  };
351
422
 
352
423
  export declare type ColorTailwindType = (typeof ColorTailwind)[keyof typeof ColorTailwind];
@@ -354,356 +425,394 @@ export declare type ColorTailwindType = (typeof ColorTailwind)[keyof typeof Colo
354
425
  export declare const colorTokens: {
355
426
  "bg": {
356
427
  "Robin": {
357
- "50": {
358
- "value": "#EDFFFE",
359
- "type": "color"
360
- },
361
- "100": {
362
- "value": "#DCFEFE",
428
+ "950": {
429
+ "value": "#091233",
363
430
  "type": "color"
364
431
  },
365
- "150": {
366
- "value": "#CADEFD",
432
+ "900": {
433
+ "value": "#101d49",
367
434
  "type": "color"
368
435
  },
369
- "200": {
370
- "value": "#B8C7FC",
436
+ "800": {
437
+ "value": "#1f3274",
371
438
  "type": "color"
372
439
  },
373
- "300": {
374
- "value": "#95ACFB",
440
+ "700": {
441
+ "value": "#2f48a0",
375
442
  "type": "color"
376
443
  },
377
- "400": {
378
- "value": "#7190F9",
444
+ "600": {
445
+ "value": "#3f5ecc",
379
446
  "type": "color"
380
447
  },
381
448
  "500": {
382
- "value": "#4E74F8",
449
+ "value": "#4e74f8",
383
450
  "type": "color"
384
451
  },
385
- "600": {
386
- "value": "#3F5ECC",
452
+ "400": {
453
+ "value": "#7190f9",
387
454
  "type": "color"
388
455
  },
389
- "700": {
390
- "value": "#2F48A0",
456
+ "300": {
457
+ "value": "#95acfb",
391
458
  "type": "color"
392
459
  },
393
- "800": {
394
- "value": "#2D3375",
460
+ "200": {
461
+ "value": "#b8c7fc",
395
462
  "type": "color"
396
463
  },
397
- "850": {
398
- "value": "#1E2BF1",
464
+ "150": {
465
+ "value": "#cad5fd",
399
466
  "type": "color"
400
467
  },
401
- "900": {
402
- "value": "#121D49",
468
+ "100": {
469
+ "value": "#cad5fd",
403
470
  "type": "color"
404
471
  },
405
- "950": {
406
- "value": "#0B1333",
472
+ "50": {
473
+ "value": "#edf1fe",
407
474
  "type": "color"
408
475
  }
409
476
  },
410
477
  "Sienna": {
411
- "50": {
412
- "value": "#FFF72F",
478
+ "950": {
479
+ "value": "#110d09",
413
480
  "type": "color"
414
481
  },
415
- "100": {
416
- "value": "#E6D9CD",
482
+ "900": {
483
+ "value": "#231912",
417
484
  "type": "color"
418
485
  },
419
- "150": {
420
- "value": "#DECCBC",
486
+ "850": {
487
+ "value": "#34261a",
421
488
  "type": "color"
422
489
  },
423
- "200": {
424
- "value": "#DECCBC",
490
+ "800": {
491
+ "value": "#453223",
425
492
  "type": "color"
426
493
  },
427
- "300": {
428
- "value": "#CEB29B",
494
+ "700": {
495
+ "value": "#684c35",
429
496
  "type": "color"
430
497
  },
431
- "400": {
432
- "value": "#BD9979",
498
+ "600": {
499
+ "value": "#8a6546",
433
500
  "type": "color"
434
501
  },
435
502
  "500": {
436
- "value": "#AD7F58",
437
- "type": "color"
438
- },
439
- "600": {
440
- "value": "#8A6646",
503
+ "value": "#ad7f58",
441
504
  "type": "color"
442
505
  },
443
- "700": {
444
- "value": "#684C35",
506
+ "400": {
507
+ "value": "#bd9879",
445
508
  "type": "color"
446
509
  },
447
- "800": {
448
- "value": "#453323",
510
+ "300": {
511
+ "value": "#ceb29b",
449
512
  "type": "color"
450
513
  },
451
- "850": {
452
- "value": "#3A291A",
514
+ "200": {
515
+ "value": "#decbbc",
453
516
  "type": "color"
454
517
  },
455
- "900": {
456
- "value": "#231F12",
518
+ "100": {
519
+ "value": "#e6d9cd",
457
520
  "type": "color"
458
521
  },
459
- "950": {
460
- "value": "#130D09",
522
+ "50": {
523
+ "value": "#f7f2ee",
461
524
  "type": "color"
462
525
  }
463
526
  },
464
527
  "Cherry": {
465
- "50": {
466
- "value": "#CEDCED",
528
+ "950": {
529
+ "value": "#1b0809",
467
530
  "type": "color"
468
531
  },
469
- "100": {
470
- "value": "#FADADB",
532
+ "900": {
533
+ "value": "#320f10",
471
534
  "type": "color"
472
535
  },
473
- "150": {
474
- "value": "#F7C8CA",
536
+ "850": {
537
+ "value": "#481618",
475
538
  "type": "color"
476
539
  },
477
- "200": {
478
- "value": "#F5B6B8",
540
+ "800": {
541
+ "value": "#5e1d1f",
479
542
  "type": "color"
480
543
  },
481
- "300": {
482
- "value": "#EF9794",
544
+ "700": {
545
+ "value": "#8b2c2f",
483
546
  "type": "color"
484
547
  },
485
- "400": {
486
- "value": "#EA6D71",
548
+ "600": {
549
+ "value": "#b83a3e",
487
550
  "type": "color"
488
551
  },
489
552
  "500": {
490
- "value": "#E5484D",
553
+ "value": "#e5484d",
491
554
  "type": "color"
492
555
  },
493
- "600": {
494
- "value": "#B83A3E",
495
- "type": "color"
496
- },
497
- "700": {
498
- "value": "#8B222F",
556
+ "400": {
557
+ "value": "#ea6d71",
499
558
  "type": "color"
500
559
  },
501
- "800": {
502
- "value": "#5F1D1F",
560
+ "300": {
561
+ "value": "#f5b6b8",
503
562
  "type": "color"
504
563
  },
505
- "850": {
506
- "value": "#4E191B",
564
+ "200": {
565
+ "value": "#f7c8ca",
507
566
  "type": "color"
508
567
  },
509
- "900": {
510
- "value": "#320F10",
568
+ "100": {
569
+ "value": "#fadadb",
511
570
  "type": "color"
512
571
  },
513
- "950": {
514
- "value": "#1F0D09",
572
+ "50": {
573
+ "value": "#fceded",
515
574
  "type": "color"
516
575
  }
517
576
  },
518
577
  "Aqua": {
519
- "50": {
520
- "value": "#EDF9FE",
578
+ "950": {
579
+ "value": "#041419",
521
580
  "type": "color"
522
581
  },
523
- "100": {
524
- "value": "#C1EEFD",
582
+ "900": {
583
+ "value": "#072732",
525
584
  "type": "color"
526
585
  },
527
- "150": {
528
- "value": "#BDE0F0",
586
+ "850": {
587
+ "value": "#0b3b4a",
529
588
  "type": "color"
530
589
  },
531
- "200": {
532
- "value": "#9AE4FC",
590
+ "800": {
591
+ "value": "#0e4e63",
533
592
  "type": "color"
534
593
  },
535
- "300": {
536
- "value": "#7BDCFF",
594
+ "700": {
595
+ "value": "#157594",
537
596
  "type": "color"
538
597
  },
539
- "400": {
540
- "value": "#4FCDF9",
598
+ "600": {
599
+ "value": "#07afe6",
541
600
  "type": "color"
542
601
  },
543
602
  "500": {
544
- "value": "#23C4F8",
545
- "type": "color"
546
- },
547
- "600": {
548
- "value": "#1CD0C9",
603
+ "value": "#23c4f8",
549
604
  "type": "color"
550
605
  },
551
- "700": {
552
- "value": "#157B95",
606
+ "400": {
607
+ "value": "#4bcff9",
553
608
  "type": "color"
554
609
  },
555
- "800": {
556
- "value": "#0E6E63",
610
+ "300": {
611
+ "value": "#72d9fb",
557
612
  "type": "color"
558
613
  },
559
- "850": {
560
- "value": "#0B3B4A",
614
+ "200": {
615
+ "value": "#9ae4fc",
561
616
  "type": "color"
562
617
  },
563
- "900": {
564
- "value": "#072732",
618
+ "100": {
619
+ "value": "#c1eefd",
565
620
  "type": "color"
566
621
  },
567
- "950": {
568
- "value": "#041A1D",
622
+ "50": {
623
+ "value": "#e9f9fe",
569
624
  "type": "color"
570
625
  }
571
626
  },
572
627
  "Sakura": {
573
- "50": {
574
- "value": "#FEECF0",
628
+ "950": {
629
+ "value": "#26080e",
575
630
  "type": "color"
576
631
  },
577
- "100": {
578
- "value": "#FCDA41",
632
+ "900": {
633
+ "value": "#3d0f18",
579
634
  "type": "color"
580
635
  },
581
- "150": {
582
- "value": "#FBC8D2",
636
+ "850": {
637
+ "value": "#531622",
583
638
  "type": "color"
584
639
  },
585
- "200": {
586
- "value": "#FAB5C3",
640
+ "800": {
641
+ "value": "#6a1d2c",
587
642
  "type": "color"
588
643
  },
589
- "300": {
590
- "value": "#F791A5",
644
+ "700": {
645
+ "value": "#982b41",
591
646
  "type": "color"
592
647
  },
593
- "400": {
594
- "value": "#F56C87",
648
+ "600": {
649
+ "value": "#c53955",
595
650
  "type": "color"
596
651
  },
597
652
  "500": {
598
- "value": "#F24769",
653
+ "value": "#f24769",
599
654
  "type": "color"
600
655
  },
601
- "600": {
602
- "value": "#C53955",
656
+ "400": {
657
+ "value": "#f56c87",
603
658
  "type": "color"
604
659
  },
605
- "700": {
606
- "value": "#962B41",
660
+ "300": {
661
+ "value": "#f791a5",
607
662
  "type": "color"
608
663
  },
609
- "800": {
610
- "value": "#6A1D2C",
664
+ "200": {
665
+ "value": "#fab5c3",
611
666
  "type": "color"
612
667
  },
613
- "850": {
614
- "value": "#5A1822",
668
+ "150": {
669
+ "value": "#fbc8d2",
615
670
  "type": "color"
616
671
  },
617
- "900": {
618
- "value": "#3D0F18",
672
+ "100": {
673
+ "value": "#fbc8d2",
619
674
  "type": "color"
620
675
  },
621
- "950": {
622
- "value": "#27080E",
676
+ "50": {
677
+ "value": "#feedf0",
623
678
  "type": "color"
624
679
  }
625
680
  },
626
681
  "Amber": {
627
- "50": {
628
- "value": "#FFFAEE",
682
+ "1000": {
683
+ "value": "#2d2000",
629
684
  "type": "color"
630
685
  },
631
- "100": {
632
- "value": "#FFF5DD",
686
+ "950": {
687
+ "value": "#423109",
633
688
  "type": "color"
634
689
  },
635
- "150": {
636
- "value": "#FFF0CC",
690
+ "900": {
691
+ "value": "#574311",
637
692
  "type": "color"
638
693
  },
639
- "200": {
640
- "value": "#FFEBBB",
694
+ "850": {
695
+ "value": "#6c5319",
641
696
  "type": "color"
642
697
  },
643
- "300": {
644
- "value": "#FFE19A",
698
+ "800": {
699
+ "value": "#816522",
645
700
  "type": "color"
646
701
  },
647
- "400": {
648
- "value": "#FFD778",
702
+ "700": {
703
+ "value": "#ab8834",
649
704
  "type": "color"
650
705
  },
651
- "500": {
652
- "value": "#FFCD56",
706
+ "600": {
707
+ "value": "#d5aa45",
653
708
  "type": "color"
654
709
  },
655
- "600": {
656
- "value": "#D5AA45",
710
+ "500": {
711
+ "value": "#ffcc56",
657
712
  "type": "color"
658
713
  },
659
- "700": {
660
- "value": "#A88B3A",
714
+ "400": {
715
+ "value": "#ffd778",
661
716
  "type": "color"
662
717
  },
663
- "800": {
664
- "value": "#816522",
718
+ "300": {
719
+ "value": "#ffe19a",
665
720
  "type": "color"
666
721
  },
667
- "850": {
668
- "value": "#6C5A1A",
722
+ "200": {
723
+ "value": "#ffebbb",
669
724
  "type": "color"
670
725
  },
671
- "900": {
672
- "value": "#574311",
726
+ "150": {
727
+ "value": "#fff0cc",
673
728
  "type": "color"
674
729
  },
675
- "950": {
676
- "value": "#4A3109",
730
+ "100": {
731
+ "value": "#fff0cc",
677
732
  "type": "color"
678
733
  },
679
- "1000": {
680
- "value": "#2D200D",
734
+ "50": {
735
+ "value": "#fffaee",
681
736
  "type": "color"
682
737
  }
683
738
  },
684
- "Ink": {
685
- "500": {
686
- "value": "#0B0C0E",
739
+ "Forest": {
740
+ "950": {
741
+ "value": "#04170f",
687
742
  "type": "color"
688
743
  },
689
- "400": {
690
- "value": "#121317",
744
+ "900": {
745
+ "value": "#072d1d",
691
746
  "type": "color"
692
747
  },
693
- "300": {
694
- "value": "#16181D",
748
+ "850": {
749
+ "value": "#0b442c",
695
750
  "type": "color"
696
751
  },
697
- "200": {
698
- "value": "#23262E",
752
+ "800": {
753
+ "value": "#0f5a3a",
699
754
  "type": "color"
700
755
  },
701
- "100": {
702
- "value": "#2A2E37",
756
+ "700": {
757
+ "value": "#168757",
703
758
  "type": "color"
704
- }
705
- },
706
- "Vanilla": {
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",
804
+ "type": "color"
805
+ },
806
+ "200": {
807
+ "value": "#23262E",
808
+ "type": "color"
809
+ },
810
+ "100": {
811
+ "value": "#2A2E37",
812
+ "type": "color"
813
+ }
814
+ },
815
+ "Vanilla": {
707
816
  "400": {
708
817
  "value": "#C0C1C3",
709
818
  "type": "color"
@@ -747,413 +856,511 @@ export declare const colorTokens: {
747
856
  "type": "color"
748
857
  }
749
858
  },
750
- "Gradient": {
751
- "Coral": {
752
- "value": "linear-gradient(114deg, #ED6D68 14.99%, #FCA083 77.27%)",
859
+ "NeutralDark": {
860
+ "1000": {
861
+ "value": "#0a0c10",
753
862
  "type": "color"
754
863
  },
755
- "Dark-Shadow": {
756
- "value": "linear-gradient(139deg, rgba(18, 19, 23, 0.80) 0%, rgba(18, 19, 23, 0.90) 98.68%)",
864
+ "950": {
865
+ "value": "#121317",
757
866
  "type": "color"
758
867
  },
759
- "Dawn": {
760
- "value": "linear-gradient(99deg, #7A97FA 4.42%, #F977FF 96.6%)",
868
+ "900": {
869
+ "value": "#16181d",
761
870
  "type": "color"
762
871
  },
763
- "Ocean": {
764
- "value": "linear-gradient(99deg, #48F8CF 4.42%, #28CBF3 96.6%)",
872
+ "800": {
873
+ "value": "#23262e",
765
874
  "type": "color"
766
875
  },
767
- "Splash": {
768
- "value": "linear-gradient(99deg, #4568DC 4.42%, #324DAA 96.6%)",
876
+ "700": {
877
+ "value": "#2c303a",
769
878
  "type": "color"
770
879
  },
771
- "Flamingo": {
772
- "value": "linear-gradient(92deg, #CA9CD0 1.36%, #D38972 68.48%, #A1B1E7 98.99%)",
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",
773
906
  "type": "color"
774
907
  }
775
908
  },
776
- "Forest": {
777
- "50": {
778
- "value": "#EBCFCF",
909
+ "NeutralLight": {
910
+ "1000": {
911
+ "value": "#fcfcfd",
779
912
  "type": "color"
780
913
  },
781
- "100": {
782
- "value": "#BDF9ED",
914
+ "950": {
915
+ "value": "#f9f9fb",
783
916
  "type": "color"
784
917
  },
785
- "150": {
786
- "value": "#BBEFD6",
918
+ "900": {
919
+ "value": "#eff0f3",
787
920
  "type": "color"
788
921
  },
789
- "200": {
790
- "value": "#A8F3D3",
922
+ "800": {
923
+ "value": "#e7e8ec",
791
924
  "type": "color"
792
925
  },
793
- "300": {
794
- "value": "#7CEDBE",
926
+ "700": {
927
+ "value": "#e0e1e6",
795
928
  "type": "color"
796
929
  },
797
- "400": {
798
- "value": "#51E7A8",
930
+ "600": {
931
+ "value": "#d8d9e0",
799
932
  "type": "color"
800
933
  },
801
934
  "500": {
802
- "value": "#25E192",
935
+ "value": "#cdced7",
803
936
  "type": "color"
804
937
  },
805
- "600": {
806
- "value": "#1EB475",
938
+ "400": {
939
+ "value": "#b9bbc6",
807
940
  "type": "color"
808
941
  },
809
- "700": {
810
- "value": "#188759",
942
+ "300": {
943
+ "value": "#8b8d98",
811
944
  "type": "color"
812
945
  },
813
- "800": {
814
- "value": "#0F5A34",
946
+ "200": {
947
+ "value": "#80828d",
815
948
  "type": "color"
816
949
  },
817
- "850": {
818
- "value": "#0B442C",
950
+ "100": {
951
+ "value": "#62636c",
819
952
  "type": "color"
820
953
  },
821
- "900": {
822
- "value": "#072D1D",
954
+ "50": {
955
+ "value": "#1e1f24",
956
+ "type": "color"
957
+ }
958
+ },
959
+ "Base": {
960
+ "Black": {
961
+ "value": "#000000",
823
962
  "type": "color"
824
963
  },
825
- "950": {
826
- "value": "#041F0F",
964
+ "White": {
965
+ "value": "#ffffff",
966
+ "type": "color"
967
+ }
968
+ },
969
+ "Gradient": {
970
+ "Coral": {
971
+ "value": "linear-gradient(114deg, #ED6D68 14.99%, #FCA083 77.27%)",
972
+ "type": "color"
973
+ },
974
+ "Dark-Shadow": {
975
+ "value": "linear-gradient(139deg, rgba(18, 19, 23, 0.80) 0%, rgba(18, 19, 23, 0.90) 98.68%)",
976
+ "type": "color"
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
+ },
982
+ "Dawn": {
983
+ "value": "linear-gradient(99deg, #7A97FA 4.42%, #F977FF 96.6%)",
984
+ "type": "color"
985
+ },
986
+ "Ocean": {
987
+ "value": "linear-gradient(99deg, #48F8CF 4.42%, #28CBF3 96.6%)",
988
+ "type": "color"
989
+ },
990
+ "Splash": {
991
+ "value": "linear-gradient(99deg, #4568DC 4.42%, #324DAA 96.6%)",
992
+ "type": "color"
993
+ },
994
+ "Flamingo": {
995
+ "value": "linear-gradient(92deg, #CA9CD0 1.36%, #D38972 68.48%, #A1B1E7 98.99%)",
827
996
  "type": "color"
828
997
  }
829
998
  }
830
999
  },
831
1000
  "text": {
832
1001
  "Robin": {
833
- "50": {
834
- "value": "#EDFFFE",
835
- "type": "color"
836
- },
837
- "100": {
838
- "value": "#DCFEFE",
1002
+ "950": {
1003
+ "value": "#091233",
839
1004
  "type": "color"
840
1005
  },
841
- "150": {
842
- "value": "#CADEFD",
1006
+ "900": {
1007
+ "value": "#101d49",
843
1008
  "type": "color"
844
1009
  },
845
- "200": {
846
- "value": "#B8C7FC",
1010
+ "800": {
1011
+ "value": "#1f3274",
847
1012
  "type": "color"
848
1013
  },
849
- "300": {
850
- "value": "#95ACFB",
1014
+ "700": {
1015
+ "value": "#2f48a0",
851
1016
  "type": "color"
852
1017
  },
853
- "400": {
854
- "value": "#7190F9",
1018
+ "600": {
1019
+ "value": "#3f5ecc",
855
1020
  "type": "color"
856
1021
  },
857
1022
  "500": {
858
- "value": "#4E74F8",
1023
+ "value": "#4e74f8",
859
1024
  "type": "color"
860
1025
  },
861
- "600": {
862
- "value": "#3F5ECC",
1026
+ "400": {
1027
+ "value": "#7190f9",
863
1028
  "type": "color"
864
1029
  },
865
- "700": {
866
- "value": "#2F48A0",
1030
+ "300": {
1031
+ "value": "#95acfb",
867
1032
  "type": "color"
868
1033
  },
869
- "800": {
870
- "value": "#2D3375",
1034
+ "200": {
1035
+ "value": "#b8c7fc",
871
1036
  "type": "color"
872
1037
  },
873
- "850": {
874
- "value": "#1E2BF1",
1038
+ "150": {
1039
+ "value": "#cad5fd",
875
1040
  "type": "color"
876
1041
  },
877
- "900": {
878
- "value": "#121D49",
1042
+ "100": {
1043
+ "value": "#cad5fd",
879
1044
  "type": "color"
880
1045
  },
881
- "950": {
882
- "value": "#0B1333",
1046
+ "50": {
1047
+ "value": "#edf1fe",
883
1048
  "type": "color"
884
1049
  }
885
1050
  },
886
1051
  "Sienna": {
887
- "50": {
888
- "value": "#FFF72F",
1052
+ "950": {
1053
+ "value": "#110d09",
889
1054
  "type": "color"
890
1055
  },
891
- "100": {
892
- "value": "#E6D9CD",
1056
+ "900": {
1057
+ "value": "#231912",
893
1058
  "type": "color"
894
1059
  },
895
- "150": {
896
- "value": "#DECCBC",
1060
+ "850": {
1061
+ "value": "#34261a",
897
1062
  "type": "color"
898
1063
  },
899
- "200": {
900
- "value": "#DECCBC",
1064
+ "800": {
1065
+ "value": "#453223",
901
1066
  "type": "color"
902
1067
  },
903
- "300": {
904
- "value": "#CEB29B",
1068
+ "700": {
1069
+ "value": "#684c35",
905
1070
  "type": "color"
906
1071
  },
907
- "400": {
908
- "value": "#BD9979",
1072
+ "600": {
1073
+ "value": "#8a6546",
909
1074
  "type": "color"
910
1075
  },
911
1076
  "500": {
912
- "value": "#AD7F58",
1077
+ "value": "#ad7f58",
913
1078
  "type": "color"
914
1079
  },
915
- "600": {
916
- "value": "#8A6646",
917
- "type": "color"
918
- },
919
- "700": {
920
- "value": "#684C35",
1080
+ "400": {
1081
+ "value": "#bd9879",
921
1082
  "type": "color"
922
1083
  },
923
- "800": {
924
- "value": "#453323",
1084
+ "300": {
1085
+ "value": "#ceb29b",
925
1086
  "type": "color"
926
1087
  },
927
- "850": {
928
- "value": "#3A291A",
1088
+ "200": {
1089
+ "value": "#decbbc",
929
1090
  "type": "color"
930
1091
  },
931
- "900": {
932
- "value": "#231F12",
1092
+ "100": {
1093
+ "value": "#e6d9cd",
933
1094
  "type": "color"
934
1095
  },
935
- "950": {
936
- "value": "#130D09",
1096
+ "50": {
1097
+ "value": "#f7f2ee",
937
1098
  "type": "color"
938
1099
  }
939
1100
  },
940
1101
  "Cherry": {
941
- "50": {
942
- "value": "#CEDCED",
1102
+ "950": {
1103
+ "value": "#1b0809",
943
1104
  "type": "color"
944
1105
  },
945
- "100": {
946
- "value": "#FADADB",
1106
+ "900": {
1107
+ "value": "#320f10",
947
1108
  "type": "color"
948
1109
  },
949
- "150": {
950
- "value": "#F7C8CA",
1110
+ "850": {
1111
+ "value": "#481618",
951
1112
  "type": "color"
952
1113
  },
953
- "200": {
954
- "value": "#F5B6B8",
1114
+ "800": {
1115
+ "value": "#5e1d1f",
955
1116
  "type": "color"
956
1117
  },
957
- "300": {
958
- "value": "#EF9794",
1118
+ "700": {
1119
+ "value": "#8b2c2f",
959
1120
  "type": "color"
960
1121
  },
961
- "400": {
962
- "value": "#EA6D71",
1122
+ "600": {
1123
+ "value": "#b83a3e",
963
1124
  "type": "color"
964
1125
  },
965
1126
  "500": {
966
- "value": "#E5484D",
1127
+ "value": "#e5484d",
967
1128
  "type": "color"
968
1129
  },
969
- "600": {
970
- "value": "#B83A3E",
971
- "type": "color"
972
- },
973
- "700": {
974
- "value": "#8B222F",
1130
+ "400": {
1131
+ "value": "#ea6d71",
975
1132
  "type": "color"
976
1133
  },
977
- "800": {
978
- "value": "#5F1D1F",
1134
+ "300": {
1135
+ "value": "#f5b6b8",
979
1136
  "type": "color"
980
1137
  },
981
- "850": {
982
- "value": "#4E191B",
1138
+ "200": {
1139
+ "value": "#f7c8ca",
983
1140
  "type": "color"
984
1141
  },
985
- "900": {
986
- "value": "#320F10",
1142
+ "100": {
1143
+ "value": "#fadadb",
987
1144
  "type": "color"
988
1145
  },
989
- "950": {
990
- "value": "#1F0D09",
1146
+ "50": {
1147
+ "value": "#fceded",
991
1148
  "type": "color"
992
1149
  }
993
1150
  },
994
1151
  "Aqua": {
995
- "50": {
996
- "value": "#EDF9FE",
1152
+ "950": {
1153
+ "value": "#041419",
997
1154
  "type": "color"
998
1155
  },
999
- "100": {
1000
- "value": "#C1EEFD",
1156
+ "900": {
1157
+ "value": "#072732",
1001
1158
  "type": "color"
1002
1159
  },
1003
- "150": {
1004
- "value": "#BDE0F0",
1160
+ "850": {
1161
+ "value": "#0b3b4a",
1005
1162
  "type": "color"
1006
1163
  },
1007
- "200": {
1008
- "value": "#9AE4FC",
1164
+ "800": {
1165
+ "value": "#0e4e63",
1009
1166
  "type": "color"
1010
1167
  },
1011
- "300": {
1012
- "value": "#7BDCFF",
1168
+ "700": {
1169
+ "value": "#157594",
1013
1170
  "type": "color"
1014
1171
  },
1015
- "400": {
1016
- "value": "#4FCDF9",
1172
+ "600": {
1173
+ "value": "#07afe6",
1017
1174
  "type": "color"
1018
1175
  },
1019
1176
  "500": {
1020
- "value": "#23C4F8",
1177
+ "value": "#23c4f8",
1021
1178
  "type": "color"
1022
1179
  },
1023
- "600": {
1024
- "value": "#1CD0C9",
1025
- "type": "color"
1026
- },
1027
- "700": {
1028
- "value": "#157B95",
1180
+ "400": {
1181
+ "value": "#4bcff9",
1029
1182
  "type": "color"
1030
1183
  },
1031
- "800": {
1032
- "value": "#0E6E63",
1184
+ "300": {
1185
+ "value": "#72d9fb",
1033
1186
  "type": "color"
1034
1187
  },
1035
- "850": {
1036
- "value": "#0B3B4A",
1188
+ "200": {
1189
+ "value": "#9ae4fc",
1037
1190
  "type": "color"
1038
1191
  },
1039
- "900": {
1040
- "value": "#072732",
1192
+ "100": {
1193
+ "value": "#c1eefd",
1041
1194
  "type": "color"
1042
1195
  },
1043
- "950": {
1044
- "value": "#041A1D",
1196
+ "50": {
1197
+ "value": "#e9f9fe",
1045
1198
  "type": "color"
1046
1199
  }
1047
1200
  },
1048
1201
  "Sakura": {
1049
- "50": {
1050
- "value": "#FEECF0",
1202
+ "950": {
1203
+ "value": "#26080e",
1051
1204
  "type": "color"
1052
1205
  },
1053
- "100": {
1054
- "value": "#FCDA41",
1206
+ "900": {
1207
+ "value": "#3d0f18",
1055
1208
  "type": "color"
1056
1209
  },
1057
- "150": {
1058
- "value": "#FBC8D2",
1210
+ "850": {
1211
+ "value": "#531622",
1059
1212
  "type": "color"
1060
1213
  },
1061
- "200": {
1062
- "value": "#FAB5C3",
1214
+ "800": {
1215
+ "value": "#6a1d2c",
1063
1216
  "type": "color"
1064
1217
  },
1065
- "300": {
1066
- "value": "#F791A5",
1218
+ "700": {
1219
+ "value": "#982b41",
1067
1220
  "type": "color"
1068
1221
  },
1069
- "400": {
1070
- "value": "#F56C87",
1222
+ "600": {
1223
+ "value": "#c53955",
1071
1224
  "type": "color"
1072
1225
  },
1073
1226
  "500": {
1074
- "value": "#F24769",
1227
+ "value": "#f24769",
1075
1228
  "type": "color"
1076
1229
  },
1077
- "600": {
1078
- "value": "#C53955",
1230
+ "400": {
1231
+ "value": "#f56c87",
1079
1232
  "type": "color"
1080
1233
  },
1081
- "700": {
1082
- "value": "#962B41",
1234
+ "300": {
1235
+ "value": "#f791a5",
1083
1236
  "type": "color"
1084
1237
  },
1085
- "800": {
1086
- "value": "#6A1D2C",
1238
+ "200": {
1239
+ "value": "#fab5c3",
1087
1240
  "type": "color"
1088
1241
  },
1089
- "850": {
1090
- "value": "#5A1822",
1242
+ "150": {
1243
+ "value": "#fbc8d2",
1091
1244
  "type": "color"
1092
1245
  },
1093
- "900": {
1094
- "value": "#3D0F18",
1246
+ "100": {
1247
+ "value": "#fbc8d2",
1095
1248
  "type": "color"
1096
1249
  },
1097
- "950": {
1098
- "value": "#27080E",
1250
+ "50": {
1251
+ "value": "#feedf0",
1099
1252
  "type": "color"
1100
1253
  }
1101
1254
  },
1102
1255
  "Amber": {
1103
- "50": {
1104
- "value": "#FFFAEE",
1256
+ "1000": {
1257
+ "value": "#2d2000",
1105
1258
  "type": "color"
1106
1259
  },
1107
- "100": {
1108
- "value": "#FFF5DD",
1260
+ "950": {
1261
+ "value": "#423109",
1109
1262
  "type": "color"
1110
1263
  },
1111
- "150": {
1112
- "value": "#FFF0CC",
1264
+ "900": {
1265
+ "value": "#574311",
1113
1266
  "type": "color"
1114
1267
  },
1115
- "200": {
1116
- "value": "#FFEBBB",
1268
+ "850": {
1269
+ "value": "#6c5319",
1270
+ "type": "color"
1271
+ },
1272
+ "800": {
1273
+ "value": "#816522",
1274
+ "type": "color"
1275
+ },
1276
+ "700": {
1277
+ "value": "#ab8834",
1278
+ "type": "color"
1279
+ },
1280
+ "600": {
1281
+ "value": "#d5aa45",
1282
+ "type": "color"
1283
+ },
1284
+ "500": {
1285
+ "value": "#ffcc56",
1286
+ "type": "color"
1287
+ },
1288
+ "400": {
1289
+ "value": "#ffd778",
1117
1290
  "type": "color"
1118
1291
  },
1119
1292
  "300": {
1120
- "value": "#FFE19A",
1293
+ "value": "#ffe19a",
1294
+ "type": "color"
1295
+ },
1296
+ "200": {
1297
+ "value": "#ffebbb",
1298
+ "type": "color"
1299
+ },
1300
+ "150": {
1301
+ "value": "#fff0cc",
1302
+ "type": "color"
1303
+ },
1304
+ "100": {
1305
+ "value": "#fff0cc",
1306
+ "type": "color"
1307
+ },
1308
+ "50": {
1309
+ "value": "#fffaee",
1310
+ "type": "color"
1311
+ }
1312
+ },
1313
+ "Forest": {
1314
+ "950": {
1315
+ "value": "#04170f",
1316
+ "type": "color"
1317
+ },
1318
+ "900": {
1319
+ "value": "#072d1d",
1320
+ "type": "color"
1321
+ },
1322
+ "850": {
1323
+ "value": "#0b442c",
1324
+ "type": "color"
1325
+ },
1326
+ "800": {
1327
+ "value": "#0f5a3a",
1121
1328
  "type": "color"
1122
1329
  },
1123
- "400": {
1124
- "value": "#FFD778",
1330
+ "700": {
1331
+ "value": "#168757",
1125
1332
  "type": "color"
1126
1333
  },
1127
- "500": {
1128
- "value": "#FFCD56",
1334
+ "600": {
1335
+ "value": "#1eb475",
1129
1336
  "type": "color"
1130
1337
  },
1131
- "600": {
1132
- "value": "#D5AA45",
1338
+ "500": {
1339
+ "value": "#25e192",
1133
1340
  "type": "color"
1134
1341
  },
1135
- "700": {
1136
- "value": "#A88B3A",
1342
+ "400": {
1343
+ "value": "#50e7a7",
1137
1344
  "type": "color"
1138
1345
  },
1139
- "800": {
1140
- "value": "#816522",
1346
+ "300": {
1347
+ "value": "#7cedbd",
1141
1348
  "type": "color"
1142
1349
  },
1143
- "850": {
1144
- "value": "#6C5A1A",
1350
+ "200": {
1351
+ "value": "#a8f3d3",
1145
1352
  "type": "color"
1146
1353
  },
1147
- "900": {
1148
- "value": "#574311",
1354
+ "150": {
1355
+ "value": "#bef6de",
1149
1356
  "type": "color"
1150
1357
  },
1151
- "950": {
1152
- "value": "#4A3109",
1358
+ "100": {
1359
+ "value": "#d3f9e9",
1153
1360
  "type": "color"
1154
1361
  },
1155
- "1000": {
1156
- "value": "#2D200D",
1362
+ "50": {
1363
+ "value": "#e9fcf4",
1157
1364
  "type": "color"
1158
1365
  }
1159
1366
  },
@@ -1213,85 +1420,153 @@ export declare const colorTokens: {
1213
1420
  "200": {
1214
1421
  "value": "#2C3140",
1215
1422
  "type": "color"
1423
+ },
1424
+ "100": {
1425
+ "value": "#3C4152",
1426
+ "type": "color"
1427
+ },
1428
+ "50": {
1429
+ "value": "#62687C",
1430
+ "type": "color"
1216
1431
  }
1217
1432
  },
1218
- "Gradient": {
1219
- "Coral": {
1220
- "value": "linear-gradient(114deg, #ED6D68 14.99%, #FCA083 77.27%)",
1433
+ "NeutralDark": {
1434
+ "1000": {
1435
+ "value": "#0a0c10",
1221
1436
  "type": "color"
1222
1437
  },
1223
- "Dark-Shadow": {
1224
- "value": "linear-gradient(139deg, rgba(18, 19, 23, 0.80) 0%, rgba(18, 19, 23, 0.90) 98.68%)",
1438
+ "950": {
1439
+ "value": "#121317",
1225
1440
  "type": "color"
1226
1441
  },
1227
- "Dawn": {
1228
- "value": "linear-gradient(99deg, #7A97FA 4.42%, #F977FF 96.6%)",
1442
+ "900": {
1443
+ "value": "#16181d",
1229
1444
  "type": "color"
1230
1445
  },
1231
- "Ocean": {
1232
- "value": "linear-gradient(99deg, #48F8CF 4.42%, #28CBF3 96.6%)",
1446
+ "800": {
1447
+ "value": "#23262e",
1233
1448
  "type": "color"
1234
1449
  },
1235
- "Splash": {
1236
- "value": "linear-gradient(99deg, #4568DC 4.42%, #324DAA 96.6%)",
1450
+ "700": {
1451
+ "value": "#2c303a",
1237
1452
  "type": "color"
1238
1453
  },
1239
- "Flamingo": {
1240
- "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",
1241
1480
  "type": "color"
1242
1481
  }
1243
1482
  },
1244
- "Forest": {
1245
- "50": {
1246
- "value": "#EBCFCF",
1483
+ "NeutralLight": {
1484
+ "1000": {
1485
+ "value": "#fcfcfd",
1247
1486
  "type": "color"
1248
1487
  },
1249
- "100": {
1250
- "value": "#BDF9ED",
1488
+ "950": {
1489
+ "value": "#f9f9fb",
1251
1490
  "type": "color"
1252
1491
  },
1253
- "150": {
1254
- "value": "#BBEFD6",
1492
+ "900": {
1493
+ "value": "#eff0f3",
1255
1494
  "type": "color"
1256
1495
  },
1257
- "200": {
1258
- "value": "#A8F3D3",
1496
+ "800": {
1497
+ "value": "#e7e8ec",
1259
1498
  "type": "color"
1260
1499
  },
1261
- "300": {
1262
- "value": "#7CEDBE",
1500
+ "700": {
1501
+ "value": "#e0e1e6",
1263
1502
  "type": "color"
1264
1503
  },
1265
- "400": {
1266
- "value": "#51E7A8",
1504
+ "600": {
1505
+ "value": "#d8d9e0",
1267
1506
  "type": "color"
1268
1507
  },
1269
1508
  "500": {
1270
- "value": "#25E192",
1509
+ "value": "#cdced7",
1271
1510
  "type": "color"
1272
1511
  },
1273
- "600": {
1274
- "value": "#1EB475",
1512
+ "400": {
1513
+ "value": "#b9bbc6",
1275
1514
  "type": "color"
1276
1515
  },
1277
- "700": {
1278
- "value": "#188759",
1516
+ "300": {
1517
+ "value": "#8b8d98",
1279
1518
  "type": "color"
1280
1519
  },
1281
- "800": {
1282
- "value": "#0F5A34",
1520
+ "200": {
1521
+ "value": "#80828d",
1283
1522
  "type": "color"
1284
1523
  },
1285
- "850": {
1286
- "value": "#0B442C",
1524
+ "100": {
1525
+ "value": "#62636c",
1287
1526
  "type": "color"
1288
1527
  },
1289
- "900": {
1290
- "value": "#072D1D",
1528
+ "50": {
1529
+ "value": "#1e1f24",
1530
+ "type": "color"
1531
+ }
1532
+ },
1533
+ "Base": {
1534
+ "Black": {
1535
+ "value": "#000000",
1291
1536
  "type": "color"
1292
1537
  },
1293
- "950": {
1294
- "value": "#041F0F",
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%)",
1295
1570
  "type": "color"
1296
1571
  }
1297
1572
  }
@@ -1302,7 +1577,7 @@ export declare type ColorType = (typeof Color)[keyof typeof Color];
1302
1577
 
1303
1578
  /**
1304
1579
  * Do not edit directly
1305
- * Generated on Tue, 03 Jun 2025 04:55:28 GMT
1580
+ * Generated on Sun, 27 Oct 2024 10:29:22 GMT
1306
1581
  */
1307
1582
  export declare const Spacing: {
1308
1583
  PADDING_1: string;
@@ -1498,11 +1773,14 @@ export declare type SpacingType = (typeof Spacing)[keyof typeof Spacing];
1498
1773
 
1499
1774
  /**
1500
1775
  * Do not edit directly
1501
- * Generated on Tue, 03 Jun 2025 04:55:28 GMT
1776
+ * Generated on Thu, 04 Dec 2025 11:00:53 GMT
1502
1777
  */
1503
1778
  export declare const Typography: {
1779
+ FONTFAMILY_INTER: string;
1780
+ FONTFAMILY_SFMONO: string;
1504
1781
  FONTSIZE_XS: string;
1505
1782
  FONTSIZE_SM: string;
1783
+ FONTSIZE_BASE: string;
1506
1784
  FONTSIZE_LG: string;
1507
1785
  FONTSIZE_XL: string;
1508
1786
  FONTSIZE_2XL: string;
@@ -1522,9 +1800,202 @@ export declare const Typography: {
1522
1800
  FONTWEIGHT_BOLD: string;
1523
1801
  FONTWEIGHT_EXTRABOLD: string;
1524
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;
1525
1986
  };
1526
1987
 
1527
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
+ },
1528
1999
  "fontSize": {
1529
2000
  "xs": {
1530
2001
  "value": "0.75rem",
@@ -1534,6 +2005,10 @@ export declare const typographyTokens: {
1534
2005
  "value": "0.875rem",
1535
2006
  "type": "typography"
1536
2007
  },
2008
+ "base": {
2009
+ "value": "1rem",
2010
+ "type": "typography"
2011
+ },
1537
2012
  "lg": {
1538
2013
  "value": "1.125rem",
1539
2014
  "type": "typography"
@@ -1612,6 +2087,838 @@ export declare const typographyTokens: {
1612
2087
  "value": "900",
1613
2088
  "type": "typography"
1614
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
+ }
1615
2922
  }
1616
2923
  };
1617
2924