@atlaskit/tokens 0.6.3 → 0.7.0

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/css/atlassian-dark.css +43 -3
  3. package/css/atlassian-light.css +40 -0
  4. package/dist/cjs/artifacts/rename-mapping.js +77 -13
  5. package/dist/cjs/artifacts/token-default-values.js +40 -0
  6. package/dist/cjs/artifacts/token-names.js +40 -0
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +936 -144
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +922 -130
  9. package/dist/cjs/figma/synchronize-figma-tokens.js +34 -9
  10. package/dist/cjs/get-token.js +1 -1
  11. package/dist/cjs/tokens/atlassian-dark/color/accent.js +120 -32
  12. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +69 -3
  13. package/dist/cjs/tokens/atlassian-light/color/accent.js +112 -24
  14. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +66 -0
  15. package/dist/cjs/tokens/default/color/accent.js +234 -50
  16. package/dist/cjs/tokens/default/deprecated/deprecated.js +159 -13
  17. package/dist/cjs/version.json +1 -1
  18. package/dist/es2019/artifacts/rename-mapping.js +77 -13
  19. package/dist/es2019/artifacts/token-default-values.js +40 -0
  20. package/dist/es2019/artifacts/token-names.js +40 -0
  21. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +936 -144
  22. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +922 -130
  23. package/dist/es2019/figma/synchronize-figma-tokens.js +32 -9
  24. package/dist/es2019/get-token.js +1 -1
  25. package/dist/es2019/tokens/atlassian-dark/color/accent.js +120 -32
  26. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +69 -3
  27. package/dist/es2019/tokens/atlassian-light/color/accent.js +112 -24
  28. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +66 -0
  29. package/dist/es2019/tokens/default/color/accent.js +234 -50
  30. package/dist/es2019/tokens/default/deprecated/deprecated.js +159 -13
  31. package/dist/es2019/version.json +1 -1
  32. package/dist/esm/artifacts/rename-mapping.js +77 -13
  33. package/dist/esm/artifacts/token-default-values.js +40 -0
  34. package/dist/esm/artifacts/token-names.js +40 -0
  35. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +936 -144
  36. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +922 -130
  37. package/dist/esm/figma/synchronize-figma-tokens.js +34 -9
  38. package/dist/esm/get-token.js +1 -1
  39. package/dist/esm/tokens/atlassian-dark/color/accent.js +120 -32
  40. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +69 -3
  41. package/dist/esm/tokens/atlassian-light/color/accent.js +112 -24
  42. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +66 -0
  43. package/dist/esm/tokens/default/color/accent.js +234 -50
  44. package/dist/esm/tokens/default/deprecated/deprecated.js +159 -13
  45. package/dist/esm/version.json +1 -1
  46. package/dist/types/artifacts/token-default-values.d.ts +40 -0
  47. package/dist/types/artifacts/token-names.d.ts +80 -0
  48. package/dist/types/artifacts/types-internal.d.ts +1 -1
  49. package/dist/types/artifacts/types.d.ts +1 -1
  50. package/dist/types/figma/synchronize-figma-tokens.d.ts +9 -1
  51. package/dist/types/tokens/default/utility/utility.d.ts +10 -10
  52. package/dist/types/types.d.ts +98 -24
  53. package/package.json +1 -1
@@ -23,8 +23,27 @@ var tokens = [{
23
23
  },
24
24
  "value": "B300"
25
25
  },
