@adobe/spectrum-tokens 12.0.0-beta.11 → 12.0.0-beta.12

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 CHANGED
@@ -1,21 +1,6 @@
1
- # [12.0.0-beta.11](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.10...v12.0.0-beta.11) (2022-04-04)
1
+ # [12.0.0-beta.12](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.11...v12.0.0-beta.12) (2022-04-06)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * bad var name for negative-color-400 ([c5362ea](https://github.com/adobe/spectrum-tokens/commit/c5362eacd9b590a35708115cfea9a42b48df5668))
7
-
8
-
9
- ### Features
10
-
11
- * add neutral background colors ([706c788](https://github.com/adobe/spectrum-tokens/commit/706c7888f9758491fb3d5adc50d4c0c32fa4186c))
12
- * changes to static focus ring alias ([a641e62](https://github.com/adobe/spectrum-tokens/commit/a641e622c8dd3a20ca14e506df388ef16d9e3700))
13
- * for DNA-1106 adds disabled-background-color ([ca88724](https://github.com/adobe/spectrum-tokens/commit/ca88724e12189192fb7578ed4ed1c5f9f8928b62))
14
- * for DNA-1107 adds disabled-static-white-background-color ([15ad0aa](https://github.com/adobe/spectrum-tokens/commit/15ad0aa0250b93585b910fa15f2fee49faa2925c))
15
- * for DNA-1108 adds disabled-static-black-background-color ([8d68297](https://github.com/adobe/spectrum-tokens/commit/8d6829719bc2e72931369890e47062b2e496fb26))
16
- * for DNA-1109 adds disabled-static-white-content-color ([b1f7f81](https://github.com/adobe/spectrum-tokens/commit/b1f7f81a4b3c8b62642ec767da79eed8509211b0))
17
- * for DNA-1110 adds disabled-static-black-content-color ([075ecad](https://github.com/adobe/spectrum-tokens/commit/075ecadfa4da354077e96554f5a9f5945b96d3c6))
18
- * for DNA-1111 adds disabled-border-color ([1187246](https://github.com/adobe/spectrum-tokens/commit/1187246830847f16860a2e4c9da394463c21f006))
19
- * for DNA-1112 adds disabled-static-white-border-color ([6ade919](https://github.com/adobe/spectrum-tokens/commit/6ade9195e6478d1705f8d5a304c0c7b2b28176f1))
20
- * for DNA-1113 adds disabled-static-black-border-color ([c51898f](https://github.com/adobe/spectrum-tokens/commit/c51898f919c200694a0a6bfc1d0ee731e81ff8d3))
21
- * for DNA-1145 adds negative background color ([60539c7](https://github.com/adobe/spectrum-tokens/commit/60539c724296ac28ee274e9c60e8b640b5731cd8))
6
+ * update latest formatter ([7337742](https://github.com/adobe/spectrum-tokens/commit/73377426e8406924f1aed4483a95dfd228071f3b))
package/config.js CHANGED
@@ -12,7 +12,9 @@ governing permissions and limitations under the License.
12
12
 
13
13
  const StyleDictionary = require("style-dictionary");
14
14
  const JsonSetsFormatter = require("style-dictionary-sets").JsonSetsFormatter;
15
+ const NameKebabTransfom = require("style-dictionary-sets").NameKebabTransfom;
15
16
 
17
+ StyleDictionary.registerTransform(NameKebabTransfom);
16
18
  StyleDictionary.registerFormat(JsonSetsFormatter);
17
19
 
18
20
  module.exports = {
@@ -20,11 +22,11 @@ module.exports = {
20
22
  platforms: {
21
23
  JSON: {
22
24
  buildPath: "dist/json/",
23
- transforms: ["attribute/cti", "name/cti/kebab"],
25
+ transforms: [NameKebabTransfom.name],
24
26
  files: [
25
27
  {
26
28
  destination: "variables.json",
27
- format: "json/sets",
29
+ format: JsonSetsFormatter.name,
28
30
  options: {
29
31
  showFileHeader: false,
30
32
  outputReferences: true,
@@ -946,6 +946,648 @@
946
946
  }
947
947
  }
948
948
  },
949
+ "accent-background-color": {
950
+ "default": {
951
+ "sets": {
952
+ "light": {
953
+ "ref": "{accent-color-900}",
954
+ "sets": {
955
+ "spectrum": {
956
+ "ref": "{blue-900}",
957
+ "sets": {
958
+ "light": {
959
+ "value": "rgb(2, 101, 220)"
960
+ },
961
+ "dark": {
962
+ "value": "rgb(114, 183, 249)"
963
+ },
964
+ "darkest": {
965
+ "value": "rgb(94, 170, 247)"
966
+ },
967
+ "wireframe": {
968
+ "value": "rgb(154, 177, 227)"
969
+ }
970
+ }
971
+ },
972
+ "express": {
973
+ "ref": "{indigo-900}",
974
+ "sets": {
975
+ "light": {
976
+ "value": "rgb(82, 88, 228)"
977
+ },
978
+ "dark": {
979
+ "value": "rgb(167, 170, 255)"
980
+ },
981
+ "darkest": {
982
+ "value": "rgb(153, 157, 255)"
983
+ },
984
+ "wireframe": {
985
+ "value": "rgb(154, 177, 227)"
986
+ }
987
+ }
988
+ }
989
+ }
990
+ },
991
+ "dark": {
992
+ "ref": "{accent-color-500}",
993
+ "sets": {
994
+ "spectrum": {
995
+ "ref": "{blue-500}",
996
+ "sets": {
997
+ "light": {
998
+ "value": "rgb(120, 187, 250)"
999
+ },
1000
+ "dark": {
1001
+ "value": "rgb(3, 103, 224)"
1002
+ },
1003
+ "darkest": {
1004
+ "value": "rgb(0, 92, 200)"
1005
+ },
1006
+ "wireframe": {
1007
+ "value": "rgb(216, 225, 244)"
1008
+ }
1009
+ }
1010
+ },
1011
+ "express": {
1012
+ "ref": "{indigo-500}",
1013
+ "sets": {
1014
+ "light": {
1015
+ "value": "rgb(172, 175, 255)"
1016
+ },
1017
+ "dark": {
1018
+ "value": "rgb(85, 91, 231)"
1019
+ },
1020
+ "darkest": {
1021
+ "value": "rgb(73, 78, 216)"
1022
+ },
1023
+ "wireframe": {
1024
+ "value": "rgb(216, 225, 244)"
1025
+ }
1026
+ }
1027
+ }
1028
+ }
1029
+ },
1030
+ "darkest": {
1031
+ "ref": "{accent-color-600}",
1032
+ "sets": {
1033
+ "spectrum": {
1034
+ "ref": "{blue-600}",
1035
+ "sets": {
1036
+ "light": {
1037
+ "value": "rgb(89, 167, 246)"
1038
+ },
1039
+ "dark": {
1040
+ "value": "rgb(19, 121, 243)"
1041
+ },
1042
+ "darkest": {
1043
+ "value": "rgb(6, 108, 231)"
1044
+ },
1045
+ "wireframe": {
1046
+ "value": "rgb(203, 215, 241)"
1047
+ }
1048
+ }
1049
+ },
1050
+ "express": {
1051
+ "ref": "{indigo-600}",
1052
+ "sets": {
1053
+ "light": {
1054
+ "value": "rgb(149, 153, 255)"
1055
+ },
1056
+ "dark": {
1057
+ "value": "rgb(104, 109, 244)"
1058
+ },
1059
+ "darkest": {
1060
+ "value": "rgb(90, 96, 235)"
1061
+ },
1062
+ "wireframe": {
1063
+ "value": "rgb(203, 215, 241)"
1064
+ }
1065
+ }
1066
+ }
1067
+ }
1068
+ },
1069
+ "wireframe": {
1070
+ "ref": "{accent-color-900}",
1071
+ "sets": {
1072
+ "spectrum": {
1073
+ "ref": "{blue-900}",
1074
+ "sets": {
1075
+ "light": {
1076
+ "value": "rgb(2, 101, 220)"
1077
+ },
1078
+ "dark": {
1079
+ "value": "rgb(114, 183, 249)"
1080
+ },
1081
+ "darkest": {
1082
+ "value": "rgb(94, 170, 247)"
1083
+ },
1084
+ "wireframe": {
1085
+ "value": "rgb(154, 177, 227)"
1086
+ }
1087
+ }
1088
+ },
1089
+ "express": {
1090
+ "ref": "{indigo-900}",
1091
+ "sets": {
1092
+ "light": {
1093
+ "value": "rgb(82, 88, 228)"
1094
+ },
1095
+ "dark": {
1096
+ "value": "rgb(167, 170, 255)"
1097
+ },
1098
+ "darkest": {
1099
+ "value": "rgb(153, 157, 255)"
1100
+ },
1101
+ "wireframe": {
1102
+ "value": "rgb(154, 177, 227)"
1103
+ }
1104
+ }
1105
+ }
1106
+ }
1107
+ }
1108
+ }
1109
+ },
1110
+ "hover": {
1111
+ "sets": {
1112
+ "light": {
1113
+ "ref": "{accent-color-1000}",
1114
+ "sets": {
1115
+ "spectrum": {
1116
+ "ref": "{blue-1000}",
1117
+ "sets": {
1118
+ "light": {
1119
+ "value": "rgb(0, 84, 182)"
1120
+ },
1121
+ "dark": {
1122
+ "value": "rgb(143, 202, 252)"
1123
+ },
1124
+ "darkest": {
1125
+ "value": "rgb(124, 189, 250)"
1126
+ },
1127
+ "wireframe": {
1128
+ "value": "rgb(133, 161, 219)"
1129
+ }
1130
+ }
1131
+ },
1132
+ "express": {
1133
+ "ref": "{indigo-1000}",
1134
+ "sets": {
1135
+ "light": {
1136
+ "value": "rgb(64, 70, 202)"
1137
+ },
1138
+ "dark": {
1139
+ "value": "rgb(188, 190, 255)"
1140
+ },
1141
+ "darkest": {
1142
+ "value": "rgb(174, 177, 255)"
1143
+ },
1144
+ "wireframe": {
1145
+ "value": "rgb(133, 161, 219)"
1146
+ }
1147
+ }
1148
+ }
1149
+ }
1150
+ },
1151
+ "dark": {
1152
+ "ref": "{accent-color-400}",
1153
+ "sets": {
1154
+ "spectrum": {
1155
+ "ref": "{blue-400}",
1156
+ "sets": {
1157
+ "light": {
1158
+ "value": "rgb(150, 206, 253)"
1159
+ },
1160
+ "dark": {
1161
+ "value": "rgb(0, 89, 194)"
1162
+ },
1163
+ "darkest": {
1164
+ "value": "rgb(0, 78, 166)"
1165
+ },
1166
+ "wireframe": {
1167
+ "value": "rgb(226, 232, 247)"
1168
+ }
1169
+ }
1170
+ },
1171
+ "express": {
1172
+ "ref": "{indigo-400}",
1173
+ "sets": {
1174
+ "light": {
1175
+ "value": "rgb(193, 196, 255)"
1176
+ },
1177
+ "dark": {
1178
+ "value": "rgb(70, 75, 211)"
1179
+ },
1180
+ "darkest": {
1181
+ "value": "rgb(58, 63, 189)"
1182
+ },
1183
+ "wireframe": {
1184
+ "value": "rgb(226, 232, 247)"
1185
+ }
1186
+ }
1187
+ }
1188
+ }
1189
+ },
1190
+ "darkest": {
1191
+ "ref": "{accent-color-500}",
1192
+ "sets": {
1193
+ "spectrum": {
1194
+ "ref": "{blue-500}",
1195
+ "sets": {
1196
+ "light": {
1197
+ "value": "rgb(120, 187, 250)"
1198
+ },
1199
+ "dark": {
1200
+ "value": "rgb(3, 103, 224)"
1201
+ },
1202
+ "darkest": {
1203
+ "value": "rgb(0, 92, 200)"
1204
+ },
1205
+ "wireframe": {
1206
+ "value": "rgb(216, 225, 244)"
1207
+ }
1208
+ }
1209
+ },
1210
+ "express": {
1211
+ "ref": "{indigo-500}",
1212
+ "sets": {
1213
+ "light": {
1214
+ "value": "rgb(172, 175, 255)"
1215
+ },
1216
+ "dark": {
1217
+ "value": "rgb(85, 91, 231)"
1218
+ },
1219
+ "darkest": {
1220
+ "value": "rgb(73, 78, 216)"
1221
+ },
1222
+ "wireframe": {
1223
+ "value": "rgb(216, 225, 244)"
1224
+ }
1225
+ }
1226
+ }
1227
+ }
1228
+ },
1229
+ "wireframe": {
1230
+ "ref": "{accent-color-1000}",
1231
+ "sets": {
1232
+ "spectrum": {
1233
+ "ref": "{blue-1000}",
1234
+ "sets": {
1235
+ "light": {
1236
+ "value": "rgb(0, 84, 182)"
1237
+ },
1238
+ "dark": {
1239
+ "value": "rgb(143, 202, 252)"
1240
+ },
1241
+ "darkest": {
1242
+ "value": "rgb(124, 189, 250)"
1243
+ },
1244
+ "wireframe": {
1245
+ "value": "rgb(133, 161, 219)"
1246
+ }
1247
+ }
1248
+ },
1249
+ "express": {
1250
+ "ref": "{indigo-1000}",
1251
+ "sets": {
1252
+ "light": {
1253
+ "value": "rgb(64, 70, 202)"
1254
+ },
1255
+ "dark": {
1256
+ "value": "rgb(188, 190, 255)"
1257
+ },
1258
+ "darkest": {
1259
+ "value": "rgb(174, 177, 255)"
1260
+ },
1261
+ "wireframe": {
1262
+ "value": "rgb(133, 161, 219)"
1263
+ }
1264
+ }
1265
+ }
1266
+ }
1267
+ }
1268
+ }
1269
+ },
1270
+ "down": {
1271
+ "sets": {
1272
+ "light": {
1273
+ "ref": "{accent-color-1100}",
1274
+ "sets": {
1275
+ "spectrum": {
1276
+ "ref": "{blue-1100}",
1277
+ "sets": {
1278
+ "light": {
1279
+ "value": "rgb(0, 68, 145)"
1280
+ },
1281
+ "dark": {
1282
+ "value": "rgb(174, 219, 254)"
1283
+ },
1284
+ "darkest": {
1285
+ "value": "rgb(152, 206, 253)"
1286
+ },
1287
+ "wireframe": {
1288
+ "value": "rgb(114, 145, 211)"
1289
+ }
1290
+ }
1291
+ },
1292
+ "express": {
1293
+ "ref": "{indigo-1100}",
1294
+ "sets": {
1295
+ "light": {
1296
+ "value": "rgb(50, 54, 168)"
1297
+ },
1298
+ "dark": {
1299
+ "value": "rgb(208, 210, 255)"
1300
+ },
1301
+ "darkest": {
1302
+ "value": "rgb(194, 196, 255)"
1303
+ },
1304
+ "wireframe": {
1305
+ "value": "rgb(114, 145, 211)"
1306
+ }
1307
+ }
1308
+ }
1309
+ }
1310
+ },
1311
+ "dark": {
1312
+ "ref": "{accent-color-300}",
1313
+ "sets": {
1314
+ "spectrum": {
1315
+ "ref": "{blue-300}",
1316
+ "sets": {
1317
+ "light": {
1318
+ "value": "rgb(181, 222, 255)"
1319
+ },
1320
+ "dark": {
1321
+ "value": "rgb(0, 77, 163)"
1322
+ },
1323
+ "darkest": {
1324
+ "value": "rgb(0, 64, 135)"
1325
+ },
1326
+ "wireframe": {
1327
+ "value": "rgb(233, 238, 248)"
1328
+ }
1329
+ }
1330
+ },
1331
+ "express": {
1332
+ "ref": "{indigo-300}",
1333
+ "sets": {
1334
+ "light": {
1335
+ "value": "rgb(211, 213, 255)"
1336
+ },
1337
+ "dark": {
1338
+ "value": "rgb(57, 63, 187)"
1339
+ },
1340
+ "darkest": {
1341
+ "value": "rgb(46, 50, 158)"
1342
+ },
1343
+ "wireframe": {
1344
+ "value": "rgb(233, 238, 248)"
1345
+ }
1346
+ }
1347
+ }
1348
+ }
1349
+ },
1350
+ "darkest": {
1351
+ "ref": "{accent-color-400}",
1352
+ "sets": {
1353
+ "spectrum": {
1354
+ "ref": "{blue-400}",
1355
+ "sets": {
1356
+ "light": {
1357
+ "value": "rgb(150, 206, 253)"
1358
+ },
1359
+ "dark": {
1360
+ "value": "rgb(0, 89, 194)"
1361
+ },
1362
+ "darkest": {
1363
+ "value": "rgb(0, 78, 166)"
1364
+ },
1365
+ "wireframe": {
1366
+ "value": "rgb(226, 232, 247)"
1367
+ }
1368
+ }
1369
+ },
1370
+ "express": {
1371
+ "ref": "{indigo-400}",
1372
+ "sets": {
1373
+ "light": {
1374
+ "value": "rgb(193, 196, 255)"
1375
+ },
1376
+ "dark": {
1377
+ "value": "rgb(70, 75, 211)"
1378
+ },
1379
+ "darkest": {
1380
+ "value": "rgb(58, 63, 189)"
1381
+ },
1382
+ "wireframe": {
1383
+ "value": "rgb(226, 232, 247)"
1384
+ }
1385
+ }
1386
+ }
1387
+ }
1388
+ },
1389
+ "wireframe": {
1390
+ "ref": "{accent-color-1100}",
1391
+ "sets": {
1392
+ "spectrum": {
1393
+ "ref": "{blue-1100}",
1394
+ "sets": {
1395
+ "light": {
1396
+ "value": "rgb(0, 68, 145)"
1397
+ },
1398
+ "dark": {
1399
+ "value": "rgb(174, 219, 254)"
1400
+ },
1401
+ "darkest": {
1402
+ "value": "rgb(152, 206, 253)"
1403
+ },
1404
+ "wireframe": {
1405
+ "value": "rgb(114, 145, 211)"
1406
+ }
1407
+ }
1408
+ },
1409
+ "express": {
1410
+ "ref": "{indigo-1100}",
1411
+ "sets": {
1412
+ "light": {
1413
+ "value": "rgb(50, 54, 168)"
1414
+ },
1415
+ "dark": {
1416
+ "value": "rgb(208, 210, 255)"
1417
+ },
1418
+ "darkest": {
1419
+ "value": "rgb(194, 196, 255)"
1420
+ },
1421
+ "wireframe": {
1422
+ "value": "rgb(114, 145, 211)"
1423
+ }
1424
+ }
1425
+ }
1426
+ }
1427
+ }
1428
+ }
1429
+ },
1430
+ "key-focus": {
1431
+ "sets": {
1432
+ "light": {
1433
+ "ref": "{accent-color-1000}",
1434
+ "sets": {
1435
+ "spectrum": {
1436
+ "ref": "{blue-1000}",
1437
+ "sets": {
1438
+ "light": {
1439
+ "value": "rgb(0, 84, 182)"
1440
+ },
1441
+ "dark": {
1442
+ "value": "rgb(143, 202, 252)"
1443
+ },
1444
+ "darkest": {
1445
+ "value": "rgb(124, 189, 250)"
1446
+ },
1447
+ "wireframe": {
1448
+ "value": "rgb(133, 161, 219)"
1449
+ }
1450
+ }
1451
+ },
1452
+ "express": {
1453
+ "ref": "{indigo-1000}",
1454
+ "sets": {
1455
+ "light": {
1456
+ "value": "rgb(64, 70, 202)"
1457
+ },
1458
+ "dark": {
1459
+ "value": "rgb(188, 190, 255)"
1460
+ },
1461
+ "darkest": {
1462
+ "value": "rgb(174, 177, 255)"
1463
+ },
1464
+ "wireframe": {
1465
+ "value": "rgb(133, 161, 219)"
1466
+ }
1467
+ }
1468
+ }
1469
+ }
1470
+ },
1471
+ "dark": {
1472
+ "ref": "{accent-color-400}",
1473
+ "sets": {
1474
+ "spectrum": {
1475
+ "ref": "{blue-400}",
1476
+ "sets": {
1477
+ "light": {
1478
+ "value": "rgb(150, 206, 253)"
1479
+ },
1480
+ "dark": {
1481
+ "value": "rgb(0, 89, 194)"
1482
+ },
1483
+ "darkest": {
1484
+ "value": "rgb(0, 78, 166)"
1485
+ },
1486
+ "wireframe": {
1487
+ "value": "rgb(226, 232, 247)"
1488
+ }
1489
+ }
1490
+ },
1491
+ "express": {
1492
+ "ref": "{indigo-400}",
1493
+ "sets": {
1494
+ "light": {
1495
+ "value": "rgb(193, 196, 255)"
1496
+ },
1497
+ "dark": {
1498
+ "value": "rgb(70, 75, 211)"
1499
+ },
1500
+ "darkest": {
1501
+ "value": "rgb(58, 63, 189)"
1502
+ },
1503
+ "wireframe": {
1504
+ "value": "rgb(226, 232, 247)"
1505
+ }
1506
+ }
1507
+ }
1508
+ }
1509
+ },
1510
+ "darkest": {
1511
+ "ref": "{accent-color-500}",
1512
+ "sets": {
1513
+ "spectrum": {
1514
+ "ref": "{blue-500}",
1515
+ "sets": {
1516
+ "light": {
1517
+ "value": "rgb(120, 187, 250)"
1518
+ },
1519
+ "dark": {
1520
+ "value": "rgb(3, 103, 224)"
1521
+ },
1522
+ "darkest": {
1523
+ "value": "rgb(0, 92, 200)"
1524
+ },
1525
+ "wireframe": {
1526
+ "value": "rgb(216, 225, 244)"
1527
+ }
1528
+ }
1529
+ },
1530
+ "express": {
1531
+ "ref": "{indigo-500}",
1532
+ "sets": {
1533
+ "light": {
1534
+ "value": "rgb(172, 175, 255)"
1535
+ },
1536
+ "dark": {
1537
+ "value": "rgb(85, 91, 231)"
1538
+ },
1539
+ "darkest": {
1540
+ "value": "rgb(73, 78, 216)"
1541
+ },
1542
+ "wireframe": {
1543
+ "value": "rgb(216, 225, 244)"
1544
+ }
1545
+ }
1546
+ }
1547
+ }
1548
+ },
1549
+ "wireframe": {
1550
+ "ref": "{accent-color-1000}",
1551
+ "sets": {
1552
+ "spectrum": {
1553
+ "ref": "{blue-1000}",
1554
+ "sets": {
1555
+ "light": {
1556
+ "value": "rgb(0, 84, 182)"
1557
+ },
1558
+ "dark": {
1559
+ "value": "rgb(143, 202, 252)"
1560
+ },
1561
+ "darkest": {
1562
+ "value": "rgb(124, 189, 250)"
1563
+ },
1564
+ "wireframe": {
1565
+ "value": "rgb(133, 161, 219)"
1566
+ }
1567
+ }
1568
+ },
1569
+ "express": {
1570
+ "ref": "{indigo-1000}",
1571
+ "sets": {
1572
+ "light": {
1573
+ "value": "rgb(64, 70, 202)"
1574
+ },
1575
+ "dark": {
1576
+ "value": "rgb(188, 190, 255)"
1577
+ },
1578
+ "darkest": {
1579
+ "value": "rgb(174, 177, 255)"
1580
+ },
1581
+ "wireframe": {
1582
+ "value": "rgb(133, 161, 219)"
1583
+ }
1584
+ }
1585
+ }
1586
+ }
1587
+ }
1588
+ }
1589
+ }
1590
+ },
949
1591
  "negative-content-color": {
950
1592
  "ref": "{negative-color-900}",
951
1593
  "sets": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.11",
3
+ "version": "12.0.0-beta.12",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "scripts": {
@@ -32,6 +32,6 @@
32
32
  "prettier": "^2.5.1",
33
33
  "semantic-release": "^19.0.2",
34
34
  "style-dictionary": "^3.7.0",
35
- "style-dictionary-sets": "^1.0.6"
35
+ "style-dictionary-sets": "^1.1.0"
36
36
  }
37
37
  }
@@ -234,6 +234,72 @@
234
234
  "accent-content-color-key-focus": {
235
235
  "value": "{accent-color-1000}"
236
236
  },
237
+ "accent-background-color": {
238
+ "default": {
239
+ "sets": {
240
+ "light": {
241
+ "value": "{accent-color-900}"
242
+ },
243
+ "dark": {
244
+ "value": "{accent-color-500}"
245
+ },
246
+ "darkest": {
247
+ "value": "{accent-color-600}"
248
+ },
249
+ "wireframe": {
250
+ "value": "{accent-color-900}"
251
+ }
252
+ }
253
+ },
254
+ "hover": {
255
+ "sets": {
256
+ "light": {
257
+ "value": "{accent-color-1000}"
258
+ },
259
+ "dark": {
260
+ "value": "{accent-color-400}"
261
+ },
262
+ "darkest": {
263
+ "value": "{accent-color-500}"
264
+ },
265
+ "wireframe": {
266
+ "value": "{accent-color-1000}"
267
+ }
268
+ }
269
+ },
270
+ "down": {
271
+ "sets": {
272
+ "light": {
273
+ "value": "{accent-color-1100}"
274
+ },
275
+ "dark": {
276
+ "value": "{accent-color-300}"
277
+ },
278
+ "darkest": {
279
+ "value": "{accent-color-400}"
280
+ },
281
+ "wireframe": {
282
+ "value": "{accent-color-1100}"
283
+ }
284
+ }
285
+ },
286
+ "key-focus": {
287
+ "sets": {
288
+ "light": {
289
+ "value": "{accent-color-1000}"
290
+ },
291
+ "dark": {
292
+ "value": "{accent-color-400}"
293
+ },
294
+ "darkest": {
295
+ "value": "{accent-color-500}"
296
+ },
297
+ "wireframe": {
298
+ "value": "{accent-color-1000}"
299
+ }
300
+ }
301
+ }
302
+ },
237
303
 
238
304
  "negative-content-color": {
239
305
  "value": "{negative-color-900}"