@atlaskit/tokens 0.8.0 → 0.8.3

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 (91) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/css/atlassian-dark.css +7 -4
  3. package/css/atlassian-light.css +7 -4
  4. package/dist/cjs/artifacts/rename-mapping.js +4 -0
  5. package/dist/cjs/artifacts/token-default-values.js +7 -4
  6. package/dist/cjs/artifacts/token-names.js +3 -0
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +623 -18
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +621 -16
  9. package/dist/cjs/constants.js +18 -0
  10. package/dist/cjs/entry-points/token-ids.js +25 -0
  11. package/dist/cjs/get-token.js +1 -1
  12. package/dist/cjs/token-ids.js +75 -0
  13. package/dist/cjs/tokens/atlassian-dark/color/background.js +17 -5
  14. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
  15. package/dist/cjs/tokens/atlassian-light/color/background.js +17 -5
  16. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +6 -0
  17. package/dist/cjs/tokens/default/color/accent.js +65 -1
  18. package/dist/cjs/tokens/default/color/background.js +82 -6
  19. package/dist/cjs/tokens/default/color/border.js +11 -0
  20. package/dist/cjs/tokens/default/color/icon.js +13 -1
  21. package/dist/cjs/tokens/default/color/interaction.js +4 -0
  22. package/dist/cjs/tokens/default/color/skeleton.js +2 -0
  23. package/dist/cjs/tokens/default/color/text.js +15 -0
  24. package/dist/cjs/tokens/default/deprecated/deprecated.js +108 -0
  25. package/dist/cjs/tokens/default/elevation/shadow.js +3 -0
  26. package/dist/cjs/tokens/default/elevation/surface.js +4 -0
  27. package/dist/cjs/tokens/default/utility/utility.js +2 -0
  28. package/dist/cjs/version.json +4 -2
  29. package/dist/es2019/artifacts/rename-mapping.js +4 -0
  30. package/dist/es2019/artifacts/token-default-values.js +7 -4
  31. package/dist/es2019/artifacts/token-names.js +3 -0
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +623 -18
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +621 -16
  34. package/dist/es2019/constants.js +8 -0
  35. package/dist/es2019/entry-points/token-ids.js +1 -0
  36. package/dist/es2019/get-token.js +1 -1
  37. package/dist/es2019/token-ids.js +51 -0
  38. package/dist/es2019/tokens/atlassian-dark/color/background.js +17 -5
  39. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
  40. package/dist/es2019/tokens/atlassian-light/color/background.js +17 -5
  41. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +6 -0
  42. package/dist/es2019/tokens/default/color/accent.js +65 -1
  43. package/dist/es2019/tokens/default/color/background.js +82 -6
  44. package/dist/es2019/tokens/default/color/border.js +11 -0
  45. package/dist/es2019/tokens/default/color/icon.js +13 -1
  46. package/dist/es2019/tokens/default/color/interaction.js +4 -0
  47. package/dist/es2019/tokens/default/color/skeleton.js +2 -0
  48. package/dist/es2019/tokens/default/color/text.js +15 -0
  49. package/dist/es2019/tokens/default/deprecated/deprecated.js +108 -0
  50. package/dist/es2019/tokens/default/elevation/shadow.js +3 -0
  51. package/dist/es2019/tokens/default/elevation/surface.js +4 -0
  52. package/dist/es2019/tokens/default/utility/utility.js +2 -0
  53. package/dist/es2019/version.json +4 -2
  54. package/dist/esm/artifacts/rename-mapping.js +4 -0
  55. package/dist/esm/artifacts/token-default-values.js +7 -4
  56. package/dist/esm/artifacts/token-names.js +3 -0
  57. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +623 -18
  58. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +621 -16
  59. package/dist/esm/constants.js +8 -0
  60. package/dist/esm/entry-points/token-ids.js +1 -0
  61. package/dist/esm/get-token.js +1 -1
  62. package/dist/esm/token-ids.js +58 -0
  63. package/dist/esm/tokens/atlassian-dark/color/background.js +17 -5
  64. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
  65. package/dist/esm/tokens/atlassian-light/color/background.js +17 -5
  66. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +6 -0
  67. package/dist/esm/tokens/default/color/accent.js +65 -1
  68. package/dist/esm/tokens/default/color/background.js +82 -6
  69. package/dist/esm/tokens/default/color/border.js +11 -0
  70. package/dist/esm/tokens/default/color/icon.js +13 -1
  71. package/dist/esm/tokens/default/color/interaction.js +4 -0
  72. package/dist/esm/tokens/default/color/skeleton.js +2 -0
  73. package/dist/esm/tokens/default/color/text.js +15 -0
  74. package/dist/esm/tokens/default/deprecated/deprecated.js +108 -0
  75. package/dist/esm/tokens/default/elevation/shadow.js +3 -0
  76. package/dist/esm/tokens/default/elevation/surface.js +4 -0
  77. package/dist/esm/tokens/default/utility/utility.js +2 -0
  78. package/dist/esm/version.json +4 -2
  79. package/dist/types/artifacts/token-default-values.d.ts +7 -4
  80. package/dist/types/artifacts/token-names.d.ts +6 -0
  81. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +8 -0
  82. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +8 -0
  83. package/dist/types/artifacts/types-internal.d.ts +1 -1
  84. package/dist/types/artifacts/types.d.ts +1 -1
  85. package/dist/types/constants.d.ts +4 -0
  86. package/dist/types/entry-points/token-ids.d.ts +1 -0
  87. package/dist/types/token-ids.d.ts +43 -0
  88. package/dist/types/tokens/default/utility/utility.d.ts +14 -10
  89. package/dist/types/types.d.ts +12 -1
  90. package/package.json +5 -2
  91. package/token-ids/package.json +7 -0