26
- "name": "color.text.accent.blue",
27
- "path": ["color", "text", "accent", "blue"]
26
+ "name": "color.text.accent.blue.[default]",
27
+ "path": ["color", "text", "accent", "blue", "[default]"]
28
+ }, {
29
+ "attributes": {
30
+ "group": "paint",
31
+ "state": "active",
32
+ "description": "Use on bold blue accent backgrounds."
33
+ },
34
+ "value": "#CCE0FF",
35
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
36
+ "isSource": true,
37
+ "original": {
38
+ "attributes": {
39
+ "group": "paint",
40
+ "state": "active",
41
+ "description": "Use on bold blue accent backgrounds."
42
+ },
43
+ "value": "B200"
44
+ },
45
+ "name": "color.text.accent.blue.bolder",
46
+ "path": ["color", "text", "accent", "blue", "bolder"]
28
47
  }, {
29
48
  "attributes": {
30
49
  "group": "paint",
@@ -42,8 +61,27 @@ var tokens = [{
42
61
  },
43
62
  "value": "R300"
44
63
  },
45
- "name": "color.text.accent.red",
46
- "path": ["color", "text", "accent", "red"]
64
+ "name": "color.text.accent.red.[default]",
65
+ "path": ["color", "text", "accent", "red", "[default]"]
66
+ }, {
67
+ "attributes": {
68
+ "group": "paint",
69
+ "state": "active",
70
+ "description": "Use on bold red accent backgrounds."
71
+ },
72
+ "value": "#FFD2CC",
73
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
74
+ "isSource": true,
75
+ "original": {
76
+ "attributes": {
77
+ "group": "paint",
78
+ "state": "active",
79
+ "description": "Use on bold red accent backgrounds."
80
+ },
81
+ "value": "R200"
82
+ },
83
+ "name": "color.text.accent.red.bolder",
84
+ "path": ["color", "text", "accent", "red", "bolder"]
47
85
  }, {
48
86
  "attributes": {
49
87
  "group": "paint",
@@ -61,8 +99,27 @@ var tokens = [{
61
99
  },
62
100
  "value": "O300"
63
101
  },
64
- "name": "color.text.accent.orange",
65
- "path": ["color", "text", "accent", "orange"]
102
+ "name": "color.text.accent.orange.[default]",
103
+ "path": ["color", "text", "accent", "orange", "[default]"]
104
+ }, {
105
+ "attributes": {
106
+ "group": "paint",
107
+ "state": "active",
108
+ "description": "Use on bold orange accent backgrounds."
109
+ },
110
+ "value": "#FFE2BD",
111
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
112
+ "isSource": true,
113
+ "original": {
114
+ "attributes": {
115
+ "group": "paint",
116
+ "state": "active",
117
+ "description": "Use on bold orange accent backgrounds."
118
+ },
119
+ "value": "O200"
120
+ },
121
+ "name": "color.text.accent.orange.bolder",
122
+ "path": ["color", "text", "accent", "orange", "bolder"]
66
123
  }, {
67
124
  "attributes": {
68
125
  "group": "paint",
@@ -80,8 +137,27 @@ var tokens = [{
80
137
  },
81
138
  "value": "Y300"
82
139
  },
83
- "name": "color.text.accent.yellow",
84
- "path": ["color", "text", "accent", "yellow"]
140
+ "name": "color.text.accent.yellow.[default]",
141
+ "path": ["color", "text", "accent", "yellow", "[default]"]
142
+ }, {
143
+ "attributes": {
144
+ "group": "paint",
145
+ "state": "active",
146
+ "description": "Use on bold yellow accent backgrounds."
147
+ },
148
+ "value": "#F8E6A0",
149
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
150
+ "isSource": true,
151
+ "original": {
152
+ "attributes": {
153
+ "group": "paint",
154
+ "state": "active",
155
+ "description": "Use on bold yellow accent backgrounds."
156
+ },
157
+ "value": "Y200"
158
+ },
159
+ "name": "color.text.accent.yellow.bolder",
160
+ "path": ["color", "text", "accent", "yellow", "bolder"]
85
161
  }, {
86
162
  "attributes": {
87
163
  "group": "paint",
@@ -99,8 +175,27 @@ var tokens = [{
99
175
  },
100
176
  "value": "G300"
101
177
  },
102
- "name": "color.text.accent.green",
103
- "path": ["color", "text", "accent", "green"]
178
+ "name": "color.text.accent.green.[default]",
179
+ "path": ["color", "text", "accent", "green", "[default]"]
180
+ }, {
181
+ "attributes": {
182
+ "group": "paint",
183
+ "state": "active",
184
+ "description": "Use on bold green accent backgrounds."
185
+ },
186
+ "value": "#BAF3DB",
187
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
188
+ "isSource": true,
189
+ "original": {
190
+ "attributes": {
191
+ "group": "paint",
192
+ "state": "active",
193
+ "description": "Use on bold green accent backgrounds."
194
+ },
195
+ "value": "G200"
196
+ },
197
+ "name": "color.text.accent.green.bolder",
198
+ "path": ["color", "text", "accent", "green", "bolder"]
104
199
  }, {
105
200
  "attributes": {
106
201
  "group": "paint",
@@ -118,8 +213,27 @@ var tokens = [{
118
213
  },
119
214
  "value": "P300"
120
215
  },
121
- "name": "color.text.accent.purple",
122
- "path": ["color", "text", "accent", "purple"]
216
+ "name": "color.text.accent.purple.[default]",
217
+ "path": ["color", "text", "accent", "purple", "[default]"]
218
+ }, {
219
+ "attributes": {
220
+ "group": "paint",
221
+ "state": "active",
222
+ "description": "Use on bold purple accent backgrounds."
223
+ },
224
+ "value": "#DFD8FD",
225
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
226
+ "isSource": true,
227
+ "original": {
228
+ "attributes": {
229
+ "group": "paint",
230
+ "state": "active",
231
+ "description": "Use on bold purple accent backgrounds."
232
+ },
233
+ "value": "P200"
234
+ },
235
+ "name": "color.text.accent.purple.bolder",
236
+ "path": ["color", "text", "accent", "purple", "bolder"]
123
237
  }, {
124
238
  "attributes": {
125
239
  "group": "paint",
@@ -137,8 +251,27 @@ var tokens = [{
137
251
  },
138
252
  "value": "T300"
139
253
  },
140
- "name": "color.text.accent.teal",
141
- "path": ["color", "text", "accent", "teal"]
254
+ "name": "color.text.accent.teal.[default]",
255
+ "path": ["color", "text", "accent", "teal", "[default]"]
256
+ }, {
257
+ "attributes": {
258
+ "group": "paint",
259
+ "state": "active",
260
+ "description": "Use on bold teal accent backgrounds."
261
+ },
262
+ "value": "#C1F0F5",
263
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
264
+ "isSource": true,
265
+ "original": {
266
+ "attributes": {
267
+ "group": "paint",
268
+ "state": "active",
269
+ "description": "Use on bold teal accent backgrounds."
270
+ },
271
+ "value": "T200"
272
+ },
273
+ "name": "color.text.accent.teal.bolder",
274
+ "path": ["color", "text", "accent", "teal", "bolder"]
142
275
  }, {
143
276
  "attributes": {
144
277
  "group": "paint",
@@ -156,8 +289,27 @@ var tokens = [{
156
289
  },
157
290
  "value": "M300"
158
291
  },
159
- "name": "color.text.accent.magenta",
160
- "path": ["color", "text", "accent", "magenta"]
292
+ "name": "color.text.accent.magenta.[default]",
293
+ "path": ["color", "text", "accent", "magenta", "[default]"]
294
+ }, {
295
+ "attributes": {
296
+ "group": "paint",
297
+ "state": "active",
298
+ "description": "Use on bold magenta accent backgrounds."
299
+ },
300
+ "value": "#FDD0EC",
301
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
302
+ "isSource": true,
303
+ "original": {
304
+ "attributes": {
305
+ "group": "paint",
306
+ "state": "active",
307
+ "description": "Use on bold magenta accent backgrounds."
308
+ },
309
+ "value": "M200"
310
+ },
311
+ "name": "color.text.accent.magenta.bolder",
312
+ "path": ["color", "text", "accent", "magenta", "bolder"]
161
313
  }, {
162
314
  "attributes": {
163
315
  "group": "paint",
@@ -936,7 +1088,7 @@ var tokens = [{
936
1088
  "attributes": {
937
1089
  "group": "paint",
938
1090
  "state": "active",
939
- "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
1091
+ "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
940
1092
  },
941
1093
  "value": "#388BFF",
942
1094
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -945,7 +1097,7 @@ var tokens = [{
945
1097
  "attributes": {
946
1098
  "group": "paint",
947
1099
  "state": "active",
948
- "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
1100
+ "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
949
1101
  },
950
1102
  "value": "B500"
951
1103
  },
@@ -955,7 +1107,7 @@ var tokens = [{
955
1107
  "attributes": {
956
1108
  "group": "paint",
957
1109
  "state": "active",
958
- "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
1110
+ "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
959
1111
  },
960
1112
  "value": "#EF5C48",
961
1113
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -964,7 +1116,7 @@ var tokens = [{
964
1116
  "attributes": {
965
1117
  "group": "paint",
966
1118
  "state": "active",
967
- "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
1119
+ "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
968
1120
  },
969
1121
  "value": "R500"
970
1122
  },
@@ -1339,237 +1491,736 @@ var tokens = [{
1339
1491
  "attributes": {
1340
1492
  "group": "paint",
1341
1493
  "state": "active",
1342
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1494
+ "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1343
1495
  },
1344
- "value": "#09326C",
1496
+ "value": "#082145",
1345
1497
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1346
1498
  "isSource": true,
1347
1499
  "original": {
1348
1500
  "attributes": {
1349
1501
  "group": "paint",
1350
1502
  "state": "active",
1351
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1503
+ "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1352
1504
  },
1353
- "value": "B900"
1505
+ "value": "B1000"
1354
1506
  },
1355
- "name": "color.background.accent.blue.[default]",
1356
- "path": ["color", "background", "accent", "blue", "[default]"]
1507
+ "name": "color.background.accent.blue.subtlest",
1508
+ "path": ["color", "background", "accent", "blue", "subtlest"]
1357
1509
  }, {
1358
1510
  "attributes": {
1359
1511
  "group": "paint",
1360
1512
  "state": "active",
1361
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1513
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1362
1514
  },
1363
- "value": "#0C66E4",
1515
+ "value": "#09326C",
1364
1516
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1365
1517
  "isSource": true,
1366
1518
  "original": {
1367
1519
  "attributes": {
1368
1520
  "group": "paint",
1369
1521
  "state": "active",
1370
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1522
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1371
1523
  },
1372
- "value": "B700"
1524
+ "value": "B900"
1373
1525
  },
1374
- "name": "color.background.accent.blue.bold",
1375
- "path": ["color", "background", "accent", "blue", "bold"]
1526
+ "name": "color.background.accent.blue.subtler",
1527
+ "path": ["color", "background", "accent", "blue", "subtler"]
1376
1528
  }, {
1377
1529
  "attributes": {
1378
1530
  "group": "paint",
1379
1531
  "state": "active",
1380
- "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1532
+ "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1381
1533
  },
1382
- "value": "#601E16",
1534
+ "value": "#0055CC",
1383
1535
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1384
1536
  "isSource": true,
1385
1537
  "original": {
1386
1538
  "attributes": {
1387
1539
  "group": "paint",
1388
1540
  "state": "active",
1389
- "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1541
+ "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1390
1542
  },
1391
- "value": "R900"
1543
+ "value": "B800"
1392
1544
  },
1393
- "name": "color.background.accent.red.[default]",
1394
- "path": ["color", "background", "accent", "red", "[default]"]
1545
+ "name": "color.background.accent.blue.subtle",
1546
+ "path": ["color", "background", "accent", "blue", "subtle"]
1395
1547
  }, {
1396
1548
  "attributes": {
1397
1549
  "group": "paint",
1398
1550
  "state": "active",
1399
- "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
1551
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1400
1552
  },
1401
- "value": "#CA3521",
1553
+ "value": "#579DFF",
1402
1554
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1403
1555
  "isSource": true,
1404
1556
  "original": {
1405
1557
  "attributes": {
1406
1558
  "group": "paint",
1407
1559
  "state": "active",
1408
- "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
1560
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1409
1561
  },
1410
- "value": "R700"
1562
+ "value": "B400"
1411
1563
  },
1412
- "name": "color.background.accent.red.bold",
1413
- "path": ["color", "background", "accent", "red", "bold"]
1564
+ "name": "color.background.accent.blue.bolder",
1565
+ "path": ["color", "background", "accent", "blue", "bolder"]
1414
1566
  }, {
1415
1567
  "attributes": {
1416
1568
  "group": "paint",
1417
- "state": "active",
1418
- "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1569
+ "state": "deprecated",
1570
+ "replacement": "color.background.accent.blue.subtler",
1571
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1419
1572
  },
1420
- "value": "#5F3811",
1421
- "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1573
+ "value": "#09326C",
1574
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1422
1575
  "isSource": true,
1423
1576
  "original": {
1424
1577
  "attributes": {
1425
1578
  "group": "paint",
1426
- "state": "active",
1427
- "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1579
+ "state": "deprecated",
1580
+ "replacement": "color.background.accent.blue.subtler",
1581
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1428
1582
  },
1429
- "value": "O900"
1583
+ "value": "B900"
1430
1584
  },
1431
- "name": "color.background.accent.orange.[default]",
1432
- "path": ["color", "background", "accent", "orange", "[default]"]
1585
+ "name": "color.background.accent.blue.[default]",
1586
+ "path": ["color", "background", "accent", "blue", "[default]"]
1433
1587
  }, {
1434
1588
  "attributes": {
1435
1589
  "group": "paint",
1436
- "state": "active",
1437
- "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
1590
+ "state": "deprecated",
1591
+ "replacement": "color.background.accent.blue.subtle",
1592
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1438
1593
  },
1439
- "value": "#B65C02",
1440
- "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1594
+ "value": "#0C66E4",
1595
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1441
1596
  "isSource": true,
1442
1597
  "original": {
1443
1598
  "attributes": {
1444
1599
  "group": "paint",
1445
- "state": "active",
1446
- "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
1600
+ "state": "deprecated",
1601
+ "replacement": "color.background.accent.blue.subtle",
1602
+ "description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1447
1603
  },
1448
- "value": "O700"
1604
+ "value": "B700"
1449
1605
  },
1450
- "name": "color.background.accent.orange.bold",
1451
- "path": ["color", "background", "accent", "orange", "bold"]
1606
+ "name": "color.background.accent.blue.bold",
1607
+ "path": ["color", "background", "accent", "blue", "bold"]
1452
1608
  }, {
1453
1609
  "attributes": {
1454
1610
  "group": "paint",
1455
1611
  "state": "active",
1456
- "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1612
+ "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1457
1613
  },
1458
- "value": "#533F04",
1614
+ "value": "#391813",
1459
1615
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1460
1616
  "isSource": true,
1461
1617
  "original": {
1462
1618
  "attributes": {
1463
1619
  "group": "paint",
1464
1620
  "state": "active",
1465
- "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1621
+ "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1466
1622
  },
1467
- "value": "Y900"
1623
+ "value": "R1000"
1468
1624
  },
1469
- "name": "color.background.accent.yellow.[default]",
1470
- "path": ["color", "background", "accent", "yellow", "[default]"]
1625
+ "name": "color.background.accent.red.subtlest",
1626
+ "path": ["color", "background", "accent", "red", "subtlest"]
1471
1627
  }, {
1472
1628
  "attributes": {
1473
1629
  "group": "paint",
1474
1630
  "state": "active",
1475
- "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1631
+ "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1476
1632
  },
1477
- "value": "#946F00",
1633
+ "value": "#601E16",
1478
1634
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1479
1635
  "isSource": true,
1480
1636
  "original": {
1481
1637
  "attributes": {
1482
1638
  "group": "paint",
1483
1639
  "state": "active",
1484
- "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1640
+ "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1485
1641
  },
1486
- "value": "Y700"
1642
+ "value": "R900"
1487
1643
  },
1488
- "name": "color.background.accent.yellow.bold",
1489
- "path": ["color", "background", "accent", "yellow", "bold"]
1644
+ "name": "color.background.accent.red.subtler",
1645
+ "path": ["color", "background", "accent", "red", "subtler"]
1490
1646
  }, {
1491
1647
  "attributes": {
1492
1648
  "group": "paint",
1493
1649
  "state": "active",
1494
- "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
1650
+ "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
1495
1651
  },
1496
- "value": "#164B35",
1652
+ "value": "#AE2A19",
1497
1653
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1498
1654
  "isSource": true,
1499
1655
  "original": {
1500
1656
  "attributes": {
1501
1657
  "group": "paint",
1502
1658
  "state": "active",
1503
- "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
1659
+ "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
1504
1660
  },
1505
- "value": "G900"
1661
+ "value": "R800"
1506
1662
  },
1507
- "name": "color.background.accent.green.[default]",
1508
- "path": ["color", "background", "accent", "green", "[default]"]
1663
+ "name": "color.background.accent.red.subtle",
1664
+ "path": ["color", "background", "accent", "red", "subtle"]
1509
1665
  }, {
1510
1666
  "attributes": {
1511
1667
  "group": "paint",
1512
1668
  "state": "active",
1513
- "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
1669
+ "description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1514
1670
  },
1515
- "value": "#1F845A",
1671
+ "value": "#F87462",
1516
1672
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1517
1673
  "isSource": true,
1518
1674
  "original": {
1519
1675
  "attributes": {
1520
1676
  "group": "paint",
1521
1677
  "state": "active",
1522
- "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
1678
+ "description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1523
1679
  },
1524
- "value": "G700"
1680
+ "value": "R400"
1525
1681
  },
1526
- "name": "color.background.accent.green.bold",
1527
- "path": ["color", "background", "accent", "green", "bold"]
1682
+ "name": "color.background.accent.red.bolder",
1683
+ "path": ["color", "background", "accent", "red", "bolder"]
1528
1684
  }, {
1529
1685
  "attributes": {
1530
1686
  "group": "paint",
1531
- "state": "active",
1532
- "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
1687
+ "state": "deprecated",
1688
+ "replacement": "color.background.accent.red.subtler",
1689
+ "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1533
1690
  },
1534
- "value": "#1D474C",
1535
- "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1691
+ "value": "#601E16",
1692
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1536
1693
  "isSource": true,
1537
1694
  "original": {
1538
1695
  "attributes": {
1539
1696
  "group": "paint",
1540
- "state": "active",
1541
- "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
1697
+ "state": "deprecated",
1698
+ "replacement": "color.background.accent.red.subtler",
1699
+ "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1542
1700
  },
1543
- "value": "T900"
1701
+ "value": "R900"
1544
1702
  },
1545
- "name": "color.background.accent.teal.[default]",
1546
- "path": ["color", "background", "accent", "teal", "[default]"]
1703
+ "name": "color.background.accent.red.[default]",
1704
+ "path": ["color", "background", "accent", "red", "[default]"]
1547
1705
  }, {
1548
1706
  "attributes": {
1549
1707
  "group": "paint",
1550
- "state": "active",
1551
- "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
1708
+ "state": "deprecated",
1709
+ "replacement": "color.background.accent.red.subtle",
1710
+ "description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1552
1711
  },
1553
- "value": "#1D7F8C",
1554
- "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1712
+ "value": "#CA3521",
1713
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1555
1714
  "isSource": true,
1556
1715
  "original": {
1557
1716
  "attributes": {
1558
1717
  "group": "paint",
1559
- "state": "active",
1560
- "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
1718
+ "state": "deprecated",
1719
+ "replacement": "color.background.accent.red.subtle",
1720
+ "description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1561
1721
  },
1562
- "value": "T700"
1722
+ "value": "R700"
1563
1723
  },
1564
- "name": "color.background.accent.teal.bold",
1565
- "path": ["color", "background", "accent", "teal", "bold"]
1724
+ "name": "color.background.accent.red.bold",
1725
+ "path": ["color", "background", "accent", "red", "bold"]
1566
1726
  }, {
1567
1727
  "attributes": {
1568
1728
  "group": "paint",
1569
1729
  "state": "active",
1570
- "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
1730
+ "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1571
1731
  },
1572
- "value": "#352C63",
1732
+ "value": "#43290F",
1733
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1734
+ "isSource": true,
1735
+ "original": {
1736
+ "attributes": {
1737
+ "group": "paint",
1738
+ "state": "active",
1739
+ "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1740
+ },
1741
+ "value": "O1000"
1742
+ },
1743
+ "name": "color.background.accent.orange.subtlest",
1744
+ "path": ["color", "background", "accent", "orange", "subtlest"]
1745
+ }, {
1746
+ "attributes": {
1747
+ "group": "paint",
1748
+ "state": "active",
1749
+ "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1750
+ },
1751
+ "value": "#5F3811",
1752
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1753
+ "isSource": true,
1754
+ "original": {
1755
+ "attributes": {
1756
+ "group": "paint",
1757
+ "state": "active",
1758
+ "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1759
+ },
1760
+ "value": "O900"
1761
+ },
1762
+ "name": "color.background.accent.orange.subtler",
1763
+ "path": ["color", "background", "accent", "orange", "subtler"]
1764
+ }, {
1765
+ "attributes": {
1766
+ "group": "paint",
1767
+ "state": "active",
1768
+ "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
1769
+ },
1770
+ "value": "#974F0C",
1771
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1772
+ "isSource": true,
1773
+ "original": {
1774
+ "attributes": {
1775
+ "group": "paint",
1776
+ "state": "active",
1777
+ "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
1778
+ },
1779
+ "value": "O800"
1780
+ },
1781
+ "name": "color.background.accent.orange.subtle",
1782
+ "path": ["color", "background", "accent", "orange", "subtle"]
1783
+ }, {
1784
+ "attributes": {
1785
+ "group": "paint",
1786
+ "state": "active",
1787
+ "description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1788
+ },
1789
+ "value": "#FAA53D",
1790
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1791
+ "isSource": true,
1792
+ "original": {
1793
+ "attributes": {
1794
+ "group": "paint",
1795
+ "state": "active",
1796
+ "description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1797
+ },
1798
+ "value": "O400"
1799
+ },
1800
+ "name": "color.background.accent.orange.bolder",
1801
+ "path": ["color", "background", "accent", "orange", "bolder"]
1802
+ }, {
1803
+ "attributes": {
1804
+ "group": "paint",
1805
+ "state": "deprecated",
1806
+ "replacement": "color.background.accent.orange.subtler",
1807
+ "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1808
+ },
1809
+ "value": "#5F3811",
1810
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1811
+ "isSource": true,
1812
+ "original": {
1813
+ "attributes": {
1814
+ "group": "paint",
1815
+ "state": "deprecated",
1816
+ "replacement": "color.background.accent.orange.subtler",
1817
+ "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1818
+ },
1819
+ "value": "O900"
1820
+ },
1821
+ "name": "color.background.accent.orange.[default]",
1822
+ "path": ["color", "background", "accent", "orange", "[default]"]
1823
+ }, {
1824
+ "attributes": {
1825
+ "group": "paint",
1826
+ "state": "deprecated",
1827
+ "replacement": "color.background.accent.orange.subtle",
1828
+ "description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1829
+ },
1830
+ "value": "#B65C02",
1831
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1832
+ "isSource": true,
1833
+ "original": {
1834
+ "attributes": {
1835
+ "group": "paint",
1836
+ "state": "deprecated",
1837
+ "replacement": "color.background.accent.orange.subtle",
1838
+ "description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1839
+ },
1840
+ "value": "O700"
1841
+ },
1842
+ "name": "color.background.accent.orange.bold",
1843
+ "path": ["color", "background", "accent", "orange", "bold"]
1844
+ }, {
1845
+ "attributes": {
1846
+ "group": "paint",
1847
+ "state": "active",
1848
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1849
+ },
1850
+ "value": "#3D2E00",
1851
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1852
+ "isSource": true,
1853
+ "original": {
1854
+ "attributes": {
1855
+ "group": "paint",
1856
+ "state": "active",
1857
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1858
+ },
1859
+ "value": "Y1000"
1860
+ },
1861
+ "name": "color.background.accent.yellow.subtlest",
1862
+ "path": ["color", "background", "accent", "yellow", "subtlest"]
1863
+ }, {
1864
+ "attributes": {
1865
+ "group": "paint",
1866
+ "state": "active",
1867
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1868
+ },
1869
+ "value": "#533F04",
1870
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1871
+ "isSource": true,
1872
+ "original": {
1873
+ "attributes": {
1874
+ "group": "paint",
1875
+ "state": "active",
1876
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1877
+ },
1878
+ "value": "Y900"
1879
+ },
1880
+ "name": "color.background.accent.yellow.subtler",
1881
+ "path": ["color", "background", "accent", "yellow", "subtler"]
1882
+ }, {
1883
+ "attributes": {
1884
+ "group": "paint",
1885
+ "state": "active",
1886
+ "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1887
+ },
1888
+ "value": "#7F5F01",
1889
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1890
+ "isSource": true,
1891
+ "original": {
1892
+ "attributes": {
1893
+ "group": "paint",
1894
+ "state": "active",
1895
+ "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1896
+ },
1897
+ "value": "Y800"
1898
+ },
1899
+ "name": "color.background.accent.yellow.subtle",
1900
+ "path": ["color", "background", "accent", "yellow", "subtle"]
1901
+ }, {
1902
+ "attributes": {
1903
+ "group": "paint",
1904
+ "state": "active",
1905
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1906
+ },
1907
+ "value": "#E2B203",
1908
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1909
+ "isSource": true,
1910
+ "original": {
1911
+ "attributes": {
1912
+ "group": "paint",
1913
+ "state": "active",
1914
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1915
+ },
1916
+ "value": "Y400"
1917
+ },
1918
+ "name": "color.background.accent.yellow.bolder",
1919
+ "path": ["color", "background", "accent", "yellow", "bolder"]
1920
+ }, {
1921
+ "attributes": {
1922
+ "group": "paint",
1923
+ "state": "deprecated",
1924
+ "replacement": "color.background.accent.yellow.subtler",
1925
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1926
+ },
1927
+ "value": "#533F04",
1928
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1929
+ "isSource": true,
1930
+ "original": {
1931
+ "attributes": {
1932
+ "group": "paint",
1933
+ "state": "deprecated",
1934
+ "replacement": "color.background.accent.yellow.subtler",
1935
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1936
+ },
1937
+ "value": "Y900"
1938
+ },
1939
+ "name": "color.background.accent.yellow.[default]",
1940
+ "path": ["color", "background", "accent", "yellow", "[default]"]
1941
+ }, {
1942
+ "attributes": {
1943
+ "group": "paint",
1944
+ "state": "deprecated",
1945
+ "replacement": "color.background.accent.yellow.subtle",
1946
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1947
+ },
1948
+ "value": "#946F00",
1949
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1950
+ "isSource": true,
1951
+ "original": {
1952
+ "attributes": {
1953
+ "group": "paint",
1954
+ "state": "deprecated",
1955
+ "replacement": "color.background.accent.yellow.subtle",
1956
+ "description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1957
+ },
1958
+ "value": "Y700"
1959
+ },
1960
+ "name": "color.background.accent.yellow.bold",
1961
+ "path": ["color", "background", "accent", "yellow", "bold"]
1962
+ }, {
1963
+ "attributes": {
1964
+ "group": "paint",
1965
+ "state": "active",
1966
+ "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1967
+ },
1968
+ "value": "#133527",
1969
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1970
+ "isSource": true,
1971
+ "original": {
1972
+ "attributes": {
1973
+ "group": "paint",
1974
+ "state": "active",
1975
+ "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1976
+ },
1977
+ "value": "G1000"
1978
+ },
1979
+ "name": "color.background.accent.green.subtlest",
1980
+ "path": ["color", "background", "accent", "green", "subtlest"]
1981
+ }, {
1982
+ "attributes": {
1983
+ "group": "paint",
1984
+ "state": "active",
1985
+ "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
1986
+ },
1987
+ "value": "#164B35",
1988
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1989
+ "isSource": true,
1990
+ "original": {
1991
+ "attributes": {
1992
+ "group": "paint",
1993
+ "state": "active",
1994
+ "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
1995
+ },
1996
+ "value": "G900"
1997
+ },
1998
+ "name": "color.background.accent.green.subtler",
1999
+ "path": ["color", "background", "accent", "green", "subtler"]
2000
+ }, {
2001
+ "attributes": {
2002
+ "group": "paint",
2003
+ "state": "active",
2004
+ "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
2005
+ },
2006
+ "value": "#216E4E",
2007
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2008
+ "isSource": true,
2009
+ "original": {
2010
+ "attributes": {
2011
+ "group": "paint",
2012
+ "state": "active",
2013
+ "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
2014
+ },
2015
+ "value": "G800"
2016
+ },
2017
+ "name": "color.background.accent.green.subtle",
2018
+ "path": ["color", "background", "accent", "green", "subtle"]
2019
+ }, {
2020
+ "attributes": {
2021
+ "group": "paint",
2022
+ "state": "active",
2023
+ "description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2024
+ },
2025
+ "value": "#4BCE97",
2026
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2027
+ "isSource": true,
2028
+ "original": {
2029
+ "attributes": {
2030
+ "group": "paint",
2031
+ "state": "active",
2032
+ "description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2033
+ },
2034
+ "value": "G400"
2035
+ },
2036
+ "name": "color.background.accent.green.bolder",
2037
+ "path": ["color", "background", "accent", "green", "bolder"]
2038
+ }, {
2039
+ "attributes": {
2040
+ "group": "paint",
2041
+ "state": "deprecated",
2042
+ "replacement": "color.background.accent.green.subtler",
2043
+ "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2044
+ },
2045
+ "value": "#164B35",
2046
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
2047
+ "isSource": true,
2048
+ "original": {
2049
+ "attributes": {
2050
+ "group": "paint",
2051
+ "state": "deprecated",
2052
+ "replacement": "color.background.accent.green.subtler",
2053
+ "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2054
+ },
2055
+ "value": "G900"
2056
+ },
2057
+ "name": "color.background.accent.green.[default]",
2058
+ "path": ["color", "background", "accent", "green", "[default]"]
2059
+ }, {
2060
+ "attributes": {
2061
+ "group": "paint",
2062
+ "state": "deprecated",
2063
+ "replacement": "color.background.accent.green.subtle",
2064
+ "description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2065
+ },
2066
+ "value": "#1F845A",
2067
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
2068
+ "isSource": true,
2069
+ "original": {
2070
+ "attributes": {
2071
+ "group": "paint",
2072
+ "state": "deprecated",
2073
+ "replacement": "color.background.accent.green.subtle",
2074
+ "description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2075
+ },
2076
+ "value": "G700"
2077
+ },
2078
+ "name": "color.background.accent.green.bold",
2079
+ "path": ["color", "background", "accent", "green", "bold"]
2080
+ }, {
2081
+ "attributes": {
2082
+ "group": "paint",
2083
+ "state": "active",
2084
+ "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2085
+ },
2086
+ "value": "#153337",
2087
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2088
+ "isSource": true,
2089
+ "original": {
2090
+ "attributes": {
2091
+ "group": "paint",
2092
+ "state": "active",
2093
+ "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2094
+ },
2095
+ "value": "T1000"
2096
+ },
2097
+ "name": "color.background.accent.teal.subtlest",
2098
+ "path": ["color", "background", "accent", "teal", "subtlest"]
2099
+ }, {
2100
+ "attributes": {
2101
+ "group": "paint",
2102
+ "state": "active",
2103
+ "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2104
+ },
2105
+ "value": "#1D474C",
2106
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2107
+ "isSource": true,
2108
+ "original": {
2109
+ "attributes": {
2110
+ "group": "paint",
2111
+ "state": "active",
2112
+ "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2113
+ },
2114
+ "value": "T900"
2115
+ },
2116
+ "name": "color.background.accent.teal.subtler",
2117
+ "path": ["color", "background", "accent", "teal", "subtler"]
2118
+ }, {
2119
+ "attributes": {
2120
+ "group": "paint",
2121
+ "state": "active",
2122
+ "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
2123
+ },
2124
+ "value": "#206B74",
2125
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2126
+ "isSource": true,
2127
+ "original": {
2128
+ "attributes": {
2129
+ "group": "paint",
2130
+ "state": "active",
2131
+ "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
2132
+ },
2133
+ "value": "T800"
2134
+ },
2135
+ "name": "color.background.accent.teal.subtle",
2136
+ "path": ["color", "background", "accent", "teal", "subtle"]
2137
+ }, {
2138
+ "attributes": {
2139
+ "group": "paint",
2140
+ "state": "active",
2141
+ "description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2142
+ },
2143
+ "value": "#60C6D2",
2144
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2145
+ "isSource": true,
2146
+ "original": {
2147
+ "attributes": {
2148
+ "group": "paint",
2149
+ "state": "active",
2150
+ "description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2151
+ },
2152
+ "value": "T400"
2153
+ },
2154
+ "name": "color.background.accent.teal.bolder",
2155
+ "path": ["color", "background", "accent", "teal", "bolder"]
2156
+ }, {
2157
+ "attributes": {
2158
+ "group": "paint",
2159
+ "state": "deprecated",
2160
+ "replacement": "color.background.accent.teal.subtler",
2161
+ "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2162
+ },
2163
+ "value": "#1D474C",
2164
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
2165
+ "isSource": true,
2166
+ "original": {
2167
+ "attributes": {
2168
+ "group": "paint",
2169
+ "state": "deprecated",
2170
+ "replacement": "color.background.accent.teal.subtler",
2171
+ "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2172
+ },
2173
+ "value": "T900"
2174
+ },
2175
+ "name": "color.background.accent.teal.[default]",
2176
+ "path": ["color", "background", "accent", "teal", "[default]"]
2177
+ }, {
2178
+ "attributes": {
2179
+ "group": "paint",
2180
+ "state": "deprecated",
2181
+ "replacement": "color.background.accent.teal.subtle",
2182
+ "description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2183
+ },
2184
+ "value": "#1D7F8C",
2185
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
2186
+ "isSource": true,
2187
+ "original": {
2188
+ "attributes": {
2189
+ "group": "paint",
2190
+ "state": "deprecated",
2191
+ "replacement": "color.background.accent.teal.subtle",
2192
+ "description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2193
+ },
2194
+ "value": "T700"
2195
+ },
2196
+ "name": "color.background.accent.teal.bold",
2197
+ "path": ["color", "background", "accent", "teal", "bold"]
2198
+ }, {
2199
+ "attributes": {
2200
+ "group": "paint",
2201
+ "state": "active",
2202
+ "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2203
+ },
2204
+ "value": "#231C3F",
2205
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2206
+ "isSource": true,
2207
+ "original": {
2208
+ "attributes": {
2209
+ "group": "paint",
2210
+ "state": "active",
2211
+ "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2212
+ },
2213
+ "value": "P1000"
2214
+ },
2215
+ "name": "color.background.accent.purple.subtlest",
2216
+ "path": ["color", "background", "accent", "purple", "subtlest"]
2217
+ }, {
2218
+ "attributes": {
2219
+ "group": "paint",
2220
+ "state": "active",
2221
+ "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2222
+ },
2223
+ "value": "#352C63",
1573
2224
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1574
2225
  "isSource": true,
1575
2226
  "original": {
@@ -1580,15 +2231,15 @@ var tokens = [{
1580
2231
  },
1581
2232
  "value": "P900"
1582
2233
  },
1583
- "name": "color.background.accent.purple.[default]",
1584
- "path": ["color", "background", "accent", "purple", "[default]"]
2234
+ "name": "color.background.accent.purple.subtler",
2235
+ "path": ["color", "background", "accent", "purple", "subtler"]
1585
2236
  }, {
1586
2237
  "attributes": {
1587
2238
  "group": "paint",
1588
2239
  "state": "active",
1589
2240
  "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
1590
2241
  },
1591
- "value": "#6E5DC6",
2242
+ "value": "#5E4DB2",
1592
2243
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1593
2244
  "isSource": true,
1594
2245
  "original": {
@@ -1597,10 +2248,90 @@ var tokens = [{
1597
2248
  "state": "active",
1598
2249
  "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
1599
2250
  },
2251
+ "value": "P800"
2252
+ },
2253
+ "name": "color.background.accent.purple.subtle",
2254
+ "path": ["color", "background", "accent", "purple", "subtle"]
2255
+ }, {
2256
+ "attributes": {
2257
+ "group": "paint",
2258
+ "state": "active",
2259
+ "description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2260
+ },
2261
+ "value": "#9F8FEF",
2262
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2263
+ "isSource": true,
2264
+ "original": {
2265
+ "attributes": {
2266
+ "group": "paint",
2267
+ "state": "active",
2268
+ "description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2269
+ },
2270
+ "value": "P400"
2271
+ },
2272
+ "name": "color.background.accent.purple.bolder",
2273
+ "path": ["color", "background", "accent", "purple", "bolder"]
2274
+ }, {
2275
+ "attributes": {
2276
+ "group": "paint",
2277
+ "state": "deprecated",
2278
+ "replacement": "color.background.accent.purple.subtler",
2279
+ "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2280
+ },
2281
+ "value": "#352C63",
2282
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
2283
+ "isSource": true,
2284
+ "original": {
2285
+ "attributes": {
2286
+ "group": "paint",
2287
+ "state": "deprecated",
2288
+ "replacement": "color.background.accent.purple.subtler",
2289
+ "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2290
+ },
2291
+ "value": "P900"
2292
+ },
2293
+ "name": "color.background.accent.purple.[default]",
2294
+ "path": ["color", "background", "accent", "purple", "[default]"]
2295
+ }, {
2296
+ "attributes": {
2297
+ "group": "paint",
2298
+ "state": "deprecated",
2299
+ "replacement": "color.background.accent.purple.subtle",
2300
+ "description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2301
+ },
2302
+ "value": "#6E5DC6",
2303
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
2304
+ "isSource": true,
2305
+ "original": {
2306
+ "attributes": {
2307
+ "group": "paint",
2308
+ "state": "deprecated",
2309
+ "replacement": "color.background.accent.purple.subtle",
2310
+ "description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2311
+ },
1600
2312
  "value": "P700"
1601
2313
  },
1602
2314
  "name": "color.background.accent.purple.bold",
1603
2315
  "path": ["color", "background", "accent", "purple", "bold"]
2316
+ }, {
2317
+ "attributes": {
2318
+ "group": "paint",
2319
+ "state": "active",
2320
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2321
+ },
2322
+ "value": "#341829",
2323
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2324
+ "isSource": true,
2325
+ "original": {
2326
+ "attributes": {
2327
+ "group": "paint",
2328
+ "state": "active",
2329
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2330
+ },
2331
+ "value": "M1000"
2332
+ },
2333
+ "name": "color.background.accent.magenta.subtlest",
2334
+ "path": ["color", "background", "accent", "magenta", "subtlest"]
1604
2335
  }, {
1605
2336
  "attributes": {
1606
2337
  "group": "paint",
@@ -1618,15 +2349,15 @@ var tokens = [{
1618
2349
  },
1619
2350
  "value": "M900"
1620
2351
  },
1621
- "name": "color.background.accent.magenta.[default]",
1622
- "path": ["color", "background", "accent", "magenta", "[default]"]
2352
+ "name": "color.background.accent.magenta.subtler",
2353
+ "path": ["color", "background", "accent", "magenta", "subtler"]
1623
2354
  }, {
1624
2355
  "attributes": {
1625
2356
  "group": "paint",
1626
2357
  "state": "active",
1627
2358
  "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1628
2359
  },
1629
- "value": "#AE4787",
2360
+ "value": "#943D73",
1630
2361
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
1631
2362
  "isSource": true,
1632
2363
  "original": {
@@ -1635,6 +2366,67 @@ var tokens = [{
1635
2366
  "state": "active",
1636
2367
  "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1637
2368
  },
2369
+ "value": "M800"
2370
+ },
2371
+ "name": "color.background.accent.magenta.subtle",
2372
+ "path": ["color", "background", "accent", "magenta", "subtle"]
2373
+ }, {
2374
+ "attributes": {
2375
+ "group": "paint",
2376
+ "state": "active",
2377
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2378
+ },
2379
+ "value": "#E774BB",
2380
+ "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
2381
+ "isSource": true,
2382
+ "original": {
2383
+ "attributes": {
2384
+ "group": "paint",
2385
+ "state": "active",
2386
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2387
+ },
2388
+ "value": "M400"
2389
+ },
2390
+ "name": "color.background.accent.magenta.bolder",
2391
+ "path": ["color", "background", "accent", "magenta", "bolder"]
2392
+ }, {
2393
+ "attributes": {
2394
+ "group": "paint",
2395
+ "state": "deprecated",
2396
+ "replacement": "color.background.accent.magenta.subtler",
2397
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2398
+ },
2399
+ "value": "#50253F",
2400
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
2401
+ "isSource": true,
2402
+ "original": {
2403
+ "attributes": {
2404
+ "group": "paint",
2405
+ "state": "deprecated",
2406
+ "replacement": "color.background.accent.magenta.subtler",
2407
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2408
+ },
2409
+ "value": "M900"
2410
+ },
2411
+ "name": "color.background.accent.magenta.[default]",
2412
+ "path": ["color", "background", "accent", "magenta", "[default]"]
2413
+ }, {
2414
+ "attributes": {
2415
+ "group": "paint",
2416
+ "state": "deprecated",
2417
+ "replacement": "color.background.accent.magenta.subtle",
2418
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2419
+ },
2420
+ "value": "#AE4787",
2421
+ "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
2422
+ "isSource": true,
2423
+ "original": {
2424
+ "attributes": {
2425
+ "group": "paint",
2426
+ "state": "deprecated",
2427
+ "replacement": "color.background.accent.magenta.subtle",
2428
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
2429
+ },
1638
2430
  "value": "M700"
1639
2431
  },
1640
2432
  "name": "color.background.accent.magenta.bold",
@@ -1969,7 +2761,7 @@ var tokens = [{
1969
2761
  "replacement": "color.background.selected.[default].[default]",
1970
2762
  "description": "Use for the background of elements used to reinforce our brand."
1971
2763
  },
1972
- "value": "#A1BDD914",
2764
+ "value": "#082145",
1973
2765
  "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1974
2766
  "isSource": true,
1975
2767
  "original": {
@@ -1979,7 +2771,7 @@ var tokens = [{
1979
2771
  "replacement": "color.background.selected.[default].[default]",
1980
2772
  "description": "Use for the background of elements used to reinforce our brand."
1981
2773
  },
1982
- "value": "DN200A"
2774
+ "value": "B1000"
1983
2775
  },
1984
2776
  "name": "color.background.brand.[default].[default]",
1985
2777
  "path": ["color", "background", "brand", "[default]", "[default]"]
@@ -1990,7 +2782,7 @@ var tokens = [{
1990
2782
  "replacement": "color.background.selected.[default].hovered",
1991
2783
  "description": "Hovered state for color.background.brand"
1992
2784
  },
1993
- "value": "#A6C5E229",
2785
+ "value": "#09326C",
1994
2786
  "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
1995
2787
  "isSource": true,
1996
2788
  "original": {
@@ -2000,7 +2792,7 @@ var tokens = [{
2000
2792
  "replacement": "color.background.selected.[default].hovered",
2001
2793
  "description": "Hovered state for color.background.brand"
2002
2794
  },
2003
- "value": "DN300A"
2795
+ "value": "B900"
2004
2796
  },
2005
2797
  "name": "color.background.brand.[default].hovered",
2006
2798
  "path": ["color", "background", "brand", "[default]", "hovered"]
@@ -2011,7 +2803,7 @@ var tokens = [{
2011
2803
  "replacement": "color.background.selected.[default].pressed",
2012
2804
  "description": "Pressed state for color.background.brand"
2013
2805
  },
2014
- "value": "#BFDBF847",
2806
+ "value": "#0055CC",
2015
2807
  "filePath": "src/tokens/atlassian-dark/deprecated/deprecated.tsx",
2016
2808
  "isSource": true,
2017
2809
  "original": {
@@ -2021,7 +2813,7 @@ var tokens = [{
2021
2813
  "replacement": "color.background.selected.[default].pressed",
2022
2814
  "description": "Pressed state for color.background.brand"
2023
2815
  },
2024
- "value": "DN400A"
2816
+ "value": "B800"
2025
2817
  },
2026
2818
  "name": "color.background.brand.[default].pressed",
2027
2819
  "path": ["color", "background", "brand", "[default]", "pressed"]
@@ -3833,7 +4625,7 @@ var tokens = [{
3833
4625
  "attributes": {
3834
4626
  "group": "paint",
3835
4627
  "state": "deprecated",
3836
- "replacement": "color.background.accent.blue.bold",
4628
+ "replacement": "color.background.accent.blue.bolder",
3837
4629
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3838
4630
  },
3839
4631
  "value": "#0C66E4",
@@ -3843,7 +4635,7 @@ var tokens = [{
3843
4635
  "attributes": {
3844
4636
  "group": "paint",
3845
4637
  "state": "deprecated",
3846
- "replacement": "color.background.accent.blue.bold",
4638
+ "replacement": "color.background.accent.blue.bolder",
3847
4639
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3848
4640
  },
3849
4641
  "value": "B700"
@@ -3854,7 +4646,7 @@ var tokens = [{
3854
4646
  "attributes": {
3855
4647
  "group": "paint",
3856
4648
  "state": "deprecated",
3857
- "replacement": "color.background.accent.green.bold",
4649
+ "replacement": "color.background.accent.green.bolder",
3858
4650
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3859
4651
  },
3860
4652
  "value": "#1F845A",
@@ -3864,7 +4656,7 @@ var tokens = [{
3864
4656
  "attributes": {
3865
4657
  "group": "paint",
3866
4658
  "state": "deprecated",
3867
- "replacement": "color.background.accent.green.bold",
4659
+ "replacement": "color.background.accent.green.bolder",
3868
4660
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3869
4661
  },
3870
4662
  "value": "G700"
@@ -3875,7 +4667,7 @@ var tokens = [{
3875
4667
  "attributes": {
3876
4668
  "group": "paint",
3877
4669
  "state": "deprecated",
3878
- "replacement": "color.background.accent.orange.bold",
4670
+ "replacement": "color.background.accent.orange.bolder",
3879
4671
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3880
4672
  },
3881
4673
  "value": "#B65C02",
@@ -3885,7 +4677,7 @@ var tokens = [{
3885
4677
  "attributes": {
3886
4678
  "group": "paint",
3887
4679
  "state": "deprecated",
3888
- "replacement": "color.background.accent.orange.bold",
4680
+ "replacement": "color.background.accent.orange.bolder",
3889
4681
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3890
4682
  },
3891
4683
  "value": "O700"
@@ -3896,7 +4688,7 @@ var tokens = [{
3896
4688
  "attributes": {
3897
4689
  "group": "paint",
3898
4690
  "state": "deprecated",
3899
- "replacement": "color.background.accent.purple.bold",
4691
+ "replacement": "color.background.accent.purple.bolder",
3900
4692
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3901
4693
  },
3902
4694
  "value": "#6E5DC6",
@@ -3906,7 +4698,7 @@ var tokens = [{
3906
4698
  "attributes": {
3907
4699
  "group": "paint",
3908
4700
  "state": "deprecated",
3909
- "replacement": "color.background.accent.purple.bold",
4701
+ "replacement": "color.background.accent.purple.bolder",
3910
4702
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3911
4703
  },
3912
4704
  "value": "P700"
@@ -3917,7 +4709,7 @@ var tokens = [{
3917
4709
  "attributes": {
3918
4710
  "group": "paint",
3919
4711
  "state": "deprecated",
3920
- "replacement": "color.background.accent.red.bold",
4712
+ "replacement": "color.background.accent.red.bolder",
3921
4713
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3922
4714
  },
3923
4715
  "value": "#CA3521",
@@ -3927,7 +4719,7 @@ var tokens = [{
3927
4719
  "attributes": {
3928
4720
  "group": "paint",
3929
4721
  "state": "deprecated",
3930
- "replacement": "color.background.accent.red.bold",
4722
+ "replacement": "color.background.accent.red.bolder",
3931
4723
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3932
4724
  },
3933
4725
  "value": "R700"
@@ -3938,7 +4730,7 @@ var tokens = [{
3938
4730
  "attributes": {
3939
4731
  "group": "paint",
3940
4732
  "state": "deprecated",
3941
- "replacement": "color.background.accent.teal.bold",
4733
+ "replacement": "color.background.accent.teal.bolder",
3942
4734
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3943
4735
  },
3944
4736
  "value": "#1D7F8C",
@@ -3948,7 +4740,7 @@ var tokens = [{
3948
4740
  "attributes": {
3949
4741
  "group": "paint",
3950
4742
  "state": "deprecated",
3951
- "replacement": "color.background.accent.teal.bold",
4743
+ "replacement": "color.background.accent.teal.bolder",
3952
4744
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3953
4745
  },
3954
4746
  "value": "T700"
@@ -3959,7 +4751,7 @@ var tokens = [{
3959
4751
  "attributes": {
3960
4752
  "group": "paint",
3961
4753
  "state": "deprecated",
3962
- "replacement": "color.background.accent.blue.[default]",
4754
+ "replacement": "color.background.accent.blue.subtler",
3963
4755
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3964
4756
  },
3965
4757
  "value": "#09326C",
@@ -3969,7 +4761,7 @@ var tokens = [{
3969
4761
  "attributes": {
3970
4762
  "group": "paint",
3971
4763
  "state": "deprecated",
3972
- "replacement": "color.background.accent.blue.[default]",
4764
+ "replacement": "color.background.accent.blue.subtler",
3973
4765
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3974
4766
  },
3975
4767
  "value": "B900"
@@ -3980,7 +4772,7 @@ var tokens = [{
3980
4772
  "attributes": {
3981
4773
  "group": "paint",
3982
4774
  "state": "deprecated",
3983
- "replacement": "color.background.accent.green.[default]",
4775
+ "replacement": "color.background.accent.green.subtler",
3984
4776
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3985
4777
  },
3986
4778
  "value": "#164B35",
@@ -3990,7 +4782,7 @@ var tokens = [{
3990
4782
  "attributes": {
3991
4783
  "group": "paint",
3992
4784
  "state": "deprecated",
3993
- "replacement": "color.background.accent.green.[default]",
4785
+ "replacement": "color.background.accent.green.subtler",
3994
4786
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3995
4787
  },
3996
4788
  "value": "G900"
@@ -4001,7 +4793,7 @@ var tokens = [{
4001
4793
  "attributes": {
4002
4794
  "group": "paint",
4003
4795
  "state": "deprecated",
4004
- "replacement": "color.background.accent.magenta.[default]",
4796
+ "replacement": "color.background.accent.magenta.subtler",
4005
4797
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4006
4798
  },
4007
4799
  "value": "#50253F",
@@ -4011,7 +4803,7 @@ var tokens = [{
4011
4803
  "attributes": {
4012
4804
  "group": "paint",
4013
4805
  "state": "deprecated",
4014
- "replacement": "color.background.accent.magenta.[default]",
4806
+ "replacement": "color.background.accent.magenta.subtler",
4015
4807
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4016
4808
  },
4017
4809
  "value": "M900"
@@ -4022,7 +4814,7 @@ var tokens = [{
4022
4814
  "attributes": {
4023
4815
  "group": "paint",
4024
4816
  "state": "deprecated",
4025
- "replacement": "color.background.accent.orange.[default]",
4817
+ "replacement": "color.background.accent.orange.subtler",
4026
4818
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4027
4819
  },
4028
4820
  "value": "#5F3811",
@@ -4032,7 +4824,7 @@ var tokens = [{
4032
4824
  "attributes": {
4033
4825
  "group": "paint",
4034
4826
  "state": "deprecated",
4035
- "replacement": "color.background.accent.orange.[default]",
4827
+ "replacement": "color.background.accent.orange.subtler",
4036
4828
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4037
4829
  },
4038
4830
  "value": "O900"
@@ -4043,7 +4835,7 @@ var tokens = [{
4043
4835
  "attributes": {
4044
4836
  "group": "paint",
4045
4837
  "state": "deprecated",
4046
- "replacement": "color.background.accent.purple.[default]",
4838
+ "replacement": "color.background.accent.purple.subtler",
4047
4839
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4048
4840
  },
4049
4841
  "value": "#352C63",
@@ -4053,7 +4845,7 @@ var tokens = [{
4053
4845
  "attributes": {
4054
4846
  "group": "paint",
4055
4847
  "state": "deprecated",
4056
- "replacement": "color.background.accent.purple.[default]",
4848
+ "replacement": "color.background.accent.purple.subtler",
4057
4849
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4058
4850
  },
4059
4851
  "value": "P900"
@@ -4064,7 +4856,7 @@ var tokens = [{
4064
4856
  "attributes": {
4065
4857
  "group": "paint",
4066
4858
  "state": "deprecated",
4067
- "replacement": "color.background.accent.red.[default]",
4859
+ "replacement": "color.background.accent.red.subtler",
4068
4860
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4069
4861
  },
4070
4862
  "value": "#601E16",
@@ -4074,7 +4866,7 @@ var tokens = [{
4074
4866
  "attributes": {
4075
4867
  "group": "paint",
4076
4868
  "state": "deprecated",
4077
- "replacement": "color.background.accent.red.[default]",
4869
+ "replacement": "color.background.accent.red.subtler",
4078
4870
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4079
4871
  },
4080
4872
  "value": "R900"
@@ -4085,7 +4877,7 @@ var tokens = [{
4085
4877
  "attributes": {
4086
4878
  "group": "paint",
4087
4879
  "state": "deprecated",
4088
- "replacement": "color.background.accent.teal.[default]",
4880
+ "replacement": "color.background.accent.teal.subtler",
4089
4881
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4090
4882
  },
4091
4883
  "value": "#1D474C",
@@ -4095,7 +4887,7 @@ var tokens = [{
4095
4887
  "attributes": {
4096
4888
  "group": "paint",
4097
4889
  "state": "deprecated",
4098
- "replacement": "color.background.accent.teal.[default]",
4890
+ "replacement": "color.background.accent.teal.subtler",
4099
4891
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4100
4892
  },
4101
4893
  "value": "T900"