@swisspost/design-system-tokens 9.0.0-next.9 → 10.0.0-next.37
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 +69 -0
- package/_channel.scss +3 -3
- package/_components.scss +85 -19
- package/_core.scss +21 -18
- package/_device.scss +16 -1
- package/_elements.scss +1 -1
- package/_helpers.scss +1 -1
- package/_index.scss +2 -1
- package/_palette.scss +56 -0
- package/_palettes.scss +3 -3
- package/_scheme.scss +37 -15
- package/_theme.scss +17 -3
- package/_utilities-formatted.scss +136 -0
- package/_utilities.scss +41 -58
- package/package.json +20 -14
- package/palettes/_cargo-dark.scss +1 -1
- package/palettes/_cargo-light.scss +1 -1
- package/palettes/_post-dark.scss +1 -1
- package/palettes/_post-light.scss +2 -2
- package/tailwind/helpers.tailwind.js +1 -1
- package/tailwind/utilities.tailwind.js +44 -59
- package/tokens.json +1498 -611
package/tokens.json
CHANGED
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
},
|
|
338
338
|
"50": {
|
|
339
339
|
"$type": "dimension",
|
|
340
|
-
"$value": "
|
|
340
|
+
"$value": "50"
|
|
341
341
|
},
|
|
342
342
|
"56": {
|
|
343
343
|
"$type": "dimension",
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
},
|
|
346
346
|
"58": {
|
|
347
347
|
"$type": "dimension",
|
|
348
|
-
"$value": "
|
|
348
|
+
"$value": "58"
|
|
349
349
|
},
|
|
350
350
|
"64": {
|
|
351
351
|
"$type": "dimension",
|
|
@@ -365,11 +365,11 @@
|
|
|
365
365
|
},
|
|
366
366
|
"82": {
|
|
367
367
|
"$type": "dimension",
|
|
368
|
-
"$value": "
|
|
368
|
+
"$value": "82"
|
|
369
369
|
},
|
|
370
370
|
"88": {
|
|
371
371
|
"$type": "dimension",
|
|
372
|
-
"$value": "
|
|
372
|
+
"$value": "88"
|
|
373
373
|
},
|
|
374
374
|
"96": {
|
|
375
375
|
"$type": "dimension",
|
|
@@ -379,10 +379,34 @@
|
|
|
379
379
|
"$type": "dimension",
|
|
380
380
|
"$value": "100"
|
|
381
381
|
},
|
|
382
|
+
"104": {
|
|
383
|
+
"$type": "dimension",
|
|
384
|
+
"$value": "104"
|
|
385
|
+
},
|
|
382
386
|
"112": {
|
|
383
387
|
"$type": "dimension",
|
|
384
388
|
"$value": "112"
|
|
385
389
|
},
|
|
390
|
+
"164": {
|
|
391
|
+
"$type": "dimension",
|
|
392
|
+
"$value": "164"
|
|
393
|
+
},
|
|
394
|
+
"180": {
|
|
395
|
+
"$type": "dimension",
|
|
396
|
+
"$value": "180"
|
|
397
|
+
},
|
|
398
|
+
"188": {
|
|
399
|
+
"$type": "dimension",
|
|
400
|
+
"$value": "188"
|
|
401
|
+
},
|
|
402
|
+
"240": {
|
|
403
|
+
"$type": "dimension",
|
|
404
|
+
"$value": "240"
|
|
405
|
+
},
|
|
406
|
+
"312": {
|
|
407
|
+
"$type": "dimension",
|
|
408
|
+
"$value": "312"
|
|
409
|
+
},
|
|
386
410
|
"1280": {
|
|
387
411
|
"$type": "dimension",
|
|
388
412
|
"$value": "1280"
|
|
@@ -449,10 +473,6 @@
|
|
|
449
473
|
"$type": "fontWeights",
|
|
450
474
|
"$value": "400"
|
|
451
475
|
},
|
|
452
|
-
"500": {
|
|
453
|
-
"$type": "fontWeights",
|
|
454
|
-
"$value": "500"
|
|
455
|
-
},
|
|
456
476
|
"700": {
|
|
457
477
|
"$type": "fontWeights",
|
|
458
478
|
"$value": "700"
|
|
@@ -533,17 +553,9 @@
|
|
|
533
553
|
}
|
|
534
554
|
},
|
|
535
555
|
"font-family": {
|
|
536
|
-
"frutiger": {
|
|
537
|
-
"$type": "fontFamilies",
|
|
538
|
-
"$value": "Frutiger Neue for Post"
|
|
539
|
-
},
|
|
540
556
|
"swiss-post": {
|
|
541
557
|
"$type": "fontFamilies",
|
|
542
|
-
"$value": "Swiss Post Sans
|
|
543
|
-
},
|
|
544
|
-
"caveat": {
|
|
545
|
-
"$type": "fontFamilies",
|
|
546
|
-
"$value": "Caveat"
|
|
558
|
+
"$value": "Swiss Post Sans"
|
|
547
559
|
}
|
|
548
560
|
},
|
|
549
561
|
"elevation": {
|
|
@@ -1028,6 +1040,10 @@
|
|
|
1028
1040
|
"bg3": {
|
|
1029
1041
|
"$type": "color",
|
|
1030
1042
|
"$value": "{post.core.color.brand.white}"
|
|
1043
|
+
},
|
|
1044
|
+
"stroke4": {
|
|
1045
|
+
"$type": "color",
|
|
1046
|
+
"$value": "{post.core.color.sandgrey.030}"
|
|
1031
1047
|
}
|
|
1032
1048
|
},
|
|
1033
1049
|
"hover": {
|
|
@@ -1058,6 +1074,10 @@
|
|
|
1058
1074
|
"bg3": {
|
|
1059
1075
|
"$type": "color",
|
|
1060
1076
|
"$value": "{post.core.color.brand.white}"
|
|
1077
|
+
},
|
|
1078
|
+
"bg4": {
|
|
1079
|
+
"$type": "color",
|
|
1080
|
+
"$value": "{post.core.color.sandgrey.006}"
|
|
1061
1081
|
}
|
|
1062
1082
|
},
|
|
1063
1083
|
"disabled": {
|
|
@@ -1247,7 +1267,7 @@
|
|
|
1247
1267
|
"disabled": {
|
|
1248
1268
|
"bg": {
|
|
1249
1269
|
"$type": "color",
|
|
1250
|
-
"$value": "{post.core.color.
|
|
1270
|
+
"$value": "{post.core.color.colorless}"
|
|
1251
1271
|
},
|
|
1252
1272
|
"fg": {
|
|
1253
1273
|
"$type": "color",
|
|
@@ -1258,6 +1278,18 @@
|
|
|
1258
1278
|
"$value": "{post.core.color.sandgrey.060}"
|
|
1259
1279
|
}
|
|
1260
1280
|
}
|
|
1281
|
+
},
|
|
1282
|
+
"card": {
|
|
1283
|
+
"hover": {
|
|
1284
|
+
"bg": {
|
|
1285
|
+
"$type": "color",
|
|
1286
|
+
"$value": "{post.core.color.sandgrey.060}"
|
|
1287
|
+
},
|
|
1288
|
+
"fg": {
|
|
1289
|
+
"$type": "color",
|
|
1290
|
+
"$value": "{post.core.color.brand.white}"
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1261
1293
|
}
|
|
1262
1294
|
},
|
|
1263
1295
|
"surface": {
|
|
@@ -1293,6 +1325,10 @@
|
|
|
1293
1325
|
"fg": {
|
|
1294
1326
|
"$type": "color",
|
|
1295
1327
|
"$value": "{post.core.color.sandgrey.100}"
|
|
1328
|
+
},
|
|
1329
|
+
"secondary-bg": {
|
|
1330
|
+
"$type": "color",
|
|
1331
|
+
"$value": "{post.core.color.brand.white}"
|
|
1296
1332
|
}
|
|
1297
1333
|
},
|
|
1298
1334
|
"brand": {
|
|
@@ -1303,6 +1339,14 @@
|
|
|
1303
1339
|
"fg": {
|
|
1304
1340
|
"$type": "color",
|
|
1305
1341
|
"$value": "{post.core.color.sandgrey.100}"
|
|
1342
|
+
},
|
|
1343
|
+
"fg-accent": {
|
|
1344
|
+
"$type": "color",
|
|
1345
|
+
"$value": "{post.core.color.sandgrey.100}"
|
|
1346
|
+
},
|
|
1347
|
+
"secondary-bg": {
|
|
1348
|
+
"$type": "color",
|
|
1349
|
+
"$value": "{post.core.color.brand.white}"
|
|
1306
1350
|
}
|
|
1307
1351
|
},
|
|
1308
1352
|
"accent": {
|
|
@@ -1320,26 +1364,24 @@
|
|
|
1320
1364
|
}
|
|
1321
1365
|
}
|
|
1322
1366
|
},
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
|
|
1327
|
-
"$value": "{post.core.color.notification.red}"
|
|
1328
|
-
},
|
|
1329
|
-
"fg": {
|
|
1330
|
-
"$type": "color",
|
|
1331
|
-
"$value": "{post.core.color.brand.white}"
|
|
1332
|
-
},
|
|
1333
|
-
"stroke": {
|
|
1334
|
-
"$type": "color",
|
|
1335
|
-
"$value": "{post.core.color.brand.white}"
|
|
1336
|
-
}
|
|
1367
|
+
"badge": {
|
|
1368
|
+
"bg": {
|
|
1369
|
+
"$type": "color",
|
|
1370
|
+
"$value": "{post.core.color.notification.red}"
|
|
1337
1371
|
},
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1372
|
+
"fg": {
|
|
1373
|
+
"$type": "color",
|
|
1374
|
+
"$value": "{post.core.color.brand.white}"
|
|
1375
|
+
},
|
|
1376
|
+
"stroke": {
|
|
1377
|
+
"$type": "color",
|
|
1378
|
+
"$value": "{post.core.color.brand.white}"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"popover": {
|
|
1382
|
+
"hover": {
|
|
1383
|
+
"$type": "color",
|
|
1384
|
+
"$value": "{post.core.color.sandgrey.020}"
|
|
1343
1385
|
}
|
|
1344
1386
|
}
|
|
1345
1387
|
},
|
|
@@ -1352,6 +1394,14 @@
|
|
|
1352
1394
|
"2": {
|
|
1353
1395
|
"$type": "text",
|
|
1354
1396
|
"$value": "{post.core.bg-scheme.dark}"
|
|
1397
|
+
},
|
|
1398
|
+
"3": {
|
|
1399
|
+
"$type": "text",
|
|
1400
|
+
"$value": "{post.core.bg-scheme.dark}"
|
|
1401
|
+
},
|
|
1402
|
+
"4": {
|
|
1403
|
+
"$type": "text",
|
|
1404
|
+
"$value": "{post.core.bg-scheme.light}"
|
|
1355
1405
|
}
|
|
1356
1406
|
}
|
|
1357
1407
|
}
|
|
@@ -1406,6 +1456,10 @@
|
|
|
1406
1456
|
"fg-accent": {
|
|
1407
1457
|
"$type": "color",
|
|
1408
1458
|
"$value": "{post.core.color.cargo.blue}"
|
|
1459
|
+
},
|
|
1460
|
+
"secondary-bg": {
|
|
1461
|
+
"$type": "color",
|
|
1462
|
+
"$value": "{post.core.color.brand.white}"
|
|
1409
1463
|
}
|
|
1410
1464
|
},
|
|
1411
1465
|
"accent": {
|
|
@@ -1420,6 +1474,10 @@
|
|
|
1420
1474
|
"fg-accent": {
|
|
1421
1475
|
"$type": "color",
|
|
1422
1476
|
"$value": "{post.core.color.cargo.green}"
|
|
1477
|
+
},
|
|
1478
|
+
"secondary-bg": {
|
|
1479
|
+
"$type": "color",
|
|
1480
|
+
"$value": "{post.core.color.brand.white}"
|
|
1423
1481
|
}
|
|
1424
1482
|
}
|
|
1425
1483
|
}
|
|
@@ -1948,10 +2006,18 @@
|
|
|
1948
2006
|
}
|
|
1949
2007
|
},
|
|
1950
2008
|
"input": {
|
|
1951
|
-
"
|
|
2009
|
+
"disabled": {
|
|
2010
|
+
"bg": {
|
|
2011
|
+
"$type": "color",
|
|
2012
|
+
"$value": "{post.core.color.colorless}"
|
|
2013
|
+
},
|
|
1952
2014
|
"border": {
|
|
1953
2015
|
"$type": "color",
|
|
1954
|
-
"$value": "{post.core.color.sandgrey.
|
|
2016
|
+
"$value": "{post.core.color.sandgrey.alpha.lightsand.60}"
|
|
2017
|
+
},
|
|
2018
|
+
"fg": {
|
|
2019
|
+
"$type": "color",
|
|
2020
|
+
"$value": "{post.core.color.sandgrey.alpha.lightsand.60}"
|
|
1955
2021
|
}
|
|
1956
2022
|
}
|
|
1957
2023
|
}
|
|
@@ -1999,6 +2065,14 @@
|
|
|
1999
2065
|
"fg": {
|
|
2000
2066
|
"$type": "color",
|
|
2001
2067
|
"$value": "{post.core.color.sandgrey.100}"
|
|
2068
|
+
},
|
|
2069
|
+
"fg-accent": {
|
|
2070
|
+
"$type": "color",
|
|
2071
|
+
"$value": "{post.core.color.sandgrey.100}"
|
|
2072
|
+
},
|
|
2073
|
+
"secondary-bg": {
|
|
2074
|
+
"$type": "color",
|
|
2075
|
+
"$value": "{post.core.color.brand.white}"
|
|
2002
2076
|
}
|
|
2003
2077
|
},
|
|
2004
2078
|
"accent": {
|
|
@@ -2012,30 +2086,32 @@
|
|
|
2012
2086
|
},
|
|
2013
2087
|
"fg-accent": {
|
|
2014
2088
|
"$type": "color",
|
|
2015
|
-
"$value": "{post.core.color.
|
|
2016
|
-
}
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
|
-
"notification": {
|
|
2020
|
-
"badge": {
|
|
2021
|
-
"bg": {
|
|
2022
|
-
"$type": "color",
|
|
2023
|
-
"$value": "{post.core.color.notification.red}"
|
|
2024
|
-
},
|
|
2025
|
-
"fg": {
|
|
2026
|
-
"$type": "color",
|
|
2027
|
-
"$value": "{post.core.color.brand.white}"
|
|
2089
|
+
"$value": "{post.core.color.sandgrey.100}"
|
|
2028
2090
|
},
|
|
2029
|
-
"
|
|
2091
|
+
"secondary-bg": {
|
|
2030
2092
|
"$type": "color",
|
|
2031
2093
|
"$value": "{post.core.color.brand.white}"
|
|
2032
2094
|
}
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
"badge": {
|
|
2098
|
+
"bg": {
|
|
2099
|
+
"$type": "color",
|
|
2100
|
+
"$value": "{post.core.color.notification.red}"
|
|
2033
2101
|
},
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2102
|
+
"fg": {
|
|
2103
|
+
"$type": "color",
|
|
2104
|
+
"$value": "{post.core.color.brand.white}"
|
|
2105
|
+
},
|
|
2106
|
+
"stroke": {
|
|
2107
|
+
"$type": "color",
|
|
2108
|
+
"$value": "{post.core.color.brand.white}"
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
"popover": {
|
|
2112
|
+
"hover": {
|
|
2113
|
+
"$type": "color",
|
|
2114
|
+
"$value": "{post.core.color.sandgrey.020}"
|
|
2039
2115
|
}
|
|
2040
2116
|
}
|
|
2041
2117
|
},
|
|
@@ -2048,6 +2124,14 @@
|
|
|
2048
2124
|
"2": {
|
|
2049
2125
|
"$type": "text",
|
|
2050
2126
|
"$value": "{post.core.bg-scheme.light}"
|
|
2127
|
+
},
|
|
2128
|
+
"3": {
|
|
2129
|
+
"$type": "text",
|
|
2130
|
+
"$value": "{post.core.bg-scheme.dark}"
|
|
2131
|
+
},
|
|
2132
|
+
"4": {
|
|
2133
|
+
"$type": "text",
|
|
2134
|
+
"$value": "{post.core.bg-scheme.light}"
|
|
2051
2135
|
}
|
|
2052
2136
|
}
|
|
2053
2137
|
}
|
|
@@ -2102,6 +2186,10 @@
|
|
|
2102
2186
|
"fg-accent": {
|
|
2103
2187
|
"$type": "color",
|
|
2104
2188
|
"$value": "{post.core.color.cargo.blue}"
|
|
2189
|
+
},
|
|
2190
|
+
"secondary-bg": {
|
|
2191
|
+
"$type": "color",
|
|
2192
|
+
"$value": "{post.core.color.brand.white}"
|
|
2105
2193
|
}
|
|
2106
2194
|
},
|
|
2107
2195
|
"accent": {
|
|
@@ -2116,6 +2204,10 @@
|
|
|
2116
2204
|
"fg-accent": {
|
|
2117
2205
|
"$type": "color",
|
|
2118
2206
|
"$value": "{post.core.color.cargo.green}"
|
|
2207
|
+
},
|
|
2208
|
+
"secondary-bg": {
|
|
2209
|
+
"$type": "color",
|
|
2210
|
+
"$value": "{post.core.color.brand.white}"
|
|
2119
2211
|
}
|
|
2120
2212
|
}
|
|
2121
2213
|
}
|
|
@@ -2353,6 +2445,10 @@
|
|
|
2353
2445
|
"$type": "spacing",
|
|
2354
2446
|
"$value": "{post.core.dimension.16-5}"
|
|
2355
2447
|
},
|
|
2448
|
+
"20": {
|
|
2449
|
+
"$type": "spacing",
|
|
2450
|
+
"$value": "{post.core.dimension.24}"
|
|
2451
|
+
},
|
|
2356
2452
|
"inline": {
|
|
2357
2453
|
"1": {
|
|
2358
2454
|
"$type": "spacing",
|
|
@@ -2645,6 +2741,18 @@
|
|
|
2645
2741
|
"$type": "sizing",
|
|
2646
2742
|
"$value": "{post.core.dimension.72}"
|
|
2647
2743
|
}
|
|
2744
|
+
},
|
|
2745
|
+
"content": {
|
|
2746
|
+
"height": {
|
|
2747
|
+
"1": {
|
|
2748
|
+
"$type": "sizing",
|
|
2749
|
+
"$value": "{post.core.dimension.164}"
|
|
2750
|
+
},
|
|
2751
|
+
"2": {
|
|
2752
|
+
"$type": "sizing",
|
|
2753
|
+
"$value": "{post.core.dimension.312}"
|
|
2754
|
+
}
|
|
2755
|
+
}
|
|
2648
2756
|
}
|
|
2649
2757
|
},
|
|
2650
2758
|
"border-radius": {
|
|
@@ -2656,6 +2764,10 @@
|
|
|
2656
2764
|
"$type": "borderRadius",
|
|
2657
2765
|
"$value": "{post.core.dimension.8}"
|
|
2658
2766
|
},
|
|
2767
|
+
"3": {
|
|
2768
|
+
"$type": "borderRadius",
|
|
2769
|
+
"$value": "{post.core.dimension.16}"
|
|
2770
|
+
},
|
|
2659
2771
|
"round": {
|
|
2660
2772
|
"$type": "borderRadius",
|
|
2661
2773
|
"$value": "{post.core.dimension.100}"
|
|
@@ -2753,6 +2865,10 @@
|
|
|
2753
2865
|
"3": {
|
|
2754
2866
|
"$type": "dimension",
|
|
2755
2867
|
"$value": "{post.core.dimension.48}"
|
|
2868
|
+
},
|
|
2869
|
+
"4": {
|
|
2870
|
+
"$type": "dimension",
|
|
2871
|
+
"$value": "{post.core.dimension.32}"
|
|
2756
2872
|
}
|
|
2757
2873
|
}
|
|
2758
2874
|
}
|
|
@@ -2891,6 +3007,10 @@
|
|
|
2891
3007
|
"$type": "spacing",
|
|
2892
3008
|
"$value": "{post.core.dimension.15}"
|
|
2893
3009
|
},
|
|
3010
|
+
"20": {
|
|
3011
|
+
"$type": "spacing",
|
|
3012
|
+
"$value": "{post.core.dimension.24}"
|
|
3013
|
+
},
|
|
2894
3014
|
"block": {
|
|
2895
3015
|
"1": {
|
|
2896
3016
|
"$type": "spacing",
|
|
@@ -3061,10 +3181,6 @@
|
|
|
3061
3181
|
}
|
|
3062
3182
|
},
|
|
3063
3183
|
"icon": {
|
|
3064
|
-
"2": {
|
|
3065
|
-
"$type": "sizing",
|
|
3066
|
-
"$value": "{post.core.dimension.16}"
|
|
3067
|
-
},
|
|
3068
3184
|
"3": {
|
|
3069
3185
|
"$type": "sizing",
|
|
3070
3186
|
"$value": "{post.core.dimension.20}"
|
|
@@ -3131,6 +3247,18 @@
|
|
|
3131
3247
|
"$type": "sizing",
|
|
3132
3248
|
"$value": "{post.core.dimension.64}"
|
|
3133
3249
|
}
|
|
3250
|
+
},
|
|
3251
|
+
"content": {
|
|
3252
|
+
"height": {
|
|
3253
|
+
"1": {
|
|
3254
|
+
"$type": "sizing",
|
|
3255
|
+
"$value": "{post.core.dimension.180}"
|
|
3256
|
+
},
|
|
3257
|
+
"2": {
|
|
3258
|
+
"$type": "sizing",
|
|
3259
|
+
"$value": "{post.core.dimension.240}"
|
|
3260
|
+
}
|
|
3261
|
+
}
|
|
3134
3262
|
}
|
|
3135
3263
|
},
|
|
3136
3264
|
"font-weight": {
|
|
@@ -3191,6 +3319,10 @@
|
|
|
3191
3319
|
"1": {
|
|
3192
3320
|
"$type": "dimension",
|
|
3193
3321
|
"$value": "{post.core.dimension.40}"
|
|
3322
|
+
},
|
|
3323
|
+
"4": {
|
|
3324
|
+
"$type": "dimension",
|
|
3325
|
+
"$value": "{post.core.dimension.24}"
|
|
3194
3326
|
}
|
|
3195
3327
|
}
|
|
3196
3328
|
}
|
|
@@ -3357,6 +3489,10 @@
|
|
|
3357
3489
|
"$type": "spacing",
|
|
3358
3490
|
"$value": "{post.core.dimension.11}"
|
|
3359
3491
|
},
|
|
3492
|
+
"20": {
|
|
3493
|
+
"$type": "spacing",
|
|
3494
|
+
"$value": "{post.core.dimension.16}"
|
|
3495
|
+
},
|
|
3360
3496
|
"inline": {
|
|
3361
3497
|
"5": {
|
|
3362
3498
|
"$type": "spacing",
|
|
@@ -3523,10 +3659,6 @@
|
|
|
3523
3659
|
}
|
|
3524
3660
|
},
|
|
3525
3661
|
"icon": {
|
|
3526
|
-
"2": {
|
|
3527
|
-
"$type": "sizing",
|
|
3528
|
-
"$value": "{post.core.dimension.12}"
|
|
3529
|
-
},
|
|
3530
3662
|
"3": {
|
|
3531
3663
|
"$type": "sizing",
|
|
3532
3664
|
"$value": "{post.core.dimension.18}"
|
|
@@ -3585,6 +3717,14 @@
|
|
|
3585
3717
|
"$type": "sizing",
|
|
3586
3718
|
"$value": "{post.core.dimension.56}"
|
|
3587
3719
|
}
|
|
3720
|
+
},
|
|
3721
|
+
"content": {
|
|
3722
|
+
"height": {
|
|
3723
|
+
"2": {
|
|
3724
|
+
"$type": "sizing",
|
|
3725
|
+
"$value": "{post.core.dimension.188}"
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3588
3728
|
}
|
|
3589
3729
|
},
|
|
3590
3730
|
"font-weight": {
|
|
@@ -3639,67 +3779,261 @@
|
|
|
3639
3779
|
"1": {
|
|
3640
3780
|
"$type": "dimension",
|
|
3641
3781
|
"$value": "{post.core.dimension.16}"
|
|
3782
|
+
},
|
|
3783
|
+
"4": {
|
|
3784
|
+
"$type": "dimension",
|
|
3785
|
+
"$value": "{post.core.dimension.16}"
|
|
3642
3786
|
}
|
|
3643
3787
|
}
|
|
3644
3788
|
}
|
|
3645
3789
|
}
|
|
3646
3790
|
},
|
|
3647
3791
|
"Channel/EDK": {
|
|
3648
|
-
"
|
|
3649
|
-
"
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
"height": {
|
|
3653
|
-
"filler": {
|
|
3654
|
-
"$type": "sizing",
|
|
3655
|
-
"$value": "{post.core.dimension.24}"
|
|
3656
|
-
}
|
|
3657
|
-
}
|
|
3658
|
-
}
|
|
3659
|
-
}
|
|
3660
|
-
}
|
|
3792
|
+
"keep": {
|
|
3793
|
+
"$type": "other",
|
|
3794
|
+
"$value": "",
|
|
3795
|
+
"$description": "Dont delete, otherwise the token cant be build correctly"
|
|
3661
3796
|
}
|
|
3662
3797
|
},
|
|
3663
3798
|
"Channel/IDK": {
|
|
3664
|
-
"
|
|
3665
|
-
"
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
"height": {
|
|
3669
|
-
"filler": {
|
|
3670
|
-
"$type": "sizing",
|
|
3671
|
-
"$value": "{post.core.dimension.24}"
|
|
3672
|
-
}
|
|
3673
|
-
}
|
|
3674
|
-
}
|
|
3675
|
-
}
|
|
3676
|
-
}
|
|
3799
|
+
"keep": {
|
|
3800
|
+
"$type": "other",
|
|
3801
|
+
"$value": "",
|
|
3802
|
+
"$description": "Dont delete, otherwise the token cant be build correctly"
|
|
3677
3803
|
}
|
|
3678
3804
|
},
|
|
3679
|
-
"
|
|
3805
|
+
"Palette/Default": {
|
|
3680
3806
|
"post": {
|
|
3681
|
-
"
|
|
3682
|
-
"
|
|
3683
|
-
"
|
|
3684
|
-
"
|
|
3685
|
-
"$type": "
|
|
3686
|
-
"$value": "{post.
|
|
3807
|
+
"palette": {
|
|
3808
|
+
"color": {
|
|
3809
|
+
"post": {
|
|
3810
|
+
"bg": {
|
|
3811
|
+
"$type": "color",
|
|
3812
|
+
"$value": "{post.scheme.color.surface.default.bg}"
|
|
3687
3813
|
},
|
|
3688
|
-
"
|
|
3689
|
-
"$type": "
|
|
3690
|
-
"$value": "{post.scheme.
|
|
3814
|
+
"fg": {
|
|
3815
|
+
"$type": "color",
|
|
3816
|
+
"$value": "{post.scheme.color.surface.default.fg}"
|
|
3691
3817
|
},
|
|
3692
|
-
"
|
|
3693
|
-
"$type": "
|
|
3694
|
-
"$value": "{post.scheme.
|
|
3818
|
+
"secondary": {
|
|
3819
|
+
"$type": "color",
|
|
3820
|
+
"$value": "{post.scheme.color.surface.default.fg}"
|
|
3695
3821
|
},
|
|
3696
|
-
"
|
|
3822
|
+
"secondary-bg": {
|
|
3823
|
+
"$type": "color",
|
|
3824
|
+
"$value": "{post.scheme.color.surface.alternate.bg}"
|
|
3825
|
+
},
|
|
3826
|
+
"bg-scheme": {
|
|
3697
3827
|
"$type": "text",
|
|
3698
3828
|
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
3699
3829
|
}
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
|
-
|
|
3830
|
+
},
|
|
3831
|
+
"cargo": {
|
|
3832
|
+
"bg": {
|
|
3833
|
+
"$type": "color",
|
|
3834
|
+
"$value": "{post.cargo.scheme.color.surface.default.bg}"
|
|
3835
|
+
},
|
|
3836
|
+
"fg": {
|
|
3837
|
+
"$type": "color",
|
|
3838
|
+
"$value": "{post.cargo.scheme.color.surface.default.fg}"
|
|
3839
|
+
},
|
|
3840
|
+
"secondary": {
|
|
3841
|
+
"$type": "color",
|
|
3842
|
+
"$value": "{post.cargo.scheme.color.surface.default.fg}"
|
|
3843
|
+
},
|
|
3844
|
+
"secondary-bg": {
|
|
3845
|
+
"$type": "color",
|
|
3846
|
+
"$value": "{post.cargo.scheme.color.surface.alternate.bg}"
|
|
3847
|
+
},
|
|
3848
|
+
"bg-scheme": {
|
|
3849
|
+
"$type": "text",
|
|
3850
|
+
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
3851
|
+
}
|
|
3852
|
+
}
|
|
3853
|
+
}
|
|
3854
|
+
}
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
3857
|
+
"Palette/Alternate": {
|
|
3858
|
+
"post": {
|
|
3859
|
+
"palette": {
|
|
3860
|
+
"color": {
|
|
3861
|
+
"post": {
|
|
3862
|
+
"bg": {
|
|
3863
|
+
"$type": "color",
|
|
3864
|
+
"$value": "{post.scheme.color.surface.alternate.bg}"
|
|
3865
|
+
},
|
|
3866
|
+
"fg": {
|
|
3867
|
+
"$type": "color",
|
|
3868
|
+
"$value": "{post.scheme.color.surface.alternate.fg}"
|
|
3869
|
+
},
|
|
3870
|
+
"secondary": {
|
|
3871
|
+
"$type": "color",
|
|
3872
|
+
"$value": "{post.scheme.color.surface.alternate.fg}"
|
|
3873
|
+
},
|
|
3874
|
+
"secondary-bg": {
|
|
3875
|
+
"$type": "color",
|
|
3876
|
+
"$value": "{post.scheme.color.surface.default.bg}"
|
|
3877
|
+
},
|
|
3878
|
+
"bg-scheme": {
|
|
3879
|
+
"$type": "text",
|
|
3880
|
+
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3883
|
+
"cargo": {
|
|
3884
|
+
"bg": {
|
|
3885
|
+
"$type": "color",
|
|
3886
|
+
"$value": "{post.cargo.scheme.color.surface.alternate.bg}"
|
|
3887
|
+
},
|
|
3888
|
+
"fg": {
|
|
3889
|
+
"$type": "color",
|
|
3890
|
+
"$value": "{post.cargo.scheme.color.surface.alternate.fg}"
|
|
3891
|
+
},
|
|
3892
|
+
"secondary": {
|
|
3893
|
+
"$type": "color",
|
|
3894
|
+
"$value": "{post.cargo.scheme.color.surface.alternate.fg}"
|
|
3895
|
+
},
|
|
3896
|
+
"secondary-bg": {
|
|
3897
|
+
"$type": "color",
|
|
3898
|
+
"$value": "{post.cargo.scheme.color.surface.default.bg}"
|
|
3899
|
+
},
|
|
3900
|
+
"bg-scheme": {
|
|
3901
|
+
"$type": "text",
|
|
3902
|
+
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
3903
|
+
}
|
|
3904
|
+
}
|
|
3905
|
+
}
|
|
3906
|
+
}
|
|
3907
|
+
}
|
|
3908
|
+
},
|
|
3909
|
+
"Palette/Accent": {
|
|
3910
|
+
"post": {
|
|
3911
|
+
"palette": {
|
|
3912
|
+
"color": {
|
|
3913
|
+
"post": {
|
|
3914
|
+
"bg": {
|
|
3915
|
+
"$type": "color",
|
|
3916
|
+
"$value": "{post.scheme.color.surface.accent.bg}"
|
|
3917
|
+
},
|
|
3918
|
+
"fg": {
|
|
3919
|
+
"$type": "color",
|
|
3920
|
+
"$value": "{post.scheme.color.surface.accent.fg}"
|
|
3921
|
+
},
|
|
3922
|
+
"secondary": {
|
|
3923
|
+
"$type": "color",
|
|
3924
|
+
"$value": "{post.scheme.color.surface.accent.fg-accent}"
|
|
3925
|
+
},
|
|
3926
|
+
"secondary-bg": {
|
|
3927
|
+
"$type": "color",
|
|
3928
|
+
"$value": "{post.scheme.color.surface.accent.secondary-bg}"
|
|
3929
|
+
},
|
|
3930
|
+
"bg-scheme": {
|
|
3931
|
+
"$type": "text",
|
|
3932
|
+
"$value": "{post.scheme.accent.bg-scheme.3}"
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
"cargo": {
|
|
3936
|
+
"bg": {
|
|
3937
|
+
"$type": "color",
|
|
3938
|
+
"$value": "{post.cargo.scheme.color.surface.accent.bg}"
|
|
3939
|
+
},
|
|
3940
|
+
"fg": {
|
|
3941
|
+
"$type": "color",
|
|
3942
|
+
"$value": "{post.cargo.scheme.color.surface.accent.fg}"
|
|
3943
|
+
},
|
|
3944
|
+
"secondary": {
|
|
3945
|
+
"$type": "color",
|
|
3946
|
+
"$value": "{post.cargo.scheme.color.surface.accent.fg-accent}"
|
|
3947
|
+
},
|
|
3948
|
+
"secondary-bg": {
|
|
3949
|
+
"$type": "color",
|
|
3950
|
+
"$value": "{post.cargo.scheme.color.surface.accent.secondary-bg}"
|
|
3951
|
+
},
|
|
3952
|
+
"bg-scheme": {
|
|
3953
|
+
"$type": "text",
|
|
3954
|
+
"$value": "{post.scheme.accent.bg-scheme.4}"
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
3957
|
+
}
|
|
3958
|
+
}
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
"Palette/Brand": {
|
|
3962
|
+
"post": {
|
|
3963
|
+
"palette": {
|
|
3964
|
+
"color": {
|
|
3965
|
+
"post": {
|
|
3966
|
+
"bg": {
|
|
3967
|
+
"$type": "color",
|
|
3968
|
+
"$value": "{post.scheme.color.surface.brand.bg}"
|
|
3969
|
+
},
|
|
3970
|
+
"fg": {
|
|
3971
|
+
"$type": "color",
|
|
3972
|
+
"$value": "{post.scheme.color.surface.brand.fg}"
|
|
3973
|
+
},
|
|
3974
|
+
"secondary": {
|
|
3975
|
+
"$type": "color",
|
|
3976
|
+
"$value": "{post.scheme.color.surface.brand.fg-accent}"
|
|
3977
|
+
},
|
|
3978
|
+
"secondary-bg": {
|
|
3979
|
+
"$type": "color",
|
|
3980
|
+
"$value": "{post.scheme.color.surface.brand.secondary-bg}"
|
|
3981
|
+
},
|
|
3982
|
+
"bg-scheme": {
|
|
3983
|
+
"$type": "text",
|
|
3984
|
+
"$value": "{post.scheme.accent.bg-scheme.4}"
|
|
3985
|
+
}
|
|
3986
|
+
},
|
|
3987
|
+
"cargo": {
|
|
3988
|
+
"bg": {
|
|
3989
|
+
"$type": "color",
|
|
3990
|
+
"$value": "{post.cargo.scheme.color.surface.brand.bg}"
|
|
3991
|
+
},
|
|
3992
|
+
"fg": {
|
|
3993
|
+
"$type": "color",
|
|
3994
|
+
"$value": "{post.cargo.scheme.color.surface.brand.fg}"
|
|
3995
|
+
},
|
|
3996
|
+
"secondary": {
|
|
3997
|
+
"$type": "color",
|
|
3998
|
+
"$value": "{post.cargo.scheme.color.surface.brand.fg-accent}"
|
|
3999
|
+
},
|
|
4000
|
+
"secondary-bg": {
|
|
4001
|
+
"$type": "color",
|
|
4002
|
+
"$value": "{post.cargo.scheme.color.surface.brand.secondary-bg}"
|
|
4003
|
+
},
|
|
4004
|
+
"bg-scheme": {
|
|
4005
|
+
"$type": "text",
|
|
4006
|
+
"$value": "{post.scheme.accent.bg-scheme.3}"
|
|
4007
|
+
}
|
|
4008
|
+
}
|
|
4009
|
+
}
|
|
4010
|
+
}
|
|
4011
|
+
}
|
|
4012
|
+
},
|
|
4013
|
+
"Theme/Post": {
|
|
4014
|
+
"post": {
|
|
4015
|
+
"theme": {
|
|
4016
|
+
"palettes": {
|
|
4017
|
+
"bg-scheme": {
|
|
4018
|
+
"brand": {
|
|
4019
|
+
"$type": "text",
|
|
4020
|
+
"$value": "{post.core.bg-scheme.light}"
|
|
4021
|
+
},
|
|
4022
|
+
"emphasis": {
|
|
4023
|
+
"$type": "text",
|
|
4024
|
+
"$value": "{post.scheme.accent.bg-scheme.2}"
|
|
4025
|
+
},
|
|
4026
|
+
"default": {
|
|
4027
|
+
"$type": "text",
|
|
4028
|
+
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
4029
|
+
},
|
|
4030
|
+
"alternate": {
|
|
4031
|
+
"$type": "text",
|
|
4032
|
+
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
4033
|
+
}
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
4036
|
+
"color": {
|
|
3703
4037
|
"palettes": {
|
|
3704
4038
|
"default": {
|
|
3705
4039
|
"bg": {
|
|
@@ -3719,6 +4053,10 @@
|
|
|
3719
4053
|
"fg": {
|
|
3720
4054
|
"$type": "color",
|
|
3721
4055
|
"$value": "{post.scheme.color.surface.brand.fg}"
|
|
4056
|
+
},
|
|
4057
|
+
"fg-accent": {
|
|
4058
|
+
"$type": "color",
|
|
4059
|
+
"$value": "{post.scheme.color.surface.brand.fg-accent}"
|
|
3722
4060
|
}
|
|
3723
4061
|
},
|
|
3724
4062
|
"accent": {
|
|
@@ -3729,6 +4067,10 @@
|
|
|
3729
4067
|
"fg": {
|
|
3730
4068
|
"$type": "color",
|
|
3731
4069
|
"$value": "{post.scheme.color.surface.accent.fg}"
|
|
4070
|
+
},
|
|
4071
|
+
"fg-accent": {
|
|
4072
|
+
"$type": "color",
|
|
4073
|
+
"$value": "{post.scheme.color.surface.accent.fg-accent}"
|
|
3732
4074
|
}
|
|
3733
4075
|
},
|
|
3734
4076
|
"alternate": {
|
|
@@ -3741,6 +4083,28 @@
|
|
|
3741
4083
|
"$value": "{post.scheme.color.surface.alternate.fg}"
|
|
3742
4084
|
}
|
|
3743
4085
|
}
|
|
4086
|
+
},
|
|
4087
|
+
"palette": {
|
|
4088
|
+
"bg": {
|
|
4089
|
+
"$type": "color",
|
|
4090
|
+
"$value": "{post.palette.color.post.bg}"
|
|
4091
|
+
},
|
|
4092
|
+
"fg": {
|
|
4093
|
+
"$type": "color",
|
|
4094
|
+
"$value": "{post.palette.color.post.fg}"
|
|
4095
|
+
},
|
|
4096
|
+
"secondary": {
|
|
4097
|
+
"$type": "color",
|
|
4098
|
+
"$value": "{post.palette.color.post.secondary}"
|
|
4099
|
+
},
|
|
4100
|
+
"secondary-bg": {
|
|
4101
|
+
"$type": "color",
|
|
4102
|
+
"$value": "{post.palette.color.post.secondary-bg}"
|
|
4103
|
+
},
|
|
4104
|
+
"bg-scheme": {
|
|
4105
|
+
"$type": "text",
|
|
4106
|
+
"$value": "{post.palette.color.post.bg-scheme}"
|
|
4107
|
+
}
|
|
3744
4108
|
}
|
|
3745
4109
|
}
|
|
3746
4110
|
}
|
|
@@ -3797,6 +4161,10 @@
|
|
|
3797
4161
|
"$value": "{post.cargo.scheme.color.surface.brand.bg}"
|
|
3798
4162
|
},
|
|
3799
4163
|
"fg": {
|
|
4164
|
+
"$type": "color",
|
|
4165
|
+
"$value": "{post.cargo.scheme.color.surface.brand.fg}"
|
|
4166
|
+
},
|
|
4167
|
+
"fg-accent": {
|
|
3800
4168
|
"$type": "color",
|
|
3801
4169
|
"$value": "{post.cargo.scheme.color.surface.brand.fg-accent}"
|
|
3802
4170
|
}
|
|
@@ -3807,10 +4175,36 @@
|
|
|
3807
4175
|
"$value": "{post.cargo.scheme.color.surface.accent.bg}"
|
|
3808
4176
|
},
|
|
3809
4177
|
"fg": {
|
|
4178
|
+
"$type": "color",
|
|
4179
|
+
"$value": "{post.cargo.scheme.color.surface.accent.fg}"
|
|
4180
|
+
},
|
|
4181
|
+
"fg-accent": {
|
|
3810
4182
|
"$type": "color",
|
|
3811
4183
|
"$value": "{post.cargo.scheme.color.surface.accent.fg-accent}"
|
|
3812
4184
|
}
|
|
3813
4185
|
}
|
|
4186
|
+
},
|
|
4187
|
+
"palette": {
|
|
4188
|
+
"bg": {
|
|
4189
|
+
"$type": "color",
|
|
4190
|
+
"$value": "{post.palette.color.cargo.bg}"
|
|
4191
|
+
},
|
|
4192
|
+
"fg": {
|
|
4193
|
+
"$type": "color",
|
|
4194
|
+
"$value": "{post.palette.color.cargo.fg}"
|
|
4195
|
+
},
|
|
4196
|
+
"secondary": {
|
|
4197
|
+
"$type": "color",
|
|
4198
|
+
"$value": "{post.palette.color.cargo.secondary}"
|
|
4199
|
+
},
|
|
4200
|
+
"secondary-bg": {
|
|
4201
|
+
"$type": "color",
|
|
4202
|
+
"$value": "{post.palette.color.cargo.secondary-bg}"
|
|
4203
|
+
},
|
|
4204
|
+
"bg-scheme": {
|
|
4205
|
+
"$type": "text",
|
|
4206
|
+
"$value": "{post.palette.color.cargo.bg-scheme}"
|
|
4207
|
+
}
|
|
3814
4208
|
}
|
|
3815
4209
|
}
|
|
3816
4210
|
}
|
|
@@ -4373,15 +4767,15 @@
|
|
|
4373
4767
|
"badge": {
|
|
4374
4768
|
"bg": {
|
|
4375
4769
|
"$type": "color",
|
|
4376
|
-
"$value": "{post.scheme.color.
|
|
4770
|
+
"$value": "{post.scheme.color.badge.bg}"
|
|
4377
4771
|
},
|
|
4378
4772
|
"fg": {
|
|
4379
4773
|
"$type": "color",
|
|
4380
|
-
"$value": "{post.scheme.color.
|
|
4774
|
+
"$value": "{post.scheme.color.badge.fg}"
|
|
4381
4775
|
},
|
|
4382
4776
|
"stroke": {
|
|
4383
4777
|
"$type": "color",
|
|
4384
|
-
"$value": "{post.scheme.color.
|
|
4778
|
+
"$value": "{post.scheme.color.badge.stroke}"
|
|
4385
4779
|
},
|
|
4386
4780
|
"height": {
|
|
4387
4781
|
"l": {
|
|
@@ -5083,6 +5477,44 @@
|
|
|
5083
5477
|
}
|
|
5084
5478
|
}
|
|
5085
5479
|
},
|
|
5480
|
+
"Components/Cards": {
|
|
5481
|
+
"post": {
|
|
5482
|
+
"card": {
|
|
5483
|
+
"border-radius": {
|
|
5484
|
+
"$type": "borderRadius",
|
|
5485
|
+
"$value": "{post.device.border-radius.2}"
|
|
5486
|
+
},
|
|
5487
|
+
"interactive": {
|
|
5488
|
+
"elevation": {
|
|
5489
|
+
"$type": "boxShadow",
|
|
5490
|
+
"$value": "{post.device.elevation.200}"
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
"non-interactive": {
|
|
5494
|
+
"stroke": {
|
|
5495
|
+
"$type": "color",
|
|
5496
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.stroke4}"
|
|
5497
|
+
}
|
|
5498
|
+
},
|
|
5499
|
+
"enabled-bg1": {
|
|
5500
|
+
"$type": "color",
|
|
5501
|
+
"$value": "{post.theme.color.palettes.alternate.bg}"
|
|
5502
|
+
},
|
|
5503
|
+
"enabled-bg2": {
|
|
5504
|
+
"$type": "color",
|
|
5505
|
+
"$value": "{post.theme.color.palettes.default.bg}"
|
|
5506
|
+
},
|
|
5507
|
+
"hover-bg": {
|
|
5508
|
+
"$type": "color",
|
|
5509
|
+
"$value": "{post.scheme.color.interactive.card.hover.bg}"
|
|
5510
|
+
},
|
|
5511
|
+
"hover-fg": {
|
|
5512
|
+
"$type": "color",
|
|
5513
|
+
"$value": "{post.scheme.color.interactive.card.hover.fg}"
|
|
5514
|
+
}
|
|
5515
|
+
}
|
|
5516
|
+
}
|
|
5517
|
+
},
|
|
5086
5518
|
"Components/Checkbox": {
|
|
5087
5519
|
"post": {
|
|
5088
5520
|
"checkbox": {
|
|
@@ -5415,45 +5847,171 @@
|
|
|
5415
5847
|
"$value": "{post.device.elevation.300}"
|
|
5416
5848
|
}
|
|
5417
5849
|
}
|
|
5418
|
-
}
|
|
5419
|
-
}
|
|
5420
|
-
}
|
|
5421
|
-
},
|
|
5422
|
-
"Components/Floating button": {
|
|
5423
|
-
"post": {
|
|
5424
|
-
"floating-button": {
|
|
5425
|
-
"position": {
|
|
5426
|
-
"right": {
|
|
5427
|
-
"$type": "dimension",
|
|
5428
|
-
"$value": "{post.device.position.1}"
|
|
5429
|
-
},
|
|
5430
|
-
"top": {
|
|
5431
|
-
"$type": "dimension",
|
|
5432
|
-
"$value": "{post.device.position.1}"
|
|
5433
|
-
}
|
|
5434
|
-
},
|
|
5435
|
-
"enabled-fg": {
|
|
5436
|
-
"$type": "color",
|
|
5437
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
5438
|
-
},
|
|
5439
|
-
"enabled-bg": {
|
|
5440
|
-
"$type": "color",
|
|
5441
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
5442
|
-
},
|
|
5443
|
-
"enabled-border": {
|
|
5444
|
-
"$type": "color",
|
|
5445
|
-
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
5446
|
-
},
|
|
5447
|
-
"hover-fg": {
|
|
5448
|
-
"$type": "color",
|
|
5449
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
5450
|
-
},
|
|
5451
|
-
"hover-bg": {
|
|
5452
|
-
"$type": "color",
|
|
5453
|
-
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
5454
5850
|
},
|
|
5455
|
-
"
|
|
5456
|
-
"
|
|
5851
|
+
"single-select": {
|
|
5852
|
+
"menu": {
|
|
5853
|
+
"list-item": {
|
|
5854
|
+
"icon": {
|
|
5855
|
+
"spacing": {
|
|
5856
|
+
"height": {
|
|
5857
|
+
"outer": {
|
|
5858
|
+
"$type": "sizing",
|
|
5859
|
+
"$value": "{post.device.sizing.icon.2}"
|
|
5860
|
+
}
|
|
5861
|
+
}
|
|
5862
|
+
},
|
|
5863
|
+
"size": {
|
|
5864
|
+
"$type": "sizing",
|
|
5865
|
+
"$value": "{post.device.sizing.interactive.icon.size}"
|
|
5866
|
+
}
|
|
5867
|
+
},
|
|
5868
|
+
"padding": {
|
|
5869
|
+
"inline": {
|
|
5870
|
+
"start": {
|
|
5871
|
+
"$type": "spacing",
|
|
5872
|
+
"$value": "{post.device.spacing.padding.5}"
|
|
5873
|
+
},
|
|
5874
|
+
"end": {
|
|
5875
|
+
"$type": "spacing",
|
|
5876
|
+
"$value": "{post.device.spacing.padding.inline.4}"
|
|
5877
|
+
}
|
|
5878
|
+
},
|
|
5879
|
+
"block": {
|
|
5880
|
+
"start": {
|
|
5881
|
+
"$type": "spacing",
|
|
5882
|
+
"$value": "{post.device.spacing.padding.block.16}"
|
|
5883
|
+
},
|
|
5884
|
+
"end": {
|
|
5885
|
+
"$type": "spacing",
|
|
5886
|
+
"$value": "{post.device.spacing.padding.block.17}"
|
|
5887
|
+
}
|
|
5888
|
+
}
|
|
5889
|
+
},
|
|
5890
|
+
"gap": {
|
|
5891
|
+
"inline": {
|
|
5892
|
+
"text-start": {
|
|
5893
|
+
"$type": "spacing",
|
|
5894
|
+
"$value": "{post.device.spacing.gap.4}"
|
|
5895
|
+
}
|
|
5896
|
+
}
|
|
5897
|
+
},
|
|
5898
|
+
"enabled-fg": {
|
|
5899
|
+
"$type": "color",
|
|
5900
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
5901
|
+
},
|
|
5902
|
+
"hover-fg": {
|
|
5903
|
+
"$type": "color",
|
|
5904
|
+
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
|
|
5905
|
+
},
|
|
5906
|
+
"enabled-bg": {
|
|
5907
|
+
"$type": "color",
|
|
5908
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.bg1}"
|
|
5909
|
+
},
|
|
5910
|
+
"hover-bg": {
|
|
5911
|
+
"$type": "color",
|
|
5912
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg}"
|
|
5913
|
+
},
|
|
5914
|
+
"hover-stroke": {
|
|
5915
|
+
"$type": "color",
|
|
5916
|
+
"$value": "{post.scheme.color.interactive.primary.hover.stroke}"
|
|
5917
|
+
},
|
|
5918
|
+
"enabled-stroke": {
|
|
5919
|
+
"$type": "color",
|
|
5920
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.stroke3}"
|
|
5921
|
+
},
|
|
5922
|
+
"border-width": {
|
|
5923
|
+
"bottom": {
|
|
5924
|
+
"$type": "borderWidth",
|
|
5925
|
+
"$value": "{post.device.border-width.alternative2}"
|
|
5926
|
+
}
|
|
5927
|
+
}
|
|
5928
|
+
},
|
|
5929
|
+
"category-title": {
|
|
5930
|
+
"padding": {
|
|
5931
|
+
"block": {
|
|
5932
|
+
"outer": {
|
|
5933
|
+
"$type": "spacing",
|
|
5934
|
+
"$value": "{post.device.spacing.padding.block.14}"
|
|
5935
|
+
},
|
|
5936
|
+
"inner": {
|
|
5937
|
+
"$type": "spacing",
|
|
5938
|
+
"$value": "{post.device.spacing.padding.block.15}"
|
|
5939
|
+
}
|
|
5940
|
+
},
|
|
5941
|
+
"inline": {
|
|
5942
|
+
"inner": {
|
|
5943
|
+
"$type": "spacing",
|
|
5944
|
+
"$value": "{post.device.spacing.padding.inline.3}"
|
|
5945
|
+
}
|
|
5946
|
+
}
|
|
5947
|
+
},
|
|
5948
|
+
"stroke": {
|
|
5949
|
+
"$type": "color",
|
|
5950
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
|
|
5951
|
+
},
|
|
5952
|
+
"enabled-fg": {
|
|
5953
|
+
"$type": "color",
|
|
5954
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
5955
|
+
},
|
|
5956
|
+
"font-weight": {
|
|
5957
|
+
"$type": "fontWeights",
|
|
5958
|
+
"$value": "{post.device.font-weight.bold}"
|
|
5959
|
+
}
|
|
5960
|
+
},
|
|
5961
|
+
"padding": {
|
|
5962
|
+
"block": {
|
|
5963
|
+
"$type": "spacing",
|
|
5964
|
+
"$value": "{post.device.spacing.padding.block.8}"
|
|
5965
|
+
}
|
|
5966
|
+
},
|
|
5967
|
+
"border-radius": {
|
|
5968
|
+
"$type": "borderRadius",
|
|
5969
|
+
"$value": "{post.device.border-radius.1}"
|
|
5970
|
+
},
|
|
5971
|
+
"elevation": {
|
|
5972
|
+
"$type": "boxShadow",
|
|
5973
|
+
"$value": "{post.device.elevation.300}"
|
|
5974
|
+
}
|
|
5975
|
+
}
|
|
5976
|
+
}
|
|
5977
|
+
}
|
|
5978
|
+
}
|
|
5979
|
+
},
|
|
5980
|
+
"Components/Floating button": {
|
|
5981
|
+
"post": {
|
|
5982
|
+
"floating-button": {
|
|
5983
|
+
"position": {
|
|
5984
|
+
"right": {
|
|
5985
|
+
"$type": "dimension",
|
|
5986
|
+
"$value": "{post.device.position.1}"
|
|
5987
|
+
},
|
|
5988
|
+
"top": {
|
|
5989
|
+
"$type": "dimension",
|
|
5990
|
+
"$value": "{post.device.position.4}"
|
|
5991
|
+
}
|
|
5992
|
+
},
|
|
5993
|
+
"enabled-fg": {
|
|
5994
|
+
"$type": "color",
|
|
5995
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
5996
|
+
},
|
|
5997
|
+
"enabled-bg": {
|
|
5998
|
+
"$type": "color",
|
|
5999
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
6000
|
+
},
|
|
6001
|
+
"enabled-border": {
|
|
6002
|
+
"$type": "color",
|
|
6003
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
6004
|
+
},
|
|
6005
|
+
"hover-fg": {
|
|
6006
|
+
"$type": "color",
|
|
6007
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
6008
|
+
},
|
|
6009
|
+
"hover-bg": {
|
|
6010
|
+
"$type": "color",
|
|
6011
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
6012
|
+
},
|
|
6013
|
+
"hover-border": {
|
|
6014
|
+
"$type": "color",
|
|
5457
6015
|
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
5458
6016
|
},
|
|
5459
6017
|
"size": {
|
|
@@ -6159,7 +6717,7 @@
|
|
|
6159
6717
|
},
|
|
6160
6718
|
"hover-fg": {
|
|
6161
6719
|
"$type": "color",
|
|
6162
|
-
"$value": "{post.scheme.color.
|
|
6720
|
+
"$value": "{post.scheme.color.popover.hover}"
|
|
6163
6721
|
},
|
|
6164
6722
|
"font-weight": {
|
|
6165
6723
|
"$type": "fontWeights",
|
|
@@ -6209,7 +6767,7 @@
|
|
|
6209
6767
|
},
|
|
6210
6768
|
"end": {
|
|
6211
6769
|
"$type": "spacing",
|
|
6212
|
-
"$value": "{post.
|
|
6770
|
+
"$value": "{post.core.dimension.4}"
|
|
6213
6771
|
}
|
|
6214
6772
|
}
|
|
6215
6773
|
},
|
|
@@ -6549,35 +7107,35 @@
|
|
|
6549
7107
|
"color": {
|
|
6550
7108
|
"enabled-bg": {
|
|
6551
7109
|
"$type": "color",
|
|
6552
|
-
"$value": "{post.scheme.color.interactive.
|
|
7110
|
+
"$value": "{post.scheme.color.interactive.input.enabled.bg}"
|
|
6553
7111
|
},
|
|
6554
7112
|
"enabled-fg": {
|
|
6555
7113
|
"$type": "color",
|
|
6556
|
-
"$value": "{post.scheme.color.interactive.
|
|
7114
|
+
"$value": "{post.scheme.color.interactive.input.enabled.fg}"
|
|
6557
7115
|
},
|
|
6558
7116
|
"hover-bg": {
|
|
6559
7117
|
"$type": "color",
|
|
6560
|
-
"$value": "{post.scheme.color.interactive.
|
|
7118
|
+
"$value": "{post.scheme.color.interactive.input.hover.bg}"
|
|
6561
7119
|
},
|
|
6562
7120
|
"hover-fg": {
|
|
6563
7121
|
"$type": "color",
|
|
6564
|
-
"$value": "{post.scheme.color.interactive.
|
|
7122
|
+
"$value": "{post.scheme.color.interactive.input.hover.fg}"
|
|
6565
7123
|
},
|
|
6566
7124
|
"disabled-bg": {
|
|
6567
7125
|
"$type": "color",
|
|
6568
|
-
"$value": "{post.scheme.color.interactive.
|
|
7126
|
+
"$value": "{post.scheme.color.interactive.input.disabled.bg}"
|
|
6569
7127
|
},
|
|
6570
7128
|
"disabled-fg": {
|
|
6571
7129
|
"$type": "color",
|
|
6572
|
-
"$value": "{post.scheme.color.interactive.
|
|
7130
|
+
"$value": "{post.scheme.color.interactive.input.disabled.fg}"
|
|
6573
7131
|
},
|
|
6574
7132
|
"selected-bg": {
|
|
6575
7133
|
"$type": "color",
|
|
6576
|
-
"$value": "{post.scheme.color.interactive.
|
|
7134
|
+
"$value": "{post.scheme.color.interactive.input.enabled.bg}"
|
|
6577
7135
|
},
|
|
6578
7136
|
"selected-fg": {
|
|
6579
7137
|
"$type": "color",
|
|
6580
|
-
"$value": "{post.scheme.color.interactive.
|
|
7138
|
+
"$value": "{post.scheme.color.interactive.input.enabled.fg}"
|
|
6581
7139
|
},
|
|
6582
7140
|
"helptext-fg": {
|
|
6583
7141
|
"$type": "color",
|
|
@@ -6585,19 +7143,19 @@
|
|
|
6585
7143
|
},
|
|
6586
7144
|
"enabled-border": {
|
|
6587
7145
|
"$type": "color",
|
|
6588
|
-
"$value": "{post.scheme.color.interactive.
|
|
7146
|
+
"$value": "{post.scheme.color.interactive.input.enabled.border}"
|
|
6589
7147
|
},
|
|
6590
7148
|
"hover-border": {
|
|
6591
7149
|
"$type": "color",
|
|
6592
|
-
"$value": "{post.scheme.color.interactive.
|
|
7150
|
+
"$value": "{post.scheme.color.interactive.input.hover.border}"
|
|
6593
7151
|
},
|
|
6594
7152
|
"disabled-border": {
|
|
6595
7153
|
"$type": "color",
|
|
6596
|
-
"$value": "{post.scheme.color.interactive.
|
|
7154
|
+
"$value": "{post.scheme.color.interactive.input.disabled.border}"
|
|
6597
7155
|
},
|
|
6598
7156
|
"selected-border": {
|
|
6599
7157
|
"$type": "color",
|
|
6600
|
-
"$value": "{post.scheme.color.interactive.
|
|
7158
|
+
"$value": "{post.scheme.color.interactive.input.enabled.border}"
|
|
6601
7159
|
},
|
|
6602
7160
|
"signal": {
|
|
6603
7161
|
"error": {
|
|
@@ -6871,6 +7429,82 @@
|
|
|
6871
7429
|
}
|
|
6872
7430
|
}
|
|
6873
7431
|
},
|
|
7432
|
+
"Components/Spin button": {
|
|
7433
|
+
"post": {
|
|
7434
|
+
"spin-button": {
|
|
7435
|
+
"large": {
|
|
7436
|
+
"action-button": {
|
|
7437
|
+
"icon": {
|
|
7438
|
+
"size": {
|
|
7439
|
+
"$type": "sizing",
|
|
7440
|
+
"$value": "{post.core.dimension.32}"
|
|
7441
|
+
}
|
|
7442
|
+
},
|
|
7443
|
+
"padding": {
|
|
7444
|
+
"block": {
|
|
7445
|
+
"$type": "spacing",
|
|
7446
|
+
"$value": "{post.core.dimension.14}"
|
|
7447
|
+
},
|
|
7448
|
+
"inline": {
|
|
7449
|
+
"$type": "spacing",
|
|
7450
|
+
"$value": "{post.core.dimension.10}"
|
|
7451
|
+
}
|
|
7452
|
+
}
|
|
7453
|
+
}
|
|
7454
|
+
},
|
|
7455
|
+
"action-button": {
|
|
7456
|
+
"enabled-bg": {
|
|
7457
|
+
"$type": "color",
|
|
7458
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
7459
|
+
},
|
|
7460
|
+
"enabled-fg": {
|
|
7461
|
+
"$type": "color",
|
|
7462
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
7463
|
+
},
|
|
7464
|
+
"hover-bg": {
|
|
7465
|
+
"$type": "color",
|
|
7466
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
7467
|
+
},
|
|
7468
|
+
"hover-fg": {
|
|
7469
|
+
"$type": "color",
|
|
7470
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
7471
|
+
},
|
|
7472
|
+
"disabled-bg": {
|
|
7473
|
+
"$type": "color",
|
|
7474
|
+
"$value": "{post.scheme.color.interactive.button.secondary.disabled.bg}"
|
|
7475
|
+
},
|
|
7476
|
+
"disabled-fg": {
|
|
7477
|
+
"$type": "color",
|
|
7478
|
+
"$value": "{post.scheme.color.interactive.button.secondary.disabled.fg}"
|
|
7479
|
+
},
|
|
7480
|
+
"enabled-stroke": {
|
|
7481
|
+
"$type": "color",
|
|
7482
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
7483
|
+
},
|
|
7484
|
+
"hover-stroke": {
|
|
7485
|
+
"$type": "color",
|
|
7486
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
7487
|
+
},
|
|
7488
|
+
"disabled-stroke": {
|
|
7489
|
+
"$type": "color",
|
|
7490
|
+
"$value": "{post.scheme.color.interactive.button.secondary.disabled.stroke}"
|
|
7491
|
+
},
|
|
7492
|
+
"border-radius": {
|
|
7493
|
+
"$type": "borderRadius",
|
|
7494
|
+
"$value": "{post.device.border-radius.round}"
|
|
7495
|
+
},
|
|
7496
|
+
"border-width": {
|
|
7497
|
+
"$type": "borderWidth",
|
|
7498
|
+
"$value": "{post.device.border-width.default}"
|
|
7499
|
+
},
|
|
7500
|
+
"elevation": {
|
|
7501
|
+
"$type": "boxShadow",
|
|
7502
|
+
"$value": "{post.device.elevation.100}"
|
|
7503
|
+
}
|
|
7504
|
+
}
|
|
7505
|
+
}
|
|
7506
|
+
}
|
|
7507
|
+
},
|
|
6874
7508
|
"Components/Stepper": {
|
|
6875
7509
|
"post": {
|
|
6876
7510
|
"stepper": {
|
|
@@ -7113,6 +7747,12 @@
|
|
|
7113
7747
|
"text": {
|
|
7114
7748
|
"$type": "spacing",
|
|
7115
7749
|
"$value": "{post.device.spacing.padding.block.7}"
|
|
7750
|
+
},
|
|
7751
|
+
"container": {
|
|
7752
|
+
"text": {
|
|
7753
|
+
"$type": "spacing",
|
|
7754
|
+
"$value": "{post.device.spacing.padding.block.9}"
|
|
7755
|
+
}
|
|
7116
7756
|
}
|
|
7117
7757
|
},
|
|
7118
7758
|
"inline": {
|
|
@@ -7145,6 +7785,84 @@
|
|
|
7145
7785
|
}
|
|
7146
7786
|
}
|
|
7147
7787
|
},
|
|
7788
|
+
"Components/Teaser": {
|
|
7789
|
+
"post": {
|
|
7790
|
+
"teaser": {
|
|
7791
|
+
"card": {
|
|
7792
|
+
"sm": {
|
|
7793
|
+
"image": {
|
|
7794
|
+
"height": {
|
|
7795
|
+
"$type": "sizing",
|
|
7796
|
+
"$value": "{post.device.sizing.content.height.1}"
|
|
7797
|
+
}
|
|
7798
|
+
},
|
|
7799
|
+
"section": {
|
|
7800
|
+
"content": {
|
|
7801
|
+
"padding": {
|
|
7802
|
+
"$type": "spacing",
|
|
7803
|
+
"$value": "{post.device.spacing.padding.5}"
|
|
7804
|
+
},
|
|
7805
|
+
"gap": {
|
|
7806
|
+
"$type": "spacing",
|
|
7807
|
+
"$value": "{post.device.spacing.gap.7}"
|
|
7808
|
+
}
|
|
7809
|
+
}
|
|
7810
|
+
},
|
|
7811
|
+
"heading": {
|
|
7812
|
+
"font-size": {
|
|
7813
|
+
"$type": "fontSizes",
|
|
7814
|
+
"$value": "{post.device.font-size.5}"
|
|
7815
|
+
}
|
|
7816
|
+
},
|
|
7817
|
+
"content": {
|
|
7818
|
+
"gap": {
|
|
7819
|
+
"$type": "spacing",
|
|
7820
|
+
"$value": "{post.core.dimension.6}"
|
|
7821
|
+
}
|
|
7822
|
+
}
|
|
7823
|
+
},
|
|
7824
|
+
"lg": {
|
|
7825
|
+
"image": {
|
|
7826
|
+
"height": {
|
|
7827
|
+
"$type": "sizing",
|
|
7828
|
+
"$value": "{post.device.sizing.content.height.2}"
|
|
7829
|
+
}
|
|
7830
|
+
},
|
|
7831
|
+
"section": {
|
|
7832
|
+
"content": {
|
|
7833
|
+
"padding": {
|
|
7834
|
+
"$type": "spacing",
|
|
7835
|
+
"$value": "{post.device.spacing.padding.20}"
|
|
7836
|
+
},
|
|
7837
|
+
"gap": {
|
|
7838
|
+
"$type": "spacing",
|
|
7839
|
+
"$value": "{post.core.dimension.24}"
|
|
7840
|
+
}
|
|
7841
|
+
}
|
|
7842
|
+
},
|
|
7843
|
+
"heading": {
|
|
7844
|
+
"font-size": {
|
|
7845
|
+
"$type": "fontSizes",
|
|
7846
|
+
"$value": "{post.device.font-size.4}"
|
|
7847
|
+
}
|
|
7848
|
+
},
|
|
7849
|
+
"content": {
|
|
7850
|
+
"gap": {
|
|
7851
|
+
"$type": "spacing",
|
|
7852
|
+
"$value": "{post.device.spacing.gap.block.3}"
|
|
7853
|
+
}
|
|
7854
|
+
}
|
|
7855
|
+
},
|
|
7856
|
+
"content": {
|
|
7857
|
+
"enabled-fg": {
|
|
7858
|
+
"$type": "color",
|
|
7859
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
7860
|
+
}
|
|
7861
|
+
}
|
|
7862
|
+
}
|
|
7863
|
+
}
|
|
7864
|
+
}
|
|
7865
|
+
},
|
|
7148
7866
|
"Components/Text area": {
|
|
7149
7867
|
"post": {
|
|
7150
7868
|
"textarea": {
|
|
@@ -7876,7 +8594,7 @@
|
|
|
7876
8594
|
"fontWeight": "{post.body.font-weight}",
|
|
7877
8595
|
"fontSize": "{post.device.font-size.5}",
|
|
7878
8596
|
"lineHeight": "{post.device.line-height.content}",
|
|
7879
|
-
"letterSpacing": "{post.
|
|
8597
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7880
8598
|
}
|
|
7881
8599
|
},
|
|
7882
8600
|
"paragraph-m": {
|
|
@@ -7895,8 +8613,8 @@
|
|
|
7895
8613
|
"fontFamily": "{post.body.font-family}",
|
|
7896
8614
|
"fontWeight": "{post.body.font-weight}",
|
|
7897
8615
|
"fontSize": "{post.device.font-size.7}",
|
|
7898
|
-
"lineHeight": "{post.
|
|
7899
|
-
"letterSpacing": "{post.
|
|
8616
|
+
"lineHeight": "{post.body.line-height}",
|
|
8617
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7900
8618
|
}
|
|
7901
8619
|
}
|
|
7902
8620
|
},
|
|
@@ -7904,11 +8622,11 @@
|
|
|
7904
8622
|
"small": {
|
|
7905
8623
|
"$type": "typography",
|
|
7906
8624
|
"$value": {
|
|
7907
|
-
"fontFamily": "{post.device.font-family.default}",
|
|
7908
8625
|
"fontWeight": "{post.device.font-weight.bold}",
|
|
7909
8626
|
"fontSize": "{post.device.font-size.6}",
|
|
7910
|
-
"lineHeight": "{post.
|
|
7911
|
-
"letterSpacing": "{post.
|
|
8627
|
+
"lineHeight": "{post.legend.line-height}",
|
|
8628
|
+
"letterSpacing": "{post.body.letter-spacing}",
|
|
8629
|
+
"fontFamily": "{post.body.font-family}"
|
|
7912
8630
|
}
|
|
7913
8631
|
},
|
|
7914
8632
|
"large": {
|
|
@@ -7926,41 +8644,41 @@
|
|
|
7926
8644
|
"default": {
|
|
7927
8645
|
"$type": "typography",
|
|
7928
8646
|
"$value": {
|
|
7929
|
-
"fontFamily": "{post.
|
|
8647
|
+
"fontFamily": "{post.body.font-family}",
|
|
7930
8648
|
"fontWeight": "{post.device.font-weight.regular}",
|
|
7931
8649
|
"fontSize": "{post.device.font-size.6}",
|
|
7932
8650
|
"lineHeight": "{post.device.line-height.label}",
|
|
7933
|
-
"letterSpacing": "{post.
|
|
8651
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7934
8652
|
}
|
|
7935
8653
|
},
|
|
7936
8654
|
"default-bold": {
|
|
7937
8655
|
"$type": "typography",
|
|
7938
8656
|
"$value": {
|
|
7939
|
-
"fontFamily": "{post.
|
|
8657
|
+
"fontFamily": "{post.body.font-family}",
|
|
7940
8658
|
"fontWeight": "{post.device.font-weight.bold}",
|
|
7941
8659
|
"fontSize": "{post.device.font-size.6}",
|
|
7942
8660
|
"lineHeight": "{post.device.line-height.label}",
|
|
7943
|
-
"letterSpacing": "{post.
|
|
8661
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7944
8662
|
}
|
|
7945
8663
|
},
|
|
7946
8664
|
"medium": {
|
|
7947
8665
|
"$type": "typography",
|
|
7948
8666
|
"$value": {
|
|
7949
|
-
"fontFamily": "{post.
|
|
8667
|
+
"fontFamily": "{post.body.font-family}",
|
|
7950
8668
|
"fontWeight": "{post.device.font-weight.regular}",
|
|
7951
8669
|
"fontSize": "{post.device.font-size.8}",
|
|
7952
8670
|
"lineHeight": "{post.device.line-height.label}",
|
|
7953
|
-
"letterSpacing": "{post.
|
|
8671
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7954
8672
|
}
|
|
7955
8673
|
},
|
|
7956
8674
|
"medium-bold": {
|
|
7957
8675
|
"$type": "typography",
|
|
7958
8676
|
"$value": {
|
|
7959
|
-
"fontFamily": "{post.
|
|
8677
|
+
"fontFamily": "{post.body.font-family}",
|
|
7960
8678
|
"fontWeight": "{post.device.font-weight.bold}",
|
|
7961
8679
|
"fontSize": "{post.device.font-size.8}",
|
|
7962
8680
|
"lineHeight": "{post.device.line-height.label}",
|
|
7963
|
-
"letterSpacing": "{post.
|
|
8681
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7964
8682
|
}
|
|
7965
8683
|
},
|
|
7966
8684
|
"small": {
|
|
@@ -7976,21 +8694,21 @@
|
|
|
7976
8694
|
"smaller": {
|
|
7977
8695
|
"$type": "typography",
|
|
7978
8696
|
"$value": {
|
|
7979
|
-
"fontFamily": "{post.
|
|
8697
|
+
"fontFamily": "{post.body.font-family}",
|
|
7980
8698
|
"fontWeight": "{post.device.font-weight.regular}",
|
|
7981
8699
|
"fontSize": "{post.device.font-size.10}",
|
|
7982
8700
|
"lineHeight": "{post.device.line-height.label}",
|
|
7983
|
-
"letterSpacing": "{post.
|
|
8701
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7984
8702
|
}
|
|
7985
8703
|
},
|
|
7986
8704
|
"extrasmall": {
|
|
7987
8705
|
"$type": "typography",
|
|
7988
8706
|
"$value": {
|
|
7989
|
-
"fontFamily": "{post.
|
|
8707
|
+
"fontFamily": "{post.body.font-family}",
|
|
7990
8708
|
"fontWeight": "{post.device.font-weight.regular}",
|
|
7991
8709
|
"fontSize": "{post.device.font-size.11}",
|
|
7992
8710
|
"lineHeight": "{post.device.line-height.label}",
|
|
7993
|
-
"letterSpacing": "{post.
|
|
8711
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7994
8712
|
}
|
|
7995
8713
|
}
|
|
7996
8714
|
},
|
|
@@ -8030,7 +8748,7 @@
|
|
|
8030
8748
|
"$type": "typography",
|
|
8031
8749
|
"$value": {
|
|
8032
8750
|
"fontWeight": "{post.utility.font-weight.bold}",
|
|
8033
|
-
"fontSize": "{post.
|
|
8751
|
+
"fontSize": "{post.device.font-size.7}",
|
|
8034
8752
|
"lineHeight": "{post.body.line-height}",
|
|
8035
8753
|
"letterSpacing": "{post.body.letter-spacing}",
|
|
8036
8754
|
"textDecoration": "{post.link.decoration}",
|
|
@@ -8042,7 +8760,7 @@
|
|
|
8042
8760
|
"$value": {
|
|
8043
8761
|
"fontFamily": "{post.body.font-family}",
|
|
8044
8762
|
"fontWeight": "{post.body.font-weight}",
|
|
8045
|
-
"fontSize": "{post.
|
|
8763
|
+
"fontSize": "{post.device.font-size.7}",
|
|
8046
8764
|
"lineHeight": "{post.body.line-height}",
|
|
8047
8765
|
"letterSpacing": "{post.body.letter-spacing}"
|
|
8048
8766
|
}
|
|
@@ -8051,7 +8769,7 @@
|
|
|
8051
8769
|
"$type": "typography",
|
|
8052
8770
|
"$value": {
|
|
8053
8771
|
"fontWeight": "{post.utility.font-weight.bold}",
|
|
8054
|
-
"fontSize": "{post.
|
|
8772
|
+
"fontSize": "{post.device.font-size.7}",
|
|
8055
8773
|
"lineHeight": "{post.body.line-height}",
|
|
8056
8774
|
"letterSpacing": "{post.body.letter-spacing}",
|
|
8057
8775
|
"fontFamily": "{post.body.font-family}"
|
|
@@ -8069,6 +8787,60 @@
|
|
|
8069
8787
|
}
|
|
8070
8788
|
}
|
|
8071
8789
|
}
|
|
8790
|
+
},
|
|
8791
|
+
"Background": {
|
|
8792
|
+
"default": {
|
|
8793
|
+
"$type": "color",
|
|
8794
|
+
"$value": "{post.theme.color.palettes.default.bg}"
|
|
8795
|
+
},
|
|
8796
|
+
"alternate": {
|
|
8797
|
+
"$type": "color",
|
|
8798
|
+
"$value": "{post.theme.color.palettes.alternate.bg}"
|
|
8799
|
+
},
|
|
8800
|
+
"brand": {
|
|
8801
|
+
"$type": "color",
|
|
8802
|
+
"$value": "{post.theme.color.palettes.brand.bg}"
|
|
8803
|
+
},
|
|
8804
|
+
"accent": {
|
|
8805
|
+
"$type": "color",
|
|
8806
|
+
"$value": "{post.theme.color.palettes.accent.bg}"
|
|
8807
|
+
}
|
|
8808
|
+
},
|
|
8809
|
+
"Foreground": {
|
|
8810
|
+
"default": {
|
|
8811
|
+
"$type": "color",
|
|
8812
|
+
"$value": "{post.theme.color.palettes.default.fg}"
|
|
8813
|
+
},
|
|
8814
|
+
"alternate": {
|
|
8815
|
+
"$type": "color",
|
|
8816
|
+
"$value": "{post.theme.color.palettes.alternate.fg}"
|
|
8817
|
+
},
|
|
8818
|
+
"brand": {
|
|
8819
|
+
"$type": "color",
|
|
8820
|
+
"$value": "{post.theme.color.palettes.brand.fg}"
|
|
8821
|
+
},
|
|
8822
|
+
"accent": {
|
|
8823
|
+
"$type": "color",
|
|
8824
|
+
"$value": "{post.theme.color.palettes.accent.fg}"
|
|
8825
|
+
}
|
|
8826
|
+
},
|
|
8827
|
+
"ForegroundSecondary": {
|
|
8828
|
+
"default": {
|
|
8829
|
+
"$type": "color",
|
|
8830
|
+
"$value": "{post.theme.color.palettes.default.fg}"
|
|
8831
|
+
},
|
|
8832
|
+
"alternate": {
|
|
8833
|
+
"$type": "color",
|
|
8834
|
+
"$value": "{post.theme.color.palettes.alternate.fg}"
|
|
8835
|
+
},
|
|
8836
|
+
"brand": {
|
|
8837
|
+
"$type": "color",
|
|
8838
|
+
"$value": "{post.theme.color.palettes.brand.fg-accent}"
|
|
8839
|
+
},
|
|
8840
|
+
"accent": {
|
|
8841
|
+
"$type": "color",
|
|
8842
|
+
"$value": "{post.theme.color.palettes.accent.fg-accent}"
|
|
8843
|
+
}
|
|
8072
8844
|
}
|
|
8073
8845
|
},
|
|
8074
8846
|
"Utilities/Spacing": {
|
|
@@ -8087,18 +8859,10 @@
|
|
|
8087
8859
|
"$type": "spacing",
|
|
8088
8860
|
"$value": "{post.core.dimension.2}"
|
|
8089
8861
|
},
|
|
8090
|
-
"3": {
|
|
8091
|
-
"$type": "spacing",
|
|
8092
|
-
"$value": "{post.core.dimension.3}"
|
|
8093
|
-
},
|
|
8094
8862
|
"4": {
|
|
8095
8863
|
"$type": "spacing",
|
|
8096
8864
|
"$value": "{post.core.dimension.4}"
|
|
8097
8865
|
},
|
|
8098
|
-
"5": {
|
|
8099
|
-
"$type": "spacing",
|
|
8100
|
-
"$value": "{post.core.dimension.5}"
|
|
8101
|
-
},
|
|
8102
8866
|
"6": {
|
|
8103
8867
|
"$type": "spacing",
|
|
8104
8868
|
"$value": "{post.core.dimension.6}"
|
|
@@ -8107,74 +8871,22 @@
|
|
|
8107
8871
|
"$type": "spacing",
|
|
8108
8872
|
"$value": "{post.core.dimension.8}"
|
|
8109
8873
|
},
|
|
8110
|
-
"10": {
|
|
8111
|
-
"$type": "spacing",
|
|
8112
|
-
"$value": "{post.core.dimension.10}"
|
|
8113
|
-
},
|
|
8114
|
-
"11": {
|
|
8115
|
-
"$type": "spacing",
|
|
8116
|
-
"$value": "{post.core.dimension.11}"
|
|
8117
|
-
},
|
|
8118
8874
|
"12": {
|
|
8119
8875
|
"$type": "spacing",
|
|
8120
8876
|
"$value": "{post.core.dimension.12}"
|
|
8121
8877
|
},
|
|
8122
|
-
"14": {
|
|
8123
|
-
"$type": "spacing",
|
|
8124
|
-
"$value": "{post.core.dimension.14}"
|
|
8125
|
-
},
|
|
8126
|
-
"15": {
|
|
8127
|
-
"$type": "spacing",
|
|
8128
|
-
"$value": "{post.core.dimension.15}"
|
|
8129
|
-
},
|
|
8130
8878
|
"16": {
|
|
8131
8879
|
"$type": "spacing",
|
|
8132
8880
|
"$value": "{post.core.dimension.16}"
|
|
8133
8881
|
},
|
|
8134
|
-
"18": {
|
|
8135
|
-
"$type": "spacing",
|
|
8136
|
-
"$value": "{post.core.dimension.18}"
|
|
8137
|
-
},
|
|
8138
|
-
"19": {
|
|
8139
|
-
"$type": "spacing",
|
|
8140
|
-
"$value": "{post.core.dimension.19}"
|
|
8141
|
-
},
|
|
8142
|
-
"20": {
|
|
8143
|
-
"$type": "spacing",
|
|
8144
|
-
"$value": "{post.core.dimension.20}"
|
|
8145
|
-
},
|
|
8146
|
-
"22": {
|
|
8147
|
-
"$type": "spacing",
|
|
8148
|
-
"$value": "{post.core.dimension.22}"
|
|
8149
|
-
},
|
|
8150
8882
|
"24": {
|
|
8151
8883
|
"$type": "spacing",
|
|
8152
8884
|
"$value": "{post.core.dimension.24}"
|
|
8153
8885
|
},
|
|
8154
|
-
"26": {
|
|
8155
|
-
"$type": "spacing",
|
|
8156
|
-
"$value": "{post.core.dimension.26}"
|
|
8157
|
-
},
|
|
8158
|
-
"28": {
|
|
8159
|
-
"$type": "spacing",
|
|
8160
|
-
"$value": "{post.core.dimension.28}"
|
|
8161
|
-
},
|
|
8162
|
-
"30": {
|
|
8163
|
-
"$type": "spacing",
|
|
8164
|
-
"$value": "{post.core.dimension.30}"
|
|
8165
|
-
},
|
|
8166
8886
|
"32": {
|
|
8167
8887
|
"$type": "spacing",
|
|
8168
8888
|
"$value": "{post.core.dimension.32}"
|
|
8169
8889
|
},
|
|
8170
|
-
"34": {
|
|
8171
|
-
"$type": "spacing",
|
|
8172
|
-
"$value": "{post.core.dimension.34}"
|
|
8173
|
-
},
|
|
8174
|
-
"36": {
|
|
8175
|
-
"$type": "spacing",
|
|
8176
|
-
"$value": "{post.core.dimension.36}"
|
|
8177
|
-
},
|
|
8178
8890
|
"40": {
|
|
8179
8891
|
"$type": "spacing",
|
|
8180
8892
|
"$value": "{post.core.dimension.40}"
|
|
@@ -8191,25 +8903,25 @@
|
|
|
8191
8903
|
"$type": "spacing",
|
|
8192
8904
|
"$value": "{post.core.dimension.64}"
|
|
8193
8905
|
},
|
|
8194
|
-
"
|
|
8906
|
+
"72": {
|
|
8195
8907
|
"$type": "spacing",
|
|
8196
|
-
"$value": "{post.core.dimension.
|
|
8908
|
+
"$value": "{post.core.dimension.72}"
|
|
8197
8909
|
},
|
|
8198
8910
|
"80": {
|
|
8199
8911
|
"$type": "spacing",
|
|
8200
8912
|
"$value": "{post.core.dimension.80}"
|
|
8201
8913
|
},
|
|
8202
|
-
"
|
|
8914
|
+
"88": {
|
|
8203
8915
|
"$type": "spacing",
|
|
8204
|
-
"$value": "{post.core.dimension.
|
|
8916
|
+
"$value": "{post.core.dimension.88}"
|
|
8205
8917
|
},
|
|
8206
|
-
"
|
|
8918
|
+
"96": {
|
|
8207
8919
|
"$type": "spacing",
|
|
8208
|
-
"$value": "{post.core.dimension.
|
|
8920
|
+
"$value": "{post.core.dimension.96}"
|
|
8209
8921
|
},
|
|
8210
|
-
"
|
|
8922
|
+
"104": {
|
|
8211
8923
|
"$type": "spacing",
|
|
8212
|
-
"$value": "{post.core.dimension.
|
|
8924
|
+
"$value": "{post.core.dimension.104}"
|
|
8213
8925
|
},
|
|
8214
8926
|
"auto": {
|
|
8215
8927
|
"$type": "spacing",
|
|
@@ -8229,18 +8941,10 @@
|
|
|
8229
8941
|
"$type": "spacing",
|
|
8230
8942
|
"$value": "{post.core.dimension.2}"
|
|
8231
8943
|
},
|
|
8232
|
-
"3": {
|
|
8233
|
-
"$type": "spacing",
|
|
8234
|
-
"$value": "{post.core.dimension.3}"
|
|
8235
|
-
},
|
|
8236
8944
|
"4": {
|
|
8237
8945
|
"$type": "spacing",
|
|
8238
8946
|
"$value": "{post.core.dimension.4}"
|
|
8239
8947
|
},
|
|
8240
|
-
"5": {
|
|
8241
|
-
"$type": "spacing",
|
|
8242
|
-
"$value": "{post.core.dimension.5}"
|
|
8243
|
-
},
|
|
8244
8948
|
"6": {
|
|
8245
8949
|
"$type": "spacing",
|
|
8246
8950
|
"$value": "{post.core.dimension.6}"
|
|
@@ -8249,74 +8953,22 @@
|
|
|
8249
8953
|
"$type": "spacing",
|
|
8250
8954
|
"$value": "{post.core.dimension.8}"
|
|
8251
8955
|
},
|
|
8252
|
-
"10": {
|
|
8253
|
-
"$type": "spacing",
|
|
8254
|
-
"$value": "{post.core.dimension.10}"
|
|
8255
|
-
},
|
|
8256
|
-
"11": {
|
|
8257
|
-
"$type": "spacing",
|
|
8258
|
-
"$value": "{post.core.dimension.11}"
|
|
8259
|
-
},
|
|
8260
8956
|
"12": {
|
|
8261
8957
|
"$type": "spacing",
|
|
8262
8958
|
"$value": "{post.core.dimension.12}"
|
|
8263
8959
|
},
|
|
8264
|
-
"14": {
|
|
8265
|
-
"$type": "spacing",
|
|
8266
|
-
"$value": "{post.core.dimension.14}"
|
|
8267
|
-
},
|
|
8268
|
-
"15": {
|
|
8269
|
-
"$type": "spacing",
|
|
8270
|
-
"$value": "{post.core.dimension.15}"
|
|
8271
|
-
},
|
|
8272
8960
|
"16": {
|
|
8273
8961
|
"$type": "spacing",
|
|
8274
8962
|
"$value": "{post.core.dimension.16}"
|
|
8275
8963
|
},
|
|
8276
|
-
"18": {
|
|
8277
|
-
"$type": "spacing",
|
|
8278
|
-
"$value": "{post.core.dimension.18}"
|
|
8279
|
-
},
|
|
8280
|
-
"19": {
|
|
8281
|
-
"$type": "spacing",
|
|
8282
|
-
"$value": "{post.core.dimension.19}"
|
|
8283
|
-
},
|
|
8284
|
-
"20": {
|
|
8285
|
-
"$type": "spacing",
|
|
8286
|
-
"$value": "{post.core.dimension.20}"
|
|
8287
|
-
},
|
|
8288
|
-
"22": {
|
|
8289
|
-
"$type": "spacing",
|
|
8290
|
-
"$value": "{post.core.dimension.22}"
|
|
8291
|
-
},
|
|
8292
8964
|
"24": {
|
|
8293
8965
|
"$type": "spacing",
|
|
8294
8966
|
"$value": "{post.core.dimension.24}"
|
|
8295
8967
|
},
|
|
8296
|
-
"26": {
|
|
8297
|
-
"$type": "spacing",
|
|
8298
|
-
"$value": "{post.core.dimension.26}"
|
|
8299
|
-
},
|
|
8300
|
-
"28": {
|
|
8301
|
-
"$type": "spacing",
|
|
8302
|
-
"$value": "{post.core.dimension.28}"
|
|
8303
|
-
},
|
|
8304
|
-
"30": {
|
|
8305
|
-
"$type": "spacing",
|
|
8306
|
-
"$value": "{post.core.dimension.30}"
|
|
8307
|
-
},
|
|
8308
8968
|
"32": {
|
|
8309
8969
|
"$type": "spacing",
|
|
8310
8970
|
"$value": "{post.core.dimension.32}"
|
|
8311
8971
|
},
|
|
8312
|
-
"34": {
|
|
8313
|
-
"$type": "spacing",
|
|
8314
|
-
"$value": "{post.core.dimension.34}"
|
|
8315
|
-
},
|
|
8316
|
-
"36": {
|
|
8317
|
-
"$type": "spacing",
|
|
8318
|
-
"$value": "{post.core.dimension.36}"
|
|
8319
|
-
},
|
|
8320
8972
|
"40": {
|
|
8321
8973
|
"$type": "spacing",
|
|
8322
8974
|
"$value": "{post.core.dimension.40}"
|
|
@@ -8333,25 +8985,29 @@
|
|
|
8333
8985
|
"$type": "spacing",
|
|
8334
8986
|
"$value": "{post.core.dimension.64}"
|
|
8335
8987
|
},
|
|
8336
|
-
"
|
|
8988
|
+
"72": {
|
|
8337
8989
|
"$type": "spacing",
|
|
8338
|
-
"$value": "{post.core.dimension.
|
|
8990
|
+
"$value": "{post.core.dimension.72}"
|
|
8339
8991
|
},
|
|
8340
8992
|
"80": {
|
|
8341
8993
|
"$type": "spacing",
|
|
8342
8994
|
"$value": "{post.core.dimension.80}"
|
|
8343
8995
|
},
|
|
8996
|
+
"88": {
|
|
8997
|
+
"$type": "spacing",
|
|
8998
|
+
"$value": "{post.core.dimension.88}"
|
|
8999
|
+
},
|
|
8344
9000
|
"96": {
|
|
8345
9001
|
"$type": "spacing",
|
|
8346
9002
|
"$value": "{post.core.dimension.96}"
|
|
8347
9003
|
},
|
|
8348
|
-
"
|
|
9004
|
+
"104": {
|
|
8349
9005
|
"$type": "spacing",
|
|
8350
|
-
"$value": "{post.core.dimension.
|
|
9006
|
+
"$value": "{post.core.dimension.104}"
|
|
8351
9007
|
},
|
|
8352
|
-
"
|
|
9008
|
+
"auto": {
|
|
8353
9009
|
"$type": "spacing",
|
|
8354
|
-
"$value": "
|
|
9010
|
+
"$value": "auto"
|
|
8355
9011
|
}
|
|
8356
9012
|
},
|
|
8357
9013
|
"gap": {
|
|
@@ -8367,18 +9023,10 @@
|
|
|
8367
9023
|
"$type": "spacing",
|
|
8368
9024
|
"$value": "{post.core.dimension.2}"
|
|
8369
9025
|
},
|
|
8370
|
-
"3": {
|
|
8371
|
-
"$type": "spacing",
|
|
8372
|
-
"$value": "{post.core.dimension.3}"
|
|
8373
|
-
},
|
|
8374
9026
|
"4": {
|
|
8375
9027
|
"$type": "spacing",
|
|
8376
9028
|
"$value": "{post.core.dimension.4}"
|
|
8377
9029
|
},
|
|
8378
|
-
"5": {
|
|
8379
|
-
"$type": "spacing",
|
|
8380
|
-
"$value": "{post.core.dimension.5}"
|
|
8381
|
-
},
|
|
8382
9030
|
"6": {
|
|
8383
9031
|
"$type": "spacing",
|
|
8384
9032
|
"$value": "{post.core.dimension.6}"
|
|
@@ -8387,74 +9035,22 @@
|
|
|
8387
9035
|
"$type": "spacing",
|
|
8388
9036
|
"$value": "{post.core.dimension.8}"
|
|
8389
9037
|
},
|
|
8390
|
-
"10": {
|
|
8391
|
-
"$type": "spacing",
|
|
8392
|
-
"$value": "{post.core.dimension.10}"
|
|
8393
|
-
},
|
|
8394
|
-
"11": {
|
|
8395
|
-
"$type": "spacing",
|
|
8396
|
-
"$value": "{post.core.dimension.11}"
|
|
8397
|
-
},
|
|
8398
9038
|
"12": {
|
|
8399
9039
|
"$type": "spacing",
|
|
8400
9040
|
"$value": "{post.core.dimension.12}"
|
|
8401
9041
|
},
|
|
8402
|
-
"14": {
|
|
8403
|
-
"$type": "spacing",
|
|
8404
|
-
"$value": "{post.core.dimension.14}"
|
|
8405
|
-
},
|
|
8406
|
-
"15": {
|
|
8407
|
-
"$type": "spacing",
|
|
8408
|
-
"$value": "{post.core.dimension.15}"
|
|
8409
|
-
},
|
|
8410
9042
|
"16": {
|
|
8411
9043
|
"$type": "spacing",
|
|
8412
9044
|
"$value": "{post.core.dimension.16}"
|
|
8413
9045
|
},
|
|
8414
|
-
"18": {
|
|
8415
|
-
"$type": "spacing",
|
|
8416
|
-
"$value": "{post.core.dimension.18}"
|
|
8417
|
-
},
|
|
8418
|
-
"19": {
|
|
8419
|
-
"$type": "spacing",
|
|
8420
|
-
"$value": "{post.core.dimension.19}"
|
|
8421
|
-
},
|
|
8422
|
-
"20": {
|
|
8423
|
-
"$type": "spacing",
|
|
8424
|
-
"$value": "{post.core.dimension.20}"
|
|
8425
|
-
},
|
|
8426
|
-
"22": {
|
|
8427
|
-
"$type": "spacing",
|
|
8428
|
-
"$value": "{post.core.dimension.22}"
|
|
8429
|
-
},
|
|
8430
9046
|
"24": {
|
|
8431
9047
|
"$type": "spacing",
|
|
8432
9048
|
"$value": "{post.core.dimension.24}"
|
|
8433
9049
|
},
|
|
8434
|
-
"26": {
|
|
8435
|
-
"$type": "spacing",
|
|
8436
|
-
"$value": "{post.core.dimension.26}"
|
|
8437
|
-
},
|
|
8438
|
-
"28": {
|
|
8439
|
-
"$type": "spacing",
|
|
8440
|
-
"$value": "{post.core.dimension.28}"
|
|
8441
|
-
},
|
|
8442
|
-
"30": {
|
|
8443
|
-
"$type": "spacing",
|
|
8444
|
-
"$value": "{post.core.dimension.30}"
|
|
8445
|
-
},
|
|
8446
9050
|
"32": {
|
|
8447
9051
|
"$type": "spacing",
|
|
8448
9052
|
"$value": "{post.core.dimension.32}"
|
|
8449
9053
|
},
|
|
8450
|
-
"34": {
|
|
8451
|
-
"$type": "spacing",
|
|
8452
|
-
"$value": "{post.core.dimension.34}"
|
|
8453
|
-
},
|
|
8454
|
-
"36": {
|
|
8455
|
-
"$type": "spacing",
|
|
8456
|
-
"$value": "{post.core.dimension.36}"
|
|
8457
|
-
},
|
|
8458
9054
|
"40": {
|
|
8459
9055
|
"$type": "spacing",
|
|
8460
9056
|
"$value": "{post.core.dimension.40}"
|
|
@@ -8471,25 +9067,29 @@
|
|
|
8471
9067
|
"$type": "spacing",
|
|
8472
9068
|
"$value": "{post.core.dimension.64}"
|
|
8473
9069
|
},
|
|
8474
|
-
"
|
|
9070
|
+
"72": {
|
|
8475
9071
|
"$type": "spacing",
|
|
8476
|
-
"$value": "{post.core.dimension.
|
|
9072
|
+
"$value": "{post.core.dimension.72}"
|
|
8477
9073
|
},
|
|
8478
9074
|
"80": {
|
|
8479
9075
|
"$type": "spacing",
|
|
8480
|
-
"$value": "{post.core.dimension.80}"
|
|
9076
|
+
"$value": "{post.core.dimension.80}"
|
|
9077
|
+
},
|
|
9078
|
+
"88": {
|
|
9079
|
+
"$type": "spacing",
|
|
9080
|
+
"$value": "{post.core.dimension.88}"
|
|
8481
9081
|
},
|
|
8482
9082
|
"96": {
|
|
8483
9083
|
"$type": "spacing",
|
|
8484
9084
|
"$value": "{post.core.dimension.96}"
|
|
8485
9085
|
},
|
|
8486
|
-
"
|
|
9086
|
+
"104": {
|
|
8487
9087
|
"$type": "spacing",
|
|
8488
|
-
"$value": "{post.core.dimension.
|
|
9088
|
+
"$value": "{post.core.dimension.104}"
|
|
8489
9089
|
},
|
|
8490
|
-
"
|
|
9090
|
+
"auto": {
|
|
8491
9091
|
"$type": "spacing",
|
|
8492
|
-
"$value": "
|
|
9092
|
+
"$value": "auto"
|
|
8493
9093
|
}
|
|
8494
9094
|
}
|
|
8495
9095
|
}
|
|
@@ -8528,23 +9128,77 @@
|
|
|
8528
9128
|
}
|
|
8529
9129
|
}
|
|
8530
9130
|
},
|
|
8531
|
-
"Utilities/
|
|
9131
|
+
"Utilities/Elevation": {
|
|
8532
9132
|
"post": {
|
|
8533
9133
|
"utility": {
|
|
8534
|
-
"
|
|
8535
|
-
"
|
|
8536
|
-
"$type": "
|
|
8537
|
-
"$value": "{post.device.
|
|
9134
|
+
"elevation": {
|
|
9135
|
+
"100": {
|
|
9136
|
+
"$type": "boxShadow",
|
|
9137
|
+
"$value": "{post.device.elevation.100}"
|
|
8538
9138
|
},
|
|
8539
|
-
"
|
|
8540
|
-
"$type": "
|
|
8541
|
-
"$value": "{post.device.
|
|
9139
|
+
"200": {
|
|
9140
|
+
"$type": "boxShadow",
|
|
9141
|
+
"$value": "{post.device.elevation.200}"
|
|
8542
9142
|
},
|
|
8543
|
-
"
|
|
8544
|
-
"$type": "
|
|
8545
|
-
"$value": "{post.device.
|
|
9143
|
+
"300": {
|
|
9144
|
+
"$type": "boxShadow",
|
|
9145
|
+
"$value": "{post.device.elevation.300}"
|
|
9146
|
+
},
|
|
9147
|
+
"400": {
|
|
9148
|
+
"$type": "boxShadow",
|
|
9149
|
+
"$value": "{post.device.elevation.400}"
|
|
9150
|
+
},
|
|
9151
|
+
"500": {
|
|
9152
|
+
"$type": "boxShadow",
|
|
9153
|
+
"$value": "{post.device.elevation.500}"
|
|
9154
|
+
}
|
|
9155
|
+
}
|
|
9156
|
+
}
|
|
9157
|
+
}
|
|
9158
|
+
},
|
|
9159
|
+
"Utilities/Border": {
|
|
9160
|
+
"post": {
|
|
9161
|
+
"utility": {
|
|
9162
|
+
"border-width": {
|
|
9163
|
+
"1": {
|
|
9164
|
+
"$type": "borderWidth",
|
|
9165
|
+
"$value": "{post.core.dimension.1}"
|
|
9166
|
+
},
|
|
9167
|
+
"2": {
|
|
9168
|
+
"$type": "borderWidth",
|
|
9169
|
+
"$value": "{post.core.dimension.2}"
|
|
8546
9170
|
}
|
|
8547
9171
|
},
|
|
9172
|
+
"border-radius": {
|
|
9173
|
+
"4": {
|
|
9174
|
+
"$type": "borderRadius",
|
|
9175
|
+
"$value": "{post.core.dimension.4}"
|
|
9176
|
+
},
|
|
9177
|
+
"8": {
|
|
9178
|
+
"$type": "borderRadius",
|
|
9179
|
+
"$value": "{post.core.dimension.8}"
|
|
9180
|
+
}
|
|
9181
|
+
},
|
|
9182
|
+
"border-default": {
|
|
9183
|
+
"width": {
|
|
9184
|
+
"$type": "borderWidth",
|
|
9185
|
+
"$value": "{post.core.dimension.1}"
|
|
9186
|
+
},
|
|
9187
|
+
"radius": {
|
|
9188
|
+
"$type": "borderRadius",
|
|
9189
|
+
"$value": "{post.core.dimension.4}"
|
|
9190
|
+
},
|
|
9191
|
+
"color": {
|
|
9192
|
+
"$type": "color",
|
|
9193
|
+
"$value": "{post.scheme.color.surface.default.stroke}"
|
|
9194
|
+
}
|
|
9195
|
+
}
|
|
9196
|
+
}
|
|
9197
|
+
}
|
|
9198
|
+
},
|
|
9199
|
+
"Utilities/Typo": {
|
|
9200
|
+
"post": {
|
|
9201
|
+
"utility": {
|
|
8548
9202
|
"font-weight": {
|
|
8549
9203
|
"regular": {
|
|
8550
9204
|
"$type": "fontWeights",
|
|
@@ -8582,6 +9236,58 @@
|
|
|
8582
9236
|
"$type": "letterSpacing",
|
|
8583
9237
|
"$value": "{post.core.letter-spacing.default}"
|
|
8584
9238
|
}
|
|
9239
|
+
},
|
|
9240
|
+
"font-size": {
|
|
9241
|
+
"1": {
|
|
9242
|
+
"$type": "fontSizes",
|
|
9243
|
+
"$value": "{post.device.font-size.1}",
|
|
9244
|
+
"$description": "Used in H1 adapts on Deskto, Tablet and Mobile"
|
|
9245
|
+
},
|
|
9246
|
+
"2": {
|
|
9247
|
+
"$type": "fontSizes",
|
|
9248
|
+
"$value": "{post.device.font-size.2}",
|
|
9249
|
+
"$description": "Used in H2, addapts on Device"
|
|
9250
|
+
},
|
|
9251
|
+
"3": {
|
|
9252
|
+
"$type": "fontSizes",
|
|
9253
|
+
"$value": "{post.device.font-size.3}",
|
|
9254
|
+
"$description": "Used H3 and legend big"
|
|
9255
|
+
},
|
|
9256
|
+
"4": {
|
|
9257
|
+
"$type": "fontSizes",
|
|
9258
|
+
"$value": "{post.device.font-size.4}",
|
|
9259
|
+
"$description": "Used in H4"
|
|
9260
|
+
},
|
|
9261
|
+
"5": {
|
|
9262
|
+
"$type": "fontSizes",
|
|
9263
|
+
"$value": "{post.device.font-size.5}",
|
|
9264
|
+
"$description": "Used in H5"
|
|
9265
|
+
},
|
|
9266
|
+
"6": {
|
|
9267
|
+
"$type": "fontSizes",
|
|
9268
|
+
"$value": "{post.device.font-size.6}",
|
|
9269
|
+
"$description": "Used in H6 and as a default size"
|
|
9270
|
+
},
|
|
9271
|
+
"7": {
|
|
9272
|
+
"$type": "fontSizes",
|
|
9273
|
+
"$value": "{post.device.font-size.7}"
|
|
9274
|
+
},
|
|
9275
|
+
"8": {
|
|
9276
|
+
"$type": "fontSizes",
|
|
9277
|
+
"$value": "{post.device.font-size.8}"
|
|
9278
|
+
},
|
|
9279
|
+
"9": {
|
|
9280
|
+
"$type": "fontSizes",
|
|
9281
|
+
"$value": "{post.device.font-size.9}"
|
|
9282
|
+
},
|
|
9283
|
+
"10": {
|
|
9284
|
+
"$type": "fontSizes",
|
|
9285
|
+
"$value": "{post.device.font-size.10}"
|
|
9286
|
+
},
|
|
9287
|
+
"11": {
|
|
9288
|
+
"$type": "fontSizes",
|
|
9289
|
+
"$value": "{post.device.font-size.11}"
|
|
9290
|
+
}
|
|
8585
9291
|
}
|
|
8586
9292
|
}
|
|
8587
9293
|
}
|
|
@@ -8625,7 +9331,7 @@
|
|
|
8625
9331
|
},
|
|
8626
9332
|
"fg": {
|
|
8627
9333
|
"$type": "color",
|
|
8628
|
-
"$value": "{post.theme.color.palettes.brand.fg}"
|
|
9334
|
+
"$value": "{post.theme.color.palettes.brand.fg-accent}"
|
|
8629
9335
|
},
|
|
8630
9336
|
"bg-scheme": {
|
|
8631
9337
|
"$type": "text",
|
|
@@ -8639,7 +9345,7 @@
|
|
|
8639
9345
|
},
|
|
8640
9346
|
"fg": {
|
|
8641
9347
|
"$type": "color",
|
|
8642
|
-
"$value": "{post.theme.color.palettes.accent.fg}"
|
|
9348
|
+
"$value": "{post.theme.color.palettes.accent.fg-accent}"
|
|
8643
9349
|
},
|
|
8644
9350
|
"bg-scheme": {
|
|
8645
9351
|
"$type": "text",
|
|
@@ -8700,53 +9406,6 @@
|
|
|
8700
9406
|
"$figmaCollectionId": "VariableCollectionId:718:1595",
|
|
8701
9407
|
"$figmaModeId": "718:0",
|
|
8702
9408
|
"$figmaVariableReferences": {
|
|
8703
|
-
"post.core.color.brand.postyellow": "1ada4885ffc342025901ed77f04c8ef288847238",
|
|
8704
|
-
"post.core.color.brand.black": "6ddcb4876b56bfa3067c99e1d340110a3b0d0e00",
|
|
8705
|
-
"post.core.color.brand.white": "854447dbb507b5d3f0245e7934e4dc2d58d31d42",
|
|
8706
|
-
"post.core.color.notification.green": "74133ba89df74b896da89dfc8ea716665676c455",
|
|
8707
|
-
"post.core.color.notification.red": "6033282b0129a97545fdb2b4a7d849c86a3aaaa7",
|
|
8708
|
-
"post.core.color.notification.orange": "c8806819b35876178a5630b0e85ecc62bf26efaa",
|
|
8709
|
-
"post.core.color.notification.blue": "4b1bc769bfb9bb9e513a8ad032bcf08f6338d1ea",
|
|
8710
|
-
"post.core.color.notification.green-light": "14699ea3d83dce7dd4a41c62a75e23e22a517ce7",
|
|
8711
|
-
"post.core.color.notification.red-light": "dc8a3f925a29ec749bed302314c141a7483ca160",
|
|
8712
|
-
"post.core.color.notification.orange-light": "d5f216e93abaa8bd3b7be2708846595265f69acb",
|
|
8713
|
-
"post.core.color.notification.blue-light": "96e994c2e2920dcba3de3f9a2ba7b43bf914cb79",
|
|
8714
|
-
"post.core.color.notification.green-night": "3199517b27ac3fe0ab99e52e1b4721f07491796d",
|
|
8715
|
-
"post.core.color.notification.red-night": "f6e214da94b642f7eb2b0593c1e2da44e88749ba",
|
|
8716
|
-
"post.core.color.sandgrey.100": "3f0c5233089d823bb75769a5e022748cef8d6beb",
|
|
8717
|
-
"post.core.color.sandgrey.000": "0f66c4e1b53dbf13095454ed0247b0e8c3d889e0",
|
|
8718
|
-
"post.core.color.sandgrey.002": "e9a3ff986fba3d9d8d34a948ee34993b206ddf1c",
|
|
8719
|
-
"post.core.color.sandgrey.006": "8de52bd59874bfa57a104263c7da167f70bb36e7",
|
|
8720
|
-
"post.core.color.sandgrey.012": "90a7a6113db7f27c1cb7bc03d5d83b5164a40a9e",
|
|
8721
|
-
"post.core.color.sandgrey.020": "79ef5a19c790fab23f47db7d133fc94b6b6f175f",
|
|
8722
|
-
"post.core.color.sandgrey.030": "7d334ad280a3d2f5c434b2859365458ff54cc1f4",
|
|
8723
|
-
"post.core.color.sandgrey.040": "7cf5dd00c9d9c5a8e767925edded58a2decb81ee",
|
|
8724
|
-
"post.core.color.sandgrey.050": "9eafc811f24441047c8f9c55f8c4676a53a72b07",
|
|
8725
|
-
"post.core.color.sandgrey.060": "8fb0e1c235aa3e443fbad5f337357edb15bd3be3",
|
|
8726
|
-
"post.core.color.sandgrey.070": "ba7cc96f89f38c6b5b1df7e7fdec1d9374e0da1d",
|
|
8727
|
-
"post.core.color.sandgrey.080": "e5126143ee1461e860857e8e8bf3ed0aaf8bf529",
|
|
8728
|
-
"post.core.color.sandgrey.090": "d54490414693701dbd76c5ba3b4c17bfaf517663",
|
|
8729
|
-
"post.core.color.sandgrey.alpha.darksand.10": "110c39fdb1a21bcfb94336ab559d092b6d48b4a9",
|
|
8730
|
-
"post.core.color.sandgrey.alpha.darksand.20": "cad777c1914c945da2b2dcfeafccdf35d79f2e57",
|
|
8731
|
-
"post.core.color.sandgrey.alpha.darksand.30": "edec40b98f83ed98babc02a98b31bbaefb08a746",
|
|
8732
|
-
"post.core.color.sandgrey.alpha.darksand.40": "3821a9ef168ba9ec6ad4b0712d1d7ddd08f9c1e1",
|
|
8733
|
-
"post.core.color.sandgrey.alpha.darksand.50": "062986ca42b1cfdffee815b39721e3cb26e4877e",
|
|
8734
|
-
"post.core.color.sandgrey.alpha.darksand.60": "a9fea5c196d64bae8fec2a03da96cfd22eeed80d",
|
|
8735
|
-
"post.core.color.sandgrey.alpha.darksand.70": "e3929c8fab91d7b5e0feea9038f4693e31a32a8d",
|
|
8736
|
-
"post.core.color.sandgrey.alpha.darksand.80": "e5600aa0b74e33460618dc507e384d1250d9ef7b",
|
|
8737
|
-
"post.core.color.sandgrey.alpha.darksand.90": "f23b92000e33ad3ba61a3cb6c22f026222de3c92",
|
|
8738
|
-
"post.core.color.sandgrey.alpha.lightsand.10": "7083e474d736d653af76a09f1810a2863d23fbe8",
|
|
8739
|
-
"post.core.color.sandgrey.alpha.lightsand.20": "d1d9b4ea108cb1d4a0c1618ddb997c009441bd91",
|
|
8740
|
-
"post.core.color.sandgrey.alpha.lightsand.30": "d84e4cbc67c66524b3021662bddc877c4e0b4ee3",
|
|
8741
|
-
"post.core.color.sandgrey.alpha.lightsand.40": "e382b3f22a9933efb1e141b30ff0b4c96ab96fbf",
|
|
8742
|
-
"post.core.color.sandgrey.alpha.lightsand.50": "99b4f0370ff3e5d2133c5fd2c14d05832c290ca3",
|
|
8743
|
-
"post.core.color.sandgrey.alpha.lightsand.60": "91ada1d279f1e38d5ea12016f78f5b08eb0528ab",
|
|
8744
|
-
"post.core.color.sandgrey.alpha.lightsand.70": "4822c64e9ed611a07388b899510e4e476b4d63a6",
|
|
8745
|
-
"post.core.color.sandgrey.alpha.lightsand.80": "3d2bec28282aa25e40831de22df52defd7af4a3e",
|
|
8746
|
-
"post.core.color.sandgrey.alpha.lightsand.90": "a27931f39c2f5fe6bce1e53337bf973fc0160b3a",
|
|
8747
|
-
"post.core.color.colorless": "28411178dcd53a19586b729f27355f6a510d4d96",
|
|
8748
|
-
"post.core.color.cargo.green": "f1a9626c558742ab4c1ba57e6a45e7079826d5be",
|
|
8749
|
-
"post.core.color.cargo.blue": "a3640cc0d83e91bc8d8b448cb62e6b2367d8bb5f",
|
|
8750
9409
|
"post.core.dimension.0": "812facbf5bdccac17ef2b362a51a8f0880fa0ae8",
|
|
8751
9410
|
"post.core.dimension.1": "633af9102376b2b86a280d4487c01379eac42357",
|
|
8752
9411
|
"post.core.dimension.2": "12b3a5b4d32b0f2ccf010673077f46b14ffd8d7b",
|
|
@@ -8790,7 +9449,13 @@
|
|
|
8790
9449
|
"post.core.dimension.88": "25523ad55ba87cf27dc208a3bff2bf2cc511d68f",
|
|
8791
9450
|
"post.core.dimension.96": "c284ed2b1cd135012ce6f9a7b7709b031550b4ab",
|
|
8792
9451
|
"post.core.dimension.100": "a6b405b6955da9114e41712fd7f8413e018c81c9",
|
|
8793
|
-
"post.core.dimension.
|
|
9452
|
+
"post.core.dimension.104": "c083e2e9756c614be6300168b2280da675e6b5e4",
|
|
9453
|
+
"post.core.dimension.112": "2386461d6381c0163aca78dc3377cfcafa791039",
|
|
9454
|
+
"post.core.dimension.164": "d4e897de6a06427c57c11b83961582eb008a5b86",
|
|
9455
|
+
"post.core.dimension.180": "695dddb74cfb20e35975daeff720ae3c3b7d80a5",
|
|
9456
|
+
"post.core.dimension.188": "32589adde559f453f65e33b4efc88278897810c4",
|
|
9457
|
+
"post.core.dimension.240": "a4338047ba85e11dee1fcd657803da80c42921a8",
|
|
9458
|
+
"post.core.dimension.312": "e637f041fe5f68c44510fa6b2626da0ad59cb7af",
|
|
8794
9459
|
"post.core.dimension.1280": "80e7b3e1755e8cdce684d233544da4d76fd698dc",
|
|
8795
9460
|
"post.core.dimension.5-5": "972288dd1addb9aae5e34073da7683bc7f0a99fd",
|
|
8796
9461
|
"post.core.dimension.6-5": "ef1aee12a8f7f938117c4de244a4f37d7dfad29f",
|
|
@@ -8807,7 +9472,6 @@
|
|
|
8807
9472
|
"post.core.dimension.25-5": "52d70e1c63622fee6eeb2d8a176796da6bb60233",
|
|
8808
9473
|
"post.core.dimension.24-5": "b4bfb43876d1f47a6b0c4e965437a2f29327ff8c",
|
|
8809
9474
|
"post.core.font-weight.400": "2e0dea0ce52e09ecf1ea56fc61739b5dfd4c1335",
|
|
8810
|
-
"post.core.font-weight.500": "b4f03965c86694b373279706e6a7abd0f85ef831",
|
|
8811
9475
|
"post.core.font-weight.700": "a8572f4ab00764d5deee3d136c730ba552e3d649",
|
|
8812
9476
|
"post.core.font-weight.900": "5f8959c4864dcf53df2f1fe072a0e49024d4f55c",
|
|
8813
9477
|
"post.core.font-size.10": "9d28f418453b10ccb7dbfdbd4ebe9aac4ffe4e92",
|
|
@@ -8821,12 +9485,7 @@
|
|
|
8821
9485
|
"post.core.font-size.32": "468652535b4d230b8aacbfdad93b0ac69dd79f5e",
|
|
8822
9486
|
"post.core.font-size.36": "d915e690bf9ee5217752fd9d94f42d744e82aa92",
|
|
8823
9487
|
"post.core.font-size.40": "79f8e733b8e993cbc3792ea4ed7a9e702b1a769c",
|
|
8824
|
-
"post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064"
|
|
8825
|
-
"post.core.font-family.frutiger": "7a8104756190e8b94f97c29243dd5d7d142a7065",
|
|
8826
|
-
"post.core.font-family.swiss-post": "5547f71fafbe8166ac0384fd4e8862796da43fea",
|
|
8827
|
-
"post.core.font-family.caveat": "15b599e49f27297ab4aced39752df2cf43f2bb20",
|
|
8828
|
-
"post.core.bg-scheme.light": "680b1c2afef596d40c46720eec03880fce677f54",
|
|
8829
|
-
"post.core.bg-scheme.dark": "e8c0b33a001cad7d205a2164de934d28333fc7c4"
|
|
9488
|
+
"post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064"
|
|
8830
9489
|
}
|
|
8831
9490
|
},
|
|
8832
9491
|
{
|
|
@@ -8957,7 +9616,9 @@
|
|
|
8957
9616
|
"post.scheme.color.interactive.notification.error.bg": "6165ecb63010c190df5bf65b59d442a4f802a05d",
|
|
8958
9617
|
"post.scheme.color.interactive.notification.error.icon": "6a602959aae6c213148ff0f586280a123ebff780",
|
|
8959
9618
|
"post.scheme.color.interactive.notification.error.stroke": "f6a25a2fe2b3146d1684d3906e635ef9505a4c23",
|
|
8960
|
-
"post.scheme.color.interactive.input.
|
|
9619
|
+
"post.scheme.color.interactive.input.disabled.bg": "751b8e0c0c47287585e354becf6a35bc76d3ef30",
|
|
9620
|
+
"post.scheme.color.interactive.input.disabled.border": "03fcc579a4ae77e80ca5f0e8b4a33c17b07b9944",
|
|
9621
|
+
"post.scheme.color.interactive.input.disabled.fg": "ab50ae4da2b62ef7e661bbd499b51e51b20b6289",
|
|
8961
9622
|
"post.scheme.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19",
|
|
8962
9623
|
"post.scheme.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4",
|
|
8963
9624
|
"post.scheme.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff",
|
|
@@ -8967,13 +9628,14 @@
|
|
|
8967
9628
|
"post.scheme.color.surface.alternate.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c",
|
|
8968
9629
|
"post.scheme.color.surface.brand.bg": "5882e06454efa138fece081c28b7788f52e81621",
|
|
8969
9630
|
"post.scheme.color.surface.brand.fg": "962f01542da03311583047fbea671773938b354f",
|
|
9631
|
+
"post.scheme.color.surface.brand.fg-accent": "ada7c8de4bebbcbf62c50df5fff76ad3bddcaab0",
|
|
8970
9632
|
"post.scheme.color.surface.accent.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d",
|
|
8971
9633
|
"post.scheme.color.surface.accent.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a",
|
|
8972
9634
|
"post.scheme.color.surface.accent.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5",
|
|
8973
|
-
"post.scheme.color.
|
|
8974
|
-
"post.scheme.color.
|
|
8975
|
-
"post.scheme.color.
|
|
8976
|
-
"post.scheme.color.
|
|
9635
|
+
"post.scheme.color.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb",
|
|
9636
|
+
"post.scheme.color.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
|
|
9637
|
+
"post.scheme.color.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
|
|
9638
|
+
"post.scheme.color.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
|
|
8977
9639
|
"post.scheme.accent.bg-scheme.1": "a7a55881dbc34e6d6b85f0bd30188fb164677678",
|
|
8978
9640
|
"post.scheme.accent.bg-scheme.2": "a343e732fc434c2a0b9c1597748d8e12a1755aed",
|
|
8979
9641
|
"post.cargo.scheme.color.surface.default.bg": "41eb3ffd4461ead71c3379a48099d9c674aab882",
|
|
@@ -8989,16 +9651,24 @@
|
|
|
8989
9651
|
"post.cargo.scheme.color.surface.accent.bg": "2dc2983e13aad7ec4e60552838d56966fa9908d6",
|
|
8990
9652
|
"post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
|
|
8991
9653
|
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
|
|
9654
|
+
"post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
|
|
9655
|
+
"post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
|
|
9656
|
+
"post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
|
|
9657
|
+
"post.scheme.accent.bg-scheme.3": "0106bc04b451141953177f24e474d471dc33ee76",
|
|
8992
9658
|
"post.scheme.color.signal.neutral-dark": "790da7ad43fa67de3b2da99582d332791fb09e9f",
|
|
8993
9659
|
"post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198",
|
|
9660
|
+
"post.scheme.color.interactive.primary.enabled.stroke4": "f1f06537fe6c95eec77840e0dab059e57cc12e74",
|
|
9661
|
+
"post.scheme.color.interactive.primary.hover.bg4": "d3918bf7c67c4a7affab4f0d215c04e4466ef6ff",
|
|
8994
9662
|
"post.scheme.color.interactive.input.enabled.bg": "ee1559ba9c687a96a4f52b60241ad08d6af675ef",
|
|
8995
9663
|
"post.scheme.color.interactive.input.enabled.fg": "c0b646bc7315b3eb57777ada948f08b0fd3d718d",
|
|
9664
|
+
"post.scheme.color.interactive.input.enabled.border": "0acd1351445659355ab8d6f7f370fe1c217ebe91",
|
|
8996
9665
|
"post.scheme.color.interactive.input.hover.bg": "9e0464752dbef48d2c13c82b1865fb29baa976d6",
|
|
8997
9666
|
"post.scheme.color.interactive.input.hover.fg": "4191ea628c0c943fa24e832a57e02fce109f0a73",
|
|
8998
9667
|
"post.scheme.color.interactive.input.hover.border": "69ac281e1d33ebdb46f1512dd957323d89a6cc66",
|
|
8999
|
-
"post.scheme.color.interactive.
|
|
9000
|
-
"post.scheme.color.interactive.
|
|
9001
|
-
"post.scheme.color.
|
|
9668
|
+
"post.scheme.color.interactive.card.hover.bg": "1d66654cac7bffff73a6850b64c4f9ea5a6d3f51",
|
|
9669
|
+
"post.scheme.color.interactive.card.hover.fg": "46768fb35f93053ac5e9e323bc5d77fad6336fad",
|
|
9670
|
+
"post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275",
|
|
9671
|
+
"post.scheme.accent.bg-scheme.4": "93190d8981d4ec64741cf112817fe3f14c0a9381"
|
|
9002
9672
|
}
|
|
9003
9673
|
},
|
|
9004
9674
|
{
|
|
@@ -9089,6 +9759,7 @@
|
|
|
9089
9759
|
"post.scheme.color.interactive.primary.enabled.bg2": "150fee6272f684bfe2932f0fc85f5b988a749191",
|
|
9090
9760
|
"post.scheme.color.interactive.primary.enabled.stroke3": "915dad4def2d9fda8bd134433dafb0b433520681",
|
|
9091
9761
|
"post.scheme.color.interactive.primary.enabled.bg3": "2ce7249ce3193851128c93a6f2b7ef668ae528ae",
|
|
9762
|
+
"post.scheme.color.interactive.primary.enabled.stroke4": "f1f06537fe6c95eec77840e0dab059e57cc12e74",
|
|
9092
9763
|
"post.scheme.color.interactive.primary.hover.bg": "7aedb66803c7fad003929ca6c81bb7d7737b0d57",
|
|
9093
9764
|
"post.scheme.color.interactive.primary.hover.fg1": "7ef9cbf8cb729ee722b988ddac31fd390616e276",
|
|
9094
9765
|
"post.scheme.color.interactive.primary.hover.stroke": "9e140f920b59b23489a7c75c4b6990ee27d39cb4",
|
|
@@ -9096,6 +9767,7 @@
|
|
|
9096
9767
|
"post.scheme.color.interactive.primary.hover.bg2": "367bc693723ef1f5c1f9c0961eeb4ab430b9319a",
|
|
9097
9768
|
"post.scheme.color.interactive.primary.hover.stroke3": "14a61f7a4a47175acaef2dd2464dca3c3b7bfb68",
|
|
9098
9769
|
"post.scheme.color.interactive.primary.hover.bg3": "bb64afac2be48ddd31b986e67cd8338ebf30c3cc",
|
|
9770
|
+
"post.scheme.color.interactive.primary.hover.bg4": "d3918bf7c67c4a7affab4f0d215c04e4466ef6ff",
|
|
9099
9771
|
"post.scheme.color.interactive.primary.disabled.bg": "a2b9d1dcc588fb5bd222834e7583e8cfab2c4e88",
|
|
9100
9772
|
"post.scheme.color.interactive.primary.disabled.fg1": "f5fd0ffa2898c59c2589c2f9c6f958ada58fec31",
|
|
9101
9773
|
"post.scheme.color.interactive.primary.disabled.stroke": "1174333c039cf82fded01d5674787c0587c1b043",
|
|
@@ -9140,6 +9812,8 @@
|
|
|
9140
9812
|
"post.scheme.color.interactive.input.disabled.bg": "751b8e0c0c47287585e354becf6a35bc76d3ef30",
|
|
9141
9813
|
"post.scheme.color.interactive.input.disabled.fg": "ab50ae4da2b62ef7e661bbd499b51e51b20b6289",
|
|
9142
9814
|
"post.scheme.color.interactive.input.disabled.border": "03fcc579a4ae77e80ca5f0e8b4a33c17b07b9944",
|
|
9815
|
+
"post.scheme.color.interactive.card.hover.bg": "1d66654cac7bffff73a6850b64c4f9ea5a6d3f51",
|
|
9816
|
+
"post.scheme.color.interactive.card.hover.fg": "46768fb35f93053ac5e9e323bc5d77fad6336fad",
|
|
9143
9817
|
"post.scheme.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19",
|
|
9144
9818
|
"post.scheme.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4",
|
|
9145
9819
|
"post.scheme.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff",
|
|
@@ -9149,13 +9823,14 @@
|
|
|
9149
9823
|
"post.scheme.color.surface.alternate.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c",
|
|
9150
9824
|
"post.scheme.color.surface.brand.bg": "5882e06454efa138fece081c28b7788f52e81621",
|
|
9151
9825
|
"post.scheme.color.surface.brand.fg": "962f01542da03311583047fbea671773938b354f",
|
|
9826
|
+
"post.scheme.color.surface.brand.fg-accent": "ada7c8de4bebbcbf62c50df5fff76ad3bddcaab0",
|
|
9152
9827
|
"post.scheme.color.surface.accent.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d",
|
|
9153
9828
|
"post.scheme.color.surface.accent.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a",
|
|
9154
9829
|
"post.scheme.color.surface.accent.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5",
|
|
9155
|
-
"post.scheme.color.
|
|
9156
|
-
"post.scheme.color.
|
|
9157
|
-
"post.scheme.color.
|
|
9158
|
-
"post.scheme.color.
|
|
9830
|
+
"post.scheme.color.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb",
|
|
9831
|
+
"post.scheme.color.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
|
|
9832
|
+
"post.scheme.color.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
|
|
9833
|
+
"post.scheme.color.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
|
|
9159
9834
|
"post.scheme.accent.bg-scheme.1": "a7a55881dbc34e6d6b85f0bd30188fb164677678",
|
|
9160
9835
|
"post.scheme.accent.bg-scheme.2": "a343e732fc434c2a0b9c1597748d8e12a1755aed",
|
|
9161
9836
|
"post.cargo.scheme.color.surface.default.bg": "41eb3ffd4461ead71c3379a48099d9c674aab882",
|
|
@@ -9170,7 +9845,14 @@
|
|
|
9170
9845
|
"post.cargo.scheme.color.surface.brand.fg-accent": "15eac3957d30e8b21001a30f17a62fd362e0c5f0",
|
|
9171
9846
|
"post.cargo.scheme.color.surface.accent.bg": "2dc2983e13aad7ec4e60552838d56966fa9908d6",
|
|
9172
9847
|
"post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
|
|
9173
|
-
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2"
|
|
9848
|
+
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
|
|
9849
|
+
"post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
|
|
9850
|
+
"post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275",
|
|
9851
|
+
"post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
|
|
9852
|
+
"post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
|
|
9853
|
+
"post.scheme.accent.bg-scheme.3": "0106bc04b451141953177f24e474d471dc33ee76",
|
|
9854
|
+
"post.scheme.accent.bg-scheme.4": "93190d8981d4ec64741cf112817fe3f14c0a9381",
|
|
9855
|
+
"post.scheme.color.surface.accent.secondary-bg": "c3b14ae4cf48b1e003ab0fb1481649418ed1eba9"
|
|
9174
9856
|
},
|
|
9175
9857
|
"group": "Scheme"
|
|
9176
9858
|
},
|
|
@@ -9197,7 +9879,6 @@
|
|
|
9197
9879
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9198
9880
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9199
9881
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
9200
|
-
"post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
|
|
9201
9882
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
9202
9883
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
9203
9884
|
"post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b",
|
|
@@ -9210,6 +9891,7 @@
|
|
|
9210
9891
|
"post.device.spacing.padding.9": "c0b5a059bf7cd0b40c2f02d89edeec9fe7871c93",
|
|
9211
9892
|
"post.device.spacing.padding.10": "d1b5c21d7ecc760ef668bf2fff454f8404b035ae",
|
|
9212
9893
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
9894
|
+
"post.device.spacing.padding.20": "22e4ea167fefef44efa7dcf2ffb98e4da74d5ce3",
|
|
9213
9895
|
"post.device.spacing.padding.block.1": "df1d5f20317d135e92c2f76c6de8670f83d52045",
|
|
9214
9896
|
"post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
|
|
9215
9897
|
"post.device.spacing.padding.block.6": "fb123d11d6498d112c4d36a4fdef5bacafae88ae",
|
|
@@ -9261,6 +9943,8 @@
|
|
|
9261
9943
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
9262
9944
|
"post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb",
|
|
9263
9945
|
"post.device.sizing.logo.1": "511ede0fb883d4fc1798f6a9f84f4b93011cf334",
|
|
9946
|
+
"post.device.sizing.content.height.1": "cf98f9b4a0a3f7e03bc33f6b1a0521fae568dac5",
|
|
9947
|
+
"post.device.sizing.content.height.2": "5fb86f9c31d8b994ad860fc44c56bb35a1eb6c7b",
|
|
9264
9948
|
"post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc",
|
|
9265
9949
|
"post.device.font-weight.regular": "63954de676cfeffcb52798776599f7a676db2327",
|
|
9266
9950
|
"post.device.font-weight.black": "e4cfc49770e938bbde9dd1499500d3c90db21bbf",
|
|
@@ -9268,6 +9952,7 @@
|
|
|
9268
9952
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
9269
9953
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9270
9954
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
9955
|
+
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
9271
9956
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
9272
9957
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
9273
9958
|
"post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
|
|
@@ -9308,6 +9993,7 @@
|
|
|
9308
9993
|
"post.device.sizing.interactive.icon.size4": "2c0942fd50bd63a9509f8550fc6a38642e9001d8",
|
|
9309
9994
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
9310
9995
|
"post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d",
|
|
9996
|
+
"post.device.border-radius.3": "b972057878f9c3058a0accda97626c0f229213a1",
|
|
9311
9997
|
"post.device.border-radius.round": "055c77f9d3dcf72433a5321df80ed3a62e9501b2",
|
|
9312
9998
|
"post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc",
|
|
9313
9999
|
"post.device.border-width.default": "e5f71facc552cd21f6cd7daa18a64c8e8e5ce6a6",
|
|
@@ -9343,7 +10029,6 @@
|
|
|
9343
10029
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9344
10030
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9345
10031
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
9346
|
-
"post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
|
|
9347
10032
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
9348
10033
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
9349
10034
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
@@ -9362,6 +10047,7 @@
|
|
|
9362
10047
|
"post.device.spacing.padding.17": "5fea0baf712055946b3ce5fdb1289b2f9ad424a1",
|
|
9363
10048
|
"post.device.spacing.padding.18": "9746d6a47fdd5e9c4cb0b91366e04d67b56fe18b",
|
|
9364
10049
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
10050
|
+
"post.device.spacing.padding.20": "22e4ea167fefef44efa7dcf2ffb98e4da74d5ce3",
|
|
9365
10051
|
"post.device.spacing.padding.inline.5": "0d48e4a92e523fb69ae371e37c6ff79d6d255cc5",
|
|
9366
10052
|
"post.device.spacing.padding.inline.6": "211520f2bb91c1d8315cefb31dc55d7dde233be7",
|
|
9367
10053
|
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
|
|
@@ -9398,7 +10084,6 @@
|
|
|
9398
10084
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
9399
10085
|
"post.device.sizing.interactive.button.appstore.width.google": "45676eca5b6cc6fe0e8aa6431e7ada19e0abd54c",
|
|
9400
10086
|
"post.device.sizing.interactive.button.appstore.width.apple": "882d2d5cf93f32234520f8ff0d68f15081b8e2b8",
|
|
9401
|
-
"post.device.sizing.interactive.button.icon.2": "020306b9df898e80b1ad2fce35370f84d74a35ab",
|
|
9402
10087
|
"post.device.sizing.interactive.button.icon.3": "d21605dd30448c6478673e12f93eed8b5d062109",
|
|
9403
10088
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
9404
10089
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
@@ -9411,12 +10096,14 @@
|
|
|
9411
10096
|
"post.device.sizing.icon.1": "63ee615aaef915749d1d844a254f9c1a45944dd9",
|
|
9412
10097
|
"post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb",
|
|
9413
10098
|
"post.device.sizing.logo.1": "511ede0fb883d4fc1798f6a9f84f4b93011cf334",
|
|
10099
|
+
"post.device.sizing.content.height.2": "5fb86f9c31d8b994ad860fc44c56bb35a1eb6c7b",
|
|
9414
10100
|
"post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc",
|
|
9415
10101
|
"post.device.font-weight.regular": "63954de676cfeffcb52798776599f7a676db2327",
|
|
9416
10102
|
"post.device.font-weight.black": "e4cfc49770e938bbde9dd1499500d3c90db21bbf",
|
|
9417
10103
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
9418
10104
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9419
10105
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10106
|
+
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
9420
10107
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
9421
10108
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
9422
10109
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
@@ -9452,8 +10139,10 @@
|
|
|
9452
10139
|
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
9453
10140
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
9454
10141
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
10142
|
+
"post.device.sizing.content.height.1": "cf98f9b4a0a3f7e03bc33f6b1a0521fae568dac5",
|
|
9455
10143
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
9456
10144
|
"post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d",
|
|
10145
|
+
"post.device.border-radius.3": "b972057878f9c3058a0accda97626c0f229213a1",
|
|
9457
10146
|
"post.device.border-radius.round": "055c77f9d3dcf72433a5321df80ed3a62e9501b2",
|
|
9458
10147
|
"post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc",
|
|
9459
10148
|
"post.device.border-width.default": "e5f71facc552cd21f6cd7daa18a64c8e8e5ce6a6",
|
|
@@ -9497,7 +10186,6 @@
|
|
|
9497
10186
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9498
10187
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9499
10188
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
9500
|
-
"post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
|
|
9501
10189
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
9502
10190
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
9503
10191
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
@@ -9534,6 +10222,7 @@
|
|
|
9534
10222
|
"post.device.spacing.padding.17": "5fea0baf712055946b3ce5fdb1289b2f9ad424a1",
|
|
9535
10223
|
"post.device.spacing.padding.18": "9746d6a47fdd5e9c4cb0b91366e04d67b56fe18b",
|
|
9536
10224
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
10225
|
+
"post.device.spacing.padding.20": "22e4ea167fefef44efa7dcf2ffb98e4da74d5ce3",
|
|
9537
10226
|
"post.device.spacing.padding.inline.1": "6dd0e239a4087795199f786e69f14b6a93ff485c",
|
|
9538
10227
|
"post.device.spacing.padding.inline.3": "68840678b85de831c347ab8bd69931680dd08389",
|
|
9539
10228
|
"post.device.spacing.padding.inline.4": "255cacee7bf87ef4ca8143f3234f5ae6239e9c53",
|
|
@@ -9599,8 +10288,11 @@
|
|
|
9599
10288
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
9600
10289
|
"post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb",
|
|
9601
10290
|
"post.device.sizing.logo.1": "511ede0fb883d4fc1798f6a9f84f4b93011cf334",
|
|
10291
|
+
"post.device.sizing.content.height.1": "cf98f9b4a0a3f7e03bc33f6b1a0521fae568dac5",
|
|
10292
|
+
"post.device.sizing.content.height.2": "5fb86f9c31d8b994ad860fc44c56bb35a1eb6c7b",
|
|
9602
10293
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
9603
10294
|
"post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d",
|
|
10295
|
+
"post.device.border-radius.3": "b972057878f9c3058a0accda97626c0f229213a1",
|
|
9604
10296
|
"post.device.border-radius.round": "055c77f9d3dcf72433a5321df80ed3a62e9501b2",
|
|
9605
10297
|
"post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc",
|
|
9606
10298
|
"post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc",
|
|
@@ -9617,51 +10309,10 @@
|
|
|
9617
10309
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
9618
10310
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
9619
10311
|
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
|
|
9620
|
-
"post.device.
|
|
10312
|
+
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
9621
10313
|
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b"
|
|
9622
10314
|
}
|
|
9623
10315
|
},
|
|
9624
|
-
{
|
|
9625
|
-
"id": "1c4ace3626112715bbfee930239c3e97183dc558",
|
|
9626
|
-
"name": "EDK",
|
|
9627
|
-
"$figmaStyleReferences": {},
|
|
9628
|
-
"selectedTokenSets": {
|
|
9629
|
-
"core": "source",
|
|
9630
|
-
"Device/Desktop": "source",
|
|
9631
|
-
"Device/Tablet": "source",
|
|
9632
|
-
"Device/Mobile": "source",
|
|
9633
|
-
"Channel/EDK": "enabled",
|
|
9634
|
-
"Scheme/Light": "source",
|
|
9635
|
-
"Scheme/Dark": "source"
|
|
9636
|
-
},
|
|
9637
|
-
"group": "Channel",
|
|
9638
|
-
"$figmaCollectionId": "VariableCollectionId:718:1734",
|
|
9639
|
-
"$figmaModeId": "718:6",
|
|
9640
|
-
"$figmaVariableReferences": {
|
|
9641
|
-
"post.channel.sizing.interactive.height.filler": "e3f6b045f7ec4f42c74d6d9f4793c4c6df15612b"
|
|
9642
|
-
}
|
|
9643
|
-
},
|
|
9644
|
-
{
|
|
9645
|
-
"id": "2fadfda48d6fb25bdb15270f1305c1a5de717eb9",
|
|
9646
|
-
"name": "IDK",
|
|
9647
|
-
"$figmaStyleReferences": {},
|
|
9648
|
-
"selectedTokenSets": {
|
|
9649
|
-
"core": "source",
|
|
9650
|
-
"Device/Desktop": "source",
|
|
9651
|
-
"Device/Tablet": "source",
|
|
9652
|
-
"Device/Mobile": "source",
|
|
9653
|
-
"Channel/EDK": "enabled",
|
|
9654
|
-
"Channel/IDK": "enabled",
|
|
9655
|
-
"Scheme/Light": "source",
|
|
9656
|
-
"Scheme/Dark": "source"
|
|
9657
|
-
},
|
|
9658
|
-
"group": "Channel",
|
|
9659
|
-
"$figmaCollectionId": "VariableCollectionId:718:1734",
|
|
9660
|
-
"$figmaModeId": "718:7",
|
|
9661
|
-
"$figmaVariableReferences": {
|
|
9662
|
-
"post.channel.sizing.interactive.height.filler": "e3f6b045f7ec4f42c74d6d9f4793c4c6df15612b"
|
|
9663
|
-
}
|
|
9664
|
-
},
|
|
9665
10316
|
{
|
|
9666
10317
|
"id": "23cee78e722277a1bbd92a0bc670d7bae720db26",
|
|
9667
10318
|
"name": "Elements",
|
|
@@ -9671,8 +10322,6 @@
|
|
|
9671
10322
|
"Device/Desktop": "source",
|
|
9672
10323
|
"Device/Tablet": "source",
|
|
9673
10324
|
"Device/Mobile": "source",
|
|
9674
|
-
"Channel/EDK": "source",
|
|
9675
|
-
"Channel/IDK": "source",
|
|
9676
10325
|
"Theme/Post": "source",
|
|
9677
10326
|
"Elements/Body": "enabled",
|
|
9678
10327
|
"Elements/Heading": "enabled",
|
|
@@ -9750,12 +10399,12 @@
|
|
|
9750
10399
|
"Device/Desktop": "source",
|
|
9751
10400
|
"Device/Tablet": "source",
|
|
9752
10401
|
"Device/Mobile": "source",
|
|
9753
|
-
"Channel/EDK": "source",
|
|
9754
|
-
"Channel/IDK": "source",
|
|
9755
10402
|
"Theme/Post": "source",
|
|
9756
10403
|
"Utilities/Color": "enabled",
|
|
9757
10404
|
"Scheme/Light": "source",
|
|
9758
|
-
"Scheme/Dark": "source"
|
|
10405
|
+
"Scheme/Dark": "source",
|
|
10406
|
+
"Utilities/Border": "enabled",
|
|
10407
|
+
"Utilities/Elevation": "enabled"
|
|
9759
10408
|
},
|
|
9760
10409
|
"$figmaCollectionId": "VariableCollectionId:3180:16768",
|
|
9761
10410
|
"$figmaModeId": "3180:0",
|
|
@@ -9763,118 +10412,84 @@
|
|
|
9763
10412
|
"post.utility.margin.0": "994e48fbd4776dab39c390d943dca51130da6e09",
|
|
9764
10413
|
"post.utility.margin.1": "d22acf341afcc6bf2d8a7edb44b12234b372a678",
|
|
9765
10414
|
"post.utility.margin.2": "792cd18025c16779f22642524cf2693d2862e869",
|
|
9766
|
-
"post.utility.margin.3": "27ce33728cc54ac5a99be072e27a3a475a14c686",
|
|
9767
10415
|
"post.utility.margin.4": "2aab29a903bc89ea2a05c5a87e713f2fb1d4661c",
|
|
9768
|
-
"post.utility.margin.5": "82af2359fae4b8c94c0b76d1da4b8caf81949aff",
|
|
9769
10416
|
"post.utility.margin.6": "e9bb2abc1a1baef7ffc2f8b39ee7a5f5546cea76",
|
|
9770
10417
|
"post.utility.margin.8": "90ff6adc1edda38c2d15c314ab3852e80cbfec33",
|
|
9771
|
-
"post.utility.margin.10": "c891b7a77cd6d59f3f03cbab7ed15ce66293b736",
|
|
9772
|
-
"post.utility.margin.11": "fe39dcf19a64718ef33824e807cb382ea5a4dcda",
|
|
9773
10418
|
"post.utility.margin.12": "58a6661d3d463224b90fd0c2a9a7f3acab2943bf",
|
|
9774
|
-
"post.utility.margin.14": "4d6a23adae274bb2dab7b588899114fd4a44a64e",
|
|
9775
|
-
"post.utility.margin.15": "609322b57dca6ee8c9c67d1f5bf4ce012a20ff8c",
|
|
9776
10419
|
"post.utility.margin.16": "b4097837cfd32639b97e94abf9281e1416a2183b",
|
|
9777
|
-
"post.utility.margin.18": "bf74cf2199d1310ce16d5fa74dc819aea937729b",
|
|
9778
|
-
"post.utility.margin.19": "ef7da0322d4e4427ec5ad6540b6f45b7fbd001bd",
|
|
9779
|
-
"post.utility.margin.20": "733f9d8b7c98e2ba38bbfe4f71eff2166d265861",
|
|
9780
|
-
"post.utility.margin.22": "e3f672480236a3ad0a16c10ced09cf21cfdce93f",
|
|
9781
10420
|
"post.utility.margin.24": "5ce997ccaacbbf05f4bd2aa4c87b10223c5178d4",
|
|
9782
|
-
"post.utility.margin.26": "282562f391624cd4118db369d58b5eeda298a0c4",
|
|
9783
|
-
"post.utility.margin.28": "744128b0e883692813d6a97e56ca4018999a3362",
|
|
9784
|
-
"post.utility.margin.30": "0d4c9ee2dec67b27c109a2ebfcc371b0f3168350",
|
|
9785
10421
|
"post.utility.margin.32": "8fe22b1e34c37027c5d463c67497bad181be501b",
|
|
9786
|
-
"post.utility.margin.34": "93128cb33d7f22e162fbee9eecf7df44292080af",
|
|
9787
|
-
"post.utility.margin.36": "32147c44bb4af2f149bd41fc7b3a54c2fc6b8fa6",
|
|
9788
10422
|
"post.utility.margin.40": "7267f95965a012d30525c0d3631d4ae35fc7d53f",
|
|
9789
10423
|
"post.utility.margin.48": "61a9daf8e4cdcab8b4673c8c04f4afc8447d6333",
|
|
9790
10424
|
"post.utility.margin.56": "d0304781240330c45ba7430a90c2a7793143d803",
|
|
9791
10425
|
"post.utility.margin.64": "aa839477a59b5fae122796732fb1204166283fc9",
|
|
9792
|
-
"post.utility.margin.
|
|
10426
|
+
"post.utility.margin.72": "aa8942443a30ba878d75a3677e2ca3939a14daa4",
|
|
9793
10427
|
"post.utility.margin.80": "0c70d505eccbfae9707e0e5ae615552341ccdf64",
|
|
10428
|
+
"post.utility.margin.88": "4638b33e155f729a15aab1c545d16058b2b31794",
|
|
9794
10429
|
"post.utility.margin.96": "ff8e3f6d36789c9fe0269e784937863d9d89c453",
|
|
9795
|
-
"post.utility.margin.
|
|
9796
|
-
"post.utility.margin.112": "c0e0dea454dc89bb5f3dd4500d47fe0664eebb28",
|
|
10430
|
+
"post.utility.margin.104": "bd84f3d1dd05a741aba64b79b88856f3a930ea63",
|
|
9797
10431
|
"post.utility.margin.auto": "e62bc497929339c1a9dfd82c6d4e247eef9bdfa9",
|
|
9798
10432
|
"post.utility.padding.0": "99bb8fec49b7cf9985db6da52e4c7164284c9aa3",
|
|
9799
10433
|
"post.utility.padding.1": "ddb32b13437a08aa59f373371b666b874ff268a8",
|
|
9800
10434
|
"post.utility.padding.2": "3cccff01dc64fc2a9e7d6a0be1bdf537615f0fef",
|
|
9801
|
-
"post.utility.padding.3": "f237ba426222468ed4938562bed02a8b6e85da47",
|
|
9802
10435
|
"post.utility.padding.4": "358f104d69400746c9d3c7987c719dd22928296a",
|
|
9803
|
-
"post.utility.padding.5": "8fa9325acbef13f590f50697b059d8df0bd8e8dd",
|
|
9804
10436
|
"post.utility.padding.6": "33fbc1e48972e3389b0a719675feaf91c24ca363",
|
|
9805
10437
|
"post.utility.padding.8": "d090e48cf1172ee2320e15a678bad95aaf42a490",
|
|
9806
|
-
"post.utility.padding.10": "b0cfa11fd3087f042726e16b2c36e19a0281e10b",
|
|
9807
|
-
"post.utility.padding.11": "aca9ebd2d2bea34dbf283bd66bccfdaf6edffcb3",
|
|
9808
10438
|
"post.utility.padding.12": "86a022b8ada31b4fddb5bfac81b7cf61b640fa76",
|
|
9809
|
-
"post.utility.padding.14": "bc598ab6fd384f42b3146339a23b92fa80fa2786",
|
|
9810
|
-
"post.utility.padding.15": "8500a1c95486070177b8c5e2406928aa90af085f",
|
|
9811
10439
|
"post.utility.padding.16": "80031ac7edec87d10436df66940ec729ad1f67e9",
|
|
9812
|
-
"post.utility.padding.18": "d4aa14c8ecd220b7debcd94ddd331c67a6b5f191",
|
|
9813
|
-
"post.utility.padding.19": "1f18d20cb711d2157375f85a65afe5f2a2a76f65",
|
|
9814
|
-
"post.utility.padding.20": "a5432ff1b645f048a46d4e3ff20fed03b6d2e733",
|
|
9815
|
-
"post.utility.padding.22": "54a443d60134a3b50b596ee4073c1b5bc62f6494",
|
|
9816
10440
|
"post.utility.padding.24": "a2b5c5f7294e3c08f9b7fdb689eb7bf9b64c1f0b",
|
|
9817
|
-
"post.utility.padding.26": "02594f3cb97607860e6297c4d3f3146277ff5f59",
|
|
9818
|
-
"post.utility.padding.28": "ea71f0a6d0595df12a23e4bfd6835cf571d15c1a",
|
|
9819
|
-
"post.utility.padding.30": "768b990b8c7d18ba088ef56f6bfed4656b262b04",
|
|
9820
10441
|
"post.utility.padding.32": "03af2409261f64081f8aabcca73e472023000354",
|
|
9821
|
-
"post.utility.padding.34": "7e7c47901fe0f44866541f90db942d97845680cc",
|
|
9822
|
-
"post.utility.padding.36": "7a0c0693689769b96a6a6d0f835489071aa794d3",
|
|
9823
10442
|
"post.utility.padding.40": "32a590dc1f608b6cb067cf8f4c369e0dda1ef6dc",
|
|
9824
10443
|
"post.utility.padding.48": "1abff7489bdbe35c52d494e90b51c5997d1ad003",
|
|
9825
10444
|
"post.utility.padding.56": "18c72e41e17ee3bc5da54d5df66d6be1be653210",
|
|
9826
10445
|
"post.utility.padding.64": "cbbf8e81b37159f2b788c01a4eba6ebd6de72f71",
|
|
9827
|
-
"post.utility.padding.
|
|
10446
|
+
"post.utility.padding.72": "95fde8a83a72ee5626c3e1d8e296457ecf5cd263",
|
|
9828
10447
|
"post.utility.padding.80": "1605213520b2a110091a49300bf88355a715ed74",
|
|
10448
|
+
"post.utility.padding.88": "19c5305624d37a93d49f8c320b63b95de4ed2eac",
|
|
9829
10449
|
"post.utility.padding.96": "ba9152ee84ce56f805d7a778efc36fb5a94f367e",
|
|
9830
|
-
"post.utility.padding.
|
|
9831
|
-
"post.utility.padding.
|
|
10450
|
+
"post.utility.padding.104": "1d7f7eeeef0cfbd8d5aa8aa60a4cb16e98d6901f",
|
|
10451
|
+
"post.utility.padding.auto": "ee94a7b814d9782cff330f2a35738831c7280ab6",
|
|
9832
10452
|
"post.utility.gap.0": "b035f04869df26bda872715dfab8acab5d4bdbe7",
|
|
9833
10453
|
"post.utility.gap.1": "8d400834fbfe7592ffb74200a67ba4c165c44b94",
|
|
9834
10454
|
"post.utility.gap.2": "f3f7d4be8e6c522169c5474cf69e3255763362a2",
|
|
9835
|
-
"post.utility.gap.3": "6667a670f66ed029b92505c60ef792cfc098e51e",
|
|
9836
10455
|
"post.utility.gap.4": "65df6a057c82d6cbbebec02d50983e74cc43f9aa",
|
|
9837
|
-
"post.utility.gap.5": "a47df22e4a7cb99e73f9ffe020efca9153a00697",
|
|
9838
10456
|
"post.utility.gap.6": "ae8d4076b9039829ce59c0b8c823d4dcfc9e1ffe",
|
|
9839
10457
|
"post.utility.gap.8": "90e29025252e6b22b82601264abf66dbc67901ec",
|
|
9840
|
-
"post.utility.gap.10": "27ff3c142bb89f0239083b9e74bb4252e0b71005",
|
|
9841
|
-
"post.utility.gap.11": "c81e46b0e659b706c061a95f10d3f080b257ab4e",
|
|
9842
10458
|
"post.utility.gap.12": "cc0852a70a194a9033ed2e57844e5dbaf2360ab4",
|
|
9843
|
-
"post.utility.gap.14": "49e457403f8b3d3c36f634251ea8fe0ce7a87067",
|
|
9844
|
-
"post.utility.gap.15": "df28ef55e1e9077de3fea8ff62951724fd80d35d",
|
|
9845
10459
|
"post.utility.gap.16": "c67e4fee3b260b07c10a1aeb1a0742f282c60f8c",
|
|
9846
|
-
"post.utility.gap.18": "143f1f9f45772f4c6fef9dc663ab722cf0463ed7",
|
|
9847
|
-
"post.utility.gap.19": "3168281b5f51180f236f567f642c23a60752dfdb",
|
|
9848
|
-
"post.utility.gap.20": "e6c22067e83a7356bd2619f574ac874708f0d31a",
|
|
9849
|
-
"post.utility.gap.22": "b12f454c60cac02a85e48ab9cbe68f282279ba6d",
|
|
9850
10460
|
"post.utility.gap.24": "682bfbf749d0aac98b101441ce1c653c6efe3bce",
|
|
9851
|
-
"post.utility.gap.26": "830115993da9150d7910064a79faa1de54a2e04e",
|
|
9852
|
-
"post.utility.gap.28": "e55c15b5acd4cfbecd903ecdbe64acc27fd9e891",
|
|
9853
|
-
"post.utility.gap.30": "347738a186a8d52e19cc98192d32050bdd153a71",
|
|
9854
10461
|
"post.utility.gap.32": "94b304c51f0dd554241dc8652115eae3acf9c6ee",
|
|
9855
|
-
"post.utility.gap.34": "4b8df586e9f9b915918b9a27b623d4fbfba842bb",
|
|
9856
|
-
"post.utility.gap.36": "c6af274526ccb0796ee7916b55b8b4972d52176c",
|
|
9857
10462
|
"post.utility.gap.40": "3f392bb4ff26eddce82b3ddc7e2d10ac9efee560",
|
|
9858
10463
|
"post.utility.gap.48": "e541671e61d78bd86de2ee1b35981495d31ab7f1",
|
|
9859
10464
|
"post.utility.gap.56": "0a1522c5cfbc35bafd1188956c2cf598fa66d10c",
|
|
9860
10465
|
"post.utility.gap.64": "ed40c5cca7e432e0d99194c3adbae5a10d916930",
|
|
9861
|
-
"post.utility.gap.
|
|
10466
|
+
"post.utility.gap.72": "0a808dd5d8136fd0a2ef25a0d7332c1f1947b449",
|
|
9862
10467
|
"post.utility.gap.80": "d516093cca9f45668e6f2a2bf3dabc2c7ff73be3",
|
|
10468
|
+
"post.utility.gap.88": "8a4b14d81021f23bcdc36c71fa73b79332468a7d",
|
|
9863
10469
|
"post.utility.gap.96": "dd43f02351d0bd44d8e5ced92fdf23910bd0cd2f",
|
|
9864
|
-
"post.utility.gap.
|
|
9865
|
-
"post.utility.gap.
|
|
9866
|
-
"post.utility.
|
|
9867
|
-
"post.utility.
|
|
9868
|
-
"post.utility.
|
|
9869
|
-
"post.utility.
|
|
9870
|
-
"post.utility.
|
|
9871
|
-
"post.utility.
|
|
9872
|
-
"post.utility.font-size.md": "1a73546600f73f2e051a312c68ffde8841c6f23b",
|
|
9873
|
-
"post.utility.font-size.lg": "e5163c7b26f741083cbca2628a45aabf0c98033d",
|
|
10470
|
+
"post.utility.gap.104": "b561ffd53ebb50dfd9de1c6d7ef61c3f0d18d5c1",
|
|
10471
|
+
"post.utility.gap.auto": "9af3abd7f1934bc71f720a12cabe07d9967ad9c9",
|
|
10472
|
+
"post.utility.border-width.1": "c61c287ddd9e73f3ca51e101eae0881575157855",
|
|
10473
|
+
"post.utility.border-width.2": "2cf510aa1e77321e4ca55ca5bb1b934daf9f7c29",
|
|
10474
|
+
"post.utility.border-radius.4": "35645b2921988f4d76adf5c5b6cc05f852c01a73",
|
|
10475
|
+
"post.utility.border-radius.8": "a3f7ae743dd3286b0faf6418709bbf55a4533ad4",
|
|
10476
|
+
"post.utility.border-default.width": "7a5bda3253b81e93bd442c75dda7d20eabc0df99",
|
|
10477
|
+
"post.utility.border-default.radius": "1f35c4650cdbb5c9306612cd97fc8863cc1963fa",
|
|
9874
10478
|
"post.utility.font-weight.regular": "ecee6a6be3f2e75d36113c8b9b4378b7516f48c2",
|
|
9875
10479
|
"post.utility.font-weight.bold": "f6f6ba57d3e0d7672f71d19fcc1fe299fd902bb9",
|
|
9876
10480
|
"post.utility.font-weight.black": "7189e2f8fe79427a0a9354d7839b1079bfba11e3",
|
|
9877
|
-
"post.utility.letter-spacing.none": "2ec2aaa7271f6259ac3cf09683c0b209d13385b0"
|
|
10481
|
+
"post.utility.letter-spacing.none": "2ec2aaa7271f6259ac3cf09683c0b209d13385b0",
|
|
10482
|
+
"post.utility.font-size.1": "1c5f54172684ea9d8d2e3a6d7acbe23ef0038d8b",
|
|
10483
|
+
"post.utility.font-size.2": "7cd680354e65e558790d54b6b57911085207ba59",
|
|
10484
|
+
"post.utility.font-size.3": "bd43cfda0549d1d65ce228a840007016ecd3addb",
|
|
10485
|
+
"post.utility.font-size.4": "c22baa1f001783b5b5fdc3bfccdf3f0c20fd2bfe",
|
|
10486
|
+
"post.utility.font-size.5": "1fd0fa60519f8221824cd5cd930b2a6a8a31dd45",
|
|
10487
|
+
"post.utility.font-size.6": "5a8f6a62af5ee4833b615127ef60d12b56f0711d",
|
|
10488
|
+
"post.utility.font-size.7": "cd31b464dfe5aca43000cc64254585b7e98df5bb",
|
|
10489
|
+
"post.utility.font-size.8": "7e65843af9c2b8aae35578ebb0cf0394dcb5e157",
|
|
10490
|
+
"post.utility.font-size.9": "169936d9fa777c2c8971bb8da0ba145f30cc3465",
|
|
10491
|
+
"post.utility.font-size.10": "b8de94fc215e42b9089f9643bcc4e942398f26f5",
|
|
10492
|
+
"post.utility.font-size.11": "e42b1c2e78fd2725b3bd3af4713b6caa54f2c990"
|
|
9878
10493
|
}
|
|
9879
10494
|
},
|
|
9880
10495
|
{
|
|
@@ -9891,15 +10506,20 @@
|
|
|
9891
10506
|
"post.icon-button.elevation": "S:e11aee1ee3b8d5b3970b8ec32871bde4871ab2f3,",
|
|
9892
10507
|
"post.button.elevation": "S:e11aee1ee3b8d5b3970b8ec32871bde4871ab2f3,",
|
|
9893
10508
|
"post.button-segmented.elevation": "S:4ac758116e586feda19870f3fb5cfe628a5b5f34,",
|
|
9894
|
-
"post.banner.elevation": "S:7051dc53c8a93517231eee7ffffc3124628e9a71,"
|
|
10509
|
+
"post.banner.elevation": "S:7051dc53c8a93517231eee7ffffc3124628e9a71,",
|
|
10510
|
+
"post.card.interactive.elevation": "S:a7fed0d15af2e4161a62b304a39ab276b89dda73,",
|
|
10511
|
+
"post.floating-button.elevation": "S:e30e4390d08f46ff91c16b142eaad646d7dae11f,",
|
|
10512
|
+
"post.inline.elevation": "S:0da4aff86cc2f6ca97cb39bce79315e31f9f507b,",
|
|
10513
|
+
"post.snackbar.elevation": "S:e1cc87ee773858ab3e8e0954a11a0394f5d22d14,",
|
|
10514
|
+
"post.spin-button.action-button.elevation": "S:fae3c8e89113ff974530b133fc8e218de0f8ca45,",
|
|
10515
|
+
"post.toast.elevation": "S:2acf39ee9d3cf9eaa9a60444e36284fe483369e5,",
|
|
10516
|
+
"post.dropdown.single-select.menu.elevation": "S:f88e79a2a298f88283af47ace30c90b949bf28bd,"
|
|
9895
10517
|
},
|
|
9896
10518
|
"selectedTokenSets": {
|
|
9897
10519
|
"core": "source",
|
|
9898
10520
|
"Device/Desktop": "source",
|
|
9899
10521
|
"Device/Tablet": "source",
|
|
9900
10522
|
"Device/Mobile": "source",
|
|
9901
|
-
"Channel/EDK": "source",
|
|
9902
|
-
"Channel/IDK": "source",
|
|
9903
10523
|
"Theme/Post": "source",
|
|
9904
10524
|
"Elements/Body": "source",
|
|
9905
10525
|
"Elements/Heading": "source",
|
|
@@ -9947,7 +10567,10 @@
|
|
|
9947
10567
|
"Components/Blockquote": "enabled",
|
|
9948
10568
|
"Components/Search input": "enabled",
|
|
9949
10569
|
"Components/ListCheck": "enabled",
|
|
9950
|
-
"Components/Assist": "enabled"
|
|
10570
|
+
"Components/Assist": "enabled",
|
|
10571
|
+
"Components/Cards": "enabled",
|
|
10572
|
+
"Components/Teaser": "enabled",
|
|
10573
|
+
"Components/Spin button": "enabled"
|
|
9951
10574
|
},
|
|
9952
10575
|
"$figmaCollectionId": "VariableCollectionId:808:5504",
|
|
9953
10576
|
"$figmaModeId": "808:0",
|
|
@@ -10121,6 +10744,12 @@
|
|
|
10121
10744
|
"post.button.small.icon": "f71a1e6ed0333399ca14370d5d684f196342a890",
|
|
10122
10745
|
"post.button.border-width": "eefdbbcdfe797014914e8bb2b2ab4456cac6396c",
|
|
10123
10746
|
"post.button.label.font-weight": "423ec64d2c0daf8df8e67bfe1ff5ff7b2d8fb9d8",
|
|
10747
|
+
"post.card.border-radius": "c4e98f3a39e0aabf3daef986f7b1c8cf3b8cf856",
|
|
10748
|
+
"post.card.non-interactive.stroke": "e3ca597e321fdd0855dd199c3316c4cdbe19c17c",
|
|
10749
|
+
"post.card.enabled-bg1": "34732e82032e4fbaff5bf16d4c00846922a35b85",
|
|
10750
|
+
"post.card.enabled-bg2": "5ff85b58a18bf28acbf66f998e7735b23af54d86",
|
|
10751
|
+
"post.card.hover-bg": "46bd98d34e1541b77a1d990e0efa02b8ee7a7684",
|
|
10752
|
+
"post.card.hover-fg": "5fe5cbe378f7a4efa3fbea2f3443866b7fae67b0",
|
|
10124
10753
|
"post.checkbox.enabled-bg": "511b9da046efffab0af4a6e72d7f452db03ab780",
|
|
10125
10754
|
"post.checkbox.enabled-fg": "1a3dd51d23e3681320793f129272ebe44941ed72",
|
|
10126
10755
|
"post.checkbox.hover-bg": "c7c5e44f736cacf7e8b7553498dbfbb720dbe2e0",
|
|
@@ -10180,6 +10809,28 @@
|
|
|
10180
10809
|
"post.dropdown.multi-select.menu.list-item.enabled-stroke": "757662a00b6fceb039c47168c52a9a96170a4996",
|
|
10181
10810
|
"post.dropdown.multi-select.menu.padding.block": "e885da1f27f58d8d77336fa1cc12b08fca18655f",
|
|
10182
10811
|
"post.dropdown.multi-select.menu.border-radius": "df7ff5e9ed31e5d3c9bab7ff70c498dbf05669a9",
|
|
10812
|
+
"post.dropdown.single-select.menu.list-item.icon.spacing.height.outer": "99cf9f3cac94af09f11355d77c5c2d61fab6f2a1",
|
|
10813
|
+
"post.dropdown.single-select.menu.list-item.icon.size": "140931d68ce55f1136b394e3509bd8037314cbd9",
|
|
10814
|
+
"post.dropdown.single-select.menu.category-title.padding.block.outer": "834eec82b5234d736162d4417a76ef2db5e559e5",
|
|
10815
|
+
"post.dropdown.single-select.menu.category-title.padding.block.inner": "d7a1317b17c701781b2386268299ea3c8eb8e52d",
|
|
10816
|
+
"post.dropdown.single-select.menu.category-title.padding.inline.inner": "b8c12e275a45449dee36d2dcb1347773d1818e8c",
|
|
10817
|
+
"post.dropdown.single-select.menu.list-item.padding.inline.start": "98a052a389d6643c164e9e336003246b7e487d5d",
|
|
10818
|
+
"post.dropdown.single-select.menu.list-item.padding.inline.end": "2d3d45cd753e10e48b516299c1cd63c2738dd0a3",
|
|
10819
|
+
"post.dropdown.single-select.menu.list-item.padding.block.start": "44f56aa7733eeed3f3110d93f9bd033c8cf3a3f2",
|
|
10820
|
+
"post.dropdown.single-select.menu.list-item.padding.block.end": "dd7d565cb9e243f74473d8a0f522bb59486bd502",
|
|
10821
|
+
"post.dropdown.single-select.menu.list-item.gap.inline.text-start": "213efded9b679175667bd574eba9dbf3be3a2b15",
|
|
10822
|
+
"post.dropdown.single-select.menu.padding.block": "ffded9b6e80cffb4dc1beffccd10915a84316943",
|
|
10823
|
+
"post.dropdown.single-select.menu.category-title.stroke": "6d572640dc3d716894d9f041723d46e8946ab3eb",
|
|
10824
|
+
"post.dropdown.single-select.menu.category-title.enabled-fg": "38b8d7e9118e41a6653823263a4dda25c9377503",
|
|
10825
|
+
"post.dropdown.single-select.menu.list-item.enabled-fg": "89b1dddb36b09062db92ef11e3e509db88312c08",
|
|
10826
|
+
"post.dropdown.single-select.menu.list-item.hover-fg": "1e7a2d467c9cb52f408e1201056cad540697f8c1",
|
|
10827
|
+
"post.dropdown.single-select.menu.list-item.enabled-bg": "ae559caaf81d29b51b1cfd6eb966869ad973a239",
|
|
10828
|
+
"post.dropdown.single-select.menu.list-item.hover-bg": "8c9adeade11db9f33b68e4d4337d7d31df583c59",
|
|
10829
|
+
"post.dropdown.single-select.menu.list-item.hover-stroke": "ba8d66058e472738e87a8c0515971e01d862a1a7",
|
|
10830
|
+
"post.dropdown.single-select.menu.list-item.enabled-stroke": "04f766c34e935bc28361a82257eefa98269bf658",
|
|
10831
|
+
"post.dropdown.single-select.menu.border-radius": "0a3072d6f52ca7336e8fa68eda76180b81827022",
|
|
10832
|
+
"post.dropdown.single-select.menu.list-item.border-width.bottom": "d9f30b6a3f78fdf1d9381ebbdb0e8164c3362486",
|
|
10833
|
+
"post.dropdown.single-select.menu.category-title.font-weight": "71f3d279def02a35bdf830cc04b8d7de98afce85",
|
|
10183
10834
|
"post.floating-button.position.right": "5f5f7a00e0660158923bd57ee08d5f10c4074526",
|
|
10184
10835
|
"post.floating-button.position.top": "ff8db193bebd896a1c226be5aa69b28b3729c785",
|
|
10185
10836
|
"post.floating-button.enabled-fg": "77f009565576cc049046b990ef2b0688a43becd7",
|
|
@@ -10192,7 +10843,7 @@
|
|
|
10192
10843
|
"post.floating-button.size.icon": "6f2ead50c9777b5b55aece34c2e65d4c4f9dd05d",
|
|
10193
10844
|
"post.floating-button.border-width": "780bc7b400761532094e6fd9dacf8c0d92c69383",
|
|
10194
10845
|
"post.floating-button.border-radius.round": "40f3a56c25ca39dec619b9bea5f19a4c2e0e4a50",
|
|
10195
|
-
"post.floating-button.translate.y": "
|
|
10846
|
+
"post.floating-button.translate.y": "7a0a25db2aa57b6f8feecc798d9b415229ae9e06",
|
|
10196
10847
|
"post.form-footer.border.block.start.width": "435984a357bd0e8d998641046968135544c42ca3",
|
|
10197
10848
|
"post.form-footer.border.start.color": "fe40a4f98b31cb6fc9c83a1d1ba0398c677d545f",
|
|
10198
10849
|
"post.form-footer.padding.block.start": "7e99d301b97b416b17ee532a082c33e6e7e6160b",
|
|
@@ -10439,6 +11090,20 @@
|
|
|
10439
11090
|
"post.snackbar.color.error-fg": "859c4782edc8ec6cd3569354f42336766ee272c5",
|
|
10440
11091
|
"post.snackbar.color.error-stroke": "74374ac91c484a7d91f7c95779d2d1af98fd7e36",
|
|
10441
11092
|
"post.snackbar.color.error-icon": "fb053dcadabccbdbe12d091934eb678e468af65c",
|
|
11093
|
+
"post.spin-button.large.action-button.icon.size": "10e9a6a2eff63368599f3e920ac547201e0ea874",
|
|
11094
|
+
"post.spin-button.large.action-button.padding.block": "c58590577affeac7486da68c9ef44922b763b7e8",
|
|
11095
|
+
"post.spin-button.large.action-button.padding.inline": "91f4c3c743cd4bb2cd86d564995561fd0d9b7959",
|
|
11096
|
+
"post.spin-button.action-button.enabled-bg": "fc908291dd81a105ac4feb308e3b9d8e4a071466",
|
|
11097
|
+
"post.spin-button.action-button.enabled-fg": "e6e11809f7f1cb2303eaff81da20c7f3c1634062",
|
|
11098
|
+
"post.spin-button.action-button.hover-bg": "5788b790c4c8393dd69371fcfb186382bb3ff6d6",
|
|
11099
|
+
"post.spin-button.action-button.hover-fg": "55cffe3d58753d5a132aafbf37bbef2f83bc3d5c",
|
|
11100
|
+
"post.spin-button.action-button.disabled-bg": "1705c18fcf5c74bb8473216eb0a8ab6b9cd7d935",
|
|
11101
|
+
"post.spin-button.action-button.disabled-fg": "47157d7f7442f4d616b1ce1bd31ace5222d3dd60",
|
|
11102
|
+
"post.spin-button.action-button.enabled-stroke": "886b80238d2474bc3e45ccc050c36876c5e089ad",
|
|
11103
|
+
"post.spin-button.action-button.hover-stroke": "3b723ef49d3e8200c20d633e2ffdc520b911a911",
|
|
11104
|
+
"post.spin-button.action-button.disabled-stroke": "cf3bc0217bc9ef79226f7e36e334721807bb3e3c",
|
|
11105
|
+
"post.spin-button.action-button.border-radius": "ede9c268fc456972470b6c4921ce2297db06250e",
|
|
11106
|
+
"post.spin-button.action-button.border-width": "4ecaf04f63d502eefff8124b8dd0e2b8649afde7",
|
|
10442
11107
|
"post.stepper.text.enabled-fg": "5399579b1d42c8d09bd42d198a75f16d3085001c",
|
|
10443
11108
|
"post.stepper.text.disabled-fg": "1400541fc168af90ab6accaf90b0e6245f36c6c9",
|
|
10444
11109
|
"post.stepper.enabled-bg": "07e6a8499bfe2e8bd72382980b879e62f2d24749",
|
|
@@ -10490,9 +11155,21 @@
|
|
|
10490
11155
|
"post.switch.element.handle": "c09fd2baa596cab64d62c4fb1fca8fa8c26291c5",
|
|
10491
11156
|
"post.switch.gap.inline.text": "247b45d301bcca98b2d94934a5bf224368055263",
|
|
10492
11157
|
"post.switch.padding.block.text": "fdf8cc0d615a1cd0116f36d0e88f0909474b74c2",
|
|
11158
|
+
"post.switch.padding.block.container.text": "29cbdc47443a3446365e6d2120aabaadd5072b50",
|
|
10493
11159
|
"post.switch.padding.inline.handle": "b512bd24b1efc090fbf71338c7581b91be49db5c",
|
|
10494
11160
|
"post.switch.border-radius.round": "4cc09b8f409accc41f0553e1fb332ba603b3e501",
|
|
10495
11161
|
"post.switch.border-width": "c45a9f2a969bb1f731fbb1f2c1433a57d238be0e",
|
|
11162
|
+
"post.teaser.card.sm.image.height": "c08aac2d8bdca1338281cb3407cb2bb68f006a9b",
|
|
11163
|
+
"post.teaser.card.sm.section.content.padding": "6f10132faeaec305bb60b5611f17a9c80dc5ccc8",
|
|
11164
|
+
"post.teaser.card.sm.section.content.gap": "fa096b80dbc04569a50a97c4b48e742588ceceba",
|
|
11165
|
+
"post.teaser.card.sm.heading.font-size": "06953719de850f66e064628bd7a151efd59d06d8",
|
|
11166
|
+
"post.teaser.card.sm.content.gap": "60db0f2d4067c7e452eb991d0656fefdf8025c0c",
|
|
11167
|
+
"post.teaser.card.lg.image.height": "73b65f2feac04529cae214d7d197435b56f3bb68",
|
|
11168
|
+
"post.teaser.card.lg.section.content.padding": "c794fec560d28a17f6d5f561a163ced631dd93e7",
|
|
11169
|
+
"post.teaser.card.lg.section.content.gap": "c838062f96129e9b66cddaaf664e24a53a80dd5a",
|
|
11170
|
+
"post.teaser.card.lg.heading.font-size": "0f3a213b39a0c53f46d60602bdf8f0255d49a874",
|
|
11171
|
+
"post.teaser.card.lg.content.gap": "c5363014eb94be30e06a55c98f9c9799e8e7a5aa",
|
|
11172
|
+
"post.teaser.card.content.enabled-fg": "f5873b609c3f86b4513243564e2f857934ead3bb",
|
|
10496
11173
|
"post.textarea.enabled-bg": "9f294c42d575aff74d6cf90d734367a803194216",
|
|
10497
11174
|
"post.textarea.enabled-fg": "7d5bb970bd293753c57df39aaeaa38b7d279a90c",
|
|
10498
11175
|
"post.textarea.hover-bg": "91d02a0756c0a534d57e42cdb64636d2d2e368dd",
|
|
@@ -10597,14 +11274,14 @@
|
|
|
10597
11274
|
"post.toast.color.error-icon": "3096bb0553257be18a766df213ba83685ab63040",
|
|
10598
11275
|
"post.validation.group.gap.inline": "a76607434c393d743d38b71824d9d76e533acca2",
|
|
10599
11276
|
"post.validation.group.icon.size": "ce5d0ae47c1f80a7ea39a6e5b25a00055c450e7d",
|
|
11277
|
+
"post.validation.group.icon.block.start": "e52e3d301a820f000d2cd339f1fab72a5f09ce81",
|
|
11278
|
+
"post.validation.group.icon.block.end": "f30710c36d79b96b33c33ad8e67524cc1ae3cd7a",
|
|
11279
|
+
"post.validation.group.padding.inline.start": "37c8364dbc202912a5a557a5f8cc026e1f84a3bf",
|
|
10600
11280
|
"post.validation.error": "796bdb2fc917b5948438070371ae60d214216795",
|
|
10601
11281
|
"post.validation.success": "b59a525aa81840396e6310baa880de4a66d23371",
|
|
10602
11282
|
"post.validation.input.padding.block": "4006573d3a03f1b053a844aaf89e14742a3d3646",
|
|
10603
11283
|
"post.validation.input.padding.inline": "8df0e5f5587acbb1f7acb67a97e200e2175d6469",
|
|
10604
|
-
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f"
|
|
10605
|
-
"post.validation.group.padding.inline.start": "37c8364dbc202912a5a557a5f8cc026e1f84a3bf",
|
|
10606
|
-
"post.validation.group.icon.block.start": "e52e3d301a820f000d2cd339f1fab72a5f09ce81",
|
|
10607
|
-
"post.validation.group.icon.block.end": "f30710c36d79b96b33c33ad8e67524cc1ae3cd7a"
|
|
11284
|
+
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f"
|
|
10608
11285
|
}
|
|
10609
11286
|
},
|
|
10610
11287
|
{
|
|
@@ -10636,15 +11313,25 @@
|
|
|
10636
11313
|
"utility.typo.link.small-underline": "S:45b69963e5992e986eb2273e8e01ff3148adfd60,",
|
|
10637
11314
|
"utility.typo.link.small": "S:1ba06fe73589aaacb95ee478bd084b94494e15cd,",
|
|
10638
11315
|
"utility.typo.link.small-selected": "S:7f068c77dd2de50daa4bdde9ce016b7bdd724491,",
|
|
10639
|
-
"utility.typo.default": "S:d0a39e1ad9f3161858121d95248a517c53772f96,"
|
|
11316
|
+
"utility.typo.default": "S:d0a39e1ad9f3161858121d95248a517c53772f96,",
|
|
11317
|
+
"utility.color.surface.default": "S:a0c07e1ab8f2daa64a432c4f43f75c47e55c92c4,",
|
|
11318
|
+
"utility.color.surface.alternate": "S:23ad6f9b5d33096e8b417a0e8270b7ad6e61a870,",
|
|
11319
|
+
"utility.color.surface.brand": "S:d2e8fb120fe7a20979654ee997f37251ef1f69c4,",
|
|
11320
|
+
"utility.color.surface.accent": "S:0ce8d409d113cd98d46bf5a1e3d51d1c9b78c37a,",
|
|
11321
|
+
"utility.color.content.default": "S:688b02c8ac0db013d5bd6a7bb161f78e2e687151,",
|
|
11322
|
+
"utility.color.content.alternate": "S:7203af04513e8ba451b4322459491cbd71e91ae4,",
|
|
11323
|
+
"utility.color.content.brand": "S:33eb09fb2121625e49952bf270bd4413229724ff,",
|
|
11324
|
+
"utility.color.content.accent": "S:f857e4d43540c1e1e7d658b13c4ce75b60ad3072,",
|
|
11325
|
+
"utility.color.content-secondary.default": "S:670273c1b0a124e1050a3afeb1d37cd8674bc402,",
|
|
11326
|
+
"utility.color.content-secondary.alternate": "S:40467e61072522e7798b8a0c64b2e3cf545c5573,",
|
|
11327
|
+
"utility.color.content-secondary.brand": "S:3645a5a5adc297a383201dfbd397d0be3623c296,",
|
|
11328
|
+
"utility.color.content-secondary.accent": "S:9609ed0602c6a72551b9cbbdbf32f4a0f01ae28e,"
|
|
10640
11329
|
},
|
|
10641
11330
|
"selectedTokenSets": {
|
|
10642
11331
|
"core": "source",
|
|
10643
11332
|
"Device/Desktop": "source",
|
|
10644
11333
|
"Device/Tablet": "source",
|
|
10645
11334
|
"Device/Mobile": "source",
|
|
10646
|
-
"Channel/EDK": "source",
|
|
10647
|
-
"Channel/IDK": "source",
|
|
10648
11335
|
"Theme/Post": "source",
|
|
10649
11336
|
"Elements/Body": "source",
|
|
10650
11337
|
"Elements/Heading": "source",
|
|
@@ -10655,8 +11342,25 @@
|
|
|
10655
11342
|
"Utilities/Spacing": "source",
|
|
10656
11343
|
"Utilities/Typo": "source",
|
|
10657
11344
|
"Scheme/Light": "source",
|
|
10658
|
-
"Scheme/Dark": "source"
|
|
10659
|
-
|
|
11345
|
+
"Scheme/Dark": "source",
|
|
11346
|
+
"Theme/Cargo": "source"
|
|
11347
|
+
},
|
|
11348
|
+
"$figmaVariableReferences": {
|
|
11349
|
+
"Background.default": "f10e37d46efeb4d63ad3c0f53c3b0e2cfec88a7d",
|
|
11350
|
+
"Background.alternate": "84fd7fee989cc2713e17c3d1358d0343efa5b15d",
|
|
11351
|
+
"Background.brand": "b02020161336671186f62bc042756d2f04fc63bd",
|
|
11352
|
+
"Background.accent": "e2fd05f769252f8780ae20a14a10f8a194a2a985",
|
|
11353
|
+
"Foreground.default": "a4a272d326817fc44eed3ede495766b6cb4e71b2",
|
|
11354
|
+
"Foreground.alternate": "f7470958654c304435310008ad50c6e9808fcfa5",
|
|
11355
|
+
"Foreground.brand": "742c865e885b1a5a1ab611785bbff035f8cb97c0",
|
|
11356
|
+
"Foreground.accent": "498b67b20d4e4bae10565299684625832415a17e",
|
|
11357
|
+
"Foreground-secondary.default": "37d2efa8079b4c8bbe9d4308111115fce4e8857f",
|
|
11358
|
+
"Foreground-secondary.alternate": "be48addb6f74c9dffc79799656dcff8bdd8bbf36",
|
|
11359
|
+
"Foreground-secondary.brand": "ac4a5817610bd217942000bea5e5236beb93dc00",
|
|
11360
|
+
"Foreground-secondary.accent": "f5614019d6a322093419c5b623be27b39b42d9e4"
|
|
11361
|
+
},
|
|
11362
|
+
"$figmaCollectionId": "VariableCollectionId:3457:24968",
|
|
11363
|
+
"$figmaModeId": "3457:0"
|
|
10660
11364
|
},
|
|
10661
11365
|
{
|
|
10662
11366
|
"id": "4848fa9cb5a9da01ed0e675e83324dea13d233e3",
|
|
@@ -10667,13 +11371,14 @@
|
|
|
10667
11371
|
"Device/Desktop": "source",
|
|
10668
11372
|
"Device/Tablet": "source",
|
|
10669
11373
|
"Device/Mobile": "source",
|
|
10670
|
-
"Channel/EDK": "source",
|
|
10671
|
-
"Channel/IDK": "source",
|
|
10672
11374
|
"Theme/Post": "enabled",
|
|
10673
11375
|
"Scheme/Light": "source",
|
|
10674
|
-
"Scheme/Dark": "source"
|
|
11376
|
+
"Scheme/Dark": "source",
|
|
11377
|
+
"Palette/Default": "source",
|
|
11378
|
+
"Palette/Alternate": "source",
|
|
11379
|
+
"Palette/Accent": "source",
|
|
11380
|
+
"Palette/Brand": "source"
|
|
10675
11381
|
},
|
|
10676
|
-
"group": "Theme",
|
|
10677
11382
|
"$figmaCollectionId": "VariableCollectionId:4178:5613",
|
|
10678
11383
|
"$figmaModeId": "4178:0",
|
|
10679
11384
|
"$figmaVariableReferences": {
|
|
@@ -10687,9 +11392,17 @@
|
|
|
10687
11392
|
"post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121",
|
|
10688
11393
|
"post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
|
|
10689
11394
|
"post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
|
|
11395
|
+
"post.theme.color.palettes.brand.fg-accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
|
|
10690
11396
|
"post.theme.color.palettes.accent.bg": "36c62b7057d0d665572ef3d4be91dd81c61fb13b",
|
|
10691
|
-
"post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d"
|
|
10692
|
-
|
|
11397
|
+
"post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d",
|
|
11398
|
+
"post.theme.color.palettes.accent.fg-accent": "94fff24801de3cb3c299b38461b8d48e5602773c",
|
|
11399
|
+
"post.theme.color.palette.bg": "d6ac790167a7aacec12f09e8259016c2b4c0c108",
|
|
11400
|
+
"post.theme.color.palette.fg": "37f4f256cc9ce3145b6a00729f11075d277772a9",
|
|
11401
|
+
"post.theme.color.palette.secondary": "b199e45536301133fe773d431df0b1324dead0e3",
|
|
11402
|
+
"post.theme.color.palette.secondary-bg": "968840c8ab67d137bde84833bfc883cb1e4bf1c1",
|
|
11403
|
+
"post.theme.color.palette.bg-scheme": "352bc2f5480314cdd630c3202146650a37f2cae7"
|
|
11404
|
+
},
|
|
11405
|
+
"group": "Theme"
|
|
10693
11406
|
},
|
|
10694
11407
|
{
|
|
10695
11408
|
"id": "506e9e4bd59b4c7053c176752eb6903ce5271a5d",
|
|
@@ -10700,14 +11413,15 @@
|
|
|
10700
11413
|
"Device/Desktop": "source",
|
|
10701
11414
|
"Device/Tablet": "source",
|
|
10702
11415
|
"Device/Mobile": "source",
|
|
10703
|
-
"Channel/EDK": "source",
|
|
10704
|
-
"Channel/IDK": "source",
|
|
10705
11416
|
"Theme/Post": "enabled",
|
|
10706
11417
|
"Theme/Cargo": "enabled",
|
|
10707
11418
|
"Scheme/Light": "source",
|
|
10708
|
-
"Scheme/Dark": "source"
|
|
11419
|
+
"Scheme/Dark": "source",
|
|
11420
|
+
"Palette/Default": "source",
|
|
11421
|
+
"Palette/Alternate": "source",
|
|
11422
|
+
"Palette/Accent": "source",
|
|
11423
|
+
"Palette/Brand": "source"
|
|
10709
11424
|
},
|
|
10710
|
-
"group": "Theme",
|
|
10711
11425
|
"$figmaCollectionId": "VariableCollectionId:4178:5613",
|
|
10712
11426
|
"$figmaModeId": "4178:1",
|
|
10713
11427
|
"$figmaVariableReferences": {
|
|
@@ -10719,11 +11433,19 @@
|
|
|
10719
11433
|
"post.theme.color.palettes.default.fg": "17e7f1199980448c9e431b59ac934c0ef11c5e1b",
|
|
10720
11434
|
"post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
|
|
10721
11435
|
"post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
|
|
11436
|
+
"post.theme.color.palettes.brand.fg-accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
|
|
10722
11437
|
"post.theme.color.palettes.accent.bg": "36c62b7057d0d665572ef3d4be91dd81c61fb13b",
|
|
10723
11438
|
"post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d",
|
|
11439
|
+
"post.theme.color.palettes.accent.fg-accent": "94fff24801de3cb3c299b38461b8d48e5602773c",
|
|
10724
11440
|
"post.theme.color.palettes.alternate.bg": "47e0f61a01f52edc65e7fcfb6ba1237495959eb2",
|
|
10725
|
-
"post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121"
|
|
10726
|
-
|
|
11441
|
+
"post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121",
|
|
11442
|
+
"post.theme.color.palette.bg": "d6ac790167a7aacec12f09e8259016c2b4c0c108",
|
|
11443
|
+
"post.theme.color.palette.fg": "37f4f256cc9ce3145b6a00729f11075d277772a9",
|
|
11444
|
+
"post.theme.color.palette.secondary": "b199e45536301133fe773d431df0b1324dead0e3",
|
|
11445
|
+
"post.theme.color.palette.secondary-bg": "968840c8ab67d137bde84833bfc883cb1e4bf1c1",
|
|
11446
|
+
"post.theme.color.palette.bg-scheme": "352bc2f5480314cdd630c3202146650a37f2cae7"
|
|
11447
|
+
},
|
|
11448
|
+
"group": "Theme"
|
|
10727
11449
|
},
|
|
10728
11450
|
{
|
|
10729
11451
|
"id": "de151f32ac85175085c129c9d55429225636cfb7",
|
|
@@ -10736,8 +11458,6 @@
|
|
|
10736
11458
|
"Device/Desktop": "source",
|
|
10737
11459
|
"Device/Tablet": "source",
|
|
10738
11460
|
"Device/Mobile": "source",
|
|
10739
|
-
"Channel/EDK": "source",
|
|
10740
|
-
"Channel/IDK": "source",
|
|
10741
11461
|
"Theme/Post": "source",
|
|
10742
11462
|
"Theme/Cargo": "source",
|
|
10743
11463
|
"Helpers/Focus": "enabled"
|
|
@@ -10761,8 +11481,6 @@
|
|
|
10761
11481
|
"core": "source",
|
|
10762
11482
|
"Scheme/Light": "source",
|
|
10763
11483
|
"Scheme/Dark": "source",
|
|
10764
|
-
"Channel/EDK": "source",
|
|
10765
|
-
"Channel/IDK": "source",
|
|
10766
11484
|
"Theme/Post": "source",
|
|
10767
11485
|
"Theme/Cargo": "source",
|
|
10768
11486
|
"Palettes": "enabled"
|
|
@@ -10783,6 +11501,166 @@
|
|
|
10783
11501
|
},
|
|
10784
11502
|
"$figmaCollectionId": "VariableCollectionId:6959:10217",
|
|
10785
11503
|
"$figmaModeId": "6959:0"
|
|
11504
|
+
},
|
|
11505
|
+
{
|
|
11506
|
+
"id": "127499a47509a43a9df341633f1c7450782fc5fa",
|
|
11507
|
+
"name": "Default",
|
|
11508
|
+
"$figmaStyleReferences": {},
|
|
11509
|
+
"selectedTokenSets": {
|
|
11510
|
+
"core": "source",
|
|
11511
|
+
"Scheme/Light": "source",
|
|
11512
|
+
"Scheme/Dark": "source",
|
|
11513
|
+
"Device/Desktop": "source",
|
|
11514
|
+
"Device/Tablet": "source",
|
|
11515
|
+
"Device/Mobile": "source",
|
|
11516
|
+
"Palette/Default": "enabled"
|
|
11517
|
+
},
|
|
11518
|
+
"group": "Palette",
|
|
11519
|
+
"$figmaCollectionId": "VariableCollectionId:12964:99547",
|
|
11520
|
+
"$figmaModeId": "12964:0",
|
|
11521
|
+
"$figmaVariableReferences": {
|
|
11522
|
+
"post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
|
|
11523
|
+
"post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
|
|
11524
|
+
"post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
|
|
11525
|
+
"post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
|
|
11526
|
+
"post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
|
|
11527
|
+
"post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
|
|
11528
|
+
"post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
|
|
11529
|
+
"post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
|
|
11530
|
+
"post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
|
|
11531
|
+
"post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
|
|
11532
|
+
}
|
|
11533
|
+
},
|
|
11534
|
+
{
|
|
11535
|
+
"id": "457beceff94c2acda43ab7db949265e4f3d04bf3",
|
|
11536
|
+
"name": "Alternate",
|
|
11537
|
+
"$figmaStyleReferences": {},
|
|
11538
|
+
"selectedTokenSets": {
|
|
11539
|
+
"core": "source",
|
|
11540
|
+
"Scheme/Light": "source",
|
|
11541
|
+
"Scheme/Dark": "source",
|
|
11542
|
+
"Device/Desktop": "source",
|
|
11543
|
+
"Device/Tablet": "source",
|
|
11544
|
+
"Device/Mobile": "source",
|
|
11545
|
+
"Palette/Alternate": "enabled"
|
|
11546
|
+
},
|
|
11547
|
+
"group": "Palette",
|
|
11548
|
+
"$figmaCollectionId": "VariableCollectionId:12964:99547",
|
|
11549
|
+
"$figmaModeId": "12964:1",
|
|
11550
|
+
"$figmaVariableReferences": {
|
|
11551
|
+
"post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
|
|
11552
|
+
"post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
|
|
11553
|
+
"post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
|
|
11554
|
+
"post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
|
|
11555
|
+
"post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
|
|
11556
|
+
"post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
|
|
11557
|
+
"post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
|
|
11558
|
+
"post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
|
|
11559
|
+
"post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
|
|
11560
|
+
"post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
|
|
11561
|
+
}
|
|
11562
|
+
},
|
|
11563
|
+
{
|
|
11564
|
+
"id": "b91cd8fca618afd8c00ef2931712759fc5550f92",
|
|
11565
|
+
"name": "Accent",
|
|
11566
|
+
"$figmaStyleReferences": {},
|
|
11567
|
+
"selectedTokenSets": {
|
|
11568
|
+
"core": "source",
|
|
11569
|
+
"Scheme/Light": "source",
|
|
11570
|
+
"Scheme/Dark": "source",
|
|
11571
|
+
"Device/Desktop": "source",
|
|
11572
|
+
"Device/Tablet": "source",
|
|
11573
|
+
"Device/Mobile": "source",
|
|
11574
|
+
"Palette/Accent": "enabled"
|
|
11575
|
+
},
|
|
11576
|
+
"group": "Palette",
|
|
11577
|
+
"$figmaCollectionId": "VariableCollectionId:12964:99547",
|
|
11578
|
+
"$figmaModeId": "12964:2",
|
|
11579
|
+
"$figmaVariableReferences": {
|
|
11580
|
+
"post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
|
|
11581
|
+
"post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
|
|
11582
|
+
"post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
|
|
11583
|
+
"post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
|
|
11584
|
+
"post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
|
|
11585
|
+
"post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
|
|
11586
|
+
"post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
|
|
11587
|
+
"post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
|
|
11588
|
+
"post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
|
|
11589
|
+
"post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
|
|
11590
|
+
}
|
|
11591
|
+
},
|
|
11592
|
+
{
|
|
11593
|
+
"id": "2f9e4a28b299dcc4a1f1c16505e5bc6c9c00fe5a",
|
|
11594
|
+
"name": "Brand",
|
|
11595
|
+
"$figmaStyleReferences": {},
|
|
11596
|
+
"selectedTokenSets": {
|
|
11597
|
+
"core": "source",
|
|
11598
|
+
"Scheme/Light": "source",
|
|
11599
|
+
"Scheme/Dark": "source",
|
|
11600
|
+
"Device/Desktop": "source",
|
|
11601
|
+
"Device/Tablet": "source",
|
|
11602
|
+
"Device/Mobile": "source",
|
|
11603
|
+
"Palette/Brand": "enabled"
|
|
11604
|
+
},
|
|
11605
|
+
"group": "Palette",
|
|
11606
|
+
"$figmaCollectionId": "VariableCollectionId:12964:99547",
|
|
11607
|
+
"$figmaModeId": "12964:3",
|
|
11608
|
+
"$figmaVariableReferences": {
|
|
11609
|
+
"post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
|
|
11610
|
+
"post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
|
|
11611
|
+
"post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
|
|
11612
|
+
"post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
|
|
11613
|
+
"post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
|
|
11614
|
+
"post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
|
|
11615
|
+
"post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
|
|
11616
|
+
"post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
|
|
11617
|
+
"post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
|
|
11618
|
+
"post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
|
|
11619
|
+
}
|
|
11620
|
+
},
|
|
11621
|
+
{
|
|
11622
|
+
"id": "7395c3976d308eb4c81d8d9595f12133874902cc",
|
|
11623
|
+
"name": "IDK",
|
|
11624
|
+
"$figmaStyleReferences": {},
|
|
11625
|
+
"selectedTokenSets": {
|
|
11626
|
+
"core": "source",
|
|
11627
|
+
"Scheme/Light": "source",
|
|
11628
|
+
"Scheme/Dark": "source",
|
|
11629
|
+
"Device/Desktop": "source",
|
|
11630
|
+
"Device/Tablet": "source",
|
|
11631
|
+
"Device/Mobile": "source",
|
|
11632
|
+
"Palette/Default": "source",
|
|
11633
|
+
"Palette/Alternate": "source",
|
|
11634
|
+
"Palette/Accent": "source",
|
|
11635
|
+
"Palette/Brand": "source",
|
|
11636
|
+
"Theme/Post": "source",
|
|
11637
|
+
"Theme/Cargo": "source",
|
|
11638
|
+
"Channel/IDK": "enabled"
|
|
11639
|
+
},
|
|
11640
|
+
"group": "Channel",
|
|
11641
|
+
"$figmaVariableReferences": {}
|
|
11642
|
+
},
|
|
11643
|
+
{
|
|
11644
|
+
"id": "c047137b96fd7fc67e4fb06a1e663dd136e763f5",
|
|
11645
|
+
"name": "EDK",
|
|
11646
|
+
"$figmaStyleReferences": {},
|
|
11647
|
+
"selectedTokenSets": {
|
|
11648
|
+
"core": "source",
|
|
11649
|
+
"Scheme/Light": "source",
|
|
11650
|
+
"Scheme/Dark": "source",
|
|
11651
|
+
"Device/Desktop": "source",
|
|
11652
|
+
"Device/Tablet": "source",
|
|
11653
|
+
"Device/Mobile": "source",
|
|
11654
|
+
"Palette/Default": "source",
|
|
11655
|
+
"Palette/Alternate": "source",
|
|
11656
|
+
"Palette/Accent": "source",
|
|
11657
|
+
"Palette/Brand": "source",
|
|
11658
|
+
"Theme/Post": "source",
|
|
11659
|
+
"Theme/Cargo": "source",
|
|
11660
|
+
"Channel/EDK": "enabled"
|
|
11661
|
+
},
|
|
11662
|
+
"group": "Channel",
|
|
11663
|
+
"$figmaVariableReferences": {}
|
|
10786
11664
|
}
|
|
10787
11665
|
],
|
|
10788
11666
|
"$metadata": {
|
|
@@ -10795,6 +11673,10 @@
|
|
|
10795
11673
|
"Device/Mobile",
|
|
10796
11674
|
"Channel/EDK",
|
|
10797
11675
|
"Channel/IDK",
|
|
11676
|
+
"Palette/Default",
|
|
11677
|
+
"Palette/Alternate",
|
|
11678
|
+
"Palette/Accent",
|
|
11679
|
+
"Palette/Brand",
|
|
10798
11680
|
"Theme/Post",
|
|
10799
11681
|
"Theme/Cargo",
|
|
10800
11682
|
"Elements/Body",
|
|
@@ -10813,6 +11695,7 @@
|
|
|
10813
11695
|
"Components/Blockquote",
|
|
10814
11696
|
"Components/Breadcrumb",
|
|
10815
11697
|
"Components/Button",
|
|
11698
|
+
"Components/Cards",
|
|
10816
11699
|
"Components/Checkbox",
|
|
10817
11700
|
"Components/Close",
|
|
10818
11701
|
"Components/Container",
|
|
@@ -10831,8 +11714,10 @@
|
|
|
10831
11714
|
"Components/Segmented button",
|
|
10832
11715
|
"Components/Select",
|
|
10833
11716
|
"Components/Snackbar",
|
|
11717
|
+
"Components/Spin button",
|
|
10834
11718
|
"Components/Stepper",
|
|
10835
11719
|
"Components/Switch",
|
|
11720
|
+
"Components/Teaser",
|
|
10836
11721
|
"Components/Text area",
|
|
10837
11722
|
"Components/Text highlighted",
|
|
10838
11723
|
"Components/Text input",
|
|
@@ -10841,6 +11726,8 @@
|
|
|
10841
11726
|
"FigmaOnly",
|
|
10842
11727
|
"Utilities/Spacing",
|
|
10843
11728
|
"Utilities/Color",
|
|
11729
|
+
"Utilities/Elevation",
|
|
11730
|
+
"Utilities/Border",
|
|
10844
11731
|
"Utilities/Typo",
|
|
10845
11732
|
"Palettes",
|
|
10846
11733
|
"Helpers/Focus"
|