@atlaskit/tokens 0.6.1 → 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 (95) hide show
  1. package/CHANGELOG.md +64 -0
  2. package/css/atlassian-dark.css +55 -8
  3. package/css/atlassian-light.css +54 -7
  4. package/dist/cjs/artifacts/rename-mapping.js +100 -32
  5. package/dist/cjs/artifacts/token-default-values.js +54 -7
  6. package/dist/cjs/artifacts/token-names.js +54 -7
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +1173 -246
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +1151 -224
  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/color/background.js +16 -3
  13. package/dist/cjs/tokens/atlassian-dark/color/border.js +3 -0
  14. package/dist/cjs/tokens/atlassian-dark/color/icon.js +3 -0
  15. package/dist/cjs/tokens/atlassian-dark/color/text.js +3 -0
  16. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +79 -6
  17. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +1 -1
  18. package/dist/cjs/tokens/atlassian-light/color/accent.js +112 -24
  19. package/dist/cjs/tokens/atlassian-light/color/background.js +13 -0
  20. package/dist/cjs/tokens/atlassian-light/color/border.js +3 -0
  21. package/dist/cjs/tokens/atlassian-light/color/icon.js +3 -0
  22. package/dist/cjs/tokens/atlassian-light/color/text.js +3 -0
  23. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +79 -6
  24. package/dist/cjs/tokens/default/color/accent.js +234 -50
  25. package/dist/cjs/tokens/default/color/background.js +30 -5
  26. package/dist/cjs/tokens/default/color/border.js +7 -0
  27. package/dist/cjs/tokens/default/color/icon.js +7 -0
  28. package/dist/cjs/tokens/default/color/text.js +7 -0
  29. package/dist/cjs/tokens/default/deprecated/deprecated.js +192 -34
  30. package/dist/cjs/tokens/palette.js +6 -0
  31. package/dist/cjs/version.json +1 -1
  32. package/dist/es2019/artifacts/rename-mapping.js +100 -32
  33. package/dist/es2019/artifacts/token-default-values.js +54 -7
  34. package/dist/es2019/artifacts/token-names.js +54 -7
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +1173 -246
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +1151 -224
  37. package/dist/es2019/figma/synchronize-figma-tokens.js +32 -9
  38. package/dist/es2019/get-token.js +1 -1
  39. package/dist/es2019/tokens/atlassian-dark/color/accent.js +120 -32
  40. package/dist/es2019/tokens/atlassian-dark/color/background.js +16 -3
  41. package/dist/es2019/tokens/atlassian-dark/color/border.js +3 -0
  42. package/dist/es2019/tokens/atlassian-dark/color/icon.js +3 -0
  43. package/dist/es2019/tokens/atlassian-dark/color/text.js +3 -0
  44. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +79 -6
  45. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +1 -1
  46. package/dist/es2019/tokens/atlassian-light/color/accent.js +112 -24
  47. package/dist/es2019/tokens/atlassian-light/color/background.js +13 -0
  48. package/dist/es2019/tokens/atlassian-light/color/border.js +3 -0
  49. package/dist/es2019/tokens/atlassian-light/color/icon.js +3 -0
  50. package/dist/es2019/tokens/atlassian-light/color/text.js +3 -0
  51. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +79 -6
  52. package/dist/es2019/tokens/default/color/accent.js +234 -50
  53. package/dist/es2019/tokens/default/color/background.js +30 -5
  54. package/dist/es2019/tokens/default/color/border.js +7 -0
  55. package/dist/es2019/tokens/default/color/icon.js +7 -0
  56. package/dist/es2019/tokens/default/color/text.js +7 -0
  57. package/dist/es2019/tokens/default/deprecated/deprecated.js +192 -34
  58. package/dist/es2019/tokens/palette.js +6 -0
  59. package/dist/es2019/version.json +1 -1
  60. package/dist/esm/artifacts/rename-mapping.js +100 -32
  61. package/dist/esm/artifacts/token-default-values.js +54 -7
  62. package/dist/esm/artifacts/token-names.js +54 -7
  63. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +1173 -246
  64. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +1151 -224
  65. package/dist/esm/figma/synchronize-figma-tokens.js +34 -9
  66. package/dist/esm/get-token.js +1 -1
  67. package/dist/esm/tokens/atlassian-dark/color/accent.js +120 -32
  68. package/dist/esm/tokens/atlassian-dark/color/background.js +16 -3
  69. package/dist/esm/tokens/atlassian-dark/color/border.js +3 -0
  70. package/dist/esm/tokens/atlassian-dark/color/icon.js +3 -0
  71. package/dist/esm/tokens/atlassian-dark/color/text.js +3 -0
  72. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +79 -6
  73. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +1 -1
  74. package/dist/esm/tokens/atlassian-light/color/accent.js +112 -24
  75. package/dist/esm/tokens/atlassian-light/color/background.js +13 -0
  76. package/dist/esm/tokens/atlassian-light/color/border.js +3 -0
  77. package/dist/esm/tokens/atlassian-light/color/icon.js +3 -0
  78. package/dist/esm/tokens/atlassian-light/color/text.js +3 -0
  79. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +79 -6
  80. package/dist/esm/tokens/default/color/accent.js +234 -50
  81. package/dist/esm/tokens/default/color/background.js +30 -5
  82. package/dist/esm/tokens/default/color/border.js +7 -0
  83. package/dist/esm/tokens/default/color/icon.js +7 -0
  84. package/dist/esm/tokens/default/color/text.js +7 -0
  85. package/dist/esm/tokens/default/deprecated/deprecated.js +192 -34
  86. package/dist/esm/tokens/palette.js +6 -0
  87. package/dist/esm/version.json +1 -1
  88. package/dist/types/artifacts/token-default-values.d.ts +54 -7
  89. package/dist/types/artifacts/token-names.d.ts +108 -14
  90. package/dist/types/artifacts/types-internal.d.ts +1 -1
  91. package/dist/types/artifacts/types.d.ts +1 -1
  92. package/dist/types/figma/synchronize-figma-tokens.d.ts +9 -1
  93. package/dist/types/tokens/default/utility/utility.d.ts +10 -10
  94. package/dist/types/types.d.ts +116 -26
  95. package/package.json +2 -4
