@atlaskit/tokens 7.1.1 → 8.0.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 (115) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  3. package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  4. package/dist/cjs/artifacts/palettes-raw/palette.js +147 -147
  5. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  6. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  10. package/dist/cjs/artifacts/token-default-values.js +266 -266
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +436 -436
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +375 -375
  15. package/dist/cjs/entry-points/palettes-raw.js +0 -7
  16. package/dist/cjs/entry-points/token-metadata.codegen.js +266 -266
  17. package/dist/cjs/entry-points/tokens-raw.js +0 -14
  18. package/dist/cjs/get-theme-styles.js +0 -3
  19. package/dist/cjs/get-token-value.js +0 -4
  20. package/dist/cjs/get-token.js +0 -4
  21. package/dist/cjs/theme-config.js +1 -19
  22. package/dist/cjs/utils/theme-loading.js +3 -7
  23. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  24. package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  25. package/dist/es2019/artifacts/palettes-raw/palette.js +147 -147
  26. package/dist/es2019/artifacts/theme-import-map.js +2 -6
  27. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +289 -289
  28. package/dist/es2019/artifacts/themes/atlassian-dark.js +294 -294
  29. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +218 -218
  30. package/dist/es2019/artifacts/themes/atlassian-light.js +266 -266
  31. package/dist/es2019/artifacts/token-default-values.js +266 -266
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +436 -436
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +375 -375
  36. package/dist/es2019/entry-points/palettes-raw.js +0 -1
  37. package/dist/es2019/entry-points/token-metadata.codegen.js +266 -266
  38. package/dist/es2019/entry-points/tokens-raw.js +0 -2
  39. package/dist/es2019/get-theme-styles.js +0 -1
  40. package/dist/es2019/get-token-value.js +0 -4
  41. package/dist/es2019/get-token.js +0 -4
  42. package/dist/es2019/theme-config.js +1 -19
  43. package/dist/es2019/utils/theme-loading.js +0 -4
  44. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  45. package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  46. package/dist/esm/artifacts/palettes-raw/palette.js +147 -147
  47. package/dist/esm/artifacts/theme-import-map.js +1 -9
  48. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  49. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  50. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  51. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  52. package/dist/esm/artifacts/token-default-values.js +266 -266
  53. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  54. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +436 -436
  55. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  56. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +375 -375
  57. package/dist/esm/entry-points/palettes-raw.js +0 -1
  58. package/dist/esm/entry-points/token-metadata.codegen.js +266 -266
  59. package/dist/esm/entry-points/tokens-raw.js +0 -2
  60. package/dist/esm/get-theme-styles.js +0 -3
  61. package/dist/esm/get-token-value.js +0 -4
  62. package/dist/esm/get-token.js +0 -4
  63. package/dist/esm/theme-config.js +1 -19
  64. package/dist/esm/utils/theme-loading.js +3 -7
  65. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
  66. package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
  67. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  68. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  69. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  70. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  71. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  72. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  73. package/dist/types/artifacts/token-default-values.d.ts +266 -266
  74. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  75. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  76. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  77. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  78. package/dist/types/entry-points/palettes-raw.d.ts +0 -1
  79. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  80. package/dist/types/entry-points/tokens-raw.d.ts +0 -2
  81. package/dist/types/theme-config.d.ts +6 -6
  82. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
  83. package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
  84. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  85. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  86. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  87. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  88. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  89. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  90. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +266 -266
  91. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  92. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  93. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  94. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  95. package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -1
  96. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  97. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -2
  98. package/dist/types-ts4.5/theme-config.d.ts +4 -8
  99. package/figma/atlassian-dark-increased-contrast.json +292 -292
  100. package/figma/atlassian-dark.json +297 -297
  101. package/figma/atlassian-light-increased-contrast.json +220 -220
  102. package/figma/atlassian-light.json +268 -268
  103. package/package.json +5 -5
  104. package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +0 -12
  105. package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +0 -12
  106. package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +0 -401
  107. package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +0 -401
  108. package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +0 -6
  109. package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +0 -6
  110. package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
  111. package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
  112. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
  113. package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
  114. package/figma/atlassian-dark-brand-refresh.json +0 -3558
  115. package/figma/atlassian-light-brand-refresh.json +0 -3537
