@atlaskit/tokens 0.6.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/CHANGELOG.md +64 -0
  2. package/css/atlassian-dark.css +55 -8
  3. package/css/atlassian-light.css +54 -7
  4. package/dist/cjs/artifacts/rename-mapping.js +100 -32
  5. package/dist/cjs/artifacts/token-default-values.js +54 -7
  6. package/dist/cjs/artifacts/token-names.js +54 -7
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +1173 -246
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +1151 -224
  9. package/dist/cjs/figma/synchronize-figma-tokens.js +34 -9
  10. package/dist/cjs/get-token.js +1 -1
  11. package/dist/cjs/tokens/atlassian-dark/color/accent.js +120 -32
  12. package/dist/cjs/tokens/atlassian-dark/color/background.js +16 -3
  13. package/dist/cjs/tokens/atlassian-dark/color/border.js +3 -0
  14. package/dist/cjs/tokens/atlassian-dark/color/icon.js +3 -0
  15. package/dist/cjs/tokens/atlassian-dark/color/text.js +3 -0
  16. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +79 -6
  17. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +1 -1
  18. package/dist/cjs/tokens/atlassian-light/color/accent.js +112 -24
  19. package/dist/cjs/tokens/atlassian-light/color/background.js +13 -0
  20. package/dist/cjs/tokens/atlassian-light/color/border.js +3 -0
  21. package/dist/cjs/tokens/atlassian-light/color/icon.js +3 -0
  22. package/dist/cjs/tokens/atlassian-light/color/text.js +3 -0
  23. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +79 -6
  24. package/dist/cjs/tokens/default/color/accent.js +234 -50
  25. package/dist/cjs/tokens/default/color/background.js +30 -5
  26. package/dist/cjs/tokens/default/color/border.js +7 -0
  27. package/dist/cjs/tokens/default/color/icon.js +7 -0
  28. package/dist/cjs/tokens/default/color/text.js +7 -0
  29. package/dist/cjs/tokens/default/deprecated/deprecated.js +192 -34
  30. package/dist/cjs/tokens/palette.js +6 -0
  31. package/dist/cjs/version.json +1 -1
  32. package/dist/es2019/artifacts/rename-mapping.js +100 -32
  33. package/dist/es2019/artifacts/token-default-values.js +54 -7
  34. package/dist/es2019/artifacts/token-names.js +54 -7
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +1173 -246
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +1151 -224
  37. package/dist/es2019/figma/synchronize-figma-tokens.js +32 -9
  38. package/dist/es2019/get-token.js +1 -1
  39. package/dist/es2019/tokens/atlassian-dark/color/accent.js +120 -32
  40. package/dist/es2019/tokens/atlassian-dark/color/background.js +16 -3
  41. package/dist/es2019/tokens/atlassian-dark/color/border.js +3 -0
  42. package/dist/es2019/tokens/atlassian-dark/color/icon.js +3 -0
  43. package/dist/es2019/tokens/atlassian-dark/color/text.js +3 -0
  44. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +79 -6
  45. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +1 -1
  46. package/dist/es2019/tokens/atlassian-light/color/accent.js +112 -24
  47. package/dist/es2019/tokens/atlassian-light/color/background.js +13 -0
  48. package/dist/es2019/tokens/atlassian-light/color/border.js +3 -0
  49. package/dist/es2019/tokens/atlassian-light/color/icon.js +3 -0
  50. package/dist/es2019/tokens/atlassian-light/color/text.js +3 -0
  51. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +79 -6
  52. package/dist/es2019/tokens/default/color/accent.js +234 -50
  53. package/dist/es2019/tokens/default/color/background.js +30 -5
  54. package/dist/es2019/tokens/default/color/border.js +7 -0
  55. package/dist/es2019/tokens/default/color/icon.js +7 -0
  56. package/dist/es2019/tokens/default/color/text.js +7 -0
  57. package/dist/es2019/tokens/default/deprecated/deprecated.js +192 -34
  58. package/dist/es2019/tokens/palette.js +6 -0
  59. package/dist/es2019/version.json +1 -1
  60. package/dist/esm/artifacts/rename-mapping.js +100 -32
  61. package/dist/esm/artifacts/token-default-values.js +54 -7
  62. package/dist/esm/artifacts/token-names.js +54 -7
  63. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +1173 -246
  64. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +1151 -224
  65. package/dist/esm/figma/synchronize-figma-tokens.js +34 -9
  66. package/dist/esm/get-token.js +1 -1
  67. package/dist/esm/tokens/atlassian-dark/color/accent.js +120 -32
  68. package/dist/esm/tokens/atlassian-dark/color/background.js +16 -3
  69. package/dist/esm/tokens/atlassian-dark/color/border.js +3 -0
  70. package/dist/esm/tokens/atlassian-dark/color/icon.js +3 -0
  71. package/dist/esm/tokens/atlassian-dark/color/text.js +3 -0
  72. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +79 -6
  73. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +1 -1
  74. package/dist/esm/tokens/atlassian-light/color/accent.js +112 -24
  75. package/dist/esm/tokens/atlassian-light/color/background.js +13 -0
  76. package/dist/esm/tokens/atlassian-light/color/border.js +3 -0
  77. package/dist/esm/tokens/atlassian-light/color/icon.js +3 -0
  78. package/dist/esm/tokens/atlassian-light/color/text.js +3 -0
  79. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +79 -6
  80. package/dist/esm/tokens/default/color/accent.js +234 -50
  81. package/dist/esm/tokens/default/color/background.js +30 -5
  82. package/dist/esm/tokens/default/color/border.js +7 -0
  83. package/dist/esm/tokens/default/color/icon.js +7 -0
  84. package/dist/esm/tokens/default/color/text.js +7 -0
  85. package/dist/esm/tokens/default/deprecated/deprecated.js +192 -34
  86. package/dist/esm/tokens/palette.js +6 -0
  87. package/dist/esm/version.json +1 -1
  88. package/dist/types/artifacts/token-default-values.d.ts +54 -7
  89. package/dist/types/artifacts/token-names.d.ts +108 -14
  90. package/dist/types/artifacts/types-internal.d.ts +1 -1
  91. package/dist/types/artifacts/types.d.ts +1 -1
  92. package/dist/types/figma/synchronize-figma-tokens.d.ts +9 -1
  93. package/dist/types/tokens/default/utility/utility.d.ts +10 -10
  94. package/dist/types/types.d.ts +116 -26
  95. package/package.json +2 -4