@@ -23,8 +23,27 @@ var tokens = [{
23
23
  },
24
24
  "value": "B800"
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": "#09326C",
35
+ "filePath": "src/tokens/atlassian-light/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": "B900"
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": "R800"
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": "#601E16",
73
+ "filePath": "src/tokens/atlassian-light/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": "R900"
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": "O800"
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": "#5F3811",
111
+ "filePath": "src/tokens/atlassian-light/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": "O900"
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": "Y800"
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": "#533F04",
149
+ "filePath": "src/tokens/atlassian-light/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": "Y900"
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": "G800"
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": "#164B35",
187
+ "filePath": "src/tokens/atlassian-light/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": "G900"
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": "P800"
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": "#352C63",
225
+ "filePath": "src/tokens/atlassian-light/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": "P900"
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": "T800"
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": "#1D474C",
263
+ "filePath": "src/tokens/atlassian-light/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": "T900"
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": "M800"
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": "#50253F",
301
+ "filePath": "src/tokens/atlassian-light/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": "M900"
310
+ },
311
+ "name": "color.text.accent.magenta.bolder",
312
+ "path": ["color", "text", "accent", "magenta", "bolder"]
161
313
  }, {
162
314
  "attributes": {
163
315
  "group": "paint",
@@ -257,7 +409,7 @@ var tokens = [{
257
409
  "attributes": {
258
410
  "group": "paint",
259
411
  "state": "active",
260
- "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
412
+ "description": "Use for text that reinforces our brand."
261
413
  },
262
414
  "value": "#0C66E4",
263
415
  "filePath": "src/tokens/atlassian-light/color/text.tsx",
@@ -266,12 +418,31 @@ var tokens = [{
266
418
  "attributes": {
267
419
  "group": "paint",
268
420
  "state": "active",
269
- "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
421
+ "description": "Use for text that reinforces our brand."
270
422
  },
271
423
  "value": "B700"
272
424
  },
273
425
  "name": "color.text.brand",
274
426
  "path": ["color", "text", "brand"]
427
+ }, {
428
+ "attributes": {
429
+ "group": "paint",
430
+ "state": "active",
431
+ "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
432
+ },
433
+ "value": "#0C66E4",
434
+ "filePath": "src/tokens/atlassian-light/color/text.tsx",
435
+ "isSource": true,
436
+ "original": {
437
+ "attributes": {
438
+ "group": "paint",
439
+ "state": "active",
440
+ "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
441
+ },
442
+ "value": "B700"
443
+ },
444
+ "name": "color.text.selected",
445
+ "path": ["color", "text", "selected"]
275
446
  }, {
276
447
  "attributes": {
277
448
  "group": "paint",
@@ -533,27 +704,6 @@ var tokens = [{
533
704
  },
534
705
  "name": "color.text.onBoldWarning",
535
706
  "path": ["color", "text", "onBoldWarning"]
536
- }, {
537
- "attributes": {
538
- "group": "paint",
539
- "state": "deprecated",
540
- "replacement": "color.text.brand",
541
- "description": "Use for text, icons, borders, or other visual indicators in selected states"
542
- },
543
- "value": "#0C66E4",
544
- "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
545
- "isSource": true,
546
- "original": {
547
- "attributes": {
548
- "group": "paint",
549
- "state": "deprecated",
550
- "replacement": "color.text.brand",
551
- "description": "Use for text, icons, borders, or other visual indicators in selected states"
552
- },
553
- "value": "B700"
554
- },
555
- "name": "color.text.selected",
556
- "path": ["color", "text", "selected"]
557
707
  }, {
558
708
  "attributes": {
559
709
  "group": "paint",
@@ -786,7 +936,7 @@ var tokens = [{
786
936
  "attributes": {
787
937
  "group": "paint",
788
938
  "state": "active",
789
- "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
939
+ "description": "Use for icons that reinforce our brand."
790
940
  },
791
941
  "value": "#0C66E4",
792
942
  "filePath": "src/tokens/atlassian-light/color/icon.tsx",
@@ -795,12 +945,31 @@ var tokens = [{
795
945
  "attributes": {
796
946
  "group": "paint",
797
947
  "state": "active",
798
- "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
948
+ "description": "Use for icons that reinforce our brand."
799
949
  },
800
950
  "value": "B700"
801
951
  },
802
952
  "name": "color.icon.brand",
803
953
  "path": ["color", "icon", "brand"]
954
+ }, {
955
+ "attributes": {
956
+ "group": "paint",
957
+ "state": "active",
958
+ "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
959
+ },
960
+ "value": "#0C66E4",
961
+ "filePath": "src/tokens/atlassian-light/color/icon.tsx",
962
+ "isSource": true,
963
+ "original": {
964
+ "attributes": {
965
+ "group": "paint",
966
+ "state": "active",
967
+ "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
968
+ },
969
+ "value": "B700"
970
+ },
971
+ "name": "color.icon.selected",
972
+ "path": ["color", "icon", "selected"]
804
973
  }, {
805
974
  "attributes": {
806
975
  "group": "paint",
@@ -919,7 +1088,7 @@ var tokens = [{
919
1088
  "attributes": {
920
1089
  "group": "paint",
921
1090
  "state": "active",
922
- "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."
923
1092
  },
924
1093
  "value": "#1D7AFC",
925
1094
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -928,7 +1097,7 @@ var tokens = [{
928
1097
  "attributes": {
929
1098
  "group": "paint",
930
1099
  "state": "active",
931
- "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."
932
1101
  },
933
1102
  "value": "B600"
934
1103
  },
@@ -938,7 +1107,7 @@ var tokens = [{
938
1107
  "attributes": {
939
1108
  "group": "paint",
940
1109
  "state": "active",
941
- "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."
942
1111
  },
943
1112
  "value": "#E34935",
944
1113
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -947,7 +1116,7 @@ var tokens = [{
947
1116
  "attributes": {
948
1117
  "group": "paint",
949
1118
  "state": "active",
950
- "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."
951
1120
  },
952
1121
  "value": "R600"
953
1122
  },
@@ -1147,7 +1316,7 @@ var tokens = [{
1147
1316
  "attributes": {
1148
1317
  "group": "paint",
1149
1318
  "state": "active",
1150
- "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1319
+ "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1151
1320
  },
1152
1321
  "value": "#0C66E4",
1153
1322
  "filePath": "src/tokens/atlassian-light/color/border.tsx",
@@ -1156,12 +1325,31 @@ var tokens = [{
1156
1325
  "attributes": {
1157
1326
  "group": "paint",
1158
1327
  "state": "active",
1159
- "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1328
+ "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1160
1329
  },
1161
1330
  "value": "B700"
1162
1331
  },
1163
1332
  "name": "color.border.brand",
1164
1333
  "path": ["color", "border", "brand"]
1334
+ }, {
1335
+ "attributes": {
1336
+ "group": "paint",
1337
+ "state": "active",
1338
+ "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1339
+ },
1340
+ "value": "#0C66E4",
1341
+ "filePath": "src/tokens/atlassian-light/color/border.tsx",
1342
+ "isSource": true,
1343
+ "original": {
1344
+ "attributes": {
1345
+ "group": "paint",
1346
+ "state": "active",
1347
+ "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1348
+ },
1349
+ "value": "B700"
1350
+ },
1351
+ "name": "color.border.selected",
1352
+ "path": ["color", "border", "selected"]
1165
1353
  }, {
1166
1354
  "attributes": {
1167
1355
  "group": "paint",
@@ -1299,6 +1487,25 @@ var tokens = [{
1299
1487
  },
1300
1488
  "name": "color.border.neutral",
1301
1489
  "path": ["color", "border", "neutral"]
1490
+ }, {
1491
+ "attributes": {
1492
+ "group": "paint",
1493
+ "state": "active",
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."
1495
+ },
1496
+ "value": "#E9F2FF",
1497
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1498
+ "isSource": true,
1499
+ "original": {
1500
+ "attributes": {
1501
+ "group": "paint",
1502
+ "state": "active",
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."
1504
+ },
1505
+ "value": "B100"
1506
+ },
1507
+ "name": "color.background.accent.blue.subtlest",
1508
+ "path": ["color", "background", "accent", "blue", "subtlest"]
1302
1509
  }, {
1303
1510
  "attributes": {
1304
1511
  "group": "paint",
@@ -1316,8 +1523,8 @@ var tokens = [{
1316
1523
  },
1317
1524
  "value": "B200"
1318
1525
  },
1319
- "name": "color.background.accent.blue.[default]",
1320
- "path": ["color", "background", "accent", "blue", "[default]"]
1526
+ "name": "color.background.accent.blue.subtler",
1527
+ "path": ["color", "background", "accent", "blue", "subtler"]
1321
1528
  }, {
1322
1529
  "attributes": {
1323
1530
  "group": "paint",
@@ -1335,84 +1542,324 @@ var tokens = [{
1335
1542
  },
1336
1543
  "value": "B400"
1337
1544
  },
1338
- "name": "color.background.accent.blue.bold",
1339
- "path": ["color", "background", "accent", "blue", "bold"]
1545
+ "name": "color.background.accent.blue.subtle",
1546
+ "path": ["color", "background", "accent", "blue", "subtle"]
1340
1547
  }, {
1341
1548
  "attributes": {
1342
1549
  "group": "paint",
1343
1550
  "state": "active",
1344
- "description": "Use for 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."
1345
1552
  },
1346
- "value": "#FFD2CC",
1553
+ "value": "#0C66E4",
1347
1554
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1348
1555
  "isSource": true,
1349
1556
  "original": {
1350
1557
  "attributes": {
1351
1558
  "group": "paint",
1352
1559
  "state": "active",
1353
- "description": "Use for 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."
1354
1561
  },
1355
- "value": "R200"
1562
+ "value": "B700"
1356
1563
  },
1357
- "name": "color.background.accent.red.[default]",
1358
- "path": ["color", "background", "accent", "red", "[default]"]
1564
+ "name": "color.background.accent.blue.bolder",
1565
+ "path": ["color", "background", "accent", "blue", "bolder"]
1359
1566
  }, {
1360
1567
  "attributes": {
1361
1568
  "group": "paint",
1362
- "state": "active",
1363
- "description": "Use for vibrant red 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."
1364
1572
  },
1365
- "value": "#F87462",
1366
- "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1573
+ "value": "#CCE0FF",
1574
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1367
1575
  "isSource": true,
1368
1576
  "original": {
1369
1577
  "attributes": {
1370
1578
  "group": "paint",
1371
- "state": "active",
1372
- "description": "Use for vibrant red 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."
1373
1582
  },
1374
- "value": "R400"
1583
+ "value": "B200"
1375
1584
  },
1376
- "name": "color.background.accent.red.bold",
1377
- "path": ["color", "background", "accent", "red", "bold"]
1585
+ "name": "color.background.accent.blue.[default]",
1586
+ "path": ["color", "background", "accent", "blue", "[default]"]
1378
1587
  }, {
1379
1588
  "attributes": {
1380
1589
  "group": "paint",
1381
- "state": "active",
1382
- "description": "Use for 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."
1383
1593
  },
1384
- "value": "#FFE2BD",
1385
- "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1594
+ "value": "#579DFF",
1595
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1386
1596
  "isSource": true,
1387
1597
  "original": {
1388
1598
  "attributes": {
1389
1599
  "group": "paint",
1390
- "state": "active",
1391
- "description": "Use for 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."
1392
1603
  },
1393
- "value": "O200"
1604
+ "value": "B400"
1394
1605
  },
1395
- "name": "color.background.accent.orange.[default]",
1396
- "path": ["color", "background", "accent", "orange", "[default]"]
1606
+ "name": "color.background.accent.blue.bold",
1607
+ "path": ["color", "background", "accent", "blue", "bold"]
1397
1608
  }, {
1398
1609
  "attributes": {
1399
1610
  "group": "paint",
1400
1611
  "state": "active",
1401
- "description": "Use for vibrant orange 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."
1402
1613
  },
1403
- "value": "#FAA53D",
1614
+ "value": "#FFEDEB",
1404
1615
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1405
1616
  "isSource": true,
1406
1617
  "original": {
1407
1618
  "attributes": {
1408
1619
  "group": "paint",
1409
1620
  "state": "active",
1410
- "description": "Use for vibrant orange 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."
1411
1622
  },
1412
- "value": "O400"
1623
+ "value": "R100"
1413
1624
  },
1414
- "name": "color.background.accent.orange.bold",
1625
+ "name": "color.background.accent.red.subtlest",
1626
+ "path": ["color", "background", "accent", "red", "subtlest"]
1627
+ }, {
1628
+ "attributes": {
1629
+ "group": "paint",
1630
+ "state": "active",
1631
+ "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1632
+ },
1633
+ "value": "#FFD2CC",
1634
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1635
+ "isSource": true,
1636
+ "original": {
1637
+ "attributes": {
1638
+ "group": "paint",
1639
+ "state": "active",
1640
+ "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1641
+ },
1642
+ "value": "R200"
1643
+ },
1644
+ "name": "color.background.accent.red.subtler",
1645
+ "path": ["color", "background", "accent", "red", "subtler"]
1646
+ }, {
1647
+ "attributes": {
1648
+ "group": "paint",
1649
+ "state": "active",
1650
+ "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
1651
+ },
1652
+ "value": "#F87462",
1653
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1654
+ "isSource": true,
1655
+ "original": {
1656
+ "attributes": {
1657
+ "group": "paint",
1658
+ "state": "active",
1659
+ "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
1660
+ },
1661
+ "value": "R400"
1662
+ },
1663
+ "name": "color.background.accent.red.subtle",
1664
+ "path": ["color", "background", "accent", "red", "subtle"]
1665
+ }, {
1666
+ "attributes": {
1667
+ "group": "paint",
1668
+ "state": "active",
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."
1670
+ },
1671
+ "value": "#CA3521",
1672
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1673
+ "isSource": true,
1674
+ "original": {
1675
+ "attributes": {
1676
+ "group": "paint",
1677
+ "state": "active",
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."
1679
+ },
1680
+ "value": "R700"
1681
+ },
1682
+ "name": "color.background.accent.red.bolder",
1683
+ "path": ["color", "background", "accent", "red", "bolder"]
1684
+ }, {
1685
+ "attributes": {
1686
+ "group": "paint",
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."
1690
+ },
1691
+ "value": "#FFD2CC",
1692
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1693
+ "isSource": true,
1694
+ "original": {
1695
+ "attributes": {
1696
+ "group": "paint",
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."
1700
+ },
1701
+ "value": "R200"
1702
+ },
1703
+ "name": "color.background.accent.red.[default]",
1704
+ "path": ["color", "background", "accent", "red", "[default]"]
1705
+ }, {
1706
+ "attributes": {
1707
+ "group": "paint",
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."
1711
+ },
1712
+ "value": "#F87462",
1713
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1714
+ "isSource": true,
1715
+ "original": {
1716
+ "attributes": {
1717
+ "group": "paint",
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."
1721
+ },
1722
+ "value": "R400"
1723
+ },
1724
+ "name": "color.background.accent.red.bold",
1725
+ "path": ["color", "background", "accent", "red", "bold"]
1726
+ }, {
1727
+ "attributes": {
1728
+ "group": "paint",
1729
+ "state": "active",
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."
1731
+ },
1732
+ "value": "#FFF4E5",
1733
+ "filePath": "src/tokens/atlassian-light/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": "O100"
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": "#FFE2BD",
1752
+ "filePath": "src/tokens/atlassian-light/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": "O200"
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": "#FAA53D",
1771
+ "filePath": "src/tokens/atlassian-light/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": "O400"
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": "#B65C02",
1790
+ "filePath": "src/tokens/atlassian-light/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": "O700"
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": "#FFE2BD",
1810
+ "filePath": "src/tokens/atlassian-light/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": "O200"
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": "#FAA53D",
1831
+ "filePath": "src/tokens/atlassian-light/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": "O400"
1841
+ },
1842
+ "name": "color.background.accent.orange.bold",
1415
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": "#FFF7D6",
1851
+ "filePath": "src/tokens/atlassian-light/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": "Y100"
1860
+ },
1861
+ "name": "color.background.accent.yellow.subtlest",
1862
+ "path": ["color", "background", "accent", "yellow", "subtlest"]
1416
1863
  }, {
1417
1864
  "attributes": {
1418
1865
  "group": "paint",
@@ -1430,8 +1877,8 @@ var tokens = [{
1430
1877
  },
1431
1878
  "value": "Y200"
1432
1879
  },
1433
- "name": "color.background.accent.yellow.[default]",
1434
- "path": ["color", "background", "accent", "yellow", "[default]"]
1880
+ "name": "color.background.accent.yellow.subtler",
1881
+ "path": ["color", "background", "accent", "yellow", "subtler"]
1435
1882
  }, {
1436
1883
  "attributes": {
1437
1884
  "group": "paint",
@@ -1449,8 +1896,88 @@ var tokens = [{
1449
1896
  },
1450
1897
  "value": "Y400"
1451
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": "#946F00",
1908
+ "filePath": "src/tokens/atlassian-light/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": "Y700"
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": "#F8E6A0",
1928
+ "filePath": "src/tokens/atlassian-light/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": "Y200"
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": "#E2B203",
1949
+ "filePath": "src/tokens/atlassian-light/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": "Y400"
1959
+ },
1452
1960
  "name": "color.background.accent.yellow.bold",
1453
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": "#DFFCF0",
1969
+ "filePath": "src/tokens/atlassian-light/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": "G100"
1978
+ },
1979
+ "name": "color.background.accent.green.subtlest",
1980
+ "path": ["color", "background", "accent", "green", "subtlest"]
1454
1981
  }, {
1455
1982
  "attributes": {
1456
1983
  "group": "paint",
@@ -1468,8 +1995,8 @@ var tokens = [{
1468
1995
  },
1469
1996
  "value": "G200"
1470
1997
  },
1471
- "name": "color.background.accent.green.[default]",
1472
- "path": ["color", "background", "accent", "green", "[default]"]
1998
+ "name": "color.background.accent.green.subtler",
1999
+ "path": ["color", "background", "accent", "green", "subtler"]
1473
2000
  }, {
1474
2001
  "attributes": {
1475
2002
  "group": "paint",
@@ -1487,8 +2014,88 @@ var tokens = [{
1487
2014
  },
1488
2015
  "value": "G400"
1489
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": "#1F845A",
2026
+ "filePath": "src/tokens/atlassian-light/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": "G700"
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": "#BAF3DB",
2046
+ "filePath": "src/tokens/atlassian-light/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": "G200"
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": "#4BCE97",
2067
+ "filePath": "src/tokens/atlassian-light/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": "G400"
2077
+ },
1490
2078
  "name": "color.background.accent.green.bold",
1491
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": "#E3FAFC",
2087
+ "filePath": "src/tokens/atlassian-light/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": "T100"
2096
+ },
2097
+ "name": "color.background.accent.teal.subtlest",
2098
+ "path": ["color", "background", "accent", "teal", "subtlest"]
1492
2099
  }, {
1493
2100
  "attributes": {
1494
2101
  "group": "paint",
@@ -1506,8 +2113,8 @@ var tokens = [{
1506
2113
  },
1507
2114
  "value": "T200"
1508
2115
  },
1509
- "name": "color.background.accent.teal.[default]",
1510
- "path": ["color", "background", "accent", "teal", "[default]"]
2116
+ "name": "color.background.accent.teal.subtler",
2117
+ "path": ["color", "background", "accent", "teal", "subtler"]
1511
2118
  }, {
1512
2119
  "attributes": {
1513
2120
  "group": "paint",
@@ -1525,59 +2132,278 @@ var tokens = [{
1525
2132
  },
1526
2133
  "value": "T400"
1527
2134
  },
1528
- "name": "color.background.accent.teal.bold",
1529
- "path": ["color", "background", "accent", "teal", "bold"]
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": "#1D7F8C",
2144
+ "filePath": "src/tokens/atlassian-light/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": "T700"
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": "#C1F0F5",
2164
+ "filePath": "src/tokens/atlassian-light/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": "T200"
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": "#60C6D2",
2185
+ "filePath": "src/tokens/atlassian-light/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": "T400"
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": "#F3F0FF",
2205
+ "filePath": "src/tokens/atlassian-light/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": "P100"
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": "#DFD8FD",
2224
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
2225
+ "isSource": true,
2226
+ "original": {
2227
+ "attributes": {
2228
+ "group": "paint",
2229
+ "state": "active",
2230
+ "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2231
+ },
2232
+ "value": "P200"
2233
+ },
2234
+ "name": "color.background.accent.purple.subtler",
2235
+ "path": ["color", "background", "accent", "purple", "subtler"]
2236
+ }, {
2237
+ "attributes": {
2238
+ "group": "paint",
2239
+ "state": "active",
2240
+ "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
2241
+ },
2242
+ "value": "#9F8FEF",
2243
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
2244
+ "isSource": true,
2245
+ "original": {
2246
+ "attributes": {
2247
+ "group": "paint",
2248
+ "state": "active",
2249
+ "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
2250
+ },
2251
+ "value": "P400"
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": "#6E5DC6",
2262
+ "filePath": "src/tokens/atlassian-light/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": "P700"
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": "#DFD8FD",
2282
+ "filePath": "src/tokens/atlassian-light/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": "P200"
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": "#9F8FEF",
2303
+ "filePath": "src/tokens/atlassian-light/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
+ },
2312
+ "value": "P400"
2313
+ },
2314
+ "name": "color.background.accent.purple.bold",
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": "#FFECF8",
2323
+ "filePath": "src/tokens/atlassian-light/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": "M100"
2332
+ },
2333
+ "name": "color.background.accent.magenta.subtlest",
2334
+ "path": ["color", "background", "accent", "magenta", "subtlest"]
2335
+ }, {
2336
+ "attributes": {
2337
+ "group": "paint",
2338
+ "state": "active",
2339
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2340
+ },
2341
+ "value": "#FDD0EC",
2342
+ "filePath": "src/tokens/atlassian-light/color/accent.tsx",
2343
+ "isSource": true,
2344
+ "original": {
2345
+ "attributes": {
2346
+ "group": "paint",
2347
+ "state": "active",
2348
+ "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2349
+ },
2350
+ "value": "M200"
2351
+ },
2352
+ "name": "color.background.accent.magenta.subtler",
2353
+ "path": ["color", "background", "accent", "magenta", "subtler"]
1530
2354
  }, {
1531
2355
  "attributes": {
1532
2356
  "group": "paint",
1533
2357
  "state": "active",
1534
- "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2358
+ "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1535
2359
  },
1536
- "value": "#DFD8FD",
2360
+ "value": "#E774BB",
1537
2361
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1538
2362
  "isSource": true,
1539
2363
  "original": {
1540
2364
  "attributes": {
1541
2365
  "group": "paint",
1542
2366
  "state": "active",
1543
- "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2367
+ "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1544
2368
  },
1545
- "value": "P200"
2369
+ "value": "M400"
1546
2370
  },
1547
- "name": "color.background.accent.purple.[default]",
1548
- "path": ["color", "background", "accent", "purple", "[default]"]
2371
+ "name": "color.background.accent.magenta.subtle",
2372
+ "path": ["color", "background", "accent", "magenta", "subtle"]
1549
2373
  }, {
1550
2374
  "attributes": {
1551
2375
  "group": "paint",
1552
2376
  "state": "active",
1553
- "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
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."
1554
2378
  },
1555
- "value": "#9F8FEF",
2379
+ "value": "#AE4787",
1556
2380
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
1557
2381
  "isSource": true,
1558
2382
  "original": {
1559
2383
  "attributes": {
1560
2384
  "group": "paint",
1561
2385
  "state": "active",
1562
- "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
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."
1563
2387
  },
1564
- "value": "P400"
2388
+ "value": "M700"
1565
2389
  },
1566
- "name": "color.background.accent.purple.bold",
1567
- "path": ["color", "background", "accent", "purple", "bold"]
2390
+ "name": "color.background.accent.magenta.bolder",
2391
+ "path": ["color", "background", "accent", "magenta", "bolder"]
1568
2392
  }, {
1569
2393
  "attributes": {
1570
2394
  "group": "paint",
1571
- "state": "active",
2395
+ "state": "deprecated",
2396
+ "replacement": "color.background.accent.magenta.subtler",
1572
2397
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1573
2398
  },
1574
2399
  "value": "#FDD0EC",
1575
- "filePath": "src/tokens/atlassian-light/color/accent.tsx",
2400
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1576
2401
  "isSource": true,
1577
2402
  "original": {
1578
2403
  "attributes": {
1579
2404
  "group": "paint",
1580
- "state": "active",
2405
+ "state": "deprecated",
2406
+ "replacement": "color.background.accent.magenta.subtler",
1581
2407
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1582
2408
  },
1583
2409
  "value": "M200"
@@ -1587,17 +2413,19 @@ var tokens = [{
1587
2413
  }, {
1588
2414
  "attributes": {
1589
2415
  "group": "paint",
1590
- "state": "active",
1591
- "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
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."
1592
2419
  },
1593
2420
  "value": "#E774BB",
1594
- "filePath": "src/tokens/atlassian-light/color/accent.tsx",
2421
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1595
2422
  "isSource": true,
1596
2423
  "original": {
1597
2424
  "attributes": {
1598
2425
  "group": "paint",
1599
- "state": "active",
1600
- "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
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."
1601
2429
  },
1602
2430
  "value": "M400"
1603
2431
  },
@@ -1873,16 +2701,75 @@ var tokens = [{
1873
2701
  "attributes": {
1874
2702
  "group": "paint",
1875
2703
  "state": "active",
1876
- "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
2704
+ "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
1877
2705
  },
1878
- "value": "#E9F2FF",
2706
+ "value": "#0C66E4",
1879
2707
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
1880
2708
  "isSource": true,
1881
2709
  "original": {
1882
2710
  "attributes": {
1883
2711
  "group": "paint",
1884
2712
  "state": "active",
1885
- "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
2713
+ "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
2714
+ },
2715
+ "value": "B700"
2716
+ },
2717
+ "name": "color.background.brand.bold.[default]",
2718
+ "path": ["color", "background", "brand", "bold", "[default]"]
2719
+ }, {
2720
+ "attributes": {
2721
+ "group": "paint",
2722
+ "state": "active",
2723
+ "description": "Hovered state of color.background.brand.bold"
2724
+ },
2725
+ "value": "#0055CC",
2726
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2727
+ "isSource": true,
2728
+ "original": {
2729
+ "attributes": {
2730
+ "group": "paint",
2731
+ "state": "active",
2732
+ "description": "Hovered state of color.background.brand.bold"
2733
+ },
2734
+ "value": "B800"
2735
+ },
2736
+ "name": "color.background.brand.bold.hovered",
2737
+ "path": ["color", "background", "brand", "bold", "hovered"]
2738
+ }, {
2739
+ "attributes": {
2740
+ "group": "paint",
2741
+ "state": "active",
2742
+ "description": "Pressed state of color.background.brand.bold"
2743
+ },
2744
+ "value": "#09326C",
2745
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2746
+ "isSource": true,
2747
+ "original": {
2748
+ "attributes": {
2749
+ "group": "paint",
2750
+ "state": "active",
2751
+ "description": "Pressed state of color.background.brand.bold"
2752
+ },
2753
+ "value": "B900"
2754
+ },
2755
+ "name": "color.background.brand.bold.pressed",
2756
+ "path": ["color", "background", "brand", "bold", "pressed"]
2757
+ }, {
2758
+ "attributes": {
2759
+ "group": "paint",
2760
+ "state": "deprecated",
2761
+ "replacement": "color.background.selected.[default].[default]",
2762
+ "description": "Use for the background of elements used to reinforce our brand."
2763
+ },
2764
+ "value": "#E9F2FF",
2765
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
2766
+ "isSource": true,
2767
+ "original": {
2768
+ "attributes": {
2769
+ "group": "paint",
2770
+ "state": "deprecated",
2771
+ "replacement": "color.background.selected.[default].[default]",
2772
+ "description": "Use for the background of elements used to reinforce our brand."
1886
2773
  },
1887
2774
  "value": "B100"
1888
2775
  },
@@ -1891,16 +2778,18 @@ var tokens = [{
1891
2778
  }, {
1892
2779
  "attributes": {
1893
2780
  "group": "paint",
1894
- "state": "active",
2781
+ "state": "deprecated",
2782
+ "replacement": "color.background.selected.[default].hovered",
1895
2783
  "description": "Hovered state for color.background.brand"
1896
2784
  },
1897
2785
  "value": "#CCE0FF",
1898
- "filePath": "src/tokens/atlassian-light/color/background.tsx",
2786
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1899
2787
  "isSource": true,
1900
2788
  "original": {
1901
2789
  "attributes": {
1902
2790
  "group": "paint",
1903
- "state": "active",
2791
+ "state": "deprecated",
2792
+ "replacement": "color.background.selected.[default].hovered",
1904
2793
  "description": "Hovered state for color.background.brand"
1905
2794
  },
1906
2795
  "value": "B200"
@@ -1910,16 +2799,18 @@ var tokens = [{
1910
2799
  }, {
1911
2800
  "attributes": {
1912
2801
  "group": "paint",
1913
- "state": "active",
2802
+ "state": "deprecated",
2803
+ "replacement": "color.background.selected.[default].pressed",
1914
2804
  "description": "Pressed state for color.background.brand"
1915
2805
  },
1916
2806
  "value": "#85B8FF",
1917
- "filePath": "src/tokens/atlassian-light/color/background.tsx",
2807
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
1918
2808
  "isSource": true,
1919
2809
  "original": {
1920
2810
  "attributes": {
1921
2811
  "group": "paint",
1922
- "state": "active",
2812
+ "state": "deprecated",
2813
+ "replacement": "color.background.selected.[default].pressed",
1923
2814
  "description": "Pressed state for color.background.brand"
1924
2815
  },
1925
2816
  "value": "B300"
@@ -1930,7 +2821,64 @@ var tokens = [{
1930
2821
  "attributes": {
1931
2822
  "group": "paint",
1932
2823
  "state": "active",
1933
- "description": "Use for the backgrounds of primary buttons or elements in a selected state, such as checkboxed and radio buttons."
2824
+ "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
2825
+ },
2826
+ "value": "#E9F2FF",
2827
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2828
+ "isSource": true,
2829
+ "original": {
2830
+ "attributes": {
2831
+ "group": "paint",
2832
+ "state": "active",
2833
+ "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
2834
+ },
2835
+ "value": "B100"
2836
+ },
2837
+ "name": "color.background.selected.[default].[default]",
2838
+ "path": ["color", "background", "selected", "[default]", "[default]"]
2839
+ }, {
2840
+ "attributes": {
2841
+ "group": "paint",
2842
+ "state": "active",
2843
+ "description": "Hovered state for color.background.selected"
2844
+ },
2845
+ "value": "#CCE0FF",
2846
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2847
+ "isSource": true,
2848
+ "original": {
2849
+ "attributes": {
2850
+ "group": "paint",
2851
+ "state": "active",
2852
+ "description": "Hovered state for color.background.selected"
2853
+ },
2854
+ "value": "B200"
2855
+ },
2856
+ "name": "color.background.selected.[default].hovered",
2857
+ "path": ["color", "background", "selected", "[default]", "hovered"]
2858
+ }, {
2859
+ "attributes": {
2860
+ "group": "paint",
2861
+ "state": "active",
2862
+ "description": "Pressed state for color.background.selected"
2863
+ },
2864
+ "value": "#85B8FF",
2865
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2866
+ "isSource": true,
2867
+ "original": {
2868
+ "attributes": {
2869
+ "group": "paint",
2870
+ "state": "active",
2871
+ "description": "Pressed state for color.background.selected"
2872
+ },
2873
+ "value": "B300"
2874
+ },
2875
+ "name": "color.background.selected.[default].pressed",
2876
+ "path": ["color", "background", "selected", "[default]", "pressed"]
2877
+ }, {
2878
+ "attributes": {
2879
+ "group": "paint",
2880
+ "state": "active",
2881
+ "description": "Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons."
1934
2882
  },
1935
2883
  "value": "#0C66E4",
1936
2884
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -1939,17 +2887,17 @@ var tokens = [{
1939
2887
  "attributes": {
1940
2888
  "group": "paint",
1941
2889
  "state": "active",
1942
- "description": "Use for the backgrounds of primary buttons or elements in a selected state, such as checkboxed and radio buttons."
2890
+ "description": "Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons."
1943
2891
  },
1944
2892
  "value": "B700"
1945
2893
  },
1946
- "name": "color.background.brand.bold.[default]",
1947
- "path": ["color", "background", "brand", "bold", "[default]"]
2894
+ "name": "color.background.selected.bold.[default]",
2895
+ "path": ["color", "background", "selected", "bold", "[default]"]
1948
2896
  }, {
1949
2897
  "attributes": {
1950
2898
  "group": "paint",
1951
2899
  "state": "active",
1952
- "description": "Hovered state of color.background.brand.bold"
2900
+ "description": "Hovered state of color.background.selected.bold"
1953
2901
  },
1954
2902
  "value": "#0055CC",
1955
2903
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -1958,17 +2906,17 @@ var tokens = [{
1958
2906
  "attributes": {
1959
2907
  "group": "paint",
1960
2908
  "state": "active",
1961
- "description": "Hovered state of color.background.brand.bold"
2909
+ "description": "Hovered state of color.background.selected.bold"
1962
2910
  },
1963
2911
  "value": "B800"
1964
2912
  },
1965
- "name": "color.background.brand.bold.hovered",
1966
- "path": ["color", "background", "brand", "bold", "hovered"]
2913
+ "name": "color.background.selected.bold.hovered",
2914
+ "path": ["color", "background", "selected", "bold", "hovered"]
1967
2915
  }, {
1968
2916
  "attributes": {
1969
2917
  "group": "paint",
1970
2918
  "state": "active",
1971
- "description": "Pressed state of color.background.brand.bold"
2919
+ "description": "Pressed state of color.background.selected.bold"
1972
2920
  },
1973
2921
  "value": "#09326C",
1974
2922
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -1977,12 +2925,54 @@ var tokens = [{
1977
2925
  "attributes": {
1978
2926
  "group": "paint",
1979
2927
  "state": "active",
1980
- "description": "Pressed state of color.background.brand.bold"
2928
+ "description": "Pressed state of color.background.selected.bold"
1981
2929
  },
1982
2930
  "value": "B900"
1983
2931
  },
1984
- "name": "color.background.brand.bold.pressed",
1985
- "path": ["color", "background", "brand", "bold", "pressed"]
2932
+ "name": "color.background.selected.bold.pressed",
2933
+ "path": ["color", "background", "selected", "bold", "pressed"]
2934
+ }, {
2935
+ "attributes": {
2936
+ "group": "paint",
2937
+ "state": "deprecated",
2938
+ "replacement": "color.background.selected.[default].[default]",
2939
+ "description": "Use for backgrounds of elements in a selected state"
2940
+ },
2941
+ "value": "#E9F2FF",
2942
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
2943
+ "isSource": true,
2944
+ "original": {
2945
+ "attributes": {
2946
+ "group": "paint",
2947
+ "state": "deprecated",
2948
+ "replacement": "color.background.selected.[default].[default]",
2949
+ "description": "Use for backgrounds of elements in a selected state"
2950
+ },
2951
+ "value": "B100"
2952
+ },
2953
+ "name": "color.background.selected.resting",
2954
+ "path": ["color", "background", "selected", "resting"]
2955
+ }, {
2956
+ "attributes": {
2957
+ "group": "paint",
2958
+ "state": "deprecated",
2959
+ "replacement": "color.background.selected.[default].hovered",
2960
+ "description": "Hover state for color.background.selected"
2961
+ },
2962
+ "value": "#CCE0FF",
2963
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
2964
+ "isSource": true,
2965
+ "original": {
2966
+ "attributes": {
2967
+ "group": "paint",
2968
+ "state": "deprecated",
2969
+ "replacement": "color.background.selected.[default].hovered",
2970
+ "description": "Hover state for color.background.selected"
2971
+ },
2972
+ "value": "B200"
2973
+ },
2974
+ "name": "color.background.selected.hover",
2975
+ "path": ["color", "background", "selected", "hover"]
1986
2976
  }, {
1987
2977
  "attributes": {
1988
2978
  "group": "paint",
@@ -3015,69 +4005,6 @@ var tokens = [{
3015
4005
  },
3016
4006
  "name": "color.background.overlay",
3017
4007
  "path": ["color", "background", "overlay"]
3018
- }, {
3019
- "attributes": {
3020
- "group": "paint",
3021
- "state": "deprecated",
3022
- "replacement": "color.background.brand.[default].[default]",
3023
- "description": "Use for backgrounds of elements in a selected state"
3024
- },
3025
- "value": "#E9F2FF",
3026
- "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
3027
- "isSource": true,
3028
- "original": {
3029
- "attributes": {
3030
- "group": "paint",
3031
- "state": "deprecated",
3032
- "replacement": "color.background.brand.[default].[default]",
3033
- "description": "Use for backgrounds of elements in a selected state"
3034
- },
3035
- "value": "B100"
3036
- },
3037
- "name": "color.background.selected.resting",
3038
- "path": ["color", "background", "selected", "resting"]
3039
- }, {
3040
- "attributes": {
3041
- "group": "paint",
3042
- "state": "deprecated",
3043
- "replacement": "color.background.brand.[default].hovered",
3044
- "description": "Hover state for color.background.selected"
3045
- },
3046
- "value": "#CCE0FF",
3047
- "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
3048
- "isSource": true,
3049
- "original": {
3050
- "attributes": {
3051
- "group": "paint",
3052
- "state": "deprecated",
3053
- "replacement": "color.background.brand.[default].hovered",
3054
- "description": "Hover state for color.background.selected"
3055
- },
3056
- "value": "B200"
3057
- },
3058
- "name": "color.background.selected.hover",
3059
- "path": ["color", "background", "selected", "hover"]
3060
- }, {
3061
- "attributes": {
3062
- "group": "paint",
3063
- "state": "deprecated",
3064
- "replacement": "color.background.brand.[default].pressed",
3065
- "description": "Pressed state for color.background.selected"
3066
- },
3067
- "value": "#85B8FF",
3068
- "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
3069
- "isSource": true,
3070
- "original": {
3071
- "attributes": {
3072
- "group": "paint",
3073
- "state": "deprecated",
3074
- "replacement": "color.background.brand.[default].pressed",
3075
- "description": "Pressed state for color.background.selected"
3076
- },
3077
- "value": "B300"
3078
- },
3079
- "name": "color.background.selected.pressed",
3080
- "path": ["color", "background", "selected", "pressed"]
3081
4008
  }, {
3082
4009
  "attributes": {
3083
4010
  "group": "paint",
@@ -3124,7 +4051,7 @@ var tokens = [{
3124
4051
  "attributes": {
3125
4052
  "group": "paint",
3126
4053
  "state": "deprecated",
3127
- "replacement": "color.background.brand.[default].hovered",
4054
+ "replacement": "color.background.selected.[default].hovered",
3128
4055
  "description": "Hover state for background.subtleBrand"
3129
4056
  },
3130
4057
  "value": "#CCE0FF",
@@ -3134,7 +4061,7 @@ var tokens = [{
3134
4061
  "attributes": {
3135
4062
  "group": "paint",
3136
4063
  "state": "deprecated",
3137
- "replacement": "color.background.brand.[default].hovered",
4064
+ "replacement": "color.background.selected.[default].hovered",
3138
4065
  "description": "Hover state for background.subtleBrand"
3139
4066
  },
3140
4067
  "value": "B200"
@@ -3145,7 +4072,7 @@ var tokens = [{
3145
4072
  "attributes": {
3146
4073
  "group": "paint",
3147
4074
  "state": "deprecated",
3148
- "replacement": "color.background.brand.[default].pressed",
4075
+ "replacement": "color.background.selected.[default].pressed",
3149
4076
  "description": "Pressed state for background.subtleBrand"
3150
4077
  },
3151
4078
  "value": "#85B8FF",
@@ -3155,7 +4082,7 @@ var tokens = [{
3155
4082
  "attributes": {
3156
4083
  "group": "paint",
3157
4084
  "state": "deprecated",
3158
- "replacement": "color.background.brand.[default].pressed",
4085
+ "replacement": "color.background.selected.[default].pressed",
3159
4086
  "description": "Pressed state for background.subtleBrand"
3160
4087
  },
3161
4088
  "value": "B300"
@@ -3166,7 +4093,7 @@ var tokens = [{
3166
4093
  "attributes": {
3167
4094
  "group": "paint",
3168
4095
  "state": "deprecated",
3169
- "replacement": "color.background.brand.[default].[default]",
4096
+ "replacement": "color.background.selected.[default].[default]",
3170
4097
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
3171
4098
  },
3172
4099
  "value": "#E9F2FF",
@@ -3176,7 +4103,7 @@ var tokens = [{
3176
4103
  "attributes": {
3177
4104
  "group": "paint",
3178
4105
  "state": "deprecated",
3179
- "replacement": "color.background.brand.[default].[default]",
4106
+ "replacement": "color.background.selected.[default].[default]",
3180
4107
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
3181
4108
  },
3182
4109
  "value": "B100"
@@ -3698,7 +4625,7 @@ var tokens = [{
3698
4625
  "attributes": {
3699
4626
  "group": "paint",
3700
4627
  "state": "deprecated",
3701
- "replacement": "color.background.accent.blue.bold",
4628
+ "replacement": "color.background.accent.blue.bolder",
3702
4629
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3703
4630
  },
3704
4631
  "value": "#579DFF",
@@ -3708,7 +4635,7 @@ var tokens = [{
3708
4635
  "attributes": {
3709
4636
  "group": "paint",
3710
4637
  "state": "deprecated",
3711
- "replacement": "color.background.accent.blue.bold",
4638
+ "replacement": "color.background.accent.blue.bolder",
3712
4639
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3713
4640
  },
3714
4641
  "value": "B400"
@@ -3719,7 +4646,7 @@ var tokens = [{
3719
4646
  "attributes": {
3720
4647
  "group": "paint",
3721
4648
  "state": "deprecated",
3722
- "replacement": "color.background.accent.green.bold",
4649
+ "replacement": "color.background.accent.green.bolder",
3723
4650
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3724
4651
  },
3725
4652
  "value": "#4BCE97",
@@ -3729,7 +4656,7 @@ var tokens = [{
3729
4656
  "attributes": {
3730
4657
  "group": "paint",
3731
4658
  "state": "deprecated",
3732
- "replacement": "color.background.accent.green.bold",
4659
+ "replacement": "color.background.accent.green.bolder",
3733
4660
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3734
4661
  },
3735
4662
  "value": "G400"
@@ -3740,7 +4667,7 @@ var tokens = [{
3740
4667
  "attributes": {
3741
4668
  "group": "paint",
3742
4669
  "state": "deprecated",
3743
- "replacement": "color.background.accent.orange.bold",
4670
+ "replacement": "color.background.accent.orange.bolder",
3744
4671
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3745
4672
  },
3746
4673
  "value": "#FAA53D",
@@ -3750,7 +4677,7 @@ var tokens = [{
3750
4677
  "attributes": {
3751
4678
  "group": "paint",
3752
4679
  "state": "deprecated",
3753
- "replacement": "color.background.accent.orange.bold",
4680
+ "replacement": "color.background.accent.orange.bolder",
3754
4681
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3755
4682
  },
3756
4683
  "value": "O400"
@@ -3761,7 +4688,7 @@ var tokens = [{
3761
4688
  "attributes": {
3762
4689
  "group": "paint",
3763
4690
  "state": "deprecated",
3764
- "replacement": "color.background.accent.purple.bold",
4691
+ "replacement": "color.background.accent.purple.bolder",
3765
4692
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3766
4693
  },
3767
4694
  "value": "#9F8FEF",
@@ -3771,7 +4698,7 @@ var tokens = [{
3771
4698
  "attributes": {
3772
4699
  "group": "paint",
3773
4700
  "state": "deprecated",
3774
- "replacement": "color.background.accent.purple.bold",
4701
+ "replacement": "color.background.accent.purple.bolder",
3775
4702
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3776
4703
  },
3777
4704
  "value": "P400"
@@ -3782,7 +4709,7 @@ var tokens = [{
3782
4709
  "attributes": {
3783
4710
  "group": "paint",
3784
4711
  "state": "deprecated",
3785
- "replacement": "color.background.accent.red.bold",
4712
+ "replacement": "color.background.accent.red.bolder",
3786
4713
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3787
4714
  },
3788
4715
  "value": "#F87462",
@@ -3792,7 +4719,7 @@ var tokens = [{
3792
4719
  "attributes": {
3793
4720
  "group": "paint",
3794
4721
  "state": "deprecated",
3795
- "replacement": "color.background.accent.red.bold",
4722
+ "replacement": "color.background.accent.red.bolder",
3796
4723
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3797
4724
  },
3798
4725
  "value": "R400"
@@ -3803,7 +4730,7 @@ var tokens = [{
3803
4730
  "attributes": {
3804
4731
  "group": "paint",
3805
4732
  "state": "deprecated",
3806
- "replacement": "color.background.accent.teal.bold",
4733
+ "replacement": "color.background.accent.teal.bolder",
3807
4734
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3808
4735
  },
3809
4736
  "value": "#60C6D2",
@@ -3813,7 +4740,7 @@ var tokens = [{
3813
4740
  "attributes": {
3814
4741
  "group": "paint",
3815
4742
  "state": "deprecated",
3816
- "replacement": "color.background.accent.teal.bold",
4743
+ "replacement": "color.background.accent.teal.bolder",
3817
4744
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
3818
4745
  },
3819
4746
  "value": "T400"
@@ -3824,7 +4751,7 @@ var tokens = [{
3824
4751
  "attributes": {
3825
4752
  "group": "paint",
3826
4753
  "state": "deprecated",
3827
- "replacement": "color.background.accent.blue.[default]",
4754
+ "replacement": "color.background.accent.blue.subtler",
3828
4755
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3829
4756
  },
3830
4757
  "value": "#CCE0FF",
@@ -3834,7 +4761,7 @@ var tokens = [{
3834
4761
  "attributes": {
3835
4762
  "group": "paint",
3836
4763
  "state": "deprecated",
3837
- "replacement": "color.background.accent.blue.[default]",
4764
+ "replacement": "color.background.accent.blue.subtler",
3838
4765
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3839
4766
  },
3840
4767
  "value": "B200"
@@ -3845,7 +4772,7 @@ var tokens = [{
3845
4772
  "attributes": {
3846
4773
  "group": "paint",
3847
4774
  "state": "deprecated",
3848
- "replacement": "color.background.accent.green.[default]",
4775
+ "replacement": "color.background.accent.green.subtler",
3849
4776
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3850
4777
  },
3851
4778
  "value": "#BAF3DB",
@@ -3855,7 +4782,7 @@ var tokens = [{
3855
4782
  "attributes": {
3856
4783
  "group": "paint",
3857
4784
  "state": "deprecated",
3858
- "replacement": "color.background.accent.green.[default]",
4785
+ "replacement": "color.background.accent.green.subtler",
3859
4786
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3860
4787
  },
3861
4788
  "value": "G200"
@@ -3866,7 +4793,7 @@ var tokens = [{
3866
4793
  "attributes": {
3867
4794
  "group": "paint",
3868
4795
  "state": "deprecated",
3869
- "replacement": "color.background.accent.magenta.[default]",
4796
+ "replacement": "color.background.accent.magenta.subtler",
3870
4797
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3871
4798
  },
3872
4799
  "value": "#FDD0EC",
@@ -3876,7 +4803,7 @@ var tokens = [{
3876
4803
  "attributes": {
3877
4804
  "group": "paint",
3878
4805
  "state": "deprecated",
3879
- "replacement": "color.background.accent.magenta.[default]",
4806
+ "replacement": "color.background.accent.magenta.subtler",
3880
4807
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3881
4808
  },
3882
4809
  "value": "M200"
@@ -3887,7 +4814,7 @@ var tokens = [{
3887
4814
  "attributes": {
3888
4815
  "group": "paint",
3889
4816
  "state": "deprecated",
3890
- "replacement": "color.background.accent.orange.[default]",
4817
+ "replacement": "color.background.accent.orange.subtler",
3891
4818
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3892
4819
  },
3893
4820
  "value": "#FFE2BD",
@@ -3897,7 +4824,7 @@ var tokens = [{
3897
4824
  "attributes": {
3898
4825
  "group": "paint",
3899
4826
  "state": "deprecated",
3900
- "replacement": "color.background.accent.orange.[default]",
4827
+ "replacement": "color.background.accent.orange.subtler",
3901
4828
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3902
4829
  },
3903
4830
  "value": "O200"
@@ -3908,7 +4835,7 @@ var tokens = [{
3908
4835
  "attributes": {
3909
4836
  "group": "paint",
3910
4837
  "state": "deprecated",
3911
- "replacement": "color.background.accent.purple.[default]",
4838
+ "replacement": "color.background.accent.purple.subtler",
3912
4839
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3913
4840
  },
3914
4841
  "value": "#DFD8FD",
@@ -3918,7 +4845,7 @@ var tokens = [{
3918
4845
  "attributes": {
3919
4846
  "group": "paint",
3920
4847
  "state": "deprecated",
3921
- "replacement": "color.background.accent.purple.[default]",
4848
+ "replacement": "color.background.accent.purple.subtler",
3922
4849
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3923
4850
  },
3924
4851
  "value": "P200"
@@ -3929,7 +4856,7 @@ var tokens = [{
3929
4856
  "attributes": {
3930
4857
  "group": "paint",
3931
4858
  "state": "deprecated",
3932
- "replacement": "color.background.accent.red.[default]",
4859
+ "replacement": "color.background.accent.red.subtler",
3933
4860
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3934
4861
  },
3935
4862
  "value": "#FFD2CC",
@@ -3939,7 +4866,7 @@ var tokens = [{
3939
4866
  "attributes": {
3940
4867
  "group": "paint",
3941
4868
  "state": "deprecated",
3942
- "replacement": "color.background.accent.red.[default]",
4869
+ "replacement": "color.background.accent.red.subtler",
3943
4870
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3944
4871
  },
3945
4872
  "value": "R200"
@@ -3950,7 +4877,7 @@ var tokens = [{
3950
4877
  "attributes": {
3951
4878
  "group": "paint",
3952
4879
  "state": "deprecated",
3953
- "replacement": "color.background.accent.teal.[default]",
4880
+ "replacement": "color.background.accent.teal.subtler",
3954
4881
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3955
4882
  },
3956
4883
  "value": "#C1F0F5",
@@ -3960,7 +4887,7 @@ var tokens = [{
3960
4887
  "attributes": {
3961
4888
  "group": "paint",
3962
4889
  "state": "deprecated",
3963
- "replacement": "color.background.accent.teal.[default]",
4890
+ "replacement": "color.background.accent.teal.subtler",
3964
4891
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
3965
4892
  },
3966
4893
  "value": "T200"