@swisspost/design-system-tokens 9.0.0-next.5 → 9.0.0-next.7
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/CHANGELOG.md +8 -0
- package/_channel.scss +1 -1
- package/_components.scss +97 -106
- package/_core.scss +2 -12
- package/_device.scss +12 -117
- package/_elements.scss +5 -3
- package/_helpers.scss +1 -1
- package/_index.scss +1 -1
- package/_palettes.scss +1 -1
- package/_scheme.scss +33 -47
- package/_theme.scss +1 -1
- package/_utilities.scss +1 -1
- package/package.json +1 -1
- package/palettes/_cargo-dark.scss +19 -0
- package/palettes/_cargo-light.scss +19 -0
- package/palettes/_post-dark.scss +19 -0
- package/palettes/_post-light.scss +19 -0
- package/tailwind/helpers.tailwind.js +1 -1
- package/tailwind/utilities.tailwind.js +1 -1
- package/tokens.json +578 -1274
package/tokens.json
CHANGED
|
@@ -331,10 +331,6 @@
|
|
|
331
331
|
"$type": "dimension",
|
|
332
332
|
"$value": "40"
|
|
333
333
|
},
|
|
334
|
-
"46": {
|
|
335
|
-
"$type": "dimension",
|
|
336
|
-
"$value": "46px"
|
|
337
|
-
},
|
|
338
334
|
"48": {
|
|
339
335
|
"$type": "dimension",
|
|
340
336
|
"$value": "48"
|
|
@@ -347,6 +343,10 @@
|
|
|
347
343
|
"$type": "dimension",
|
|
348
344
|
"$value": "56"
|
|
349
345
|
},
|
|
346
|
+
"58": {
|
|
347
|
+
"$type": "dimension",
|
|
348
|
+
"$value": "58px"
|
|
349
|
+
},
|
|
350
350
|
"64": {
|
|
351
351
|
"$type": "dimension",
|
|
352
352
|
"$value": "64"
|
|
@@ -445,10 +445,6 @@
|
|
|
445
445
|
}
|
|
446
446
|
},
|
|
447
447
|
"font-weight": {
|
|
448
|
-
"300": {
|
|
449
|
-
"$type": "fontWeights",
|
|
450
|
-
"$value": "300"
|
|
451
|
-
},
|
|
452
448
|
"400": {
|
|
453
449
|
"$type": "fontWeights",
|
|
454
450
|
"$value": "400"
|
|
@@ -491,34 +487,18 @@
|
|
|
491
487
|
"$type": "fontSizes",
|
|
492
488
|
"$value": "20"
|
|
493
489
|
},
|
|
494
|
-
"22": {
|
|
495
|
-
"$type": "fontSizes",
|
|
496
|
-
"$value": "22"
|
|
497
|
-
},
|
|
498
490
|
"24": {
|
|
499
491
|
"$type": "fontSizes",
|
|
500
492
|
"$value": "24"
|
|
501
493
|
},
|
|
502
|
-
"26": {
|
|
503
|
-
"$type": "fontSizes",
|
|
504
|
-
"$value": "26"
|
|
505
|
-
},
|
|
506
494
|
"28": {
|
|
507
495
|
"$type": "fontSizes",
|
|
508
496
|
"$value": "28"
|
|
509
497
|
},
|
|
510
|
-
"30": {
|
|
511
|
-
"$type": "fontSizes",
|
|
512
|
-
"$value": "30"
|
|
513
|
-
},
|
|
514
498
|
"32": {
|
|
515
499
|
"$type": "fontSizes",
|
|
516
500
|
"$value": "32"
|
|
517
501
|
},
|
|
518
|
-
"34": {
|
|
519
|
-
"$type": "fontSizes",
|
|
520
|
-
"$value": "34"
|
|
521
|
-
},
|
|
522
502
|
"36": {
|
|
523
503
|
"$type": "fontSizes",
|
|
524
504
|
"$value": "36"
|
|
@@ -537,10 +517,6 @@
|
|
|
537
517
|
"$type": "lineHeights",
|
|
538
518
|
"$value": "120%"
|
|
539
519
|
},
|
|
540
|
-
"140": {
|
|
541
|
-
"$type": "lineHeights",
|
|
542
|
-
"$value": "140%"
|
|
543
|
-
},
|
|
544
520
|
"150": {
|
|
545
521
|
"$type": "lineHeights",
|
|
546
522
|
"$value": "150%"
|
|
@@ -677,34 +653,6 @@
|
|
|
677
653
|
]
|
|
678
654
|
}
|
|
679
655
|
},
|
|
680
|
-
"border": {
|
|
681
|
-
"focus": {
|
|
682
|
-
"$type": "border",
|
|
683
|
-
"$value": {
|
|
684
|
-
"color": "{post.core.color.sandgrey.100}",
|
|
685
|
-
"width": "{post.core.dimension.2}",
|
|
686
|
-
"style": "solid"
|
|
687
|
-
},
|
|
688
|
-
"$description": "Has to be set arround an element"
|
|
689
|
-
},
|
|
690
|
-
"disabled": {
|
|
691
|
-
"$type": "border",
|
|
692
|
-
"$value": {
|
|
693
|
-
"color": "{post.core.color.sandgrey.060}",
|
|
694
|
-
"width": "{post.core.dimension.2}",
|
|
695
|
-
"style": "dashed"
|
|
696
|
-
},
|
|
697
|
-
"$description": "To be used for everything disabled that has a natural border"
|
|
698
|
-
},
|
|
699
|
-
"default": {
|
|
700
|
-
"$type": "border",
|
|
701
|
-
"$value": {
|
|
702
|
-
"color": "{post.core.color.sandgrey.100}",
|
|
703
|
-
"width": "{post.core.dimension.2}",
|
|
704
|
-
"style": "solid"
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
},
|
|
708
656
|
"border-style": {
|
|
709
657
|
"solid": {
|
|
710
658
|
"$type": "other",
|
|
@@ -722,10 +670,6 @@
|
|
|
722
670
|
"$type": "textDecoration",
|
|
723
671
|
"$value": "underline"
|
|
724
672
|
},
|
|
725
|
-
"line-through": {
|
|
726
|
-
"$type": "textDecoration",
|
|
727
|
-
"$value": "line-through"
|
|
728
|
-
},
|
|
729
673
|
"none": {
|
|
730
674
|
"$type": "textDecoration",
|
|
731
675
|
"$value": "none"
|
|
@@ -1039,50 +983,6 @@
|
|
|
1039
983
|
"$value": "{post.core.color.brand.white}"
|
|
1040
984
|
}
|
|
1041
985
|
}
|
|
1042
|
-
},
|
|
1043
|
-
"segmented": {
|
|
1044
|
-
"enabled": {
|
|
1045
|
-
"fg": {
|
|
1046
|
-
"$type": "color",
|
|
1047
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1048
|
-
},
|
|
1049
|
-
"bg": {
|
|
1050
|
-
"$type": "color",
|
|
1051
|
-
"$value": "{post.core.color.brand.white}"
|
|
1052
|
-
},
|
|
1053
|
-
"stroke": {
|
|
1054
|
-
"$type": "color",
|
|
1055
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1056
|
-
}
|
|
1057
|
-
},
|
|
1058
|
-
"hover": {
|
|
1059
|
-
"fg": {
|
|
1060
|
-
"$type": "color",
|
|
1061
|
-
"$value": "{post.core.color.sandgrey.070}"
|
|
1062
|
-
},
|
|
1063
|
-
"bg": {
|
|
1064
|
-
"$type": "color",
|
|
1065
|
-
"$value": "{post.core.color.brand.white}"
|
|
1066
|
-
},
|
|
1067
|
-
"stroke": {
|
|
1068
|
-
"$type": "color",
|
|
1069
|
-
"$value": "{post.core.color.sandgrey.070}"
|
|
1070
|
-
}
|
|
1071
|
-
},
|
|
1072
|
-
"selected": {
|
|
1073
|
-
"fg": {
|
|
1074
|
-
"$type": "color",
|
|
1075
|
-
"$value": "{post.core.color.brand.white}"
|
|
1076
|
-
},
|
|
1077
|
-
"bg": {
|
|
1078
|
-
"$type": "color",
|
|
1079
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1080
|
-
},
|
|
1081
|
-
"stroke": {
|
|
1082
|
-
"$type": "color",
|
|
1083
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
986
|
}
|
|
1087
987
|
},
|
|
1088
988
|
"focus": {
|
|
@@ -1095,40 +995,6 @@
|
|
|
1095
995
|
"$value": "{post.core.color.brand.white}"
|
|
1096
996
|
}
|
|
1097
997
|
},
|
|
1098
|
-
"text_input": {
|
|
1099
|
-
"enabled": {
|
|
1100
|
-
"fg": {
|
|
1101
|
-
"$type": "color",
|
|
1102
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1103
|
-
},
|
|
1104
|
-
"bg": {
|
|
1105
|
-
"$type": "color",
|
|
1106
|
-
"$value": "{post.core.color.brand.white}"
|
|
1107
|
-
},
|
|
1108
|
-
"stroke": {
|
|
1109
|
-
"$type": "color",
|
|
1110
|
-
"$value": "{post.scheme.color.interactive.text_input.enabled.fg}"
|
|
1111
|
-
}
|
|
1112
|
-
},
|
|
1113
|
-
"hover": {
|
|
1114
|
-
"fg-label": {
|
|
1115
|
-
"$type": "color",
|
|
1116
|
-
"$value": "{post.core.color.sandgrey.070}"
|
|
1117
|
-
},
|
|
1118
|
-
"bg": {
|
|
1119
|
-
"$type": "color",
|
|
1120
|
-
"$value": "{post.core.color.brand.white}"
|
|
1121
|
-
},
|
|
1122
|
-
"fg-value": {
|
|
1123
|
-
"$type": "color",
|
|
1124
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1125
|
-
},
|
|
1126
|
-
"stroke": {
|
|
1127
|
-
"$type": "color",
|
|
1128
|
-
"$value": "{post.core.color.sandgrey.070}"
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
998
|
"primary": {
|
|
1133
999
|
"enabled": {
|
|
1134
1000
|
"bg1": {
|
|
@@ -1158,6 +1024,10 @@
|
|
|
1158
1024
|
"stroke3": {
|
|
1159
1025
|
"$type": "color",
|
|
1160
1026
|
"$value": "{post.core.color.brand.white}"
|
|
1027
|
+
},
|
|
1028
|
+
"bg3": {
|
|
1029
|
+
"$type": "color",
|
|
1030
|
+
"$value": "{post.core.color.brand.white}"
|
|
1161
1031
|
}
|
|
1162
1032
|
},
|
|
1163
1033
|
"hover": {
|
|
@@ -1169,10 +1039,6 @@
|
|
|
1169
1039
|
"$type": "color",
|
|
1170
1040
|
"$value": "{post.core.color.sandgrey.070}"
|
|
1171
1041
|
},
|
|
1172
|
-
"fg2": {
|
|
1173
|
-
"$type": "color",
|
|
1174
|
-
"$value": "{post.core.color.sandgrey.060}"
|
|
1175
|
-
},
|
|
1176
1042
|
"stroke": {
|
|
1177
1043
|
"$type": "color",
|
|
1178
1044
|
"$value": "{post.core.color.sandgrey.070}"
|
|
@@ -1188,6 +1054,10 @@
|
|
|
1188
1054
|
"stroke3": {
|
|
1189
1055
|
"$type": "color",
|
|
1190
1056
|
"$value": "{post.core.color.brand.white}"
|
|
1057
|
+
},
|
|
1058
|
+
"bg3": {
|
|
1059
|
+
"$type": "color",
|
|
1060
|
+
"$value": "{post.core.color.brand.white}"
|
|
1191
1061
|
}
|
|
1192
1062
|
},
|
|
1193
1063
|
"disabled": {
|
|
@@ -1199,35 +1069,39 @@
|
|
|
1199
1069
|
"$type": "color",
|
|
1200
1070
|
"$value": "{post.core.color.sandgrey.060}"
|
|
1201
1071
|
},
|
|
1202
|
-
"
|
|
1072
|
+
"stroke": {
|
|
1203
1073
|
"$type": "color",
|
|
1204
1074
|
"$value": "{post.core.color.sandgrey.060}"
|
|
1205
1075
|
},
|
|
1206
|
-
"
|
|
1076
|
+
"fg3": {
|
|
1077
|
+
"$type": "color",
|
|
1078
|
+
"$value": "{post.core.color.brand.white}"
|
|
1079
|
+
},
|
|
1080
|
+
"stroke2": {
|
|
1207
1081
|
"$type": "color",
|
|
1208
1082
|
"$value": "{post.core.color.sandgrey.060}"
|
|
1209
1083
|
},
|
|
1210
|
-
"
|
|
1084
|
+
"bg4": {
|
|
1211
1085
|
"$type": "color",
|
|
1212
|
-
"$value": "{post.core.color.sandgrey.
|
|
1086
|
+
"$value": "{post.core.color.sandgrey.060}"
|
|
1213
1087
|
},
|
|
1214
|
-
"
|
|
1088
|
+
"stroke3": {
|
|
1215
1089
|
"$type": "color",
|
|
1216
1090
|
"$value": "{post.core.color.brand.white}"
|
|
1217
1091
|
},
|
|
1218
|
-
"
|
|
1092
|
+
"bg5": {
|
|
1219
1093
|
"$type": "color",
|
|
1220
1094
|
"$value": "{post.core.color.sandgrey.012}"
|
|
1221
1095
|
},
|
|
1222
|
-
"
|
|
1096
|
+
"fg4": {
|
|
1223
1097
|
"$type": "color",
|
|
1224
1098
|
"$value": "{post.core.color.sandgrey.060}"
|
|
1225
1099
|
},
|
|
1226
|
-
"
|
|
1100
|
+
"stroke4": {
|
|
1227
1101
|
"$type": "color",
|
|
1228
1102
|
"$value": "{post.core.color.sandgrey.060}"
|
|
1229
1103
|
},
|
|
1230
|
-
"
|
|
1104
|
+
"bg6": {
|
|
1231
1105
|
"$type": "color",
|
|
1232
1106
|
"$value": "{post.core.color.brand.white}"
|
|
1233
1107
|
}
|
|
@@ -1241,10 +1115,6 @@
|
|
|
1241
1115
|
"$type": "color",
|
|
1242
1116
|
"$value": "{post.core.color.sandgrey.100}"
|
|
1243
1117
|
},
|
|
1244
|
-
"fg2": {
|
|
1245
|
-
"$type": "color",
|
|
1246
|
-
"$value": "{post.core.color.sandgrey.060}"
|
|
1247
|
-
},
|
|
1248
1118
|
"stroke1": {
|
|
1249
1119
|
"$type": "color",
|
|
1250
1120
|
"$value": "{post.core.color.sandgrey.100}"
|
|
@@ -1261,10 +1131,6 @@
|
|
|
1261
1131
|
"$type": "color",
|
|
1262
1132
|
"$value": "{post.core.color.notification.green}"
|
|
1263
1133
|
},
|
|
1264
|
-
"stroke2": {
|
|
1265
|
-
"$type": "color",
|
|
1266
|
-
"$value": "{post.core.color.brand.white}"
|
|
1267
|
-
},
|
|
1268
1134
|
"stroke3": {
|
|
1269
1135
|
"$type": "color",
|
|
1270
1136
|
"$value": "{post.core.color.brand.white}"
|
|
@@ -1348,6 +1214,50 @@
|
|
|
1348
1214
|
"$value": "{post.scheme.color.signal.error-dark}"
|
|
1349
1215
|
}
|
|
1350
1216
|
}
|
|
1217
|
+
},
|
|
1218
|
+
"input": {
|
|
1219
|
+
"enabled": {
|
|
1220
|
+
"bg": {
|
|
1221
|
+
"$type": "color",
|
|
1222
|
+
"$value": "{post.core.color.brand.white}"
|
|
1223
|
+
},
|
|
1224
|
+
"fg": {
|
|
1225
|
+
"$type": "color",
|
|
1226
|
+
"$value": "{post.core.color.sandgrey.100}"
|
|
1227
|
+
},
|
|
1228
|
+
"border": {
|
|
1229
|
+
"$type": "color",
|
|
1230
|
+
"$value": "{post.core.color.sandgrey.100}"
|
|
1231
|
+
}
|
|
1232
|
+
},
|
|
1233
|
+
"hover": {
|
|
1234
|
+
"bg": {
|
|
1235
|
+
"$type": "color",
|
|
1236
|
+
"$value": "{post.core.color.brand.white}"
|
|
1237
|
+
},
|
|
1238
|
+
"fg": {
|
|
1239
|
+
"$type": "color",
|
|
1240
|
+
"$value": "{post.core.color.sandgrey.070}"
|
|
1241
|
+
},
|
|
1242
|
+
"border": {
|
|
1243
|
+
"$type": "color",
|
|
1244
|
+
"$value": "{post.core.color.sandgrey.070}"
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
"disabled": {
|
|
1248
|
+
"bg": {
|
|
1249
|
+
"$type": "color",
|
|
1250
|
+
"$value": "{post.core.color.brand.white}"
|
|
1251
|
+
},
|
|
1252
|
+
"fg": {
|
|
1253
|
+
"$type": "color",
|
|
1254
|
+
"$value": "{post.core.color.sandgrey.060}"
|
|
1255
|
+
},
|
|
1256
|
+
"border": {
|
|
1257
|
+
"$type": "color",
|
|
1258
|
+
"$value": "{post.core.color.sandgrey.060}"
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1351
1261
|
}
|
|
1352
1262
|
},
|
|
1353
1263
|
"surface": {
|
|
@@ -1805,50 +1715,6 @@
|
|
|
1805
1715
|
"$value": "{post.core.color.sandgrey.060}"
|
|
1806
1716
|
}
|
|
1807
1717
|
}
|
|
1808
|
-
},
|
|
1809
|
-
"segmented": {
|
|
1810
|
-
"enabled": {
|
|
1811
|
-
"fg": {
|
|
1812
|
-
"$type": "color",
|
|
1813
|
-
"$value": "{post.core.color.brand.white}"
|
|
1814
|
-
},
|
|
1815
|
-
"bg": {
|
|
1816
|
-
"$type": "color",
|
|
1817
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1818
|
-
},
|
|
1819
|
-
"stroke": {
|
|
1820
|
-
"$type": "color",
|
|
1821
|
-
"$value": "{post.core.color.brand.white}"
|
|
1822
|
-
}
|
|
1823
|
-
},
|
|
1824
|
-
"hover": {
|
|
1825
|
-
"fg": {
|
|
1826
|
-
"$type": "color",
|
|
1827
|
-
"$value": "{post.core.color.brand.white}"
|
|
1828
|
-
},
|
|
1829
|
-
"bg": {
|
|
1830
|
-
"$type": "color",
|
|
1831
|
-
"$value": "{post.core.color.sandgrey.070}"
|
|
1832
|
-
},
|
|
1833
|
-
"stroke": {
|
|
1834
|
-
"$type": "color",
|
|
1835
|
-
"$value": "{post.core.color.brand.white}"
|
|
1836
|
-
}
|
|
1837
|
-
},
|
|
1838
|
-
"selected": {
|
|
1839
|
-
"fg": {
|
|
1840
|
-
"$type": "color",
|
|
1841
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1842
|
-
},
|
|
1843
|
-
"bg": {
|
|
1844
|
-
"$type": "color",
|
|
1845
|
-
"$value": "{post.core.color.brand.white}"
|
|
1846
|
-
},
|
|
1847
|
-
"stroke": {
|
|
1848
|
-
"$type": "color",
|
|
1849
|
-
"$value": "{post.core.color.brand.white}"
|
|
1850
|
-
}
|
|
1851
|
-
}
|
|
1852
1718
|
}
|
|
1853
1719
|
},
|
|
1854
1720
|
"focus": {
|
|
@@ -1861,69 +1727,39 @@
|
|
|
1861
1727
|
"$value": "{post.core.color.sandgrey.100}"
|
|
1862
1728
|
}
|
|
1863
1729
|
},
|
|
1864
|
-
"
|
|
1730
|
+
"primary": {
|
|
1865
1731
|
"enabled": {
|
|
1866
|
-
"
|
|
1732
|
+
"bg1": {
|
|
1733
|
+
"$type": "color",
|
|
1734
|
+
"$value": "{post.core.color.sandgrey.100}"
|
|
1735
|
+
},
|
|
1736
|
+
"fg1": {
|
|
1867
1737
|
"$type": "color",
|
|
1868
1738
|
"$value": "{post.core.color.brand.white}"
|
|
1869
1739
|
},
|
|
1870
|
-
"
|
|
1740
|
+
"fg2": {
|
|
1871
1741
|
"$type": "color",
|
|
1872
|
-
"$value": "{post.core.color.sandgrey.
|
|
1742
|
+
"$value": "{post.core.color.sandgrey.060}"
|
|
1873
1743
|
},
|
|
1874
1744
|
"stroke": {
|
|
1875
1745
|
"$type": "color",
|
|
1876
|
-
"$value": "{post.
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
"hover": {
|
|
1880
|
-
"fg-label": {
|
|
1746
|
+
"$value": "{post.core.color.brand.white}"
|
|
1747
|
+
},
|
|
1748
|
+
"fg3": {
|
|
1881
1749
|
"$type": "color",
|
|
1882
|
-
"$value": "{post.core.color.sandgrey.
|
|
1750
|
+
"$value": "{post.core.color.sandgrey.100}"
|
|
1883
1751
|
},
|
|
1884
|
-
"
|
|
1752
|
+
"bg2": {
|
|
1885
1753
|
"$type": "color",
|
|
1886
1754
|
"$value": "{post.core.color.brand.white}"
|
|
1887
1755
|
},
|
|
1888
|
-
"
|
|
1756
|
+
"stroke3": {
|
|
1889
1757
|
"$type": "color",
|
|
1890
1758
|
"$value": "{post.core.color.sandgrey.100}"
|
|
1891
1759
|
},
|
|
1892
|
-
"
|
|
1893
|
-
"$type": "color",
|
|
1894
|
-
"$value": "{post.core.color.sandgrey.070}"
|
|
1895
|
-
}
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
"primary": {
|
|
1899
|
-
"enabled": {
|
|
1900
|
-
"bg1": {
|
|
1901
|
-
"$type": "color",
|
|
1902
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1903
|
-
},
|
|
1904
|
-
"fg1": {
|
|
1905
|
-
"$type": "color",
|
|
1906
|
-
"$value": "{post.core.color.brand.white}"
|
|
1907
|
-
},
|
|
1908
|
-
"fg2": {
|
|
1909
|
-
"$type": "color",
|
|
1910
|
-
"$value": "{post.core.color.sandgrey.060}"
|
|
1911
|
-
},
|
|
1912
|
-
"stroke": {
|
|
1913
|
-
"$type": "color",
|
|
1914
|
-
"$value": "{post.core.color.brand.white}"
|
|
1915
|
-
},
|
|
1916
|
-
"fg3": {
|
|
1917
|
-
"$type": "color",
|
|
1918
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1919
|
-
},
|
|
1920
|
-
"bg2": {
|
|
1921
|
-
"$type": "color",
|
|
1922
|
-
"$value": "{post.core.color.brand.white}"
|
|
1923
|
-
},
|
|
1924
|
-
"stroke3": {
|
|
1760
|
+
"bg3": {
|
|
1925
1761
|
"$type": "color",
|
|
1926
|
-
"$value": "{post.core.color.
|
|
1762
|
+
"$value": "{post.core.color.colorless}"
|
|
1927
1763
|
}
|
|
1928
1764
|
},
|
|
1929
1765
|
"hover": {
|
|
@@ -1935,10 +1771,6 @@
|
|
|
1935
1771
|
"$type": "color",
|
|
1936
1772
|
"$value": "{post.core.color.brand.white}"
|
|
1937
1773
|
},
|
|
1938
|
-
"fg2": {
|
|
1939
|
-
"$type": "color",
|
|
1940
|
-
"$value": "{post.core.color.sandgrey.060}"
|
|
1941
|
-
},
|
|
1942
1774
|
"stroke": {
|
|
1943
1775
|
"$type": "color",
|
|
1944
1776
|
"$value": "{post.core.color.brand.white}"
|
|
@@ -1954,6 +1786,10 @@
|
|
|
1954
1786
|
"stroke3": {
|
|
1955
1787
|
"$type": "color",
|
|
1956
1788
|
"$value": "{post.core.color.sandgrey.070}"
|
|
1789
|
+
},
|
|
1790
|
+
"bg3": {
|
|
1791
|
+
"$type": "color",
|
|
1792
|
+
"$value": "{post.core.color.sandgrey.alpha.lightsand.20}"
|
|
1957
1793
|
}
|
|
1958
1794
|
},
|
|
1959
1795
|
"disabled": {
|
|
@@ -1965,26 +1801,14 @@
|
|
|
1965
1801
|
"$type": "color",
|
|
1966
1802
|
"$value": "{post.core.color.brand.white}"
|
|
1967
1803
|
},
|
|
1968
|
-
"fg2": {
|
|
1969
|
-
"$type": "color",
|
|
1970
|
-
"$value": "{post.core.color.brand.white}"
|
|
1971
|
-
},
|
|
1972
1804
|
"stroke": {
|
|
1973
1805
|
"$type": "color",
|
|
1974
1806
|
"$value": "{post.core.color.brand.white}"
|
|
1975
1807
|
},
|
|
1976
|
-
"bg2": {
|
|
1977
|
-
"$type": "color",
|
|
1978
|
-
"$value": "{post.core.color.sandgrey.012}"
|
|
1979
|
-
},
|
|
1980
1808
|
"fg3": {
|
|
1981
1809
|
"$type": "color",
|
|
1982
1810
|
"$value": "{post.core.color.sandgrey.060}"
|
|
1983
1811
|
},
|
|
1984
|
-
"bg3": {
|
|
1985
|
-
"$type": "color",
|
|
1986
|
-
"$value": "{post.core.color.sandgrey.012}"
|
|
1987
|
-
},
|
|
1988
1812
|
"stroke2": {
|
|
1989
1813
|
"$type": "color",
|
|
1990
1814
|
"$value": "{post.core.color.brand.white}"
|
|
@@ -1996,6 +1820,22 @@
|
|
|
1996
1820
|
"stroke3": {
|
|
1997
1821
|
"$type": "color",
|
|
1998
1822
|
"$value": "{post.core.color.sandgrey.060}"
|
|
1823
|
+
},
|
|
1824
|
+
"bg5": {
|
|
1825
|
+
"$type": "color",
|
|
1826
|
+
"$value": "{post.core.color.sandgrey.alpha.lightsand.10}"
|
|
1827
|
+
},
|
|
1828
|
+
"fg4": {
|
|
1829
|
+
"$type": "color",
|
|
1830
|
+
"$value": "{post.core.color.sandgrey.alpha.lightsand.60}"
|
|
1831
|
+
},
|
|
1832
|
+
"stroke4": {
|
|
1833
|
+
"$type": "color",
|
|
1834
|
+
"$value": "{post.core.color.sandgrey.alpha.lightsand.60}"
|
|
1835
|
+
},
|
|
1836
|
+
"bg6": {
|
|
1837
|
+
"$type": "color",
|
|
1838
|
+
"$value": "{post.core.color.colorless}"
|
|
1999
1839
|
}
|
|
2000
1840
|
},
|
|
2001
1841
|
"selected": {
|
|
@@ -2007,10 +1847,6 @@
|
|
|
2007
1847
|
"$type": "color",
|
|
2008
1848
|
"$value": "{post.core.color.brand.white}"
|
|
2009
1849
|
},
|
|
2010
|
-
"fg2": {
|
|
2011
|
-
"$type": "color",
|
|
2012
|
-
"$value": "{post.core.color.sandgrey.060}"
|
|
2013
|
-
},
|
|
2014
1850
|
"stroke1": {
|
|
2015
1851
|
"$type": "color",
|
|
2016
1852
|
"$value": "{post.core.color.brand.white}"
|
|
@@ -2021,15 +1857,11 @@
|
|
|
2021
1857
|
},
|
|
2022
1858
|
"bg2": {
|
|
2023
1859
|
"$type": "color",
|
|
2024
|
-
"$value": "{post.core.color.notification.green}"
|
|
1860
|
+
"$value": "{post.core.color.notification.green-light}"
|
|
2025
1861
|
},
|
|
2026
1862
|
"stroke4": {
|
|
2027
1863
|
"$type": "color",
|
|
2028
|
-
"$value": "{post.core.color.notification.green}"
|
|
2029
|
-
},
|
|
2030
|
-
"stroke2": {
|
|
2031
|
-
"$type": "color",
|
|
2032
|
-
"$value": "{post.core.color.sandgrey.100}"
|
|
1864
|
+
"$value": "{post.core.color.notification.green-light}"
|
|
2033
1865
|
},
|
|
2034
1866
|
"stroke3": {
|
|
2035
1867
|
"$type": "color",
|
|
@@ -2114,6 +1946,14 @@
|
|
|
2114
1946
|
"$value": "{post.scheme.color.signal.error-dark}"
|
|
2115
1947
|
}
|
|
2116
1948
|
}
|
|
1949
|
+
},
|
|
1950
|
+
"input": {
|
|
1951
|
+
"enabled": {
|
|
1952
|
+
"border": {
|
|
1953
|
+
"$type": "color",
|
|
1954
|
+
"$value": "{post.core.color.sandgrey.080}"
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
2117
1957
|
}
|
|
2118
1958
|
},
|
|
2119
1959
|
"surface": {
|
|
@@ -2331,58 +2171,6 @@
|
|
|
2331
2171
|
"11": {
|
|
2332
2172
|
"$type": "fontSizes",
|
|
2333
2173
|
"$value": "{post.core.font-size.12}"
|
|
2334
|
-
},
|
|
2335
|
-
"heading": {
|
|
2336
|
-
"xs": {
|
|
2337
|
-
"$type": "fontSizes",
|
|
2338
|
-
"$value": "{post.core.font-size.20}"
|
|
2339
|
-
},
|
|
2340
|
-
"s": {
|
|
2341
|
-
"$type": "fontSizes",
|
|
2342
|
-
"$value": "{post.core.font-size.24}"
|
|
2343
|
-
},
|
|
2344
|
-
"m": {
|
|
2345
|
-
"$type": "fontSizes",
|
|
2346
|
-
"$value": "{post.core.font-size.28}"
|
|
2347
|
-
},
|
|
2348
|
-
"l": {
|
|
2349
|
-
"$type": "fontSizes",
|
|
2350
|
-
"$value": "{post.core.font-size.32}"
|
|
2351
|
-
},
|
|
2352
|
-
"xl": {
|
|
2353
|
-
"$type": "fontSizes",
|
|
2354
|
-
"$value": "{post.core.font-size.36}"
|
|
2355
|
-
},
|
|
2356
|
-
"xxl": {
|
|
2357
|
-
"$type": "fontSizes",
|
|
2358
|
-
"$value": "{post.core.font-size.40}"
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
"text": {
|
|
2362
|
-
"xs": {
|
|
2363
|
-
"$type": "fontSizes",
|
|
2364
|
-
"$value": "{post.core.font-size.12}"
|
|
2365
|
-
},
|
|
2366
|
-
"s": {
|
|
2367
|
-
"$type": "fontSizes",
|
|
2368
|
-
"$value": "{post.core.font-size.14}"
|
|
2369
|
-
},
|
|
2370
|
-
"m": {
|
|
2371
|
-
"$type": "fontSizes",
|
|
2372
|
-
"$value": "{post.core.font-size.16}"
|
|
2373
|
-
},
|
|
2374
|
-
"l": {
|
|
2375
|
-
"$type": "fontSizes",
|
|
2376
|
-
"$value": "{post.core.font-size.18}"
|
|
2377
|
-
},
|
|
2378
|
-
"xl": {
|
|
2379
|
-
"$type": "fontSizes",
|
|
2380
|
-
"$value": "{post.core.font-size.20}"
|
|
2381
|
-
},
|
|
2382
|
-
"xxs": {
|
|
2383
|
-
"$type": "fontSizes",
|
|
2384
|
-
"$value": "{post.core.font-size.10}"
|
|
2385
|
-
}
|
|
2386
2174
|
}
|
|
2387
2175
|
},
|
|
2388
2176
|
"elevation": {
|
|
@@ -2423,18 +2211,10 @@
|
|
|
2423
2211
|
"$type": "spacing",
|
|
2424
2212
|
"$value": "{post.core.dimension.2}"
|
|
2425
2213
|
},
|
|
2426
|
-
"3": {
|
|
2427
|
-
"$type": "spacing",
|
|
2428
|
-
"$value": "{post.core.dimension.12}"
|
|
2429
|
-
},
|
|
2430
2214
|
"4": {
|
|
2431
2215
|
"$type": "spacing",
|
|
2432
2216
|
"$value": "{post.core.dimension.16}"
|
|
2433
2217
|
},
|
|
2434
|
-
"5": {
|
|
2435
|
-
"$type": "spacing",
|
|
2436
|
-
"$value": "{post.core.dimension.24}"
|
|
2437
|
-
},
|
|
2438
2218
|
"6": {
|
|
2439
2219
|
"$type": "spacing",
|
|
2440
2220
|
"$value": "{post.core.dimension.0}"
|
|
@@ -2486,14 +2266,6 @@
|
|
|
2486
2266
|
"$type": "spacing",
|
|
2487
2267
|
"$value": "{post.core.dimension.18}"
|
|
2488
2268
|
},
|
|
2489
|
-
"8": {
|
|
2490
|
-
"$type": "spacing",
|
|
2491
|
-
"$value": "{post.core.dimension.12}"
|
|
2492
|
-
},
|
|
2493
|
-
"9": {
|
|
2494
|
-
"$type": "spacing",
|
|
2495
|
-
"$value": "{post.core.dimension.10}"
|
|
2496
|
-
},
|
|
2497
2269
|
"10": {
|
|
2498
2270
|
"$type": "spacing",
|
|
2499
2271
|
"$value": "{post.core.dimension.8}"
|
|
@@ -2561,14 +2333,6 @@
|
|
|
2561
2333
|
"$type": "spacing",
|
|
2562
2334
|
"$value": "{post.core.dimension.1}"
|
|
2563
2335
|
},
|
|
2564
|
-
"13": {
|
|
2565
|
-
"$type": "spacing",
|
|
2566
|
-
"$value": "{post.core.dimension.16}"
|
|
2567
|
-
},
|
|
2568
|
-
"14": {
|
|
2569
|
-
"$type": "spacing",
|
|
2570
|
-
"$value": "{post.core.dimension.14}"
|
|
2571
|
-
},
|
|
2572
2336
|
"15": {
|
|
2573
2337
|
"$type": "spacing",
|
|
2574
2338
|
"$value": "{post.core.dimension.8}"
|
|
@@ -2587,15 +2351,7 @@
|
|
|
2587
2351
|
},
|
|
2588
2352
|
"19": {
|
|
2589
2353
|
"$type": "spacing",
|
|
2590
|
-
"$value": "{post.core.dimension.
|
|
2591
|
-
},
|
|
2592
|
-
"20": {
|
|
2593
|
-
"$type": "spacing",
|
|
2594
|
-
"$value": "{post.core.dimension.15-5}"
|
|
2595
|
-
},
|
|
2596
|
-
"21": {
|
|
2597
|
-
"$type": "spacing",
|
|
2598
|
-
"$value": "{post.core.dimension.16}"
|
|
2354
|
+
"$value": "{post.core.dimension.16-5}"
|
|
2599
2355
|
},
|
|
2600
2356
|
"inline": {
|
|
2601
2357
|
"1": {
|
|
@@ -2636,18 +2392,10 @@
|
|
|
2636
2392
|
"$type": "spacing",
|
|
2637
2393
|
"$value": "{post.core.dimension.11}"
|
|
2638
2394
|
},
|
|
2639
|
-
"2": {
|
|
2640
|
-
"$type": "spacing",
|
|
2641
|
-
"$value": "{post.core.dimension.4}"
|
|
2642
|
-
},
|
|
2643
2395
|
"3": {
|
|
2644
2396
|
"$type": "spacing",
|
|
2645
2397
|
"$value": "{post.core.dimension.4-5}"
|
|
2646
2398
|
},
|
|
2647
|
-
"4": {
|
|
2648
|
-
"$type": "spacing",
|
|
2649
|
-
"$value": "{post.core.dimension.7-5}"
|
|
2650
|
-
},
|
|
2651
2399
|
"5": {
|
|
2652
2400
|
"$type": "spacing",
|
|
2653
2401
|
"$value": "{post.core.dimension.6}"
|
|
@@ -2672,18 +2420,10 @@
|
|
|
2672
2420
|
"$type": "spacing",
|
|
2673
2421
|
"$value": "{post.core.dimension.24}"
|
|
2674
2422
|
},
|
|
2675
|
-
"11": {
|
|
2676
|
-
"$type": "spacing",
|
|
2677
|
-
"$value": "{post.core.dimension.4}"
|
|
2678
|
-
},
|
|
2679
2423
|
"12": {
|
|
2680
2424
|
"$type": "spacing",
|
|
2681
2425
|
"$value": "{post.core.dimension.10}"
|
|
2682
2426
|
},
|
|
2683
|
-
"13": {
|
|
2684
|
-
"$type": "spacing",
|
|
2685
|
-
"$value": "{post.core.dimension.16}"
|
|
2686
|
-
},
|
|
2687
2427
|
"14": {
|
|
2688
2428
|
"$type": "spacing",
|
|
2689
2429
|
"$value": "{post.core.dimension.8}"
|
|
@@ -2732,10 +2472,6 @@
|
|
|
2732
2472
|
"$type": "spacing",
|
|
2733
2473
|
"$value": "{post.core.dimension.24}"
|
|
2734
2474
|
},
|
|
2735
|
-
"26": {
|
|
2736
|
-
"$type": "spacing",
|
|
2737
|
-
"$value": "{post.core.dimension.26}"
|
|
2738
|
-
},
|
|
2739
2475
|
"27": {
|
|
2740
2476
|
"$type": "spacing",
|
|
2741
2477
|
"$value": "{post.core.dimension.17}"
|
|
@@ -2784,14 +2520,6 @@
|
|
|
2784
2520
|
"sizing": {
|
|
2785
2521
|
"interactive": {
|
|
2786
2522
|
"icon": {
|
|
2787
|
-
"height": {
|
|
2788
|
-
"$type": "sizing",
|
|
2789
|
-
"$value": "{post.core.dimension.24}"
|
|
2790
|
-
},
|
|
2791
|
-
"width": {
|
|
2792
|
-
"$type": "sizing",
|
|
2793
|
-
"$value": "{post.core.dimension.24}"
|
|
2794
|
-
},
|
|
2795
2523
|
"size": {
|
|
2796
2524
|
"$type": "sizing",
|
|
2797
2525
|
"$value": "{post.core.dimension.24}"
|
|
@@ -2809,12 +2537,6 @@
|
|
|
2809
2537
|
"$value": "{post.core.dimension.16}"
|
|
2810
2538
|
}
|
|
2811
2539
|
},
|
|
2812
|
-
"textfields": {
|
|
2813
|
-
"icon": {
|
|
2814
|
-
"$type": "sizing",
|
|
2815
|
-
"$value": "{post.core.dimension.32}"
|
|
2816
|
-
}
|
|
2817
|
-
},
|
|
2818
2540
|
"stepper": {
|
|
2819
2541
|
"indicator": {
|
|
2820
2542
|
"$type": "sizing",
|
|
@@ -2831,10 +2553,6 @@
|
|
|
2831
2553
|
"$type": "sizing",
|
|
2832
2554
|
"$value": "{post.core.dimension.56}"
|
|
2833
2555
|
},
|
|
2834
|
-
"3": {
|
|
2835
|
-
"$type": "sizing",
|
|
2836
|
-
"$value": "{post.core.dimension.40}"
|
|
2837
|
-
},
|
|
2838
2556
|
"4": {
|
|
2839
2557
|
"$type": "sizing",
|
|
2840
2558
|
"$value": "{post.core.dimension.40}"
|
|
@@ -2861,14 +2579,6 @@
|
|
|
2861
2579
|
}
|
|
2862
2580
|
},
|
|
2863
2581
|
"icon": {
|
|
2864
|
-
"1": {
|
|
2865
|
-
"$type": "sizing",
|
|
2866
|
-
"$value": "{post.core.dimension.24}"
|
|
2867
|
-
},
|
|
2868
|
-
"2": {
|
|
2869
|
-
"$type": "sizing",
|
|
2870
|
-
"$value": "{post.core.dimension.20}"
|
|
2871
|
-
},
|
|
2872
2582
|
"3": {
|
|
2873
2583
|
"$type": "sizing",
|
|
2874
2584
|
"$value": "{post.core.dimension.24}"
|
|
@@ -2886,12 +2596,6 @@
|
|
|
2886
2596
|
"$value": "{post.core.dimension.8}"
|
|
2887
2597
|
}
|
|
2888
2598
|
}
|
|
2889
|
-
},
|
|
2890
|
-
"footer": {
|
|
2891
|
-
"socialmedia": {
|
|
2892
|
-
"$type": "sizing",
|
|
2893
|
-
"$value": "{post.core.dimension.40}"
|
|
2894
|
-
}
|
|
2895
2599
|
}
|
|
2896
2600
|
},
|
|
2897
2601
|
"notification": {
|
|
@@ -2908,10 +2612,6 @@
|
|
|
2908
2612
|
"$value": "{post.core.dimension.8}"
|
|
2909
2613
|
},
|
|
2910
2614
|
"icon": {
|
|
2911
|
-
"1": {
|
|
2912
|
-
"$type": "sizing",
|
|
2913
|
-
"$value": "{post.core.dimension.28}"
|
|
2914
|
-
},
|
|
2915
2615
|
"2": {
|
|
2916
2616
|
"$type": "sizing",
|
|
2917
2617
|
"$value": "{post.core.dimension.64}"
|
|
@@ -2974,10 +2674,6 @@
|
|
|
2974
2674
|
"$type": "fontWeights",
|
|
2975
2675
|
"$value": "{post.core.font-weight.400}"
|
|
2976
2676
|
},
|
|
2977
|
-
"medium": {
|
|
2978
|
-
"$type": "fontWeights",
|
|
2979
|
-
"$value": "{post.core.font-weight.500}"
|
|
2980
|
-
},
|
|
2981
2677
|
"black": {
|
|
2982
2678
|
"$type": "fontWeights",
|
|
2983
2679
|
"$value": "{post.core.font-weight.900}"
|
|
@@ -2999,10 +2695,6 @@
|
|
|
2999
2695
|
"label": {
|
|
3000
2696
|
"$type": "lineHeights",
|
|
3001
2697
|
"$value": "{post.core.line-height.150}"
|
|
3002
|
-
},
|
|
3003
|
-
"link": {
|
|
3004
|
-
"$type": "lineHeights",
|
|
3005
|
-
"$value": "{post.core.line-height.150}"
|
|
3006
2698
|
}
|
|
3007
2699
|
},
|
|
3008
2700
|
"border-width": {
|
|
@@ -3052,15 +2744,15 @@
|
|
|
3052
2744
|
"position": {
|
|
3053
2745
|
"1": {
|
|
3054
2746
|
"$type": "dimension",
|
|
3055
|
-
"$value": "{post.core.dimension.
|
|
2747
|
+
"$value": "{post.core.dimension.40}"
|
|
3056
2748
|
},
|
|
3057
2749
|
"2": {
|
|
3058
2750
|
"$type": "dimension",
|
|
3059
|
-
"$value": "{post.core.dimension.
|
|
2751
|
+
"$value": "{post.core.dimension.16}"
|
|
3060
2752
|
},
|
|
3061
2753
|
"3": {
|
|
3062
2754
|
"$type": "dimension",
|
|
3063
|
-
"$value": "{post.core.dimension.
|
|
2755
|
+
"$value": "{post.core.dimension.48}"
|
|
3064
2756
|
}
|
|
3065
2757
|
}
|
|
3066
2758
|
}
|
|
@@ -3113,58 +2805,6 @@
|
|
|
3113
2805
|
"11": {
|
|
3114
2806
|
"$type": "fontSizes",
|
|
3115
2807
|
"$value": "{post.core.font-size.12}"
|
|
3116
|
-
},
|
|
3117
|
-
"heading": {
|
|
3118
|
-
"xs": {
|
|
3119
|
-
"$type": "fontSizes",
|
|
3120
|
-
"$value": "{post.core.font-size.16}"
|
|
3121
|
-
},
|
|
3122
|
-
"s": {
|
|
3123
|
-
"$type": "fontSizes",
|
|
3124
|
-
"$value": "{post.core.font-size.20}"
|
|
3125
|
-
},
|
|
3126
|
-
"m": {
|
|
3127
|
-
"$type": "fontSizes",
|
|
3128
|
-
"$value": "{post.core.font-size.24}"
|
|
3129
|
-
},
|
|
3130
|
-
"l": {
|
|
3131
|
-
"$type": "fontSizes",
|
|
3132
|
-
"$value": "{post.core.font-size.28}"
|
|
3133
|
-
},
|
|
3134
|
-
"xl": {
|
|
3135
|
-
"$type": "fontSizes",
|
|
3136
|
-
"$value": "{post.core.font-size.32}"
|
|
3137
|
-
},
|
|
3138
|
-
"xxl": {
|
|
3139
|
-
"$type": "fontSizes",
|
|
3140
|
-
"$value": "{post.core.font-size.36}"
|
|
3141
|
-
}
|
|
3142
|
-
},
|
|
3143
|
-
"text": {
|
|
3144
|
-
"xs": {
|
|
3145
|
-
"$type": "fontSizes",
|
|
3146
|
-
"$value": "{post.core.font-size.12}"
|
|
3147
|
-
},
|
|
3148
|
-
"s": {
|
|
3149
|
-
"$type": "fontSizes",
|
|
3150
|
-
"$value": "{post.core.font-size.14}"
|
|
3151
|
-
},
|
|
3152
|
-
"m": {
|
|
3153
|
-
"$type": "fontSizes",
|
|
3154
|
-
"$value": "{post.core.font-size.16}"
|
|
3155
|
-
},
|
|
3156
|
-
"l": {
|
|
3157
|
-
"$type": "fontSizes",
|
|
3158
|
-
"$value": "{post.core.font-size.18}"
|
|
3159
|
-
},
|
|
3160
|
-
"xl": {
|
|
3161
|
-
"$type": "fontSizes",
|
|
3162
|
-
"$value": "{post.core.font-size.20}"
|
|
3163
|
-
},
|
|
3164
|
-
"xxs": {
|
|
3165
|
-
"$type": "fontSizes",
|
|
3166
|
-
"$value": "{post.core.font-size.10}"
|
|
3167
|
-
}
|
|
3168
2808
|
}
|
|
3169
2809
|
},
|
|
3170
2810
|
"elevation": {
|
|
@@ -3224,14 +2864,6 @@
|
|
|
3224
2864
|
"$type": "spacing",
|
|
3225
2865
|
"$value": "{post.core.dimension.16}"
|
|
3226
2866
|
},
|
|
3227
|
-
"8": {
|
|
3228
|
-
"$type": "spacing",
|
|
3229
|
-
"$value": "{post.core.dimension.10}"
|
|
3230
|
-
},
|
|
3231
|
-
"9": {
|
|
3232
|
-
"$type": "spacing",
|
|
3233
|
-
"$value": "{post.core.dimension.8}"
|
|
3234
|
-
},
|
|
3235
2867
|
"10": {
|
|
3236
2868
|
"$type": "spacing",
|
|
3237
2869
|
"$value": "{post.core.dimension.6}"
|
|
@@ -3255,21 +2887,9 @@
|
|
|
3255
2887
|
"$type": "spacing",
|
|
3256
2888
|
"$value": "{post.core.dimension.22}"
|
|
3257
2889
|
},
|
|
3258
|
-
"13": {
|
|
3259
|
-
"$type": "spacing",
|
|
3260
|
-
"$value": "{post.core.dimension.14}"
|
|
3261
|
-
},
|
|
3262
|
-
"14": {
|
|
3263
|
-
"$type": "spacing",
|
|
3264
|
-
"$value": "{post.core.dimension.12}"
|
|
3265
|
-
},
|
|
3266
2890
|
"19": {
|
|
3267
2891
|
"$type": "spacing",
|
|
3268
|
-
"$value": "{post.core.dimension.
|
|
3269
|
-
},
|
|
3270
|
-
"20": {
|
|
3271
|
-
"$type": "spacing",
|
|
3272
|
-
"$value": "{post.core.dimension.14}"
|
|
2892
|
+
"$value": "{post.core.dimension.15}"
|
|
3273
2893
|
},
|
|
3274
2894
|
"block": {
|
|
3275
2895
|
"1": {
|
|
@@ -3280,10 +2900,6 @@
|
|
|
3280
2900
|
"$type": "spacing",
|
|
3281
2901
|
"$value": "{post.core.dimension.5}"
|
|
3282
2902
|
},
|
|
3283
|
-
"4": {
|
|
3284
|
-
"$type": "spacing",
|
|
3285
|
-
"$value": "{post.core.dimension.5}"
|
|
3286
|
-
},
|
|
3287
2903
|
"6": {
|
|
3288
2904
|
"$type": "spacing",
|
|
3289
2905
|
"$value": "{post.core.dimension.0}"
|
|
@@ -3300,18 +2916,10 @@
|
|
|
3300
2916
|
"$type": "spacing",
|
|
3301
2917
|
"$value": "{post.core.dimension.16}"
|
|
3302
2918
|
},
|
|
3303
|
-
"
|
|
3304
|
-
"$type": "spacing",
|
|
3305
|
-
"$value": "{post.core.dimension.0}"
|
|
3306
|
-
},
|
|
3307
|
-
"12": {
|
|
2919
|
+
"12": {
|
|
3308
2920
|
"$type": "spacing",
|
|
3309
2921
|
"$value": "{post.core.dimension.6}"
|
|
3310
2922
|
},
|
|
3311
|
-
"13": {
|
|
3312
|
-
"$type": "spacing",
|
|
3313
|
-
"$value": "{post.core.dimension.8}"
|
|
3314
|
-
},
|
|
3315
2923
|
"14": {
|
|
3316
2924
|
"$type": "spacing",
|
|
3317
2925
|
"$value": "{post.core.dimension.8-5}"
|
|
@@ -3348,10 +2956,6 @@
|
|
|
3348
2956
|
"$type": "spacing",
|
|
3349
2957
|
"$value": "{post.core.dimension.0}"
|
|
3350
2958
|
},
|
|
3351
|
-
"26": {
|
|
3352
|
-
"$type": "spacing",
|
|
3353
|
-
"$value": "{post.core.dimension.23}"
|
|
3354
|
-
},
|
|
3355
2959
|
"27": {
|
|
3356
2960
|
"$type": "spacing",
|
|
3357
2961
|
"$value": "{post.core.dimension.12}"
|
|
@@ -3410,25 +3014,11 @@
|
|
|
3410
3014
|
"sizing": {
|
|
3411
3015
|
"interactive": {
|
|
3412
3016
|
"icon": {
|
|
3413
|
-
"height": {
|
|
3414
|
-
"$type": "sizing",
|
|
3415
|
-
"$value": "{post.core.dimension.22}"
|
|
3416
|
-
},
|
|
3417
|
-
"width": {
|
|
3418
|
-
"$type": "sizing",
|
|
3419
|
-
"$value": "{post.core.dimension.22}"
|
|
3420
|
-
},
|
|
3421
3017
|
"size": {
|
|
3422
3018
|
"$type": "sizing",
|
|
3423
3019
|
"$value": "{post.core.dimension.22}"
|
|
3424
3020
|
}
|
|
3425
3021
|
},
|
|
3426
|
-
"textfields": {
|
|
3427
|
-
"icon": {
|
|
3428
|
-
"$type": "sizing",
|
|
3429
|
-
"$value": "{post.core.dimension.32}"
|
|
3430
|
-
}
|
|
3431
|
-
},
|
|
3432
3022
|
"stepper": {
|
|
3433
3023
|
"indicator": {
|
|
3434
3024
|
"$type": "sizing",
|
|
@@ -3445,10 +3035,6 @@
|
|
|
3445
3035
|
"$type": "sizing",
|
|
3446
3036
|
"$value": "{post.core.dimension.48}"
|
|
3447
3037
|
},
|
|
3448
|
-
"3": {
|
|
3449
|
-
"$type": "sizing",
|
|
3450
|
-
"$value": "{post.core.dimension.32}"
|
|
3451
|
-
},
|
|
3452
3038
|
"4": {
|
|
3453
3039
|
"$type": "sizing",
|
|
3454
3040
|
"$value": "{post.core.dimension.34}"
|
|
@@ -3475,10 +3061,6 @@
|
|
|
3475
3061
|
}
|
|
3476
3062
|
},
|
|
3477
3063
|
"icon": {
|
|
3478
|
-
"1": {
|
|
3479
|
-
"$type": "sizing",
|
|
3480
|
-
"$value": "{post.core.dimension.20}"
|
|
3481
|
-
},
|
|
3482
3064
|
"2": {
|
|
3483
3065
|
"$type": "sizing",
|
|
3484
3066
|
"$value": "{post.core.dimension.16}"
|
|
@@ -3500,12 +3082,6 @@
|
|
|
3500
3082
|
"$value": "{post.core.dimension.6}"
|
|
3501
3083
|
}
|
|
3502
3084
|
}
|
|
3503
|
-
},
|
|
3504
|
-
"footer": {
|
|
3505
|
-
"socialmedia": {
|
|
3506
|
-
"$type": "sizing",
|
|
3507
|
-
"$value": "{post.core.dimension.32}"
|
|
3508
|
-
}
|
|
3509
3085
|
}
|
|
3510
3086
|
},
|
|
3511
3087
|
"notification": {
|
|
@@ -3522,10 +3098,6 @@
|
|
|
3522
3098
|
"$value": "{post.core.dimension.8}"
|
|
3523
3099
|
},
|
|
3524
3100
|
"icon": {
|
|
3525
|
-
"1": {
|
|
3526
|
-
"$type": "sizing",
|
|
3527
|
-
"$value": "{post.core.dimension.28}"
|
|
3528
|
-
},
|
|
3529
3101
|
"2": {
|
|
3530
3102
|
"$type": "sizing",
|
|
3531
3103
|
"$value": "{post.core.dimension.48}"
|
|
@@ -3562,10 +3134,6 @@
|
|
|
3562
3134
|
}
|
|
3563
3135
|
},
|
|
3564
3136
|
"font-weight": {
|
|
3565
|
-
"medium": {
|
|
3566
|
-
"$type": "fontWeights",
|
|
3567
|
-
"$value": "{post.core.font-weight.500}"
|
|
3568
|
-
},
|
|
3569
3137
|
"bold": {
|
|
3570
3138
|
"$type": "fontWeights",
|
|
3571
3139
|
"$value": "{post.core.font-weight.700}"
|
|
@@ -3595,10 +3163,6 @@
|
|
|
3595
3163
|
"label": {
|
|
3596
3164
|
"$type": "lineHeights",
|
|
3597
3165
|
"$value": "{post.core.line-height.150}"
|
|
3598
|
-
},
|
|
3599
|
-
"link": {
|
|
3600
|
-
"$type": "lineHeights",
|
|
3601
|
-
"$value": "{post.core.line-height.150}"
|
|
3602
3166
|
}
|
|
3603
3167
|
},
|
|
3604
3168
|
"grid": {
|
|
@@ -3626,7 +3190,7 @@
|
|
|
3626
3190
|
"position": {
|
|
3627
3191
|
"1": {
|
|
3628
3192
|
"$type": "dimension",
|
|
3629
|
-
"$value": "{post.core.dimension.
|
|
3193
|
+
"$value": "{post.core.dimension.40}"
|
|
3630
3194
|
}
|
|
3631
3195
|
}
|
|
3632
3196
|
}
|
|
@@ -3679,58 +3243,6 @@
|
|
|
3679
3243
|
"11": {
|
|
3680
3244
|
"$type": "fontSizes",
|
|
3681
3245
|
"$value": "{post.core.font-size.12}"
|
|
3682
|
-
},
|
|
3683
|
-
"heading": {
|
|
3684
|
-
"xs": {
|
|
3685
|
-
"$type": "fontSizes",
|
|
3686
|
-
"$value": "{post.core.font-size.14}"
|
|
3687
|
-
},
|
|
3688
|
-
"s": {
|
|
3689
|
-
"$type": "fontSizes",
|
|
3690
|
-
"$value": "{post.core.font-size.18}"
|
|
3691
|
-
},
|
|
3692
|
-
"m": {
|
|
3693
|
-
"$type": "fontSizes",
|
|
3694
|
-
"$value": "{post.core.font-size.20}"
|
|
3695
|
-
},
|
|
3696
|
-
"l": {
|
|
3697
|
-
"$type": "fontSizes",
|
|
3698
|
-
"$value": "{post.core.font-size.24}"
|
|
3699
|
-
},
|
|
3700
|
-
"xl": {
|
|
3701
|
-
"$type": "fontSizes",
|
|
3702
|
-
"$value": "{post.core.font-size.28}"
|
|
3703
|
-
},
|
|
3704
|
-
"xxl": {
|
|
3705
|
-
"$type": "fontSizes",
|
|
3706
|
-
"$value": "{post.core.font-size.32}"
|
|
3707
|
-
}
|
|
3708
|
-
},
|
|
3709
|
-
"text": {
|
|
3710
|
-
"xs": {
|
|
3711
|
-
"$type": "fontSizes",
|
|
3712
|
-
"$value": "{post.core.font-size.12}"
|
|
3713
|
-
},
|
|
3714
|
-
"s": {
|
|
3715
|
-
"$type": "fontSizes",
|
|
3716
|
-
"$value": "{post.core.font-size.14}"
|
|
3717
|
-
},
|
|
3718
|
-
"m": {
|
|
3719
|
-
"$type": "fontSizes",
|
|
3720
|
-
"$value": "{post.core.font-size.16}"
|
|
3721
|
-
},
|
|
3722
|
-
"l": {
|
|
3723
|
-
"$type": "fontSizes",
|
|
3724
|
-
"$value": "{post.core.font-size.18}"
|
|
3725
|
-
},
|
|
3726
|
-
"xl": {
|
|
3727
|
-
"$type": "fontSizes",
|
|
3728
|
-
"$value": "{post.core.font-size.20}"
|
|
3729
|
-
},
|
|
3730
|
-
"xxs": {
|
|
3731
|
-
"$type": "fontSizes",
|
|
3732
|
-
"$value": "{post.core.font-size.10}"
|
|
3733
|
-
}
|
|
3734
3246
|
}
|
|
3735
3247
|
},
|
|
3736
3248
|
"elevation": {
|
|
@@ -3798,14 +3310,6 @@
|
|
|
3798
3310
|
"$type": "spacing",
|
|
3799
3311
|
"$value": "{post.core.dimension.12}"
|
|
3800
3312
|
},
|
|
3801
|
-
"8": {
|
|
3802
|
-
"$type": "spacing",
|
|
3803
|
-
"$value": "{post.core.dimension.8}"
|
|
3804
|
-
},
|
|
3805
|
-
"9": {
|
|
3806
|
-
"$type": "spacing",
|
|
3807
|
-
"$value": "{post.core.dimension.6}"
|
|
3808
|
-
},
|
|
3809
3313
|
"10": {
|
|
3810
3314
|
"$type": "spacing",
|
|
3811
3315
|
"$value": "{post.core.dimension.4}"
|
|
@@ -3837,14 +3341,6 @@
|
|
|
3837
3341
|
"$type": "spacing",
|
|
3838
3342
|
"$value": "{post.core.dimension.14}"
|
|
3839
3343
|
},
|
|
3840
|
-
"13": {
|
|
3841
|
-
"$type": "spacing",
|
|
3842
|
-
"$value": "{post.core.dimension.12}"
|
|
3843
|
-
},
|
|
3844
|
-
"14": {
|
|
3845
|
-
"$type": "spacing",
|
|
3846
|
-
"$value": "{post.core.dimension.10}"
|
|
3847
|
-
},
|
|
3848
3344
|
"16": {
|
|
3849
3345
|
"$type": "spacing",
|
|
3850
3346
|
"$value": "{post.core.dimension.2}"
|
|
@@ -3859,11 +3355,7 @@
|
|
|
3859
3355
|
},
|
|
3860
3356
|
"19": {
|
|
3861
3357
|
"$type": "spacing",
|
|
3862
|
-
"$value": "{post.core.dimension.
|
|
3863
|
-
},
|
|
3864
|
-
"20": {
|
|
3865
|
-
"$type": "spacing",
|
|
3866
|
-
"$value": "{post.core.dimension.10}"
|
|
3358
|
+
"$value": "{post.core.dimension.11}"
|
|
3867
3359
|
},
|
|
3868
3360
|
"inline": {
|
|
3869
3361
|
"5": {
|
|
@@ -3888,10 +3380,6 @@
|
|
|
3888
3380
|
}
|
|
3889
3381
|
},
|
|
3890
3382
|
"block": {
|
|
3891
|
-
"2": {
|
|
3892
|
-
"$type": "spacing",
|
|
3893
|
-
"$value": "{post.core.dimension.5-5}"
|
|
3894
|
-
},
|
|
3895
3383
|
"3": {
|
|
3896
3384
|
"$type": "spacing",
|
|
3897
3385
|
"$value": "{post.core.dimension.6-5}"
|
|
@@ -3908,10 +3396,6 @@
|
|
|
3908
3396
|
"$type": "spacing",
|
|
3909
3397
|
"$value": "{post.core.dimension.1-5}"
|
|
3910
3398
|
},
|
|
3911
|
-
"11": {
|
|
3912
|
-
"$type": "spacing",
|
|
3913
|
-
"$value": "{post.core.dimension.3}"
|
|
3914
|
-
},
|
|
3915
3399
|
"14": {
|
|
3916
3400
|
"$type": "spacing",
|
|
3917
3401
|
"$value": "{post.core.dimension.6}"
|
|
@@ -3948,10 +3432,6 @@
|
|
|
3948
3432
|
"$type": "spacing",
|
|
3949
3433
|
"$value": "{post.core.dimension.16}"
|
|
3950
3434
|
},
|
|
3951
|
-
"26": {
|
|
3952
|
-
"$type": "spacing",
|
|
3953
|
-
"$value": "{post.core.dimension.26-5}"
|
|
3954
|
-
},
|
|
3955
3435
|
"27": {
|
|
3956
3436
|
"$type": "spacing",
|
|
3957
3437
|
"$value": "{post.core.dimension.17-5}"
|
|
@@ -4000,14 +3480,6 @@
|
|
|
4000
3480
|
"sizing": {
|
|
4001
3481
|
"interactive": {
|
|
4002
3482
|
"icon": {
|
|
4003
|
-
"height": {
|
|
4004
|
-
"$type": "sizing",
|
|
4005
|
-
"$value": "{post.core.dimension.20}"
|
|
4006
|
-
},
|
|
4007
|
-
"width": {
|
|
4008
|
-
"$type": "sizing",
|
|
4009
|
-
"$value": "{post.core.dimension.20}"
|
|
4010
|
-
},
|
|
4011
3483
|
"size": {
|
|
4012
3484
|
"$type": "sizing",
|
|
4013
3485
|
"$value": "{post.core.dimension.20}"
|
|
@@ -4017,12 +3489,6 @@
|
|
|
4017
3489
|
"$value": "{post.core.dimension.20}"
|
|
4018
3490
|
}
|
|
4019
3491
|
},
|
|
4020
|
-
"textfields": {
|
|
4021
|
-
"icon": {
|
|
4022
|
-
"$type": "sizing",
|
|
4023
|
-
"$value": "{post.core.dimension.32}"
|
|
4024
|
-
}
|
|
4025
|
-
},
|
|
4026
3492
|
"stepper": {
|
|
4027
3493
|
"indicator": {
|
|
4028
3494
|
"$type": "sizing",
|
|
@@ -4039,10 +3505,6 @@
|
|
|
4039
3505
|
"$type": "sizing",
|
|
4040
3506
|
"$value": "{post.core.dimension.40}"
|
|
4041
3507
|
},
|
|
4042
|
-
"3": {
|
|
4043
|
-
"$type": "sizing",
|
|
4044
|
-
"$value": "{post.core.dimension.24}"
|
|
4045
|
-
},
|
|
4046
3508
|
"4": {
|
|
4047
3509
|
"$type": "sizing",
|
|
4048
3510
|
"$value": "{post.core.dimension.28}"
|
|
@@ -4061,10 +3523,6 @@
|
|
|
4061
3523
|
}
|
|
4062
3524
|
},
|
|
4063
3525
|
"icon": {
|
|
4064
|
-
"1": {
|
|
4065
|
-
"$type": "sizing",
|
|
4066
|
-
"$value": "{post.core.dimension.16}"
|
|
4067
|
-
},
|
|
4068
3526
|
"2": {
|
|
4069
3527
|
"$type": "sizing",
|
|
4070
3528
|
"$value": "{post.core.dimension.12}"
|
|
@@ -4082,12 +3540,6 @@
|
|
|
4082
3540
|
"$value": "{post.core.dimension.14}"
|
|
4083
3541
|
}
|
|
4084
3542
|
}
|
|
4085
|
-
},
|
|
4086
|
-
"footer": {
|
|
4087
|
-
"socialmedia": {
|
|
4088
|
-
"$type": "sizing",
|
|
4089
|
-
"$value": "{post.core.dimension.24}"
|
|
4090
|
-
}
|
|
4091
3543
|
}
|
|
4092
3544
|
},
|
|
4093
3545
|
"notification": {
|
|
@@ -4104,10 +3556,6 @@
|
|
|
4104
3556
|
"$value": "{post.core.dimension.16}"
|
|
4105
3557
|
},
|
|
4106
3558
|
"icon": {
|
|
4107
|
-
"1": {
|
|
4108
|
-
"$type": "sizing",
|
|
4109
|
-
"$value": "{post.core.dimension.28}"
|
|
4110
|
-
},
|
|
4111
3559
|
"2": {
|
|
4112
3560
|
"$type": "sizing",
|
|
4113
3561
|
"$value": "{post.core.dimension.40}"
|
|
@@ -4140,10 +3588,6 @@
|
|
|
4140
3588
|
}
|
|
4141
3589
|
},
|
|
4142
3590
|
"font-weight": {
|
|
4143
|
-
"medium": {
|
|
4144
|
-
"$type": "fontWeights",
|
|
4145
|
-
"$value": "{post.core.font-weight.500}"
|
|
4146
|
-
},
|
|
4147
3591
|
"bold": {
|
|
4148
3592
|
"$type": "fontWeights",
|
|
4149
3593
|
"$value": "{post.core.font-weight.700}"
|
|
@@ -4173,10 +3617,6 @@
|
|
|
4173
3617
|
"label": {
|
|
4174
3618
|
"$type": "lineHeights",
|
|
4175
3619
|
"$value": "{post.core.line-height.150}"
|
|
4176
|
-
},
|
|
4177
|
-
"link": {
|
|
4178
|
-
"$type": "lineHeights",
|
|
4179
|
-
"$value": "{post.core.line-height.150}"
|
|
4180
3620
|
}
|
|
4181
3621
|
},
|
|
4182
3622
|
"grid": {
|
|
@@ -4652,30 +4092,46 @@
|
|
|
4652
4092
|
"$type": "fontSizes",
|
|
4653
4093
|
"$value": "{post.device.font-size.3}"
|
|
4654
4094
|
},
|
|
4655
|
-
"
|
|
4656
|
-
"
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4095
|
+
"padding": {
|
|
4096
|
+
"block": {
|
|
4097
|
+
"start": {
|
|
4098
|
+
"$type": "spacing",
|
|
4099
|
+
"$value": "{post.device.spacing.margin.1}"
|
|
4100
|
+
},
|
|
4101
|
+
"end": {
|
|
4102
|
+
"$type": "spacing",
|
|
4103
|
+
"$value": "{post.device.spacing.padding.17}"
|
|
4104
|
+
}
|
|
4105
|
+
}
|
|
4666
4106
|
},
|
|
4667
|
-
"
|
|
4668
|
-
"
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4107
|
+
"margin": {
|
|
4108
|
+
"block": {
|
|
4109
|
+
"end": {
|
|
4110
|
+
"$type": "spacing",
|
|
4111
|
+
"$value": "{post.device.spacing.margin.4}"
|
|
4112
|
+
}
|
|
4673
4113
|
}
|
|
4674
4114
|
},
|
|
4675
4115
|
"border": {
|
|
4676
4116
|
"color": {
|
|
4677
4117
|
"$type": "color",
|
|
4678
4118
|
"$value": "{post.scheme.color.surface.default.stroke}"
|
|
4119
|
+
},
|
|
4120
|
+
"style": {
|
|
4121
|
+
"$type": "other",
|
|
4122
|
+
"$value": "{post.core.border-style.solid}"
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
4125
|
+
"border-width": {
|
|
4126
|
+
"$type": "borderWidth",
|
|
4127
|
+
"$value": "{post.device.border-width.default}"
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
4130
|
+
"margin": {
|
|
4131
|
+
"block": {
|
|
4132
|
+
"end": {
|
|
4133
|
+
"$type": "spacing",
|
|
4134
|
+
"$value": "{post.core.dimension.16}"
|
|
4679
4135
|
}
|
|
4680
4136
|
}
|
|
4681
4137
|
}
|
|
@@ -4688,17 +4144,9 @@
|
|
|
4688
4144
|
"header": {
|
|
4689
4145
|
"padding": {
|
|
4690
4146
|
"block": {
|
|
4691
|
-
"
|
|
4692
|
-
"
|
|
4693
|
-
|
|
4694
|
-
"$value": "{post.device.spacing.padding.19}"
|
|
4695
|
-
}
|
|
4696
|
-
},
|
|
4697
|
-
"end": {
|
|
4698
|
-
"closed": {
|
|
4699
|
-
"$type": "spacing",
|
|
4700
|
-
"$value": "{post.device.spacing.padding.20}"
|
|
4701
|
-
}
|
|
4147
|
+
"closed": {
|
|
4148
|
+
"$type": "spacing",
|
|
4149
|
+
"$value": "{post.device.spacing.padding.19}"
|
|
4702
4150
|
},
|
|
4703
4151
|
"open": {
|
|
4704
4152
|
"$type": "spacing",
|
|
@@ -4727,6 +4175,10 @@
|
|
|
4727
4175
|
"font-size": {
|
|
4728
4176
|
"$type": "fontSizes",
|
|
4729
4177
|
"$value": "{post.device.font-size.5}"
|
|
4178
|
+
},
|
|
4179
|
+
"border-open": {
|
|
4180
|
+
"$type": "color",
|
|
4181
|
+
"$value": "{post.core.color.colorless}"
|
|
4730
4182
|
}
|
|
4731
4183
|
},
|
|
4732
4184
|
"border": {
|
|
@@ -4826,6 +4278,38 @@
|
|
|
4826
4278
|
}
|
|
4827
4279
|
}
|
|
4828
4280
|
},
|
|
4281
|
+
"Components/Assist": {
|
|
4282
|
+
"post": {
|
|
4283
|
+
"assist": {
|
|
4284
|
+
"gap": {
|
|
4285
|
+
"$type": "spacing",
|
|
4286
|
+
"$value": "{post.device.spacing.gap.1}"
|
|
4287
|
+
},
|
|
4288
|
+
"padding": {
|
|
4289
|
+
"block": {
|
|
4290
|
+
"$type": "spacing",
|
|
4291
|
+
"$value": "{post.device.spacing.padding.block.5}"
|
|
4292
|
+
},
|
|
4293
|
+
"inline": {
|
|
4294
|
+
"$type": "spacing",
|
|
4295
|
+
"$value": "{post.device.spacing.padding.2}"
|
|
4296
|
+
}
|
|
4297
|
+
},
|
|
4298
|
+
"font-size": {
|
|
4299
|
+
"$type": "fontSizes",
|
|
4300
|
+
"$value": "{post.device.font-size.9}"
|
|
4301
|
+
},
|
|
4302
|
+
"enabled-fg": {
|
|
4303
|
+
"$type": "color",
|
|
4304
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
4305
|
+
},
|
|
4306
|
+
"disabled-fg": {
|
|
4307
|
+
"$type": "color",
|
|
4308
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
|
|
4309
|
+
}
|
|
4310
|
+
}
|
|
4311
|
+
}
|
|
4312
|
+
},
|
|
4829
4313
|
"Components/Avatar": {
|
|
4830
4314
|
"post": {
|
|
4831
4315
|
"avatar": {
|
|
@@ -5598,7 +5082,7 @@
|
|
|
5598
5082
|
"checkbox": {
|
|
5599
5083
|
"enabled-bg": {
|
|
5600
5084
|
"$type": "color",
|
|
5601
|
-
"$value": "{post.scheme.color.interactive.primary.enabled.
|
|
5085
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.bg3}"
|
|
5602
5086
|
},
|
|
5603
5087
|
"enabled-fg": {
|
|
5604
5088
|
"$type": "color",
|
|
@@ -5606,7 +5090,7 @@
|
|
|
5606
5090
|
},
|
|
5607
5091
|
"hover-bg": {
|
|
5608
5092
|
"$type": "color",
|
|
5609
|
-
"$value": "{post.scheme.color.interactive.primary.hover.
|
|
5093
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg3}"
|
|
5610
5094
|
},
|
|
5611
5095
|
"hover-fg": {
|
|
5612
5096
|
"$type": "color",
|
|
@@ -5614,11 +5098,11 @@
|
|
|
5614
5098
|
},
|
|
5615
5099
|
"disabled-bg": {
|
|
5616
5100
|
"$type": "color",
|
|
5617
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.
|
|
5101
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.bg6}"
|
|
5618
5102
|
},
|
|
5619
5103
|
"disabled-fg": {
|
|
5620
5104
|
"$type": "color",
|
|
5621
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.
|
|
5105
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg4}"
|
|
5622
5106
|
},
|
|
5623
5107
|
"enabled-stroke": {
|
|
5624
5108
|
"$type": "color",
|
|
@@ -5630,7 +5114,7 @@
|
|
|
5630
5114
|
},
|
|
5631
5115
|
"disabled-stroke": {
|
|
5632
5116
|
"$type": "color",
|
|
5633
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.
|
|
5117
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.stroke4}"
|
|
5634
5118
|
},
|
|
5635
5119
|
"gap": {
|
|
5636
5120
|
"block": {
|
|
@@ -5929,6 +5413,76 @@
|
|
|
5929
5413
|
}
|
|
5930
5414
|
}
|
|
5931
5415
|
},
|
|
5416
|
+
"Components/Floating button": {
|
|
5417
|
+
"post": {
|
|
5418
|
+
"floating-button": {
|
|
5419
|
+
"position": {
|
|
5420
|
+
"right": {
|
|
5421
|
+
"$type": "dimension",
|
|
5422
|
+
"$value": "{post.device.position.1}"
|
|
5423
|
+
},
|
|
5424
|
+
"top": {
|
|
5425
|
+
"$type": "dimension",
|
|
5426
|
+
"$value": "{post.device.position.1}"
|
|
5427
|
+
}
|
|
5428
|
+
},
|
|
5429
|
+
"enabled-fg": {
|
|
5430
|
+
"$type": "color",
|
|
5431
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
5432
|
+
},
|
|
5433
|
+
"enabled-bg": {
|
|
5434
|
+
"$type": "color",
|
|
5435
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
5436
|
+
},
|
|
5437
|
+
"enabled-border": {
|
|
5438
|
+
"$type": "color",
|
|
5439
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
5440
|
+
},
|
|
5441
|
+
"hover-fg": {
|
|
5442
|
+
"$type": "color",
|
|
5443
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
5444
|
+
},
|
|
5445
|
+
"hover-bg": {
|
|
5446
|
+
"$type": "color",
|
|
5447
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
5448
|
+
},
|
|
5449
|
+
"hover-border": {
|
|
5450
|
+
"$type": "color",
|
|
5451
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
5452
|
+
},
|
|
5453
|
+
"size": {
|
|
5454
|
+
"outer": {
|
|
5455
|
+
"$type": "sizing",
|
|
5456
|
+
"$value": "{post.device.sizing.interactive.button.height.2}"
|
|
5457
|
+
},
|
|
5458
|
+
"icon": {
|
|
5459
|
+
"$type": "sizing",
|
|
5460
|
+
"$value": "{post.device.sizing.interactive.button.icon.3}"
|
|
5461
|
+
}
|
|
5462
|
+
},
|
|
5463
|
+
"border-width": {
|
|
5464
|
+
"$type": "borderWidth",
|
|
5465
|
+
"$value": "{post.device.border-width.default}"
|
|
5466
|
+
},
|
|
5467
|
+
"border-radius": {
|
|
5468
|
+
"round": {
|
|
5469
|
+
"$type": "borderRadius",
|
|
5470
|
+
"$value": "{post.device.border-radius.round}"
|
|
5471
|
+
}
|
|
5472
|
+
},
|
|
5473
|
+
"elevation": {
|
|
5474
|
+
"$type": "boxShadow",
|
|
5475
|
+
"$value": "{post.device.elevation.300}"
|
|
5476
|
+
},
|
|
5477
|
+
"translate": {
|
|
5478
|
+
"y": {
|
|
5479
|
+
"$type": "dimension",
|
|
5480
|
+
"$value": "{post.core.dimension.112}"
|
|
5481
|
+
}
|
|
5482
|
+
}
|
|
5483
|
+
}
|
|
5484
|
+
}
|
|
5485
|
+
},
|
|
5932
5486
|
"Components/Form footer": {
|
|
5933
5487
|
"post": {
|
|
5934
5488
|
"form-footer": {
|
|
@@ -6365,6 +5919,10 @@
|
|
|
6365
5919
|
"$type": "color",
|
|
6366
5920
|
"$value": "{post.scheme.color.interactive.notification.error.icon}"
|
|
6367
5921
|
}
|
|
5922
|
+
},
|
|
5923
|
+
"elevation": {
|
|
5924
|
+
"$type": "boxShadow",
|
|
5925
|
+
"$value": "{post.device.elevation.300}"
|
|
6368
5926
|
}
|
|
6369
5927
|
}
|
|
6370
5928
|
}
|
|
@@ -6375,11 +5933,11 @@
|
|
|
6375
5933
|
"font-size": {
|
|
6376
5934
|
"$type": "fontSizes",
|
|
6377
5935
|
"$value": "{post.device.font-size.5}"
|
|
5936
|
+
},
|
|
5937
|
+
"font-weight": {
|
|
5938
|
+
"$type": "fontWeights",
|
|
5939
|
+
"$value": "{post.device.font-weight.bold}"
|
|
6378
5940
|
}
|
|
6379
|
-
},
|
|
6380
|
-
"lead-font-weight": {
|
|
6381
|
-
"$type": "fontWeights",
|
|
6382
|
-
"$value": "{post.device.font-weight.bold}"
|
|
6383
5941
|
}
|
|
6384
5942
|
}
|
|
6385
5943
|
},
|
|
@@ -6479,244 +6037,77 @@
|
|
|
6479
6037
|
}
|
|
6480
6038
|
}
|
|
6481
6039
|
},
|
|
6482
|
-
"Components/
|
|
6040
|
+
"Components/ListCheck": {
|
|
6483
6041
|
"post": {
|
|
6484
6042
|
"list": {
|
|
6485
|
-
"
|
|
6486
|
-
"
|
|
6487
|
-
"
|
|
6488
|
-
"
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6043
|
+
"check": {
|
|
6044
|
+
"sizing": {
|
|
6045
|
+
"icon": {
|
|
6046
|
+
"$type": "sizing",
|
|
6047
|
+
"$value": "{post.device.sizing.icon.1}"
|
|
6048
|
+
}
|
|
6049
|
+
},
|
|
6050
|
+
"padding": {
|
|
6051
|
+
"icon": {
|
|
6052
|
+
"$type": "spacing",
|
|
6053
|
+
"$value": "{post.device.spacing.padding.16}"
|
|
6054
|
+
}
|
|
6055
|
+
},
|
|
6056
|
+
"text": {
|
|
6493
6057
|
"padding": {
|
|
6494
|
-
"
|
|
6495
|
-
|
|
6496
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6058
|
+
"$type": "spacing",
|
|
6059
|
+
"$value": "{post.device.spacing.padding.block.6}"
|
|
6060
|
+
}
|
|
6061
|
+
},
|
|
6062
|
+
"icon": {
|
|
6063
|
+
"gap": {
|
|
6064
|
+
"inline": {
|
|
6499
6065
|
"$type": "spacing",
|
|
6500
|
-
"$value": "{post.device.spacing.
|
|
6501
|
-
},
|
|
6502
|
-
"block": {
|
|
6503
|
-
"outer": {
|
|
6504
|
-
"$type": "spacing",
|
|
6505
|
-
"$value": "{post.device.spacing.padding.5}"
|
|
6506
|
-
}
|
|
6066
|
+
"$value": "{post.device.spacing.gap.inline.2}"
|
|
6507
6067
|
}
|
|
6508
6068
|
},
|
|
6509
|
-
"
|
|
6069
|
+
"container": {
|
|
6510
6070
|
"inline": {
|
|
6511
|
-
"
|
|
6512
|
-
|
|
6513
|
-
"$value": "{post.device.spacing.gap.inline.2}"
|
|
6514
|
-
}
|
|
6071
|
+
"$type": "spacing",
|
|
6072
|
+
"$value": "{post.device.spacing.padding.4}"
|
|
6515
6073
|
},
|
|
6516
6074
|
"block": {
|
|
6517
|
-
"
|
|
6518
|
-
|
|
6519
|
-
"$value": "{post.device.spacing.gap.block.3}"
|
|
6520
|
-
}
|
|
6521
|
-
}
|
|
6522
|
-
},
|
|
6523
|
-
"icon": {
|
|
6524
|
-
"container": {
|
|
6525
|
-
"inline": {
|
|
6526
|
-
"$type": "spacing",
|
|
6527
|
-
"$value": "{post.device.spacing.padding.4}"
|
|
6528
|
-
},
|
|
6529
|
-
"block": {
|
|
6530
|
-
"$type": "spacing",
|
|
6531
|
-
"$value": "{post.device.spacing.padding.18}"
|
|
6532
|
-
}
|
|
6075
|
+
"$type": "spacing",
|
|
6076
|
+
"$value": "{post.device.spacing.padding.18}"
|
|
6533
6077
|
}
|
|
6534
6078
|
}
|
|
6535
6079
|
},
|
|
6536
|
-
"
|
|
6537
|
-
"
|
|
6538
|
-
"
|
|
6080
|
+
"item": {
|
|
6081
|
+
"gap": {
|
|
6082
|
+
"block": {
|
|
6539
6083
|
"text": {
|
|
6540
6084
|
"$type": "spacing",
|
|
6541
|
-
"$value": "{post.device.spacing.
|
|
6542
|
-
}
|
|
6543
|
-
},
|
|
6544
|
-
"gap": {
|
|
6545
|
-
"inline": {
|
|
6546
|
-
"text": {
|
|
6547
|
-
"$type": "spacing",
|
|
6548
|
-
"$value": "{post.device.spacing.gap.inline.10}"
|
|
6549
|
-
}
|
|
6085
|
+
"$value": "{post.device.spacing.gap.block.3}"
|
|
6550
6086
|
}
|
|
6551
6087
|
}
|
|
6552
6088
|
}
|
|
6553
|
-
}
|
|
6554
|
-
},
|
|
6555
|
-
"checks": {
|
|
6556
|
-
"color": {
|
|
6557
|
-
"icon-bg": {
|
|
6558
|
-
"$type": "color",
|
|
6559
|
-
"$value": "{post.scheme.color.surface.accent.bg}"
|
|
6560
|
-
},
|
|
6561
|
-
"icon-fg": {
|
|
6562
|
-
"$type": "color",
|
|
6563
|
-
"$value": "{post.scheme.color.surface.accent.fg}"
|
|
6564
|
-
},
|
|
6565
|
-
"text-fg": {
|
|
6566
|
-
"$type": "color",
|
|
6567
|
-
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
6568
|
-
}
|
|
6569
6089
|
},
|
|
6570
6090
|
"margin": {
|
|
6571
6091
|
"block": {
|
|
6572
6092
|
"$type": "spacing",
|
|
6573
6093
|
"$value": "{post.device.spacing.padding.block.8}"
|
|
6574
6094
|
}
|
|
6575
|
-
}
|
|
6576
|
-
}
|
|
6577
|
-
}
|
|
6578
|
-
}
|
|
6579
|
-
},
|
|
6580
|
-
"Components/Notifications": {
|
|
6581
|
-
"post": {
|
|
6582
|
-
"infobox": {
|
|
6583
|
-
"sizing": {
|
|
6584
|
-
"icon": {
|
|
6585
|
-
"$type": "sizing",
|
|
6586
|
-
"$value": "{post.device.sizing.notification.icon.4}"
|
|
6587
|
-
}
|
|
6588
|
-
},
|
|
6589
|
-
"spacing": {
|
|
6590
|
-
"gap": {
|
|
6591
|
-
"inline": {
|
|
6592
|
-
"$type": "spacing",
|
|
6593
|
-
"$value": "{post.device.spacing.gap.4}"
|
|
6594
|
-
}
|
|
6595
|
-
}
|
|
6596
|
-
}
|
|
6597
|
-
},
|
|
6598
|
-
"clickable": {
|
|
6599
|
-
"spacing": {
|
|
6600
|
-
"padding": {
|
|
6601
|
-
"icon": {
|
|
6602
|
-
"$type": "spacing",
|
|
6603
|
-
"$value": "{post.device.spacing.padding.2}"
|
|
6604
|
-
}
|
|
6605
|
-
}
|
|
6606
|
-
}
|
|
6607
|
-
},
|
|
6608
|
-
"interactive": {
|
|
6609
|
-
"spacing": {
|
|
6610
|
-
"gap": {
|
|
6611
|
-
"inline": {
|
|
6612
|
-
"icon-end": {
|
|
6613
|
-
"$type": "spacing",
|
|
6614
|
-
"$value": "{post.device.spacing.gap.inline.4}"
|
|
6615
|
-
},
|
|
6616
|
-
"error": {
|
|
6617
|
-
"$type": "spacing",
|
|
6618
|
-
"$value": "{post.device.spacing.gap.inline.10}"
|
|
6619
|
-
}
|
|
6620
|
-
}
|
|
6621
|
-
}
|
|
6622
|
-
}
|
|
6623
|
-
},
|
|
6624
|
-
"notification": {
|
|
6625
|
-
"banner": {
|
|
6626
|
-
"elevation": {
|
|
6627
|
-
"$type": "boxShadow",
|
|
6628
|
-
"$value": "{post.device.elevation.500}"
|
|
6629
|
-
}
|
|
6630
|
-
},
|
|
6631
|
-
"toast": {
|
|
6632
|
-
"elevation": {
|
|
6633
|
-
"$type": "boxShadow",
|
|
6634
|
-
"$value": "{post.device.elevation.300}"
|
|
6635
|
-
}
|
|
6636
|
-
},
|
|
6637
|
-
"snackbar": {
|
|
6638
|
-
"elevation": {
|
|
6639
|
-
"$type": "boxShadow",
|
|
6640
|
-
"$value": "{post.device.elevation.300}"
|
|
6641
|
-
}
|
|
6642
|
-
},
|
|
6643
|
-
"color": {
|
|
6644
|
-
"info-bg": {
|
|
6645
|
-
"$type": "color",
|
|
6646
|
-
"$value": "{post.scheme.color.interactive.notification.info.bg}"
|
|
6647
|
-
},
|
|
6648
|
-
"info-fg": {
|
|
6649
|
-
"$type": "color",
|
|
6650
|
-
"$value": "{post.scheme.color.interactive.notification.info.fg}"
|
|
6651
6095
|
},
|
|
6652
|
-
"
|
|
6653
|
-
"
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
"
|
|
6658
|
-
|
|
6659
|
-
|
|
6660
|
-
|
|
6661
|
-
"
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
"$type": "color",
|
|
6666
|
-
"$value": "{post.scheme.color.interactive.notification.success.fg}"
|
|
6667
|
-
},
|
|
6668
|
-
"success-stroke": {
|
|
6669
|
-
"$type": "color",
|
|
6670
|
-
"$value": "{post.scheme.color.interactive.notification.success.stroke}"
|
|
6671
|
-
},
|
|
6672
|
-
"success-icon": {
|
|
6673
|
-
"$type": "color",
|
|
6674
|
-
"$value": "{post.scheme.color.interactive.notification.success.icon}"
|
|
6675
|
-
},
|
|
6676
|
-
"warning-bg": {
|
|
6677
|
-
"$type": "color",
|
|
6678
|
-
"$value": "{post.scheme.color.interactive.notification.warning.bg}"
|
|
6679
|
-
},
|
|
6680
|
-
"warning-fg": {
|
|
6681
|
-
"$type": "color",
|
|
6682
|
-
"$value": "{post.scheme.color.interactive.notification.warning.fg}"
|
|
6683
|
-
},
|
|
6684
|
-
"warning-stroke": {
|
|
6685
|
-
"$type": "color",
|
|
6686
|
-
"$value": "{post.scheme.color.interactive.notification.warning.stroke}"
|
|
6687
|
-
},
|
|
6688
|
-
"warning-icon": {
|
|
6689
|
-
"$type": "color",
|
|
6690
|
-
"$value": "{post.scheme.color.interactive.notification.warning.icon}"
|
|
6691
|
-
},
|
|
6692
|
-
"error-bg": {
|
|
6693
|
-
"$type": "color",
|
|
6694
|
-
"$value": "{post.scheme.color.interactive.notification.error.bg}"
|
|
6695
|
-
},
|
|
6696
|
-
"error-fg": {
|
|
6697
|
-
"$type": "color",
|
|
6698
|
-
"$value": "{post.scheme.color.interactive.notification.error.fg}"
|
|
6699
|
-
},
|
|
6700
|
-
"error-stroke": {
|
|
6701
|
-
"$type": "color",
|
|
6702
|
-
"$value": "{post.scheme.color.interactive.notification.error.stroke}"
|
|
6703
|
-
},
|
|
6704
|
-
"error-icon": {
|
|
6705
|
-
"$type": "color",
|
|
6706
|
-
"$value": "{post.scheme.color.interactive.notification.error.icon}"
|
|
6707
|
-
}
|
|
6708
|
-
},
|
|
6709
|
-
"popup": {
|
|
6710
|
-
"elevation": {
|
|
6711
|
-
"$type": "boxShadow",
|
|
6712
|
-
"$value": "{post.device.elevation.300}"
|
|
6096
|
+
"color": {
|
|
6097
|
+
"icon-bg": {
|
|
6098
|
+
"$type": "color",
|
|
6099
|
+
"$value": "{post.scheme.color.surface.accent.bg}"
|
|
6100
|
+
},
|
|
6101
|
+
"icon-fg": {
|
|
6102
|
+
"$type": "color",
|
|
6103
|
+
"$value": "{post.scheme.color.surface.accent.fg}"
|
|
6104
|
+
},
|
|
6105
|
+
"text-fg": {
|
|
6106
|
+
"$type": "color",
|
|
6107
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
6108
|
+
}
|
|
6713
6109
|
}
|
|
6714
6110
|
}
|
|
6715
|
-
},
|
|
6716
|
-
"test": {
|
|
6717
|
-
"$type": "other",
|
|
6718
|
-
"$value": "{post.core.color.notification.green}",
|
|
6719
|
-
"$description": "'[{post.core.color.notification.green}, {post.core.color.notification.blue}, {post.core.color.notification.orange}, {post.core.color.notification.red}]'"
|
|
6720
6111
|
}
|
|
6721
6112
|
}
|
|
6722
6113
|
},
|
|
@@ -6853,7 +6244,7 @@
|
|
|
6853
6244
|
"radio-button": {
|
|
6854
6245
|
"enabled-bg": {
|
|
6855
6246
|
"$type": "color",
|
|
6856
|
-
"$value": "{post.scheme.color.interactive.primary.enabled.
|
|
6247
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.bg3}"
|
|
6857
6248
|
},
|
|
6858
6249
|
"enabled-fg": {
|
|
6859
6250
|
"$type": "color",
|
|
@@ -6861,7 +6252,7 @@
|
|
|
6861
6252
|
},
|
|
6862
6253
|
"hover-bg": {
|
|
6863
6254
|
"$type": "color",
|
|
6864
|
-
"$value": "{post.scheme.color.interactive.primary.hover.
|
|
6255
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg3}"
|
|
6865
6256
|
},
|
|
6866
6257
|
"hover-fg": {
|
|
6867
6258
|
"$type": "color",
|
|
@@ -6869,11 +6260,11 @@
|
|
|
6869
6260
|
},
|
|
6870
6261
|
"disabled-bg": {
|
|
6871
6262
|
"$type": "color",
|
|
6872
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.
|
|
6263
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.bg6}"
|
|
6873
6264
|
},
|
|
6874
6265
|
"disabled-fg": {
|
|
6875
6266
|
"$type": "color",
|
|
6876
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.
|
|
6267
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg4}"
|
|
6877
6268
|
},
|
|
6878
6269
|
"enabled-stroke": {
|
|
6879
6270
|
"$type": "color",
|
|
@@ -6885,7 +6276,7 @@
|
|
|
6885
6276
|
},
|
|
6886
6277
|
"disabled-stroke": {
|
|
6887
6278
|
"$type": "color",
|
|
6888
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.
|
|
6279
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.stroke4}"
|
|
6889
6280
|
},
|
|
6890
6281
|
"gap": {
|
|
6891
6282
|
"block": {
|
|
@@ -7039,6 +6430,18 @@
|
|
|
7039
6430
|
}
|
|
7040
6431
|
}
|
|
7041
6432
|
}
|
|
6433
|
+
},
|
|
6434
|
+
"search": {
|
|
6435
|
+
"position": {
|
|
6436
|
+
"inline": {
|
|
6437
|
+
"end": {
|
|
6438
|
+
"icon": {
|
|
6439
|
+
"$type": "dimension",
|
|
6440
|
+
"$value": "{post.core.dimension.14}"
|
|
6441
|
+
}
|
|
6442
|
+
}
|
|
6443
|
+
}
|
|
6444
|
+
}
|
|
7042
6445
|
}
|
|
7043
6446
|
}
|
|
7044
6447
|
},
|
|
@@ -7214,6 +6617,14 @@
|
|
|
7214
6617
|
"assist": {
|
|
7215
6618
|
"$type": "spacing",
|
|
7216
6619
|
"$value": "{post.device.spacing.padding.block.5}"
|
|
6620
|
+
},
|
|
6621
|
+
"start": {
|
|
6622
|
+
"$type": "spacing",
|
|
6623
|
+
"$value": "{post.device.spacing.padding.block.29}"
|
|
6624
|
+
},
|
|
6625
|
+
"end": {
|
|
6626
|
+
"$type": "spacing",
|
|
6627
|
+
"$value": "{post.device.spacing.padding.block.3}"
|
|
7217
6628
|
}
|
|
7218
6629
|
},
|
|
7219
6630
|
"inline": {
|
|
@@ -7259,7 +6670,7 @@
|
|
|
7259
6670
|
"$value": "{post.core.border-style.dash}"
|
|
7260
6671
|
}
|
|
7261
6672
|
},
|
|
7262
|
-
"
|
|
6673
|
+
"standalone": {
|
|
7263
6674
|
"padding": {
|
|
7264
6675
|
"block": {
|
|
7265
6676
|
"$type": "spacing",
|
|
@@ -7325,20 +6736,6 @@
|
|
|
7325
6736
|
}
|
|
7326
6737
|
}
|
|
7327
6738
|
},
|
|
7328
|
-
"filled": {
|
|
7329
|
-
"padding": {
|
|
7330
|
-
"block": {
|
|
7331
|
-
"start": {
|
|
7332
|
-
"$type": "spacing",
|
|
7333
|
-
"$value": "{post.device.spacing.padding.block.29}"
|
|
7334
|
-
},
|
|
7335
|
-
"end": {
|
|
7336
|
-
"$type": "spacing",
|
|
7337
|
-
"$value": "{post.device.spacing.padding.block.3}"
|
|
7338
|
-
}
|
|
7339
|
-
}
|
|
7340
|
-
}
|
|
7341
|
-
},
|
|
7342
6739
|
"assist": {
|
|
7343
6740
|
"font-size": {
|
|
7344
6741
|
"$type": "fontSizes",
|
|
@@ -7460,6 +6857,10 @@
|
|
|
7460
6857
|
"$type": "color",
|
|
7461
6858
|
"$value": "{post.scheme.color.interactive.notification.error.icon}"
|
|
7462
6859
|
}
|
|
6860
|
+
},
|
|
6861
|
+
"elevation": {
|
|
6862
|
+
"$type": "boxShadow",
|
|
6863
|
+
"$value": "{post.device.elevation.300}"
|
|
7463
6864
|
}
|
|
7464
6865
|
}
|
|
7465
6866
|
}
|
|
@@ -7596,7 +6997,7 @@
|
|
|
7596
6997
|
"icon": {
|
|
7597
6998
|
"success": {
|
|
7598
6999
|
"$type": "color",
|
|
7599
|
-
"$value": "{post.scheme.color.
|
|
7000
|
+
"$value": "{post.scheme.color.interactive.primary.selected.bg2}"
|
|
7600
7001
|
},
|
|
7601
7002
|
"disabled": {
|
|
7602
7003
|
"$type": "color",
|
|
@@ -7605,6 +7006,12 @@
|
|
|
7605
7006
|
"hover": {
|
|
7606
7007
|
"$type": "color",
|
|
7607
7008
|
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
|
|
7009
|
+
},
|
|
7010
|
+
"padding": {
|
|
7011
|
+
"container": {
|
|
7012
|
+
"$type": "spacing",
|
|
7013
|
+
"$value": "{post.device.spacing.padding.block.18}"
|
|
7014
|
+
}
|
|
7608
7015
|
}
|
|
7609
7016
|
},
|
|
7610
7017
|
"handle": {
|
|
@@ -7668,7 +7075,7 @@
|
|
|
7668
7075
|
},
|
|
7669
7076
|
"disabled-bg": {
|
|
7670
7077
|
"$type": "color",
|
|
7671
|
-
"$value": "{post.scheme.color.interactive.primary.disabled.
|
|
7078
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.bg5}"
|
|
7672
7079
|
},
|
|
7673
7080
|
"disabled-stroke": {
|
|
7674
7081
|
"$type": "color",
|
|
@@ -7737,59 +7144,63 @@
|
|
|
7737
7144
|
"textarea": {
|
|
7738
7145
|
"enabled-bg": {
|
|
7739
7146
|
"$type": "color",
|
|
7740
|
-
"$value": "{post.scheme.color.interactive.
|
|
7147
|
+
"$value": "{post.scheme.color.interactive.input.enabled.bg}"
|
|
7741
7148
|
},
|
|
7742
7149
|
"enabled-fg": {
|
|
7743
7150
|
"$type": "color",
|
|
7744
|
-
"$value": "{post.scheme.color.interactive.
|
|
7151
|
+
"$value": "{post.scheme.color.interactive.input.enabled.fg}"
|
|
7745
7152
|
},
|
|
7746
7153
|
"hover-bg": {
|
|
7747
7154
|
"$type": "color",
|
|
7748
|
-
"$value": "{post.scheme.color.interactive.
|
|
7155
|
+
"$value": "{post.scheme.color.interactive.input.hover.bg}"
|
|
7749
7156
|
},
|
|
7750
7157
|
"hover-fg": {
|
|
7751
7158
|
"$type": "color",
|
|
7752
|
-
"$value": "{post.scheme.color.interactive.
|
|
7159
|
+
"$value": "{post.scheme.color.interactive.input.hover.fg}"
|
|
7753
7160
|
},
|
|
7754
7161
|
"disabled-bg": {
|
|
7755
7162
|
"$type": "color",
|
|
7756
|
-
"$value": "{post.scheme.color.interactive.
|
|
7163
|
+
"$value": "{post.scheme.color.interactive.input.disabled.bg}"
|
|
7757
7164
|
},
|
|
7758
7165
|
"disabled-fg": {
|
|
7759
7166
|
"$type": "color",
|
|
7760
|
-
"$value": "{post.scheme.color.interactive.
|
|
7167
|
+
"$value": "{post.scheme.color.interactive.input.disabled.fg}"
|
|
7761
7168
|
},
|
|
7762
7169
|
"enabled-border": {
|
|
7763
7170
|
"$type": "color",
|
|
7764
|
-
"$value": "{post.scheme.color.interactive.
|
|
7171
|
+
"$value": "{post.scheme.color.interactive.input.enabled.border}"
|
|
7765
7172
|
},
|
|
7766
7173
|
"hover-border": {
|
|
7767
7174
|
"$type": "color",
|
|
7768
|
-
"$value": "{post.scheme.color.interactive.
|
|
7175
|
+
"$value": "{post.scheme.color.interactive.input.hover.border}"
|
|
7769
7176
|
},
|
|
7770
7177
|
"disabled-border": {
|
|
7771
7178
|
"$type": "color",
|
|
7772
|
-
"$value": "{post.scheme.color.interactive.
|
|
7179
|
+
"$value": "{post.scheme.color.interactive.input.disabled.border}"
|
|
7773
7180
|
},
|
|
7774
7181
|
"gap": {
|
|
7775
7182
|
"inline": {
|
|
7776
7183
|
"$type": "spacing",
|
|
7777
7184
|
"$value": "{post.device.spacing.gap.1}"
|
|
7185
|
+
},
|
|
7186
|
+
"assist": {
|
|
7187
|
+
"$type": "spacing",
|
|
7188
|
+
"$value": "{post.device.spacing.gap.1}"
|
|
7778
7189
|
}
|
|
7779
7190
|
},
|
|
7780
7191
|
"padding": {
|
|
7781
7192
|
"block": {
|
|
7782
|
-
"
|
|
7193
|
+
"start": {
|
|
7783
7194
|
"$type": "spacing",
|
|
7784
|
-
"$value": "{post.device.spacing.padding.block.
|
|
7195
|
+
"$value": "{post.device.spacing.padding.block.29}"
|
|
7785
7196
|
},
|
|
7786
|
-
"
|
|
7197
|
+
"end": {
|
|
7787
7198
|
"$type": "spacing",
|
|
7788
|
-
"$value": "{post.device.spacing.padding.
|
|
7199
|
+
"$value": "{post.device.spacing.padding.3}"
|
|
7789
7200
|
},
|
|
7790
|
-
"
|
|
7201
|
+
"assist": {
|
|
7791
7202
|
"$type": "spacing",
|
|
7792
|
-
"$value": "{post.device.spacing.padding.
|
|
7203
|
+
"$value": "{post.device.spacing.padding.block.5}"
|
|
7793
7204
|
}
|
|
7794
7205
|
},
|
|
7795
7206
|
"inline": {
|
|
@@ -7803,21 +7214,15 @@
|
|
|
7803
7214
|
},
|
|
7804
7215
|
"end": {
|
|
7805
7216
|
"$type": "spacing",
|
|
7806
|
-
"$value": "{post.
|
|
7217
|
+
"$value": "{post.core.dimension.26}"
|
|
7807
7218
|
}
|
|
7808
7219
|
}
|
|
7809
7220
|
},
|
|
7810
|
-
"
|
|
7221
|
+
"standalone": {
|
|
7811
7222
|
"padding": {
|
|
7812
7223
|
"block": {
|
|
7813
|
-
"
|
|
7814
|
-
|
|
7815
|
-
"$value": "{post.device.spacing.padding.block.26}"
|
|
7816
|
-
},
|
|
7817
|
-
"end": {
|
|
7818
|
-
"$type": "spacing",
|
|
7819
|
-
"$value": "{post.device.spacing.padding.3}"
|
|
7820
|
-
}
|
|
7224
|
+
"$type": "spacing",
|
|
7225
|
+
"$value": "{post.device.spacing.padding.3}"
|
|
7821
7226
|
}
|
|
7822
7227
|
}
|
|
7823
7228
|
},
|
|
@@ -7850,22 +7255,44 @@
|
|
|
7850
7255
|
"$value": "{post.device.border-width.default}"
|
|
7851
7256
|
},
|
|
7852
7257
|
"label": {
|
|
7853
|
-
"
|
|
7258
|
+
"padding": {
|
|
7259
|
+
"inline": {
|
|
7260
|
+
"start": {
|
|
7261
|
+
"$type": "spacing",
|
|
7262
|
+
"$value": "{post.device.spacing.padding.5}"
|
|
7263
|
+
},
|
|
7264
|
+
"end": {
|
|
7265
|
+
"$type": "spacing",
|
|
7266
|
+
"$value": "{post.core.dimension.28}"
|
|
7267
|
+
}
|
|
7268
|
+
},
|
|
7269
|
+
"block": {
|
|
7270
|
+
"start": {
|
|
7271
|
+
"$type": "spacing",
|
|
7272
|
+
"$value": "{post.device.spacing.padding.block.27}"
|
|
7273
|
+
}
|
|
7274
|
+
}
|
|
7275
|
+
},
|
|
7276
|
+
"validated": {
|
|
7854
7277
|
"padding": {
|
|
7855
7278
|
"inline": {
|
|
7856
|
-
"start": {
|
|
7857
|
-
"$type": "spacing",
|
|
7858
|
-
"$value": "{post.device.spacing.padding.5}"
|
|
7859
|
-
},
|
|
7860
7279
|
"end": {
|
|
7861
7280
|
"$type": "spacing",
|
|
7862
|
-
"$value": "{post.
|
|
7281
|
+
"$value": "{post.core.dimension.58}"
|
|
7863
7282
|
}
|
|
7864
|
-
}
|
|
7283
|
+
}
|
|
7284
|
+
}
|
|
7285
|
+
},
|
|
7286
|
+
"filled": {
|
|
7287
|
+
"font-size": {
|
|
7288
|
+
"$type": "fontSizes",
|
|
7289
|
+
"$value": "{post.device.font-size.10}"
|
|
7290
|
+
},
|
|
7291
|
+
"padding": {
|
|
7865
7292
|
"block": {
|
|
7866
7293
|
"start": {
|
|
7867
7294
|
"$type": "spacing",
|
|
7868
|
-
"$value": "{post.device.spacing.padding.block.
|
|
7295
|
+
"$value": "{post.device.spacing.padding.block.30}"
|
|
7869
7296
|
}
|
|
7870
7297
|
}
|
|
7871
7298
|
}
|
|
@@ -7887,6 +7314,10 @@
|
|
|
7887
7314
|
"resize": {
|
|
7888
7315
|
"$type": "dimension",
|
|
7889
7316
|
"$value": "{post.core.dimension.6}"
|
|
7317
|
+
},
|
|
7318
|
+
"validation": {
|
|
7319
|
+
"$type": "dimension",
|
|
7320
|
+
"$value": "{post.core.dimension.28}"
|
|
7890
7321
|
}
|
|
7891
7322
|
}
|
|
7892
7323
|
},
|
|
@@ -7896,8 +7327,34 @@
|
|
|
7896
7327
|
"$type": "dimension",
|
|
7897
7328
|
"$value": "{post.core.dimension.6}"
|
|
7898
7329
|
}
|
|
7330
|
+
},
|
|
7331
|
+
"start": {
|
|
7332
|
+
"validation": {
|
|
7333
|
+
"$type": "dimension",
|
|
7334
|
+
"$value": "{post.core.dimension.12}"
|
|
7335
|
+
}
|
|
7336
|
+
}
|
|
7337
|
+
}
|
|
7338
|
+
},
|
|
7339
|
+
"assist": {
|
|
7340
|
+
"font-size": {
|
|
7341
|
+
"$type": "fontSizes",
|
|
7342
|
+
"$value": "{post.device.font-size.9}"
|
|
7343
|
+
}
|
|
7344
|
+
},
|
|
7345
|
+
"validated": {
|
|
7346
|
+
"padding": {
|
|
7347
|
+
"inline": {
|
|
7348
|
+
"end": {
|
|
7349
|
+
"$type": "spacing",
|
|
7350
|
+
"$value": "{post.core.dimension.56}"
|
|
7351
|
+
}
|
|
7899
7352
|
}
|
|
7900
7353
|
}
|
|
7354
|
+
},
|
|
7355
|
+
"placeholder-fg": {
|
|
7356
|
+
"$type": "color",
|
|
7357
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg2}"
|
|
7901
7358
|
}
|
|
7902
7359
|
}
|
|
7903
7360
|
}
|
|
@@ -7938,27 +7395,27 @@
|
|
|
7938
7395
|
"color": {
|
|
7939
7396
|
"enabled-bg": {
|
|
7940
7397
|
"$type": "color",
|
|
7941
|
-
"$value": "{post.scheme.color.interactive.
|
|
7398
|
+
"$value": "{post.scheme.color.interactive.input.enabled.bg}"
|
|
7942
7399
|
},
|
|
7943
7400
|
"enabled-fg": {
|
|
7944
7401
|
"$type": "color",
|
|
7945
|
-
"$value": "{post.scheme.color.interactive.
|
|
7402
|
+
"$value": "{post.scheme.color.interactive.input.enabled.fg}"
|
|
7946
7403
|
},
|
|
7947
7404
|
"hover-bg": {
|
|
7948
7405
|
"$type": "color",
|
|
7949
|
-
"$value": "{post.scheme.color.interactive.
|
|
7406
|
+
"$value": "{post.scheme.color.interactive.input.hover.bg}"
|
|
7950
7407
|
},
|
|
7951
7408
|
"hover-fg": {
|
|
7952
7409
|
"$type": "color",
|
|
7953
|
-
"$value": "{post.scheme.color.interactive.
|
|
7410
|
+
"$value": "{post.scheme.color.interactive.input.hover.fg}"
|
|
7954
7411
|
},
|
|
7955
7412
|
"disabled-bg": {
|
|
7956
7413
|
"$type": "color",
|
|
7957
|
-
"$value": "{post.scheme.color.interactive.
|
|
7414
|
+
"$value": "{post.scheme.color.interactive.input.disabled.bg}"
|
|
7958
7415
|
},
|
|
7959
7416
|
"disabled-fg": {
|
|
7960
7417
|
"$type": "color",
|
|
7961
|
-
"$value": "{post.scheme.color.interactive.
|
|
7418
|
+
"$value": "{post.scheme.color.interactive.input.disabled.fg}"
|
|
7962
7419
|
},
|
|
7963
7420
|
"selected-bg": {
|
|
7964
7421
|
"$type": "color",
|
|
@@ -7966,7 +7423,7 @@
|
|
|
7966
7423
|
},
|
|
7967
7424
|
"selected-fg": {
|
|
7968
7425
|
"$type": "color",
|
|
7969
|
-
"$value": "{post.scheme.color.interactive.
|
|
7426
|
+
"$value": "{post.scheme.color.interactive.input.enabled.fg}"
|
|
7970
7427
|
},
|
|
7971
7428
|
"helptext-fg": {
|
|
7972
7429
|
"$type": "color",
|
|
@@ -7974,19 +7431,19 @@
|
|
|
7974
7431
|
},
|
|
7975
7432
|
"enabled-border": {
|
|
7976
7433
|
"$type": "color",
|
|
7977
|
-
"$value": "{post.scheme.color.interactive.
|
|
7434
|
+
"$value": "{post.scheme.color.interactive.input.enabled.border}"
|
|
7978
7435
|
},
|
|
7979
7436
|
"hover-border": {
|
|
7980
7437
|
"$type": "color",
|
|
7981
|
-
"$value": "{post.scheme.color.interactive.
|
|
7438
|
+
"$value": "{post.scheme.color.interactive.input.hover.border}"
|
|
7982
7439
|
},
|
|
7983
7440
|
"disabled-border": {
|
|
7984
7441
|
"$type": "color",
|
|
7985
|
-
"$value": "{post.scheme.color.interactive.
|
|
7442
|
+
"$value": "{post.scheme.color.interactive.input.disabled.border}"
|
|
7986
7443
|
},
|
|
7987
7444
|
"selected-border": {
|
|
7988
7445
|
"$type": "color",
|
|
7989
|
-
"$value": "{post.scheme.color.interactive.
|
|
7446
|
+
"$value": "{post.scheme.color.interactive.input.enabled.border}"
|
|
7990
7447
|
},
|
|
7991
7448
|
"signal": {
|
|
7992
7449
|
"error": {
|
|
@@ -8260,66 +7717,6 @@
|
|
|
8260
7717
|
"$type": "color",
|
|
8261
7718
|
"$value": "{post.scheme.color.interactive.notification.error.icon}"
|
|
8262
7719
|
}
|
|
8263
|
-
}
|
|
8264
|
-
}
|
|
8265
|
-
}
|
|
8266
|
-
},
|
|
8267
|
-
"Components/Floating button": {
|
|
8268
|
-
"post": {
|
|
8269
|
-
"floating-button": {
|
|
8270
|
-
"position": {
|
|
8271
|
-
"right": {
|
|
8272
|
-
"$type": "dimension",
|
|
8273
|
-
"$value": "{post.device.grid.padding.inline.container}"
|
|
8274
|
-
},
|
|
8275
|
-
"top": {
|
|
8276
|
-
"$type": "dimension",
|
|
8277
|
-
"$value": "{post.device.position.1}"
|
|
8278
|
-
}
|
|
8279
|
-
},
|
|
8280
|
-
"enabled-fg": {
|
|
8281
|
-
"$type": "color",
|
|
8282
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
8283
|
-
},
|
|
8284
|
-
"enabled-bg": {
|
|
8285
|
-
"$type": "color",
|
|
8286
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
8287
|
-
},
|
|
8288
|
-
"enabled-border": {
|
|
8289
|
-
"$type": "color",
|
|
8290
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
8291
|
-
},
|
|
8292
|
-
"hover-fg": {
|
|
8293
|
-
"$type": "color",
|
|
8294
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
8295
|
-
},
|
|
8296
|
-
"hover-bg": {
|
|
8297
|
-
"$type": "color",
|
|
8298
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
8299
|
-
},
|
|
8300
|
-
"hover-border": {
|
|
8301
|
-
"$type": "color",
|
|
8302
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
8303
|
-
},
|
|
8304
|
-
"size": {
|
|
8305
|
-
"outer": {
|
|
8306
|
-
"$type": "sizing",
|
|
8307
|
-
"$value": "{post.device.sizing.interactive.button.height.2}"
|
|
8308
|
-
},
|
|
8309
|
-
"icon": {
|
|
8310
|
-
"$type": "sizing",
|
|
8311
|
-
"$value": "{post.device.sizing.interactive.button.icon.3}"
|
|
8312
|
-
}
|
|
8313
|
-
},
|
|
8314
|
-
"border-width": {
|
|
8315
|
-
"$type": "borderWidth",
|
|
8316
|
-
"$value": "{post.device.border-width.default}"
|
|
8317
|
-
},
|
|
8318
|
-
"border-radius": {
|
|
8319
|
-
"round": {
|
|
8320
|
-
"$type": "borderRadius",
|
|
8321
|
-
"$value": "{post.device.border-radius.round}"
|
|
8322
|
-
}
|
|
8323
7720
|
},
|
|
8324
7721
|
"elevation": {
|
|
8325
7722
|
"$type": "boxShadow",
|
|
@@ -8454,7 +7851,7 @@
|
|
|
8454
7851
|
"$type": "typography",
|
|
8455
7852
|
"$value": {
|
|
8456
7853
|
"fontFamily": "{post.body.font-family}",
|
|
8457
|
-
"fontWeight": "{post.lead
|
|
7854
|
+
"fontWeight": "{post.lead.font-weight}",
|
|
8458
7855
|
"fontSize": "{post.lead.font-size}",
|
|
8459
7856
|
"letterSpacing": "{post.body.letter-spacing}",
|
|
8460
7857
|
"lineHeight": "{post.body.line-height}"
|
|
@@ -9369,15 +8766,16 @@
|
|
|
9369
8766
|
"post.core.dimension.34": "04e2b51cb7030588d248f62e3abf6d234992d10e",
|
|
9370
8767
|
"post.core.dimension.36": "6e42dbdae5890500b12efbbf989c507a1b48d2ca",
|
|
9371
8768
|
"post.core.dimension.40": "60db40cf07a6b3e92bcf85edc80515fd7a09d8b9",
|
|
9372
|
-
"post.core.dimension.46": "74ac568dad40f8bbdc961bfdb314e71038fd7a5e",
|
|
9373
8769
|
"post.core.dimension.48": "3c99f33268fc1a0907c9c95feb818692b940f0df",
|
|
9374
8770
|
"post.core.dimension.50": "8312fb2e184c7b79ae3cff18a147a2f337c7b235",
|
|
9375
8771
|
"post.core.dimension.56": "be606e2dbf04b756f087cf97628f7dcc88b4a25d",
|
|
8772
|
+
"post.core.dimension.58": "ad3a7ead105f847cd7a9f9bfbf57e936e9a647ef",
|
|
9376
8773
|
"post.core.dimension.64": "45594761f6b08503e67e61fcfe9a3c12e8d09173",
|
|
9377
8774
|
"post.core.dimension.72": "59844434f8c6ee1e337ec215e3548e1d40daf045",
|
|
9378
8775
|
"post.core.dimension.78": "d8d6b0835a349a9dd8cbe65e95943de12d3a3a00",
|
|
9379
8776
|
"post.core.dimension.80": "1ed36d765c9681045964985247fa22284ce969b7",
|
|
9380
8777
|
"post.core.dimension.82": "8049dec4f0860a0b206c65224d703a3f61135da8",
|
|
8778
|
+
"post.core.dimension.88": "25523ad55ba87cf27dc208a3bff2bf2cc511d68f",
|
|
9381
8779
|
"post.core.dimension.96": "c284ed2b1cd135012ce6f9a7b7709b031550b4ab",
|
|
9382
8780
|
"post.core.dimension.100": "a6b405b6955da9114e41712fd7f8413e018c81c9",
|
|
9383
8781
|
"post.core.dimension.112": "483e4eb70ead94af3bac5727f4021e10f46e6eaf",
|
|
@@ -9396,7 +8794,6 @@
|
|
|
9396
8794
|
"post.core.dimension.26-5": "fc0f8d331a3a6869de95d2f1031974fbc926e0c4",
|
|
9397
8795
|
"post.core.dimension.25-5": "52d70e1c63622fee6eeb2d8a176796da6bb60233",
|
|
9398
8796
|
"post.core.dimension.24-5": "b4bfb43876d1f47a6b0c4e965437a2f29327ff8c",
|
|
9399
|
-
"post.core.font-weight.300": "4436d559d2383ae1a0ad88d57da9ce6360a7aef7",
|
|
9400
8797
|
"post.core.font-weight.400": "2e0dea0ce52e09ecf1ea56fc61739b5dfd4c1335",
|
|
9401
8798
|
"post.core.font-weight.500": "b4f03965c86694b373279706e6a7abd0f85ef831",
|
|
9402
8799
|
"post.core.font-weight.700": "a8572f4ab00764d5deee3d136c730ba552e3d649",
|
|
@@ -9407,13 +8804,9 @@
|
|
|
9407
8804
|
"post.core.font-size.16": "cfe88d463c2a97605853ad688f610b6d2413aa79",
|
|
9408
8805
|
"post.core.font-size.18": "87a6c3f64bb8442a7a68b68a117e37642e05ab0a",
|
|
9409
8806
|
"post.core.font-size.20": "406933c00d98f806b314773b720b44ef18c44b21",
|
|
9410
|
-
"post.core.font-size.22": "84d13d9117cb15e2dd4765f4dd62e4ac8e4089d0",
|
|
9411
8807
|
"post.core.font-size.24": "9adfd1cbdaf8c62ec5e1767d289abe387474e032",
|
|
9412
|
-
"post.core.font-size.26": "817b79f15604f76f861989e5a09997c8530b5d90",
|
|
9413
8808
|
"post.core.font-size.28": "e6c1bd0761a9978e4527442cfab59ba9f764d2bd",
|
|
9414
|
-
"post.core.font-size.30": "2c729cc88e7a14ae59780f15f7b51059b504717b",
|
|
9415
8809
|
"post.core.font-size.32": "468652535b4d230b8aacbfdad93b0ac69dd79f5e",
|
|
9416
|
-
"post.core.font-size.34": "d4359139af1b8156d417d4da6b43dd112463db81",
|
|
9417
8810
|
"post.core.font-size.36": "d915e690bf9ee5217752fd9d94f42d744e82aa92",
|
|
9418
8811
|
"post.core.font-size.40": "79f8e733b8e993cbc3792ea4ed7a9e702b1a769c",
|
|
9419
8812
|
"post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064",
|
|
@@ -9500,24 +8893,8 @@
|
|
|
9500
8893
|
"post.scheme.color.interactive.button.tertiary.disabled.fg-inverted": "3a9df8d34384032af3f986043a92eedf2a8a7a34",
|
|
9501
8894
|
"post.scheme.color.interactive.button.tertiary.disabled.bg-inverted": "a225de1829f6f8143d75e388164e2af83ea4f6a2",
|
|
9502
8895
|
"post.scheme.color.interactive.button.tertiary.disabled.stroke-inverted": "d903c412b0157b9aba7f05121c7910fb358d7ddc",
|
|
9503
|
-
"post.scheme.color.interactive.button.segmented.enabled.fg": "3554ecebdfd85f6f19d59ca0e627042b6185651c",
|
|
9504
|
-
"post.scheme.color.interactive.button.segmented.enabled.bg": "5eb78f4f16c59bdcd0a2e77b84e96e506db8dee6",
|
|
9505
|
-
"post.scheme.color.interactive.button.segmented.enabled.stroke": "03350a4f7f5ad7a07443c5af06c501082a63ffb0",
|
|
9506
|
-
"post.scheme.color.interactive.button.segmented.hover.fg": "3228743c2d44067bc7d6e15265126ebc7ae99095",
|
|
9507
|
-
"post.scheme.color.interactive.button.segmented.hover.bg": "2d1cc833ed68cdc8cdf79c03f10622ac25ec332e",
|
|
9508
|
-
"post.scheme.color.interactive.button.segmented.hover.stroke": "8b88a28dc223c684ce98bc666557dece624bafbf",
|
|
9509
|
-
"post.scheme.color.interactive.button.segmented.selected.fg": "4f20e0fda02c643125c61e257302a707b9c3f8b7",
|
|
9510
|
-
"post.scheme.color.interactive.button.segmented.selected.bg": "f63f7f62748a6ac610b3a829ce61d47d3aa1e93c",
|
|
9511
|
-
"post.scheme.color.interactive.button.segmented.selected.stroke": "1ee321b15affc73036772f9aa307e06bb4106d1d",
|
|
9512
8896
|
"post.scheme.color.interactive.focus.stroke": "45a49cfd83943b6198f45b94b88316247bafd65f",
|
|
9513
8897
|
"post.scheme.color.interactive.focus.stroke-inverted": "184708805253951b9cc84f76b000665cef64cf96",
|
|
9514
|
-
"post.scheme.color.interactive.text_input.enabled.fg": "458e2162717f22a744cca787687f3350066c9fd3",
|
|
9515
|
-
"post.scheme.color.interactive.text_input.enabled.bg": "e635df5be1340f1dd2a3c27b1d4289f315210750",
|
|
9516
|
-
"post.scheme.color.interactive.text_input.enabled.stroke": "0782ab4ab51e3a8597418e9b1c591ae3d45269bf",
|
|
9517
|
-
"post.scheme.color.interactive.text_input.hover.fg-label": "11851c33cfb72dda519a1f2114a1e26466970a91",
|
|
9518
|
-
"post.scheme.color.interactive.text_input.hover.bg": "9a38d9ba81308be710b1ffa1fb6598403e8d23eb",
|
|
9519
|
-
"post.scheme.color.interactive.text_input.hover.fg-value": "23312051f239ea07388741b566c13bcdd0cba764",
|
|
9520
|
-
"post.scheme.color.interactive.text_input.hover.stroke": "1a7d68d0ea4eaa47cb4629d2bae1bcf23c1c0399",
|
|
9521
8898
|
"post.scheme.color.interactive.primary.enabled.bg1": "a584b17b8f7242193ff9ac51339a43e2413799a2",
|
|
9522
8899
|
"post.scheme.color.interactive.primary.enabled.fg1": "a6776cc4052ea886f3077e035cb848bb8f9d74c7",
|
|
9523
8900
|
"post.scheme.color.interactive.primary.enabled.fg2": "b85dc82452d5669bce12a2703a01fe9d2d536b73",
|
|
@@ -9525,31 +8902,31 @@
|
|
|
9525
8902
|
"post.scheme.color.interactive.primary.enabled.fg3": "9e54ef6fc66a0054ffd6b3bc0c7698699c4cabd9",
|
|
9526
8903
|
"post.scheme.color.interactive.primary.enabled.bg2": "150fee6272f684bfe2932f0fc85f5b988a749191",
|
|
9527
8904
|
"post.scheme.color.interactive.primary.enabled.stroke3": "915dad4def2d9fda8bd134433dafb0b433520681",
|
|
8905
|
+
"post.scheme.color.interactive.primary.enabled.bg3": "2ce7249ce3193851128c93a6f2b7ef668ae528ae",
|
|
9528
8906
|
"post.scheme.color.interactive.primary.hover.bg": "7aedb66803c7fad003929ca6c81bb7d7737b0d57",
|
|
9529
8907
|
"post.scheme.color.interactive.primary.hover.fg1": "7ef9cbf8cb729ee722b988ddac31fd390616e276",
|
|
9530
|
-
"post.scheme.color.interactive.primary.hover.fg2": "b2403dd77e71b4848d3558c343719da14959cfa7",
|
|
9531
8908
|
"post.scheme.color.interactive.primary.hover.stroke": "9e140f920b59b23489a7c75c4b6990ee27d39cb4",
|
|
9532
8909
|
"post.scheme.color.interactive.primary.hover.fg3": "3576b26a23c5becddff25ded83edf7709069c262",
|
|
9533
8910
|
"post.scheme.color.interactive.primary.hover.bg2": "367bc693723ef1f5c1f9c0961eeb4ab430b9319a",
|
|
9534
8911
|
"post.scheme.color.interactive.primary.hover.stroke3": "14a61f7a4a47175acaef2dd2464dca3c3b7bfb68",
|
|
8912
|
+
"post.scheme.color.interactive.primary.hover.bg3": "bb64afac2be48ddd31b986e67cd8338ebf30c3cc",
|
|
9535
8913
|
"post.scheme.color.interactive.primary.disabled.bg": "a2b9d1dcc588fb5bd222834e7583e8cfab2c4e88",
|
|
9536
8914
|
"post.scheme.color.interactive.primary.disabled.fg1": "f5fd0ffa2898c59c2589c2f9c6f958ada58fec31",
|
|
9537
|
-
"post.scheme.color.interactive.primary.disabled.fg2": "b3cd96507de21f5149f81145470f49a8a08b0355",
|
|
9538
8915
|
"post.scheme.color.interactive.primary.disabled.stroke": "1174333c039cf82fded01d5674787c0587c1b043",
|
|
9539
|
-
"post.scheme.color.interactive.primary.disabled.bg2": "a22ecbf39a19f71f1da52d2799f34d82012de3c3",
|
|
9540
8916
|
"post.scheme.color.interactive.primary.disabled.fg3": "4275db2a6373672622a84d83f7c05115fef5f074",
|
|
9541
|
-
"post.scheme.color.interactive.primary.disabled.bg3": "061a3f68548e0983b90e8c5602848734e2b220e4",
|
|
9542
8917
|
"post.scheme.color.interactive.primary.disabled.stroke2": "f1996e5a2f0ddae5a70fc654120febd8deadfd70",
|
|
9543
8918
|
"post.scheme.color.interactive.primary.disabled.bg4": "cbd472c5f53fe207babc9d0e2f387dd7235ca8b6",
|
|
9544
8919
|
"post.scheme.color.interactive.primary.disabled.stroke3": "b6f6a8caf670f7786560c10a897be950454f63ee",
|
|
8920
|
+
"post.scheme.color.interactive.primary.disabled.bg5": "21deaefac612428b75e362722aff06adbf3236e7",
|
|
8921
|
+
"post.scheme.color.interactive.primary.disabled.fg4": "493737281e262558c6971c1985b2182555dfb786",
|
|
8922
|
+
"post.scheme.color.interactive.primary.disabled.stroke4": "dbc77a602561bf65f668ad01a85aad427483fb55",
|
|
8923
|
+
"post.scheme.color.interactive.primary.disabled.bg6": "c3d7035650e871746bb7fec9cc7ee484884e2b83",
|
|
9545
8924
|
"post.scheme.color.interactive.primary.selected.bg1": "cf75460d83b62af415ac79e087f41a04e8d01cbd",
|
|
9546
8925
|
"post.scheme.color.interactive.primary.selected.fg1": "d11093e6b269456c3d3d8bbc872e28d603416097",
|
|
9547
|
-
"post.scheme.color.interactive.primary.selected.fg2": "2da15bd15cef0c8f2b261c15bad9ffad1a33b74f",
|
|
9548
8926
|
"post.scheme.color.interactive.primary.selected.stroke1": "550b96f317e985b79917fd707c1f6d236784f93b",
|
|
9549
8927
|
"post.scheme.color.interactive.primary.selected.fg3": "3bc8c4d9ce8927f0cea9dd992737f3a6d6293953",
|
|
9550
8928
|
"post.scheme.color.interactive.primary.selected.bg2": "7a0bd1da8b79f4a8df41671ea87ff9459da972b9",
|
|
9551
8929
|
"post.scheme.color.interactive.primary.selected.stroke4": "353c807b673deaaff93fcad6cb2dd45c6e1370e8",
|
|
9552
|
-
"post.scheme.color.interactive.primary.selected.stroke2": "1970ea4439a04f01188d4140ac306585206f56ad",
|
|
9553
8930
|
"post.scheme.color.interactive.primary.selected.stroke3": "b88b12d27abd17687a1e6a0d24ab3922070fa022",
|
|
9554
8931
|
"post.scheme.color.interactive.primary.selected.bg4": "2ff12dcb2eeefdf9269b693bbf6422ea2ad8212a",
|
|
9555
8932
|
"post.scheme.color.interactive.notification.info.fg": "e6f2ca071f61c4adc7af9dfc4d1ff088e2002a0a",
|
|
@@ -9568,6 +8945,7 @@
|
|
|
9568
8945
|
"post.scheme.color.interactive.notification.error.bg": "6165ecb63010c190df5bf65b59d442a4f802a05d",
|
|
9569
8946
|
"post.scheme.color.interactive.notification.error.icon": "6a602959aae6c213148ff0f586280a123ebff780",
|
|
9570
8947
|
"post.scheme.color.interactive.notification.error.stroke": "f6a25a2fe2b3146d1684d3906e635ef9505a4c23",
|
|
8948
|
+
"post.scheme.color.interactive.input.enabled.border": "0acd1351445659355ab8d6f7f370fe1c217ebe91",
|
|
9571
8949
|
"post.scheme.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19",
|
|
9572
8950
|
"post.scheme.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4",
|
|
9573
8951
|
"post.scheme.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff",
|
|
@@ -9600,7 +8978,15 @@
|
|
|
9600
8978
|
"post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
|
|
9601
8979
|
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
|
|
9602
8980
|
"post.scheme.color.signal.neutral-dark": "790da7ad43fa67de3b2da99582d332791fb09e9f",
|
|
9603
|
-
"post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198"
|
|
8981
|
+
"post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198",
|
|
8982
|
+
"post.scheme.color.interactive.input.enabled.bg": "ee1559ba9c687a96a4f52b60241ad08d6af675ef",
|
|
8983
|
+
"post.scheme.color.interactive.input.enabled.fg": "c0b646bc7315b3eb57777ada948f08b0fd3d718d",
|
|
8984
|
+
"post.scheme.color.interactive.input.hover.bg": "9e0464752dbef48d2c13c82b1865fb29baa976d6",
|
|
8985
|
+
"post.scheme.color.interactive.input.hover.fg": "4191ea628c0c943fa24e832a57e02fce109f0a73",
|
|
8986
|
+
"post.scheme.color.interactive.input.hover.border": "69ac281e1d33ebdb46f1512dd957323d89a6cc66",
|
|
8987
|
+
"post.scheme.color.interactive.input.disabled.bg": "751b8e0c0c47287585e354becf6a35bc76d3ef30",
|
|
8988
|
+
"post.scheme.color.interactive.input.disabled.fg": "ab50ae4da2b62ef7e661bbd499b51e51b20b6289",
|
|
8989
|
+
"post.scheme.color.interactive.input.disabled.border": "03fcc579a4ae77e80ca5f0e8b4a33c17b07b9944"
|
|
9604
8990
|
}
|
|
9605
8991
|
},
|
|
9606
8992
|
{
|
|
@@ -9609,7 +8995,8 @@
|
|
|
9609
8995
|
"$figmaStyleReferences": {},
|
|
9610
8996
|
"selectedTokenSets": {
|
|
9611
8997
|
"core": "source",
|
|
9612
|
-
"Scheme/Dark": "enabled"
|
|
8998
|
+
"Scheme/Dark": "enabled",
|
|
8999
|
+
"Scheme/Light": "enabled"
|
|
9613
9000
|
},
|
|
9614
9001
|
"$figmaCollectionId": "VariableCollectionId:718:1666",
|
|
9615
9002
|
"$figmaModeId": "718:2",
|
|
@@ -9622,6 +9009,8 @@
|
|
|
9622
9009
|
"post.scheme.color.signal.warning-light": "89302ce07bdf3dda8857ae055241ba5e55af16c7",
|
|
9623
9010
|
"post.scheme.color.signal.information-dark": "04907dc5972eef19d828ea38aafba62220824b5c",
|
|
9624
9011
|
"post.scheme.color.signal.information-light": "92a36e527934b27f741ef1d21ccd77f46081bcea",
|
|
9012
|
+
"post.scheme.color.signal.neutral-dark": "790da7ad43fa67de3b2da99582d332791fb09e9f",
|
|
9013
|
+
"post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198",
|
|
9625
9014
|
"post.scheme.color.signal.success-solo": "005074d4749ba0d64a11e8a5c742c48631c98dca",
|
|
9626
9015
|
"post.scheme.color.signal.error-solo": "93e0cd4e7a5f9b2a33a76c9c0f3ab60dc5543f66",
|
|
9627
9016
|
"post.scheme.color.interactive.button.primary.enabled.fg": "2a55e0da7a6a77af2ab682cfee46da43264624cf",
|
|
@@ -9678,24 +9067,8 @@
|
|
|
9678
9067
|
"post.scheme.color.interactive.button.tertiary.disabled.fg-inverted": "3a9df8d34384032af3f986043a92eedf2a8a7a34",
|
|
9679
9068
|
"post.scheme.color.interactive.button.tertiary.disabled.bg-inverted": "a225de1829f6f8143d75e388164e2af83ea4f6a2",
|
|
9680
9069
|
"post.scheme.color.interactive.button.tertiary.disabled.stroke-inverted": "d903c412b0157b9aba7f05121c7910fb358d7ddc",
|
|
9681
|
-
"post.scheme.color.interactive.button.segmented.enabled.fg": "3554ecebdfd85f6f19d59ca0e627042b6185651c",
|
|
9682
|
-
"post.scheme.color.interactive.button.segmented.enabled.bg": "5eb78f4f16c59bdcd0a2e77b84e96e506db8dee6",
|
|
9683
|
-
"post.scheme.color.interactive.button.segmented.enabled.stroke": "03350a4f7f5ad7a07443c5af06c501082a63ffb0",
|
|
9684
|
-
"post.scheme.color.interactive.button.segmented.hover.fg": "3228743c2d44067bc7d6e15265126ebc7ae99095",
|
|
9685
|
-
"post.scheme.color.interactive.button.segmented.hover.bg": "2d1cc833ed68cdc8cdf79c03f10622ac25ec332e",
|
|
9686
|
-
"post.scheme.color.interactive.button.segmented.hover.stroke": "8b88a28dc223c684ce98bc666557dece624bafbf",
|
|
9687
|
-
"post.scheme.color.interactive.button.segmented.selected.fg": "4f20e0fda02c643125c61e257302a707b9c3f8b7",
|
|
9688
|
-
"post.scheme.color.interactive.button.segmented.selected.bg": "f63f7f62748a6ac610b3a829ce61d47d3aa1e93c",
|
|
9689
|
-
"post.scheme.color.interactive.button.segmented.selected.stroke": "1ee321b15affc73036772f9aa307e06bb4106d1d",
|
|
9690
9070
|
"post.scheme.color.interactive.focus.stroke": "45a49cfd83943b6198f45b94b88316247bafd65f",
|
|
9691
9071
|
"post.scheme.color.interactive.focus.stroke-inverted": "184708805253951b9cc84f76b000665cef64cf96",
|
|
9692
|
-
"post.scheme.color.interactive.text_input.enabled.fg": "458e2162717f22a744cca787687f3350066c9fd3",
|
|
9693
|
-
"post.scheme.color.interactive.text_input.enabled.bg": "e635df5be1340f1dd2a3c27b1d4289f315210750",
|
|
9694
|
-
"post.scheme.color.interactive.text_input.enabled.stroke": "0782ab4ab51e3a8597418e9b1c591ae3d45269bf",
|
|
9695
|
-
"post.scheme.color.interactive.text_input.hover.fg-label": "11851c33cfb72dda519a1f2114a1e26466970a91",
|
|
9696
|
-
"post.scheme.color.interactive.text_input.hover.bg": "9a38d9ba81308be710b1ffa1fb6598403e8d23eb",
|
|
9697
|
-
"post.scheme.color.interactive.text_input.hover.fg-value": "23312051f239ea07388741b566c13bcdd0cba764",
|
|
9698
|
-
"post.scheme.color.interactive.text_input.hover.stroke": "1a7d68d0ea4eaa47cb4629d2bae1bcf23c1c0399",
|
|
9699
9072
|
"post.scheme.color.interactive.primary.enabled.bg1": "a584b17b8f7242193ff9ac51339a43e2413799a2",
|
|
9700
9073
|
"post.scheme.color.interactive.primary.enabled.fg1": "a6776cc4052ea886f3077e035cb848bb8f9d74c7",
|
|
9701
9074
|
"post.scheme.color.interactive.primary.enabled.fg2": "b85dc82452d5669bce12a2703a01fe9d2d536b73",
|
|
@@ -9703,31 +9076,31 @@
|
|
|
9703
9076
|
"post.scheme.color.interactive.primary.enabled.fg3": "9e54ef6fc66a0054ffd6b3bc0c7698699c4cabd9",
|
|
9704
9077
|
"post.scheme.color.interactive.primary.enabled.bg2": "150fee6272f684bfe2932f0fc85f5b988a749191",
|
|
9705
9078
|
"post.scheme.color.interactive.primary.enabled.stroke3": "915dad4def2d9fda8bd134433dafb0b433520681",
|
|
9079
|
+
"post.scheme.color.interactive.primary.enabled.bg3": "2ce7249ce3193851128c93a6f2b7ef668ae528ae",
|
|
9706
9080
|
"post.scheme.color.interactive.primary.hover.bg": "7aedb66803c7fad003929ca6c81bb7d7737b0d57",
|
|
9707
9081
|
"post.scheme.color.interactive.primary.hover.fg1": "7ef9cbf8cb729ee722b988ddac31fd390616e276",
|
|
9708
|
-
"post.scheme.color.interactive.primary.hover.fg2": "b2403dd77e71b4848d3558c343719da14959cfa7",
|
|
9709
9082
|
"post.scheme.color.interactive.primary.hover.stroke": "9e140f920b59b23489a7c75c4b6990ee27d39cb4",
|
|
9710
9083
|
"post.scheme.color.interactive.primary.hover.fg3": "3576b26a23c5becddff25ded83edf7709069c262",
|
|
9711
9084
|
"post.scheme.color.interactive.primary.hover.bg2": "367bc693723ef1f5c1f9c0961eeb4ab430b9319a",
|
|
9712
9085
|
"post.scheme.color.interactive.primary.hover.stroke3": "14a61f7a4a47175acaef2dd2464dca3c3b7bfb68",
|
|
9086
|
+
"post.scheme.color.interactive.primary.hover.bg3": "bb64afac2be48ddd31b986e67cd8338ebf30c3cc",
|
|
9713
9087
|
"post.scheme.color.interactive.primary.disabled.bg": "a2b9d1dcc588fb5bd222834e7583e8cfab2c4e88",
|
|
9714
9088
|
"post.scheme.color.interactive.primary.disabled.fg1": "f5fd0ffa2898c59c2589c2f9c6f958ada58fec31",
|
|
9715
|
-
"post.scheme.color.interactive.primary.disabled.fg2": "b3cd96507de21f5149f81145470f49a8a08b0355",
|
|
9716
9089
|
"post.scheme.color.interactive.primary.disabled.stroke": "1174333c039cf82fded01d5674787c0587c1b043",
|
|
9717
|
-
"post.scheme.color.interactive.primary.disabled.bg2": "a22ecbf39a19f71f1da52d2799f34d82012de3c3",
|
|
9718
9090
|
"post.scheme.color.interactive.primary.disabled.fg3": "4275db2a6373672622a84d83f7c05115fef5f074",
|
|
9719
|
-
"post.scheme.color.interactive.primary.disabled.bg3": "061a3f68548e0983b90e8c5602848734e2b220e4",
|
|
9720
9091
|
"post.scheme.color.interactive.primary.disabled.stroke2": "f1996e5a2f0ddae5a70fc654120febd8deadfd70",
|
|
9721
9092
|
"post.scheme.color.interactive.primary.disabled.bg4": "cbd472c5f53fe207babc9d0e2f387dd7235ca8b6",
|
|
9722
9093
|
"post.scheme.color.interactive.primary.disabled.stroke3": "b6f6a8caf670f7786560c10a897be950454f63ee",
|
|
9094
|
+
"post.scheme.color.interactive.primary.disabled.bg5": "21deaefac612428b75e362722aff06adbf3236e7",
|
|
9095
|
+
"post.scheme.color.interactive.primary.disabled.fg4": "493737281e262558c6971c1985b2182555dfb786",
|
|
9096
|
+
"post.scheme.color.interactive.primary.disabled.stroke4": "dbc77a602561bf65f668ad01a85aad427483fb55",
|
|
9097
|
+
"post.scheme.color.interactive.primary.disabled.bg6": "c3d7035650e871746bb7fec9cc7ee484884e2b83",
|
|
9723
9098
|
"post.scheme.color.interactive.primary.selected.bg1": "cf75460d83b62af415ac79e087f41a04e8d01cbd",
|
|
9724
9099
|
"post.scheme.color.interactive.primary.selected.fg1": "d11093e6b269456c3d3d8bbc872e28d603416097",
|
|
9725
|
-
"post.scheme.color.interactive.primary.selected.fg2": "2da15bd15cef0c8f2b261c15bad9ffad1a33b74f",
|
|
9726
9100
|
"post.scheme.color.interactive.primary.selected.stroke1": "550b96f317e985b79917fd707c1f6d236784f93b",
|
|
9727
9101
|
"post.scheme.color.interactive.primary.selected.fg3": "3bc8c4d9ce8927f0cea9dd992737f3a6d6293953",
|
|
9728
9102
|
"post.scheme.color.interactive.primary.selected.bg2": "7a0bd1da8b79f4a8df41671ea87ff9459da972b9",
|
|
9729
9103
|
"post.scheme.color.interactive.primary.selected.stroke4": "353c807b673deaaff93fcad6cb2dd45c6e1370e8",
|
|
9730
|
-
"post.scheme.color.interactive.primary.selected.stroke2": "1970ea4439a04f01188d4140ac306585206f56ad",
|
|
9731
9104
|
"post.scheme.color.interactive.primary.selected.stroke3": "b88b12d27abd17687a1e6a0d24ab3922070fa022",
|
|
9732
9105
|
"post.scheme.color.interactive.primary.selected.bg4": "2ff12dcb2eeefdf9269b693bbf6422ea2ad8212a",
|
|
9733
9106
|
"post.scheme.color.interactive.notification.info.fg": "e6f2ca071f61c4adc7af9dfc4d1ff088e2002a0a",
|
|
@@ -9746,6 +9119,15 @@
|
|
|
9746
9119
|
"post.scheme.color.interactive.notification.error.bg": "6165ecb63010c190df5bf65b59d442a4f802a05d",
|
|
9747
9120
|
"post.scheme.color.interactive.notification.error.icon": "6a602959aae6c213148ff0f586280a123ebff780",
|
|
9748
9121
|
"post.scheme.color.interactive.notification.error.stroke": "f6a25a2fe2b3146d1684d3906e635ef9505a4c23",
|
|
9122
|
+
"post.scheme.color.interactive.input.enabled.bg": "ee1559ba9c687a96a4f52b60241ad08d6af675ef",
|
|
9123
|
+
"post.scheme.color.interactive.input.enabled.fg": "c0b646bc7315b3eb57777ada948f08b0fd3d718d",
|
|
9124
|
+
"post.scheme.color.interactive.input.enabled.border": "0acd1351445659355ab8d6f7f370fe1c217ebe91",
|
|
9125
|
+
"post.scheme.color.interactive.input.hover.bg": "9e0464752dbef48d2c13c82b1865fb29baa976d6",
|
|
9126
|
+
"post.scheme.color.interactive.input.hover.fg": "4191ea628c0c943fa24e832a57e02fce109f0a73",
|
|
9127
|
+
"post.scheme.color.interactive.input.hover.border": "69ac281e1d33ebdb46f1512dd957323d89a6cc66",
|
|
9128
|
+
"post.scheme.color.interactive.input.disabled.bg": "751b8e0c0c47287585e354becf6a35bc76d3ef30",
|
|
9129
|
+
"post.scheme.color.interactive.input.disabled.fg": "ab50ae4da2b62ef7e661bbd499b51e51b20b6289",
|
|
9130
|
+
"post.scheme.color.interactive.input.disabled.border": "03fcc579a4ae77e80ca5f0e8b4a33c17b07b9944",
|
|
9749
9131
|
"post.scheme.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19",
|
|
9750
9132
|
"post.scheme.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4",
|
|
9751
9133
|
"post.scheme.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff",
|
|
@@ -9803,18 +9185,6 @@
|
|
|
9803
9185
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9804
9186
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9805
9187
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
9806
|
-
"post.device.font-size.heading.xs": "0ede8897f4c50d438a830adc9fe9118c32a5e178",
|
|
9807
|
-
"post.device.font-size.heading.s": "e1cc2bf9ba9ae6a1632aedfe996e81cd495f8246",
|
|
9808
|
-
"post.device.font-size.heading.m": "a8273b65190879995b85698c71d8ac552f4e8691",
|
|
9809
|
-
"post.device.font-size.heading.l": "2ff9fe8185cb912991144c4f7b5361361496410e",
|
|
9810
|
-
"post.device.font-size.heading.xl": "261bc6d04d4e2166c1b47855d1318f92f68d768a",
|
|
9811
|
-
"post.device.font-size.heading.xxl": "237b92b420ad1b737a4b3a782339a48e1c017c1f",
|
|
9812
|
-
"post.device.font-size.text.xs": "ae1801a42b769c747ced36207064a5f3a19a084d",
|
|
9813
|
-
"post.device.font-size.text.s": "54d9c19be0a424f39bc6c684018460c3b143720d",
|
|
9814
|
-
"post.device.font-size.text.m": "95740ccb2b312d28fb6b3222a09e7fdb40350e12",
|
|
9815
|
-
"post.device.font-size.text.l": "2f6bdc4a3dc9c6d4a4fda08f27ebaf1b4efbc57c",
|
|
9816
|
-
"post.device.font-size.text.xl": "8dea0049380e138e67b97df72dac269721c735e5",
|
|
9817
|
-
"post.device.font-size.text.xxs": "b9e07c68e924e06eea80e3005513cbb50f4bc993",
|
|
9818
9188
|
"post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
|
|
9819
9189
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
9820
9190
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
@@ -9822,27 +9192,19 @@
|
|
|
9822
9192
|
"post.device.spacing.gap.inline.2": "faef610241a69748e62611b8e146f6780dae7d0e",
|
|
9823
9193
|
"post.device.spacing.gap.inline.6": "a4a768a75fb809028d28930d42fe095c1875c7df",
|
|
9824
9194
|
"post.device.spacing.gap.inline.7": "a8c917d557703948fc61241fda83874f6d2c75ee",
|
|
9825
|
-
"post.device.spacing.gap.inline.8": "c01a1cb0094c47c2ab7ef20490cdca7bb02b0994",
|
|
9826
|
-
"post.device.spacing.gap.inline.9": "c6407a7f58dff16bf016eded51c55a20048cc510",
|
|
9827
9195
|
"post.device.spacing.gap.inline.10": "81e09d5b1f61262740353488c84a3e1dc09d83c0",
|
|
9828
9196
|
"post.device.spacing.gap.inline.12": "08cc3d16fcc5545ccd3b3ec7f8247381e57fd571",
|
|
9829
9197
|
"post.device.spacing.padding.1": "c4635d29cc336f857c6c8e52ab3e7cb19b1812c2",
|
|
9830
9198
|
"post.device.spacing.padding.9": "c0b5a059bf7cd0b40c2f02d89edeec9fe7871c93",
|
|
9831
9199
|
"post.device.spacing.padding.10": "d1b5c21d7ecc760ef668bf2fff454f8404b035ae",
|
|
9832
|
-
"post.device.spacing.padding.13": "34adb68af2a637832a5fe3c551ede86df72da22f",
|
|
9833
|
-
"post.device.spacing.padding.14": "ab58b4544fe4afbc5016cf045ac83ad8c7edd36d",
|
|
9834
9200
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
9835
|
-
"post.device.spacing.padding.20": "232df4b378a1f1b7062f6d0967d2f9dd8d068035",
|
|
9836
9201
|
"post.device.spacing.padding.block.1": "df1d5f20317d135e92c2f76c6de8670f83d52045",
|
|
9837
9202
|
"post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
|
|
9838
|
-
"post.device.spacing.padding.block.4": "6695b2c106326fe98be09521ee134a81ed26f2d2",
|
|
9839
9203
|
"post.device.spacing.padding.block.6": "fb123d11d6498d112c4d36a4fdef5bacafae88ae",
|
|
9840
9204
|
"post.device.spacing.padding.block.7": "0cb9374c93ed92485f7c51de410269e399585c29",
|
|
9841
9205
|
"post.device.spacing.padding.block.8": "5eeaa782f13c9a6dc00a47078b54556fa50c611a",
|
|
9842
9206
|
"post.device.spacing.padding.block.10": "2f99b2463811055d0f44088638bc153ac3c4054d",
|
|
9843
|
-
"post.device.spacing.padding.block.11": "5d575c80ae756461e601cdf082d1e6af28d610b9",
|
|
9844
9207
|
"post.device.spacing.padding.block.12": "8cbc9dc0f8b9f97d0c87eeb056bf472b0cd818c8",
|
|
9845
|
-
"post.device.spacing.padding.block.13": "64e1647cf27b478cbd23e48dba9b7dd8811cb5e7",
|
|
9846
9208
|
"post.device.spacing.padding.block.14": "a6427c0a7b5be884fca782a198c1d1bfccd9807f",
|
|
9847
9209
|
"post.device.spacing.padding.block.15": "b2a434eb28279be77246ffac732334fe984ed0b1",
|
|
9848
9210
|
"post.device.spacing.padding.block.16": "58662a7aefe8b726678e0862bfab0bc7fcc0963d",
|
|
@@ -9852,7 +9214,6 @@
|
|
|
9852
9214
|
"post.device.spacing.padding.block.22": "06bf3cc9f111447dd5ab49c5fcd5319f22842089",
|
|
9853
9215
|
"post.device.spacing.padding.block.23": "217fb5f28fcf01b9f362f0e45f0c0780d38150b6",
|
|
9854
9216
|
"post.device.spacing.padding.block.24": "f686d2271f0067fa4db06c30ee1db53bd954d0ca",
|
|
9855
|
-
"post.device.spacing.padding.block.26": "8db56edb0dc3ee21dd569bd0281da1a23b2f2476",
|
|
9856
9217
|
"post.device.spacing.padding.block.27": "100062af317485baa5eb39b22bdf1f3fd73b71d1",
|
|
9857
9218
|
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
9858
9219
|
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
@@ -9865,30 +9226,22 @@
|
|
|
9865
9226
|
"post.device.spacing.margin.4": "da53f4155b9f08ff30bddf3a07a176a6d7eeb94b",
|
|
9866
9227
|
"post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
|
|
9867
9228
|
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
|
|
9868
|
-
"post.device.sizing.interactive.icon.height": "23ca5ccbf3e98e4780aa20aef636cb50fad8809e",
|
|
9869
|
-
"post.device.sizing.interactive.icon.width": "8fea35207b61496ef007e6cf83e7983d1386be76",
|
|
9870
9229
|
"post.device.sizing.interactive.icon.size": "a7269590e4d43349d7c74194f91278bacc6d7955",
|
|
9871
|
-
"post.device.sizing.interactive.textfields.icon": "c6ce6c8537f69d8dcd20f710c1fcd38ee7915e4c",
|
|
9872
9230
|
"post.device.sizing.interactive.stepper.indicator": "da5a12871e0e8fd98b8d214909c46c5d775861dc",
|
|
9873
9231
|
"post.device.sizing.interactive.button.height.1": "d1728826d76d3d661dd12e94675a8747f6901a9a",
|
|
9874
9232
|
"post.device.sizing.interactive.button.height.2": "e7eae917eff97ee0a0cdfb55a874faf067f272bb",
|
|
9875
|
-
"post.device.sizing.interactive.button.height.3": "0247c69e9f0ff9764992df9dee0bb7dd02b259a6",
|
|
9876
9233
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
9877
9234
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
9878
9235
|
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
9879
9236
|
"post.device.sizing.interactive.button.appstore.width.google": "45676eca5b6cc6fe0e8aa6431e7ada19e0abd54c",
|
|
9880
9237
|
"post.device.sizing.interactive.button.appstore.width.apple": "882d2d5cf93f32234520f8ff0d68f15081b8e2b8",
|
|
9881
|
-
"post.device.sizing.interactive.button.icon.1": "a60381335e7c38cb7293af93f86fd98d00753df3",
|
|
9882
|
-
"post.device.sizing.interactive.button.icon.2": "d7f868a5f4a2c90d330d4d4190e099c405ea78e8",
|
|
9883
9238
|
"post.device.sizing.interactive.button.icon.3": "d21605dd30448c6478673e12f93eed8b5d062109",
|
|
9884
9239
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
9885
9240
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
9886
9241
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
9887
|
-
"post.device.sizing.interactive.footer.socialmedia": "c9658424b69d2f8a0a41d4595d9e24aeb32f0ad7",
|
|
9888
9242
|
"post.device.sizing.notification.1": "b31cec42f3942fd3aa657850a14206eff1005cd0",
|
|
9889
9243
|
"post.device.sizing.notification.2": "e0b179767552f36122fe6c80a31d5ff2fbc76e3c",
|
|
9890
9244
|
"post.device.sizing.notification.3": "0253f7ecf79bda0fed4208da11210ee2cb212290",
|
|
9891
|
-
"post.device.sizing.notification.icon.1": "ee88010ebd9bdb483633632bebb6bb9831f66437",
|
|
9892
9245
|
"post.device.sizing.notification.icon.2": "d1073e5d5449bb585549da312910cdb4fbfdf5f2",
|
|
9893
9246
|
"post.device.sizing.notification.icon.3": "25fe90689a1f0731cfcef45f0a75526e918445ed",
|
|
9894
9247
|
"post.device.sizing.notification.icon.4": "88522334d630ee0e3f1d60cdd8730cfbfc4a1917",
|
|
@@ -9896,7 +9249,6 @@
|
|
|
9896
9249
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
9897
9250
|
"post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb",
|
|
9898
9251
|
"post.device.sizing.logo.1": "511ede0fb883d4fc1798f6a9f84f4b93011cf334",
|
|
9899
|
-
"post.device.font-weight.medium": "906f12eaebe84e176fd21156d1a6e524c9e3414f",
|
|
9900
9252
|
"post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc",
|
|
9901
9253
|
"post.device.font-weight.regular": "63954de676cfeffcb52798776599f7a676db2327",
|
|
9902
9254
|
"post.device.font-weight.black": "e4cfc49770e938bbde9dd1499500d3c90db21bbf",
|
|
@@ -9905,7 +9257,6 @@
|
|
|
9905
9257
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9906
9258
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
9907
9259
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
9908
|
-
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
9909
9260
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
9910
9261
|
"post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
|
|
9911
9262
|
"post.device.spacing.gap.inline.11": "405d0145989ecb75d86a7ed2e64daac180a40c14",
|
|
@@ -9915,7 +9266,6 @@
|
|
|
9915
9266
|
"post.device.spacing.padding.17": "5fea0baf712055946b3ce5fdb1289b2f9ad424a1",
|
|
9916
9267
|
"post.device.spacing.padding.18": "9746d6a47fdd5e9c4cb0b91366e04d67b56fe18b",
|
|
9917
9268
|
"post.device.spacing.padding.inline.8": "e12a41c3f362750227aa81584d4cab825b08d4e9",
|
|
9918
|
-
"post.device.spacing.padding.block.2": "8390d8c42f51d4e5f785577cfe0cdb3c535ba080",
|
|
9919
9269
|
"post.device.spacing.padding.block.9": "857855702e00b04d5681d15b4fb627619436a052",
|
|
9920
9270
|
"post.device.spacing.padding.block.20": "149611a109df9284e16adfbcdc0ea79e1c8e7b17",
|
|
9921
9271
|
"post.device.spacing.padding.block.21": "249439e95218f5a9ea5cb14b01381d3c42758f99",
|
|
@@ -9926,7 +9276,6 @@
|
|
|
9926
9276
|
"post.device.sizing.interactive.icon.size2": "7cea78d105586f14c382f30667405f5ac18545f6",
|
|
9927
9277
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
9928
9278
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
9929
|
-
"post.device.spacing.gap.3": "91cd08dcbce598d4f63e04fc4e646796d943a377",
|
|
9930
9279
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
9931
9280
|
"post.device.spacing.gap.inline.3": "40c3d42c65eb3af924f8596ab867169f494461c4",
|
|
9932
9281
|
"post.device.spacing.gap.inline.4": "8a82feb33514d9f4fbd7299d2d951cea84d5f9ad",
|
|
@@ -9940,7 +9289,6 @@
|
|
|
9940
9289
|
"post.device.spacing.padding.11": "442d42a5e43710a1efffc6831b913b91c7ccd973",
|
|
9941
9290
|
"post.device.spacing.padding.12": "77bb7ca80ee8985a4226f41ecd1b2594e0aa673d",
|
|
9942
9291
|
"post.device.spacing.padding.15": "049f69bec47fdb67d6e8c256d22e99f3f5037565",
|
|
9943
|
-
"post.device.spacing.padding.21": "28270b809beec1b2f87f75b80f94ae3c03143b7c",
|
|
9944
9292
|
"post.device.spacing.padding.inline.1": "6dd0e239a4087795199f786e69f14b6a93ff485c",
|
|
9945
9293
|
"post.device.spacing.padding.inline.4": "255cacee7bf87ef4ca8143f3234f5ae6239e9c53",
|
|
9946
9294
|
"post.device.spacing.padding.block.5": "12aa516946fda5276cad33a82917f9a28cc78bf1",
|
|
@@ -9983,29 +9331,14 @@
|
|
|
9983
9331
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9984
9332
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9985
9333
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
9986
|
-
"post.device.font-size.heading.xs": "0ede8897f4c50d438a830adc9fe9118c32a5e178",
|
|
9987
|
-
"post.device.font-size.heading.s": "e1cc2bf9ba9ae6a1632aedfe996e81cd495f8246",
|
|
9988
|
-
"post.device.font-size.heading.m": "a8273b65190879995b85698c71d8ac552f4e8691",
|
|
9989
|
-
"post.device.font-size.heading.l": "2ff9fe8185cb912991144c4f7b5361361496410e",
|
|
9990
|
-
"post.device.font-size.heading.xl": "261bc6d04d4e2166c1b47855d1318f92f68d768a",
|
|
9991
|
-
"post.device.font-size.heading.xxl": "237b92b420ad1b737a4b3a782339a48e1c017c1f",
|
|
9992
|
-
"post.device.font-size.text.xs": "ae1801a42b769c747ced36207064a5f3a19a084d",
|
|
9993
|
-
"post.device.font-size.text.s": "54d9c19be0a424f39bc6c684018460c3b143720d",
|
|
9994
|
-
"post.device.font-size.text.m": "95740ccb2b312d28fb6b3222a09e7fdb40350e12",
|
|
9995
|
-
"post.device.font-size.text.l": "2f6bdc4a3dc9c6d4a4fda08f27ebaf1b4efbc57c",
|
|
9996
|
-
"post.device.font-size.text.xl": "8dea0049380e138e67b97df72dac269721c735e5",
|
|
9997
|
-
"post.device.font-size.text.xxs": "b9e07c68e924e06eea80e3005513cbb50f4bc993",
|
|
9998
9334
|
"post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
|
|
9999
9335
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
10000
|
-
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
10001
9336
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
10002
9337
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
10003
9338
|
"post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b",
|
|
10004
9339
|
"post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
|
|
10005
9340
|
"post.device.spacing.gap.inline.2": "faef610241a69748e62611b8e146f6780dae7d0e",
|
|
10006
9341
|
"post.device.spacing.gap.inline.7": "a8c917d557703948fc61241fda83874f6d2c75ee",
|
|
10007
|
-
"post.device.spacing.gap.inline.8": "c01a1cb0094c47c2ab7ef20490cdca7bb02b0994",
|
|
10008
|
-
"post.device.spacing.gap.inline.9": "c6407a7f58dff16bf016eded51c55a20048cc510",
|
|
10009
9342
|
"post.device.spacing.gap.inline.10": "81e09d5b1f61262740353488c84a3e1dc09d83c0",
|
|
10010
9343
|
"post.device.spacing.gap.inline.11": "405d0145989ecb75d86a7ed2e64daac180a40c14",
|
|
10011
9344
|
"post.device.spacing.gap.inline.12": "08cc3d16fcc5545ccd3b3ec7f8247381e57fd571",
|
|
@@ -10013,24 +9346,19 @@
|
|
|
10013
9346
|
"post.device.spacing.padding.1": "c4635d29cc336f857c6c8e52ab3e7cb19b1812c2",
|
|
10014
9347
|
"post.device.spacing.padding.4": "b1950da007ad30face2777f7f4561ea1bc394785",
|
|
10015
9348
|
"post.device.spacing.padding.10": "d1b5c21d7ecc760ef668bf2fff454f8404b035ae",
|
|
10016
|
-
"post.device.spacing.padding.13": "34adb68af2a637832a5fe3c551ede86df72da22f",
|
|
10017
|
-
"post.device.spacing.padding.14": "ab58b4544fe4afbc5016cf045ac83ad8c7edd36d",
|
|
10018
9349
|
"post.device.spacing.padding.16": "5c97812e8a03280e5250015efd024a5ed171833e",
|
|
10019
9350
|
"post.device.spacing.padding.17": "5fea0baf712055946b3ce5fdb1289b2f9ad424a1",
|
|
10020
9351
|
"post.device.spacing.padding.18": "9746d6a47fdd5e9c4cb0b91366e04d67b56fe18b",
|
|
10021
9352
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
10022
|
-
"post.device.spacing.padding.20": "232df4b378a1f1b7062f6d0967d2f9dd8d068035",
|
|
10023
9353
|
"post.device.spacing.padding.inline.5": "0d48e4a92e523fb69ae371e37c6ff79d6d255cc5",
|
|
10024
9354
|
"post.device.spacing.padding.inline.6": "211520f2bb91c1d8315cefb31dc55d7dde233be7",
|
|
10025
9355
|
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
|
|
10026
9356
|
"post.device.spacing.padding.inline.8": "e12a41c3f362750227aa81584d4cab825b08d4e9",
|
|
10027
9357
|
"post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
|
|
10028
|
-
"post.device.spacing.padding.block.2": "8390d8c42f51d4e5f785577cfe0cdb3c535ba080",
|
|
10029
9358
|
"post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
|
|
10030
9359
|
"post.device.spacing.padding.block.6": "fb123d11d6498d112c4d36a4fdef5bacafae88ae",
|
|
10031
9360
|
"post.device.spacing.padding.block.8": "5eeaa782f13c9a6dc00a47078b54556fa50c611a",
|
|
10032
9361
|
"post.device.spacing.padding.block.9": "857855702e00b04d5681d15b4fb627619436a052",
|
|
10033
|
-
"post.device.spacing.padding.block.11": "5d575c80ae756461e601cdf082d1e6af28d610b9",
|
|
10034
9362
|
"post.device.spacing.padding.block.14": "a6427c0a7b5be884fca782a198c1d1bfccd9807f",
|
|
10035
9363
|
"post.device.spacing.padding.block.16": "58662a7aefe8b726678e0862bfab0bc7fcc0963d",
|
|
10036
9364
|
"post.device.spacing.padding.block.17": "57a8b79e7d3b5324642cb9aa7b6a784db48e53b2",
|
|
@@ -10040,7 +9368,6 @@
|
|
|
10040
9368
|
"post.device.spacing.padding.block.23": "217fb5f28fcf01b9f362f0e45f0c0780d38150b6",
|
|
10041
9369
|
"post.device.spacing.padding.block.24": "f686d2271f0067fa4db06c30ee1db53bd954d0ca",
|
|
10042
9370
|
"post.device.spacing.padding.block.25": "09b620493db7c3442861066bb6821bc16518846b",
|
|
10043
|
-
"post.device.spacing.padding.block.26": "8db56edb0dc3ee21dd569bd0281da1a23b2f2476",
|
|
10044
9371
|
"post.device.spacing.padding.block.27": "100062af317485baa5eb39b22bdf1f3fd73b71d1",
|
|
10045
9372
|
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
10046
9373
|
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
@@ -10051,35 +9378,27 @@
|
|
|
10051
9378
|
"post.device.spacing.margin.4": "da53f4155b9f08ff30bddf3a07a176a6d7eeb94b",
|
|
10052
9379
|
"post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
|
|
10053
9380
|
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
|
|
10054
|
-
"post.device.sizing.interactive.icon.height": "23ca5ccbf3e98e4780aa20aef636cb50fad8809e",
|
|
10055
|
-
"post.device.sizing.interactive.icon.width": "8fea35207b61496ef007e6cf83e7983d1386be76",
|
|
10056
9381
|
"post.device.sizing.interactive.icon.size": "a7269590e4d43349d7c74194f91278bacc6d7955",
|
|
10057
9382
|
"post.device.sizing.interactive.icon.size2": "7cea78d105586f14c382f30667405f5ac18545f6",
|
|
10058
|
-
"post.device.sizing.interactive.textfields.icon": "c6ce6c8537f69d8dcd20f710c1fcd38ee7915e4c",
|
|
10059
9383
|
"post.device.sizing.interactive.stepper.indicator": "da5a12871e0e8fd98b8d214909c46c5d775861dc",
|
|
10060
9384
|
"post.device.sizing.interactive.button.height.1": "d1728826d76d3d661dd12e94675a8747f6901a9a",
|
|
10061
9385
|
"post.device.sizing.interactive.button.height.2": "e7eae917eff97ee0a0cdfb55a874faf067f272bb",
|
|
10062
|
-
"post.device.sizing.interactive.button.height.3": "0247c69e9f0ff9764992df9dee0bb7dd02b259a6",
|
|
10063
9386
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
10064
9387
|
"post.device.sizing.interactive.button.appstore.width.google": "45676eca5b6cc6fe0e8aa6431e7ada19e0abd54c",
|
|
10065
9388
|
"post.device.sizing.interactive.button.appstore.width.apple": "882d2d5cf93f32234520f8ff0d68f15081b8e2b8",
|
|
10066
|
-
"post.device.sizing.interactive.button.icon.
|
|
10067
|
-
"post.device.sizing.interactive.button.icon.2": "d7f868a5f4a2c90d330d4d4190e099c405ea78e8",
|
|
9389
|
+
"post.device.sizing.interactive.button.icon.2": "020306b9df898e80b1ad2fce35370f84d74a35ab",
|
|
10068
9390
|
"post.device.sizing.interactive.button.icon.3": "d21605dd30448c6478673e12f93eed8b5d062109",
|
|
10069
9391
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
10070
9392
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
10071
|
-
"post.device.sizing.interactive.footer.socialmedia": "c9658424b69d2f8a0a41d4595d9e24aeb32f0ad7",
|
|
10072
9393
|
"post.device.sizing.notification.1": "b31cec42f3942fd3aa657850a14206eff1005cd0",
|
|
10073
9394
|
"post.device.sizing.notification.2": "e0b179767552f36122fe6c80a31d5ff2fbc76e3c",
|
|
10074
9395
|
"post.device.sizing.notification.3": "0253f7ecf79bda0fed4208da11210ee2cb212290",
|
|
10075
|
-
"post.device.sizing.notification.icon.1": "ee88010ebd9bdb483633632bebb6bb9831f66437",
|
|
10076
9396
|
"post.device.sizing.notification.icon.2": "d1073e5d5449bb585549da312910cdb4fbfdf5f2",
|
|
10077
9397
|
"post.device.sizing.notification.icon.3": "25fe90689a1f0731cfcef45f0a75526e918445ed",
|
|
10078
9398
|
"post.device.sizing.notification.icon.4": "88522334d630ee0e3f1d60cdd8730cfbfc4a1917",
|
|
10079
9399
|
"post.device.sizing.icon.1": "63ee615aaef915749d1d844a254f9c1a45944dd9",
|
|
10080
9400
|
"post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb",
|
|
10081
9401
|
"post.device.sizing.logo.1": "511ede0fb883d4fc1798f6a9f84f4b93011cf334",
|
|
10082
|
-
"post.device.font-weight.medium": "906f12eaebe84e176fd21156d1a6e524c9e3414f",
|
|
10083
9402
|
"post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc",
|
|
10084
9403
|
"post.device.font-weight.regular": "63954de676cfeffcb52798776599f7a676db2327",
|
|
10085
9404
|
"post.device.font-weight.black": "e4cfc49770e938bbde9dd1499500d3c90db21bbf",
|
|
@@ -10088,7 +9407,6 @@
|
|
|
10088
9407
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10089
9408
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
10090
9409
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
10091
|
-
"post.device.spacing.gap.3": "91cd08dcbce598d4f63e04fc4e646796d943a377",
|
|
10092
9410
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
10093
9411
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
10094
9412
|
"post.device.spacing.gap.inline.3": "40c3d42c65eb3af924f8596ab867169f494461c4",
|
|
@@ -10105,17 +9423,14 @@
|
|
|
10105
9423
|
"post.device.spacing.padding.11": "442d42a5e43710a1efffc6831b913b91c7ccd973",
|
|
10106
9424
|
"post.device.spacing.padding.12": "77bb7ca80ee8985a4226f41ecd1b2594e0aa673d",
|
|
10107
9425
|
"post.device.spacing.padding.15": "049f69bec47fdb67d6e8c256d22e99f3f5037565",
|
|
10108
|
-
"post.device.spacing.padding.21": "28270b809beec1b2f87f75b80f94ae3c03143b7c",
|
|
10109
9426
|
"post.device.spacing.padding.inline.1": "6dd0e239a4087795199f786e69f14b6a93ff485c",
|
|
10110
9427
|
"post.device.spacing.padding.inline.3": "68840678b85de831c347ab8bd69931680dd08389",
|
|
10111
9428
|
"post.device.spacing.padding.inline.4": "255cacee7bf87ef4ca8143f3234f5ae6239e9c53",
|
|
10112
9429
|
"post.device.spacing.padding.block.1": "df1d5f20317d135e92c2f76c6de8670f83d52045",
|
|
10113
|
-
"post.device.spacing.padding.block.4": "6695b2c106326fe98be09521ee134a81ed26f2d2",
|
|
10114
9430
|
"post.device.spacing.padding.block.5": "12aa516946fda5276cad33a82917f9a28cc78bf1",
|
|
10115
9431
|
"post.device.spacing.padding.block.7": "0cb9374c93ed92485f7c51de410269e399585c29",
|
|
10116
9432
|
"post.device.spacing.padding.block.10": "2f99b2463811055d0f44088638bc153ac3c4054d",
|
|
10117
9433
|
"post.device.spacing.padding.block.12": "8cbc9dc0f8b9f97d0c87eeb056bf472b0cd818c8",
|
|
10118
|
-
"post.device.spacing.padding.block.13": "64e1647cf27b478cbd23e48dba9b7dd8811cb5e7",
|
|
10119
9434
|
"post.device.spacing.padding.block.15": "b2a434eb28279be77246ffac732334fe984ed0b1",
|
|
10120
9435
|
"post.device.spacing.padding.block.18": "606cdbae432937aed9642fc93f74af42c0aaeac4",
|
|
10121
9436
|
"post.device.spacing.padding.block.19": "35c06becdcfcbcaca8aa9be55c071d8a595fc0b0",
|
|
@@ -10170,24 +9485,10 @@
|
|
|
10170
9485
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
10171
9486
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
10172
9487
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
10173
|
-
"post.device.font-size.heading.xs": "0ede8897f4c50d438a830adc9fe9118c32a5e178",
|
|
10174
|
-
"post.device.font-size.heading.s": "e1cc2bf9ba9ae6a1632aedfe996e81cd495f8246",
|
|
10175
|
-
"post.device.font-size.heading.m": "a8273b65190879995b85698c71d8ac552f4e8691",
|
|
10176
|
-
"post.device.font-size.heading.l": "2ff9fe8185cb912991144c4f7b5361361496410e",
|
|
10177
|
-
"post.device.font-size.heading.xl": "261bc6d04d4e2166c1b47855d1318f92f68d768a",
|
|
10178
|
-
"post.device.font-size.heading.xxl": "237b92b420ad1b737a4b3a782339a48e1c017c1f",
|
|
10179
|
-
"post.device.font-size.text.xs": "ae1801a42b769c747ced36207064a5f3a19a084d",
|
|
10180
|
-
"post.device.font-size.text.s": "54d9c19be0a424f39bc6c684018460c3b143720d",
|
|
10181
|
-
"post.device.font-size.text.m": "95740ccb2b312d28fb6b3222a09e7fdb40350e12",
|
|
10182
|
-
"post.device.font-size.text.l": "2f6bdc4a3dc9c6d4a4fda08f27ebaf1b4efbc57c",
|
|
10183
|
-
"post.device.font-size.text.xl": "8dea0049380e138e67b97df72dac269721c735e5",
|
|
10184
|
-
"post.device.font-size.text.xxs": "b9e07c68e924e06eea80e3005513cbb50f4bc993",
|
|
10185
9488
|
"post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
|
|
10186
9489
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
10187
9490
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
10188
|
-
"post.device.spacing.gap.3": "91cd08dcbce598d4f63e04fc4e646796d943a377",
|
|
10189
9491
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
10190
|
-
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
10191
9492
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
10192
9493
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
10193
9494
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
@@ -10200,8 +9501,6 @@
|
|
|
10200
9501
|
"post.device.spacing.gap.inline.5": "fb46cdac66108aa7bca975a18e871ce17a4eaa71",
|
|
10201
9502
|
"post.device.spacing.gap.inline.6": "a4a768a75fb809028d28930d42fe095c1875c7df",
|
|
10202
9503
|
"post.device.spacing.gap.inline.7": "a8c917d557703948fc61241fda83874f6d2c75ee",
|
|
10203
|
-
"post.device.spacing.gap.inline.8": "c01a1cb0094c47c2ab7ef20490cdca7bb02b0994",
|
|
10204
|
-
"post.device.spacing.gap.inline.9": "c6407a7f58dff16bf016eded51c55a20048cc510",
|
|
10205
9504
|
"post.device.spacing.gap.inline.10": "81e09d5b1f61262740353488c84a3e1dc09d83c0",
|
|
10206
9505
|
"post.device.spacing.gap.inline.11": "405d0145989ecb75d86a7ed2e64daac180a40c14",
|
|
10207
9506
|
"post.device.spacing.gap.inline.12": "08cc3d16fcc5545ccd3b3ec7f8247381e57fd571",
|
|
@@ -10218,15 +9517,11 @@
|
|
|
10218
9517
|
"post.device.spacing.padding.10": "d1b5c21d7ecc760ef668bf2fff454f8404b035ae",
|
|
10219
9518
|
"post.device.spacing.padding.11": "442d42a5e43710a1efffc6831b913b91c7ccd973",
|
|
10220
9519
|
"post.device.spacing.padding.12": "77bb7ca80ee8985a4226f41ecd1b2594e0aa673d",
|
|
10221
|
-
"post.device.spacing.padding.13": "34adb68af2a637832a5fe3c551ede86df72da22f",
|
|
10222
|
-
"post.device.spacing.padding.14": "ab58b4544fe4afbc5016cf045ac83ad8c7edd36d",
|
|
10223
9520
|
"post.device.spacing.padding.15": "049f69bec47fdb67d6e8c256d22e99f3f5037565",
|
|
10224
9521
|
"post.device.spacing.padding.16": "5c97812e8a03280e5250015efd024a5ed171833e",
|
|
10225
9522
|
"post.device.spacing.padding.17": "5fea0baf712055946b3ce5fdb1289b2f9ad424a1",
|
|
10226
9523
|
"post.device.spacing.padding.18": "9746d6a47fdd5e9c4cb0b91366e04d67b56fe18b",
|
|
10227
9524
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
10228
|
-
"post.device.spacing.padding.20": "232df4b378a1f1b7062f6d0967d2f9dd8d068035",
|
|
10229
|
-
"post.device.spacing.padding.21": "28270b809beec1b2f87f75b80f94ae3c03143b7c",
|
|
10230
9525
|
"post.device.spacing.padding.inline.1": "6dd0e239a4087795199f786e69f14b6a93ff485c",
|
|
10231
9526
|
"post.device.spacing.padding.inline.3": "68840678b85de831c347ab8bd69931680dd08389",
|
|
10232
9527
|
"post.device.spacing.padding.inline.4": "255cacee7bf87ef4ca8143f3234f5ae6239e9c53",
|
|
@@ -10236,18 +9531,14 @@
|
|
|
10236
9531
|
"post.device.spacing.padding.inline.8": "e12a41c3f362750227aa81584d4cab825b08d4e9",
|
|
10237
9532
|
"post.device.spacing.padding.inline.9": "cc8ef1e866b261b2cd183c99e60f5eb3ee64b724",
|
|
10238
9533
|
"post.device.spacing.padding.block.1": "df1d5f20317d135e92c2f76c6de8670f83d52045",
|
|
10239
|
-
"post.device.spacing.padding.block.2": "8390d8c42f51d4e5f785577cfe0cdb3c535ba080",
|
|
10240
9534
|
"post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
|
|
10241
|
-
"post.device.spacing.padding.block.4": "6695b2c106326fe98be09521ee134a81ed26f2d2",
|
|
10242
9535
|
"post.device.spacing.padding.block.5": "12aa516946fda5276cad33a82917f9a28cc78bf1",
|
|
10243
9536
|
"post.device.spacing.padding.block.6": "fb123d11d6498d112c4d36a4fdef5bacafae88ae",
|
|
10244
9537
|
"post.device.spacing.padding.block.7": "0cb9374c93ed92485f7c51de410269e399585c29",
|
|
10245
9538
|
"post.device.spacing.padding.block.8": "5eeaa782f13c9a6dc00a47078b54556fa50c611a",
|
|
10246
9539
|
"post.device.spacing.padding.block.9": "857855702e00b04d5681d15b4fb627619436a052",
|
|
10247
9540
|
"post.device.spacing.padding.block.10": "2f99b2463811055d0f44088638bc153ac3c4054d",
|
|
10248
|
-
"post.device.spacing.padding.block.11": "5d575c80ae756461e601cdf082d1e6af28d610b9",
|
|
10249
9541
|
"post.device.spacing.padding.block.12": "8cbc9dc0f8b9f97d0c87eeb056bf472b0cd818c8",
|
|
10250
|
-
"post.device.spacing.padding.block.13": "64e1647cf27b478cbd23e48dba9b7dd8811cb5e7",
|
|
10251
9542
|
"post.device.spacing.padding.block.14": "a6427c0a7b5be884fca782a198c1d1bfccd9807f",
|
|
10252
9543
|
"post.device.spacing.padding.block.15": "b2a434eb28279be77246ffac732334fe984ed0b1",
|
|
10253
9544
|
"post.device.spacing.padding.block.16": "58662a7aefe8b726678e0862bfab0bc7fcc0963d",
|
|
@@ -10260,7 +9551,6 @@
|
|
|
10260
9551
|
"post.device.spacing.padding.block.23": "217fb5f28fcf01b9f362f0e45f0c0780d38150b6",
|
|
10261
9552
|
"post.device.spacing.padding.block.24": "f686d2271f0067fa4db06c30ee1db53bd954d0ca",
|
|
10262
9553
|
"post.device.spacing.padding.block.25": "09b620493db7c3442861066bb6821bc16518846b",
|
|
10263
|
-
"post.device.spacing.padding.block.26": "8db56edb0dc3ee21dd569bd0281da1a23b2f2476",
|
|
10264
9554
|
"post.device.spacing.padding.block.27": "100062af317485baa5eb39b22bdf1f3fd73b71d1",
|
|
10265
9555
|
"post.device.spacing.padding.block.28": "895e312dae801af70e24ede86c2d25203b46e967",
|
|
10266
9556
|
"post.device.spacing.padding.block.29": "e4a88bacff8f38bce4b8c1daec564da51ccc5af9",
|
|
@@ -10271,33 +9561,25 @@
|
|
|
10271
9561
|
"post.device.spacing.margin.4": "da53f4155b9f08ff30bddf3a07a176a6d7eeb94b",
|
|
10272
9562
|
"post.device.spacing.margin.5": "6b9e8903badb94a863a91be42b4cc6c9468c6038",
|
|
10273
9563
|
"post.device.spacing.margin.6": "b2fad29f5f794f25b5ad4b6969e8e19bbd1b62aa",
|
|
10274
|
-
"post.device.sizing.interactive.icon.height": "23ca5ccbf3e98e4780aa20aef636cb50fad8809e",
|
|
10275
|
-
"post.device.sizing.interactive.icon.width": "8fea35207b61496ef007e6cf83e7983d1386be76",
|
|
10276
9564
|
"post.device.sizing.interactive.icon.size": "a7269590e4d43349d7c74194f91278bacc6d7955",
|
|
10277
9565
|
"post.device.sizing.interactive.icon.size2": "7cea78d105586f14c382f30667405f5ac18545f6",
|
|
10278
9566
|
"post.device.sizing.interactive.icon.size3": "2d6b0a326866829ebae61170bdd76c65456bd604",
|
|
10279
9567
|
"post.device.sizing.interactive.icon.size4": "2c0942fd50bd63a9509f8550fc6a38642e9001d8",
|
|
10280
|
-
"post.device.sizing.interactive.textfields.icon": "c6ce6c8537f69d8dcd20f710c1fcd38ee7915e4c",
|
|
10281
9568
|
"post.device.sizing.interactive.stepper.indicator": "da5a12871e0e8fd98b8d214909c46c5d775861dc",
|
|
10282
9569
|
"post.device.sizing.interactive.button.height.1": "d1728826d76d3d661dd12e94675a8747f6901a9a",
|
|
10283
9570
|
"post.device.sizing.interactive.button.height.2": "e7eae917eff97ee0a0cdfb55a874faf067f272bb",
|
|
10284
|
-
"post.device.sizing.interactive.button.height.3": "0247c69e9f0ff9764992df9dee0bb7dd02b259a6",
|
|
10285
9571
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
10286
9572
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
10287
9573
|
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
10288
9574
|
"post.device.sizing.interactive.button.appstore.width.google": "45676eca5b6cc6fe0e8aa6431e7ada19e0abd54c",
|
|
10289
9575
|
"post.device.sizing.interactive.button.appstore.width.apple": "882d2d5cf93f32234520f8ff0d68f15081b8e2b8",
|
|
10290
|
-
"post.device.sizing.interactive.button.icon.1": "a60381335e7c38cb7293af93f86fd98d00753df3",
|
|
10291
|
-
"post.device.sizing.interactive.button.icon.2": "d7f868a5f4a2c90d330d4d4190e099c405ea78e8",
|
|
10292
9576
|
"post.device.sizing.interactive.button.icon.3": "d21605dd30448c6478673e12f93eed8b5d062109",
|
|
10293
9577
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
10294
9578
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
10295
9579
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
10296
|
-
"post.device.sizing.interactive.footer.socialmedia": "c9658424b69d2f8a0a41d4595d9e24aeb32f0ad7",
|
|
10297
9580
|
"post.device.sizing.notification.1": "b31cec42f3942fd3aa657850a14206eff1005cd0",
|
|
10298
9581
|
"post.device.sizing.notification.2": "e0b179767552f36122fe6c80a31d5ff2fbc76e3c",
|
|
10299
9582
|
"post.device.sizing.notification.3": "0253f7ecf79bda0fed4208da11210ee2cb212290",
|
|
10300
|
-
"post.device.sizing.notification.icon.1": "ee88010ebd9bdb483633632bebb6bb9831f66437",
|
|
10301
9583
|
"post.device.sizing.notification.icon.2": "d1073e5d5449bb585549da312910cdb4fbfdf5f2",
|
|
10302
9584
|
"post.device.sizing.notification.icon.3": "25fe90689a1f0731cfcef45f0a75526e918445ed",
|
|
10303
9585
|
"post.device.sizing.notification.icon.4": "88522334d630ee0e3f1d60cdd8730cfbfc4a1917",
|
|
@@ -10311,7 +9593,6 @@
|
|
|
10311
9593
|
"post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc",
|
|
10312
9594
|
"post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc",
|
|
10313
9595
|
"post.device.font-weight.regular": "63954de676cfeffcb52798776599f7a676db2327",
|
|
10314
|
-
"post.device.font-weight.medium": "906f12eaebe84e176fd21156d1a6e524c9e3414f",
|
|
10315
9596
|
"post.device.font-weight.black": "e4cfc49770e938bbde9dd1499500d3c90db21bbf",
|
|
10316
9597
|
"post.device.border-width.default": "e5f71facc552cd21f6cd7daa18a64c8e8e5ce6a6",
|
|
10317
9598
|
"post.device.border-width.focus": "36b85b12779fa51b466bbb29ec9f9a54b1ab7dcc",
|
|
@@ -10323,7 +9604,9 @@
|
|
|
10323
9604
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
10324
9605
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10325
9606
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
10326
|
-
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f"
|
|
9607
|
+
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
|
|
9608
|
+
"post.device.sizing.interactive.button.icon.2": "020306b9df898e80b1ad2fce35370f84d74a35ab",
|
|
9609
|
+
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b"
|
|
10327
9610
|
}
|
|
10328
9611
|
},
|
|
10329
9612
|
{
|
|
@@ -10436,10 +9719,12 @@
|
|
|
10436
9719
|
"post.list.number.item.text.padding.block": "e8f4ca5bfa27171f1305cbcf48109951c6291783",
|
|
10437
9720
|
"post.legend.font-weight": "f0a4f4aecd22adca404a06057036f32f535db108",
|
|
10438
9721
|
"post.legend.large.font-size": "d3d186f427003c6303030a4f6fbd344f2977aed4",
|
|
10439
|
-
"post.legend.large.
|
|
10440
|
-
"post.legend.large.padding
|
|
10441
|
-
"post.legend.large.margin
|
|
10442
|
-
"post.legend.large.border.color": "18eb341734d81f963bee4f9aa1e47a86d021916c"
|
|
9722
|
+
"post.legend.large.padding.block.start": "07195a6aef820a17e21fa4e2dd416d3ea3ed53db",
|
|
9723
|
+
"post.legend.large.padding.block.end": "5c0406008577b8a2c8cf3c7e0c6786fbda04323f",
|
|
9724
|
+
"post.legend.large.margin.block.end": "b8ff9bf1150e33ccf55f3838c5eb03813b07c55e",
|
|
9725
|
+
"post.legend.large.border.color": "18eb341734d81f963bee4f9aa1e47a86d021916c",
|
|
9726
|
+
"post.legend.large.border-width": "4a5a2aa3d8da28b110fa449c2a227ad3c5cc94bb",
|
|
9727
|
+
"post.legend.margin.block.end": "69bea6af09684b0a6efaca814f3bdc27ea87314b"
|
|
10443
9728
|
}
|
|
10444
9729
|
},
|
|
10445
9730
|
{
|
|
@@ -10614,7 +9899,6 @@
|
|
|
10614
9899
|
"Components/Button": "enabled",
|
|
10615
9900
|
"Components/Checkbox": "enabled",
|
|
10616
9901
|
"Components/Dropdown": "enabled",
|
|
10617
|
-
"Components/Notifications": "enabled",
|
|
10618
9902
|
"Components/Popover": "enabled",
|
|
10619
9903
|
"Components/Radio button": "enabled",
|
|
10620
9904
|
"Components/Select": "enabled",
|
|
@@ -10640,7 +9924,6 @@
|
|
|
10640
9924
|
"Components/App store badge": "enabled",
|
|
10641
9925
|
"Components/Form footer": "enabled",
|
|
10642
9926
|
"Components/Grid": "enabled",
|
|
10643
|
-
"Components/List simple": "enabled",
|
|
10644
9927
|
"Components/Avatar": "enabled",
|
|
10645
9928
|
"Components/Segmented button": "enabled",
|
|
10646
9929
|
"Scheme/Light": "source",
|
|
@@ -10650,18 +9933,20 @@
|
|
|
10650
9933
|
"Components/Container": "enabled",
|
|
10651
9934
|
"Components/Floating button": "enabled",
|
|
10652
9935
|
"Components/Blockquote": "enabled",
|
|
10653
|
-
"Components/Search input": "enabled"
|
|
9936
|
+
"Components/Search input": "enabled",
|
|
9937
|
+
"Components/ListCheck": "enabled",
|
|
9938
|
+
"Components/Assist": "enabled"
|
|
10654
9939
|
},
|
|
10655
9940
|
"$figmaCollectionId": "VariableCollectionId:808:5504",
|
|
10656
9941
|
"$figmaModeId": "808:0",
|
|
10657
9942
|
"$figmaVariableReferences": {
|
|
10658
|
-
"post.accordion.header.padding.block.
|
|
10659
|
-
"post.accordion.header.padding.block.end.closed": "00c2f23059991986de97e07da714689db5f3918a",
|
|
9943
|
+
"post.accordion.header.padding.block.closed": "e9faf7959a42feff543fcb8ebad5cd552b2e8912",
|
|
10660
9944
|
"post.accordion.header.padding.block.open": "bdace9cd8b675a56c7d60051bb4c38b186107eb7",
|
|
10661
9945
|
"post.accordion.header.padding.inline": "a1ffb9756668840ec23f302ca1198384ea02cc25",
|
|
10662
9946
|
"post.accordion.header.content.gap.inline": "f83c10995add59e786ca3d22a1ade42060c34ed6",
|
|
10663
9947
|
"post.accordion.header.logo.size": "13fab96fe789a3225bdbc0252d0a439af7e4c398",
|
|
10664
9948
|
"post.accordion.header.font-size": "e9a4ad046ac48c57901d82fc6e93ec65339530ae",
|
|
9949
|
+
"post.accordion.header.border-open": "6f9eb06b96ae3f7c204177d49f3ec2542f33ec32",
|
|
10665
9950
|
"post.accordion.border.bottom.width": "e01e81e3b2c1274b3dddc9b64899a0dcc3ac3037",
|
|
10666
9951
|
"post.accordion.group.border.top.width": "bb4799acbce91ecc1f87e8d3473ee7bd3947328d",
|
|
10667
9952
|
"post.accordion.content.padding.block.start": "ad730b9eb52503242b53d02ed9c613eafb1014bd",
|
|
@@ -10676,6 +9961,12 @@
|
|
|
10676
9961
|
"post.app-store.apple.width": "ad43af0ea74ce86af165314d67cd7a7dd663df84",
|
|
10677
9962
|
"post.app-store.height": "bfd9997022ededeb1841f9897a28d66715817016",
|
|
10678
9963
|
"post.app-store.border-radius": "aa40618f5c2c44b080a7da802ff1cfee577cdc7f",
|
|
9964
|
+
"post.assist.gap": "436af523860fe63275a6e95ab6a655ad8ebca801",
|
|
9965
|
+
"post.assist.padding.block": "5053e061175de25bca76d00ef83a658b8003964a",
|
|
9966
|
+
"post.assist.padding.inline": "a5be9de5386121ecb0c4c55bd310ed46e71a46a6",
|
|
9967
|
+
"post.assist.font-size": "c42fdefaa61b7c5d6916a6b6768599b19da3fd4d",
|
|
9968
|
+
"post.assist.enabled-fg": "72f5b4238dee1bf68e93e9731b4fd8f2e5e38fd5",
|
|
9969
|
+
"post.assist.disabled-fg": "511343125c5a9ce9901570e967e37962ab1eca6d",
|
|
10679
9970
|
"post.avatar.size": "fdc1484ed63e645974c9a435ca62dd46b26a84e0",
|
|
10680
9971
|
"post.avatar.enabled-bg": "1863e011a6589c655c1f6ce1b3fa63e4153719e2",
|
|
10681
9972
|
"post.avatar.enabled-fg": "9fbe58313d6bf87fab98be4e81191e79f1a038b0",
|
|
@@ -10876,6 +10167,19 @@
|
|
|
10876
10167
|
"post.dropdown.multi-select.menu.list-item.enabled-stroke": "757662a00b6fceb039c47168c52a9a96170a4996",
|
|
10877
10168
|
"post.dropdown.multi-select.menu.padding.block": "e885da1f27f58d8d77336fa1cc12b08fca18655f",
|
|
10878
10169
|
"post.dropdown.multi-select.menu.border-radius": "df7ff5e9ed31e5d3c9bab7ff70c498dbf05669a9",
|
|
10170
|
+
"post.floating-button.position.right": "5f5f7a00e0660158923bd57ee08d5f10c4074526",
|
|
10171
|
+
"post.floating-button.position.top": "ff8db193bebd896a1c226be5aa69b28b3729c785",
|
|
10172
|
+
"post.floating-button.enabled-fg": "77f009565576cc049046b990ef2b0688a43becd7",
|
|
10173
|
+
"post.floating-button.enabled-bg": "491d5f34dd817b87c813955d6aa84eae900a5f5a",
|
|
10174
|
+
"post.floating-button.enabled-border": "fced80ecb14d12d7a312fb54984a6af601983225",
|
|
10175
|
+
"post.floating-button.hover-fg": "a5e426e2322345c0f300633465e4d73b4d5a5750",
|
|
10176
|
+
"post.floating-button.hover-bg": "519c5bcb2886492720446c365d4f5c3fa85ad996",
|
|
10177
|
+
"post.floating-button.hover-border": "54e694dd7772f673e1e7bee834f5dc211887faf2",
|
|
10178
|
+
"post.floating-button.size.outer": "5e349e3dfa6c657612a01f07c5c7259dc97a93ef",
|
|
10179
|
+
"post.floating-button.size.icon": "6f2ead50c9777b5b55aece34c2e65d4c4f9dd05d",
|
|
10180
|
+
"post.floating-button.border-width": "780bc7b400761532094e6fd9dacf8c0d92c69383",
|
|
10181
|
+
"post.floating-button.border-radius.round": "40f3a56c25ca39dec619b9bea5f19a4c2e0e4a50",
|
|
10182
|
+
"post.floating-button.translate.y": "1d8bea4d672c2c51bda780ff44907881e8b21921",
|
|
10879
10183
|
"post.form-footer.border.block.start.width": "435984a357bd0e8d998641046968135544c42ca3",
|
|
10880
10184
|
"post.form-footer.border.start.color": "fe40a4f98b31cb6fc9c83a1d1ba0398c677d545f",
|
|
10881
10185
|
"post.form-footer.padding.block.start": "7e99d301b97b416b17ee532a082c33e6e7e6160b",
|
|
@@ -10966,7 +10270,7 @@
|
|
|
10966
10270
|
"post.inline.color.error-stroke": "de75d6eb0a859440c39a5ac1fd26099b5f6ef793",
|
|
10967
10271
|
"post.inline.color.error-icon": "71b842f358cc234da3c1fffd7919d7ae06c34790",
|
|
10968
10272
|
"post.lead.font-size": "faf5dba2f96d4f89a72ee8e380d9c5dabd286beb",
|
|
10969
|
-
"post.lead
|
|
10273
|
+
"post.lead.font-weight": "5f2c7a3dd41d479f8b11e5b1dbfe462152e54aa0",
|
|
10970
10274
|
"post.list.item.padding.inline.start": "f7f1ba4ae736cfe139c14f5d2da5834c6555c8c0",
|
|
10971
10275
|
"post.list.item.padding.inline.end": "f89ce359dcd178ea9994cf93e962e4c8ac437b7e",
|
|
10972
10276
|
"post.list.item.padding.block.start": "11f6bc404467908a5a162c5d014ba825e488fe4a",
|
|
@@ -10983,23 +10287,20 @@
|
|
|
10983
10287
|
"post.list.switch.padding.block": "f4d818760b6afc45e334e50776ad152fb18d54d9",
|
|
10984
10288
|
"post.list.margin.block": "d53e96d1e948088deafee9bd8fb5a84edacb868e",
|
|
10985
10289
|
"post.list.bg": "3ae4e2a10ad075b1d4d5f45253a54cd648336989",
|
|
10986
|
-
"post.list.
|
|
10987
|
-
"post.list.
|
|
10988
|
-
"post.list.
|
|
10989
|
-
"post.list.
|
|
10990
|
-
"post.list.
|
|
10991
|
-
"post.list.
|
|
10992
|
-
"post.list.
|
|
10993
|
-
"post.list.
|
|
10994
|
-
"post.list.
|
|
10995
|
-
"post.list.
|
|
10996
|
-
"post.list.
|
|
10997
|
-
"post.
|
|
10998
|
-
"post.
|
|
10999
|
-
"post.
|
|
11000
|
-
"post.infobox.sizing.icon": "7dd519c929ff034c7e25825ed27a3d0bf99bdc1d",
|
|
11001
|
-
"post.infobox.spacing.gap.inline": "ac6c1c2265e3a937117dc72b1fc0181204661585",
|
|
11002
|
-
"post.clickable.spacing.padding.icon": "4ef4cc91db7e7d5643bfedae838969e76322b6fe",
|
|
10290
|
+
"post.list.check.sizing.icon": "bb5abf0a86b093084f08e078f8f4ad9947a52b72",
|
|
10291
|
+
"post.list.check.padding.icon": "59c39e7014cf31f71f657d6a7034186a35e63012",
|
|
10292
|
+
"post.list.check.text.padding": "a8a03d1e0221fd52a61abb27246f0ee435aea686",
|
|
10293
|
+
"post.list.check.icon.gap.inline": "6c150a26e38d619d9d0e35a364b2fba9d86a60d7",
|
|
10294
|
+
"post.list.check.icon.container.inline": "7b56b23c45c26a3d4bd0dd76f84e74cede898c57",
|
|
10295
|
+
"post.list.check.icon.container.block": "670186a5b10d70027009f3e318cc99fc0a2c822f",
|
|
10296
|
+
"post.list.check.item.gap.block.text": "6cf9bbb003a5295246f02134089019f9abda52ca",
|
|
10297
|
+
"post.list.check.margin.block": "d299b40b073470d2b17eab110d34bdd43233bd69",
|
|
10298
|
+
"post.list.check.color.icon-bg": "fae4fd2c5bc7dec515b82a34ae4279361d3aad86",
|
|
10299
|
+
"post.list.check.color.icon-fg": "16cd2459165982f548ff3971fba0746e6be362a1",
|
|
10300
|
+
"post.list.check.color.text-fg": "570728a610b063ec0e5c8abb631f23173079187d",
|
|
10301
|
+
"post.infobox.sizing.icon": "2388fc56fa9568791f8a0ff76c2ab0344c203398",
|
|
10302
|
+
"post.infobox.spacing.gap.inline": "d9d9f5b08ea1306b681dd4fb624198085f078dbe",
|
|
10303
|
+
"post.clickable.spacing.padding.icon": "70eea4229b2acd600ce285838e1b61659e92dd2c",
|
|
11003
10304
|
"post.interactive.spacing.gap.inline.icon-end": "df18c61c993b46d73776736868aac7128afad646",
|
|
11004
10305
|
"post.interactive.spacing.gap.inline.error": "5e18cb4d2d2fe1211b71bbd50dbb67d59de6f675",
|
|
11005
10306
|
"post.notification.color.info-bg": "dd58fcaffc293f7c3476f7c9ff3587e03d1f2c08",
|
|
@@ -11070,6 +10371,7 @@
|
|
|
11070
10371
|
"post.input.search.label.empty.padding.inline.end": "86ee6eb34d947957e558ec6f2eff1c74e350412e",
|
|
11071
10372
|
"post.input.search.label.filled.padding.inline.end": "374f2471e81aba44b09a6f6f31f51b47ce87d9a8",
|
|
11072
10373
|
"post.input.search.icon.border-radius": "cd54dafcf43f1524a4759289263baffa23699e17",
|
|
10374
|
+
"post.search.position.inline.end.icon": "c9cb98cb13f74d863fc6c426b34a9182866eb17f",
|
|
11073
10375
|
"post.button-segmented.horizontal.border-radius": "fd01f5b8308c2c2826717c59169509fa33da4431",
|
|
11074
10376
|
"post.button-segmented.vertical.border-radius": "bb62d30e7b32d7c62d6a825888a8248af47f3532",
|
|
11075
10377
|
"post.button-segmented.selected-fg": "23623d928ead25f0bcf0b42baed2bfdf8345daad",
|
|
@@ -11105,6 +10407,8 @@
|
|
|
11105
10407
|
"post.select.color.signal.success": "6623b2c94701e85e1928a14061ea14a4202a79e3",
|
|
11106
10408
|
"post.select.gap.inline.icon": "3409366bd6aa4a842f82866e8bf54c453dcf268e",
|
|
11107
10409
|
"post.select.padding.block.assist": "9881d3877ac2414beaaa89170d43800c15709bca",
|
|
10410
|
+
"post.select.padding.block.start": "0d09d05449a76483db2bf6d18a0a0c820862cc5c",
|
|
10411
|
+
"post.select.padding.block.end": "67180c3f212782a048ca51641391f348cf0f4a4e",
|
|
11108
10412
|
"post.select.padding.inline.start": "d5107891864d989f126bfd2663b56c6e6f4f10ea",
|
|
11109
10413
|
"post.select.padding.inline.end": "132024fa60bd3588e7ef643521f685966de4ace8",
|
|
11110
10414
|
"post.select.padding.inline.assist": "cb2a019b36d61275fef6e9b96c8e13166a365bd8",
|
|
@@ -11112,7 +10416,7 @@
|
|
|
11112
10416
|
"post.select.sizing.height": "bcd5eb01743436062caf7933c222b2f6926f3d1c",
|
|
11113
10417
|
"post.select.border-radius": "930859c17344e36a2cbf9d7065cf452012c5a9a0",
|
|
11114
10418
|
"post.select.border-width": "bbab438460b94dab122e2ac90839a702ccf6c13d",
|
|
11115
|
-
"post.select.
|
|
10419
|
+
"post.select.standalone.padding.block": "304bcb24db24b967485cbf71296de06f6b7341f8",
|
|
11116
10420
|
"post.select.label.empty.padding.block.start": "06d604e204b8c63731949f9c5fd7397386dce384",
|
|
11117
10421
|
"post.select.label.empty.padding.inline.start": "350e9964e6c92ebab939f8a5d0b7dbcc0e49bf46",
|
|
11118
10422
|
"post.select.label.empty.padding.inline.end": "9f0ae7f522f3aaf15578fa8bdf46dda00466d7e1",
|
|
@@ -11120,8 +10424,6 @@
|
|
|
11120
10424
|
"post.select.label.filled.padding.block.start": "c8703e31d8d31ec91dc9497e110b99cc28c1258c",
|
|
11121
10425
|
"post.select.label.filled.font-size": "1041da45c259c220bfec519b08f013b300c1f895",
|
|
11122
10426
|
"post.select.validation.icon.position.inline.end": "9dec705e5a6d9230a48fda0043be9f9dca656da0",
|
|
11123
|
-
"post.select.filled.padding.block.start": "0d09d05449a76483db2bf6d18a0a0c820862cc5c",
|
|
11124
|
-
"post.select.filled.padding.block.end": "67180c3f212782a048ca51641391f348cf0f4a4e",
|
|
11125
10427
|
"post.select.assist.font-size": "a4d8972a26c2d337c07dc81210a16b599d6805bb",
|
|
11126
10428
|
"post.select.validated.padding.inline.end": "48f6ba30b74b980ac4d25c7c36185a2e637ccdcc",
|
|
11127
10429
|
"post.select.icon.position.inline.end": "64418774bec0b29d2b36ffc65da2afc3848d4a8a",
|
|
@@ -11174,6 +10476,7 @@
|
|
|
11174
10476
|
"post.switch.icon.success": "7e344a6a3c5ecf08f4d78441e5cfcf81ae31e621",
|
|
11175
10477
|
"post.switch.icon.disabled": "34c32196503b8fd0e443b51da233db8104427d3f",
|
|
11176
10478
|
"post.switch.icon.hover": "5c750ce20d8456d07e02fbbb43b14b5090f8f87b",
|
|
10479
|
+
"post.switch.icon.padding.container": "7de305f63552aa60ae1fdd6070365f0ee0f4041a",
|
|
11177
10480
|
"post.switch.handle.enabled": "159a42184822eb3538fd9468fbf9c6b63fbf1bcf",
|
|
11178
10481
|
"post.switch.handle.selected": "2f079a496bed636dcee54a30516d00f400de1f52",
|
|
11179
10482
|
"post.switch.handle.selected-stroke": "18d9b72bedfc5af7007948148e850f31754c6efb",
|
|
@@ -11207,12 +10510,34 @@
|
|
|
11207
10510
|
"post.textarea.enabled-border": "976a32251ad1d4b6d678e1c7f7ea81a5e91622a5",
|
|
11208
10511
|
"post.textarea.hover-border": "5d946ceaa0e2efbcab19124583ece0f60ec852d6",
|
|
11209
10512
|
"post.textarea.disabled-border": "28993c9b0c485cf60e450e52b82c4339b42d6284",
|
|
11210
|
-
"post.textarea.
|
|
10513
|
+
"post.textarea.gap.inline": "9a27c39a9cbf50dd75969f891f6b5bb6f057c8ab",
|
|
10514
|
+
"post.textarea.gap.assist": "0c2e9bed1aba39f47403c147c27e5d05d1a242f9",
|
|
10515
|
+
"post.textarea.padding.block.start": "7abacc6bc83879ca6b9c3788825a690300645ca5",
|
|
10516
|
+
"post.textarea.padding.block.end": "79be2587ab4bc6dee6f4b7efa90bcc90d88a7859",
|
|
10517
|
+
"post.textarea.padding.block.assist": "fd897dc4473aaf02dcb64a89eea49eac6b57b5e1",
|
|
10518
|
+
"post.textarea.padding.inline.assist": "604885a8bec38c3de5690356837dbd20d0901a25",
|
|
11211
10519
|
"post.textarea.padding.inline.start": "2a877a58bc4473993bedc28d4173c8a24aaedd85",
|
|
11212
10520
|
"post.textarea.padding.inline.end": "9dbc4fc8ea6184a3eeba4f71c5d6d333c689fc19",
|
|
10521
|
+
"post.textarea.standalone.padding.block": "865d08d100de52d4423d06ee3bb82937b4d4e8ca",
|
|
11213
10522
|
"post.textarea.sizing.icon": "f1321b62580dd4cab2df1e4ef5fe5c3384a4e68e",
|
|
10523
|
+
"post.textarea.sizing.min-height": "41eefd8c32be6adb8cbc4ccb07dbfaeb53332b5f",
|
|
11214
10524
|
"post.textarea.border-radius": "820ccb86ff7bca1eb9bef3fb4b560347bf7b34b4",
|
|
11215
10525
|
"post.textarea.border-width": "450b1ae1cc109be2ba668995841c9baef51da390",
|
|
10526
|
+
"post.textarea.label.padding.inline.start": "47e25f74cfd469a7a00dc1c5533a516c714cacc6",
|
|
10527
|
+
"post.textarea.label.padding.inline.end": "91abca78cb4068628010f830f5a937f9a06d3e42",
|
|
10528
|
+
"post.textarea.label.padding.block.start": "9549b3c9ee69c1bb1f40c39f54dceb6c75556347",
|
|
10529
|
+
"post.textarea.label.validated.padding.inline.end": "8142f57c63433262f4348ad3eff57aca0d30d550",
|
|
10530
|
+
"post.textarea.label.filled.font-size": "8d76e738441757ff8dfc53ab1601f218c1095f32",
|
|
10531
|
+
"post.textarea.label.filled.padding.block.start": "25bb881879bcfa6f8fc16fbda7cd5164a5083252",
|
|
10532
|
+
"post.textarea.signal.error": "a18efce3d87124d0c761a901e681d836d13b61a8",
|
|
10533
|
+
"post.textarea.signal.success": "cb87cd3fe7dfbd21d0be540a812560c712c212de",
|
|
10534
|
+
"post.textarea.position.inline.end.resize": "904aaf2715095ac103aecbf621cdbeb5b551d35c",
|
|
10535
|
+
"post.textarea.position.inline.end.validation": "a62582eea53edacc67dd06ee55a6a9b3c9787934",
|
|
10536
|
+
"post.textarea.position.block.end.resize": "d10f66ecc25d5e4576ee7f3d665cc9afa4ee0f67",
|
|
10537
|
+
"post.textarea.position.block.start.validation": "7d3d68f9b92e710e7441d84c31b27639e13e301a",
|
|
10538
|
+
"post.textarea.assist.font-size": "8fb89a9effda2d25fe148de62b52eb6ddc9a280b",
|
|
10539
|
+
"post.textarea.validated.padding.inline.end": "82e187d41e38dad89946c46aa1d8875e096accfd",
|
|
10540
|
+
"post.textarea.placeholder-fg": "2eb0774493703d5cb36de7d667ca584be15c63bb",
|
|
11216
10541
|
"post.text-highlighted.bg": "27774fb04cb78f58f13895b833a4851be7e3486b",
|
|
11217
10542
|
"post.text-highlighted.fg": "8416d4e5337654acf592f5345f7c151d3cd63a4d",
|
|
11218
10543
|
"post.text-highlighted.padding.text": "e5e01d5010f1a45ce796d305a526ce01fa5d7a7b",
|
|
@@ -11236,6 +10561,8 @@
|
|
|
11236
10561
|
"post.input.gap.inline.1": "ea0f287f910901d9a2754175427d33874636908d",
|
|
11237
10562
|
"post.input.gap.inline.2": "e17ec3bfeef8ad59d33f8ed4028bcbeffb3c2e65",
|
|
11238
10563
|
"post.input.padding.block.assist": "74fa0091e635d194f2726e8a49d63029f797d7b1",
|
|
10564
|
+
"post.input.padding.block.start": "2924bedf122ccb4ab278a3ce28e06a8337c84059",
|
|
10565
|
+
"post.input.padding.block.end": "66ffd33591a7dcb8d7d81b4a9ceb90cb563652d2",
|
|
11239
10566
|
"post.input.padding.inline.start": "95d346d8cf0d15d92cbb0d838ad1d21e2196d909",
|
|
11240
10567
|
"post.input.padding.inline.end": "251080d245b6ce91ef6947cedb9d8710871c1e45",
|
|
11241
10568
|
"post.input.padding.inline.assist": "e265e8a8f1e63ac91a7c044560f1c84736e1167f",
|
|
@@ -11243,11 +10570,12 @@
|
|
|
11243
10570
|
"post.input.sizing.height": "82cf75a7b82a124c9b1d42cdbc0e9e84e3b11b9b",
|
|
11244
10571
|
"post.input.border-radius.surface": "d06c0dd30f742b0d6cd4cbddcf2ee20dc059be64",
|
|
11245
10572
|
"post.input.border-width": "1ade7245040a677b64153d2cdf6651fcea38bf0e",
|
|
10573
|
+
"post.input.standalone.padding.block": "5e8222cbe4c364dc01d3f3a4bdc58faa38f2056c",
|
|
11246
10574
|
"post.input.label.empty.padding.block.start": "d62b407bf1b5948a054a4f578b2cddaeb4c37c34",
|
|
11247
10575
|
"post.input.label.empty.padding.inline.start": "b51731dc964c610165cf1ae964d243ad78df81e5",
|
|
11248
10576
|
"post.input.label.empty.padding.inline.end": "3717013c982ae87b4a055205377945bfd6f49e68",
|
|
11249
10577
|
"post.input.label.validated.padding.inline.end": "e48ddec27eff926626a3b10a7861ec56e487e335",
|
|
11250
|
-
"post.input.label.filled.padding.block.start": "
|
|
10578
|
+
"post.input.label.filled.padding.block.start": "d6735bb3647bf72161c41ac02265dcfb185adc0b",
|
|
11251
10579
|
"post.input.label.filled.font-size": "a12f8c5b97bd1f6bf59bf7da851dba7386e1396e",
|
|
11252
10580
|
"post.input.validation.icon.position.inline.end": "b57f1666c23edfb6f677c04e41bc20ebaae726cc",
|
|
11253
10581
|
"post.input.assist.font-size": "69317593d3b185baf0fb132ac414e643e3c95ae1",
|
|
@@ -11275,18 +10603,6 @@
|
|
|
11275
10603
|
"post.toast.color.error-fg": "3cd318ecaa756db2fe98be4cd0c2d2c5a9f231d0",
|
|
11276
10604
|
"post.toast.color.error-stroke": "3432663173b4389104a12a668043e3681e2faa69",
|
|
11277
10605
|
"post.toast.color.error-icon": "3096bb0553257be18a766df213ba83685ab63040",
|
|
11278
|
-
"post.floating-button.position.right": "5f5f7a00e0660158923bd57ee08d5f10c4074526",
|
|
11279
|
-
"post.floating-button.position.top": "ff8db193bebd896a1c226be5aa69b28b3729c785",
|
|
11280
|
-
"post.floating-button.enabled-fg": "77f009565576cc049046b990ef2b0688a43becd7",
|
|
11281
|
-
"post.floating-button.enabled-bg": "491d5f34dd817b87c813955d6aa84eae900a5f5a",
|
|
11282
|
-
"post.floating-button.enabled-border": "fced80ecb14d12d7a312fb54984a6af601983225",
|
|
11283
|
-
"post.floating-button.hover-fg": "a5e426e2322345c0f300633465e4d73b4d5a5750",
|
|
11284
|
-
"post.floating-button.hover-bg": "519c5bcb2886492720446c365d4f5c3fa85ad996",
|
|
11285
|
-
"post.floating-button.hover-border": "54e694dd7772f673e1e7bee834f5dc211887faf2",
|
|
11286
|
-
"post.floating-button.size.outer": "5e349e3dfa6c657612a01f07c5c7259dc97a93ef",
|
|
11287
|
-
"post.floating-button.size.icon": "6f2ead50c9777b5b55aece34c2e65d4c4f9dd05d",
|
|
11288
|
-
"post.floating-button.border-width": "780bc7b400761532094e6fd9dacf8c0d92c69383",
|
|
11289
|
-
"post.floating-button.border-radius.round": "40f3a56c25ca39dec619b9bea5f19a4c2e0e4a50",
|
|
11290
10606
|
"post.validation.group.gap.inline": "a76607434c393d743d38b71824d9d76e533acca2",
|
|
11291
10607
|
"post.validation.group.padding.block.text": "37b3685608b0a7ee4bdc297d80ea55c77856c2ee",
|
|
11292
10608
|
"post.validation.group.icon.size": "ce5d0ae47c1f80a7ea39a6e5b25a00055c450e7d",
|
|
@@ -11295,19 +10611,7 @@
|
|
|
11295
10611
|
"post.validation.success": "b59a525aa81840396e6310baa880de4a66d23371",
|
|
11296
10612
|
"post.validation.input.padding.block": "4006573d3a03f1b053a844aaf89e14742a3d3646",
|
|
11297
10613
|
"post.validation.input.padding.inline": "8df0e5f5587acbb1f7acb67a97e200e2175d6469",
|
|
11298
|
-
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f"
|
|
11299
|
-
"post.textarea.padding.block.assist": "fd897dc4473aaf02dcb64a89eea49eac6b57b5e1",
|
|
11300
|
-
"post.textarea.padding.inline.assist": "604885a8bec38c3de5690356837dbd20d0901a25",
|
|
11301
|
-
"post.textarea.padding.block.textarea-top": "0ac5923f6f932a23a804931b91fe1b9f1826654f",
|
|
11302
|
-
"post.textarea.gap.inline": "9a27c39a9cbf50dd75969f891f6b5bb6f057c8ab",
|
|
11303
|
-
"post.textarea.label.empty.padding.inline.start": "47e25f74cfd469a7a00dc1c5533a516c714cacc6",
|
|
11304
|
-
"post.textarea.label.empty.padding.block.start": "9549b3c9ee69c1bb1f40c39f54dceb6c75556347",
|
|
11305
|
-
"post.textarea.label.empty.padding.inline.end": "91abca78cb4068628010f830f5a937f9a06d3e42",
|
|
11306
|
-
"post.textarea.filled.padding.block.start": "7abacc6bc83879ca6b9c3788825a690300645ca5",
|
|
11307
|
-
"post.textarea.filled.padding.block.end": "79be2587ab4bc6dee6f4b7efa90bcc90d88a7859",
|
|
11308
|
-
"post.input.standalone.padding.block": "5e8222cbe4c364dc01d3f3a4bdc58faa38f2056c",
|
|
11309
|
-
"post.input.padding.block.start": "2924bedf122ccb4ab278a3ce28e06a8337c84059",
|
|
11310
|
-
"post.input.padding.block.end": "66ffd33591a7dcb8d7d81b4a9ceb90cb563652d2"
|
|
10614
|
+
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f"
|
|
11311
10615
|
}
|
|
11312
10616
|
},
|
|
11313
10617
|
{
|
|
@@ -11509,6 +10813,7 @@
|
|
|
11509
10813
|
"Elements/Legend",
|
|
11510
10814
|
"Components/Accordion",
|
|
11511
10815
|
"Components/App store badge",
|
|
10816
|
+
"Components/Assist",
|
|
11512
10817
|
"Components/Avatar",
|
|
11513
10818
|
"Components/Badge",
|
|
11514
10819
|
"Components/Banner",
|
|
@@ -11519,14 +10824,14 @@
|
|
|
11519
10824
|
"Components/Close",
|
|
11520
10825
|
"Components/Container",
|
|
11521
10826
|
"Components/Dropdown",
|
|
10827
|
+
"Components/Floating button",
|
|
11522
10828
|
"Components/Form footer",
|
|
11523
10829
|
"Components/Grid",
|
|
11524
10830
|
"Components/Icon button",
|
|
11525
10831
|
"Components/Inline notification",
|
|
11526
10832
|
"Components/Lead",
|
|
11527
10833
|
"Components/List",
|
|
11528
|
-
"Components/
|
|
11529
|
-
"Components/Notifications",
|
|
10834
|
+
"Components/ListCheck",
|
|
11530
10835
|
"Components/Popover",
|
|
11531
10836
|
"Components/Radio button",
|
|
11532
10837
|
"Components/Search input",
|
|
@@ -11539,7 +10844,6 @@
|
|
|
11539
10844
|
"Components/Text highlighted",
|
|
11540
10845
|
"Components/Text input",
|
|
11541
10846
|
"Components/Toast",
|
|
11542
|
-
"Components/Floating button",
|
|
11543
10847
|
"Components/Validation",
|
|
11544
10848
|
"FigmaOnly",
|
|
11545
10849
|
"Utilities/Spacing",
|