@swisspost/design-system-tokens 9.0.0-next.9 → 10.0.0-next.38
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 +71 -0
- package/_channel.scss +3 -3
- package/_components.scss +88 -20
- package/_core.scss +21 -18
- package/_device.scss +25 -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 +1540 -971
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
|
}
|
|
@@ -2215,6 +2307,10 @@
|
|
|
2215
2307
|
"$type": "spacing",
|
|
2216
2308
|
"$value": "{post.core.dimension.16}"
|
|
2217
2309
|
},
|
|
2310
|
+
"5": {
|
|
2311
|
+
"$type": "spacing",
|
|
2312
|
+
"$value": "{post.core.dimension.24}"
|
|
2313
|
+
},
|
|
2218
2314
|
"6": {
|
|
2219
2315
|
"$type": "spacing",
|
|
2220
2316
|
"$value": "{post.core.dimension.0}"
|
|
@@ -2266,6 +2362,10 @@
|
|
|
2266
2362
|
"$type": "spacing",
|
|
2267
2363
|
"$value": "{post.core.dimension.18}"
|
|
2268
2364
|
},
|
|
2365
|
+
"8": {
|
|
2366
|
+
"$type": "spacing",
|
|
2367
|
+
"$value": "{post.core.dimension.8}"
|
|
2368
|
+
},
|
|
2269
2369
|
"10": {
|
|
2270
2370
|
"$type": "spacing",
|
|
2271
2371
|
"$value": "{post.core.dimension.8}"
|
|
@@ -2353,6 +2453,10 @@
|
|
|
2353
2453
|
"$type": "spacing",
|
|
2354
2454
|
"$value": "{post.core.dimension.16-5}"
|
|
2355
2455
|
},
|
|
2456
|
+
"20": {
|
|
2457
|
+
"$type": "spacing",
|
|
2458
|
+
"$value": "{post.core.dimension.24}"
|
|
2459
|
+
},
|
|
2356
2460
|
"inline": {
|
|
2357
2461
|
"1": {
|
|
2358
2462
|
"$type": "spacing",
|
|
@@ -2553,6 +2657,10 @@
|
|
|
2553
2657
|
"$type": "sizing",
|
|
2554
2658
|
"$value": "{post.core.dimension.56}"
|
|
2555
2659
|
},
|
|
2660
|
+
"3": {
|
|
2661
|
+
"$type": "sizing",
|
|
2662
|
+
"$value": "{post.core.dimension.56}"
|
|
2663
|
+
},
|
|
2556
2664
|
"4": {
|
|
2557
2665
|
"$type": "sizing",
|
|
2558
2666
|
"$value": "{post.core.dimension.40}"
|
|
@@ -2645,6 +2753,18 @@
|
|
|
2645
2753
|
"$type": "sizing",
|
|
2646
2754
|
"$value": "{post.core.dimension.72}"
|
|
2647
2755
|
}
|
|
2756
|
+
},
|
|
2757
|
+
"content": {
|
|
2758
|
+
"height": {
|
|
2759
|
+
"1": {
|
|
2760
|
+
"$type": "sizing",
|
|
2761
|
+
"$value": "{post.core.dimension.164}"
|
|
2762
|
+
},
|
|
2763
|
+
"2": {
|
|
2764
|
+
"$type": "sizing",
|
|
2765
|
+
"$value": "{post.core.dimension.312}"
|
|
2766
|
+
}
|
|
2767
|
+
}
|
|
2648
2768
|
}
|
|
2649
2769
|
},
|
|
2650
2770
|
"border-radius": {
|
|
@@ -2656,6 +2776,10 @@
|
|
|
2656
2776
|
"$type": "borderRadius",
|
|
2657
2777
|
"$value": "{post.core.dimension.8}"
|
|
2658
2778
|
},
|
|
2779
|
+
"3": {
|
|
2780
|
+
"$type": "borderRadius",
|
|
2781
|
+
"$value": "{post.core.dimension.16}"
|
|
2782
|
+
},
|
|
2659
2783
|
"round": {
|
|
2660
2784
|
"$type": "borderRadius",
|
|
2661
2785
|
"$value": "{post.core.dimension.100}"
|
|
@@ -2753,6 +2877,10 @@
|
|
|
2753
2877
|
"3": {
|
|
2754
2878
|
"$type": "dimension",
|
|
2755
2879
|
"$value": "{post.core.dimension.48}"
|
|
2880
|
+
},
|
|
2881
|
+
"4": {
|
|
2882
|
+
"$type": "dimension",
|
|
2883
|
+
"$value": "{post.core.dimension.32}"
|
|
2756
2884
|
}
|
|
2757
2885
|
}
|
|
2758
2886
|
}
|
|
@@ -2837,6 +2965,10 @@
|
|
|
2837
2965
|
},
|
|
2838
2966
|
"spacing": {
|
|
2839
2967
|
"gap": {
|
|
2968
|
+
"5": {
|
|
2969
|
+
"$type": "spacing",
|
|
2970
|
+
"$value": "{post.core.dimension.24}"
|
|
2971
|
+
},
|
|
2840
2972
|
"block": {
|
|
2841
2973
|
"1": {
|
|
2842
2974
|
"$type": "spacing",
|
|
@@ -2864,6 +2996,10 @@
|
|
|
2864
2996
|
"$type": "spacing",
|
|
2865
2997
|
"$value": "{post.core.dimension.16}"
|
|
2866
2998
|
},
|
|
2999
|
+
"8": {
|
|
3000
|
+
"$type": "spacing",
|
|
3001
|
+
"$value": "{post.core.dimension.8}"
|
|
3002
|
+
},
|
|
2867
3003
|
"10": {
|
|
2868
3004
|
"$type": "spacing",
|
|
2869
3005
|
"$value": "{post.core.dimension.6}"
|
|
@@ -2891,6 +3027,10 @@
|
|
|
2891
3027
|
"$type": "spacing",
|
|
2892
3028
|
"$value": "{post.core.dimension.15}"
|
|
2893
3029
|
},
|
|
3030
|
+
"20": {
|
|
3031
|
+
"$type": "spacing",
|
|
3032
|
+
"$value": "{post.core.dimension.24}"
|
|
3033
|
+
},
|
|
2894
3034
|
"block": {
|
|
2895
3035
|
"1": {
|
|
2896
3036
|
"$type": "spacing",
|
|
@@ -3035,6 +3175,10 @@
|
|
|
3035
3175
|
"$type": "sizing",
|
|
3036
3176
|
"$value": "{post.core.dimension.48}"
|
|
3037
3177
|
},
|
|
3178
|
+
"3": {
|
|
3179
|
+
"$type": "sizing",
|
|
3180
|
+
"$value": "{post.core.dimension.48}"
|
|
3181
|
+
},
|
|
3038
3182
|
"4": {
|
|
3039
3183
|
"$type": "sizing",
|
|
3040
3184
|
"$value": "{post.core.dimension.34}"
|
|
@@ -3061,10 +3205,6 @@
|
|
|
3061
3205
|
}
|
|
3062
3206
|
},
|
|
3063
3207
|
"icon": {
|
|
3064
|
-
"2": {
|
|
3065
|
-
"$type": "sizing",
|
|
3066
|
-
"$value": "{post.core.dimension.16}"
|
|
3067
|
-
},
|
|
3068
3208
|
"3": {
|
|
3069
3209
|
"$type": "sizing",
|
|
3070
3210
|
"$value": "{post.core.dimension.20}"
|
|
@@ -3131,6 +3271,18 @@
|
|
|
3131
3271
|
"$type": "sizing",
|
|
3132
3272
|
"$value": "{post.core.dimension.64}"
|
|
3133
3273
|
}
|
|
3274
|
+
},
|
|
3275
|
+
"content": {
|
|
3276
|
+
"height": {
|
|
3277
|
+
"1": {
|
|
3278
|
+
"$type": "sizing",
|
|
3279
|
+
"$value": "{post.core.dimension.180}"
|
|
3280
|
+
},
|
|
3281
|
+
"2": {
|
|
3282
|
+
"$type": "sizing",
|
|
3283
|
+
"$value": "{post.core.dimension.240}"
|
|
3284
|
+
}
|
|
3285
|
+
}
|
|
3134
3286
|
}
|
|
3135
3287
|
},
|
|
3136
3288
|
"font-weight": {
|
|
@@ -3191,6 +3343,10 @@
|
|
|
3191
3343
|
"1": {
|
|
3192
3344
|
"$type": "dimension",
|
|
3193
3345
|
"$value": "{post.core.dimension.40}"
|
|
3346
|
+
},
|
|
3347
|
+
"4": {
|
|
3348
|
+
"$type": "dimension",
|
|
3349
|
+
"$value": "{post.core.dimension.24}"
|
|
3194
3350
|
}
|
|
3195
3351
|
}
|
|
3196
3352
|
}
|
|
@@ -3310,6 +3466,10 @@
|
|
|
3310
3466
|
"$type": "spacing",
|
|
3311
3467
|
"$value": "{post.core.dimension.12}"
|
|
3312
3468
|
},
|
|
3469
|
+
"8": {
|
|
3470
|
+
"$type": "spacing",
|
|
3471
|
+
"$value": "{post.core.dimension.8}"
|
|
3472
|
+
},
|
|
3313
3473
|
"10": {
|
|
3314
3474
|
"$type": "spacing",
|
|
3315
3475
|
"$value": "{post.core.dimension.4}"
|
|
@@ -3357,6 +3517,10 @@
|
|
|
3357
3517
|
"$type": "spacing",
|
|
3358
3518
|
"$value": "{post.core.dimension.11}"
|
|
3359
3519
|
},
|
|
3520
|
+
"20": {
|
|
3521
|
+
"$type": "spacing",
|
|
3522
|
+
"$value": "{post.core.dimension.16}"
|
|
3523
|
+
},
|
|
3360
3524
|
"inline": {
|
|
3361
3525
|
"5": {
|
|
3362
3526
|
"$type": "spacing",
|
|
@@ -3505,6 +3669,10 @@
|
|
|
3505
3669
|
"$type": "sizing",
|
|
3506
3670
|
"$value": "{post.core.dimension.40}"
|
|
3507
3671
|
},
|
|
3672
|
+
"3": {
|
|
3673
|
+
"$type": "sizing",
|
|
3674
|
+
"$value": "{post.core.dimension.48}"
|
|
3675
|
+
},
|
|
3508
3676
|
"4": {
|
|
3509
3677
|
"$type": "sizing",
|
|
3510
3678
|
"$value": "{post.core.dimension.28}"
|
|
@@ -3523,10 +3691,6 @@
|
|
|
3523
3691
|
}
|
|
3524
3692
|
},
|
|
3525
3693
|
"icon": {
|
|
3526
|
-
"2": {
|
|
3527
|
-
"$type": "sizing",
|
|
3528
|
-
"$value": "{post.core.dimension.12}"
|
|
3529
|
-
},
|
|
3530
3694
|
"3": {
|
|
3531
3695
|
"$type": "sizing",
|
|
3532
3696
|
"$value": "{post.core.dimension.18}"
|
|
@@ -3585,6 +3749,14 @@
|
|
|
3585
3749
|
"$type": "sizing",
|
|
3586
3750
|
"$value": "{post.core.dimension.56}"
|
|
3587
3751
|
}
|
|
3752
|
+
},
|
|
3753
|
+
"content": {
|
|
3754
|
+
"height": {
|
|
3755
|
+
"2": {
|
|
3756
|
+
"$type": "sizing",
|
|
3757
|
+
"$value": "{post.core.dimension.188}"
|
|
3758
|
+
}
|
|
3759
|
+
}
|
|
3588
3760
|
}
|
|
3589
3761
|
},
|
|
3590
3762
|
"font-weight": {
|
|
@@ -3639,37 +3811,231 @@
|
|
|
3639
3811
|
"1": {
|
|
3640
3812
|
"$type": "dimension",
|
|
3641
3813
|
"$value": "{post.core.dimension.16}"
|
|
3814
|
+
},
|
|
3815
|
+
"4": {
|
|
3816
|
+
"$type": "dimension",
|
|
3817
|
+
"$value": "{post.core.dimension.16}"
|
|
3642
3818
|
}
|
|
3643
3819
|
}
|
|
3644
3820
|
}
|
|
3645
3821
|
}
|
|
3646
3822
|
},
|
|
3647
3823
|
"Channel/EDK": {
|
|
3648
|
-
"
|
|
3649
|
-
"
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
"height": {
|
|
3653
|
-
"filler": {
|
|
3654
|
-
"$type": "sizing",
|
|
3655
|
-
"$value": "{post.core.dimension.24}"
|
|
3656
|
-
}
|
|
3657
|
-
}
|
|
3658
|
-
}
|
|
3659
|
-
}
|
|
3660
|
-
}
|
|
3824
|
+
"keep": {
|
|
3825
|
+
"$type": "other",
|
|
3826
|
+
"$value": "",
|
|
3827
|
+
"$description": "Dont delete, otherwise the token cant be build correctly"
|
|
3661
3828
|
}
|
|
3662
3829
|
},
|
|
3663
3830
|
"Channel/IDK": {
|
|
3831
|
+
"keep": {
|
|
3832
|
+
"$type": "other",
|
|
3833
|
+
"$value": "",
|
|
3834
|
+
"$description": "Dont delete, otherwise the token cant be build correctly"
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
"Palette/Default": {
|
|
3664
3838
|
"post": {
|
|
3665
|
-
"
|
|
3666
|
-
"
|
|
3667
|
-
"
|
|
3668
|
-
"
|
|
3669
|
-
"
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3839
|
+
"palette": {
|
|
3840
|
+
"color": {
|
|
3841
|
+
"post": {
|
|
3842
|
+
"bg": {
|
|
3843
|
+
"$type": "color",
|
|
3844
|
+
"$value": "{post.scheme.color.surface.default.bg}"
|
|
3845
|
+
},
|
|
3846
|
+
"fg": {
|
|
3847
|
+
"$type": "color",
|
|
3848
|
+
"$value": "{post.scheme.color.surface.default.fg}"
|
|
3849
|
+
},
|
|
3850
|
+
"secondary": {
|
|
3851
|
+
"$type": "color",
|
|
3852
|
+
"$value": "{post.scheme.color.surface.default.fg}"
|
|
3853
|
+
},
|
|
3854
|
+
"secondary-bg": {
|
|
3855
|
+
"$type": "color",
|
|
3856
|
+
"$value": "{post.scheme.color.surface.alternate.bg}"
|
|
3857
|
+
},
|
|
3858
|
+
"bg-scheme": {
|
|
3859
|
+
"$type": "text",
|
|
3860
|
+
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
"cargo": {
|
|
3864
|
+
"bg": {
|
|
3865
|
+
"$type": "color",
|
|
3866
|
+
"$value": "{post.cargo.scheme.color.surface.default.bg}"
|
|
3867
|
+
},
|
|
3868
|
+
"fg": {
|
|
3869
|
+
"$type": "color",
|
|
3870
|
+
"$value": "{post.cargo.scheme.color.surface.default.fg}"
|
|
3871
|
+
},
|
|
3872
|
+
"secondary": {
|
|
3873
|
+
"$type": "color",
|
|
3874
|
+
"$value": "{post.cargo.scheme.color.surface.default.fg}"
|
|
3875
|
+
},
|
|
3876
|
+
"secondary-bg": {
|
|
3877
|
+
"$type": "color",
|
|
3878
|
+
"$value": "{post.cargo.scheme.color.surface.alternate.bg}"
|
|
3879
|
+
},
|
|
3880
|
+
"bg-scheme": {
|
|
3881
|
+
"$type": "text",
|
|
3882
|
+
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
3883
|
+
}
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3889
|
+
"Palette/Alternate": {
|
|
3890
|
+
"post": {
|
|
3891
|
+
"palette": {
|
|
3892
|
+
"color": {
|
|
3893
|
+
"post": {
|
|
3894
|
+
"bg": {
|
|
3895
|
+
"$type": "color",
|
|
3896
|
+
"$value": "{post.scheme.color.surface.alternate.bg}"
|
|
3897
|
+
},
|
|
3898
|
+
"fg": {
|
|
3899
|
+
"$type": "color",
|
|
3900
|
+
"$value": "{post.scheme.color.surface.alternate.fg}"
|
|
3901
|
+
},
|
|
3902
|
+
"secondary": {
|
|
3903
|
+
"$type": "color",
|
|
3904
|
+
"$value": "{post.scheme.color.surface.alternate.fg}"
|
|
3905
|
+
},
|
|
3906
|
+
"secondary-bg": {
|
|
3907
|
+
"$type": "color",
|
|
3908
|
+
"$value": "{post.scheme.color.surface.default.bg}"
|
|
3909
|
+
},
|
|
3910
|
+
"bg-scheme": {
|
|
3911
|
+
"$type": "text",
|
|
3912
|
+
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
3913
|
+
}
|
|
3914
|
+
},
|
|
3915
|
+
"cargo": {
|
|
3916
|
+
"bg": {
|
|
3917
|
+
"$type": "color",
|
|
3918
|
+
"$value": "{post.cargo.scheme.color.surface.alternate.bg}"
|
|
3919
|
+
},
|
|
3920
|
+
"fg": {
|
|
3921
|
+
"$type": "color",
|
|
3922
|
+
"$value": "{post.cargo.scheme.color.surface.alternate.fg}"
|
|
3923
|
+
},
|
|
3924
|
+
"secondary": {
|
|
3925
|
+
"$type": "color",
|
|
3926
|
+
"$value": "{post.cargo.scheme.color.surface.alternate.fg}"
|
|
3927
|
+
},
|
|
3928
|
+
"secondary-bg": {
|
|
3929
|
+
"$type": "color",
|
|
3930
|
+
"$value": "{post.cargo.scheme.color.surface.default.bg}"
|
|
3931
|
+
},
|
|
3932
|
+
"bg-scheme": {
|
|
3933
|
+
"$type": "text",
|
|
3934
|
+
"$value": "{post.scheme.accent.bg-scheme.1}"
|
|
3935
|
+
}
|
|
3936
|
+
}
|
|
3937
|
+
}
|
|
3938
|
+
}
|
|
3939
|
+
}
|
|
3940
|
+
},
|
|
3941
|
+
"Palette/Accent": {
|
|
3942
|
+
"post": {
|
|
3943
|
+
"palette": {
|
|
3944
|
+
"color": {
|
|
3945
|
+
"post": {
|
|
3946
|
+
"bg": {
|
|
3947
|
+
"$type": "color",
|
|
3948
|
+
"$value": "{post.scheme.color.surface.accent.bg}"
|
|
3949
|
+
},
|
|
3950
|
+
"fg": {
|
|
3951
|
+
"$type": "color",
|
|
3952
|
+
"$value": "{post.scheme.color.surface.accent.fg}"
|
|
3953
|
+
},
|
|
3954
|
+
"secondary": {
|
|
3955
|
+
"$type": "color",
|
|
3956
|
+
"$value": "{post.scheme.color.surface.accent.fg-accent}"
|
|
3957
|
+
},
|
|
3958
|
+
"secondary-bg": {
|
|
3959
|
+
"$type": "color",
|
|
3960
|
+
"$value": "{post.scheme.color.surface.accent.secondary-bg}"
|
|
3961
|
+
},
|
|
3962
|
+
"bg-scheme": {
|
|
3963
|
+
"$type": "text",
|
|
3964
|
+
"$value": "{post.scheme.accent.bg-scheme.3}"
|
|
3965
|
+
}
|
|
3966
|
+
},
|
|
3967
|
+
"cargo": {
|
|
3968
|
+
"bg": {
|
|
3969
|
+
"$type": "color",
|
|
3970
|
+
"$value": "{post.cargo.scheme.color.surface.accent.bg}"
|
|
3971
|
+
},
|
|
3972
|
+
"fg": {
|
|
3973
|
+
"$type": "color",
|
|
3974
|
+
"$value": "{post.cargo.scheme.color.surface.accent.fg}"
|
|
3975
|
+
},
|
|
3976
|
+
"secondary": {
|
|
3977
|
+
"$type": "color",
|
|
3978
|
+
"$value": "{post.cargo.scheme.color.surface.accent.fg-accent}"
|
|
3979
|
+
},
|
|
3980
|
+
"secondary-bg": {
|
|
3981
|
+
"$type": "color",
|
|
3982
|
+
"$value": "{post.cargo.scheme.color.surface.accent.secondary-bg}"
|
|
3983
|
+
},
|
|
3984
|
+
"bg-scheme": {
|
|
3985
|
+
"$type": "text",
|
|
3986
|
+
"$value": "{post.scheme.accent.bg-scheme.4}"
|
|
3987
|
+
}
|
|
3988
|
+
}
|
|
3989
|
+
}
|
|
3990
|
+
}
|
|
3991
|
+
}
|
|
3992
|
+
},
|
|
3993
|
+
"Palette/Brand": {
|
|
3994
|
+
"post": {
|
|
3995
|
+
"palette": {
|
|
3996
|
+
"color": {
|
|
3997
|
+
"post": {
|
|
3998
|
+
"bg": {
|
|
3999
|
+
"$type": "color",
|
|
4000
|
+
"$value": "{post.scheme.color.surface.brand.bg}"
|
|
4001
|
+
},
|
|
4002
|
+
"fg": {
|
|
4003
|
+
"$type": "color",
|
|
4004
|
+
"$value": "{post.scheme.color.surface.brand.fg}"
|
|
4005
|
+
},
|
|
4006
|
+
"secondary": {
|
|
4007
|
+
"$type": "color",
|
|
4008
|
+
"$value": "{post.scheme.color.surface.brand.fg-accent}"
|
|
4009
|
+
},
|
|
4010
|
+
"secondary-bg": {
|
|
4011
|
+
"$type": "color",
|
|
4012
|
+
"$value": "{post.scheme.color.surface.brand.secondary-bg}"
|
|
4013
|
+
},
|
|
4014
|
+
"bg-scheme": {
|
|
4015
|
+
"$type": "text",
|
|
4016
|
+
"$value": "{post.scheme.accent.bg-scheme.4}"
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
"cargo": {
|
|
4020
|
+
"bg": {
|
|
4021
|
+
"$type": "color",
|
|
4022
|
+
"$value": "{post.cargo.scheme.color.surface.brand.bg}"
|
|
4023
|
+
},
|
|
4024
|
+
"fg": {
|
|
4025
|
+
"$type": "color",
|
|
4026
|
+
"$value": "{post.cargo.scheme.color.surface.brand.fg}"
|
|
4027
|
+
},
|
|
4028
|
+
"secondary": {
|
|
4029
|
+
"$type": "color",
|
|
4030
|
+
"$value": "{post.cargo.scheme.color.surface.brand.fg-accent}"
|
|
4031
|
+
},
|
|
4032
|
+
"secondary-bg": {
|
|
4033
|
+
"$type": "color",
|
|
4034
|
+
"$value": "{post.cargo.scheme.color.surface.brand.secondary-bg}"
|
|
4035
|
+
},
|
|
4036
|
+
"bg-scheme": {
|
|
4037
|
+
"$type": "text",
|
|
4038
|
+
"$value": "{post.scheme.accent.bg-scheme.3}"
|
|
3673
4039
|
}
|
|
3674
4040
|
}
|
|
3675
4041
|
}
|
|
@@ -3719,6 +4085,10 @@
|
|
|
3719
4085
|
"fg": {
|
|
3720
4086
|
"$type": "color",
|
|
3721
4087
|
"$value": "{post.scheme.color.surface.brand.fg}"
|
|
4088
|
+
},
|
|
4089
|
+
"fg-accent": {
|
|
4090
|
+
"$type": "color",
|
|
4091
|
+
"$value": "{post.scheme.color.surface.brand.fg-accent}"
|
|
3722
4092
|
}
|
|
3723
4093
|
},
|
|
3724
4094
|
"accent": {
|
|
@@ -3729,6 +4099,10 @@
|
|
|
3729
4099
|
"fg": {
|
|
3730
4100
|
"$type": "color",
|
|
3731
4101
|
"$value": "{post.scheme.color.surface.accent.fg}"
|
|
4102
|
+
},
|
|
4103
|
+
"fg-accent": {
|
|
4104
|
+
"$type": "color",
|
|
4105
|
+
"$value": "{post.scheme.color.surface.accent.fg-accent}"
|
|
3732
4106
|
}
|
|
3733
4107
|
},
|
|
3734
4108
|
"alternate": {
|
|
@@ -3741,6 +4115,28 @@
|
|
|
3741
4115
|
"$value": "{post.scheme.color.surface.alternate.fg}"
|
|
3742
4116
|
}
|
|
3743
4117
|
}
|
|
4118
|
+
},
|
|
4119
|
+
"palette": {
|
|
4120
|
+
"bg": {
|
|
4121
|
+
"$type": "color",
|
|
4122
|
+
"$value": "{post.palette.color.post.bg}"
|
|
4123
|
+
},
|
|
4124
|
+
"fg": {
|
|
4125
|
+
"$type": "color",
|
|
4126
|
+
"$value": "{post.palette.color.post.fg}"
|
|
4127
|
+
},
|
|
4128
|
+
"secondary": {
|
|
4129
|
+
"$type": "color",
|
|
4130
|
+
"$value": "{post.palette.color.post.secondary}"
|
|
4131
|
+
},
|
|
4132
|
+
"secondary-bg": {
|
|
4133
|
+
"$type": "color",
|
|
4134
|
+
"$value": "{post.palette.color.post.secondary-bg}"
|
|
4135
|
+
},
|
|
4136
|
+
"bg-scheme": {
|
|
4137
|
+
"$type": "text",
|
|
4138
|
+
"$value": "{post.palette.color.post.bg-scheme}"
|
|
4139
|
+
}
|
|
3744
4140
|
}
|
|
3745
4141
|
}
|
|
3746
4142
|
}
|
|
@@ -3797,6 +4193,10 @@
|
|
|
3797
4193
|
"$value": "{post.cargo.scheme.color.surface.brand.bg}"
|
|
3798
4194
|
},
|
|
3799
4195
|
"fg": {
|
|
4196
|
+
"$type": "color",
|
|
4197
|
+
"$value": "{post.cargo.scheme.color.surface.brand.fg}"
|
|
4198
|
+
},
|
|
4199
|
+
"fg-accent": {
|
|
3800
4200
|
"$type": "color",
|
|
3801
4201
|
"$value": "{post.cargo.scheme.color.surface.brand.fg-accent}"
|
|
3802
4202
|
}
|
|
@@ -3807,10 +4207,36 @@
|
|
|
3807
4207
|
"$value": "{post.cargo.scheme.color.surface.accent.bg}"
|
|
3808
4208
|
},
|
|
3809
4209
|
"fg": {
|
|
4210
|
+
"$type": "color",
|
|
4211
|
+
"$value": "{post.cargo.scheme.color.surface.accent.fg}"
|
|
4212
|
+
},
|
|
4213
|
+
"fg-accent": {
|
|
3810
4214
|
"$type": "color",
|
|
3811
4215
|
"$value": "{post.cargo.scheme.color.surface.accent.fg-accent}"
|
|
3812
4216
|
}
|
|
3813
4217
|
}
|
|
4218
|
+
},
|
|
4219
|
+
"palette": {
|
|
4220
|
+
"bg": {
|
|
4221
|
+
"$type": "color",
|
|
4222
|
+
"$value": "{post.palette.color.cargo.bg}"
|
|
4223
|
+
},
|
|
4224
|
+
"fg": {
|
|
4225
|
+
"$type": "color",
|
|
4226
|
+
"$value": "{post.palette.color.cargo.fg}"
|
|
4227
|
+
},
|
|
4228
|
+
"secondary": {
|
|
4229
|
+
"$type": "color",
|
|
4230
|
+
"$value": "{post.palette.color.cargo.secondary}"
|
|
4231
|
+
},
|
|
4232
|
+
"secondary-bg": {
|
|
4233
|
+
"$type": "color",
|
|
4234
|
+
"$value": "{post.palette.color.cargo.secondary-bg}"
|
|
4235
|
+
},
|
|
4236
|
+
"bg-scheme": {
|
|
4237
|
+
"$type": "text",
|
|
4238
|
+
"$value": "{post.palette.color.cargo.bg-scheme}"
|
|
4239
|
+
}
|
|
3814
4240
|
}
|
|
3815
4241
|
}
|
|
3816
4242
|
}
|
|
@@ -4373,15 +4799,15 @@
|
|
|
4373
4799
|
"badge": {
|
|
4374
4800
|
"bg": {
|
|
4375
4801
|
"$type": "color",
|
|
4376
|
-
"$value": "{post.scheme.color.
|
|
4802
|
+
"$value": "{post.scheme.color.badge.bg}"
|
|
4377
4803
|
},
|
|
4378
4804
|
"fg": {
|
|
4379
4805
|
"$type": "color",
|
|
4380
|
-
"$value": "{post.scheme.color.
|
|
4806
|
+
"$value": "{post.scheme.color.badge.fg}"
|
|
4381
4807
|
},
|
|
4382
4808
|
"stroke": {
|
|
4383
4809
|
"$type": "color",
|
|
4384
|
-
"$value": "{post.scheme.color.
|
|
4810
|
+
"$value": "{post.scheme.color.badge.stroke}"
|
|
4385
4811
|
},
|
|
4386
4812
|
"height": {
|
|
4387
4813
|
"l": {
|
|
@@ -5083,6 +5509,44 @@
|
|
|
5083
5509
|
}
|
|
5084
5510
|
}
|
|
5085
5511
|
},
|
|
5512
|
+
"Components/Cards": {
|
|
5513
|
+
"post": {
|
|
5514
|
+
"card": {
|
|
5515
|
+
"border-radius": {
|
|
5516
|
+
"$type": "borderRadius",
|
|
5517
|
+
"$value": "{post.device.border-radius.2}"
|
|
5518
|
+
},
|
|
5519
|
+
"interactive": {
|
|
5520
|
+
"elevation": {
|
|
5521
|
+
"$type": "boxShadow",
|
|
5522
|
+
"$value": "{post.device.elevation.200}"
|
|
5523
|
+
}
|
|
5524
|
+
},
|
|
5525
|
+
"non-interactive": {
|
|
5526
|
+
"stroke": {
|
|
5527
|
+
"$type": "color",
|
|
5528
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.stroke4}"
|
|
5529
|
+
}
|
|
5530
|
+
},
|
|
5531
|
+
"enabled-bg1": {
|
|
5532
|
+
"$type": "color",
|
|
5533
|
+
"$value": "{post.theme.color.palettes.alternate.bg}"
|
|
5534
|
+
},
|
|
5535
|
+
"enabled-bg2": {
|
|
5536
|
+
"$type": "color",
|
|
5537
|
+
"$value": "{post.theme.color.palettes.default.bg}"
|
|
5538
|
+
},
|
|
5539
|
+
"hover-bg": {
|
|
5540
|
+
"$type": "color",
|
|
5541
|
+
"$value": "{post.scheme.color.interactive.card.hover.bg}"
|
|
5542
|
+
},
|
|
5543
|
+
"hover-fg": {
|
|
5544
|
+
"$type": "color",
|
|
5545
|
+
"$value": "{post.scheme.color.interactive.card.hover.fg}"
|
|
5546
|
+
}
|
|
5547
|
+
}
|
|
5548
|
+
}
|
|
5549
|
+
},
|
|
5086
5550
|
"Components/Checkbox": {
|
|
5087
5551
|
"post": {
|
|
5088
5552
|
"checkbox": {
|
|
@@ -5415,56 +5879,182 @@
|
|
|
5415
5879
|
"$value": "{post.device.elevation.300}"
|
|
5416
5880
|
}
|
|
5417
5881
|
}
|
|
5418
|
-
}
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5431
|
-
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5882
|
+
},
|
|
5883
|
+
"single-select": {
|
|
5884
|
+
"menu": {
|
|
5885
|
+
"list-item": {
|
|
5886
|
+
"icon": {
|
|
5887
|
+
"spacing": {
|
|
5888
|
+
"height": {
|
|
5889
|
+
"outer": {
|
|
5890
|
+
"$type": "sizing",
|
|
5891
|
+
"$value": "{post.device.sizing.icon.2}"
|
|
5892
|
+
}
|
|
5893
|
+
}
|
|
5894
|
+
},
|
|
5895
|
+
"size": {
|
|
5896
|
+
"$type": "sizing",
|
|
5897
|
+
"$value": "{post.device.sizing.interactive.icon.size}"
|
|
5898
|
+
}
|
|
5899
|
+
},
|
|
5900
|
+
"padding": {
|
|
5901
|
+
"inline": {
|
|
5902
|
+
"start": {
|
|
5903
|
+
"$type": "spacing",
|
|
5904
|
+
"$value": "{post.device.spacing.padding.5}"
|
|
5905
|
+
},
|
|
5906
|
+
"end": {
|
|
5907
|
+
"$type": "spacing",
|
|
5908
|
+
"$value": "{post.device.spacing.padding.inline.4}"
|
|
5909
|
+
}
|
|
5910
|
+
},
|
|
5911
|
+
"block": {
|
|
5912
|
+
"start": {
|
|
5913
|
+
"$type": "spacing",
|
|
5914
|
+
"$value": "{post.device.spacing.padding.block.16}"
|
|
5915
|
+
},
|
|
5916
|
+
"end": {
|
|
5917
|
+
"$type": "spacing",
|
|
5918
|
+
"$value": "{post.device.spacing.padding.block.17}"
|
|
5919
|
+
}
|
|
5920
|
+
}
|
|
5921
|
+
},
|
|
5922
|
+
"gap": {
|
|
5923
|
+
"inline": {
|
|
5924
|
+
"text-start": {
|
|
5925
|
+
"$type": "spacing",
|
|
5926
|
+
"$value": "{post.device.spacing.gap.4}"
|
|
5927
|
+
}
|
|
5928
|
+
}
|
|
5929
|
+
},
|
|
5930
|
+
"enabled-fg": {
|
|
5931
|
+
"$type": "color",
|
|
5932
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
5933
|
+
},
|
|
5934
|
+
"hover-fg": {
|
|
5935
|
+
"$type": "color",
|
|
5936
|
+
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
|
|
5937
|
+
},
|
|
5938
|
+
"enabled-bg": {
|
|
5939
|
+
"$type": "color",
|
|
5940
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.bg1}"
|
|
5941
|
+
},
|
|
5942
|
+
"hover-bg": {
|
|
5943
|
+
"$type": "color",
|
|
5944
|
+
"$value": "{post.scheme.color.interactive.primary.hover.bg}"
|
|
5945
|
+
},
|
|
5946
|
+
"hover-stroke": {
|
|
5947
|
+
"$type": "color",
|
|
5948
|
+
"$value": "{post.scheme.color.interactive.primary.hover.stroke}"
|
|
5949
|
+
},
|
|
5950
|
+
"enabled-stroke": {
|
|
5951
|
+
"$type": "color",
|
|
5952
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.stroke3}"
|
|
5953
|
+
},
|
|
5954
|
+
"border-width": {
|
|
5955
|
+
"bottom": {
|
|
5956
|
+
"$type": "borderWidth",
|
|
5957
|
+
"$value": "{post.device.border-width.alternative2}"
|
|
5958
|
+
}
|
|
5959
|
+
}
|
|
5960
|
+
},
|
|
5961
|
+
"category-title": {
|
|
5962
|
+
"padding": {
|
|
5963
|
+
"block": {
|
|
5964
|
+
"outer": {
|
|
5965
|
+
"$type": "spacing",
|
|
5966
|
+
"$value": "{post.device.spacing.padding.block.14}"
|
|
5967
|
+
},
|
|
5968
|
+
"inner": {
|
|
5969
|
+
"$type": "spacing",
|
|
5970
|
+
"$value": "{post.device.spacing.padding.block.15}"
|
|
5971
|
+
}
|
|
5972
|
+
},
|
|
5973
|
+
"inline": {
|
|
5974
|
+
"inner": {
|
|
5975
|
+
"$type": "spacing",
|
|
5976
|
+
"$value": "{post.device.spacing.padding.inline.3}"
|
|
5977
|
+
}
|
|
5978
|
+
}
|
|
5979
|
+
},
|
|
5980
|
+
"stroke": {
|
|
5981
|
+
"$type": "color",
|
|
5982
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.stroke}"
|
|
5983
|
+
},
|
|
5984
|
+
"enabled-fg": {
|
|
5985
|
+
"$type": "color",
|
|
5986
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
5987
|
+
},
|
|
5988
|
+
"font-weight": {
|
|
5989
|
+
"$type": "fontWeights",
|
|
5990
|
+
"$value": "{post.device.font-weight.bold}"
|
|
5991
|
+
}
|
|
5992
|
+
},
|
|
5993
|
+
"padding": {
|
|
5994
|
+
"block": {
|
|
5995
|
+
"$type": "spacing",
|
|
5996
|
+
"$value": "{post.device.spacing.padding.block.8}"
|
|
5997
|
+
}
|
|
5998
|
+
},
|
|
5999
|
+
"border-radius": {
|
|
6000
|
+
"$type": "borderRadius",
|
|
6001
|
+
"$value": "{post.device.border-radius.1}"
|
|
6002
|
+
},
|
|
6003
|
+
"elevation": {
|
|
6004
|
+
"$type": "boxShadow",
|
|
6005
|
+
"$value": "{post.device.elevation.300}"
|
|
6006
|
+
}
|
|
6007
|
+
}
|
|
6008
|
+
}
|
|
6009
|
+
}
|
|
6010
|
+
}
|
|
6011
|
+
},
|
|
6012
|
+
"Components/Floating button": {
|
|
6013
|
+
"post": {
|
|
6014
|
+
"floating-button": {
|
|
6015
|
+
"position": {
|
|
6016
|
+
"right": {
|
|
6017
|
+
"$type": "dimension",
|
|
6018
|
+
"$value": "{post.device.position.1}"
|
|
6019
|
+
},
|
|
6020
|
+
"top": {
|
|
6021
|
+
"$type": "dimension",
|
|
6022
|
+
"$value": "{post.device.position.4}"
|
|
6023
|
+
}
|
|
6024
|
+
},
|
|
6025
|
+
"enabled-fg": {
|
|
6026
|
+
"$type": "color",
|
|
6027
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
6028
|
+
},
|
|
6029
|
+
"enabled-bg": {
|
|
6030
|
+
"$type": "color",
|
|
6031
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
6032
|
+
},
|
|
6033
|
+
"enabled-border": {
|
|
6034
|
+
"$type": "color",
|
|
6035
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
6036
|
+
},
|
|
6037
|
+
"hover-fg": {
|
|
6038
|
+
"$type": "color",
|
|
6039
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
6040
|
+
},
|
|
6041
|
+
"hover-bg": {
|
|
6042
|
+
"$type": "color",
|
|
6043
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
6044
|
+
},
|
|
6045
|
+
"hover-border": {
|
|
6046
|
+
"$type": "color",
|
|
6047
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
6048
|
+
},
|
|
6049
|
+
"size": {
|
|
6050
|
+
"outer": {
|
|
6051
|
+
"$type": "sizing",
|
|
6052
|
+
"$value": "{post.device.sizing.interactive.button.height.2}"
|
|
6053
|
+
},
|
|
6054
|
+
"icon": {
|
|
6055
|
+
"$type": "sizing",
|
|
6056
|
+
"$value": "{post.device.sizing.interactive.button.icon.3}"
|
|
6057
|
+
}
|
|
5468
6058
|
},
|
|
5469
6059
|
"border-width": {
|
|
5470
6060
|
"$type": "borderWidth",
|
|
@@ -6159,7 +6749,7 @@
|
|
|
6159
6749
|
},
|
|
6160
6750
|
"hover-fg": {
|
|
6161
6751
|
"$type": "color",
|
|
6162
|
-
"$value": "{post.scheme.color.
|
|
6752
|
+
"$value": "{post.scheme.color.popover.hover}"
|
|
6163
6753
|
},
|
|
6164
6754
|
"font-weight": {
|
|
6165
6755
|
"$type": "fontWeights",
|
|
@@ -6209,7 +6799,7 @@
|
|
|
6209
6799
|
},
|
|
6210
6800
|
"end": {
|
|
6211
6801
|
"$type": "spacing",
|
|
6212
|
-
"$value": "{post.
|
|
6802
|
+
"$value": "{post.core.dimension.4}"
|
|
6213
6803
|
}
|
|
6214
6804
|
}
|
|
6215
6805
|
},
|
|
@@ -6505,11 +7095,17 @@
|
|
|
6505
7095
|
"elements": {
|
|
6506
7096
|
"height": {
|
|
6507
7097
|
"$type": "sizing",
|
|
6508
|
-
"$value": "{post.device.sizing.interactive.button.height.
|
|
7098
|
+
"$value": "{post.device.sizing.interactive.button.height.3}"
|
|
6509
7099
|
},
|
|
6510
7100
|
"enabled-border": {
|
|
6511
7101
|
"$type": "color",
|
|
6512
7102
|
"$value": "{post.scheme.color.interactive.primary.enabled.stroke3}"
|
|
7103
|
+
},
|
|
7104
|
+
"gap": {
|
|
7105
|
+
"inline": {
|
|
7106
|
+
"$type": "spacing",
|
|
7107
|
+
"$value": "{post.device.spacing.gap.inline.8}"
|
|
7108
|
+
}
|
|
6513
7109
|
}
|
|
6514
7110
|
},
|
|
6515
7111
|
"padding": {
|
|
@@ -6549,35 +7145,35 @@
|
|
|
6549
7145
|
"color": {
|
|
6550
7146
|
"enabled-bg": {
|
|
6551
7147
|
"$type": "color",
|
|
6552
|
-
"$value": "{post.scheme.color.interactive.
|
|
7148
|
+
"$value": "{post.scheme.color.interactive.input.enabled.bg}"
|
|
6553
7149
|
},
|
|
6554
7150
|
"enabled-fg": {
|
|
6555
7151
|
"$type": "color",
|
|
6556
|
-
"$value": "{post.scheme.color.interactive.
|
|
7152
|
+
"$value": "{post.scheme.color.interactive.input.enabled.fg}"
|
|
6557
7153
|
},
|
|
6558
7154
|
"hover-bg": {
|
|
6559
7155
|
"$type": "color",
|
|
6560
|
-
"$value": "{post.scheme.color.interactive.
|
|
7156
|
+
"$value": "{post.scheme.color.interactive.input.hover.bg}"
|
|
6561
7157
|
},
|
|
6562
7158
|
"hover-fg": {
|
|
6563
7159
|
"$type": "color",
|
|
6564
|
-
"$value": "{post.scheme.color.interactive.
|
|
7160
|
+
"$value": "{post.scheme.color.interactive.input.hover.fg}"
|
|
6565
7161
|
},
|
|
6566
7162
|
"disabled-bg": {
|
|
6567
7163
|
"$type": "color",
|
|
6568
|
-
"$value": "{post.scheme.color.interactive.
|
|
7164
|
+
"$value": "{post.scheme.color.interactive.input.disabled.bg}"
|
|
6569
7165
|
},
|
|
6570
7166
|
"disabled-fg": {
|
|
6571
7167
|
"$type": "color",
|
|
6572
|
-
"$value": "{post.scheme.color.interactive.
|
|
7168
|
+
"$value": "{post.scheme.color.interactive.input.disabled.fg}"
|
|
6573
7169
|
},
|
|
6574
7170
|
"selected-bg": {
|
|
6575
7171
|
"$type": "color",
|
|
6576
|
-
"$value": "{post.scheme.color.interactive.
|
|
7172
|
+
"$value": "{post.scheme.color.interactive.input.enabled.bg}"
|
|
6577
7173
|
},
|
|
6578
7174
|
"selected-fg": {
|
|
6579
7175
|
"$type": "color",
|
|
6580
|
-
"$value": "{post.scheme.color.interactive.
|
|
7176
|
+
"$value": "{post.scheme.color.interactive.input.enabled.fg}"
|
|
6581
7177
|
},
|
|
6582
7178
|
"helptext-fg": {
|
|
6583
7179
|
"$type": "color",
|
|
@@ -6585,19 +7181,19 @@
|
|
|
6585
7181
|
},
|
|
6586
7182
|
"enabled-border": {
|
|
6587
7183
|
"$type": "color",
|
|
6588
|
-
"$value": "{post.scheme.color.interactive.
|
|
7184
|
+
"$value": "{post.scheme.color.interactive.input.enabled.border}"
|
|
6589
7185
|
},
|
|
6590
7186
|
"hover-border": {
|
|
6591
7187
|
"$type": "color",
|
|
6592
|
-
"$value": "{post.scheme.color.interactive.
|
|
7188
|
+
"$value": "{post.scheme.color.interactive.input.hover.border}"
|
|
6593
7189
|
},
|
|
6594
7190
|
"disabled-border": {
|
|
6595
7191
|
"$type": "color",
|
|
6596
|
-
"$value": "{post.scheme.color.interactive.
|
|
7192
|
+
"$value": "{post.scheme.color.interactive.input.disabled.border}"
|
|
6597
7193
|
},
|
|
6598
7194
|
"selected-border": {
|
|
6599
7195
|
"$type": "color",
|
|
6600
|
-
"$value": "{post.scheme.color.interactive.
|
|
7196
|
+
"$value": "{post.scheme.color.interactive.input.enabled.border}"
|
|
6601
7197
|
},
|
|
6602
7198
|
"signal": {
|
|
6603
7199
|
"error": {
|
|
@@ -6871,33 +7467,109 @@
|
|
|
6871
7467
|
}
|
|
6872
7468
|
}
|
|
6873
7469
|
},
|
|
6874
|
-
"Components/
|
|
7470
|
+
"Components/Spin button": {
|
|
6875
7471
|
"post": {
|
|
6876
|
-
"
|
|
6877
|
-
"
|
|
7472
|
+
"spin-button": {
|
|
7473
|
+
"large": {
|
|
7474
|
+
"action-button": {
|
|
7475
|
+
"icon": {
|
|
7476
|
+
"size": {
|
|
7477
|
+
"$type": "sizing",
|
|
7478
|
+
"$value": "{post.core.dimension.32}"
|
|
7479
|
+
}
|
|
7480
|
+
},
|
|
7481
|
+
"padding": {
|
|
7482
|
+
"block": {
|
|
7483
|
+
"$type": "spacing",
|
|
7484
|
+
"$value": "{post.core.dimension.14}"
|
|
7485
|
+
},
|
|
7486
|
+
"inline": {
|
|
7487
|
+
"$type": "spacing",
|
|
7488
|
+
"$value": "{post.core.dimension.10}"
|
|
7489
|
+
}
|
|
7490
|
+
}
|
|
7491
|
+
}
|
|
7492
|
+
},
|
|
7493
|
+
"action-button": {
|
|
7494
|
+
"enabled-bg": {
|
|
7495
|
+
"$type": "color",
|
|
7496
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}"
|
|
7497
|
+
},
|
|
6878
7498
|
"enabled-fg": {
|
|
6879
7499
|
"$type": "color",
|
|
6880
|
-
"$value": "{post.scheme.color.interactive.
|
|
7500
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}"
|
|
7501
|
+
},
|
|
7502
|
+
"hover-bg": {
|
|
7503
|
+
"$type": "color",
|
|
7504
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.bg}"
|
|
7505
|
+
},
|
|
7506
|
+
"hover-fg": {
|
|
7507
|
+
"$type": "color",
|
|
7508
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.fg}"
|
|
7509
|
+
},
|
|
7510
|
+
"disabled-bg": {
|
|
7511
|
+
"$type": "color",
|
|
7512
|
+
"$value": "{post.scheme.color.interactive.button.secondary.disabled.bg}"
|
|
6881
7513
|
},
|
|
6882
7514
|
"disabled-fg": {
|
|
6883
7515
|
"$type": "color",
|
|
6884
|
-
"$value": "{post.scheme.color.interactive.
|
|
6885
|
-
}
|
|
6886
|
-
|
|
6887
|
-
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
|
|
6891
|
-
|
|
6892
|
-
|
|
6893
|
-
|
|
6894
|
-
|
|
6895
|
-
|
|
6896
|
-
|
|
6897
|
-
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
7516
|
+
"$value": "{post.scheme.color.interactive.button.secondary.disabled.fg}"
|
|
7517
|
+
},
|
|
7518
|
+
"enabled-stroke": {
|
|
7519
|
+
"$type": "color",
|
|
7520
|
+
"$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}"
|
|
7521
|
+
},
|
|
7522
|
+
"hover-stroke": {
|
|
7523
|
+
"$type": "color",
|
|
7524
|
+
"$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}"
|
|
7525
|
+
},
|
|
7526
|
+
"disabled-stroke": {
|
|
7527
|
+
"$type": "color",
|
|
7528
|
+
"$value": "{post.scheme.color.interactive.button.secondary.disabled.stroke}"
|
|
7529
|
+
},
|
|
7530
|
+
"border-radius": {
|
|
7531
|
+
"$type": "borderRadius",
|
|
7532
|
+
"$value": "{post.device.border-radius.round}"
|
|
7533
|
+
},
|
|
7534
|
+
"border-width": {
|
|
7535
|
+
"$type": "borderWidth",
|
|
7536
|
+
"$value": "{post.device.border-width.default}"
|
|
7537
|
+
},
|
|
7538
|
+
"elevation": {
|
|
7539
|
+
"$type": "boxShadow",
|
|
7540
|
+
"$value": "{post.device.elevation.100}"
|
|
7541
|
+
}
|
|
7542
|
+
}
|
|
7543
|
+
}
|
|
7544
|
+
}
|
|
7545
|
+
},
|
|
7546
|
+
"Components/Stepper": {
|
|
7547
|
+
"post": {
|
|
7548
|
+
"stepper": {
|
|
7549
|
+
"text": {
|
|
7550
|
+
"enabled-fg": {
|
|
7551
|
+
"$type": "color",
|
|
7552
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
7553
|
+
},
|
|
7554
|
+
"disabled-fg": {
|
|
7555
|
+
"$type": "color",
|
|
7556
|
+
"$value": "{post.scheme.color.interactive.primary.disabled.fg1}"
|
|
7557
|
+
}
|
|
7558
|
+
},
|
|
7559
|
+
"enabled-bg": {
|
|
7560
|
+
"$type": "color",
|
|
7561
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.bg2}"
|
|
7562
|
+
},
|
|
7563
|
+
"enabled-fg": {
|
|
7564
|
+
"$type": "color",
|
|
7565
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg3}"
|
|
7566
|
+
},
|
|
7567
|
+
"completed-bg": {
|
|
7568
|
+
"$type": "color",
|
|
7569
|
+
"$value": "{post.scheme.color.interactive.primary.selected.bg2}"
|
|
7570
|
+
},
|
|
7571
|
+
"hover-bg": {
|
|
7572
|
+
"$type": "color",
|
|
6901
7573
|
"$value": "{post.scheme.color.interactive.primary.hover.bg2}"
|
|
6902
7574
|
},
|
|
6903
7575
|
"hover-fg": {
|
|
@@ -6946,6 +7618,11 @@
|
|
|
6946
7618
|
"text-start": {
|
|
6947
7619
|
"$type": "spacing",
|
|
6948
7620
|
"$value": "{post.device.spacing.gap.1}"
|
|
7621
|
+
},
|
|
7622
|
+
"labels": {
|
|
7623
|
+
"$type": "spacing",
|
|
7624
|
+
"$value": "{post.device.spacing.gap.5}",
|
|
7625
|
+
"$description": "Not applicable for mobile, only tablet and desktop"
|
|
6949
7626
|
}
|
|
6950
7627
|
},
|
|
6951
7628
|
"padding": {
|
|
@@ -7113,6 +7790,12 @@
|
|
|
7113
7790
|
"text": {
|
|
7114
7791
|
"$type": "spacing",
|
|
7115
7792
|
"$value": "{post.device.spacing.padding.block.7}"
|
|
7793
|
+
},
|
|
7794
|
+
"container": {
|
|
7795
|
+
"text": {
|
|
7796
|
+
"$type": "spacing",
|
|
7797
|
+
"$value": "{post.device.spacing.padding.block.9}"
|
|
7798
|
+
}
|
|
7116
7799
|
}
|
|
7117
7800
|
},
|
|
7118
7801
|
"inline": {
|
|
@@ -7145,6 +7828,84 @@
|
|
|
7145
7828
|
}
|
|
7146
7829
|
}
|
|
7147
7830
|
},
|
|
7831
|
+
"Components/Teaser": {
|
|
7832
|
+
"post": {
|
|
7833
|
+
"teaser": {
|
|
7834
|
+
"card": {
|
|
7835
|
+
"sm": {
|
|
7836
|
+
"image": {
|
|
7837
|
+
"height": {
|
|
7838
|
+
"$type": "sizing",
|
|
7839
|
+
"$value": "{post.device.sizing.content.height.1}"
|
|
7840
|
+
}
|
|
7841
|
+
},
|
|
7842
|
+
"section": {
|
|
7843
|
+
"content": {
|
|
7844
|
+
"padding": {
|
|
7845
|
+
"$type": "spacing",
|
|
7846
|
+
"$value": "{post.device.spacing.padding.5}"
|
|
7847
|
+
},
|
|
7848
|
+
"gap": {
|
|
7849
|
+
"$type": "spacing",
|
|
7850
|
+
"$value": "{post.device.spacing.gap.7}"
|
|
7851
|
+
}
|
|
7852
|
+
}
|
|
7853
|
+
},
|
|
7854
|
+
"heading": {
|
|
7855
|
+
"font-size": {
|
|
7856
|
+
"$type": "fontSizes",
|
|
7857
|
+
"$value": "{post.device.font-size.5}"
|
|
7858
|
+
}
|
|
7859
|
+
},
|
|
7860
|
+
"content": {
|
|
7861
|
+
"gap": {
|
|
7862
|
+
"$type": "spacing",
|
|
7863
|
+
"$value": "{post.core.dimension.6}"
|
|
7864
|
+
}
|
|
7865
|
+
}
|
|
7866
|
+
},
|
|
7867
|
+
"lg": {
|
|
7868
|
+
"image": {
|
|
7869
|
+
"height": {
|
|
7870
|
+
"$type": "sizing",
|
|
7871
|
+
"$value": "{post.device.sizing.content.height.2}"
|
|
7872
|
+
}
|
|
7873
|
+
},
|
|
7874
|
+
"section": {
|
|
7875
|
+
"content": {
|
|
7876
|
+
"padding": {
|
|
7877
|
+
"$type": "spacing",
|
|
7878
|
+
"$value": "{post.device.spacing.padding.20}"
|
|
7879
|
+
},
|
|
7880
|
+
"gap": {
|
|
7881
|
+
"$type": "spacing",
|
|
7882
|
+
"$value": "{post.core.dimension.24}"
|
|
7883
|
+
}
|
|
7884
|
+
}
|
|
7885
|
+
},
|
|
7886
|
+
"heading": {
|
|
7887
|
+
"font-size": {
|
|
7888
|
+
"$type": "fontSizes",
|
|
7889
|
+
"$value": "{post.device.font-size.4}"
|
|
7890
|
+
}
|
|
7891
|
+
},
|
|
7892
|
+
"content": {
|
|
7893
|
+
"gap": {
|
|
7894
|
+
"$type": "spacing",
|
|
7895
|
+
"$value": "{post.device.spacing.gap.block.3}"
|
|
7896
|
+
}
|
|
7897
|
+
}
|
|
7898
|
+
},
|
|
7899
|
+
"content": {
|
|
7900
|
+
"enabled-fg": {
|
|
7901
|
+
"$type": "color",
|
|
7902
|
+
"$value": "{post.scheme.color.interactive.primary.enabled.fg1}"
|
|
7903
|
+
}
|
|
7904
|
+
}
|
|
7905
|
+
}
|
|
7906
|
+
}
|
|
7907
|
+
}
|
|
7908
|
+
},
|
|
7148
7909
|
"Components/Text area": {
|
|
7149
7910
|
"post": {
|
|
7150
7911
|
"textarea": {
|
|
@@ -7876,7 +8637,7 @@
|
|
|
7876
8637
|
"fontWeight": "{post.body.font-weight}",
|
|
7877
8638
|
"fontSize": "{post.device.font-size.5}",
|
|
7878
8639
|
"lineHeight": "{post.device.line-height.content}",
|
|
7879
|
-
"letterSpacing": "{post.
|
|
8640
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7880
8641
|
}
|
|
7881
8642
|
},
|
|
7882
8643
|
"paragraph-m": {
|
|
@@ -7895,8 +8656,8 @@
|
|
|
7895
8656
|
"fontFamily": "{post.body.font-family}",
|
|
7896
8657
|
"fontWeight": "{post.body.font-weight}",
|
|
7897
8658
|
"fontSize": "{post.device.font-size.7}",
|
|
7898
|
-
"lineHeight": "{post.
|
|
7899
|
-
"letterSpacing": "{post.
|
|
8659
|
+
"lineHeight": "{post.body.line-height}",
|
|
8660
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7900
8661
|
}
|
|
7901
8662
|
}
|
|
7902
8663
|
},
|
|
@@ -7904,11 +8665,11 @@
|
|
|
7904
8665
|
"small": {
|
|
7905
8666
|
"$type": "typography",
|
|
7906
8667
|
"$value": {
|
|
7907
|
-
"fontFamily": "{post.device.font-family.default}",
|
|
7908
8668
|
"fontWeight": "{post.device.font-weight.bold}",
|
|
7909
8669
|
"fontSize": "{post.device.font-size.6}",
|
|
7910
|
-
"lineHeight": "{post.
|
|
7911
|
-
"letterSpacing": "{post.
|
|
8670
|
+
"lineHeight": "{post.legend.line-height}",
|
|
8671
|
+
"letterSpacing": "{post.body.letter-spacing}",
|
|
8672
|
+
"fontFamily": "{post.body.font-family}"
|
|
7912
8673
|
}
|
|
7913
8674
|
},
|
|
7914
8675
|
"large": {
|
|
@@ -7926,41 +8687,41 @@
|
|
|
7926
8687
|
"default": {
|
|
7927
8688
|
"$type": "typography",
|
|
7928
8689
|
"$value": {
|
|
7929
|
-
"fontFamily": "{post.
|
|
8690
|
+
"fontFamily": "{post.body.font-family}",
|
|
7930
8691
|
"fontWeight": "{post.device.font-weight.regular}",
|
|
7931
8692
|
"fontSize": "{post.device.font-size.6}",
|
|
7932
8693
|
"lineHeight": "{post.device.line-height.label}",
|
|
7933
|
-
"letterSpacing": "{post.
|
|
8694
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7934
8695
|
}
|
|
7935
8696
|
},
|
|
7936
8697
|
"default-bold": {
|
|
7937
8698
|
"$type": "typography",
|
|
7938
8699
|
"$value": {
|
|
7939
|
-
"fontFamily": "{post.
|
|
8700
|
+
"fontFamily": "{post.body.font-family}",
|
|
7940
8701
|
"fontWeight": "{post.device.font-weight.bold}",
|
|
7941
8702
|
"fontSize": "{post.device.font-size.6}",
|
|
7942
8703
|
"lineHeight": "{post.device.line-height.label}",
|
|
7943
|
-
"letterSpacing": "{post.
|
|
8704
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7944
8705
|
}
|
|
7945
8706
|
},
|
|
7946
8707
|
"medium": {
|
|
7947
8708
|
"$type": "typography",
|
|
7948
8709
|
"$value": {
|
|
7949
|
-
"fontFamily": "{post.
|
|
8710
|
+
"fontFamily": "{post.body.font-family}",
|
|
7950
8711
|
"fontWeight": "{post.device.font-weight.regular}",
|
|
7951
8712
|
"fontSize": "{post.device.font-size.8}",
|
|
7952
8713
|
"lineHeight": "{post.device.line-height.label}",
|
|
7953
|
-
"letterSpacing": "{post.
|
|
8714
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7954
8715
|
}
|
|
7955
8716
|
},
|
|
7956
8717
|
"medium-bold": {
|
|
7957
8718
|
"$type": "typography",
|
|
7958
8719
|
"$value": {
|
|
7959
|
-
"fontFamily": "{post.
|
|
8720
|
+
"fontFamily": "{post.body.font-family}",
|
|
7960
8721
|
"fontWeight": "{post.device.font-weight.bold}",
|
|
7961
8722
|
"fontSize": "{post.device.font-size.8}",
|
|
7962
8723
|
"lineHeight": "{post.device.line-height.label}",
|
|
7963
|
-
"letterSpacing": "{post.
|
|
8724
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7964
8725
|
}
|
|
7965
8726
|
},
|
|
7966
8727
|
"small": {
|
|
@@ -7976,21 +8737,21 @@
|
|
|
7976
8737
|
"smaller": {
|
|
7977
8738
|
"$type": "typography",
|
|
7978
8739
|
"$value": {
|
|
7979
|
-
"fontFamily": "{post.
|
|
8740
|
+
"fontFamily": "{post.body.font-family}",
|
|
7980
8741
|
"fontWeight": "{post.device.font-weight.regular}",
|
|
7981
8742
|
"fontSize": "{post.device.font-size.10}",
|
|
7982
8743
|
"lineHeight": "{post.device.line-height.label}",
|
|
7983
|
-
"letterSpacing": "{post.
|
|
8744
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7984
8745
|
}
|
|
7985
8746
|
},
|
|
7986
8747
|
"extrasmall": {
|
|
7987
8748
|
"$type": "typography",
|
|
7988
8749
|
"$value": {
|
|
7989
|
-
"fontFamily": "{post.
|
|
8750
|
+
"fontFamily": "{post.body.font-family}",
|
|
7990
8751
|
"fontWeight": "{post.device.font-weight.regular}",
|
|
7991
8752
|
"fontSize": "{post.device.font-size.11}",
|
|
7992
8753
|
"lineHeight": "{post.device.line-height.label}",
|
|
7993
|
-
"letterSpacing": "{post.
|
|
8754
|
+
"letterSpacing": "{post.body.letter-spacing}"
|
|
7994
8755
|
}
|
|
7995
8756
|
}
|
|
7996
8757
|
},
|
|
@@ -8030,7 +8791,7 @@
|
|
|
8030
8791
|
"$type": "typography",
|
|
8031
8792
|
"$value": {
|
|
8032
8793
|
"fontWeight": "{post.utility.font-weight.bold}",
|
|
8033
|
-
"fontSize": "{post.
|
|
8794
|
+
"fontSize": "{post.device.font-size.7}",
|
|
8034
8795
|
"lineHeight": "{post.body.line-height}",
|
|
8035
8796
|
"letterSpacing": "{post.body.letter-spacing}",
|
|
8036
8797
|
"textDecoration": "{post.link.decoration}",
|
|
@@ -8042,7 +8803,7 @@
|
|
|
8042
8803
|
"$value": {
|
|
8043
8804
|
"fontFamily": "{post.body.font-family}",
|
|
8044
8805
|
"fontWeight": "{post.body.font-weight}",
|
|
8045
|
-
"fontSize": "{post.
|
|
8806
|
+
"fontSize": "{post.device.font-size.7}",
|
|
8046
8807
|
"lineHeight": "{post.body.line-height}",
|
|
8047
8808
|
"letterSpacing": "{post.body.letter-spacing}"
|
|
8048
8809
|
}
|
|
@@ -8051,7 +8812,7 @@
|
|
|
8051
8812
|
"$type": "typography",
|
|
8052
8813
|
"$value": {
|
|
8053
8814
|
"fontWeight": "{post.utility.font-weight.bold}",
|
|
8054
|
-
"fontSize": "{post.
|
|
8815
|
+
"fontSize": "{post.device.font-size.7}",
|
|
8055
8816
|
"lineHeight": "{post.body.line-height}",
|
|
8056
8817
|
"letterSpacing": "{post.body.letter-spacing}",
|
|
8057
8818
|
"fontFamily": "{post.body.font-family}"
|
|
@@ -8069,6 +8830,60 @@
|
|
|
8069
8830
|
}
|
|
8070
8831
|
}
|
|
8071
8832
|
}
|
|
8833
|
+
},
|
|
8834
|
+
"Background": {
|
|
8835
|
+
"default": {
|
|
8836
|
+
"$type": "color",
|
|
8837
|
+
"$value": "{post.theme.color.palettes.default.bg}"
|
|
8838
|
+
},
|
|
8839
|
+
"alternate": {
|
|
8840
|
+
"$type": "color",
|
|
8841
|
+
"$value": "{post.theme.color.palettes.alternate.bg}"
|
|
8842
|
+
},
|
|
8843
|
+
"brand": {
|
|
8844
|
+
"$type": "color",
|
|
8845
|
+
"$value": "{post.theme.color.palettes.brand.bg}"
|
|
8846
|
+
},
|
|
8847
|
+
"accent": {
|
|
8848
|
+
"$type": "color",
|
|
8849
|
+
"$value": "{post.theme.color.palettes.accent.bg}"
|
|
8850
|
+
}
|
|
8851
|
+
},
|
|
8852
|
+
"Foreground": {
|
|
8853
|
+
"default": {
|
|
8854
|
+
"$type": "color",
|
|
8855
|
+
"$value": "{post.theme.color.palettes.default.fg}"
|
|
8856
|
+
},
|
|
8857
|
+
"alternate": {
|
|
8858
|
+
"$type": "color",
|
|
8859
|
+
"$value": "{post.theme.color.palettes.alternate.fg}"
|
|
8860
|
+
},
|
|
8861
|
+
"brand": {
|
|
8862
|
+
"$type": "color",
|
|
8863
|
+
"$value": "{post.theme.color.palettes.brand.fg}"
|
|
8864
|
+
},
|
|
8865
|
+
"accent": {
|
|
8866
|
+
"$type": "color",
|
|
8867
|
+
"$value": "{post.theme.color.palettes.accent.fg}"
|
|
8868
|
+
}
|
|
8869
|
+
},
|
|
8870
|
+
"ForegroundSecondary": {
|
|
8871
|
+
"default": {
|
|
8872
|
+
"$type": "color",
|
|
8873
|
+
"$value": "{post.theme.color.palettes.default.fg}"
|
|
8874
|
+
},
|
|
8875
|
+
"alternate": {
|
|
8876
|
+
"$type": "color",
|
|
8877
|
+
"$value": "{post.theme.color.palettes.alternate.fg}"
|
|
8878
|
+
},
|
|
8879
|
+
"brand": {
|
|
8880
|
+
"$type": "color",
|
|
8881
|
+
"$value": "{post.theme.color.palettes.brand.fg-accent}"
|
|
8882
|
+
},
|
|
8883
|
+
"accent": {
|
|
8884
|
+
"$type": "color",
|
|
8885
|
+
"$value": "{post.theme.color.palettes.accent.fg-accent}"
|
|
8886
|
+
}
|
|
8072
8887
|
}
|
|
8073
8888
|
},
|
|
8074
8889
|
"Utilities/Spacing": {
|
|
@@ -8087,18 +8902,10 @@
|
|
|
8087
8902
|
"$type": "spacing",
|
|
8088
8903
|
"$value": "{post.core.dimension.2}"
|
|
8089
8904
|
},
|
|
8090
|
-
"3": {
|
|
8091
|
-
"$type": "spacing",
|
|
8092
|
-
"$value": "{post.core.dimension.3}"
|
|
8093
|
-
},
|
|
8094
8905
|
"4": {
|
|
8095
8906
|
"$type": "spacing",
|
|
8096
8907
|
"$value": "{post.core.dimension.4}"
|
|
8097
8908
|
},
|
|
8098
|
-
"5": {
|
|
8099
|
-
"$type": "spacing",
|
|
8100
|
-
"$value": "{post.core.dimension.5}"
|
|
8101
|
-
},
|
|
8102
8909
|
"6": {
|
|
8103
8910
|
"$type": "spacing",
|
|
8104
8911
|
"$value": "{post.core.dimension.6}"
|
|
@@ -8107,74 +8914,22 @@
|
|
|
8107
8914
|
"$type": "spacing",
|
|
8108
8915
|
"$value": "{post.core.dimension.8}"
|
|
8109
8916
|
},
|
|
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
8917
|
"12": {
|
|
8119
8918
|
"$type": "spacing",
|
|
8120
8919
|
"$value": "{post.core.dimension.12}"
|
|
8121
8920
|
},
|
|
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
8921
|
"16": {
|
|
8131
8922
|
"$type": "spacing",
|
|
8132
8923
|
"$value": "{post.core.dimension.16}"
|
|
8133
8924
|
},
|
|
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
8925
|
"24": {
|
|
8151
8926
|
"$type": "spacing",
|
|
8152
8927
|
"$value": "{post.core.dimension.24}"
|
|
8153
8928
|
},
|
|
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
8929
|
"32": {
|
|
8167
8930
|
"$type": "spacing",
|
|
8168
8931
|
"$value": "{post.core.dimension.32}"
|
|
8169
8932
|
},
|
|
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
8933
|
"40": {
|
|
8179
8934
|
"$type": "spacing",
|
|
8180
8935
|
"$value": "{post.core.dimension.40}"
|
|
@@ -8191,25 +8946,25 @@
|
|
|
8191
8946
|
"$type": "spacing",
|
|
8192
8947
|
"$value": "{post.core.dimension.64}"
|
|
8193
8948
|
},
|
|
8194
|
-
"
|
|
8949
|
+
"72": {
|
|
8195
8950
|
"$type": "spacing",
|
|
8196
|
-
"$value": "{post.core.dimension.
|
|
8951
|
+
"$value": "{post.core.dimension.72}"
|
|
8197
8952
|
},
|
|
8198
8953
|
"80": {
|
|
8199
8954
|
"$type": "spacing",
|
|
8200
8955
|
"$value": "{post.core.dimension.80}"
|
|
8201
8956
|
},
|
|
8202
|
-
"
|
|
8957
|
+
"88": {
|
|
8203
8958
|
"$type": "spacing",
|
|
8204
|
-
"$value": "{post.core.dimension.
|
|
8959
|
+
"$value": "{post.core.dimension.88}"
|
|
8205
8960
|
},
|
|
8206
|
-
"
|
|
8961
|
+
"96": {
|
|
8207
8962
|
"$type": "spacing",
|
|
8208
|
-
"$value": "{post.core.dimension.
|
|
8963
|
+
"$value": "{post.core.dimension.96}"
|
|
8209
8964
|
},
|
|
8210
|
-
"
|
|
8965
|
+
"104": {
|
|
8211
8966
|
"$type": "spacing",
|
|
8212
|
-
"$value": "{post.core.dimension.
|
|
8967
|
+
"$value": "{post.core.dimension.104}"
|
|
8213
8968
|
},
|
|
8214
8969
|
"auto": {
|
|
8215
8970
|
"$type": "spacing",
|
|
@@ -8229,18 +8984,10 @@
|
|
|
8229
8984
|
"$type": "spacing",
|
|
8230
8985
|
"$value": "{post.core.dimension.2}"
|
|
8231
8986
|
},
|
|
8232
|
-
"3": {
|
|
8233
|
-
"$type": "spacing",
|
|
8234
|
-
"$value": "{post.core.dimension.3}"
|
|
8235
|
-
},
|
|
8236
8987
|
"4": {
|
|
8237
8988
|
"$type": "spacing",
|
|
8238
8989
|
"$value": "{post.core.dimension.4}"
|
|
8239
8990
|
},
|
|
8240
|
-
"5": {
|
|
8241
|
-
"$type": "spacing",
|
|
8242
|
-
"$value": "{post.core.dimension.5}"
|
|
8243
|
-
},
|
|
8244
8991
|
"6": {
|
|
8245
8992
|
"$type": "spacing",
|
|
8246
8993
|
"$value": "{post.core.dimension.6}"
|
|
@@ -8249,74 +8996,22 @@
|
|
|
8249
8996
|
"$type": "spacing",
|
|
8250
8997
|
"$value": "{post.core.dimension.8}"
|
|
8251
8998
|
},
|
|
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
8999
|
"12": {
|
|
8261
9000
|
"$type": "spacing",
|
|
8262
9001
|
"$value": "{post.core.dimension.12}"
|
|
8263
9002
|
},
|
|
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
9003
|
"16": {
|
|
8273
9004
|
"$type": "spacing",
|
|
8274
9005
|
"$value": "{post.core.dimension.16}"
|
|
8275
9006
|
},
|
|
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
9007
|
"24": {
|
|
8293
9008
|
"$type": "spacing",
|
|
8294
9009
|
"$value": "{post.core.dimension.24}"
|
|
8295
9010
|
},
|
|
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
9011
|
"32": {
|
|
8309
9012
|
"$type": "spacing",
|
|
8310
9013
|
"$value": "{post.core.dimension.32}"
|
|
8311
9014
|
},
|
|
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
9015
|
"40": {
|
|
8321
9016
|
"$type": "spacing",
|
|
8322
9017
|
"$value": "{post.core.dimension.40}"
|
|
@@ -8333,25 +9028,29 @@
|
|
|
8333
9028
|
"$type": "spacing",
|
|
8334
9029
|
"$value": "{post.core.dimension.64}"
|
|
8335
9030
|
},
|
|
8336
|
-
"
|
|
9031
|
+
"72": {
|
|
8337
9032
|
"$type": "spacing",
|
|
8338
|
-
"$value": "{post.core.dimension.
|
|
9033
|
+
"$value": "{post.core.dimension.72}"
|
|
8339
9034
|
},
|
|
8340
9035
|
"80": {
|
|
8341
9036
|
"$type": "spacing",
|
|
8342
9037
|
"$value": "{post.core.dimension.80}"
|
|
8343
9038
|
},
|
|
9039
|
+
"88": {
|
|
9040
|
+
"$type": "spacing",
|
|
9041
|
+
"$value": "{post.core.dimension.88}"
|
|
9042
|
+
},
|
|
8344
9043
|
"96": {
|
|
8345
9044
|
"$type": "spacing",
|
|
8346
9045
|
"$value": "{post.core.dimension.96}"
|
|
8347
9046
|
},
|
|
8348
|
-
"
|
|
9047
|
+
"104": {
|
|
8349
9048
|
"$type": "spacing",
|
|
8350
|
-
"$value": "{post.core.dimension.
|
|
9049
|
+
"$value": "{post.core.dimension.104}"
|
|
8351
9050
|
},
|
|
8352
|
-
"
|
|
9051
|
+
"auto": {
|
|
8353
9052
|
"$type": "spacing",
|
|
8354
|
-
"$value": "
|
|
9053
|
+
"$value": "auto"
|
|
8355
9054
|
}
|
|
8356
9055
|
},
|
|
8357
9056
|
"gap": {
|
|
@@ -8367,18 +9066,10 @@
|
|
|
8367
9066
|
"$type": "spacing",
|
|
8368
9067
|
"$value": "{post.core.dimension.2}"
|
|
8369
9068
|
},
|
|
8370
|
-
"3": {
|
|
8371
|
-
"$type": "spacing",
|
|
8372
|
-
"$value": "{post.core.dimension.3}"
|
|
8373
|
-
},
|
|
8374
9069
|
"4": {
|
|
8375
9070
|
"$type": "spacing",
|
|
8376
9071
|
"$value": "{post.core.dimension.4}"
|
|
8377
9072
|
},
|
|
8378
|
-
"5": {
|
|
8379
|
-
"$type": "spacing",
|
|
8380
|
-
"$value": "{post.core.dimension.5}"
|
|
8381
|
-
},
|
|
8382
9073
|
"6": {
|
|
8383
9074
|
"$type": "spacing",
|
|
8384
9075
|
"$value": "{post.core.dimension.6}"
|
|
@@ -8387,74 +9078,22 @@
|
|
|
8387
9078
|
"$type": "spacing",
|
|
8388
9079
|
"$value": "{post.core.dimension.8}"
|
|
8389
9080
|
},
|
|
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
9081
|
"12": {
|
|
8399
9082
|
"$type": "spacing",
|
|
8400
9083
|
"$value": "{post.core.dimension.12}"
|
|
8401
9084
|
},
|
|
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
9085
|
"16": {
|
|
8411
9086
|
"$type": "spacing",
|
|
8412
9087
|
"$value": "{post.core.dimension.16}"
|
|
8413
9088
|
},
|
|
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
9089
|
"24": {
|
|
8431
9090
|
"$type": "spacing",
|
|
8432
9091
|
"$value": "{post.core.dimension.24}"
|
|
8433
9092
|
},
|
|
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
9093
|
"32": {
|
|
8447
9094
|
"$type": "spacing",
|
|
8448
9095
|
"$value": "{post.core.dimension.32}"
|
|
8449
9096
|
},
|
|
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
9097
|
"40": {
|
|
8459
9098
|
"$type": "spacing",
|
|
8460
9099
|
"$value": "{post.core.dimension.40}"
|
|
@@ -8471,25 +9110,29 @@
|
|
|
8471
9110
|
"$type": "spacing",
|
|
8472
9111
|
"$value": "{post.core.dimension.64}"
|
|
8473
9112
|
},
|
|
8474
|
-
"
|
|
9113
|
+
"72": {
|
|
8475
9114
|
"$type": "spacing",
|
|
8476
|
-
"$value": "{post.core.dimension.
|
|
9115
|
+
"$value": "{post.core.dimension.72}"
|
|
8477
9116
|
},
|
|
8478
9117
|
"80": {
|
|
8479
9118
|
"$type": "spacing",
|
|
8480
|
-
"$value": "{post.core.dimension.80}"
|
|
9119
|
+
"$value": "{post.core.dimension.80}"
|
|
9120
|
+
},
|
|
9121
|
+
"88": {
|
|
9122
|
+
"$type": "spacing",
|
|
9123
|
+
"$value": "{post.core.dimension.88}"
|
|
8481
9124
|
},
|
|
8482
9125
|
"96": {
|
|
8483
9126
|
"$type": "spacing",
|
|
8484
9127
|
"$value": "{post.core.dimension.96}"
|
|
8485
9128
|
},
|
|
8486
|
-
"
|
|
9129
|
+
"104": {
|
|
8487
9130
|
"$type": "spacing",
|
|
8488
|
-
"$value": "{post.core.dimension.
|
|
9131
|
+
"$value": "{post.core.dimension.104}"
|
|
8489
9132
|
},
|
|
8490
|
-
"
|
|
9133
|
+
"auto": {
|
|
8491
9134
|
"$type": "spacing",
|
|
8492
|
-
"$value": "
|
|
9135
|
+
"$value": "auto"
|
|
8493
9136
|
}
|
|
8494
9137
|
}
|
|
8495
9138
|
}
|
|
@@ -8528,23 +9171,77 @@
|
|
|
8528
9171
|
}
|
|
8529
9172
|
}
|
|
8530
9173
|
},
|
|
8531
|
-
"Utilities/
|
|
9174
|
+
"Utilities/Elevation": {
|
|
8532
9175
|
"post": {
|
|
8533
9176
|
"utility": {
|
|
8534
|
-
"
|
|
8535
|
-
"
|
|
8536
|
-
"$type": "
|
|
8537
|
-
"$value": "{post.device.
|
|
9177
|
+
"elevation": {
|
|
9178
|
+
"100": {
|
|
9179
|
+
"$type": "boxShadow",
|
|
9180
|
+
"$value": "{post.device.elevation.100}"
|
|
8538
9181
|
},
|
|
8539
|
-
"
|
|
8540
|
-
"$type": "
|
|
8541
|
-
"$value": "{post.device.
|
|
9182
|
+
"200": {
|
|
9183
|
+
"$type": "boxShadow",
|
|
9184
|
+
"$value": "{post.device.elevation.200}"
|
|
8542
9185
|
},
|
|
8543
|
-
"
|
|
8544
|
-
"$type": "
|
|
8545
|
-
"$value": "{post.device.
|
|
9186
|
+
"300": {
|
|
9187
|
+
"$type": "boxShadow",
|
|
9188
|
+
"$value": "{post.device.elevation.300}"
|
|
9189
|
+
},
|
|
9190
|
+
"400": {
|
|
9191
|
+
"$type": "boxShadow",
|
|
9192
|
+
"$value": "{post.device.elevation.400}"
|
|
9193
|
+
},
|
|
9194
|
+
"500": {
|
|
9195
|
+
"$type": "boxShadow",
|
|
9196
|
+
"$value": "{post.device.elevation.500}"
|
|
9197
|
+
}
|
|
9198
|
+
}
|
|
9199
|
+
}
|
|
9200
|
+
}
|
|
9201
|
+
},
|
|
9202
|
+
"Utilities/Border": {
|
|
9203
|
+
"post": {
|
|
9204
|
+
"utility": {
|
|
9205
|
+
"border-width": {
|
|
9206
|
+
"1": {
|
|
9207
|
+
"$type": "borderWidth",
|
|
9208
|
+
"$value": "{post.core.dimension.1}"
|
|
9209
|
+
},
|
|
9210
|
+
"2": {
|
|
9211
|
+
"$type": "borderWidth",
|
|
9212
|
+
"$value": "{post.core.dimension.2}"
|
|
8546
9213
|
}
|
|
8547
9214
|
},
|
|
9215
|
+
"border-radius": {
|
|
9216
|
+
"4": {
|
|
9217
|
+
"$type": "borderRadius",
|
|
9218
|
+
"$value": "{post.core.dimension.4}"
|
|
9219
|
+
},
|
|
9220
|
+
"8": {
|
|
9221
|
+
"$type": "borderRadius",
|
|
9222
|
+
"$value": "{post.core.dimension.8}"
|
|
9223
|
+
}
|
|
9224
|
+
},
|
|
9225
|
+
"border-default": {
|
|
9226
|
+
"width": {
|
|
9227
|
+
"$type": "borderWidth",
|
|
9228
|
+
"$value": "{post.core.dimension.1}"
|
|
9229
|
+
},
|
|
9230
|
+
"radius": {
|
|
9231
|
+
"$type": "borderRadius",
|
|
9232
|
+
"$value": "{post.core.dimension.4}"
|
|
9233
|
+
},
|
|
9234
|
+
"color": {
|
|
9235
|
+
"$type": "color",
|
|
9236
|
+
"$value": "{post.scheme.color.surface.default.stroke}"
|
|
9237
|
+
}
|
|
9238
|
+
}
|
|
9239
|
+
}
|
|
9240
|
+
}
|
|
9241
|
+
},
|
|
9242
|
+
"Utilities/Typo": {
|
|
9243
|
+
"post": {
|
|
9244
|
+
"utility": {
|
|
8548
9245
|
"font-weight": {
|
|
8549
9246
|
"regular": {
|
|
8550
9247
|
"$type": "fontWeights",
|
|
@@ -8582,6 +9279,58 @@
|
|
|
8582
9279
|
"$type": "letterSpacing",
|
|
8583
9280
|
"$value": "{post.core.letter-spacing.default}"
|
|
8584
9281
|
}
|
|
9282
|
+
},
|
|
9283
|
+
"font-size": {
|
|
9284
|
+
"1": {
|
|
9285
|
+
"$type": "fontSizes",
|
|
9286
|
+
"$value": "{post.device.font-size.1}",
|
|
9287
|
+
"$description": "Used in H1 adapts on Deskto, Tablet and Mobile"
|
|
9288
|
+
},
|
|
9289
|
+
"2": {
|
|
9290
|
+
"$type": "fontSizes",
|
|
9291
|
+
"$value": "{post.device.font-size.2}",
|
|
9292
|
+
"$description": "Used in H2, addapts on Device"
|
|
9293
|
+
},
|
|
9294
|
+
"3": {
|
|
9295
|
+
"$type": "fontSizes",
|
|
9296
|
+
"$value": "{post.device.font-size.3}",
|
|
9297
|
+
"$description": "Used H3 and legend big"
|
|
9298
|
+
},
|
|
9299
|
+
"4": {
|
|
9300
|
+
"$type": "fontSizes",
|
|
9301
|
+
"$value": "{post.device.font-size.4}",
|
|
9302
|
+
"$description": "Used in H4"
|
|
9303
|
+
},
|
|
9304
|
+
"5": {
|
|
9305
|
+
"$type": "fontSizes",
|
|
9306
|
+
"$value": "{post.device.font-size.5}",
|
|
9307
|
+
"$description": "Used in H5"
|
|
9308
|
+
},
|
|
9309
|
+
"6": {
|
|
9310
|
+
"$type": "fontSizes",
|
|
9311
|
+
"$value": "{post.device.font-size.6}",
|
|
9312
|
+
"$description": "Used in H6 and as a default size"
|
|
9313
|
+
},
|
|
9314
|
+
"7": {
|
|
9315
|
+
"$type": "fontSizes",
|
|
9316
|
+
"$value": "{post.device.font-size.7}"
|
|
9317
|
+
},
|
|
9318
|
+
"8": {
|
|
9319
|
+
"$type": "fontSizes",
|
|
9320
|
+
"$value": "{post.device.font-size.8}"
|
|
9321
|
+
},
|
|
9322
|
+
"9": {
|
|
9323
|
+
"$type": "fontSizes",
|
|
9324
|
+
"$value": "{post.device.font-size.9}"
|
|
9325
|
+
},
|
|
9326
|
+
"10": {
|
|
9327
|
+
"$type": "fontSizes",
|
|
9328
|
+
"$value": "{post.device.font-size.10}"
|
|
9329
|
+
},
|
|
9330
|
+
"11": {
|
|
9331
|
+
"$type": "fontSizes",
|
|
9332
|
+
"$value": "{post.device.font-size.11}"
|
|
9333
|
+
}
|
|
8585
9334
|
}
|
|
8586
9335
|
}
|
|
8587
9336
|
}
|
|
@@ -8625,7 +9374,7 @@
|
|
|
8625
9374
|
},
|
|
8626
9375
|
"fg": {
|
|
8627
9376
|
"$type": "color",
|
|
8628
|
-
"$value": "{post.theme.color.palettes.brand.fg}"
|
|
9377
|
+
"$value": "{post.theme.color.palettes.brand.fg-accent}"
|
|
8629
9378
|
},
|
|
8630
9379
|
"bg-scheme": {
|
|
8631
9380
|
"$type": "text",
|
|
@@ -8639,7 +9388,7 @@
|
|
|
8639
9388
|
},
|
|
8640
9389
|
"fg": {
|
|
8641
9390
|
"$type": "color",
|
|
8642
|
-
"$value": "{post.theme.color.palettes.accent.fg}"
|
|
9391
|
+
"$value": "{post.theme.color.palettes.accent.fg-accent}"
|
|
8643
9392
|
},
|
|
8644
9393
|
"bg-scheme": {
|
|
8645
9394
|
"$type": "text",
|
|
@@ -8700,53 +9449,6 @@
|
|
|
8700
9449
|
"$figmaCollectionId": "VariableCollectionId:718:1595",
|
|
8701
9450
|
"$figmaModeId": "718:0",
|
|
8702
9451
|
"$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
9452
|
"post.core.dimension.0": "812facbf5bdccac17ef2b362a51a8f0880fa0ae8",
|
|
8751
9453
|
"post.core.dimension.1": "633af9102376b2b86a280d4487c01379eac42357",
|
|
8752
9454
|
"post.core.dimension.2": "12b3a5b4d32b0f2ccf010673077f46b14ffd8d7b",
|
|
@@ -8790,7 +9492,13 @@
|
|
|
8790
9492
|
"post.core.dimension.88": "25523ad55ba87cf27dc208a3bff2bf2cc511d68f",
|
|
8791
9493
|
"post.core.dimension.96": "c284ed2b1cd135012ce6f9a7b7709b031550b4ab",
|
|
8792
9494
|
"post.core.dimension.100": "a6b405b6955da9114e41712fd7f8413e018c81c9",
|
|
8793
|
-
"post.core.dimension.
|
|
9495
|
+
"post.core.dimension.104": "c083e2e9756c614be6300168b2280da675e6b5e4",
|
|
9496
|
+
"post.core.dimension.112": "2386461d6381c0163aca78dc3377cfcafa791039",
|
|
9497
|
+
"post.core.dimension.164": "d4e897de6a06427c57c11b83961582eb008a5b86",
|
|
9498
|
+
"post.core.dimension.180": "695dddb74cfb20e35975daeff720ae3c3b7d80a5",
|
|
9499
|
+
"post.core.dimension.188": "32589adde559f453f65e33b4efc88278897810c4",
|
|
9500
|
+
"post.core.dimension.240": "a4338047ba85e11dee1fcd657803da80c42921a8",
|
|
9501
|
+
"post.core.dimension.312": "e637f041fe5f68c44510fa6b2626da0ad59cb7af",
|
|
8794
9502
|
"post.core.dimension.1280": "80e7b3e1755e8cdce684d233544da4d76fd698dc",
|
|
8795
9503
|
"post.core.dimension.5-5": "972288dd1addb9aae5e34073da7683bc7f0a99fd",
|
|
8796
9504
|
"post.core.dimension.6-5": "ef1aee12a8f7f938117c4de244a4f37d7dfad29f",
|
|
@@ -8807,7 +9515,6 @@
|
|
|
8807
9515
|
"post.core.dimension.25-5": "52d70e1c63622fee6eeb2d8a176796da6bb60233",
|
|
8808
9516
|
"post.core.dimension.24-5": "b4bfb43876d1f47a6b0c4e965437a2f29327ff8c",
|
|
8809
9517
|
"post.core.font-weight.400": "2e0dea0ce52e09ecf1ea56fc61739b5dfd4c1335",
|
|
8810
|
-
"post.core.font-weight.500": "b4f03965c86694b373279706e6a7abd0f85ef831",
|
|
8811
9518
|
"post.core.font-weight.700": "a8572f4ab00764d5deee3d136c730ba552e3d649",
|
|
8812
9519
|
"post.core.font-weight.900": "5f8959c4864dcf53df2f1fe072a0e49024d4f55c",
|
|
8813
9520
|
"post.core.font-size.10": "9d28f418453b10ccb7dbfdbd4ebe9aac4ffe4e92",
|
|
@@ -8821,12 +9528,7 @@
|
|
|
8821
9528
|
"post.core.font-size.32": "468652535b4d230b8aacbfdad93b0ac69dd79f5e",
|
|
8822
9529
|
"post.core.font-size.36": "d915e690bf9ee5217752fd9d94f42d744e82aa92",
|
|
8823
9530
|
"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"
|
|
9531
|
+
"post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064"
|
|
8830
9532
|
}
|
|
8831
9533
|
},
|
|
8832
9534
|
{
|
|
@@ -8957,7 +9659,9 @@
|
|
|
8957
9659
|
"post.scheme.color.interactive.notification.error.bg": "6165ecb63010c190df5bf65b59d442a4f802a05d",
|
|
8958
9660
|
"post.scheme.color.interactive.notification.error.icon": "6a602959aae6c213148ff0f586280a123ebff780",
|
|
8959
9661
|
"post.scheme.color.interactive.notification.error.stroke": "f6a25a2fe2b3146d1684d3906e635ef9505a4c23",
|
|
8960
|
-
"post.scheme.color.interactive.input.
|
|
9662
|
+
"post.scheme.color.interactive.input.disabled.bg": "751b8e0c0c47287585e354becf6a35bc76d3ef30",
|
|
9663
|
+
"post.scheme.color.interactive.input.disabled.border": "03fcc579a4ae77e80ca5f0e8b4a33c17b07b9944",
|
|
9664
|
+
"post.scheme.color.interactive.input.disabled.fg": "ab50ae4da2b62ef7e661bbd499b51e51b20b6289",
|
|
8961
9665
|
"post.scheme.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19",
|
|
8962
9666
|
"post.scheme.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4",
|
|
8963
9667
|
"post.scheme.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff",
|
|
@@ -8967,13 +9671,14 @@
|
|
|
8967
9671
|
"post.scheme.color.surface.alternate.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c",
|
|
8968
9672
|
"post.scheme.color.surface.brand.bg": "5882e06454efa138fece081c28b7788f52e81621",
|
|
8969
9673
|
"post.scheme.color.surface.brand.fg": "962f01542da03311583047fbea671773938b354f",
|
|
9674
|
+
"post.scheme.color.surface.brand.fg-accent": "ada7c8de4bebbcbf62c50df5fff76ad3bddcaab0",
|
|
8970
9675
|
"post.scheme.color.surface.accent.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d",
|
|
8971
9676
|
"post.scheme.color.surface.accent.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a",
|
|
8972
9677
|
"post.scheme.color.surface.accent.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5",
|
|
8973
|
-
"post.scheme.color.
|
|
8974
|
-
"post.scheme.color.
|
|
8975
|
-
"post.scheme.color.
|
|
8976
|
-
"post.scheme.color.
|
|
9678
|
+
"post.scheme.color.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb",
|
|
9679
|
+
"post.scheme.color.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
|
|
9680
|
+
"post.scheme.color.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
|
|
9681
|
+
"post.scheme.color.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
|
|
8977
9682
|
"post.scheme.accent.bg-scheme.1": "a7a55881dbc34e6d6b85f0bd30188fb164677678",
|
|
8978
9683
|
"post.scheme.accent.bg-scheme.2": "a343e732fc434c2a0b9c1597748d8e12a1755aed",
|
|
8979
9684
|
"post.cargo.scheme.color.surface.default.bg": "41eb3ffd4461ead71c3379a48099d9c674aab882",
|
|
@@ -8989,16 +9694,24 @@
|
|
|
8989
9694
|
"post.cargo.scheme.color.surface.accent.bg": "2dc2983e13aad7ec4e60552838d56966fa9908d6",
|
|
8990
9695
|
"post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
|
|
8991
9696
|
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
|
|
9697
|
+
"post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
|
|
9698
|
+
"post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
|
|
9699
|
+
"post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
|
|
9700
|
+
"post.scheme.accent.bg-scheme.3": "0106bc04b451141953177f24e474d471dc33ee76",
|
|
8992
9701
|
"post.scheme.color.signal.neutral-dark": "790da7ad43fa67de3b2da99582d332791fb09e9f",
|
|
8993
9702
|
"post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198",
|
|
9703
|
+
"post.scheme.color.interactive.primary.enabled.stroke4": "f1f06537fe6c95eec77840e0dab059e57cc12e74",
|
|
9704
|
+
"post.scheme.color.interactive.primary.hover.bg4": "d3918bf7c67c4a7affab4f0d215c04e4466ef6ff",
|
|
8994
9705
|
"post.scheme.color.interactive.input.enabled.bg": "ee1559ba9c687a96a4f52b60241ad08d6af675ef",
|
|
8995
9706
|
"post.scheme.color.interactive.input.enabled.fg": "c0b646bc7315b3eb57777ada948f08b0fd3d718d",
|
|
9707
|
+
"post.scheme.color.interactive.input.enabled.border": "0acd1351445659355ab8d6f7f370fe1c217ebe91",
|
|
8996
9708
|
"post.scheme.color.interactive.input.hover.bg": "9e0464752dbef48d2c13c82b1865fb29baa976d6",
|
|
8997
9709
|
"post.scheme.color.interactive.input.hover.fg": "4191ea628c0c943fa24e832a57e02fce109f0a73",
|
|
8998
9710
|
"post.scheme.color.interactive.input.hover.border": "69ac281e1d33ebdb46f1512dd957323d89a6cc66",
|
|
8999
|
-
"post.scheme.color.interactive.
|
|
9000
|
-
"post.scheme.color.interactive.
|
|
9001
|
-
"post.scheme.color.
|
|
9711
|
+
"post.scheme.color.interactive.card.hover.bg": "1d66654cac7bffff73a6850b64c4f9ea5a6d3f51",
|
|
9712
|
+
"post.scheme.color.interactive.card.hover.fg": "46768fb35f93053ac5e9e323bc5d77fad6336fad",
|
|
9713
|
+
"post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275",
|
|
9714
|
+
"post.scheme.accent.bg-scheme.4": "93190d8981d4ec64741cf112817fe3f14c0a9381"
|
|
9002
9715
|
}
|
|
9003
9716
|
},
|
|
9004
9717
|
{
|
|
@@ -9089,6 +9802,7 @@
|
|
|
9089
9802
|
"post.scheme.color.interactive.primary.enabled.bg2": "150fee6272f684bfe2932f0fc85f5b988a749191",
|
|
9090
9803
|
"post.scheme.color.interactive.primary.enabled.stroke3": "915dad4def2d9fda8bd134433dafb0b433520681",
|
|
9091
9804
|
"post.scheme.color.interactive.primary.enabled.bg3": "2ce7249ce3193851128c93a6f2b7ef668ae528ae",
|
|
9805
|
+
"post.scheme.color.interactive.primary.enabled.stroke4": "f1f06537fe6c95eec77840e0dab059e57cc12e74",
|
|
9092
9806
|
"post.scheme.color.interactive.primary.hover.bg": "7aedb66803c7fad003929ca6c81bb7d7737b0d57",
|
|
9093
9807
|
"post.scheme.color.interactive.primary.hover.fg1": "7ef9cbf8cb729ee722b988ddac31fd390616e276",
|
|
9094
9808
|
"post.scheme.color.interactive.primary.hover.stroke": "9e140f920b59b23489a7c75c4b6990ee27d39cb4",
|
|
@@ -9096,6 +9810,7 @@
|
|
|
9096
9810
|
"post.scheme.color.interactive.primary.hover.bg2": "367bc693723ef1f5c1f9c0961eeb4ab430b9319a",
|
|
9097
9811
|
"post.scheme.color.interactive.primary.hover.stroke3": "14a61f7a4a47175acaef2dd2464dca3c3b7bfb68",
|
|
9098
9812
|
"post.scheme.color.interactive.primary.hover.bg3": "bb64afac2be48ddd31b986e67cd8338ebf30c3cc",
|
|
9813
|
+
"post.scheme.color.interactive.primary.hover.bg4": "d3918bf7c67c4a7affab4f0d215c04e4466ef6ff",
|
|
9099
9814
|
"post.scheme.color.interactive.primary.disabled.bg": "a2b9d1dcc588fb5bd222834e7583e8cfab2c4e88",
|
|
9100
9815
|
"post.scheme.color.interactive.primary.disabled.fg1": "f5fd0ffa2898c59c2589c2f9c6f958ada58fec31",
|
|
9101
9816
|
"post.scheme.color.interactive.primary.disabled.stroke": "1174333c039cf82fded01d5674787c0587c1b043",
|
|
@@ -9140,6 +9855,8 @@
|
|
|
9140
9855
|
"post.scheme.color.interactive.input.disabled.bg": "751b8e0c0c47287585e354becf6a35bc76d3ef30",
|
|
9141
9856
|
"post.scheme.color.interactive.input.disabled.fg": "ab50ae4da2b62ef7e661bbd499b51e51b20b6289",
|
|
9142
9857
|
"post.scheme.color.interactive.input.disabled.border": "03fcc579a4ae77e80ca5f0e8b4a33c17b07b9944",
|
|
9858
|
+
"post.scheme.color.interactive.card.hover.bg": "1d66654cac7bffff73a6850b64c4f9ea5a6d3f51",
|
|
9859
|
+
"post.scheme.color.interactive.card.hover.fg": "46768fb35f93053ac5e9e323bc5d77fad6336fad",
|
|
9143
9860
|
"post.scheme.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19",
|
|
9144
9861
|
"post.scheme.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4",
|
|
9145
9862
|
"post.scheme.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff",
|
|
@@ -9149,13 +9866,14 @@
|
|
|
9149
9866
|
"post.scheme.color.surface.alternate.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c",
|
|
9150
9867
|
"post.scheme.color.surface.brand.bg": "5882e06454efa138fece081c28b7788f52e81621",
|
|
9151
9868
|
"post.scheme.color.surface.brand.fg": "962f01542da03311583047fbea671773938b354f",
|
|
9869
|
+
"post.scheme.color.surface.brand.fg-accent": "ada7c8de4bebbcbf62c50df5fff76ad3bddcaab0",
|
|
9152
9870
|
"post.scheme.color.surface.accent.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d",
|
|
9153
9871
|
"post.scheme.color.surface.accent.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a",
|
|
9154
9872
|
"post.scheme.color.surface.accent.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5",
|
|
9155
|
-
"post.scheme.color.
|
|
9156
|
-
"post.scheme.color.
|
|
9157
|
-
"post.scheme.color.
|
|
9158
|
-
"post.scheme.color.
|
|
9873
|
+
"post.scheme.color.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb",
|
|
9874
|
+
"post.scheme.color.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c",
|
|
9875
|
+
"post.scheme.color.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2",
|
|
9876
|
+
"post.scheme.color.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c",
|
|
9159
9877
|
"post.scheme.accent.bg-scheme.1": "a7a55881dbc34e6d6b85f0bd30188fb164677678",
|
|
9160
9878
|
"post.scheme.accent.bg-scheme.2": "a343e732fc434c2a0b9c1597748d8e12a1755aed",
|
|
9161
9879
|
"post.cargo.scheme.color.surface.default.bg": "41eb3ffd4461ead71c3379a48099d9c674aab882",
|
|
@@ -9170,7 +9888,14 @@
|
|
|
9170
9888
|
"post.cargo.scheme.color.surface.brand.fg-accent": "15eac3957d30e8b21001a30f17a62fd362e0c5f0",
|
|
9171
9889
|
"post.cargo.scheme.color.surface.accent.bg": "2dc2983e13aad7ec4e60552838d56966fa9908d6",
|
|
9172
9890
|
"post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
|
|
9173
|
-
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2"
|
|
9891
|
+
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
|
|
9892
|
+
"post.scheme.color.surface.brand.secondary-bg": "67a767b7412ecd8f80d74d6c45df95dc3404d5f6",
|
|
9893
|
+
"post.scheme.color.surface.alternate.secondary-bg": "37fe3d392e7edfa847c040ca2eb0f66679ff2275",
|
|
9894
|
+
"post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
|
|
9895
|
+
"post.cargo.scheme.color.surface.brand.secondary-bg": "314623188e983ad86a426c367f3aae8afa2e3912",
|
|
9896
|
+
"post.scheme.accent.bg-scheme.3": "0106bc04b451141953177f24e474d471dc33ee76",
|
|
9897
|
+
"post.scheme.accent.bg-scheme.4": "93190d8981d4ec64741cf112817fe3f14c0a9381",
|
|
9898
|
+
"post.scheme.color.surface.accent.secondary-bg": "c3b14ae4cf48b1e003ab0fb1481649418ed1eba9"
|
|
9174
9899
|
},
|
|
9175
9900
|
"group": "Scheme"
|
|
9176
9901
|
},
|
|
@@ -9197,19 +9922,20 @@
|
|
|
9197
9922
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9198
9923
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9199
9924
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
9200
|
-
"post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
|
|
9201
9925
|
"post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880",
|
|
9202
9926
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
9203
9927
|
"post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b",
|
|
9204
9928
|
"post.device.spacing.gap.inline.2": "faef610241a69748e62611b8e146f6780dae7d0e",
|
|
9205
9929
|
"post.device.spacing.gap.inline.6": "a4a768a75fb809028d28930d42fe095c1875c7df",
|
|
9206
9930
|
"post.device.spacing.gap.inline.7": "a8c917d557703948fc61241fda83874f6d2c75ee",
|
|
9931
|
+
"post.device.spacing.gap.inline.8": "6472180c9d58176954f7965f93cfbc74c315081a",
|
|
9207
9932
|
"post.device.spacing.gap.inline.10": "81e09d5b1f61262740353488c84a3e1dc09d83c0",
|
|
9208
9933
|
"post.device.spacing.gap.inline.12": "08cc3d16fcc5545ccd3b3ec7f8247381e57fd571",
|
|
9209
9934
|
"post.device.spacing.padding.1": "c4635d29cc336f857c6c8e52ab3e7cb19b1812c2",
|
|
9210
9935
|
"post.device.spacing.padding.9": "c0b5a059bf7cd0b40c2f02d89edeec9fe7871c93",
|
|
9211
9936
|
"post.device.spacing.padding.10": "d1b5c21d7ecc760ef668bf2fff454f8404b035ae",
|
|
9212
9937
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
9938
|
+
"post.device.spacing.padding.20": "22e4ea167fefef44efa7dcf2ffb98e4da74d5ce3",
|
|
9213
9939
|
"post.device.spacing.padding.block.1": "df1d5f20317d135e92c2f76c6de8670f83d52045",
|
|
9214
9940
|
"post.device.spacing.padding.block.3": "931df8e83a599b6ed42ac07836bb9f628df95a11",
|
|
9215
9941
|
"post.device.spacing.padding.block.6": "fb123d11d6498d112c4d36a4fdef5bacafae88ae",
|
|
@@ -9242,6 +9968,7 @@
|
|
|
9242
9968
|
"post.device.sizing.interactive.stepper.indicator": "da5a12871e0e8fd98b8d214909c46c5d775861dc",
|
|
9243
9969
|
"post.device.sizing.interactive.button.height.1": "d1728826d76d3d661dd12e94675a8747f6901a9a",
|
|
9244
9970
|
"post.device.sizing.interactive.button.height.2": "e7eae917eff97ee0a0cdfb55a874faf067f272bb",
|
|
9971
|
+
"post.device.sizing.interactive.button.height.3": "6c17f23a6cc58114cabfe64b0c8a3598aba6b9d1",
|
|
9245
9972
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
9246
9973
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
9247
9974
|
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
@@ -9261,6 +9988,8 @@
|
|
|
9261
9988
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
9262
9989
|
"post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb",
|
|
9263
9990
|
"post.device.sizing.logo.1": "511ede0fb883d4fc1798f6a9f84f4b93011cf334",
|
|
9991
|
+
"post.device.sizing.content.height.1": "cf98f9b4a0a3f7e03bc33f6b1a0521fae568dac5",
|
|
9992
|
+
"post.device.sizing.content.height.2": "5fb86f9c31d8b994ad860fc44c56bb35a1eb6c7b",
|
|
9264
9993
|
"post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc",
|
|
9265
9994
|
"post.device.font-weight.regular": "63954de676cfeffcb52798776599f7a676db2327",
|
|
9266
9995
|
"post.device.font-weight.black": "e4cfc49770e938bbde9dd1499500d3c90db21bbf",
|
|
@@ -9268,6 +9997,8 @@
|
|
|
9268
9997
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
9269
9998
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9270
9999
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10000
|
+
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
10001
|
+
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
9271
10002
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
9272
10003
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
9273
10004
|
"post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
|
|
@@ -9308,6 +10039,7 @@
|
|
|
9308
10039
|
"post.device.sizing.interactive.icon.size4": "2c0942fd50bd63a9509f8550fc6a38642e9001d8",
|
|
9309
10040
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
9310
10041
|
"post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d",
|
|
10042
|
+
"post.device.border-radius.3": "b972057878f9c3058a0accda97626c0f229213a1",
|
|
9311
10043
|
"post.device.border-radius.round": "055c77f9d3dcf72433a5321df80ed3a62e9501b2",
|
|
9312
10044
|
"post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc",
|
|
9313
10045
|
"post.device.border-width.default": "e5f71facc552cd21f6cd7daa18a64c8e8e5ce6a6",
|
|
@@ -9343,14 +10075,15 @@
|
|
|
9343
10075
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9344
10076
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9345
10077
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
9346
|
-
"post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
|
|
9347
10078
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
10079
|
+
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b",
|
|
9348
10080
|
"post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676",
|
|
9349
10081
|
"post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b",
|
|
9350
10082
|
"post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b",
|
|
9351
10083
|
"post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1",
|
|
9352
10084
|
"post.device.spacing.gap.inline.2": "faef610241a69748e62611b8e146f6780dae7d0e",
|
|
9353
10085
|
"post.device.spacing.gap.inline.7": "a8c917d557703948fc61241fda83874f6d2c75ee",
|
|
10086
|
+
"post.device.spacing.gap.inline.8": "6472180c9d58176954f7965f93cfbc74c315081a",
|
|
9354
10087
|
"post.device.spacing.gap.inline.10": "81e09d5b1f61262740353488c84a3e1dc09d83c0",
|
|
9355
10088
|
"post.device.spacing.gap.inline.11": "405d0145989ecb75d86a7ed2e64daac180a40c14",
|
|
9356
10089
|
"post.device.spacing.gap.inline.12": "08cc3d16fcc5545ccd3b3ec7f8247381e57fd571",
|
|
@@ -9362,6 +10095,7 @@
|
|
|
9362
10095
|
"post.device.spacing.padding.17": "5fea0baf712055946b3ce5fdb1289b2f9ad424a1",
|
|
9363
10096
|
"post.device.spacing.padding.18": "9746d6a47fdd5e9c4cb0b91366e04d67b56fe18b",
|
|
9364
10097
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
10098
|
+
"post.device.spacing.padding.20": "22e4ea167fefef44efa7dcf2ffb98e4da74d5ce3",
|
|
9365
10099
|
"post.device.spacing.padding.inline.5": "0d48e4a92e523fb69ae371e37c6ff79d6d255cc5",
|
|
9366
10100
|
"post.device.spacing.padding.inline.6": "211520f2bb91c1d8315cefb31dc55d7dde233be7",
|
|
9367
10101
|
"post.device.spacing.padding.inline.7": "119d660b20f161bb94da756fdf2bc0c889115aaa",
|
|
@@ -9395,10 +10129,10 @@
|
|
|
9395
10129
|
"post.device.sizing.interactive.stepper.indicator": "da5a12871e0e8fd98b8d214909c46c5d775861dc",
|
|
9396
10130
|
"post.device.sizing.interactive.button.height.1": "d1728826d76d3d661dd12e94675a8747f6901a9a",
|
|
9397
10131
|
"post.device.sizing.interactive.button.height.2": "e7eae917eff97ee0a0cdfb55a874faf067f272bb",
|
|
10132
|
+
"post.device.sizing.interactive.button.height.3": "6c17f23a6cc58114cabfe64b0c8a3598aba6b9d1",
|
|
9398
10133
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
9399
10134
|
"post.device.sizing.interactive.button.appstore.width.google": "45676eca5b6cc6fe0e8aa6431e7ada19e0abd54c",
|
|
9400
10135
|
"post.device.sizing.interactive.button.appstore.width.apple": "882d2d5cf93f32234520f8ff0d68f15081b8e2b8",
|
|
9401
|
-
"post.device.sizing.interactive.button.icon.2": "020306b9df898e80b1ad2fce35370f84d74a35ab",
|
|
9402
10136
|
"post.device.sizing.interactive.button.icon.3": "d21605dd30448c6478673e12f93eed8b5d062109",
|
|
9403
10137
|
"post.device.sizing.interactive.button.icon.4": "b8a4bf8909540367fcf86b497a5733a2e6fb5649",
|
|
9404
10138
|
"post.device.sizing.interactive.button.icon.5": "ae12b05c26a703db780c6ddbd006a08c9aae5f19",
|
|
@@ -9411,12 +10145,14 @@
|
|
|
9411
10145
|
"post.device.sizing.icon.1": "63ee615aaef915749d1d844a254f9c1a45944dd9",
|
|
9412
10146
|
"post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb",
|
|
9413
10147
|
"post.device.sizing.logo.1": "511ede0fb883d4fc1798f6a9f84f4b93011cf334",
|
|
10148
|
+
"post.device.sizing.content.height.2": "5fb86f9c31d8b994ad860fc44c56bb35a1eb6c7b",
|
|
9414
10149
|
"post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc",
|
|
9415
10150
|
"post.device.font-weight.regular": "63954de676cfeffcb52798776599f7a676db2327",
|
|
9416
10151
|
"post.device.font-weight.black": "e4cfc49770e938bbde9dd1499500d3c90db21bbf",
|
|
9417
10152
|
"post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c",
|
|
9418
10153
|
"post.device.border-width.quote": "1c2f3d93f282058f554db3737d1b131c886b81f4",
|
|
9419
10154
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
10155
|
+
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
9420
10156
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
9421
10157
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
9422
10158
|
"post.device.spacing.gap.7": "2e81b4013f10b086be0dff5a70e8b1f3950b69cc",
|
|
@@ -9452,8 +10188,10 @@
|
|
|
9452
10188
|
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
9453
10189
|
"post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67",
|
|
9454
10190
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
10191
|
+
"post.device.sizing.content.height.1": "cf98f9b4a0a3f7e03bc33f6b1a0521fae568dac5",
|
|
9455
10192
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
9456
10193
|
"post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d",
|
|
10194
|
+
"post.device.border-radius.3": "b972057878f9c3058a0accda97626c0f229213a1",
|
|
9457
10195
|
"post.device.border-radius.round": "055c77f9d3dcf72433a5321df80ed3a62e9501b2",
|
|
9458
10196
|
"post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc",
|
|
9459
10197
|
"post.device.border-width.default": "e5f71facc552cd21f6cd7daa18a64c8e8e5ce6a6",
|
|
@@ -9497,7 +10235,6 @@
|
|
|
9497
10235
|
"post.device.font-size.9": "23590915ce9c30e0caf395ad9e7fa5b10a9d6d0f",
|
|
9498
10236
|
"post.device.font-size.10": "343f6a18984d4d3979334cb11e32ca10e106937f",
|
|
9499
10237
|
"post.device.font-size.11": "9434eeebcfcc25c787d11c4b2290d3e8126a2beb",
|
|
9500
|
-
"post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b",
|
|
9501
10238
|
"post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0",
|
|
9502
10239
|
"post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc",
|
|
9503
10240
|
"post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e",
|
|
@@ -9513,6 +10250,7 @@
|
|
|
9513
10250
|
"post.device.spacing.gap.inline.5": "fb46cdac66108aa7bca975a18e871ce17a4eaa71",
|
|
9514
10251
|
"post.device.spacing.gap.inline.6": "a4a768a75fb809028d28930d42fe095c1875c7df",
|
|
9515
10252
|
"post.device.spacing.gap.inline.7": "a8c917d557703948fc61241fda83874f6d2c75ee",
|
|
10253
|
+
"post.device.spacing.gap.inline.8": "6472180c9d58176954f7965f93cfbc74c315081a",
|
|
9516
10254
|
"post.device.spacing.gap.inline.10": "81e09d5b1f61262740353488c84a3e1dc09d83c0",
|
|
9517
10255
|
"post.device.spacing.gap.inline.11": "405d0145989ecb75d86a7ed2e64daac180a40c14",
|
|
9518
10256
|
"post.device.spacing.gap.inline.12": "08cc3d16fcc5545ccd3b3ec7f8247381e57fd571",
|
|
@@ -9534,6 +10272,7 @@
|
|
|
9534
10272
|
"post.device.spacing.padding.17": "5fea0baf712055946b3ce5fdb1289b2f9ad424a1",
|
|
9535
10273
|
"post.device.spacing.padding.18": "9746d6a47fdd5e9c4cb0b91366e04d67b56fe18b",
|
|
9536
10274
|
"post.device.spacing.padding.19": "55dc6cc8355fad96a60db1e72fed720653a15b52",
|
|
10275
|
+
"post.device.spacing.padding.20": "22e4ea167fefef44efa7dcf2ffb98e4da74d5ce3",
|
|
9537
10276
|
"post.device.spacing.padding.inline.1": "6dd0e239a4087795199f786e69f14b6a93ff485c",
|
|
9538
10277
|
"post.device.spacing.padding.inline.3": "68840678b85de831c347ab8bd69931680dd08389",
|
|
9539
10278
|
"post.device.spacing.padding.inline.4": "255cacee7bf87ef4ca8143f3234f5ae6239e9c53",
|
|
@@ -9580,6 +10319,7 @@
|
|
|
9580
10319
|
"post.device.sizing.interactive.stepper.indicator": "da5a12871e0e8fd98b8d214909c46c5d775861dc",
|
|
9581
10320
|
"post.device.sizing.interactive.button.height.1": "d1728826d76d3d661dd12e94675a8747f6901a9a",
|
|
9582
10321
|
"post.device.sizing.interactive.button.height.2": "e7eae917eff97ee0a0cdfb55a874faf067f272bb",
|
|
10322
|
+
"post.device.sizing.interactive.button.height.3": "6c17f23a6cc58114cabfe64b0c8a3598aba6b9d1",
|
|
9583
10323
|
"post.device.sizing.interactive.button.height.4": "ebb3a560dc61a2887f7a174bed5dca950077cdf8",
|
|
9584
10324
|
"post.device.sizing.interactive.button.height.5": "436a60e0ceb2a414cf67c83f22509f2eaeeba7cb",
|
|
9585
10325
|
"post.device.sizing.interactive.button.height.6": "78caf6ef8cec35dc5ab0dc663c9d2747595bc9a6",
|
|
@@ -9599,8 +10339,11 @@
|
|
|
9599
10339
|
"post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1",
|
|
9600
10340
|
"post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb",
|
|
9601
10341
|
"post.device.sizing.logo.1": "511ede0fb883d4fc1798f6a9f84f4b93011cf334",
|
|
10342
|
+
"post.device.sizing.content.height.1": "cf98f9b4a0a3f7e03bc33f6b1a0521fae568dac5",
|
|
10343
|
+
"post.device.sizing.content.height.2": "5fb86f9c31d8b994ad860fc44c56bb35a1eb6c7b",
|
|
9602
10344
|
"post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d",
|
|
9603
10345
|
"post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d",
|
|
10346
|
+
"post.device.border-radius.3": "b972057878f9c3058a0accda97626c0f229213a1",
|
|
9604
10347
|
"post.device.border-radius.round": "055c77f9d3dcf72433a5321df80ed3a62e9501b2",
|
|
9605
10348
|
"post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc",
|
|
9606
10349
|
"post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc",
|
|
@@ -9617,51 +10360,10 @@
|
|
|
9617
10360
|
"post.device.position.1": "39f7571c71eb116a2c8eb1184ed6c76f98b2a288",
|
|
9618
10361
|
"post.device.position.2": "ba05cc16eebec31bed449523188a621463b014cc",
|
|
9619
10362
|
"post.device.position.3": "f3f49902f5430842db0237f43ae50d2be3d5297f",
|
|
9620
|
-
"post.device.
|
|
10363
|
+
"post.device.position.4": "8ad5558946050df69161bd3c5b65640703a1dfd2",
|
|
9621
10364
|
"post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b"
|
|
9622
10365
|
}
|
|
9623
10366
|
},
|
|
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
10367
|
{
|
|
9666
10368
|
"id": "23cee78e722277a1bbd92a0bc670d7bae720db26",
|
|
9667
10369
|
"name": "Elements",
|
|
@@ -9671,8 +10373,6 @@
|
|
|
9671
10373
|
"Device/Desktop": "source",
|
|
9672
10374
|
"Device/Tablet": "source",
|
|
9673
10375
|
"Device/Mobile": "source",
|
|
9674
|
-
"Channel/EDK": "source",
|
|
9675
|
-
"Channel/IDK": "source",
|
|
9676
10376
|
"Theme/Post": "source",
|
|
9677
10377
|
"Elements/Body": "enabled",
|
|
9678
10378
|
"Elements/Heading": "enabled",
|
|
@@ -9750,12 +10450,12 @@
|
|
|
9750
10450
|
"Device/Desktop": "source",
|
|
9751
10451
|
"Device/Tablet": "source",
|
|
9752
10452
|
"Device/Mobile": "source",
|
|
9753
|
-
"Channel/EDK": "source",
|
|
9754
|
-
"Channel/IDK": "source",
|
|
9755
10453
|
"Theme/Post": "source",
|
|
9756
10454
|
"Utilities/Color": "enabled",
|
|
9757
10455
|
"Scheme/Light": "source",
|
|
9758
|
-
"Scheme/Dark": "source"
|
|
10456
|
+
"Scheme/Dark": "source",
|
|
10457
|
+
"Utilities/Border": "enabled",
|
|
10458
|
+
"Utilities/Elevation": "enabled"
|
|
9759
10459
|
},
|
|
9760
10460
|
"$figmaCollectionId": "VariableCollectionId:3180:16768",
|
|
9761
10461
|
"$figmaModeId": "3180:0",
|
|
@@ -9763,118 +10463,84 @@
|
|
|
9763
10463
|
"post.utility.margin.0": "994e48fbd4776dab39c390d943dca51130da6e09",
|
|
9764
10464
|
"post.utility.margin.1": "d22acf341afcc6bf2d8a7edb44b12234b372a678",
|
|
9765
10465
|
"post.utility.margin.2": "792cd18025c16779f22642524cf2693d2862e869",
|
|
9766
|
-
"post.utility.margin.3": "27ce33728cc54ac5a99be072e27a3a475a14c686",
|
|
9767
10466
|
"post.utility.margin.4": "2aab29a903bc89ea2a05c5a87e713f2fb1d4661c",
|
|
9768
|
-
"post.utility.margin.5": "82af2359fae4b8c94c0b76d1da4b8caf81949aff",
|
|
9769
10467
|
"post.utility.margin.6": "e9bb2abc1a1baef7ffc2f8b39ee7a5f5546cea76",
|
|
9770
10468
|
"post.utility.margin.8": "90ff6adc1edda38c2d15c314ab3852e80cbfec33",
|
|
9771
|
-
"post.utility.margin.10": "c891b7a77cd6d59f3f03cbab7ed15ce66293b736",
|
|
9772
|
-
"post.utility.margin.11": "fe39dcf19a64718ef33824e807cb382ea5a4dcda",
|
|
9773
10469
|
"post.utility.margin.12": "58a6661d3d463224b90fd0c2a9a7f3acab2943bf",
|
|
9774
|
-
"post.utility.margin.14": "4d6a23adae274bb2dab7b588899114fd4a44a64e",
|
|
9775
|
-
"post.utility.margin.15": "609322b57dca6ee8c9c67d1f5bf4ce012a20ff8c",
|
|
9776
10470
|
"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
10471
|
"post.utility.margin.24": "5ce997ccaacbbf05f4bd2aa4c87b10223c5178d4",
|
|
9782
|
-
"post.utility.margin.26": "282562f391624cd4118db369d58b5eeda298a0c4",
|
|
9783
|
-
"post.utility.margin.28": "744128b0e883692813d6a97e56ca4018999a3362",
|
|
9784
|
-
"post.utility.margin.30": "0d4c9ee2dec67b27c109a2ebfcc371b0f3168350",
|
|
9785
10472
|
"post.utility.margin.32": "8fe22b1e34c37027c5d463c67497bad181be501b",
|
|
9786
|
-
"post.utility.margin.34": "93128cb33d7f22e162fbee9eecf7df44292080af",
|
|
9787
|
-
"post.utility.margin.36": "32147c44bb4af2f149bd41fc7b3a54c2fc6b8fa6",
|
|
9788
10473
|
"post.utility.margin.40": "7267f95965a012d30525c0d3631d4ae35fc7d53f",
|
|
9789
10474
|
"post.utility.margin.48": "61a9daf8e4cdcab8b4673c8c04f4afc8447d6333",
|
|
9790
10475
|
"post.utility.margin.56": "d0304781240330c45ba7430a90c2a7793143d803",
|
|
9791
10476
|
"post.utility.margin.64": "aa839477a59b5fae122796732fb1204166283fc9",
|
|
9792
|
-
"post.utility.margin.
|
|
10477
|
+
"post.utility.margin.72": "aa8942443a30ba878d75a3677e2ca3939a14daa4",
|
|
9793
10478
|
"post.utility.margin.80": "0c70d505eccbfae9707e0e5ae615552341ccdf64",
|
|
10479
|
+
"post.utility.margin.88": "4638b33e155f729a15aab1c545d16058b2b31794",
|
|
9794
10480
|
"post.utility.margin.96": "ff8e3f6d36789c9fe0269e784937863d9d89c453",
|
|
9795
|
-
"post.utility.margin.
|
|
9796
|
-
"post.utility.margin.112": "c0e0dea454dc89bb5f3dd4500d47fe0664eebb28",
|
|
10481
|
+
"post.utility.margin.104": "bd84f3d1dd05a741aba64b79b88856f3a930ea63",
|
|
9797
10482
|
"post.utility.margin.auto": "e62bc497929339c1a9dfd82c6d4e247eef9bdfa9",
|
|
9798
10483
|
"post.utility.padding.0": "99bb8fec49b7cf9985db6da52e4c7164284c9aa3",
|
|
9799
10484
|
"post.utility.padding.1": "ddb32b13437a08aa59f373371b666b874ff268a8",
|
|
9800
10485
|
"post.utility.padding.2": "3cccff01dc64fc2a9e7d6a0be1bdf537615f0fef",
|
|
9801
|
-
"post.utility.padding.3": "f237ba426222468ed4938562bed02a8b6e85da47",
|
|
9802
10486
|
"post.utility.padding.4": "358f104d69400746c9d3c7987c719dd22928296a",
|
|
9803
|
-
"post.utility.padding.5": "8fa9325acbef13f590f50697b059d8df0bd8e8dd",
|
|
9804
10487
|
"post.utility.padding.6": "33fbc1e48972e3389b0a719675feaf91c24ca363",
|
|
9805
10488
|
"post.utility.padding.8": "d090e48cf1172ee2320e15a678bad95aaf42a490",
|
|
9806
|
-
"post.utility.padding.10": "b0cfa11fd3087f042726e16b2c36e19a0281e10b",
|
|
9807
|
-
"post.utility.padding.11": "aca9ebd2d2bea34dbf283bd66bccfdaf6edffcb3",
|
|
9808
10489
|
"post.utility.padding.12": "86a022b8ada31b4fddb5bfac81b7cf61b640fa76",
|
|
9809
|
-
"post.utility.padding.14": "bc598ab6fd384f42b3146339a23b92fa80fa2786",
|
|
9810
|
-
"post.utility.padding.15": "8500a1c95486070177b8c5e2406928aa90af085f",
|
|
9811
10490
|
"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
10491
|
"post.utility.padding.24": "a2b5c5f7294e3c08f9b7fdb689eb7bf9b64c1f0b",
|
|
9817
|
-
"post.utility.padding.26": "02594f3cb97607860e6297c4d3f3146277ff5f59",
|
|
9818
|
-
"post.utility.padding.28": "ea71f0a6d0595df12a23e4bfd6835cf571d15c1a",
|
|
9819
|
-
"post.utility.padding.30": "768b990b8c7d18ba088ef56f6bfed4656b262b04",
|
|
9820
10492
|
"post.utility.padding.32": "03af2409261f64081f8aabcca73e472023000354",
|
|
9821
|
-
"post.utility.padding.34": "7e7c47901fe0f44866541f90db942d97845680cc",
|
|
9822
|
-
"post.utility.padding.36": "7a0c0693689769b96a6a6d0f835489071aa794d3",
|
|
9823
10493
|
"post.utility.padding.40": "32a590dc1f608b6cb067cf8f4c369e0dda1ef6dc",
|
|
9824
10494
|
"post.utility.padding.48": "1abff7489bdbe35c52d494e90b51c5997d1ad003",
|
|
9825
10495
|
"post.utility.padding.56": "18c72e41e17ee3bc5da54d5df66d6be1be653210",
|
|
9826
10496
|
"post.utility.padding.64": "cbbf8e81b37159f2b788c01a4eba6ebd6de72f71",
|
|
9827
|
-
"post.utility.padding.
|
|
10497
|
+
"post.utility.padding.72": "95fde8a83a72ee5626c3e1d8e296457ecf5cd263",
|
|
9828
10498
|
"post.utility.padding.80": "1605213520b2a110091a49300bf88355a715ed74",
|
|
10499
|
+
"post.utility.padding.88": "19c5305624d37a93d49f8c320b63b95de4ed2eac",
|
|
9829
10500
|
"post.utility.padding.96": "ba9152ee84ce56f805d7a778efc36fb5a94f367e",
|
|
9830
|
-
"post.utility.padding.
|
|
9831
|
-
"post.utility.padding.
|
|
10501
|
+
"post.utility.padding.104": "1d7f7eeeef0cfbd8d5aa8aa60a4cb16e98d6901f",
|
|
10502
|
+
"post.utility.padding.auto": "ee94a7b814d9782cff330f2a35738831c7280ab6",
|
|
9832
10503
|
"post.utility.gap.0": "b035f04869df26bda872715dfab8acab5d4bdbe7",
|
|
9833
10504
|
"post.utility.gap.1": "8d400834fbfe7592ffb74200a67ba4c165c44b94",
|
|
9834
10505
|
"post.utility.gap.2": "f3f7d4be8e6c522169c5474cf69e3255763362a2",
|
|
9835
|
-
"post.utility.gap.3": "6667a670f66ed029b92505c60ef792cfc098e51e",
|
|
9836
10506
|
"post.utility.gap.4": "65df6a057c82d6cbbebec02d50983e74cc43f9aa",
|
|
9837
|
-
"post.utility.gap.5": "a47df22e4a7cb99e73f9ffe020efca9153a00697",
|
|
9838
10507
|
"post.utility.gap.6": "ae8d4076b9039829ce59c0b8c823d4dcfc9e1ffe",
|
|
9839
10508
|
"post.utility.gap.8": "90e29025252e6b22b82601264abf66dbc67901ec",
|
|
9840
|
-
"post.utility.gap.10": "27ff3c142bb89f0239083b9e74bb4252e0b71005",
|
|
9841
|
-
"post.utility.gap.11": "c81e46b0e659b706c061a95f10d3f080b257ab4e",
|
|
9842
10509
|
"post.utility.gap.12": "cc0852a70a194a9033ed2e57844e5dbaf2360ab4",
|
|
9843
|
-
"post.utility.gap.14": "49e457403f8b3d3c36f634251ea8fe0ce7a87067",
|
|
9844
|
-
"post.utility.gap.15": "df28ef55e1e9077de3fea8ff62951724fd80d35d",
|
|
9845
10510
|
"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
10511
|
"post.utility.gap.24": "682bfbf749d0aac98b101441ce1c653c6efe3bce",
|
|
9851
|
-
"post.utility.gap.26": "830115993da9150d7910064a79faa1de54a2e04e",
|
|
9852
|
-
"post.utility.gap.28": "e55c15b5acd4cfbecd903ecdbe64acc27fd9e891",
|
|
9853
|
-
"post.utility.gap.30": "347738a186a8d52e19cc98192d32050bdd153a71",
|
|
9854
10512
|
"post.utility.gap.32": "94b304c51f0dd554241dc8652115eae3acf9c6ee",
|
|
9855
|
-
"post.utility.gap.34": "4b8df586e9f9b915918b9a27b623d4fbfba842bb",
|
|
9856
|
-
"post.utility.gap.36": "c6af274526ccb0796ee7916b55b8b4972d52176c",
|
|
9857
10513
|
"post.utility.gap.40": "3f392bb4ff26eddce82b3ddc7e2d10ac9efee560",
|
|
9858
10514
|
"post.utility.gap.48": "e541671e61d78bd86de2ee1b35981495d31ab7f1",
|
|
9859
10515
|
"post.utility.gap.56": "0a1522c5cfbc35bafd1188956c2cf598fa66d10c",
|
|
9860
10516
|
"post.utility.gap.64": "ed40c5cca7e432e0d99194c3adbae5a10d916930",
|
|
9861
|
-
"post.utility.gap.
|
|
10517
|
+
"post.utility.gap.72": "0a808dd5d8136fd0a2ef25a0d7332c1f1947b449",
|
|
9862
10518
|
"post.utility.gap.80": "d516093cca9f45668e6f2a2bf3dabc2c7ff73be3",
|
|
10519
|
+
"post.utility.gap.88": "8a4b14d81021f23bcdc36c71fa73b79332468a7d",
|
|
9863
10520
|
"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",
|
|
10521
|
+
"post.utility.gap.104": "b561ffd53ebb50dfd9de1c6d7ef61c3f0d18d5c1",
|
|
10522
|
+
"post.utility.gap.auto": "9af3abd7f1934bc71f720a12cabe07d9967ad9c9",
|
|
10523
|
+
"post.utility.border-width.1": "c61c287ddd9e73f3ca51e101eae0881575157855",
|
|
10524
|
+
"post.utility.border-width.2": "2cf510aa1e77321e4ca55ca5bb1b934daf9f7c29",
|
|
10525
|
+
"post.utility.border-radius.4": "35645b2921988f4d76adf5c5b6cc05f852c01a73",
|
|
10526
|
+
"post.utility.border-radius.8": "a3f7ae743dd3286b0faf6418709bbf55a4533ad4",
|
|
10527
|
+
"post.utility.border-default.width": "7a5bda3253b81e93bd442c75dda7d20eabc0df99",
|
|
10528
|
+
"post.utility.border-default.radius": "1f35c4650cdbb5c9306612cd97fc8863cc1963fa",
|
|
9874
10529
|
"post.utility.font-weight.regular": "ecee6a6be3f2e75d36113c8b9b4378b7516f48c2",
|
|
9875
10530
|
"post.utility.font-weight.bold": "f6f6ba57d3e0d7672f71d19fcc1fe299fd902bb9",
|
|
9876
10531
|
"post.utility.font-weight.black": "7189e2f8fe79427a0a9354d7839b1079bfba11e3",
|
|
9877
|
-
"post.utility.letter-spacing.none": "2ec2aaa7271f6259ac3cf09683c0b209d13385b0"
|
|
10532
|
+
"post.utility.letter-spacing.none": "2ec2aaa7271f6259ac3cf09683c0b209d13385b0",
|
|
10533
|
+
"post.utility.font-size.1": "1c5f54172684ea9d8d2e3a6d7acbe23ef0038d8b",
|
|
10534
|
+
"post.utility.font-size.2": "7cd680354e65e558790d54b6b57911085207ba59",
|
|
10535
|
+
"post.utility.font-size.3": "bd43cfda0549d1d65ce228a840007016ecd3addb",
|
|
10536
|
+
"post.utility.font-size.4": "c22baa1f001783b5b5fdc3bfccdf3f0c20fd2bfe",
|
|
10537
|
+
"post.utility.font-size.5": "1fd0fa60519f8221824cd5cd930b2a6a8a31dd45",
|
|
10538
|
+
"post.utility.font-size.6": "5a8f6a62af5ee4833b615127ef60d12b56f0711d",
|
|
10539
|
+
"post.utility.font-size.7": "cd31b464dfe5aca43000cc64254585b7e98df5bb",
|
|
10540
|
+
"post.utility.font-size.8": "7e65843af9c2b8aae35578ebb0cf0394dcb5e157",
|
|
10541
|
+
"post.utility.font-size.9": "169936d9fa777c2c8971bb8da0ba145f30cc3465",
|
|
10542
|
+
"post.utility.font-size.10": "b8de94fc215e42b9089f9643bcc4e942398f26f5",
|
|
10543
|
+
"post.utility.font-size.11": "e42b1c2e78fd2725b3bd3af4713b6caa54f2c990"
|
|
9878
10544
|
}
|
|
9879
10545
|
},
|
|
9880
10546
|
{
|
|
@@ -9891,15 +10557,20 @@
|
|
|
9891
10557
|
"post.icon-button.elevation": "S:e11aee1ee3b8d5b3970b8ec32871bde4871ab2f3,",
|
|
9892
10558
|
"post.button.elevation": "S:e11aee1ee3b8d5b3970b8ec32871bde4871ab2f3,",
|
|
9893
10559
|
"post.button-segmented.elevation": "S:4ac758116e586feda19870f3fb5cfe628a5b5f34,",
|
|
9894
|
-
"post.banner.elevation": "S:7051dc53c8a93517231eee7ffffc3124628e9a71,"
|
|
10560
|
+
"post.banner.elevation": "S:7051dc53c8a93517231eee7ffffc3124628e9a71,",
|
|
10561
|
+
"post.card.interactive.elevation": "S:a7fed0d15af2e4161a62b304a39ab276b89dda73,",
|
|
10562
|
+
"post.floating-button.elevation": "S:e30e4390d08f46ff91c16b142eaad646d7dae11f,",
|
|
10563
|
+
"post.inline.elevation": "S:0da4aff86cc2f6ca97cb39bce79315e31f9f507b,",
|
|
10564
|
+
"post.snackbar.elevation": "S:e1cc87ee773858ab3e8e0954a11a0394f5d22d14,",
|
|
10565
|
+
"post.spin-button.action-button.elevation": "S:fae3c8e89113ff974530b133fc8e218de0f8ca45,",
|
|
10566
|
+
"post.toast.elevation": "S:2acf39ee9d3cf9eaa9a60444e36284fe483369e5,",
|
|
10567
|
+
"post.dropdown.single-select.menu.elevation": "S:f88e79a2a298f88283af47ace30c90b949bf28bd,"
|
|
9895
10568
|
},
|
|
9896
10569
|
"selectedTokenSets": {
|
|
9897
10570
|
"core": "source",
|
|
9898
10571
|
"Device/Desktop": "source",
|
|
9899
10572
|
"Device/Tablet": "source",
|
|
9900
10573
|
"Device/Mobile": "source",
|
|
9901
|
-
"Channel/EDK": "source",
|
|
9902
|
-
"Channel/IDK": "source",
|
|
9903
10574
|
"Theme/Post": "source",
|
|
9904
10575
|
"Elements/Body": "source",
|
|
9905
10576
|
"Elements/Heading": "source",
|
|
@@ -9947,7 +10618,10 @@
|
|
|
9947
10618
|
"Components/Blockquote": "enabled",
|
|
9948
10619
|
"Components/Search input": "enabled",
|
|
9949
10620
|
"Components/ListCheck": "enabled",
|
|
9950
|
-
"Components/Assist": "enabled"
|
|
10621
|
+
"Components/Assist": "enabled",
|
|
10622
|
+
"Components/Cards": "enabled",
|
|
10623
|
+
"Components/Teaser": "enabled",
|
|
10624
|
+
"Components/Spin button": "enabled"
|
|
9951
10625
|
},
|
|
9952
10626
|
"$figmaCollectionId": "VariableCollectionId:808:5504",
|
|
9953
10627
|
"$figmaModeId": "808:0",
|
|
@@ -9958,16 +10632,11 @@
|
|
|
9958
10632
|
"post.accordion.header.content.gap.inline": "f83c10995add59e786ca3d22a1ade42060c34ed6",
|
|
9959
10633
|
"post.accordion.header.logo.size": "13fab96fe789a3225bdbc0252d0a439af7e4c398",
|
|
9960
10634
|
"post.accordion.header.font-size": "e9a4ad046ac48c57901d82fc6e93ec65339530ae",
|
|
9961
|
-
"post.accordion.header.border-open": "6f9eb06b96ae3f7c204177d49f3ec2542f33ec32",
|
|
9962
10635
|
"post.accordion.border.bottom.width": "e01e81e3b2c1274b3dddc9b64899a0dcc3ac3037",
|
|
9963
10636
|
"post.accordion.group.border.top.width": "bb4799acbce91ecc1f87e8d3473ee7bd3947328d",
|
|
9964
10637
|
"post.accordion.content.padding.block.start": "ad730b9eb52503242b53d02ed9c613eafb1014bd",
|
|
9965
10638
|
"post.accordion.content.padding.block.end": "1fa8d7d9f28bd8b931be27ef50753f99acb70de5",
|
|
9966
10639
|
"post.accordion.content.padding.inline": "423b3a6703fec7aabb02a7fc0ca531c1829c4545",
|
|
9967
|
-
"post.accordion.enabled-fg": "f6332dfba945558d2c3dcb388197a66938342ec8",
|
|
9968
|
-
"post.accordion.enabled-border": "18bff055339fc6057c2f1df32dc9ab2d38e3d3ba",
|
|
9969
|
-
"post.accordion.hover-fg": "0f2c9a07524293fb0443f921d563bc649591d5ae",
|
|
9970
|
-
"post.accordion.hover-border": "3844e8ab5d397e20c91ca615c85de14a4d52ef02",
|
|
9971
10640
|
"post.accordion.icon.size": "38831bcd1a5fbf2307fe35c6280888ac6ad23a7f",
|
|
9972
10641
|
"post.app-store.google.width": "fa65e38a865f425f8fdfeca8f1b26fc068d5d2a1",
|
|
9973
10642
|
"post.app-store.apple.width": "ad43af0ea74ce86af165314d67cd7a7dd663df84",
|
|
@@ -9977,22 +10646,11 @@
|
|
|
9977
10646
|
"post.assist.padding.block": "5053e061175de25bca76d00ef83a658b8003964a",
|
|
9978
10647
|
"post.assist.padding.inline": "a5be9de5386121ecb0c4c55bd310ed46e71a46a6",
|
|
9979
10648
|
"post.assist.font-size": "c42fdefaa61b7c5d6916a6b6768599b19da3fd4d",
|
|
9980
|
-
"post.assist.enabled-fg": "72f5b4238dee1bf68e93e9731b4fd8f2e5e38fd5",
|
|
9981
|
-
"post.assist.disabled-fg": "511343125c5a9ce9901570e967e37962ab1eca6d",
|
|
9982
10649
|
"post.hint.spacing.block": "3165d98279644e157898945596f89c99ca404b5c",
|
|
9983
10650
|
"post.avatar.size": "fdc1484ed63e645974c9a435ca62dd46b26a84e0",
|
|
9984
|
-
"post.avatar.enabled-bg": "1863e011a6589c655c1f6ce1b3fa63e4153719e2",
|
|
9985
|
-
"post.avatar.enabled-fg": "9fbe58313d6bf87fab98be4e81191e79f1a038b0",
|
|
9986
10651
|
"post.avatar.border-width": "2baed26616e4f57e9f0d918307a9ab81b5943a1f",
|
|
9987
10652
|
"post.avatar.border-radius": "678ffd41a7a2b40ecda04f9934a7c5f3a46af947",
|
|
9988
10653
|
"post.avatar.font-size": "a6f355062eaa456bf2a08bd812e990d0e799ef28",
|
|
9989
|
-
"post.avatar.image.hover-opacity": "2659b79bad8b084a6be14379c73d2b9fe8ff893c",
|
|
9990
|
-
"post.avatar.hover-bg": "ac1cb946a9c9eba579dc69e06ddbb685dbce5dd8",
|
|
9991
|
-
"post.avatar.border.color": "90487aa720710673a56fdd65f24fe8d00ff0aeaa",
|
|
9992
|
-
"post.avatar.hover-fg": "a23cdafe5339df135a601e47dce7964ed8269528",
|
|
9993
|
-
"post.badge.bg": "c20dfd9639c61755321be20d24f88bfb50fc9832",
|
|
9994
|
-
"post.badge.fg": "4b08c2c1f32eab0e4964da479f7d856f8d776cef",
|
|
9995
|
-
"post.badge.stroke": "76ca5d074874c7609f45effffb5684cdb0ae7962",
|
|
9996
10654
|
"post.badge.height.l": "58e1d54dd36a4f39b8209f296caf3397b827a411",
|
|
9997
10655
|
"post.badge.height.m": "2e52458086101c06edf5625ca91d13203dce37fa",
|
|
9998
10656
|
"post.badge.height.s": "8c37a52b9c2a0f213cc6587e78426720846c0ff3",
|
|
@@ -10004,30 +10662,9 @@
|
|
|
10004
10662
|
"post.banner.gap": "d8da80040d9b6acc1f22c86a84bf84d40b6ac2a0",
|
|
10005
10663
|
"post.banner.content.gap": "a7af357e6c39a573c2de40afccfb404477398ec6",
|
|
10006
10664
|
"post.banner.icon.size": "def23942610e63363ad2812ad745696200f75f64",
|
|
10007
|
-
"post.banner.info.bg": "37e528a0d0af4cce9b308fc9683615c52390afa1",
|
|
10008
|
-
"post.banner.info.border.color": "929edf818223e55e89c20964ec5a6ea7cfc66557",
|
|
10009
|
-
"post.banner.info.icon.color": "3fe7fa8d41abda4291acb82fad95ccac803a7c67",
|
|
10010
|
-
"post.banner.info.bg-scheme": "d1633a7ff9cd8bf664b1036e4fd4bc6bea60e0a0",
|
|
10011
|
-
"post.banner.success.bg": "16d8979d0e65b2704b700e84500076f40c2dde7b",
|
|
10012
|
-
"post.banner.success.border.color": "64157486845bbe92567cab0440230465b2276c9c",
|
|
10013
|
-
"post.banner.success.icon.color": "f9229181119854213d11ee4016d5bc117234067e",
|
|
10014
|
-
"post.banner.success.bg-scheme": "e3188cb9b61af7f2805f0a853378ce251e2233c2",
|
|
10015
|
-
"post.banner.warning.bg": "d0332917706aa3d91ad834c881c6c08a5d4b242a",
|
|
10016
|
-
"post.banner.warning.border.color": "c1839368ea40b35c9fa645adc52b57e6888eaaff",
|
|
10017
|
-
"post.banner.warning.icon.color": "8bd6a7a5469843d1fd6e532e65c0ce02f787eee3",
|
|
10018
|
-
"post.banner.warning.bg-scheme": "35cd42615e6a63a202d534013a1591a4afd84a28",
|
|
10019
|
-
"post.banner.error.bg": "6f3adea700b671f567099959a48060a7c0c2daa1",
|
|
10020
|
-
"post.banner.error.border.color": "67f31a08713ac872155e5aded2e641a76608d992",
|
|
10021
|
-
"post.banner.error.icon.color": "44770e15cad15b9af3bd9a8b6b74428fe2205935",
|
|
10022
|
-
"post.banner.error.bg-scheme": "4b36e135a979d287b10266fc33472c3ffaa19f14",
|
|
10023
10665
|
"post.banner.border-width": "186992ad0346de2c00e5f59c307e2610e92d9e7c",
|
|
10024
10666
|
"post.banner.border-radius": "487c4b680549a27482374865a994289aba2c705b",
|
|
10025
|
-
"post.banner.neutral.bg": "3650f9e233ee2f85a928ab786d2ec88ccbd02bbf",
|
|
10026
|
-
"post.banner.neutral.border.color": "0ff562d88f3593f563203f317655ee7fb4c0e6fe",
|
|
10027
|
-
"post.banner.neutral.icon.color": "2e59130401db212ad37cb342a250ee6bc7d859e2",
|
|
10028
|
-
"post.banner.neutral.bg-scheme": "34ed982b500a8a935ee38321ce5a07ba49fd2e22",
|
|
10029
10667
|
"post.blockquote.border-width.left": "6568787d70363b299117e8c52095eeb14451fe89",
|
|
10030
|
-
"post.blockquote.border.left.color": "adc2d5072c255eb50d74db7d8d3513930191b527",
|
|
10031
10668
|
"post.blockquote.margin.block": "bd08d047e4f9a0f40d6fc329ffcfe35605868fa1",
|
|
10032
10669
|
"post.blockquote.margin.inline": "e74d12dbeafe66a04d4429241a8c0018b2bd3892",
|
|
10033
10670
|
"post.blockquote.padding.inline.start": "7a1872b53d95b09254aedb9c83134c16f257d859",
|
|
@@ -10035,9 +10672,6 @@
|
|
|
10035
10672
|
"post.blockquote.gap.inline": "dc6aadb7c7375ca7445e8e3a7123c31a62ad9b63",
|
|
10036
10673
|
"post.blockquote.font-weight": "bbbd5bcf6682a14dd804110603e0f781f880f819",
|
|
10037
10674
|
"post.blockquote.font-size": "0ca009d91f5f9572660f874598908a4c2f0fdaa2",
|
|
10038
|
-
"post.breadcrumb.enabled-fg": "2baf0e7b11623e8bfb266ffb3a8cf71cc6c4dbd4",
|
|
10039
|
-
"post.breadcrumb.hover-fg": "9848a57f5708dd944ac7a829f5031edcc927f7ba",
|
|
10040
|
-
"post.breadcrumb.selected-fg": "11ba9dc52d4c5ff12c180643b18255c8f570da7a",
|
|
10041
10675
|
"post.breadcrumb.padding.block.text": "79f90c13e2a49c831f794b81a04e23510cc264db",
|
|
10042
10676
|
"post.breadcrumb.padding.block.icon-home": "448e288b353b6b9e0fb1f8afc789b347072374df",
|
|
10043
10677
|
"post.breadcrumb.padding.block.icon-link": "e349ea2a97a3f14e0f6c4e06276e8bf62819ee3f",
|
|
@@ -10056,60 +10690,6 @@
|
|
|
10056
10690
|
"post.button.large.icon": "4d95ef492735c0698e37dbf889ed4b629ca19eb6",
|
|
10057
10691
|
"post.button.padding.block.icon-inner": "375cef56479a6a359c87c2fa3529a88d1d0056a9",
|
|
10058
10692
|
"post.button.padding.inline.icon-inner": "856a22c933dcc7cb878afb7524cb0ea66b185a6d",
|
|
10059
|
-
"post.button.primary.enabled-fg": "039ca18e2208c77d1d8a2892aa2418479c4edffe",
|
|
10060
|
-
"post.button.primary.enabled-bg": "0cdd29650833d2c7bbcb3aa7719bf17a32d36e8b",
|
|
10061
|
-
"post.button.primary.enabled-stroke": "9f499a134f7fa536b23d0d57b72ed6558186a158",
|
|
10062
|
-
"post.button.primary.hover-fg": "eac75a8dc5a647777ff1b2dcec45e56535a15dd9",
|
|
10063
|
-
"post.button.primary.hover-bg": "0fdb33d87c686ca308031b209bf3ea439ba386d3",
|
|
10064
|
-
"post.button.primary.hover-stroke": "1f8a82b915e21cf21b0c4ab1c85761a50f421b2e",
|
|
10065
|
-
"post.button.primary.disabled-fg": "ded221a18497b74db5f062208f0a6b6a488cca16",
|
|
10066
|
-
"post.button.primary.disabled-bg": "7faf5c5ecc6891b9cdcacc68494b4904e172aa9f",
|
|
10067
|
-
"post.button.primary.disabled-stroke": "c2b980e08ac059d7ec454b46b485ba9c95b2eb68",
|
|
10068
|
-
"post.button.primary-inverted.enabled-fg": "566fead72fdd75ea718c6f9edbc2808c0601d8a0",
|
|
10069
|
-
"post.button.primary-inverted.enabled-bg": "607a2307e3f8cfe2ff6b8bde5c131704e7ac79a0",
|
|
10070
|
-
"post.button.primary-inverted.enabled-stroke": "067fe8edac84400798dc462b8f8ae5063c42f67e",
|
|
10071
|
-
"post.button.primary-inverted.hover-fg": "a234850a88b64de6c4a00088d91b6dc3465fde30",
|
|
10072
|
-
"post.button.primary-inverted.hover-bg": "9da9b7a0573b38ef72344346d5a6b3828a34f50b",
|
|
10073
|
-
"post.button.primary-inverted.hover-stroke": "5c8525d7bc7b80c516a6d481955c53bfb072faa8",
|
|
10074
|
-
"post.button.primary-inverted.disabled-fg": "9573fd7511910da86d0f0e9bbf96dedd79dc6bdb",
|
|
10075
|
-
"post.button.primary-inverted.disabled-bg": "e35c9e917a8f6189d4df5ef35a14d942bbbb8dc4",
|
|
10076
|
-
"post.button.primary-inverted.disabled-stroke": "f513f815973b5085c80a0ccff0bce022c911e508",
|
|
10077
|
-
"post.button.secondary.enabled-fg": "759a78e911e41bc2da7668304ce1ae1ab5cd7cb5",
|
|
10078
|
-
"post.button.secondary.enabled-bg": "ecbbc24a2a8253d25c345305125da84c65697169",
|
|
10079
|
-
"post.button.secondary.enabled-stroke": "60f407bd7ae36428a46c5af2b970e16ab6ae0fe5",
|
|
10080
|
-
"post.button.secondary.hover-fg": "8808d0ffacacdca1987cdf631734b09b0f051d7e",
|
|
10081
|
-
"post.button.secondary.hover-bg": "02c3b6fd833112968f50cdda79ac26617eaa30c1",
|
|
10082
|
-
"post.button.secondary.hover-stroke": "f04ec7973bec6d87dc7159eccf343ed63caf9fa3",
|
|
10083
|
-
"post.button.secondary.disabled-fg": "99a8254b4098b9d7e35bccc3be1876647d99efb8",
|
|
10084
|
-
"post.button.secondary.disabled-bg": "222ceab0d53e11e09be6415b55d970600b2a001f",
|
|
10085
|
-
"post.button.secondary.disabled-stroke": "6d5568e6250a2373dd97ae93178f0fa62ff75422",
|
|
10086
|
-
"post.button.secondary-inverted.enabled-fg": "c36b878bafa93b53c5b8b7f7c82b5b0369362530",
|
|
10087
|
-
"post.button.secondary-inverted.enabled-bg": "3d971ad326ca363ba2831c34afe64c6cce9ac0da",
|
|
10088
|
-
"post.button.secondary-inverted.enabled-stroke": "f103f2f6237f3d8d257df01271ab9139383b6863",
|
|
10089
|
-
"post.button.secondary-inverted.hover-fg": "928c8449aabae8f36ed21958d10a8f523c5d1a2a",
|
|
10090
|
-
"post.button.secondary-inverted.hover-bg": "2fa51ef6d8d256df39cb93003f8fd295952ad697",
|
|
10091
|
-
"post.button.secondary-inverted.hover-stroke": "d34c494d039992caa17d82ad0f460a7beb24fe3f",
|
|
10092
|
-
"post.button.secondary-inverted.disabled-fg": "3c47434bf7b5d067825f277869970085e64532da",
|
|
10093
|
-
"post.button.secondary-inverted.disabled-bg": "55ba738b2acb2a23ca41cf0415858e11f4230e93",
|
|
10094
|
-
"post.button.secondary-inverted.disabled-stroke": "a1820a2a3d858cd32f7f7c9cf56f8fbf14a0147b",
|
|
10095
|
-
"post.button.tertiary.enabled-fg": "d92f4c8bed2af1d684dece2d48dec8ecdaf26f47",
|
|
10096
|
-
"post.button.tertiary.enabled-bg": "e14021ba34e5501e46ed579ac31a4915414d48be",
|
|
10097
|
-
"post.button.tertiary.enabled-stroke": "d0a6b1e6578657066aa34001e3bf08f45ace71eb",
|
|
10098
|
-
"post.button.tertiary.hover-fg": "840060212b34ec35a799ef6ec6213d462f1e41ab",
|
|
10099
|
-
"post.button.tertiary.hover-bg": "5cd33517927704299f87005586533083af9355a1",
|
|
10100
|
-
"post.button.tertiary.hover-stroke": "03b40d72ea31644731c86065beae71474a207ce5",
|
|
10101
|
-
"post.button.tertiary.disabled-fg": "6bdcec6ba989f3973df833f082aca4d3eb49c335",
|
|
10102
|
-
"post.button.tertiary.disabled-bg": "820465492072952143b319e36323fa8a91dcdcd5",
|
|
10103
|
-
"post.button.tertiary.disabled-stroke": "9d56ff936ff360fd2378a58287e8c92a9fbb5f82",
|
|
10104
|
-
"post.button.tertiary-inverted.enabled-fg": "94391b77e245b5736a778015c54144ddf99f5338",
|
|
10105
|
-
"post.button.tertiary-inverted.enabled-bg": "53feb9a2cae4c78d4a31cb4a5906dbd4f27a1253",
|
|
10106
|
-
"post.button.tertiary-inverted.enabled-stroke": "cf2fcac10c590be2dd32ee64b8c9ac497b1baa01",
|
|
10107
|
-
"post.button.tertiary-inverted.hover-fg": "e8937e6412f9a8039ab2c6790a501e5825e8afe4",
|
|
10108
|
-
"post.button.tertiary-inverted.hover-bg": "ecbe35adbc840ff382926b81bd903ddb214d882b",
|
|
10109
|
-
"post.button.tertiary-inverted.hover-stroke": "4026acafa2f4024e1bf70abd9334f45547aff4a4",
|
|
10110
|
-
"post.button.tertiary-inverted.disabled-fg": "26598578d2e9f8f492aaf8f6a9eb6e4254140c25",
|
|
10111
|
-
"post.button.tertiary-inverted.disabled-bg": "7ae85d982ddd188dd3bf33faa0f7ed7a7a40b713",
|
|
10112
|
-
"post.button.tertiary-inverted.disabled-stroke": "eacc46c7cab638738dba7ec112b8929ee4a031e2",
|
|
10113
10693
|
"post.button.medium.height": "48d44f831cae6e5f41d01f3eb7dcbb19d1ea572f",
|
|
10114
10694
|
"post.button.medium.gap.inline": "bc9458158633c62da2a94a576f040b70bd3d3fb4",
|
|
10115
10695
|
"post.button.medium.padding.inline": "cb2499fd2ad523f33f3ff6192abefcb356000ac3",
|
|
@@ -10121,15 +10701,7 @@
|
|
|
10121
10701
|
"post.button.small.icon": "f71a1e6ed0333399ca14370d5d684f196342a890",
|
|
10122
10702
|
"post.button.border-width": "eefdbbcdfe797014914e8bb2b2ab4456cac6396c",
|
|
10123
10703
|
"post.button.label.font-weight": "423ec64d2c0daf8df8e67bfe1ff5ff7b2d8fb9d8",
|
|
10124
|
-
"post.
|
|
10125
|
-
"post.checkbox.enabled-fg": "1a3dd51d23e3681320793f129272ebe44941ed72",
|
|
10126
|
-
"post.checkbox.hover-bg": "c7c5e44f736cacf7e8b7553498dbfbb720dbe2e0",
|
|
10127
|
-
"post.checkbox.hover-fg": "4cd3a35c6d41c8bf0f327dc00edce076b43375f9",
|
|
10128
|
-
"post.checkbox.disabled-bg": "17a75265c1ba9ab24f81d178854bcc374d386772",
|
|
10129
|
-
"post.checkbox.disabled-fg": "f67e1029d1f7c3fc93b33b2c7662af38106ac1a7",
|
|
10130
|
-
"post.checkbox.enabled-stroke": "baeb6a8bfd531712283a81c79867de6406094263",
|
|
10131
|
-
"post.checkbox.hover-stroke": "09fd9bb754b50d6b5d66a08cb9b5aa02b81f1eb1",
|
|
10132
|
-
"post.checkbox.disabled-stroke": "450e5256bebdcb568e9093e4dd3bfaa329f76d39",
|
|
10704
|
+
"post.card.border-radius": "c4e98f3a39e0aabf3daef986f7b1c8cf3b8cf856",
|
|
10133
10705
|
"post.checkbox.gap.block.group": "c87709f94c2c59282e5bcfc93d28ea57339d29be",
|
|
10134
10706
|
"post.checkbox.gap.inline.text-start": "6a0ccb17874af047442e69a9ea84440679f3a4e7",
|
|
10135
10707
|
"post.checkbox.icon.border-width": "df706a4acde93afd0c8a6c08650212691c753a4d",
|
|
@@ -10142,10 +10714,6 @@
|
|
|
10142
10714
|
"post.checkbox.group.legend.font-size": "5b0316a7c8f172a8c450b37de8030c2fafdd3b64",
|
|
10143
10715
|
"post.checkbox.label.padding.block": "1f0dbe15a811f9ac9a6699131a7925b19b90da68",
|
|
10144
10716
|
"post.close.size": "515ef5927115a50084de12d9bd441da2ec42a649",
|
|
10145
|
-
"post.close.enabled-fg": "8d08f9197375c3d7b44e957e02fe1ebae8d89a35",
|
|
10146
|
-
"post.close.hover-fg": "7c7d9dc3aed021bd21709eb4ad1e784dab16e179",
|
|
10147
|
-
"post.close.enabled-bg": "d265ac3f1647a0a227b4420c13ba3cb4ea55995e",
|
|
10148
|
-
"post.close.hover-bg": "04ed00d9ede124919214337431759bc5c75816a3",
|
|
10149
10717
|
"post.close.border-radius": "5ff209f6925d4bc352a576c50751a96b71d67617",
|
|
10150
10718
|
"post.close.icon.size": "ea8353a741be98ec8b070be1ea1bedbb49292b8c",
|
|
10151
10719
|
"post.grid.gutter.xl": "09cf49132842775a8c5dc4a9e2342b146ed4d222",
|
|
@@ -10162,8 +10730,6 @@
|
|
|
10162
10730
|
"post.dropdown.multi-select.menu.category-title.padding.block.outer": "ee99f5a05a5b1c84a69b677a1834d61fead11820",
|
|
10163
10731
|
"post.dropdown.multi-select.menu.category-title.padding.block.inner": "0c237bda42bc614b0d40c3063b8cd837f6764301",
|
|
10164
10732
|
"post.dropdown.multi-select.menu.category-title.padding.inline.inner": "3818d730a903399bea6f0a252a8fcad51001a230",
|
|
10165
|
-
"post.dropdown.multi-select.menu.category-title.stroke": "d14601d9070126646ea0a06fadc7715113a8b867",
|
|
10166
|
-
"post.dropdown.multi-select.menu.category-title.enabled-fg": "6558708794830f02a60c5e2a9fb24f5f205624b8",
|
|
10167
10733
|
"post.dropdown.multi-select.menu.category-title.font-weight": "cdbe183f689777b5097b8f78c62c0c3e8f4214ef",
|
|
10168
10734
|
"post.dropdown.multi-select.menu.list-item.padding.inline.start": "3e53edc523387e5a64df8218b5e2c61b3d49d59c",
|
|
10169
10735
|
"post.dropdown.multi-select.menu.list-item.padding.inline.end": "a31ccebc3eedf24d9b35e58b0c2d32d87859b725",
|
|
@@ -10172,29 +10738,30 @@
|
|
|
10172
10738
|
"post.dropdown.multi-select.menu.list-item.gap.inline.text-start": "1d4a4948d70b06601536ee22dce4255fbf846394",
|
|
10173
10739
|
"post.dropdown.multi-select.menu.list-item.border-width.bottom": "e36f940ea1f152976ccaa36cfa2cf8bdd3266573",
|
|
10174
10740
|
"post.dropdown.multi-select.menu.list-item.icon.spacing.height.outer": "0bd536964411f0d340eb3ce6cfb27426882147ee",
|
|
10175
|
-
"post.dropdown.multi-select.menu.list-item.enabled-fg": "7feb95cc1c61e3e16c1e9efb74b6944f0fe562d1",
|
|
10176
|
-
"post.dropdown.multi-select.menu.list-item.hover-fg": "f7eb371fafa736714c2b47aba317c6d1b7a57a59",
|
|
10177
|
-
"post.dropdown.multi-select.menu.list-item.enabled-bg": "64fd988b0510a71cb37d0d25ff495a6e135b0b0f",
|
|
10178
|
-
"post.dropdown.multi-select.menu.list-item.hover-bg": "5c88aed4bfb9b356b0e77832c5300514a1136843",
|
|
10179
|
-
"post.dropdown.multi-select.menu.list-item.hover-stroke": "d456d03d81c10ee3953fa5f9adddbb5d72ff677c",
|
|
10180
|
-
"post.dropdown.multi-select.menu.list-item.enabled-stroke": "757662a00b6fceb039c47168c52a9a96170a4996",
|
|
10181
10741
|
"post.dropdown.multi-select.menu.padding.block": "e885da1f27f58d8d77336fa1cc12b08fca18655f",
|
|
10182
10742
|
"post.dropdown.multi-select.menu.border-radius": "df7ff5e9ed31e5d3c9bab7ff70c498dbf05669a9",
|
|
10743
|
+
"post.dropdown.single-select.menu.list-item.icon.spacing.height.outer": "99cf9f3cac94af09f11355d77c5c2d61fab6f2a1",
|
|
10744
|
+
"post.dropdown.single-select.menu.list-item.icon.size": "140931d68ce55f1136b394e3509bd8037314cbd9",
|
|
10745
|
+
"post.dropdown.single-select.menu.list-item.padding.inline.start": "98a052a389d6643c164e9e336003246b7e487d5d",
|
|
10746
|
+
"post.dropdown.single-select.menu.list-item.padding.inline.end": "2d3d45cd753e10e48b516299c1cd63c2738dd0a3",
|
|
10747
|
+
"post.dropdown.single-select.menu.list-item.padding.block.start": "44f56aa7733eeed3f3110d93f9bd033c8cf3a3f2",
|
|
10748
|
+
"post.dropdown.single-select.menu.list-item.padding.block.end": "dd7d565cb9e243f74473d8a0f522bb59486bd502",
|
|
10749
|
+
"post.dropdown.single-select.menu.list-item.gap.inline.text-start": "213efded9b679175667bd574eba9dbf3be3a2b15",
|
|
10750
|
+
"post.dropdown.single-select.menu.list-item.border-width.bottom": "d9f30b6a3f78fdf1d9381ebbdb0e8164c3362486",
|
|
10751
|
+
"post.dropdown.single-select.menu.category-title.padding.block.outer": "834eec82b5234d736162d4417a76ef2db5e559e5",
|
|
10752
|
+
"post.dropdown.single-select.menu.category-title.padding.block.inner": "d7a1317b17c701781b2386268299ea3c8eb8e52d",
|
|
10753
|
+
"post.dropdown.single-select.menu.category-title.padding.inline.inner": "b8c12e275a45449dee36d2dcb1347773d1818e8c",
|
|
10754
|
+
"post.dropdown.single-select.menu.category-title.font-weight": "71f3d279def02a35bdf830cc04b8d7de98afce85",
|
|
10755
|
+
"post.dropdown.single-select.menu.padding.block": "ffded9b6e80cffb4dc1beffccd10915a84316943",
|
|
10756
|
+
"post.dropdown.single-select.menu.border-radius": "0a3072d6f52ca7336e8fa68eda76180b81827022",
|
|
10183
10757
|
"post.floating-button.position.right": "5f5f7a00e0660158923bd57ee08d5f10c4074526",
|
|
10184
10758
|
"post.floating-button.position.top": "ff8db193bebd896a1c226be5aa69b28b3729c785",
|
|
10185
|
-
"post.floating-button.enabled-fg": "77f009565576cc049046b990ef2b0688a43becd7",
|
|
10186
|
-
"post.floating-button.enabled-bg": "491d5f34dd817b87c813955d6aa84eae900a5f5a",
|
|
10187
|
-
"post.floating-button.enabled-border": "fced80ecb14d12d7a312fb54984a6af601983225",
|
|
10188
|
-
"post.floating-button.hover-fg": "a5e426e2322345c0f300633465e4d73b4d5a5750",
|
|
10189
|
-
"post.floating-button.hover-bg": "519c5bcb2886492720446c365d4f5c3fa85ad996",
|
|
10190
|
-
"post.floating-button.hover-border": "54e694dd7772f673e1e7bee834f5dc211887faf2",
|
|
10191
10759
|
"post.floating-button.size.outer": "5e349e3dfa6c657612a01f07c5c7259dc97a93ef",
|
|
10192
10760
|
"post.floating-button.size.icon": "6f2ead50c9777b5b55aece34c2e65d4c4f9dd05d",
|
|
10193
10761
|
"post.floating-button.border-width": "780bc7b400761532094e6fd9dacf8c0d92c69383",
|
|
10194
10762
|
"post.floating-button.border-radius.round": "40f3a56c25ca39dec619b9bea5f19a4c2e0e4a50",
|
|
10195
|
-
"post.floating-button.translate.y": "
|
|
10763
|
+
"post.floating-button.translate.y": "7a0a25db2aa57b6f8feecc798d9b415229ae9e06",
|
|
10196
10764
|
"post.form-footer.border.block.start.width": "435984a357bd0e8d998641046968135544c42ca3",
|
|
10197
|
-
"post.form-footer.border.start.color": "fe40a4f98b31cb6fc9c83a1d1ba0398c677d545f",
|
|
10198
10765
|
"post.form-footer.padding.block.start": "7e99d301b97b416b17ee532a082c33e6e7e6160b",
|
|
10199
10766
|
"post.form-footer.gap": "c5fef62c41382d0294a322c4256feb0ef9f3f592",
|
|
10200
10767
|
"post.grid.gutter": "f62d09ab74731ba66a0cb6d73a589a4929a4c061",
|
|
@@ -10202,60 +10769,6 @@
|
|
|
10202
10769
|
"post.grid.container.padding.inline": "56d9dc77474c3c19eb5c83a89ba155f6a7b2c262",
|
|
10203
10770
|
"post.icon-button.large.outer": "9ffdef1ca1ec6310ab8d817f88ffeff6901054d7",
|
|
10204
10771
|
"post.icon-button.large.icon": "f227ab508396638380cc60e0d16ebe56eb02134c",
|
|
10205
|
-
"post.icon-button.primary.enabled-fg": "61ff031535fb5f65632aa0e24c0db4559804bfed",
|
|
10206
|
-
"post.icon-button.primary.enabled-bg": "fb9e8925db5731ccbc31c35c7bc9ff5486c72ca9",
|
|
10207
|
-
"post.icon-button.primary.enabled-stroke": "b2b39117c955a3d67cdabd5c29c287416fbca88d",
|
|
10208
|
-
"post.icon-button.primary.hover-fg": "6a1cea86d6374262f397761e96d69daedf2ee176",
|
|
10209
|
-
"post.icon-button.primary.hover-bg": "7ab301e6c8946556b24d44cdffe4d8f42c5339e0",
|
|
10210
|
-
"post.icon-button.primary.hover-stroke": "04b33d55e1bd17f044d897f6667f920d07fdb6c8",
|
|
10211
|
-
"post.icon-button.primary.disabled-fg": "dc4126a4fb0c36e58389a893a8ff795d948b3965",
|
|
10212
|
-
"post.icon-button.primary.disabled-bg": "50636cd75571a7d9094b2f0668e5e8892cf790cc",
|
|
10213
|
-
"post.icon-button.primary.disabled-stroke": "1e47f7a5138cd9a186539f7d502f7ac94fd04f51",
|
|
10214
|
-
"post.icon-button.primary-inverted.enabled-fg": "c26fe191eeca57d033bbd3d7e6aa5107f9758820",
|
|
10215
|
-
"post.icon-button.primary-inverted.enabled-bg": "7fee1706f63efb31550adffaa2656212077190e1",
|
|
10216
|
-
"post.icon-button.primary-inverted.enabled-stroke": "be856fc55a0e2d41a5807684d53ee54c7a8ed659",
|
|
10217
|
-
"post.icon-button.primary-inverted.hover-fg": "6dc64c211873d417747707eae57b22e941b01919",
|
|
10218
|
-
"post.icon-button.primary-inverted.hover-bg": "fc33d8ccd432fdd0de2a6c25d2addbec90f31ac3",
|
|
10219
|
-
"post.icon-button.primary-inverted.hover-stroke": "66a712f070dedd8f79cd9b57d4719a30e1277a99",
|
|
10220
|
-
"post.icon-button.primary-inverted.disabled-fg": "38814a0087ca34f4762da6fbb7389034c0bbaa62",
|
|
10221
|
-
"post.icon-button.primary-inverted.disabled-bg": "7af634b2bb88852aa2507c7f1dba1616c23bdaa9",
|
|
10222
|
-
"post.icon-button.primary-inverted.disabled-stroke": "3671f0613ba057f7a520ce26233656fee3daad95",
|
|
10223
|
-
"post.icon-button.secondary.enabled-fg": "ac7b40cfd30f0af897e55b2847c3797524e37a4f",
|
|
10224
|
-
"post.icon-button.secondary.enabled-bg": "5510fcfb4694fa8710b1a7662a6711791665c358",
|
|
10225
|
-
"post.icon-button.secondary.enabled-stroke": "1dbdeaf0c467e670d09ff33f38926e7139ee2643",
|
|
10226
|
-
"post.icon-button.secondary.hover-fg": "59f524b071a2da846bd04fdd2d01bfd213152790",
|
|
10227
|
-
"post.icon-button.secondary.hover-bg": "c17daa89af44b6bdc908bd92dcdbb20224dbb36f",
|
|
10228
|
-
"post.icon-button.secondary.hover-stroke": "516f6d8c91ecbef7fd18dc07833279b9e9a9e160",
|
|
10229
|
-
"post.icon-button.secondary.disabled-fg": "4c9496e4b78cea0e534767ad1244743ec7566fc3",
|
|
10230
|
-
"post.icon-button.secondary.disabled-bg": "8ea9e4c9afbc451d889d0464c65f35ff3627378a",
|
|
10231
|
-
"post.icon-button.secondary.disabled-stroke": "2d55933e4d9f79bd7bc16f3745afdb73207dbc75",
|
|
10232
|
-
"post.icon-button.secondary-inverted.enabled-fg": "06a955994b91d76a48846907d0691800bf6148e4",
|
|
10233
|
-
"post.icon-button.secondary-inverted.enabled-bg": "fe580ea906b51dcf92ea508ab1ad1ee9821503ab",
|
|
10234
|
-
"post.icon-button.secondary-inverted.enabled-stroke": "3623348af9cbf09bbb8218093b7d88d2f85e9066",
|
|
10235
|
-
"post.icon-button.secondary-inverted.hover-fg": "9e839e5ec4cbea6965baf41f384e099b2207e641",
|
|
10236
|
-
"post.icon-button.secondary-inverted.hover-bg": "b1c2113e185cef20d24653f0909426bdba831f91",
|
|
10237
|
-
"post.icon-button.secondary-inverted.hover-stroke": "89092094a30cecb49369827486e81dcd712d6b8a",
|
|
10238
|
-
"post.icon-button.secondary-inverted.disabled-fg": "ecaf3f630308c48a8817e5826d4d06faa1ad4513",
|
|
10239
|
-
"post.icon-button.secondary-inverted.disabled-bg": "40b09d43959094dcfa1caa7f745979e89e8b9568",
|
|
10240
|
-
"post.icon-button.secondary-inverted.disabled-stroke": "4715867ab750ddd15d4a88df4659715f306bcd38",
|
|
10241
|
-
"post.icon-button.tertiary.enabled-fg": "4a88d517b82b8a181848f5e3f1a5b679ba316cbf",
|
|
10242
|
-
"post.icon-button.tertiary.enabled-bg": "0a1587bab96d28d0ae9ce4891d53d9c16b2fec4c",
|
|
10243
|
-
"post.icon-button.tertiary.enabled-stroke": "8937cf4f906fbcd2f261e408c250599de0293bec",
|
|
10244
|
-
"post.icon-button.tertiary.hover-fg": "a89b23ab158ea02b8109e8faee4092c6bc752eb0",
|
|
10245
|
-
"post.icon-button.tertiary.hover-bg": "64d54e59fdefbfcefd1cfb0a3e5e5cea26c5eee2",
|
|
10246
|
-
"post.icon-button.tertiary.hover-stroke": "102e93c65745a029b4f363467796b91ae657d424",
|
|
10247
|
-
"post.icon-button.tertiary.disabled-fg": "3ac787101e21f050048e99f07f4773440a6cb67c",
|
|
10248
|
-
"post.icon-button.tertiary.disabled-bg": "8dd80e97d2299623305ce78d9c917087a34d21b3",
|
|
10249
|
-
"post.icon-button.tertiary.disabled-stroke": "bbd4847720ed21ff57ec7cee935a590b666eb4c9",
|
|
10250
|
-
"post.icon-button.tertiary-inverted.enabled-fg": "3a23c355ff57ae2ec4b9115be6c02940f6198015",
|
|
10251
|
-
"post.icon-button.tertiary-inverted.enabled-bg": "c14efda7456cd44bab1bcda7f080791665b6e95a",
|
|
10252
|
-
"post.icon-button.tertiary-inverted.enabled-stroke": "f09c1dfcbb11124e897a26a82e39c3318349bfc6",
|
|
10253
|
-
"post.icon-button.tertiary-inverted.hover-fg": "e043cb22be2c4e57a0831162c5547f11f24e5bf0",
|
|
10254
|
-
"post.icon-button.tertiary-inverted.hover-bg": "c3b0bfbc3170a5b710b7444f733714123ffa798a",
|
|
10255
|
-
"post.icon-button.tertiary-inverted.hover-stroke": "fe2fd0b8c0d9ef1c626f4343b49b3b8e33e4eb3f",
|
|
10256
|
-
"post.icon-button.tertiary-inverted.disabled-fg": "20787e22827b3da3cb49028cae51ccb50c7388da",
|
|
10257
|
-
"post.icon-button.tertiary-inverted.disabled-bg": "e7126a822df078674f2aec83b0cc53dc4414e2d3",
|
|
10258
|
-
"post.icon-button.tertiary-inverted.disabled-stroke": "927bcf84be8d1e418c3db1c9d1fc64f0838b4271",
|
|
10259
10772
|
"post.icon-button.medium.outer": "bc160567508b25fb705a9a971367355385723808",
|
|
10260
10773
|
"post.icon-button.medium.icon": "11fb6d55934e5fc33d20892e98d1ae7d2d1b50a9",
|
|
10261
10774
|
"post.icon-button.border-radius.round": "d8101a6970d39985ce0b64b6bdad4442a168d1db",
|
|
@@ -10266,22 +10779,6 @@
|
|
|
10266
10779
|
"post.inline.spacing.gap.inner": "43ab45d7753ed586955faa45badffd72120e4ad1",
|
|
10267
10780
|
"post.inline.spacing.padding.block": "cebf7c4d7511b0f8492f29df50b91646d6e53ba8",
|
|
10268
10781
|
"post.inline.sizing.icon": "e325f303ff12704d2d055094df295afc039852d5",
|
|
10269
|
-
"post.inline.color.info-bg": "8ebb9328400f7884f24cefb5817dce6225f8f0dc",
|
|
10270
|
-
"post.inline.color.info-fg": "a22c6cbdd2ba4f5c77159f8fe2e243a425d861fd",
|
|
10271
|
-
"post.inline.color.info-stroke": "ddc6c3460435ba9df577e114c0127855648f1d00",
|
|
10272
|
-
"post.inline.color.info-icon": "eace4f75ecc5e2959297295e29271a6d259c9844",
|
|
10273
|
-
"post.inline.color.success-bg": "e8053fa5c0d4eb0b64d28767c08c5dc44789b6a5",
|
|
10274
|
-
"post.inline.color.success-fg": "adbac82c2d37d0c3a5b031a098c23d8ad4d6e224",
|
|
10275
|
-
"post.inline.color.success-stroke": "8abd98991cc2d3d0947472f638dd65ee9e8e9ca7",
|
|
10276
|
-
"post.inline.color.success-icon": "74dee46c332968620b0d452c3948a422ea3b54a9",
|
|
10277
|
-
"post.inline.color.warning-bg": "be9e89b34ec5c38d9fc07bc3835e1ede5a15fd69",
|
|
10278
|
-
"post.inline.color.warning-fg": "327d7c81b5513172f46a12539185bec449b1ab60",
|
|
10279
|
-
"post.inline.color.warning-stroke": "805afc9881adea072c5a4825d0b484e99f91f292",
|
|
10280
|
-
"post.inline.color.warning-icon": "2ccc3b1cdc13acee1b00ef8aa4f44cd28d02051b",
|
|
10281
|
-
"post.inline.color.error-bg": "a6a0235c415ea36aa6efe0206af274139e679a16",
|
|
10282
|
-
"post.inline.color.error-fg": "8e4986f314ec11e8770b472388ef7c782fb07cee",
|
|
10283
|
-
"post.inline.color.error-stroke": "de75d6eb0a859440c39a5ac1fd26099b5f6ef793",
|
|
10284
|
-
"post.inline.color.error-icon": "71b842f358cc234da3c1fffd7919d7ae06c34790",
|
|
10285
10782
|
"post.lead.font-size": "faf5dba2f96d4f89a72ee8e380d9c5dabd286beb",
|
|
10286
10783
|
"post.lead.font-weight": "5f2c7a3dd41d479f8b11e5b1dbfe462152e54aa0",
|
|
10287
10784
|
"post.list.item.padding.inline.start": "f7f1ba4ae736cfe139c14f5d2da5834c6555c8c0",
|
|
@@ -10289,17 +10786,12 @@
|
|
|
10289
10786
|
"post.list.item.padding.block.start": "11f6bc404467908a5a162c5d014ba825e488fe4a",
|
|
10290
10787
|
"post.list.item.padding.block.end": "447bfceda1d7a538c45cf4a8718cf51c530e015c",
|
|
10291
10788
|
"post.list.item.gap.inline": "8b3c47bf71962080480e4c42f24084f04677a0d0",
|
|
10292
|
-
"post.list.item.enabled-border": "f2d45321cc1bd8ed7def7ff6eb299a50f9f8d7fe",
|
|
10293
|
-
"post.list.item.hover-border": "5d8301e5915b941f7b54b6e23469c2148e76791f",
|
|
10294
|
-
"post.list.item.enabled-fg": "4a570668b7059b0822f1e137471f2d255cc62f19",
|
|
10295
|
-
"post.list.item.hover-fg": "f7051e304ecb770746a86ddbc231512baa96245b",
|
|
10296
10789
|
"post.list.item.border-width": "bcd8aacad9ea04c34d9b9a6195caff661a48f581",
|
|
10297
10790
|
"post.list.icon.container.padding.block": "2c63130c7c5cc820bceda75d7711862518504a8b",
|
|
10298
10791
|
"post.list.icon.container.padding.inline": "59b199c894c721103fb3826da4dad5363f85bfdf",
|
|
10299
10792
|
"post.list.icon.size": "26403e806c4c3551bc29609b720cd1ee98b77132",
|
|
10300
10793
|
"post.list.switch.padding.block": "f4d818760b6afc45e334e50776ad152fb18d54d9",
|
|
10301
10794
|
"post.list.margin.block": "d53e96d1e948088deafee9bd8fb5a84edacb868e",
|
|
10302
|
-
"post.list.bg": "3ae4e2a10ad075b1d4d5f45253a54cd648336989",
|
|
10303
10795
|
"post.list.check.sizing.icon": "bb5abf0a86b093084f08e078f8f4ad9947a52b72",
|
|
10304
10796
|
"post.list.check.padding.icon": "59c39e7014cf31f71f657d6a7034186a35e63012",
|
|
10305
10797
|
"post.list.check.text.padding": "a8a03d1e0221fd52a61abb27246f0ee435aea686",
|
|
@@ -10308,42 +10800,17 @@
|
|
|
10308
10800
|
"post.list.check.icon.container.block": "670186a5b10d70027009f3e318cc99fc0a2c822f",
|
|
10309
10801
|
"post.list.check.item.gap.block.text": "6cf9bbb003a5295246f02134089019f9abda52ca",
|
|
10310
10802
|
"post.list.check.margin.block": "d299b40b073470d2b17eab110d34bdd43233bd69",
|
|
10311
|
-
"post.list.check.color.icon-bg": "fae4fd2c5bc7dec515b82a34ae4279361d3aad86",
|
|
10312
|
-
"post.list.check.color.icon-fg": "16cd2459165982f548ff3971fba0746e6be362a1",
|
|
10313
|
-
"post.list.check.color.text-fg": "570728a610b063ec0e5c8abb631f23173079187d",
|
|
10314
|
-
"post.popover.close-button.enabled-fg": "eb710d3b00b49f690dcf344e0d364d75cfe150d5",
|
|
10315
|
-
"post.popover.close-button.selected-fg": "090659f39fb6cbfb161bb6cd086a837563c142b2",
|
|
10316
|
-
"post.popover.close-button.hover-fg": "54c2584f67f1cdfb3028b9154a204de949b9975c",
|
|
10317
|
-
"post.popover.close-button.hover-bg": "9c3fbc005809a55251769fa02909ff85ad3b188a",
|
|
10318
10803
|
"post.popover.close-button.outer": "6e8157a3e50114fbe3be54ab0788615ab9642cf4",
|
|
10319
10804
|
"post.popover.link.padding.block": "013c450a779b61d44fb5948620cabe750bd71a15",
|
|
10320
|
-
"post.popover.link.enabled-fg": "18b49d57ee06ff750328b13fdb1294cc26343e16",
|
|
10321
|
-
"post.popover.link.selected-fg": "eade604686bd1b1374688e56aba1a2a9ef374c27",
|
|
10322
|
-
"post.popover.link.hover-fg": "9e0bdb99581ebca38755c4b48ddb2da7ba680f9e",
|
|
10323
10805
|
"post.popover.link.font-weight": "64484112952c2ee1fd52b4962a0fdb4d8a1a55c7",
|
|
10324
10806
|
"post.popover.link.font-size": "aec530731cd682043df846504a468038385a67a3",
|
|
10325
|
-
"post.popover.icon.enabled-fg": "81e93275e93e9c63e5bbb66839c992173edf837c",
|
|
10326
|
-
"post.popover.icon.selected-fg": "9ea5ba4d7668cf88874ed37430859e758080a3d7",
|
|
10327
|
-
"post.popover.icon.hover-fg": "4b3134f5e9fa6fc6ea7e8cf4440b0f955b1e217d",
|
|
10328
|
-
"post.popover.surface.bg": "fe303469406a88eca260acd78495a27e993d5546",
|
|
10329
|
-
"post.popover.surface.fg": "2ba95ba1a0133396753371b2c8d6c3dc6b9f4546",
|
|
10330
10807
|
"post.popover.surface.border-radius": "61bdae7c4acef94e7df9ea2cdab57cb2878bd129",
|
|
10331
10808
|
"post.popover.surface.padding.block": "3242c46c3db33bab169c3f5665df9989e5eecbc7",
|
|
10332
10809
|
"post.popover.surface.padding.inline.start": "7be172b774d057a329081922469f560024108915",
|
|
10333
10810
|
"post.popover.surface.padding.inline.end": "1446c8d1017fa330ef3c4137a0e1a83b341ed61e",
|
|
10334
10811
|
"post.popover.surface.gap.inline": "854b2e7e433d3a0db9f8bae2680cc9fd241f6008",
|
|
10335
|
-
"post.popover.text.selected-fg": "963b9d422b963ed3acdf1500f4aebfd93e4e98fc",
|
|
10336
10812
|
"post.popover.paragraph.font-size": "753ab6d39cf4d2df84fe359b6d932172e31f0fab",
|
|
10337
10813
|
"post.popover.legend.font-size": "ca32c490ebb5bc14ebf424aba54246f56931bde2",
|
|
10338
|
-
"post.radio-button.enabled-bg": "981537511aa6b68e6575007cd1724da013be2dcc",
|
|
10339
|
-
"post.radio-button.enabled-fg": "ad56c5542bcfd074a5baf4037297d0884420cd6d",
|
|
10340
|
-
"post.radio-button.hover-bg": "f8df140d31e8b662762a8ad65af72207185e25a6",
|
|
10341
|
-
"post.radio-button.hover-fg": "317132a0c272589edf4a4b14e0ae72f2f7ce18a4",
|
|
10342
|
-
"post.radio-button.disabled-bg": "c09bc9b42df8004a531165fe1745cfd79cdb9a3e",
|
|
10343
|
-
"post.radio-button.disabled-fg": "02139795f587accc9430208032da5a645a1917e9",
|
|
10344
|
-
"post.radio-button.enabled-stroke": "d478c213676bcf2eb1ea055a37705d9f6eb33c26",
|
|
10345
|
-
"post.radio-button.hover-stroke": "efd5e0b0f302879c355da5d057adaf8ffe41471e",
|
|
10346
|
-
"post.radio-button.disabled-stroke": "5b28478865af1ccb34fa372cc316bba7c0eec8c2",
|
|
10347
10814
|
"post.radio-button.gap.block.group": "9c16987226587efbda8b6ca5dac00608be1e4408",
|
|
10348
10815
|
"post.radio-button.gap.inline.text-start": "54a8f76477a5a63522d360c6816e113b363647a5",
|
|
10349
10816
|
"post.radio-button.icon.padding.block.inner": "f32af0ee66b9ed5d12d8b4f13d7c53e4c3d917e7",
|
|
@@ -10366,37 +10833,13 @@
|
|
|
10366
10833
|
"post.search.position.inline.end.icon": "7dec1a6368f3f33341da9c53c8af35b4f649702d",
|
|
10367
10834
|
"post.button-segmented.horizontal.border-radius": "fd01f5b8308c2c2826717c59169509fa33da4431",
|
|
10368
10835
|
"post.button-segmented.vertical.border-radius": "bb62d30e7b32d7c62d6a825888a8248af47f3532",
|
|
10369
|
-
"post.button-segmented.selected-fg": "23623d928ead25f0bcf0b42baed2bfdf8345daad",
|
|
10370
|
-
"post.button-segmented.selected-bg": "ab1be8b8ba0262a40eb0fb17a0b15521db92b1d7",
|
|
10371
|
-
"post.button-segmented.enabled-fg": "56e66f94c28cd178bf343764ba04eebdb02b3602",
|
|
10372
|
-
"post.button-segmented.enabled-bg": "288fb670e53c1f621a2d277decd09e2ace97ae09",
|
|
10373
|
-
"post.button-segmented.enabled-border": "982aba20bb65901ee196eee64d48ecb391eb0280",
|
|
10374
|
-
"post.button-segmented.hover-fg": "2a84933a4249fc8dff24532bc93406672907edd2",
|
|
10375
|
-
"post.button-segmented.hover-bg": "4b187ee1082e23ec58943c06d9ace9fe09dab01c",
|
|
10376
|
-
"post.button-segmented.hover-border": "8a8756906eaf89e46ea1d2962dba008a4a3b33d3",
|
|
10377
10836
|
"post.button-segmented.border-width": "4a6d13197a63b4e03477ed62b35d554f797feaf9",
|
|
10378
10837
|
"post.button-segmented.elements.height": "305e4138ac7bb4dcb2749773bc28240a92b4b77f",
|
|
10379
|
-
"post.button-segmented.elements.
|
|
10838
|
+
"post.button-segmented.elements.gap.inline": "7543f69fc48c96a20407ec4a0b55dd28e5ee2cf3",
|
|
10380
10839
|
"post.button-segmented.padding.inline": "8991d47786b26e2bc1ed4800bb303f89a330de03",
|
|
10381
10840
|
"post.button-segmented.gap.inline": "edc6e1d49065d4c78b88a46af052b256e5522a7d",
|
|
10382
10841
|
"post.button-segmented.margin": "c9450d8eb85705ec1378cc12d2dc11d82292d638",
|
|
10383
10842
|
"post.button-segmented.font-weight": "69d85273017f04e159d299c17472222c517f3570",
|
|
10384
|
-
"post.button-segmented.selected-border": "9aa8b877e676f01b6b725ad77a15d2a81f6bfce5",
|
|
10385
|
-
"post.select.color.enabled-bg": "fa440a8c0c4aff17eb22d3a6674f3c899204258c",
|
|
10386
|
-
"post.select.color.enabled-fg": "ff277040a37a4e42488b506e18a40dde1428c52a",
|
|
10387
|
-
"post.select.color.hover-bg": "9339c5e5cf420941a1738b1678fa9f616f5367ae",
|
|
10388
|
-
"post.select.color.hover-fg": "7680414f7530276c4f1031189c8fe57796fb5669",
|
|
10389
|
-
"post.select.color.disabled-bg": "a425a9c276ab723144423543281ac639d08587b9",
|
|
10390
|
-
"post.select.color.disabled-fg": "4b57c8f1d0fbf7b075ddd30176f7c5e74cf31fb1",
|
|
10391
|
-
"post.select.color.selected-bg": "af75cbe2dcf5be14484c2773014118d18a925390",
|
|
10392
|
-
"post.select.color.selected-fg": "30b850fd990243f44553f160cf556c79c073171b",
|
|
10393
|
-
"post.select.color.helptext-fg": "c69cbb5824f4369ba6e3f29a2ad86ed39d482823",
|
|
10394
|
-
"post.select.color.enabled-border": "bda0e371acf1a606d96a0fd2831773ec0211e005",
|
|
10395
|
-
"post.select.color.hover-border": "a6a650dce51aa0748b79abdc0be5ba8b7ebf5d13",
|
|
10396
|
-
"post.select.color.disabled-border": "68bd4b209dc605777d377dbf0d588380ffe1d794",
|
|
10397
|
-
"post.select.color.selected-border": "e6a13b5b847e3701281ad48dbab01a322c8bc05e",
|
|
10398
|
-
"post.select.color.signal.error": "204af1fe03c5364690167bbc02789bfa4e4452bc",
|
|
10399
|
-
"post.select.color.signal.success": "6623b2c94701e85e1928a14061ea14a4202a79e3",
|
|
10400
10843
|
"post.select.gap.inline.icon": "3409366bd6aa4a842f82866e8bf54c453dcf268e",
|
|
10401
10844
|
"post.select.padding.block.assist": "9881d3877ac2414beaaa89170d43800c15709bca",
|
|
10402
10845
|
"post.select.padding.block.start": "0d09d05449a76483db2bf6d18a0a0c820862cc5c",
|
|
@@ -10423,38 +10866,11 @@
|
|
|
10423
10866
|
"post.snackbar.spacing.padding.inline": "d89944e7e183261eb283eec69ecb4e35dbc6c718",
|
|
10424
10867
|
"post.snackbar.spacing.padding.block": "c7aa17bb7d398a3d5d306c986f3195a79a98afdb",
|
|
10425
10868
|
"post.snackbar.sizing.icon": "53e69292b2234d87ed1740012a1de380298c7f41",
|
|
10426
|
-
"post.
|
|
10427
|
-
"post.
|
|
10428
|
-
"post.
|
|
10429
|
-
"post.
|
|
10430
|
-
"post.
|
|
10431
|
-
"post.snackbar.color.success-fg": "332e8726a22127e80058e6b87b0885b4aa94acc9",
|
|
10432
|
-
"post.snackbar.color.success-stroke": "b7438a591840a73fc9cc0adc64da6f14fbccc82a",
|
|
10433
|
-
"post.snackbar.color.success-icon": "1d54e6807e3be35ea4b196dcf9e584d7a2a935b5",
|
|
10434
|
-
"post.snackbar.color.warning-bg": "709075d8c6ffe6ba9c19cfdc364174690dab5135",
|
|
10435
|
-
"post.snackbar.color.warning-fg": "366bea028e34b7b4b672fa16533b61503aee8531",
|
|
10436
|
-
"post.snackbar.color.warning-stroke": "a19ad2813168bd661c06c144acfa26df15f5c73f",
|
|
10437
|
-
"post.snackbar.color.warning-icon": "9eb4617cfcfb649695112e6e2dd389947be5993f",
|
|
10438
|
-
"post.snackbar.color.error-bg": "ec644411d8f1d92d693198e06b7a63b4bb986537",
|
|
10439
|
-
"post.snackbar.color.error-fg": "859c4782edc8ec6cd3569354f42336766ee272c5",
|
|
10440
|
-
"post.snackbar.color.error-stroke": "74374ac91c484a7d91f7c95779d2d1af98fd7e36",
|
|
10441
|
-
"post.snackbar.color.error-icon": "fb053dcadabccbdbe12d091934eb678e468af65c",
|
|
10442
|
-
"post.stepper.text.enabled-fg": "5399579b1d42c8d09bd42d198a75f16d3085001c",
|
|
10443
|
-
"post.stepper.text.disabled-fg": "1400541fc168af90ab6accaf90b0e6245f36c6c9",
|
|
10444
|
-
"post.stepper.enabled-bg": "07e6a8499bfe2e8bd72382980b879e62f2d24749",
|
|
10445
|
-
"post.stepper.enabled-fg": "5d4a229bcb9e9a041a2716ae89eb722b6c6372c3",
|
|
10446
|
-
"post.stepper.completed-bg": "71e5b10a098d581b9d7a025b5e293f61be0fd585",
|
|
10447
|
-
"post.stepper.hover-bg": "05e1e464b0cfaea2e9c42b47cb7d803ae461915e",
|
|
10448
|
-
"post.stepper.hover-fg": "fdf85afd5e534148b784dde0de28a97b891c4d83",
|
|
10449
|
-
"post.stepper.disabled-bg": "27d54da0a00ef0790a8aefd9a3b0f83cb6f94355",
|
|
10450
|
-
"post.stepper.disabled-fg": "3ce59ceb757a32c64a24dc04a4361b3d1e07040c",
|
|
10451
|
-
"post.stepper.connector.active": "62735e7dbc38e5533b415cbe1a03dc4372bb914f",
|
|
10452
|
-
"post.stepper.connector.completed": "c539afd3eef267edc7c26064f0907eebfada7346",
|
|
10453
|
-
"post.stepper.connector.next": "b900842ec9836c249380af35b496b5eb1f5595bb",
|
|
10454
|
-
"post.stepper.enabled-stroke": "ca1cf3359292b49a432c928c8efa16e29cb51dcd",
|
|
10455
|
-
"post.stepper.completed-stroke": "8a7170dbf027fc9505286028fd61b036d6410076",
|
|
10456
|
-
"post.stepper.hover-stroke": "8db9a0cbe8eea1f344363da9f9028510f731d44a",
|
|
10457
|
-
"post.stepper.disabled-stroke": "ab116401b9cd3fcfb532aa3eee8f011cae325132",
|
|
10869
|
+
"post.spin-button.large.action-button.icon.size": "10e9a6a2eff63368599f3e920ac547201e0ea874",
|
|
10870
|
+
"post.spin-button.large.action-button.padding.block": "c58590577affeac7486da68c9ef44922b763b7e8",
|
|
10871
|
+
"post.spin-button.large.action-button.padding.inline": "91f4c3c743cd4bb2cd86d564995561fd0d9b7959",
|
|
10872
|
+
"post.spin-button.action-button.border-radius": "ede9c268fc456972470b6c4921ce2297db06250e",
|
|
10873
|
+
"post.spin-button.action-button.border-width": "4ecaf04f63d502eefff8124b8dd0e2b8649afde7",
|
|
10458
10874
|
"post.stepper.gap.text-start": "973c3df60c62f3bb2022dfefdfcd62644cf365fd",
|
|
10459
10875
|
"post.stepper.padding.connector": "94b9a5b72406ebedaab9706b909eb686f652d0b9",
|
|
10460
10876
|
"post.stepper.border-radius.round": "bdc93fb44481875870ddfd11f0ae816c08fc4ead",
|
|
@@ -10462,46 +10878,27 @@
|
|
|
10462
10878
|
"post.stepper.border-width": "0f6b907201f835723c78bd931860c49072f5601e",
|
|
10463
10879
|
"post.stepper.step-label.font-size": "0670d51aeed5a96ef2236a0a9b326a168da026f0",
|
|
10464
10880
|
"post.stepper.step-label.selected.font-weight": "a347f5456ee7834fe09e5cc0089dd31720d51a29",
|
|
10465
|
-
"post.
|
|
10466
|
-
"post.switch.text.disabled-fg": "3b8f6ecd4ce7c901b3b6fbe19b3938b4ee30090d",
|
|
10467
|
-
"post.switch.text.selected-fg": "c20a2549fa46c4f66e04c4f6f739349ee9032798",
|
|
10468
|
-
"post.switch.icon.success": "7e344a6a3c5ecf08f4d78441e5cfcf81ae31e621",
|
|
10469
|
-
"post.switch.icon.disabled": "34c32196503b8fd0e443b51da233db8104427d3f",
|
|
10470
|
-
"post.switch.icon.hover": "5c750ce20d8456d07e02fbbb43b14b5090f8f87b",
|
|
10881
|
+
"post.stepper.gap.labels": "88a081a975106a2737f5a0f092309161ef8a0bb2",
|
|
10471
10882
|
"post.switch.icon.padding.container": "7de305f63552aa60ae1fdd6070365f0ee0f4041a",
|
|
10472
|
-
"post.switch.handle.enabled": "159a42184822eb3538fd9468fbf9c6b63fbf1bcf",
|
|
10473
|
-
"post.switch.handle.selected": "2f079a496bed636dcee54a30516d00f400de1f52",
|
|
10474
|
-
"post.switch.handle.selected-stroke": "18d9b72bedfc5af7007948148e850f31754c6efb",
|
|
10475
|
-
"post.switch.handle.hover": "367b21171b85011ace3484d3caaf20ca4de50580",
|
|
10476
|
-
"post.switch.handle.hover-stroke": "9a48352912e77688b3638c63de7b650745b69c0e",
|
|
10477
|
-
"post.switch.handle.disabled": "87edfd0659df5be763802e5b407c9cd64220fb49",
|
|
10478
|
-
"post.switch.handle.disabled-stroke": "68580f77c8c59cfe3fd6ed8092787242604fa765",
|
|
10479
|
-
"post.switch.handle.enabled-stroke": "5faf69a23034b7d86ae53ae4b6e45d758ad291a5",
|
|
10480
|
-
"post.switch.element.enabled-bg": "37fb6c23301facfc96d382de26a14360537fdd97",
|
|
10481
|
-
"post.switch.element.enabled-stroke": "00a540c9a955281331681f6fc44963f93bb85ce7",
|
|
10482
|
-
"post.switch.element.selected-bg": "292407a115b9c5819acd71fbbb8a7994c4b17b5a",
|
|
10483
|
-
"post.switch.element.selected-stroke": "d7bda56904422c2dc2873f41275e915ce36fbdd6",
|
|
10484
|
-
"post.switch.element.hover-bg": "beaf5e6053691c5f8676c64899f0d146c194f8ff",
|
|
10485
|
-
"post.switch.element.hover-stroke": "3a916db6238187c672c6be218f714d9cb6bf87f3",
|
|
10486
|
-
"post.switch.element.disabled-bg": "5ef2c2c58f565ae99b8655056dd15c48ac67e696",
|
|
10487
|
-
"post.switch.element.disabled-stroke": "d3b935fe8ebcbf2e85582f53fa9f5a8138250b11",
|
|
10488
10883
|
"post.switch.element.width": "2c777f81d27d17b298a80176a9321eb9728da712",
|
|
10489
10884
|
"post.switch.element.height": "2bb770e36f1b556d983d21b595509f3e91a47655",
|
|
10490
10885
|
"post.switch.element.handle": "c09fd2baa596cab64d62c4fb1fca8fa8c26291c5",
|
|
10491
10886
|
"post.switch.gap.inline.text": "247b45d301bcca98b2d94934a5bf224368055263",
|
|
10492
10887
|
"post.switch.padding.block.text": "fdf8cc0d615a1cd0116f36d0e88f0909474b74c2",
|
|
10888
|
+
"post.switch.padding.block.container.text": "29cbdc47443a3446365e6d2120aabaadd5072b50",
|
|
10493
10889
|
"post.switch.padding.inline.handle": "b512bd24b1efc090fbf71338c7581b91be49db5c",
|
|
10494
10890
|
"post.switch.border-radius.round": "4cc09b8f409accc41f0553e1fb332ba603b3e501",
|
|
10495
10891
|
"post.switch.border-width": "c45a9f2a969bb1f731fbb1f2c1433a57d238be0e",
|
|
10496
|
-
"post.
|
|
10497
|
-
"post.
|
|
10498
|
-
"post.
|
|
10499
|
-
"post.
|
|
10500
|
-
"post.
|
|
10501
|
-
"post.
|
|
10502
|
-
"post.
|
|
10503
|
-
"post.
|
|
10504
|
-
"post.
|
|
10892
|
+
"post.teaser.card.sm.image.height": "c08aac2d8bdca1338281cb3407cb2bb68f006a9b",
|
|
10893
|
+
"post.teaser.card.sm.section.content.padding": "6f10132faeaec305bb60b5611f17a9c80dc5ccc8",
|
|
10894
|
+
"post.teaser.card.sm.section.content.gap": "fa096b80dbc04569a50a97c4b48e742588ceceba",
|
|
10895
|
+
"post.teaser.card.sm.heading.font-size": "06953719de850f66e064628bd7a151efd59d06d8",
|
|
10896
|
+
"post.teaser.card.sm.content.gap": "60db0f2d4067c7e452eb991d0656fefdf8025c0c",
|
|
10897
|
+
"post.teaser.card.lg.image.height": "73b65f2feac04529cae214d7d197435b56f3bb68",
|
|
10898
|
+
"post.teaser.card.lg.section.content.padding": "c794fec560d28a17f6d5f561a163ced631dd93e7",
|
|
10899
|
+
"post.teaser.card.lg.section.content.gap": "c838062f96129e9b66cddaaf664e24a53a80dd5a",
|
|
10900
|
+
"post.teaser.card.lg.heading.font-size": "0f3a213b39a0c53f46d60602bdf8f0255d49a874",
|
|
10901
|
+
"post.teaser.card.lg.content.gap": "c5363014eb94be30e06a55c98f9c9799e8e7a5aa",
|
|
10505
10902
|
"post.textarea.gap.inline": "9a27c39a9cbf50dd75969f891f6b5bb6f057c8ab",
|
|
10506
10903
|
"post.textarea.gap.assist": "0c2e9bed1aba39f47403c147c27e5d05d1a242f9",
|
|
10507
10904
|
"post.textarea.padding.block.start": "7abacc6bc83879ca6b9c3788825a690300645ca5",
|
|
@@ -10521,35 +10918,15 @@
|
|
|
10521
10918
|
"post.textarea.label.validated.padding.inline.end": "8142f57c63433262f4348ad3eff57aca0d30d550",
|
|
10522
10919
|
"post.textarea.label.filled.font-size": "8d76e738441757ff8dfc53ab1601f218c1095f32",
|
|
10523
10920
|
"post.textarea.label.filled.padding.block.start": "25bb881879bcfa6f8fc16fbda7cd5164a5083252",
|
|
10524
|
-
"post.textarea.signal.error": "a18efce3d87124d0c761a901e681d836d13b61a8",
|
|
10525
|
-
"post.textarea.signal.success": "cb87cd3fe7dfbd21d0be540a812560c712c212de",
|
|
10526
10921
|
"post.textarea.position.inline.end.resize": "904aaf2715095ac103aecbf621cdbeb5b551d35c",
|
|
10527
10922
|
"post.textarea.position.inline.end.validation": "a62582eea53edacc67dd06ee55a6a9b3c9787934",
|
|
10528
10923
|
"post.textarea.position.block.end.resize": "d10f66ecc25d5e4576ee7f3d665cc9afa4ee0f67",
|
|
10529
10924
|
"post.textarea.position.block.start.validation": "7d3d68f9b92e710e7441d84c31b27639e13e301a",
|
|
10530
10925
|
"post.textarea.assist.font-size": "8fb89a9effda2d25fe148de62b52eb6ddc9a280b",
|
|
10531
10926
|
"post.textarea.validated.padding.inline.end": "82e187d41e38dad89946c46aa1d8875e096accfd",
|
|
10532
|
-
"post.textarea.placeholder-fg": "b77a1c8e294ec724d8298a7c4c6c965d2c763610",
|
|
10533
|
-
"post.text-highlighted.bg": "27774fb04cb78f58f13895b833a4851be7e3486b",
|
|
10534
|
-
"post.text-highlighted.fg": "8416d4e5337654acf592f5345f7c151d3cd63a4d",
|
|
10535
10927
|
"post.text-highlighted.padding.text": "e5e01d5010f1a45ce796d305a526ce01fa5d7a7b",
|
|
10536
10928
|
"post.text-highlighted.height.space-bottom": "976910163c8b39d9502d771bb4f11e2a2364dd76",
|
|
10537
10929
|
"post.text-highlighted.border-radius": "2bccd82a887bdae362ce9ec367f93f0b852aa07e",
|
|
10538
|
-
"post.input.color.enabled-bg": "ef37b9e75a548b9fe95566029fc133edf190f9ab",
|
|
10539
|
-
"post.input.color.enabled-fg": "c2447695deab7ef09b877d2cc72b036d3092c92b",
|
|
10540
|
-
"post.input.color.hover-bg": "36cd814b79e876dfe958dc3552ddf5bfa0ce52b8",
|
|
10541
|
-
"post.input.color.hover-fg": "af12cba2ab4ea1b5a8ff7de8f817c11fed23b19e",
|
|
10542
|
-
"post.input.color.disabled-bg": "e4a7c0123c24e4180e07d66f126da32843ca9159",
|
|
10543
|
-
"post.input.color.disabled-fg": "079628078a7634a6eefd4b7742764bcb8445923d",
|
|
10544
|
-
"post.input.color.selected-bg": "8bd7235f1399a9bc166130edce1af72427cfb8ed",
|
|
10545
|
-
"post.input.color.selected-fg": "1ae0d7346c71e3c28fd3ebe05123a3ea04b3fbe6",
|
|
10546
|
-
"post.input.color.helptext-fg": "cc1db7dbc95596ee0f941b44c4b55712ba6625e2",
|
|
10547
|
-
"post.input.color.enabled-border": "e8fb5159e5c020c2919c12ad157578d1083b1cc2",
|
|
10548
|
-
"post.input.color.hover-border": "5a5615016cc59292e11a683669369db7182dafb9",
|
|
10549
|
-
"post.input.color.disabled-border": "c65628869cf318afba36f149d035a6ad6291e0d3",
|
|
10550
|
-
"post.input.color.selected-border": "cd6d5766d9f136e44719c7a28eb250c545556c35",
|
|
10551
|
-
"post.input.color.signal.error": "7ddc0bfe846c295b5a215c45e423a2fdddf6959a",
|
|
10552
|
-
"post.input.color.signal.success": "0157a5c40c9a4eb6f87cfddd9a5c3f3a8a67282e",
|
|
10553
10930
|
"post.input.gap.inline.1": "ea0f287f910901d9a2754175427d33874636908d",
|
|
10554
10931
|
"post.input.gap.inline.2": "e17ec3bfeef8ad59d33f8ed4028bcbeffb3c2e65",
|
|
10555
10932
|
"post.input.padding.block.assist": "74fa0091e635d194f2726e8a49d63029f797d7b1",
|
|
@@ -10579,32 +10956,14 @@
|
|
|
10579
10956
|
"post.toast.spacing.gap.outer": "8b9c9b71b40f08768314fc1d88b16b5a37b5aaf3",
|
|
10580
10957
|
"post.toast.spacing.gap.inner": "84a01f0f5127e1cf2eab6816f58b837d3e8d9d05",
|
|
10581
10958
|
"post.toast.sizing.icon": "757c4eaf2fd47fc952756b6b82f6b1c923ba53cb",
|
|
10582
|
-
"post.toast.color.info-bg": "9b44e71ba3660743c70532b709c7e5b2f36986f1",
|
|
10583
|
-
"post.toast.color.info-fg": "12d3e39eadce4e17b6b3ae4490031ce80a9bff22",
|
|
10584
|
-
"post.toast.color.info-stroke": "9cd0ac82e620c006770bd0061d2f608df9ffd442",
|
|
10585
|
-
"post.toast.color.info-icon": "b6398b3758b026dfd8ee3d2591c4f553cafd8b32",
|
|
10586
|
-
"post.toast.color.success-bg": "583281df42bab1ac5d805d36f7667039da7cbb61",
|
|
10587
|
-
"post.toast.color.success-fg": "b59f3685a2a957de35ee1b05aab56a5cdce326ff",
|
|
10588
|
-
"post.toast.color.success-stroke": "482decff6980c880bfabdb75f959e575a7e66895",
|
|
10589
|
-
"post.toast.color.success-icon": "d21f6a28f7b8b410fddc19ddccd3257093d0f508",
|
|
10590
|
-
"post.toast.color.warning-bg": "0bb3ae6f9bd805893c443cb9ad6c99a6b204b091",
|
|
10591
|
-
"post.toast.color.warning-fg": "a4437830b76f42d187970f2e749545fd99d5ff80",
|
|
10592
|
-
"post.toast.color.warning-stroke": "5ed9716053a47598573011a3c7fe4b4fa8eda655",
|
|
10593
|
-
"post.toast.color.warning-icon": "eea7088bb9d7a1c3b2fc7b14a57d3ff120c4a640",
|
|
10594
|
-
"post.toast.color.error-bg": "8f9276e5ce83113fe57220d48175e15ee427b9ba",
|
|
10595
|
-
"post.toast.color.error-fg": "3cd318ecaa756db2fe98be4cd0c2d2c5a9f231d0",
|
|
10596
|
-
"post.toast.color.error-stroke": "3432663173b4389104a12a668043e3681e2faa69",
|
|
10597
|
-
"post.toast.color.error-icon": "3096bb0553257be18a766df213ba83685ab63040",
|
|
10598
10959
|
"post.validation.group.gap.inline": "a76607434c393d743d38b71824d9d76e533acca2",
|
|
10599
10960
|
"post.validation.group.icon.size": "ce5d0ae47c1f80a7ea39a6e5b25a00055c450e7d",
|
|
10600
|
-
"post.validation.
|
|
10601
|
-
"post.validation.
|
|
10961
|
+
"post.validation.group.icon.block.start": "e52e3d301a820f000d2cd339f1fab72a5f09ce81",
|
|
10962
|
+
"post.validation.group.icon.block.end": "f30710c36d79b96b33c33ad8e67524cc1ae3cd7a",
|
|
10963
|
+
"post.validation.group.padding.inline.start": "37c8364dbc202912a5a557a5f8cc026e1f84a3bf",
|
|
10602
10964
|
"post.validation.input.padding.block": "4006573d3a03f1b053a844aaf89e14742a3d3646",
|
|
10603
10965
|
"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"
|
|
10966
|
+
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f"
|
|
10608
10967
|
}
|
|
10609
10968
|
},
|
|
10610
10969
|
{
|
|
@@ -10636,15 +10995,25 @@
|
|
|
10636
10995
|
"utility.typo.link.small-underline": "S:45b69963e5992e986eb2273e8e01ff3148adfd60,",
|
|
10637
10996
|
"utility.typo.link.small": "S:1ba06fe73589aaacb95ee478bd084b94494e15cd,",
|
|
10638
10997
|
"utility.typo.link.small-selected": "S:7f068c77dd2de50daa4bdde9ce016b7bdd724491,",
|
|
10639
|
-
"utility.typo.default": "S:d0a39e1ad9f3161858121d95248a517c53772f96,"
|
|
10998
|
+
"utility.typo.default": "S:d0a39e1ad9f3161858121d95248a517c53772f96,",
|
|
10999
|
+
"utility.color.surface.default": "S:a0c07e1ab8f2daa64a432c4f43f75c47e55c92c4,",
|
|
11000
|
+
"utility.color.surface.alternate": "S:23ad6f9b5d33096e8b417a0e8270b7ad6e61a870,",
|
|
11001
|
+
"utility.color.surface.brand": "S:d2e8fb120fe7a20979654ee997f37251ef1f69c4,",
|
|
11002
|
+
"utility.color.surface.accent": "S:0ce8d409d113cd98d46bf5a1e3d51d1c9b78c37a,",
|
|
11003
|
+
"utility.color.content.default": "S:688b02c8ac0db013d5bd6a7bb161f78e2e687151,",
|
|
11004
|
+
"utility.color.content.alternate": "S:7203af04513e8ba451b4322459491cbd71e91ae4,",
|
|
11005
|
+
"utility.color.content.brand": "S:33eb09fb2121625e49952bf270bd4413229724ff,",
|
|
11006
|
+
"utility.color.content.accent": "S:f857e4d43540c1e1e7d658b13c4ce75b60ad3072,",
|
|
11007
|
+
"utility.color.content-secondary.default": "S:670273c1b0a124e1050a3afeb1d37cd8674bc402,",
|
|
11008
|
+
"utility.color.content-secondary.alternate": "S:40467e61072522e7798b8a0c64b2e3cf545c5573,",
|
|
11009
|
+
"utility.color.content-secondary.brand": "S:3645a5a5adc297a383201dfbd397d0be3623c296,",
|
|
11010
|
+
"utility.color.content-secondary.accent": "S:9609ed0602c6a72551b9cbbdbf32f4a0f01ae28e,"
|
|
10640
11011
|
},
|
|
10641
11012
|
"selectedTokenSets": {
|
|
10642
11013
|
"core": "source",
|
|
10643
11014
|
"Device/Desktop": "source",
|
|
10644
11015
|
"Device/Tablet": "source",
|
|
10645
11016
|
"Device/Mobile": "source",
|
|
10646
|
-
"Channel/EDK": "source",
|
|
10647
|
-
"Channel/IDK": "source",
|
|
10648
11017
|
"Theme/Post": "source",
|
|
10649
11018
|
"Elements/Body": "source",
|
|
10650
11019
|
"Elements/Heading": "source",
|
|
@@ -10655,8 +11024,25 @@
|
|
|
10655
11024
|
"Utilities/Spacing": "source",
|
|
10656
11025
|
"Utilities/Typo": "source",
|
|
10657
11026
|
"Scheme/Light": "source",
|
|
10658
|
-
"Scheme/Dark": "source"
|
|
10659
|
-
|
|
11027
|
+
"Scheme/Dark": "source",
|
|
11028
|
+
"Theme/Cargo": "source"
|
|
11029
|
+
},
|
|
11030
|
+
"$figmaVariableReferences": {
|
|
11031
|
+
"Background.default": "f10e37d46efeb4d63ad3c0f53c3b0e2cfec88a7d",
|
|
11032
|
+
"Background.alternate": "84fd7fee989cc2713e17c3d1358d0343efa5b15d",
|
|
11033
|
+
"Background.brand": "b02020161336671186f62bc042756d2f04fc63bd",
|
|
11034
|
+
"Background.accent": "e2fd05f769252f8780ae20a14a10f8a194a2a985",
|
|
11035
|
+
"Foreground.default": "a4a272d326817fc44eed3ede495766b6cb4e71b2",
|
|
11036
|
+
"Foreground.alternate": "f7470958654c304435310008ad50c6e9808fcfa5",
|
|
11037
|
+
"Foreground.brand": "742c865e885b1a5a1ab611785bbff035f8cb97c0",
|
|
11038
|
+
"Foreground.accent": "498b67b20d4e4bae10565299684625832415a17e",
|
|
11039
|
+
"Foreground-secondary.default": "37d2efa8079b4c8bbe9d4308111115fce4e8857f",
|
|
11040
|
+
"Foreground-secondary.alternate": "be48addb6f74c9dffc79799656dcff8bdd8bbf36",
|
|
11041
|
+
"Foreground-secondary.brand": "ac4a5817610bd217942000bea5e5236beb93dc00",
|
|
11042
|
+
"Foreground-secondary.accent": "f5614019d6a322093419c5b623be27b39b42d9e4"
|
|
11043
|
+
},
|
|
11044
|
+
"$figmaCollectionId": "VariableCollectionId:3457:24968",
|
|
11045
|
+
"$figmaModeId": "3457:0"
|
|
10660
11046
|
},
|
|
10661
11047
|
{
|
|
10662
11048
|
"id": "4848fa9cb5a9da01ed0e675e83324dea13d233e3",
|
|
@@ -10667,13 +11053,14 @@
|
|
|
10667
11053
|
"Device/Desktop": "source",
|
|
10668
11054
|
"Device/Tablet": "source",
|
|
10669
11055
|
"Device/Mobile": "source",
|
|
10670
|
-
"Channel/EDK": "source",
|
|
10671
|
-
"Channel/IDK": "source",
|
|
10672
11056
|
"Theme/Post": "enabled",
|
|
10673
11057
|
"Scheme/Light": "source",
|
|
10674
|
-
"Scheme/Dark": "source"
|
|
11058
|
+
"Scheme/Dark": "source",
|
|
11059
|
+
"Palette/Default": "source",
|
|
11060
|
+
"Palette/Alternate": "source",
|
|
11061
|
+
"Palette/Accent": "source",
|
|
11062
|
+
"Palette/Brand": "source"
|
|
10675
11063
|
},
|
|
10676
|
-
"group": "Theme",
|
|
10677
11064
|
"$figmaCollectionId": "VariableCollectionId:4178:5613",
|
|
10678
11065
|
"$figmaModeId": "4178:0",
|
|
10679
11066
|
"$figmaVariableReferences": {
|
|
@@ -10687,9 +11074,17 @@
|
|
|
10687
11074
|
"post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121",
|
|
10688
11075
|
"post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
|
|
10689
11076
|
"post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
|
|
11077
|
+
"post.theme.color.palettes.brand.fg-accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
|
|
10690
11078
|
"post.theme.color.palettes.accent.bg": "36c62b7057d0d665572ef3d4be91dd81c61fb13b",
|
|
10691
|
-
"post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d"
|
|
10692
|
-
|
|
11079
|
+
"post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d",
|
|
11080
|
+
"post.theme.color.palettes.accent.fg-accent": "94fff24801de3cb3c299b38461b8d48e5602773c",
|
|
11081
|
+
"post.theme.color.palette.bg": "d6ac790167a7aacec12f09e8259016c2b4c0c108",
|
|
11082
|
+
"post.theme.color.palette.fg": "37f4f256cc9ce3145b6a00729f11075d277772a9",
|
|
11083
|
+
"post.theme.color.palette.secondary": "b199e45536301133fe773d431df0b1324dead0e3",
|
|
11084
|
+
"post.theme.color.palette.secondary-bg": "968840c8ab67d137bde84833bfc883cb1e4bf1c1",
|
|
11085
|
+
"post.theme.color.palette.bg-scheme": "352bc2f5480314cdd630c3202146650a37f2cae7"
|
|
11086
|
+
},
|
|
11087
|
+
"group": "Theme"
|
|
10693
11088
|
},
|
|
10694
11089
|
{
|
|
10695
11090
|
"id": "506e9e4bd59b4c7053c176752eb6903ce5271a5d",
|
|
@@ -10700,14 +11095,15 @@
|
|
|
10700
11095
|
"Device/Desktop": "source",
|
|
10701
11096
|
"Device/Tablet": "source",
|
|
10702
11097
|
"Device/Mobile": "source",
|
|
10703
|
-
"Channel/EDK": "source",
|
|
10704
|
-
"Channel/IDK": "source",
|
|
10705
11098
|
"Theme/Post": "enabled",
|
|
10706
11099
|
"Theme/Cargo": "enabled",
|
|
10707
11100
|
"Scheme/Light": "source",
|
|
10708
|
-
"Scheme/Dark": "source"
|
|
11101
|
+
"Scheme/Dark": "source",
|
|
11102
|
+
"Palette/Default": "source",
|
|
11103
|
+
"Palette/Alternate": "source",
|
|
11104
|
+
"Palette/Accent": "source",
|
|
11105
|
+
"Palette/Brand": "source"
|
|
10709
11106
|
},
|
|
10710
|
-
"group": "Theme",
|
|
10711
11107
|
"$figmaCollectionId": "VariableCollectionId:4178:5613",
|
|
10712
11108
|
"$figmaModeId": "4178:1",
|
|
10713
11109
|
"$figmaVariableReferences": {
|
|
@@ -10719,11 +11115,19 @@
|
|
|
10719
11115
|
"post.theme.color.palettes.default.fg": "17e7f1199980448c9e431b59ac934c0ef11c5e1b",
|
|
10720
11116
|
"post.theme.color.palettes.brand.bg": "2f0b9e90b3d7117a9d7037b325deac970c3bee16",
|
|
10721
11117
|
"post.theme.color.palettes.brand.fg": "8ce342d323f6022375641c1f92d265636eda0015",
|
|
11118
|
+
"post.theme.color.palettes.brand.fg-accent": "bcafae8cf60ca45e115074c515ce2dbfad005ecc",
|
|
10722
11119
|
"post.theme.color.palettes.accent.bg": "36c62b7057d0d665572ef3d4be91dd81c61fb13b",
|
|
10723
11120
|
"post.theme.color.palettes.accent.fg": "8d3dab1f80eb4d3b22f62613a3c3f80d5609538d",
|
|
11121
|
+
"post.theme.color.palettes.accent.fg-accent": "94fff24801de3cb3c299b38461b8d48e5602773c",
|
|
10724
11122
|
"post.theme.color.palettes.alternate.bg": "47e0f61a01f52edc65e7fcfb6ba1237495959eb2",
|
|
10725
|
-
"post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121"
|
|
10726
|
-
|
|
11123
|
+
"post.theme.color.palettes.alternate.fg": "96a7f4c12efb74f3da27770f2014a52032056121",
|
|
11124
|
+
"post.theme.color.palette.bg": "d6ac790167a7aacec12f09e8259016c2b4c0c108",
|
|
11125
|
+
"post.theme.color.palette.fg": "37f4f256cc9ce3145b6a00729f11075d277772a9",
|
|
11126
|
+
"post.theme.color.palette.secondary": "b199e45536301133fe773d431df0b1324dead0e3",
|
|
11127
|
+
"post.theme.color.palette.secondary-bg": "968840c8ab67d137bde84833bfc883cb1e4bf1c1",
|
|
11128
|
+
"post.theme.color.palette.bg-scheme": "352bc2f5480314cdd630c3202146650a37f2cae7"
|
|
11129
|
+
},
|
|
11130
|
+
"group": "Theme"
|
|
10727
11131
|
},
|
|
10728
11132
|
{
|
|
10729
11133
|
"id": "de151f32ac85175085c129c9d55429225636cfb7",
|
|
@@ -10736,8 +11140,6 @@
|
|
|
10736
11140
|
"Device/Desktop": "source",
|
|
10737
11141
|
"Device/Tablet": "source",
|
|
10738
11142
|
"Device/Mobile": "source",
|
|
10739
|
-
"Channel/EDK": "source",
|
|
10740
|
-
"Channel/IDK": "source",
|
|
10741
11143
|
"Theme/Post": "source",
|
|
10742
11144
|
"Theme/Cargo": "source",
|
|
10743
11145
|
"Helpers/Focus": "enabled"
|
|
@@ -10761,8 +11163,6 @@
|
|
|
10761
11163
|
"core": "source",
|
|
10762
11164
|
"Scheme/Light": "source",
|
|
10763
11165
|
"Scheme/Dark": "source",
|
|
10764
|
-
"Channel/EDK": "source",
|
|
10765
|
-
"Channel/IDK": "source",
|
|
10766
11166
|
"Theme/Post": "source",
|
|
10767
11167
|
"Theme/Cargo": "source",
|
|
10768
11168
|
"Palettes": "enabled"
|
|
@@ -10783,6 +11183,166 @@
|
|
|
10783
11183
|
},
|
|
10784
11184
|
"$figmaCollectionId": "VariableCollectionId:6959:10217",
|
|
10785
11185
|
"$figmaModeId": "6959:0"
|
|
11186
|
+
},
|
|
11187
|
+
{
|
|
11188
|
+
"id": "127499a47509a43a9df341633f1c7450782fc5fa",
|
|
11189
|
+
"name": "Default",
|
|
11190
|
+
"$figmaStyleReferences": {},
|
|
11191
|
+
"selectedTokenSets": {
|
|
11192
|
+
"core": "source",
|
|
11193
|
+
"Scheme/Light": "source",
|
|
11194
|
+
"Scheme/Dark": "source",
|
|
11195
|
+
"Device/Desktop": "source",
|
|
11196
|
+
"Device/Tablet": "source",
|
|
11197
|
+
"Device/Mobile": "source",
|
|
11198
|
+
"Palette/Default": "enabled"
|
|
11199
|
+
},
|
|
11200
|
+
"group": "Palette",
|
|
11201
|
+
"$figmaCollectionId": "VariableCollectionId:12964:99547",
|
|
11202
|
+
"$figmaModeId": "12964:0",
|
|
11203
|
+
"$figmaVariableReferences": {
|
|
11204
|
+
"post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
|
|
11205
|
+
"post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
|
|
11206
|
+
"post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
|
|
11207
|
+
"post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
|
|
11208
|
+
"post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
|
|
11209
|
+
"post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
|
|
11210
|
+
"post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
|
|
11211
|
+
"post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
|
|
11212
|
+
"post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
|
|
11213
|
+
"post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
|
|
11214
|
+
}
|
|
11215
|
+
},
|
|
11216
|
+
{
|
|
11217
|
+
"id": "457beceff94c2acda43ab7db949265e4f3d04bf3",
|
|
11218
|
+
"name": "Alternate",
|
|
11219
|
+
"$figmaStyleReferences": {},
|
|
11220
|
+
"selectedTokenSets": {
|
|
11221
|
+
"core": "source",
|
|
11222
|
+
"Scheme/Light": "source",
|
|
11223
|
+
"Scheme/Dark": "source",
|
|
11224
|
+
"Device/Desktop": "source",
|
|
11225
|
+
"Device/Tablet": "source",
|
|
11226
|
+
"Device/Mobile": "source",
|
|
11227
|
+
"Palette/Alternate": "enabled"
|
|
11228
|
+
},
|
|
11229
|
+
"group": "Palette",
|
|
11230
|
+
"$figmaCollectionId": "VariableCollectionId:12964:99547",
|
|
11231
|
+
"$figmaModeId": "12964:1",
|
|
11232
|
+
"$figmaVariableReferences": {
|
|
11233
|
+
"post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
|
|
11234
|
+
"post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
|
|
11235
|
+
"post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
|
|
11236
|
+
"post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
|
|
11237
|
+
"post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
|
|
11238
|
+
"post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
|
|
11239
|
+
"post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
|
|
11240
|
+
"post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
|
|
11241
|
+
"post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
|
|
11242
|
+
"post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
|
|
11243
|
+
}
|
|
11244
|
+
},
|
|
11245
|
+
{
|
|
11246
|
+
"id": "b91cd8fca618afd8c00ef2931712759fc5550f92",
|
|
11247
|
+
"name": "Accent",
|
|
11248
|
+
"$figmaStyleReferences": {},
|
|
11249
|
+
"selectedTokenSets": {
|
|
11250
|
+
"core": "source",
|
|
11251
|
+
"Scheme/Light": "source",
|
|
11252
|
+
"Scheme/Dark": "source",
|
|
11253
|
+
"Device/Desktop": "source",
|
|
11254
|
+
"Device/Tablet": "source",
|
|
11255
|
+
"Device/Mobile": "source",
|
|
11256
|
+
"Palette/Accent": "enabled"
|
|
11257
|
+
},
|
|
11258
|
+
"group": "Palette",
|
|
11259
|
+
"$figmaCollectionId": "VariableCollectionId:12964:99547",
|
|
11260
|
+
"$figmaModeId": "12964:2",
|
|
11261
|
+
"$figmaVariableReferences": {
|
|
11262
|
+
"post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
|
|
11263
|
+
"post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
|
|
11264
|
+
"post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
|
|
11265
|
+
"post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
|
|
11266
|
+
"post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
|
|
11267
|
+
"post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
|
|
11268
|
+
"post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
|
|
11269
|
+
"post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
|
|
11270
|
+
"post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
|
|
11271
|
+
"post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
|
|
11272
|
+
}
|
|
11273
|
+
},
|
|
11274
|
+
{
|
|
11275
|
+
"id": "2f9e4a28b299dcc4a1f1c16505e5bc6c9c00fe5a",
|
|
11276
|
+
"name": "Brand",
|
|
11277
|
+
"$figmaStyleReferences": {},
|
|
11278
|
+
"selectedTokenSets": {
|
|
11279
|
+
"core": "source",
|
|
11280
|
+
"Scheme/Light": "source",
|
|
11281
|
+
"Scheme/Dark": "source",
|
|
11282
|
+
"Device/Desktop": "source",
|
|
11283
|
+
"Device/Tablet": "source",
|
|
11284
|
+
"Device/Mobile": "source",
|
|
11285
|
+
"Palette/Brand": "enabled"
|
|
11286
|
+
},
|
|
11287
|
+
"group": "Palette",
|
|
11288
|
+
"$figmaCollectionId": "VariableCollectionId:12964:99547",
|
|
11289
|
+
"$figmaModeId": "12964:3",
|
|
11290
|
+
"$figmaVariableReferences": {
|
|
11291
|
+
"post.palette.color.post.bg": "2cdf3946ff855ad4dcf9542e67c1a6ad4c3cf92f",
|
|
11292
|
+
"post.palette.color.post.fg": "138dd3cf306478f248addf582acdb225b77c1181",
|
|
11293
|
+
"post.palette.color.post.secondary": "c18a4ec277616973567bbaf237d014b97392ca05",
|
|
11294
|
+
"post.palette.color.post.secondary-bg": "68239b0b0efa295de0a332901dad640c6ec7b33f",
|
|
11295
|
+
"post.palette.color.cargo.bg": "4a77e67991788477c99da550b5999b1ae8ef30e9",
|
|
11296
|
+
"post.palette.color.cargo.fg": "bdb3fc2a5a37f5c06e7ed593cc1dd8bb26e9bad0",
|
|
11297
|
+
"post.palette.color.cargo.secondary": "ccf9055343f5ae5d6a5c7bf9d46d75f91fe61123",
|
|
11298
|
+
"post.palette.color.cargo.secondary-bg": "b4d54de5d7b360199b51eaefe4a7f5708aca9bc0",
|
|
11299
|
+
"post.palette.color.post.bg-scheme": "627fee5398a0c489d5c42c1d234190fb5971c47f",
|
|
11300
|
+
"post.palette.color.cargo.bg-scheme": "e5c2a85ab3ce2cc10e75b163559cbd5716e2f030"
|
|
11301
|
+
}
|
|
11302
|
+
},
|
|
11303
|
+
{
|
|
11304
|
+
"id": "7395c3976d308eb4c81d8d9595f12133874902cc",
|
|
11305
|
+
"name": "IDK",
|
|
11306
|
+
"$figmaStyleReferences": {},
|
|
11307
|
+
"selectedTokenSets": {
|
|
11308
|
+
"core": "source",
|
|
11309
|
+
"Scheme/Light": "source",
|
|
11310
|
+
"Scheme/Dark": "source",
|
|
11311
|
+
"Device/Desktop": "source",
|
|
11312
|
+
"Device/Tablet": "source",
|
|
11313
|
+
"Device/Mobile": "source",
|
|
11314
|
+
"Palette/Default": "source",
|
|
11315
|
+
"Palette/Alternate": "source",
|
|
11316
|
+
"Palette/Accent": "source",
|
|
11317
|
+
"Palette/Brand": "source",
|
|
11318
|
+
"Theme/Post": "source",
|
|
11319
|
+
"Theme/Cargo": "source",
|
|
11320
|
+
"Channel/IDK": "enabled"
|
|
11321
|
+
},
|
|
11322
|
+
"group": "Channel",
|
|
11323
|
+
"$figmaVariableReferences": {}
|
|
11324
|
+
},
|
|
11325
|
+
{
|
|
11326
|
+
"id": "c047137b96fd7fc67e4fb06a1e663dd136e763f5",
|
|
11327
|
+
"name": "EDK",
|
|
11328
|
+
"$figmaStyleReferences": {},
|
|
11329
|
+
"selectedTokenSets": {
|
|
11330
|
+
"core": "source",
|
|
11331
|
+
"Scheme/Light": "source",
|
|
11332
|
+
"Scheme/Dark": "source",
|
|
11333
|
+
"Device/Desktop": "source",
|
|
11334
|
+
"Device/Tablet": "source",
|
|
11335
|
+
"Device/Mobile": "source",
|
|
11336
|
+
"Palette/Default": "source",
|
|
11337
|
+
"Palette/Alternate": "source",
|
|
11338
|
+
"Palette/Accent": "source",
|
|
11339
|
+
"Palette/Brand": "source",
|
|
11340
|
+
"Theme/Post": "source",
|
|
11341
|
+
"Theme/Cargo": "source",
|
|
11342
|
+
"Channel/EDK": "enabled"
|
|
11343
|
+
},
|
|
11344
|
+
"group": "Channel",
|
|
11345
|
+
"$figmaVariableReferences": {}
|
|
10786
11346
|
}
|
|
10787
11347
|
],
|
|
10788
11348
|
"$metadata": {
|
|
@@ -10795,6 +11355,10 @@
|
|
|
10795
11355
|
"Device/Mobile",
|
|
10796
11356
|
"Channel/EDK",
|
|
10797
11357
|
"Channel/IDK",
|
|
11358
|
+
"Palette/Default",
|
|
11359
|
+
"Palette/Alternate",
|
|
11360
|
+
"Palette/Accent",
|
|
11361
|
+
"Palette/Brand",
|
|
10798
11362
|
"Theme/Post",
|
|
10799
11363
|
"Theme/Cargo",
|
|
10800
11364
|
"Elements/Body",
|
|
@@ -10813,6 +11377,7 @@
|
|
|
10813
11377
|
"Components/Blockquote",
|
|
10814
11378
|
"Components/Breadcrumb",
|
|
10815
11379
|
"Components/Button",
|
|
11380
|
+
"Components/Cards",
|
|
10816
11381
|
"Components/Checkbox",
|
|
10817
11382
|
"Components/Close",
|
|
10818
11383
|
"Components/Container",
|
|
@@ -10831,8 +11396,10 @@
|
|
|
10831
11396
|
"Components/Segmented button",
|
|
10832
11397
|
"Components/Select",
|
|
10833
11398
|
"Components/Snackbar",
|
|
11399
|
+
"Components/Spin button",
|
|
10834
11400
|
"Components/Stepper",
|
|
10835
11401
|
"Components/Switch",
|
|
11402
|
+
"Components/Teaser",
|
|
10836
11403
|
"Components/Text area",
|
|
10837
11404
|
"Components/Text highlighted",
|
|
10838
11405
|
"Components/Text input",
|
|
@@ -10841,6 +11408,8 @@
|
|
|
10841
11408
|
"FigmaOnly",
|
|
10842
11409
|
"Utilities/Spacing",
|
|
10843
11410
|
"Utilities/Color",
|
|
11411
|
+
"Utilities/Elevation",
|
|
11412
|
+
"Utilities/Border",
|
|
10844
11413
|
"Utilities/Typo",
|
|
10845
11414
|
"Palettes",
|
|
10846
11415
|
"Helpers/Focus"
|