@@ -1,3558 +0,0 @@
1
- {
2
- "name": "Dark brand-refresh",
3
- "tokens": {
4
- "Dark brand-refresh/color.text": {
5
- "attributes": {
6
- "group": "paint",
7
- "state": "active",
8
- "introduced": "0.6.0",
9
- "description": "Use for primary text, such as body copy, sentence case headers, and buttons."
10
- },
11
- "value": "#BFC1C4"
12
- },
13
- "Dark brand-refresh/color.text.accent.lime": {
14
- "attributes": {
15
- "group": "paint",
16
- "state": "active",
17
- "introduced": "1.8.0",
18
- "description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
19
- },
20
- "value": "#B3DF72"
21
- },
22
- "Dark brand-refresh/color.text.accent.lime.bolder": {
23
- "attributes": {
24
- "group": "paint",
25
- "state": "active",
26
- "introduced": "1.8.0",
27
- "description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
28
- },
29
- "value": "#D3F1A7"
30
- },
31
- "Dark brand-refresh/color.text.accent.red": {
32
- "attributes": {
33
- "group": "paint",
34
- "state": "active",
35
- "introduced": "0.6.0",
36
- "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
37
- },
38
- "value": "#FD9891"
39
- },
40
- "Dark brand-refresh/color.text.accent.red.bolder": {
41
- "attributes": {
42
- "group": "paint",
43
- "state": "active",
44
- "introduced": "0.7.0",
45
- "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
46
- },
47
- "value": "#FFD5D2"
48
- },
49
- "Dark brand-refresh/color.text.accent.orange": {
50
- "attributes": {
51
- "group": "paint",
52
- "state": "active",
53
- "introduced": "0.6.0",
54
- "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
55
- },
56
- "value": "#FBC828"
57
- },
58
- "Dark brand-refresh/color.text.accent.orange.bolder": {
59
- "attributes": {
60
- "group": "paint",
61
- "state": "active",
62
- "introduced": "0.7.0",
63
- "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
64
- },
65
- "value": "#FCE4A6"
66
- },
67
- "Dark brand-refresh/color.text.accent.yellow": {
68
- "attributes": {
69
- "group": "paint",
70
- "state": "active",
71
- "introduced": "0.6.0",
72
- "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
73
- },
74
- "value": "#EED12B"
75
- },
76
- "Dark brand-refresh/color.text.accent.yellow.bolder": {
77
- "attributes": {
78
- "group": "paint",
79
- "state": "active",
80
- "introduced": "0.7.0",
81
- "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
82
- },
83
- "value": "#F5E989"
84
- },
85
- "Dark brand-refresh/color.text.accent.green": {
86
- "attributes": {
87
- "group": "paint",
88
- "state": "active",
89
- "introduced": "0.6.0",
90
- "description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
91
- },
92
- "value": "#7EE2B8"
93
- },
94
- "Dark brand-refresh/color.text.accent.green.bolder": {
95
- "attributes": {
96
- "group": "paint",
97
- "state": "active",
98
- "introduced": "0.7.0",
99
- "description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
100
- },
101
- "value": "#BAF3DB"
102
- },
103
- "Dark brand-refresh/color.text.accent.teal": {
104
- "attributes": {
105
- "group": "paint",
106
- "state": "active",
107
- "introduced": "0.6.0",
108
- "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
109
- },
110
- "value": "#9DD9EE"
111
- },
112
- "Dark brand-refresh/color.text.accent.teal.bolder": {
113
- "attributes": {
114
- "group": "paint",
115
- "state": "active",
116
- "introduced": "0.7.0",
117
- "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
118
- },
119
- "value": "#C6EDFB"
120
- },
121
- "Dark brand-refresh/color.text.accent.blue": {
122
- "attributes": {
123
- "group": "paint",
124
- "state": "active",
125
- "introduced": "0.6.0",
126
- "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
127
- },
128
- "value": "#8FB8F6"
129
- },
130
- "Dark brand-refresh/color.text.accent.blue.bolder": {
131
- "attributes": {
132
- "group": "paint",
133
- "state": "active",
134
- "introduced": "0.7.0",
135
- "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
136
- },
137
- "value": "#CFE1FD"
138
- },
139
- "Dark brand-refresh/color.text.accent.purple": {
140
- "attributes": {
141
- "group": "paint",
142
- "state": "active",
143
- "introduced": "0.6.0",
144
- "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
145
- },
146
- "value": "#D8A0F7"
147
- },
148
- "Dark brand-refresh/color.text.accent.purple.bolder": {
149
- "attributes": {
150
- "group": "paint",
151
- "state": "active",
152
- "introduced": "0.7.0",
153
- "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
154
- },
155
- "value": "#EED7FC"
156
- },
157
- "Dark brand-refresh/color.text.accent.magenta": {
158
- "attributes": {
159
- "group": "paint",
160
- "state": "active",
161
- "introduced": "0.6.0",
162
- "description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
163
- },
164
- "value": "#F797D2"
165
- },
166
- "Dark brand-refresh/color.text.accent.magenta.bolder": {
167
- "attributes": {
168
- "group": "paint",
169
- "state": "active",
170
- "introduced": "0.7.0",
171
- "description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
172
- },
173
- "value": "#FDD0EC"
174
- },
175
- "Dark brand-refresh/color.text.accent.gray": {
176
- "attributes": {
177
- "group": "paint",
178
- "state": "active",
179
- "introduced": "0.10.5",
180
- "description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
181
- },
182
- "value": "#A9ABAF"
183
- },
184
- "Dark brand-refresh/color.text.accent.gray.bolder": {
185
- "attributes": {
186
- "group": "paint",
187
- "state": "active",
188
- "introduced": "0.10.5",
189
- "description": "Use for text and icons on gray subtle accent backgrounds."
190
- },
191
- "value": "#E2E3E4"
192
- },
193
- "Dark brand-refresh/color.text.disabled": {
194
- "attributes": {
195
- "group": "paint",
196
- "state": "active",
197
- "introduced": "0.0.15",
198
- "description": "Use for text in a disabled state."
199
- },
200
- "value": "#E5E9F640"
201
- },
202
- "Dark brand-refresh/color.text.inverse": {
203
- "attributes": {
204
- "group": "paint",
205
- "state": "active",
206
- "introduced": "0.6.0",
207
- "description": "Use for text on bold backgrounds."
208
- },
209
- "value": "#1F1F21"
210
- },
211
- "Dark brand-refresh/color.text.selected": {
212
- "attributes": {
213
- "group": "paint",
214
- "state": "active",
215
- "introduced": "0.6.0",
216
- "description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
217
- },
218
- "value": "#669DF1"
219
- },
220
- "Dark brand-refresh/color.text.brand": {
221
- "attributes": {
222
- "group": "paint",
223
- "state": "active",
224
- "introduced": "0.6.0",
225
- "description": "Use for text that reinforces our brand."
226
- },
227
- "value": "#669DF1"
228
- },
229
- "Dark brand-refresh/color.text.danger": {
230
- "attributes": {
231
- "group": "paint",
232
- "state": "active",
233
- "introduced": "0.0.15",
234
- "description": "Use for critical text, such as input field error messaging."
235
- },
236
- "value": "#FD9891"
237
- },
238
- "Dark brand-refresh/color.text.warning": {
239
- "attributes": {
240
- "group": "paint",
241
- "state": "active",
242
- "introduced": "0.0.15",
243
- "description": "Use for text to emphasize caution, such as in moved lozenges."
244
- },
245
- "value": "#FBC828"
246
- },
247
- "Dark brand-refresh/color.text.warning.inverse": {
248
- "attributes": {
249
- "group": "paint",
250
- "state": "active",
251
- "introduced": "0.6.0",
252
- "description": "Use for text when on bold warning backgrounds."
253
- },
254
- "value": "#1F1F21"
255
- },
256
- "Dark brand-refresh/color.text.success": {
257
- "attributes": {
258
- "group": "paint",
259
- "state": "active",
260
- "introduced": "0.0.15",
261
- "description": "Use for text to communicate a favorable outcome, such as input field success messaging."
262
- },
263
- "value": "#B3DF72"
264
- },
265
- "Dark brand-refresh/color.text.discovery": {
266
- "attributes": {
267
- "group": "paint",
268
- "state": "active",
269
- "introduced": "0.0.15",
270
- "description": "Use for text to emphasize change or something new, such as in new lozenges."
271
- },
272
- "value": "#D8A0F7"
273
- },
274
- "Dark brand-refresh/color.text.information": {
275
- "attributes": {
276
- "group": "paint",
277
- "state": "active",
278
- "introduced": "0.6.0",
279
- "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
280
- },
281
- "value": "#8FB8F6"
282
- },
283
- "Dark brand-refresh/color.text.subtlest": {
284
- "attributes": {
285
- "group": "paint",
286
- "state": "active",
287
- "introduced": "0.6.0",
288
- "description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
289
- },
290
- "value": "#96999E"
291
- },
292
- "Dark brand-refresh/color.text.subtle": {
293
- "attributes": {
294
- "group": "paint",
295
- "state": "active",
296
- "introduced": "0.6.0",
297
- "description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
298
- },
299
- "value": "#A9ABAF"
300
- },
301
- "Dark brand-refresh/color.link": {
302
- "attributes": {
303
- "group": "paint",
304
- "state": "active",
305
- "introduced": "0.6.0",
306
- "description": "Use for links in a default or hovered state. Add an underline for hovered states."
307
- },
308
- "value": "#669DF1"
309
- },
310
- "Dark brand-refresh/color.link.pressed": {
311
- "attributes": {
312
- "group": "paint",
313
- "state": "active",
314
- "introduced": "0.6.0",
315
- "description": "Use for links in a pressed state."
316
- },
317
- "value": "#8FB8F6"
318
- },
319
- "Dark brand-refresh/color.link.visited": {
320
- "attributes": {
321
- "group": "paint",
322
- "state": "active",
323
- "introduced": "1.23.0",
324
- "description": "Use for visited links."
325
- },
326
- "value": "#D8A0F7"
327
- },
328
- "Dark brand-refresh/color.link.visited.pressed": {
329
- "attributes": {
330
- "group": "paint",
331
- "state": "active",
332
- "introduced": "1.43.0",
333
- "description": "Use for visited links in a pressed state."
334
- },
335
- "value": "#EED7FC"
336
- },
337
- "Dark brand-refresh/color.icon": {
338
- "attributes": {
339
- "group": "paint",
340
- "state": "active",
341
- "introduced": "0.6.0",
342
- "description": "Use for icon-only buttons, or icons paired with color.text"
343
- },
344
- "value": "#CECFD2"
345
- },
346
- "Dark brand-refresh/color.icon.accent.lime": {
347
- "attributes": {
348
- "group": "paint",
349
- "state": "active",
350
- "introduced": "1.6.0",
351
- "description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
352
- },
353
- "value": "#82B536"
354
- },
355
- "Dark brand-refresh/color.icon.accent.red": {
356
- "attributes": {
357
- "group": "paint",
358
- "state": "active",
359
- "introduced": "0.6.0",
360
- "description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
361
- },
362
- "value": "#E2483D"
363
- },
364
- "Dark brand-refresh/color.icon.accent.orange": {
365
- "attributes": {
366
- "group": "paint",
367
- "state": "active",
368
- "introduced": "0.6.0",
369
- "description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
370
- },
371
- "value": "#F68909"
372
- },
373
- "Dark brand-refresh/color.icon.accent.yellow": {
374
- "attributes": {
375
- "group": "paint",
376
- "state": "active",
377
- "introduced": "0.6.0",
378
- "description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
379
- },
380
- "value": "#EED12B"
381
- },
382
- "Dark brand-refresh/color.icon.accent.green": {
383
- "attributes": {
384
- "group": "paint",
385
- "state": "active",
386
- "introduced": "0.6.0",
387
- "description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
388
- },
389
- "value": "#2ABB7F"
390
- },
391
- "Dark brand-refresh/color.icon.accent.teal": {
392
- "attributes": {
393
- "group": "paint",
394
- "state": "active",
395
- "introduced": "0.6.0",
396
- "description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
397
- },
398
- "value": "#42B2D7"
399
- },
400
- "Dark brand-refresh/color.icon.accent.blue": {
401
- "attributes": {
402
- "group": "paint",
403
- "state": "active",
404
- "introduced": "0.6.0",
405
- "description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
406
- },
407
- "value": "#4688EC"
408
- },
409
- "Dark brand-refresh/color.icon.accent.purple": {
410
- "attributes": {
411
- "group": "paint",
412
- "state": "active",
413
- "introduced": "0.6.0",
414
- "description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
415
- },
416
- "value": "#BF63F3"
417
- },
418
- "Dark brand-refresh/color.icon.accent.magenta": {
419
- "attributes": {
420
- "group": "paint",
421
- "state": "active",
422
- "introduced": "0.6.0",
423
- "description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
424
- },
425
- "value": "#DA62AC"
426
- },
427
- "Dark brand-refresh/color.icon.accent.gray": {
428
- "attributes": {
429
- "group": "paint",
430
- "state": "active",
431
- "introduced": "0.10.5",
432
- "description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
433
- },
434
- "value": "#7E8188"
435
- },
436
- "Dark brand-refresh/color.icon.disabled": {
437
- "attributes": {
438
- "group": "paint",
439
- "state": "active",
440
- "introduced": "0.6.0",
441
- "description": "Use for icons in a disabled state."
442
- },
443
- "value": "#E5E9F640"
444
- },
445
- "Dark brand-refresh/color.icon.inverse": {
446
- "attributes": {
447
- "group": "paint",
448
- "state": "active",
449
- "introduced": "0.6.0",
450
- "description": "Use for icons on bold backgrounds."
451
- },
452
- "value": "#1F1F21"
453
- },
454
- "Dark brand-refresh/color.icon.selected": {
455
- "attributes": {
456
- "group": "paint",
457
- "state": "active",
458
- "introduced": "0.6.2",
459
- "description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
460
- },
461
- "value": "#669DF1"
462
- },
463
- "Dark brand-refresh/color.icon.brand": {
464
- "attributes": {
465
- "group": "paint",
466
- "state": "active",
467
- "introduced": "0.6.0",
468
- "description": "Use for icons that reinforce our brand."
469
- },
470
- "value": "#669DF1"
471
- },
472
- "Dark brand-refresh/color.icon.danger": {
473
- "attributes": {
474
- "group": "paint",
475
- "state": "active",
476
- "introduced": "0.6.0",
477
- "description": "Use for icons communicating critical information, such as those used in error handing."
478
- },
479
- "value": "#F15B50"
480
- },
481
- "Dark brand-refresh/color.icon.warning": {
482
- "attributes": {
483
- "group": "paint",
484
- "state": "active",
485
- "introduced": "0.6.0",
486
- "description": "Use for icons communicating caution, such as those used in warning section messages."
487
- },
488
- "value": "#FBC828"
489
- },
490
- "Dark brand-refresh/color.icon.warning.inverse": {
491
- "attributes": {
492
- "group": "paint",
493
- "state": "active",
494
- "introduced": "0.6.0",
495
- "description": "Use for icons when on bold warning backgrounds."
496
- },
497
- "value": "#1F1F21"
498
- },
499
- "Dark brand-refresh/color.icon.success": {
500
- "attributes": {
501
- "group": "paint",
502
- "state": "active",
503
- "introduced": "0.6.0",
504
- "description": "Use for icons communicating a favorable outcome, such as those used in success section messaged."
505
- },
506
- "value": "#B3DF72"
507
- },
508
- "Dark brand-refresh/color.icon.discovery": {
509
- "attributes": {
510
- "group": "paint",
511
- "state": "active",
512
- "introduced": "0.6.0",
513
- "description": "Use for icons communicating change or something new, such as discovery section messages."
514
- },
515
- "value": "#BF63F3"
516
- },
517
- "Dark brand-refresh/color.icon.information": {
518
- "attributes": {
519
- "group": "paint",
520
- "state": "active",
521
- "introduced": "0.6.0",
522
- "description": "Use for icons communicating information or something in-progress, such as information section messages."
523
- },
524
- "value": "#4688EC"
525
- },
526
- "Dark brand-refresh/color.icon.subtlest": {
527
- "attributes": {
528
- "group": "paint",
529
- "state": "active",
530
- "introduced": "1.54.0",
531
- "description": "Use for icons paired with color.text.subtlest"
532
- },
533
- "value": "#96999E"
534
- },
535
- "Dark brand-refresh/color.icon.subtle": {
536
- "attributes": {
537
- "group": "paint",
538
- "state": "active",
539
- "introduced": "0.6.0",
540
- "description": "Use for icons paired with color.text.subtle"
541
- },
542
- "value": "#A9ABAF"
543
- },
544
- "Dark brand-refresh/color.border": {
545
- "attributes": {
546
- "group": "paint",
547
- "state": "active",
548
- "introduced": "0.6.0",
549
- "description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
550
- },
551
- "value": "#E3E4F21F"
552
- },
553
- "Dark brand-refresh/color.border.accent.lime": {
554
- "attributes": {
555
- "group": "paint",
556
- "state": "active",
557
- "introduced": "1.6.0",
558
- "description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
559
- },
560
- "value": "#82B536"
561
- },
562
- "Dark brand-refresh/color.border.accent.red": {
563
- "attributes": {
564
- "group": "paint",
565
- "state": "active",
566
- "introduced": "0.6.0",
567
- "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
568
- },
569
- "value": "#F15B50"
570
- },
571
- "Dark brand-refresh/color.border.accent.orange": {
572
- "attributes": {
573
- "group": "paint",
574
- "state": "active",
575
- "introduced": "0.6.0",
576
- "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
577
- },
578
- "value": "#F68909"
579
- },
580
- "Dark brand-refresh/color.border.accent.yellow": {
581
- "attributes": {
582
- "group": "paint",
583
- "state": "active",
584
- "introduced": "0.6.0",
585
- "description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
586
- },
587
- "value": "#CF9F02"
588
- },
589
- "Dark brand-refresh/color.border.accent.green": {
590
- "attributes": {
591
- "group": "paint",
592
- "state": "active",
593
- "introduced": "0.6.0",
594
- "description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
595
- },
596
- "value": "#2ABB7F"
597
- },
598
- "Dark brand-refresh/color.border.accent.teal": {
599
- "attributes": {
600
- "group": "paint",
601
- "state": "active",
602
- "introduced": "0.6.0",
603
- "description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
604
- },
605
- "value": "#42B2D7"
606
- },
607
- "Dark brand-refresh/color.border.accent.blue": {
608
- "attributes": {
609
- "group": "paint",
610
- "state": "active",
611
- "introduced": "0.6.0",
612
- "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
613
- },
614
- "value": "#4688EC"
615
- },
616
- "Dark brand-refresh/color.border.accent.purple": {
617
- "attributes": {
618
- "group": "paint",
619
- "state": "active",
620
- "introduced": "0.6.0",
621
- "description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
622
- },
623
- "value": "#BF63F3"
624
- },
625
- "Dark brand-refresh/color.border.accent.magenta": {
626
- "attributes": {
627
- "group": "paint",
628
- "state": "active",
629
- "introduced": "0.6.0",
630
- "description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
631
- },
632
- "value": "#DA62AC"
633
- },
634
- "Dark brand-refresh/color.border.accent.gray": {
635
- "attributes": {
636
- "group": "paint",
637
- "state": "active",
638
- "introduced": "0.10.5",
639
- "description": "Use for borders on non-bold gray accent backgrounds."
640
- },
641
- "value": "#7E8188"
642
- },
643
- "Dark brand-refresh/color.border.disabled": {
644
- "attributes": {
645
- "group": "paint",
646
- "state": "active",
647
- "introduced": "0.6.0",
648
- "description": "Use for borders of elements in a disabled state."
649
- },
650
- "value": "#CECED912"
651
- },
652
- "Dark brand-refresh/color.border.focused": {
653
- "attributes": {
654
- "group": "paint",
655
- "state": "active",
656
- "introduced": "0.6.0",
657
- "description": "Use for focus rings of elements in a focus state."
658
- },
659
- "value": "#8FB8F6"
660
- },
661
- "Dark brand-refresh/color.border.input": {
662
- "attributes": {
663
- "group": "paint",
664
- "state": "active",
665
- "introduced": "0.6.0",
666
- "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
667
- },
668
- "value": "#7E8188"
669
- },
670
- "Dark brand-refresh/color.border.inverse": {
671
- "attributes": {
672
- "group": "paint",
673
- "state": "active",
674
- "introduced": "0.6.0",
675
- "description": "Use for borders on bold backgrounds."
676
- },
677
- "value": "#18191A"
678
- },
679
- "Dark brand-refresh/color.border.selected": {
680
- "attributes": {
681
- "group": "paint",
682
- "state": "active",
683
- "introduced": "0.6.2",
684
- "description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
685
- },
686
- "value": "#669DF1"
687
- },
688
- "Dark brand-refresh/color.border.brand": {
689
- "attributes": {
690
- "group": "paint",
691
- "state": "active",
692
- "introduced": "0.6.0",
693
- "description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
694
- },
695
- "value": "#669DF1"
696
- },
697
- "Dark brand-refresh/color.border.danger": {
698
- "attributes": {
699
- "group": "paint",
700
- "state": "active",
701
- "introduced": "0.6.0",
702
- "description": "Use for borders communicating critical information, such as the borders on invalid text fields."
703
- },
704
- "value": "#F15B50"
705
- },
706
- "Dark brand-refresh/color.border.warning": {
707
- "attributes": {
708
- "group": "paint",
709
- "state": "active",
710
- "introduced": "0.6.0",
711
- "description": "Use for borders communicating caution."
712
- },
713
- "value": "#F68909"
714
- },
715
- "Dark brand-refresh/color.border.success": {
716
- "attributes": {
717
- "group": "paint",
718
- "state": "active",
719
- "introduced": "0.6.0",
720
- "description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
721
- },
722
- "value": "#82B536"
723
- },
724
- "Dark brand-refresh/color.border.discovery": {
725
- "attributes": {
726
- "group": "paint",
727
- "state": "active",
728
- "introduced": "0.6.0",
729
- "description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
730
- },
731
- "value": "#BF63F3"
732
- },
733
- "Dark brand-refresh/color.border.information": {
734
- "attributes": {
735
- "group": "paint",
736
- "state": "active",
737
- "introduced": "0.6.0",
738
- "description": "Use for borders communicating information or something in-progress."
739
- },
740
- "value": "#4688EC"
741
- },
742
- "Dark brand-refresh/color.border.bold": {
743
- "attributes": {
744
- "group": "paint",
745
- "state": "active",
746
- "introduced": "0.10.8",
747
- "description": "A neutral border option that passes min 3:1 contrast ratios."
748
- },
749
- "value": "#7E8188"
750
- },
751
- "Dark brand-refresh/color.background.accent.lime.subtlest": {
752
- "attributes": {
753
- "group": "paint",
754
- "state": "active",
755
- "introduced": "1.6.0",
756
- "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
757
- },
758
- "value": "#28311B"
759
- },
760
- "Dark brand-refresh/color.background.accent.lime.subtlest.hovered": {
761
- "attributes": {
762
- "group": "paint",
763
- "state": "active",
764
- "introduced": "1.19.0",
765
- "description": "Hovered state of color.background.accent.lime.subtlest."
766
- },
767
- "value": "#37471F"
768
- },
769
- "Dark brand-refresh/color.background.accent.lime.subtlest.pressed": {
770
- "attributes": {
771
- "group": "paint",
772
- "state": "active",
773
- "introduced": "1.19.0",
774
- "description": "Pressed state of color.background.accent.lime.subtlest."
775
- },
776
- "value": "#4C6B1F"
777
- },
778
- "Dark brand-refresh/color.background.accent.lime.subtler": {
779
- "attributes": {
780
- "group": "paint",
781
- "state": "active",
782
- "introduced": "1.6.0",
783
- "description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
784
- },
785
- "value": "#37471F"
786
- },
787
- "Dark brand-refresh/color.background.accent.lime.subtler.hovered": {
788
- "attributes": {
789
- "group": "paint",
790
- "state": "active",
791
- "introduced": "1.19.0",
792
- "description": "Hovered state of color.background.accent.lime.subtler."
793
- },
794
- "value": "#4C6B1F"
795
- },
796
- "Dark brand-refresh/color.background.accent.lime.subtler.pressed": {
797
- "attributes": {
798
- "group": "paint",
799
- "state": "active",
800
- "introduced": "1.19.0",
801
- "description": "Pressed state of color.background.accent.lime.subtler."
802
- },
803
- "value": "#5B7F24"
804
- },
805
- "Dark brand-refresh/color.background.accent.lime.subtle": {
806
- "attributes": {
807
- "group": "paint",
808
- "state": "active",
809
- "introduced": "1.6.0",
810
- "description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
811
- },
812
- "value": "#4C6B1F"
813
- },
814
- "Dark brand-refresh/color.background.accent.lime.subtle.hovered": {
815
- "attributes": {
816
- "group": "paint",
817
- "state": "active",
818
- "introduced": "1.19.0",
819
- "description": "Hovered state of color.background.accent.lime.subtle."
820
- },
821
- "value": "#37471F"
822
- },
823
- "Dark brand-refresh/color.background.accent.lime.subtle.pressed": {
824
- "attributes": {
825
- "group": "paint",
826
- "state": "active",
827
- "introduced": "1.19.0",
828
- "description": "Pressed state of color.background.accent.lime.subtle."
829
- },
830
- "value": "#28311B"
831
- },
832
- "Dark brand-refresh/color.background.accent.lime.bolder": {
833
- "attributes": {
834
- "group": "paint",
835
- "state": "active",
836
- "introduced": "1.6.0",
837
- "description": "Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
838
- },
839
- "value": "#94C748"
840
- },
841
- "Dark brand-refresh/color.background.accent.lime.bolder.hovered": {
842
- "attributes": {
843
- "group": "paint",
844
- "state": "active",
845
- "introduced": "1.19.0",
846
- "description": "Hovered state of color.background.accent.lime.bolder."
847
- },
848
- "value": "#B3DF72"
849
- },
850
- "Dark brand-refresh/color.background.accent.lime.bolder.pressed": {
851
- "attributes": {
852
- "group": "paint",
853
- "state": "active",
854
- "introduced": "1.19.0",
855
- "description": "Pressed state of color.background.accent.lime.bolder."
856
- },
857
- "value": "#D3F1A7"
858
- },
859
- "Dark brand-refresh/color.background.accent.red.subtlest": {
860
- "attributes": {
861
- "group": "paint",
862
- "state": "active",
863
- "introduced": "0.7.0",
864
- "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
865
- },
866
- "value": "#42221F"
867
- },
868
- "Dark brand-refresh/color.background.accent.red.subtlest.hovered": {
869
- "attributes": {
870
- "group": "paint",
871
- "state": "active",
872
- "introduced": "1.19.0",
873
- "description": "Hovered state of color.background.accent.red.subtlest."
874
- },
875
- "value": "#5D1F1A"
876
- },
877
- "Dark brand-refresh/color.background.accent.red.subtlest.pressed": {
878
- "attributes": {
879
- "group": "paint",
880
- "state": "active",
881
- "introduced": "1.19.0",
882
- "description": "Pressed state of color.background.accent.red.subtlest."
883
- },
884
- "value": "#AE2E24"
885
- },
886
- "Dark brand-refresh/color.background.accent.red.subtler": {
887
- "attributes": {
888
- "group": "paint",
889
- "state": "active",
890
- "introduced": "0.7.0",
891
- "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
892
- },
893
- "value": "#5D1F1A"
894
- },
895
- "Dark brand-refresh/color.background.accent.red.subtler.hovered": {
896
- "attributes": {
897
- "group": "paint",
898
- "state": "active",
899
- "introduced": "1.19.0",
900
- "description": "Hovered state of color.background.accent.red.subtler."
901
- },
902
- "value": "#AE2E24"
903
- },
904
- "Dark brand-refresh/color.background.accent.red.subtler.pressed": {
905
- "attributes": {
906
- "group": "paint",
907
- "state": "active",
908
- "introduced": "1.19.0",
909
- "description": "Pressed state of color.background.accent.red.subtler."
910
- },
911
- "value": "#C9372C"
912
- },
913
- "Dark brand-refresh/color.background.accent.red.subtle": {
914
- "attributes": {
915
- "group": "paint",
916
- "state": "active",
917
- "introduced": "0.7.0",
918
- "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
919
- },
920
- "value": "#AE2E24"
921
- },
922
- "Dark brand-refresh/color.background.accent.red.subtle.hovered": {
923
- "attributes": {
924
- "group": "paint",
925
- "state": "active",
926
- "introduced": "1.19.0",
927
- "description": "Hovered state of color.background.accent.red.subtle."
928
- },
929
- "value": "#5D1F1A"
930
- },
931
- "Dark brand-refresh/color.background.accent.red.subtle.pressed": {
932
- "attributes": {
933
- "group": "paint",
934
- "state": "active",
935
- "introduced": "1.19.0",
936
- "description": "Pressed state of color.background.accent.red.subtle."
937
- },
938
- "value": "#42221F"
939
- },
940
- "Dark brand-refresh/color.background.accent.red.bolder": {
941
- "attributes": {
942
- "group": "paint",
943
- "state": "active",
944
- "introduced": "0.7.0",
945
- "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."
946
- },
947
- "value": "#F87168"
948
- },
949
- "Dark brand-refresh/color.background.accent.red.bolder.hovered": {
950
- "attributes": {
951
- "group": "paint",
952
- "state": "active",
953
- "introduced": "1.19.0",
954
- "description": "Hovered state of color.background.accent.red.bolder."
955
- },
956
- "value": "#FD9891"
957
- },
958
- "Dark brand-refresh/color.background.accent.red.bolder.pressed": {
959
- "attributes": {
960
- "group": "paint",
961
- "state": "active",
962
- "introduced": "1.19.0",
963
- "description": "Pressed state of color.background.accent.red.bolder."
964
- },
965
- "value": "#FFD5D2"
966
- },
967
- "Dark brand-refresh/color.background.accent.orange.subtlest": {
968
- "attributes": {
969
- "group": "paint",
970
- "state": "active",
971
- "introduced": "0.7.0",
972
- "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
973
- },
974
- "value": "#3A2C1F"
975
- },
976
- "Dark brand-refresh/color.background.accent.orange.subtlest.hovered": {
977
- "attributes": {
978
- "group": "paint",
979
- "state": "active",
980
- "introduced": "1.19.0",
981
- "description": "Hovered state of color.background.accent.orange.subtlest."
982
- },
983
- "value": "#693200"
984
- },
985
- "Dark brand-refresh/color.background.accent.orange.subtlest.pressed": {
986
- "attributes": {
987
- "group": "paint",
988
- "state": "active",
989
- "introduced": "1.19.0",
990
- "description": "Pressed state of color.background.accent.orange.subtlest."
991
- },
992
- "value": "#9E4C00"
993
- },
994
- "Dark brand-refresh/color.background.accent.orange.subtler": {
995
- "attributes": {
996
- "group": "paint",
997
- "state": "active",
998
- "introduced": "0.7.0",
999
- "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
1000
- },
1001
- "value": "#693200"
1002
- },
1003
- "Dark brand-refresh/color.background.accent.orange.subtler.hovered": {
1004
- "attributes": {
1005
- "group": "paint",
1006
- "state": "active",
1007
- "introduced": "1.19.0",
1008
- "description": "Hovered state of color.background.accent.orange.subtler."
1009
- },
1010
- "value": "#9E4C00"
1011
- },
1012
- "Dark brand-refresh/color.background.accent.orange.subtler.pressed": {
1013
- "attributes": {
1014
- "group": "paint",
1015
- "state": "active",
1016
- "introduced": "1.19.0",
1017
- "description": "Pressed state of color.background.accent.orange.subtler."
1018
- },
1019
- "value": "#BD5B00"
1020
- },
1021
- "Dark brand-refresh/color.background.accent.orange.subtle": {
1022
- "attributes": {
1023
- "group": "paint",
1024
- "state": "active",
1025
- "introduced": "0.7.0",
1026
- "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
1027
- },
1028
- "value": "#9E4C00"
1029
- },
1030
- "Dark brand-refresh/color.background.accent.orange.subtle.hovered": {
1031
- "attributes": {
1032
- "group": "paint",
1033
- "state": "active",
1034
- "introduced": "1.19.0",
1035
- "description": "Hovered state of color.background.accent.orange.subtle."
1036
- },
1037
- "value": "#693200"
1038
- },
1039
- "Dark brand-refresh/color.background.accent.orange.subtle.pressed": {
1040
- "attributes": {
1041
- "group": "paint",
1042
- "state": "active",
1043
- "introduced": "1.19.0",
1044
- "description": "Pressed state of color.background.accent.orange.subtle."
1045
- },
1046
- "value": "#3A2C1F"
1047
- },
1048
- "Dark brand-refresh/color.background.accent.orange.bolder": {
1049
- "attributes": {
1050
- "group": "paint",
1051
- "state": "active",
1052
- "introduced": "0.7.0",
1053
- "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."
1054
- },
1055
- "value": "#FCA700"
1056
- },
1057
- "Dark brand-refresh/color.background.accent.orange.bolder.hovered": {
1058
- "attributes": {
1059
- "group": "paint",
1060
- "state": "active",
1061
- "introduced": "1.19.0",
1062
- "description": "Hovered state of color.background.accent.orange.bolder."
1063
- },
1064
- "value": "#FBC828"
1065
- },
1066
- "Dark brand-refresh/color.background.accent.orange.bolder.pressed": {
1067
- "attributes": {
1068
- "group": "paint",
1069
- "state": "active",
1070
- "introduced": "1.19.0",
1071
- "description": "Pressed state of color.background.accent.orange.bolder."
1072
- },
1073
- "value": "#FCE4A6"
1074
- },
1075
- "Dark brand-refresh/color.background.accent.yellow.subtlest": {
1076
- "attributes": {
1077
- "group": "paint",
1078
- "state": "active",
1079
- "introduced": "0.7.0",
1080
- "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1081
- },
1082
- "value": "#332E1B"
1083
- },
1084
- "Dark brand-refresh/color.background.accent.yellow.subtlest.hovered": {
1085
- "attributes": {
1086
- "group": "paint",
1087
- "state": "active",
1088
- "introduced": "1.19.0",
1089
- "description": "Hovered state of color.background.accent.yellow.subtlest."
1090
- },
1091
- "value": "#533F04"
1092
- },
1093
- "Dark brand-refresh/color.background.accent.yellow.subtlest.pressed": {
1094
- "attributes": {
1095
- "group": "paint",
1096
- "state": "active",
1097
- "introduced": "1.19.0",
1098
- "description": "Pressed state of color.background.accent.yellow.subtlest."
1099
- },
1100
- "value": "#7F5F01"
1101
- },
1102
- "Dark brand-refresh/color.background.accent.yellow.subtler": {
1103
- "attributes": {
1104
- "group": "paint",
1105
- "state": "active",
1106
- "introduced": "0.7.0",
1107
- "description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1108
- },
1109
- "value": "#533F04"
1110
- },
1111
- "Dark brand-refresh/color.background.accent.yellow.subtler.hovered": {
1112
- "attributes": {
1113
- "group": "paint",
1114
- "state": "active",
1115
- "introduced": "1.19.0",
1116
- "description": "Hovered state of color.background.accent.yellow.subtler."
1117
- },
1118
- "value": "#7F5F01"
1119
- },
1120
- "Dark brand-refresh/color.background.accent.yellow.subtler.pressed": {
1121
- "attributes": {
1122
- "group": "paint",
1123
- "state": "active",
1124
- "introduced": "1.19.0",
1125
- "description": "Pressed state of color.background.accent.yellow.subtler."
1126
- },
1127
- "value": "#946F00"
1128
- },
1129
- "Dark brand-refresh/color.background.accent.yellow.subtle": {
1130
- "attributes": {
1131
- "group": "paint",
1132
- "state": "active",
1133
- "introduced": "0.7.0",
1134
- "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1135
- },
1136
- "value": "#7F5F01"
1137
- },
1138
- "Dark brand-refresh/color.background.accent.yellow.subtle.hovered": {
1139
- "attributes": {
1140
- "group": "paint",
1141
- "state": "active",
1142
- "introduced": "1.19.0",
1143
- "description": "Hovered state of color.background.accent.yellow.subtle."
1144
- },
1145
- "value": "#533F04"
1146
- },
1147
- "Dark brand-refresh/color.background.accent.yellow.subtle.pressed": {
1148
- "attributes": {
1149
- "group": "paint",
1150
- "state": "active",
1151
- "introduced": "1.19.0",
1152
- "description": "Pressed state of color.background.accent.yellow.subtle."
1153
- },
1154
- "value": "#332E1B"
1155
- },
1156
- "Dark brand-refresh/color.background.accent.yellow.bolder": {
1157
- "attributes": {
1158
- "group": "paint",
1159
- "state": "active",
1160
- "introduced": "0.7.0",
1161
- "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."
1162
- },
1163
- "value": "#DDB30E"
1164
- },
1165
- "Dark brand-refresh/color.background.accent.yellow.bolder.hovered": {
1166
- "attributes": {
1167
- "group": "paint",
1168
- "state": "active",
1169
- "introduced": "1.19.0",
1170
- "description": "Hovered state of color.background.accent.yellow.bolder."
1171
- },
1172
- "value": "#EED12B"
1173
- },
1174
- "Dark brand-refresh/color.background.accent.yellow.bolder.pressed": {
1175
- "attributes": {
1176
- "group": "paint",
1177
- "state": "active",
1178
- "introduced": "1.19.0",
1179
- "description": "Pressed state of color.background.accent.yellow.bolder."
1180
- },
1181
- "value": "#F5E989"
1182
- },
1183
- "Dark brand-refresh/color.background.accent.green.subtlest": {
1184
- "attributes": {
1185
- "group": "paint",
1186
- "state": "active",
1187
- "introduced": "0.7.0",
1188
- "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1189
- },
1190
- "value": "#1C3329"
1191
- },
1192
- "Dark brand-refresh/color.background.accent.green.subtlest.hovered": {
1193
- "attributes": {
1194
- "group": "paint",
1195
- "state": "active",
1196
- "introduced": "1.19.0",
1197
- "description": "Hovered state of color.background.accent.green.subtlest."
1198
- },
1199
- "value": "#164B35"
1200
- },
1201
- "Dark brand-refresh/color.background.accent.green.subtlest.pressed": {
1202
- "attributes": {
1203
- "group": "paint",
1204
- "state": "active",
1205
- "introduced": "1.19.0",
1206
- "description": "Pressed state of color.background.accent.green.subtlest."
1207
- },
1208
- "value": "#216E4E"
1209
- },
1210
- "Dark brand-refresh/color.background.accent.green.subtler": {
1211
- "attributes": {
1212
- "group": "paint",
1213
- "state": "active",
1214
- "introduced": "0.7.0",
1215
- "description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
1216
- },
1217
- "value": "#164B35"
1218
- },
1219
- "Dark brand-refresh/color.background.accent.green.subtler.hovered": {
1220
- "attributes": {
1221
- "group": "paint",
1222
- "state": "active",
1223
- "introduced": "1.19.0",
1224
- "description": "Hovered state of color.background.accent.green.subtler."
1225
- },
1226
- "value": "#216E4E"
1227
- },
1228
- "Dark brand-refresh/color.background.accent.green.subtler.pressed": {
1229
- "attributes": {
1230
- "group": "paint",
1231
- "state": "active",
1232
- "introduced": "1.19.0",
1233
- "description": "Pressed state of color.background.accent.green.subtler."
1234
- },
1235
- "value": "#1F845A"
1236
- },
1237
- "Dark brand-refresh/color.background.accent.green.subtle": {
1238
- "attributes": {
1239
- "group": "paint",
1240
- "state": "active",
1241
- "introduced": "0.7.0",
1242
- "description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
1243
- },
1244
- "value": "#216E4E"
1245
- },
1246
- "Dark brand-refresh/color.background.accent.green.subtle.hovered": {
1247
- "attributes": {
1248
- "group": "paint",
1249
- "state": "active",
1250
- "introduced": "1.19.0",
1251
- "description": "Hovered state of color.background.accent.green.subtle."
1252
- },
1253
- "value": "#164B35"
1254
- },
1255
- "Dark brand-refresh/color.background.accent.green.subtle.pressed": {
1256
- "attributes": {
1257
- "group": "paint",
1258
- "state": "active",
1259
- "introduced": "1.19.0",
1260
- "description": "Pressed state of color.background.accent.green.subtle."
1261
- },
1262
- "value": "#1C3329"
1263
- },
1264
- "Dark brand-refresh/color.background.accent.green.bolder": {
1265
- "attributes": {
1266
- "group": "paint",
1267
- "state": "active",
1268
- "introduced": "0.7.0",
1269
- "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."
1270
- },
1271
- "value": "#4BCE97"
1272
- },
1273
- "Dark brand-refresh/color.background.accent.green.bolder.hovered": {
1274
- "attributes": {
1275
- "group": "paint",
1276
- "state": "active",
1277
- "introduced": "1.19.0",
1278
- "description": "Hovered state of color.background.accent.green.bolder."
1279
- },
1280
- "value": "#7EE2B8"
1281
- },
1282
- "Dark brand-refresh/color.background.accent.green.bolder.pressed": {
1283
- "attributes": {
1284
- "group": "paint",
1285
- "state": "active",
1286
- "introduced": "1.19.0",
1287
- "description": "Pressed state of color.background.accent.green.bolder."
1288
- },
1289
- "value": "#BAF3DB"
1290
- },
1291
- "Dark brand-refresh/color.background.accent.teal.subtlest": {
1292
- "attributes": {
1293
- "group": "paint",
1294
- "state": "active",
1295
- "introduced": "0.7.0",
1296
- "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1297
- },
1298
- "value": "#1E3137"
1299
- },
1300
- "Dark brand-refresh/color.background.accent.teal.subtlest.hovered": {
1301
- "attributes": {
1302
- "group": "paint",
1303
- "state": "active",
1304
- "introduced": "1.19.0",
1305
- "description": "Hovered state of color.background.accent.teal.subtlest."
1306
- },
1307
- "value": "#164555"
1308
- },
1309
- "Dark brand-refresh/color.background.accent.teal.subtlest.pressed": {
1310
- "attributes": {
1311
- "group": "paint",
1312
- "state": "active",
1313
- "introduced": "1.19.0",
1314
- "description": "Pressed state of color.background.accent.teal.subtlest."
1315
- },
1316
- "value": "#206A83"
1317
- },
1318
- "Dark brand-refresh/color.background.accent.teal.subtler": {
1319
- "attributes": {
1320
- "group": "paint",
1321
- "state": "active",
1322
- "introduced": "0.7.0",
1323
- "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
1324
- },
1325
- "value": "#164555"
1326
- },
1327
- "Dark brand-refresh/color.background.accent.teal.subtler.hovered": {
1328
- "attributes": {
1329
- "group": "paint",
1330
- "state": "active",
1331
- "introduced": "1.19.0",
1332
- "description": "Hovered state of color.background.accent.teal.subtler."
1333
- },
1334
- "value": "#206A83"
1335
- },
1336
- "Dark brand-refresh/color.background.accent.teal.subtler.pressed": {
1337
- "attributes": {
1338
- "group": "paint",
1339
- "state": "active",
1340
- "introduced": "1.19.0",
1341
- "description": "Pressed state of color.background.accent.teal.subtler."
1342
- },
1343
- "value": "#227D9B"
1344
- },
1345
- "Dark brand-refresh/color.background.accent.teal.subtle": {
1346
- "attributes": {
1347
- "group": "paint",
1348
- "state": "active",
1349
- "introduced": "0.7.0",
1350
- "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
1351
- },
1352
- "value": "#206A83"
1353
- },
1354
- "Dark brand-refresh/color.background.accent.teal.subtle.hovered": {
1355
- "attributes": {
1356
- "group": "paint",
1357
- "state": "active",
1358
- "introduced": "1.19.0",
1359
- "description": "Hovered state of color.background.accent.teal.subtle."
1360
- },
1361
- "value": "#164555"
1362
- },
1363
- "Dark brand-refresh/color.background.accent.teal.subtle.pressed": {
1364
- "attributes": {
1365
- "group": "paint",
1366
- "state": "active",
1367
- "introduced": "1.19.0",
1368
- "description": "Pressed state of color.background.accent.teal.subtle."
1369
- },
1370
- "value": "#1E3137"
1371
- },
1372
- "Dark brand-refresh/color.background.accent.teal.bolder": {
1373
- "attributes": {
1374
- "group": "paint",
1375
- "state": "active",
1376
- "introduced": "0.7.0",
1377
- "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."
1378
- },
1379
- "value": "#6CC3E0"
1380
- },
1381
- "Dark brand-refresh/color.background.accent.teal.bolder.hovered": {
1382
- "attributes": {
1383
- "group": "paint",
1384
- "state": "active",
1385
- "introduced": "1.19.0",
1386
- "description": "Hovered state of color.background.accent.teal.bolder."
1387
- },
1388
- "value": "#9DD9EE"
1389
- },
1390
- "Dark brand-refresh/color.background.accent.teal.bolder.pressed": {
1391
- "attributes": {
1392
- "group": "paint",
1393
- "state": "active",
1394
- "introduced": "1.19.0",
1395
- "description": "Pressed state of color.background.accent.teal.bolder."
1396
- },
1397
- "value": "#C6EDFB"
1398
- },
1399
- "Dark brand-refresh/color.background.accent.blue.subtlest": {
1400
- "attributes": {
1401
- "group": "paint",
1402
- "state": "active",
1403
- "introduced": "0.7.0",
1404
- "description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1405
- },
1406
- "value": "#1C2B42"
1407
- },
1408
- "Dark brand-refresh/color.background.accent.blue.subtlest.hovered": {
1409
- "attributes": {
1410
- "group": "paint",
1411
- "state": "active",
1412
- "introduced": "1.19.0",
1413
- "description": "Hovered state of color.background.accent.blue.subtlest."
1414
- },
1415
- "value": "#123263"
1416
- },
1417
- "Dark brand-refresh/color.background.accent.blue.subtlest.pressed": {
1418
- "attributes": {
1419
- "group": "paint",
1420
- "state": "active",
1421
- "introduced": "1.19.0",
1422
- "description": "Pressed state of color.background.accent.blue.subtlest."
1423
- },
1424
- "value": "#1558BC"
1425
- },
1426
- "Dark brand-refresh/color.background.accent.blue.subtler": {
1427
- "attributes": {
1428
- "group": "paint",
1429
- "state": "active",
1430
- "introduced": "0.7.0",
1431
- "description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
1432
- },
1433
- "value": "#123263"
1434
- },
1435
- "Dark brand-refresh/color.background.accent.blue.subtler.hovered": {
1436
- "attributes": {
1437
- "group": "paint",
1438
- "state": "active",
1439
- "introduced": "1.19.0",
1440
- "description": "Hovered state of color.background.accent.blue.subtler."
1441
- },
1442
- "value": "#1558BC"
1443
- },
1444
- "Dark brand-refresh/color.background.accent.blue.subtler.pressed": {
1445
- "attributes": {
1446
- "group": "paint",
1447
- "state": "active",
1448
- "introduced": "1.19.0",
1449
- "description": "Pressed state of color.background.accent.blue.subtler."
1450
- },
1451
- "value": "#1868DB"
1452
- },
1453
- "Dark brand-refresh/color.background.accent.blue.subtle": {
1454
- "attributes": {
1455
- "group": "paint",
1456
- "state": "active",
1457
- "introduced": "0.7.0",
1458
- "description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
1459
- },
1460
- "value": "#1558BC"
1461
- },
1462
- "Dark brand-refresh/color.background.accent.blue.subtle.hovered": {
1463
- "attributes": {
1464
- "group": "paint",
1465
- "state": "active",
1466
- "introduced": "1.19.0",
1467
- "description": "Hovered state of color.background.accent.blue.subtle."
1468
- },
1469
- "value": "#123263"
1470
- },
1471
- "Dark brand-refresh/color.background.accent.blue.subtle.pressed": {
1472
- "attributes": {
1473
- "group": "paint",
1474
- "state": "active",
1475
- "introduced": "1.19.0",
1476
- "description": "Pressed state of color.background.accent.blue.subtle."
1477
- },
1478
- "value": "#1C2B42"
1479
- },
1480
- "Dark brand-refresh/color.background.accent.blue.bolder": {
1481
- "attributes": {
1482
- "group": "paint",
1483
- "state": "active",
1484
- "introduced": "0.7.0",
1485
- "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."
1486
- },
1487
- "value": "#669DF1"
1488
- },
1489
- "Dark brand-refresh/color.background.accent.blue.bolder.hovered": {
1490
- "attributes": {
1491
- "group": "paint",
1492
- "state": "active",
1493
- "introduced": "1.19.0",
1494
- "description": "Hovered state of color.background.accent.blue.bolder."
1495
- },
1496
- "value": "#8FB8F6"
1497
- },
1498
- "Dark brand-refresh/color.background.accent.blue.bolder.pressed": {
1499
- "attributes": {
1500
- "group": "paint",
1501
- "state": "active",
1502
- "introduced": "1.19.0",
1503
- "description": "Pressed state of color.background.accent.blue.bolder."
1504
- },
1505
- "value": "#CFE1FD"
1506
- },
1507
- "Dark brand-refresh/color.background.accent.purple.subtlest": {
1508
- "attributes": {
1509
- "group": "paint",
1510
- "state": "active",
1511
- "introduced": "0.7.0",
1512
- "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1513
- },
1514
- "value": "#35243F"
1515
- },
1516
- "Dark brand-refresh/color.background.accent.purple.subtlest.hovered": {
1517
- "attributes": {
1518
- "group": "paint",
1519
- "state": "active",
1520
- "introduced": "1.19.0",
1521
- "description": "Hovered state of color.background.accent.purple.subtlest."
1522
- },
1523
- "value": "#48245D"
1524
- },
1525
- "Dark brand-refresh/color.background.accent.purple.subtlest.pressed": {
1526
- "attributes": {
1527
- "group": "paint",
1528
- "state": "active",
1529
- "introduced": "1.19.0",
1530
- "description": "Pressed state of color.background.accent.purple.subtlest."
1531
- },
1532
- "value": "#803FA5"
1533
- },
1534
- "Dark brand-refresh/color.background.accent.purple.subtler": {
1535
- "attributes": {
1536
- "group": "paint",
1537
- "state": "active",
1538
- "introduced": "0.7.0",
1539
- "description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
1540
- },
1541
- "value": "#48245D"
1542
- },
1543
- "Dark brand-refresh/color.background.accent.purple.subtler.hovered": {
1544
- "attributes": {
1545
- "group": "paint",
1546
- "state": "active",
1547
- "introduced": "1.19.0",
1548
- "description": "Hovered state of color.background.accent.purple.subtler."
1549
- },
1550
- "value": "#803FA5"
1551
- },
1552
- "Dark brand-refresh/color.background.accent.purple.subtler.pressed": {
1553
- "attributes": {
1554
- "group": "paint",
1555
- "state": "active",
1556
- "introduced": "1.19.0",
1557
- "description": "Pressed state of color.background.accent.purple.subtler."
1558
- },
1559
- "value": "#964AC0"
1560
- },
1561
- "Dark brand-refresh/color.background.accent.purple.subtle": {
1562
- "attributes": {
1563
- "group": "paint",
1564
- "state": "active",
1565
- "introduced": "0.7.0",
1566
- "description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
1567
- },
1568
- "value": "#803FA5"
1569
- },
1570
- "Dark brand-refresh/color.background.accent.purple.subtle.hovered": {
1571
- "attributes": {
1572
- "group": "paint",
1573
- "state": "active",
1574
- "introduced": "1.19.0",
1575
- "description": "Hovered state of color.background.accent.purple.subtle."
1576
- },
1577
- "value": "#48245D"
1578
- },
1579
- "Dark brand-refresh/color.background.accent.purple.subtle.pressed": {
1580
- "attributes": {
1581
- "group": "paint",
1582
- "state": "active",
1583
- "introduced": "1.19.0",
1584
- "description": "Pressed state of color.background.accent.purple.subtle."
1585
- },
1586
- "value": "#35243F"
1587
- },
1588
- "Dark brand-refresh/color.background.accent.purple.bolder": {
1589
- "attributes": {
1590
- "group": "paint",
1591
- "state": "active",
1592
- "introduced": "0.7.0",
1593
- "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."
1594
- },
1595
- "value": "#C97CF4"
1596
- },
1597
- "Dark brand-refresh/color.background.accent.purple.bolder.hovered": {
1598
- "attributes": {
1599
- "group": "paint",
1600
- "state": "active",
1601
- "introduced": "1.19.0",
1602
- "description": "Hovered state of color.background.accent.purple.bolder."
1603
- },
1604
- "value": "#D8A0F7"
1605
- },
1606
- "Dark brand-refresh/color.background.accent.purple.bolder.pressed": {
1607
- "attributes": {
1608
- "group": "paint",
1609
- "state": "active",
1610
- "introduced": "1.19.0",
1611
- "description": "Pressed state of color.background.accent.purple.bolder."
1612
- },
1613
- "value": "#EED7FC"
1614
- },
1615
- "Dark brand-refresh/color.background.accent.magenta.subtlest": {
1616
- "attributes": {
1617
- "group": "paint",
1618
- "state": "active",
1619
- "introduced": "0.7.0",
1620
- "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1621
- },
1622
- "value": "#3D2232"
1623
- },
1624
- "Dark brand-refresh/color.background.accent.magenta.subtlest.hovered": {
1625
- "attributes": {
1626
- "group": "paint",
1627
- "state": "active",
1628
- "introduced": "1.19.0",
1629
- "description": "Hovered state of color.background.accent.magenta.subtlest."
1630
- },
1631
- "value": "#50253F"
1632
- },
1633
- "Dark brand-refresh/color.background.accent.magenta.subtlest.pressed": {
1634
- "attributes": {
1635
- "group": "paint",
1636
- "state": "active",
1637
- "introduced": "1.19.0",
1638
- "description": "Pressed state of color.background.accent.magenta.subtlest."
1639
- },
1640
- "value": "#943D73"
1641
- },
1642
- "Dark brand-refresh/color.background.accent.magenta.subtler": {
1643
- "attributes": {
1644
- "group": "paint",
1645
- "state": "active",
1646
- "introduced": "0.7.0",
1647
- "description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1648
- },
1649
- "value": "#50253F"
1650
- },
1651
- "Dark brand-refresh/color.background.accent.magenta.subtler.hovered": {
1652
- "attributes": {
1653
- "group": "paint",
1654
- "state": "active",
1655
- "introduced": "1.19.0",
1656
- "description": "Hovered state of color.background.accent.magenta.subtler."
1657
- },
1658
- "value": "#943D73"
1659
- },
1660
- "Dark brand-refresh/color.background.accent.magenta.subtler.pressed": {
1661
- "attributes": {
1662
- "group": "paint",
1663
- "state": "active",
1664
- "introduced": "1.19.0",
1665
- "description": "Pressed state of color.background.accent.magenta.subtler."
1666
- },
1667
- "value": "#AE4787"
1668
- },
1669
- "Dark brand-refresh/color.background.accent.magenta.subtle": {
1670
- "attributes": {
1671
- "group": "paint",
1672
- "state": "active",
1673
- "introduced": "0.7.0",
1674
- "description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
1675
- },
1676
- "value": "#943D73"
1677
- },
1678
- "Dark brand-refresh/color.background.accent.magenta.subtle.hovered": {
1679
- "attributes": {
1680
- "group": "paint",
1681
- "state": "active",
1682
- "introduced": "1.19.0",
1683
- "description": "Hovered state of color.background.accent.magenta.subtle."
1684
- },
1685
- "value": "#50253F"
1686
- },
1687
- "Dark brand-refresh/color.background.accent.magenta.subtle.pressed": {
1688
- "attributes": {
1689
- "group": "paint",
1690
- "state": "active",
1691
- "introduced": "1.19.0",
1692
- "description": "Pressed state of color.background.accent.magenta.subtle."
1693
- },
1694
- "value": "#3D2232"
1695
- },
1696
- "Dark brand-refresh/color.background.accent.magenta.bolder": {
1697
- "attributes": {
1698
- "group": "paint",
1699
- "state": "active",
1700
- "introduced": "0.7.0",
1701
- "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."
1702
- },
1703
- "value": "#E774BB"
1704
- },
1705
- "Dark brand-refresh/color.background.accent.magenta.bolder.hovered": {
1706
- "attributes": {
1707
- "group": "paint",
1708
- "state": "active",
1709
- "introduced": "1.19.0",
1710
- "description": "Hovered state of color.background.accent.magenta.bolder."
1711
- },
1712
- "value": "#F797D2"
1713
- },
1714
- "Dark brand-refresh/color.background.accent.magenta.bolder.pressed": {
1715
- "attributes": {
1716
- "group": "paint",
1717
- "state": "active",
1718
- "introduced": "1.19.0",
1719
- "description": "Pressed state of color.background.accent.magenta.bolder."
1720
- },
1721
- "value": "#FDD0EC"
1722
- },
1723
- "Dark brand-refresh/color.background.accent.gray.subtlest": {
1724
- "attributes": {
1725
- "group": "paint",
1726
- "state": "active",
1727
- "introduced": "0.7.0",
1728
- "description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1729
- },
1730
- "value": "#303134"
1731
- },
1732
- "Dark brand-refresh/color.background.accent.gray.subtlest.hovered": {
1733
- "attributes": {
1734
- "group": "paint",
1735
- "state": "active",
1736
- "introduced": "1.19.0",
1737
- "description": "Hovered state of color.background.accent.gray.subtlest."
1738
- },
1739
- "value": "#3D3F43"
1740
- },
1741
- "Dark brand-refresh/color.background.accent.gray.subtlest.pressed": {
1742
- "attributes": {
1743
- "group": "paint",
1744
- "state": "active",
1745
- "introduced": "1.19.0",
1746
- "description": "Pressed state of color.background.accent.gray.subtlest."
1747
- },
1748
- "value": "#4B4D51"
1749
- },
1750
- "Dark brand-refresh/color.background.accent.gray.subtler": {
1751
- "attributes": {
1752
- "group": "paint",
1753
- "state": "active",
1754
- "introduced": "0.7.0",
1755
- "description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
1756
- },
1757
- "value": "#4B4D51"
1758
- },
1759
- "Dark brand-refresh/color.background.accent.gray.subtler.hovered": {
1760
- "attributes": {
1761
- "group": "paint",
1762
- "state": "active",
1763
- "introduced": "1.19.0",
1764
- "description": "Hovered state of color.background.accent.gray.subtler."
1765
- },
1766
- "value": "#63666B"
1767
- },
1768
- "Dark brand-refresh/color.background.accent.gray.subtler.pressed": {
1769
- "attributes": {
1770
- "group": "paint",
1771
- "state": "active",
1772
- "introduced": "1.19.0",
1773
- "description": "Pressed state of color.background.accent.gray.subtler."
1774
- },
1775
- "value": "#7E8188"
1776
- },
1777
- "Dark brand-refresh/color.background.accent.gray.subtle": {
1778
- "attributes": {
1779
- "group": "paint",
1780
- "state": "active",
1781
- "introduced": "0.7.0",
1782
- "description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
1783
- },
1784
- "value": "#63666B"
1785
- },
1786
- "Dark brand-refresh/color.background.accent.gray.subtle.hovered": {
1787
- "attributes": {
1788
- "group": "paint",
1789
- "state": "active",
1790
- "introduced": "1.19.0",
1791
- "description": "Hovered state of color.background.accent.gray.subtle."
1792
- },
1793
- "value": "#4B4D51"
1794
- },
1795
- "Dark brand-refresh/color.background.accent.gray.subtle.pressed": {
1796
- "attributes": {
1797
- "group": "paint",
1798
- "state": "active",
1799
- "introduced": "1.19.0",
1800
- "description": "Pressed state of color.background.accent.gray.subtle."
1801
- },
1802
- "value": "#3D3F43"
1803
- },
1804
- "Dark brand-refresh/color.background.accent.gray.bolder": {
1805
- "attributes": {
1806
- "group": "paint",
1807
- "state": "active",
1808
- "introduced": "0.7.0",
1809
- "description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1810
- },
1811
- "value": "#96999E"
1812
- },
1813
- "Dark brand-refresh/color.background.accent.gray.bolder.hovered": {
1814
- "attributes": {
1815
- "group": "paint",
1816
- "state": "active",
1817
- "introduced": "1.19.0",
1818
- "description": "Hovered state of color.background.accent.gray.bolder."
1819
- },
1820
- "value": "#A9ABAF"
1821
- },
1822
- "Dark brand-refresh/color.background.accent.gray.bolder.pressed": {
1823
- "attributes": {
1824
- "group": "paint",
1825
- "state": "active",
1826
- "introduced": "1.19.0",
1827
- "description": "Pressed state of color.background.accent.gray.subtlest."
1828
- },
1829
- "value": "#BFC1C4"
1830
- },
1831
- "Dark brand-refresh/color.background.disabled": {
1832
- "attributes": {
1833
- "group": "paint",
1834
- "state": "active",
1835
- "introduced": "0.0.15",
1836
- "description": "Use for backgrounds of elements in a disabled state."
1837
- },
1838
- "value": "#BDBDBD0A"
1839
- },
1840
- "Dark brand-refresh/color.background.input": {
1841
- "attributes": {
1842
- "group": "paint",
1843
- "state": "active",
1844
- "introduced": "0.6.0",
1845
- "description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
1846
- },
1847
- "value": "#242528"
1848
- },
1849
- "Dark brand-refresh/color.background.input.hovered": {
1850
- "attributes": {
1851
- "group": "paint",
1852
- "state": "active",
1853
- "introduced": "0.6.0",
1854
- "description": "Hovered state for color.background.input"
1855
- },
1856
- "value": "#2B2C2F"
1857
- },
1858
- "Dark brand-refresh/color.background.input.pressed": {
1859
- "attributes": {
1860
- "group": "paint",
1861
- "state": "active",
1862
- "introduced": "0.6.0",
1863
- "description": "Pressed state for color.background.input"
1864
- },
1865
- "value": "#242528"
1866
- },
1867
- "Dark brand-refresh/color.background.inverse.subtle": {
1868
- "attributes": {
1869
- "group": "paint",
1870
- "state": "active",
1871
- "introduced": "0.8.3",
1872
- "description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
1873
- },
1874
- "value": "#FFFFFF29"
1875
- },
1876
- "Dark brand-refresh/color.background.inverse.subtle.hovered": {
1877
- "attributes": {
1878
- "group": "paint",
1879
- "state": "active",
1880
- "introduced": "0.8.3",
1881
- "description": "Use for the hovered state of color.background.inverse.subtle"
1882
- },
1883
- "value": "#FFFFFF3D"
1884
- },
1885
- "Dark brand-refresh/color.background.inverse.subtle.pressed": {
1886
- "attributes": {
1887
- "group": "paint",
1888
- "state": "active",
1889
- "introduced": "0.8.3",
1890
- "description": "Use for the pressed state of color.background.inverse.subtle"
1891
- },
1892
- "value": "#FFFFFF52"
1893
- },
1894
- "Dark brand-refresh/color.background.neutral": {
1895
- "attributes": {
1896
- "group": "paint",
1897
- "state": "active",
1898
- "introduced": "0.6.0",
1899
- "description": "The default background for neutral elements, such as default buttons."
1900
- },
1901
- "value": "#CECED912"
1902
- },
1903
- "Dark brand-refresh/color.background.neutral.hovered": {
1904
- "attributes": {
1905
- "group": "paint",
1906
- "state": "active",
1907
- "introduced": "0.6.0",
1908
- "description": "Hovered state for color.background.neutral"
1909
- },
1910
- "value": "#E3E4F21F"
1911
- },
1912
- "Dark brand-refresh/color.background.neutral.pressed": {
1913
- "attributes": {
1914
- "group": "paint",
1915
- "state": "active",
1916
- "introduced": "0.6.0",
1917
- "description": "Pressed state for color.background.neutral"
1918
- },
1919
- "value": "#E5E9F640"
1920
- },
1921
- "Dark brand-refresh/color.background.neutral.subtle": {
1922
- "attributes": {
1923
- "group": "paint",
1924
- "state": "active",
1925
- "introduced": "0.6.0",
1926
- "description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
1927
- },
1928
- "value": "#00000000"
1929
- },
1930
- "Dark brand-refresh/color.background.neutral.subtle.hovered": {
1931
- "attributes": {
1932
- "group": "paint",
1933
- "state": "active",
1934
- "introduced": "0.6.0",
1935
- "description": "Hovered state for color.background.neutral.subtle"
1936
- },
1937
- "value": "#CECED912"
1938
- },
1939
- "Dark brand-refresh/color.background.neutral.subtle.pressed": {
1940
- "attributes": {
1941
- "group": "paint",
1942
- "state": "active",
1943
- "introduced": "0.6.0",
1944
- "description": "Pressed state for color.background.neutral.subtle"
1945
- },
1946
- "value": "#E3E4F21F"
1947
- },
1948
- "Dark brand-refresh/color.background.neutral.bold": {
1949
- "attributes": {
1950
- "group": "paint",
1951
- "state": "active",
1952
- "introduced": "0.6.0",
1953
- "description": "A vibrant background option for neutral UI elements, such as announcement banners."
1954
- },
1955
- "value": "#CECFD2"
1956
- },
1957
- "Dark brand-refresh/color.background.neutral.bold.hovered": {
1958
- "attributes": {
1959
- "group": "paint",
1960
- "state": "active",
1961
- "introduced": "0.6.0",
1962
- "description": "Hovered state of color.background.neutral.bold"
1963
- },
1964
- "value": "#BFC1C4"
1965
- },
1966
- "Dark brand-refresh/color.background.neutral.bold.pressed": {
1967
- "attributes": {
1968
- "group": "paint",
1969
- "state": "active",
1970
- "introduced": "0.6.0",
1971
- "description": "Pressed state of color.background.neutral.bold"
1972
- },
1973
- "value": "#A9ABAF"
1974
- },
1975
- "Dark brand-refresh/color.background.selected": {
1976
- "attributes": {
1977
- "group": "paint",
1978
- "state": "active",
1979
- "introduced": "0.6.2",
1980
- "description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
1981
- },
1982
- "value": "#1C2B42"
1983
- },
1984
- "Dark brand-refresh/color.background.selected.hovered": {
1985
- "attributes": {
1986
- "group": "paint",
1987
- "state": "active",
1988
- "introduced": "0.6.2",
1989
- "description": "Hovered state for color.background.selected"
1990
- },
1991
- "value": "#123263"
1992
- },
1993
- "Dark brand-refresh/color.background.selected.pressed": {
1994
- "attributes": {
1995
- "group": "paint",
1996
- "state": "active",
1997
- "introduced": "0.6.2",
1998
- "description": "Pressed state for color.background.selected"
1999
- },
2000
- "value": "#1558BC"
2001
- },
2002
- "Dark brand-refresh/color.background.selected.bold": {
2003
- "attributes": {
2004
- "group": "paint",
2005
- "state": "active",
2006
- "introduced": "0.6.2",
2007
- "description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
2008
- },
2009
- "value": "#669DF1"
2010
- },
2011
- "Dark brand-refresh/color.background.selected.bold.hovered": {
2012
- "attributes": {
2013
- "group": "paint",
2014
- "state": "active",
2015
- "introduced": "0.6.2",
2016
- "description": "Hovered state of color.background.selected.bold"
2017
- },
2018
- "value": "#8FB8F6"
2019
- },
2020
- "Dark brand-refresh/color.background.selected.bold.pressed": {
2021
- "attributes": {
2022
- "group": "paint",
2023
- "state": "active",
2024
- "introduced": "0.6.2",
2025
- "description": "Pressed state of color.background.selected.bold"
2026
- },
2027
- "value": "#CFE1FD"
2028
- },
2029
- "Dark brand-refresh/color.background.brand.subtlest": {
2030
- "attributes": {
2031
- "group": "paint",
2032
- "state": "active",
2033
- "introduced": "1.13.0",
2034
- "description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
2035
- },
2036
- "value": "#1C2B42"
2037
- },
2038
- "Dark brand-refresh/color.background.brand.subtlest.hovered": {
2039
- "attributes": {
2040
- "group": "paint",
2041
- "state": "active",
2042
- "introduced": "1.13.0",
2043
- "description": "Hovered state of color.background.brand.subtlest."
2044
- },
2045
- "value": "#123263"
2046
- },
2047
- "Dark brand-refresh/color.background.brand.subtlest.pressed": {
2048
- "attributes": {
2049
- "group": "paint",
2050
- "state": "active",
2051
- "introduced": "1.13.0",
2052
- "description": "Pressed state of color.background.brand.subtlest"
2053
- },
2054
- "value": "#1558BC"
2055
- },
2056
- "Dark brand-refresh/color.background.brand.bold": {
2057
- "attributes": {
2058
- "group": "paint",
2059
- "state": "active",
2060
- "introduced": "0.6.0",
2061
- "description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
2062
- },
2063
- "value": "#669DF1"
2064
- },
2065
- "Dark brand-refresh/color.background.brand.bold.hovered": {
2066
- "attributes": {
2067
- "group": "paint",
2068
- "state": "active",
2069
- "introduced": "0.6.0",
2070
- "description": "Hovered state of color.background.brand.bold."
2071
- },
2072
- "value": "#8FB8F6"
2073
- },
2074
- "Dark brand-refresh/color.background.brand.bold.pressed": {
2075
- "attributes": {
2076
- "group": "paint",
2077
- "state": "active",
2078
- "introduced": "0.6.0",
2079
- "description": "Pressed state of color.background.brand.bold."
2080
- },
2081
- "value": "#CFE1FD"
2082
- },
2083
- "Dark brand-refresh/color.background.brand.boldest": {
2084
- "attributes": {
2085
- "group": "paint",
2086
- "state": "active",
2087
- "introduced": "1.13.0",
2088
- "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
2089
- },
2090
- "value": "#E9F2FE"
2091
- },
2092
- "Dark brand-refresh/color.background.brand.boldest.hovered": {
2093
- "attributes": {
2094
- "group": "paint",
2095
- "state": "active",
2096
- "introduced": "1.13.0",
2097
- "description": "Hovered state of color.background.brand.boldest."
2098
- },
2099
- "value": "#CFE1FD"
2100
- },
2101
- "Dark brand-refresh/color.background.brand.boldest.pressed": {
2102
- "attributes": {
2103
- "group": "paint",
2104
- "state": "active",
2105
- "introduced": "1.13.0",
2106
- "description": "Pressed state of color.background.brand.boldest."
2107
- },
2108
- "value": "#8FB8F6"
2109
- },
2110
- "Dark brand-refresh/color.background.danger": {
2111
- "attributes": {
2112
- "group": "paint",
2113
- "state": "active",
2114
- "introduced": "0.6.0",
2115
- "description": "Use for backgrounds communicating critical information, such in error section messages."
2116
- },
2117
- "value": "#42221F"
2118
- },
2119
- "Dark brand-refresh/color.background.danger.hovered": {
2120
- "attributes": {
2121
- "group": "paint",
2122
- "state": "active",
2123
- "introduced": "0.6.0",
2124
- "description": "Hovered state for color.background.danger"
2125
- },
2126
- "value": "#5D1F1A"
2127
- },
2128
- "Dark brand-refresh/color.background.danger.pressed": {
2129
- "attributes": {
2130
- "group": "paint",
2131
- "state": "active",
2132
- "introduced": "0.6.0",
2133
- "description": "Pressed state for color.background.danger"
2134
- },
2135
- "value": "#AE2E24"
2136
- },
2137
- "Dark brand-refresh/color.background.danger.bold": {
2138
- "attributes": {
2139
- "group": "paint",
2140
- "state": "active",
2141
- "introduced": "0.6.0",
2142
- "description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
2143
- },
2144
- "value": "#F87168"
2145
- },
2146
- "Dark brand-refresh/color.background.danger.bold.hovered": {
2147
- "attributes": {
2148
- "group": "paint",
2149
- "state": "active",
2150
- "introduced": "0.6.0",
2151
- "description": "Hovered state of color.background.danger.bold"
2152
- },
2153
- "value": "#FD9891"
2154
- },
2155
- "Dark brand-refresh/color.background.danger.bold.pressed": {
2156
- "attributes": {
2157
- "group": "paint",
2158
- "state": "active",
2159
- "introduced": "0.6.0",
2160
- "description": "Pressed state of color.background.danger.bold"
2161
- },
2162
- "value": "#FFD5D2"
2163
- },
2164
- "Dark brand-refresh/color.background.warning": {
2165
- "attributes": {
2166
- "group": "paint",
2167
- "state": "active",
2168
- "introduced": "0.6.0",
2169
- "description": "Use for backgrounds communicating caution, such as in warning section messages."
2170
- },
2171
- "value": "#3A2C1F"
2172
- },
2173
- "Dark brand-refresh/color.background.warning.hovered": {
2174
- "attributes": {
2175
- "group": "paint",
2176
- "state": "active",
2177
- "introduced": "0.6.0",
2178
- "description": "Hovered state for color.background.warning"
2179
- },
2180
- "value": "#693200"
2181
- },
2182
- "Dark brand-refresh/color.background.warning.pressed": {
2183
- "attributes": {
2184
- "group": "paint",
2185
- "state": "active",
2186
- "introduced": "0.6.0",
2187
- "description": "Pressed state for color.background.warning"
2188
- },
2189
- "value": "#9E4C00"
2190
- },
2191
- "Dark brand-refresh/color.background.warning.bold": {
2192
- "attributes": {
2193
- "group": "paint",
2194
- "state": "active",
2195
- "introduced": "0.6.0",
2196
- "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
2197
- },
2198
- "value": "#FBC828"
2199
- },
2200
- "Dark brand-refresh/color.background.warning.bold.hovered": {
2201
- "attributes": {
2202
- "group": "paint",
2203
- "state": "active",
2204
- "introduced": "0.6.0",
2205
- "description": "Hovered state of color.background.warning.bold"
2206
- },
2207
- "value": "#FCA700"
2208
- },
2209
- "Dark brand-refresh/color.background.warning.bold.pressed": {
2210
- "attributes": {
2211
- "group": "paint",
2212
- "state": "active",
2213
- "introduced": "0.6.0",
2214
- "description": "Pressed state of color.background.warning.bold"
2215
- },
2216
- "value": "#F68909"
2217
- },
2218
- "Dark brand-refresh/color.background.success": {
2219
- "attributes": {
2220
- "group": "paint",
2221
- "state": "active",
2222
- "introduced": "0.6.0",
2223
- "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
2224
- },
2225
- "value": "#28311B"
2226
- },
2227
- "Dark brand-refresh/color.background.success.hovered": {
2228
- "attributes": {
2229
- "group": "paint",
2230
- "state": "active",
2231
- "introduced": "0.6.0",
2232
- "description": "Hovered state for color.background.success"
2233
- },
2234
- "value": "#37471F"
2235
- },
2236
- "Dark brand-refresh/color.background.success.pressed": {
2237
- "attributes": {
2238
- "group": "paint",
2239
- "state": "active",
2240
- "introduced": "0.6.0",
2241
- "description": "Pressed state for color.background.success"
2242
- },
2243
- "value": "#4C6B1F"
2244
- },
2245
- "Dark brand-refresh/color.background.success.bold": {
2246
- "attributes": {
2247
- "group": "paint",
2248
- "state": "active",
2249
- "introduced": "0.6.0",
2250
- "description": "A vibrant background option for communicating a favorable outcome, such as in checked toggles."
2251
- },
2252
- "value": "#94C748"
2253
- },
2254
- "Dark brand-refresh/color.background.success.bold.hovered": {
2255
- "attributes": {
2256
- "group": "paint",
2257
- "state": "active",
2258
- "introduced": "0.6.0",
2259
- "description": "Hovered state of color.background.success.bold"
2260
- },
2261
- "value": "#B3DF72"
2262
- },
2263
- "Dark brand-refresh/color.background.success.bold.pressed": {
2264
- "attributes": {
2265
- "group": "paint",
2266
- "state": "active",
2267
- "introduced": "0.6.0",
2268
- "description": "Pressed state of color.background.success.bold"
2269
- },
2270
- "value": "#D3F1A7"
2271
- },
2272
- "Dark brand-refresh/color.background.discovery": {
2273
- "attributes": {
2274
- "group": "paint",
2275
- "state": "active",
2276
- "introduced": "0.6.0",
2277
- "description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
2278
- },
2279
- "value": "#35243F"
2280
- },
2281
- "Dark brand-refresh/color.background.discovery.hovered": {
2282
- "attributes": {
2283
- "group": "paint",
2284
- "state": "active",
2285
- "introduced": "0.6.0",
2286
- "description": "Hover state for color.background.discovery"
2287
- },
2288
- "value": "#48245D"
2289
- },
2290
- "Dark brand-refresh/color.background.discovery.pressed": {
2291
- "attributes": {
2292
- "group": "paint",
2293
- "state": "active",
2294
- "introduced": "0.6.0",
2295
- "description": "Pressed state for color.background.discovery"
2296
- },
2297
- "value": "#803FA5"
2298
- },
2299
- "Dark brand-refresh/color.background.discovery.bold": {
2300
- "attributes": {
2301
- "group": "paint",
2302
- "state": "active",
2303
- "introduced": "0.6.0",
2304
- "description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
2305
- },
2306
- "value": "#C97CF4"
2307
- },
2308
- "Dark brand-refresh/color.background.discovery.bold.hovered": {
2309
- "attributes": {
2310
- "group": "paint",
2311
- "state": "active",
2312
- "introduced": "0.6.0",
2313
- "description": "Hovered state of color.background.discovery.bold"
2314
- },
2315
- "value": "#D8A0F7"
2316
- },
2317
- "Dark brand-refresh/color.background.discovery.bold.pressed": {
2318
- "attributes": {
2319
- "group": "paint",
2320
- "state": "active",
2321
- "introduced": "0.6.0",
2322
- "description": "Pressed state of color.background.discovery.bold"
2323
- },
2324
- "value": "#EED7FC"
2325
- },
2326
- "Dark brand-refresh/color.background.information": {
2327
- "attributes": {
2328
- "group": "paint",
2329
- "state": "active",
2330
- "introduced": "0.6.0",
2331
- "description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
2332
- },
2333
- "value": "#1C2B42"
2334
- },
2335
- "Dark brand-refresh/color.background.information.hovered": {
2336
- "attributes": {
2337
- "group": "paint",
2338
- "state": "active",
2339
- "introduced": "0.6.0",
2340
- "description": "Hovered state of color.background.information"
2341
- },
2342
- "value": "#123263"
2343
- },
2344
- "Dark brand-refresh/color.background.information.pressed": {
2345
- "attributes": {
2346
- "group": "paint",
2347
- "state": "active",
2348
- "introduced": "0.6.0",
2349
- "description": "Pressed state of color.background.information"
2350
- },
2351
- "value": "#1558BC"
2352
- },
2353
- "Dark brand-refresh/color.background.information.bold": {
2354
- "attributes": {
2355
- "group": "paint",
2356
- "state": "active",
2357
- "introduced": "0.6.0",
2358
- "description": "A vibrant background option for communicating information or something in-progress."
2359
- },
2360
- "value": "#669DF1"
2361
- },
2362
- "Dark brand-refresh/color.background.information.bold.hovered": {
2363
- "attributes": {
2364
- "group": "paint",
2365
- "state": "active",
2366
- "introduced": "0.6.0",
2367
- "description": "Hovered state of color.background.information.bold"
2368
- },
2369
- "value": "#8FB8F6"
2370
- },
2371
- "Dark brand-refresh/color.background.information.bold.pressed": {
2372
- "attributes": {
2373
- "group": "paint",
2374
- "state": "active",
2375
- "introduced": "0.6.0",
2376
- "description": "Pressed state of color.background.information.bold"
2377
- },
2378
- "value": "#CFE1FD"
2379
- },
2380
- "Dark brand-refresh/color.blanket": {
2381
- "attributes": {
2382
- "group": "paint",
2383
- "state": "active",
2384
- "introduced": "0.0.15",
2385
- "description": "Use for the screen overlay that appears with modal dialogs"
2386
- },
2387
- "value": "#10121499"
2388
- },
2389
- "Dark brand-refresh/color.blanket.selected": {
2390
- "attributes": {
2391
- "group": "paint",
2392
- "state": "active",
2393
- "introduced": "0.6.0",
2394
- "description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
2395
- },
2396
- "value": "#1D7AFC14"
2397
- },
2398
- "Dark brand-refresh/color.blanket.danger": {
2399
- "attributes": {
2400
- "group": "paint",
2401
- "state": "active",
2402
- "introduced": "0.6.0",
2403
- "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"
2404
- },
2405
- "value": "#E3493514"
2406
- },
2407
- "Dark brand-refresh/color.interaction.hovered": {
2408
- "attributes": {
2409
- "group": "paint",
2410
- "state": "active",
2411
- "introduced": "0.6.0",
2412
- "description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
2413
- },
2414
- "value": "#ffffff33"
2415
- },
2416
- "Dark brand-refresh/color.interaction.pressed": {
2417
- "attributes": {
2418
- "group": "paint",
2419
- "state": "active",
2420
- "introduced": "0.6.0",
2421
- "description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
2422
- },
2423
- "value": "#ffffff5c"
2424
- },
2425
- "Dark brand-refresh/color.skeleton": {
2426
- "attributes": {
2427
- "group": "paint",
2428
- "state": "active",
2429
- "introduced": "0.8.0",
2430
- "description": "Use for skeleton loading states"
2431
- },
2432
- "value": "#CECED912"
2433
- },
2434
- "Dark brand-refresh/color.skeleton.subtle": {
2435
- "attributes": {
2436
- "group": "paint",
2437
- "state": "active",
2438
- "introduced": "0.8.0",
2439
- "description": "Use for the pulse or shimmer effect in skeleton loading states"
2440
- },
2441
- "value": "#BDBDBD0A"
2442
- },
2443
- "Dark brand-refresh/color.chart.categorical.1": {
2444
- "attributes": {
2445
- "group": "paint",
2446
- "state": "active",
2447
- "introduced": "0.13.3",
2448
- "description": "For data visualisation only. Follow numbered sequence."
2449
- },
2450
- "value": "#4688EC"
2451
- },
2452
- "Dark brand-refresh/color.chart.categorical.1.hovered": {
2453
- "attributes": {
2454
- "group": "paint",
2455
- "state": "active",
2456
- "introduced": "0.13.3",
2457
- "description": "Hovered state of color.chart.categorical.1."
2458
- },
2459
- "value": "#669DF1"
2460
- },
2461
- "Dark brand-refresh/color.chart.categorical.2": {
2462
- "attributes": {
2463
- "group": "paint",
2464
- "state": "active",
2465
- "introduced": "0.13.3",
2466
- "description": "For data visualisation only. Follow numbered sequence."
2467
- },
2468
- "value": "#94C748"
2469
- },
2470
- "Dark brand-refresh/color.chart.categorical.2.hovered": {
2471
- "attributes": {
2472
- "group": "paint",
2473
- "state": "active",
2474
- "introduced": "0.13.3",
2475
- "description": "Hovered state of color.chart.categorical.2."
2476
- },
2477
- "value": "#B3DF72"
2478
- },
2479
- "Dark brand-refresh/color.chart.categorical.3": {
2480
- "attributes": {
2481
- "group": "paint",
2482
- "state": "active",
2483
- "introduced": "0.13.3",
2484
- "description": "For data visualisation only. Follow numbered sequence."
2485
- },
2486
- "value": "#C97CF4"
2487
- },
2488
- "Dark brand-refresh/color.chart.categorical.3.hovered": {
2489
- "attributes": {
2490
- "group": "paint",
2491
- "state": "active",
2492
- "introduced": "0.13.3",
2493
- "description": "Hovered state of color.chart.categorical.3."
2494
- },
2495
- "value": "#D8A0F7"
2496
- },
2497
- "Dark brand-refresh/color.chart.categorical.4": {
2498
- "attributes": {
2499
- "group": "paint",
2500
- "state": "active",
2501
- "introduced": "0.13.3",
2502
- "description": "For data visualisation only. Follow numbered sequence."
2503
- },
2504
- "value": "#FCA700"
2505
- },
2506
- "Dark brand-refresh/color.chart.categorical.4.hovered": {
2507
- "attributes": {
2508
- "group": "paint",
2509
- "state": "active",
2510
- "introduced": "0.13.3",
2511
- "description": "Hovered state of color.chart.categorical.4."
2512
- },
2513
- "value": "#FBC828"
2514
- },
2515
- "Dark brand-refresh/color.chart.categorical.5": {
2516
- "attributes": {
2517
- "group": "paint",
2518
- "state": "active",
2519
- "introduced": "0.13.3",
2520
- "description": "For data visualisation only. Follow numbered sequence."
2521
- },
2522
- "value": "#1558BC"
2523
- },
2524
- "Dark brand-refresh/color.chart.categorical.5.hovered": {
2525
- "attributes": {
2526
- "group": "paint",
2527
- "state": "active",
2528
- "introduced": "0.13.3",
2529
- "description": "Hovered state of color.chart.categorical.5."
2530
- },
2531
- "value": "#1868DB"
2532
- },
2533
- "Dark brand-refresh/color.chart.categorical.6": {
2534
- "attributes": {
2535
- "group": "paint",
2536
- "state": "active",
2537
- "introduced": "0.13.3",
2538
- "description": "For data visualisation only. Follow numbered sequence."
2539
- },
2540
- "value": "#964AC0"
2541
- },
2542
- "Dark brand-refresh/color.chart.categorical.6.hovered": {
2543
- "attributes": {
2544
- "group": "paint",
2545
- "state": "active",
2546
- "introduced": "0.13.3",
2547
- "description": "Hovered state of color.chart.categorical.6."
2548
- },
2549
- "value": "#AF59E1"
2550
- },
2551
- "Dark brand-refresh/color.chart.categorical.7": {
2552
- "attributes": {
2553
- "group": "paint",
2554
- "state": "active",
2555
- "introduced": "0.13.3",
2556
- "description": "For data visualisation only. Follow numbered sequence."
2557
- },
2558
- "value": "#42B2D7"
2559
- },
2560
- "Dark brand-refresh/color.chart.categorical.7.hovered": {
2561
- "attributes": {
2562
- "group": "paint",
2563
- "state": "active",
2564
- "introduced": "0.13.3",
2565
- "description": "Hovered state of color.chart.categorical.7."
2566
- },
2567
- "value": "#6CC3E0"
2568
- },
2569
- "Dark brand-refresh/color.chart.categorical.8": {
2570
- "attributes": {
2571
- "group": "paint",
2572
- "state": "active",
2573
- "introduced": "0.13.3",
2574
- "description": "For data visualisation only. Follow numbered sequence."
2575
- },
2576
- "value": "#E06C00"
2577
- },
2578
- "Dark brand-refresh/color.chart.categorical.8.hovered": {
2579
- "attributes": {
2580
- "group": "paint",
2581
- "state": "active",
2582
- "introduced": "0.13.3",
2583
- "description": "Hovered state of color.chart.categorical.8."
2584
- },
2585
- "value": "#F68909"
2586
- },
2587
- "Dark brand-refresh/color.chart.lime.bold": {
2588
- "attributes": {
2589
- "group": "paint",
2590
- "state": "active",
2591
- "introduced": "1.8.0",
2592
- "description": "For data visualisation only."
2593
- },
2594
- "value": "#82B536"
2595
- },
2596
- "Dark brand-refresh/color.chart.lime.bold.hovered": {
2597
- "attributes": {
2598
- "group": "paint",
2599
- "state": "active",
2600
- "introduced": "1.8.0",
2601
- "description": "Hovered state of color.chart.lime.bold."
2602
- },
2603
- "value": "#94C748"
2604
- },
2605
- "Dark brand-refresh/color.chart.lime.bolder": {
2606
- "attributes": {
2607
- "group": "paint",
2608
- "state": "active",
2609
- "introduced": "1.8.0",
2610
- "description": "For data visualisation only."
2611
- },
2612
- "value": "#94C748"
2613
- },
2614
- "Dark brand-refresh/color.chart.lime.bolder.hovered": {
2615
- "attributes": {
2616
- "group": "paint",
2617
- "state": "active",
2618
- "introduced": "1.8.0",
2619
- "description": "Hovered state of color.chart.lime.bolder."
2620
- },
2621
- "value": "#B3DF72"
2622
- },
2623
- "Dark brand-refresh/color.chart.lime.boldest": {
2624
- "attributes": {
2625
- "group": "paint",
2626
- "state": "active",
2627
- "introduced": "1.8.0",
2628
- "description": "For data visualisation only."
2629
- },
2630
- "value": "#B3DF72"
2631
- },
2632
- "Dark brand-refresh/color.chart.lime.boldest.hovered": {
2633
- "attributes": {
2634
- "group": "paint",
2635
- "state": "active",
2636
- "introduced": "1.8.0",
2637
- "description": "Hovered state of color.chart.lime.boldest."
2638
- },
2639
- "value": "#D3F1A7"
2640
- },
2641
- "Dark brand-refresh/color.chart.neutral": {
2642
- "attributes": {
2643
- "group": "paint",
2644
- "state": "active",
2645
- "introduced": "0.13.3",
2646
- "description": "A secondary color for data visualisation or to communicate 'to-do' statues."
2647
- },
2648
- "value": "#7E8188"
2649
- },
2650
- "Dark brand-refresh/color.chart.neutral.hovered": {
2651
- "attributes": {
2652
- "group": "paint",
2653
- "state": "active",
2654
- "introduced": "0.13.3",
2655
- "description": "Hovered state of color.chart.neutral."
2656
- },
2657
- "value": "#96999E"
2658
- },
2659
- "Dark brand-refresh/color.chart.red.bold": {
2660
- "attributes": {
2661
- "group": "paint",
2662
- "state": "active",
2663
- "introduced": "0.13.3",
2664
- "description": "For data visualisation only."
2665
- },
2666
- "value": "#E2483D"
2667
- },
2668
- "Dark brand-refresh/color.chart.red.bold.hovered": {
2669
- "attributes": {
2670
- "group": "paint",
2671
- "state": "active",
2672
- "introduced": "0.13.3",
2673
- "description": "Hovered state of color.chart.red.bold."
2674
- },
2675
- "value": "#F15B50"
2676
- },
2677
- "Dark brand-refresh/color.chart.red.bolder": {
2678
- "attributes": {
2679
- "group": "paint",
2680
- "state": "active",
2681
- "introduced": "0.13.3",
2682
- "description": "For data visualisation only."
2683
- },
2684
- "value": "#F15B50"
2685
- },
2686
- "Dark brand-refresh/color.chart.red.bolder.hovered": {
2687
- "attributes": {
2688
- "group": "paint",
2689
- "state": "active",
2690
- "introduced": "0.13.3",
2691
- "description": "Hovered state of color.chart.red.bolder."
2692
- },
2693
- "value": "#F87168"
2694
- },
2695
- "Dark brand-refresh/color.chart.red.boldest": {
2696
- "attributes": {
2697
- "group": "paint",
2698
- "state": "active",
2699
- "introduced": "0.13.3",
2700
- "description": "For data visualisation only."
2701
- },
2702
- "value": "#FD9891"
2703
- },
2704
- "Dark brand-refresh/color.chart.red.boldest.hovered": {
2705
- "attributes": {
2706
- "group": "paint",
2707
- "state": "active",
2708
- "introduced": "0.13.3",
2709
- "description": "Hovered state of color.chart.red.boldest."
2710
- },
2711
- "value": "#FFD5D2"
2712
- },
2713
- "Dark brand-refresh/color.chart.orange.bold": {
2714
- "attributes": {
2715
- "group": "paint",
2716
- "state": "active",
2717
- "introduced": "0.13.3",
2718
- "description": "For data visualisation only."
2719
- },
2720
- "value": "#F68909"
2721
- },
2722
- "Dark brand-refresh/color.chart.orange.bold.hovered": {
2723
- "attributes": {
2724
- "group": "paint",
2725
- "state": "active",
2726
- "introduced": "0.13.3",
2727
- "description": "Hovered state of color.chart.orange.bold."
2728
- },
2729
- "value": "#FCA700"
2730
- },
2731
- "Dark brand-refresh/color.chart.orange.bolder": {
2732
- "attributes": {
2733
- "group": "paint",
2734
- "state": "active",
2735
- "introduced": "0.13.3",
2736
- "description": "For data visualisation only."
2737
- },
2738
- "value": "#FCA700"
2739
- },
2740
- "Dark brand-refresh/color.chart.orange.bolder.hovered": {
2741
- "attributes": {
2742
- "group": "paint",
2743
- "state": "active",
2744
- "introduced": "0.13.3",
2745
- "description": "Hovered state of color.chart.orange.bolder."
2746
- },
2747
- "value": "#FBC828"
2748
- },
2749
- "Dark brand-refresh/color.chart.orange.boldest": {
2750
- "attributes": {
2751
- "group": "paint",
2752
- "state": "active",
2753
- "introduced": "0.13.3",
2754
- "description": "For data visualisation only."
2755
- },
2756
- "value": "#FBC828"
2757
- },
2758
- "Dark brand-refresh/color.chart.orange.boldest.hovered": {
2759
- "attributes": {
2760
- "group": "paint",
2761
- "state": "active",
2762
- "introduced": "0.13.3",
2763
- "description": "Hovered state of color.chart.orange.boldest."
2764
- },
2765
- "value": "#FCE4A6"
2766
- },
2767
- "Dark brand-refresh/color.chart.yellow.bold": {
2768
- "attributes": {
2769
- "group": "paint",
2770
- "state": "active",
2771
- "introduced": "0.13.3",
2772
- "description": "For data visualisation only."
2773
- },
2774
- "value": "#CF9F02"
2775
- },
2776
- "Dark brand-refresh/color.chart.yellow.bold.hovered": {
2777
- "attributes": {
2778
- "group": "paint",
2779
- "state": "active",
2780
- "introduced": "0.13.3",
2781
- "description": "Hovered state of color.chart.yellow.bold."
2782
- },
2783
- "value": "#DDB30E"
2784
- },
2785
- "Dark brand-refresh/color.chart.yellow.bolder": {
2786
- "attributes": {
2787
- "group": "paint",
2788
- "state": "active",
2789
- "introduced": "0.13.3",
2790
- "description": "For data visualisation only."
2791
- },
2792
- "value": "#DDB30E"
2793
- },
2794
- "Dark brand-refresh/color.chart.yellow.bolder.hovered": {
2795
- "attributes": {
2796
- "group": "paint",
2797
- "state": "active",
2798
- "introduced": "0.13.3",
2799
- "description": "Hovered state of color.chart.yellow.bolder."
2800
- },
2801
- "value": "#EED12B"
2802
- },
2803
- "Dark brand-refresh/color.chart.yellow.boldest": {
2804
- "attributes": {
2805
- "group": "paint",
2806
- "state": "active",
2807
- "introduced": "0.13.3",
2808
- "description": "For data visualisation only."
2809
- },
2810
- "value": "#EED12B"
2811
- },
2812
- "Dark brand-refresh/color.chart.yellow.boldest.hovered": {
2813
- "attributes": {
2814
- "group": "paint",
2815
- "state": "active",
2816
- "introduced": "0.13.3",
2817
- "description": "Hovered state of color.chart.yellow.boldest."
2818
- },
2819
- "value": "#F5E989"
2820
- },
2821
- "Dark brand-refresh/color.chart.green.bold": {
2822
- "attributes": {
2823
- "group": "paint",
2824
- "state": "active",
2825
- "introduced": "0.13.3",
2826
- "description": "For data visualisation only."
2827
- },
2828
- "value": "#2ABB7F"
2829
- },
2830
- "Dark brand-refresh/color.chart.green.bold.hovered": {
2831
- "attributes": {
2832
- "group": "paint",
2833
- "state": "active",
2834
- "introduced": "0.13.3",
2835
- "description": "Hovered state of color.chart.green.bold."
2836
- },
2837
- "value": "#4BCE97"
2838
- },
2839
- "Dark brand-refresh/color.chart.green.bolder": {
2840
- "attributes": {
2841
- "group": "paint",
2842
- "state": "active",
2843
- "introduced": "0.13.3",
2844
- "description": "For data visualisation only."
2845
- },
2846
- "value": "#4BCE97"
2847
- },
2848
- "Dark brand-refresh/color.chart.green.bolder.hovered": {
2849
- "attributes": {
2850
- "group": "paint",
2851
- "state": "active",
2852
- "introduced": "0.13.3",
2853
- "description": "Hovered state of color.chart.green.bolder."
2854
- },
2855
- "value": "#7EE2B8"
2856
- },
2857
- "Dark brand-refresh/color.chart.green.boldest": {
2858
- "attributes": {
2859
- "group": "paint",
2860
- "state": "active",
2861
- "introduced": "0.13.3",
2862
- "description": "For data visualisation only."
2863
- },
2864
- "value": "#7EE2B8"
2865
- },
2866
- "Dark brand-refresh/color.chart.green.boldest.hovered": {
2867
- "attributes": {
2868
- "group": "paint",
2869
- "state": "active",
2870
- "introduced": "0.13.3",
2871
- "description": "Hovered state of color.chart.green.boldest."
2872
- },
2873
- "value": "#BAF3DB"
2874
- },
2875
- "Dark brand-refresh/color.chart.teal.bold": {
2876
- "attributes": {
2877
- "group": "paint",
2878
- "state": "active",
2879
- "introduced": "0.13.3",
2880
- "description": "For data visualisation only."
2881
- },
2882
- "value": "#42B2D7"
2883
- },
2884
- "Dark brand-refresh/color.chart.teal.bold.hovered": {
2885
- "attributes": {
2886
- "group": "paint",
2887
- "state": "active",
2888
- "introduced": "0.13.3",
2889
- "description": "Hovered state of color.chart.teal.bold."
2890
- },
2891
- "value": "#6CC3E0"
2892
- },
2893
- "Dark brand-refresh/color.chart.teal.bolder": {
2894
- "attributes": {
2895
- "group": "paint",
2896
- "state": "active",
2897
- "introduced": "0.13.3",
2898
- "description": "For data visualisation only."
2899
- },
2900
- "value": "#6CC3E0"
2901
- },
2902
- "Dark brand-refresh/color.chart.teal.bolder.hovered": {
2903
- "attributes": {
2904
- "group": "paint",
2905
- "state": "active",
2906
- "introduced": "0.13.3",
2907
- "description": "Hovered state of color.chart.teal.bolder."
2908
- },
2909
- "value": "#9DD9EE"
2910
- },
2911
- "Dark brand-refresh/color.chart.teal.boldest": {
2912
- "attributes": {
2913
- "group": "paint",
2914
- "state": "active",
2915
- "introduced": "0.13.3",
2916
- "description": "For data visualisation only."
2917
- },
2918
- "value": "#9DD9EE"
2919
- },
2920
- "Dark brand-refresh/color.chart.teal.boldest.hovered": {
2921
- "attributes": {
2922
- "group": "paint",
2923
- "state": "active",
2924
- "introduced": "0.13.3",
2925
- "description": "Hovered state of color.chart.teal.boldest."
2926
- },
2927
- "value": "#C6EDFB"
2928
- },
2929
- "Dark brand-refresh/color.chart.blue.bold": {
2930
- "attributes": {
2931
- "group": "paint",
2932
- "state": "active",
2933
- "introduced": "0.13.3",
2934
- "description": "For data visualisation only."
2935
- },
2936
- "value": "#357DE8"
2937
- },
2938
- "Dark brand-refresh/color.chart.blue.bold.hovered": {
2939
- "attributes": {
2940
- "group": "paint",
2941
- "state": "active",
2942
- "introduced": "0.13.3",
2943
- "description": "Hovered state of color.chart.blue.bold."
2944
- },
2945
- "value": "#4688EC"
2946
- },
2947
- "Dark brand-refresh/color.chart.blue.bolder": {
2948
- "attributes": {
2949
- "group": "paint",
2950
- "state": "active",
2951
- "introduced": "0.13.3",
2952
- "description": "For data visualisation only."
2953
- },
2954
- "value": "#4688EC"
2955
- },
2956
- "Dark brand-refresh/color.chart.blue.bolder.hovered": {
2957
- "attributes": {
2958
- "group": "paint",
2959
- "state": "active",
2960
- "introduced": "0.13.3",
2961
- "description": "Hovered state of color.chart.blue.bolder."
2962
- },
2963
- "value": "#669DF1"
2964
- },
2965
- "Dark brand-refresh/color.chart.blue.boldest": {
2966
- "attributes": {
2967
- "group": "paint",
2968
- "state": "active",
2969
- "introduced": "0.13.3",
2970
- "description": "For data visualisation only."
2971
- },
2972
- "value": "#8FB8F6"
2973
- },
2974
- "Dark brand-refresh/color.chart.blue.boldest.hovered": {
2975
- "attributes": {
2976
- "group": "paint",
2977
- "state": "active",
2978
- "introduced": "0.13.3",
2979
- "description": "Hovered state of color.chart.blue.boldest."
2980
- },
2981
- "value": "#CFE1FD"
2982
- },
2983
- "Dark brand-refresh/color.chart.purple.bold": {
2984
- "attributes": {
2985
- "group": "paint",
2986
- "state": "active",
2987
- "introduced": "0.13.3",
2988
- "description": "For data visualisation only."
2989
- },
2990
- "value": "#AF59E1"
2991
- },
2992
- "Dark brand-refresh/color.chart.purple.bold.hovered": {
2993
- "attributes": {
2994
- "group": "paint",
2995
- "state": "active",
2996
- "introduced": "0.13.3",
2997
- "description": "Hovered state of color.chart.purple.bold."
2998
- },
2999
- "value": "#BF63F3"
3000
- },
3001
- "Dark brand-refresh/color.chart.purple.bolder": {
3002
- "attributes": {
3003
- "group": "paint",
3004
- "state": "active",
3005
- "introduced": "0.13.3",
3006
- "description": "For data visualisation only."
3007
- },
3008
- "value": "#BF63F3"
3009
- },
3010
- "Dark brand-refresh/color.chart.purple.bolder.hovered": {
3011
- "attributes": {
3012
- "group": "paint",
3013
- "state": "active",
3014
- "introduced": "0.13.3",
3015
- "description": "Hovered state of color.chart.purple.bolder."
3016
- },
3017
- "value": "#C97CF4"
3018
- },
3019
- "Dark brand-refresh/color.chart.purple.boldest": {
3020
- "attributes": {
3021
- "group": "paint",
3022
- "state": "active",
3023
- "introduced": "0.13.3",
3024
- "description": "For data visualisation only."
3025
- },
3026
- "value": "#D8A0F7"
3027
- },
3028
- "Dark brand-refresh/color.chart.purple.boldest.hovered": {
3029
- "attributes": {
3030
- "group": "paint",
3031
- "state": "active",
3032
- "introduced": "0.13.3",
3033
- "description": "Hovered state of color.chart.purple.boldest."
3034
- },
3035
- "value": "#EED7FC"
3036
- },
3037
- "Dark brand-refresh/color.chart.magenta.bold": {
3038
- "attributes": {
3039
- "group": "paint",
3040
- "state": "active",
3041
- "introduced": "0.13.3",
3042
- "description": "For data visualisation only."
3043
- },
3044
- "value": "#CD519D"
3045
- },
3046
- "Dark brand-refresh/color.chart.magenta.bold.hovered": {
3047
- "attributes": {
3048
- "group": "paint",
3049
- "state": "active",
3050
- "introduced": "0.13.3",
3051
- "description": "Hovered state of color.chart.magenta.bold."
3052
- },
3053
- "value": "#DA62AC"
3054
- },
3055
- "Dark brand-refresh/color.chart.magenta.bolder": {
3056
- "attributes": {
3057
- "group": "paint",
3058
- "state": "active",
3059
- "introduced": "0.13.3",
3060
- "description": "For data visualisation only."
3061
- },
3062
- "value": "#DA62AC"
3063
- },
3064
- "Dark brand-refresh/color.chart.magenta.bolder.hovered": {
3065
- "attributes": {
3066
- "group": "paint",
3067
- "state": "active",
3068
- "introduced": "0.13.3",
3069
- "description": "Hovered state of color.chart.magenta.bolder."
3070
- },
3071
- "value": "#E774BB"
3072
- },
3073
- "Dark brand-refresh/color.chart.magenta.boldest": {
3074
- "attributes": {
3075
- "group": "paint",
3076
- "state": "active",
3077
- "introduced": "0.13.3",
3078
- "description": "For data visualisation only."
3079
- },
3080
- "value": "#F797D2"
3081
- },
3082
- "Dark brand-refresh/color.chart.magenta.boldest.hovered": {
3083
- "attributes": {
3084
- "group": "paint",
3085
- "state": "active",
3086
- "introduced": "0.13.3",
3087
- "description": "Hovered state of color.chart.magenta.boldest."
3088
- },
3089
- "value": "#FDD0EC"
3090
- },
3091
- "Dark brand-refresh/color.chart.gray.bold": {
3092
- "attributes": {
3093
- "group": "paint",
3094
- "state": "active",
3095
- "introduced": "0.13.3",
3096
- "description": "For data visualisation only."
3097
- },
3098
- "value": "#7E8188"
3099
- },
3100
- "Dark brand-refresh/color.chart.gray.bold.hovered": {
3101
- "attributes": {
3102
- "group": "paint",
3103
- "state": "active",
3104
- "introduced": "0.13.3",
3105
- "description": "Hovered state of color.chart.gray.bold."
3106
- },
3107
- "value": "#96999E"
3108
- },
3109
- "Dark brand-refresh/color.chart.gray.bolder": {
3110
- "attributes": {
3111
- "group": "paint",
3112
- "state": "active",
3113
- "introduced": "0.13.3",
3114
- "description": "For data visualisation only."
3115
- },
3116
- "value": "#96999E"
3117
- },
3118
- "Dark brand-refresh/color.chart.gray.bolder.hovered": {
3119
- "attributes": {
3120
- "group": "paint",
3121
- "state": "active",
3122
- "introduced": "0.13.3",
3123
- "description": "Hovered state of color.chart.gray.bolder."
3124
- },
3125
- "value": "#A9ABAF"
3126
- },
3127
- "Dark brand-refresh/color.chart.gray.boldest": {
3128
- "attributes": {
3129
- "group": "paint",
3130
- "state": "active",
3131
- "introduced": "0.13.3",
3132
- "description": "For data visualisation only."
3133
- },
3134
- "value": "#A9ABAF"
3135
- },
3136
- "Dark brand-refresh/color.chart.gray.boldest.hovered": {
3137
- "attributes": {
3138
- "group": "paint",
3139
- "state": "active",
3140
- "introduced": "0.13.3",
3141
- "description": "Hovered state of color.chart.gray.boldest."
3142
- },
3143
- "value": "#BFC1C4"
3144
- },
3145
- "Dark brand-refresh/color.chart.brand": {
3146
- "attributes": {
3147
- "group": "paint",
3148
- "state": "active",
3149
- "introduced": "0.13.3",
3150
- "description": "Our primary color for data visualisation. Use when only one color is required."
3151
- },
3152
- "value": "#4688EC"
3153
- },
3154
- "Dark brand-refresh/color.chart.brand.hovered": {
3155
- "attributes": {
3156
- "group": "paint",
3157
- "state": "active",
3158
- "introduced": "0.13.3",
3159
- "description": "Hovered state of color.chart.brand."
3160
- },
3161
- "value": "#669DF1"
3162
- },
3163
- "Dark brand-refresh/color.chart.danger": {
3164
- "attributes": {
3165
- "group": "paint",
3166
- "state": "active",
3167
- "introduced": "0.13.3",
3168
- "description": "For data visualisation communicating negative information, such as 'off track'."
3169
- },
3170
- "value": "#E2483D"
3171
- },
3172
- "Dark brand-refresh/color.chart.danger.hovered": {
3173
- "attributes": {
3174
- "group": "paint",
3175
- "state": "active",
3176
- "introduced": "0.13.3",
3177
- "description": "Hovered state of color.chart.danger."
3178
- },
3179
- "value": "#F15B50"
3180
- },
3181
- "Dark brand-refresh/color.chart.danger.bold": {
3182
- "attributes": {
3183
- "group": "paint",
3184
- "state": "active",
3185
- "introduced": "0.13.3",
3186
- "description": "A stronger emphasis option of color.chart.danger."
3187
- },
3188
- "value": "#F87168"
3189
- },
3190
- "Dark brand-refresh/color.chart.danger.bold.hovered": {
3191
- "attributes": {
3192
- "group": "paint",
3193
- "state": "active",
3194
- "introduced": "0.13.3",
3195
- "description": "Hovered state of color.chart.danger.bold."
3196
- },
3197
- "value": "#FD9891"
3198
- },
3199
- "Dark brand-refresh/color.chart.warning": {
3200
- "attributes": {
3201
- "group": "paint",
3202
- "state": "active",
3203
- "introduced": "0.13.3",
3204
- "description": "For data visualisation communicating caution, such as 'at risk' statuses."
3205
- },
3206
- "value": "#F68909"
3207
- },
3208
- "Dark brand-refresh/color.chart.warning.hovered": {
3209
- "attributes": {
3210
- "group": "paint",
3211
- "state": "active",
3212
- "introduced": "0.13.3",
3213
- "description": "Hovered state of color.chart.warning."
3214
- },
3215
- "value": "#FCA700"
3216
- },
3217
- "Dark brand-refresh/color.chart.warning.bold": {
3218
- "attributes": {
3219
- "group": "paint",
3220
- "state": "active",
3221
- "introduced": "0.13.3",
3222
- "description": "A stronger emphasis option of color.chart.warning."
3223
- },
3224
- "value": "#FBC828"
3225
- },
3226
- "Dark brand-refresh/color.chart.warning.bold.hovered": {
3227
- "attributes": {
3228
- "group": "paint",
3229
- "state": "active",
3230
- "introduced": "0.13.3",
3231
- "description": "Hovered state of color.chart.warning.bold."
3232
- },
3233
- "value": "#FCE4A6"
3234
- },
3235
- "Dark brand-refresh/color.chart.success": {
3236
- "attributes": {
3237
- "group": "paint",
3238
- "state": "active",
3239
- "introduced": "0.13.3",
3240
- "description": "For data visualisation communicating positive information, such as 'on track'."
3241
- },
3242
- "value": "#82B536"
3243
- },
3244
- "Dark brand-refresh/color.chart.success.hovered": {
3245
- "attributes": {
3246
- "group": "paint",
3247
- "state": "active",
3248
- "introduced": "0.13.3",
3249
- "description": "Hovered state of color.chart.success."
3250
- },
3251
- "value": "#94C748"
3252
- },
3253
- "Dark brand-refresh/color.chart.success.bold": {
3254
- "attributes": {
3255
- "group": "paint",
3256
- "state": "active",
3257
- "introduced": "0.13.3",
3258
- "description": "A stronger emphasis option of color.chart.success."
3259
- },
3260
- "value": "#B3DF72"
3261
- },
3262
- "Dark brand-refresh/color.chart.success.bold.hovered": {
3263
- "attributes": {
3264
- "group": "paint",
3265
- "state": "active",
3266
- "introduced": "0.13.3",
3267
- "description": "Hovered state of color.chart.success.bold."
3268
- },
3269
- "value": "#D3F1A7"
3270
- },
3271
- "Dark brand-refresh/color.chart.discovery": {
3272
- "attributes": {
3273
- "group": "paint",
3274
- "state": "active",
3275
- "introduced": "0.13.3",
3276
- "description": "For data visualisation communicating 'new' statuses."
3277
- },
3278
- "value": "#BF63F3"
3279
- },
3280
- "Dark brand-refresh/color.chart.discovery.hovered": {
3281
- "attributes": {
3282
- "group": "paint",
3283
- "state": "active",
3284
- "introduced": "0.13.3",
3285
- "description": "Hovered state of color.chart.discovery."
3286
- },
3287
- "value": "#C97CF4"
3288
- },
3289
- "Dark brand-refresh/color.chart.discovery.bold": {
3290
- "attributes": {
3291
- "group": "paint",
3292
- "state": "active",
3293
- "introduced": "0.13.3",
3294
- "description": "A stronger emphasis option of color.chart.discovery."
3295
- },
3296
- "value": "#D8A0F7"
3297
- },
3298
- "Dark brand-refresh/color.chart.discovery.bold.hovered": {
3299
- "attributes": {
3300
- "group": "paint",
3301
- "state": "active",
3302
- "introduced": "0.13.3",
3303
- "description": "Hovered state of color.chart.discovery.bold."
3304
- },
3305
- "value": "#EED7FC"
3306
- },
3307
- "Dark brand-refresh/color.chart.information": {
3308
- "attributes": {
3309
- "group": "paint",
3310
- "state": "active",
3311
- "introduced": "0.13.3",
3312
- "description": "For data visualisation communicating low priority or in-progress statuses."
3313
- },
3314
- "value": "#4688EC"
3315
- },
3316
- "Dark brand-refresh/color.chart.information.hovered": {
3317
- "attributes": {
3318
- "group": "paint",
3319
- "state": "active",
3320
- "introduced": "0.13.3",
3321
- "description": "Hovered state of color.chart.information."
3322
- },
3323
- "value": "#669DF1"
3324
- },
3325
- "Dark brand-refresh/color.chart.information.bold": {
3326
- "attributes": {
3327
- "group": "paint",
3328
- "state": "active",
3329
- "introduced": "0.13.3",
3330
- "description": "A stronger emphasis option of color.chart.information."
3331
- },
3332
- "value": "#8FB8F6"
3333
- },
3334
- "Dark brand-refresh/color.chart.information.bold.hovered": {
3335
- "attributes": {
3336
- "group": "paint",
3337
- "state": "active",
3338
- "introduced": "0.13.3",
3339
- "description": "Hovered state of color.chart.information.bold."
3340
- },
3341
- "value": "#CFE1FD"
3342
- },
3343
- "Dark brand-refresh/elevation.surface": {
3344
- "attributes": {
3345
- "group": "paint",
3346
- "state": "active",
3347
- "introduced": "0.6.0",
3348
- "description": "Use as the primary background for the UI."
3349
- },
3350
- "value": "#1F1F21"
3351
- },
3352
- "Dark brand-refresh/elevation.surface.hovered": {
3353
- "attributes": {
3354
- "group": "paint",
3355
- "state": "active",
3356
- "introduced": "0.10.20",
3357
- "description": "Hovered state of elevation.surface"
3358
- },
3359
- "value": "#242528"
3360
- },
3361
- "Dark brand-refresh/elevation.surface.pressed": {
3362
- "attributes": {
3363
- "group": "paint",
3364
- "state": "active",
3365
- "introduced": "0.10.20",
3366
- "description": "Pressed state of elevation.surface"
3367
- },
3368
- "value": "#2B2C2F"
3369
- },
3370
- "Dark brand-refresh/elevation.surface.overlay": {
3371
- "attributes": {
3372
- "group": "paint",
3373
- "state": "active",
3374
- "introduced": "0.6.0",
3375
- "description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
3376
- },
3377
- "value": "#2B2C2F"
3378
- },
3379
- "Dark brand-refresh/elevation.surface.overlay.hovered": {
3380
- "attributes": {
3381
- "group": "paint",
3382
- "state": "active",
3383
- "introduced": "0.10.20",
3384
- "description": "Hovered state of elevation.surface.overlay"
3385
- },
3386
- "value": "#303134"
3387
- },
3388
- "Dark brand-refresh/elevation.surface.overlay.pressed": {
3389
- "attributes": {
3390
- "group": "paint",
3391
- "state": "active",
3392
- "introduced": "0.10.20",
3393
- "description": "Pressed state of elevation.surface.overlay"
3394
- },
3395
- "value": "#3D3F43"
3396
- },
3397
- "Dark brand-refresh/elevation.surface.raised": {
3398
- "attributes": {
3399
- "group": "paint",
3400
- "state": "active",
3401
- "introduced": "0.6.0",
3402
- "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
3403
- },
3404
- "value": "#242528"
3405
- },
3406
- "Dark brand-refresh/elevation.surface.raised.hovered": {
3407
- "attributes": {
3408
- "group": "paint",
3409
- "state": "active",
3410
- "introduced": "0.10.20",
3411
- "description": "Hovered state of elevation.surface.raised"
3412
- },
3413
- "value": "#2B2C2F"
3414
- },
3415
- "Dark brand-refresh/elevation.surface.raised.pressed": {
3416
- "attributes": {
3417
- "group": "paint",
3418
- "state": "active",
3419
- "introduced": "0.10.20",
3420
- "description": "Pressed state of elevation.surface.raised"
3421
- },
3422
- "value": "#303134"
3423
- },
3424
- "Dark brand-refresh/elevation.surface.sunken": {
3425
- "attributes": {
3426
- "group": "paint",
3427
- "state": "active",
3428
- "introduced": "0.6.0",
3429
- "description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
3430
- },
3431
- "value": "#18191A"
3432
- },
3433
- "Dark brand-refresh/elevation.shadow.overflow": {
3434
- "attributes": {
3435
- "group": "shadow",
3436
- "state": "active",
3437
- "introduced": "0.6.0",
3438
- "description": "Use to create a shadow when content scrolls under other content."
3439
- },
3440
- "value": [
3441
- {
3442
- "radius": 12,
3443
- "offset": {
3444
- "x": 0,
3445
- "y": 0
3446
- },
3447
- "color": "#01040475",
3448
- "opacity": 0.56
3449
- },
3450
- {
3451
- "radius": 1,
3452
- "offset": {
3453
- "x": 0,
3454
- "y": 0
3455
- },
3456
- "color": "#01040475",
3457
- "opacity": 0.5
3458
- }
3459
- ]
3460
- },
3461
- "Dark brand-refresh/elevation.shadow.overflow.perimeter": {
3462
- "attributes": {
3463
- "group": "paint",
3464
- "state": "active",
3465
- "introduced": "0.10.32",
3466
- "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
3467
- },
3468
- "value": "#01040480"
3469
- },
3470
- "Dark brand-refresh/elevation.shadow.overflow.spread": {
3471
- "attributes": {
3472
- "group": "paint",
3473
- "state": "active",
3474
- "introduced": "0.10.32",
3475
- "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
3476
- },
3477
- "value": "#0104048f"
3478
- },
3479
- "Dark brand-refresh/elevation.shadow.overlay": {
3480
- "attributes": {
3481
- "group": "shadow",
3482
- "state": "active",
3483
- "introduced": "0.6.0",
3484
- "description": "Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay\n\nAlso use for the box shadow of raised cards in a dragged state."
3485
- },
3486
- "value": [
3487
- {
3488
- "radius": 0,
3489
- "spread": 1,
3490
- "color": "#BDBDBD",
3491
- "offset": {
3492
- "x": 0,
3493
- "y": 0
3494
- },
3495
- "opacity": 0.12
3496
- },
3497
- {
3498
- "radius": 12,
3499
- "offset": {
3500
- "x": 0,
3501
- "y": 8
3502
- },
3503
- "color": "#01040475",
3504
- "opacity": 0.36
3505
- },
3506
- {
3507
- "radius": 1,
3508
- "spread": 1,
3509
- "offset": {
3510
- "x": 0,
3511
- "y": 0
3512
- },
3513
- "color": "#01040475",
3514
- "opacity": 0.5
3515
- }
3516
- ]
3517
- },
3518
- "Dark brand-refresh/elevation.shadow.raised": {
3519
- "attributes": {
3520
- "group": "shadow",
3521
- "state": "active",
3522
- "introduced": "0.6.0",
3523
- "description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
3524
- },
3525
- "value": [
3526
- {
3527
- "radius": 0,
3528
- "spread": 1,
3529
- "color": "#000000",
3530
- "offset": {
3531
- "x": 0,
3532
- "y": 0
3533
- },
3534
- "opacity": 0
3535
- },
3536
- {
3537
- "radius": 1,
3538
- "offset": {
3539
- "x": 0,
3540
- "y": 1
3541
- },
3542
- "color": "#01040475",
3543
- "opacity": 0.5
3544
- },
3545
- {
3546
- "radius": 1,
3547
- "offset": {
3548
- "x": 0,
3549
- "y": 0
3550
- },
3551
- "color": "#01040475",
3552
- "opacity": 0.5
3553
- }
3554
- ]
3555
- }
3556
- },
3557
- "renameMap": {}
3558
- }