@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: 'deleted',
14
+ introduced: '0.1.1',
14
15
  replacement: 'color.background.accent.blue.bolder',
15
16
  description: 'Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'
16
17
  }
@@ -19,6 +20,7 @@ var color = {
19
20
  attributes: {
20
21
  group: 'paint',
21
22
  state: 'deleted',
23
+ introduced: '0.1.1',
22
24
  replacement: 'color.background.accent.green.bolder',
23
25
  description: 'Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'
24
26
  }
@@ -27,6 +29,7 @@ var color = {
27
29
  attributes: {
28
30
  group: 'paint',
29
31
  state: 'deleted',
32
+ introduced: '0.1.1',
30
33
  replacement: 'color.background.accent.orange.bolder',
31
34
  description: 'Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'
32
35
  }
@@ -35,6 +38,7 @@ var color = {
35
38
  attributes: {
36
39
  group: 'paint',
37
40
  state: 'deleted',
41
+ introduced: '0.1.1',
38
42
  replacement: 'color.background.accent.purple.bolder',
39
43
  description: 'Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'
40
44
  }
@@ -43,6 +47,7 @@ var color = {
43
47
  attributes: {
44
48
  group: 'paint',
45
49
  state: 'deleted',
50
+ introduced: '0.1.1',
46
51
  replacement: 'color.background.accent.red.bolder',
47
52
  description: 'Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'
48
53
  }
@@ -51,6 +56,7 @@ var color = {
51
56
  attributes: {
52
57
  group: 'paint',
53
58
  state: 'deleted',
59
+ introduced: '0.1.1',
54
60
  replacement: 'color.background.accent.teal.bolder',
55
61
  description: 'Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'
56
62
  }
@@ -59,6 +65,7 @@ var color = {
59
65
  attributes: {
60
66
  group: 'paint',
61
67
  state: 'deleted',
68
+ introduced: '0.1.0',
62
69
  replacement: 'color.background.accent.blue.subtler',
63
70
  description: 'Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags.'
64
71
  }
@@ -67,6 +74,7 @@ var color = {
67
74
  attributes: {
68
75
  group: 'paint',
69
76
  state: 'deleted',
77
+ introduced: '0.1.0',
70
78
  replacement: 'color.background.accent.green.subtler',
71
79
  description: 'Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags.'
72
80
  }
@@ -75,6 +83,7 @@ var color = {
75
83
  attributes: {
76
84
  group: 'paint',
77
85
  state: 'deleted',
86
+ introduced: '0.1.0',
78
87
  replacement: 'color.background.accent.magenta.subtler',
79
88
  description: 'Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags.'
80
89
  }
@@ -83,6 +92,7 @@ var color = {
83
92
  attributes: {
84
93
  group: 'paint',
85
94
  state: 'deleted',
95
+ introduced: '0.1.0',
86
96
  replacement: 'color.background.accent.orange.subtler',
87
97
  description: 'Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags.'
88
98
  }
@@ -91,6 +101,7 @@ var color = {
91
101
  attributes: {
92
102
  group: 'paint',
93
103
  state: 'deleted',
104
+ introduced: '0.1.0',
94
105
  replacement: 'color.background.accent.purple.subtler',
95
106
  description: 'Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags.'
96
107
  }
@@ -99,6 +110,7 @@ var color = {
99
110
  attributes: {
100
111
  group: 'paint',
101
112
  state: 'deleted',
113
+ introduced: '0.1.0',
102
114
  replacement: 'color.background.accent.red.subtler',
103
115
  description: 'Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags.'
104
116
  }
@@ -107,6 +119,7 @@ var color = {
107
119
  attributes: {
108
120
  group: 'paint',
109
121
  state: 'deleted',
122
+ introduced: '0.1.0',
110
123
  replacement: 'color.background.accent.teal.subtler',
111
124
  description: 'Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags.'
112
125
  }
@@ -119,6 +132,7 @@ var color = {
119
132
  attributes: {
120
133
  group: 'paint',
121
134
  state: 'deleted',
135
+ introduced: '0.6.0',
122
136
  replacement: 'color.background.accent.blue.subtler',
123
137
  description: 'Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags.'
124
138
  }
@@ -127,6 +141,7 @@ var color = {
127
141
  attributes: {
128
142
  group: 'paint',
129
143
  state: 'deleted',
144
+ introduced: '0.6.0',
130
145
  replacement: 'color.background.accent.blue.subtle',
131
146
  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.'
132
147
  }
@@ -137,6 +152,7 @@ var color = {
137
152
  attributes: {
138
153
  group: 'paint',
139
154
  state: 'deleted',
155
+ introduced: '0.6.0',
140
156
  replacement: 'color.background.accent.red.subtler',
141
157
  description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.'
142
158
  }
@@ -145,6 +161,7 @@ var color = {
145
161
  attributes: {
146
162
  group: 'paint',
147
163
  state: 'deleted',
164
+ introduced: '0.6.0',
148
165
  replacement: 'color.background.accent.red.subtle',
149
166
  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.'
150
167
  }
@@ -155,6 +172,7 @@ var color = {
155
172
  attributes: {
156
173
  group: 'paint',
157
174
  state: 'deleted',
175
+ introduced: '0.6.0',
158
176
  replacement: 'color.background.accent.orange.subtler',
159
177
  description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.'
160
178
  }
@@ -163,6 +181,7 @@ var color = {
163
181
  attributes: {
164
182
  group: 'paint',
165
183
  state: 'deleted',
184
+ introduced: '0.6.0',
166
185
  replacement: 'color.background.accent.orange.subtle',
167
186
  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.'
168
187
  }
@@ -173,6 +192,7 @@ var color = {
173
192
  attributes: {
174
193
  group: 'paint',
175
194
  state: 'deleted',
195
+ introduced: '0.6.0',
176
196
  replacement: 'color.background.accent.yellow.subtler',
177
197
  description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.'
178
198
  }
@@ -181,6 +201,7 @@ var color = {
181
201
  attributes: {
182
202
  group: 'paint',
183
203
  state: 'deleted',
204
+ introduced: '0.6.0',
184
205
  replacement: 'color.background.accent.yellow.subtle',
185
206
  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.'
186
207
  }
@@ -191,6 +212,7 @@ var color = {
191
212
  attributes: {
192
213
  group: 'paint',
193
214
  state: 'deleted',
215
+ introduced: '0.6.0',
194
216
  replacement: 'color.background.accent.green.subtler',
195
217
  description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.'
196
218
  }
@@ -199,6 +221,7 @@ var color = {
199
221
  attributes: {
200
222
  group: 'paint',
201
223
  state: 'deleted',
224
+ introduced: '0.6.0',
202
225
  replacement: 'color.background.accent.green.subtle',
203
226
  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.'
204
227
  }
@@ -209,6 +232,7 @@ var color = {
209
232
  attributes: {
210
233
  group: 'paint',
211
234
  state: 'deleted',
235
+ introduced: '0.6.0',
212
236
  replacement: 'color.background.accent.teal.subtler',
213
237
  description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.'
214
238
  }
@@ -217,6 +241,7 @@ var color = {
217
241
  attributes: {
218
242
  group: 'paint',
219
243
  state: 'deleted',
244
+ introduced: '0.6.0',
220
245
  replacement: 'color.background.accent.teal.subtle',
221
246
  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.'
222
247
  }
@@ -227,6 +252,7 @@ var color = {
227
252
  attributes: {
228
253
  group: 'paint',
229
254
  state: 'deleted',
255
+ introduced: '0.6.0',
230
256
  replacement: 'color.background.accent.purple.subtler',
231
257
  description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.'
232
258
  }
@@ -235,6 +261,7 @@ var color = {
235
261
  attributes: {
236
262
  group: 'paint',
237
263
  state: 'deleted',
264
+ introduced: '0.6.0',
238
265
  replacement: 'color.background.accent.purple.subtle',
239
266
  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.'
240
267
  }
@@ -245,6 +272,7 @@ var color = {
245
272
  attributes: {
246
273
  group: 'paint',
247
274
  state: 'deleted',
275
+ introduced: '0.6.0',
248
276
  replacement: 'color.background.accent.magenta.subtler',
249
277
  description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.'
250
278
  }
@@ -253,6 +281,7 @@ var color = {
253
281
  attributes: {
254
282
  group: 'paint',
255
283
  state: 'deleted',
284
+ introduced: '0.6.0',
256
285
  replacement: 'color.background.accent.magenta.subtle',
257
286
  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.'
258
287
  }
@@ -263,6 +292,7 @@ var color = {
263
292
  attributes: {
264
293
  group: 'paint',
265
294
  state: 'deleted',
295
+ introduced: '0.0.15',
266
296
  replacement: 'color.blanket.[default]',
267
297
  description: 'Use for the screen overlay that appears with modal dialogs'
268
298
  }
@@ -273,6 +303,7 @@ var color = {
273
303
  attributes: {
274
304
  group: 'paint',
275
305
  state: 'deprecated',
306
+ introduced: '0.6.0',
276
307
  replacement: 'color.background.selected.[default].[default]',
277
308
  description: 'Use for the background of elements used to reinforce our brand.'
278
309
  }
@@ -281,6 +312,7 @@ var color = {
281
312
  attributes: {
282
313
  group: 'paint',
283
314
  state: 'deprecated',
315
+ introduced: '0.6.0',
284
316
  replacement: 'color.background.selected.[default].hovered',
285
317
  description: 'Hovered state for color.background.brand'
286
318
  }
@@ -289,6 +321,7 @@ var color = {
289
321
  attributes: {
290
322
  group: 'paint',
291
323
  state: 'deprecated',
324
+ introduced: '0.6.0',
292
325
  replacement: 'color.background.selected.[default].pressed',
293
326
  description: 'Pressed state for color.background.brand'
294
327
  }
@@ -300,6 +333,7 @@ var color = {
300
333
  attributes: {
301
334
  group: 'paint',
302
335
  state: 'deleted',
336
+ introduced: '0.0.15',
303
337
  replacement: 'color.background.brand.bold.hovered',
304
338
  description: 'Hover state of background.boldBrand'
305
339
  }
@@ -308,6 +342,7 @@ var color = {
308
342
  attributes: {
309
343
  group: 'paint',
310
344
  state: 'deleted',
345
+ introduced: '0.0.15',
311
346
  replacement: 'color.background.brand.bold.pressed',
312
347
  description: 'Pressed state of background.boldBrand'
313
348
  }
@@ -316,6 +351,7 @@ var color = {
316
351
  attributes: {
317
352
  group: 'paint',
318
353
  state: 'deleted',
354
+ introduced: '0.0.15',
319
355
  replacement: 'color.background.brand.bold.[default]',
320
356
  description: 'A vibrant background for small UI elements like primary buttons and bold in progress lozenges.'
321
357
  }
@@ -326,6 +362,7 @@ var color = {
326
362
  attributes: {
327
363
  group: 'paint',
328
364
  state: 'deleted',
365
+ introduced: '0.0.15',
329
366
  replacement: 'color.background.danger.bold.hovered',
330
367
  description: 'Hover state of background.boldDanger'
331
368
  }
@@ -334,6 +371,7 @@ var color = {
334
371
  attributes: {
335
372
  group: 'paint',
336
373
  state: 'deleted',
374
+ introduced: '0.0.15',
337
375
  replacement: 'color.background.danger.bold.pressed',
338
376
  description: 'Pressed state of background.boldDanger'
339
377
  }
@@ -342,6 +380,7 @@ var color = {
342
380
  attributes: {
343
381
  group: 'paint',
344
382
  state: 'deleted',
383
+ introduced: '0.0.15',
345
384
  replacement: 'color.background.danger.bold.[default]',
346
385
  description: 'A vibrant background for small UI elements like danger buttons and bold removed lozenges.'
347
386
  }
@@ -352,6 +391,7 @@ var color = {
352
391
  attributes: {
353
392
  group: 'paint',
354
393
  state: 'deleted',
394
+ introduced: '0.0.15',
355
395
  replacement: 'color.background.discovery.bold.hovered',
356
396
  description: 'Hover state of background.boldDiscovery'
357
397
  }
@@ -360,6 +400,7 @@ var color = {
360
400
  attributes: {
361
401
  group: 'paint',
362
402
  state: 'deleted',
403
+ introduced: '0.0.15',
363
404
  replacement: 'color.background.discovery.bold.pressed',
364
405
  description: 'Pressed state of background.boldDiscovery'
365
406
  }
@@ -368,6 +409,7 @@ var color = {
368
409
  attributes: {
369
410
  group: 'paint',
370
411
  state: 'deleted',
412
+ introduced: '0.0.15',
371
413
  replacement: 'color.background.discovery.bold.[default]',
372
414
  description: 'A vibrant background for small UI elements like onboarding buttons and bold new lozenges.'
373
415
  }
@@ -378,6 +420,7 @@ var color = {
378
420
  attributes: {
379
421
  group: 'paint',
380
422
  state: 'deleted',
423
+ introduced: '0.0.15',
381
424
  replacement: 'color.background.neutral.bold.hovered',
382
425
  description: 'Hover state of background.boldNeutral'
383
426
  }
@@ -386,6 +429,7 @@ var color = {
386
429
  attributes: {
387
430
  group: 'paint',
388
431
  state: 'deleted',
432
+ introduced: '0.0.15',
389
433
  replacement: 'color.background.neutral.bold.pressed',
390
434
  description: 'Pressed state of background.boldNeutral'
391
435
  }
@@ -394,6 +438,7 @@ var color = {
394
438
  attributes: {
395
439
  group: 'paint',
396
440
  state: 'deleted',
441
+ introduced: '0.0.15',
397
442
  replacement: 'color.background.neutral.bold.[default]',
398
443
  description: 'A vibrant background for small UI elements like unchecked toggles and bold default lozenges.'
399
444
  }
@@ -404,6 +449,7 @@ var color = {
404
449
  attributes: {
405
450
  group: 'paint',
406
451
  state: 'deleted',
452
+ introduced: '0.0.15',
407
453
  replacement: 'color.background.success.bold.hovered',
408
454
  description: 'Hover state of background.boldSuccess'
409
455
  }
@@ -412,6 +458,7 @@ var color = {
412
458
  attributes: {
413
459
  group: 'paint',
414
460
  state: 'deleted',
461
+ introduced: '0.0.15',
415
462
  replacement: 'color.background.success.bold.pressed',
416
463
  description: 'Pressed state of background.boldSuccess'
417
464
  }
@@ -420,6 +467,7 @@ var color = {
420
467
  attributes: {
421
468
  group: 'paint',
422
469
  state: 'deleted',
470
+ introduced: '0.0.15',
423
471
  replacement: 'color.background.success.bold.[default]',
424
472
  description: 'A vibrant background for small UI elements like checked toggles and bold success lozenges.'
425
473
  }
@@ -430,6 +478,7 @@ var color = {
430
478
  attributes: {
431
479
  group: 'paint',
432
480
  state: 'deleted',
481
+ introduced: '0.0.15',
433
482
  replacement: 'color.background.warning.bold.hovered',
434
483
  description: 'Hover state of background.boldWarning'
435
484
  }
@@ -438,6 +487,7 @@ var color = {
438
487
  attributes: {
439
488
  group: 'paint',
440
489
  state: 'deleted',
490
+ introduced: '0.0.15',
441
491
  replacement: 'color.background.warning.bold.pressed',
442
492
  description: 'Pressed state of background.boldWarning'
443
493
  }
@@ -446,6 +496,7 @@ var color = {
446
496
  attributes: {
447
497
  group: 'paint',
448
498
  state: 'deleted',
499
+ introduced: '0.0.15',
449
500
  replacement: 'color.background.warning.bold.[default]',
450
501
  description: 'A vibrant background for small UI elements like warning buttons and bold moved lozenges.'
451
502
  }
@@ -455,6 +506,7 @@ var color = {
455
506
  attributes: {
456
507
  group: 'paint',
457
508
  state: 'deleted',
509
+ introduced: '0.0.15',
458
510
  replacement: 'elevation.surface.raised',
459
511
  description: 'Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card.'
460
512
  }
@@ -463,14 +515,27 @@ var color = {
463
515
  attributes: {
464
516
  group: 'paint',
465
517
  state: 'deleted',
518
+ introduced: '0.0.15',
466
519
  replacement: 'elevation.surface.[default]',
467
520
  description: 'Use as the primary background for the UI'
468
521
  }
469
522
  },
523
+ inverse: {
524
+ '[default]': {
525
+ attributes: {
526
+ group: 'paint',
527
+ state: 'deprecated',
528
+ introduced: '0.1.0',
529
+ replacement: 'color.background.inverse.subtle.[default]',
530
+ description: 'Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.'
531
+ }
532
+ }
533
+ },
470
534
  overlay: {
471
535
  attributes: {
472
536
  group: 'paint',
473
537
  state: 'deleted',
538
+ introduced: '0.0.15',
474
539
  replacement: 'elevation.surface.overlay',
475
540
  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."
476
541
  }
@@ -480,6 +545,7 @@ var color = {
480
545
  attributes: {
481
546
  group: 'paint',
482
547
  state: 'deprecated',
548
+ introduced: '0.1.0',
483
549
  replacement: 'color.background.selected.[default].[default]',
484
550
  description: 'Use for backgrounds of elements in a selected state'
485
551
  }
@@ -488,6 +554,7 @@ var color = {
488
554
  attributes: {
489
555
  group: 'paint',
490
556
  state: 'deprecated',
557
+ introduced: '0.1.0',
491
558
  replacement: 'color.background.selected.[default].hovered',
492
559
  description: 'Hover state for color.background.selected'
493
560
  }
@@ -498,6 +565,7 @@ var color = {
498
565
  attributes: {
499
566
  group: 'paint',
500
567
  state: 'deleted',
568
+ introduced: '0.0.15',
501
569
  replacement: 'color.background.input.pressed',
502
570
  description: 'Pressed state for background.subtleBorderedNeutral'
503
571
  }
@@ -506,6 +574,7 @@ var color = {
506
574
  attributes: {
507
575
  group: 'paint',
508
576
  state: 'deleted',
577
+ introduced: '0.0.15',
509
578
  replacement: 'color.background.input.[default]',
510
579
  description: 'Hover state for background.subtleBorderedNeutral'
511
580
  }
@@ -516,6 +585,7 @@ var color = {
516
585
  attributes: {
517
586
  group: 'paint',
518
587
  state: 'deprecated',
588
+ introduced: '0.0.15',
519
589
  replacement: 'color.background.selected.[default].hovered',
520
590
  description: 'Hover state for background.subtleBrand'
521
591
  }
@@ -524,6 +594,7 @@ var color = {
524
594
  attributes: {
525
595
  group: 'paint',
526
596
  state: 'deprecated',
597
+ introduced: '0.0.15',
527
598
  replacement: 'color.background.selected.[default].pressed',
528
599
  description: 'Pressed state for background.subtleBrand'
529
600
  }
@@ -532,6 +603,7 @@ var color = {
532
603
  attributes: {
533
604
  group: 'paint',
534
605
  state: 'deprecated',
606
+ introduced: '0.0.15',
535
607
  replacement: 'color.background.selected.[default].[default]',
536
608
  description: 'Use for subdued backgrounds of UI elements like information section messages and in progress lozenges.'
537
609
  }
@@ -542,6 +614,7 @@ var color = {
542
614
  attributes: {
543
615
  group: 'paint',
544
616
  state: 'deleted',
617
+ introduced: '0.0.15',
545
618
  replacement: 'color.background.danger.[default].hovered',
546
619
  description: 'Hover state for background.subtleDanger'
547
620
  }
@@ -550,6 +623,7 @@ var color = {
550
623
  attributes: {
551
624
  group: 'paint',
552
625
  state: 'deleted',
626
+ introduced: '0.0.15',
553
627
  replacement: 'color.background.danger.[default].pressed',
554
628
  description: 'Pressed state for background.subtleDanger'
555
629
  }
@@ -558,6 +632,7 @@ var color = {
558
632
  attributes: {
559
633
  group: 'paint',
560
634
  state: 'deleted',
635
+ introduced: '0.0.15',
561
636
  replacement: 'color.background.danger.[default].[default]',
562
637
  description: 'Use for subdued backgrounds of UI elements like error section messages and removed lozenges.'
563
638
  }
@@ -568,6 +643,7 @@ var color = {
568
643
  attributes: {
569
644
  group: 'paint',
570
645
  state: 'deleted',
646
+ introduced: '0.0.15',
571
647
  replacement: 'color.background.discovery.[default].hovered',
572
648
  description: 'Hover state for background.subtleDiscovery'
573
649
  }
@@ -576,6 +652,7 @@ var color = {
576
652
  attributes: {
577
653
  group: 'paint',
578
654
  state: 'deleted',
655
+ introduced: '0.0.15',
579
656
  replacement: 'color.background.discovery.[default].pressed',
580
657
  description: 'Pressed state for background.subtleDiscovery'
581
658
  }
@@ -584,6 +661,7 @@ var color = {
584
661
  attributes: {
585
662
  group: 'paint',
586
663
  state: 'deleted',
664
+ introduced: '0.0.15',
587
665
  replacement: 'color.background.discovery.[default].[default]',
588
666
  description: 'Use for subdued backgrounds of UI elements like discovery section messages and new lozenges.'
589
667
  }
@@ -594,6 +672,7 @@ var color = {
594
672
  attributes: {
595
673
  group: 'paint',
596
674
  state: 'deleted',
675
+ introduced: '0.0.15',
597
676
  replacement: 'color.background.neutral.[default].hovered',
598
677
  description: 'Hover state for background.subtleNeutral'
599
678
  }
@@ -602,6 +681,7 @@ var color = {
602
681
  attributes: {
603
682
  group: 'paint',
604
683
  state: 'deleted',
684
+ introduced: '0.0.15',
605
685
  replacement: 'color.background.neutral.[default].pressed',
606
686
  description: 'Pressed state for background.subtleNeutral'
607
687
  }
@@ -610,6 +690,7 @@ var color = {
610
690
  attributes: {
611
691
  group: 'paint',
612
692
  state: 'deleted',
693
+ introduced: '0.0.15',
613
694
  replacement: 'color.background.neutral.[default].[default]',
614
695
  description: 'Use as the default background of UI elements like buttons, lozenges, and tags.'
615
696
  }
@@ -620,6 +701,7 @@ var color = {
620
701
  attributes: {
621
702
  group: 'paint',
622
703
  state: 'deleted',
704
+ introduced: '0.0.15',
623
705
  replacement: 'color.background.success.[default].hovered',
624
706
  description: 'Hover state for background.subtleSuccess'
625
707
  }
@@ -628,6 +710,7 @@ var color = {
628
710
  attributes: {
629
711
  group: 'paint',
630
712
  state: 'deleted',
713
+ introduced: '0.0.15',
631
714
  replacement: 'color.background.success.[default].pressed',
632
715
  description: 'Pressed state for background.subtleSuccess'
633
716
  }
@@ -636,6 +719,7 @@ var color = {
636
719
  attributes: {
637
720
  group: 'paint',
638
721
  state: 'deleted',
722
+ introduced: '0.0.15',
639
723
  replacement: 'color.background.success.[default].[default]',
640
724
  description: 'Use for subdued backgrounds of UI elements like success section messages and success lozenges.'
641
725
  }
@@ -646,6 +730,7 @@ var color = {
646
730
  attributes: {
647
731
  group: 'paint',
648
732
  state: 'deleted',
733
+ introduced: '0.0.15',
649
734
  replacement: 'color.background.warning.[default].hovered',
650
735
  description: 'Hover state for background.subtleWarning'
651
736
  }
@@ -654,6 +739,7 @@ var color = {
654
739
  attributes: {
655
740
  group: 'paint',
656
741
  state: 'deleted',
742
+ introduced: '0.0.15',
657
743
  replacement: 'color.background.warning.[default].pressed',
658
744
  description: 'Pressed state for background.subtleWarning'
659
745
  }
@@ -662,6 +748,7 @@ var color = {
662
748
  attributes: {
663
749
  group: 'paint',
664
750
  state: 'deleted',
751
+ introduced: '0.0.15',
665
752
  replacement: 'color.background.warning.[default].[default]',
666
753
  description: 'Use for subdued backgrounds of UI elements like warning section messages and moved lozenges.'
667
754
  }
@@ -671,6 +758,7 @@ var color = {
671
758
  attributes: {
672
759
  group: 'paint',
673
760
  state: 'deleted',
761
+ introduced: '0.0.15',
674
762
  replacement: 'elevation.surface.sunken',
675
763
  description: 'Use as a secondary background for the UI'
676
764
  }
@@ -680,6 +768,7 @@ var color = {
680
768
  attributes: {
681
769
  group: 'paint',
682
770
  state: 'deleted',
771
+ introduced: '0.0.15',
683
772
  replacement: 'color.background.neutral.subtle.hovered',
684
773
  description: 'Hover state for UIs that do not have a default background, such as menu items or subtle buttons.'
685
774
  }
@@ -688,6 +777,7 @@ var color = {
688
777
  attributes: {
689
778
  group: 'paint',
690
779
  state: 'deleted',
780
+ introduced: '0.0.15',
691
781
  replacement: 'color.background.neutral.subtle.pressed',
692
782
  description: 'Pressed state for UIs that do not have a default background, such as menu items or subtle buttons.'
693
783
  }
@@ -699,6 +789,7 @@ var color = {
699
789
  attributes: {
700
790
  group: 'paint',
701
791
  state: 'deleted',
792
+ introduced: '0.0.15',
702
793
  replacement: 'color.text.[default]',
703
794
  description: 'Use for primary text, such as body copy, sentence case headers, and buttons'
704
795
  }
@@ -708,6 +799,7 @@ var color = {
708
799
  attributes: {
709
800
  group: 'paint',
710
801
  state: 'deleted',
802
+ introduced: '0.0.15',
711
803
  replacement: 'color.link.pressed',
712
804
  description: 'Use for links in a pressed state'
713
805
  }
@@ -716,6 +808,7 @@ var color = {
716
808
  attributes: {
717
809
  group: 'paint',
718
810
  state: 'deleted',
811
+ introduced: '0.0.15',
719
812
  replacement: 'color.link.[default]',
720
813
  description: 'Use for links in a resting or hover state. Add an underline for hover states'
721
814
  }
@@ -725,6 +818,7 @@ var color = {
725
818
  attributes: {
726
819
  group: 'paint',
727
820
  state: 'deleted',
821
+ introduced: '0.0.15',
728
822
  replacement: 'color.text.subtlest',
729
823
  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"
730
824
  }
@@ -733,6 +827,7 @@ var color = {
733
827
  attributes: {
734
828
  group: 'paint',
735
829
  state: 'deleted',
830
+ introduced: '0.0.15',
736
831
  replacement: 'color.text.subtle',
737
832
  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 "
738
833
  }
@@ -741,6 +836,7 @@ var color = {
741
836
  attributes: {
742
837
  group: 'paint',
743
838
  state: 'deleted',
839
+ introduced: '0.0.15',
744
840
  replacement: 'color.text.inverse',
745
841
  description: 'Use for text and icons when on bold backgrounds'
746
842
  }
@@ -749,6 +845,7 @@ var color = {
749
845
  attributes: {
750
846
  group: 'paint',
751
847
  state: 'deleted',
848
+ introduced: '0.0.15',
752
849
  replacement: 'color.text.warning.inverse',
753
850
  description: 'Use for text and icons when on bold warning backgrounds'
754
851
  }
@@ -759,6 +856,7 @@ var color = {
759
856
  attributes: {
760
857
  group: 'paint',
761
858
  state: 'deleted',
859
+ introduced: '0.0.15',
762
860
  replacement: 'color.border.focused',
763
861
  description: 'Use for focus rings of elements in a focus state'
764
862
  }
@@ -767,6 +865,7 @@ var color = {
767
865
  attributes: {
768
866
  group: 'paint',
769
867
  state: 'deleted',
868
+ introduced: '0.0.15',
770
869
  replacement: 'color.border.[default]',
771
870
  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'
772
871
  }
@@ -777,6 +876,7 @@ var color = {
777
876
  attributes: {
778
877
  group: 'paint',
779
878
  state: 'deleted',
879
+ introduced: '0.0.15',
780
880
  replacement: 'color.icon.brand',
781
881
  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."
782
882
  }
@@ -785,6 +885,7 @@ var color = {
785
885
  attributes: {
786
886
  group: 'paint',
787
887
  state: 'deleted',
888
+ introduced: '0.0.15',
788
889
  replacement: 'color.icon.danger',
789
890
  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."
790
891
  }
@@ -793,6 +894,7 @@ var color = {
793
894
  attributes: {
794
895
  group: 'paint',
795
896
  state: 'deleted',
897
+ introduced: '0.0.15',
796
898
  replacement: 'color.icon.discovery',
797
899
  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"
798
900
  }
@@ -801,6 +903,7 @@ var color = {
801
903
  attributes: {
802
904
  group: 'paint',
803
905
  state: 'deleted',
906
+ introduced: '0.0.15',
804
907
  replacement: 'color.icon.success',
805
908
  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"
806
909
  }
@@ -809,6 +912,7 @@ var color = {
809
912
  attributes: {
810
913
  group: 'paint',
811
914
  state: 'deleted',
915
+ introduced: '0.0.15',
812
916
  replacement: 'color.icon.warning.[default]',
813
917
  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"
814
918
  }
@@ -819,6 +923,7 @@ var color = {
819
923
  attributes: {
820
924
  group: 'paint',
821
925
  state: 'deleted',
926
+ introduced: '0.1.0',
822
927
  replacement: 'color.interaction.hovered',
823
928
  description: 'Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars.'
824
929
  }
@@ -827,6 +932,7 @@ var color = {
827
932
  attributes: {
828
933
  group: 'paint',
829
934
  state: 'deleted',
935
+ introduced: '0.1.0',
830
936
  replacement: 'color.interaction.pressed',
831
937
  description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.'
832
938
  }
@@ -838,6 +944,7 @@ var color = {
838
944
  attributes: {
839
945
  group: 'shadow',
840
946
  state: 'deleted',
947
+ introduced: '0.6.0',
841
948
  replacement: 'elevation.shadow.raised',
842
949
  description: "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
843
950
  }
@@ -846,6 +953,7 @@ var color = {
846
953
  attributes: {
847
954
  group: 'shadow',
848
955
  state: 'deleted',
956
+ introduced: '0.6.0',
849
957
  replacement: 'elevation.shadow.overlay',
850
958
  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"
851
959
  }