@pantheon-systems/pds-design-tokens 2.0.0-alpha.1 → 2.0.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +102 -30
- package/build/css/breakpoints.css +13 -0
- package/build/css/variables.global.css +47 -45
- package/build/css/variables.typography.css +34 -0
- package/build/figma/tokens.json +865 -1731
- package/build/js/variables.global.d.ts +113 -0
- package/build/js/variables.global.js +113 -0
- package/build/js/variables.typography.d.ts +65 -0
- package/build/js/variables.typography.js +52 -0
- package/build/json/tokens.json +933 -246
- package/package.json +22 -2
- package/build/css/variables.compact.css +0 -17
- package/build/css/variables.expanded.css +0 -17
- package/build/js/variables.js +0 -109
package/build/json/tokens.json
CHANGED
|
@@ -112,12 +112,117 @@
|
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
"transition": {
|
|
115
|
+
"button": {
|
|
116
|
+
"value": "background-color, border-color, color, box-shadow, transform 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
|
|
117
|
+
"filePath": "tokens/animation/semantic/semantic.json",
|
|
118
|
+
"isSource": true,
|
|
119
|
+
"original": {
|
|
120
|
+
"value": "background-color, border-color, color, box-shadow, transform {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
|
|
121
|
+
"public": true
|
|
122
|
+
},
|
|
123
|
+
"name": "AnimationTransitionButton",
|
|
124
|
+
"attributes": {
|
|
125
|
+
"category": "animation",
|
|
126
|
+
"type": "transition",
|
|
127
|
+
"item": "button"
|
|
128
|
+
},
|
|
129
|
+
"path": [
|
|
130
|
+
"animation",
|
|
131
|
+
"transition",
|
|
132
|
+
"button"
|
|
133
|
+
],
|
|
134
|
+
"public": true
|
|
135
|
+
},
|
|
136
|
+
"default": {
|
|
137
|
+
"value": "all 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
|
|
138
|
+
"filePath": "tokens/animation/semantic/semantic.json",
|
|
139
|
+
"isSource": true,
|
|
140
|
+
"original": {
|
|
141
|
+
"value": "all {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
|
|
142
|
+
"public": true
|
|
143
|
+
},
|
|
144
|
+
"name": "AnimationTransitionDefault",
|
|
145
|
+
"attributes": {
|
|
146
|
+
"category": "animation",
|
|
147
|
+
"type": "transition",
|
|
148
|
+
"item": "default"
|
|
149
|
+
},
|
|
150
|
+
"path": [
|
|
151
|
+
"animation",
|
|
152
|
+
"transition",
|
|
153
|
+
"default"
|
|
154
|
+
],
|
|
155
|
+
"public": true
|
|
156
|
+
},
|
|
157
|
+
"focus": {
|
|
158
|
+
"value": "outline, outline-offset, box-shadow, border-color 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
|
|
159
|
+
"filePath": "tokens/animation/semantic/semantic.json",
|
|
160
|
+
"isSource": true,
|
|
161
|
+
"original": {
|
|
162
|
+
"value": "outline, outline-offset, box-shadow, border-color {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
|
|
163
|
+
"public": true
|
|
164
|
+
},
|
|
165
|
+
"name": "AnimationTransitionFocus",
|
|
166
|
+
"attributes": {
|
|
167
|
+
"category": "animation",
|
|
168
|
+
"type": "transition",
|
|
169
|
+
"item": "focus"
|
|
170
|
+
},
|
|
171
|
+
"path": [
|
|
172
|
+
"animation",
|
|
173
|
+
"transition",
|
|
174
|
+
"focus"
|
|
175
|
+
],
|
|
176
|
+
"public": true
|
|
177
|
+
},
|
|
178
|
+
"input": {
|
|
179
|
+
"value": "border-color, background-color, box-shadow, outline 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
|
|
180
|
+
"filePath": "tokens/animation/semantic/semantic.json",
|
|
181
|
+
"isSource": true,
|
|
182
|
+
"original": {
|
|
183
|
+
"value": "border-color, background-color, box-shadow, outline {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
|
|
184
|
+
"public": true
|
|
185
|
+
},
|
|
186
|
+
"name": "AnimationTransitionInput",
|
|
187
|
+
"attributes": {
|
|
188
|
+
"category": "animation",
|
|
189
|
+
"type": "transition",
|
|
190
|
+
"item": "input"
|
|
191
|
+
},
|
|
192
|
+
"path": [
|
|
193
|
+
"animation",
|
|
194
|
+
"transition",
|
|
195
|
+
"input"
|
|
196
|
+
],
|
|
197
|
+
"public": true
|
|
198
|
+
},
|
|
199
|
+
"link": {
|
|
200
|
+
"value": "color, text-decoration-color 200ms cubic-bezier(.2, 0, 0, 1) 200ms",
|
|
201
|
+
"filePath": "tokens/animation/semantic/semantic.json",
|
|
202
|
+
"isSource": true,
|
|
203
|
+
"original": {
|
|
204
|
+
"value": "color, text-decoration-color {animation.duration.default} {animation.timing-function.default} {animation.delay.default}",
|
|
205
|
+
"public": true
|
|
206
|
+
},
|
|
207
|
+
"name": "AnimationTransitionLink",
|
|
208
|
+
"attributes": {
|
|
209
|
+
"category": "animation",
|
|
210
|
+
"type": "transition",
|
|
211
|
+
"item": "link"
|
|
212
|
+
},
|
|
213
|
+
"path": [
|
|
214
|
+
"animation",
|
|
215
|
+
"transition",
|
|
216
|
+
"link"
|
|
217
|
+
],
|
|
218
|
+
"public": true
|
|
219
|
+
},
|
|
115
220
|
"reveal": {
|
|
116
|
-
"value": "
|
|
221
|
+
"value": "height, opacity, padding, width 300ms cubic-bezier(.2, 0, 0, 1)",
|
|
117
222
|
"filePath": "tokens/animation/semantic/semantic.json",
|
|
118
223
|
"isSource": true,
|
|
119
224
|
"original": {
|
|
120
|
-
"value": "
|
|
225
|
+
"value": "height, opacity, padding, width {animation.duration.reveal} {animation.timing-function.default}",
|
|
121
226
|
"public": true
|
|
122
227
|
},
|
|
123
228
|
"name": "AnimationTransitionReveal",
|
|
@@ -132,6 +237,27 @@
|
|
|
132
237
|
"reveal"
|
|
133
238
|
],
|
|
134
239
|
"public": true
|
|
240
|
+
},
|
|
241
|
+
"rotation": {
|
|
242
|
+
"value": "transform 200ms cubic-bezier(.2, 0, 0, 1)",
|
|
243
|
+
"filePath": "tokens/animation/semantic/semantic.json",
|
|
244
|
+
"isSource": true,
|
|
245
|
+
"original": {
|
|
246
|
+
"value": "transform {animation.duration.default} {animation.timing-function.default}",
|
|
247
|
+
"public": true
|
|
248
|
+
},
|
|
249
|
+
"name": "AnimationTransitionRotation",
|
|
250
|
+
"attributes": {
|
|
251
|
+
"category": "animation",
|
|
252
|
+
"type": "transition",
|
|
253
|
+
"item": "rotation"
|
|
254
|
+
},
|
|
255
|
+
"path": [
|
|
256
|
+
"animation",
|
|
257
|
+
"transition",
|
|
258
|
+
"rotation"
|
|
259
|
+
],
|
|
260
|
+
"public": true
|
|
135
261
|
}
|
|
136
262
|
}
|
|
137
263
|
},
|
|
@@ -179,6 +305,27 @@
|
|
|
179
305
|
],
|
|
180
306
|
"public": true
|
|
181
307
|
},
|
|
308
|
+
"thicker": {
|
|
309
|
+
"value": 2,
|
|
310
|
+
"filePath": "tokens/border/semantic/width.json",
|
|
311
|
+
"isSource": true,
|
|
312
|
+
"original": {
|
|
313
|
+
"value": 2,
|
|
314
|
+
"public": true
|
|
315
|
+
},
|
|
316
|
+
"name": "BorderWidthThicker",
|
|
317
|
+
"attributes": {
|
|
318
|
+
"category": "border",
|
|
319
|
+
"type": "width",
|
|
320
|
+
"item": "thicker"
|
|
321
|
+
},
|
|
322
|
+
"path": [
|
|
323
|
+
"border",
|
|
324
|
+
"width",
|
|
325
|
+
"thicker"
|
|
326
|
+
],
|
|
327
|
+
"public": true
|
|
328
|
+
},
|
|
182
329
|
"outline": {
|
|
183
330
|
"value": 1,
|
|
184
331
|
"filePath": "tokens/border/semantic/width.json",
|
|
@@ -309,10 +456,88 @@
|
|
|
309
456
|
}
|
|
310
457
|
}
|
|
311
458
|
},
|
|
459
|
+
"bp": {
|
|
460
|
+
"sm": {
|
|
461
|
+
"value": 0,
|
|
462
|
+
"filePath": "tokens/breakpoint/primitive/primitive.json",
|
|
463
|
+
"isSource": true,
|
|
464
|
+
"original": {
|
|
465
|
+
"value": 0,
|
|
466
|
+
"public": true
|
|
467
|
+
},
|
|
468
|
+
"name": "BpSm",
|
|
469
|
+
"attributes": {
|
|
470
|
+
"category": "bp",
|
|
471
|
+
"type": "sm"
|
|
472
|
+
},
|
|
473
|
+
"path": [
|
|
474
|
+
"bp",
|
|
475
|
+
"sm"
|
|
476
|
+
],
|
|
477
|
+
"public": true
|
|
478
|
+
},
|
|
479
|
+
"md": {
|
|
480
|
+
"value": 768,
|
|
481
|
+
"filePath": "tokens/breakpoint/primitive/primitive.json",
|
|
482
|
+
"isSource": true,
|
|
483
|
+
"original": {
|
|
484
|
+
"value": 768,
|
|
485
|
+
"public": true
|
|
486
|
+
},
|
|
487
|
+
"name": "BpMd",
|
|
488
|
+
"attributes": {
|
|
489
|
+
"category": "bp",
|
|
490
|
+
"type": "md"
|
|
491
|
+
},
|
|
492
|
+
"path": [
|
|
493
|
+
"bp",
|
|
494
|
+
"md"
|
|
495
|
+
],
|
|
496
|
+
"public": true
|
|
497
|
+
},
|
|
498
|
+
"lg": {
|
|
499
|
+
"value": 1280,
|
|
500
|
+
"filePath": "tokens/breakpoint/primitive/primitive.json",
|
|
501
|
+
"isSource": true,
|
|
502
|
+
"original": {
|
|
503
|
+
"value": 1280,
|
|
504
|
+
"public": true
|
|
505
|
+
},
|
|
506
|
+
"name": "BpLg",
|
|
507
|
+
"attributes": {
|
|
508
|
+
"category": "bp",
|
|
509
|
+
"type": "lg"
|
|
510
|
+
},
|
|
511
|
+
"path": [
|
|
512
|
+
"bp",
|
|
513
|
+
"lg"
|
|
514
|
+
],
|
|
515
|
+
"public": true
|
|
516
|
+
},
|
|
517
|
+
"xl": {
|
|
518
|
+
"value": 1440,
|
|
519
|
+
"filePath": "tokens/breakpoint/primitive/primitive.json",
|
|
520
|
+
"isSource": true,
|
|
521
|
+
"original": {
|
|
522
|
+
"value": 1440,
|
|
523
|
+
"public": true
|
|
524
|
+
},
|
|
525
|
+
"name": "BpXl",
|
|
526
|
+
"attributes": {
|
|
527
|
+
"category": "bp",
|
|
528
|
+
"type": "xl"
|
|
529
|
+
},
|
|
530
|
+
"path": [
|
|
531
|
+
"bp",
|
|
532
|
+
"xl"
|
|
533
|
+
],
|
|
534
|
+
"public": true
|
|
535
|
+
}
|
|
536
|
+
},
|
|
312
537
|
"container": {
|
|
313
538
|
"modal": {
|
|
314
539
|
"width": {
|
|
315
|
-
"
|
|
540
|
+
"sm": {
|
|
316
541
|
"value": "25",
|
|
317
542
|
"filePath": "tokens/container/component/component.json",
|
|
318
543
|
"isSource": true,
|
|
@@ -320,22 +545,22 @@
|
|
|
320
545
|
"value": "25",
|
|
321
546
|
"public": true
|
|
322
547
|
},
|
|
323
|
-
"name": "
|
|
548
|
+
"name": "ContainerModalWidthSm",
|
|
324
549
|
"attributes": {
|
|
325
550
|
"category": "container",
|
|
326
551
|
"type": "modal",
|
|
327
552
|
"item": "width",
|
|
328
|
-
"subitem": "
|
|
553
|
+
"subitem": "sm"
|
|
329
554
|
},
|
|
330
555
|
"path": [
|
|
331
556
|
"container",
|
|
332
557
|
"modal",
|
|
333
558
|
"width",
|
|
334
|
-
"
|
|
559
|
+
"sm"
|
|
335
560
|
],
|
|
336
561
|
"public": true
|
|
337
562
|
},
|
|
338
|
-
"
|
|
563
|
+
"md": {
|
|
339
564
|
"value": "37.5",
|
|
340
565
|
"filePath": "tokens/container/component/component.json",
|
|
341
566
|
"isSource": true,
|
|
@@ -343,22 +568,22 @@
|
|
|
343
568
|
"value": "37.5",
|
|
344
569
|
"public": true
|
|
345
570
|
},
|
|
346
|
-
"name": "
|
|
571
|
+
"name": "ContainerModalWidthMd",
|
|
347
572
|
"attributes": {
|
|
348
573
|
"category": "container",
|
|
349
574
|
"type": "modal",
|
|
350
575
|
"item": "width",
|
|
351
|
-
"subitem": "
|
|
576
|
+
"subitem": "md"
|
|
352
577
|
},
|
|
353
578
|
"path": [
|
|
354
579
|
"container",
|
|
355
580
|
"modal",
|
|
356
581
|
"width",
|
|
357
|
-
"
|
|
582
|
+
"md"
|
|
358
583
|
],
|
|
359
584
|
"public": true
|
|
360
585
|
},
|
|
361
|
-
"
|
|
586
|
+
"lg": {
|
|
362
587
|
"value": "47.5",
|
|
363
588
|
"filePath": "tokens/container/component/component.json",
|
|
364
589
|
"isSource": true,
|
|
@@ -366,18 +591,18 @@
|
|
|
366
591
|
"value": "47.5",
|
|
367
592
|
"public": true
|
|
368
593
|
},
|
|
369
|
-
"name": "
|
|
594
|
+
"name": "ContainerModalWidthLg",
|
|
370
595
|
"attributes": {
|
|
371
596
|
"category": "container",
|
|
372
597
|
"type": "modal",
|
|
373
598
|
"item": "width",
|
|
374
|
-
"subitem": "
|
|
599
|
+
"subitem": "lg"
|
|
375
600
|
},
|
|
376
601
|
"path": [
|
|
377
602
|
"container",
|
|
378
603
|
"modal",
|
|
379
604
|
"width",
|
|
380
|
-
"
|
|
605
|
+
"lg"
|
|
381
606
|
],
|
|
382
607
|
"public": true
|
|
383
608
|
},
|
|
@@ -429,9 +654,36 @@
|
|
|
429
654
|
"public": true
|
|
430
655
|
}
|
|
431
656
|
},
|
|
657
|
+
"dashboard": {
|
|
658
|
+
"navbar": {
|
|
659
|
+
"max-width": {
|
|
660
|
+
"value": "1440",
|
|
661
|
+
"filePath": "tokens/container/component/component.json",
|
|
662
|
+
"isSource": true,
|
|
663
|
+
"original": {
|
|
664
|
+
"value": "1440",
|
|
665
|
+
"public": true
|
|
666
|
+
},
|
|
667
|
+
"name": "ContainerDashboardNavbarMaxWidth",
|
|
668
|
+
"attributes": {
|
|
669
|
+
"category": "container",
|
|
670
|
+
"type": "dashboard",
|
|
671
|
+
"item": "navbar",
|
|
672
|
+
"subitem": "max-width"
|
|
673
|
+
},
|
|
674
|
+
"path": [
|
|
675
|
+
"container",
|
|
676
|
+
"dashboard",
|
|
677
|
+
"navbar",
|
|
678
|
+
"max-width"
|
|
679
|
+
],
|
|
680
|
+
"public": true
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
},
|
|
432
684
|
"padding": {
|
|
433
685
|
"base": {
|
|
434
|
-
"value": 1.
|
|
686
|
+
"value": "1.5",
|
|
435
687
|
"filePath": "tokens/container/semantic/padding.json",
|
|
436
688
|
"isSource": true,
|
|
437
689
|
"original": {
|
|
@@ -668,11 +920,12 @@
|
|
|
668
920
|
"grid": {
|
|
669
921
|
"columns-4": {
|
|
670
922
|
"gap": {
|
|
671
|
-
"value": 1.
|
|
923
|
+
"value": "1.25",
|
|
672
924
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
673
925
|
"isSource": true,
|
|
674
926
|
"original": {
|
|
675
|
-
"value": "{spacing.L}"
|
|
927
|
+
"value": "{spacing.L}",
|
|
928
|
+
"public": true
|
|
676
929
|
},
|
|
677
930
|
"name": "GridColumns4Gap",
|
|
678
931
|
"attributes": {
|
|
@@ -684,18 +937,20 @@
|
|
|
684
937
|
"grid",
|
|
685
938
|
"columns-4",
|
|
686
939
|
"gap"
|
|
687
|
-
]
|
|
940
|
+
],
|
|
941
|
+
"public": true
|
|
688
942
|
}
|
|
689
943
|
},
|
|
690
944
|
"columns-12": {
|
|
691
945
|
"bp-md": {
|
|
692
946
|
"gap": {
|
|
693
947
|
"narrow": {
|
|
694
|
-
"value": 1.
|
|
948
|
+
"value": "1.25",
|
|
695
949
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
696
950
|
"isSource": true,
|
|
697
951
|
"original": {
|
|
698
|
-
"value": "{spacing.L}"
|
|
952
|
+
"value": "{spacing.L}",
|
|
953
|
+
"public": true
|
|
699
954
|
},
|
|
700
955
|
"name": "GridColumns12BpMdGapNarrow",
|
|
701
956
|
"attributes": {
|
|
@@ -711,14 +966,16 @@
|
|
|
711
966
|
"bp-md",
|
|
712
967
|
"gap",
|
|
713
968
|
"narrow"
|
|
714
|
-
]
|
|
969
|
+
],
|
|
970
|
+
"public": true
|
|
715
971
|
},
|
|
716
972
|
"standard": {
|
|
717
|
-
"value": 1.
|
|
973
|
+
"value": "1.5",
|
|
718
974
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
719
975
|
"isSource": true,
|
|
720
976
|
"original": {
|
|
721
|
-
"value": "{spacing.XL}"
|
|
977
|
+
"value": "{spacing.XL}",
|
|
978
|
+
"public": true
|
|
722
979
|
},
|
|
723
980
|
"name": "GridColumns12BpMdGapStandard",
|
|
724
981
|
"attributes": {
|
|
@@ -734,14 +991,16 @@
|
|
|
734
991
|
"bp-md",
|
|
735
992
|
"gap",
|
|
736
993
|
"standard"
|
|
737
|
-
]
|
|
994
|
+
],
|
|
995
|
+
"public": true
|
|
738
996
|
},
|
|
739
997
|
"wide": {
|
|
740
|
-
"value":
|
|
998
|
+
"value": "2",
|
|
741
999
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
742
1000
|
"isSource": true,
|
|
743
1001
|
"original": {
|
|
744
|
-
"value": "{spacing.2XL}"
|
|
1002
|
+
"value": "{spacing.2XL}",
|
|
1003
|
+
"public": true
|
|
745
1004
|
},
|
|
746
1005
|
"name": "GridColumns12BpMdGapWide",
|
|
747
1006
|
"attributes": {
|
|
@@ -757,18 +1016,20 @@
|
|
|
757
1016
|
"bp-md",
|
|
758
1017
|
"gap",
|
|
759
1018
|
"wide"
|
|
760
|
-
]
|
|
1019
|
+
],
|
|
1020
|
+
"public": true
|
|
761
1021
|
}
|
|
762
1022
|
}
|
|
763
1023
|
},
|
|
764
1024
|
"bp-lg": {
|
|
765
1025
|
"gap": {
|
|
766
1026
|
"narrow": {
|
|
767
|
-
"value": 1.
|
|
1027
|
+
"value": "1.5",
|
|
768
1028
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
769
1029
|
"isSource": true,
|
|
770
1030
|
"original": {
|
|
771
|
-
"value": "{spacing.XL}"
|
|
1031
|
+
"value": "{spacing.XL}",
|
|
1032
|
+
"public": true
|
|
772
1033
|
},
|
|
773
1034
|
"name": "GridColumns12BpLgGapNarrow",
|
|
774
1035
|
"attributes": {
|
|
@@ -784,14 +1045,16 @@
|
|
|
784
1045
|
"bp-lg",
|
|
785
1046
|
"gap",
|
|
786
1047
|
"narrow"
|
|
787
|
-
]
|
|
1048
|
+
],
|
|
1049
|
+
"public": true
|
|
788
1050
|
},
|
|
789
1051
|
"standard": {
|
|
790
|
-
"value":
|
|
1052
|
+
"value": "2",
|
|
791
1053
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
792
1054
|
"isSource": true,
|
|
793
1055
|
"original": {
|
|
794
|
-
"value": "{spacing.2XL}"
|
|
1056
|
+
"value": "{spacing.2XL}",
|
|
1057
|
+
"public": true
|
|
795
1058
|
},
|
|
796
1059
|
"name": "GridColumns12BpLgGapStandard",
|
|
797
1060
|
"attributes": {
|
|
@@ -807,14 +1070,16 @@
|
|
|
807
1070
|
"bp-lg",
|
|
808
1071
|
"gap",
|
|
809
1072
|
"standard"
|
|
810
|
-
]
|
|
1073
|
+
],
|
|
1074
|
+
"public": true
|
|
811
1075
|
},
|
|
812
1076
|
"wide": {
|
|
813
|
-
"value": 2.
|
|
1077
|
+
"value": "2.5",
|
|
814
1078
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
815
1079
|
"isSource": true,
|
|
816
1080
|
"original": {
|
|
817
|
-
"value": "{spacing.3XL}"
|
|
1081
|
+
"value": "{spacing.3XL}",
|
|
1082
|
+
"public": true
|
|
818
1083
|
},
|
|
819
1084
|
"name": "GridColumns12BpLgGapWide",
|
|
820
1085
|
"attributes": {
|
|
@@ -830,106 +1095,9 @@
|
|
|
830
1095
|
"bp-lg",
|
|
831
1096
|
"gap",
|
|
832
1097
|
"wide"
|
|
833
|
-
]
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
"marketing": {
|
|
839
|
-
"column": {
|
|
840
|
-
"small": {
|
|
841
|
-
"value": "21.34375%",
|
|
842
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
843
|
-
"isSource": true,
|
|
844
|
-
"original": {
|
|
845
|
-
"value": "21.34375%",
|
|
846
|
-
"public": true
|
|
847
|
-
},
|
|
848
|
-
"name": "GridMarketingColumnSmall",
|
|
849
|
-
"attributes": {
|
|
850
|
-
"category": "grid",
|
|
851
|
-
"type": "marketing",
|
|
852
|
-
"item": "column",
|
|
853
|
-
"subitem": "small"
|
|
854
|
-
},
|
|
855
|
-
"path": [
|
|
856
|
-
"grid",
|
|
857
|
-
"marketing",
|
|
858
|
-
"column",
|
|
859
|
-
"small"
|
|
860
|
-
],
|
|
861
|
-
"public": true
|
|
862
|
-
},
|
|
863
|
-
"medium-large": {
|
|
864
|
-
"value": "4.36875%",
|
|
865
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
866
|
-
"isSource": true,
|
|
867
|
-
"original": {
|
|
868
|
-
"value": "4.36875%",
|
|
869
|
-
"public": true
|
|
870
|
-
},
|
|
871
|
-
"name": "GridMarketingColumnMediumLarge",
|
|
872
|
-
"attributes": {
|
|
873
|
-
"category": "grid",
|
|
874
|
-
"type": "marketing",
|
|
875
|
-
"item": "column",
|
|
876
|
-
"subitem": "medium-large"
|
|
877
|
-
},
|
|
878
|
-
"path": [
|
|
879
|
-
"grid",
|
|
880
|
-
"marketing",
|
|
881
|
-
"column",
|
|
882
|
-
"medium-large"
|
|
883
|
-
],
|
|
884
|
-
"public": true
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
|
-
"gap": {
|
|
888
|
-
"small": {
|
|
889
|
-
"value": "4.875%",
|
|
890
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
891
|
-
"isSource": true,
|
|
892
|
-
"original": {
|
|
893
|
-
"value": "4.875%",
|
|
894
|
-
"public": true
|
|
895
|
-
},
|
|
896
|
-
"name": "GridMarketingGapSmall",
|
|
897
|
-
"attributes": {
|
|
898
|
-
"category": "grid",
|
|
899
|
-
"type": "marketing",
|
|
900
|
-
"item": "gap",
|
|
901
|
-
"subitem": "small"
|
|
902
|
-
},
|
|
903
|
-
"path": [
|
|
904
|
-
"grid",
|
|
905
|
-
"marketing",
|
|
906
|
-
"gap",
|
|
907
|
-
"small"
|
|
908
|
-
],
|
|
909
|
-
"public": true
|
|
910
|
-
},
|
|
911
|
-
"medium-large": {
|
|
912
|
-
"value": "4.325%",
|
|
913
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
914
|
-
"isSource": true,
|
|
915
|
-
"original": {
|
|
916
|
-
"value": "4.325%",
|
|
1098
|
+
],
|
|
917
1099
|
"public": true
|
|
918
|
-
}
|
|
919
|
-
"name": "GridMarketingGapMediumLarge",
|
|
920
|
-
"attributes": {
|
|
921
|
-
"category": "grid",
|
|
922
|
-
"type": "marketing",
|
|
923
|
-
"item": "gap",
|
|
924
|
-
"subitem": "medium-large"
|
|
925
|
-
},
|
|
926
|
-
"path": [
|
|
927
|
-
"grid",
|
|
928
|
-
"marketing",
|
|
929
|
-
"gap",
|
|
930
|
-
"medium-large"
|
|
931
|
-
],
|
|
932
|
-
"public": true
|
|
1100
|
+
}
|
|
933
1101
|
}
|
|
934
1102
|
}
|
|
935
1103
|
}
|
|
@@ -979,31 +1147,94 @@
|
|
|
979
1147
|
"public": true
|
|
980
1148
|
}
|
|
981
1149
|
},
|
|
982
|
-
"
|
|
983
|
-
"
|
|
1150
|
+
"stepper": {
|
|
1151
|
+
"indicator-size": {
|
|
1152
|
+
"value": "1.25",
|
|
1153
|
+
"filePath": "tokens/spacing/component/stepper.json",
|
|
1154
|
+
"isSource": true,
|
|
1155
|
+
"original": {
|
|
1156
|
+
"value": "{spacing.L}",
|
|
1157
|
+
"public": true
|
|
1158
|
+
},
|
|
1159
|
+
"name": "SpacingStepperIndicatorSize",
|
|
1160
|
+
"attributes": {
|
|
1161
|
+
"category": "spacing",
|
|
1162
|
+
"type": "stepper",
|
|
1163
|
+
"item": "indicator-size"
|
|
1164
|
+
},
|
|
1165
|
+
"path": [
|
|
1166
|
+
"spacing",
|
|
1167
|
+
"stepper",
|
|
1168
|
+
"indicator-size"
|
|
1169
|
+
],
|
|
1170
|
+
"public": true
|
|
1171
|
+
},
|
|
1172
|
+
"step-content-width": {
|
|
1173
|
+
"value": 7,
|
|
1174
|
+
"filePath": "tokens/spacing/component/stepper.json",
|
|
1175
|
+
"isSource": true,
|
|
1176
|
+
"original": {
|
|
1177
|
+
"value": 7,
|
|
1178
|
+
"public": true
|
|
1179
|
+
},
|
|
1180
|
+
"name": "SpacingStepperStepContentWidth",
|
|
1181
|
+
"attributes": {
|
|
1182
|
+
"category": "spacing",
|
|
1183
|
+
"type": "stepper",
|
|
1184
|
+
"item": "step-content-width"
|
|
1185
|
+
},
|
|
1186
|
+
"path": [
|
|
1187
|
+
"spacing",
|
|
1188
|
+
"stepper",
|
|
1189
|
+
"step-content-width"
|
|
1190
|
+
],
|
|
1191
|
+
"public": true
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
"9XL": {
|
|
1195
|
+
"value": "10",
|
|
984
1196
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
985
1197
|
"isSource": true,
|
|
986
1198
|
"original": {
|
|
987
|
-
"value": "
|
|
1199
|
+
"value": "10",
|
|
988
1200
|
"public": true
|
|
989
1201
|
},
|
|
990
|
-
"name": "
|
|
1202
|
+
"name": "Spacing9Xl",
|
|
991
1203
|
"attributes": {
|
|
992
1204
|
"category": "spacing",
|
|
993
|
-
"type": "
|
|
1205
|
+
"type": "9XL"
|
|
994
1206
|
},
|
|
995
1207
|
"path": [
|
|
996
1208
|
"spacing",
|
|
997
|
-
"
|
|
1209
|
+
"9XL"
|
|
998
1210
|
],
|
|
999
1211
|
"public": true
|
|
1000
1212
|
},
|
|
1001
|
-
"
|
|
1002
|
-
"value":
|
|
1213
|
+
"8XL": {
|
|
1214
|
+
"value": "8",
|
|
1215
|
+
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1216
|
+
"isSource": true,
|
|
1217
|
+
"original": {
|
|
1218
|
+
"value": "8",
|
|
1219
|
+
"public": true
|
|
1220
|
+
},
|
|
1221
|
+
"name": "Spacing8Xl",
|
|
1222
|
+
"attributes": {
|
|
1223
|
+
"category": "spacing",
|
|
1224
|
+
"type": "8XL"
|
|
1225
|
+
},
|
|
1226
|
+
"path": [
|
|
1227
|
+
"spacing",
|
|
1228
|
+
"8XL"
|
|
1229
|
+
],
|
|
1230
|
+
"public": true
|
|
1231
|
+
},
|
|
1232
|
+
"7XL": {
|
|
1233
|
+
"value": "6",
|
|
1003
1234
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1004
1235
|
"isSource": true,
|
|
1005
1236
|
"original": {
|
|
1006
|
-
"value": "
|
|
1237
|
+
"value": "6",
|
|
1007
1238
|
"public": true
|
|
1008
1239
|
},
|
|
1009
1240
|
"name": "Spacing7Xl",
|
|
@@ -1018,11 +1249,11 @@
|
|
|
1018
1249
|
"public": true
|
|
1019
1250
|
},
|
|
1020
1251
|
"6XL": {
|
|
1021
|
-
"value":
|
|
1252
|
+
"value": "5",
|
|
1022
1253
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1023
1254
|
"isSource": true,
|
|
1024
1255
|
"original": {
|
|
1025
|
-
"value": "
|
|
1256
|
+
"value": "5",
|
|
1026
1257
|
"public": true
|
|
1027
1258
|
},
|
|
1028
1259
|
"name": "Spacing6Xl",
|
|
@@ -1037,11 +1268,11 @@
|
|
|
1037
1268
|
"public": true
|
|
1038
1269
|
},
|
|
1039
1270
|
"5XL": {
|
|
1040
|
-
"value":
|
|
1271
|
+
"value": "4",
|
|
1041
1272
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1042
1273
|
"isSource": true,
|
|
1043
1274
|
"original": {
|
|
1044
|
-
"value": "
|
|
1275
|
+
"value": "4",
|
|
1045
1276
|
"public": true
|
|
1046
1277
|
},
|
|
1047
1278
|
"name": "Spacing5Xl",
|
|
@@ -1056,11 +1287,11 @@
|
|
|
1056
1287
|
"public": true
|
|
1057
1288
|
},
|
|
1058
1289
|
"4XL": {
|
|
1059
|
-
"value":
|
|
1290
|
+
"value": "3",
|
|
1060
1291
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1061
1292
|
"isSource": true,
|
|
1062
1293
|
"original": {
|
|
1063
|
-
"value": "
|
|
1294
|
+
"value": "3",
|
|
1064
1295
|
"public": true
|
|
1065
1296
|
},
|
|
1066
1297
|
"name": "Spacing4Xl",
|
|
@@ -1075,11 +1306,11 @@
|
|
|
1075
1306
|
"public": true
|
|
1076
1307
|
},
|
|
1077
1308
|
"3XL": {
|
|
1078
|
-
"value": 2.
|
|
1309
|
+
"value": "2.5",
|
|
1079
1310
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1080
1311
|
"isSource": true,
|
|
1081
1312
|
"original": {
|
|
1082
|
-
"value": "
|
|
1313
|
+
"value": "2.5",
|
|
1083
1314
|
"public": true
|
|
1084
1315
|
},
|
|
1085
1316
|
"name": "Spacing3Xl",
|
|
@@ -1094,11 +1325,11 @@
|
|
|
1094
1325
|
"public": true
|
|
1095
1326
|
},
|
|
1096
1327
|
"2XL": {
|
|
1097
|
-
"value":
|
|
1328
|
+
"value": "2",
|
|
1098
1329
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1099
1330
|
"isSource": true,
|
|
1100
1331
|
"original": {
|
|
1101
|
-
"value": "
|
|
1332
|
+
"value": "2",
|
|
1102
1333
|
"public": true
|
|
1103
1334
|
},
|
|
1104
1335
|
"name": "Spacing2Xl",
|
|
@@ -1113,11 +1344,11 @@
|
|
|
1113
1344
|
"public": true
|
|
1114
1345
|
},
|
|
1115
1346
|
"XL": {
|
|
1116
|
-
"value": 1.
|
|
1347
|
+
"value": "1.5",
|
|
1117
1348
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1118
1349
|
"isSource": true,
|
|
1119
1350
|
"original": {
|
|
1120
|
-
"value": "
|
|
1351
|
+
"value": "1.5",
|
|
1121
1352
|
"public": true
|
|
1122
1353
|
},
|
|
1123
1354
|
"name": "SpacingXl",
|
|
@@ -1132,11 +1363,11 @@
|
|
|
1132
1363
|
"public": true
|
|
1133
1364
|
},
|
|
1134
1365
|
"L": {
|
|
1135
|
-
"value": 1.
|
|
1366
|
+
"value": "1.25",
|
|
1136
1367
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1137
1368
|
"isSource": true,
|
|
1138
1369
|
"original": {
|
|
1139
|
-
"value": "
|
|
1370
|
+
"value": "1.25",
|
|
1140
1371
|
"public": true
|
|
1141
1372
|
},
|
|
1142
1373
|
"name": "SpacingL",
|
|
@@ -1170,11 +1401,11 @@
|
|
|
1170
1401
|
"public": true
|
|
1171
1402
|
},
|
|
1172
1403
|
"S": {
|
|
1173
|
-
"value": 0.
|
|
1404
|
+
"value": "0.75",
|
|
1174
1405
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1175
1406
|
"isSource": true,
|
|
1176
1407
|
"original": {
|
|
1177
|
-
"value": "
|
|
1408
|
+
"value": "0.75",
|
|
1178
1409
|
"public": true
|
|
1179
1410
|
},
|
|
1180
1411
|
"name": "SpacingS",
|
|
@@ -1189,11 +1420,11 @@
|
|
|
1189
1420
|
"public": true
|
|
1190
1421
|
},
|
|
1191
1422
|
"XS": {
|
|
1192
|
-
"value": 0.
|
|
1423
|
+
"value": "0.625",
|
|
1193
1424
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1194
1425
|
"isSource": true,
|
|
1195
1426
|
"original": {
|
|
1196
|
-
"value": "
|
|
1427
|
+
"value": "0.625",
|
|
1197
1428
|
"public": true
|
|
1198
1429
|
},
|
|
1199
1430
|
"name": "SpacingXs",
|
|
@@ -1208,11 +1439,11 @@
|
|
|
1208
1439
|
"public": true
|
|
1209
1440
|
},
|
|
1210
1441
|
"2XS": {
|
|
1211
|
-
"value": 0.
|
|
1442
|
+
"value": "0.5",
|
|
1212
1443
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1213
1444
|
"isSource": true,
|
|
1214
1445
|
"original": {
|
|
1215
|
-
"value": "
|
|
1446
|
+
"value": "0.5",
|
|
1216
1447
|
"public": true
|
|
1217
1448
|
},
|
|
1218
1449
|
"name": "Spacing2Xs",
|
|
@@ -1227,11 +1458,11 @@
|
|
|
1227
1458
|
"public": true
|
|
1228
1459
|
},
|
|
1229
1460
|
"3XS": {
|
|
1230
|
-
"value": 0.
|
|
1461
|
+
"value": "0.375",
|
|
1231
1462
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1232
1463
|
"isSource": true,
|
|
1233
1464
|
"original": {
|
|
1234
|
-
"value": "
|
|
1465
|
+
"value": "0.375",
|
|
1235
1466
|
"public": true
|
|
1236
1467
|
},
|
|
1237
1468
|
"name": "Spacing3Xs",
|
|
@@ -1246,11 +1477,11 @@
|
|
|
1246
1477
|
"public": true
|
|
1247
1478
|
},
|
|
1248
1479
|
"4XS": {
|
|
1249
|
-
"value": 0.
|
|
1480
|
+
"value": "0.25",
|
|
1250
1481
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1251
1482
|
"isSource": true,
|
|
1252
1483
|
"original": {
|
|
1253
|
-
"value": "
|
|
1484
|
+
"value": "0.25",
|
|
1254
1485
|
"public": true
|
|
1255
1486
|
},
|
|
1256
1487
|
"name": "Spacing4Xs",
|
|
@@ -1265,11 +1496,11 @@
|
|
|
1265
1496
|
"public": true
|
|
1266
1497
|
},
|
|
1267
1498
|
"5XS": {
|
|
1268
|
-
"value": 0.
|
|
1499
|
+
"value": "0.125",
|
|
1269
1500
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1270
1501
|
"isSource": true,
|
|
1271
1502
|
"original": {
|
|
1272
|
-
"value": "
|
|
1503
|
+
"value": "0.125",
|
|
1273
1504
|
"public": true
|
|
1274
1505
|
},
|
|
1275
1506
|
"name": "Spacing5Xs",
|
|
@@ -1283,62 +1514,245 @@
|
|
|
1283
1514
|
],
|
|
1284
1515
|
"public": true
|
|
1285
1516
|
},
|
|
1286
|
-
"
|
|
1287
|
-
"
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
"
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1517
|
+
"button": {
|
|
1518
|
+
"height": {
|
|
1519
|
+
"xs": {
|
|
1520
|
+
"value": "1.5",
|
|
1521
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1522
|
+
"isSource": true,
|
|
1523
|
+
"original": {
|
|
1524
|
+
"value": "{spacing.XL}",
|
|
1525
|
+
"public": true
|
|
1526
|
+
},
|
|
1527
|
+
"name": "SpacingButtonHeightXs",
|
|
1528
|
+
"attributes": {
|
|
1529
|
+
"category": "spacing",
|
|
1530
|
+
"type": "button",
|
|
1531
|
+
"item": "height",
|
|
1532
|
+
"subitem": "xs"
|
|
1533
|
+
},
|
|
1534
|
+
"path": [
|
|
1535
|
+
"spacing",
|
|
1536
|
+
"button",
|
|
1537
|
+
"height",
|
|
1538
|
+
"xs"
|
|
1539
|
+
],
|
|
1540
|
+
"public": true
|
|
1541
|
+
},
|
|
1542
|
+
"sm": {
|
|
1543
|
+
"value": "2",
|
|
1544
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1545
|
+
"isSource": true,
|
|
1546
|
+
"original": {
|
|
1547
|
+
"value": "{spacing.2XL}",
|
|
1548
|
+
"public": true
|
|
1549
|
+
},
|
|
1550
|
+
"name": "SpacingButtonHeightSm",
|
|
1551
|
+
"attributes": {
|
|
1552
|
+
"category": "spacing",
|
|
1553
|
+
"type": "button",
|
|
1554
|
+
"item": "height",
|
|
1555
|
+
"subitem": "sm"
|
|
1556
|
+
},
|
|
1557
|
+
"path": [
|
|
1558
|
+
"spacing",
|
|
1559
|
+
"button",
|
|
1560
|
+
"height",
|
|
1561
|
+
"sm"
|
|
1562
|
+
],
|
|
1563
|
+
"public": true
|
|
1564
|
+
},
|
|
1565
|
+
"md": {
|
|
1566
|
+
"value": "2.5",
|
|
1567
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1568
|
+
"isSource": true,
|
|
1569
|
+
"original": {
|
|
1570
|
+
"value": "{spacing.3XL}",
|
|
1571
|
+
"public": true
|
|
1572
|
+
},
|
|
1573
|
+
"name": "SpacingButtonHeightMd",
|
|
1574
|
+
"attributes": {
|
|
1575
|
+
"category": "spacing",
|
|
1576
|
+
"type": "button",
|
|
1577
|
+
"item": "height",
|
|
1578
|
+
"subitem": "md"
|
|
1579
|
+
},
|
|
1580
|
+
"path": [
|
|
1581
|
+
"spacing",
|
|
1582
|
+
"button",
|
|
1583
|
+
"height",
|
|
1584
|
+
"md"
|
|
1585
|
+
],
|
|
1586
|
+
"public": true
|
|
1587
|
+
},
|
|
1588
|
+
"lg": {
|
|
1589
|
+
"value": "3",
|
|
1590
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1591
|
+
"isSource": true,
|
|
1592
|
+
"original": {
|
|
1593
|
+
"value": "{spacing.4XL}",
|
|
1594
|
+
"public": true
|
|
1595
|
+
},
|
|
1596
|
+
"name": "SpacingButtonHeightLg",
|
|
1597
|
+
"attributes": {
|
|
1598
|
+
"category": "spacing",
|
|
1599
|
+
"type": "button",
|
|
1600
|
+
"item": "height",
|
|
1601
|
+
"subitem": "lg"
|
|
1602
|
+
},
|
|
1603
|
+
"path": [
|
|
1604
|
+
"spacing",
|
|
1605
|
+
"button",
|
|
1606
|
+
"height",
|
|
1607
|
+
"lg"
|
|
1608
|
+
],
|
|
1609
|
+
"public": true
|
|
1610
|
+
}
|
|
1317
1611
|
},
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1612
|
+
"padding-inline": {
|
|
1613
|
+
"xs": {
|
|
1614
|
+
"value": "0.5",
|
|
1615
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1616
|
+
"isSource": true,
|
|
1617
|
+
"original": {
|
|
1618
|
+
"value": "{spacing.2XS}",
|
|
1619
|
+
"public": true
|
|
1620
|
+
},
|
|
1621
|
+
"name": "SpacingButtonPaddingInlineXs",
|
|
1622
|
+
"attributes": {
|
|
1623
|
+
"category": "spacing",
|
|
1624
|
+
"type": "button",
|
|
1625
|
+
"item": "padding-inline",
|
|
1626
|
+
"subitem": "xs"
|
|
1627
|
+
},
|
|
1628
|
+
"path": [
|
|
1629
|
+
"spacing",
|
|
1630
|
+
"button",
|
|
1631
|
+
"padding-inline",
|
|
1632
|
+
"xs"
|
|
1633
|
+
],
|
|
1634
|
+
"public": true
|
|
1635
|
+
},
|
|
1636
|
+
"sm": {
|
|
1637
|
+
"value": "0.75",
|
|
1638
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1639
|
+
"isSource": true,
|
|
1640
|
+
"original": {
|
|
1641
|
+
"value": "{spacing.S}",
|
|
1642
|
+
"public": true
|
|
1643
|
+
},
|
|
1644
|
+
"name": "SpacingButtonPaddingInlineSm",
|
|
1645
|
+
"attributes": {
|
|
1646
|
+
"category": "spacing",
|
|
1647
|
+
"type": "button",
|
|
1648
|
+
"item": "padding-inline",
|
|
1649
|
+
"subitem": "sm"
|
|
1650
|
+
},
|
|
1651
|
+
"path": [
|
|
1652
|
+
"spacing",
|
|
1653
|
+
"button",
|
|
1654
|
+
"padding-inline",
|
|
1655
|
+
"sm"
|
|
1656
|
+
],
|
|
1657
|
+
"public": true
|
|
1658
|
+
},
|
|
1659
|
+
"md": {
|
|
1660
|
+
"value": "1",
|
|
1661
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1662
|
+
"isSource": true,
|
|
1663
|
+
"original": {
|
|
1664
|
+
"value": "{spacing.M}",
|
|
1665
|
+
"public": true
|
|
1666
|
+
},
|
|
1667
|
+
"name": "SpacingButtonPaddingInlineMd",
|
|
1668
|
+
"attributes": {
|
|
1669
|
+
"category": "spacing",
|
|
1670
|
+
"type": "button",
|
|
1671
|
+
"item": "padding-inline",
|
|
1672
|
+
"subitem": "md"
|
|
1673
|
+
},
|
|
1674
|
+
"path": [
|
|
1675
|
+
"spacing",
|
|
1676
|
+
"button",
|
|
1677
|
+
"padding-inline",
|
|
1678
|
+
"md"
|
|
1679
|
+
],
|
|
1680
|
+
"public": true
|
|
1681
|
+
},
|
|
1682
|
+
"lg": {
|
|
1683
|
+
"value": "1.5",
|
|
1684
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1685
|
+
"isSource": true,
|
|
1686
|
+
"original": {
|
|
1687
|
+
"value": "{spacing.XL}",
|
|
1688
|
+
"public": true
|
|
1689
|
+
},
|
|
1690
|
+
"name": "SpacingButtonPaddingInlineLg",
|
|
1691
|
+
"attributes": {
|
|
1692
|
+
"category": "spacing",
|
|
1693
|
+
"type": "button",
|
|
1694
|
+
"item": "padding-inline",
|
|
1695
|
+
"subitem": "lg"
|
|
1696
|
+
},
|
|
1697
|
+
"path": [
|
|
1698
|
+
"spacing",
|
|
1699
|
+
"button",
|
|
1700
|
+
"padding-inline",
|
|
1701
|
+
"lg"
|
|
1702
|
+
],
|
|
1703
|
+
"public": true
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1323
1706
|
},
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1707
|
+
"input": {
|
|
1708
|
+
"height": {
|
|
1709
|
+
"sm": {
|
|
1710
|
+
"value": "2",
|
|
1711
|
+
"filePath": "tokens/spacing/semantic/input.json",
|
|
1712
|
+
"isSource": true,
|
|
1713
|
+
"original": {
|
|
1714
|
+
"value": "{spacing.2XL}",
|
|
1715
|
+
"public": true
|
|
1716
|
+
},
|
|
1717
|
+
"name": "SpacingInputHeightSm",
|
|
1718
|
+
"attributes": {
|
|
1719
|
+
"category": "spacing",
|
|
1720
|
+
"type": "input",
|
|
1721
|
+
"item": "height",
|
|
1722
|
+
"subitem": "sm"
|
|
1723
|
+
},
|
|
1724
|
+
"path": [
|
|
1725
|
+
"spacing",
|
|
1726
|
+
"input",
|
|
1727
|
+
"height",
|
|
1728
|
+
"sm"
|
|
1729
|
+
],
|
|
1730
|
+
"public": true
|
|
1731
|
+
},
|
|
1732
|
+
"md": {
|
|
1733
|
+
"value": "2.5",
|
|
1734
|
+
"filePath": "tokens/spacing/semantic/input.json",
|
|
1735
|
+
"isSource": true,
|
|
1736
|
+
"original": {
|
|
1737
|
+
"value": "{spacing.3XL}",
|
|
1738
|
+
"public": true
|
|
1739
|
+
},
|
|
1740
|
+
"name": "SpacingInputHeightMd",
|
|
1741
|
+
"attributes": {
|
|
1742
|
+
"category": "spacing",
|
|
1743
|
+
"type": "input",
|
|
1744
|
+
"item": "height",
|
|
1745
|
+
"subitem": "md"
|
|
1746
|
+
},
|
|
1747
|
+
"path": [
|
|
1748
|
+
"spacing",
|
|
1749
|
+
"input",
|
|
1750
|
+
"height",
|
|
1751
|
+
"md"
|
|
1752
|
+
],
|
|
1753
|
+
"public": true
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1342
1756
|
}
|
|
1343
1757
|
},
|
|
1344
1758
|
"typography": {
|
|
@@ -1667,11 +2081,11 @@
|
|
|
1667
2081
|
"public": true
|
|
1668
2082
|
},
|
|
1669
2083
|
"M": {
|
|
1670
|
-
"value": "
|
|
2084
|
+
"value": "150%",
|
|
1671
2085
|
"filePath": "tokens/typography/primitive/line-height.json",
|
|
1672
2086
|
"isSource": true,
|
|
1673
2087
|
"original": {
|
|
1674
|
-
"value": "
|
|
2088
|
+
"value": "150%",
|
|
1675
2089
|
"public": true
|
|
1676
2090
|
},
|
|
1677
2091
|
"name": "TypographyLhM",
|
|
@@ -1688,11 +2102,11 @@
|
|
|
1688
2102
|
"public": true
|
|
1689
2103
|
},
|
|
1690
2104
|
"S": {
|
|
1691
|
-
"value": "
|
|
2105
|
+
"value": "130%",
|
|
1692
2106
|
"filePath": "tokens/typography/primitive/line-height.json",
|
|
1693
2107
|
"isSource": true,
|
|
1694
2108
|
"original": {
|
|
1695
|
-
"value": "
|
|
2109
|
+
"value": "130%",
|
|
1696
2110
|
"public": true
|
|
1697
2111
|
},
|
|
1698
2112
|
"name": "TypographyLhS",
|
|
@@ -1707,48 +2121,321 @@
|
|
|
1707
2121
|
"S"
|
|
1708
2122
|
],
|
|
1709
2123
|
"public": true
|
|
2124
|
+
},
|
|
2125
|
+
"XS": {
|
|
2126
|
+
"value": "120%",
|
|
2127
|
+
"filePath": "tokens/typography/primitive/line-height.json",
|
|
2128
|
+
"isSource": true,
|
|
2129
|
+
"original": {
|
|
2130
|
+
"value": "120%",
|
|
2131
|
+
"public": true
|
|
2132
|
+
},
|
|
2133
|
+
"name": "TypographyLhXs",
|
|
2134
|
+
"attributes": {
|
|
2135
|
+
"category": "typography",
|
|
2136
|
+
"type": "lh",
|
|
2137
|
+
"item": "XS"
|
|
2138
|
+
},
|
|
2139
|
+
"path": [
|
|
2140
|
+
"typography",
|
|
2141
|
+
"lh",
|
|
2142
|
+
"XS"
|
|
2143
|
+
],
|
|
2144
|
+
"public": true
|
|
2145
|
+
},
|
|
2146
|
+
"code": {
|
|
2147
|
+
"value": "180%",
|
|
2148
|
+
"filePath": "tokens/typography/semantic/line-height.json",
|
|
2149
|
+
"isSource": true,
|
|
2150
|
+
"original": {
|
|
2151
|
+
"value": "180%",
|
|
2152
|
+
"public": true
|
|
2153
|
+
},
|
|
2154
|
+
"name": "TypographyLhCode",
|
|
2155
|
+
"attributes": {
|
|
2156
|
+
"category": "typography",
|
|
2157
|
+
"type": "lh",
|
|
2158
|
+
"item": "code"
|
|
2159
|
+
},
|
|
2160
|
+
"path": [
|
|
2161
|
+
"typography",
|
|
2162
|
+
"lh",
|
|
2163
|
+
"code"
|
|
2164
|
+
],
|
|
2165
|
+
"public": true
|
|
1710
2166
|
}
|
|
1711
2167
|
},
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1714
|
-
"value": "0.
|
|
1715
|
-
"filePath": "tokens/typography/primitive/
|
|
2168
|
+
"size": {
|
|
2169
|
+
"2XS": {
|
|
2170
|
+
"value": "0.625",
|
|
2171
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
1716
2172
|
"isSource": true,
|
|
1717
2173
|
"original": {
|
|
1718
|
-
"value": "0.
|
|
2174
|
+
"value": "0.625",
|
|
1719
2175
|
"public": true
|
|
1720
2176
|
},
|
|
1721
|
-
"name": "
|
|
2177
|
+
"name": "TypographySize2Xs",
|
|
1722
2178
|
"attributes": {
|
|
1723
2179
|
"category": "typography",
|
|
1724
|
-
"type": "
|
|
1725
|
-
"item": "
|
|
2180
|
+
"type": "size",
|
|
2181
|
+
"item": "2XS"
|
|
1726
2182
|
},
|
|
1727
2183
|
"path": [
|
|
1728
2184
|
"typography",
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
2185
|
+
"size",
|
|
2186
|
+
"2XS"
|
|
1731
2187
|
],
|
|
1732
2188
|
"public": true
|
|
1733
2189
|
},
|
|
1734
|
-
"
|
|
1735
|
-
"value": "0.
|
|
1736
|
-
"filePath": "tokens/typography/primitive/
|
|
2190
|
+
"XS": {
|
|
2191
|
+
"value": "0.75",
|
|
2192
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
1737
2193
|
"isSource": true,
|
|
1738
2194
|
"original": {
|
|
1739
|
-
"value": "0.
|
|
2195
|
+
"value": "0.75",
|
|
1740
2196
|
"public": true
|
|
1741
2197
|
},
|
|
1742
|
-
"name": "
|
|
2198
|
+
"name": "TypographySizeXs",
|
|
1743
2199
|
"attributes": {
|
|
1744
2200
|
"category": "typography",
|
|
1745
|
-
"type": "
|
|
1746
|
-
"item": "
|
|
2201
|
+
"type": "size",
|
|
2202
|
+
"item": "XS"
|
|
1747
2203
|
},
|
|
1748
2204
|
"path": [
|
|
1749
2205
|
"typography",
|
|
1750
|
-
"
|
|
1751
|
-
"
|
|
2206
|
+
"size",
|
|
2207
|
+
"XS"
|
|
2208
|
+
],
|
|
2209
|
+
"public": true
|
|
2210
|
+
},
|
|
2211
|
+
"S": {
|
|
2212
|
+
"value": "0.875",
|
|
2213
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2214
|
+
"isSource": true,
|
|
2215
|
+
"original": {
|
|
2216
|
+
"value": "0.875",
|
|
2217
|
+
"public": true
|
|
2218
|
+
},
|
|
2219
|
+
"name": "TypographySizeS",
|
|
2220
|
+
"attributes": {
|
|
2221
|
+
"category": "typography",
|
|
2222
|
+
"type": "size",
|
|
2223
|
+
"item": "S"
|
|
2224
|
+
},
|
|
2225
|
+
"path": [
|
|
2226
|
+
"typography",
|
|
2227
|
+
"size",
|
|
2228
|
+
"S"
|
|
2229
|
+
],
|
|
2230
|
+
"public": true
|
|
2231
|
+
},
|
|
2232
|
+
"M": {
|
|
2233
|
+
"value": "1",
|
|
2234
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2235
|
+
"isSource": true,
|
|
2236
|
+
"original": {
|
|
2237
|
+
"value": "1",
|
|
2238
|
+
"public": true
|
|
2239
|
+
},
|
|
2240
|
+
"name": "TypographySizeM",
|
|
2241
|
+
"attributes": {
|
|
2242
|
+
"category": "typography",
|
|
2243
|
+
"type": "size",
|
|
2244
|
+
"item": "M"
|
|
2245
|
+
},
|
|
2246
|
+
"path": [
|
|
2247
|
+
"typography",
|
|
2248
|
+
"size",
|
|
2249
|
+
"M"
|
|
2250
|
+
],
|
|
2251
|
+
"public": true
|
|
2252
|
+
},
|
|
2253
|
+
"L": {
|
|
2254
|
+
"value": "1.125",
|
|
2255
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2256
|
+
"isSource": true,
|
|
2257
|
+
"original": {
|
|
2258
|
+
"value": "1.125",
|
|
2259
|
+
"public": true
|
|
2260
|
+
},
|
|
2261
|
+
"name": "TypographySizeL",
|
|
2262
|
+
"attributes": {
|
|
2263
|
+
"category": "typography",
|
|
2264
|
+
"type": "size",
|
|
2265
|
+
"item": "L"
|
|
2266
|
+
},
|
|
2267
|
+
"path": [
|
|
2268
|
+
"typography",
|
|
2269
|
+
"size",
|
|
2270
|
+
"L"
|
|
2271
|
+
],
|
|
2272
|
+
"public": true
|
|
2273
|
+
},
|
|
2274
|
+
"XL": {
|
|
2275
|
+
"value": "1.25",
|
|
2276
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2277
|
+
"isSource": true,
|
|
2278
|
+
"original": {
|
|
2279
|
+
"value": "1.25",
|
|
2280
|
+
"public": true
|
|
2281
|
+
},
|
|
2282
|
+
"name": "TypographySizeXl",
|
|
2283
|
+
"attributes": {
|
|
2284
|
+
"category": "typography",
|
|
2285
|
+
"type": "size",
|
|
2286
|
+
"item": "XL"
|
|
2287
|
+
},
|
|
2288
|
+
"path": [
|
|
2289
|
+
"typography",
|
|
2290
|
+
"size",
|
|
2291
|
+
"XL"
|
|
2292
|
+
],
|
|
2293
|
+
"public": true
|
|
2294
|
+
},
|
|
2295
|
+
"2XL": {
|
|
2296
|
+
"value": "1.5",
|
|
2297
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2298
|
+
"isSource": true,
|
|
2299
|
+
"original": {
|
|
2300
|
+
"value": "1.5",
|
|
2301
|
+
"public": true
|
|
2302
|
+
},
|
|
2303
|
+
"name": "TypographySize2Xl",
|
|
2304
|
+
"attributes": {
|
|
2305
|
+
"category": "typography",
|
|
2306
|
+
"type": "size",
|
|
2307
|
+
"item": "2XL"
|
|
2308
|
+
},
|
|
2309
|
+
"path": [
|
|
2310
|
+
"typography",
|
|
2311
|
+
"size",
|
|
2312
|
+
"2XL"
|
|
2313
|
+
],
|
|
2314
|
+
"public": true
|
|
2315
|
+
},
|
|
2316
|
+
"3XL": {
|
|
2317
|
+
"value": "1.75",
|
|
2318
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2319
|
+
"isSource": true,
|
|
2320
|
+
"original": {
|
|
2321
|
+
"value": "1.75",
|
|
2322
|
+
"public": true
|
|
2323
|
+
},
|
|
2324
|
+
"name": "TypographySize3Xl",
|
|
2325
|
+
"attributes": {
|
|
2326
|
+
"category": "typography",
|
|
2327
|
+
"type": "size",
|
|
2328
|
+
"item": "3XL"
|
|
2329
|
+
},
|
|
2330
|
+
"path": [
|
|
2331
|
+
"typography",
|
|
2332
|
+
"size",
|
|
2333
|
+
"3XL"
|
|
2334
|
+
],
|
|
2335
|
+
"public": true
|
|
2336
|
+
},
|
|
2337
|
+
"4XL": {
|
|
2338
|
+
"value": "2",
|
|
2339
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2340
|
+
"isSource": true,
|
|
2341
|
+
"original": {
|
|
2342
|
+
"value": "2",
|
|
2343
|
+
"public": true
|
|
2344
|
+
},
|
|
2345
|
+
"name": "TypographySize4Xl",
|
|
2346
|
+
"attributes": {
|
|
2347
|
+
"category": "typography",
|
|
2348
|
+
"type": "size",
|
|
2349
|
+
"item": "4XL"
|
|
2350
|
+
},
|
|
2351
|
+
"path": [
|
|
2352
|
+
"typography",
|
|
2353
|
+
"size",
|
|
2354
|
+
"4XL"
|
|
2355
|
+
],
|
|
2356
|
+
"public": true
|
|
2357
|
+
},
|
|
2358
|
+
"5XL": {
|
|
2359
|
+
"value": "2.25",
|
|
2360
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2361
|
+
"isSource": true,
|
|
2362
|
+
"original": {
|
|
2363
|
+
"value": "2.25",
|
|
2364
|
+
"public": true
|
|
2365
|
+
},
|
|
2366
|
+
"name": "TypographySize5Xl",
|
|
2367
|
+
"attributes": {
|
|
2368
|
+
"category": "typography",
|
|
2369
|
+
"type": "size",
|
|
2370
|
+
"item": "5XL"
|
|
2371
|
+
},
|
|
2372
|
+
"path": [
|
|
2373
|
+
"typography",
|
|
2374
|
+
"size",
|
|
2375
|
+
"5XL"
|
|
2376
|
+
],
|
|
2377
|
+
"public": true
|
|
2378
|
+
},
|
|
2379
|
+
"6XL": {
|
|
2380
|
+
"value": "3",
|
|
2381
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2382
|
+
"isSource": true,
|
|
2383
|
+
"original": {
|
|
2384
|
+
"value": "3",
|
|
2385
|
+
"public": true
|
|
2386
|
+
},
|
|
2387
|
+
"name": "TypographySize6Xl",
|
|
2388
|
+
"attributes": {
|
|
2389
|
+
"category": "typography",
|
|
2390
|
+
"type": "size",
|
|
2391
|
+
"item": "6XL"
|
|
2392
|
+
},
|
|
2393
|
+
"path": [
|
|
2394
|
+
"typography",
|
|
2395
|
+
"size",
|
|
2396
|
+
"6XL"
|
|
2397
|
+
],
|
|
2398
|
+
"public": true
|
|
2399
|
+
},
|
|
2400
|
+
"7XL": {
|
|
2401
|
+
"value": "3.75",
|
|
2402
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2403
|
+
"isSource": true,
|
|
2404
|
+
"original": {
|
|
2405
|
+
"value": "3.75",
|
|
2406
|
+
"public": true
|
|
2407
|
+
},
|
|
2408
|
+
"name": "TypographySize7Xl",
|
|
2409
|
+
"attributes": {
|
|
2410
|
+
"category": "typography",
|
|
2411
|
+
"type": "size",
|
|
2412
|
+
"item": "7XL"
|
|
2413
|
+
},
|
|
2414
|
+
"path": [
|
|
2415
|
+
"typography",
|
|
2416
|
+
"size",
|
|
2417
|
+
"7XL"
|
|
2418
|
+
],
|
|
2419
|
+
"public": true
|
|
2420
|
+
},
|
|
2421
|
+
"8XL": {
|
|
2422
|
+
"value": "4.5",
|
|
2423
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2424
|
+
"isSource": true,
|
|
2425
|
+
"original": {
|
|
2426
|
+
"value": "4.5",
|
|
2427
|
+
"public": true
|
|
2428
|
+
},
|
|
2429
|
+
"name": "TypographySize8Xl",
|
|
2430
|
+
"attributes": {
|
|
2431
|
+
"category": "typography",
|
|
2432
|
+
"type": "size",
|
|
2433
|
+
"item": "8XL"
|
|
2434
|
+
},
|
|
2435
|
+
"path": [
|
|
2436
|
+
"typography",
|
|
2437
|
+
"size",
|
|
2438
|
+
"8XL"
|
|
1752
2439
|
],
|
|
1753
2440
|
"public": true
|
|
1754
2441
|
}
|