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