onecart-ui-tokens 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1230 @@
1
+ {
2
+ "typography token/global": {
3
+ "fontFamilies": {
4
+ "campton": {
5
+ "value": "Campton",
6
+ "type": "fontFamilies"
7
+ }
8
+ },
9
+ "line-height-6xl": {
10
+ "value": "56",
11
+ "type": "lineHeights"
12
+ },
13
+ "line-height-5xl": {
14
+ "value": "48",
15
+ "type": "lineHeights"
16
+ },
17
+ "line-height-4xl": {
18
+ "value": "44",
19
+ "type": "lineHeights"
20
+ },
21
+ "line-height-3xl": {
22
+ "value": "40",
23
+ "type": "lineHeights"
24
+ },
25
+ "line-height-2xl": {
26
+ "value": "36",
27
+ "type": "lineHeights"
28
+ },
29
+ "line-height-xl": {
30
+ "value": "32px",
31
+ "type": "lineHeights"
32
+ },
33
+ "line-height-lg": {
34
+ "value": "28",
35
+ "type": "lineHeights"
36
+ },
37
+ "line-height-md": {
38
+ "value": "24",
39
+ "type": "lineHeights"
40
+ },
41
+ "line-height-s": {
42
+ "value": "20",
43
+ "type": "lineHeights"
44
+ },
45
+ "line-height-xs": {
46
+ "value": "16",
47
+ "type": "lineHeights"
48
+ },
49
+ "medium": {
50
+ "value": "Medium",
51
+ "type": "fontWeights"
52
+ },
53
+ "semi-bold": {
54
+ "value": "SemiBold",
55
+ "type": "fontWeights"
56
+ },
57
+ "book": {
58
+ "value": "Book",
59
+ "type": "fontWeights"
60
+ },
61
+ "font-size-2xs": {
62
+ "value": "14",
63
+ "type": "fontSizes"
64
+ },
65
+ "font-size-3xs": {
66
+ "value": "12",
67
+ "type": "fontSizes"
68
+ },
69
+ "font-size-xs": {
70
+ "value": "16",
71
+ "type": "fontSizes"
72
+ },
73
+ "font-size-md": {
74
+ "value": "18",
75
+ "type": "fontSizes"
76
+ },
77
+ "font-size-lg": {
78
+ "value": "20",
79
+ "type": "fontSizes"
80
+ },
81
+ "font-size-xl": {
82
+ "value": "28",
83
+ "type": "fontSizes"
84
+ },
85
+ "font-size-2xl": {
86
+ "value": "32",
87
+ "type": "fontSizes"
88
+ },
89
+ "font-size-3xl": {
90
+ "value": "36",
91
+ "type": "fontSizes"
92
+ },
93
+ "font-size-4xl": {
94
+ "value": "40",
95
+ "type": "fontSizes"
96
+ },
97
+ "font-size-5xl": {
98
+ "value": "44",
99
+ "type": "fontSizes"
100
+ },
101
+ "font-size-6xl": {
102
+ "value": "52",
103
+ "type": "fontSizes"
104
+ },
105
+ "letterSpacing": {
106
+ "0": {
107
+ "value": "0%",
108
+ "type": "letterSpacing"
109
+ }
110
+ },
111
+ "paragraph-spacing-xs": {
112
+ "value": "12",
113
+ "type": "paragraphSpacing"
114
+ },
115
+ "paragraph-spacing-s": {
116
+ "value": "16",
117
+ "type": "paragraphSpacing"
118
+ },
119
+ "paragraph-spacing-md": {
120
+ "value": "20",
121
+ "type": "paragraphSpacing"
122
+ },
123
+ "paragraph-spacing-lg": {
124
+ "value": "24",
125
+ "type": "paragraphSpacing"
126
+ },
127
+ "paragraph-spacing-xl": {
128
+ "value": "28",
129
+ "type": "paragraphSpacing"
130
+ },
131
+ "paragraph-spacing-2xl": {
132
+ "value": "32",
133
+ "type": "paragraphSpacing"
134
+ },
135
+ "textCase": {
136
+ "none": {
137
+ "value": "none",
138
+ "type": "textCase"
139
+ }
140
+ },
141
+ "textDecoration": {
142
+ "none": {
143
+ "value": "none",
144
+ "type": "textDecoration"
145
+ },
146
+ "underline": {
147
+ "value": "underline",
148
+ "type": "textDecoration"
149
+ }
150
+ },
151
+ "paragraphIndent": {
152
+ "0": {
153
+ "value": "0px",
154
+ "type": "dimension"
155
+ }
156
+ }
157
+ },
158
+ "typography token/semantic": {
159
+ "Display-2xl": {
160
+ "value": {
161
+ "fontFamily": "{fontFamilies.campton}",
162
+ "fontWeight": "{medium}",
163
+ "lineHeight": "{line-height-6xl}",
164
+ "fontSize": "{font-size-6xl}",
165
+ "letterSpacing": "{letterSpacing.0}",
166
+ "paragraphSpacing": "{paragraph-spacing-2xl}",
167
+ "paragraphIndent": "{paragraphIndent.0}",
168
+ "textCase": "{textCase.none}",
169
+ "textDecoration": "{textDecoration.none}"
170
+ },
171
+ "type": "typography"
172
+ },
173
+ "Display": {
174
+ "xl": {
175
+ "value": {
176
+ "fontFamily": "{fontFamilies.campton}",
177
+ "fontWeight": "{medium}",
178
+ "lineHeight": "{line-height-5xl}",
179
+ "fontSize": "{font-size-5xl}",
180
+ "letterSpacing": "{letterSpacing.0}",
181
+ "paragraphSpacing": "{paragraph-spacing-xl}",
182
+ "paragraphIndent": "{paragraphIndent.0}",
183
+ "textCase": "{textCase.none}",
184
+ "textDecoration": "{textDecoration.none}"
185
+ },
186
+ "type": "typography"
187
+ }
188
+ },
189
+ "Heading": {
190
+ "xl": {
191
+ "value": {
192
+ "fontFamily": "{fontFamilies.campton}",
193
+ "fontWeight": "{semi-bold}",
194
+ "lineHeight": "{line-height-5xl}",
195
+ "fontSize": "{font-size-4xl}",
196
+ "letterSpacing": "{letterSpacing.0}",
197
+ "paragraphSpacing": "{paragraph-spacing-lg}",
198
+ "paragraphIndent": "{paragraphIndent.0}",
199
+ "textCase": "{textCase.none}",
200
+ "textDecoration": "{textDecoration.none}"
201
+ },
202
+ "type": "typography"
203
+ },
204
+ "lg": {
205
+ "value": {
206
+ "fontFamily": "{fontFamilies.campton}",
207
+ "fontWeight": "{semi-bold}",
208
+ "lineHeight": "{line-height-4xl}",
209
+ "fontSize": "{font-size-3xl}",
210
+ "letterSpacing": "{letterSpacing.0}",
211
+ "paragraphSpacing": "{paragraph-spacing-2xl}",
212
+ "paragraphIndent": "{paragraphIndent.0}",
213
+ "textCase": "{textCase.none}",
214
+ "textDecoration": "{textDecoration.none}"
215
+ },
216
+ "type": "typography"
217
+ },
218
+ "md": {
219
+ "value": {
220
+ "fontFamily": "{fontFamilies.campton}",
221
+ "fontWeight": "{semi-bold}",
222
+ "lineHeight": "{line-height-3xl}",
223
+ "fontSize": "{font-size-2xl}",
224
+ "letterSpacing": "{letterSpacing.0}",
225
+ "paragraphSpacing": "{paragraph-spacing-2xl}",
226
+ "paragraphIndent": "{paragraphIndent.0}",
227
+ "textCase": "{textCase.none}",
228
+ "textDecoration": "{textDecoration.none}"
229
+ },
230
+ "type": "typography"
231
+ },
232
+ "sm": {
233
+ "value": {
234
+ "fontFamily": "{fontFamilies.campton}",
235
+ "fontWeight": "{semi-bold}",
236
+ "lineHeight": "{line-height-2xl}",
237
+ "fontSize": "{font-size-xl}",
238
+ "letterSpacing": "{letterSpacing.0}",
239
+ "paragraphSpacing": "{paragraph-spacing-2xl}",
240
+ "paragraphIndent": "{paragraphIndent.0}",
241
+ "textCase": "{textCase.none}",
242
+ "textDecoration": "{textDecoration.none}"
243
+ },
244
+ "type": "typography"
245
+ },
246
+ "xs": {
247
+ "value": {
248
+ "fontFamily": "{fontFamilies.campton}",
249
+ "fontWeight": "{semi-bold}",
250
+ "lineHeight": "{line-height-lg}",
251
+ "fontSize": "{font-size-lg}",
252
+ "letterSpacing": "{letterSpacing.0}",
253
+ "paragraphSpacing": "{paragraph-spacing-2xl}",
254
+ "paragraphIndent": "{paragraphIndent.0}",
255
+ "textCase": "{textCase.none}",
256
+ "textDecoration": "{textDecoration.none}"
257
+ },
258
+ "type": "typography"
259
+ },
260
+ "2xs": {
261
+ "value": {
262
+ "fontFamily": "{fontFamilies.campton}",
263
+ "fontWeight": "{semi-bold}",
264
+ "lineHeight": "{line-height-md}",
265
+ "fontSize": "{font-size-md}",
266
+ "letterSpacing": "{letterSpacing.0}",
267
+ "paragraphSpacing": "{paragraph-spacing-2xl}",
268
+ "paragraphIndent": "{paragraphIndent.0}",
269
+ "textCase": "{textCase.none}",
270
+ "textDecoration": "{textDecoration.none}"
271
+ },
272
+ "type": "typography"
273
+ }
274
+ },
275
+ "Body": {
276
+ "xl": {
277
+ "value": {
278
+ "fontFamily": "{fontFamilies.campton}",
279
+ "fontWeight": "{book}",
280
+ "lineHeight": "{line-height-lg}",
281
+ "fontSize": "{font-size-md}",
282
+ "letterSpacing": "{letterSpacing.0}",
283
+ "paragraphSpacing": "{paragraph-spacing-lg}",
284
+ "paragraphIndent": "{paragraphIndent.0}",
285
+ "textCase": "{textCase.none}",
286
+ "textDecoration": "{textDecoration.none}"
287
+ },
288
+ "type": "typography"
289
+ },
290
+ "lg": {
291
+ "value": {
292
+ "fontFamily": "{fontFamilies.campton}",
293
+ "fontWeight": "{book}",
294
+ "lineHeight": "{line-height-md}",
295
+ "fontSize": "{font-size-xs}",
296
+ "letterSpacing": "{letterSpacing.0}",
297
+ "paragraphSpacing": "{paragraph-spacing-md}",
298
+ "paragraphIndent": "{paragraphIndent.0}",
299
+ "textCase": "{textCase.none}",
300
+ "textDecoration": "{textDecoration.none}"
301
+ },
302
+ "type": "typography"
303
+ },
304
+ "md": {
305
+ "value": {
306
+ "fontFamily": "{fontFamilies.campton}",
307
+ "fontWeight": "{book}",
308
+ "lineHeight": "{line-height-s}",
309
+ "fontSize": "{font-size-2xs}",
310
+ "letterSpacing": "{letterSpacing.0}",
311
+ "paragraphSpacing": "{paragraph-spacing-s}",
312
+ "paragraphIndent": "{paragraphIndent.0}",
313
+ "textCase": "{textCase.none}",
314
+ "textDecoration": "{textDecoration.none}"
315
+ },
316
+ "type": "typography"
317
+ },
318
+ "sm": {
319
+ "value": {
320
+ "fontFamily": "{fontFamilies.campton}",
321
+ "fontWeight": "{book}",
322
+ "lineHeight": "{line-height-s}",
323
+ "fontSize": "{font-size-3xs}",
324
+ "letterSpacing": "{letterSpacing.0}",
325
+ "paragraphSpacing": "{paragraph-spacing-s}",
326
+ "paragraphIndent": "{paragraphIndent.0}",
327
+ "textCase": "{textCase.none}",
328
+ "textDecoration": "{textDecoration.none}"
329
+ },
330
+ "type": "typography"
331
+ }
332
+ },
333
+ "Utility": {
334
+ "button": {
335
+ "value": {
336
+ "fontFamily": "{fontFamilies.campton}",
337
+ "fontWeight": "{medium}",
338
+ "lineHeight": "{line-height-xs}",
339
+ "fontSize": "{font-size-xs}",
340
+ "letterSpacing": "{letterSpacing.0}",
341
+ "paragraphSpacing": "{paragraph-spacing-s}",
342
+ "paragraphIndent": "{paragraphIndent.0}",
343
+ "textCase": "{textCase.none}",
344
+ "textDecoration": "{textDecoration.none}"
345
+ },
346
+ "type": "typography"
347
+ },
348
+ "link": {
349
+ "value": {
350
+ "fontFamily": "{fontFamilies.campton}",
351
+ "fontWeight": "{medium}",
352
+ "lineHeight": "{line-height-s}",
353
+ "fontSize": "{font-size-2xs}",
354
+ "letterSpacing": "{letterSpacing.0}",
355
+ "paragraphSpacing": "{paragraph-spacing-md}",
356
+ "paragraphIndent": "{paragraphIndent.0}",
357
+ "textCase": "{textCase.none}",
358
+ "textDecoration": "{textDecoration.underline}"
359
+ },
360
+ "type": "typography"
361
+ },
362
+ "caption": {
363
+ "value": {
364
+ "fontFamily": "{fontFamilies.campton}",
365
+ "fontWeight": "{book}",
366
+ "lineHeight": "{line-height-xs}",
367
+ "fontSize": "{font-size-3xs}",
368
+ "letterSpacing": "{letterSpacing.0}",
369
+ "paragraphSpacing": "{paragraph-spacing-xs}",
370
+ "paragraphIndent": "{paragraphIndent.0}",
371
+ "textCase": "{textCase.none}",
372
+ "textDecoration": "{textDecoration.none}"
373
+ },
374
+ "type": "typography"
375
+ }
376
+ }
377
+ },
378
+ "colour global token/global": {
379
+ "green-10": {
380
+ "value": "#E5FCF3",
381
+ "type": "color"
382
+ },
383
+ "green-20": {
384
+ "value": "#ccf9e7",
385
+ "type": "color"
386
+ },
387
+ "green-30": {
388
+ "value": "#B2F5DB",
389
+ "type": "color"
390
+ },
391
+ "green-40": {
392
+ "value": "#98f2cf",
393
+ "type": "color"
394
+ },
395
+ "green-50": {
396
+ "value": "#81efc3",
397
+ "type": "color"
398
+ },
399
+ "green-60": {
400
+ "value": "#66ecb8",
401
+ "type": "color"
402
+ },
403
+ "green-70": {
404
+ "value": "#4ce9ac",
405
+ "type": "color"
406
+ },
407
+ "green-80": {
408
+ "value": "#31e5a0",
409
+ "type": "color"
410
+ },
411
+ "green-90": {
412
+ "value": "#1ae294",
413
+ "type": "color"
414
+ },
415
+ "green-100": {
416
+ "value": "#00df88",
417
+ "type": "color"
418
+ },
419
+ "neutral-10": {
420
+ "value": "#f1f1f1",
421
+ "type": "color"
422
+ },
423
+ "neutral-20": {
424
+ "value": "#e2e2e2",
425
+ "type": "color"
426
+ },
427
+ "neutral-30": {
428
+ "value": "#c6c6c6",
429
+ "type": "color"
430
+ },
431
+ "neutral-40": {
432
+ "value": "#ababab",
433
+ "type": "color"
434
+ },
435
+ "neutral-50": {
436
+ "value": "#919191",
437
+ "type": "color"
438
+ },
439
+ "neutral-60": {
440
+ "value": "#6a6a6a",
441
+ "type": "color"
442
+ },
443
+ "neutral-70": {
444
+ "value": "#525252",
445
+ "type": "color"
446
+ },
447
+ "neutral-80": {
448
+ "value": "#3b3b3b",
449
+ "type": "color"
450
+ },
451
+ "neutral-90": {
452
+ "value": "#262626",
453
+ "type": "color"
454
+ },
455
+ "neutral-100": {
456
+ "value": "#111",
457
+ "type": "color"
458
+ },
459
+ "blue-10": {
460
+ "value": "#e3ebff",
461
+ "type": "color"
462
+ },
463
+ "blue-20": {
464
+ "value": "#c3deff",
465
+ "type": "color"
466
+ },
467
+ "blue-30": {
468
+ "value": "#9ec1ff",
469
+ "type": "color"
470
+ },
471
+ "blue-40": {
472
+ "value": "#5c83fd",
473
+ "type": "color"
474
+ },
475
+ "blue-50": {
476
+ "value": "#446ef5",
477
+ "type": "color"
478
+ },
479
+ "blue-60": {
480
+ "value": "#0053e2",
481
+ "type": "color"
482
+ },
483
+ "blue-70": {
484
+ "value": "#254cac",
485
+ "type": "color"
486
+ },
487
+ "blue-80": {
488
+ "value": "#14328d",
489
+ "type": "color"
490
+ },
491
+ "blue-90": {
492
+ "value": "#0c285f",
493
+ "type": "color"
494
+ },
495
+ "blue-100": {
496
+ "value": "#071e3c",
497
+ "type": "color"
498
+ },
499
+ "red-10": {
500
+ "value": "#feecec",
501
+ "type": "color"
502
+ },
503
+ "red-20": {
504
+ "value": "#fed8d8",
505
+ "type": "color"
506
+ },
507
+ "red-30": {
508
+ "value": "#feb3b3",
509
+ "type": "color"
510
+ },
511
+ "red-40": {
512
+ "value": "#fe8888",
513
+ "type": "color"
514
+ },
515
+ "red-50": {
516
+ "value": "#fb5959",
517
+ "type": "color"
518
+ },
519
+ "red-60": {
520
+ "value": "#d60000",
521
+ "type": "color"
522
+ },
523
+ "red-70": {
524
+ "value": "#a90000",
525
+ "type": "color"
526
+ },
527
+ "red-80": {
528
+ "value": "#820000",
529
+ "type": "color"
530
+ },
531
+ "red-90": {
532
+ "value": "#550000",
533
+ "type": "color"
534
+ },
535
+ "red-100": {
536
+ "value": "#3a0000",
537
+ "type": "color"
538
+ },
539
+ "yellow-10": {
540
+ "value": "#fff5d9",
541
+ "type": "color"
542
+ },
543
+ "yellow-20": {
544
+ "value": "#ffe7a5",
545
+ "type": "color"
546
+ },
547
+ "yellow-30": {
548
+ "value": "#ffd86b",
549
+ "type": "color"
550
+ },
551
+ "yellow-40": {
552
+ "value": "#ffce46",
553
+ "type": "color"
554
+ },
555
+ "yellow-50": {
556
+ "value": "#ffc420",
557
+ "type": "color"
558
+ },
559
+ "yellow-60": {
560
+ "value": "#f4b400",
561
+ "type": "color"
562
+ },
563
+ "yellow-70": {
564
+ "value": "#dba200",
565
+ "type": "color"
566
+ },
567
+ "yellow-80": {
568
+ "value": "#c69200",
569
+ "type": "color"
570
+ },
571
+ "yellow-90": {
572
+ "value": "#b38400",
573
+ "type": "color"
574
+ },
575
+ "yellow-100": {
576
+ "value": "#9a7100",
577
+ "type": "color"
578
+ },
579
+ "white-10": {
580
+ "value": "#ffffff",
581
+ "type": "color"
582
+ }
583
+ },
584
+ "colour semantic token/semantic": {
585
+ "background": {
586
+ "yellow-light": {
587
+ "value": "{yellow-10}",
588
+ "type": "color"
589
+ },
590
+ "yellow-medium": {
591
+ "value": "{yellow-20}",
592
+ "type": "color"
593
+ },
594
+ "blue-light": {
595
+ "value": "{blue-10}",
596
+ "type": "color"
597
+ },
598
+ "blue-medium": {
599
+ "value": "{blue-20}",
600
+ "type": "color"
601
+ },
602
+ "green-light": {
603
+ "value": "{green-10}",
604
+ "type": "color"
605
+ },
606
+ "green-medium": {
607
+ "value": "{green-20}",
608
+ "type": "color"
609
+ },
610
+ "green-dark": {
611
+ "value": "{green-100}",
612
+ "type": "color"
613
+ },
614
+ "red-light": {
615
+ "value": "{red-10}",
616
+ "type": "color"
617
+ },
618
+ "red-medium": {
619
+ "value": "{red-20}",
620
+ "type": "color"
621
+ },
622
+ "white-light": {
623
+ "value": "{white-10}",
624
+ "type": "color"
625
+ },
626
+ "neutral-dark": {
627
+ "value": "{neutral-100}",
628
+ "type": "color"
629
+ },
630
+ "neutral-grey": {
631
+ "value": "{neutral-20}",
632
+ "type": "color"
633
+ },
634
+ "neutral-light": {
635
+ "value": "{neutral-10}",
636
+ "type": "color"
637
+ }
638
+ },
639
+ "text": {
640
+ "inverse": {
641
+ "value": "{white-10}",
642
+ "type": "color"
643
+ },
644
+ "disabled": {
645
+ "value": "{neutral-40}",
646
+ "type": "color"
647
+ },
648
+ "placeholder": {
649
+ "value": "{neutral-50}",
650
+ "type": "color"
651
+ },
652
+ "tertiary": {
653
+ "value": "{neutral-70}",
654
+ "type": "color"
655
+ },
656
+ "body": {
657
+ "value": "{neutral-80}",
658
+ "type": "color"
659
+ },
660
+ "header": {
661
+ "value": "{neutral-100}",
662
+ "type": "color"
663
+ },
664
+ "green": {
665
+ "value": "{green-100}",
666
+ "type": "color"
667
+ },
668
+ "blue": {
669
+ "value": "{blue-60}",
670
+ "type": "color"
671
+ },
672
+ "error": {
673
+ "value": "{red-70}",
674
+ "type": "color"
675
+ },
676
+ "yellow": {
677
+ "value": "{yellow-60}",
678
+ "type": "color"
679
+ }
680
+ },
681
+ "feedback": {
682
+ "alert-success": {
683
+ "value": "{green-100}",
684
+ "type": "color"
685
+ },
686
+ "alert-error": {
687
+ "value": "{red-70}",
688
+ "type": "color"
689
+ },
690
+ "alert-warning": {
691
+ "value": "{yellow-10}",
692
+ "type": "color"
693
+ },
694
+ "alert-neutral": {
695
+ "value": "{neutral-100}",
696
+ "type": "color"
697
+ }
698
+ },
699
+ "action": {
700
+ "primary-default": {
701
+ "value": "{green-100}",
702
+ "type": "color"
703
+ },
704
+ "primary-hover": {
705
+ "value": "{green-70}",
706
+ "type": "color"
707
+ },
708
+ "primary-active": {
709
+ "value": "{green-40}",
710
+ "type": "color"
711
+ },
712
+ "primary-disabled": {
713
+ "value": "{green-10}",
714
+ "type": "color"
715
+ },
716
+ "secondary-default": {
717
+ "value": "{blue-60}",
718
+ "type": "color"
719
+ },
720
+ "secondary-hover": {
721
+ "value": "{blue-70}",
722
+ "type": "color"
723
+ },
724
+ "secondary-active": {
725
+ "value": "{blue-30}",
726
+ "type": "color"
727
+ },
728
+ "secondary-disabled": {
729
+ "value": "{blue-10}",
730
+ "type": "color"
731
+ },
732
+ "destructive-default": {
733
+ "value": "{red-60}",
734
+ "type": "color"
735
+ },
736
+ "destructive-hover": {
737
+ "value": "{red-70}",
738
+ "type": "color"
739
+ },
740
+ "destructive-active": {
741
+ "value": "{red-20}",
742
+ "type": "color"
743
+ },
744
+ "destructive-disable": {
745
+ "value": "{red-10}",
746
+ "type": "color"
747
+ },
748
+ "tertiary-default": {
749
+ "value": "{neutral-80}",
750
+ "type": "color"
751
+ },
752
+ "tertiary-hover": {
753
+ "value": "{neutral-100}",
754
+ "type": "color"
755
+ },
756
+ "tertiary-active": {
757
+ "value": "{neutral-40}",
758
+ "type": "color"
759
+ },
760
+ "tertiary-disable": {
761
+ "value": "{neutral-10}",
762
+ "type": "color"
763
+ }
764
+ },
765
+ "icon": {
766
+ "yellow": {
767
+ "value": "{yellow-60}",
768
+ "type": "color"
769
+ },
770
+ "blue": {
771
+ "value": "{blue-60}",
772
+ "type": "color"
773
+ },
774
+ "green": {
775
+ "value": "{green-100}",
776
+ "type": "color"
777
+ },
778
+ "red": {
779
+ "value": "{red-70}",
780
+ "type": "color"
781
+ },
782
+ "neutral": {
783
+ "value": "{neutral-100}",
784
+ "type": "color"
785
+ },
786
+ "light": {
787
+ "value": "{neutral-20}",
788
+ "type": "color"
789
+ },
790
+ "lighter": {
791
+ "value": "{neutral-10}",
792
+ "type": "color"
793
+ }
794
+ },
795
+ "border": {
796
+ "green": {
797
+ "value": "{green-100}",
798
+ "type": "color"
799
+ },
800
+ "blue": {
801
+ "value": "{blue-60}",
802
+ "type": "color"
803
+ },
804
+ "yellow": {
805
+ "value": "{yellow-60}",
806
+ "type": "color"
807
+ },
808
+ "red": {
809
+ "value": "{red-70}",
810
+ "type": "color"
811
+ },
812
+ "dark": {
813
+ "value": "{neutral-100}",
814
+ "type": "color"
815
+ },
816
+ "light": {
817
+ "value": "{neutral-20}",
818
+ "type": "color"
819
+ },
820
+ "lighter": {
821
+ "value": "{neutral-10}",
822
+ "type": "color"
823
+ }
824
+ }
825
+ },
826
+ "icon global token/global": {
827
+ "xs": {
828
+ "value": "0.75rem",
829
+ "type": "dimension"
830
+ },
831
+ "s": {
832
+ "value": "1rem",
833
+ "type": "dimension"
834
+ },
835
+ "md": {
836
+ "value": "1.25rem",
837
+ "type": "dimension"
838
+ },
839
+ "lg": {
840
+ "value": "1.5rem",
841
+ "type": "dimension"
842
+ },
843
+ "xl": {
844
+ "value": "1.75rem",
845
+ "type": "dimension"
846
+ },
847
+ "2xl": {
848
+ "value": "2rem",
849
+ "type": "dimension"
850
+ }
851
+ },
852
+ "Spacing global tokens/global": {
853
+ "space-0": {
854
+ "value": "0",
855
+ "type": "spacing"
856
+ },
857
+ "space-3xs": {
858
+ "value": "0.125rem",
859
+ "type": "spacing"
860
+ },
861
+ "space-2xs": {
862
+ "value": "0.25rem",
863
+ "type": "spacing"
864
+ },
865
+ "space-xs": {
866
+ "value": "0.5rem",
867
+ "type": "spacing"
868
+ },
869
+ "space-sm": {
870
+ "value": "0.75rem",
871
+ "type": "spacing"
872
+ },
873
+ "space-md": {
874
+ "value": "1rem",
875
+ "type": "spacing"
876
+ },
877
+ "space-lg": {
878
+ "value": "1.25rem",
879
+ "type": "spacing"
880
+ },
881
+ "space-xl": {
882
+ "value": "1.5rem",
883
+ "type": "spacing"
884
+ },
885
+ "space-2xl": {
886
+ "value": "1.75rem",
887
+ "type": "spacing"
888
+ },
889
+ "space-3xl": {
890
+ "value": "2rem",
891
+ "type": "spacing"
892
+ },
893
+ "space-4xl": {
894
+ "value": "2.5rem",
895
+ "type": "spacing"
896
+ },
897
+ "space-5xl": {
898
+ "value": "3rem",
899
+ "type": "spacing"
900
+ },
901
+ "space-6xl": {
902
+ "value": "3.5rem",
903
+ "type": "spacing"
904
+ },
905
+ "space-7xl": {
906
+ "value": "4rem",
907
+ "type": "spacing"
908
+ },
909
+ "space-8xl": {
910
+ "value": "5rem",
911
+ "type": "spacing"
912
+ }
913
+ },
914
+ "Spacing semantic token /semantic": {
915
+ "layout": {
916
+ "spacing-inline-none": {
917
+ "value": "{space-0}",
918
+ "type": "spacing"
919
+ },
920
+ "spacing-inline-3xs": {
921
+ "value": "{space-3xs}",
922
+ "type": "spacing"
923
+ },
924
+ "spacing-inline-2xs": {
925
+ "value": "{space-2xs}",
926
+ "type": "spacing"
927
+ },
928
+ "spacing-inline-xs": {
929
+ "value": "{space-xs}",
930
+ "type": "spacing"
931
+ },
932
+ "spacing-inline-sm": {
933
+ "value": "{space-sm}",
934
+ "type": "spacing"
935
+ },
936
+ "spacing-inline-md": {
937
+ "value": "{space-md}",
938
+ "type": "spacing"
939
+ },
940
+ "spacing-inline-lg": {
941
+ "value": "{space-3xl}",
942
+ "type": "spacing"
943
+ },
944
+ "spacing-inline-xl": {
945
+ "value": "{space-4xl}",
946
+ "type": "spacing"
947
+ },
948
+ "spacing-inline-2xl": {
949
+ "value": "{space-8xl}",
950
+ "type": "spacing"
951
+ },
952
+ "spacing-stack-none": {
953
+ "value": "{space-0}",
954
+ "type": "spacing"
955
+ },
956
+ "spacing-stack-3xs": {
957
+ "value": "{space-3xs}",
958
+ "type": "spacing"
959
+ },
960
+ "spacing-stack-2xs": {
961
+ "value": "{space-2xs}",
962
+ "type": "spacing"
963
+ },
964
+ "spacing-stack-xs": {
965
+ "value": "{space-xs}",
966
+ "type": "spacing"
967
+ },
968
+ "spacing-stack-sm": {
969
+ "value": "{space-sm}",
970
+ "type": "spacing"
971
+ },
972
+ "spacing-stack-md": {
973
+ "value": "{space-md}",
974
+ "type": "spacing"
975
+ },
976
+ "spacing-stack-lg": {
977
+ "value": "{space-3xl}",
978
+ "type": "spacing"
979
+ },
980
+ "spacing-stack-xl": {
981
+ "value": "{space-4xl}",
982
+ "type": "spacing"
983
+ },
984
+ "spacing-stack-2xl": {
985
+ "value": "{space-8xl}",
986
+ "type": "spacing"
987
+ }
988
+ },
989
+ "section": {
990
+ "spacing-sm": {
991
+ "value": "{space-xl}",
992
+ "type": "spacing"
993
+ },
994
+ "spacing-md": {
995
+ "value": "{space-2xl}",
996
+ "type": "spacing"
997
+ },
998
+ "spacing-lg": {
999
+ "value": "{space-3xl}",
1000
+ "type": "spacing"
1001
+ },
1002
+ "spacing-xl": {
1003
+ "value": "{space-4xl}",
1004
+ "type": "spacing"
1005
+ },
1006
+ "spacing-2xl": {
1007
+ "value": "{space-6xl}",
1008
+ "type": "spacing"
1009
+ },
1010
+ "spacing-3xl": {
1011
+ "value": "{space-8xl}",
1012
+ "type": "spacing"
1013
+ }
1014
+ },
1015
+ "component": {
1016
+ "card-sm": {
1017
+ "value": "{space-sm}",
1018
+ "type": "spacing"
1019
+ },
1020
+ "card-md": {
1021
+ "value": "{space-lg}",
1022
+ "type": "spacing"
1023
+ },
1024
+ "card-lg": {
1025
+ "value": "{space-xl}",
1026
+ "type": "spacing"
1027
+ },
1028
+ "card-xl": {
1029
+ "value": "{space-3xl}",
1030
+ "type": "spacing"
1031
+ },
1032
+ "card-2xl": {
1033
+ "value": "{space-4xl}",
1034
+ "type": "spacing"
1035
+ },
1036
+ "modal-sm": {
1037
+ "value": "{space-lg}",
1038
+ "type": "spacing"
1039
+ },
1040
+ "modal-md": {
1041
+ "value": "{space-xl}",
1042
+ "type": "spacing"
1043
+ },
1044
+ "modal-lg": {
1045
+ "value": "{space-2xl}",
1046
+ "type": "spacing"
1047
+ }
1048
+ }
1049
+ },
1050
+ "Border-width global token/global": {
1051
+ "border": {
1052
+ "width-none": {
1053
+ "value": "0",
1054
+ "type": "borderWidth"
1055
+ },
1056
+ "width-xs": {
1057
+ "value": "0.0625rem",
1058
+ "type": "borderWidth"
1059
+ },
1060
+ "width-sm": {
1061
+ "value": "0.125rem",
1062
+ "type": "borderWidth"
1063
+ },
1064
+ "width-md": {
1065
+ "value": "0.25rem",
1066
+ "type": "borderWidth"
1067
+ }
1068
+ }
1069
+ },
1070
+ "Border-width semantic token/semantic": {
1071
+ "border": {
1072
+ "width-button-default": {
1073
+ "value": "{border.width-xs}",
1074
+ "type": "borderWidth"
1075
+ },
1076
+ "width-button-hover": {
1077
+ "value": "{border.width-sm}",
1078
+ "type": "borderWidth"
1079
+ },
1080
+ "width-button-pressed": {
1081
+ "value": "{border.width-sm}",
1082
+ "type": "borderWidth"
1083
+ },
1084
+ "width-input-default": {
1085
+ "value": "{border.width-xs}",
1086
+ "type": "borderWidth"
1087
+ },
1088
+ "width-input-focus": {
1089
+ "value": "{border.width-sm}",
1090
+ "type": "borderWidth"
1091
+ },
1092
+ "width-input-error": {
1093
+ "value": "{border.width-sm}",
1094
+ "type": "borderWidth"
1095
+ },
1096
+ "width-card-default": {
1097
+ "value": "{border.width-xs}",
1098
+ "type": "borderWidth"
1099
+ },
1100
+ "width-card-hover": {
1101
+ "value": "{border.width-sm}",
1102
+ "type": "borderWidth"
1103
+ }
1104
+ }
1105
+ },
1106
+ "Border-radius global token/global": {
1107
+ "border": {
1108
+ "radius-none": {
1109
+ "value": "0",
1110
+ "type": "borderRadius"
1111
+ },
1112
+ "radius-xs": {
1113
+ "value": "0.25rem",
1114
+ "type": "borderRadius"
1115
+ },
1116
+ "radius-sm": {
1117
+ "value": "0.5rem",
1118
+ "type": "borderRadius"
1119
+ },
1120
+ "radius-md": {
1121
+ "value": "0.75rem",
1122
+ "type": "borderRadius"
1123
+ },
1124
+ "radius-lg": {
1125
+ "value": "1rem",
1126
+ "type": "borderRadius"
1127
+ },
1128
+ "radius-xl": {
1129
+ "value": "1.25rem",
1130
+ "type": "borderRadius"
1131
+ },
1132
+ "radius-2xl": {
1133
+ "value": "1.5rem",
1134
+ "type": "borderRadius"
1135
+ },
1136
+ "radius-3xl": {
1137
+ "value": "1.75rem",
1138
+ "type": "borderRadius"
1139
+ },
1140
+ "radius-full": {
1141
+ "value": "62.4rem",
1142
+ "type": "borderRadius"
1143
+ }
1144
+ }
1145
+ },
1146
+ "Border-radius semantic token/semantic": {
1147
+ "border-radius-tooltip": {
1148
+ "default": {
1149
+ "value": "{border.radius-xs}",
1150
+ "type": "borderRadius"
1151
+ }
1152
+ },
1153
+ "border-radius-popover": {
1154
+ "default": {
1155
+ "value": "{border.radius-sm}",
1156
+ "type": "borderRadius"
1157
+ }
1158
+ },
1159
+ "border-radius-tag": {
1160
+ "sm": {
1161
+ "value": "{border.radius-xs}",
1162
+ "type": "borderRadius"
1163
+ },
1164
+ "xl": {
1165
+ "value": "{border.radius-full}",
1166
+ "type": "borderRadius"
1167
+ }
1168
+ },
1169
+ "border-radius-button": {
1170
+ "sm": {
1171
+ "value": "{border.radius-xs}",
1172
+ "type": "borderRadius"
1173
+ },
1174
+ "full": {
1175
+ "value": "{border.radius-full}",
1176
+ "type": "borderRadius"
1177
+ }
1178
+ },
1179
+ "border-radius-input": {
1180
+ "sm": {
1181
+ "value": "{border.radius-xs}",
1182
+ "type": "borderRadius"
1183
+ },
1184
+ "lg": {
1185
+ "value": "{border.radius-sm}",
1186
+ "type": "borderRadius"
1187
+ }
1188
+ },
1189
+ "border-radius-card": {
1190
+ "sm": {
1191
+ "value": "{border.radius-xs}",
1192
+ "type": "borderRadius"
1193
+ },
1194
+ "md": {
1195
+ "value": "{border.radius-sm}",
1196
+ "type": "borderRadius"
1197
+ },
1198
+ "lg": {
1199
+ "value": "{border.radius-md}",
1200
+ "type": "borderRadius"
1201
+ }
1202
+ },
1203
+ "border-radius-modal": {
1204
+ "lg": {
1205
+ "value": "{border.radius-md}",
1206
+ "type": "borderRadius"
1207
+ },
1208
+ "xl": {
1209
+ "value": "{border.radius-lg}",
1210
+ "type": "borderRadius"
1211
+ }
1212
+ }
1213
+ },
1214
+ "$themes": [],
1215
+ "$metadata": {
1216
+ "tokenSetOrder": [
1217
+ "typography token/global",
1218
+ "typography token/semantic",
1219
+ "colour global token/global",
1220
+ "colour semantic token/semantic",
1221
+ "icon global token/global",
1222
+ "Spacing global tokens/global",
1223
+ "Spacing semantic token /semantic",
1224
+ "Border-width global token/global",
1225
+ "Border-width semantic token/semantic",
1226
+ "Border-radius global token/global",
1227
+ "Border-radius semantic token/semantic"
1228
+ ]
1229
+ }
1230
+ }