@atlaskit/tokens 0.8.2 → 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 (78) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/css/atlassian-dark.css +4 -1
  3. package/css/atlassian-light.css +4 -1
  4. package/dist/cjs/artifacts/rename-mapping.js +4 -0
  5. package/dist/cjs/artifacts/token-default-values.js +4 -1
  6. package/dist/cjs/artifacts/token-names.js +3 -0
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +617 -12
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +615 -10
  9. package/dist/cjs/get-token.js +1 -1
  10. package/dist/cjs/tokens/atlassian-dark/color/background.js +14 -2
  11. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
  12. package/dist/cjs/tokens/atlassian-light/color/background.js +14 -2
  13. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +6 -0
  14. package/dist/cjs/tokens/default/color/accent.js +65 -1
  15. package/dist/cjs/tokens/default/color/background.js +82 -6
  16. package/dist/cjs/tokens/default/color/border.js +11 -0
  17. package/dist/cjs/tokens/default/color/icon.js +13 -1
  18. package/dist/cjs/tokens/default/color/interaction.js +4 -0
  19. package/dist/cjs/tokens/default/color/skeleton.js +2 -0
  20. package/dist/cjs/tokens/default/color/text.js +15 -0
  21. package/dist/cjs/tokens/default/deprecated/deprecated.js +108 -0
  22. package/dist/cjs/tokens/default/elevation/shadow.js +3 -0
  23. package/dist/cjs/tokens/default/elevation/surface.js +4 -0
  24. package/dist/cjs/tokens/default/utility/utility.js +2 -0
  25. package/dist/cjs/version.json +1 -1
  26. package/dist/es2019/artifacts/rename-mapping.js +4 -0
  27. package/dist/es2019/artifacts/token-default-values.js +4 -1
  28. package/dist/es2019/artifacts/token-names.js +3 -0
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +617 -12
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +615 -10
  31. package/dist/es2019/get-token.js +1 -1
  32. package/dist/es2019/tokens/atlassian-dark/color/background.js +14 -2
  33. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
  34. package/dist/es2019/tokens/atlassian-light/color/background.js +14 -2
  35. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +6 -0
  36. package/dist/es2019/tokens/default/color/accent.js +65 -1
  37. package/dist/es2019/tokens/default/color/background.js +82 -6
  38. package/dist/es2019/tokens/default/color/border.js +11 -0
  39. package/dist/es2019/tokens/default/color/icon.js +13 -1
  40. package/dist/es2019/tokens/default/color/interaction.js +4 -0
  41. package/dist/es2019/tokens/default/color/skeleton.js +2 -0
  42. package/dist/es2019/tokens/default/color/text.js +15 -0
  43. package/dist/es2019/tokens/default/deprecated/deprecated.js +108 -0
  44. package/dist/es2019/tokens/default/elevation/shadow.js +3 -0
  45. package/dist/es2019/tokens/default/elevation/surface.js +4 -0
  46. package/dist/es2019/tokens/default/utility/utility.js +2 -0
  47. package/dist/es2019/version.json +1 -1
  48. package/dist/esm/artifacts/rename-mapping.js +4 -0
  49. package/dist/esm/artifacts/token-default-values.js +4 -1
  50. package/dist/esm/artifacts/token-names.js +3 -0
  51. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +617 -12
  52. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +615 -10
  53. package/dist/esm/get-token.js +1 -1
  54. package/dist/esm/tokens/atlassian-dark/color/background.js +14 -2
  55. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
  56. package/dist/esm/tokens/atlassian-light/color/background.js +14 -2
  57. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +6 -0
  58. package/dist/esm/tokens/default/color/accent.js +65 -1
  59. package/dist/esm/tokens/default/color/background.js +82 -6
  60. package/dist/esm/tokens/default/color/border.js +11 -0
  61. package/dist/esm/tokens/default/color/icon.js +13 -1
  62. package/dist/esm/tokens/default/color/interaction.js +4 -0
  63. package/dist/esm/tokens/default/color/skeleton.js +2 -0
  64. package/dist/esm/tokens/default/color/text.js +15 -0
  65. package/dist/esm/tokens/default/deprecated/deprecated.js +108 -0
  66. package/dist/esm/tokens/default/elevation/shadow.js +3 -0
  67. package/dist/esm/tokens/default/elevation/surface.js +4 -0
  68. package/dist/esm/tokens/default/utility/utility.js +2 -0
  69. package/dist/esm/version.json +1 -1
  70. package/dist/types/artifacts/token-default-values.d.ts +4 -1
  71. package/dist/types/artifacts/token-names.d.ts +6 -0
  72. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +8 -0
  73. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +8 -0
  74. package/dist/types/artifacts/types-internal.d.ts +1 -1
  75. package/dist/types/artifacts/types.d.ts +1 -1
  76. package/dist/types/tokens/default/utility/utility.d.ts +14 -10
  77. package/dist/types/types.d.ts +12 -1
  78. package/package.json +1 -1