@@ -10,6 +10,7 @@ var tokens = [{
10
10
  "attributes": {
11
11
  "group": "paint",
12
12
  "state": "active",
13
+ "introduced": "0.6.0",
13
14
  "description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
14
15
  },
15
16
  "value": "#0055CC",
@@ -19,6 +20,7 @@ var tokens = [{
19
20
  "attributes": {
20
21
  "group": "paint",
21
22
  "state": "active",
23
+ "introduced": "0.6.0",
22
24
  "description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
23
25
  },
24
26
  "value": "B800"
@@ -29,6 +31,7 @@ var tokens = [{
29
31
  "attributes": {
30
32
  "group": "paint",
31
33
  "state": "active",
34
+ "introduced": "0.7.0",
32
35
  "description": "Use on bold blue accent backgrounds."
33
36
  },
34
37
  "value": "#09326C",
@@ -38,6 +41,7 @@ var tokens = [{
38
41
  "attributes": {
39
42
  "group": "paint",
40
43
  "state": "active",
44
+ "introduced": "0.7.0",
41
45
  "description": "Use on bold blue accent backgrounds."
42
46
  },
43
47
  "value": "B900"
@@ -48,6 +52,7 @@ var tokens = [{
48
52
  "attributes": {
49
53
  "group": "paint",
50
54
  "state": "active",
55
+ "introduced": "0.6.0",
51
56
  "description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
52
57
  },
53
58
  "value": "#AE2A19",
@@ -57,6 +62,7 @@ var tokens = [{
57
62
  "attributes": {
58
63
  "group": "paint",
59
64
  "state": "active",
65
+ "introduced": "0.6.0",
60
66
  "description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
61
67
  },
62
68
  "value": "R800"
@@ -67,6 +73,7 @@ var tokens = [{
67
73
  "attributes": {
68
74
  "group": "paint",
69
75
  "state": "active",
76
+ "introduced": "0.7.0",
70
77
  "description": "Use on bold red accent backgrounds."
71
78
  },
72
79
  "value": "#601E16",
@@ -76,6 +83,7 @@ var tokens = [{
76
83
  "attributes": {
77
84
  "group": "paint",
78
85
  "state": "active",
86
+ "introduced": "0.7.0",
79
87
  "description": "Use on bold red accent backgrounds."
80
88
  },
81
89
  "value": "R900"
@@ -86,6 +94,7 @@ var tokens = [{
86
94
  "attributes": {
87
95
  "group": "paint",
88
96
  "state": "active",
97
+ "introduced": "0.6.0",
89
98
  "description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
90
99
  },
91
100
  "value": "#974F0C",
@@ -95,6 +104,7 @@ var tokens = [{
95
104
  "attributes": {
96
105
  "group": "paint",
97
106
  "state": "active",
107
+ "introduced": "0.6.0",
98
108
  "description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
99
109
  },
100
110
  "value": "O800"
@@ -105,6 +115,7 @@ var tokens = [{
105
115
  "attributes": {
106
116
  "group": "paint",
107
117
  "state": "active",
118
+ "introduced": "0.7.0",
108
119
  "description": "Use on bold orange accent backgrounds."
109
120
  },
110
121
  "value": "#5F3811",
@@ -114,6 +125,7 @@ var tokens = [{
114
125
  "attributes": {
115
126
  "group": "paint",
116
127
  "state": "active",
128
+ "introduced": "0.7.0",
117
129
  "description": "Use on bold orange accent backgrounds."
118
130
  },
119
131
  "value": "O900"
@@ -124,6 +136,7 @@ var tokens = [{
124
136
  "attributes": {
125
137
  "group": "paint",
126
138
  "state": "active",
139
+ "introduced": "0.6.0",
127
140
  "description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
128
141
  },
129
142
  "value": "#7F5F01",
@@ -133,6 +146,7 @@ var tokens = [{
133
146
  "attributes": {
134
147
  "group": "paint",
135
148
  "state": "active",
149
+ "introduced": "0.6.0",
136
150
  "description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
137
151
  },
138
152
  "value": "Y800"
@@ -143,6 +157,7 @@ var tokens = [{
143
157
  "attributes": {
144
158
  "group": "paint",
145
159
  "state": "active",
160
+ "introduced": "0.7.0",
146
161
  "description": "Use on bold yellow accent backgrounds."
147
162
  },
148
163
  "value": "#533F04",
@@ -152,6 +167,7 @@ var tokens = [{
152
167
  "attributes": {
153
168
  "group": "paint",
154
169
  "state": "active",
170
+ "introduced": "0.7.0",
155
171
  "description": "Use on bold yellow accent backgrounds."
156
172
  },
157
173
  "value": "Y900"
@@ -162,6 +178,7 @@ var tokens = [{
162
178
  "attributes": {
163
179
  "group": "paint",
164
180
  "state": "active",
181
+ "introduced": "0.6.0",
165
182
  "description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
166
183
  },
167
184
  "value": "#216E4E",
@@ -171,6 +188,7 @@ var tokens = [{
171
188
  "attributes": {
172
189
  "group": "paint",
173
190
  "state": "active",
191
+ "introduced": "0.6.0",
174
192
  "description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
175
193
  },
176
194
  "value": "G800"
@@ -181,6 +199,7 @@ var tokens = [{
181
199
  "attributes": {
182
200
  "group": "paint",
183
201
  "state": "active",
202
+ "introduced": "0.7.0",
184
203
  "description": "Use on bold green accent backgrounds."
185
204
  },
186
205
  "value": "#164B35",
@@ -190,6 +209,7 @@ var tokens = [{
190
209
  "attributes": {
191
210
  "group": "paint",
192
211
  "state": "active",
212
+ "introduced": "0.7.0",
193
213
  "description": "Use on bold green accent backgrounds."
194
214
  },
195
215
  "value": "G900"
@@ -200,6 +220,7 @@ var tokens = [{
200
220
  "attributes": {
201
221
  "group": "paint",
202
222
  "state": "active",
223
+ "introduced": "0.6.0",
203
224
  "description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
204
225
  },
205
226
  "value": "#5E4DB2",
@@ -209,6 +230,7 @@ var tokens = [{
209
230
  "attributes": {
210
231
  "group": "paint",
211
232
  "state": "active",
233
+ "introduced": "0.6.0",
212
234
  "description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
213
235
  },
214
236
  "value": "P800"
@@ -219,6 +241,7 @@ var tokens = [{
219
241
  "attributes": {
220
242
  "group": "paint",
221
243
  "state": "active",
244
+ "introduced": "0.7.0",
222
245
  "description": "Use on bold purple accent backgrounds."
223
246
  },
224
247
  "value": "#352C63",
@@ -228,6 +251,7 @@ var tokens = [{
228
251
  "attributes": {
229
252
  "group": "paint",
230
253
  "state": "active",
254
+ "introduced": "0.7.0",
231
255
  "description": "Use on bold purple accent backgrounds."
232
256
  },
233
257
  "value": "P900"
@@ -238,6 +262,7 @@ var tokens = [{
238
262
  "attributes": {
239
263
  "group": "paint",
240
264
  "state": "active",
265
+ "introduced": "0.6.0",
241
266
  "description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
242
267
  },
243
268
  "value": "#206B74",
@@ -247,6 +272,7 @@ var tokens = [{
247
272
  "attributes": {
248
273
  "group": "paint",
249
274
  "state": "active",
275
+ "introduced": "0.6.0",
250
276
  "description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
251
277
  },
252
278
  "value": "T800"
@@ -257,6 +283,7 @@ var tokens = [{
257
283
  "attributes": {
258
284
  "group": "paint",
259
285
  "state": "active",
286
+ "introduced": "0.7.0",
260
287
  "description": "Use on bold teal accent backgrounds."
261
288
  },
262
289
  "value": "#1D474C",
@@ -266,6 +293,7 @@ var tokens = [{
266
293
  "attributes": {
267
294
  "group": "paint",
268
295
  "state": "active",
296
+ "introduced": "0.7.0",
269
297
  "description": "Use on bold teal accent backgrounds."
270
298
  },
271
299
  "value": "T900"
@@ -276,7 +304,8 @@ var tokens = [{
276
304
  "attributes": {
277
305
  "group": "paint",
278
306
  "state": "active",
279
- "description": "Use for megenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
307
+ "introduced": "0.6.0",
308
+ "description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
280
309
  },
281
310
  "value": "#943D73",
282
311
  "filePath": "src/tokens/atlassian-light/color/accent.tsx",
@@ -285,7 +314,8 @@ var tokens = [{
285
314
  "attributes": {
286
315
  "group": "paint",
287
316
  "state": "active",
288
- "description": "Use for megenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
317
+ "introduced": "0.6.0",
318
+ "description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
289
319
  },
290
320
  "value": "M800"
291
321
  },
@@ -295,6 +325,7 @@ var tokens = [{
295
325
  "attributes": {
296
326
  "group": "paint",
297
327
  "state": "active",
328
+ "introduced": "0.7.0",
298
329
  "description": "Use on bold magenta accent backgrounds."
299
330
  },
300
331
  "value": "#50253F",
@@ -304,6 +335,7 @@ var tokens = [{
304
335
  "attributes": {
305
336
  "group": "paint",
306
337
  "state": "active",
338
+ "introduced": "0.7.0",
307
339
  "description": "Use on bold magenta accent backgrounds."
308
340
  },
309
341
  "value": "M900"
@@ -314,6 +346,7 @@ var tokens = [{
314
346
  "attributes": {
315
347
  "group": "paint",
316
348
  "state": "active",
349
+ "introduced": "0.6.0",
317
350
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
318
351
  },
319
352
  "value": "#172B4D",
@@ -323,6 +356,7 @@ var tokens = [{
323
356
  "attributes": {
324
357
  "group": "paint",
325
358
  "state": "active",
359
+ "introduced": "0.6.0",
326
360
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
327
361
  },
328
362
  "value": "N1000"
@@ -333,6 +367,7 @@ var tokens = [{
333
367
  "attributes": {
334
368
  "group": "paint",
335
369
  "state": "active",
370
+ "introduced": "0.6.0",
336
371
  "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
337
372
  },
338
373
  "value": "#44546F",
@@ -342,6 +377,7 @@ var tokens = [{
342
377
  "attributes": {
343
378
  "group": "paint",
344
379
  "state": "active",
380
+ "introduced": "0.6.0",
345
381
  "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
346
382
  },
347
383
  "value": "N800"
@@ -352,6 +388,7 @@ var tokens = [{
352
388
  "attributes": {
353
389
  "group": "paint",
354
390
  "state": "active",
391
+ "introduced": "0.6.0",
355
392
  "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
356
393
  },
357
394
  "value": "#626F86",
@@ -361,6 +398,7 @@ var tokens = [{
361
398
  "attributes": {
362
399
  "group": "paint",
363
400
  "state": "active",
401
+ "introduced": "0.6.0",
364
402
  "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
365
403
  },
366
404
  "value": "N700"
@@ -371,6 +409,7 @@ var tokens = [{
371
409
  "attributes": {
372
410
  "group": "paint",
373
411
  "state": "active",
412
+ "introduced": "0.0.15",
374
413
  "description": "Use for text in a disabled state."
375
414
  },
376
415
  "value": "#8993A5",
@@ -380,6 +419,7 @@ var tokens = [{
380
419
  "attributes": {
381
420
  "group": "paint",
382
421
  "state": "active",
422
+ "introduced": "0.0.15",
383
423
  "description": "Use for text in a disabled state."
384
424
  },
385
425
  "value": "N500"
@@ -390,6 +430,7 @@ var tokens = [{
390
430
  "attributes": {
391
431
  "group": "paint",
392
432
  "state": "active",
433
+ "introduced": "0.6.0",
393
434
  "description": "Use for text on bold backgrounds."
394
435
  },
395
436
  "value": "#FFFFFF",
@@ -399,6 +440,7 @@ var tokens = [{
399
440
  "attributes": {
400
441
  "group": "paint",
401
442
  "state": "active",
443
+ "introduced": "0.6.0",
402
444
  "description": "Use for text on bold backgrounds."
403
445
  },
404
446
  "value": "N0"
@@ -409,6 +451,7 @@ var tokens = [{
409
451
  "attributes": {
410
452
  "group": "paint",
411
453
  "state": "active",
454
+ "introduced": "0.6.0",
412
455
  "description": "Use for text that reinforces our brand."
413
456
  },
414
457
  "value": "#0C66E4",
@@ -418,6 +461,7 @@ var tokens = [{
418
461
  "attributes": {
419
462
  "group": "paint",
420
463
  "state": "active",
464
+ "introduced": "0.6.0",
421
465
  "description": "Use for text that reinforces our brand."
422
466
  },
423
467
  "value": "B700"
@@ -428,6 +472,7 @@ var tokens = [{
428
472
  "attributes": {
429
473
  "group": "paint",
430
474
  "state": "active",
475
+ "introduced": "0.6.0",
431
476
  "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
432
477
  },
433
478
  "value": "#0C66E4",
@@ -437,6 +482,7 @@ var tokens = [{
437
482
  "attributes": {
438
483
  "group": "paint",
439
484
  "state": "active",
485
+ "introduced": "0.6.0",
440
486
  "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
441
487
  },
442
488
  "value": "B700"
@@ -447,6 +493,7 @@ var tokens = [{
447
493
  "attributes": {
448
494
  "group": "paint",
449
495
  "state": "active",
496
+ "introduced": "0.0.15",
450
497
  "description": "Use for critical text, such as input field error messaging."
451
498
  },
452
499
  "value": "#AE2A19",
@@ -456,6 +503,7 @@ var tokens = [{
456
503
  "attributes": {
457
504
  "group": "paint",
458
505
  "state": "active",
506
+ "introduced": "0.0.15",
459
507
  "description": "Use for critical text, such as input field error messaging."
460
508
  },
461
509
  "value": "R800"
@@ -466,6 +514,7 @@ var tokens = [{
466
514
  "attributes": {
467
515
  "group": "paint",
468
516
  "state": "active",
517
+ "introduced": "0.0.15",
469
518
  "description": "Use for text to emphasize caution, such as in moved lozenges."
470
519
  },
471
520
  "value": "#974F0C",
@@ -475,6 +524,7 @@ var tokens = [{
475
524
  "attributes": {
476
525
  "group": "paint",
477
526
  "state": "active",
527
+ "introduced": "0.0.15",
478
528
  "description": "Use for text to emphasize caution, such as in moved lozenges."
479
529
  },
480
530
  "value": "O800"
@@ -485,6 +535,7 @@ var tokens = [{
485
535
  "attributes": {
486
536
  "group": "paint",
487
537
  "state": "active",
538
+ "introduced": "0.6.0",
488
539
  "description": "Use for text when on bold warning backgrounds."
489
540
  },
490
541
  "value": "#172B4D",
@@ -494,6 +545,7 @@ var tokens = [{
494
545
  "attributes": {
495
546
  "group": "paint",
496
547
  "state": "active",
548
+ "introduced": "0.6.0",
497
549
  "description": "Use for text when on bold warning backgrounds."
498
550
  },
499
551
  "value": "N1000"
@@ -504,6 +556,7 @@ var tokens = [{
504
556
  "attributes": {
505
557
  "group": "paint",
506
558
  "state": "active",
559
+ "introduced": "0.0.15",
507
560
  "description": "Use for text to communicate a favourable outcome, such as input field success messaging."
508
561
  },
509
562
  "value": "#216E4E",
@@ -513,6 +566,7 @@ var tokens = [{
513
566
  "attributes": {
514
567
  "group": "paint",
515
568
  "state": "active",
569
+ "introduced": "0.0.15",
516
570
  "description": "Use for text to communicate a favourable outcome, such as input field success messaging."
517
571
  },
518
572
  "value": "G800"
@@ -523,6 +577,7 @@ var tokens = [{
523
577
  "attributes": {
524
578
  "group": "paint",
525
579
  "state": "active",
580
+ "introduced": "0.0.15",
526
581
  "description": "Use for text to emphasize change or something new, such as in new lozenges."
527
582
  },
528
583
  "value": "#5E4DB2",
@@ -532,6 +587,7 @@ var tokens = [{
532
587
  "attributes": {
533
588
  "group": "paint",
534
589
  "state": "active",
590
+ "introduced": "0.0.15",
535
591
  "description": "Use for text to emphasize change or something new, such as in new lozenges."
536
592
  },
537
593
  "value": "P800"
@@ -542,6 +598,7 @@ var tokens = [{
542
598
  "attributes": {
543
599
  "group": "paint",
544
600
  "state": "active",
601
+ "introduced": "0.6.0",
545
602
  "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
546
603
  },
547
604
  "value": "#0055CC",
@@ -551,6 +608,7 @@ var tokens = [{
551
608
  "attributes": {
552
609
  "group": "paint",
553
610
  "state": "active",
611
+ "introduced": "0.6.0",
554
612
  "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
555
613
  },
556
614
  "value": "B800"
@@ -561,6 +619,7 @@ var tokens = [{
561
619
  "attributes": {
562
620
  "group": "paint",
563
621
  "state": "deleted",
622
+ "introduced": "0.0.15",
564
623
  "replacement": "color.text.[default]",
565
624
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons"
566
625
  },
@@ -571,6 +630,7 @@ var tokens = [{
571
630
  "attributes": {
572
631
  "group": "paint",
573
632
  "state": "deleted",
633
+ "introduced": "0.0.15",
574
634
  "replacement": "color.text.[default]",
575
635
  "description": "Use for primary text, such as body copy, sentence case headers, and buttons"
576
636
  },
@@ -582,6 +642,7 @@ var tokens = [{
582
642
  "attributes": {
583
643
  "group": "paint",
584
644
  "state": "deleted",
645
+ "introduced": "0.0.15",
585
646
  "replacement": "color.link.pressed",
586
647
  "description": "Use for links in a pressed state"
587
648
  },
@@ -592,6 +653,7 @@ var tokens = [{
592
653
  "attributes": {
593
654
  "group": "paint",
594
655
  "state": "deleted",
656
+ "introduced": "0.0.15",
595
657
  "replacement": "color.link.pressed",
596
658
  "description": "Use for links in a pressed state"
597
659
  },
@@ -603,6 +665,7 @@ var tokens = [{
603
665
  "attributes": {
604
666
  "group": "paint",
605
667
  "state": "deleted",
668
+ "introduced": "0.0.15",
606
669
  "replacement": "color.link.[default]",
607
670
  "description": "Use for links in a resting or hover state. Add an underline for hover states"
608
671
  },
@@ -613,6 +676,7 @@ var tokens = [{
613
676
  "attributes": {
614
677
  "group": "paint",
615
678
  "state": "deleted",
679
+ "introduced": "0.0.15",
616
680
  "replacement": "color.link.[default]",
617
681
  "description": "Use for links in a resting or hover state. Add an underline for hover states"
618
682
  },
@@ -624,6 +688,7 @@ var tokens = [{
624
688
  "attributes": {
625
689
  "group": "paint",
626
690
  "state": "deleted",
691
+ "introduced": "0.0.15",
627
692
  "replacement": "color.text.subtlest",
628
693
  "description": "\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nUse for icons that are paired with text.medEmphasis text"
629
694
  },
@@ -634,6 +699,7 @@ var tokens = [{
634
699
  "attributes": {
635
700
  "group": "paint",
636
701
  "state": "deleted",
702
+ "introduced": "0.0.15",
637
703
  "replacement": "color.text.subtlest",
638
704
  "description": "\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nUse for icons that are paired with text.medEmphasis text"
639
705
  },
@@ -645,6 +711,7 @@ var tokens = [{
645
711
  "attributes": {
646
712
  "group": "paint",
647
713
  "state": "deleted",
714
+ "introduced": "0.0.15",
648
715
  "replacement": "color.text.subtle",
649
716
  "description": "\nUse for secondary text, such navigation, subtle button links, input field labels, and all caps subheadings.\n\nUse for icon-only buttons, or icons paired with text.highEmphasis text\n "
650
717
  },
@@ -655,6 +722,7 @@ var tokens = [{
655
722
  "attributes": {
656
723
  "group": "paint",
657
724
  "state": "deleted",
725
+ "introduced": "0.0.15",
658
726
  "replacement": "color.text.subtle",
659
727
  "description": "\nUse for secondary text, such navigation, subtle button links, input field labels, and all caps subheadings.\n\nUse for icon-only buttons, or icons paired with text.highEmphasis text\n "
660
728
  },
@@ -666,6 +734,7 @@ var tokens = [{
666
734
  "attributes": {
667
735
  "group": "paint",
668
736
  "state": "deleted",
737
+ "introduced": "0.0.15",
669
738
  "replacement": "color.text.inverse",
670
739
  "description": "Use for text and icons when on bold backgrounds"
671
740
  },
@@ -676,6 +745,7 @@ var tokens = [{
676
745
  "attributes": {
677
746
  "group": "paint",
678
747
  "state": "deleted",
748
+ "introduced": "0.0.15",
679
749
  "replacement": "color.text.inverse",
680
750
  "description": "Use for text and icons when on bold backgrounds"
681
751
  },
@@ -687,6 +757,7 @@ var tokens = [{
687
757
  "attributes": {
688
758
  "group": "paint",
689
759
  "state": "deleted",
760
+ "introduced": "0.0.15",
690
761
  "replacement": "color.text.warning.inverse",
691
762
  "description": "Use for text and icons when on bold warning backgrounds"
692
763
  },
@@ -697,6 +768,7 @@ var tokens = [{
697
768
  "attributes": {
698
769
  "group": "paint",
699
770
  "state": "deleted",
771
+ "introduced": "0.0.15",
700
772
  "replacement": "color.text.warning.inverse",
701
773
  "description": "Use for text and icons when on bold warning backgrounds"
702
774
  },
@@ -708,6 +780,7 @@ var tokens = [{
708
780
  "attributes": {
709
781
  "group": "paint",
710
782
  "state": "active",
783
+ "introduced": "0.6.0",
711
784
  "description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
712
785
  },
713
786
  "value": "#1D7AFC",
@@ -717,6 +790,7 @@ var tokens = [{
717
790
  "attributes": {
718
791
  "group": "paint",
719
792
  "state": "active",
793
+ "introduced": "0.6.0",
720
794
  "description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
721
795
  },
722
796
  "value": "B600"
@@ -727,6 +801,7 @@ var tokens = [{
727
801
  "attributes": {
728
802
  "group": "paint",
729
803
  "state": "active",
804
+ "introduced": "0.6.0",
730
805
  "description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
731
806
  },
732
807
  "value": "#E34935",
@@ -736,6 +811,7 @@ var tokens = [{
736
811
  "attributes": {
737
812
  "group": "paint",
738
813
  "state": "active",
814
+ "introduced": "0.6.0",
739
815
  "description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
740
816
  },
741
817
  "value": "R600"
@@ -746,6 +822,7 @@ var tokens = [{
746
822
  "attributes": {
747
823
  "group": "paint",
748
824
  "state": "active",
825
+ "introduced": "0.6.0",
749
826
  "description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
750
827
  },
751
828
  "value": "#D97008",
@@ -755,6 +832,7 @@ var tokens = [{
755
832
  "attributes": {
756
833
  "group": "paint",
757
834
  "state": "active",
835
+ "introduced": "0.6.0",
758
836
  "description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
759
837
  },
760
838
  "value": "O600"
@@ -765,6 +843,7 @@ var tokens = [{
765
843
  "attributes": {
766
844
  "group": "paint",
767
845
  "state": "active",
846
+ "introduced": "0.6.0",
768
847
  "description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
769
848
  },
770
849
  "value": "#B38600",
@@ -774,6 +853,7 @@ var tokens = [{
774
853
  "attributes": {
775
854
  "group": "paint",
776
855
  "state": "active",
856
+ "introduced": "0.6.0",
777
857
  "description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
778
858
  },
779
859
  "value": "Y600"
@@ -784,6 +864,7 @@ var tokens = [{
784
864
  "attributes": {
785
865
  "group": "paint",
786
866
  "state": "active",
867
+ "introduced": "0.6.0",
787
868
  "description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
788
869
  },
789
870
  "value": "#22A06B",
@@ -793,6 +874,7 @@ var tokens = [{
793
874
  "attributes": {
794
875
  "group": "paint",
795
876
  "state": "active",
877
+ "introduced": "0.6.0",
796
878
  "description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
797
879
  },
798
880
  "value": "G600"
@@ -803,6 +885,7 @@ var tokens = [{
803
885
  "attributes": {
804
886
  "group": "paint",
805
887
  "state": "active",
888
+ "introduced": "0.6.0",
806
889
  "description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
807
890
  },
808
891
  "value": "#8270DB",
@@ -812,6 +895,7 @@ var tokens = [{
812
895
  "attributes": {
813
896
  "group": "paint",
814
897
  "state": "active",
898
+ "introduced": "0.6.0",
815
899
  "description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
816
900
  },
817
901
  "value": "P600"
@@ -822,6 +906,7 @@ var tokens = [{
822
906
  "attributes": {
823
907
  "group": "paint",
824
908
  "state": "active",
909
+ "introduced": "0.6.0",
825
910
  "description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
826
911
  },
827
912
  "value": "#1D9AAA",
@@ -831,6 +916,7 @@ var tokens = [{
831
916
  "attributes": {
832
917
  "group": "paint",
833
918
  "state": "active",
919
+ "introduced": "0.6.0",
834
920
  "description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
835
921
  },
836
922
  "value": "T600"
@@ -841,6 +927,7 @@ var tokens = [{
841
927
  "attributes": {
842
928
  "group": "paint",
843
929
  "state": "active",
930
+ "introduced": "0.6.0",
844
931
  "description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
845
932
  },
846
933
  "value": "#CD519D",
@@ -850,6 +937,7 @@ var tokens = [{
850
937
  "attributes": {
851
938
  "group": "paint",
852
939
  "state": "active",
940
+ "introduced": "0.6.0",
853
941
  "description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
854
942
  },
855
943
  "value": "M600"
@@ -860,6 +948,7 @@ var tokens = [{
860
948
  "attributes": {
861
949
  "group": "paint",
862
950
  "state": "active",
951
+ "introduced": "0.6.0",
863
952
  "description": "Use for icon-only buttons, or icons paired with color.text"
864
953
  },
865
954
  "value": "#44546F",
@@ -869,6 +958,7 @@ var tokens = [{
869
958
  "attributes": {
870
959
  "group": "paint",
871
960
  "state": "active",
961
+ "introduced": "0.6.0",
872
962
  "description": "Use for icon-only buttons, or icons paired with color.text"
873
963
  },
874
964
  "value": "N800"
@@ -879,6 +969,7 @@ var tokens = [{
879
969
  "attributes": {
880
970
  "group": "paint",
881
971
  "state": "active",
972
+ "introduced": "0.6.0",
882
973
  "description": "Use for icons paired with color.text.subtle"
883
974
  },
884
975
  "value": "#626F86",
@@ -888,6 +979,7 @@ var tokens = [{
888
979
  "attributes": {
889
980
  "group": "paint",
890
981
  "state": "active",
982
+ "introduced": "0.6.0",
891
983
  "description": "Use for icons paired with color.text.subtle"
892
984
  },
893
985
  "value": "N700"
@@ -898,6 +990,7 @@ var tokens = [{
898
990
  "attributes": {
899
991
  "group": "paint",
900
992
  "state": "active",
993
+ "introduced": "0.6.0",
901
994
  "description": "Use for icons on bold backgrounds."
902
995
  },
903
996
  "value": "#FFFFFF",
@@ -907,6 +1000,7 @@ var tokens = [{
907
1000
  "attributes": {
908
1001
  "group": "paint",
909
1002
  "state": "active",
1003
+ "introduced": "0.6.0",
910
1004
  "description": "Use for icons on bold backgrounds."
911
1005
  },
912
1006
  "value": "N0"
@@ -917,6 +1011,7 @@ var tokens = [{
917
1011
  "attributes": {
918
1012
  "group": "paint",
919
1013
  "state": "active",
1014
+ "introduced": "0.6.0",
920
1015
  "description": "Use for icons in a disabled state."
921
1016
  },
922
1017
  "value": "#8993A5",
@@ -926,6 +1021,7 @@ var tokens = [{
926
1021
  "attributes": {
927
1022
  "group": "paint",
928
1023
  "state": "active",
1024
+ "introduced": "0.6.0",
929
1025
  "description": "Use for icons in a disabled state."
930
1026
  },
931
1027
  "value": "N500"
@@ -936,6 +1032,7 @@ var tokens = [{
936
1032
  "attributes": {
937
1033
  "group": "paint",
938
1034
  "state": "active",
1035
+ "introduced": "0.6.0",
939
1036
  "description": "Use for icons that reinforce our brand."
940
1037
  },
941
1038
  "value": "#0C66E4",
@@ -945,6 +1042,7 @@ var tokens = [{
945
1042
  "attributes": {
946
1043
  "group": "paint",
947
1044
  "state": "active",
1045
+ "introduced": "0.6.0",
948
1046
  "description": "Use for icons that reinforce our brand."
949
1047
  },
950
1048
  "value": "B700"
@@ -955,6 +1053,7 @@ var tokens = [{
955
1053
  "attributes": {
956
1054
  "group": "paint",
957
1055
  "state": "active",
1056
+ "introduced": "0.6.2",
958
1057
  "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
959
1058
  },
960
1059
  "value": "#0C66E4",
@@ -964,6 +1063,7 @@ var tokens = [{
964
1063
  "attributes": {
965
1064
  "group": "paint",
966
1065
  "state": "active",
1066
+ "introduced": "0.6.2",
967
1067
  "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
968
1068
  },
969
1069
  "value": "B700"
@@ -974,7 +1074,8 @@ var tokens = [{
974
1074
  "attributes": {
975
1075
  "group": "paint",
976
1076
  "state": "active",
977
- "description": "Use for icons communicating critical informaton, such as those used in error handing."
1077
+ "introduced": "0.6.0",
1078
+ "description": "Use for icons communicating critical information, such as those used in error handing."
978
1079
  },
979
1080
  "value": "#E34935",
980
1081
  "filePath": "src/tokens/atlassian-light/color/icon.tsx",
@@ -983,7 +1084,8 @@ var tokens = [{
983
1084
  "attributes": {
984
1085
  "group": "paint",
985
1086
  "state": "active",
986
- "description": "Use for icons communicating critical informaton, such as those used in error handing."
1087
+ "introduced": "0.6.0",
1088
+ "description": "Use for icons communicating critical information, such as those used in error handing."
987
1089
  },
988
1090
  "value": "R600"
989
1091
  },
@@ -993,6 +1095,7 @@ var tokens = [{
993
1095
  "attributes": {
994
1096
  "group": "paint",
995
1097
  "state": "active",
1098
+ "introduced": "0.6.0",
996
1099
  "description": "Use for icons communicating caution, such as those used in warning section messages."
997
1100
  },
998
1101
  "value": "#D97008",
@@ -1002,6 +1105,7 @@ var tokens = [{
1002
1105
  "attributes": {
1003
1106
  "group": "paint",
1004
1107
  "state": "active",
1108
+ "introduced": "0.6.0",
1005
1109
  "description": "Use for icons communicating caution, such as those used in warning section messages."
1006
1110
  },
1007
1111
  "value": "O600"
@@ -1012,6 +1116,7 @@ var tokens = [{
1012
1116
  "attributes": {
1013
1117
  "group": "paint",
1014
1118
  "state": "active",
1119
+ "introduced": "0.6.0",
1015
1120
  "description": "Use for icons when on bold warning backgrounds."
1016
1121
  },
1017
1122
  "value": "#172B4D",
@@ -1021,6 +1126,7 @@ var tokens = [{
1021
1126
  "attributes": {
1022
1127
  "group": "paint",
1023
1128
  "state": "active",
1129
+ "introduced": "0.6.0",
1024
1130
  "description": "Use for icons when on bold warning backgrounds."
1025
1131
  },
1026
1132
  "value": "N1000"
@@ -1031,6 +1137,7 @@ var tokens = [{
1031
1137
  "attributes": {
1032
1138
  "group": "paint",
1033
1139
  "state": "active",
1140
+ "introduced": "0.6.0",
1034
1141
  "description": "Use for icons communicating a favourable outcome, such as those used in success section messaged."
1035
1142
  },
1036
1143
  "value": "#22A06B",
@@ -1040,6 +1147,7 @@ var tokens = [{
1040
1147
  "attributes": {
1041
1148
  "group": "paint",
1042
1149
  "state": "active",
1150
+ "introduced": "0.6.0",
1043
1151
  "description": "Use for icons communicating a favourable outcome, such as those used in success section messaged."
1044
1152
  },
1045
1153
  "value": "G600"
@@ -1050,6 +1158,7 @@ var tokens = [{
1050
1158
  "attributes": {
1051
1159
  "group": "paint",
1052
1160
  "state": "active",
1161
+ "introduced": "0.6.0",
1053
1162
  "description": "Use for icons communicating change or something new, such as discovery section messages."
1054
1163
  },
1055
1164
  "value": "#8270DB",
@@ -1059,6 +1168,7 @@ var tokens = [{
1059
1168
  "attributes": {
1060
1169
  "group": "paint",
1061
1170
  "state": "active",
1171
+ "introduced": "0.6.0",
1062
1172
  "description": "Use for icons communicating change or something new, such as discovery section messages."
1063
1173
  },
1064
1174
  "value": "P600"
@@ -1069,6 +1179,7 @@ var tokens = [{
1069
1179
  "attributes": {
1070
1180
  "group": "paint",
1071
1181
  "state": "active",
1182
+ "introduced": "0.6.0",
1072
1183
  "description": "Use for icons communicating information or something in-progress, such as information section messages."
1073
1184
  },
1074
1185
  "value": "#1D7AFC",
@@ -1078,6 +1189,7 @@ var tokens = [{
1078
1189
  "attributes": {
1079
1190
  "group": "paint",
1080
1191
  "state": "active",
1192
+ "introduced": "0.6.0",
1081
1193
  "description": "Use for icons communicating information or something in-progress, such as information section messages."
1082
1194
  },
1083
1195
  "value": "B600"
@@ -1088,6 +1200,7 @@ var tokens = [{
1088
1200
  "attributes": {
1089
1201
  "group": "paint",
1090
1202
  "state": "active",
1203
+ "introduced": "0.6.0",
1091
1204
  "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
1092
1205
  },
1093
1206
  "value": "#1D7AFC",
@@ -1097,6 +1210,7 @@ var tokens = [{
1097
1210
  "attributes": {
1098
1211
  "group": "paint",
1099
1212
  "state": "active",
1213
+ "introduced": "0.6.0",
1100
1214
  "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
1101
1215
  },
1102
1216
  "value": "B600"
@@ -1107,6 +1221,7 @@ var tokens = [{
1107
1221
  "attributes": {
1108
1222
  "group": "paint",
1109
1223
  "state": "active",
1224
+ "introduced": "0.6.0",
1110
1225
  "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
1111
1226
  },
1112
1227
  "value": "#E34935",
@@ -1116,6 +1231,7 @@ var tokens = [{
1116
1231
  "attributes": {
1117
1232
  "group": "paint",
1118
1233
  "state": "active",
1234
+ "introduced": "0.6.0",
1119
1235
  "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
1120
1236
  },
1121
1237
  "value": "R600"
@@ -1126,6 +1242,7 @@ var tokens = [{
1126
1242
  "attributes": {
1127
1243
  "group": "paint",
1128
1244
  "state": "active",
1245
+ "introduced": "0.6.0",
1129
1246
  "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
1130
1247
  },
1131
1248
  "value": "#D97008",
@@ -1135,6 +1252,7 @@ var tokens = [{
1135
1252
  "attributes": {
1136
1253
  "group": "paint",
1137
1254
  "state": "active",
1255
+ "introduced": "0.6.0",
1138
1256
  "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
1139
1257
  },
1140
1258
  "value": "O600"
@@ -1145,6 +1263,7 @@ var tokens = [{
1145
1263
  "attributes": {
1146
1264
  "group": "paint",
1147
1265
  "state": "active",
1266
+ "introduced": "0.6.0",
1148
1267
  "description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
1149
1268
  },
1150
1269
  "value": "#B38600",
@@ -1154,6 +1273,7 @@ var tokens = [{
1154
1273
  "attributes": {
1155
1274
  "group": "paint",
1156
1275
  "state": "active",
1276
+ "introduced": "0.6.0",
1157
1277
  "description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
1158
1278
  },
1159
1279
  "value": "Y600"
@@ -1164,6 +1284,7 @@ var tokens = [{
1164
1284
  "attributes": {
1165
1285
  "group": "paint",
1166
1286
  "state": "active",
1287
+ "introduced": "0.6.0",
1167
1288
  "description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
1168
1289
  },
1169
1290
  "value": "#22A06B",
@@ -1173,6 +1294,7 @@ var tokens = [{
1173
1294
  "attributes": {
1174
1295
  "group": "paint",
1175
1296
  "state": "active",
1297
+ "introduced": "0.6.0",
1176
1298
  "description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
1177
1299
  },
1178
1300
  "value": "G600"
@@ -1183,6 +1305,7 @@ var tokens = [{
1183
1305
  "attributes": {
1184
1306
  "group": "paint",
1185
1307
  "state": "active",
1308
+ "introduced": "0.6.0",
1186
1309
  "description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
1187
1310
  },
1188
1311
  "value": "#8270DB",
@@ -1192,6 +1315,7 @@ var tokens = [{
1192
1315
  "attributes": {
1193
1316
  "group": "paint",
1194
1317
  "state": "active",
1318
+ "introduced": "0.6.0",
1195
1319
  "description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
1196
1320
  },
1197
1321
  "value": "P600"
@@ -1202,6 +1326,7 @@ var tokens = [{
1202
1326
  "attributes": {
1203
1327
  "group": "paint",
1204
1328
  "state": "active",
1329
+ "introduced": "0.6.0",
1205
1330
  "description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
1206
1331
  },
1207
1332
  "value": "#1D9AAA",
@@ -1211,6 +1336,7 @@ var tokens = [{
1211
1336
  "attributes": {
1212
1337
  "group": "paint",
1213
1338
  "state": "active",
1339
+ "introduced": "0.6.0",
1214
1340
  "description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
1215
1341
  },
1216
1342
  "value": "T600"
@@ -1221,6 +1347,7 @@ var tokens = [{
1221
1347
  "attributes": {
1222
1348
  "group": "paint",
1223
1349
  "state": "active",
1350
+ "introduced": "0.6.0",
1224
1351
  "description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
1225
1352
  },
1226
1353
  "value": "#CD519D",
@@ -1230,6 +1357,7 @@ var tokens = [{
1230
1357
  "attributes": {
1231
1358
  "group": "paint",
1232
1359
  "state": "active",
1360
+ "introduced": "0.6.0",
1233
1361
  "description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
1234
1362
  },
1235
1363
  "value": "M600"
@@ -1240,6 +1368,7 @@ var tokens = [{
1240
1368
  "attributes": {
1241
1369
  "group": "paint",
1242
1370
  "state": "active",
1371
+ "introduced": "0.6.0",
1243
1372
  "description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
1244
1373
  },
1245
1374
  "value": "#091E4224",
@@ -1249,6 +1378,7 @@ var tokens = [{
1249
1378
  "attributes": {
1250
1379
  "group": "paint",
1251
1380
  "state": "active",
1381
+ "introduced": "0.6.0",
1252
1382
  "description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
1253
1383
  },
1254
1384
  "value": "N300A"
@@ -1259,6 +1389,7 @@ var tokens = [{
1259
1389
  "attributes": {
1260
1390
  "group": "paint",
1261
1391
  "state": "active",
1392
+ "introduced": "0.6.0",
1262
1393
  "description": "Use for focus rings of elements in a focus state."
1263
1394
  },
1264
1395
  "value": "#388BFF",
@@ -1268,6 +1399,7 @@ var tokens = [{
1268
1399
  "attributes": {
1269
1400
  "group": "paint",
1270
1401
  "state": "active",
1402
+ "introduced": "0.6.0",
1271
1403
  "description": "Use for focus rings of elements in a focus state."
1272
1404
  },
1273
1405
  "value": "B500"
@@ -1278,6 +1410,7 @@ var tokens = [{
1278
1410
  "attributes": {
1279
1411
  "group": "paint",
1280
1412
  "state": "active",
1413
+ "introduced": "0.6.0",
1281
1414
  "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
1282
1415
  },
1283
1416
  "value": "#091E4224",
@@ -1287,6 +1420,7 @@ var tokens = [{
1287
1420
  "attributes": {
1288
1421
  "group": "paint",
1289
1422
  "state": "active",
1423
+ "introduced": "0.6.0",
1290
1424
  "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
1291
1425
  },
1292
1426
  "value": "N300A"
@@ -1297,6 +1431,7 @@ var tokens = [{
1297
1431
  "attributes": {
1298
1432
  "group": "paint",
1299
1433
  "state": "active",
1434
+ "introduced": "0.6.0",
1300
1435
  "description": "Use for borders of elements in a disabled state."
1301
1436
  },
1302
1437
  "value": "#091E420F",
@@ -1306,6 +1441,7 @@ var tokens = [{
1306
1441
  "attributes": {
1307
1442
  "group": "paint",
1308
1443
  "state": "active",
1444
+ "introduced": "0.6.0",
1309
1445
  "description": "Use for borders of elements in a disabled state."
1310
1446
  },
1311
1447
  "value": "N200A"
@@ -1316,6 +1452,7 @@ var tokens = [{
1316
1452
  "attributes": {
1317
1453
  "group": "paint",
1318
1454
  "state": "active",
1455
+ "introduced": "0.6.0",
1319
1456
  "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1320
1457
  },
1321
1458
  "value": "#0C66E4",
@@ -1325,6 +1462,7 @@ var tokens = [{
1325
1462
  "attributes": {
1326
1463
  "group": "paint",
1327
1464
  "state": "active",
1465
+ "introduced": "0.6.0",
1328
1466
  "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
1329
1467
  },
1330
1468
  "value": "B700"
@@ -1335,6 +1473,7 @@ var tokens = [{
1335
1473
  "attributes": {
1336
1474
  "group": "paint",
1337
1475
  "state": "active",
1476
+ "introduced": "0.6.2",
1338
1477
  "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1339
1478
  },
1340
1479
  "value": "#0C66E4",
@@ -1344,6 +1483,7 @@ var tokens = [{
1344
1483
  "attributes": {
1345
1484
  "group": "paint",
1346
1485
  "state": "active",
1486
+ "introduced": "0.6.2",
1347
1487
  "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
1348
1488
  },
1349
1489
  "value": "B700"
@@ -1354,6 +1494,7 @@ var tokens = [{
1354
1494
  "attributes": {
1355
1495
  "group": "paint",
1356
1496
  "state": "active",
1497
+ "introduced": "0.6.0",
1357
1498
  "description": "Use for borders communicating critical information, such as the borders on invalid text fields."
1358
1499
  },
1359
1500
  "value": "#E34935",
@@ -1363,6 +1504,7 @@ var tokens = [{
1363
1504
  "attributes": {
1364
1505
  "group": "paint",
1365
1506
  "state": "active",
1507
+ "introduced": "0.6.0",
1366
1508
  "description": "Use for borders communicating critical information, such as the borders on invalid text fields."
1367
1509
  },
1368
1510
  "value": "R600"
@@ -1373,6 +1515,7 @@ var tokens = [{
1373
1515
  "attributes": {
1374
1516
  "group": "paint",
1375
1517
  "state": "active",
1518
+ "introduced": "0.6.0",
1376
1519
  "description": "Use for borders communicating caution."
1377
1520
  },
1378
1521
  "value": "#D97008",
@@ -1382,6 +1525,7 @@ var tokens = [{
1382
1525
  "attributes": {
1383
1526
  "group": "paint",
1384
1527
  "state": "active",
1528
+ "introduced": "0.6.0",
1385
1529
  "description": "Use for borders communicating caution."
1386
1530
  },
1387
1531
  "value": "O600"
@@ -1392,6 +1536,7 @@ var tokens = [{
1392
1536
  "attributes": {
1393
1537
  "group": "paint",
1394
1538
  "state": "active",
1539
+ "introduced": "0.6.0",
1395
1540
  "description": "Use for borders communicating a favourable outcome, such as the borders on validated text fields."
1396
1541
  },
1397
1542
  "value": "#22A06B",
@@ -1401,6 +1546,7 @@ var tokens = [{
1401
1546
  "attributes": {
1402
1547
  "group": "paint",
1403
1548
  "state": "active",
1549
+ "introduced": "0.6.0",
1404
1550
  "description": "Use for borders communicating a favourable outcome, such as the borders on validated text fields."
1405
1551
  },
1406
1552
  "value": "G600"
@@ -1411,6 +1557,7 @@ var tokens = [{
1411
1557
  "attributes": {
1412
1558
  "group": "paint",
1413
1559
  "state": "active",
1560
+ "introduced": "0.6.0",
1414
1561
  "description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
1415
1562
  },
1416
1563
  "value": "#8270DB",
@@ -1420,6 +1567,7 @@ var tokens = [{
1420
1567
  "attributes": {
1421
1568
  "group": "paint",
1422
1569
  "state": "active",
1570
+ "introduced": "0.6.0",
1423
1571
  "description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
1424
1572
  },
1425
1573
  "value": "P600"
@@ -1430,6 +1578,7 @@ var tokens = [{
1430
1578
  "attributes": {
1431
1579
  "group": "paint",
1432
1580
  "state": "active",
1581
+ "introduced": "0.6.0",
1433
1582
  "description": "Use for borders communicating information or something in-progress."
1434
1583
  },
1435
1584
  "value": "#1D7AFC",
@@ -1439,6 +1588,7 @@ var tokens = [{
1439
1588
  "attributes": {
1440
1589
  "group": "paint",
1441
1590
  "state": "active",
1591
+ "introduced": "0.6.0",
1442
1592
  "description": "Use for borders communicating information or something in-progress."
1443
1593
  },
1444
1594
  "value": "B600"
@@ -1449,6 +1599,7 @@ var tokens = [{
1449
1599
  "attributes": {
1450
1600
  "group": "paint",
1451
1601
  "state": "deleted",
1602
+ "introduced": "0.0.15",
1452
1603
  "replacement": "color.border.focused",
1453
1604
  "description": "Use for focus rings of elements in a focus state"
1454
1605
  },
@@ -1459,6 +1610,7 @@ var tokens = [{
1459
1610
  "attributes": {
1460
1611
  "group": "paint",
1461
1612
  "state": "deleted",
1613
+ "introduced": "0.0.15",
1462
1614
  "replacement": "color.border.focused",
1463
1615
  "description": "Use for focus rings of elements in a focus state"
1464
1616
  },
@@ -1470,6 +1622,7 @@ var tokens = [{
1470
1622
  "attributes": {
1471
1623
  "group": "paint",
1472
1624
  "state": "deleted",
1625
+ "introduced": "0.0.15",
1473
1626
  "replacement": "color.border.[default]",
1474
1627
  "description": "Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers"
1475
1628
  },
@@ -1480,6 +1633,7 @@ var tokens = [{
1480
1633
  "attributes": {
1481
1634
  "group": "paint",
1482
1635
  "state": "deleted",
1636
+ "introduced": "0.0.15",
1483
1637
  "replacement": "color.border.[default]",
1484
1638
  "description": "Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers"
1485
1639
  },
@@ -1491,6 +1645,7 @@ var tokens = [{
1491
1645
  "attributes": {
1492
1646
  "group": "paint",
1493
1647
  "state": "active",
1648
+ "introduced": "0.7.0",
1494
1649
  "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
1650
  },
1496
1651
  "value": "#E9F2FF",
@@ -1500,6 +1655,7 @@ var tokens = [{
1500
1655
  "attributes": {
1501
1656
  "group": "paint",
1502
1657
  "state": "active",
1658
+ "introduced": "0.7.0",
1503
1659
  "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
1660
  },
1505
1661
  "value": "B100"
@@ -1510,6 +1666,7 @@ var tokens = [{
1510
1666
  "attributes": {
1511
1667
  "group": "paint",
1512
1668
  "state": "active",
1669
+ "introduced": "0.7.0",
1513
1670
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1514
1671
  },
1515
1672
  "value": "#CCE0FF",
@@ -1519,6 +1676,7 @@ var tokens = [{
1519
1676
  "attributes": {
1520
1677
  "group": "paint",
1521
1678
  "state": "active",
1679
+ "introduced": "0.7.0",
1522
1680
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1523
1681
  },
1524
1682
  "value": "B200"
@@ -1529,6 +1687,7 @@ var tokens = [{
1529
1687
  "attributes": {
1530
1688
  "group": "paint",
1531
1689
  "state": "active",
1690
+ "introduced": "0.7.0",
1532
1691
  "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1533
1692
  },
1534
1693
  "value": "#579DFF",
@@ -1538,6 +1697,7 @@ var tokens = [{
1538
1697
  "attributes": {
1539
1698
  "group": "paint",
1540
1699
  "state": "active",
1700
+ "introduced": "0.7.0",
1541
1701
  "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1542
1702
  },
1543
1703
  "value": "B400"
@@ -1548,6 +1708,7 @@ var tokens = [{
1548
1708
  "attributes": {
1549
1709
  "group": "paint",
1550
1710
  "state": "active",
1711
+ "introduced": "0.7.0",
1551
1712
  "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."
1552
1713
  },
1553
1714
  "value": "#0C66E4",
@@ -1557,6 +1718,7 @@ var tokens = [{
1557
1718
  "attributes": {
1558
1719
  "group": "paint",
1559
1720
  "state": "active",
1721
+ "introduced": "0.7.0",
1560
1722
  "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."
1561
1723
  },
1562
1724
  "value": "B700"
@@ -1567,6 +1729,7 @@ var tokens = [{
1567
1729
  "attributes": {
1568
1730
  "group": "paint",
1569
1731
  "state": "deleted",
1732
+ "introduced": "0.6.0",
1570
1733
  "replacement": "color.background.accent.blue.subtler",
1571
1734
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1572
1735
  },
@@ -1577,6 +1740,7 @@ var tokens = [{
1577
1740
  "attributes": {
1578
1741
  "group": "paint",
1579
1742
  "state": "deleted",
1743
+ "introduced": "0.6.0",
1580
1744
  "replacement": "color.background.accent.blue.subtler",
1581
1745
  "description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
1582
1746
  },
@@ -1588,6 +1752,7 @@ var tokens = [{
1588
1752
  "attributes": {
1589
1753
  "group": "paint",
1590
1754
  "state": "deleted",
1755
+ "introduced": "0.6.0",
1591
1756
  "replacement": "color.background.accent.blue.subtle",
1592
1757
  "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."
1593
1758
  },
@@ -1598,6 +1763,7 @@ var tokens = [{
1598
1763
  "attributes": {
1599
1764
  "group": "paint",
1600
1765
  "state": "deleted",
1766
+ "introduced": "0.6.0",
1601
1767
  "replacement": "color.background.accent.blue.subtle",
1602
1768
  "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."
1603
1769
  },
@@ -1609,6 +1775,7 @@ var tokens = [{
1609
1775
  "attributes": {
1610
1776
  "group": "paint",
1611
1777
  "state": "active",
1778
+ "introduced": "0.7.0",
1612
1779
  "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1613
1780
  },
1614
1781
  "value": "#FFEDEB",
@@ -1618,6 +1785,7 @@ var tokens = [{
1618
1785
  "attributes": {
1619
1786
  "group": "paint",
1620
1787
  "state": "active",
1788
+ "introduced": "0.7.0",
1621
1789
  "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1622
1790
  },
1623
1791
  "value": "R100"
@@ -1628,6 +1796,7 @@ var tokens = [{
1628
1796
  "attributes": {
1629
1797
  "group": "paint",
1630
1798
  "state": "active",
1799
+ "introduced": "0.7.0",
1631
1800
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1632
1801
  },
1633
1802
  "value": "#FFD2CC",
@@ -1637,6 +1806,7 @@ var tokens = [{
1637
1806
  "attributes": {
1638
1807
  "group": "paint",
1639
1808
  "state": "active",
1809
+ "introduced": "0.7.0",
1640
1810
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1641
1811
  },
1642
1812
  "value": "R200"
@@ -1647,6 +1817,7 @@ var tokens = [{
1647
1817
  "attributes": {
1648
1818
  "group": "paint",
1649
1819
  "state": "active",
1820
+ "introduced": "0.7.0",
1650
1821
  "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
1651
1822
  },
1652
1823
  "value": "#F87462",
@@ -1656,6 +1827,7 @@ var tokens = [{
1656
1827
  "attributes": {
1657
1828
  "group": "paint",
1658
1829
  "state": "active",
1830
+ "introduced": "0.7.0",
1659
1831
  "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
1660
1832
  },
1661
1833
  "value": "R400"
@@ -1666,6 +1838,7 @@ var tokens = [{
1666
1838
  "attributes": {
1667
1839
  "group": "paint",
1668
1840
  "state": "active",
1841
+ "introduced": "0.7.0",
1669
1842
  "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
1843
  },
1671
1844
  "value": "#CA3521",
@@ -1675,6 +1848,7 @@ var tokens = [{
1675
1848
  "attributes": {
1676
1849
  "group": "paint",
1677
1850
  "state": "active",
1851
+ "introduced": "0.7.0",
1678
1852
  "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
1853
  },
1680
1854
  "value": "R700"
@@ -1685,6 +1859,7 @@ var tokens = [{
1685
1859
  "attributes": {
1686
1860
  "group": "paint",
1687
1861
  "state": "deleted",
1862
+ "introduced": "0.6.0",
1688
1863
  "replacement": "color.background.accent.red.subtler",
1689
1864
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1690
1865
  },
@@ -1695,6 +1870,7 @@ var tokens = [{
1695
1870
  "attributes": {
1696
1871
  "group": "paint",
1697
1872
  "state": "deleted",
1873
+ "introduced": "0.6.0",
1698
1874
  "replacement": "color.background.accent.red.subtler",
1699
1875
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
1700
1876
  },
@@ -1706,6 +1882,7 @@ var tokens = [{
1706
1882
  "attributes": {
1707
1883
  "group": "paint",
1708
1884
  "state": "deleted",
1885
+ "introduced": "0.6.0",
1709
1886
  "replacement": "color.background.accent.red.subtle",
1710
1887
  "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
1888
  },
@@ -1716,6 +1893,7 @@ var tokens = [{
1716
1893
  "attributes": {
1717
1894
  "group": "paint",
1718
1895
  "state": "deleted",
1896
+ "introduced": "0.6.0",
1719
1897
  "replacement": "color.background.accent.red.subtle",
1720
1898
  "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
1899
  },
@@ -1727,6 +1905,7 @@ var tokens = [{
1727
1905
  "attributes": {
1728
1906
  "group": "paint",
1729
1907
  "state": "active",
1908
+ "introduced": "0.7.0",
1730
1909
  "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
1910
  },
1732
1911
  "value": "#FFF4E5",
@@ -1736,6 +1915,7 @@ var tokens = [{
1736
1915
  "attributes": {
1737
1916
  "group": "paint",
1738
1917
  "state": "active",
1918
+ "introduced": "0.7.0",
1739
1919
  "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
1920
  },
1741
1921
  "value": "O100"
@@ -1746,6 +1926,7 @@ var tokens = [{
1746
1926
  "attributes": {
1747
1927
  "group": "paint",
1748
1928
  "state": "active",
1929
+ "introduced": "0.7.0",
1749
1930
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1750
1931
  },
1751
1932
  "value": "#FFE2BD",
@@ -1755,6 +1936,7 @@ var tokens = [{
1755
1936
  "attributes": {
1756
1937
  "group": "paint",
1757
1938
  "state": "active",
1939
+ "introduced": "0.7.0",
1758
1940
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1759
1941
  },
1760
1942
  "value": "O200"
@@ -1765,6 +1947,7 @@ var tokens = [{
1765
1947
  "attributes": {
1766
1948
  "group": "paint",
1767
1949
  "state": "active",
1950
+ "introduced": "0.7.0",
1768
1951
  "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
1769
1952
  },
1770
1953
  "value": "#FAA53D",
@@ -1774,6 +1957,7 @@ var tokens = [{
1774
1957
  "attributes": {
1775
1958
  "group": "paint",
1776
1959
  "state": "active",
1960
+ "introduced": "0.7.0",
1777
1961
  "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
1778
1962
  },
1779
1963
  "value": "O400"
@@ -1784,6 +1968,7 @@ var tokens = [{
1784
1968
  "attributes": {
1785
1969
  "group": "paint",
1786
1970
  "state": "active",
1971
+ "introduced": "0.7.0",
1787
1972
  "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
1973
  },
1789
1974
  "value": "#B65C02",
@@ -1793,6 +1978,7 @@ var tokens = [{
1793
1978
  "attributes": {
1794
1979
  "group": "paint",
1795
1980
  "state": "active",
1981
+ "introduced": "0.7.0",
1796
1982
  "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
1983
  },
1798
1984
  "value": "O700"
@@ -1803,6 +1989,7 @@ var tokens = [{
1803
1989
  "attributes": {
1804
1990
  "group": "paint",
1805
1991
  "state": "deleted",
1992
+ "introduced": "0.6.0",
1806
1993
  "replacement": "color.background.accent.orange.subtler",
1807
1994
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1808
1995
  },
@@ -1813,6 +2000,7 @@ var tokens = [{
1813
2000
  "attributes": {
1814
2001
  "group": "paint",
1815
2002
  "state": "deleted",
2003
+ "introduced": "0.6.0",
1816
2004
  "replacement": "color.background.accent.orange.subtler",
1817
2005
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1818
2006
  },
@@ -1824,6 +2012,7 @@ var tokens = [{
1824
2012
  "attributes": {
1825
2013
  "group": "paint",
1826
2014
  "state": "deleted",
2015
+ "introduced": "0.6.0",
1827
2016
  "replacement": "color.background.accent.orange.subtle",
1828
2017
  "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
2018
  },
@@ -1834,6 +2023,7 @@ var tokens = [{
1834
2023
  "attributes": {
1835
2024
  "group": "paint",
1836
2025
  "state": "deleted",
2026
+ "introduced": "0.6.0",
1837
2027
  "replacement": "color.background.accent.orange.subtle",
1838
2028
  "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
2029
  },
@@ -1845,6 +2035,7 @@ var tokens = [{
1845
2035
  "attributes": {
1846
2036
  "group": "paint",
1847
2037
  "state": "active",
2038
+ "introduced": "0.7.0",
1848
2039
  "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
2040
  },
1850
2041
  "value": "#FFF7D6",
@@ -1854,6 +2045,7 @@ var tokens = [{
1854
2045
  "attributes": {
1855
2046
  "group": "paint",
1856
2047
  "state": "active",
2048
+ "introduced": "0.7.0",
1857
2049
  "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
2050
  },
1859
2051
  "value": "Y100"
@@ -1864,6 +2056,7 @@ var tokens = [{
1864
2056
  "attributes": {
1865
2057
  "group": "paint",
1866
2058
  "state": "active",
2059
+ "introduced": "0.7.0",
1867
2060
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1868
2061
  },
1869
2062
  "value": "#F8E6A0",
@@ -1873,6 +2066,7 @@ var tokens = [{
1873
2066
  "attributes": {
1874
2067
  "group": "paint",
1875
2068
  "state": "active",
2069
+ "introduced": "0.7.0",
1876
2070
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1877
2071
  },
1878
2072
  "value": "Y200"
@@ -1883,6 +2077,7 @@ var tokens = [{
1883
2077
  "attributes": {
1884
2078
  "group": "paint",
1885
2079
  "state": "active",
2080
+ "introduced": "0.7.0",
1886
2081
  "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1887
2082
  },
1888
2083
  "value": "#E2B203",
@@ -1892,6 +2087,7 @@ var tokens = [{
1892
2087
  "attributes": {
1893
2088
  "group": "paint",
1894
2089
  "state": "active",
2090
+ "introduced": "0.7.0",
1895
2091
  "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1896
2092
  },
1897
2093
  "value": "Y400"
@@ -1902,6 +2098,7 @@ var tokens = [{
1902
2098
  "attributes": {
1903
2099
  "group": "paint",
1904
2100
  "state": "active",
2101
+ "introduced": "0.7.0",
1905
2102
  "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
2103
  },
1907
2104
  "value": "#946F00",
@@ -1911,6 +2108,7 @@ var tokens = [{
1911
2108
  "attributes": {
1912
2109
  "group": "paint",
1913
2110
  "state": "active",
2111
+ "introduced": "0.7.0",
1914
2112
  "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
2113
  },
1916
2114
  "value": "Y700"
@@ -1921,6 +2119,7 @@ var tokens = [{
1921
2119
  "attributes": {
1922
2120
  "group": "paint",
1923
2121
  "state": "deleted",
2122
+ "introduced": "0.6.0",
1924
2123
  "replacement": "color.background.accent.yellow.subtler",
1925
2124
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1926
2125
  },
@@ -1931,6 +2130,7 @@ var tokens = [{
1931
2130
  "attributes": {
1932
2131
  "group": "paint",
1933
2132
  "state": "deleted",
2133
+ "introduced": "0.6.0",
1934
2134
  "replacement": "color.background.accent.yellow.subtler",
1935
2135
  "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1936
2136
  },
@@ -1942,6 +2142,7 @@ var tokens = [{
1942
2142
  "attributes": {
1943
2143
  "group": "paint",
1944
2144
  "state": "deleted",
2145
+ "introduced": "0.6.0",
1945
2146
  "replacement": "color.background.accent.yellow.subtle",
1946
2147
  "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
2148
  },
@@ -1952,6 +2153,7 @@ var tokens = [{
1952
2153
  "attributes": {
1953
2154
  "group": "paint",
1954
2155
  "state": "deleted",
2156
+ "introduced": "0.6.0",
1955
2157
  "replacement": "color.background.accent.yellow.subtle",
1956
2158
  "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
2159
  },
@@ -1963,6 +2165,7 @@ var tokens = [{
1963
2165
  "attributes": {
1964
2166
  "group": "paint",
1965
2167
  "state": "active",
2168
+ "introduced": "0.7.0",
1966
2169
  "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
2170
  },
1968
2171
  "value": "#DFFCF0",
@@ -1972,6 +2175,7 @@ var tokens = [{
1972
2175
  "attributes": {
1973
2176
  "group": "paint",
1974
2177
  "state": "active",
2178
+ "introduced": "0.7.0",
1975
2179
  "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
2180
  },
1977
2181
  "value": "G100"
@@ -1982,6 +2186,7 @@ var tokens = [{
1982
2186
  "attributes": {
1983
2187
  "group": "paint",
1984
2188
  "state": "active",
2189
+ "introduced": "0.7.0",
1985
2190
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
1986
2191
  },
1987
2192
  "value": "#BAF3DB",
@@ -1991,6 +2196,7 @@ var tokens = [{
1991
2196
  "attributes": {
1992
2197
  "group": "paint",
1993
2198
  "state": "active",
2199
+ "introduced": "0.7.0",
1994
2200
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
1995
2201
  },
1996
2202
  "value": "G200"
@@ -2001,6 +2207,7 @@ var tokens = [{
2001
2207
  "attributes": {
2002
2208
  "group": "paint",
2003
2209
  "state": "active",
2210
+ "introduced": "0.7.0",
2004
2211
  "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
2005
2212
  },
2006
2213
  "value": "#4BCE97",
@@ -2010,6 +2217,7 @@ var tokens = [{
2010
2217
  "attributes": {
2011
2218
  "group": "paint",
2012
2219
  "state": "active",
2220
+ "introduced": "0.7.0",
2013
2221
  "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
2014
2222
  },
2015
2223
  "value": "G400"
@@ -2020,6 +2228,7 @@ var tokens = [{
2020
2228
  "attributes": {
2021
2229
  "group": "paint",
2022
2230
  "state": "active",
2231
+ "introduced": "0.7.0",
2023
2232
  "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
2233
  },
2025
2234
  "value": "#1F845A",
@@ -2029,6 +2238,7 @@ var tokens = [{
2029
2238
  "attributes": {
2030
2239
  "group": "paint",
2031
2240
  "state": "active",
2241
+ "introduced": "0.7.0",
2032
2242
  "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
2243
  },
2034
2244
  "value": "G700"
@@ -2039,6 +2249,7 @@ var tokens = [{
2039
2249
  "attributes": {
2040
2250
  "group": "paint",
2041
2251
  "state": "deleted",
2252
+ "introduced": "0.6.0",
2042
2253
  "replacement": "color.background.accent.green.subtler",
2043
2254
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2044
2255
  },
@@ -2049,6 +2260,7 @@ var tokens = [{
2049
2260
  "attributes": {
2050
2261
  "group": "paint",
2051
2262
  "state": "deleted",
2263
+ "introduced": "0.6.0",
2052
2264
  "replacement": "color.background.accent.green.subtler",
2053
2265
  "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
2054
2266
  },
@@ -2060,6 +2272,7 @@ var tokens = [{
2060
2272
  "attributes": {
2061
2273
  "group": "paint",
2062
2274
  "state": "deleted",
2275
+ "introduced": "0.6.0",
2063
2276
  "replacement": "color.background.accent.green.subtle",
2064
2277
  "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
2278
  },
@@ -2070,6 +2283,7 @@ var tokens = [{
2070
2283
  "attributes": {
2071
2284
  "group": "paint",
2072
2285
  "state": "deleted",
2286
+ "introduced": "0.6.0",
2073
2287
  "replacement": "color.background.accent.green.subtle",
2074
2288
  "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
2289
  },
@@ -2081,6 +2295,7 @@ var tokens = [{
2081
2295
  "attributes": {
2082
2296
  "group": "paint",
2083
2297
  "state": "active",
2298
+ "introduced": "0.7.0",
2084
2299
  "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
2300
  },
2086
2301
  "value": "#E3FAFC",
@@ -2090,6 +2305,7 @@ var tokens = [{
2090
2305
  "attributes": {
2091
2306
  "group": "paint",
2092
2307
  "state": "active",
2308
+ "introduced": "0.7.0",
2093
2309
  "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
2310
  },
2095
2311
  "value": "T100"
@@ -2100,6 +2316,7 @@ var tokens = [{
2100
2316
  "attributes": {
2101
2317
  "group": "paint",
2102
2318
  "state": "active",
2319
+ "introduced": "0.7.0",
2103
2320
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2104
2321
  },
2105
2322
  "value": "#C1F0F5",
@@ -2109,6 +2326,7 @@ var tokens = [{
2109
2326
  "attributes": {
2110
2327
  "group": "paint",
2111
2328
  "state": "active",
2329
+ "introduced": "0.7.0",
2112
2330
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2113
2331
  },
2114
2332
  "value": "T200"
@@ -2119,6 +2337,7 @@ var tokens = [{
2119
2337
  "attributes": {
2120
2338
  "group": "paint",
2121
2339
  "state": "active",
2340
+ "introduced": "0.7.0",
2122
2341
  "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
2123
2342
  },
2124
2343
  "value": "#60C6D2",
@@ -2128,6 +2347,7 @@ var tokens = [{
2128
2347
  "attributes": {
2129
2348
  "group": "paint",
2130
2349
  "state": "active",
2350
+ "introduced": "0.7.0",
2131
2351
  "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
2132
2352
  },
2133
2353
  "value": "T400"
@@ -2138,6 +2358,7 @@ var tokens = [{
2138
2358
  "attributes": {
2139
2359
  "group": "paint",
2140
2360
  "state": "active",
2361
+ "introduced": "0.7.0",
2141
2362
  "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
2363
  },
2143
2364
  "value": "#1D7F8C",
@@ -2147,6 +2368,7 @@ var tokens = [{
2147
2368
  "attributes": {
2148
2369
  "group": "paint",
2149
2370
  "state": "active",
2371
+ "introduced": "0.7.0",
2150
2372
  "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
2373
  },
2152
2374
  "value": "T700"
@@ -2157,6 +2379,7 @@ var tokens = [{
2157
2379
  "attributes": {
2158
2380
  "group": "paint",
2159
2381
  "state": "deleted",
2382
+ "introduced": "0.6.0",
2160
2383
  "replacement": "color.background.accent.teal.subtler",
2161
2384
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2162
2385
  },
@@ -2167,6 +2390,7 @@ var tokens = [{
2167
2390
  "attributes": {
2168
2391
  "group": "paint",
2169
2392
  "state": "deleted",
2393
+ "introduced": "0.6.0",
2170
2394
  "replacement": "color.background.accent.teal.subtler",
2171
2395
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
2172
2396
  },
@@ -2178,6 +2402,7 @@ var tokens = [{
2178
2402
  "attributes": {
2179
2403
  "group": "paint",
2180
2404
  "state": "deleted",
2405
+ "introduced": "0.6.0",
2181
2406
  "replacement": "color.background.accent.teal.subtle",
2182
2407
  "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
2408
  },
@@ -2188,6 +2413,7 @@ var tokens = [{
2188
2413
  "attributes": {
2189
2414
  "group": "paint",
2190
2415
  "state": "deleted",
2416
+ "introduced": "0.6.0",
2191
2417
  "replacement": "color.background.accent.teal.subtle",
2192
2418
  "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
2419
  },
@@ -2199,6 +2425,7 @@ var tokens = [{
2199
2425
  "attributes": {
2200
2426
  "group": "paint",
2201
2427
  "state": "active",
2428
+ "introduced": "0.7.0",
2202
2429
  "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
2430
  },
2204
2431
  "value": "#F3F0FF",
@@ -2208,6 +2435,7 @@ var tokens = [{
2208
2435
  "attributes": {
2209
2436
  "group": "paint",
2210
2437
  "state": "active",
2438
+ "introduced": "0.7.0",
2211
2439
  "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
2440
  },
2213
2441
  "value": "P100"
@@ -2218,6 +2446,7 @@ var tokens = [{
2218
2446
  "attributes": {
2219
2447
  "group": "paint",
2220
2448
  "state": "active",
2449
+ "introduced": "0.7.0",
2221
2450
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2222
2451
  },
2223
2452
  "value": "#DFD8FD",
@@ -2227,6 +2456,7 @@ var tokens = [{
2227
2456
  "attributes": {
2228
2457
  "group": "paint",
2229
2458
  "state": "active",
2459
+ "introduced": "0.7.0",
2230
2460
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2231
2461
  },
2232
2462
  "value": "P200"
@@ -2237,6 +2467,7 @@ var tokens = [{
2237
2467
  "attributes": {
2238
2468
  "group": "paint",
2239
2469
  "state": "active",
2470
+ "introduced": "0.7.0",
2240
2471
  "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
2241
2472
  },
2242
2473
  "value": "#9F8FEF",
@@ -2246,6 +2477,7 @@ var tokens = [{
2246
2477
  "attributes": {
2247
2478
  "group": "paint",
2248
2479
  "state": "active",
2480
+ "introduced": "0.7.0",
2249
2481
  "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
2250
2482
  },
2251
2483
  "value": "P400"
@@ -2256,6 +2488,7 @@ var tokens = [{
2256
2488
  "attributes": {
2257
2489
  "group": "paint",
2258
2490
  "state": "active",
2491
+ "introduced": "0.7.0",
2259
2492
  "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
2493
  },
2261
2494
  "value": "#6E5DC6",
@@ -2265,6 +2498,7 @@ var tokens = [{
2265
2498
  "attributes": {
2266
2499
  "group": "paint",
2267
2500
  "state": "active",
2501
+ "introduced": "0.7.0",
2268
2502
  "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
2503
  },
2270
2504
  "value": "P700"
@@ -2275,6 +2509,7 @@ var tokens = [{
2275
2509
  "attributes": {
2276
2510
  "group": "paint",
2277
2511
  "state": "deleted",
2512
+ "introduced": "0.6.0",
2278
2513
  "replacement": "color.background.accent.purple.subtler",
2279
2514
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2280
2515
  },
@@ -2285,6 +2520,7 @@ var tokens = [{
2285
2520
  "attributes": {
2286
2521
  "group": "paint",
2287
2522
  "state": "deleted",
2523
+ "introduced": "0.6.0",
2288
2524
  "replacement": "color.background.accent.purple.subtler",
2289
2525
  "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
2290
2526
  },
@@ -2296,6 +2532,7 @@ var tokens = [{
2296
2532
  "attributes": {
2297
2533
  "group": "paint",
2298
2534
  "state": "deleted",
2535
+ "introduced": "0.6.0",
2299
2536
  "replacement": "color.background.accent.purple.subtle",
2300
2537
  "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
2538
  },
@@ -2306,6 +2543,7 @@ var tokens = [{
2306
2543
  "attributes": {
2307
2544
  "group": "paint",
2308
2545
  "state": "deleted",
2546
+ "introduced": "0.6.0",
2309
2547
  "replacement": "color.background.accent.purple.subtle",
2310
2548
  "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
2549
  },
@@ -2317,6 +2555,7 @@ var tokens = [{
2317
2555
  "attributes": {
2318
2556
  "group": "paint",
2319
2557
  "state": "active",
2558
+ "introduced": "0.7.0",
2320
2559
  "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
2560
  },
2322
2561
  "value": "#FFECF8",
@@ -2326,6 +2565,7 @@ var tokens = [{
2326
2565
  "attributes": {
2327
2566
  "group": "paint",
2328
2567
  "state": "active",
2568
+ "introduced": "0.7.0",
2329
2569
  "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
2570
  },
2331
2571
  "value": "M100"
@@ -2336,6 +2576,7 @@ var tokens = [{
2336
2576
  "attributes": {
2337
2577
  "group": "paint",
2338
2578
  "state": "active",
2579
+ "introduced": "0.7.0",
2339
2580
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2340
2581
  },
2341
2582
  "value": "#FDD0EC",
@@ -2345,6 +2586,7 @@ var tokens = [{
2345
2586
  "attributes": {
2346
2587
  "group": "paint",
2347
2588
  "state": "active",
2589
+ "introduced": "0.7.0",
2348
2590
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2349
2591
  },
2350
2592
  "value": "M200"
@@ -2355,6 +2597,7 @@ var tokens = [{
2355
2597
  "attributes": {
2356
2598
  "group": "paint",
2357
2599
  "state": "active",
2600
+ "introduced": "0.7.0",
2358
2601
  "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2359
2602
  },
2360
2603
  "value": "#E774BB",
@@ -2364,6 +2607,7 @@ var tokens = [{
2364
2607
  "attributes": {
2365
2608
  "group": "paint",
2366
2609
  "state": "active",
2610
+ "introduced": "0.7.0",
2367
2611
  "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2368
2612
  },
2369
2613
  "value": "M400"
@@ -2374,6 +2618,7 @@ var tokens = [{
2374
2618
  "attributes": {
2375
2619
  "group": "paint",
2376
2620
  "state": "active",
2621
+ "introduced": "0.7.0",
2377
2622
  "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
2623
  },
2379
2624
  "value": "#AE4787",
@@ -2383,6 +2628,7 @@ var tokens = [{
2383
2628
  "attributes": {
2384
2629
  "group": "paint",
2385
2630
  "state": "active",
2631
+ "introduced": "0.7.0",
2386
2632
  "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
2633
  },
2388
2634
  "value": "M700"
@@ -2393,6 +2639,7 @@ var tokens = [{
2393
2639
  "attributes": {
2394
2640
  "group": "paint",
2395
2641
  "state": "deleted",
2642
+ "introduced": "0.6.0",
2396
2643
  "replacement": "color.background.accent.magenta.subtler",
2397
2644
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2398
2645
  },
@@ -2403,6 +2650,7 @@ var tokens = [{
2403
2650
  "attributes": {
2404
2651
  "group": "paint",
2405
2652
  "state": "deleted",
2653
+ "introduced": "0.6.0",
2406
2654
  "replacement": "color.background.accent.magenta.subtler",
2407
2655
  "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
2408
2656
  },
@@ -2414,6 +2662,7 @@ var tokens = [{
2414
2662
  "attributes": {
2415
2663
  "group": "paint",
2416
2664
  "state": "deleted",
2665
+ "introduced": "0.6.0",
2417
2666
  "replacement": "color.background.accent.magenta.subtle",
2418
2667
  "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
2668
  },
@@ -2424,6 +2673,7 @@ var tokens = [{
2424
2673
  "attributes": {
2425
2674
  "group": "paint",
2426
2675
  "state": "deleted",
2676
+ "introduced": "0.6.0",
2427
2677
  "replacement": "color.background.accent.magenta.subtle",
2428
2678
  "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
2679
  },
@@ -2435,6 +2685,7 @@ var tokens = [{
2435
2685
  "attributes": {
2436
2686
  "group": "paint",
2437
2687
  "state": "active",
2688
+ "introduced": "0.0.15",
2438
2689
  "description": "Use for backgrounds of elements in a disabled state."
2439
2690
  },
2440
2691
  "value": "#091E420F",
@@ -2444,6 +2695,7 @@ var tokens = [{
2444
2695
  "attributes": {
2445
2696
  "group": "paint",
2446
2697
  "state": "active",
2698
+ "introduced": "0.0.15",
2447
2699
  "description": "Use for backgrounds of elements in a disabled state."
2448
2700
  },
2449
2701
  "value": "N200A"
@@ -2454,6 +2706,7 @@ var tokens = [{
2454
2706
  "attributes": {
2455
2707
  "group": "paint",
2456
2708
  "state": "active",
2709
+ "introduced": "0.8.3",
2457
2710
  "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
2458
2711
  },
2459
2712
  "value": "#00000029",
@@ -2463,28 +2716,96 @@ var tokens = [{
2463
2716
  "attributes": {
2464
2717
  "group": "paint",
2465
2718
  "state": "active",
2719
+ "introduced": "0.8.3",
2466
2720
  "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
2467
2721
  },
2468
2722
  "value": "#00000029"
2469
2723
  },
2470
- "name": "color.background.inverse",
2471
- "path": ["color", "background", "inverse"]
2724
+ "name": "color.background.inverse.subtle.[default]",
2725
+ "path": ["color", "background", "inverse", "subtle", "[default]"]
2472
2726
  }, {
2473
2727
  "attributes": {
2474
2728
  "group": "paint",
2475
2729
  "state": "active",
2730
+ "introduced": "0.8.3",
2731
+ "description": "Use for the hovered state of color.background.inverse.subtle"
2732
+ },
2733
+ "value": "#0000003D",
2734
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2735
+ "isSource": true,
2736
+ "original": {
2737
+ "attributes": {
2738
+ "group": "paint",
2739
+ "state": "active",
2740
+ "introduced": "0.8.3",
2741
+ "description": "Use for the hovered state of color.background.inverse.subtle"
2742
+ },
2743
+ "value": "#0000003D"
2744
+ },
2745
+ "name": "color.background.inverse.subtle.hovered",
2746
+ "path": ["color", "background", "inverse", "subtle", "hovered"]
2747
+ }, {
2748
+ "attributes": {
2749
+ "group": "paint",
2750
+ "state": "active",
2751
+ "introduced": "0.8.3",
2752
+ "description": "Use for the pressed state of color.background.inverse.subtle"
2753
+ },
2754
+ "value": "#00000052",
2755
+ "filePath": "src/tokens/atlassian-light/color/background.tsx",
2756
+ "isSource": true,
2757
+ "original": {
2758
+ "attributes": {
2759
+ "group": "paint",
2760
+ "state": "active",
2761
+ "introduced": "0.8.3",
2762
+ "description": "Use for the pressed state of color.background.inverse.subtle"
2763
+ },
2764
+ "value": "#00000052"
2765
+ },
2766
+ "name": "color.background.inverse.subtle.pressed",
2767
+ "path": ["color", "background", "inverse", "subtle", "pressed"]
2768
+ }, {
2769
+ "attributes": {
2770
+ "group": "paint",
2771
+ "state": "deprecated",
2772
+ "introduced": "0.1.0",
2773
+ "replacement": "color.background.inverse.subtle.[default]",
2774
+ "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
2775
+ },
2776
+ "value": "#FFFFFF29",
2777
+ "filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
2778
+ "isSource": true,
2779
+ "original": {
2780
+ "attributes": {
2781
+ "group": "paint",
2782
+ "state": "deprecated",
2783
+ "introduced": "0.1.0",
2784
+ "replacement": "color.background.inverse.subtle.[default]",
2785
+ "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
2786
+ },
2787
+ "value": "#FFFFFF29"
2788
+ },
2789
+ "name": "color.background.inverse.[default]",
2790
+ "path": ["color", "background", "inverse", "[default]"]
2791
+ }, {
2792
+ "attributes": {
2793
+ "group": "paint",
2794
+ "state": "active",
2795
+ "introduced": "0.6.0",
2476
2796
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
2477
2797
  },
2478
- "value": "#091E4208",
2798
+ "value": "#FFFFFF",
2479
2799
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
2480
2800
  "isSource": true,
2481
2801
  "original": {
2482
2802
  "attributes": {
2483
2803
  "group": "paint",
2484
2804
  "state": "active",
2805
+ "introduced": "0.6.0",
2485
2806
  "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
2486
2807
  },
2487
- "value": "N100A"
2808
+ "value": "N0"
2488
2809
  },
2489
2810
  "name": "color.background.input.[default]",
2490
2811
  "path": ["color", "background", "input", "[default]"]
@@ -2492,18 +2813,20 @@ var tokens = [{
2492
2813
  "attributes": {
2493
2814
  "group": "paint",
2494
2815
  "state": "active",
2816
+ "introduced": "0.6.0",
2495
2817
  "description": "Hovered state for color.background.input"
2496
2818
  },
2497
- "value": "#FFFFFF",
2819
+ "value": "#F7F8F9",
2498
2820
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
2499
2821
  "isSource": true,
2500
2822
  "original": {
2501
2823
  "attributes": {
2502
2824
  "group": "paint",
2503
2825
  "state": "active",
2826
+ "introduced": "0.6.0",
2504
2827
  "description": "Hovered state for color.background.input"
2505
2828
  },
2506
- "value": "N0"
2829
+ "value": "N100"
2507
2830
  },
2508
2831
  "name": "color.background.input.hovered",
2509
2832
  "path": ["color", "background", "input", "hovered"]
@@ -2511,18 +2834,20 @@ var tokens = [{
2511
2834
  "attributes": {
2512
2835
  "group": "paint",
2513
2836
  "state": "active",
2837
+ "introduced": "0.6.0",
2514
2838
  "description": "Pressed state for color.background.input"
2515
2839
  },
2516
- "value": "#091E420F",
2840
+ "value": "#FFFFFF",
2517
2841
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
2518
2842
  "isSource": true,
2519
2843
  "original": {
2520
2844
  "attributes": {
2521
2845
  "group": "paint",
2522
2846
  "state": "active",
2847
+ "introduced": "0.6.0",
2523
2848
  "description": "Pressed state for color.background.input"
2524
2849
  },
2525
- "value": "N200A"
2850
+ "value": "N0"
2526
2851
  },
2527
2852
  "name": "color.background.input.pressed",
2528
2853
  "path": ["color", "background", "input", "pressed"]
@@ -2530,6 +2855,7 @@ var tokens = [{
2530
2855
  "attributes": {
2531
2856
  "group": "paint",
2532
2857
  "state": "active",
2858
+ "introduced": "0.6.0",
2533
2859
  "description": "The default background for neutral elements, such as default buttons."
2534
2860
  },
2535
2861
  "value": "#091E420F",
@@ -2539,6 +2865,7 @@ var tokens = [{
2539
2865
  "attributes": {
2540
2866
  "group": "paint",
2541
2867
  "state": "active",
2868
+ "introduced": "0.6.0",
2542
2869
  "description": "The default background for neutral elements, such as default buttons."
2543
2870
  },
2544
2871
  "value": "N200A"
@@ -2549,6 +2876,7 @@ var tokens = [{
2549
2876
  "attributes": {
2550
2877
  "group": "paint",
2551
2878
  "state": "active",
2879
+ "introduced": "0.6.0",
2552
2880
  "description": "Hovered state for color.background.neutral"
2553
2881
  },
2554
2882
  "value": "#091E4224",
@@ -2558,6 +2886,7 @@ var tokens = [{
2558
2886
  "attributes": {
2559
2887
  "group": "paint",
2560
2888
  "state": "active",
2889
+ "introduced": "0.6.0",
2561
2890
  "description": "Hovered state for color.background.neutral"
2562
2891
  },
2563
2892
  "value": "N300A"
@@ -2568,6 +2897,7 @@ var tokens = [{
2568
2897
  "attributes": {
2569
2898
  "group": "paint",
2570
2899
  "state": "active",
2900
+ "introduced": "0.6.0",
2571
2901
  "description": "Pressed state for color.background.neutral"
2572
2902
  },
2573
2903
  "value": "#091E424F",
@@ -2577,6 +2907,7 @@ var tokens = [{
2577
2907
  "attributes": {
2578
2908
  "group": "paint",
2579
2909
  "state": "active",
2910
+ "introduced": "0.6.0",
2580
2911
  "description": "Pressed state for color.background.neutral"
2581
2912
  },
2582
2913
  "value": "N400A"
@@ -2587,6 +2918,7 @@ var tokens = [{
2587
2918
  "attributes": {
2588
2919
  "group": "paint",
2589
2920
  "state": "active",
2921
+ "introduced": "0.6.0",
2590
2922
  "description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
2591
2923
  },
2592
2924
  "value": "#00000000",
@@ -2596,6 +2928,7 @@ var tokens = [{
2596
2928
  "attributes": {
2597
2929
  "group": "paint",
2598
2930
  "state": "active",
2931
+ "introduced": "0.6.0",
2599
2932
  "description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
2600
2933
  },
2601
2934
  "value": "transparent"
@@ -2606,6 +2939,7 @@ var tokens = [{
2606
2939
  "attributes": {
2607
2940
  "group": "paint",
2608
2941
  "state": "active",
2942
+ "introduced": "0.6.0",
2609
2943
  "description": "Hovered state for color.background.neutral.subtle"
2610
2944
  },
2611
2945
  "value": "#091E420F",
@@ -2615,6 +2949,7 @@ var tokens = [{
2615
2949
  "attributes": {
2616
2950
  "group": "paint",
2617
2951
  "state": "active",
2952
+ "introduced": "0.6.0",
2618
2953
  "description": "Hovered state for color.background.neutral.subtle"
2619
2954
  },
2620
2955
  "value": "N200A"
@@ -2625,6 +2960,7 @@ var tokens = [{
2625
2960
  "attributes": {
2626
2961
  "group": "paint",
2627
2962
  "state": "active",
2963
+ "introduced": "0.6.0",
2628
2964
  "description": "Pressed state for color.background.neutral.subtle"
2629
2965
  },
2630
2966
  "value": "#091E4224",
@@ -2634,6 +2970,7 @@ var tokens = [{
2634
2970
  "attributes": {
2635
2971
  "group": "paint",
2636
2972
  "state": "active",
2973
+ "introduced": "0.6.0",
2637
2974
  "description": "Pressed state for color.background.neutral.subtle"
2638
2975
  },
2639
2976
  "value": "N300A"
@@ -2644,6 +2981,7 @@ var tokens = [{
2644
2981
  "attributes": {
2645
2982
  "group": "paint",
2646
2983
  "state": "active",
2984
+ "introduced": "0.6.0",
2647
2985
  "description": "A vibrant background option for neutral UI elements, such as announcement banners."
2648
2986
  },
2649
2987
  "value": "#44546F",
@@ -2653,6 +2991,7 @@ var tokens = [{
2653
2991
  "attributes": {
2654
2992
  "group": "paint",
2655
2993
  "state": "active",
2994
+ "introduced": "0.6.0",
2656
2995
  "description": "A vibrant background option for neutral UI elements, such as announcement banners."
2657
2996
  },
2658
2997
  "value": "N800"
@@ -2663,6 +3002,7 @@ var tokens = [{
2663
3002
  "attributes": {
2664
3003
  "group": "paint",
2665
3004
  "state": "active",
3005
+ "introduced": "0.6.0",
2666
3006
  "description": "Hovered state of color.background.neutral.bold"
2667
3007
  },
2668
3008
  "value": "#2C3E5D",
@@ -2672,6 +3012,7 @@ var tokens = [{
2672
3012
  "attributes": {
2673
3013
  "group": "paint",
2674
3014
  "state": "active",
3015
+ "introduced": "0.6.0",
2675
3016
  "description": "Hovered state of color.background.neutral.bold"
2676
3017
  },
2677
3018
  "value": "N900"
@@ -2682,6 +3023,7 @@ var tokens = [{
2682
3023
  "attributes": {
2683
3024
  "group": "paint",
2684
3025
  "state": "active",
3026
+ "introduced": "0.6.0",
2685
3027
  "description": "Pressed state of color.background.neutral.bold"
2686
3028
  },
2687
3029
  "value": "#172B4D",
@@ -2691,6 +3033,7 @@ var tokens = [{
2691
3033
  "attributes": {
2692
3034
  "group": "paint",
2693
3035
  "state": "active",
3036
+ "introduced": "0.6.0",
2694
3037
  "description": "Pressed state of color.background.neutral.bold"
2695
3038
  },
2696
3039
  "value": "N1000"
@@ -2701,6 +3044,7 @@ var tokens = [{
2701
3044
  "attributes": {
2702
3045
  "group": "paint",
2703
3046
  "state": "active",
3047
+ "introduced": "0.6.0",
2704
3048
  "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
2705
3049
  },
2706
3050
  "value": "#0C66E4",
@@ -2710,6 +3054,7 @@ var tokens = [{
2710
3054
  "attributes": {
2711
3055
  "group": "paint",
2712
3056
  "state": "active",
3057
+ "introduced": "0.6.0",
2713
3058
  "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
2714
3059
  },
2715
3060
  "value": "B700"
@@ -2720,6 +3065,7 @@ var tokens = [{
2720
3065
  "attributes": {
2721
3066
  "group": "paint",
2722
3067
  "state": "active",
3068
+ "introduced": "0.6.0",
2723
3069
  "description": "Hovered state of color.background.brand.bold"
2724
3070
  },
2725
3071
  "value": "#0055CC",
@@ -2729,6 +3075,7 @@ var tokens = [{
2729
3075
  "attributes": {
2730
3076
  "group": "paint",
2731
3077
  "state": "active",
3078
+ "introduced": "0.6.0",
2732
3079
  "description": "Hovered state of color.background.brand.bold"
2733
3080
  },
2734
3081
  "value": "B800"
@@ -2739,6 +3086,7 @@ var tokens = [{
2739
3086
  "attributes": {
2740
3087
  "group": "paint",
2741
3088
  "state": "active",
3089
+ "introduced": "0.6.0",
2742
3090
  "description": "Pressed state of color.background.brand.bold"
2743
3091
  },
2744
3092
  "value": "#09326C",
@@ -2748,6 +3096,7 @@ var tokens = [{
2748
3096
  "attributes": {
2749
3097
  "group": "paint",
2750
3098
  "state": "active",
3099
+ "introduced": "0.6.0",
2751
3100
  "description": "Pressed state of color.background.brand.bold"
2752
3101
  },
2753
3102
  "value": "B900"
@@ -2758,6 +3107,7 @@ var tokens = [{
2758
3107
  "attributes": {
2759
3108
  "group": "paint",
2760
3109
  "state": "deprecated",
3110
+ "introduced": "0.6.0",
2761
3111
  "replacement": "color.background.selected.[default].[default]",
2762
3112
  "description": "Use for the background of elements used to reinforce our brand."
2763
3113
  },
@@ -2768,6 +3118,7 @@ var tokens = [{
2768
3118
  "attributes": {
2769
3119
  "group": "paint",
2770
3120
  "state": "deprecated",
3121
+ "introduced": "0.6.0",
2771
3122
  "replacement": "color.background.selected.[default].[default]",
2772
3123
  "description": "Use for the background of elements used to reinforce our brand."
2773
3124
  },
@@ -2779,6 +3130,7 @@ var tokens = [{
2779
3130
  "attributes": {
2780
3131
  "group": "paint",
2781
3132
  "state": "deprecated",
3133
+ "introduced": "0.6.0",
2782
3134
  "replacement": "color.background.selected.[default].hovered",
2783
3135
  "description": "Hovered state for color.background.brand"
2784
3136
  },
@@ -2789,6 +3141,7 @@ var tokens = [{
2789
3141
  "attributes": {
2790
3142
  "group": "paint",
2791
3143
  "state": "deprecated",
3144
+ "introduced": "0.6.0",
2792
3145
  "replacement": "color.background.selected.[default].hovered",
2793
3146
  "description": "Hovered state for color.background.brand"
2794
3147
  },
@@ -2800,6 +3153,7 @@ var tokens = [{
2800
3153
  "attributes": {
2801
3154
  "group": "paint",
2802
3155
  "state": "deprecated",
3156
+ "introduced": "0.6.0",
2803
3157
  "replacement": "color.background.selected.[default].pressed",
2804
3158
  "description": "Pressed state for color.background.brand"
2805
3159
  },
@@ -2810,6 +3164,7 @@ var tokens = [{
2810
3164
  "attributes": {
2811
3165
  "group": "paint",
2812
3166
  "state": "deprecated",
3167
+ "introduced": "0.6.0",
2813
3168
  "replacement": "color.background.selected.[default].pressed",
2814
3169
  "description": "Pressed state for color.background.brand"
2815
3170
  },
@@ -2821,6 +3176,7 @@ var tokens = [{
2821
3176
  "attributes": {
2822
3177
  "group": "paint",
2823
3178
  "state": "active",
3179
+ "introduced": "0.6.2",
2824
3180
  "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
2825
3181
  },
2826
3182
  "value": "#E9F2FF",
@@ -2830,6 +3186,7 @@ var tokens = [{
2830
3186
  "attributes": {
2831
3187
  "group": "paint",
2832
3188
  "state": "active",
3189
+ "introduced": "0.6.2",
2833
3190
  "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
2834
3191
  },
2835
3192
  "value": "B100"
@@ -2840,6 +3197,7 @@ var tokens = [{
2840
3197
  "attributes": {
2841
3198
  "group": "paint",
2842
3199
  "state": "active",
3200
+ "introduced": "0.6.2",
2843
3201
  "description": "Hovered state for color.background.selected"
2844
3202
  },
2845
3203
  "value": "#CCE0FF",
@@ -2849,6 +3207,7 @@ var tokens = [{
2849
3207
  "attributes": {
2850
3208
  "group": "paint",
2851
3209
  "state": "active",
3210
+ "introduced": "0.6.2",
2852
3211
  "description": "Hovered state for color.background.selected"
2853
3212
  },
2854
3213
  "value": "B200"
@@ -2859,6 +3218,7 @@ var tokens = [{
2859
3218
  "attributes": {
2860
3219
  "group": "paint",
2861
3220
  "state": "active",
3221
+ "introduced": "0.6.2",
2862
3222
  "description": "Pressed state for color.background.selected"
2863
3223
  },
2864
3224
  "value": "#85B8FF",
@@ -2868,6 +3228,7 @@ var tokens = [{
2868
3228
  "attributes": {
2869
3229
  "group": "paint",
2870
3230
  "state": "active",
3231
+ "introduced": "0.6.2",
2871
3232
  "description": "Pressed state for color.background.selected"
2872
3233
  },
2873
3234
  "value": "B300"
@@ -2878,7 +3239,8 @@ var tokens = [{
2878
3239
  "attributes": {
2879
3240
  "group": "paint",
2880
3241
  "state": "active",
2881
- "description": "Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons."
3242
+ "introduced": "0.6.2",
3243
+ "description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
2882
3244
  },
2883
3245
  "value": "#0C66E4",
2884
3246
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -2887,7 +3249,8 @@ var tokens = [{
2887
3249
  "attributes": {
2888
3250
  "group": "paint",
2889
3251
  "state": "active",
2890
- "description": "Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons."
3252
+ "introduced": "0.6.2",
3253
+ "description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
2891
3254
  },
2892
3255
  "value": "B700"
2893
3256
  },
@@ -2897,6 +3260,7 @@ var tokens = [{
2897
3260
  "attributes": {
2898
3261
  "group": "paint",
2899
3262
  "state": "active",
3263
+ "introduced": "0.6.2",
2900
3264
  "description": "Hovered state of color.background.selected.bold"
2901
3265
  },
2902
3266
  "value": "#0055CC",
@@ -2906,6 +3270,7 @@ var tokens = [{
2906
3270
  "attributes": {
2907
3271
  "group": "paint",
2908
3272
  "state": "active",
3273
+ "introduced": "0.6.2",
2909
3274
  "description": "Hovered state of color.background.selected.bold"
2910
3275
  },
2911
3276
  "value": "B800"
@@ -2916,6 +3281,7 @@ var tokens = [{
2916
3281
  "attributes": {
2917
3282
  "group": "paint",
2918
3283
  "state": "active",
3284
+ "introduced": "0.6.2",
2919
3285
  "description": "Pressed state of color.background.selected.bold"
2920
3286
  },
2921
3287
  "value": "#09326C",
@@ -2925,6 +3291,7 @@ var tokens = [{
2925
3291
  "attributes": {
2926
3292
  "group": "paint",
2927
3293
  "state": "active",
3294
+ "introduced": "0.6.2",
2928
3295
  "description": "Pressed state of color.background.selected.bold"
2929
3296
  },
2930
3297
  "value": "B900"
@@ -2935,6 +3302,7 @@ var tokens = [{
2935
3302
  "attributes": {
2936
3303
  "group": "paint",
2937
3304
  "state": "deprecated",
3305
+ "introduced": "0.1.0",
2938
3306
  "replacement": "color.background.selected.[default].[default]",
2939
3307
  "description": "Use for backgrounds of elements in a selected state"
2940
3308
  },
@@ -2945,6 +3313,7 @@ var tokens = [{
2945
3313
  "attributes": {
2946
3314
  "group": "paint",
2947
3315
  "state": "deprecated",
3316
+ "introduced": "0.1.0",
2948
3317
  "replacement": "color.background.selected.[default].[default]",
2949
3318
  "description": "Use for backgrounds of elements in a selected state"
2950
3319
  },
@@ -2956,6 +3325,7 @@ var tokens = [{
2956
3325
  "attributes": {
2957
3326
  "group": "paint",
2958
3327
  "state": "deprecated",
3328
+ "introduced": "0.1.0",
2959
3329
  "replacement": "color.background.selected.[default].hovered",
2960
3330
  "description": "Hover state for color.background.selected"
2961
3331
  },
@@ -2966,6 +3336,7 @@ var tokens = [{
2966
3336
  "attributes": {
2967
3337
  "group": "paint",
2968
3338
  "state": "deprecated",
3339
+ "introduced": "0.1.0",
2969
3340
  "replacement": "color.background.selected.[default].hovered",
2970
3341
  "description": "Hover state for color.background.selected"
2971
3342
  },
@@ -2977,7 +3348,8 @@ var tokens = [{
2977
3348
  "attributes": {
2978
3349
  "group": "paint",
2979
3350
  "state": "active",
2980
- "description": "Use for backgrounds communicating critical informaton, such in error section messages."
3351
+ "introduced": "0.6.0",
3352
+ "description": "Use for backgrounds communicating critical information, such in error section messages."
2981
3353
  },
2982
3354
  "value": "#FFEDEB",
2983
3355
  "filePath": "src/tokens/atlassian-light/color/background.tsx",
@@ -2986,7 +3358,8 @@ var tokens = [{
2986
3358
  "attributes": {
2987
3359
  "group": "paint",
2988
3360
  "state": "active",
2989
- "description": "Use for backgrounds communicating critical informaton, such in error section messages."
3361
+ "introduced": "0.6.0",
3362
+ "description": "Use for backgrounds communicating critical information, such in error section messages."
2990
3363
  },
2991
3364
  "value": "R100"
2992
3365
  },
@@ -2996,6 +3369,7 @@ var tokens = [{
2996
3369
  "attributes": {
2997
3370
  "group": "paint",
2998
3371
  "state": "active",
3372
+ "introduced": "0.6.0",
2999
3373
  "description": "Hovered state for color.background.danger"
3000
3374
  },
3001
3375
  "value": "#FFD2CC",
@@ -3005,6 +3379,7 @@ var tokens = [{
3005
3379
  "attributes": {
3006
3380
  "group": "paint",
3007
3381
  "state": "active",
3382
+ "introduced": "0.6.0",
3008
3383
  "description": "Hovered state for color.background.danger"
3009
3384
  },
3010
3385
  "value": "R200"
@@ -3015,6 +3390,7 @@ var tokens = [{
3015
3390
  "attributes": {
3016
3391
  "group": "paint",
3017
3392
  "state": "active",
3393
+ "introduced": "0.6.0",
3018
3394
  "description": "Pressed state for color.background.danger"
3019
3395
  },
3020
3396
  "value": "#FF9C8F",
@@ -3024,6 +3400,7 @@ var tokens = [{
3024
3400
  "attributes": {
3025
3401
  "group": "paint",
3026
3402
  "state": "active",
3403
+ "introduced": "0.6.0",
3027
3404
  "description": "Pressed state for color.background.danger"
3028
3405
  },
3029
3406
  "value": "R300"
@@ -3034,6 +3411,7 @@ var tokens = [{
3034
3411
  "attributes": {
3035
3412
  "group": "paint",
3036
3413
  "state": "active",
3414
+ "introduced": "0.6.0",
3037
3415
  "description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
3038
3416
  },
3039
3417
  "value": "#CA3521",
@@ -3043,6 +3421,7 @@ var tokens = [{
3043
3421
  "attributes": {
3044
3422
  "group": "paint",
3045
3423
  "state": "active",
3424
+ "introduced": "0.6.0",
3046
3425
  "description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
3047
3426
  },
3048
3427
  "value": "R700"
@@ -3053,6 +3432,7 @@ var tokens = [{
3053
3432
  "attributes": {
3054
3433
  "group": "paint",
3055
3434
  "state": "active",
3435
+ "introduced": "0.6.0",
3056
3436
  "description": "Hovered state of color.background.danger.bold"
3057
3437
  },
3058
3438
  "value": "#AE2A19",
@@ -3062,6 +3442,7 @@ var tokens = [{
3062
3442
  "attributes": {
3063
3443
  "group": "paint",
3064
3444
  "state": "active",
3445
+ "introduced": "0.6.0",
3065
3446
  "description": "Hovered state of color.background.danger.bold"
3066
3447
  },
3067
3448
  "value": "R800"
@@ -3072,6 +3453,7 @@ var tokens = [{
3072
3453
  "attributes": {
3073
3454
  "group": "paint",
3074
3455
  "state": "active",
3456
+ "introduced": "0.6.0",
3075
3457
  "description": "Pressed state of color.background.danger.bold"
3076
3458
  },
3077
3459
  "value": "#601E16",
@@ -3081,6 +3463,7 @@ var tokens = [{
3081
3463
  "attributes": {
3082
3464
  "group": "paint",
3083
3465
  "state": "active",
3466
+ "introduced": "0.6.0",
3084
3467
  "description": "Pressed state of color.background.danger.bold"
3085
3468
  },
3086
3469
  "value": "R900"
@@ -3091,6 +3474,7 @@ var tokens = [{
3091
3474
  "attributes": {
3092
3475
  "group": "paint",
3093
3476
  "state": "active",
3477
+ "introduced": "0.6.0",
3094
3478
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
3095
3479
  },
3096
3480
  "value": "#FFF7D6",
@@ -3100,6 +3484,7 @@ var tokens = [{
3100
3484
  "attributes": {
3101
3485
  "group": "paint",
3102
3486
  "state": "active",
3487
+ "introduced": "0.6.0",
3103
3488
  "description": "Use for backgrounds communicating caution, such as in warning section messages."
3104
3489
  },
3105
3490
  "value": "Y100"
@@ -3110,6 +3495,7 @@ var tokens = [{
3110
3495
  "attributes": {
3111
3496
  "group": "paint",
3112
3497
  "state": "active",
3498
+ "introduced": "0.6.0",
3113
3499
  "description": "Hovered state for color.background.warning"
3114
3500
  },
3115
3501
  "value": "#F8E6A0",
@@ -3119,6 +3505,7 @@ var tokens = [{
3119
3505
  "attributes": {
3120
3506
  "group": "paint",
3121
3507
  "state": "active",
3508
+ "introduced": "0.6.0",
3122
3509
  "description": "Hovered state for color.background.warning"
3123
3510
  },
3124
3511
  "value": "Y200"
@@ -3129,6 +3516,7 @@ var tokens = [{
3129
3516
  "attributes": {
3130
3517
  "group": "paint",
3131
3518
  "state": "active",
3519
+ "introduced": "0.6.0",
3132
3520
  "description": "Pressed state for color.background.warning"
3133
3521
  },
3134
3522
  "value": "#F5CD47",
@@ -3138,6 +3526,7 @@ var tokens = [{
3138
3526
  "attributes": {
3139
3527
  "group": "paint",
3140
3528
  "state": "active",
3529
+ "introduced": "0.6.0",
3141
3530
  "description": "Pressed state for color.background.warning"
3142
3531
  },
3143
3532
  "value": "Y300"
@@ -3148,6 +3537,7 @@ var tokens = [{
3148
3537
  "attributes": {
3149
3538
  "group": "paint",
3150
3539
  "state": "active",
3540
+ "introduced": "0.6.0",
3151
3541
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
3152
3542
  },
3153
3543
  "value": "#E2B203",
@@ -3157,6 +3547,7 @@ var tokens = [{
3157
3547
  "attributes": {
3158
3548
  "group": "paint",
3159
3549
  "state": "active",
3550
+ "introduced": "0.6.0",
3160
3551
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
3161
3552
  },
3162
3553
  "value": "Y400"
@@ -3167,6 +3558,7 @@ var tokens = [{
3167
3558
  "attributes": {
3168
3559
  "group": "paint",
3169
3560
  "state": "active",
3561
+ "introduced": "0.6.0",
3170
3562
  "description": "Hovered state of color.background.warning.bold"
3171
3563
  },
3172
3564
  "value": "#CF9F02",
@@ -3176,6 +3568,7 @@ var tokens = [{
3176
3568
  "attributes": {
3177
3569
  "group": "paint",
3178
3570
  "state": "active",
3571
+ "introduced": "0.6.0",
3179
3572
  "description": "Hovered state of color.background.warning.bold"
3180
3573
  },
3181
3574
  "value": "Y500"
@@ -3186,6 +3579,7 @@ var tokens = [{
3186
3579
  "attributes": {
3187
3580
  "group": "paint",
3188
3581
  "state": "active",
3582
+ "introduced": "0.6.0",
3189
3583
  "description": "Pressed state of color.background.warning.bold"
3190
3584
  },
3191
3585
  "value": "#B38600",
@@ -3195,6 +3589,7 @@ var tokens = [{
3195
3589
  "attributes": {
3196
3590
  "group": "paint",
3197
3591
  "state": "active",
3592
+ "introduced": "0.6.0",
3198
3593
  "description": "Pressed state of color.background.warning.bold"
3199
3594
  },
3200
3595
  "value": "Y600"
@@ -3205,6 +3600,7 @@ var tokens = [{
3205
3600
  "attributes": {
3206
3601
  "group": "paint",
3207
3602
  "state": "active",
3603
+ "introduced": "0.6.0",
3208
3604
  "description": "Use for backgrounds communicating a favourable outcome, such as in success section messages."
3209
3605
  },
3210
3606
  "value": "#DFFCF0",
@@ -3214,6 +3610,7 @@ var tokens = [{
3214
3610
  "attributes": {
3215
3611
  "group": "paint",
3216
3612
  "state": "active",
3613
+ "introduced": "0.6.0",
3217
3614
  "description": "Use for backgrounds communicating a favourable outcome, such as in success section messages."
3218
3615
  },
3219
3616
  "value": "G100"
@@ -3224,6 +3621,7 @@ var tokens = [{
3224
3621
  "attributes": {
3225
3622
  "group": "paint",
3226
3623
  "state": "active",
3624
+ "introduced": "0.6.0",
3227
3625
  "description": "Hovered state for color.background.success"
3228
3626
  },
3229
3627
  "value": "#BAF3DB",
@@ -3233,6 +3631,7 @@ var tokens = [{
3233
3631
  "attributes": {
3234
3632
  "group": "paint",
3235
3633
  "state": "active",
3634
+ "introduced": "0.6.0",
3236
3635
  "description": "Hovered state for color.background.success"
3237
3636
  },
3238
3637
  "value": "G200"
@@ -3243,6 +3642,7 @@ var tokens = [{
3243
3642
  "attributes": {
3244
3643
  "group": "paint",
3245
3644
  "state": "active",
3645
+ "introduced": "0.6.0",
3246
3646
  "description": "Pressed state for color.background.success"
3247
3647
  },
3248
3648
  "value": "#7EE2B8",
@@ -3252,6 +3652,7 @@ var tokens = [{
3252
3652
  "attributes": {
3253
3653
  "group": "paint",
3254
3654
  "state": "active",
3655
+ "introduced": "0.6.0",
3255
3656
  "description": "Pressed state for color.background.success"
3256
3657
  },
3257
3658
  "value": "G300"
@@ -3262,6 +3663,7 @@ var tokens = [{
3262
3663
  "attributes": {
3263
3664
  "group": "paint",
3264
3665
  "state": "active",
3666
+ "introduced": "0.6.0",
3265
3667
  "description": "A vibrant background option for communicating a favourable outcome, such as in checked toggles."
3266
3668
  },
3267
3669
  "value": "#1F845A",
@@ -3271,6 +3673,7 @@ var tokens = [{
3271
3673
  "attributes": {
3272
3674
  "group": "paint",
3273
3675
  "state": "active",
3676
+ "introduced": "0.6.0",
3274
3677
  "description": "A vibrant background option for communicating a favourable outcome, such as in checked toggles."
3275
3678
  },
3276
3679
  "value": "G700"
@@ -3281,6 +3684,7 @@ var tokens = [{
3281
3684
  "attributes": {
3282
3685
  "group": "paint",
3283
3686
  "state": "active",
3687
+ "introduced": "0.6.0",
3284
3688
  "description": "Hovered state of color.background.success.bold"
3285
3689
  },
3286
3690
  "value": "#216E4E",
@@ -3290,6 +3694,7 @@ var tokens = [{
3290
3694
  "attributes": {
3291
3695
  "group": "paint",
3292
3696
  "state": "active",
3697
+ "introduced": "0.6.0",
3293
3698
  "description": "Hovered state of color.background.success.bold"
3294
3699
  },
3295
3700
  "value": "G800"
@@ -3300,6 +3705,7 @@ var tokens = [{
3300
3705
  "attributes": {
3301
3706
  "group": "paint",
3302
3707
  "state": "active",
3708
+ "introduced": "0.6.0",
3303
3709
  "description": "Pressed state of color.background.success.bold"
3304
3710
  },
3305
3711
  "value": "#164B35",
@@ -3309,6 +3715,7 @@ var tokens = [{
3309
3715
  "attributes": {
3310
3716
  "group": "paint",
3311
3717
  "state": "active",
3718
+ "introduced": "0.6.0",
3312
3719
  "description": "Pressed state of color.background.success.bold"
3313
3720
  },
3314
3721
  "value": "G900"
@@ -3319,6 +3726,7 @@ var tokens = [{
3319
3726
  "attributes": {
3320
3727
  "group": "paint",
3321
3728
  "state": "active",
3729
+ "introduced": "0.6.0",
3322
3730
  "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
3323
3731
  },
3324
3732
  "value": "#F3F0FF",
@@ -3328,6 +3736,7 @@ var tokens = [{
3328
3736
  "attributes": {
3329
3737
  "group": "paint",
3330
3738
  "state": "active",
3739
+ "introduced": "0.6.0",
3331
3740
  "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
3332
3741
  },
3333
3742
  "value": "P100"
@@ -3338,6 +3747,7 @@ var tokens = [{
3338
3747
  "attributes": {
3339
3748
  "group": "paint",
3340
3749
  "state": "active",
3750
+ "introduced": "0.6.0",
3341
3751
  "description": "Hover state for color.background.discovery"
3342
3752
  },
3343
3753
  "value": "#DFD8FD",
@@ -3347,6 +3757,7 @@ var tokens = [{
3347
3757
  "attributes": {
3348
3758
  "group": "paint",
3349
3759
  "state": "active",
3760
+ "introduced": "0.6.0",
3350
3761
  "description": "Hover state for color.background.discovery"
3351
3762
  },
3352
3763
  "value": "P200"
@@ -3357,6 +3768,7 @@ var tokens = [{
3357
3768
  "attributes": {
3358
3769
  "group": "paint",
3359
3770
  "state": "active",
3771
+ "introduced": "0.6.0",
3360
3772
  "description": "Pressed state for color.background.discovery"
3361
3773
  },
3362
3774
  "value": "#B8ACF6",
@@ -3366,6 +3778,7 @@ var tokens = [{
3366
3778
  "attributes": {
3367
3779
  "group": "paint",
3368
3780
  "state": "active",
3781
+ "introduced": "0.6.0",
3369
3782
  "description": "Pressed state for color.background.discovery"
3370
3783
  },
3371
3784
  "value": "P300"
@@ -3376,6 +3789,7 @@ var tokens = [{
3376
3789
  "attributes": {
3377
3790
  "group": "paint",
3378
3791
  "state": "active",
3792
+ "introduced": "0.6.0",
3379
3793
  "description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
3380
3794
  },
3381
3795
  "value": "#6E5DC6",
@@ -3385,6 +3799,7 @@ var tokens = [{
3385
3799
  "attributes": {
3386
3800
  "group": "paint",
3387
3801
  "state": "active",
3802
+ "introduced": "0.6.0",
3388
3803
  "description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
3389
3804
  },
3390
3805
  "value": "P700"
@@ -3395,6 +3810,7 @@ var tokens = [{
3395
3810
  "attributes": {
3396
3811
  "group": "paint",
3397
3812
  "state": "active",
3813
+ "introduced": "0.6.0",
3398
3814
  "description": "Hovered state of color.background.discovery.bold"
3399
3815
  },
3400
3816
  "value": "#5E4DB2",
@@ -3404,6 +3820,7 @@ var tokens = [{
3404
3820
  "attributes": {
3405
3821
  "group": "paint",
3406
3822
  "state": "active",
3823
+ "introduced": "0.6.0",
3407
3824
  "description": "Hovered state of color.background.discovery.bold"
3408
3825
  },
3409
3826
  "value": "P800"
@@ -3414,6 +3831,7 @@ var tokens = [{
3414
3831
  "attributes": {
3415
3832
  "group": "paint",
3416
3833
  "state": "active",
3834
+ "introduced": "0.6.0",
3417
3835
  "description": "Pressed state of color.background.discovery.bold"
3418
3836
  },
3419
3837
  "value": "#352C63",
@@ -3423,6 +3841,7 @@ var tokens = [{
3423
3841
  "attributes": {
3424
3842
  "group": "paint",
3425
3843
  "state": "active",
3844
+ "introduced": "0.6.0",
3426
3845
  "description": "Pressed state of color.background.discovery.bold"
3427
3846
  },
3428
3847
  "value": "P900"
@@ -3433,6 +3852,7 @@ var tokens = [{
3433
3852
  "attributes": {
3434
3853
  "group": "paint",
3435
3854
  "state": "active",
3855
+ "introduced": "0.6.0",
3436
3856
  "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
3437
3857
  },
3438
3858
  "value": "#E9F2FF",
@@ -3442,6 +3862,7 @@ var tokens = [{
3442
3862
  "attributes": {
3443
3863
  "group": "paint",
3444
3864
  "state": "active",
3865
+ "introduced": "0.6.0",
3445
3866
  "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
3446
3867
  },
3447
3868
  "value": "B100"
@@ -3452,6 +3873,7 @@ var tokens = [{
3452
3873
  "attributes": {
3453
3874
  "group": "paint",
3454
3875
  "state": "active",
3876
+ "introduced": "0.6.0",
3455
3877
  "description": "Hovered state of color.background.information"
3456
3878
  },
3457
3879
  "value": "#CCE0FF",
@@ -3461,6 +3883,7 @@ var tokens = [{
3461
3883
  "attributes": {
3462
3884
  "group": "paint",
3463
3885
  "state": "active",
3886
+ "introduced": "0.6.0",
3464
3887
  "description": "Hovered state of color.background.information"
3465
3888
  },
3466
3889
  "value": "B200"
@@ -3471,6 +3894,7 @@ var tokens = [{
3471
3894
  "attributes": {
3472
3895
  "group": "paint",
3473
3896
  "state": "active",
3897
+ "introduced": "0.6.0",
3474
3898
  "description": "Pressed state of color.background.information"
3475
3899
  },
3476
3900
  "value": "#85B8FF",
@@ -3480,6 +3904,7 @@ var tokens = [{
3480
3904
  "attributes": {
3481
3905
  "group": "paint",
3482
3906
  "state": "active",
3907
+ "introduced": "0.6.0",
3483
3908
  "description": "Pressed state of color.background.information"
3484
3909
  },
3485
3910
  "value": "B300"
@@ -3490,6 +3915,7 @@ var tokens = [{
3490
3915
  "attributes": {
3491
3916
  "group": "paint",
3492
3917
  "state": "active",
3918
+ "introduced": "0.6.0",
3493
3919
  "description": "A vibrant background option for communicating information or something in-progress."
3494
3920
  },
3495
3921
  "value": "#0C66E4",
@@ -3499,6 +3925,7 @@ var tokens = [{
3499
3925
  "attributes": {
3500
3926
  "group": "paint",
3501
3927
  "state": "active",
3928
+ "introduced": "0.6.0",
3502
3929
  "description": "A vibrant background option for communicating information or something in-progress."
3503
3930
  },
3504
3931
  "value": "B700"
@@ -3509,6 +3936,7 @@ var tokens = [{
3509
3936
  "attributes": {
3510
3937
  "group": "paint",
3511
3938
  "state": "active",
3939
+ "introduced": "0.6.0",
3512
3940
  "description": "Hovered state of color.background.information.bold"
3513
3941
  },
3514
3942
  "value": "#0055CC",
@@ -3518,6 +3946,7 @@ var tokens = [{
3518
3946
  "attributes": {
3519
3947
  "group": "paint",
3520
3948
  "state": "active",
3949
+ "introduced": "0.6.0",
3521
3950
  "description": "Hovered state of color.background.information.bold"
3522
3951
  },
3523
3952
  "value": "B800"
@@ -3528,6 +3957,7 @@ var tokens = [{
3528
3957
  "attributes": {
3529
3958
  "group": "paint",
3530
3959
  "state": "active",
3960
+ "introduced": "0.6.0",
3531
3961
  "description": "Pressed state of color.background.information.bold"
3532
3962
  },
3533
3963
  "value": "#09326C",
@@ -3537,6 +3967,7 @@ var tokens = [{
3537
3967
  "attributes": {
3538
3968
  "group": "paint",
3539
3969
  "state": "active",
3970
+ "introduced": "0.6.0",
3540
3971
  "description": "Pressed state of color.background.information.bold"
3541
3972
  },
3542
3973
  "value": "B900"
@@ -3547,6 +3978,7 @@ var tokens = [{
3547
3978
  "attributes": {
3548
3979
  "group": "paint",
3549
3980
  "state": "deleted",
3981
+ "introduced": "0.0.15",
3550
3982
  "replacement": "color.blanket.[default]",
3551
3983
  "description": "Use for the screen overlay that appears with modal dialogs"
3552
3984
  },
@@ -3557,6 +3989,7 @@ var tokens = [{
3557
3989
  "attributes": {
3558
3990
  "group": "paint",
3559
3991
  "state": "deleted",
3992
+ "introduced": "0.0.15",
3560
3993
  "replacement": "color.blanket.[default]",
3561
3994
  "description": "Use for the screen overlay that appears with modal dialogs"
3562
3995
  },
@@ -3568,6 +4001,7 @@ var tokens = [{
3568
4001
  "attributes": {
3569
4002
  "group": "paint",
3570
4003
  "state": "deleted",
4004
+ "introduced": "0.0.15",
3571
4005
  "replacement": "color.background.brand.bold.hovered",
3572
4006
  "description": "Hover state of background.boldBrand"
3573
4007
  },
@@ -3578,6 +4012,7 @@ var tokens = [{
3578
4012
  "attributes": {
3579
4013
  "group": "paint",
3580
4014
  "state": "deleted",
4015
+ "introduced": "0.0.15",
3581
4016
  "replacement": "color.background.brand.bold.hovered",
3582
4017
  "description": "Hover state of background.boldBrand"
3583
4018
  },
@@ -3589,6 +4024,7 @@ var tokens = [{
3589
4024
  "attributes": {
3590
4025
  "group": "paint",
3591
4026
  "state": "deleted",
4027
+ "introduced": "0.0.15",
3592
4028
  "replacement": "color.background.brand.bold.pressed",
3593
4029
  "description": "Pressed state of background.boldBrand"
3594
4030
  },
@@ -3599,6 +4035,7 @@ var tokens = [{
3599
4035
  "attributes": {
3600
4036
  "group": "paint",
3601
4037
  "state": "deleted",
4038
+ "introduced": "0.0.15",
3602
4039
  "replacement": "color.background.brand.bold.pressed",
3603
4040
  "description": "Pressed state of background.boldBrand"
3604
4041
  },
@@ -3610,6 +4047,7 @@ var tokens = [{
3610
4047
  "attributes": {
3611
4048
  "group": "paint",
3612
4049
  "state": "deleted",
4050
+ "introduced": "0.0.15",
3613
4051
  "replacement": "color.background.brand.bold.[default]",
3614
4052
  "description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
3615
4053
  },
@@ -3620,6 +4058,7 @@ var tokens = [{
3620
4058
  "attributes": {
3621
4059
  "group": "paint",
3622
4060
  "state": "deleted",
4061
+ "introduced": "0.0.15",
3623
4062
  "replacement": "color.background.brand.bold.[default]",
3624
4063
  "description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
3625
4064
  },
@@ -3631,6 +4070,7 @@ var tokens = [{
3631
4070
  "attributes": {
3632
4071
  "group": "paint",
3633
4072
  "state": "deleted",
4073
+ "introduced": "0.0.15",
3634
4074
  "replacement": "color.background.danger.bold.hovered",
3635
4075
  "description": "Hover state of background.boldDanger"
3636
4076
  },
@@ -3641,6 +4081,7 @@ var tokens = [{
3641
4081
  "attributes": {
3642
4082
  "group": "paint",
3643
4083
  "state": "deleted",
4084
+ "introduced": "0.0.15",
3644
4085
  "replacement": "color.background.danger.bold.hovered",
3645
4086
  "description": "Hover state of background.boldDanger"
3646
4087
  },
@@ -3652,6 +4093,7 @@ var tokens = [{
3652
4093
  "attributes": {
3653
4094
  "group": "paint",
3654
4095
  "state": "deleted",
4096
+ "introduced": "0.0.15",
3655
4097
  "replacement": "color.background.danger.bold.pressed",
3656
4098
  "description": "Pressed state of background.boldDanger"
3657
4099
  },
@@ -3662,6 +4104,7 @@ var tokens = [{
3662
4104
  "attributes": {
3663
4105
  "group": "paint",
3664
4106
  "state": "deleted",
4107
+ "introduced": "0.0.15",
3665
4108
  "replacement": "color.background.danger.bold.pressed",
3666
4109
  "description": "Pressed state of background.boldDanger"
3667
4110
  },
@@ -3673,6 +4116,7 @@ var tokens = [{
3673
4116
  "attributes": {
3674
4117
  "group": "paint",
3675
4118
  "state": "deleted",
4119
+ "introduced": "0.0.15",
3676
4120
  "replacement": "color.background.danger.bold.[default]",
3677
4121
  "description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
3678
4122
  },
@@ -3683,6 +4127,7 @@ var tokens = [{
3683
4127
  "attributes": {
3684
4128
  "group": "paint",
3685
4129
  "state": "deleted",
4130
+ "introduced": "0.0.15",
3686
4131
  "replacement": "color.background.danger.bold.[default]",
3687
4132
  "description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
3688
4133
  },
@@ -3694,6 +4139,7 @@ var tokens = [{
3694
4139
  "attributes": {
3695
4140
  "group": "paint",
3696
4141
  "state": "deleted",
4142
+ "introduced": "0.0.15",
3697
4143
  "replacement": "color.background.discovery.bold.hovered",
3698
4144
  "description": "Hover state of background.boldDiscovery"
3699
4145
  },
@@ -3704,6 +4150,7 @@ var tokens = [{
3704
4150
  "attributes": {
3705
4151
  "group": "paint",
3706
4152
  "state": "deleted",
4153
+ "introduced": "0.0.15",
3707
4154
  "replacement": "color.background.discovery.bold.hovered",
3708
4155
  "description": "Hover state of background.boldDiscovery"
3709
4156
  },
@@ -3715,6 +4162,7 @@ var tokens = [{
3715
4162
  "attributes": {
3716
4163
  "group": "paint",
3717
4164
  "state": "deleted",
4165
+ "introduced": "0.0.15",
3718
4166
  "replacement": "color.background.discovery.bold.pressed",
3719
4167
  "description": "Pressed state of background.boldDiscovery"
3720
4168
  },
@@ -3725,6 +4173,7 @@ var tokens = [{
3725
4173
  "attributes": {
3726
4174
  "group": "paint",
3727
4175
  "state": "deleted",
4176
+ "introduced": "0.0.15",
3728
4177
  "replacement": "color.background.discovery.bold.pressed",
3729
4178
  "description": "Pressed state of background.boldDiscovery"
3730
4179
  },
@@ -3736,6 +4185,7 @@ var tokens = [{
3736
4185
  "attributes": {
3737
4186
  "group": "paint",
3738
4187
  "state": "deleted",
4188
+ "introduced": "0.0.15",
3739
4189
  "replacement": "color.background.discovery.bold.[default]",
3740
4190
  "description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
3741
4191
  },
@@ -3746,6 +4196,7 @@ var tokens = [{
3746
4196
  "attributes": {
3747
4197
  "group": "paint",
3748
4198
  "state": "deleted",
4199
+ "introduced": "0.0.15",
3749
4200
  "replacement": "color.background.discovery.bold.[default]",
3750
4201
  "description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
3751
4202
  },
@@ -3757,6 +4208,7 @@ var tokens = [{
3757
4208
  "attributes": {
3758
4209
  "group": "paint",
3759
4210
  "state": "deleted",
4211
+ "introduced": "0.0.15",
3760
4212
  "replacement": "color.background.neutral.bold.hovered",
3761
4213
  "description": "Hover state of background.boldNeutral"
3762
4214
  },
@@ -3767,6 +4219,7 @@ var tokens = [{
3767
4219
  "attributes": {
3768
4220
  "group": "paint",
3769
4221
  "state": "deleted",
4222
+ "introduced": "0.0.15",
3770
4223
  "replacement": "color.background.neutral.bold.hovered",
3771
4224
  "description": "Hover state of background.boldNeutral"
3772
4225
  },
@@ -3778,6 +4231,7 @@ var tokens = [{
3778
4231
  "attributes": {
3779
4232
  "group": "paint",
3780
4233
  "state": "deleted",
4234
+ "introduced": "0.0.15",
3781
4235
  "replacement": "color.background.neutral.bold.pressed",
3782
4236
  "description": "Pressed state of background.boldNeutral"
3783
4237
  },
@@ -3788,6 +4242,7 @@ var tokens = [{
3788
4242
  "attributes": {
3789
4243
  "group": "paint",
3790
4244
  "state": "deleted",
4245
+ "introduced": "0.0.15",
3791
4246
  "replacement": "color.background.neutral.bold.pressed",
3792
4247
  "description": "Pressed state of background.boldNeutral"
3793
4248
  },
@@ -3799,6 +4254,7 @@ var tokens = [{
3799
4254
  "attributes": {
3800
4255
  "group": "paint",
3801
4256
  "state": "deleted",
4257
+ "introduced": "0.0.15",
3802
4258
  "replacement": "color.background.neutral.bold.[default]",
3803
4259
  "description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
3804
4260
  },
@@ -3809,6 +4265,7 @@ var tokens = [{
3809
4265
  "attributes": {
3810
4266
  "group": "paint",
3811
4267
  "state": "deleted",
4268
+ "introduced": "0.0.15",
3812
4269
  "replacement": "color.background.neutral.bold.[default]",
3813
4270
  "description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
3814
4271
  },
@@ -3820,6 +4277,7 @@ var tokens = [{
3820
4277
  "attributes": {
3821
4278
  "group": "paint",
3822
4279
  "state": "deleted",
4280
+ "introduced": "0.0.15",
3823
4281
  "replacement": "color.background.success.bold.hovered",
3824
4282
  "description": "Hover state of background.boldSuccess"
3825
4283
  },
@@ -3830,6 +4288,7 @@ var tokens = [{
3830
4288
  "attributes": {
3831
4289
  "group": "paint",
3832
4290
  "state": "deleted",
4291
+ "introduced": "0.0.15",
3833
4292
  "replacement": "color.background.success.bold.hovered",
3834
4293
  "description": "Hover state of background.boldSuccess"
3835
4294
  },
@@ -3841,6 +4300,7 @@ var tokens = [{
3841
4300
  "attributes": {
3842
4301
  "group": "paint",
3843
4302
  "state": "deleted",
4303
+ "introduced": "0.0.15",
3844
4304
  "replacement": "color.background.success.bold.pressed",
3845
4305
  "description": "Pressed state of background.boldSuccess"
3846
4306
  },
@@ -3851,6 +4311,7 @@ var tokens = [{
3851
4311
  "attributes": {
3852
4312
  "group": "paint",
3853
4313
  "state": "deleted",
4314
+ "introduced": "0.0.15",
3854
4315
  "replacement": "color.background.success.bold.pressed",
3855
4316
  "description": "Pressed state of background.boldSuccess"
3856
4317
  },
@@ -3862,6 +4323,7 @@ var tokens = [{
3862
4323
  "attributes": {
3863
4324
  "group": "paint",
3864
4325
  "state": "deleted",
4326
+ "introduced": "0.0.15",
3865
4327
  "replacement": "color.background.success.bold.[default]",
3866
4328
  "description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
3867
4329
  },
@@ -3872,6 +4334,7 @@ var tokens = [{
3872
4334
  "attributes": {
3873
4335
  "group": "paint",
3874
4336
  "state": "deleted",
4337
+ "introduced": "0.0.15",
3875
4338
  "replacement": "color.background.success.bold.[default]",
3876
4339
  "description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
3877
4340
  },
@@ -3883,6 +4346,7 @@ var tokens = [{
3883
4346
  "attributes": {
3884
4347
  "group": "paint",
3885
4348
  "state": "deleted",
4349
+ "introduced": "0.0.15",
3886
4350
  "replacement": "color.background.warning.bold.hovered",
3887
4351
  "description": "Hover state of background.boldWarning"
3888
4352
  },
@@ -3893,6 +4357,7 @@ var tokens = [{
3893
4357
  "attributes": {
3894
4358
  "group": "paint",
3895
4359
  "state": "deleted",
4360
+ "introduced": "0.0.15",
3896
4361
  "replacement": "color.background.warning.bold.hovered",
3897
4362
  "description": "Hover state of background.boldWarning"
3898
4363
  },
@@ -3904,6 +4369,7 @@ var tokens = [{
3904
4369
  "attributes": {
3905
4370
  "group": "paint",
3906
4371
  "state": "deleted",
4372
+ "introduced": "0.0.15",
3907
4373
  "replacement": "color.background.warning.bold.pressed",
3908
4374
  "description": "Pressed state of background.boldWarning"
3909
4375
  },
@@ -3914,6 +4380,7 @@ var tokens = [{
3914
4380
  "attributes": {
3915
4381
  "group": "paint",
3916
4382
  "state": "deleted",
4383
+ "introduced": "0.0.15",
3917
4384
  "replacement": "color.background.warning.bold.pressed",
3918
4385
  "description": "Pressed state of background.boldWarning"
3919
4386
  },
@@ -3925,6 +4392,7 @@ var tokens = [{
3925
4392
  "attributes": {
3926
4393
  "group": "paint",
3927
4394
  "state": "deleted",
4395
+ "introduced": "0.0.15",
3928
4396
  "replacement": "color.background.warning.bold.[default]",
3929
4397
  "description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
3930
4398
  },
@@ -3935,6 +4403,7 @@ var tokens = [{
3935
4403
  "attributes": {
3936
4404
  "group": "paint",
3937
4405
  "state": "deleted",
4406
+ "introduced": "0.0.15",
3938
4407
  "replacement": "color.background.warning.bold.[default]",
3939
4408
  "description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
3940
4409
  },
@@ -3946,6 +4415,7 @@ var tokens = [{
3946
4415
  "attributes": {
3947
4416
  "group": "paint",
3948
4417
  "state": "deleted",
4418
+ "introduced": "0.0.15",
3949
4419
  "replacement": "elevation.surface.raised",
3950
4420
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
3951
4421
  },
@@ -3956,6 +4426,7 @@ var tokens = [{
3956
4426
  "attributes": {
3957
4427
  "group": "paint",
3958
4428
  "state": "deleted",
4429
+ "introduced": "0.0.15",
3959
4430
  "replacement": "elevation.surface.raised",
3960
4431
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
3961
4432
  },
@@ -3967,6 +4438,7 @@ var tokens = [{
3967
4438
  "attributes": {
3968
4439
  "group": "paint",
3969
4440
  "state": "deleted",
4441
+ "introduced": "0.0.15",
3970
4442
  "replacement": "elevation.surface.[default]",
3971
4443
  "description": "Use as the primary background for the UI"
3972
4444
  },
@@ -3977,6 +4449,7 @@ var tokens = [{
3977
4449
  "attributes": {
3978
4450
  "group": "paint",
3979
4451
  "state": "deleted",
4452
+ "introduced": "0.0.15",
3980
4453
  "replacement": "elevation.surface.[default]",
3981
4454
  "description": "Use as the primary background for the UI"
3982
4455
  },
@@ -3988,6 +4461,7 @@ var tokens = [{
3988
4461
  "attributes": {
3989
4462
  "group": "paint",
3990
4463
  "state": "deleted",
4464
+ "introduced": "0.0.15",
3991
4465
  "replacement": "elevation.surface.overlay",
3992
4466
  "description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
3993
4467
  },
@@ -3998,6 +4472,7 @@ var tokens = [{
3998
4472
  "attributes": {
3999
4473
  "group": "paint",
4000
4474
  "state": "deleted",
4475
+ "introduced": "0.0.15",
4001
4476
  "replacement": "elevation.surface.overlay",
4002
4477
  "description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
4003
4478
  },
@@ -4009,6 +4484,7 @@ var tokens = [{
4009
4484
  "attributes": {
4010
4485
  "group": "paint",
4011
4486
  "state": "deleted",
4487
+ "introduced": "0.0.15",
4012
4488
  "replacement": "color.background.input.pressed",
4013
4489
  "description": "Pressed state for background.subtleBorderedNeutral"
4014
4490
  },
@@ -4019,6 +4495,7 @@ var tokens = [{
4019
4495
  "attributes": {
4020
4496
  "group": "paint",
4021
4497
  "state": "deleted",
4498
+ "introduced": "0.0.15",
4022
4499
  "replacement": "color.background.input.pressed",
4023
4500
  "description": "Pressed state for background.subtleBorderedNeutral"
4024
4501
  },
@@ -4030,6 +4507,7 @@ var tokens = [{
4030
4507
  "attributes": {
4031
4508
  "group": "paint",
4032
4509
  "state": "deleted",
4510
+ "introduced": "0.0.15",
4033
4511
  "replacement": "color.background.input.[default]",
4034
4512
  "description": "Hover state for background.subtleBorderedNeutral"
4035
4513
  },
@@ -4040,6 +4518,7 @@ var tokens = [{
4040
4518
  "attributes": {
4041
4519
  "group": "paint",
4042
4520
  "state": "deleted",
4521
+ "introduced": "0.0.15",
4043
4522
  "replacement": "color.background.input.[default]",
4044
4523
  "description": "Hover state for background.subtleBorderedNeutral"
4045
4524
  },
@@ -4051,6 +4530,7 @@ var tokens = [{
4051
4530
  "attributes": {
4052
4531
  "group": "paint",
4053
4532
  "state": "deprecated",
4533
+ "introduced": "0.0.15",
4054
4534
  "replacement": "color.background.selected.[default].hovered",
4055
4535
  "description": "Hover state for background.subtleBrand"
4056
4536
  },
@@ -4061,6 +4541,7 @@ var tokens = [{
4061
4541
  "attributes": {
4062
4542
  "group": "paint",
4063
4543
  "state": "deprecated",
4544
+ "introduced": "0.0.15",
4064
4545
  "replacement": "color.background.selected.[default].hovered",
4065
4546
  "description": "Hover state for background.subtleBrand"
4066
4547
  },
@@ -4072,6 +4553,7 @@ var tokens = [{
4072
4553
  "attributes": {
4073
4554
  "group": "paint",
4074
4555
  "state": "deprecated",
4556
+ "introduced": "0.0.15",
4075
4557
  "replacement": "color.background.selected.[default].pressed",
4076
4558
  "description": "Pressed state for background.subtleBrand"
4077
4559
  },
@@ -4082,6 +4564,7 @@ var tokens = [{
4082
4564
  "attributes": {
4083
4565
  "group": "paint",
4084
4566
  "state": "deprecated",
4567
+ "introduced": "0.0.15",
4085
4568
  "replacement": "color.background.selected.[default].pressed",
4086
4569
  "description": "Pressed state for background.subtleBrand"
4087
4570
  },
@@ -4093,6 +4576,7 @@ var tokens = [{
4093
4576
  "attributes": {
4094
4577
  "group": "paint",
4095
4578
  "state": "deprecated",
4579
+ "introduced": "0.0.15",
4096
4580
  "replacement": "color.background.selected.[default].[default]",
4097
4581
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
4098
4582
  },
@@ -4103,6 +4587,7 @@ var tokens = [{
4103
4587
  "attributes": {
4104
4588
  "group": "paint",
4105
4589
  "state": "deprecated",
4590
+ "introduced": "0.0.15",
4106
4591
  "replacement": "color.background.selected.[default].[default]",
4107
4592
  "description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
4108
4593
  },
@@ -4114,6 +4599,7 @@ var tokens = [{
4114
4599
  "attributes": {
4115
4600
  "group": "paint",
4116
4601
  "state": "deleted",
4602
+ "introduced": "0.0.15",
4117
4603
  "replacement": "color.background.danger.[default].hovered",
4118
4604
  "description": "Hover state for background.subtleDanger"
4119
4605
  },
@@ -4124,6 +4610,7 @@ var tokens = [{
4124
4610
  "attributes": {
4125
4611
  "group": "paint",
4126
4612
  "state": "deleted",
4613
+ "introduced": "0.0.15",
4127
4614
  "replacement": "color.background.danger.[default].hovered",
4128
4615
  "description": "Hover state for background.subtleDanger"
4129
4616
  },
@@ -4135,6 +4622,7 @@ var tokens = [{
4135
4622
  "attributes": {
4136
4623
  "group": "paint",
4137
4624
  "state": "deleted",
4625
+ "introduced": "0.0.15",
4138
4626
  "replacement": "color.background.danger.[default].pressed",
4139
4627
  "description": "Pressed state for background.subtleDanger"
4140
4628
  },
@@ -4145,6 +4633,7 @@ var tokens = [{
4145
4633
  "attributes": {
4146
4634
  "group": "paint",
4147
4635
  "state": "deleted",
4636
+ "introduced": "0.0.15",
4148
4637
  "replacement": "color.background.danger.[default].pressed",
4149
4638
  "description": "Pressed state for background.subtleDanger"
4150
4639
  },
@@ -4156,6 +4645,7 @@ var tokens = [{
4156
4645
  "attributes": {
4157
4646
  "group": "paint",
4158
4647
  "state": "deleted",
4648
+ "introduced": "0.0.15",
4159
4649
  "replacement": "color.background.danger.[default].[default]",
4160
4650
  "description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
4161
4651
  },
@@ -4166,6 +4656,7 @@ var tokens = [{
4166
4656
  "attributes": {
4167
4657
  "group": "paint",
4168
4658
  "state": "deleted",
4659
+ "introduced": "0.0.15",
4169
4660
  "replacement": "color.background.danger.[default].[default]",
4170
4661
  "description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
4171
4662
  },
@@ -4177,6 +4668,7 @@ var tokens = [{
4177
4668
  "attributes": {
4178
4669
  "group": "paint",
4179
4670
  "state": "deleted",
4671
+ "introduced": "0.0.15",
4180
4672
  "replacement": "color.background.discovery.[default].hovered",
4181
4673
  "description": "Hover state for background.subtleDiscovery"
4182
4674
  },
@@ -4187,6 +4679,7 @@ var tokens = [{
4187
4679
  "attributes": {
4188
4680
  "group": "paint",
4189
4681
  "state": "deleted",
4682
+ "introduced": "0.0.15",
4190
4683
  "replacement": "color.background.discovery.[default].hovered",
4191
4684
  "description": "Hover state for background.subtleDiscovery"
4192
4685
  },
@@ -4198,6 +4691,7 @@ var tokens = [{
4198
4691
  "attributes": {
4199
4692
  "group": "paint",
4200
4693
  "state": "deleted",
4694
+ "introduced": "0.0.15",
4201
4695
  "replacement": "color.background.discovery.[default].pressed",
4202
4696
  "description": "Pressed state for background.subtleDiscovery"
4203
4697
  },
@@ -4208,6 +4702,7 @@ var tokens = [{
4208
4702
  "attributes": {
4209
4703
  "group": "paint",
4210
4704
  "state": "deleted",
4705
+ "introduced": "0.0.15",
4211
4706
  "replacement": "color.background.discovery.[default].pressed",
4212
4707
  "description": "Pressed state for background.subtleDiscovery"
4213
4708
  },
@@ -4219,6 +4714,7 @@ var tokens = [{
4219
4714
  "attributes": {
4220
4715
  "group": "paint",
4221
4716
  "state": "deleted",
4717
+ "introduced": "0.0.15",
4222
4718
  "replacement": "color.background.discovery.[default].[default]",
4223
4719
  "description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
4224
4720
  },
@@ -4229,6 +4725,7 @@ var tokens = [{
4229
4725
  "attributes": {
4230
4726
  "group": "paint",
4231
4727
  "state": "deleted",
4728
+ "introduced": "0.0.15",
4232
4729
  "replacement": "color.background.discovery.[default].[default]",
4233
4730
  "description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
4234
4731
  },
@@ -4240,6 +4737,7 @@ var tokens = [{
4240
4737
  "attributes": {
4241
4738
  "group": "paint",
4242
4739
  "state": "deleted",
4740
+ "introduced": "0.0.15",
4243
4741
  "replacement": "color.background.neutral.[default].hovered",
4244
4742
  "description": "Hover state for background.subtleNeutral"
4245
4743
  },
@@ -4250,6 +4748,7 @@ var tokens = [{
4250
4748
  "attributes": {
4251
4749
  "group": "paint",
4252
4750
  "state": "deleted",
4751
+ "introduced": "0.0.15",
4253
4752
  "replacement": "color.background.neutral.[default].hovered",
4254
4753
  "description": "Hover state for background.subtleNeutral"
4255
4754
  },
@@ -4261,6 +4760,7 @@ var tokens = [{
4261
4760
  "attributes": {
4262
4761
  "group": "paint",
4263
4762
  "state": "deleted",
4763
+ "introduced": "0.0.15",
4264
4764
  "replacement": "color.background.neutral.[default].pressed",
4265
4765
  "description": "Pressed state for background.subtleNeutral"
4266
4766
  },
@@ -4271,6 +4771,7 @@ var tokens = [{
4271
4771
  "attributes": {
4272
4772
  "group": "paint",
4273
4773
  "state": "deleted",
4774
+ "introduced": "0.0.15",
4274
4775
  "replacement": "color.background.neutral.[default].pressed",
4275
4776
  "description": "Pressed state for background.subtleNeutral"
4276
4777
  },
@@ -4282,6 +4783,7 @@ var tokens = [{
4282
4783
  "attributes": {
4283
4784
  "group": "paint",
4284
4785
  "state": "deleted",
4786
+ "introduced": "0.0.15",
4285
4787
  "replacement": "color.background.neutral.[default].[default]",
4286
4788
  "description": "Use as the default background of UI elements like buttons, lozenges, and tags."
4287
4789
  },
@@ -4292,6 +4794,7 @@ var tokens = [{
4292
4794
  "attributes": {
4293
4795
  "group": "paint",
4294
4796
  "state": "deleted",
4797
+ "introduced": "0.0.15",
4295
4798
  "replacement": "color.background.neutral.[default].[default]",
4296
4799
  "description": "Use as the default background of UI elements like buttons, lozenges, and tags."
4297
4800
  },
@@ -4303,6 +4806,7 @@ var tokens = [{
4303
4806
  "attributes": {
4304
4807
  "group": "paint",
4305
4808
  "state": "deleted",
4809
+ "introduced": "0.0.15",
4306
4810
  "replacement": "color.background.success.[default].hovered",
4307
4811
  "description": "Hover state for background.subtleSuccess"
4308
4812
  },
@@ -4313,6 +4817,7 @@ var tokens = [{
4313
4817
  "attributes": {
4314
4818
  "group": "paint",
4315
4819
  "state": "deleted",
4820
+ "introduced": "0.0.15",
4316
4821
  "replacement": "color.background.success.[default].hovered",
4317
4822
  "description": "Hover state for background.subtleSuccess"
4318
4823
  },
@@ -4324,6 +4829,7 @@ var tokens = [{
4324
4829
  "attributes": {
4325
4830
  "group": "paint",
4326
4831
  "state": "deleted",
4832
+ "introduced": "0.0.15",
4327
4833
  "replacement": "color.background.success.[default].pressed",
4328
4834
  "description": "Pressed state for background.subtleSuccess"
4329
4835
  },
@@ -4334,6 +4840,7 @@ var tokens = [{
4334
4840
  "attributes": {
4335
4841
  "group": "paint",
4336
4842
  "state": "deleted",
4843
+ "introduced": "0.0.15",
4337
4844
  "replacement": "color.background.success.[default].pressed",
4338
4845
  "description": "Pressed state for background.subtleSuccess"
4339
4846
  },
@@ -4345,6 +4852,7 @@ var tokens = [{
4345
4852
  "attributes": {
4346
4853
  "group": "paint",
4347
4854
  "state": "deleted",
4855
+ "introduced": "0.0.15",
4348
4856
  "replacement": "color.background.success.[default].[default]",
4349
4857
  "description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
4350
4858
  },
@@ -4355,6 +4863,7 @@ var tokens = [{
4355
4863
  "attributes": {
4356
4864
  "group": "paint",
4357
4865
  "state": "deleted",
4866
+ "introduced": "0.0.15",
4358
4867
  "replacement": "color.background.success.[default].[default]",
4359
4868
  "description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
4360
4869
  },
@@ -4366,6 +4875,7 @@ var tokens = [{
4366
4875
  "attributes": {
4367
4876
  "group": "paint",
4368
4877
  "state": "deleted",
4878
+ "introduced": "0.0.15",
4369
4879
  "replacement": "color.background.warning.[default].hovered",
4370
4880
  "description": "Hover state for background.subtleWarning"
4371
4881
  },
@@ -4376,6 +4886,7 @@ var tokens = [{
4376
4886
  "attributes": {
4377
4887
  "group": "paint",
4378
4888
  "state": "deleted",
4889
+ "introduced": "0.0.15",
4379
4890
  "replacement": "color.background.warning.[default].hovered",
4380
4891
  "description": "Hover state for background.subtleWarning"
4381
4892
  },
@@ -4387,6 +4898,7 @@ var tokens = [{
4387
4898
  "attributes": {
4388
4899
  "group": "paint",
4389
4900
  "state": "deleted",
4901
+ "introduced": "0.0.15",
4390
4902
  "replacement": "color.background.warning.[default].pressed",
4391
4903
  "description": "Pressed state for background.subtleWarning"
4392
4904
  },
@@ -4397,6 +4909,7 @@ var tokens = [{
4397
4909
  "attributes": {
4398
4910
  "group": "paint",
4399
4911
  "state": "deleted",
4912
+ "introduced": "0.0.15",
4400
4913
  "replacement": "color.background.warning.[default].pressed",
4401
4914
  "description": "Pressed state for background.subtleWarning"
4402
4915
  },
@@ -4408,6 +4921,7 @@ var tokens = [{
4408
4921
  "attributes": {
4409
4922
  "group": "paint",
4410
4923
  "state": "deleted",
4924
+ "introduced": "0.0.15",
4411
4925
  "replacement": "color.background.warning.[default].[default]",
4412
4926
  "description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
4413
4927
  },
@@ -4418,6 +4932,7 @@ var tokens = [{
4418
4932
  "attributes": {
4419
4933
  "group": "paint",
4420
4934
  "state": "deleted",
4935
+ "introduced": "0.0.15",
4421
4936
  "replacement": "color.background.warning.[default].[default]",
4422
4937
  "description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
4423
4938
  },
@@ -4429,6 +4944,7 @@ var tokens = [{
4429
4944
  "attributes": {
4430
4945
  "group": "paint",
4431
4946
  "state": "deleted",
4947
+ "introduced": "0.0.15",
4432
4948
  "replacement": "elevation.surface.sunken",
4433
4949
  "description": "Use as a secondary background for the UI"
4434
4950
  },
@@ -4439,6 +4955,7 @@ var tokens = [{
4439
4955
  "attributes": {
4440
4956
  "group": "paint",
4441
4957
  "state": "deleted",
4958
+ "introduced": "0.0.15",
4442
4959
  "replacement": "elevation.surface.sunken",
4443
4960
  "description": "Use as a secondary background for the UI"
4444
4961
  },
@@ -4450,6 +4967,7 @@ var tokens = [{
4450
4967
  "attributes": {
4451
4968
  "group": "paint",
4452
4969
  "state": "deleted",
4970
+ "introduced": "0.0.15",
4453
4971
  "replacement": "color.background.neutral.subtle.hovered",
4454
4972
  "description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
4455
4973
  },
@@ -4460,6 +4978,7 @@ var tokens = [{
4460
4978
  "attributes": {
4461
4979
  "group": "paint",
4462
4980
  "state": "deleted",
4981
+ "introduced": "0.0.15",
4463
4982
  "replacement": "color.background.neutral.subtle.hovered",
4464
4983
  "description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
4465
4984
  },
@@ -4471,6 +4990,7 @@ var tokens = [{
4471
4990
  "attributes": {
4472
4991
  "group": "paint",
4473
4992
  "state": "deleted",
4993
+ "introduced": "0.0.15",
4474
4994
  "replacement": "color.background.neutral.subtle.pressed",
4475
4995
  "description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
4476
4996
  },
@@ -4481,6 +5001,7 @@ var tokens = [{
4481
5001
  "attributes": {
4482
5002
  "group": "paint",
4483
5003
  "state": "deleted",
5004
+ "introduced": "0.0.15",
4484
5005
  "replacement": "color.background.neutral.subtle.pressed",
4485
5006
  "description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
4486
5007
  },
@@ -4492,6 +5013,7 @@ var tokens = [{
4492
5013
  "attributes": {
4493
5014
  "group": "paint",
4494
5015
  "state": "active",
5016
+ "introduced": "0.0.15",
4495
5017
  "description": "Use for the screen overlay that appears with modal dialogs"
4496
5018
  },
4497
5019
  "value": "#091E427A",
@@ -4501,6 +5023,7 @@ var tokens = [{
4501
5023
  "attributes": {
4502
5024
  "group": "paint",
4503
5025
  "state": "active",
5026
+ "introduced": "0.0.15",
4504
5027
  "description": "Use for the screen overlay that appears with modal dialogs"
4505
5028
  },
4506
5029
  "value": "N500A"
@@ -4511,6 +5034,7 @@ var tokens = [{
4511
5034
  "attributes": {
4512
5035
  "group": "paint",
4513
5036
  "state": "active",
5037
+ "introduced": "0.6.0",
4514
5038
  "description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
4515
5039
  },
4516
5040
  "value": "#388BFFCC",
@@ -4520,6 +5044,7 @@ var tokens = [{
4520
5044
  "attributes": {
4521
5045
  "group": "paint",
4522
5046
  "state": "active",
5047
+ "introduced": "0.6.0",
4523
5048
  "description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
4524
5049
  },
4525
5050
  "value": "#388BFFCC"
@@ -4530,6 +5055,7 @@ var tokens = [{
4530
5055
  "attributes": {
4531
5056
  "group": "paint",
4532
5057
  "state": "active",
5058
+ "introduced": "0.6.0",
4533
5059
  "description": "Use as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements"
4534
5060
  },
4535
5061
  "value": "#EF5C48CC",
@@ -4539,6 +5065,7 @@ var tokens = [{
4539
5065
  "attributes": {
4540
5066
  "group": "paint",
4541
5067
  "state": "active",
5068
+ "introduced": "0.6.0",
4542
5069
  "description": "Use as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements"
4543
5070
  },
4544
5071
  "value": "#EF5C48CC"
@@ -4549,6 +5076,7 @@ var tokens = [{
4549
5076
  "attributes": {
4550
5077
  "group": "paint",
4551
5078
  "state": "active",
5079
+ "introduced": "0.6.0",
4552
5080
  "description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
4553
5081
  },
4554
5082
  "value": "#ffffff33",
@@ -4558,6 +5086,7 @@ var tokens = [{
4558
5086
  "attributes": {
4559
5087
  "group": "paint",
4560
5088
  "state": "active",
5089
+ "introduced": "0.6.0",
4561
5090
  "description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
4562
5091
  },
4563
5092
  "value": "#ffffff33"
@@ -4568,6 +5097,7 @@ var tokens = [{
4568
5097
  "attributes": {
4569
5098
  "group": "paint",
4570
5099
  "state": "active",
5100
+ "introduced": "0.6.0",
4571
5101
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
4572
5102
  },
4573
5103
  "value": "#ffffff5c",
@@ -4577,6 +5107,7 @@ var tokens = [{
4577
5107
  "attributes": {
4578
5108
  "group": "paint",
4579
5109
  "state": "active",
5110
+ "introduced": "0.6.0",
4580
5111
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
4581
5112
  },
4582
5113
  "value": "#ffffff5c"
@@ -4587,6 +5118,7 @@ var tokens = [{
4587
5118
  "attributes": {
4588
5119
  "group": "paint",
4589
5120
  "state": "active",
5121
+ "introduced": "0.6.0",
4590
5122
  "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
4591
5123
  },
4592
5124
  "value": "#00000029",
@@ -4596,6 +5128,7 @@ var tokens = [{
4596
5128
  "attributes": {
4597
5129
  "group": "paint",
4598
5130
  "state": "active",
5131
+ "introduced": "0.6.0",
4599
5132
  "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
4600
5133
  },
4601
5134
  "value": "#00000029"
@@ -4606,6 +5139,7 @@ var tokens = [{
4606
5139
  "attributes": {
4607
5140
  "group": "paint",
4608
5141
  "state": "active",
5142
+ "introduced": "0.6.0",
4609
5143
  "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
4610
5144
  },
4611
5145
  "value": "#00000052",
@@ -4615,6 +5149,7 @@ var tokens = [{
4615
5149
  "attributes": {
4616
5150
  "group": "paint",
4617
5151
  "state": "active",
5152
+ "introduced": "0.6.0",
4618
5153
  "description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
4619
5154
  },
4620
5155
  "value": "#00000052"
@@ -4625,6 +5160,7 @@ var tokens = [{
4625
5160
  "attributes": {
4626
5161
  "group": "paint",
4627
5162
  "state": "active",
5163
+ "introduced": "0.8.0",
4628
5164
  "description": "Use for skeleton loading states"
4629
5165
  },
4630
5166
  "value": "#091E420F",
@@ -4634,6 +5170,7 @@ var tokens = [{
4634
5170
  "attributes": {
4635
5171
  "group": "paint",
4636
5172
  "state": "active",
5173
+ "introduced": "0.8.0",
4637
5174
  "description": "Use for skeleton loading states"
4638
5175
  },
4639
5176
  "value": "N200A"
@@ -4644,6 +5181,7 @@ var tokens = [{
4644
5181
  "attributes": {
4645
5182
  "group": "paint",
4646
5183
  "state": "active",
5184
+ "introduced": "0.8.0",
4647
5185
  "description": "Use for the pulse or shimmer effect in skeleton loading states"
4648
5186
  },
4649
5187
  "value": "#091E4208",
@@ -4653,6 +5191,7 @@ var tokens = [{
4653
5191
  "attributes": {
4654
5192
  "group": "paint",
4655
5193
  "state": "active",
5194
+ "introduced": "0.8.0",
4656
5195
  "description": "Use for the pulse or shimmer effect in skeleton loading states"
4657
5196
  },
4658
5197
  "value": "N100A"
@@ -4663,6 +5202,7 @@ var tokens = [{
4663
5202
  "attributes": {
4664
5203
  "group": "paint",
4665
5204
  "state": "active",
5205
+ "introduced": "0.6.0",
4666
5206
  "description": "Use for links in a default or hovered state. Add an underline for hovered states."
4667
5207
  },
4668
5208
  "value": "#0C66E4",
@@ -4672,6 +5212,7 @@ var tokens = [{
4672
5212
  "attributes": {
4673
5213
  "group": "paint",
4674
5214
  "state": "active",
5215
+ "introduced": "0.6.0",
4675
5216
  "description": "Use for links in a default or hovered state. Add an underline for hovered states."
4676
5217
  },
4677
5218
  "value": "B700"
@@ -4682,6 +5223,7 @@ var tokens = [{
4682
5223
  "attributes": {
4683
5224
  "group": "paint",
4684
5225
  "state": "active",
5226
+ "introduced": "0.6.0",
4685
5227
  "description": "Use for links in a pressed state."
4686
5228
  },
4687
5229
  "value": "#0055CC",
@@ -4691,6 +5233,7 @@ var tokens = [{
4691
5233
  "attributes": {
4692
5234
  "group": "paint",
4693
5235
  "state": "active",
5236
+ "introduced": "0.6.0",
4694
5237
  "description": "Use for links in a pressed state."
4695
5238
  },
4696
5239
  "value": "B800"
@@ -4701,6 +5244,7 @@ var tokens = [{
4701
5244
  "attributes": {
4702
5245
  "group": "paint",
4703
5246
  "state": "deleted",
5247
+ "introduced": "0.1.1",
4704
5248
  "replacement": "color.background.accent.blue.bolder",
4705
5249
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4706
5250
  },
@@ -4711,6 +5255,7 @@ var tokens = [{
4711
5255
  "attributes": {
4712
5256
  "group": "paint",
4713
5257
  "state": "deleted",
5258
+ "introduced": "0.1.1",
4714
5259
  "replacement": "color.background.accent.blue.bolder",
4715
5260
  "description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4716
5261
  },
@@ -4722,6 +5267,7 @@ var tokens = [{
4722
5267
  "attributes": {
4723
5268
  "group": "paint",
4724
5269
  "state": "deleted",
5270
+ "introduced": "0.1.1",
4725
5271
  "replacement": "color.background.accent.green.bolder",
4726
5272
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4727
5273
  },
@@ -4732,6 +5278,7 @@ var tokens = [{
4732
5278
  "attributes": {
4733
5279
  "group": "paint",
4734
5280
  "state": "deleted",
5281
+ "introduced": "0.1.1",
4735
5282
  "replacement": "color.background.accent.green.bolder",
4736
5283
  "description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4737
5284
  },
@@ -4743,6 +5290,7 @@ var tokens = [{
4743
5290
  "attributes": {
4744
5291
  "group": "paint",
4745
5292
  "state": "deleted",
5293
+ "introduced": "0.1.1",
4746
5294
  "replacement": "color.background.accent.orange.bolder",
4747
5295
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4748
5296
  },
@@ -4753,6 +5301,7 @@ var tokens = [{
4753
5301
  "attributes": {
4754
5302
  "group": "paint",
4755
5303
  "state": "deleted",
5304
+ "introduced": "0.1.1",
4756
5305
  "replacement": "color.background.accent.orange.bolder",
4757
5306
  "description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4758
5307
  },
@@ -4764,6 +5313,7 @@ var tokens = [{
4764
5313
  "attributes": {
4765
5314
  "group": "paint",
4766
5315
  "state": "deleted",
5316
+ "introduced": "0.1.1",
4767
5317
  "replacement": "color.background.accent.purple.bolder",
4768
5318
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4769
5319
  },
@@ -4774,6 +5324,7 @@ var tokens = [{
4774
5324
  "attributes": {
4775
5325
  "group": "paint",
4776
5326
  "state": "deleted",
5327
+ "introduced": "0.1.1",
4777
5328
  "replacement": "color.background.accent.purple.bolder",
4778
5329
  "description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4779
5330
  },
@@ -4785,6 +5336,7 @@ var tokens = [{
4785
5336
  "attributes": {
4786
5337
  "group": "paint",
4787
5338
  "state": "deleted",
5339
+ "introduced": "0.1.1",
4788
5340
  "replacement": "color.background.accent.red.bolder",
4789
5341
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4790
5342
  },
@@ -4795,6 +5347,7 @@ var tokens = [{
4795
5347
  "attributes": {
4796
5348
  "group": "paint",
4797
5349
  "state": "deleted",
5350
+ "introduced": "0.1.1",
4798
5351
  "replacement": "color.background.accent.red.bolder",
4799
5352
  "description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4800
5353
  },
@@ -4806,6 +5359,7 @@ var tokens = [{
4806
5359
  "attributes": {
4807
5360
  "group": "paint",
4808
5361
  "state": "deleted",
5362
+ "introduced": "0.1.1",
4809
5363
  "replacement": "color.background.accent.teal.bolder",
4810
5364
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4811
5365
  },
@@ -4816,6 +5370,7 @@ var tokens = [{
4816
5370
  "attributes": {
4817
5371
  "group": "paint",
4818
5372
  "state": "deleted",
5373
+ "introduced": "0.1.1",
4819
5374
  "replacement": "color.background.accent.teal.bolder",
4820
5375
  "description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
4821
5376
  },
@@ -4827,6 +5382,7 @@ var tokens = [{
4827
5382
  "attributes": {
4828
5383
  "group": "paint",
4829
5384
  "state": "deleted",
5385
+ "introduced": "0.1.0",
4830
5386
  "replacement": "color.background.accent.blue.subtler",
4831
5387
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4832
5388
  },
@@ -4837,6 +5393,7 @@ var tokens = [{
4837
5393
  "attributes": {
4838
5394
  "group": "paint",
4839
5395
  "state": "deleted",
5396
+ "introduced": "0.1.0",
4840
5397
  "replacement": "color.background.accent.blue.subtler",
4841
5398
  "description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4842
5399
  },
@@ -4848,6 +5405,7 @@ var tokens = [{
4848
5405
  "attributes": {
4849
5406
  "group": "paint",
4850
5407
  "state": "deleted",
5408
+ "introduced": "0.1.0",
4851
5409
  "replacement": "color.background.accent.green.subtler",
4852
5410
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4853
5411
  },
@@ -4858,6 +5416,7 @@ var tokens = [{
4858
5416
  "attributes": {
4859
5417
  "group": "paint",
4860
5418
  "state": "deleted",
5419
+ "introduced": "0.1.0",
4861
5420
  "replacement": "color.background.accent.green.subtler",
4862
5421
  "description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4863
5422
  },
@@ -4869,6 +5428,7 @@ var tokens = [{
4869
5428
  "attributes": {
4870
5429
  "group": "paint",
4871
5430
  "state": "deleted",
5431
+ "introduced": "0.1.0",
4872
5432
  "replacement": "color.background.accent.magenta.subtler",
4873
5433
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4874
5434
  },
@@ -4879,6 +5439,7 @@ var tokens = [{
4879
5439
  "attributes": {
4880
5440
  "group": "paint",
4881
5441
  "state": "deleted",
5442
+ "introduced": "0.1.0",
4882
5443
  "replacement": "color.background.accent.magenta.subtler",
4883
5444
  "description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4884
5445
  },
@@ -4890,6 +5451,7 @@ var tokens = [{
4890
5451
  "attributes": {
4891
5452
  "group": "paint",
4892
5453
  "state": "deleted",
5454
+ "introduced": "0.1.0",
4893
5455
  "replacement": "color.background.accent.orange.subtler",
4894
5456
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4895
5457
  },
@@ -4900,6 +5462,7 @@ var tokens = [{
4900
5462
  "attributes": {
4901
5463
  "group": "paint",
4902
5464
  "state": "deleted",
5465
+ "introduced": "0.1.0",
4903
5466
  "replacement": "color.background.accent.orange.subtler",
4904
5467
  "description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4905
5468
  },
@@ -4911,6 +5474,7 @@ var tokens = [{
4911
5474
  "attributes": {
4912
5475
  "group": "paint",
4913
5476
  "state": "deleted",
5477
+ "introduced": "0.1.0",
4914
5478
  "replacement": "color.background.accent.purple.subtler",
4915
5479
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4916
5480
  },
@@ -4921,6 +5485,7 @@ var tokens = [{
4921
5485
  "attributes": {
4922
5486
  "group": "paint",
4923
5487
  "state": "deleted",
5488
+ "introduced": "0.1.0",
4924
5489
  "replacement": "color.background.accent.purple.subtler",
4925
5490
  "description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4926
5491
  },
@@ -4932,6 +5497,7 @@ var tokens = [{
4932
5497
  "attributes": {
4933
5498
  "group": "paint",
4934
5499
  "state": "deleted",
5500
+ "introduced": "0.1.0",
4935
5501
  "replacement": "color.background.accent.red.subtler",
4936
5502
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4937
5503
  },
@@ -4942,6 +5508,7 @@ var tokens = [{
4942
5508
  "attributes": {
4943
5509
  "group": "paint",
4944
5510
  "state": "deleted",
5511
+ "introduced": "0.1.0",
4945
5512
  "replacement": "color.background.accent.red.subtler",
4946
5513
  "description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4947
5514
  },
@@ -4953,6 +5520,7 @@ var tokens = [{
4953
5520
  "attributes": {
4954
5521
  "group": "paint",
4955
5522
  "state": "deleted",
5523
+ "introduced": "0.1.0",
4956
5524
  "replacement": "color.background.accent.teal.subtler",
4957
5525
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4958
5526
  },
@@ -4963,6 +5531,7 @@ var tokens = [{
4963
5531
  "attributes": {
4964
5532
  "group": "paint",
4965
5533
  "state": "deleted",
5534
+ "introduced": "0.1.0",
4966
5535
  "replacement": "color.background.accent.teal.subtler",
4967
5536
  "description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
4968
5537
  },
@@ -4974,6 +5543,7 @@ var tokens = [{
4974
5543
  "attributes": {
4975
5544
  "group": "paint",
4976
5545
  "state": "deleted",
5546
+ "introduced": "0.0.15",
4977
5547
  "replacement": "color.icon.brand",
4978
5548
  "description": "\nUse rarely for icons or borders representing brand, in-progress, or information, such as the icons in information sections messages.\n\nAlso use for blue icons or borders when there is no meaning tied to the color, such as file type icons."
4979
5549
  },
@@ -4984,6 +5554,7 @@ var tokens = [{
4984
5554
  "attributes": {
4985
5555
  "group": "paint",
4986
5556
  "state": "deleted",
5557
+ "introduced": "0.0.15",
4987
5558
  "replacement": "color.icon.brand",
4988
5559
  "description": "\nUse rarely for icons or borders representing brand, in-progress, or information, such as the icons in information sections messages.\n\nAlso use for blue icons or borders when there is no meaning tied to the color, such as file type icons."
4989
5560
  },
@@ -4995,6 +5566,7 @@ var tokens = [{
4995
5566
  "attributes": {
4996
5567
  "group": "paint",
4997
5568
  "state": "deleted",
5569
+ "introduced": "0.0.15",
4998
5570
  "replacement": "color.icon.danger",
4999
5571
  "description": "\nUse rarely for icons and borders representing critical information, such the icons in error section messages or the borders on invalid text fields.\n\nAlso use for red icons or borders when there is no meaning tied to the color, such as file type icons."
5000
5572
  },
@@ -5005,6 +5577,7 @@ var tokens = [{
5005
5577
  "attributes": {
5006
5578
  "group": "paint",
5007
5579
  "state": "deleted",
5580
+ "introduced": "0.0.15",
5008
5581
  "replacement": "color.icon.danger",
5009
5582
  "description": "\nUse rarely for icons and borders representing critical information, such the icons in error section messages or the borders on invalid text fields.\n\nAlso use for red icons or borders when there is no meaning tied to the color, such as file type icons."
5010
5583
  },
@@ -5016,6 +5589,7 @@ var tokens = [{
5016
5589
  "attributes": {
5017
5590
  "group": "paint",
5018
5591
  "state": "deleted",
5592
+ "introduced": "0.0.15",
5019
5593
  "replacement": "color.icon.discovery",
5020
5594
  "description": "\nUse rarely for icons and borders representing new information, such as the icons in discovery section mesages or the borders in onboarding spotlights.\n\nAlso use for purple icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5021
5595
  },
@@ -5026,6 +5600,7 @@ var tokens = [{
5026
5600
  "attributes": {
5027
5601
  "group": "paint",
5028
5602
  "state": "deleted",
5603
+ "introduced": "0.0.15",
5029
5604
  "replacement": "color.icon.discovery",
5030
5605
  "description": "\nUse rarely for icons and borders representing new information, such as the icons in discovery section mesages or the borders in onboarding spotlights.\n\nAlso use for purple icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5031
5606
  },
@@ -5037,6 +5612,7 @@ var tokens = [{
5037
5612
  "attributes": {
5038
5613
  "group": "paint",
5039
5614
  "state": "deleted",
5615
+ "introduced": "0.0.15",
5040
5616
  "replacement": "color.icon.success",
5041
5617
  "description": "\nUse rarely for icons and borders representing positive information, such as the icons in success section messages or the borders on validated text fields.\n\nAlso use for green icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5042
5618
  },
@@ -5047,6 +5623,7 @@ var tokens = [{
5047
5623
  "attributes": {
5048
5624
  "group": "paint",
5049
5625
  "state": "deleted",
5626
+ "introduced": "0.0.15",
5050
5627
  "replacement": "color.icon.success",
5051
5628
  "description": "\nUse rarely for icons and borders representing positive information, such as the icons in success section messages or the borders on validated text fields.\n\nAlso use for green icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5052
5629
  },
@@ -5058,6 +5635,7 @@ var tokens = [{
5058
5635
  "attributes": {
5059
5636
  "group": "paint",
5060
5637
  "state": "deleted",
5638
+ "introduced": "0.0.15",
5061
5639
  "replacement": "color.icon.warning.[default]",
5062
5640
  "description": "\nUse rarely for icons and borders representing semi-urgent information, such as the icons in warning section messages.\n\nAlso use for yellow icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5063
5641
  },
@@ -5068,6 +5646,7 @@ var tokens = [{
5068
5646
  "attributes": {
5069
5647
  "group": "paint",
5070
5648
  "state": "deleted",
5649
+ "introduced": "0.0.15",
5071
5650
  "replacement": "color.icon.warning.[default]",
5072
5651
  "description": "\nUse rarely for icons and borders representing semi-urgent information, such as the icons in warning section messages.\n\nAlso use for yellow icons or borders when there is no meaning tied to the color, such as file type icons.\n"
5073
5652
  },
@@ -5079,6 +5658,7 @@ var tokens = [{
5079
5658
  "attributes": {
5080
5659
  "group": "paint",
5081
5660
  "state": "deleted",
5661
+ "introduced": "0.1.0",
5082
5662
  "replacement": "color.interaction.hovered",
5083
5663
  "description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
5084
5664
  },
@@ -5089,6 +5669,7 @@ var tokens = [{
5089
5669
  "attributes": {
5090
5670
  "group": "paint",
5091
5671
  "state": "deleted",
5672
+ "introduced": "0.1.0",
5092
5673
  "replacement": "color.interaction.hovered",
5093
5674
  "description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
5094
5675
  },
@@ -5100,6 +5681,7 @@ var tokens = [{
5100
5681
  "attributes": {
5101
5682
  "group": "paint",
5102
5683
  "state": "deleted",
5684
+ "introduced": "0.1.0",
5103
5685
  "replacement": "color.interaction.pressed",
5104
5686
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5105
5687
  },
@@ -5110,6 +5692,7 @@ var tokens = [{
5110
5692
  "attributes": {
5111
5693
  "group": "paint",
5112
5694
  "state": "deleted",
5695
+ "introduced": "0.1.0",
5113
5696
  "replacement": "color.interaction.pressed",
5114
5697
  "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
5115
5698
  },
@@ -5121,6 +5704,7 @@ var tokens = [{
5121
5704
  "attributes": {
5122
5705
  "group": "shadow",
5123
5706
  "state": "deleted",
5707
+ "introduced": "0.6.0",
5124
5708
  "replacement": "elevation.shadow.raised",
5125
5709
  "description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
5126
5710
  },
@@ -5147,6 +5731,7 @@ var tokens = [{
5147
5731
  "attributes": {
5148
5732
  "group": "shadow",
5149
5733
  "state": "deleted",
5734
+ "introduced": "0.6.0",
5150
5735
  "replacement": "elevation.shadow.raised",
5151
5736
  "description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
5152
5737
  },
@@ -5174,6 +5759,7 @@ var tokens = [{
5174
5759
  "attributes": {
5175
5760
  "group": "shadow",
5176
5761
  "state": "deleted",
5762
+ "introduced": "0.6.0",
5177
5763
  "replacement": "elevation.shadow.overlay",
5178
5764
  "description": "\nUse for the box shadow of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the box shadow of raised cards in a dragged state.\n\nCombine with background.overlay"
5179
5765
  },
@@ -5200,6 +5786,7 @@ var tokens = [{
5200
5786
  "attributes": {
5201
5787
  "group": "shadow",
5202
5788
  "state": "deleted",
5789
+ "introduced": "0.6.0",
5203
5790
  "replacement": "elevation.shadow.overlay",
5204
5791
  "description": "\nUse for the box shadow of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the box shadow of raised cards in a dragged state.\n\nCombine with background.overlay"
5205
5792
  },
@@ -5227,6 +5814,7 @@ var tokens = [{
5227
5814
  "attributes": {
5228
5815
  "group": "shadow",
5229
5816
  "state": "active",
5817
+ "introduced": "0.6.0",
5230
5818
  "description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
5231
5819
  },
5232
5820
  "value": [{
@@ -5252,6 +5840,7 @@ var tokens = [{
5252
5840
  "attributes": {
5253
5841
  "group": "shadow",
5254
5842
  "state": "active",
5843
+ "introduced": "0.6.0",
5255
5844
  "description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
5256
5845
  },
5257
5846
  "value": [{
@@ -5278,6 +5867,7 @@ var tokens = [{
5278
5867
  "attributes": {
5279
5868
  "group": "shadow",
5280
5869
  "state": "active",
5870
+ "introduced": "0.6.0",
5281
5871
  "description": "Use to create a shadow when content scolls under other content."
5282
5872
  },
5283
5873
  "value": [{
@@ -5303,6 +5893,7 @@ var tokens = [{
5303
5893
  "attributes": {
5304
5894
  "group": "shadow",
5305
5895
  "state": "active",
5896
+ "introduced": "0.6.0",
5306
5897
  "description": "Use to create a shadow when content scolls under other content."
5307
5898
  },
5308
5899
  "value": [{
@@ -5329,6 +5920,7 @@ var tokens = [{
5329
5920
  "attributes": {
5330
5921
  "group": "shadow",
5331
5922
  "state": "active",
5923
+ "introduced": "0.6.0",
5332
5924
  "description": "Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay\n\nAlso use for the box shadow of raised cards in a dragged state."
5333
5925
  },
5334
5926
  "value": [{
@@ -5354,6 +5946,7 @@ var tokens = [{
5354
5946
  "attributes": {
5355
5947
  "group": "shadow",
5356
5948
  "state": "active",
5949
+ "introduced": "0.6.0",
5357
5950
  "description": "Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay\n\nAlso use for the box shadow of raised cards in a dragged state."
5358
5951
  },
5359
5952
  "value": [{
@@ -5380,6 +5973,7 @@ var tokens = [{
5380
5973
  "attributes": {
5381
5974
  "group": "paint",
5382
5975
  "state": "active",
5976
+ "introduced": "0.6.0",
5383
5977
  "description": "Use as the primary background for the UI."
5384
5978
  },
5385
5979
  "value": "#FFFFFF",
@@ -5389,6 +5983,7 @@ var tokens = [{
5389
5983
  "attributes": {
5390
5984
  "group": "paint",
5391
5985
  "state": "active",
5986
+ "introduced": "0.6.0",
5392
5987
  "description": "Use as the primary background for the UI."
5393
5988
  },
5394
5989
  "value": "N0"
@@ -5399,6 +5994,7 @@ var tokens = [{
5399
5994
  "attributes": {
5400
5995
  "group": "paint",
5401
5996
  "state": "active",
5997
+ "introduced": "0.6.0",
5402
5998
  "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
5403
5999
  },
5404
6000
  "value": "#F7F8F9",
@@ -5408,6 +6004,7 @@ var tokens = [{
5408
6004
  "attributes": {
5409
6005
  "group": "paint",
5410
6006
  "state": "active",
6007
+ "introduced": "0.6.0",
5411
6008
  "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
5412
6009
  },
5413
6010
  "value": "N100"
@@ -5418,6 +6015,7 @@ var tokens = [{
5418
6015
  "attributes": {
5419
6016
  "group": "paint",
5420
6017
  "state": "active",
6018
+ "introduced": "0.6.0",
5421
6019
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
5422
6020
  },
5423
6021
  "value": "#FFFFFF",
@@ -5427,6 +6025,7 @@ var tokens = [{
5427
6025
  "attributes": {
5428
6026
  "group": "paint",
5429
6027
  "state": "active",
6028
+ "introduced": "0.6.0",
5430
6029
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
5431
6030
  },
5432
6031
  "value": "N0"
@@ -5437,6 +6036,7 @@ var tokens = [{
5437
6036
  "attributes": {
5438
6037
  "group": "paint",
5439
6038
  "state": "active",
6039
+ "introduced": "0.6.0",
5440
6040
  "description": "Use for the background of elements that sit on top of they UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.shadow.overlay\n\nAlso use for the background of raised cards in a dragged state."
5441
6041
  },
5442
6042
  "value": "#FFFFFF",
@@ -5446,6 +6046,7 @@ var tokens = [{
5446
6046
  "attributes": {
5447
6047
  "group": "paint",
5448
6048
  "state": "active",
6049
+ "introduced": "0.6.0",
5449
6050
  "description": "Use for the background of elements that sit on top of they UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.shadow.overlay\n\nAlso use for the background of raised cards in a dragged state."
5450
6051
  },
5451
6052
  "value": "N0"
@@ -5456,6 +6057,7 @@ var tokens = [{
5456
6057
  "attributes": {
5457
6058
  "group": "raw",
5458
6059
  "state": "active",
6060
+ "introduced": "0.1.1",
5459
6061
  "description": "Transparent token used for backwards compatibility between new and old theming solutions"
5460
6062
  },
5461
6063
  "value": "transparent",
@@ -5465,6 +6067,7 @@ var tokens = [{
5465
6067
  "attributes": {
5466
6068
  "group": "raw",
5467
6069
  "state": "active",
6070
+ "introduced": "0.1.1",
5468
6071
  "description": "Transparent token used for backwards compatibility between new and old theming solutions"
5469
6072
  },
5470
6073
  "value": "transparent"
@@ -5475,6 +6078,7 @@ var tokens = [{
5475
6078
  "attributes": {
5476
6079
  "group": "raw",
5477
6080
  "state": "active",
6081
+ "introduced": "0.4.0",
5478
6082
  "description": "Used as a placeholder when a suitable token does not exist"
5479
6083
  },
5480
6084
  "value": "#FA11F2",
@@ -5484,6 +6088,7 @@ var tokens = [{
5484
6088
  "attributes": {
5485
6089
  "group": "raw",
5486
6090
  "state": "active",
6091
+ "introduced": "0.4.0",
5487
6092
  "description": "Used as a placeholder when a suitable token does not exist"
5488
6093
  },
5489
6094
  "value": "#FA11F2"