@@ -3,59 +3,131 @@ const color = {
3
3
  text: {
4
4
  accent: {
5
5
  blue: {
6
- attributes: {
7
- group: 'paint',
8
- state: 'active',
9
- description: 'Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
6
+ '[default]': {
7
+ attributes: {
8
+ group: 'paint',
9
+ state: 'active',
10
+ description: 'Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
11
+ }
12
+ },
13
+ bolder: {
14
+ attributes: {
15
+ group: 'paint',
16
+ state: 'active',
17
+ description: 'Use on bold blue accent backgrounds.'
18
+ }
10
19
  }
11
20
  },
12
21
  red: {
13
- attributes: {
14
- group: 'paint',
15
- state: 'active',
16
- description: 'Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
22
+ '[default]': {
23
+ attributes: {
24
+ group: 'paint',
25
+ state: 'active',
26
+ description: 'Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
27
+ }
28
+ },
29
+ bolder: {
30
+ attributes: {
31
+ group: 'paint',
32
+ state: 'active',
33
+ description: 'Use on bold red accent backgrounds.'
34
+ }
17
35
  }
18
36
  },
19
37
  orange: {
20
- attributes: {
21
- group: 'paint',
22
- state: 'active',
23
- description: 'Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
38
+ '[default]': {
39
+ attributes: {
40
+ group: 'paint',
41
+ state: 'active',
42
+ description: 'Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
43
+ }
44
+ },
45
+ bolder: {
46
+ attributes: {
47
+ group: 'paint',
48
+ state: 'active',
49
+ description: 'Use on bold orange accent backgrounds.'
50
+ }
24
51
  }
25
52
  },
26
53
  yellow: {
27
- attributes: {
28
- group: 'paint',
29
- state: 'active',
30
- description: 'Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
54
+ '[default]': {
55
+ attributes: {
56
+ group: 'paint',
57
+ state: 'active',
58
+ description: 'Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
59
+ }
60
+ },
61
+ bolder: {
62
+ attributes: {
63
+ group: 'paint',
64
+ state: 'active',
65
+ description: 'Use on bold yellow accent backgrounds.'
66
+ }
31
67
  }
32
68
  },
33
69
  green: {
34
- attributes: {
35
- group: 'paint',
36
- state: 'active',
37
- description: 'Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
70
+ '[default]': {
71
+ attributes: {
72
+ group: 'paint',
73
+ state: 'active',
74
+ description: 'Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
75
+ }
76
+ },
77
+ bolder: {
78
+ attributes: {
79
+ group: 'paint',
80
+ state: 'active',
81
+ description: 'Use on bold green accent backgrounds.'
82
+ }
38
83
  }
39
84
  },
40
85
  purple: {
41
- attributes: {
42
- group: 'paint',
43
- state: 'active',
44
- description: 'Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
86
+ '[default]': {
87
+ attributes: {
88
+ group: 'paint',
89
+ state: 'active',
90
+ description: 'Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
91
+ }
92
+ },
93
+ bolder: {
94
+ attributes: {
95
+ group: 'paint',
96
+ state: 'active',
97
+ description: 'Use on bold purple accent backgrounds.'
98
+ }
45
99
  }
46
100
  },
47
101
  teal: {
48
- attributes: {
49
- group: 'paint',
50
- state: 'active',
51
- description: 'Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
102
+ '[default]': {
103
+ attributes: {
104
+ group: 'paint',
105
+ state: 'active',
106
+ description: 'Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
107
+ }
108
+ },
109
+ bolder: {
110
+ attributes: {
111
+ group: 'paint',
112
+ state: 'active',
113
+ description: 'Use on bold teal accent backgrounds.'
114
+ }
52
115
  }
53
116
  },
54
117
  magenta: {
55
- attributes: {
56
- group: 'paint',
57
- state: 'active',
58
- description: 'Use for megenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
118
+ '[default]': {
119
+ attributes: {
120
+ group: 'paint',
121
+ state: 'active',
122
+ description: 'Use for megenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags.'
123
+ }
124
+ },
125
+ bolder: {
126
+ attributes: {
127
+ group: 'paint',
128
+ state: 'active',
129
+ description: 'Use on bold magenta accent backgrounds.'
130
+ }
59
131
  }
60
132
  }
61
133
  }
@@ -126,14 +198,14 @@ const color = {
126
198
  attributes: {
127
199
  group: 'paint',
128
200
  state: 'active',
129
- description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
201
+ description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.'
130
202
  }
131
203
  },
132
204
  red: {
133
205
  attributes: {
134
206
  group: 'paint',
135
207
  state: 'active',
136
- description: 'Use for red borders on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
208
+ description: 'Use for red borders on non-bold backgrounds when there is no meaning tied to the color.'
137
209
  }
138
210
  },
139
211
  orange: {
@@ -183,131 +255,243 @@ const color = {
183
255
  background: {
184
256
  accent: {
185
257
  blue: {
186
- '[default]': {
258
+ subtlest: {
259
+ attributes: {
260
+ group: 'paint',
261
+ state: 'active',
262
+ description: 'Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
263
+ }
264
+ },
265
+ subtler: {
187
266
  attributes: {
188
267
  group: 'paint',
189
268
  state: 'active',
190
269
  description: 'Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags.'
191
270
  }
192
271
  },
193
- bold: {
272
+ subtle: {
194
273
  attributes: {
195
274
  group: 'paint',
196
275
  state: 'active',
197
276
  description: 'Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags.'
198
277
  }
278
+ },
279
+ bolder: {
280
+ attributes: {
281
+ group: 'paint',
282
+ state: 'active',
283
+ 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.'
284
+ }
199
285
  }
200
286
  },
201
287
  red: {
202
- '[default]': {
288
+ subtlest: {
289
+ attributes: {
290
+ group: 'paint',
291
+ state: 'active',
292
+ description: 'Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
293
+ }
294
+ },
295
+ subtler: {
203
296
  attributes: {
204
297
  group: 'paint',
205
298
  state: 'active',
206
299
  description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.'
207
300
  }
208
301
  },
209
- bold: {
302
+ subtle: {
210
303
  attributes: {
211
304
  group: 'paint',
212
305
  state: 'active',
213
306
  description: 'Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags.'
214
307
  }
308
+ },
309
+ bolder: {
310
+ attributes: {
311
+ group: 'paint',
312
+ state: 'active',
313
+ 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.'
314
+ }
215
315
  }
216
316
  },
217
317
  orange: {
218
- '[default]': {
318
+ subtlest: {
319
+ attributes: {
320
+ group: 'paint',
321
+ state: 'active',
322
+ description: 'Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
323
+ }
324
+ },
325
+ subtler: {
219
326
  attributes: {
220
327
  group: 'paint',
221
328
  state: 'active',
222
329
  description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.'
223
330
  }
224
331
  },
225
- bold: {
332
+ subtle: {
226
333
  attributes: {
227
334
  group: 'paint',
228
335
  state: 'active',
229
336
  description: 'Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.'
230
337
  }
338
+ },
339
+ bolder: {
340
+ attributes: {
341
+ group: 'paint',
342
+ state: 'active',
343
+ 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.'
344
+ }
231
345
  }
232
346
  },
233
347
  yellow: {
234
- '[default]': {
348
+ subtlest: {
349
+ attributes: {
350
+ group: 'paint',
351
+ state: 'active',
352
+ description: 'Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
353
+ }
354
+ },
355
+ subtler: {
235
356
  attributes: {
236
357
  group: 'paint',
237
358
  state: 'active',
238
359
  description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.'
239
360
  }
240
361
  },
241
- bold: {
362
+ subtle: {
242
363
  attributes: {
243
364
  group: 'paint',
244
365
  state: 'active',
245
366
  description: 'Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.'
246
367
  }
368
+ },
369
+ bolder: {
370
+ attributes: {
371
+ group: 'paint',
372
+ state: 'active',
373
+ 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.'
374
+ }
247
375
  }
248
376
  },
249
377
  green: {
250
- '[default]': {
378
+ subtlest: {
379
+ attributes: {
380
+ group: 'paint',
381
+ state: 'active',
382
+ description: 'Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
383
+ }
384
+ },
385
+ subtler: {
251
386
  attributes: {
252
387
  group: 'paint',
253
388
  state: 'active',
254
389
  description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.'
255
390
  }
256
391
  },
257
- bold: {
392
+ subtle: {
258
393
  attributes: {
259
394
  group: 'paint',
260
395
  state: 'active',
261
396
  description: 'Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags.'
262
397
  }
398
+ },
399
+ bolder: {
400
+ attributes: {
401
+ group: 'paint',
402
+ state: 'active',
403
+ 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.'
404
+ }
263
405
  }
264
406
  },
265
407
  teal: {
266
- '[default]': {
408
+ subtlest: {
409
+ attributes: {
410
+ group: 'paint',
411
+ state: 'active',
412
+ description: 'Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
413
+ }
414
+ },
415
+ subtler: {
267
416
  attributes: {
268
417
  group: 'paint',
269
418
  state: 'active',
270
419
  description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.'
271
420
  }
272
421
  },
273
- bold: {
422
+ subtle: {
274
423
  attributes: {
275
424
  group: 'paint',
276
425
  state: 'active',
277
426
  description: 'Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags.'
278
427
  }
428
+ },
429
+ bolder: {
430
+ attributes: {
431
+ group: 'paint',
432
+ state: 'active',
433
+ 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.'
434
+ }
279
435
  }
280
436
  },
281
437
  purple: {
282
- '[default]': {
438
+ subtlest: {
439
+ attributes: {
440
+ group: 'paint',
441
+ state: 'active',
442
+ description: 'Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
443
+ }
444
+ },
445
+ subtler: {
283
446
  attributes: {
284
447
  group: 'paint',
285
448
  state: 'active',
286
449
  description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.'
287
450
  }
288
451
  },
289
- bold: {
452
+ subtle: {
290
453
  attributes: {
291
454
  group: 'paint',
292
455
  state: 'active',
293
456
  description: 'Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.'
294
457
  }
458
+ },
459
+ bolder: {
460
+ attributes: {
461
+ group: 'paint',
462
+ state: 'active',
463
+ 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.'
464
+ }
295
465
  }
296
466
  },
297
467
  magenta: {
298
- '[default]': {
468
+ subtlest: {
469
+ attributes: {
470
+ group: 'paint',
471
+ state: 'active',
472
+ description: 'Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
473
+ }
474
+ },
475
+ subtler: {
299
476
  attributes: {
300
477
  group: 'paint',
301
478
  state: 'active',
302
479
  description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.'
303
480
  }
304
481
  },
305
- bold: {
482
+ subtle: {
306
483
  attributes: {
307
484
  group: 'paint',
308
485
  state: 'active',
309
486
  description: 'Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags.'
310
487
  }
488
+ },
489
+ bolder: {
490
+ attributes: {
491
+ group: 'paint',
492
+ state: 'active',
493
+ 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.'
494
+ }
311
495
  }
312
496
  }
313
497
  }
@@ -117,6 +117,31 @@ const color = {
117
117
  }
118
118
  },
119
119
  brand: {
120
+ bold: {
121
+ '[default]': {
122
+ attributes: {
123
+ group: 'paint',
124
+ state: 'active',
125
+ description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.'
126
+ }
127
+ },
128
+ hovered: {
129
+ attributes: {
130
+ group: 'paint',
131
+ state: 'active',
132
+ description: 'Hovered state of color.background.brand.bold'
133
+ }
134
+ },
135
+ pressed: {
136
+ attributes: {
137
+ group: 'paint',
138
+ state: 'active',
139
+ description: 'Pressed state of color.background.brand.bold'
140
+ }
141
+ }
142
+ }
143
+ },
144
+ selected: {
120
145
  '[default]': {
121
146
  '[default]': {
122
147
  attributes: {
@@ -129,14 +154,14 @@ const color = {
129
154
  attributes: {
130
155
  group: 'paint',
131
156
  state: 'active',
132
- description: 'Hovered state for color.background.brand'
157
+ description: 'Hovered state for color.background.selected'
133
158
  }
134
159
  },
135
160
  pressed: {
136
161
  attributes: {
137
162
  group: 'paint',
138
163
  state: 'active',
139
- description: 'Pressed state for color.background.brand'
164
+ description: 'Pressed state for color.background.selected'
140
165
  }
141
166
  }
142
167
  },
@@ -145,21 +170,21 @@ const color = {
145
170
  attributes: {
146
171
  group: 'paint',
147
172
  state: 'active',
148
- description: 'Use for the backgrounds of primary buttons or elements in a selected state, such as checkboxed and radio buttons.'
173
+ description: 'Use for the backgrounds of elements in a selected state, such as checkboxed and radio buttons.'
149
174
  }
150
175
  },
151
176
  hovered: {
152
177
  attributes: {
153
178
  group: 'paint',
154
179
  state: 'active',
155
- description: 'Hovered state of color.background.brand.bold'
180
+ description: 'Hovered state of color.background.selected.bold'
156
181
  }
157
182
  },
158
183
  pressed: {
159
184
  attributes: {
160
185
  group: 'paint',
161
186
  state: 'active',
162
- description: 'Pressed state of color.background.brand.bold'
187
+ description: 'Pressed state of color.background.selected.bold'
163
188
  }
164
189
  }
165
190
  }
@@ -30,6 +30,13 @@ const color = {
30
30
  }
31
31
  },
32
32
  brand: {
33
+ attributes: {
34
+ group: 'paint',
35
+ state: 'active',
36
+ description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.'
37
+ }
38
+ },
39
+ selected: {
33
40
  attributes: {
34
41
  group: 'paint',
35
42
  state: 'active',
@@ -30,6 +30,13 @@ const color = {
30
30
  }
31
31
  },
32
32
  brand: {
33
+ attributes: {
34
+ group: 'paint',
35
+ state: 'active',
36
+ description: 'Use for icons that reinforce our brand.'
37
+ }
38
+ },
39
+ selected: {
33
40
  attributes: {
34
41
  group: 'paint',
35
42
  state: 'active',
@@ -37,6 +37,13 @@ const color = {
37
37
  }
38
38
  },
39
39
  brand: {
40
+ attributes: {
41
+ group: 'paint',
42
+ state: 'active',
43
+ description: 'Use for text that reinforces our brand.'
44
+ }
45
+ },
46
+ selected: {
40
47
  attributes: {
41
48
  group: 'paint',
42
49
  state: 'active',