@pantheon-systems/pds-design-tokens 1.1.2 → 2.0.0-alpha.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.
@@ -1,2850 +0,0 @@
1
- {
2
- "animation": {
3
- "focus": {
4
- "transition": {
5
- "value": "outline 200ms ease-in-out 0s",
6
- "public": true,
7
- "filePath": "tokens/animation/alias.json",
8
- "isSource": true,
9
- "original": {
10
- "value": "outline {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
11
- "public": true
12
- },
13
- "name": "animation-focus-transition",
14
- "attributes": {
15
- "category": "animation",
16
- "type": "focus",
17
- "item": "transition"
18
- },
19
- "path": [
20
- "animation",
21
- "focus",
22
- "transition"
23
- ]
24
- }
25
- },
26
- "rotation": {
27
- "transition": {
28
- "value": "transform 200ms ease-in-out 0s",
29
- "public": true,
30
- "filePath": "tokens/animation/alias.json",
31
- "isSource": true,
32
- "original": {
33
- "value": "transform {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
34
- "public": true
35
- },
36
- "name": "animation-rotation-transition",
37
- "attributes": {
38
- "category": "animation",
39
- "type": "rotation",
40
- "item": "transition"
41
- },
42
- "path": [
43
- "animation",
44
- "rotation",
45
- "transition"
46
- ]
47
- }
48
- },
49
- "reveal": {
50
- "transition": {
51
- "value": "all 300ms ease-in-out",
52
- "public": true,
53
- "filePath": "tokens/animation/alias.json",
54
- "isSource": true,
55
- "original": {
56
- "value": "all {animation.transition.reveal.duration.value} {animation.transition.default.timing-function.value}",
57
- "public": true
58
- },
59
- "name": "animation-reveal-transition",
60
- "attributes": {
61
- "category": "animation",
62
- "type": "reveal",
63
- "item": "transition"
64
- },
65
- "path": [
66
- "animation",
67
- "reveal",
68
- "transition"
69
- ]
70
- }
71
- },
72
- "button": {
73
- "transition": {
74
- "value": "all 200ms ease-in-out 0s",
75
- "public": true,
76
- "filePath": "tokens/animation/alias.json",
77
- "isSource": true,
78
- "original": {
79
- "value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
80
- "public": true
81
- },
82
- "name": "animation-button-transition",
83
- "attributes": {
84
- "category": "animation",
85
- "type": "button",
86
- "item": "transition"
87
- },
88
- "path": [
89
- "animation",
90
- "button",
91
- "transition"
92
- ]
93
- }
94
- },
95
- "input": {
96
- "transition": {
97
- "value": "background-color 200ms ease-in-out 0s, border-color 200ms ease-in-out 0s",
98
- "public": true,
99
- "filePath": "tokens/animation/alias.json",
100
- "isSource": true,
101
- "original": {
102
- "value": "background-color {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
103
- "public": true
104
- },
105
- "name": "animation-input-transition",
106
- "attributes": {
107
- "category": "animation",
108
- "type": "input",
109
- "item": "transition"
110
- },
111
- "path": [
112
- "animation",
113
- "input",
114
- "transition"
115
- ]
116
- }
117
- },
118
- "link": {
119
- "transition": {
120
- "value": "all 200ms ease-in-out 0s",
121
- "public": true,
122
- "filePath": "tokens/animation/alias.json",
123
- "isSource": true,
124
- "original": {
125
- "value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
126
- "public": true
127
- },
128
- "name": "animation-link-transition",
129
- "attributes": {
130
- "category": "animation",
131
- "type": "link",
132
- "item": "transition"
133
- },
134
- "path": [
135
- "animation",
136
- "link",
137
- "transition"
138
- ]
139
- }
140
- },
141
- "transition": {
142
- "default": {
143
- "delay": {
144
- "value": "0s",
145
- "public": true,
146
- "filePath": "tokens/animation/base.json",
147
- "isSource": true,
148
- "original": {
149
- "value": "0s",
150
- "public": true
151
- },
152
- "name": "animation-transition-default-delay",
153
- "attributes": {
154
- "category": "animation",
155
- "type": "transition",
156
- "item": "default",
157
- "subitem": "delay"
158
- },
159
- "path": [
160
- "animation",
161
- "transition",
162
- "default",
163
- "delay"
164
- ]
165
- },
166
- "duration": {
167
- "value": "200ms",
168
- "public": true,
169
- "filePath": "tokens/animation/base.json",
170
- "isSource": true,
171
- "original": {
172
- "value": "200ms",
173
- "public": true
174
- },
175
- "name": "animation-transition-default-duration",
176
- "attributes": {
177
- "category": "animation",
178
- "type": "transition",
179
- "item": "default",
180
- "subitem": "duration"
181
- },
182
- "path": [
183
- "animation",
184
- "transition",
185
- "default",
186
- "duration"
187
- ]
188
- },
189
- "timing-function": {
190
- "value": "ease-in-out",
191
- "public": true,
192
- "filePath": "tokens/animation/base.json",
193
- "isSource": true,
194
- "original": {
195
- "value": "ease-in-out",
196
- "public": true
197
- },
198
- "name": "animation-transition-default-timing-function",
199
- "attributes": {
200
- "category": "animation",
201
- "type": "transition",
202
- "item": "default",
203
- "subitem": "timing-function"
204
- },
205
- "path": [
206
- "animation",
207
- "transition",
208
- "default",
209
- "timing-function"
210
- ]
211
- }
212
- },
213
- "dropdown": {
214
- "duration": {
215
- "value": "300ms",
216
- "public": true,
217
- "filePath": "tokens/animation/base.json",
218
- "isSource": true,
219
- "original": {
220
- "value": "300ms",
221
- "public": true
222
- },
223
- "name": "animation-transition-dropdown-duration",
224
- "attributes": {
225
- "category": "animation",
226
- "type": "transition",
227
- "item": "dropdown",
228
- "subitem": "duration"
229
- },
230
- "path": [
231
- "animation",
232
- "transition",
233
- "dropdown",
234
- "duration"
235
- ]
236
- }
237
- },
238
- "reveal": {
239
- "duration": {
240
- "value": "300ms",
241
- "public": true,
242
- "filePath": "tokens/animation/base.json",
243
- "isSource": true,
244
- "original": {
245
- "value": "300ms",
246
- "public": true
247
- },
248
- "name": "animation-transition-reveal-duration",
249
- "attributes": {
250
- "category": "animation",
251
- "type": "transition",
252
- "item": "reveal",
253
- "subitem": "duration"
254
- },
255
- "path": [
256
- "animation",
257
- "transition",
258
- "reveal",
259
- "duration"
260
- ]
261
- }
262
- }
263
- }
264
- },
265
- "border": {
266
- "radius": {
267
- "default": {
268
- "value": 0.1875,
269
- "defaultUnit": "rem",
270
- "public": true,
271
- "filePath": "tokens/border/alias.json",
272
- "isSource": true,
273
- "original": {
274
- "value": 0.1875,
275
- "defaultUnit": "rem",
276
- "public": true
277
- },
278
- "name": "border-radius-default",
279
- "attributes": {
280
- "category": "border",
281
- "type": "radius",
282
- "item": "default"
283
- },
284
- "path": [
285
- "border",
286
- "radius",
287
- "default"
288
- ]
289
- },
290
- "bar": {
291
- "value": 3.5,
292
- "defaultUnit": "rem",
293
- "public": true,
294
- "filePath": "tokens/border/alias.json",
295
- "isSource": true,
296
- "original": {
297
- "value": 3.5,
298
- "defaultUnit": "rem",
299
- "public": true
300
- },
301
- "name": "border-radius-bar",
302
- "attributes": {
303
- "category": "border",
304
- "type": "radius",
305
- "item": "bar"
306
- },
307
- "path": [
308
- "border",
309
- "radius",
310
- "bar"
311
- ]
312
- },
313
- "button": {
314
- "value": 0.1875,
315
- "defaultUnit": "rem",
316
- "public": true,
317
- "filePath": "tokens/border/alias.json",
318
- "isSource": true,
319
- "original": {
320
- "value": 0.1875,
321
- "defaultUnit": "rem",
322
- "public": true
323
- },
324
- "name": "border-radius-button",
325
- "attributes": {
326
- "category": "border",
327
- "type": "radius",
328
- "item": "button"
329
- },
330
- "path": [
331
- "border",
332
- "radius",
333
- "button"
334
- ]
335
- },
336
- "container": {
337
- "value": 0.375,
338
- "defaultUnit": "rem",
339
- "public": true,
340
- "filePath": "tokens/border/alias.json",
341
- "isSource": true,
342
- "original": {
343
- "value": 0.375,
344
- "defaultUnit": "rem",
345
- "public": true
346
- },
347
- "name": "border-radius-container",
348
- "attributes": {
349
- "category": "border",
350
- "type": "radius",
351
- "item": "container"
352
- },
353
- "path": [
354
- "border",
355
- "radius",
356
- "container"
357
- ]
358
- },
359
- "input": {
360
- "value": 0.25,
361
- "defaultUnit": "rem",
362
- "public": true,
363
- "filePath": "tokens/border/alias.json",
364
- "isSource": true,
365
- "original": {
366
- "value": 0.25,
367
- "defaultUnit": "rem",
368
- "public": true
369
- },
370
- "name": "border-radius-input",
371
- "attributes": {
372
- "category": "border",
373
- "type": "radius",
374
- "item": "input"
375
- },
376
- "path": [
377
- "border",
378
- "radius",
379
- "input"
380
- ]
381
- }
382
- },
383
- "width": {
384
- "default": {
385
- "value": 1,
386
- "defaultUnit": "px",
387
- "public": true,
388
- "filePath": "tokens/border/alias.json",
389
- "isSource": true,
390
- "original": {
391
- "value": 1,
392
- "defaultUnit": "px",
393
- "public": true
394
- },
395
- "name": "border-width-default",
396
- "attributes": {
397
- "category": "border",
398
- "type": "width",
399
- "item": "default"
400
- },
401
- "path": [
402
- "border",
403
- "width",
404
- "default"
405
- ]
406
- },
407
- "double": {
408
- "value": 2,
409
- "defaultUnit": "px",
410
- "public": true,
411
- "filePath": "tokens/border/alias.json",
412
- "isSource": true,
413
- "original": {
414
- "value": 2,
415
- "defaultUnit": "px",
416
- "public": true
417
- },
418
- "name": "border-width-double",
419
- "attributes": {
420
- "category": "border",
421
- "type": "width",
422
- "item": "double"
423
- },
424
- "path": [
425
- "border",
426
- "width",
427
- "double"
428
- ]
429
- },
430
- "triple": {
431
- "value": 3,
432
- "defaultUnit": "px",
433
- "public": true,
434
- "filePath": "tokens/border/alias.json",
435
- "isSource": true,
436
- "original": {
437
- "value": 3,
438
- "defaultUnit": "px",
439
- "public": true
440
- },
441
- "name": "border-width-triple",
442
- "attributes": {
443
- "category": "border",
444
- "type": "width",
445
- "item": "triple"
446
- },
447
- "path": [
448
- "border",
449
- "width",
450
- "triple"
451
- ]
452
- },
453
- "outline": {
454
- "value": 1,
455
- "defaultUnit": "px",
456
- "public": true,
457
- "filePath": "tokens/border/alias.json",
458
- "isSource": true,
459
- "original": {
460
- "value": 1,
461
- "defaultUnit": "px",
462
- "public": true
463
- },
464
- "name": "border-width-outline",
465
- "attributes": {
466
- "category": "border",
467
- "type": "width",
468
- "item": "outline"
469
- },
470
- "path": [
471
- "border",
472
- "width",
473
- "outline"
474
- ]
475
- },
476
- "stepper": {
477
- "value": 3,
478
- "defaultUnit": "px",
479
- "public": true,
480
- "filePath": "tokens/border/alias.json",
481
- "isSource": true,
482
- "original": {
483
- "value": 3,
484
- "defaultUnit": "px",
485
- "public": true
486
- },
487
- "name": "border-width-stepper",
488
- "attributes": {
489
- "category": "border",
490
- "type": "width",
491
- "item": "stepper"
492
- },
493
- "path": [
494
- "border",
495
- "width",
496
- "stepper"
497
- ]
498
- }
499
- },
500
- "offset": {
501
- "default": {
502
- "value": 1,
503
- "defaultUnit": "px",
504
- "public": true,
505
- "filePath": "tokens/border/alias.json",
506
- "isSource": true,
507
- "original": {
508
- "value": 1,
509
- "defaultUnit": "px",
510
- "public": true
511
- },
512
- "name": "border-offset-default",
513
- "attributes": {
514
- "category": "border",
515
- "type": "offset",
516
- "item": "default"
517
- },
518
- "path": [
519
- "border",
520
- "offset",
521
- "default"
522
- ]
523
- },
524
- "double": {
525
- "value": 2,
526
- "defaultUnit": "px",
527
- "public": true,
528
- "filePath": "tokens/border/alias.json",
529
- "isSource": true,
530
- "original": {
531
- "value": 2,
532
- "defaultUnit": "px",
533
- "public": true
534
- },
535
- "name": "border-offset-double",
536
- "attributes": {
537
- "category": "border",
538
- "type": "offset",
539
- "item": "double"
540
- },
541
- "path": [
542
- "border",
543
- "offset",
544
- "double"
545
- ]
546
- },
547
- "triple": {
548
- "value": 3,
549
- "defaultUnit": "px",
550
- "public": true,
551
- "filePath": "tokens/border/alias.json",
552
- "isSource": true,
553
- "original": {
554
- "value": 3,
555
- "defaultUnit": "px",
556
- "public": true
557
- },
558
- "name": "border-offset-triple",
559
- "attributes": {
560
- "category": "border",
561
- "type": "offset",
562
- "item": "triple"
563
- },
564
- "path": [
565
- "border",
566
- "offset",
567
- "triple"
568
- ]
569
- }
570
- }
571
- },
572
- "container": {
573
- "modal": {
574
- "width": {
575
- "sm": {
576
- "value": "25rem",
577
- "public": true,
578
- "filePath": "tokens/container/alias.json",
579
- "isSource": true,
580
- "original": {
581
- "value": "25rem",
582
- "public": true
583
- },
584
- "name": "container-modal-width-sm",
585
- "attributes": {
586
- "category": "container",
587
- "type": "modal",
588
- "item": "width",
589
- "subitem": "sm"
590
- },
591
- "path": [
592
- "container",
593
- "modal",
594
- "width",
595
- "sm"
596
- ]
597
- },
598
- "md": {
599
- "value": "37.5rem",
600
- "public": true,
601
- "filePath": "tokens/container/alias.json",
602
- "isSource": true,
603
- "original": {
604
- "value": "37.5rem",
605
- "public": true
606
- },
607
- "name": "container-modal-width-md",
608
- "attributes": {
609
- "category": "container",
610
- "type": "modal",
611
- "item": "width",
612
- "subitem": "md"
613
- },
614
- "path": [
615
- "container",
616
- "modal",
617
- "width",
618
- "md"
619
- ]
620
- },
621
- "lg": {
622
- "value": "47.5rem",
623
- "public": true,
624
- "filePath": "tokens/container/alias.json",
625
- "isSource": true,
626
- "original": {
627
- "value": "47.5rem",
628
- "public": true
629
- },
630
- "name": "container-modal-width-lg",
631
- "attributes": {
632
- "category": "container",
633
- "type": "modal",
634
- "item": "width",
635
- "subitem": "lg"
636
- },
637
- "path": [
638
- "container",
639
- "modal",
640
- "width",
641
- "lg"
642
- ]
643
- },
644
- "xl": {
645
- "value": "67.5rem",
646
- "public": true,
647
- "filePath": "tokens/container/alias.json",
648
- "isSource": true,
649
- "original": {
650
- "value": "67.5rem",
651
- "public": true
652
- },
653
- "name": "container-modal-width-xl",
654
- "attributes": {
655
- "category": "container",
656
- "type": "modal",
657
- "item": "width",
658
- "subitem": "xl"
659
- },
660
- "path": [
661
- "container",
662
- "modal",
663
- "width",
664
- "xl"
665
- ]
666
- }
667
- }
668
- },
669
- "tooltip": {
670
- "max-width": {
671
- "value": "12.5rem",
672
- "public": true,
673
- "filePath": "tokens/container/alias.json",
674
- "isSource": true,
675
- "original": {
676
- "value": "12.5rem",
677
- "public": true
678
- },
679
- "name": "container-tooltip-max-width",
680
- "attributes": {
681
- "category": "container",
682
- "type": "tooltip",
683
- "item": "max-width"
684
- },
685
- "path": [
686
- "container",
687
- "tooltip",
688
- "max-width"
689
- ]
690
- }
691
- },
692
- "max-width": {
693
- "narrow": {
694
- "value": "1024px",
695
- "public": true,
696
- "filePath": "tokens/container/base.json",
697
- "isSource": true,
698
- "original": {
699
- "value": "1024px",
700
- "public": true
701
- },
702
- "name": "container-max-width-narrow",
703
- "attributes": {
704
- "category": "container",
705
- "type": "max-width",
706
- "item": "narrow"
707
- },
708
- "path": [
709
- "container",
710
- "max-width",
711
- "narrow"
712
- ]
713
- },
714
- "standard": {
715
- "value": "1200px",
716
- "public": true,
717
- "filePath": "tokens/container/base.json",
718
- "isSource": true,
719
- "original": {
720
- "value": "1200px",
721
- "public": true
722
- },
723
- "name": "container-max-width-standard",
724
- "attributes": {
725
- "category": "container",
726
- "type": "max-width",
727
- "item": "standard"
728
- },
729
- "path": [
730
- "container",
731
- "max-width",
732
- "standard"
733
- ]
734
- },
735
- "wide": {
736
- "value": "1440px",
737
- "public": true,
738
- "filePath": "tokens/container/base.json",
739
- "isSource": true,
740
- "original": {
741
- "value": "1440px",
742
- "public": true
743
- },
744
- "name": "container-max-width-wide",
745
- "attributes": {
746
- "category": "container",
747
- "type": "max-width",
748
- "item": "wide"
749
- },
750
- "path": [
751
- "container",
752
- "max-width",
753
- "wide"
754
- ]
755
- },
756
- "x-wide": {
757
- "value": "1600px",
758
- "public": true,
759
- "filePath": "tokens/container/base.json",
760
- "isSource": true,
761
- "original": {
762
- "value": "1600px",
763
- "public": true
764
- },
765
- "name": "container-max-width-x-wide",
766
- "attributes": {
767
- "category": "container",
768
- "type": "max-width",
769
- "item": "x-wide"
770
- },
771
- "path": [
772
- "container",
773
- "max-width",
774
- "x-wide"
775
- ]
776
- }
777
- },
778
- "padding": {
779
- "base": {
780
- "value": "1.563",
781
- "public": true,
782
- "filePath": "tokens/container/base.json",
783
- "isSource": true,
784
- "original": {
785
- "value": "{spacing.XL.value}",
786
- "public": true
787
- },
788
- "name": "container-padding-base",
789
- "attributes": {
790
- "category": "container",
791
- "type": "padding",
792
- "item": "base"
793
- },
794
- "path": [
795
- "container",
796
- "padding",
797
- "base"
798
- ]
799
- },
800
- "narrow-bp-md": {
801
- "value": "12%",
802
- "public": true,
803
- "filePath": "tokens/container/base.json",
804
- "isSource": true,
805
- "original": {
806
- "value": "12%",
807
- "public": true
808
- },
809
- "name": "container-padding-narrow-bp-md",
810
- "attributes": {
811
- "category": "container",
812
- "type": "padding",
813
- "item": "narrow-bp-md"
814
- },
815
- "path": [
816
- "container",
817
- "padding",
818
- "narrow-bp-md"
819
- ]
820
- },
821
- "narrow-bp-lg": {
822
- "value": "20%",
823
- "public": true,
824
- "filePath": "tokens/container/base.json",
825
- "isSource": true,
826
- "original": {
827
- "value": "20%",
828
- "public": true
829
- },
830
- "name": "container-padding-narrow-bp-lg",
831
- "attributes": {
832
- "category": "container",
833
- "type": "padding",
834
- "item": "narrow-bp-lg"
835
- },
836
- "path": [
837
- "container",
838
- "padding",
839
- "narrow-bp-lg"
840
- ]
841
- },
842
- "standard-bp-md": {
843
- "value": "6%",
844
- "public": true,
845
- "filePath": "tokens/container/base.json",
846
- "isSource": true,
847
- "original": {
848
- "value": "6%",
849
- "public": true
850
- },
851
- "name": "container-padding-standard-bp-md",
852
- "attributes": {
853
- "category": "container",
854
- "type": "padding",
855
- "item": "standard-bp-md"
856
- },
857
- "path": [
858
- "container",
859
- "padding",
860
- "standard-bp-md"
861
- ]
862
- },
863
- "standard-bp-lg": {
864
- "value": "8%",
865
- "public": true,
866
- "filePath": "tokens/container/base.json",
867
- "isSource": true,
868
- "original": {
869
- "value": "8%",
870
- "public": true
871
- },
872
- "name": "container-padding-standard-bp-lg",
873
- "attributes": {
874
- "category": "container",
875
- "type": "padding",
876
- "item": "standard-bp-lg"
877
- },
878
- "path": [
879
- "container",
880
- "padding",
881
- "standard-bp-lg"
882
- ]
883
- },
884
- "wide-bp-md": {
885
- "value": "5%",
886
- "public": true,
887
- "filePath": "tokens/container/base.json",
888
- "isSource": true,
889
- "original": {
890
- "value": "5%",
891
- "public": true
892
- },
893
- "name": "container-padding-wide-bp-md",
894
- "attributes": {
895
- "category": "container",
896
- "type": "padding",
897
- "item": "wide-bp-md"
898
- },
899
- "path": [
900
- "container",
901
- "padding",
902
- "wide-bp-md"
903
- ]
904
- },
905
- "wide-bp-lg": {
906
- "value": "4%",
907
- "public": true,
908
- "filePath": "tokens/container/base.json",
909
- "isSource": true,
910
- "original": {
911
- "value": "4%",
912
- "public": true
913
- },
914
- "name": "container-padding-wide-bp-lg",
915
- "attributes": {
916
- "category": "container",
917
- "type": "padding",
918
- "item": "wide-bp-lg"
919
- },
920
- "path": [
921
- "container",
922
- "padding",
923
- "wide-bp-lg"
924
- ]
925
- }
926
- }
927
- },
928
- "grid": {
929
- "columns-4": {
930
- "gap": {
931
- "value": "1.25",
932
- "filePath": "tokens/grid/base.json",
933
- "isSource": true,
934
- "original": {
935
- "value": "{spacing.L.value}"
936
- },
937
- "name": "grid-columns-4-gap",
938
- "attributes": {
939
- "category": "grid",
940
- "type": "columns-4",
941
- "item": "gap"
942
- },
943
- "path": [
944
- "grid",
945
- "columns-4",
946
- "gap"
947
- ]
948
- }
949
- },
950
- "columns-12": {
951
- "bp-md": {
952
- "gap": {
953
- "narrow": {
954
- "value": "1.25",
955
- "filePath": "tokens/grid/base.json",
956
- "isSource": true,
957
- "original": {
958
- "value": "{spacing.L.value}"
959
- },
960
- "name": "grid-columns-12-bp-md-gap-narrow",
961
- "attributes": {
962
- "category": "grid",
963
- "type": "columns-12",
964
- "item": "bp-md",
965
- "subitem": "gap",
966
- "state": "narrow"
967
- },
968
- "path": [
969
- "grid",
970
- "columns-12",
971
- "bp-md",
972
- "gap",
973
- "narrow"
974
- ]
975
- },
976
- "standard": {
977
- "value": "1.563",
978
- "filePath": "tokens/grid/base.json",
979
- "isSource": true,
980
- "original": {
981
- "value": "{spacing.XL.value}"
982
- },
983
- "name": "grid-columns-12-bp-md-gap-standard",
984
- "attributes": {
985
- "category": "grid",
986
- "type": "columns-12",
987
- "item": "bp-md",
988
- "subitem": "gap",
989
- "state": "standard"
990
- },
991
- "path": [
992
- "grid",
993
- "columns-12",
994
- "bp-md",
995
- "gap",
996
- "standard"
997
- ]
998
- },
999
- "wide": {
1000
- "value": "1.953",
1001
- "filePath": "tokens/grid/base.json",
1002
- "isSource": true,
1003
- "original": {
1004
- "value": "{spacing.2XL.value}"
1005
- },
1006
- "name": "grid-columns-12-bp-md-gap-wide",
1007
- "attributes": {
1008
- "category": "grid",
1009
- "type": "columns-12",
1010
- "item": "bp-md",
1011
- "subitem": "gap",
1012
- "state": "wide"
1013
- },
1014
- "path": [
1015
- "grid",
1016
- "columns-12",
1017
- "bp-md",
1018
- "gap",
1019
- "wide"
1020
- ]
1021
- }
1022
- }
1023
- },
1024
- "bp-lg": {
1025
- "gap": {
1026
- "narrow": {
1027
- "value": "1.563",
1028
- "filePath": "tokens/grid/base.json",
1029
- "isSource": true,
1030
- "original": {
1031
- "value": "{spacing.XL.value}"
1032
- },
1033
- "name": "grid-columns-12-bp-lg-gap-narrow",
1034
- "attributes": {
1035
- "category": "grid",
1036
- "type": "columns-12",
1037
- "item": "bp-lg",
1038
- "subitem": "gap",
1039
- "state": "narrow"
1040
- },
1041
- "path": [
1042
- "grid",
1043
- "columns-12",
1044
- "bp-lg",
1045
- "gap",
1046
- "narrow"
1047
- ]
1048
- },
1049
- "standard": {
1050
- "value": "1.953",
1051
- "filePath": "tokens/grid/base.json",
1052
- "isSource": true,
1053
- "original": {
1054
- "value": "{spacing.2XL.value}"
1055
- },
1056
- "name": "grid-columns-12-bp-lg-gap-standard",
1057
- "attributes": {
1058
- "category": "grid",
1059
- "type": "columns-12",
1060
- "item": "bp-lg",
1061
- "subitem": "gap",
1062
- "state": "standard"
1063
- },
1064
- "path": [
1065
- "grid",
1066
- "columns-12",
1067
- "bp-lg",
1068
- "gap",
1069
- "standard"
1070
- ]
1071
- },
1072
- "wide": {
1073
- "value": "2.441",
1074
- "filePath": "tokens/grid/base.json",
1075
- "isSource": true,
1076
- "original": {
1077
- "value": "{spacing.3XL.value}"
1078
- },
1079
- "name": "grid-columns-12-bp-lg-gap-wide",
1080
- "attributes": {
1081
- "category": "grid",
1082
- "type": "columns-12",
1083
- "item": "bp-lg",
1084
- "subitem": "gap",
1085
- "state": "wide"
1086
- },
1087
- "path": [
1088
- "grid",
1089
- "columns-12",
1090
- "bp-lg",
1091
- "gap",
1092
- "wide"
1093
- ]
1094
- }
1095
- }
1096
- }
1097
- },
1098
- "marketing": {
1099
- "column": {
1100
- "small": {
1101
- "value": "21.34375%",
1102
- "public": true,
1103
- "filePath": "tokens/grid/base.json",
1104
- "isSource": true,
1105
- "original": {
1106
- "value": "21.34375%",
1107
- "public": true
1108
- },
1109
- "name": "grid-marketing-column-small",
1110
- "attributes": {
1111
- "category": "grid",
1112
- "type": "marketing",
1113
- "item": "column",
1114
- "subitem": "small"
1115
- },
1116
- "path": [
1117
- "grid",
1118
- "marketing",
1119
- "column",
1120
- "small"
1121
- ]
1122
- },
1123
- "medium-large": {
1124
- "value": "4.36875%",
1125
- "public": true,
1126
- "filePath": "tokens/grid/base.json",
1127
- "isSource": true,
1128
- "original": {
1129
- "value": "4.36875%",
1130
- "public": true
1131
- },
1132
- "name": "grid-marketing-column-medium-large",
1133
- "attributes": {
1134
- "category": "grid",
1135
- "type": "marketing",
1136
- "item": "column",
1137
- "subitem": "medium-large"
1138
- },
1139
- "path": [
1140
- "grid",
1141
- "marketing",
1142
- "column",
1143
- "medium-large"
1144
- ]
1145
- }
1146
- },
1147
- "gap": {
1148
- "small": {
1149
- "value": "4.875%",
1150
- "public": true,
1151
- "filePath": "tokens/grid/base.json",
1152
- "isSource": true,
1153
- "original": {
1154
- "value": "4.875%",
1155
- "public": true
1156
- },
1157
- "name": "grid-marketing-gap-small",
1158
- "attributes": {
1159
- "category": "grid",
1160
- "type": "marketing",
1161
- "item": "gap",
1162
- "subitem": "small"
1163
- },
1164
- "path": [
1165
- "grid",
1166
- "marketing",
1167
- "gap",
1168
- "small"
1169
- ]
1170
- },
1171
- "medium-large": {
1172
- "value": "4.325%",
1173
- "public": true,
1174
- "filePath": "tokens/grid/base.json",
1175
- "isSource": true,
1176
- "original": {
1177
- "value": "4.325%",
1178
- "public": true
1179
- },
1180
- "name": "grid-marketing-gap-medium-large",
1181
- "attributes": {
1182
- "category": "grid",
1183
- "type": "marketing",
1184
- "item": "gap",
1185
- "subitem": "medium-large"
1186
- },
1187
- "path": [
1188
- "grid",
1189
- "marketing",
1190
- "gap",
1191
- "medium-large"
1192
- ]
1193
- }
1194
- }
1195
- }
1196
- },
1197
- "spacing": {
1198
- "dashboard-nav": {
1199
- "item-height": {
1200
- "value": 2.25,
1201
- "defaultUnit": "rem",
1202
- "public": true,
1203
- "filePath": "tokens/spacing/alias.json",
1204
- "isSource": true,
1205
- "original": {
1206
- "value": 2.25,
1207
- "defaultUnit": "rem",
1208
- "public": true
1209
- },
1210
- "name": "spacing-dashboard-nav-item-height",
1211
- "attributes": {
1212
- "category": "spacing",
1213
- "type": "dashboard-nav",
1214
- "item": "item-height"
1215
- },
1216
- "path": [
1217
- "spacing",
1218
- "dashboard-nav",
1219
- "item-height"
1220
- ]
1221
- },
1222
- "item-padding": {
1223
- "value": 0.625,
1224
- "defaultUnit": "rem",
1225
- "public": true,
1226
- "filePath": "tokens/spacing/alias.json",
1227
- "isSource": true,
1228
- "original": {
1229
- "value": 0.625,
1230
- "defaultUnit": "rem",
1231
- "public": true
1232
- },
1233
- "name": "spacing-dashboard-nav-item-padding",
1234
- "attributes": {
1235
- "category": "spacing",
1236
- "type": "dashboard-nav",
1237
- "item": "item-padding"
1238
- },
1239
- "path": [
1240
- "spacing",
1241
- "dashboard-nav",
1242
- "item-padding"
1243
- ]
1244
- }
1245
- },
1246
- "button": {
1247
- "sm": {
1248
- "height": {
1249
- "value": 2,
1250
- "defaultUnit": "rem",
1251
- "public": true,
1252
- "filePath": "tokens/spacing/alias.json",
1253
- "isSource": true,
1254
- "original": {
1255
- "value": 2,
1256
- "defaultUnit": "rem",
1257
- "public": true
1258
- },
1259
- "name": "spacing-button-sm-height",
1260
- "attributes": {
1261
- "category": "spacing",
1262
- "type": "button",
1263
- "item": "sm",
1264
- "subitem": "height"
1265
- },
1266
- "path": [
1267
- "spacing",
1268
- "button",
1269
- "sm",
1270
- "height"
1271
- ]
1272
- },
1273
- "padding-block": {
1274
- "value": 0.5,
1275
- "defaultUnit": "rem",
1276
- "public": true,
1277
- "filePath": "tokens/spacing/alias.json",
1278
- "isSource": true,
1279
- "original": {
1280
- "value": 0.5,
1281
- "defaultUnit": "rem",
1282
- "public": true
1283
- },
1284
- "name": "spacing-button-sm-padding-block",
1285
- "attributes": {
1286
- "category": "spacing",
1287
- "type": "button",
1288
- "item": "sm",
1289
- "subitem": "padding-block"
1290
- },
1291
- "path": [
1292
- "spacing",
1293
- "button",
1294
- "sm",
1295
- "padding-block"
1296
- ]
1297
- },
1298
- "padding-inline": {
1299
- "value": 0.625,
1300
- "defaultUnit": "rem",
1301
- "public": true,
1302
- "filePath": "tokens/spacing/alias.json",
1303
- "isSource": true,
1304
- "original": {
1305
- "value": 0.625,
1306
- "defaultUnit": "rem",
1307
- "public": true
1308
- },
1309
- "name": "spacing-button-sm-padding-inline",
1310
- "attributes": {
1311
- "category": "spacing",
1312
- "type": "button",
1313
- "item": "sm",
1314
- "subitem": "padding-inline"
1315
- },
1316
- "path": [
1317
- "spacing",
1318
- "button",
1319
- "sm",
1320
- "padding-inline"
1321
- ]
1322
- }
1323
- },
1324
- "md": {
1325
- "height": {
1326
- "value": 2.25,
1327
- "defaultUnit": "rem",
1328
- "public": true,
1329
- "filePath": "tokens/spacing/alias.json",
1330
- "isSource": true,
1331
- "original": {
1332
- "value": 2.25,
1333
- "defaultUnit": "rem",
1334
- "public": true
1335
- },
1336
- "name": "spacing-button-md-height",
1337
- "attributes": {
1338
- "category": "spacing",
1339
- "type": "button",
1340
- "item": "md",
1341
- "subitem": "height"
1342
- },
1343
- "path": [
1344
- "spacing",
1345
- "button",
1346
- "md",
1347
- "height"
1348
- ]
1349
- },
1350
- "padding-block": {
1351
- "value": 0.625,
1352
- "defaultUnit": "rem",
1353
- "public": true,
1354
- "filePath": "tokens/spacing/alias.json",
1355
- "isSource": true,
1356
- "original": {
1357
- "value": 0.625,
1358
- "defaultUnit": "rem",
1359
- "public": true
1360
- },
1361
- "name": "spacing-button-md-padding-block",
1362
- "attributes": {
1363
- "category": "spacing",
1364
- "type": "button",
1365
- "item": "md",
1366
- "subitem": "padding-block"
1367
- },
1368
- "path": [
1369
- "spacing",
1370
- "button",
1371
- "md",
1372
- "padding-block"
1373
- ]
1374
- },
1375
- "padding-inline": {
1376
- "value": 0.8125,
1377
- "defaultUnit": "rem",
1378
- "public": true,
1379
- "filePath": "tokens/spacing/alias.json",
1380
- "isSource": true,
1381
- "original": {
1382
- "value": 0.8125,
1383
- "defaultUnit": "rem",
1384
- "public": true
1385
- },
1386
- "name": "spacing-button-md-padding-inline",
1387
- "attributes": {
1388
- "category": "spacing",
1389
- "type": "button",
1390
- "item": "md",
1391
- "subitem": "padding-inline"
1392
- },
1393
- "path": [
1394
- "spacing",
1395
- "button",
1396
- "md",
1397
- "padding-inline"
1398
- ]
1399
- }
1400
- },
1401
- "lg": {
1402
- "height": {
1403
- "value": 3,
1404
- "defaultUnit": "rem",
1405
- "public": true,
1406
- "filePath": "tokens/spacing/alias.json",
1407
- "isSource": true,
1408
- "original": {
1409
- "value": 3,
1410
- "defaultUnit": "rem",
1411
- "public": true
1412
- },
1413
- "name": "spacing-button-lg-height",
1414
- "attributes": {
1415
- "category": "spacing",
1416
- "type": "button",
1417
- "item": "lg",
1418
- "subitem": "height"
1419
- },
1420
- "path": [
1421
- "spacing",
1422
- "button",
1423
- "lg",
1424
- "height"
1425
- ]
1426
- },
1427
- "padding-block": {
1428
- "value": 0.9375,
1429
- "defaultUnit": "rem",
1430
- "public": true,
1431
- "filePath": "tokens/spacing/alias.json",
1432
- "isSource": true,
1433
- "original": {
1434
- "value": 0.9375,
1435
- "defaultUnit": "rem",
1436
- "public": true
1437
- },
1438
- "name": "spacing-button-lg-padding-block",
1439
- "attributes": {
1440
- "category": "spacing",
1441
- "type": "button",
1442
- "item": "lg",
1443
- "subitem": "padding-block"
1444
- },
1445
- "path": [
1446
- "spacing",
1447
- "button",
1448
- "lg",
1449
- "padding-block"
1450
- ]
1451
- },
1452
- "padding-inline": {
1453
- "value": 1.25,
1454
- "defaultUnit": "rem",
1455
- "public": true,
1456
- "filePath": "tokens/spacing/alias.json",
1457
- "isSource": true,
1458
- "original": {
1459
- "value": 1.25,
1460
- "defaultUnit": "rem",
1461
- "public": true
1462
- },
1463
- "name": "spacing-button-lg-padding-inline",
1464
- "attributes": {
1465
- "category": "spacing",
1466
- "type": "button",
1467
- "item": "lg",
1468
- "subitem": "padding-inline"
1469
- },
1470
- "path": [
1471
- "spacing",
1472
- "button",
1473
- "lg",
1474
- "padding-inline"
1475
- ]
1476
- }
1477
- }
1478
- },
1479
- "8XL": {
1480
- "value": "7.451",
1481
- "defaultUnit": "rem",
1482
- "public": true,
1483
- "filePath": "tokens/spacing/base.json",
1484
- "isSource": true,
1485
- "original": {
1486
- "value": "7.451",
1487
- "defaultUnit": "rem",
1488
- "public": true
1489
- },
1490
- "name": "spacing-8-xl",
1491
- "attributes": {
1492
- "category": "spacing",
1493
- "type": "8XL"
1494
- },
1495
- "path": [
1496
- "spacing",
1497
- "8XL"
1498
- ]
1499
- },
1500
- "7XL": {
1501
- "value": "5.96",
1502
- "defaultUnit": "rem",
1503
- "public": true,
1504
- "filePath": "tokens/spacing/base.json",
1505
- "isSource": true,
1506
- "original": {
1507
- "value": "5.96",
1508
- "defaultUnit": "rem",
1509
- "public": true
1510
- },
1511
- "name": "spacing-7-xl",
1512
- "attributes": {
1513
- "category": "spacing",
1514
- "type": "7XL"
1515
- },
1516
- "path": [
1517
- "spacing",
1518
- "7XL"
1519
- ]
1520
- },
1521
- "6XL": {
1522
- "value": "4.678",
1523
- "defaultUnit": "rem",
1524
- "public": true,
1525
- "filePath": "tokens/spacing/base.json",
1526
- "isSource": true,
1527
- "original": {
1528
- "value": "4.678",
1529
- "defaultUnit": "rem",
1530
- "public": true
1531
- },
1532
- "name": "spacing-6-xl",
1533
- "attributes": {
1534
- "category": "spacing",
1535
- "type": "6XL"
1536
- },
1537
- "path": [
1538
- "spacing",
1539
- "6XL"
1540
- ]
1541
- },
1542
- "5XL": {
1543
- "value": "3.815",
1544
- "defaultUnit": "rem",
1545
- "public": true,
1546
- "filePath": "tokens/spacing/base.json",
1547
- "isSource": true,
1548
- "original": {
1549
- "value": "3.815",
1550
- "defaultUnit": "rem",
1551
- "public": true
1552
- },
1553
- "name": "spacing-5-xl",
1554
- "attributes": {
1555
- "category": "spacing",
1556
- "type": "5XL"
1557
- },
1558
- "path": [
1559
- "spacing",
1560
- "5XL"
1561
- ]
1562
- },
1563
- "4XL": {
1564
- "value": "3.052",
1565
- "defaultUnit": "rem",
1566
- "public": true,
1567
- "filePath": "tokens/spacing/base.json",
1568
- "isSource": true,
1569
- "original": {
1570
- "value": "3.052",
1571
- "defaultUnit": "rem",
1572
- "public": true
1573
- },
1574
- "name": "spacing-4-xl",
1575
- "attributes": {
1576
- "category": "spacing",
1577
- "type": "4XL"
1578
- },
1579
- "path": [
1580
- "spacing",
1581
- "4XL"
1582
- ]
1583
- },
1584
- "3XL": {
1585
- "value": "2.441",
1586
- "defaultUnit": "rem",
1587
- "public": true,
1588
- "filePath": "tokens/spacing/base.json",
1589
- "isSource": true,
1590
- "original": {
1591
- "value": "2.441",
1592
- "defaultUnit": "rem",
1593
- "public": true
1594
- },
1595
- "name": "spacing-3-xl",
1596
- "attributes": {
1597
- "category": "spacing",
1598
- "type": "3XL"
1599
- },
1600
- "path": [
1601
- "spacing",
1602
- "3XL"
1603
- ]
1604
- },
1605
- "2XL": {
1606
- "value": "1.953",
1607
- "defaultUnit": "rem",
1608
- "public": true,
1609
- "filePath": "tokens/spacing/base.json",
1610
- "isSource": true,
1611
- "original": {
1612
- "value": "1.953",
1613
- "defaultUnit": "rem",
1614
- "public": true
1615
- },
1616
- "name": "spacing-2-xl",
1617
- "attributes": {
1618
- "category": "spacing",
1619
- "type": "2XL"
1620
- },
1621
- "path": [
1622
- "spacing",
1623
- "2XL"
1624
- ]
1625
- },
1626
- "XL": {
1627
- "value": "1.563",
1628
- "defaultUnit": "rem",
1629
- "public": true,
1630
- "filePath": "tokens/spacing/base.json",
1631
- "isSource": true,
1632
- "original": {
1633
- "value": "1.563",
1634
- "defaultUnit": "rem",
1635
- "public": true
1636
- },
1637
- "name": "spacing-xl",
1638
- "attributes": {
1639
- "category": "spacing",
1640
- "type": "XL"
1641
- },
1642
- "path": [
1643
- "spacing",
1644
- "XL"
1645
- ]
1646
- },
1647
- "L": {
1648
- "value": "1.25",
1649
- "defaultUnit": "rem",
1650
- "public": true,
1651
- "filePath": "tokens/spacing/base.json",
1652
- "isSource": true,
1653
- "original": {
1654
- "value": "1.25",
1655
- "defaultUnit": "rem",
1656
- "public": true
1657
- },
1658
- "name": "spacing-l",
1659
- "attributes": {
1660
- "category": "spacing",
1661
- "type": "L"
1662
- },
1663
- "path": [
1664
- "spacing",
1665
- "L"
1666
- ]
1667
- },
1668
- "M": {
1669
- "value": "1",
1670
- "defaultUnit": "rem",
1671
- "public": true,
1672
- "filePath": "tokens/spacing/base.json",
1673
- "isSource": true,
1674
- "original": {
1675
- "value": "1",
1676
- "defaultUnit": "rem",
1677
- "public": true
1678
- },
1679
- "name": "spacing-m",
1680
- "attributes": {
1681
- "category": "spacing",
1682
- "type": "M"
1683
- },
1684
- "path": [
1685
- "spacing",
1686
- "M"
1687
- ]
1688
- },
1689
- "S": {
1690
- "value": "0.8",
1691
- "defaultUnit": "rem",
1692
- "public": true,
1693
- "filePath": "tokens/spacing/base.json",
1694
- "isSource": true,
1695
- "original": {
1696
- "value": "0.8",
1697
- "defaultUnit": "rem",
1698
- "public": true
1699
- },
1700
- "name": "spacing-s",
1701
- "attributes": {
1702
- "category": "spacing",
1703
- "type": "S"
1704
- },
1705
- "path": [
1706
- "spacing",
1707
- "S"
1708
- ]
1709
- },
1710
- "XS": {
1711
- "value": "0.64",
1712
- "defaultUnit": "rem",
1713
- "public": true,
1714
- "filePath": "tokens/spacing/base.json",
1715
- "isSource": true,
1716
- "original": {
1717
- "value": "0.64",
1718
- "defaultUnit": "rem",
1719
- "public": true
1720
- },
1721
- "name": "spacing-xs",
1722
- "attributes": {
1723
- "category": "spacing",
1724
- "type": "XS"
1725
- },
1726
- "path": [
1727
- "spacing",
1728
- "XS"
1729
- ]
1730
- },
1731
- "2XS": {
1732
- "value": "0.512",
1733
- "defaultUnit": "rem",
1734
- "public": true,
1735
- "filePath": "tokens/spacing/base.json",
1736
- "isSource": true,
1737
- "original": {
1738
- "value": "0.512",
1739
- "defaultUnit": "rem",
1740
- "public": true
1741
- },
1742
- "name": "spacing-2-xs",
1743
- "attributes": {
1744
- "category": "spacing",
1745
- "type": "2XS"
1746
- },
1747
- "path": [
1748
- "spacing",
1749
- "2XS"
1750
- ]
1751
- },
1752
- "3XS": {
1753
- "value": "0.41",
1754
- "defaultUnit": "rem",
1755
- "public": true,
1756
- "filePath": "tokens/spacing/base.json",
1757
- "isSource": true,
1758
- "original": {
1759
- "value": "0.41",
1760
- "defaultUnit": "rem",
1761
- "public": true
1762
- },
1763
- "name": "spacing-3-xs",
1764
- "attributes": {
1765
- "category": "spacing",
1766
- "type": "3XS"
1767
- },
1768
- "path": [
1769
- "spacing",
1770
- "3XS"
1771
- ]
1772
- },
1773
- "4XS": {
1774
- "value": "0.328",
1775
- "defaultUnit": "rem",
1776
- "public": true,
1777
- "filePath": "tokens/spacing/base.json",
1778
- "isSource": true,
1779
- "original": {
1780
- "value": "0.328",
1781
- "defaultUnit": "rem",
1782
- "public": true
1783
- },
1784
- "name": "spacing-4-xs",
1785
- "attributes": {
1786
- "category": "spacing",
1787
- "type": "4XS"
1788
- },
1789
- "path": [
1790
- "spacing",
1791
- "4XS"
1792
- ]
1793
- },
1794
- "5XS": {
1795
- "value": "0.25",
1796
- "defaultUnit": "rem",
1797
- "public": true,
1798
- "filePath": "tokens/spacing/base.json",
1799
- "isSource": true,
1800
- "original": {
1801
- "value": "0.25",
1802
- "defaultUnit": "rem",
1803
- "public": true
1804
- },
1805
- "name": "spacing-5-xs",
1806
- "attributes": {
1807
- "category": "spacing",
1808
- "type": "5XS"
1809
- },
1810
- "path": [
1811
- "spacing",
1812
- "5XS"
1813
- ]
1814
- },
1815
- "6XS": {
1816
- "value": "0.125",
1817
- "defaultUnit": "rem",
1818
- "public": true,
1819
- "filePath": "tokens/spacing/base.json",
1820
- "isSource": true,
1821
- "original": {
1822
- "value": "0.125",
1823
- "defaultUnit": "rem",
1824
- "public": true
1825
- },
1826
- "name": "spacing-6-xs",
1827
- "attributes": {
1828
- "category": "spacing",
1829
- "type": "6XS"
1830
- },
1831
- "path": [
1832
- "spacing",
1833
- "6XS"
1834
- ]
1835
- }
1836
- },
1837
- "typography": {
1838
- "ff": {
1839
- "default": {
1840
- "value": "'Poppins', sans-serif",
1841
- "public": true,
1842
- "isReferenceToInternal": true,
1843
- "filePath": "tokens/typography/alias/font.json",
1844
- "isSource": true,
1845
- "original": {
1846
- "value": "{typography.ff.sans.value}",
1847
- "public": true,
1848
- "isReferenceToInternal": true
1849
- },
1850
- "name": "typography-ff-default",
1851
- "attributes": {
1852
- "category": "typography",
1853
- "type": "ff",
1854
- "item": "default"
1855
- },
1856
- "path": [
1857
- "typography",
1858
- "ff",
1859
- "default"
1860
- ]
1861
- },
1862
- "secondary": {
1863
- "value": "'Aleo', serif",
1864
- "public": true,
1865
- "isReferenceToInternal": true,
1866
- "filePath": "tokens/typography/alias/font.json",
1867
- "isSource": true,
1868
- "original": {
1869
- "value": "{typography.ff.serif.value}",
1870
- "public": true,
1871
- "isReferenceToInternal": true
1872
- },
1873
- "name": "typography-ff-secondary",
1874
- "attributes": {
1875
- "category": "typography",
1876
- "type": "ff",
1877
- "item": "secondary"
1878
- },
1879
- "path": [
1880
- "typography",
1881
- "ff",
1882
- "secondary"
1883
- ]
1884
- },
1885
- "code": {
1886
- "value": "'Source Code Pro', monospace",
1887
- "public": true,
1888
- "isReferenceToInternal": true,
1889
- "filePath": "tokens/typography/alias/font.json",
1890
- "isSource": true,
1891
- "original": {
1892
- "value": "{typography.ff.mono.value}",
1893
- "public": true,
1894
- "isReferenceToInternal": true
1895
- },
1896
- "name": "typography-ff-code",
1897
- "attributes": {
1898
- "category": "typography",
1899
- "type": "ff",
1900
- "item": "code"
1901
- },
1902
- "path": [
1903
- "typography",
1904
- "ff",
1905
- "code"
1906
- ]
1907
- },
1908
- "sans": {
1909
- "value": "'Poppins', sans-serif",
1910
- "public": true,
1911
- "filePath": "tokens/typography/base/font-family.json",
1912
- "isSource": true,
1913
- "original": {
1914
- "value": "'Poppins', sans-serif",
1915
- "public": true
1916
- },
1917
- "name": "typography-ff-sans",
1918
- "attributes": {
1919
- "category": "typography",
1920
- "type": "ff",
1921
- "item": "sans"
1922
- },
1923
- "path": [
1924
- "typography",
1925
- "ff",
1926
- "sans"
1927
- ]
1928
- },
1929
- "serif": {
1930
- "value": "'Aleo', serif",
1931
- "public": true,
1932
- "filePath": "tokens/typography/base/font-family.json",
1933
- "isSource": true,
1934
- "original": {
1935
- "value": "'Aleo', serif",
1936
- "public": true
1937
- },
1938
- "name": "typography-ff-serif",
1939
- "attributes": {
1940
- "category": "typography",
1941
- "type": "ff",
1942
- "item": "serif"
1943
- },
1944
- "path": [
1945
- "typography",
1946
- "ff",
1947
- "serif"
1948
- ]
1949
- },
1950
- "mono": {
1951
- "value": "'Source Code Pro', monospace",
1952
- "public": true,
1953
- "filePath": "tokens/typography/base/font-family.json",
1954
- "isSource": true,
1955
- "original": {
1956
- "value": "'Source Code Pro', monospace",
1957
- "public": true
1958
- },
1959
- "name": "typography-ff-mono",
1960
- "attributes": {
1961
- "category": "typography",
1962
- "type": "ff",
1963
- "item": "mono"
1964
- },
1965
- "path": [
1966
- "typography",
1967
- "ff",
1968
- "mono"
1969
- ]
1970
- }
1971
- },
1972
- "size": {
1973
- "default": {
1974
- "value": "1",
1975
- "defaultUnit": "rem",
1976
- "public": true,
1977
- "isReferenceToInternal": true,
1978
- "filePath": "tokens/typography/alias/size.json",
1979
- "isSource": true,
1980
- "original": {
1981
- "value": "{typography.size.M.value}",
1982
- "defaultUnit": "rem",
1983
- "public": true,
1984
- "isReferenceToInternal": true
1985
- },
1986
- "name": "typography-size-default",
1987
- "attributes": {
1988
- "category": "typography",
1989
- "type": "size",
1990
- "item": "default"
1991
- },
1992
- "path": [
1993
- "typography",
1994
- "size",
1995
- "default"
1996
- ]
1997
- },
1998
- "input-label": {
1999
- "value": "1",
2000
- "defaultUnit": "rem",
2001
- "public": true,
2002
- "isReferenceToInternal": true,
2003
- "filePath": "tokens/typography/alias/size.json",
2004
- "isSource": true,
2005
- "original": {
2006
- "value": "{typography.size.M.value}",
2007
- "defaultUnit": "rem",
2008
- "public": true,
2009
- "isReferenceToInternal": true
2010
- },
2011
- "name": "typography-size-input-label",
2012
- "attributes": {
2013
- "category": "typography",
2014
- "type": "size",
2015
- "item": "input-label"
2016
- },
2017
- "path": [
2018
- "typography",
2019
- "size",
2020
- "input-label"
2021
- ]
2022
- },
2023
- "code-block": {
2024
- "value": "0.9",
2025
- "defaultUnit": "rem",
2026
- "public": true,
2027
- "isReferenceToInternal": true,
2028
- "filePath": "tokens/typography/alias/size.json",
2029
- "isSource": true,
2030
- "original": {
2031
- "value": "0.9",
2032
- "defaultUnit": "rem",
2033
- "public": true,
2034
- "isReferenceToInternal": true
2035
- },
2036
- "name": "typography-size-code-block",
2037
- "attributes": {
2038
- "category": "typography",
2039
- "type": "size",
2040
- "item": "code-block"
2041
- },
2042
- "path": [
2043
- "typography",
2044
- "size",
2045
- "code-block"
2046
- ]
2047
- },
2048
- "9XL": {
2049
- "value": "6.192",
2050
- "defaultUnit": "rem",
2051
- "public": true,
2052
- "filePath": "tokens/typography/base/size.json",
2053
- "isSource": true,
2054
- "original": {
2055
- "value": "6.192",
2056
- "defaultUnit": "rem",
2057
- "public": true
2058
- },
2059
- "name": "typography-size-9-xl",
2060
- "attributes": {
2061
- "category": "typography",
2062
- "type": "size",
2063
- "item": "9XL"
2064
- },
2065
- "path": [
2066
- "typography",
2067
- "size",
2068
- "9XL"
2069
- ]
2070
- },
2071
- "8XL": {
2072
- "value": "5.160",
2073
- "defaultUnit": "rem",
2074
- "public": true,
2075
- "filePath": "tokens/typography/base/size.json",
2076
- "isSource": true,
2077
- "original": {
2078
- "value": "5.160",
2079
- "defaultUnit": "rem",
2080
- "public": true
2081
- },
2082
- "name": "typography-size-8-xl",
2083
- "attributes": {
2084
- "category": "typography",
2085
- "type": "size",
2086
- "item": "8XL"
2087
- },
2088
- "path": [
2089
- "typography",
2090
- "size",
2091
- "8XL"
2092
- ]
2093
- },
2094
- "7XL": {
2095
- "value": "4.3",
2096
- "defaultUnit": "rem",
2097
- "public": true,
2098
- "filePath": "tokens/typography/base/size.json",
2099
- "isSource": true,
2100
- "original": {
2101
- "value": "4.3",
2102
- "defaultUnit": "rem",
2103
- "public": true
2104
- },
2105
- "name": "typography-size-7-xl",
2106
- "attributes": {
2107
- "category": "typography",
2108
- "type": "size",
2109
- "item": "7XL"
2110
- },
2111
- "path": [
2112
- "typography",
2113
- "size",
2114
- "7XL"
2115
- ]
2116
- },
2117
- "6XL": {
2118
- "value": "3.583",
2119
- "defaultUnit": "rem",
2120
- "public": true,
2121
- "filePath": "tokens/typography/base/size.json",
2122
- "isSource": true,
2123
- "original": {
2124
- "value": "3.583",
2125
- "defaultUnit": "rem",
2126
- "public": true
2127
- },
2128
- "name": "typography-size-6-xl",
2129
- "attributes": {
2130
- "category": "typography",
2131
- "type": "size",
2132
- "item": "6XL"
2133
- },
2134
- "path": [
2135
- "typography",
2136
- "size",
2137
- "6XL"
2138
- ]
2139
- },
2140
- "5XL": {
2141
- "value": "2.986",
2142
- "defaultUnit": "rem",
2143
- "public": true,
2144
- "comment": "Default h1",
2145
- "filePath": "tokens/typography/base/size.json",
2146
- "isSource": true,
2147
- "original": {
2148
- "value": "2.986",
2149
- "defaultUnit": "rem",
2150
- "public": true,
2151
- "comment": "Default h1"
2152
- },
2153
- "name": "typography-size-5-xl",
2154
- "attributes": {
2155
- "category": "typography",
2156
- "type": "size",
2157
- "item": "5XL"
2158
- },
2159
- "path": [
2160
- "typography",
2161
- "size",
2162
- "5XL"
2163
- ]
2164
- },
2165
- "4XL": {
2166
- "value": "2.488",
2167
- "defaultUnit": "rem",
2168
- "public": true,
2169
- "filePath": "tokens/typography/base/size.json",
2170
- "isSource": true,
2171
- "original": {
2172
- "value": "2.488",
2173
- "defaultUnit": "rem",
2174
- "public": true
2175
- },
2176
- "name": "typography-size-4-xl",
2177
- "attributes": {
2178
- "category": "typography",
2179
- "type": "size",
2180
- "item": "4XL"
2181
- },
2182
- "path": [
2183
- "typography",
2184
- "size",
2185
- "4XL"
2186
- ]
2187
- },
2188
- "3XL": {
2189
- "value": "2.074",
2190
- "defaultUnit": "rem",
2191
- "public": true,
2192
- "comment": "Default h2",
2193
- "filePath": "tokens/typography/base/size.json",
2194
- "isSource": true,
2195
- "original": {
2196
- "value": "2.074",
2197
- "defaultUnit": "rem",
2198
- "public": true,
2199
- "comment": "Default h2"
2200
- },
2201
- "name": "typography-size-3-xl",
2202
- "attributes": {
2203
- "category": "typography",
2204
- "type": "size",
2205
- "item": "3XL"
2206
- },
2207
- "path": [
2208
- "typography",
2209
- "size",
2210
- "3XL"
2211
- ]
2212
- },
2213
- "2XL": {
2214
- "value": "1.728",
2215
- "defaultUnit": "rem",
2216
- "public": true,
2217
- "comment": "Default h3",
2218
- "filePath": "tokens/typography/base/size.json",
2219
- "isSource": true,
2220
- "original": {
2221
- "value": "1.728",
2222
- "defaultUnit": "rem",
2223
- "public": true,
2224
- "comment": "Default h3"
2225
- },
2226
- "name": "typography-size-2-xl",
2227
- "attributes": {
2228
- "category": "typography",
2229
- "type": "size",
2230
- "item": "2XL"
2231
- },
2232
- "path": [
2233
- "typography",
2234
- "size",
2235
- "2XL"
2236
- ]
2237
- },
2238
- "XL": {
2239
- "value": "1.44",
2240
- "defaultUnit": "rem",
2241
- "public": true,
2242
- "comment": "Default h4",
2243
- "filePath": "tokens/typography/base/size.json",
2244
- "isSource": true,
2245
- "original": {
2246
- "value": "1.44",
2247
- "defaultUnit": "rem",
2248
- "public": true,
2249
- "comment": "Default h4"
2250
- },
2251
- "name": "typography-size-xl",
2252
- "attributes": {
2253
- "category": "typography",
2254
- "type": "size",
2255
- "item": "XL"
2256
- },
2257
- "path": [
2258
- "typography",
2259
- "size",
2260
- "XL"
2261
- ]
2262
- },
2263
- "L": {
2264
- "value": "1.2",
2265
- "defaultUnit": "rem",
2266
- "public": true,
2267
- "comment": "Default h5",
2268
- "filePath": "tokens/typography/base/size.json",
2269
- "isSource": true,
2270
- "original": {
2271
- "value": "1.2",
2272
- "defaultUnit": "rem",
2273
- "public": true,
2274
- "comment": "Default h5"
2275
- },
2276
- "name": "typography-size-l",
2277
- "attributes": {
2278
- "category": "typography",
2279
- "type": "size",
2280
- "item": "L"
2281
- },
2282
- "path": [
2283
- "typography",
2284
- "size",
2285
- "L"
2286
- ]
2287
- },
2288
- "M": {
2289
- "value": "1",
2290
- "defaultUnit": "rem",
2291
- "public": true,
2292
- "comment": "Base value.",
2293
- "filePath": "tokens/typography/base/size.json",
2294
- "isSource": true,
2295
- "original": {
2296
- "value": "1",
2297
- "defaultUnit": "rem",
2298
- "public": true,
2299
- "comment": "Base value."
2300
- },
2301
- "name": "typography-size-m",
2302
- "attributes": {
2303
- "category": "typography",
2304
- "type": "size",
2305
- "item": "M"
2306
- },
2307
- "path": [
2308
- "typography",
2309
- "size",
2310
- "M"
2311
- ]
2312
- },
2313
- "S": {
2314
- "value": "0.833",
2315
- "defaultUnit": "rem",
2316
- "public": true,
2317
- "filePath": "tokens/typography/base/size.json",
2318
- "isSource": true,
2319
- "original": {
2320
- "value": "0.833",
2321
- "defaultUnit": "rem",
2322
- "public": true
2323
- },
2324
- "name": "typography-size-s",
2325
- "attributes": {
2326
- "category": "typography",
2327
- "type": "size",
2328
- "item": "S"
2329
- },
2330
- "path": [
2331
- "typography",
2332
- "size",
2333
- "S"
2334
- ]
2335
- },
2336
- "XS": {
2337
- "value": "0.694",
2338
- "defaultUnit": "rem",
2339
- "public": true,
2340
- "filePath": "tokens/typography/base/size.json",
2341
- "isSource": true,
2342
- "original": {
2343
- "value": "0.694",
2344
- "defaultUnit": "rem",
2345
- "public": true
2346
- },
2347
- "name": "typography-size-xs",
2348
- "attributes": {
2349
- "category": "typography",
2350
- "type": "size",
2351
- "item": "XS"
2352
- },
2353
- "path": [
2354
- "typography",
2355
- "size",
2356
- "XS"
2357
- ]
2358
- }
2359
- },
2360
- "fw": {
2361
- "light": {
2362
- "value": 300,
2363
- "public": true,
2364
- "filePath": "tokens/typography/base/font-weight.json",
2365
- "isSource": true,
2366
- "original": {
2367
- "value": 300,
2368
- "public": true
2369
- },
2370
- "name": "typography-fw-light",
2371
- "attributes": {
2372
- "category": "typography",
2373
- "type": "fw",
2374
- "item": "light"
2375
- },
2376
- "path": [
2377
- "typography",
2378
- "fw",
2379
- "light"
2380
- ]
2381
- },
2382
- "regular": {
2383
- "value": 400,
2384
- "public": true,
2385
- "filePath": "tokens/typography/base/font-weight.json",
2386
- "isSource": true,
2387
- "original": {
2388
- "value": 400,
2389
- "public": true
2390
- },
2391
- "name": "typography-fw-regular",
2392
- "attributes": {
2393
- "category": "typography",
2394
- "type": "fw",
2395
- "item": "regular"
2396
- },
2397
- "path": [
2398
- "typography",
2399
- "fw",
2400
- "regular"
2401
- ]
2402
- },
2403
- "medium": {
2404
- "value": 500,
2405
- "public": true,
2406
- "filePath": "tokens/typography/base/font-weight.json",
2407
- "isSource": true,
2408
- "original": {
2409
- "value": 500,
2410
- "public": true
2411
- },
2412
- "name": "typography-fw-medium",
2413
- "attributes": {
2414
- "category": "typography",
2415
- "type": "fw",
2416
- "item": "medium"
2417
- },
2418
- "path": [
2419
- "typography",
2420
- "fw",
2421
- "medium"
2422
- ]
2423
- },
2424
- "semibold": {
2425
- "value": 600,
2426
- "public": true,
2427
- "filePath": "tokens/typography/base/font-weight.json",
2428
- "isSource": true,
2429
- "original": {
2430
- "value": 600,
2431
- "public": true
2432
- },
2433
- "name": "typography-fw-semibold",
2434
- "attributes": {
2435
- "category": "typography",
2436
- "type": "fw",
2437
- "item": "semibold"
2438
- },
2439
- "path": [
2440
- "typography",
2441
- "fw",
2442
- "semibold"
2443
- ]
2444
- },
2445
- "bold": {
2446
- "value": 700,
2447
- "public": true,
2448
- "filePath": "tokens/typography/base/font-weight.json",
2449
- "isSource": true,
2450
- "original": {
2451
- "value": 700,
2452
- "public": true
2453
- },
2454
- "name": "typography-fw-bold",
2455
- "attributes": {
2456
- "category": "typography",
2457
- "type": "fw",
2458
- "item": "bold"
2459
- },
2460
- "path": [
2461
- "typography",
2462
- "fw",
2463
- "bold"
2464
- ]
2465
- }
2466
- },
2467
- "font": {
2468
- "css-import": {
2469
- "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
2470
- "public": true,
2471
- "filePath": "tokens/typography/base/font.json",
2472
- "isSource": true,
2473
- "original": {
2474
- "value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'",
2475
- "public": true
2476
- },
2477
- "name": "typography-font-css-import",
2478
- "attributes": {
2479
- "category": "typography",
2480
- "type": "font",
2481
- "item": "css-import"
2482
- },
2483
- "path": [
2484
- "typography",
2485
- "font",
2486
- "css-import"
2487
- ]
2488
- }
2489
- },
2490
- "ls": {
2491
- "XL": {
2492
- "value": "0.06",
2493
- "defaultUnit": "rem",
2494
- "public": true,
2495
- "filePath": "tokens/typography/base/letter-spacing.json",
2496
- "isSource": true,
2497
- "original": {
2498
- "value": "0.06",
2499
- "defaultUnit": "rem",
2500
- "public": true
2501
- },
2502
- "name": "typography-ls-xl",
2503
- "attributes": {
2504
- "category": "typography",
2505
- "type": "ls",
2506
- "item": "XL"
2507
- },
2508
- "path": [
2509
- "typography",
2510
- "ls",
2511
- "XL"
2512
- ]
2513
- },
2514
- "L": {
2515
- "value": "0.04",
2516
- "defaultUnit": "rem",
2517
- "public": true,
2518
- "filePath": "tokens/typography/base/letter-spacing.json",
2519
- "isSource": true,
2520
- "original": {
2521
- "value": "0.04",
2522
- "defaultUnit": "rem",
2523
- "public": true
2524
- },
2525
- "name": "typography-ls-l",
2526
- "attributes": {
2527
- "category": "typography",
2528
- "type": "ls",
2529
- "item": "L"
2530
- },
2531
- "path": [
2532
- "typography",
2533
- "ls",
2534
- "L"
2535
- ]
2536
- },
2537
- "M": {
2538
- "value": "0.02",
2539
- "defaultUnit": "rem",
2540
- "public": true,
2541
- "filePath": "tokens/typography/base/letter-spacing.json",
2542
- "isSource": true,
2543
- "original": {
2544
- "value": "0.02",
2545
- "defaultUnit": "rem",
2546
- "public": true
2547
- },
2548
- "name": "typography-ls-m",
2549
- "attributes": {
2550
- "category": "typography",
2551
- "type": "ls",
2552
- "item": "M"
2553
- },
2554
- "path": [
2555
- "typography",
2556
- "ls",
2557
- "M"
2558
- ]
2559
- },
2560
- "S": {
2561
- "value": "0.01",
2562
- "defaultUnit": "rem",
2563
- "public": true,
2564
- "filePath": "tokens/typography/base/letter-spacing.json",
2565
- "isSource": true,
2566
- "original": {
2567
- "value": "0.01",
2568
- "defaultUnit": "rem",
2569
- "public": true
2570
- },
2571
- "name": "typography-ls-s",
2572
- "attributes": {
2573
- "category": "typography",
2574
- "type": "ls",
2575
- "item": "S"
2576
- },
2577
- "path": [
2578
- "typography",
2579
- "ls",
2580
- "S"
2581
- ]
2582
- }
2583
- },
2584
- "lh": {
2585
- "XL": {
2586
- "value": "195%",
2587
- "public": true,
2588
- "filePath": "tokens/typography/base/line-height.json",
2589
- "isSource": true,
2590
- "original": {
2591
- "value": "195%",
2592
- "public": true
2593
- },
2594
- "name": "typography-lh-xl",
2595
- "attributes": {
2596
- "category": "typography",
2597
- "type": "lh",
2598
- "item": "XL"
2599
- },
2600
- "path": [
2601
- "typography",
2602
- "lh",
2603
- "XL"
2604
- ]
2605
- },
2606
- "L": {
2607
- "value": "165%",
2608
- "public": true,
2609
- "filePath": "tokens/typography/base/line-height.json",
2610
- "isSource": true,
2611
- "original": {
2612
- "value": "165%",
2613
- "public": true
2614
- },
2615
- "name": "typography-lh-l",
2616
- "attributes": {
2617
- "category": "typography",
2618
- "type": "lh",
2619
- "item": "L"
2620
- },
2621
- "path": [
2622
- "typography",
2623
- "lh",
2624
- "L"
2625
- ]
2626
- },
2627
- "M": {
2628
- "value": "140%",
2629
- "public": true,
2630
- "filePath": "tokens/typography/base/line-height.json",
2631
- "isSource": true,
2632
- "original": {
2633
- "value": "140%",
2634
- "public": true
2635
- },
2636
- "name": "typography-lh-m",
2637
- "attributes": {
2638
- "category": "typography",
2639
- "type": "lh",
2640
- "item": "M"
2641
- },
2642
- "path": [
2643
- "typography",
2644
- "lh",
2645
- "M"
2646
- ]
2647
- },
2648
- "S": {
2649
- "value": "120%",
2650
- "public": true,
2651
- "filePath": "tokens/typography/base/line-height.json",
2652
- "isSource": true,
2653
- "original": {
2654
- "value": "120%",
2655
- "public": true
2656
- },
2657
- "name": "typography-lh-s",
2658
- "attributes": {
2659
- "category": "typography",
2660
- "type": "lh",
2661
- "item": "S"
2662
- },
2663
- "path": [
2664
- "typography",
2665
- "lh",
2666
- "S"
2667
- ]
2668
- }
2669
- },
2670
- "multiplier": {
2671
- "small": {
2672
- "value": "0.84",
2673
- "public": true,
2674
- "filePath": "tokens/typography/base/multipliers.json",
2675
- "isSource": true,
2676
- "original": {
2677
- "value": "0.84",
2678
- "public": true
2679
- },
2680
- "name": "typography-multiplier-small",
2681
- "attributes": {
2682
- "category": "typography",
2683
- "type": "multiplier",
2684
- "item": "small"
2685
- },
2686
- "path": [
2687
- "typography",
2688
- "multiplier",
2689
- "small"
2690
- ]
2691
- },
2692
- "medium": {
2693
- "value": "0.88",
2694
- "public": true,
2695
- "filePath": "tokens/typography/base/multipliers.json",
2696
- "isSource": true,
2697
- "original": {
2698
- "value": "0.88",
2699
- "public": true
2700
- },
2701
- "name": "typography-multiplier-medium",
2702
- "attributes": {
2703
- "category": "typography",
2704
- "type": "multiplier",
2705
- "item": "medium"
2706
- },
2707
- "path": [
2708
- "typography",
2709
- "multiplier",
2710
- "medium"
2711
- ]
2712
- }
2713
- }
2714
- },
2715
- "z-index": {
2716
- "navigation": {
2717
- "value": 100,
2718
- "public": true,
2719
- "filePath": "tokens/z-index/base.json",
2720
- "isSource": true,
2721
- "original": {
2722
- "value": 100,
2723
- "public": true
2724
- },
2725
- "name": "z-index-navigation",
2726
- "attributes": {
2727
- "category": "z-index",
2728
- "type": "navigation"
2729
- },
2730
- "path": [
2731
- "z-index",
2732
- "navigation"
2733
- ]
2734
- },
2735
- "dropdown": {
2736
- "value": 300,
2737
- "public": true,
2738
- "filePath": "tokens/z-index/base.json",
2739
- "isSource": true,
2740
- "original": {
2741
- "value": 300,
2742
- "public": true
2743
- },
2744
- "name": "z-index-dropdown",
2745
- "attributes": {
2746
- "category": "z-index",
2747
- "type": "dropdown"
2748
- },
2749
- "path": [
2750
- "z-index",
2751
- "dropdown"
2752
- ]
2753
- },
2754
- "notifications": {
2755
- "value": 500,
2756
- "public": true,
2757
- "filePath": "tokens/z-index/base.json",
2758
- "isSource": true,
2759
- "original": {
2760
- "value": 500,
2761
- "public": true
2762
- },
2763
- "name": "z-index-notifications",
2764
- "attributes": {
2765
- "category": "z-index",
2766
- "type": "notifications"
2767
- },
2768
- "path": [
2769
- "z-index",
2770
- "notifications"
2771
- ]
2772
- },
2773
- "overlay": {
2774
- "value": 700,
2775
- "public": true,
2776
- "filePath": "tokens/z-index/base.json",
2777
- "isSource": true,
2778
- "original": {
2779
- "value": 700,
2780
- "public": true
2781
- },
2782
- "name": "z-index-overlay",
2783
- "attributes": {
2784
- "category": "z-index",
2785
- "type": "overlay"
2786
- },
2787
- "path": [
2788
- "z-index",
2789
- "overlay"
2790
- ]
2791
- },
2792
- "modal": {
2793
- "value": 900,
2794
- "public": true,
2795
- "filePath": "tokens/z-index/base.json",
2796
- "isSource": true,
2797
- "original": {
2798
- "value": 900,
2799
- "public": true
2800
- },
2801
- "name": "z-index-modal",
2802
- "attributes": {
2803
- "category": "z-index",
2804
- "type": "modal"
2805
- },
2806
- "path": [
2807
- "z-index",
2808
- "modal"
2809
- ]
2810
- },
2811
- "max": {
2812
- "value": 9999,
2813
- "public": true,
2814
- "filePath": "tokens/z-index/base.json",
2815
- "isSource": true,
2816
- "original": {
2817
- "value": 9999,
2818
- "public": true
2819
- },
2820
- "name": "z-index-max",
2821
- "attributes": {
2822
- "category": "z-index",
2823
- "type": "max"
2824
- },
2825
- "path": [
2826
- "z-index",
2827
- "max"
2828
- ]
2829
- },
2830
- "reset": {
2831
- "value": 0,
2832
- "public": true,
2833
- "filePath": "tokens/z-index/base.json",
2834
- "isSource": true,
2835
- "original": {
2836
- "value": 0,
2837
- "public": true
2838
- },
2839
- "name": "z-index-reset",
2840
- "attributes": {
2841
- "category": "z-index",
2842
- "type": "reset"
2843
- },
2844
- "path": [
2845
- "z-index",
2846
- "reset"
2847
- ]
2848
- }
2849
- }
2850
- }