@pantheon-systems/pds-design-tokens 2.0.0-alpha.4 → 2.0.0-alpha.6
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 +60 -1
- package/build/css/breakpoints.css +13 -0
- package/build/css/variables.global.css +24 -4
- package/build/figma/tokens.json +380 -0
- package/build/js/variables.d.ts +43 -4
- package/build/js/variables.js +60 -29
- package/build/json/tokens.json +505 -112
- package/package.json +2 -2
package/build/json/tokens.json
CHANGED
|
@@ -456,6 +456,84 @@
|
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
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
|
+
},
|
|
459
537
|
"container": {
|
|
460
538
|
"modal": {
|
|
461
539
|
"width": {
|
|
@@ -576,6 +654,33 @@
|
|
|
576
654
|
"public": true
|
|
577
655
|
}
|
|
578
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
|
+
},
|
|
579
684
|
"padding": {
|
|
580
685
|
"base": {
|
|
581
686
|
"value": 1.44,
|
|
@@ -819,7 +924,8 @@
|
|
|
819
924
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
820
925
|
"isSource": true,
|
|
821
926
|
"original": {
|
|
822
|
-
"value": "{spacing.L}"
|
|
927
|
+
"value": "{spacing.L}",
|
|
928
|
+
"public": true
|
|
823
929
|
},
|
|
824
930
|
"name": "GridColumns4Gap",
|
|
825
931
|
"attributes": {
|
|
@@ -831,7 +937,8 @@
|
|
|
831
937
|
"grid",
|
|
832
938
|
"columns-4",
|
|
833
939
|
"gap"
|
|
834
|
-
]
|
|
940
|
+
],
|
|
941
|
+
"public": true
|
|
835
942
|
}
|
|
836
943
|
},
|
|
837
944
|
"columns-12": {
|
|
@@ -842,7 +949,8 @@
|
|
|
842
949
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
843
950
|
"isSource": true,
|
|
844
951
|
"original": {
|
|
845
|
-
"value": "{spacing.L}"
|
|
952
|
+
"value": "{spacing.L}",
|
|
953
|
+
"public": true
|
|
846
954
|
},
|
|
847
955
|
"name": "GridColumns12BpMdGapNarrow",
|
|
848
956
|
"attributes": {
|
|
@@ -858,14 +966,16 @@
|
|
|
858
966
|
"bp-md",
|
|
859
967
|
"gap",
|
|
860
968
|
"narrow"
|
|
861
|
-
]
|
|
969
|
+
],
|
|
970
|
+
"public": true
|
|
862
971
|
},
|
|
863
972
|
"standard": {
|
|
864
973
|
"value": 1.44,
|
|
865
974
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
866
975
|
"isSource": true,
|
|
867
976
|
"original": {
|
|
868
|
-
"value": "{spacing.XL}"
|
|
977
|
+
"value": "{spacing.XL}",
|
|
978
|
+
"public": true
|
|
869
979
|
},
|
|
870
980
|
"name": "GridColumns12BpMdGapStandard",
|
|
871
981
|
"attributes": {
|
|
@@ -881,14 +991,16 @@
|
|
|
881
991
|
"bp-md",
|
|
882
992
|
"gap",
|
|
883
993
|
"standard"
|
|
884
|
-
]
|
|
994
|
+
],
|
|
995
|
+
"public": true
|
|
885
996
|
},
|
|
886
997
|
"wide": {
|
|
887
998
|
"value": 1.728,
|
|
888
999
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
889
1000
|
"isSource": true,
|
|
890
1001
|
"original": {
|
|
891
|
-
"value": "{spacing.2XL}"
|
|
1002
|
+
"value": "{spacing.2XL}",
|
|
1003
|
+
"public": true
|
|
892
1004
|
},
|
|
893
1005
|
"name": "GridColumns12BpMdGapWide",
|
|
894
1006
|
"attributes": {
|
|
@@ -904,7 +1016,8 @@
|
|
|
904
1016
|
"bp-md",
|
|
905
1017
|
"gap",
|
|
906
1018
|
"wide"
|
|
907
|
-
]
|
|
1019
|
+
],
|
|
1020
|
+
"public": true
|
|
908
1021
|
}
|
|
909
1022
|
}
|
|
910
1023
|
},
|
|
@@ -915,7 +1028,8 @@
|
|
|
915
1028
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
916
1029
|
"isSource": true,
|
|
917
1030
|
"original": {
|
|
918
|
-
"value": "{spacing.XL}"
|
|
1031
|
+
"value": "{spacing.XL}",
|
|
1032
|
+
"public": true
|
|
919
1033
|
},
|
|
920
1034
|
"name": "GridColumns12BpLgGapNarrow",
|
|
921
1035
|
"attributes": {
|
|
@@ -931,14 +1045,16 @@
|
|
|
931
1045
|
"bp-lg",
|
|
932
1046
|
"gap",
|
|
933
1047
|
"narrow"
|
|
934
|
-
]
|
|
1048
|
+
],
|
|
1049
|
+
"public": true
|
|
935
1050
|
},
|
|
936
1051
|
"standard": {
|
|
937
1052
|
"value": 1.728,
|
|
938
1053
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
939
1054
|
"isSource": true,
|
|
940
1055
|
"original": {
|
|
941
|
-
"value": "{spacing.2XL}"
|
|
1056
|
+
"value": "{spacing.2XL}",
|
|
1057
|
+
"public": true
|
|
942
1058
|
},
|
|
943
1059
|
"name": "GridColumns12BpLgGapStandard",
|
|
944
1060
|
"attributes": {
|
|
@@ -954,14 +1070,16 @@
|
|
|
954
1070
|
"bp-lg",
|
|
955
1071
|
"gap",
|
|
956
1072
|
"standard"
|
|
957
|
-
]
|
|
1073
|
+
],
|
|
1074
|
+
"public": true
|
|
958
1075
|
},
|
|
959
1076
|
"wide": {
|
|
960
1077
|
"value": 2.074,
|
|
961
1078
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
962
1079
|
"isSource": true,
|
|
963
1080
|
"original": {
|
|
964
|
-
"value": "{spacing.3XL}"
|
|
1081
|
+
"value": "{spacing.3XL}",
|
|
1082
|
+
"public": true
|
|
965
1083
|
},
|
|
966
1084
|
"name": "GridColumns12BpLgGapWide",
|
|
967
1085
|
"attributes": {
|
|
@@ -977,106 +1095,9 @@
|
|
|
977
1095
|
"bp-lg",
|
|
978
1096
|
"gap",
|
|
979
1097
|
"wide"
|
|
980
|
-
]
|
|
981
|
-
}
|
|
982
|
-
}
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
|
-
"marketing": {
|
|
986
|
-
"column": {
|
|
987
|
-
"small": {
|
|
988
|
-
"value": "21.34375%",
|
|
989
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
990
|
-
"isSource": true,
|
|
991
|
-
"original": {
|
|
992
|
-
"value": "21.34375%",
|
|
1098
|
+
],
|
|
993
1099
|
"public": true
|
|
994
|
-
}
|
|
995
|
-
"name": "GridMarketingColumnSmall",
|
|
996
|
-
"attributes": {
|
|
997
|
-
"category": "grid",
|
|
998
|
-
"type": "marketing",
|
|
999
|
-
"item": "column",
|
|
1000
|
-
"subitem": "small"
|
|
1001
|
-
},
|
|
1002
|
-
"path": [
|
|
1003
|
-
"grid",
|
|
1004
|
-
"marketing",
|
|
1005
|
-
"column",
|
|
1006
|
-
"small"
|
|
1007
|
-
],
|
|
1008
|
-
"public": true
|
|
1009
|
-
},
|
|
1010
|
-
"medium-large": {
|
|
1011
|
-
"value": "4.36875%",
|
|
1012
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
1013
|
-
"isSource": true,
|
|
1014
|
-
"original": {
|
|
1015
|
-
"value": "4.36875%",
|
|
1016
|
-
"public": true
|
|
1017
|
-
},
|
|
1018
|
-
"name": "GridMarketingColumnMediumLarge",
|
|
1019
|
-
"attributes": {
|
|
1020
|
-
"category": "grid",
|
|
1021
|
-
"type": "marketing",
|
|
1022
|
-
"item": "column",
|
|
1023
|
-
"subitem": "medium-large"
|
|
1024
|
-
},
|
|
1025
|
-
"path": [
|
|
1026
|
-
"grid",
|
|
1027
|
-
"marketing",
|
|
1028
|
-
"column",
|
|
1029
|
-
"medium-large"
|
|
1030
|
-
],
|
|
1031
|
-
"public": true
|
|
1032
|
-
}
|
|
1033
|
-
},
|
|
1034
|
-
"gap": {
|
|
1035
|
-
"small": {
|
|
1036
|
-
"value": "4.875%",
|
|
1037
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
1038
|
-
"isSource": true,
|
|
1039
|
-
"original": {
|
|
1040
|
-
"value": "4.875%",
|
|
1041
|
-
"public": true
|
|
1042
|
-
},
|
|
1043
|
-
"name": "GridMarketingGapSmall",
|
|
1044
|
-
"attributes": {
|
|
1045
|
-
"category": "grid",
|
|
1046
|
-
"type": "marketing",
|
|
1047
|
-
"item": "gap",
|
|
1048
|
-
"subitem": "small"
|
|
1049
|
-
},
|
|
1050
|
-
"path": [
|
|
1051
|
-
"grid",
|
|
1052
|
-
"marketing",
|
|
1053
|
-
"gap",
|
|
1054
|
-
"small"
|
|
1055
|
-
],
|
|
1056
|
-
"public": true
|
|
1057
|
-
},
|
|
1058
|
-
"medium-large": {
|
|
1059
|
-
"value": "4.325%",
|
|
1060
|
-
"filePath": "tokens/grid/primitive/primitive.json",
|
|
1061
|
-
"isSource": true,
|
|
1062
|
-
"original": {
|
|
1063
|
-
"value": "4.325%",
|
|
1064
|
-
"public": true
|
|
1065
|
-
},
|
|
1066
|
-
"name": "GridMarketingGapMediumLarge",
|
|
1067
|
-
"attributes": {
|
|
1068
|
-
"category": "grid",
|
|
1069
|
-
"type": "marketing",
|
|
1070
|
-
"item": "gap",
|
|
1071
|
-
"subitem": "medium-large"
|
|
1072
|
-
},
|
|
1073
|
-
"path": [
|
|
1074
|
-
"grid",
|
|
1075
|
-
"marketing",
|
|
1076
|
-
"gap",
|
|
1077
|
-
"medium-large"
|
|
1078
|
-
],
|
|
1079
|
-
"public": true
|
|
1100
|
+
}
|
|
1080
1101
|
}
|
|
1081
1102
|
}
|
|
1082
1103
|
}
|
|
@@ -1126,6 +1147,50 @@
|
|
|
1126
1147
|
"public": true
|
|
1127
1148
|
}
|
|
1128
1149
|
},
|
|
1150
|
+
"stepper": {
|
|
1151
|
+
"indicator-size": {
|
|
1152
|
+
"value": 1.2,
|
|
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
|
+
},
|
|
1129
1194
|
"8XL": {
|
|
1130
1195
|
"value": 5.161,
|
|
1131
1196
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
@@ -1486,6 +1551,313 @@
|
|
|
1486
1551
|
"8XS"
|
|
1487
1552
|
],
|
|
1488
1553
|
"public": true
|
|
1554
|
+
},
|
|
1555
|
+
"input": {
|
|
1556
|
+
"height": {
|
|
1557
|
+
"value": 2.489,
|
|
1558
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1559
|
+
"isSource": true,
|
|
1560
|
+
"original": {
|
|
1561
|
+
"value": "{spacing.4XL}",
|
|
1562
|
+
"public": true
|
|
1563
|
+
},
|
|
1564
|
+
"name": "SpacingInputHeight",
|
|
1565
|
+
"attributes": {
|
|
1566
|
+
"category": "spacing",
|
|
1567
|
+
"type": "input",
|
|
1568
|
+
"item": "height"
|
|
1569
|
+
},
|
|
1570
|
+
"path": [
|
|
1571
|
+
"spacing",
|
|
1572
|
+
"input",
|
|
1573
|
+
"height"
|
|
1574
|
+
],
|
|
1575
|
+
"public": true
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"button": {
|
|
1579
|
+
"height": {
|
|
1580
|
+
"xs": {
|
|
1581
|
+
"value": 1.44,
|
|
1582
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1583
|
+
"isSource": true,
|
|
1584
|
+
"original": {
|
|
1585
|
+
"value": "{spacing.XL}",
|
|
1586
|
+
"public": true
|
|
1587
|
+
},
|
|
1588
|
+
"name": "SpacingButtonHeightXs",
|
|
1589
|
+
"attributes": {
|
|
1590
|
+
"category": "spacing",
|
|
1591
|
+
"type": "button",
|
|
1592
|
+
"item": "height",
|
|
1593
|
+
"subitem": "xs"
|
|
1594
|
+
},
|
|
1595
|
+
"path": [
|
|
1596
|
+
"spacing",
|
|
1597
|
+
"button",
|
|
1598
|
+
"height",
|
|
1599
|
+
"xs"
|
|
1600
|
+
],
|
|
1601
|
+
"public": true
|
|
1602
|
+
},
|
|
1603
|
+
"sm": {
|
|
1604
|
+
"value": 2.074,
|
|
1605
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1606
|
+
"isSource": true,
|
|
1607
|
+
"original": {
|
|
1608
|
+
"value": "{spacing.3XL}",
|
|
1609
|
+
"public": true
|
|
1610
|
+
},
|
|
1611
|
+
"name": "SpacingButtonHeightSm",
|
|
1612
|
+
"attributes": {
|
|
1613
|
+
"category": "spacing",
|
|
1614
|
+
"type": "button",
|
|
1615
|
+
"item": "height",
|
|
1616
|
+
"subitem": "sm"
|
|
1617
|
+
},
|
|
1618
|
+
"path": [
|
|
1619
|
+
"spacing",
|
|
1620
|
+
"button",
|
|
1621
|
+
"height",
|
|
1622
|
+
"sm"
|
|
1623
|
+
],
|
|
1624
|
+
"public": true
|
|
1625
|
+
},
|
|
1626
|
+
"md": {
|
|
1627
|
+
"value": 2.489,
|
|
1628
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1629
|
+
"isSource": true,
|
|
1630
|
+
"original": {
|
|
1631
|
+
"value": "{spacing.4XL}",
|
|
1632
|
+
"public": true
|
|
1633
|
+
},
|
|
1634
|
+
"name": "SpacingButtonHeightMd",
|
|
1635
|
+
"attributes": {
|
|
1636
|
+
"category": "spacing",
|
|
1637
|
+
"type": "button",
|
|
1638
|
+
"item": "height",
|
|
1639
|
+
"subitem": "md"
|
|
1640
|
+
},
|
|
1641
|
+
"path": [
|
|
1642
|
+
"spacing",
|
|
1643
|
+
"button",
|
|
1644
|
+
"height",
|
|
1645
|
+
"md"
|
|
1646
|
+
],
|
|
1647
|
+
"public": true
|
|
1648
|
+
},
|
|
1649
|
+
"lg": {
|
|
1650
|
+
"value": 2.987,
|
|
1651
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1652
|
+
"isSource": true,
|
|
1653
|
+
"original": {
|
|
1654
|
+
"value": "{spacing.5XL}",
|
|
1655
|
+
"public": true
|
|
1656
|
+
},
|
|
1657
|
+
"name": "SpacingButtonHeightLg",
|
|
1658
|
+
"attributes": {
|
|
1659
|
+
"category": "spacing",
|
|
1660
|
+
"type": "button",
|
|
1661
|
+
"item": "height",
|
|
1662
|
+
"subitem": "lg"
|
|
1663
|
+
},
|
|
1664
|
+
"path": [
|
|
1665
|
+
"spacing",
|
|
1666
|
+
"button",
|
|
1667
|
+
"height",
|
|
1668
|
+
"lg"
|
|
1669
|
+
],
|
|
1670
|
+
"public": true
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
"padding-block": {
|
|
1674
|
+
"xs": {
|
|
1675
|
+
"value": 0.25,
|
|
1676
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1677
|
+
"isSource": true,
|
|
1678
|
+
"original": {
|
|
1679
|
+
"value": 0.25,
|
|
1680
|
+
"public": true
|
|
1681
|
+
},
|
|
1682
|
+
"name": "SpacingButtonPaddingBlockXs",
|
|
1683
|
+
"attributes": {
|
|
1684
|
+
"category": "spacing",
|
|
1685
|
+
"type": "button",
|
|
1686
|
+
"item": "padding-block",
|
|
1687
|
+
"subitem": "xs"
|
|
1688
|
+
},
|
|
1689
|
+
"path": [
|
|
1690
|
+
"spacing",
|
|
1691
|
+
"button",
|
|
1692
|
+
"padding-block",
|
|
1693
|
+
"xs"
|
|
1694
|
+
],
|
|
1695
|
+
"public": true
|
|
1696
|
+
},
|
|
1697
|
+
"sm": {
|
|
1698
|
+
"value": 0.481,
|
|
1699
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1700
|
+
"isSource": true,
|
|
1701
|
+
"original": {
|
|
1702
|
+
"value": "{spacing.3XS}",
|
|
1703
|
+
"public": true
|
|
1704
|
+
},
|
|
1705
|
+
"name": "SpacingButtonPaddingBlockSm",
|
|
1706
|
+
"attributes": {
|
|
1707
|
+
"category": "spacing",
|
|
1708
|
+
"type": "button",
|
|
1709
|
+
"item": "padding-block",
|
|
1710
|
+
"subitem": "sm"
|
|
1711
|
+
},
|
|
1712
|
+
"path": [
|
|
1713
|
+
"spacing",
|
|
1714
|
+
"button",
|
|
1715
|
+
"padding-block",
|
|
1716
|
+
"sm"
|
|
1717
|
+
],
|
|
1718
|
+
"public": true
|
|
1719
|
+
},
|
|
1720
|
+
"md": {
|
|
1721
|
+
"value": 0.578,
|
|
1722
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1723
|
+
"isSource": true,
|
|
1724
|
+
"original": {
|
|
1725
|
+
"value": "{spacing.2XS}",
|
|
1726
|
+
"public": true
|
|
1727
|
+
},
|
|
1728
|
+
"name": "SpacingButtonPaddingBlockMd",
|
|
1729
|
+
"attributes": {
|
|
1730
|
+
"category": "spacing",
|
|
1731
|
+
"type": "button",
|
|
1732
|
+
"item": "padding-block",
|
|
1733
|
+
"subitem": "md"
|
|
1734
|
+
},
|
|
1735
|
+
"path": [
|
|
1736
|
+
"spacing",
|
|
1737
|
+
"button",
|
|
1738
|
+
"padding-block",
|
|
1739
|
+
"md"
|
|
1740
|
+
],
|
|
1741
|
+
"public": true
|
|
1742
|
+
},
|
|
1743
|
+
"lg": {
|
|
1744
|
+
"value": 0.833,
|
|
1745
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1746
|
+
"isSource": true,
|
|
1747
|
+
"original": {
|
|
1748
|
+
"value": "{spacing.S}",
|
|
1749
|
+
"public": true
|
|
1750
|
+
},
|
|
1751
|
+
"name": "SpacingButtonPaddingBlockLg",
|
|
1752
|
+
"attributes": {
|
|
1753
|
+
"category": "spacing",
|
|
1754
|
+
"type": "button",
|
|
1755
|
+
"item": "padding-block",
|
|
1756
|
+
"subitem": "lg"
|
|
1757
|
+
},
|
|
1758
|
+
"path": [
|
|
1759
|
+
"spacing",
|
|
1760
|
+
"button",
|
|
1761
|
+
"padding-block",
|
|
1762
|
+
"lg"
|
|
1763
|
+
],
|
|
1764
|
+
"public": true
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
"padding-inline": {
|
|
1768
|
+
"xs": {
|
|
1769
|
+
"value": 0.694,
|
|
1770
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1771
|
+
"isSource": true,
|
|
1772
|
+
"original": {
|
|
1773
|
+
"value": "{spacing.XS}",
|
|
1774
|
+
"public": true
|
|
1775
|
+
},
|
|
1776
|
+
"name": "SpacingButtonPaddingInlineXs",
|
|
1777
|
+
"attributes": {
|
|
1778
|
+
"category": "spacing",
|
|
1779
|
+
"type": "button",
|
|
1780
|
+
"item": "padding-inline",
|
|
1781
|
+
"subitem": "xs"
|
|
1782
|
+
},
|
|
1783
|
+
"path": [
|
|
1784
|
+
"spacing",
|
|
1785
|
+
"button",
|
|
1786
|
+
"padding-inline",
|
|
1787
|
+
"xs"
|
|
1788
|
+
],
|
|
1789
|
+
"public": true
|
|
1790
|
+
},
|
|
1791
|
+
"sm": {
|
|
1792
|
+
"value": 0.833,
|
|
1793
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1794
|
+
"isSource": true,
|
|
1795
|
+
"original": {
|
|
1796
|
+
"value": "{spacing.S}",
|
|
1797
|
+
"public": true
|
|
1798
|
+
},
|
|
1799
|
+
"name": "SpacingButtonPaddingInlineSm",
|
|
1800
|
+
"attributes": {
|
|
1801
|
+
"category": "spacing",
|
|
1802
|
+
"type": "button",
|
|
1803
|
+
"item": "padding-inline",
|
|
1804
|
+
"subitem": "sm"
|
|
1805
|
+
},
|
|
1806
|
+
"path": [
|
|
1807
|
+
"spacing",
|
|
1808
|
+
"button",
|
|
1809
|
+
"padding-inline",
|
|
1810
|
+
"sm"
|
|
1811
|
+
],
|
|
1812
|
+
"public": true
|
|
1813
|
+
},
|
|
1814
|
+
"md": {
|
|
1815
|
+
"value": 1.2,
|
|
1816
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1817
|
+
"isSource": true,
|
|
1818
|
+
"original": {
|
|
1819
|
+
"value": "{spacing.L}",
|
|
1820
|
+
"public": true
|
|
1821
|
+
},
|
|
1822
|
+
"name": "SpacingButtonPaddingInlineMd",
|
|
1823
|
+
"attributes": {
|
|
1824
|
+
"category": "spacing",
|
|
1825
|
+
"type": "button",
|
|
1826
|
+
"item": "padding-inline",
|
|
1827
|
+
"subitem": "md"
|
|
1828
|
+
},
|
|
1829
|
+
"path": [
|
|
1830
|
+
"spacing",
|
|
1831
|
+
"button",
|
|
1832
|
+
"padding-inline",
|
|
1833
|
+
"md"
|
|
1834
|
+
],
|
|
1835
|
+
"public": true
|
|
1836
|
+
},
|
|
1837
|
+
"lg": {
|
|
1838
|
+
"value": 1.728,
|
|
1839
|
+
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1840
|
+
"isSource": true,
|
|
1841
|
+
"original": {
|
|
1842
|
+
"value": "{spacing.2XL}",
|
|
1843
|
+
"public": true
|
|
1844
|
+
},
|
|
1845
|
+
"name": "SpacingButtonPaddingInlineLg",
|
|
1846
|
+
"attributes": {
|
|
1847
|
+
"category": "spacing",
|
|
1848
|
+
"type": "button",
|
|
1849
|
+
"item": "padding-inline",
|
|
1850
|
+
"subitem": "lg"
|
|
1851
|
+
},
|
|
1852
|
+
"path": [
|
|
1853
|
+
"spacing",
|
|
1854
|
+
"button",
|
|
1855
|
+
"padding-inline",
|
|
1856
|
+
"lg"
|
|
1857
|
+
],
|
|
1858
|
+
"public": true
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1489
1861
|
}
|
|
1490
1862
|
},
|
|
1491
1863
|
"typography": {
|
|
@@ -1854,6 +2226,27 @@
|
|
|
1854
2226
|
"S"
|
|
1855
2227
|
],
|
|
1856
2228
|
"public": true
|
|
2229
|
+
},
|
|
2230
|
+
"code": {
|
|
2231
|
+
"value": "180%",
|
|
2232
|
+
"filePath": "tokens/typography/semantic/line-height.json",
|
|
2233
|
+
"isSource": true,
|
|
2234
|
+
"original": {
|
|
2235
|
+
"value": "180%",
|
|
2236
|
+
"public": true
|
|
2237
|
+
},
|
|
2238
|
+
"name": "TypographyLhCode",
|
|
2239
|
+
"attributes": {
|
|
2240
|
+
"category": "typography",
|
|
2241
|
+
"type": "lh",
|
|
2242
|
+
"item": "code"
|
|
2243
|
+
},
|
|
2244
|
+
"path": [
|
|
2245
|
+
"typography",
|
|
2246
|
+
"lh",
|
|
2247
|
+
"code"
|
|
2248
|
+
],
|
|
2249
|
+
"public": true
|
|
1857
2250
|
}
|
|
1858
2251
|
},
|
|
1859
2252
|
"multiplier": {
|