@@ -5,6 +5,7 @@ const color = {
5
5
  attributes: {
6
6
  group: 'paint',
7
7
  state: 'active',
8
+ introduced: '0.0.15',
8
9
  description: 'Use for the screen overlay that appears with modal dialogs'
9
10
  }
10
11
  },
@@ -12,6 +13,7 @@ const color = {
12
13
  attributes: {
13
14
  group: 'paint',
14
15
  state: 'active',
16
+ introduced: '0.6.0',
15
17
  description: "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
16
18
  }
17
19
  },
@@ -19,6 +21,7 @@ const color = {
19
21
  attributes: {
20
22
  group: 'paint',
21
23
  state: 'active',
24
+ introduced: '0.6.0',
22
25
  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"
23
26
  }
24
27
  }
@@ -28,14 +31,36 @@ const color = {
28
31
  attributes: {
29
32
  group: 'paint',
30
33
  state: 'active',
34
+ introduced: '0.0.15',
31
35
  description: 'Use for backgrounds of elements in a disabled state.'
32
36
  }
33
37
  },
34
38
  inverse: {
35
- attributes: {
36
- group: 'paint',
37
- state: 'active',
38
- description: 'Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.'
39
+ subtle: {
40
+ '[default]': {
41
+ attributes: {
42
+ group: 'paint',
43
+ state: 'active',
44
+ introduced: '0.8.3',
45
+ description: 'Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.'
46
+ }
47
+ },
48
+ hovered: {
49
+ attributes: {
50
+ group: 'paint',
51
+ state: 'active',
52
+ introduced: '0.8.3',
53
+ description: 'Use for the hovered state of color.background.inverse.subtle'
54
+ }
55
+ },
56
+ pressed: {
57
+ attributes: {
58
+ group: 'paint',
59
+ state: 'active',
60
+ introduced: '0.8.3',
61
+ description: 'Use for the pressed state of color.background.inverse.subtle'
62
+ }
63
+ }
39
64
  }
40
65
  },
41
66
  input: {
@@ -43,6 +68,7 @@ const color = {
43
68
  attributes: {
44
69
  group: 'paint',
45
70
  state: 'active',
71
+ introduced: '0.6.0',
46
72
  description: 'Use for background of form UI elements, such as text fields, checkboxes, and radio buttons.'
47
73
  }
48
74
  },
@@ -50,6 +76,7 @@ const color = {
50
76
  attributes: {
51
77
  group: 'paint',
52
78
  state: 'active',
79
+ introduced: '0.6.0',
53
80
  description: 'Hovered state for color.background.input'
54
81
  }
55
82
  },
@@ -57,6 +84,7 @@ const color = {
57
84
  attributes: {
58
85
  group: 'paint',
59
86
  state: 'active',
87
+ introduced: '0.6.0',
60
88
  description: 'Pressed state for color.background.input'
61
89
  }
62
90
  }
@@ -67,6 +95,7 @@ const color = {
67
95
  attributes: {
68
96
  group: 'paint',
69
97
  state: 'active',
98
+ introduced: '0.6.0',
70
99
  description: 'The default background for neutral elements, such as default buttons.'
71
100
  }
72
101
  },
@@ -74,6 +103,7 @@ const color = {
74
103
  attributes: {
75
104
  group: 'paint',
76
105
  state: 'active',
106
+ introduced: '0.6.0',
77
107
  description: 'Hovered state for color.background.neutral'
78
108
  }
79
109
  },
@@ -81,6 +111,7 @@ const color = {
81
111
  attributes: {
82
112
  group: 'paint',
83
113
  state: 'active',
114
+ introduced: '0.6.0',
84
115
  description: 'Pressed state for color.background.neutral'
85
116
  }
86
117
  }
@@ -90,6 +121,7 @@ const color = {
90
121
  attributes: {
91
122
  group: 'paint',
92
123
  state: 'active',
124
+ introduced: '0.6.0',
93
125
  description: 'Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items.'
94
126
  }
95
127
  },
@@ -97,6 +129,7 @@ const color = {
97
129
  attributes: {
98
130
  group: 'paint',
99
131
  state: 'active',
132
+ introduced: '0.6.0',
100
133
  description: 'Hovered state for color.background.neutral.subtle'
101
134
  }
102
135
  },
@@ -104,6 +137,7 @@ const color = {
104
137
  attributes: {
105
138
  group: 'paint',
106
139
  state: 'active',
140
+ introduced: '0.6.0',
107
141
  description: 'Pressed state for color.background.neutral.subtle'
108
142
  }
109
143
  }
@@ -113,6 +147,7 @@ const color = {
113
147
  attributes: {
114
148
  group: 'paint',
115
149
  state: 'active',
150
+ introduced: '0.6.0',
116
151
  description: 'A vibrant background option for neutral UI elements, such as announcement banners.'
117
152
  }
118
153
  },
@@ -120,6 +155,7 @@ const color = {
120
155
  attributes: {
121
156
  group: 'paint',
122
157
  state: 'active',
158
+ introduced: '0.6.0',
123
159
  description: 'Hovered state of color.background.neutral.bold'
124
160
  }
125
161
  },
@@ -127,6 +163,7 @@ const color = {
127
163
  attributes: {
128
164
  group: 'paint',
129
165
  state: 'active',
166
+ introduced: '0.6.0',
130
167
  description: 'Pressed state of color.background.neutral.bold'
131
168
  }
132
169
  }
@@ -138,6 +175,7 @@ const color = {
138
175
  attributes: {
139
176
  group: 'paint',
140
177
  state: 'active',
178
+ introduced: '0.6.0',
141
179
  description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.'
142
180
  }
143
181
  },
@@ -145,6 +183,7 @@ const color = {
145
183
  attributes: {
146
184
  group: 'paint',
147
185
  state: 'active',
186
+ introduced: '0.6.0',
148
187
  description: 'Hovered state of color.background.brand.bold'
149
188
  }
150
189
  },
@@ -152,6 +191,7 @@ const color = {
152
191
  attributes: {
153
192
  group: 'paint',
154
193
  state: 'active',
194
+ introduced: '0.6.0',
155
195
  description: 'Pressed state of color.background.brand.bold'
156
196
  }
157
197
  }
@@ -163,6 +203,7 @@ const color = {
163
203
  attributes: {
164
204
  group: 'paint',
165
205
  state: 'active',
206
+ introduced: '0.6.2',
166
207
  description: 'Use for the background of elements in a selected state, such as in opened dropdown buttons.'
167
208
  }
168
209
  },
@@ -170,6 +211,7 @@ const color = {
170
211
  attributes: {
171
212
  group: 'paint',
172
213
  state: 'active',
214
+ introduced: '0.6.2',
173
215
  description: 'Hovered state for color.background.selected'
174
216
  }
175
217
  },
@@ -177,6 +219,7 @@ const color = {
177
219
  attributes: {
178
220
  group: 'paint',
179
221
  state: 'active',
222
+ introduced: '0.6.2',
180
223
  description: 'Pressed state for color.background.selected'
181
224
  }
182
225
  }
@@ -186,13 +229,15 @@ const color = {
186
229
  attributes: {
187
230
  group: 'paint',
188
231
  state: 'active',
189
- description: 'Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons.'
232
+ introduced: '0.6.2',
233
+ description: 'Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.'
190
234
  }
191
235
  },
192
236
  hovered: {
193
237
  attributes: {
194
238
  group: 'paint',
195
239
  state: 'active',
240
+ introduced: '0.6.2',
196
241
  description: 'Hovered state of color.background.selected.bold'
197
242
  }
198
243
  },
@@ -200,6 +245,7 @@ const color = {
200
245
  attributes: {
201
246
  group: 'paint',
202
247
  state: 'active',
248
+ introduced: '0.6.2',
203
249
  description: 'Pressed state of color.background.selected.bold'
204
250
  }
205
251
  }
@@ -211,13 +257,15 @@ const color = {
211
257
  attributes: {
212
258
  group: 'paint',
213
259
  state: 'active',
214
- description: 'Use for backgrounds communicating critical informaton, such in error section messages.'
260
+ introduced: '0.6.0',
261
+ description: 'Use for backgrounds communicating critical information, such in error section messages.'
215
262
  }
216
263
  },
217
264
  hovered: {
218
265
  attributes: {
219
266
  group: 'paint',
220
267
  state: 'active',
268
+ introduced: '0.6.0',
221
269
  description: 'Hovered state for color.background.danger'
222
270
  }
223
271
  },
@@ -225,6 +273,7 @@ const color = {
225
273
  attributes: {
226
274
  group: 'paint',
227
275
  state: 'active',
276
+ introduced: '0.6.0',
228
277
  description: 'Pressed state for color.background.danger'
229
278
  }
230
279
  }
@@ -234,6 +283,7 @@ const color = {
234
283
  attributes: {
235
284
  group: 'paint',
236
285
  state: 'active',
286
+ introduced: '0.6.0',
237
287
  description: 'A vibrant background option for communicating critical information, such as in danger buttons and error banners.'
238
288
  }
239
289
  },
@@ -241,6 +291,7 @@ const color = {
241
291
  attributes: {
242
292
  group: 'paint',
243
293
  state: 'active',
294
+ introduced: '0.6.0',
244
295
  description: 'Hovered state of color.background.danger.bold'
245
296
  }
246
297
  },
@@ -248,6 +299,7 @@ const color = {
248
299
  attributes: {
249
300
  group: 'paint',
250
301
  state: 'active',
302
+ introduced: '0.6.0',
251
303
  description: 'Pressed state of color.background.danger.bold'
252
304
  }
253
305
  }
@@ -259,6 +311,7 @@ const color = {
259
311
  attributes: {
260
312
  group: 'paint',
261
313
  state: 'active',
314
+ introduced: '0.6.0',
262
315
  description: 'Use for backgrounds communicating caution, such as in warning section messages.'
263
316
  }
264
317
  },
@@ -266,6 +319,7 @@ const color = {
266
319
  attributes: {
267
320
  group: 'paint',
268
321
  state: 'active',
322
+ introduced: '0.6.0',
269
323
  description: 'Hovered state for color.background.warning'
270
324
  }
271
325
  },
@@ -273,6 +327,7 @@ const color = {
273
327
  attributes: {
274
328
  group: 'paint',
275
329
  state: 'active',
330
+ introduced: '0.6.0',
276
331
  description: 'Pressed state for color.background.warning'
277
332
  }
278
333
  }
@@ -282,6 +337,7 @@ const color = {
282
337
  attributes: {
283
338
  group: 'paint',
284
339
  state: 'active',
340
+ introduced: '0.6.0',
285
341
  description: 'A vibrant background option for communicating caution, such as in warning buttons and warning banners.'
286
342
  }
287
343
  },
@@ -289,6 +345,7 @@ const color = {
289
345
  attributes: {
290
346
  group: 'paint',
291
347
  state: 'active',
348
+ introduced: '0.6.0',
292
349
  description: 'Hovered state of color.background.warning.bold'
293
350
  }
294
351
  },
@@ -296,6 +353,7 @@ const color = {
296
353
  attributes: {
297
354
  group: 'paint',
298
355
  state: 'active',
356
+ introduced: '0.6.0',
299
357
  description: 'Pressed state of color.background.warning.bold'
300
358
  }
301
359
  }
@@ -307,6 +365,7 @@ const color = {
307
365
  attributes: {
308
366
  group: 'paint',
309
367
  state: 'active',
368
+ introduced: '0.6.0',
310
369
  description: 'Use for backgrounds communicating a favourable outcome, such as in success section messages.'
311
370
  }
312
371
  },
@@ -314,6 +373,7 @@ const color = {
314
373
  attributes: {
315
374
  group: 'paint',
316
375
  state: 'active',
376
+ introduced: '0.6.0',
317
377
  description: 'Hovered state for color.background.success'
318
378
  }
319
379
  },
@@ -321,6 +381,7 @@ const color = {
321
381
  attributes: {
322
382
  group: 'paint',
323
383
  state: 'active',
384
+ introduced: '0.6.0',
324
385
  description: 'Pressed state for color.background.success'
325
386
  }
326
387
  }
@@ -330,6 +391,7 @@ const color = {
330
391
  attributes: {
331
392
  group: 'paint',
332
393
  state: 'active',
394
+ introduced: '0.6.0',
333
395
  description: 'A vibrant background option for communicating a favourable outcome, such as in checked toggles.'
334
396
  }
335
397
  },
@@ -337,6 +399,7 @@ const color = {
337
399
  attributes: {
338
400
  group: 'paint',
339
401
  state: 'active',
402
+ introduced: '0.6.0',
340
403
  description: 'Hovered state of color.background.success.bold'
341
404
  }
342
405
  },
@@ -344,6 +407,7 @@ const color = {
344
407
  attributes: {
345
408
  group: 'paint',
346
409
  state: 'active',
410
+ introduced: '0.6.0',
347
411
  description: 'Pressed state of color.background.success.bold'
348
412
  }
349
413
  }
@@ -355,6 +419,7 @@ const color = {
355
419
  attributes: {
356
420
  group: 'paint',
357
421
  state: 'active',
422
+ introduced: '0.6.0',
358
423
  description: 'Use for backgrounds communicating change or something new, such as in discovery section messages.'
359
424
  }
360
425
  },
@@ -362,6 +427,7 @@ const color = {
362
427
  attributes: {
363
428
  group: 'paint',
364
429
  state: 'active',
430
+ introduced: '0.6.0',
365
431
  description: 'Hover state for color.background.discovery'
366
432
  }
367
433
  },
@@ -369,6 +435,7 @@ const color = {
369
435
  attributes: {
370
436
  group: 'paint',
371
437
  state: 'active',
438
+ introduced: '0.6.0',
372
439
  description: 'Pressed state for color.background.discovery'
373
440
  }
374
441
  }
@@ -378,6 +445,7 @@ const color = {
378
445
  attributes: {
379
446
  group: 'paint',
380
447
  state: 'active',
448
+ introduced: '0.6.0',
381
449
  description: 'A vibrant background option communicating change or something new, such as in onboarding spotlights.'
382
450
  }
383
451
  },
@@ -385,6 +453,7 @@ const color = {
385
453
  attributes: {
386
454
  group: 'paint',
387
455
  state: 'active',
456
+ introduced: '0.6.0',
388
457
  description: 'Hovered state of color.background.discovery.bold'
389
458
  }
390
459
  },
@@ -392,6 +461,7 @@ const color = {
392
461
  attributes: {
393
462
  group: 'paint',
394
463
  state: 'active',
464
+ introduced: '0.6.0',
395
465
  description: 'Pressed state of color.background.discovery.bold'
396
466
  }
397
467
  }
@@ -403,6 +473,7 @@ const color = {
403
473
  attributes: {
404
474
  group: 'paint',
405
475
  state: 'active',
476
+ introduced: '0.6.0',
406
477
  description: 'Use for backgrounds communicating information or something in-progress, such as in information section messages.'
407
478
  }
408
479
  },
@@ -410,6 +481,7 @@ const color = {
410
481
  attributes: {
411
482
  group: 'paint',
412
483
  state: 'active',
484
+ introduced: '0.6.0',
413
485
  description: 'Hovered state of color.background.information'
414
486
  }
415
487
  },
@@ -417,6 +489,7 @@ const color = {
417
489
  attributes: {
418
490
  group: 'paint',
419
491
  state: 'active',
492
+ introduced: '0.6.0',
420
493
  description: 'Pressed state of color.background.information'
421
494
  }
422
495
  }
@@ -426,6 +499,7 @@ const color = {
426
499
  attributes: {
427
500
  group: 'paint',
428
501
  state: 'active',
502
+ introduced: '0.6.0',
429
503
  description: 'A vibrant background option for communicating information or something in-progress.'
430
504
  }
431
505
  },
@@ -433,6 +507,7 @@ const color = {
433
507
  attributes: {
434
508
  group: 'paint',
435
509
  state: 'active',
510
+ introduced: '0.6.0',
436
511
  description: 'Hovered state of color.background.information.bold'
437
512
  }
438
513
  },
@@ -440,6 +515,7 @@ const color = {
440
515
  attributes: {
441
516
  group: 'paint',
442
517
  state: 'active',
518
+ introduced: '0.6.0',
443
519
  description: 'Pressed state of color.background.information.bold'
444
520
  }
445
521
  }
@@ -5,6 +5,7 @@ const color = {
5
5
  attributes: {
6
6
  group: 'paint',
7
7
  state: 'active',
8
+ introduced: '0.6.0',
8
9
  description: 'Use to visually group or separate UI elements, such as flat cards or side panel dividers.'
9
10
  }
10
11
  },
@@ -12,6 +13,7 @@ const color = {
12
13
  attributes: {
13
14
  group: 'paint',
14
15
  state: 'active',
16
+ introduced: '0.6.0',
15
17
  description: 'Use for focus rings of elements in a focus state.'
16
18
  }
17
19
  },
@@ -19,6 +21,7 @@ const color = {
19
21
  attributes: {
20
22
  group: 'paint',
21
23
  state: 'active',
24
+ introduced: '0.6.0',
22
25
  description: 'Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons.'
23
26
  }
24
27
  },
@@ -26,6 +29,7 @@ const color = {
26
29
  attributes: {
27
30
  group: 'paint',
28
31
  state: 'active',
32
+ introduced: '0.6.0',
29
33
  description: 'Use for borders of elements in a disabled state.'
30
34
  }
31
35
  },
@@ -33,6 +37,7 @@ const color = {
33
37
  attributes: {
34
38
  group: 'paint',
35
39
  state: 'active',
40
+ introduced: '0.6.0',
36
41
  description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.'
37
42
  }
38
43
  },
@@ -40,6 +45,7 @@ const color = {
40
45
  attributes: {
41
46
  group: 'paint',
42
47
  state: 'active',
48
+ introduced: '0.6.2',
43
49
  description: 'Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.'
44
50
  }
45
51
  },
@@ -47,6 +53,7 @@ const color = {
47
53
  attributes: {
48
54
  group: 'paint',
49
55
  state: 'active',
56
+ introduced: '0.6.0',
50
57
  description: 'Use for borders communicating critical information, such as the borders on invalid text fields.'
51
58
  }
52
59
  },
@@ -54,6 +61,7 @@ const color = {
54
61
  attributes: {
55
62
  group: 'paint',
56
63
  state: 'active',
64
+ introduced: '0.6.0',
57
65
  description: 'Use for borders communicating caution.'
58
66
  }
59
67
  },
@@ -61,6 +69,7 @@ const color = {
61
69
  attributes: {
62
70
  group: 'paint',
63
71
  state: 'active',
72
+ introduced: '0.6.0',
64
73
  description: 'Use for borders communicating a favourable outcome, such as the borders on validated text fields.'
65
74
  }
66
75
  },
@@ -68,6 +77,7 @@ const color = {
68
77
  attributes: {
69
78
  group: 'paint',
70
79
  state: 'active',
80
+ introduced: '0.6.0',
71
81
  description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.'
72
82
  }
73
83
  },
@@ -75,6 +85,7 @@ const color = {
75
85
  attributes: {
76
86
  group: 'paint',
77
87
  state: 'active',
88
+ introduced: '0.6.0',
78
89
  description: 'Use for borders communicating information or something in-progress.'
79
90
  }
80
91
  }
@@ -5,6 +5,7 @@ const color = {
5
5
  attributes: {
6
6
  group: 'paint',
7
7
  state: 'active',
8
+ introduced: '0.6.0',
8
9
  description: 'Use for icon-only buttons, or icons paired with color.text'
9
10
  }
10
11
  },
@@ -12,6 +13,7 @@ const color = {
12
13
  attributes: {
13
14
  group: 'paint',
14
15
  state: 'active',
16
+ introduced: '0.6.0',
15
17
  description: 'Use for icons paired with color.text.subtle'
16
18
  }
17
19
  },
@@ -19,6 +21,7 @@ const color = {
19
21
  attributes: {
20
22
  group: 'paint',
21
23
  state: 'active',
24
+ introduced: '0.6.0',
22
25
  description: 'Use for icons on bold backgrounds.'
23
26
  }
24
27
  },
@@ -26,6 +29,7 @@ const color = {
26
29
  attributes: {
27
30
  group: 'paint',
28
31
  state: 'active',
32
+ introduced: '0.6.0',
29
33
  description: 'Use for icons in a disabled state.'
30
34
  }
31
35
  },
@@ -33,6 +37,7 @@ const color = {
33
37
  attributes: {
34
38
  group: 'paint',
35
39
  state: 'active',
40
+ introduced: '0.6.0',
36
41
  description: 'Use for icons that reinforce our brand.'
37
42
  }
38
43
  },
@@ -40,6 +45,7 @@ const color = {
40
45
  attributes: {
41
46
  group: 'paint',
42
47
  state: 'active',
48
+ introduced: '0.6.2',
43
49
  description: 'Use for icons in selected or opened states, such as those used in dropdown buttons.'
44
50
  }
45
51
  },
@@ -47,7 +53,8 @@ const color = {
47
53
  attributes: {
48
54
  group: 'paint',
49
55
  state: 'active',
50
- description: 'Use for icons communicating critical informaton, such as those used in error handing.'
56
+ introduced: '0.6.0',
57
+ description: 'Use for icons communicating critical information, such as those used in error handing.'
51
58
  }
52
59
  },
53
60
  warning: {
@@ -55,6 +62,7 @@ const color = {
55
62
  attributes: {
56
63
  group: 'paint',
57
64
  state: 'active',
65
+ introduced: '0.6.0',
58
66
  description: 'Use for icons communicating caution, such as those used in warning section messages.'
59
67
  }
60
68
  },
@@ -62,6 +70,7 @@ const color = {
62
70
  attributes: {
63
71
  group: 'paint',
64
72
  state: 'active',
73
+ introduced: '0.6.0',
65
74
  description: 'Use for icons when on bold warning backgrounds.'
66
75
  }
67
76
  }
@@ -70,6 +79,7 @@ const color = {
70
79
  attributes: {
71
80
  group: 'paint',
72
81
  state: 'active',
82
+ introduced: '0.6.0',
73
83
  description: 'Use for icons communicating a favourable outcome, such as those used in success section messaged.'
74
84
  }
75
85
  },
@@ -77,6 +87,7 @@ const color = {
77
87
  attributes: {
78
88
  group: 'paint',
79
89
  state: 'active',
90
+ introduced: '0.6.0',
80
91
  description: 'Use for icons communicating change or something new, such as discovery section messages.'
81
92
  }
82
93
  },
@@ -84,6 +95,7 @@ const color = {
84
95
  attributes: {
85
96
  group: 'paint',
86
97
  state: 'active',
98
+ introduced: '0.6.0',
87
99
  description: 'Use for icons communicating information or something in-progress, such as information section messages.'
88
100
  }
89
101
  }
@@ -5,6 +5,7 @@ const color = {
5
5
  attributes: {
6
6
  group: 'paint',
7
7
  state: 'active',
8
+ introduced: '0.6.0',
8
9
  description: 'Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars.'
9
10
  }
10
11
  },
@@ -12,6 +13,7 @@ const color = {
12
13
  attributes: {
13
14
  group: 'paint',
14
15
  state: 'active',
16
+ introduced: '0.6.0',
15
17
  description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.'
16
18
  }
17
19
  },
@@ -20,6 +22,7 @@ const color = {
20
22
  attributes: {
21
23
  group: 'paint',
22
24
  state: 'active',
25
+ introduced: '0.6.0',
23
26
  description: 'Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.'
24
27
  }
25
28
  },
@@ -27,6 +30,7 @@ const color = {
27
30
  attributes: {
28
31
  group: 'paint',
29
32
  state: 'active',
33
+ introduced: '0.6.0',
30
34
  description: 'Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.'
31
35
  }
32
36
  }
@@ -5,6 +5,7 @@ const color = {
5
5
  attributes: {
6
6
  group: 'paint',
7
7
  state: 'active',
8
+ introduced: '0.8.0',
8
9
  description: 'Use for skeleton loading states'
9
10
  }
10
11
  },
@@ -12,6 +13,7 @@ const color = {
12
13
  attributes: {
13
14
  group: 'paint',
14
15
  state: 'active',
16
+ introduced: '0.8.0',
15
17
  description: 'Use for the pulse or shimmer effect in skeleton loading states'
16
18
  }
17
19
  }