@atlaskit/tokens 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/css/atlassian-dark.css +4 -1
- package/css/atlassian-light.css +4 -1
- package/dist/cjs/artifacts/rename-mapping.js +4 -0
- package/dist/cjs/artifacts/token-default-values.js +4 -1
- package/dist/cjs/artifacts/token-names.js +3 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +617 -12
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +615 -10
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/background.js +14 -2
- package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
- package/dist/cjs/tokens/atlassian-light/color/background.js +14 -2
- package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +6 -0
- package/dist/cjs/tokens/default/color/accent.js +65 -1
- package/dist/cjs/tokens/default/color/background.js +82 -6
- package/dist/cjs/tokens/default/color/border.js +11 -0
- package/dist/cjs/tokens/default/color/icon.js +13 -1
- package/dist/cjs/tokens/default/color/interaction.js +4 -0
- package/dist/cjs/tokens/default/color/skeleton.js +2 -0
- package/dist/cjs/tokens/default/color/text.js +15 -0
- package/dist/cjs/tokens/default/deprecated/deprecated.js +108 -0
- package/dist/cjs/tokens/default/elevation/shadow.js +3 -0
- package/dist/cjs/tokens/default/elevation/surface.js +4 -0
- package/dist/cjs/tokens/default/utility/utility.js +2 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/rename-mapping.js +4 -0
- package/dist/es2019/artifacts/token-default-values.js +4 -1
- package/dist/es2019/artifacts/token-names.js +3 -0
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +617 -12
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +615 -10
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/background.js +14 -2
- package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
- package/dist/es2019/tokens/atlassian-light/color/background.js +14 -2
- package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +6 -0
- package/dist/es2019/tokens/default/color/accent.js +65 -1
- package/dist/es2019/tokens/default/color/background.js +82 -6
- package/dist/es2019/tokens/default/color/border.js +11 -0
- package/dist/es2019/tokens/default/color/icon.js +13 -1
- package/dist/es2019/tokens/default/color/interaction.js +4 -0
- package/dist/es2019/tokens/default/color/skeleton.js +2 -0
- package/dist/es2019/tokens/default/color/text.js +15 -0
- package/dist/es2019/tokens/default/deprecated/deprecated.js +108 -0
- package/dist/es2019/tokens/default/elevation/shadow.js +3 -0
- package/dist/es2019/tokens/default/elevation/surface.js +4 -0
- package/dist/es2019/tokens/default/utility/utility.js +2 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/rename-mapping.js +4 -0
- package/dist/esm/artifacts/token-default-values.js +4 -1
- package/dist/esm/artifacts/token-names.js +3 -0
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +617 -12
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +615 -10
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/background.js +14 -2
- package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
- package/dist/esm/tokens/atlassian-light/color/background.js +14 -2
- package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +6 -0
- package/dist/esm/tokens/default/color/accent.js +65 -1
- package/dist/esm/tokens/default/color/background.js +82 -6
- package/dist/esm/tokens/default/color/border.js +11 -0
- package/dist/esm/tokens/default/color/icon.js +13 -1
- package/dist/esm/tokens/default/color/interaction.js +4 -0
- package/dist/esm/tokens/default/color/skeleton.js +2 -0
- package/dist/esm/tokens/default/color/text.js +15 -0
- package/dist/esm/tokens/default/deprecated/deprecated.js +108 -0
- package/dist/esm/tokens/default/elevation/shadow.js +3 -0
- package/dist/esm/tokens/default/elevation/surface.js +4 -0
- package/dist/esm/tokens/default/utility/utility.js +2 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +4 -1
- package/dist/types/artifacts/token-names.d.ts +6 -0
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +8 -0
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +8 -0
- package/dist/types/artifacts/types-internal.d.ts +1 -1
- package/dist/types/artifacts/types.d.ts +1 -1
- package/dist/types/tokens/default/utility/utility.d.ts +14 -10
- package/dist/types/types.d.ts +12 -1
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ var tokens = [{
|
|
|
4
4
|
"attributes": {
|
|
5
5
|
"group": "paint",
|
|
6
6
|
"state": "active",
|
|
7
|
+
"introduced": "0.6.0",
|
|
7
8
|
"description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
8
9
|
},
|
|
9
10
|
"value": "#0055CC",
|
|
@@ -13,6 +14,7 @@ var tokens = [{
|
|
|
13
14
|
"attributes": {
|
|
14
15
|
"group": "paint",
|
|
15
16
|
"state": "active",
|
|
17
|
+
"introduced": "0.6.0",
|
|
16
18
|
"description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
17
19
|
},
|
|
18
20
|
"value": "B800"
|
|
@@ -23,6 +25,7 @@ var tokens = [{
|
|
|
23
25
|
"attributes": {
|
|
24
26
|
"group": "paint",
|
|
25
27
|
"state": "active",
|
|
28
|
+
"introduced": "0.7.0",
|
|
26
29
|
"description": "Use on bold blue accent backgrounds."
|
|
27
30
|
},
|
|
28
31
|
"value": "#09326C",
|
|
@@ -32,6 +35,7 @@ var tokens = [{
|
|
|
32
35
|
"attributes": {
|
|
33
36
|
"group": "paint",
|
|
34
37
|
"state": "active",
|
|
38
|
+
"introduced": "0.7.0",
|
|
35
39
|
"description": "Use on bold blue accent backgrounds."
|
|
36
40
|
},
|
|
37
41
|
"value": "B900"
|
|
@@ -42,6 +46,7 @@ var tokens = [{
|
|
|
42
46
|
"attributes": {
|
|
43
47
|
"group": "paint",
|
|
44
48
|
"state": "active",
|
|
49
|
+
"introduced": "0.6.0",
|
|
45
50
|
"description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
46
51
|
},
|
|
47
52
|
"value": "#AE2A19",
|
|
@@ -51,6 +56,7 @@ var tokens = [{
|
|
|
51
56
|
"attributes": {
|
|
52
57
|
"group": "paint",
|
|
53
58
|
"state": "active",
|
|
59
|
+
"introduced": "0.6.0",
|
|
54
60
|
"description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
55
61
|
},
|
|
56
62
|
"value": "R800"
|
|
@@ -61,6 +67,7 @@ var tokens = [{
|
|
|
61
67
|
"attributes": {
|
|
62
68
|
"group": "paint",
|
|
63
69
|
"state": "active",
|
|
70
|
+
"introduced": "0.7.0",
|
|
64
71
|
"description": "Use on bold red accent backgrounds."
|
|
65
72
|
},
|
|
66
73
|
"value": "#601E16",
|
|
@@ -70,6 +77,7 @@ var tokens = [{
|
|
|
70
77
|
"attributes": {
|
|
71
78
|
"group": "paint",
|
|
72
79
|
"state": "active",
|
|
80
|
+
"introduced": "0.7.0",
|
|
73
81
|
"description": "Use on bold red accent backgrounds."
|
|
74
82
|
},
|
|
75
83
|
"value": "R900"
|
|
@@ -80,6 +88,7 @@ var tokens = [{
|
|
|
80
88
|
"attributes": {
|
|
81
89
|
"group": "paint",
|
|
82
90
|
"state": "active",
|
|
91
|
+
"introduced": "0.6.0",
|
|
83
92
|
"description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
84
93
|
},
|
|
85
94
|
"value": "#974F0C",
|
|
@@ -89,6 +98,7 @@ var tokens = [{
|
|
|
89
98
|
"attributes": {
|
|
90
99
|
"group": "paint",
|
|
91
100
|
"state": "active",
|
|
101
|
+
"introduced": "0.6.0",
|
|
92
102
|
"description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
93
103
|
},
|
|
94
104
|
"value": "O800"
|
|
@@ -99,6 +109,7 @@ var tokens = [{
|
|
|
99
109
|
"attributes": {
|
|
100
110
|
"group": "paint",
|
|
101
111
|
"state": "active",
|
|
112
|
+
"introduced": "0.7.0",
|
|
102
113
|
"description": "Use on bold orange accent backgrounds."
|
|
103
114
|
},
|
|
104
115
|
"value": "#5F3811",
|
|
@@ -108,6 +119,7 @@ var tokens = [{
|
|
|
108
119
|
"attributes": {
|
|
109
120
|
"group": "paint",
|
|
110
121
|
"state": "active",
|
|
122
|
+
"introduced": "0.7.0",
|
|
111
123
|
"description": "Use on bold orange accent backgrounds."
|
|
112
124
|
},
|
|
113
125
|
"value": "O900"
|
|
@@ -118,6 +130,7 @@ var tokens = [{
|
|
|
118
130
|
"attributes": {
|
|
119
131
|
"group": "paint",
|
|
120
132
|
"state": "active",
|
|
133
|
+
"introduced": "0.6.0",
|
|
121
134
|
"description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
122
135
|
},
|
|
123
136
|
"value": "#7F5F01",
|
|
@@ -127,6 +140,7 @@ var tokens = [{
|
|
|
127
140
|
"attributes": {
|
|
128
141
|
"group": "paint",
|
|
129
142
|
"state": "active",
|
|
143
|
+
"introduced": "0.6.0",
|
|
130
144
|
"description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
131
145
|
},
|
|
132
146
|
"value": "Y800"
|
|
@@ -137,6 +151,7 @@ var tokens = [{
|
|
|
137
151
|
"attributes": {
|
|
138
152
|
"group": "paint",
|
|
139
153
|
"state": "active",
|
|
154
|
+
"introduced": "0.7.0",
|
|
140
155
|
"description": "Use on bold yellow accent backgrounds."
|
|
141
156
|
},
|
|
142
157
|
"value": "#533F04",
|
|
@@ -146,6 +161,7 @@ var tokens = [{
|
|
|
146
161
|
"attributes": {
|
|
147
162
|
"group": "paint",
|
|
148
163
|
"state": "active",
|
|
164
|
+
"introduced": "0.7.0",
|
|
149
165
|
"description": "Use on bold yellow accent backgrounds."
|
|
150
166
|
},
|
|
151
167
|
"value": "Y900"
|
|
@@ -156,6 +172,7 @@ var tokens = [{
|
|
|
156
172
|
"attributes": {
|
|
157
173
|
"group": "paint",
|
|
158
174
|
"state": "active",
|
|
175
|
+
"introduced": "0.6.0",
|
|
159
176
|
"description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
160
177
|
},
|
|
161
178
|
"value": "#216E4E",
|
|
@@ -165,6 +182,7 @@ var tokens = [{
|
|
|
165
182
|
"attributes": {
|
|
166
183
|
"group": "paint",
|
|
167
184
|
"state": "active",
|
|
185
|
+
"introduced": "0.6.0",
|
|
168
186
|
"description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
169
187
|
},
|
|
170
188
|
"value": "G800"
|
|
@@ -175,6 +193,7 @@ var tokens = [{
|
|
|
175
193
|
"attributes": {
|
|
176
194
|
"group": "paint",
|
|
177
195
|
"state": "active",
|
|
196
|
+
"introduced": "0.7.0",
|
|
178
197
|
"description": "Use on bold green accent backgrounds."
|
|
179
198
|
},
|
|
180
199
|
"value": "#164B35",
|
|
@@ -184,6 +203,7 @@ var tokens = [{
|
|
|
184
203
|
"attributes": {
|
|
185
204
|
"group": "paint",
|
|
186
205
|
"state": "active",
|
|
206
|
+
"introduced": "0.7.0",
|
|
187
207
|
"description": "Use on bold green accent backgrounds."
|
|
188
208
|
},
|
|
189
209
|
"value": "G900"
|
|
@@ -194,6 +214,7 @@ var tokens = [{
|
|
|
194
214
|
"attributes": {
|
|
195
215
|
"group": "paint",
|
|
196
216
|
"state": "active",
|
|
217
|
+
"introduced": "0.6.0",
|
|
197
218
|
"description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
198
219
|
},
|
|
199
220
|
"value": "#5E4DB2",
|
|
@@ -203,6 +224,7 @@ var tokens = [{
|
|
|
203
224
|
"attributes": {
|
|
204
225
|
"group": "paint",
|
|
205
226
|
"state": "active",
|
|
227
|
+
"introduced": "0.6.0",
|
|
206
228
|
"description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
207
229
|
},
|
|
208
230
|
"value": "P800"
|
|
@@ -213,6 +235,7 @@ var tokens = [{
|
|
|
213
235
|
"attributes": {
|
|
214
236
|
"group": "paint",
|
|
215
237
|
"state": "active",
|
|
238
|
+
"introduced": "0.7.0",
|
|
216
239
|
"description": "Use on bold purple accent backgrounds."
|
|
217
240
|
},
|
|
218
241
|
"value": "#352C63",
|
|
@@ -222,6 +245,7 @@ var tokens = [{
|
|
|
222
245
|
"attributes": {
|
|
223
246
|
"group": "paint",
|
|
224
247
|
"state": "active",
|
|
248
|
+
"introduced": "0.7.0",
|
|
225
249
|
"description": "Use on bold purple accent backgrounds."
|
|
226
250
|
},
|
|
227
251
|
"value": "P900"
|
|
@@ -232,6 +256,7 @@ var tokens = [{
|
|
|
232
256
|
"attributes": {
|
|
233
257
|
"group": "paint",
|
|
234
258
|
"state": "active",
|
|
259
|
+
"introduced": "0.6.0",
|
|
235
260
|
"description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
236
261
|
},
|
|
237
262
|
"value": "#206B74",
|
|
@@ -241,6 +266,7 @@ var tokens = [{
|
|
|
241
266
|
"attributes": {
|
|
242
267
|
"group": "paint",
|
|
243
268
|
"state": "active",
|
|
269
|
+
"introduced": "0.6.0",
|
|
244
270
|
"description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
245
271
|
},
|
|
246
272
|
"value": "T800"
|
|
@@ -251,6 +277,7 @@ var tokens = [{
|
|
|
251
277
|
"attributes": {
|
|
252
278
|
"group": "paint",
|
|
253
279
|
"state": "active",
|
|
280
|
+
"introduced": "0.7.0",
|
|
254
281
|
"description": "Use on bold teal accent backgrounds."
|
|
255
282
|
},
|
|
256
283
|
"value": "#1D474C",
|
|
@@ -260,6 +287,7 @@ var tokens = [{
|
|
|
260
287
|
"attributes": {
|
|
261
288
|
"group": "paint",
|
|
262
289
|
"state": "active",
|
|
290
|
+
"introduced": "0.7.0",
|
|
263
291
|
"description": "Use on bold teal accent backgrounds."
|
|
264
292
|
},
|
|
265
293
|
"value": "T900"
|
|
@@ -270,7 +298,8 @@ var tokens = [{
|
|
|
270
298
|
"attributes": {
|
|
271
299
|
"group": "paint",
|
|
272
300
|
"state": "active",
|
|
273
|
-
"
|
|
301
|
+
"introduced": "0.6.0",
|
|
302
|
+
"description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
274
303
|
},
|
|
275
304
|
"value": "#943D73",
|
|
276
305
|
"filePath": "src/tokens/atlassian-light/color/accent.tsx",
|
|
@@ -279,7 +308,8 @@ var tokens = [{
|
|
|
279
308
|
"attributes": {
|
|
280
309
|
"group": "paint",
|
|
281
310
|
"state": "active",
|
|
282
|
-
"
|
|
311
|
+
"introduced": "0.6.0",
|
|
312
|
+
"description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
283
313
|
},
|
|
284
314
|
"value": "M800"
|
|
285
315
|
},
|
|
@@ -289,6 +319,7 @@ var tokens = [{
|
|
|
289
319
|
"attributes": {
|
|
290
320
|
"group": "paint",
|
|
291
321
|
"state": "active",
|
|
322
|
+
"introduced": "0.7.0",
|
|
292
323
|
"description": "Use on bold magenta accent backgrounds."
|
|
293
324
|
},
|
|
294
325
|
"value": "#50253F",
|
|
@@ -298,6 +329,7 @@ var tokens = [{
|
|
|
298
329
|
"attributes": {
|
|
299
330
|
"group": "paint",
|
|
300
331
|
"state": "active",
|
|
332
|
+
"introduced": "0.7.0",
|
|
301
333
|
"description": "Use on bold magenta accent backgrounds."
|
|
302
334
|
},
|
|
303
335
|
"value": "M900"
|
|
@@ -308,6 +340,7 @@ var tokens = [{
|
|
|
308
340
|
"attributes": {
|
|
309
341
|
"group": "paint",
|
|
310
342
|
"state": "active",
|
|
343
|
+
"introduced": "0.6.0",
|
|
311
344
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons."
|
|
312
345
|
},
|
|
313
346
|
"value": "#172B4D",
|
|
@@ -317,6 +350,7 @@ var tokens = [{
|
|
|
317
350
|
"attributes": {
|
|
318
351
|
"group": "paint",
|
|
319
352
|
"state": "active",
|
|
353
|
+
"introduced": "0.6.0",
|
|
320
354
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons."
|
|
321
355
|
},
|
|
322
356
|
"value": "N1000"
|
|
@@ -327,6 +361,7 @@ var tokens = [{
|
|
|
327
361
|
"attributes": {
|
|
328
362
|
"group": "paint",
|
|
329
363
|
"state": "active",
|
|
364
|
+
"introduced": "0.6.0",
|
|
330
365
|
"description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
|
|
331
366
|
},
|
|
332
367
|
"value": "#44546F",
|
|
@@ -336,6 +371,7 @@ var tokens = [{
|
|
|
336
371
|
"attributes": {
|
|
337
372
|
"group": "paint",
|
|
338
373
|
"state": "active",
|
|
374
|
+
"introduced": "0.6.0",
|
|
339
375
|
"description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
|
|
340
376
|
},
|
|
341
377
|
"value": "N800"
|
|
@@ -346,6 +382,7 @@ var tokens = [{
|
|
|
346
382
|
"attributes": {
|
|
347
383
|
"group": "paint",
|
|
348
384
|
"state": "active",
|
|
385
|
+
"introduced": "0.6.0",
|
|
349
386
|
"description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
|
|
350
387
|
},
|
|
351
388
|
"value": "#626F86",
|
|
@@ -355,6 +392,7 @@ var tokens = [{
|
|
|
355
392
|
"attributes": {
|
|
356
393
|
"group": "paint",
|
|
357
394
|
"state": "active",
|
|
395
|
+
"introduced": "0.6.0",
|
|
358
396
|
"description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
|
|
359
397
|
},
|
|
360
398
|
"value": "N700"
|
|
@@ -365,6 +403,7 @@ var tokens = [{
|
|
|
365
403
|
"attributes": {
|
|
366
404
|
"group": "paint",
|
|
367
405
|
"state": "active",
|
|
406
|
+
"introduced": "0.0.15",
|
|
368
407
|
"description": "Use for text in a disabled state."
|
|
369
408
|
},
|
|
370
409
|
"value": "#8993A5",
|
|
@@ -374,6 +413,7 @@ var tokens = [{
|
|
|
374
413
|
"attributes": {
|
|
375
414
|
"group": "paint",
|
|
376
415
|
"state": "active",
|
|
416
|
+
"introduced": "0.0.15",
|
|
377
417
|
"description": "Use for text in a disabled state."
|
|
378
418
|
},
|
|
379
419
|
"value": "N500"
|
|
@@ -384,6 +424,7 @@ var tokens = [{
|
|
|
384
424
|
"attributes": {
|
|
385
425
|
"group": "paint",
|
|
386
426
|
"state": "active",
|
|
427
|
+
"introduced": "0.6.0",
|
|
387
428
|
"description": "Use for text on bold backgrounds."
|
|
388
429
|
},
|
|
389
430
|
"value": "#FFFFFF",
|
|
@@ -393,6 +434,7 @@ var tokens = [{
|
|
|
393
434
|
"attributes": {
|
|
394
435
|
"group": "paint",
|
|
395
436
|
"state": "active",
|
|
437
|
+
"introduced": "0.6.0",
|
|
396
438
|
"description": "Use for text on bold backgrounds."
|
|
397
439
|
},
|
|
398
440
|
"value": "N0"
|
|
@@ -403,6 +445,7 @@ var tokens = [{
|
|
|
403
445
|
"attributes": {
|
|
404
446
|
"group": "paint",
|
|
405
447
|
"state": "active",
|
|
448
|
+
"introduced": "0.6.0",
|
|
406
449
|
"description": "Use for text that reinforces our brand."
|
|
407
450
|
},
|
|
408
451
|
"value": "#0C66E4",
|
|
@@ -412,6 +455,7 @@ var tokens = [{
|
|
|
412
455
|
"attributes": {
|
|
413
456
|
"group": "paint",
|
|
414
457
|
"state": "active",
|
|
458
|
+
"introduced": "0.6.0",
|
|
415
459
|
"description": "Use for text that reinforces our brand."
|
|
416
460
|
},
|
|
417
461
|
"value": "B700"
|
|
@@ -422,6 +466,7 @@ var tokens = [{
|
|
|
422
466
|
"attributes": {
|
|
423
467
|
"group": "paint",
|
|
424
468
|
"state": "active",
|
|
469
|
+
"introduced": "0.6.0",
|
|
425
470
|
"description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
|
|
426
471
|
},
|
|
427
472
|
"value": "#0C66E4",
|
|
@@ -431,6 +476,7 @@ var tokens = [{
|
|
|
431
476
|
"attributes": {
|
|
432
477
|
"group": "paint",
|
|
433
478
|
"state": "active",
|
|
479
|
+
"introduced": "0.6.0",
|
|
434
480
|
"description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
|
|
435
481
|
},
|
|
436
482
|
"value": "B700"
|
|
@@ -441,6 +487,7 @@ var tokens = [{
|
|
|
441
487
|
"attributes": {
|
|
442
488
|
"group": "paint",
|
|
443
489
|
"state": "active",
|
|
490
|
+
"introduced": "0.0.15",
|
|
444
491
|
"description": "Use for critical text, such as input field error messaging."
|
|
445
492
|
},
|
|
446
493
|
"value": "#AE2A19",
|
|
@@ -450,6 +497,7 @@ var tokens = [{
|
|
|
450
497
|
"attributes": {
|
|
451
498
|
"group": "paint",
|
|
452
499
|
"state": "active",
|
|
500
|
+
"introduced": "0.0.15",
|
|
453
501
|
"description": "Use for critical text, such as input field error messaging."
|
|
454
502
|
},
|
|
455
503
|
"value": "R800"
|
|
@@ -460,6 +508,7 @@ var tokens = [{
|
|
|
460
508
|
"attributes": {
|
|
461
509
|
"group": "paint",
|
|
462
510
|
"state": "active",
|
|
511
|
+
"introduced": "0.0.15",
|
|
463
512
|
"description": "Use for text to emphasize caution, such as in moved lozenges."
|
|
464
513
|
},
|
|
465
514
|
"value": "#974F0C",
|
|
@@ -469,6 +518,7 @@ var tokens = [{
|
|
|
469
518
|
"attributes": {
|
|
470
519
|
"group": "paint",
|
|
471
520
|
"state": "active",
|
|
521
|
+
"introduced": "0.0.15",
|
|
472
522
|
"description": "Use for text to emphasize caution, such as in moved lozenges."
|
|
473
523
|
},
|
|
474
524
|
"value": "O800"
|
|
@@ -479,6 +529,7 @@ var tokens = [{
|
|
|
479
529
|
"attributes": {
|
|
480
530
|
"group": "paint",
|
|
481
531
|
"state": "active",
|
|
532
|
+
"introduced": "0.6.0",
|
|
482
533
|
"description": "Use for text when on bold warning backgrounds."
|
|
483
534
|
},
|
|
484
535
|
"value": "#172B4D",
|
|
@@ -488,6 +539,7 @@ var tokens = [{
|
|
|
488
539
|
"attributes": {
|
|
489
540
|
"group": "paint",
|
|
490
541
|
"state": "active",
|
|
542
|
+
"introduced": "0.6.0",
|
|
491
543
|
"description": "Use for text when on bold warning backgrounds."
|
|
492
544
|
},
|
|
493
545
|
"value": "N1000"
|
|
@@ -498,6 +550,7 @@ var tokens = [{
|
|
|
498
550
|
"attributes": {
|
|
499
551
|
"group": "paint",
|
|
500
552
|
"state": "active",
|
|
553
|
+
"introduced": "0.0.15",
|
|
501
554
|
"description": "Use for text to communicate a favourable outcome, such as input field success messaging."
|
|
502
555
|
},
|
|
503
556
|
"value": "#216E4E",
|
|
@@ -507,6 +560,7 @@ var tokens = [{
|
|
|
507
560
|
"attributes": {
|
|
508
561
|
"group": "paint",
|
|
509
562
|
"state": "active",
|
|
563
|
+
"introduced": "0.0.15",
|
|
510
564
|
"description": "Use for text to communicate a favourable outcome, such as input field success messaging."
|
|
511
565
|
},
|
|
512
566
|
"value": "G800"
|
|
@@ -517,6 +571,7 @@ var tokens = [{
|
|
|
517
571
|
"attributes": {
|
|
518
572
|
"group": "paint",
|
|
519
573
|
"state": "active",
|
|
574
|
+
"introduced": "0.0.15",
|
|
520
575
|
"description": "Use for text to emphasize change or something new, such as in new lozenges."
|
|
521
576
|
},
|
|
522
577
|
"value": "#5E4DB2",
|
|
@@ -526,6 +581,7 @@ var tokens = [{
|
|
|
526
581
|
"attributes": {
|
|
527
582
|
"group": "paint",
|
|
528
583
|
"state": "active",
|
|
584
|
+
"introduced": "0.0.15",
|
|
529
585
|
"description": "Use for text to emphasize change or something new, such as in new lozenges."
|
|
530
586
|
},
|
|
531
587
|
"value": "P800"
|
|
@@ -536,6 +592,7 @@ var tokens = [{
|
|
|
536
592
|
"attributes": {
|
|
537
593
|
"group": "paint",
|
|
538
594
|
"state": "active",
|
|
595
|
+
"introduced": "0.6.0",
|
|
539
596
|
"description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
|
|
540
597
|
},
|
|
541
598
|
"value": "#0055CC",
|
|
@@ -545,6 +602,7 @@ var tokens = [{
|
|
|
545
602
|
"attributes": {
|
|
546
603
|
"group": "paint",
|
|
547
604
|
"state": "active",
|
|
605
|
+
"introduced": "0.6.0",
|
|
548
606
|
"description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
|
|
549
607
|
},
|
|
550
608
|
"value": "B800"
|
|
@@ -555,6 +613,7 @@ var tokens = [{
|
|
|
555
613
|
"attributes": {
|
|
556
614
|
"group": "paint",
|
|
557
615
|
"state": "deleted",
|
|
616
|
+
"introduced": "0.0.15",
|
|
558
617
|
"replacement": "color.text.[default]",
|
|
559
618
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons"
|
|
560
619
|
},
|
|
@@ -565,6 +624,7 @@ var tokens = [{
|
|
|
565
624
|
"attributes": {
|
|
566
625
|
"group": "paint",
|
|
567
626
|
"state": "deleted",
|
|
627
|
+
"introduced": "0.0.15",
|
|
568
628
|
"replacement": "color.text.[default]",
|
|
569
629
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons"
|
|
570
630
|
},
|
|
@@ -576,6 +636,7 @@ var tokens = [{
|
|
|
576
636
|
"attributes": {
|
|
577
637
|
"group": "paint",
|
|
578
638
|
"state": "deleted",
|
|
639
|
+
"introduced": "0.0.15",
|
|
579
640
|
"replacement": "color.link.pressed",
|
|
580
641
|
"description": "Use for links in a pressed state"
|
|
581
642
|
},
|
|
@@ -586,6 +647,7 @@ var tokens = [{
|
|
|
586
647
|
"attributes": {
|
|
587
648
|
"group": "paint",
|
|
588
649
|
"state": "deleted",
|
|
650
|
+
"introduced": "0.0.15",
|
|
589
651
|
"replacement": "color.link.pressed",
|
|
590
652
|
"description": "Use for links in a pressed state"
|
|
591
653
|
},
|
|
@@ -597,6 +659,7 @@ var tokens = [{
|
|
|
597
659
|
"attributes": {
|
|
598
660
|
"group": "paint",
|
|
599
661
|
"state": "deleted",
|
|
662
|
+
"introduced": "0.0.15",
|
|
600
663
|
"replacement": "color.link.[default]",
|
|
601
664
|
"description": "Use for links in a resting or hover state. Add an underline for hover states"
|
|
602
665
|
},
|
|
@@ -607,6 +670,7 @@ var tokens = [{
|
|
|
607
670
|
"attributes": {
|
|
608
671
|
"group": "paint",
|
|
609
672
|
"state": "deleted",
|
|
673
|
+
"introduced": "0.0.15",
|
|
610
674
|
"replacement": "color.link.[default]",
|
|
611
675
|
"description": "Use for links in a resting or hover state. Add an underline for hover states"
|
|
612
676
|
},
|
|
@@ -618,6 +682,7 @@ var tokens = [{
|
|
|
618
682
|
"attributes": {
|
|
619
683
|
"group": "paint",
|
|
620
684
|
"state": "deleted",
|
|
685
|
+
"introduced": "0.0.15",
|
|
621
686
|
"replacement": "color.text.subtlest",
|
|
622
687
|
"description": "\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nUse for icons that are paired with text.medEmphasis text"
|
|
623
688
|
},
|
|
@@ -628,6 +693,7 @@ var tokens = [{
|
|
|
628
693
|
"attributes": {
|
|
629
694
|
"group": "paint",
|
|
630
695
|
"state": "deleted",
|
|
696
|
+
"introduced": "0.0.15",
|
|
631
697
|
"replacement": "color.text.subtlest",
|
|
632
698
|
"description": "\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nUse for icons that are paired with text.medEmphasis text"
|
|
633
699
|
},
|
|
@@ -639,6 +705,7 @@ var tokens = [{
|
|
|
639
705
|
"attributes": {
|
|
640
706
|
"group": "paint",
|
|
641
707
|
"state": "deleted",
|
|
708
|
+
"introduced": "0.0.15",
|
|
642
709
|
"replacement": "color.text.subtle",
|
|
643
710
|
"description": "\nUse for secondary text, such navigation, subtle button links, input field labels, and all caps subheadings.\n\nUse for icon-only buttons, or icons paired with text.highEmphasis text\n "
|
|
644
711
|
},
|
|
@@ -649,6 +716,7 @@ var tokens = [{
|
|
|
649
716
|
"attributes": {
|
|
650
717
|
"group": "paint",
|
|
651
718
|
"state": "deleted",
|
|
719
|
+
"introduced": "0.0.15",
|
|
652
720
|
"replacement": "color.text.subtle",
|
|
653
721
|
"description": "\nUse for secondary text, such navigation, subtle button links, input field labels, and all caps subheadings.\n\nUse for icon-only buttons, or icons paired with text.highEmphasis text\n "
|
|
654
722
|
},
|
|
@@ -660,6 +728,7 @@ var tokens = [{
|
|
|
660
728
|
"attributes": {
|
|
661
729
|
"group": "paint",
|
|
662
730
|
"state": "deleted",
|
|
731
|
+
"introduced": "0.0.15",
|
|
663
732
|
"replacement": "color.text.inverse",
|
|
664
733
|
"description": "Use for text and icons when on bold backgrounds"
|
|
665
734
|
},
|
|
@@ -670,6 +739,7 @@ var tokens = [{
|
|
|
670
739
|
"attributes": {
|
|
671
740
|
"group": "paint",
|
|
672
741
|
"state": "deleted",
|
|
742
|
+
"introduced": "0.0.15",
|
|
673
743
|
"replacement": "color.text.inverse",
|
|
674
744
|
"description": "Use for text and icons when on bold backgrounds"
|
|
675
745
|
},
|
|
@@ -681,6 +751,7 @@ var tokens = [{
|
|
|
681
751
|
"attributes": {
|
|
682
752
|
"group": "paint",
|
|
683
753
|
"state": "deleted",
|
|
754
|
+
"introduced": "0.0.15",
|
|
684
755
|
"replacement": "color.text.warning.inverse",
|
|
685
756
|
"description": "Use for text and icons when on bold warning backgrounds"
|
|
686
757
|
},
|
|
@@ -691,6 +762,7 @@ var tokens = [{
|
|
|
691
762
|
"attributes": {
|
|
692
763
|
"group": "paint",
|
|
693
764
|
"state": "deleted",
|
|
765
|
+
"introduced": "0.0.15",
|
|
694
766
|
"replacement": "color.text.warning.inverse",
|
|
695
767
|
"description": "Use for text and icons when on bold warning backgrounds"
|
|
696
768
|
},
|
|
@@ -702,6 +774,7 @@ var tokens = [{
|
|
|
702
774
|
"attributes": {
|
|
703
775
|
"group": "paint",
|
|
704
776
|
"state": "active",
|
|
777
|
+
"introduced": "0.6.0",
|
|
705
778
|
"description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
706
779
|
},
|
|
707
780
|
"value": "#1D7AFC",
|
|
@@ -711,6 +784,7 @@ var tokens = [{
|
|
|
711
784
|
"attributes": {
|
|
712
785
|
"group": "paint",
|
|
713
786
|
"state": "active",
|
|
787
|
+
"introduced": "0.6.0",
|
|
714
788
|
"description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
715
789
|
},
|
|
716
790
|
"value": "B600"
|
|
@@ -721,6 +795,7 @@ var tokens = [{
|
|
|
721
795
|
"attributes": {
|
|
722
796
|
"group": "paint",
|
|
723
797
|
"state": "active",
|
|
798
|
+
"introduced": "0.6.0",
|
|
724
799
|
"description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
725
800
|
},
|
|
726
801
|
"value": "#E34935",
|
|
@@ -730,6 +805,7 @@ var tokens = [{
|
|
|
730
805
|
"attributes": {
|
|
731
806
|
"group": "paint",
|
|
732
807
|
"state": "active",
|
|
808
|
+
"introduced": "0.6.0",
|
|
733
809
|
"description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
734
810
|
},
|
|
735
811
|
"value": "R600"
|
|
@@ -740,6 +816,7 @@ var tokens = [{
|
|
|
740
816
|
"attributes": {
|
|
741
817
|
"group": "paint",
|
|
742
818
|
"state": "active",
|
|
819
|
+
"introduced": "0.6.0",
|
|
743
820
|
"description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
744
821
|
},
|
|
745
822
|
"value": "#D97008",
|
|
@@ -749,6 +826,7 @@ var tokens = [{
|
|
|
749
826
|
"attributes": {
|
|
750
827
|
"group": "paint",
|
|
751
828
|
"state": "active",
|
|
829
|
+
"introduced": "0.6.0",
|
|
752
830
|
"description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
753
831
|
},
|
|
754
832
|
"value": "O600"
|
|
@@ -759,6 +837,7 @@ var tokens = [{
|
|
|
759
837
|
"attributes": {
|
|
760
838
|
"group": "paint",
|
|
761
839
|
"state": "active",
|
|
840
|
+
"introduced": "0.6.0",
|
|
762
841
|
"description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
763
842
|
},
|
|
764
843
|
"value": "#B38600",
|
|
@@ -768,6 +847,7 @@ var tokens = [{
|
|
|
768
847
|
"attributes": {
|
|
769
848
|
"group": "paint",
|
|
770
849
|
"state": "active",
|
|
850
|
+
"introduced": "0.6.0",
|
|
771
851
|
"description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
772
852
|
},
|
|
773
853
|
"value": "Y600"
|
|
@@ -778,6 +858,7 @@ var tokens = [{
|
|
|
778
858
|
"attributes": {
|
|
779
859
|
"group": "paint",
|
|
780
860
|
"state": "active",
|
|
861
|
+
"introduced": "0.6.0",
|
|
781
862
|
"description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
782
863
|
},
|
|
783
864
|
"value": "#22A06B",
|
|
@@ -787,6 +868,7 @@ var tokens = [{
|
|
|
787
868
|
"attributes": {
|
|
788
869
|
"group": "paint",
|
|
789
870
|
"state": "active",
|
|
871
|
+
"introduced": "0.6.0",
|
|
790
872
|
"description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
791
873
|
},
|
|
792
874
|
"value": "G600"
|
|
@@ -797,6 +879,7 @@ var tokens = [{
|
|
|
797
879
|
"attributes": {
|
|
798
880
|
"group": "paint",
|
|
799
881
|
"state": "active",
|
|
882
|
+
"introduced": "0.6.0",
|
|
800
883
|
"description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
801
884
|
},
|
|
802
885
|
"value": "#8270DB",
|
|
@@ -806,6 +889,7 @@ var tokens = [{
|
|
|
806
889
|
"attributes": {
|
|
807
890
|
"group": "paint",
|
|
808
891
|
"state": "active",
|
|
892
|
+
"introduced": "0.6.0",
|
|
809
893
|
"description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
810
894
|
},
|
|
811
895
|
"value": "P600"
|
|
@@ -816,6 +900,7 @@ var tokens = [{
|
|
|
816
900
|
"attributes": {
|
|
817
901
|
"group": "paint",
|
|
818
902
|
"state": "active",
|
|
903
|
+
"introduced": "0.6.0",
|
|
819
904
|
"description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
820
905
|
},
|
|
821
906
|
"value": "#1D9AAA",
|
|
@@ -825,6 +910,7 @@ var tokens = [{
|
|
|
825
910
|
"attributes": {
|
|
826
911
|
"group": "paint",
|
|
827
912
|
"state": "active",
|
|
913
|
+
"introduced": "0.6.0",
|
|
828
914
|
"description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
829
915
|
},
|
|
830
916
|
"value": "T600"
|
|
@@ -835,6 +921,7 @@ var tokens = [{
|
|
|
835
921
|
"attributes": {
|
|
836
922
|
"group": "paint",
|
|
837
923
|
"state": "active",
|
|
924
|
+
"introduced": "0.6.0",
|
|
838
925
|
"description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
839
926
|
},
|
|
840
927
|
"value": "#CD519D",
|
|
@@ -844,6 +931,7 @@ var tokens = [{
|
|
|
844
931
|
"attributes": {
|
|
845
932
|
"group": "paint",
|
|
846
933
|
"state": "active",
|
|
934
|
+
"introduced": "0.6.0",
|
|
847
935
|
"description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
848
936
|
},
|
|
849
937
|
"value": "M600"
|
|
@@ -854,6 +942,7 @@ var tokens = [{
|
|
|
854
942
|
"attributes": {
|
|
855
943
|
"group": "paint",
|
|
856
944
|
"state": "active",
|
|
945
|
+
"introduced": "0.6.0",
|
|
857
946
|
"description": "Use for icon-only buttons, or icons paired with color.text"
|
|
858
947
|
},
|
|
859
948
|
"value": "#44546F",
|
|
@@ -863,6 +952,7 @@ var tokens = [{
|
|
|
863
952
|
"attributes": {
|
|
864
953
|
"group": "paint",
|
|
865
954
|
"state": "active",
|
|
955
|
+
"introduced": "0.6.0",
|
|
866
956
|
"description": "Use for icon-only buttons, or icons paired with color.text"
|
|
867
957
|
},
|
|
868
958
|
"value": "N800"
|
|
@@ -873,6 +963,7 @@ var tokens = [{
|
|
|
873
963
|
"attributes": {
|
|
874
964
|
"group": "paint",
|
|
875
965
|
"state": "active",
|
|
966
|
+
"introduced": "0.6.0",
|
|
876
967
|
"description": "Use for icons paired with color.text.subtle"
|
|
877
968
|
},
|
|
878
969
|
"value": "#626F86",
|
|
@@ -882,6 +973,7 @@ var tokens = [{
|
|
|
882
973
|
"attributes": {
|
|
883
974
|
"group": "paint",
|
|
884
975
|
"state": "active",
|
|
976
|
+
"introduced": "0.6.0",
|
|
885
977
|
"description": "Use for icons paired with color.text.subtle"
|
|
886
978
|
},
|
|
887
979
|
"value": "N700"
|
|
@@ -892,6 +984,7 @@ var tokens = [{
|
|
|
892
984
|
"attributes": {
|
|
893
985
|
"group": "paint",
|
|
894
986
|
"state": "active",
|
|
987
|
+
"introduced": "0.6.0",
|
|
895
988
|
"description": "Use for icons on bold backgrounds."
|
|
896
989
|
},
|
|
897
990
|
"value": "#FFFFFF",
|
|
@@ -901,6 +994,7 @@ var tokens = [{
|
|
|
901
994
|
"attributes": {
|
|
902
995
|
"group": "paint",
|
|
903
996
|
"state": "active",
|
|
997
|
+
"introduced": "0.6.0",
|
|
904
998
|
"description": "Use for icons on bold backgrounds."
|
|
905
999
|
},
|
|
906
1000
|
"value": "N0"
|
|
@@ -911,6 +1005,7 @@ var tokens = [{
|
|
|
911
1005
|
"attributes": {
|
|
912
1006
|
"group": "paint",
|
|
913
1007
|
"state": "active",
|
|
1008
|
+
"introduced": "0.6.0",
|
|
914
1009
|
"description": "Use for icons in a disabled state."
|
|
915
1010
|
},
|
|
916
1011
|
"value": "#8993A5",
|
|
@@ -920,6 +1015,7 @@ var tokens = [{
|
|
|
920
1015
|
"attributes": {
|
|
921
1016
|
"group": "paint",
|
|
922
1017
|
"state": "active",
|
|
1018
|
+
"introduced": "0.6.0",
|
|
923
1019
|
"description": "Use for icons in a disabled state."
|
|
924
1020
|
},
|
|
925
1021
|
"value": "N500"
|
|
@@ -930,6 +1026,7 @@ var tokens = [{
|
|
|
930
1026
|
"attributes": {
|
|
931
1027
|
"group": "paint",
|
|
932
1028
|
"state": "active",
|
|
1029
|
+
"introduced": "0.6.0",
|
|
933
1030
|
"description": "Use for icons that reinforce our brand."
|
|
934
1031
|
},
|
|
935
1032
|
"value": "#0C66E4",
|
|
@@ -939,6 +1036,7 @@ var tokens = [{
|
|
|
939
1036
|
"attributes": {
|
|
940
1037
|
"group": "paint",
|
|
941
1038
|
"state": "active",
|
|
1039
|
+
"introduced": "0.6.0",
|
|
942
1040
|
"description": "Use for icons that reinforce our brand."
|
|
943
1041
|
},
|
|
944
1042
|
"value": "B700"
|
|
@@ -949,6 +1047,7 @@ var tokens = [{
|
|
|
949
1047
|
"attributes": {
|
|
950
1048
|
"group": "paint",
|
|
951
1049
|
"state": "active",
|
|
1050
|
+
"introduced": "0.6.2",
|
|
952
1051
|
"description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
|
|
953
1052
|
},
|
|
954
1053
|
"value": "#0C66E4",
|
|
@@ -958,6 +1057,7 @@ var tokens = [{
|
|
|
958
1057
|
"attributes": {
|
|
959
1058
|
"group": "paint",
|
|
960
1059
|
"state": "active",
|
|
1060
|
+
"introduced": "0.6.2",
|
|
961
1061
|
"description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
|
|
962
1062
|
},
|
|
963
1063
|
"value": "B700"
|
|
@@ -968,7 +1068,8 @@ var tokens = [{
|
|
|
968
1068
|
"attributes": {
|
|
969
1069
|
"group": "paint",
|
|
970
1070
|
"state": "active",
|
|
971
|
-
"
|
|
1071
|
+
"introduced": "0.6.0",
|
|
1072
|
+
"description": "Use for icons communicating critical information, such as those used in error handing."
|
|
972
1073
|
},
|
|
973
1074
|
"value": "#E34935",
|
|
974
1075
|
"filePath": "src/tokens/atlassian-light/color/icon.tsx",
|
|
@@ -977,7 +1078,8 @@ var tokens = [{
|
|
|
977
1078
|
"attributes": {
|
|
978
1079
|
"group": "paint",
|
|
979
1080
|
"state": "active",
|
|
980
|
-
"
|
|
1081
|
+
"introduced": "0.6.0",
|
|
1082
|
+
"description": "Use for icons communicating critical information, such as those used in error handing."
|
|
981
1083
|
},
|
|
982
1084
|
"value": "R600"
|
|
983
1085
|
},
|
|
@@ -987,6 +1089,7 @@ var tokens = [{
|
|
|
987
1089
|
"attributes": {
|
|
988
1090
|
"group": "paint",
|
|
989
1091
|
"state": "active",
|
|
1092
|
+
"introduced": "0.6.0",
|
|
990
1093
|
"description": "Use for icons communicating caution, such as those used in warning section messages."
|
|
991
1094
|
},
|
|
992
1095
|
"value": "#D97008",
|
|
@@ -996,6 +1099,7 @@ var tokens = [{
|
|
|
996
1099
|
"attributes": {
|
|
997
1100
|
"group": "paint",
|
|
998
1101
|
"state": "active",
|
|
1102
|
+
"introduced": "0.6.0",
|
|
999
1103
|
"description": "Use for icons communicating caution, such as those used in warning section messages."
|
|
1000
1104
|
},
|
|
1001
1105
|
"value": "O600"
|
|
@@ -1006,6 +1110,7 @@ var tokens = [{
|
|
|
1006
1110
|
"attributes": {
|
|
1007
1111
|
"group": "paint",
|
|
1008
1112
|
"state": "active",
|
|
1113
|
+
"introduced": "0.6.0",
|
|
1009
1114
|
"description": "Use for icons when on bold warning backgrounds."
|
|
1010
1115
|
},
|
|
1011
1116
|
"value": "#172B4D",
|
|
@@ -1015,6 +1120,7 @@ var tokens = [{
|
|
|
1015
1120
|
"attributes": {
|
|
1016
1121
|
"group": "paint",
|
|
1017
1122
|
"state": "active",
|
|
1123
|
+
"introduced": "0.6.0",
|
|
1018
1124
|
"description": "Use for icons when on bold warning backgrounds."
|
|
1019
1125
|
},
|
|
1020
1126
|
"value": "N1000"
|
|
@@ -1025,6 +1131,7 @@ var tokens = [{
|
|
|
1025
1131
|
"attributes": {
|
|
1026
1132
|
"group": "paint",
|
|
1027
1133
|
"state": "active",
|
|
1134
|
+
"introduced": "0.6.0",
|
|
1028
1135
|
"description": "Use for icons communicating a favourable outcome, such as those used in success section messaged."
|
|
1029
1136
|
},
|
|
1030
1137
|
"value": "#22A06B",
|
|
@@ -1034,6 +1141,7 @@ var tokens = [{
|
|
|
1034
1141
|
"attributes": {
|
|
1035
1142
|
"group": "paint",
|
|
1036
1143
|
"state": "active",
|
|
1144
|
+
"introduced": "0.6.0",
|
|
1037
1145
|
"description": "Use for icons communicating a favourable outcome, such as those used in success section messaged."
|
|
1038
1146
|
},
|
|
1039
1147
|
"value": "G600"
|
|
@@ -1044,6 +1152,7 @@ var tokens = [{
|
|
|
1044
1152
|
"attributes": {
|
|
1045
1153
|
"group": "paint",
|
|
1046
1154
|
"state": "active",
|
|
1155
|
+
"introduced": "0.6.0",
|
|
1047
1156
|
"description": "Use for icons communicating change or something new, such as discovery section messages."
|
|
1048
1157
|
},
|
|
1049
1158
|
"value": "#8270DB",
|
|
@@ -1053,6 +1162,7 @@ var tokens = [{
|
|
|
1053
1162
|
"attributes": {
|
|
1054
1163
|
"group": "paint",
|
|
1055
1164
|
"state": "active",
|
|
1165
|
+
"introduced": "0.6.0",
|
|
1056
1166
|
"description": "Use for icons communicating change or something new, such as discovery section messages."
|
|
1057
1167
|
},
|
|
1058
1168
|
"value": "P600"
|
|
@@ -1063,6 +1173,7 @@ var tokens = [{
|
|
|
1063
1173
|
"attributes": {
|
|
1064
1174
|
"group": "paint",
|
|
1065
1175
|
"state": "active",
|
|
1176
|
+
"introduced": "0.6.0",
|
|
1066
1177
|
"description": "Use for icons communicating information or something in-progress, such as information section messages."
|
|
1067
1178
|
},
|
|
1068
1179
|
"value": "#1D7AFC",
|
|
@@ -1072,6 +1183,7 @@ var tokens = [{
|
|
|
1072
1183
|
"attributes": {
|
|
1073
1184
|
"group": "paint",
|
|
1074
1185
|
"state": "active",
|
|
1186
|
+
"introduced": "0.6.0",
|
|
1075
1187
|
"description": "Use for icons communicating information or something in-progress, such as information section messages."
|
|
1076
1188
|
},
|
|
1077
1189
|
"value": "B600"
|
|
@@ -1082,6 +1194,7 @@ var tokens = [{
|
|
|
1082
1194
|
"attributes": {
|
|
1083
1195
|
"group": "paint",
|
|
1084
1196
|
"state": "active",
|
|
1197
|
+
"introduced": "0.6.0",
|
|
1085
1198
|
"description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1086
1199
|
},
|
|
1087
1200
|
"value": "#1D7AFC",
|
|
@@ -1091,6 +1204,7 @@ var tokens = [{
|
|
|
1091
1204
|
"attributes": {
|
|
1092
1205
|
"group": "paint",
|
|
1093
1206
|
"state": "active",
|
|
1207
|
+
"introduced": "0.6.0",
|
|
1094
1208
|
"description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1095
1209
|
},
|
|
1096
1210
|
"value": "B600"
|
|
@@ -1101,6 +1215,7 @@ var tokens = [{
|
|
|
1101
1215
|
"attributes": {
|
|
1102
1216
|
"group": "paint",
|
|
1103
1217
|
"state": "active",
|
|
1218
|
+
"introduced": "0.6.0",
|
|
1104
1219
|
"description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1105
1220
|
},
|
|
1106
1221
|
"value": "#E34935",
|
|
@@ -1110,6 +1225,7 @@ var tokens = [{
|
|
|
1110
1225
|
"attributes": {
|
|
1111
1226
|
"group": "paint",
|
|
1112
1227
|
"state": "active",
|
|
1228
|
+
"introduced": "0.6.0",
|
|
1113
1229
|
"description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1114
1230
|
},
|
|
1115
1231
|
"value": "R600"
|
|
@@ -1120,6 +1236,7 @@ var tokens = [{
|
|
|
1120
1236
|
"attributes": {
|
|
1121
1237
|
"group": "paint",
|
|
1122
1238
|
"state": "active",
|
|
1239
|
+
"introduced": "0.6.0",
|
|
1123
1240
|
"description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1124
1241
|
},
|
|
1125
1242
|
"value": "#D97008",
|
|
@@ -1129,6 +1246,7 @@ var tokens = [{
|
|
|
1129
1246
|
"attributes": {
|
|
1130
1247
|
"group": "paint",
|
|
1131
1248
|
"state": "active",
|
|
1249
|
+
"introduced": "0.6.0",
|
|
1132
1250
|
"description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1133
1251
|
},
|
|
1134
1252
|
"value": "O600"
|
|
@@ -1139,6 +1257,7 @@ var tokens = [{
|
|
|
1139
1257
|
"attributes": {
|
|
1140
1258
|
"group": "paint",
|
|
1141
1259
|
"state": "active",
|
|
1260
|
+
"introduced": "0.6.0",
|
|
1142
1261
|
"description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1143
1262
|
},
|
|
1144
1263
|
"value": "#B38600",
|
|
@@ -1148,6 +1267,7 @@ var tokens = [{
|
|
|
1148
1267
|
"attributes": {
|
|
1149
1268
|
"group": "paint",
|
|
1150
1269
|
"state": "active",
|
|
1270
|
+
"introduced": "0.6.0",
|
|
1151
1271
|
"description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1152
1272
|
},
|
|
1153
1273
|
"value": "Y600"
|
|
@@ -1158,6 +1278,7 @@ var tokens = [{
|
|
|
1158
1278
|
"attributes": {
|
|
1159
1279
|
"group": "paint",
|
|
1160
1280
|
"state": "active",
|
|
1281
|
+
"introduced": "0.6.0",
|
|
1161
1282
|
"description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1162
1283
|
},
|
|
1163
1284
|
"value": "#22A06B",
|
|
@@ -1167,6 +1288,7 @@ var tokens = [{
|
|
|
1167
1288
|
"attributes": {
|
|
1168
1289
|
"group": "paint",
|
|
1169
1290
|
"state": "active",
|
|
1291
|
+
"introduced": "0.6.0",
|
|
1170
1292
|
"description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1171
1293
|
},
|
|
1172
1294
|
"value": "G600"
|
|
@@ -1177,6 +1299,7 @@ var tokens = [{
|
|
|
1177
1299
|
"attributes": {
|
|
1178
1300
|
"group": "paint",
|
|
1179
1301
|
"state": "active",
|
|
1302
|
+
"introduced": "0.6.0",
|
|
1180
1303
|
"description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1181
1304
|
},
|
|
1182
1305
|
"value": "#8270DB",
|
|
@@ -1186,6 +1309,7 @@ var tokens = [{
|
|
|
1186
1309
|
"attributes": {
|
|
1187
1310
|
"group": "paint",
|
|
1188
1311
|
"state": "active",
|
|
1312
|
+
"introduced": "0.6.0",
|
|
1189
1313
|
"description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1190
1314
|
},
|
|
1191
1315
|
"value": "P600"
|
|
@@ -1196,6 +1320,7 @@ var tokens = [{
|
|
|
1196
1320
|
"attributes": {
|
|
1197
1321
|
"group": "paint",
|
|
1198
1322
|
"state": "active",
|
|
1323
|
+
"introduced": "0.6.0",
|
|
1199
1324
|
"description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1200
1325
|
},
|
|
1201
1326
|
"value": "#1D9AAA",
|
|
@@ -1205,6 +1330,7 @@ var tokens = [{
|
|
|
1205
1330
|
"attributes": {
|
|
1206
1331
|
"group": "paint",
|
|
1207
1332
|
"state": "active",
|
|
1333
|
+
"introduced": "0.6.0",
|
|
1208
1334
|
"description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1209
1335
|
},
|
|
1210
1336
|
"value": "T600"
|
|
@@ -1215,6 +1341,7 @@ var tokens = [{
|
|
|
1215
1341
|
"attributes": {
|
|
1216
1342
|
"group": "paint",
|
|
1217
1343
|
"state": "active",
|
|
1344
|
+
"introduced": "0.6.0",
|
|
1218
1345
|
"description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1219
1346
|
},
|
|
1220
1347
|
"value": "#CD519D",
|
|
@@ -1224,6 +1351,7 @@ var tokens = [{
|
|
|
1224
1351
|
"attributes": {
|
|
1225
1352
|
"group": "paint",
|
|
1226
1353
|
"state": "active",
|
|
1354
|
+
"introduced": "0.6.0",
|
|
1227
1355
|
"description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1228
1356
|
},
|
|
1229
1357
|
"value": "M600"
|
|
@@ -1234,6 +1362,7 @@ var tokens = [{
|
|
|
1234
1362
|
"attributes": {
|
|
1235
1363
|
"group": "paint",
|
|
1236
1364
|
"state": "active",
|
|
1365
|
+
"introduced": "0.6.0",
|
|
1237
1366
|
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
1238
1367
|
},
|
|
1239
1368
|
"value": "#091E4224",
|
|
@@ -1243,6 +1372,7 @@ var tokens = [{
|
|
|
1243
1372
|
"attributes": {
|
|
1244
1373
|
"group": "paint",
|
|
1245
1374
|
"state": "active",
|
|
1375
|
+
"introduced": "0.6.0",
|
|
1246
1376
|
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
1247
1377
|
},
|
|
1248
1378
|
"value": "N300A"
|
|
@@ -1253,6 +1383,7 @@ var tokens = [{
|
|
|
1253
1383
|
"attributes": {
|
|
1254
1384
|
"group": "paint",
|
|
1255
1385
|
"state": "active",
|
|
1386
|
+
"introduced": "0.6.0",
|
|
1256
1387
|
"description": "Use for focus rings of elements in a focus state."
|
|
1257
1388
|
},
|
|
1258
1389
|
"value": "#388BFF",
|
|
@@ -1262,6 +1393,7 @@ var tokens = [{
|
|
|
1262
1393
|
"attributes": {
|
|
1263
1394
|
"group": "paint",
|
|
1264
1395
|
"state": "active",
|
|
1396
|
+
"introduced": "0.6.0",
|
|
1265
1397
|
"description": "Use for focus rings of elements in a focus state."
|
|
1266
1398
|
},
|
|
1267
1399
|
"value": "B500"
|
|
@@ -1272,6 +1404,7 @@ var tokens = [{
|
|
|
1272
1404
|
"attributes": {
|
|
1273
1405
|
"group": "paint",
|
|
1274
1406
|
"state": "active",
|
|
1407
|
+
"introduced": "0.6.0",
|
|
1275
1408
|
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
1276
1409
|
},
|
|
1277
1410
|
"value": "#091E4224",
|
|
@@ -1281,6 +1414,7 @@ var tokens = [{
|
|
|
1281
1414
|
"attributes": {
|
|
1282
1415
|
"group": "paint",
|
|
1283
1416
|
"state": "active",
|
|
1417
|
+
"introduced": "0.6.0",
|
|
1284
1418
|
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
1285
1419
|
},
|
|
1286
1420
|
"value": "N300A"
|
|
@@ -1291,6 +1425,7 @@ var tokens = [{
|
|
|
1291
1425
|
"attributes": {
|
|
1292
1426
|
"group": "paint",
|
|
1293
1427
|
"state": "active",
|
|
1428
|
+
"introduced": "0.6.0",
|
|
1294
1429
|
"description": "Use for borders of elements in a disabled state."
|
|
1295
1430
|
},
|
|
1296
1431
|
"value": "#091E420F",
|
|
@@ -1300,6 +1435,7 @@ var tokens = [{
|
|
|
1300
1435
|
"attributes": {
|
|
1301
1436
|
"group": "paint",
|
|
1302
1437
|
"state": "active",
|
|
1438
|
+
"introduced": "0.6.0",
|
|
1303
1439
|
"description": "Use for borders of elements in a disabled state."
|
|
1304
1440
|
},
|
|
1305
1441
|
"value": "N200A"
|
|
@@ -1310,6 +1446,7 @@ var tokens = [{
|
|
|
1310
1446
|
"attributes": {
|
|
1311
1447
|
"group": "paint",
|
|
1312
1448
|
"state": "active",
|
|
1449
|
+
"introduced": "0.6.0",
|
|
1313
1450
|
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
1314
1451
|
},
|
|
1315
1452
|
"value": "#0C66E4",
|
|
@@ -1319,6 +1456,7 @@ var tokens = [{
|
|
|
1319
1456
|
"attributes": {
|
|
1320
1457
|
"group": "paint",
|
|
1321
1458
|
"state": "active",
|
|
1459
|
+
"introduced": "0.6.0",
|
|
1322
1460
|
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
1323
1461
|
},
|
|
1324
1462
|
"value": "B700"
|
|
@@ -1329,6 +1467,7 @@ var tokens = [{
|
|
|
1329
1467
|
"attributes": {
|
|
1330
1468
|
"group": "paint",
|
|
1331
1469
|
"state": "active",
|
|
1470
|
+
"introduced": "0.6.2",
|
|
1332
1471
|
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
1333
1472
|
},
|
|
1334
1473
|
"value": "#0C66E4",
|
|
@@ -1338,6 +1477,7 @@ var tokens = [{
|
|
|
1338
1477
|
"attributes": {
|
|
1339
1478
|
"group": "paint",
|
|
1340
1479
|
"state": "active",
|
|
1480
|
+
"introduced": "0.6.2",
|
|
1341
1481
|
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
1342
1482
|
},
|
|
1343
1483
|
"value": "B700"
|
|
@@ -1348,6 +1488,7 @@ var tokens = [{
|
|
|
1348
1488
|
"attributes": {
|
|
1349
1489
|
"group": "paint",
|
|
1350
1490
|
"state": "active",
|
|
1491
|
+
"introduced": "0.6.0",
|
|
1351
1492
|
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
1352
1493
|
},
|
|
1353
1494
|
"value": "#E34935",
|
|
@@ -1357,6 +1498,7 @@ var tokens = [{
|
|
|
1357
1498
|
"attributes": {
|
|
1358
1499
|
"group": "paint",
|
|
1359
1500
|
"state": "active",
|
|
1501
|
+
"introduced": "0.6.0",
|
|
1360
1502
|
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
1361
1503
|
},
|
|
1362
1504
|
"value": "R600"
|
|
@@ -1367,6 +1509,7 @@ var tokens = [{
|
|
|
1367
1509
|
"attributes": {
|
|
1368
1510
|
"group": "paint",
|
|
1369
1511
|
"state": "active",
|
|
1512
|
+
"introduced": "0.6.0",
|
|
1370
1513
|
"description": "Use for borders communicating caution."
|
|
1371
1514
|
},
|
|
1372
1515
|
"value": "#D97008",
|
|
@@ -1376,6 +1519,7 @@ var tokens = [{
|
|
|
1376
1519
|
"attributes": {
|
|
1377
1520
|
"group": "paint",
|
|
1378
1521
|
"state": "active",
|
|
1522
|
+
"introduced": "0.6.0",
|
|
1379
1523
|
"description": "Use for borders communicating caution."
|
|
1380
1524
|
},
|
|
1381
1525
|
"value": "O600"
|
|
@@ -1386,6 +1530,7 @@ var tokens = [{
|
|
|
1386
1530
|
"attributes": {
|
|
1387
1531
|
"group": "paint",
|
|
1388
1532
|
"state": "active",
|
|
1533
|
+
"introduced": "0.6.0",
|
|
1389
1534
|
"description": "Use for borders communicating a favourable outcome, such as the borders on validated text fields."
|
|
1390
1535
|
},
|
|
1391
1536
|
"value": "#22A06B",
|
|
@@ -1395,6 +1540,7 @@ var tokens = [{
|
|
|
1395
1540
|
"attributes": {
|
|
1396
1541
|
"group": "paint",
|
|
1397
1542
|
"state": "active",
|
|
1543
|
+
"introduced": "0.6.0",
|
|
1398
1544
|
"description": "Use for borders communicating a favourable outcome, such as the borders on validated text fields."
|
|
1399
1545
|
},
|
|
1400
1546
|
"value": "G600"
|
|
@@ -1405,6 +1551,7 @@ var tokens = [{
|
|
|
1405
1551
|
"attributes": {
|
|
1406
1552
|
"group": "paint",
|
|
1407
1553
|
"state": "active",
|
|
1554
|
+
"introduced": "0.6.0",
|
|
1408
1555
|
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
1409
1556
|
},
|
|
1410
1557
|
"value": "#8270DB",
|
|
@@ -1414,6 +1561,7 @@ var tokens = [{
|
|
|
1414
1561
|
"attributes": {
|
|
1415
1562
|
"group": "paint",
|
|
1416
1563
|
"state": "active",
|
|
1564
|
+
"introduced": "0.6.0",
|
|
1417
1565
|
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
1418
1566
|
},
|
|
1419
1567
|
"value": "P600"
|
|
@@ -1424,6 +1572,7 @@ var tokens = [{
|
|
|
1424
1572
|
"attributes": {
|
|
1425
1573
|
"group": "paint",
|
|
1426
1574
|
"state": "active",
|
|
1575
|
+
"introduced": "0.6.0",
|
|
1427
1576
|
"description": "Use for borders communicating information or something in-progress."
|
|
1428
1577
|
},
|
|
1429
1578
|
"value": "#1D7AFC",
|
|
@@ -1433,6 +1582,7 @@ var tokens = [{
|
|
|
1433
1582
|
"attributes": {
|
|
1434
1583
|
"group": "paint",
|
|
1435
1584
|
"state": "active",
|
|
1585
|
+
"introduced": "0.6.0",
|
|
1436
1586
|
"description": "Use for borders communicating information or something in-progress."
|
|
1437
1587
|
},
|
|
1438
1588
|
"value": "B600"
|
|
@@ -1443,6 +1593,7 @@ var tokens = [{
|
|
|
1443
1593
|
"attributes": {
|
|
1444
1594
|
"group": "paint",
|
|
1445
1595
|
"state": "deleted",
|
|
1596
|
+
"introduced": "0.0.15",
|
|
1446
1597
|
"replacement": "color.border.focused",
|
|
1447
1598
|
"description": "Use for focus rings of elements in a focus state"
|
|
1448
1599
|
},
|
|
@@ -1453,6 +1604,7 @@ var tokens = [{
|
|
|
1453
1604
|
"attributes": {
|
|
1454
1605
|
"group": "paint",
|
|
1455
1606
|
"state": "deleted",
|
|
1607
|
+
"introduced": "0.0.15",
|
|
1456
1608
|
"replacement": "color.border.focused",
|
|
1457
1609
|
"description": "Use for focus rings of elements in a focus state"
|
|
1458
1610
|
},
|
|
@@ -1464,6 +1616,7 @@ var tokens = [{
|
|
|
1464
1616
|
"attributes": {
|
|
1465
1617
|
"group": "paint",
|
|
1466
1618
|
"state": "deleted",
|
|
1619
|
+
"introduced": "0.0.15",
|
|
1467
1620
|
"replacement": "color.border.[default]",
|
|
1468
1621
|
"description": "Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers"
|
|
1469
1622
|
},
|
|
@@ -1474,6 +1627,7 @@ var tokens = [{
|
|
|
1474
1627
|
"attributes": {
|
|
1475
1628
|
"group": "paint",
|
|
1476
1629
|
"state": "deleted",
|
|
1630
|
+
"introduced": "0.0.15",
|
|
1477
1631
|
"replacement": "color.border.[default]",
|
|
1478
1632
|
"description": "Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers"
|
|
1479
1633
|
},
|
|
@@ -1485,6 +1639,7 @@ var tokens = [{
|
|
|
1485
1639
|
"attributes": {
|
|
1486
1640
|
"group": "paint",
|
|
1487
1641
|
"state": "active",
|
|
1642
|
+
"introduced": "0.7.0",
|
|
1488
1643
|
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1489
1644
|
},
|
|
1490
1645
|
"value": "#E9F2FF",
|
|
@@ -1494,6 +1649,7 @@ var tokens = [{
|
|
|
1494
1649
|
"attributes": {
|
|
1495
1650
|
"group": "paint",
|
|
1496
1651
|
"state": "active",
|
|
1652
|
+
"introduced": "0.7.0",
|
|
1497
1653
|
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1498
1654
|
},
|
|
1499
1655
|
"value": "B100"
|
|
@@ -1504,6 +1660,7 @@ var tokens = [{
|
|
|
1504
1660
|
"attributes": {
|
|
1505
1661
|
"group": "paint",
|
|
1506
1662
|
"state": "active",
|
|
1663
|
+
"introduced": "0.7.0",
|
|
1507
1664
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1508
1665
|
},
|
|
1509
1666
|
"value": "#CCE0FF",
|
|
@@ -1513,6 +1670,7 @@ var tokens = [{
|
|
|
1513
1670
|
"attributes": {
|
|
1514
1671
|
"group": "paint",
|
|
1515
1672
|
"state": "active",
|
|
1673
|
+
"introduced": "0.7.0",
|
|
1516
1674
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1517
1675
|
},
|
|
1518
1676
|
"value": "B200"
|
|
@@ -1523,6 +1681,7 @@ var tokens = [{
|
|
|
1523
1681
|
"attributes": {
|
|
1524
1682
|
"group": "paint",
|
|
1525
1683
|
"state": "active",
|
|
1684
|
+
"introduced": "0.7.0",
|
|
1526
1685
|
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1527
1686
|
},
|
|
1528
1687
|
"value": "#579DFF",
|
|
@@ -1532,6 +1691,7 @@ var tokens = [{
|
|
|
1532
1691
|
"attributes": {
|
|
1533
1692
|
"group": "paint",
|
|
1534
1693
|
"state": "active",
|
|
1694
|
+
"introduced": "0.7.0",
|
|
1535
1695
|
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1536
1696
|
},
|
|
1537
1697
|
"value": "B400"
|
|
@@ -1542,6 +1702,7 @@ var tokens = [{
|
|
|
1542
1702
|
"attributes": {
|
|
1543
1703
|
"group": "paint",
|
|
1544
1704
|
"state": "active",
|
|
1705
|
+
"introduced": "0.7.0",
|
|
1545
1706
|
"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."
|
|
1546
1707
|
},
|
|
1547
1708
|
"value": "#0C66E4",
|
|
@@ -1551,6 +1712,7 @@ var tokens = [{
|
|
|
1551
1712
|
"attributes": {
|
|
1552
1713
|
"group": "paint",
|
|
1553
1714
|
"state": "active",
|
|
1715
|
+
"introduced": "0.7.0",
|
|
1554
1716
|
"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."
|
|
1555
1717
|
},
|
|
1556
1718
|
"value": "B700"
|
|
@@ -1561,6 +1723,7 @@ var tokens = [{
|
|
|
1561
1723
|
"attributes": {
|
|
1562
1724
|
"group": "paint",
|
|
1563
1725
|
"state": "deleted",
|
|
1726
|
+
"introduced": "0.6.0",
|
|
1564
1727
|
"replacement": "color.background.accent.blue.subtler",
|
|
1565
1728
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1566
1729
|
},
|
|
@@ -1571,6 +1734,7 @@ var tokens = [{
|
|
|
1571
1734
|
"attributes": {
|
|
1572
1735
|
"group": "paint",
|
|
1573
1736
|
"state": "deleted",
|
|
1737
|
+
"introduced": "0.6.0",
|
|
1574
1738
|
"replacement": "color.background.accent.blue.subtler",
|
|
1575
1739
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1576
1740
|
},
|
|
@@ -1582,6 +1746,7 @@ var tokens = [{
|
|
|
1582
1746
|
"attributes": {
|
|
1583
1747
|
"group": "paint",
|
|
1584
1748
|
"state": "deleted",
|
|
1749
|
+
"introduced": "0.6.0",
|
|
1585
1750
|
"replacement": "color.background.accent.blue.subtle",
|
|
1586
1751
|
"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."
|
|
1587
1752
|
},
|
|
@@ -1592,6 +1757,7 @@ var tokens = [{
|
|
|
1592
1757
|
"attributes": {
|
|
1593
1758
|
"group": "paint",
|
|
1594
1759
|
"state": "deleted",
|
|
1760
|
+
"introduced": "0.6.0",
|
|
1595
1761
|
"replacement": "color.background.accent.blue.subtle",
|
|
1596
1762
|
"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."
|
|
1597
1763
|
},
|
|
@@ -1603,6 +1769,7 @@ var tokens = [{
|
|
|
1603
1769
|
"attributes": {
|
|
1604
1770
|
"group": "paint",
|
|
1605
1771
|
"state": "active",
|
|
1772
|
+
"introduced": "0.7.0",
|
|
1606
1773
|
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1607
1774
|
},
|
|
1608
1775
|
"value": "#FFEDEB",
|
|
@@ -1612,6 +1779,7 @@ var tokens = [{
|
|
|
1612
1779
|
"attributes": {
|
|
1613
1780
|
"group": "paint",
|
|
1614
1781
|
"state": "active",
|
|
1782
|
+
"introduced": "0.7.0",
|
|
1615
1783
|
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1616
1784
|
},
|
|
1617
1785
|
"value": "R100"
|
|
@@ -1622,6 +1790,7 @@ var tokens = [{
|
|
|
1622
1790
|
"attributes": {
|
|
1623
1791
|
"group": "paint",
|
|
1624
1792
|
"state": "active",
|
|
1793
|
+
"introduced": "0.7.0",
|
|
1625
1794
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1626
1795
|
},
|
|
1627
1796
|
"value": "#FFD2CC",
|
|
@@ -1631,6 +1800,7 @@ var tokens = [{
|
|
|
1631
1800
|
"attributes": {
|
|
1632
1801
|
"group": "paint",
|
|
1633
1802
|
"state": "active",
|
|
1803
|
+
"introduced": "0.7.0",
|
|
1634
1804
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1635
1805
|
},
|
|
1636
1806
|
"value": "R200"
|
|
@@ -1641,6 +1811,7 @@ var tokens = [{
|
|
|
1641
1811
|
"attributes": {
|
|
1642
1812
|
"group": "paint",
|
|
1643
1813
|
"state": "active",
|
|
1814
|
+
"introduced": "0.7.0",
|
|
1644
1815
|
"description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1645
1816
|
},
|
|
1646
1817
|
"value": "#F87462",
|
|
@@ -1650,6 +1821,7 @@ var tokens = [{
|
|
|
1650
1821
|
"attributes": {
|
|
1651
1822
|
"group": "paint",
|
|
1652
1823
|
"state": "active",
|
|
1824
|
+
"introduced": "0.7.0",
|
|
1653
1825
|
"description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1654
1826
|
},
|
|
1655
1827
|
"value": "R400"
|
|
@@ -1660,6 +1832,7 @@ var tokens = [{
|
|
|
1660
1832
|
"attributes": {
|
|
1661
1833
|
"group": "paint",
|
|
1662
1834
|
"state": "active",
|
|
1835
|
+
"introduced": "0.7.0",
|
|
1663
1836
|
"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."
|
|
1664
1837
|
},
|
|
1665
1838
|
"value": "#CA3521",
|
|
@@ -1669,6 +1842,7 @@ var tokens = [{
|
|
|
1669
1842
|
"attributes": {
|
|
1670
1843
|
"group": "paint",
|
|
1671
1844
|
"state": "active",
|
|
1845
|
+
"introduced": "0.7.0",
|
|
1672
1846
|
"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."
|
|
1673
1847
|
},
|
|
1674
1848
|
"value": "R700"
|
|
@@ -1679,6 +1853,7 @@ var tokens = [{
|
|
|
1679
1853
|
"attributes": {
|
|
1680
1854
|
"group": "paint",
|
|
1681
1855
|
"state": "deleted",
|
|
1856
|
+
"introduced": "0.6.0",
|
|
1682
1857
|
"replacement": "color.background.accent.red.subtler",
|
|
1683
1858
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1684
1859
|
},
|
|
@@ -1689,6 +1864,7 @@ var tokens = [{
|
|
|
1689
1864
|
"attributes": {
|
|
1690
1865
|
"group": "paint",
|
|
1691
1866
|
"state": "deleted",
|
|
1867
|
+
"introduced": "0.6.0",
|
|
1692
1868
|
"replacement": "color.background.accent.red.subtler",
|
|
1693
1869
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1694
1870
|
},
|
|
@@ -1700,6 +1876,7 @@ var tokens = [{
|
|
|
1700
1876
|
"attributes": {
|
|
1701
1877
|
"group": "paint",
|
|
1702
1878
|
"state": "deleted",
|
|
1879
|
+
"introduced": "0.6.0",
|
|
1703
1880
|
"replacement": "color.background.accent.red.subtle",
|
|
1704
1881
|
"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."
|
|
1705
1882
|
},
|
|
@@ -1710,6 +1887,7 @@ var tokens = [{
|
|
|
1710
1887
|
"attributes": {
|
|
1711
1888
|
"group": "paint",
|
|
1712
1889
|
"state": "deleted",
|
|
1890
|
+
"introduced": "0.6.0",
|
|
1713
1891
|
"replacement": "color.background.accent.red.subtle",
|
|
1714
1892
|
"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."
|
|
1715
1893
|
},
|
|
@@ -1721,6 +1899,7 @@ var tokens = [{
|
|
|
1721
1899
|
"attributes": {
|
|
1722
1900
|
"group": "paint",
|
|
1723
1901
|
"state": "active",
|
|
1902
|
+
"introduced": "0.7.0",
|
|
1724
1903
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1725
1904
|
},
|
|
1726
1905
|
"value": "#FFF4E5",
|
|
@@ -1730,6 +1909,7 @@ var tokens = [{
|
|
|
1730
1909
|
"attributes": {
|
|
1731
1910
|
"group": "paint",
|
|
1732
1911
|
"state": "active",
|
|
1912
|
+
"introduced": "0.7.0",
|
|
1733
1913
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1734
1914
|
},
|
|
1735
1915
|
"value": "O100"
|
|
@@ -1740,6 +1920,7 @@ var tokens = [{
|
|
|
1740
1920
|
"attributes": {
|
|
1741
1921
|
"group": "paint",
|
|
1742
1922
|
"state": "active",
|
|
1923
|
+
"introduced": "0.7.0",
|
|
1743
1924
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1744
1925
|
},
|
|
1745
1926
|
"value": "#FFE2BD",
|
|
@@ -1749,6 +1930,7 @@ var tokens = [{
|
|
|
1749
1930
|
"attributes": {
|
|
1750
1931
|
"group": "paint",
|
|
1751
1932
|
"state": "active",
|
|
1933
|
+
"introduced": "0.7.0",
|
|
1752
1934
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1753
1935
|
},
|
|
1754
1936
|
"value": "O200"
|
|
@@ -1759,6 +1941,7 @@ var tokens = [{
|
|
|
1759
1941
|
"attributes": {
|
|
1760
1942
|
"group": "paint",
|
|
1761
1943
|
"state": "active",
|
|
1944
|
+
"introduced": "0.7.0",
|
|
1762
1945
|
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1763
1946
|
},
|
|
1764
1947
|
"value": "#FAA53D",
|
|
@@ -1768,6 +1951,7 @@ var tokens = [{
|
|
|
1768
1951
|
"attributes": {
|
|
1769
1952
|
"group": "paint",
|
|
1770
1953
|
"state": "active",
|
|
1954
|
+
"introduced": "0.7.0",
|
|
1771
1955
|
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1772
1956
|
},
|
|
1773
1957
|
"value": "O400"
|
|
@@ -1778,6 +1962,7 @@ var tokens = [{
|
|
|
1778
1962
|
"attributes": {
|
|
1779
1963
|
"group": "paint",
|
|
1780
1964
|
"state": "active",
|
|
1965
|
+
"introduced": "0.7.0",
|
|
1781
1966
|
"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."
|
|
1782
1967
|
},
|
|
1783
1968
|
"value": "#B65C02",
|
|
@@ -1787,6 +1972,7 @@ var tokens = [{
|
|
|
1787
1972
|
"attributes": {
|
|
1788
1973
|
"group": "paint",
|
|
1789
1974
|
"state": "active",
|
|
1975
|
+
"introduced": "0.7.0",
|
|
1790
1976
|
"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."
|
|
1791
1977
|
},
|
|
1792
1978
|
"value": "O700"
|
|
@@ -1797,6 +1983,7 @@ var tokens = [{
|
|
|
1797
1983
|
"attributes": {
|
|
1798
1984
|
"group": "paint",
|
|
1799
1985
|
"state": "deleted",
|
|
1986
|
+
"introduced": "0.6.0",
|
|
1800
1987
|
"replacement": "color.background.accent.orange.subtler",
|
|
1801
1988
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1802
1989
|
},
|
|
@@ -1807,6 +1994,7 @@ var tokens = [{
|
|
|
1807
1994
|
"attributes": {
|
|
1808
1995
|
"group": "paint",
|
|
1809
1996
|
"state": "deleted",
|
|
1997
|
+
"introduced": "0.6.0",
|
|
1810
1998
|
"replacement": "color.background.accent.orange.subtler",
|
|
1811
1999
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1812
2000
|
},
|
|
@@ -1818,6 +2006,7 @@ var tokens = [{
|
|
|
1818
2006
|
"attributes": {
|
|
1819
2007
|
"group": "paint",
|
|
1820
2008
|
"state": "deleted",
|
|
2009
|
+
"introduced": "0.6.0",
|
|
1821
2010
|
"replacement": "color.background.accent.orange.subtle",
|
|
1822
2011
|
"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."
|
|
1823
2012
|
},
|
|
@@ -1828,6 +2017,7 @@ var tokens = [{
|
|
|
1828
2017
|
"attributes": {
|
|
1829
2018
|
"group": "paint",
|
|
1830
2019
|
"state": "deleted",
|
|
2020
|
+
"introduced": "0.6.0",
|
|
1831
2021
|
"replacement": "color.background.accent.orange.subtle",
|
|
1832
2022
|
"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."
|
|
1833
2023
|
},
|
|
@@ -1839,6 +2029,7 @@ var tokens = [{
|
|
|
1839
2029
|
"attributes": {
|
|
1840
2030
|
"group": "paint",
|
|
1841
2031
|
"state": "active",
|
|
2032
|
+
"introduced": "0.7.0",
|
|
1842
2033
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1843
2034
|
},
|
|
1844
2035
|
"value": "#FFF7D6",
|
|
@@ -1848,6 +2039,7 @@ var tokens = [{
|
|
|
1848
2039
|
"attributes": {
|
|
1849
2040
|
"group": "paint",
|
|
1850
2041
|
"state": "active",
|
|
2042
|
+
"introduced": "0.7.0",
|
|
1851
2043
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1852
2044
|
},
|
|
1853
2045
|
"value": "Y100"
|
|
@@ -1858,6 +2050,7 @@ var tokens = [{
|
|
|
1858
2050
|
"attributes": {
|
|
1859
2051
|
"group": "paint",
|
|
1860
2052
|
"state": "active",
|
|
2053
|
+
"introduced": "0.7.0",
|
|
1861
2054
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1862
2055
|
},
|
|
1863
2056
|
"value": "#F8E6A0",
|
|
@@ -1867,6 +2060,7 @@ var tokens = [{
|
|
|
1867
2060
|
"attributes": {
|
|
1868
2061
|
"group": "paint",
|
|
1869
2062
|
"state": "active",
|
|
2063
|
+
"introduced": "0.7.0",
|
|
1870
2064
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1871
2065
|
},
|
|
1872
2066
|
"value": "Y200"
|
|
@@ -1877,6 +2071,7 @@ var tokens = [{
|
|
|
1877
2071
|
"attributes": {
|
|
1878
2072
|
"group": "paint",
|
|
1879
2073
|
"state": "active",
|
|
2074
|
+
"introduced": "0.7.0",
|
|
1880
2075
|
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1881
2076
|
},
|
|
1882
2077
|
"value": "#E2B203",
|
|
@@ -1886,6 +2081,7 @@ var tokens = [{
|
|
|
1886
2081
|
"attributes": {
|
|
1887
2082
|
"group": "paint",
|
|
1888
2083
|
"state": "active",
|
|
2084
|
+
"introduced": "0.7.0",
|
|
1889
2085
|
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1890
2086
|
},
|
|
1891
2087
|
"value": "Y400"
|
|
@@ -1896,6 +2092,7 @@ var tokens = [{
|
|
|
1896
2092
|
"attributes": {
|
|
1897
2093
|
"group": "paint",
|
|
1898
2094
|
"state": "active",
|
|
2095
|
+
"introduced": "0.7.0",
|
|
1899
2096
|
"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."
|
|
1900
2097
|
},
|
|
1901
2098
|
"value": "#946F00",
|
|
@@ -1905,6 +2102,7 @@ var tokens = [{
|
|
|
1905
2102
|
"attributes": {
|
|
1906
2103
|
"group": "paint",
|
|
1907
2104
|
"state": "active",
|
|
2105
|
+
"introduced": "0.7.0",
|
|
1908
2106
|
"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."
|
|
1909
2107
|
},
|
|
1910
2108
|
"value": "Y700"
|
|
@@ -1915,6 +2113,7 @@ var tokens = [{
|
|
|
1915
2113
|
"attributes": {
|
|
1916
2114
|
"group": "paint",
|
|
1917
2115
|
"state": "deleted",
|
|
2116
|
+
"introduced": "0.6.0",
|
|
1918
2117
|
"replacement": "color.background.accent.yellow.subtler",
|
|
1919
2118
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1920
2119
|
},
|
|
@@ -1925,6 +2124,7 @@ var tokens = [{
|
|
|
1925
2124
|
"attributes": {
|
|
1926
2125
|
"group": "paint",
|
|
1927
2126
|
"state": "deleted",
|
|
2127
|
+
"introduced": "0.6.0",
|
|
1928
2128
|
"replacement": "color.background.accent.yellow.subtler",
|
|
1929
2129
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1930
2130
|
},
|
|
@@ -1936,6 +2136,7 @@ var tokens = [{
|
|
|
1936
2136
|
"attributes": {
|
|
1937
2137
|
"group": "paint",
|
|
1938
2138
|
"state": "deleted",
|
|
2139
|
+
"introduced": "0.6.0",
|
|
1939
2140
|
"replacement": "color.background.accent.yellow.subtle",
|
|
1940
2141
|
"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."
|
|
1941
2142
|
},
|
|
@@ -1946,6 +2147,7 @@ var tokens = [{
|
|
|
1946
2147
|
"attributes": {
|
|
1947
2148
|
"group": "paint",
|
|
1948
2149
|
"state": "deleted",
|
|
2150
|
+
"introduced": "0.6.0",
|
|
1949
2151
|
"replacement": "color.background.accent.yellow.subtle",
|
|
1950
2152
|
"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."
|
|
1951
2153
|
},
|
|
@@ -1957,6 +2159,7 @@ var tokens = [{
|
|
|
1957
2159
|
"attributes": {
|
|
1958
2160
|
"group": "paint",
|
|
1959
2161
|
"state": "active",
|
|
2162
|
+
"introduced": "0.7.0",
|
|
1960
2163
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1961
2164
|
},
|
|
1962
2165
|
"value": "#DFFCF0",
|
|
@@ -1966,6 +2169,7 @@ var tokens = [{
|
|
|
1966
2169
|
"attributes": {
|
|
1967
2170
|
"group": "paint",
|
|
1968
2171
|
"state": "active",
|
|
2172
|
+
"introduced": "0.7.0",
|
|
1969
2173
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1970
2174
|
},
|
|
1971
2175
|
"value": "G100"
|
|
@@ -1976,6 +2180,7 @@ var tokens = [{
|
|
|
1976
2180
|
"attributes": {
|
|
1977
2181
|
"group": "paint",
|
|
1978
2182
|
"state": "active",
|
|
2183
|
+
"introduced": "0.7.0",
|
|
1979
2184
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1980
2185
|
},
|
|
1981
2186
|
"value": "#BAF3DB",
|
|
@@ -1985,6 +2190,7 @@ var tokens = [{
|
|
|
1985
2190
|
"attributes": {
|
|
1986
2191
|
"group": "paint",
|
|
1987
2192
|
"state": "active",
|
|
2193
|
+
"introduced": "0.7.0",
|
|
1988
2194
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1989
2195
|
},
|
|
1990
2196
|
"value": "G200"
|
|
@@ -1995,6 +2201,7 @@ var tokens = [{
|
|
|
1995
2201
|
"attributes": {
|
|
1996
2202
|
"group": "paint",
|
|
1997
2203
|
"state": "active",
|
|
2204
|
+
"introduced": "0.7.0",
|
|
1998
2205
|
"description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1999
2206
|
},
|
|
2000
2207
|
"value": "#4BCE97",
|
|
@@ -2004,6 +2211,7 @@ var tokens = [{
|
|
|
2004
2211
|
"attributes": {
|
|
2005
2212
|
"group": "paint",
|
|
2006
2213
|
"state": "active",
|
|
2214
|
+
"introduced": "0.7.0",
|
|
2007
2215
|
"description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2008
2216
|
},
|
|
2009
2217
|
"value": "G400"
|
|
@@ -2014,6 +2222,7 @@ var tokens = [{
|
|
|
2014
2222
|
"attributes": {
|
|
2015
2223
|
"group": "paint",
|
|
2016
2224
|
"state": "active",
|
|
2225
|
+
"introduced": "0.7.0",
|
|
2017
2226
|
"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."
|
|
2018
2227
|
},
|
|
2019
2228
|
"value": "#1F845A",
|
|
@@ -2023,6 +2232,7 @@ var tokens = [{
|
|
|
2023
2232
|
"attributes": {
|
|
2024
2233
|
"group": "paint",
|
|
2025
2234
|
"state": "active",
|
|
2235
|
+
"introduced": "0.7.0",
|
|
2026
2236
|
"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."
|
|
2027
2237
|
},
|
|
2028
2238
|
"value": "G700"
|
|
@@ -2033,6 +2243,7 @@ var tokens = [{
|
|
|
2033
2243
|
"attributes": {
|
|
2034
2244
|
"group": "paint",
|
|
2035
2245
|
"state": "deleted",
|
|
2246
|
+
"introduced": "0.6.0",
|
|
2036
2247
|
"replacement": "color.background.accent.green.subtler",
|
|
2037
2248
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2038
2249
|
},
|
|
@@ -2043,6 +2254,7 @@ var tokens = [{
|
|
|
2043
2254
|
"attributes": {
|
|
2044
2255
|
"group": "paint",
|
|
2045
2256
|
"state": "deleted",
|
|
2257
|
+
"introduced": "0.6.0",
|
|
2046
2258
|
"replacement": "color.background.accent.green.subtler",
|
|
2047
2259
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2048
2260
|
},
|
|
@@ -2054,6 +2266,7 @@ var tokens = [{
|
|
|
2054
2266
|
"attributes": {
|
|
2055
2267
|
"group": "paint",
|
|
2056
2268
|
"state": "deleted",
|
|
2269
|
+
"introduced": "0.6.0",
|
|
2057
2270
|
"replacement": "color.background.accent.green.subtle",
|
|
2058
2271
|
"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."
|
|
2059
2272
|
},
|
|
@@ -2064,6 +2277,7 @@ var tokens = [{
|
|
|
2064
2277
|
"attributes": {
|
|
2065
2278
|
"group": "paint",
|
|
2066
2279
|
"state": "deleted",
|
|
2280
|
+
"introduced": "0.6.0",
|
|
2067
2281
|
"replacement": "color.background.accent.green.subtle",
|
|
2068
2282
|
"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."
|
|
2069
2283
|
},
|
|
@@ -2075,6 +2289,7 @@ var tokens = [{
|
|
|
2075
2289
|
"attributes": {
|
|
2076
2290
|
"group": "paint",
|
|
2077
2291
|
"state": "active",
|
|
2292
|
+
"introduced": "0.7.0",
|
|
2078
2293
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2079
2294
|
},
|
|
2080
2295
|
"value": "#E3FAFC",
|
|
@@ -2084,6 +2299,7 @@ var tokens = [{
|
|
|
2084
2299
|
"attributes": {
|
|
2085
2300
|
"group": "paint",
|
|
2086
2301
|
"state": "active",
|
|
2302
|
+
"introduced": "0.7.0",
|
|
2087
2303
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2088
2304
|
},
|
|
2089
2305
|
"value": "T100"
|
|
@@ -2094,6 +2310,7 @@ var tokens = [{
|
|
|
2094
2310
|
"attributes": {
|
|
2095
2311
|
"group": "paint",
|
|
2096
2312
|
"state": "active",
|
|
2313
|
+
"introduced": "0.7.0",
|
|
2097
2314
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2098
2315
|
},
|
|
2099
2316
|
"value": "#C1F0F5",
|
|
@@ -2103,6 +2320,7 @@ var tokens = [{
|
|
|
2103
2320
|
"attributes": {
|
|
2104
2321
|
"group": "paint",
|
|
2105
2322
|
"state": "active",
|
|
2323
|
+
"introduced": "0.7.0",
|
|
2106
2324
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2107
2325
|
},
|
|
2108
2326
|
"value": "T200"
|
|
@@ -2113,6 +2331,7 @@ var tokens = [{
|
|
|
2113
2331
|
"attributes": {
|
|
2114
2332
|
"group": "paint",
|
|
2115
2333
|
"state": "active",
|
|
2334
|
+
"introduced": "0.7.0",
|
|
2116
2335
|
"description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2117
2336
|
},
|
|
2118
2337
|
"value": "#60C6D2",
|
|
@@ -2122,6 +2341,7 @@ var tokens = [{
|
|
|
2122
2341
|
"attributes": {
|
|
2123
2342
|
"group": "paint",
|
|
2124
2343
|
"state": "active",
|
|
2344
|
+
"introduced": "0.7.0",
|
|
2125
2345
|
"description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2126
2346
|
},
|
|
2127
2347
|
"value": "T400"
|
|
@@ -2132,6 +2352,7 @@ var tokens = [{
|
|
|
2132
2352
|
"attributes": {
|
|
2133
2353
|
"group": "paint",
|
|
2134
2354
|
"state": "active",
|
|
2355
|
+
"introduced": "0.7.0",
|
|
2135
2356
|
"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."
|
|
2136
2357
|
},
|
|
2137
2358
|
"value": "#1D7F8C",
|
|
@@ -2141,6 +2362,7 @@ var tokens = [{
|
|
|
2141
2362
|
"attributes": {
|
|
2142
2363
|
"group": "paint",
|
|
2143
2364
|
"state": "active",
|
|
2365
|
+
"introduced": "0.7.0",
|
|
2144
2366
|
"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."
|
|
2145
2367
|
},
|
|
2146
2368
|
"value": "T700"
|
|
@@ -2151,6 +2373,7 @@ var tokens = [{
|
|
|
2151
2373
|
"attributes": {
|
|
2152
2374
|
"group": "paint",
|
|
2153
2375
|
"state": "deleted",
|
|
2376
|
+
"introduced": "0.6.0",
|
|
2154
2377
|
"replacement": "color.background.accent.teal.subtler",
|
|
2155
2378
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2156
2379
|
},
|
|
@@ -2161,6 +2384,7 @@ var tokens = [{
|
|
|
2161
2384
|
"attributes": {
|
|
2162
2385
|
"group": "paint",
|
|
2163
2386
|
"state": "deleted",
|
|
2387
|
+
"introduced": "0.6.0",
|
|
2164
2388
|
"replacement": "color.background.accent.teal.subtler",
|
|
2165
2389
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2166
2390
|
},
|
|
@@ -2172,6 +2396,7 @@ var tokens = [{
|
|
|
2172
2396
|
"attributes": {
|
|
2173
2397
|
"group": "paint",
|
|
2174
2398
|
"state": "deleted",
|
|
2399
|
+
"introduced": "0.6.0",
|
|
2175
2400
|
"replacement": "color.background.accent.teal.subtle",
|
|
2176
2401
|
"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."
|
|
2177
2402
|
},
|
|
@@ -2182,6 +2407,7 @@ var tokens = [{
|
|
|
2182
2407
|
"attributes": {
|
|
2183
2408
|
"group": "paint",
|
|
2184
2409
|
"state": "deleted",
|
|
2410
|
+
"introduced": "0.6.0",
|
|
2185
2411
|
"replacement": "color.background.accent.teal.subtle",
|
|
2186
2412
|
"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."
|
|
2187
2413
|
},
|
|
@@ -2193,6 +2419,7 @@ var tokens = [{
|
|
|
2193
2419
|
"attributes": {
|
|
2194
2420
|
"group": "paint",
|
|
2195
2421
|
"state": "active",
|
|
2422
|
+
"introduced": "0.7.0",
|
|
2196
2423
|
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2197
2424
|
},
|
|
2198
2425
|
"value": "#F3F0FF",
|
|
@@ -2202,6 +2429,7 @@ var tokens = [{
|
|
|
2202
2429
|
"attributes": {
|
|
2203
2430
|
"group": "paint",
|
|
2204
2431
|
"state": "active",
|
|
2432
|
+
"introduced": "0.7.0",
|
|
2205
2433
|
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2206
2434
|
},
|
|
2207
2435
|
"value": "P100"
|
|
@@ -2212,6 +2440,7 @@ var tokens = [{
|
|
|
2212
2440
|
"attributes": {
|
|
2213
2441
|
"group": "paint",
|
|
2214
2442
|
"state": "active",
|
|
2443
|
+
"introduced": "0.7.0",
|
|
2215
2444
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2216
2445
|
},
|
|
2217
2446
|
"value": "#DFD8FD",
|
|
@@ -2221,6 +2450,7 @@ var tokens = [{
|
|
|
2221
2450
|
"attributes": {
|
|
2222
2451
|
"group": "paint",
|
|
2223
2452
|
"state": "active",
|
|
2453
|
+
"introduced": "0.7.0",
|
|
2224
2454
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2225
2455
|
},
|
|
2226
2456
|
"value": "P200"
|
|
@@ -2231,6 +2461,7 @@ var tokens = [{
|
|
|
2231
2461
|
"attributes": {
|
|
2232
2462
|
"group": "paint",
|
|
2233
2463
|
"state": "active",
|
|
2464
|
+
"introduced": "0.7.0",
|
|
2234
2465
|
"description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2235
2466
|
},
|
|
2236
2467
|
"value": "#9F8FEF",
|
|
@@ -2240,6 +2471,7 @@ var tokens = [{
|
|
|
2240
2471
|
"attributes": {
|
|
2241
2472
|
"group": "paint",
|
|
2242
2473
|
"state": "active",
|
|
2474
|
+
"introduced": "0.7.0",
|
|
2243
2475
|
"description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2244
2476
|
},
|
|
2245
2477
|
"value": "P400"
|
|
@@ -2250,6 +2482,7 @@ var tokens = [{
|
|
|
2250
2482
|
"attributes": {
|
|
2251
2483
|
"group": "paint",
|
|
2252
2484
|
"state": "active",
|
|
2485
|
+
"introduced": "0.7.0",
|
|
2253
2486
|
"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."
|
|
2254
2487
|
},
|
|
2255
2488
|
"value": "#6E5DC6",
|
|
@@ -2259,6 +2492,7 @@ var tokens = [{
|
|
|
2259
2492
|
"attributes": {
|
|
2260
2493
|
"group": "paint",
|
|
2261
2494
|
"state": "active",
|
|
2495
|
+
"introduced": "0.7.0",
|
|
2262
2496
|
"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."
|
|
2263
2497
|
},
|
|
2264
2498
|
"value": "P700"
|
|
@@ -2269,6 +2503,7 @@ var tokens = [{
|
|
|
2269
2503
|
"attributes": {
|
|
2270
2504
|
"group": "paint",
|
|
2271
2505
|
"state": "deleted",
|
|
2506
|
+
"introduced": "0.6.0",
|
|
2272
2507
|
"replacement": "color.background.accent.purple.subtler",
|
|
2273
2508
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2274
2509
|
},
|
|
@@ -2279,6 +2514,7 @@ var tokens = [{
|
|
|
2279
2514
|
"attributes": {
|
|
2280
2515
|
"group": "paint",
|
|
2281
2516
|
"state": "deleted",
|
|
2517
|
+
"introduced": "0.6.0",
|
|
2282
2518
|
"replacement": "color.background.accent.purple.subtler",
|
|
2283
2519
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2284
2520
|
},
|
|
@@ -2290,6 +2526,7 @@ var tokens = [{
|
|
|
2290
2526
|
"attributes": {
|
|
2291
2527
|
"group": "paint",
|
|
2292
2528
|
"state": "deleted",
|
|
2529
|
+
"introduced": "0.6.0",
|
|
2293
2530
|
"replacement": "color.background.accent.purple.subtle",
|
|
2294
2531
|
"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."
|
|
2295
2532
|
},
|
|
@@ -2300,6 +2537,7 @@ var tokens = [{
|
|
|
2300
2537
|
"attributes": {
|
|
2301
2538
|
"group": "paint",
|
|
2302
2539
|
"state": "deleted",
|
|
2540
|
+
"introduced": "0.6.0",
|
|
2303
2541
|
"replacement": "color.background.accent.purple.subtle",
|
|
2304
2542
|
"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."
|
|
2305
2543
|
},
|
|
@@ -2311,6 +2549,7 @@ var tokens = [{
|
|
|
2311
2549
|
"attributes": {
|
|
2312
2550
|
"group": "paint",
|
|
2313
2551
|
"state": "active",
|
|
2552
|
+
"introduced": "0.7.0",
|
|
2314
2553
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2315
2554
|
},
|
|
2316
2555
|
"value": "#FFECF8",
|
|
@@ -2320,6 +2559,7 @@ var tokens = [{
|
|
|
2320
2559
|
"attributes": {
|
|
2321
2560
|
"group": "paint",
|
|
2322
2561
|
"state": "active",
|
|
2562
|
+
"introduced": "0.7.0",
|
|
2323
2563
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2324
2564
|
},
|
|
2325
2565
|
"value": "M100"
|
|
@@ -2330,6 +2570,7 @@ var tokens = [{
|
|
|
2330
2570
|
"attributes": {
|
|
2331
2571
|
"group": "paint",
|
|
2332
2572
|
"state": "active",
|
|
2573
|
+
"introduced": "0.7.0",
|
|
2333
2574
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2334
2575
|
},
|
|
2335
2576
|
"value": "#FDD0EC",
|
|
@@ -2339,6 +2580,7 @@ var tokens = [{
|
|
|
2339
2580
|
"attributes": {
|
|
2340
2581
|
"group": "paint",
|
|
2341
2582
|
"state": "active",
|
|
2583
|
+
"introduced": "0.7.0",
|
|
2342
2584
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2343
2585
|
},
|
|
2344
2586
|
"value": "M200"
|
|
@@ -2349,6 +2591,7 @@ var tokens = [{
|
|
|
2349
2591
|
"attributes": {
|
|
2350
2592
|
"group": "paint",
|
|
2351
2593
|
"state": "active",
|
|
2594
|
+
"introduced": "0.7.0",
|
|
2352
2595
|
"description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2353
2596
|
},
|
|
2354
2597
|
"value": "#E774BB",
|
|
@@ -2358,6 +2601,7 @@ var tokens = [{
|
|
|
2358
2601
|
"attributes": {
|
|
2359
2602
|
"group": "paint",
|
|
2360
2603
|
"state": "active",
|
|
2604
|
+
"introduced": "0.7.0",
|
|
2361
2605
|
"description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2362
2606
|
},
|
|
2363
2607
|
"value": "M400"
|
|
@@ -2368,6 +2612,7 @@ var tokens = [{
|
|
|
2368
2612
|
"attributes": {
|
|
2369
2613
|
"group": "paint",
|
|
2370
2614
|
"state": "active",
|
|
2615
|
+
"introduced": "0.7.0",
|
|
2371
2616
|
"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."
|
|
2372
2617
|
},
|
|
2373
2618
|
"value": "#AE4787",
|
|
@@ -2377,6 +2622,7 @@ var tokens = [{
|
|
|
2377
2622
|
"attributes": {
|
|
2378
2623
|
"group": "paint",
|
|
2379
2624
|
"state": "active",
|
|
2625
|
+
"introduced": "0.7.0",
|
|
2380
2626
|
"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."
|
|
2381
2627
|
},
|
|
2382
2628
|
"value": "M700"
|
|
@@ -2387,6 +2633,7 @@ var tokens = [{
|
|
|
2387
2633
|
"attributes": {
|
|
2388
2634
|
"group": "paint",
|
|
2389
2635
|
"state": "deleted",
|
|
2636
|
+
"introduced": "0.6.0",
|
|
2390
2637
|
"replacement": "color.background.accent.magenta.subtler",
|
|
2391
2638
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2392
2639
|
},
|
|
@@ -2397,6 +2644,7 @@ var tokens = [{
|
|
|
2397
2644
|
"attributes": {
|
|
2398
2645
|
"group": "paint",
|
|
2399
2646
|
"state": "deleted",
|
|
2647
|
+
"introduced": "0.6.0",
|
|
2400
2648
|
"replacement": "color.background.accent.magenta.subtler",
|
|
2401
2649
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2402
2650
|
},
|
|
@@ -2408,6 +2656,7 @@ var tokens = [{
|
|
|
2408
2656
|
"attributes": {
|
|
2409
2657
|
"group": "paint",
|
|
2410
2658
|
"state": "deleted",
|
|
2659
|
+
"introduced": "0.6.0",
|
|
2411
2660
|
"replacement": "color.background.accent.magenta.subtle",
|
|
2412
2661
|
"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."
|
|
2413
2662
|
},
|
|
@@ -2418,6 +2667,7 @@ var tokens = [{
|
|
|
2418
2667
|
"attributes": {
|
|
2419
2668
|
"group": "paint",
|
|
2420
2669
|
"state": "deleted",
|
|
2670
|
+
"introduced": "0.6.0",
|
|
2421
2671
|
"replacement": "color.background.accent.magenta.subtle",
|
|
2422
2672
|
"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."
|
|
2423
2673
|
},
|
|
@@ -2429,6 +2679,7 @@ var tokens = [{
|
|
|
2429
2679
|
"attributes": {
|
|
2430
2680
|
"group": "paint",
|
|
2431
2681
|
"state": "active",
|
|
2682
|
+
"introduced": "0.0.15",
|
|
2432
2683
|
"description": "Use for backgrounds of elements in a disabled state."
|
|
2433
2684
|
},
|
|
2434
2685
|
"value": "#091E420F",
|
|
@@ -2438,6 +2689,7 @@ var tokens = [{
|
|
|
2438
2689
|
"attributes": {
|
|
2439
2690
|
"group": "paint",
|
|
2440
2691
|
"state": "active",
|
|
2692
|
+
"introduced": "0.0.15",
|
|
2441
2693
|
"description": "Use for backgrounds of elements in a disabled state."
|
|
2442
2694
|
},
|
|
2443
2695
|
"value": "N200A"
|
|
@@ -2448,6 +2700,7 @@ var tokens = [{
|
|
|
2448
2700
|
"attributes": {
|
|
2449
2701
|
"group": "paint",
|
|
2450
2702
|
"state": "active",
|
|
2703
|
+
"introduced": "0.8.3",
|
|
2451
2704
|
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2452
2705
|
},
|
|
2453
2706
|
"value": "#00000029",
|
|
@@ -2457,16 +2710,83 @@ var tokens = [{
|
|
|
2457
2710
|
"attributes": {
|
|
2458
2711
|
"group": "paint",
|
|
2459
2712
|
"state": "active",
|
|
2713
|
+
"introduced": "0.8.3",
|
|
2460
2714
|
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2461
2715
|
},
|
|
2462
2716
|
"value": "#00000029"
|
|
2463
2717
|
},
|
|
2464
|
-
"name": "color.background.inverse",
|
|
2465
|
-
"path": ["color", "background", "inverse"]
|
|
2718
|
+
"name": "color.background.inverse.subtle.[default]",
|
|
2719
|
+
"path": ["color", "background", "inverse", "subtle", "[default]"]
|
|
2466
2720
|
}, {
|
|
2467
2721
|
"attributes": {
|
|
2468
2722
|
"group": "paint",
|
|
2469
2723
|
"state": "active",
|
|
2724
|
+
"introduced": "0.8.3",
|
|
2725
|
+
"description": "Use for the hovered state of color.background.inverse.subtle"
|
|
2726
|
+
},
|
|
2727
|
+
"value": "#0000003D",
|
|
2728
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
2729
|
+
"isSource": true,
|
|
2730
|
+
"original": {
|
|
2731
|
+
"attributes": {
|
|
2732
|
+
"group": "paint",
|
|
2733
|
+
"state": "active",
|
|
2734
|
+
"introduced": "0.8.3",
|
|
2735
|
+
"description": "Use for the hovered state of color.background.inverse.subtle"
|
|
2736
|
+
},
|
|
2737
|
+
"value": "#0000003D"
|
|
2738
|
+
},
|
|
2739
|
+
"name": "color.background.inverse.subtle.hovered",
|
|
2740
|
+
"path": ["color", "background", "inverse", "subtle", "hovered"]
|
|
2741
|
+
}, {
|
|
2742
|
+
"attributes": {
|
|
2743
|
+
"group": "paint",
|
|
2744
|
+
"state": "active",
|
|
2745
|
+
"introduced": "0.8.3",
|
|
2746
|
+
"description": "Use for the pressed state of color.background.inverse.subtle"
|
|
2747
|
+
},
|
|
2748
|
+
"value": "#00000052",
|
|
2749
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
2750
|
+
"isSource": true,
|
|
2751
|
+
"original": {
|
|
2752
|
+
"attributes": {
|
|
2753
|
+
"group": "paint",
|
|
2754
|
+
"state": "active",
|
|
2755
|
+
"introduced": "0.8.3",
|
|
2756
|
+
"description": "Use for the pressed state of color.background.inverse.subtle"
|
|
2757
|
+
},
|
|
2758
|
+
"value": "#00000052"
|
|
2759
|
+
},
|
|
2760
|
+
"name": "color.background.inverse.subtle.pressed",
|
|
2761
|
+
"path": ["color", "background", "inverse", "subtle", "pressed"]
|
|
2762
|
+
}, {
|
|
2763
|
+
"attributes": {
|
|
2764
|
+
"group": "paint",
|
|
2765
|
+
"state": "deprecated",
|
|
2766
|
+
"introduced": "0.1.0",
|
|
2767
|
+
"replacement": "color.background.inverse.subtle.[default]",
|
|
2768
|
+
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2769
|
+
},
|
|
2770
|
+
"value": "#FFFFFF29",
|
|
2771
|
+
"filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
|
|
2772
|
+
"isSource": true,
|
|
2773
|
+
"original": {
|
|
2774
|
+
"attributes": {
|
|
2775
|
+
"group": "paint",
|
|
2776
|
+
"state": "deprecated",
|
|
2777
|
+
"introduced": "0.1.0",
|
|
2778
|
+
"replacement": "color.background.inverse.subtle.[default]",
|
|
2779
|
+
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2780
|
+
},
|
|
2781
|
+
"value": "#FFFFFF29"
|
|
2782
|
+
},
|
|
2783
|
+
"name": "color.background.inverse.[default]",
|
|
2784
|
+
"path": ["color", "background", "inverse", "[default]"]
|
|
2785
|
+
}, {
|
|
2786
|
+
"attributes": {
|
|
2787
|
+
"group": "paint",
|
|
2788
|
+
"state": "active",
|
|
2789
|
+
"introduced": "0.6.0",
|
|
2470
2790
|
"description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
2471
2791
|
},
|
|
2472
2792
|
"value": "#FFFFFF",
|
|
@@ -2476,6 +2796,7 @@ var tokens = [{
|
|
|
2476
2796
|
"attributes": {
|
|
2477
2797
|
"group": "paint",
|
|
2478
2798
|
"state": "active",
|
|
2799
|
+
"introduced": "0.6.0",
|
|
2479
2800
|
"description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
2480
2801
|
},
|
|
2481
2802
|
"value": "N0"
|
|
@@ -2486,6 +2807,7 @@ var tokens = [{
|
|
|
2486
2807
|
"attributes": {
|
|
2487
2808
|
"group": "paint",
|
|
2488
2809
|
"state": "active",
|
|
2810
|
+
"introduced": "0.6.0",
|
|
2489
2811
|
"description": "Hovered state for color.background.input"
|
|
2490
2812
|
},
|
|
2491
2813
|
"value": "#F7F8F9",
|
|
@@ -2495,6 +2817,7 @@ var tokens = [{
|
|
|
2495
2817
|
"attributes": {
|
|
2496
2818
|
"group": "paint",
|
|
2497
2819
|
"state": "active",
|
|
2820
|
+
"introduced": "0.6.0",
|
|
2498
2821
|
"description": "Hovered state for color.background.input"
|
|
2499
2822
|
},
|
|
2500
2823
|
"value": "N100"
|
|
@@ -2505,6 +2828,7 @@ var tokens = [{
|
|
|
2505
2828
|
"attributes": {
|
|
2506
2829
|
"group": "paint",
|
|
2507
2830
|
"state": "active",
|
|
2831
|
+
"introduced": "0.6.0",
|
|
2508
2832
|
"description": "Pressed state for color.background.input"
|
|
2509
2833
|
},
|
|
2510
2834
|
"value": "#FFFFFF",
|
|
@@ -2514,6 +2838,7 @@ var tokens = [{
|
|
|
2514
2838
|
"attributes": {
|
|
2515
2839
|
"group": "paint",
|
|
2516
2840
|
"state": "active",
|
|
2841
|
+
"introduced": "0.6.0",
|
|
2517
2842
|
"description": "Pressed state for color.background.input"
|
|
2518
2843
|
},
|
|
2519
2844
|
"value": "N0"
|
|
@@ -2524,6 +2849,7 @@ var tokens = [{
|
|
|
2524
2849
|
"attributes": {
|
|
2525
2850
|
"group": "paint",
|
|
2526
2851
|
"state": "active",
|
|
2852
|
+
"introduced": "0.6.0",
|
|
2527
2853
|
"description": "The default background for neutral elements, such as default buttons."
|
|
2528
2854
|
},
|
|
2529
2855
|
"value": "#091E420F",
|
|
@@ -2533,6 +2859,7 @@ var tokens = [{
|
|
|
2533
2859
|
"attributes": {
|
|
2534
2860
|
"group": "paint",
|
|
2535
2861
|
"state": "active",
|
|
2862
|
+
"introduced": "0.6.0",
|
|
2536
2863
|
"description": "The default background for neutral elements, such as default buttons."
|
|
2537
2864
|
},
|
|
2538
2865
|
"value": "N200A"
|
|
@@ -2543,6 +2870,7 @@ var tokens = [{
|
|
|
2543
2870
|
"attributes": {
|
|
2544
2871
|
"group": "paint",
|
|
2545
2872
|
"state": "active",
|
|
2873
|
+
"introduced": "0.6.0",
|
|
2546
2874
|
"description": "Hovered state for color.background.neutral"
|
|
2547
2875
|
},
|
|
2548
2876
|
"value": "#091E4224",
|
|
@@ -2552,6 +2880,7 @@ var tokens = [{
|
|
|
2552
2880
|
"attributes": {
|
|
2553
2881
|
"group": "paint",
|
|
2554
2882
|
"state": "active",
|
|
2883
|
+
"introduced": "0.6.0",
|
|
2555
2884
|
"description": "Hovered state for color.background.neutral"
|
|
2556
2885
|
},
|
|
2557
2886
|
"value": "N300A"
|
|
@@ -2562,6 +2891,7 @@ var tokens = [{
|
|
|
2562
2891
|
"attributes": {
|
|
2563
2892
|
"group": "paint",
|
|
2564
2893
|
"state": "active",
|
|
2894
|
+
"introduced": "0.6.0",
|
|
2565
2895
|
"description": "Pressed state for color.background.neutral"
|
|
2566
2896
|
},
|
|
2567
2897
|
"value": "#091E424F",
|
|
@@ -2571,6 +2901,7 @@ var tokens = [{
|
|
|
2571
2901
|
"attributes": {
|
|
2572
2902
|
"group": "paint",
|
|
2573
2903
|
"state": "active",
|
|
2904
|
+
"introduced": "0.6.0",
|
|
2574
2905
|
"description": "Pressed state for color.background.neutral"
|
|
2575
2906
|
},
|
|
2576
2907
|
"value": "N400A"
|
|
@@ -2581,6 +2912,7 @@ var tokens = [{
|
|
|
2581
2912
|
"attributes": {
|
|
2582
2913
|
"group": "paint",
|
|
2583
2914
|
"state": "active",
|
|
2915
|
+
"introduced": "0.6.0",
|
|
2584
2916
|
"description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
|
|
2585
2917
|
},
|
|
2586
2918
|
"value": "#00000000",
|
|
@@ -2590,6 +2922,7 @@ var tokens = [{
|
|
|
2590
2922
|
"attributes": {
|
|
2591
2923
|
"group": "paint",
|
|
2592
2924
|
"state": "active",
|
|
2925
|
+
"introduced": "0.6.0",
|
|
2593
2926
|
"description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
|
|
2594
2927
|
},
|
|
2595
2928
|
"value": "transparent"
|
|
@@ -2600,6 +2933,7 @@ var tokens = [{
|
|
|
2600
2933
|
"attributes": {
|
|
2601
2934
|
"group": "paint",
|
|
2602
2935
|
"state": "active",
|
|
2936
|
+
"introduced": "0.6.0",
|
|
2603
2937
|
"description": "Hovered state for color.background.neutral.subtle"
|
|
2604
2938
|
},
|
|
2605
2939
|
"value": "#091E420F",
|
|
@@ -2609,6 +2943,7 @@ var tokens = [{
|
|
|
2609
2943
|
"attributes": {
|
|
2610
2944
|
"group": "paint",
|
|
2611
2945
|
"state": "active",
|
|
2946
|
+
"introduced": "0.6.0",
|
|
2612
2947
|
"description": "Hovered state for color.background.neutral.subtle"
|
|
2613
2948
|
},
|
|
2614
2949
|
"value": "N200A"
|
|
@@ -2619,6 +2954,7 @@ var tokens = [{
|
|
|
2619
2954
|
"attributes": {
|
|
2620
2955
|
"group": "paint",
|
|
2621
2956
|
"state": "active",
|
|
2957
|
+
"introduced": "0.6.0",
|
|
2622
2958
|
"description": "Pressed state for color.background.neutral.subtle"
|
|
2623
2959
|
},
|
|
2624
2960
|
"value": "#091E4224",
|
|
@@ -2628,6 +2964,7 @@ var tokens = [{
|
|
|
2628
2964
|
"attributes": {
|
|
2629
2965
|
"group": "paint",
|
|
2630
2966
|
"state": "active",
|
|
2967
|
+
"introduced": "0.6.0",
|
|
2631
2968
|
"description": "Pressed state for color.background.neutral.subtle"
|
|
2632
2969
|
},
|
|
2633
2970
|
"value": "N300A"
|
|
@@ -2638,6 +2975,7 @@ var tokens = [{
|
|
|
2638
2975
|
"attributes": {
|
|
2639
2976
|
"group": "paint",
|
|
2640
2977
|
"state": "active",
|
|
2978
|
+
"introduced": "0.6.0",
|
|
2641
2979
|
"description": "A vibrant background option for neutral UI elements, such as announcement banners."
|
|
2642
2980
|
},
|
|
2643
2981
|
"value": "#44546F",
|
|
@@ -2647,6 +2985,7 @@ var tokens = [{
|
|
|
2647
2985
|
"attributes": {
|
|
2648
2986
|
"group": "paint",
|
|
2649
2987
|
"state": "active",
|
|
2988
|
+
"introduced": "0.6.0",
|
|
2650
2989
|
"description": "A vibrant background option for neutral UI elements, such as announcement banners."
|
|
2651
2990
|
},
|
|
2652
2991
|
"value": "N800"
|
|
@@ -2657,6 +2996,7 @@ var tokens = [{
|
|
|
2657
2996
|
"attributes": {
|
|
2658
2997
|
"group": "paint",
|
|
2659
2998
|
"state": "active",
|
|
2999
|
+
"introduced": "0.6.0",
|
|
2660
3000
|
"description": "Hovered state of color.background.neutral.bold"
|
|
2661
3001
|
},
|
|
2662
3002
|
"value": "#2C3E5D",
|
|
@@ -2666,6 +3006,7 @@ var tokens = [{
|
|
|
2666
3006
|
"attributes": {
|
|
2667
3007
|
"group": "paint",
|
|
2668
3008
|
"state": "active",
|
|
3009
|
+
"introduced": "0.6.0",
|
|
2669
3010
|
"description": "Hovered state of color.background.neutral.bold"
|
|
2670
3011
|
},
|
|
2671
3012
|
"value": "N900"
|
|
@@ -2676,6 +3017,7 @@ var tokens = [{
|
|
|
2676
3017
|
"attributes": {
|
|
2677
3018
|
"group": "paint",
|
|
2678
3019
|
"state": "active",
|
|
3020
|
+
"introduced": "0.6.0",
|
|
2679
3021
|
"description": "Pressed state of color.background.neutral.bold"
|
|
2680
3022
|
},
|
|
2681
3023
|
"value": "#172B4D",
|
|
@@ -2685,6 +3027,7 @@ var tokens = [{
|
|
|
2685
3027
|
"attributes": {
|
|
2686
3028
|
"group": "paint",
|
|
2687
3029
|
"state": "active",
|
|
3030
|
+
"introduced": "0.6.0",
|
|
2688
3031
|
"description": "Pressed state of color.background.neutral.bold"
|
|
2689
3032
|
},
|
|
2690
3033
|
"value": "N1000"
|
|
@@ -2695,6 +3038,7 @@ var tokens = [{
|
|
|
2695
3038
|
"attributes": {
|
|
2696
3039
|
"group": "paint",
|
|
2697
3040
|
"state": "active",
|
|
3041
|
+
"introduced": "0.6.0",
|
|
2698
3042
|
"description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
|
|
2699
3043
|
},
|
|
2700
3044
|
"value": "#0C66E4",
|
|
@@ -2704,6 +3048,7 @@ var tokens = [{
|
|
|
2704
3048
|
"attributes": {
|
|
2705
3049
|
"group": "paint",
|
|
2706
3050
|
"state": "active",
|
|
3051
|
+
"introduced": "0.6.0",
|
|
2707
3052
|
"description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
|
|
2708
3053
|
},
|
|
2709
3054
|
"value": "B700"
|
|
@@ -2714,6 +3059,7 @@ var tokens = [{
|
|
|
2714
3059
|
"attributes": {
|
|
2715
3060
|
"group": "paint",
|
|
2716
3061
|
"state": "active",
|
|
3062
|
+
"introduced": "0.6.0",
|
|
2717
3063
|
"description": "Hovered state of color.background.brand.bold"
|
|
2718
3064
|
},
|
|
2719
3065
|
"value": "#0055CC",
|
|
@@ -2723,6 +3069,7 @@ var tokens = [{
|
|
|
2723
3069
|
"attributes": {
|
|
2724
3070
|
"group": "paint",
|
|
2725
3071
|
"state": "active",
|
|
3072
|
+
"introduced": "0.6.0",
|
|
2726
3073
|
"description": "Hovered state of color.background.brand.bold"
|
|
2727
3074
|
},
|
|
2728
3075
|
"value": "B800"
|
|
@@ -2733,6 +3080,7 @@ var tokens = [{
|
|
|
2733
3080
|
"attributes": {
|
|
2734
3081
|
"group": "paint",
|
|
2735
3082
|
"state": "active",
|
|
3083
|
+
"introduced": "0.6.0",
|
|
2736
3084
|
"description": "Pressed state of color.background.brand.bold"
|
|
2737
3085
|
},
|
|
2738
3086
|
"value": "#09326C",
|
|
@@ -2742,6 +3090,7 @@ var tokens = [{
|
|
|
2742
3090
|
"attributes": {
|
|
2743
3091
|
"group": "paint",
|
|
2744
3092
|
"state": "active",
|
|
3093
|
+
"introduced": "0.6.0",
|
|
2745
3094
|
"description": "Pressed state of color.background.brand.bold"
|
|
2746
3095
|
},
|
|
2747
3096
|
"value": "B900"
|
|
@@ -2752,6 +3101,7 @@ var tokens = [{
|
|
|
2752
3101
|
"attributes": {
|
|
2753
3102
|
"group": "paint",
|
|
2754
3103
|
"state": "deprecated",
|
|
3104
|
+
"introduced": "0.6.0",
|
|
2755
3105
|
"replacement": "color.background.selected.[default].[default]",
|
|
2756
3106
|
"description": "Use for the background of elements used to reinforce our brand."
|
|
2757
3107
|
},
|
|
@@ -2762,6 +3112,7 @@ var tokens = [{
|
|
|
2762
3112
|
"attributes": {
|
|
2763
3113
|
"group": "paint",
|
|
2764
3114
|
"state": "deprecated",
|
|
3115
|
+
"introduced": "0.6.0",
|
|
2765
3116
|
"replacement": "color.background.selected.[default].[default]",
|
|
2766
3117
|
"description": "Use for the background of elements used to reinforce our brand."
|
|
2767
3118
|
},
|
|
@@ -2773,6 +3124,7 @@ var tokens = [{
|
|
|
2773
3124
|
"attributes": {
|
|
2774
3125
|
"group": "paint",
|
|
2775
3126
|
"state": "deprecated",
|
|
3127
|
+
"introduced": "0.6.0",
|
|
2776
3128
|
"replacement": "color.background.selected.[default].hovered",
|
|
2777
3129
|
"description": "Hovered state for color.background.brand"
|
|
2778
3130
|
},
|
|
@@ -2783,6 +3135,7 @@ var tokens = [{
|
|
|
2783
3135
|
"attributes": {
|
|
2784
3136
|
"group": "paint",
|
|
2785
3137
|
"state": "deprecated",
|
|
3138
|
+
"introduced": "0.6.0",
|
|
2786
3139
|
"replacement": "color.background.selected.[default].hovered",
|
|
2787
3140
|
"description": "Hovered state for color.background.brand"
|
|
2788
3141
|
},
|
|
@@ -2794,6 +3147,7 @@ var tokens = [{
|
|
|
2794
3147
|
"attributes": {
|
|
2795
3148
|
"group": "paint",
|
|
2796
3149
|
"state": "deprecated",
|
|
3150
|
+
"introduced": "0.6.0",
|
|
2797
3151
|
"replacement": "color.background.selected.[default].pressed",
|
|
2798
3152
|
"description": "Pressed state for color.background.brand"
|
|
2799
3153
|
},
|
|
@@ -2804,6 +3158,7 @@ var tokens = [{
|
|
|
2804
3158
|
"attributes": {
|
|
2805
3159
|
"group": "paint",
|
|
2806
3160
|
"state": "deprecated",
|
|
3161
|
+
"introduced": "0.6.0",
|
|
2807
3162
|
"replacement": "color.background.selected.[default].pressed",
|
|
2808
3163
|
"description": "Pressed state for color.background.brand"
|
|
2809
3164
|
},
|
|
@@ -2815,6 +3170,7 @@ var tokens = [{
|
|
|
2815
3170
|
"attributes": {
|
|
2816
3171
|
"group": "paint",
|
|
2817
3172
|
"state": "active",
|
|
3173
|
+
"introduced": "0.6.2",
|
|
2818
3174
|
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
2819
3175
|
},
|
|
2820
3176
|
"value": "#E9F2FF",
|
|
@@ -2824,6 +3180,7 @@ var tokens = [{
|
|
|
2824
3180
|
"attributes": {
|
|
2825
3181
|
"group": "paint",
|
|
2826
3182
|
"state": "active",
|
|
3183
|
+
"introduced": "0.6.2",
|
|
2827
3184
|
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
2828
3185
|
},
|
|
2829
3186
|
"value": "B100"
|
|
@@ -2834,6 +3191,7 @@ var tokens = [{
|
|
|
2834
3191
|
"attributes": {
|
|
2835
3192
|
"group": "paint",
|
|
2836
3193
|
"state": "active",
|
|
3194
|
+
"introduced": "0.6.2",
|
|
2837
3195
|
"description": "Hovered state for color.background.selected"
|
|
2838
3196
|
},
|
|
2839
3197
|
"value": "#CCE0FF",
|
|
@@ -2843,6 +3201,7 @@ var tokens = [{
|
|
|
2843
3201
|
"attributes": {
|
|
2844
3202
|
"group": "paint",
|
|
2845
3203
|
"state": "active",
|
|
3204
|
+
"introduced": "0.6.2",
|
|
2846
3205
|
"description": "Hovered state for color.background.selected"
|
|
2847
3206
|
},
|
|
2848
3207
|
"value": "B200"
|
|
@@ -2853,6 +3212,7 @@ var tokens = [{
|
|
|
2853
3212
|
"attributes": {
|
|
2854
3213
|
"group": "paint",
|
|
2855
3214
|
"state": "active",
|
|
3215
|
+
"introduced": "0.6.2",
|
|
2856
3216
|
"description": "Pressed state for color.background.selected"
|
|
2857
3217
|
},
|
|
2858
3218
|
"value": "#85B8FF",
|
|
@@ -2862,6 +3222,7 @@ var tokens = [{
|
|
|
2862
3222
|
"attributes": {
|
|
2863
3223
|
"group": "paint",
|
|
2864
3224
|
"state": "active",
|
|
3225
|
+
"introduced": "0.6.2",
|
|
2865
3226
|
"description": "Pressed state for color.background.selected"
|
|
2866
3227
|
},
|
|
2867
3228
|
"value": "B300"
|
|
@@ -2872,7 +3233,8 @@ var tokens = [{
|
|
|
2872
3233
|
"attributes": {
|
|
2873
3234
|
"group": "paint",
|
|
2874
3235
|
"state": "active",
|
|
2875
|
-
"
|
|
3236
|
+
"introduced": "0.6.2",
|
|
3237
|
+
"description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
|
|
2876
3238
|
},
|
|
2877
3239
|
"value": "#0C66E4",
|
|
2878
3240
|
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
@@ -2881,7 +3243,8 @@ var tokens = [{
|
|
|
2881
3243
|
"attributes": {
|
|
2882
3244
|
"group": "paint",
|
|
2883
3245
|
"state": "active",
|
|
2884
|
-
"
|
|
3246
|
+
"introduced": "0.6.2",
|
|
3247
|
+
"description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
|
|
2885
3248
|
},
|
|
2886
3249
|
"value": "B700"
|
|
2887
3250
|
},
|
|
@@ -2891,6 +3254,7 @@ var tokens = [{
|
|
|
2891
3254
|
"attributes": {
|
|
2892
3255
|
"group": "paint",
|
|
2893
3256
|
"state": "active",
|
|
3257
|
+
"introduced": "0.6.2",
|
|
2894
3258
|
"description": "Hovered state of color.background.selected.bold"
|
|
2895
3259
|
},
|
|
2896
3260
|
"value": "#0055CC",
|
|
@@ -2900,6 +3264,7 @@ var tokens = [{
|
|
|
2900
3264
|
"attributes": {
|
|
2901
3265
|
"group": "paint",
|
|
2902
3266
|
"state": "active",
|
|
3267
|
+
"introduced": "0.6.2",
|
|
2903
3268
|
"description": "Hovered state of color.background.selected.bold"
|
|
2904
3269
|
},
|
|
2905
3270
|
"value": "B800"
|
|
@@ -2910,6 +3275,7 @@ var tokens = [{
|
|
|
2910
3275
|
"attributes": {
|
|
2911
3276
|
"group": "paint",
|
|
2912
3277
|
"state": "active",
|
|
3278
|
+
"introduced": "0.6.2",
|
|
2913
3279
|
"description": "Pressed state of color.background.selected.bold"
|
|
2914
3280
|
},
|
|
2915
3281
|
"value": "#09326C",
|
|
@@ -2919,6 +3285,7 @@ var tokens = [{
|
|
|
2919
3285
|
"attributes": {
|
|
2920
3286
|
"group": "paint",
|
|
2921
3287
|
"state": "active",
|
|
3288
|
+
"introduced": "0.6.2",
|
|
2922
3289
|
"description": "Pressed state of color.background.selected.bold"
|
|
2923
3290
|
},
|
|
2924
3291
|
"value": "B900"
|
|
@@ -2929,6 +3296,7 @@ var tokens = [{
|
|
|
2929
3296
|
"attributes": {
|
|
2930
3297
|
"group": "paint",
|
|
2931
3298
|
"state": "deprecated",
|
|
3299
|
+
"introduced": "0.1.0",
|
|
2932
3300
|
"replacement": "color.background.selected.[default].[default]",
|
|
2933
3301
|
"description": "Use for backgrounds of elements in a selected state"
|
|
2934
3302
|
},
|
|
@@ -2939,6 +3307,7 @@ var tokens = [{
|
|
|
2939
3307
|
"attributes": {
|
|
2940
3308
|
"group": "paint",
|
|
2941
3309
|
"state": "deprecated",
|
|
3310
|
+
"introduced": "0.1.0",
|
|
2942
3311
|
"replacement": "color.background.selected.[default].[default]",
|
|
2943
3312
|
"description": "Use for backgrounds of elements in a selected state"
|
|
2944
3313
|
},
|
|
@@ -2950,6 +3319,7 @@ var tokens = [{
|
|
|
2950
3319
|
"attributes": {
|
|
2951
3320
|
"group": "paint",
|
|
2952
3321
|
"state": "deprecated",
|
|
3322
|
+
"introduced": "0.1.0",
|
|
2953
3323
|
"replacement": "color.background.selected.[default].hovered",
|
|
2954
3324
|
"description": "Hover state for color.background.selected"
|
|
2955
3325
|
},
|
|
@@ -2960,6 +3330,7 @@ var tokens = [{
|
|
|
2960
3330
|
"attributes": {
|
|
2961
3331
|
"group": "paint",
|
|
2962
3332
|
"state": "deprecated",
|
|
3333
|
+
"introduced": "0.1.0",
|
|
2963
3334
|
"replacement": "color.background.selected.[default].hovered",
|
|
2964
3335
|
"description": "Hover state for color.background.selected"
|
|
2965
3336
|
},
|
|
@@ -2971,7 +3342,8 @@ var tokens = [{
|
|
|
2971
3342
|
"attributes": {
|
|
2972
3343
|
"group": "paint",
|
|
2973
3344
|
"state": "active",
|
|
2974
|
-
"
|
|
3345
|
+
"introduced": "0.6.0",
|
|
3346
|
+
"description": "Use for backgrounds communicating critical information, such in error section messages."
|
|
2975
3347
|
},
|
|
2976
3348
|
"value": "#FFEDEB",
|
|
2977
3349
|
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
@@ -2980,7 +3352,8 @@ var tokens = [{
|
|
|
2980
3352
|
"attributes": {
|
|
2981
3353
|
"group": "paint",
|
|
2982
3354
|
"state": "active",
|
|
2983
|
-
"
|
|
3355
|
+
"introduced": "0.6.0",
|
|
3356
|
+
"description": "Use for backgrounds communicating critical information, such in error section messages."
|
|
2984
3357
|
},
|
|
2985
3358
|
"value": "R100"
|
|
2986
3359
|
},
|
|
@@ -2990,6 +3363,7 @@ var tokens = [{
|
|
|
2990
3363
|
"attributes": {
|
|
2991
3364
|
"group": "paint",
|
|
2992
3365
|
"state": "active",
|
|
3366
|
+
"introduced": "0.6.0",
|
|
2993
3367
|
"description": "Hovered state for color.background.danger"
|
|
2994
3368
|
},
|
|
2995
3369
|
"value": "#FFD2CC",
|
|
@@ -2999,6 +3373,7 @@ var tokens = [{
|
|
|
2999
3373
|
"attributes": {
|
|
3000
3374
|
"group": "paint",
|
|
3001
3375
|
"state": "active",
|
|
3376
|
+
"introduced": "0.6.0",
|
|
3002
3377
|
"description": "Hovered state for color.background.danger"
|
|
3003
3378
|
},
|
|
3004
3379
|
"value": "R200"
|
|
@@ -3009,6 +3384,7 @@ var tokens = [{
|
|
|
3009
3384
|
"attributes": {
|
|
3010
3385
|
"group": "paint",
|
|
3011
3386
|
"state": "active",
|
|
3387
|
+
"introduced": "0.6.0",
|
|
3012
3388
|
"description": "Pressed state for color.background.danger"
|
|
3013
3389
|
},
|
|
3014
3390
|
"value": "#FF9C8F",
|
|
@@ -3018,6 +3394,7 @@ var tokens = [{
|
|
|
3018
3394
|
"attributes": {
|
|
3019
3395
|
"group": "paint",
|
|
3020
3396
|
"state": "active",
|
|
3397
|
+
"introduced": "0.6.0",
|
|
3021
3398
|
"description": "Pressed state for color.background.danger"
|
|
3022
3399
|
},
|
|
3023
3400
|
"value": "R300"
|
|
@@ -3028,6 +3405,7 @@ var tokens = [{
|
|
|
3028
3405
|
"attributes": {
|
|
3029
3406
|
"group": "paint",
|
|
3030
3407
|
"state": "active",
|
|
3408
|
+
"introduced": "0.6.0",
|
|
3031
3409
|
"description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
|
|
3032
3410
|
},
|
|
3033
3411
|
"value": "#CA3521",
|
|
@@ -3037,6 +3415,7 @@ var tokens = [{
|
|
|
3037
3415
|
"attributes": {
|
|
3038
3416
|
"group": "paint",
|
|
3039
3417
|
"state": "active",
|
|
3418
|
+
"introduced": "0.6.0",
|
|
3040
3419
|
"description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
|
|
3041
3420
|
},
|
|
3042
3421
|
"value": "R700"
|
|
@@ -3047,6 +3426,7 @@ var tokens = [{
|
|
|
3047
3426
|
"attributes": {
|
|
3048
3427
|
"group": "paint",
|
|
3049
3428
|
"state": "active",
|
|
3429
|
+
"introduced": "0.6.0",
|
|
3050
3430
|
"description": "Hovered state of color.background.danger.bold"
|
|
3051
3431
|
},
|
|
3052
3432
|
"value": "#AE2A19",
|
|
@@ -3056,6 +3436,7 @@ var tokens = [{
|
|
|
3056
3436
|
"attributes": {
|
|
3057
3437
|
"group": "paint",
|
|
3058
3438
|
"state": "active",
|
|
3439
|
+
"introduced": "0.6.0",
|
|
3059
3440
|
"description": "Hovered state of color.background.danger.bold"
|
|
3060
3441
|
},
|
|
3061
3442
|
"value": "R800"
|
|
@@ -3066,6 +3447,7 @@ var tokens = [{
|
|
|
3066
3447
|
"attributes": {
|
|
3067
3448
|
"group": "paint",
|
|
3068
3449
|
"state": "active",
|
|
3450
|
+
"introduced": "0.6.0",
|
|
3069
3451
|
"description": "Pressed state of color.background.danger.bold"
|
|
3070
3452
|
},
|
|
3071
3453
|
"value": "#601E16",
|
|
@@ -3075,6 +3457,7 @@ var tokens = [{
|
|
|
3075
3457
|
"attributes": {
|
|
3076
3458
|
"group": "paint",
|
|
3077
3459
|
"state": "active",
|
|
3460
|
+
"introduced": "0.6.0",
|
|
3078
3461
|
"description": "Pressed state of color.background.danger.bold"
|
|
3079
3462
|
},
|
|
3080
3463
|
"value": "R900"
|
|
@@ -3085,6 +3468,7 @@ var tokens = [{
|
|
|
3085
3468
|
"attributes": {
|
|
3086
3469
|
"group": "paint",
|
|
3087
3470
|
"state": "active",
|
|
3471
|
+
"introduced": "0.6.0",
|
|
3088
3472
|
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
3089
3473
|
},
|
|
3090
3474
|
"value": "#FFF7D6",
|
|
@@ -3094,6 +3478,7 @@ var tokens = [{
|
|
|
3094
3478
|
"attributes": {
|
|
3095
3479
|
"group": "paint",
|
|
3096
3480
|
"state": "active",
|
|
3481
|
+
"introduced": "0.6.0",
|
|
3097
3482
|
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
3098
3483
|
},
|
|
3099
3484
|
"value": "Y100"
|
|
@@ -3104,6 +3489,7 @@ var tokens = [{
|
|
|
3104
3489
|
"attributes": {
|
|
3105
3490
|
"group": "paint",
|
|
3106
3491
|
"state": "active",
|
|
3492
|
+
"introduced": "0.6.0",
|
|
3107
3493
|
"description": "Hovered state for color.background.warning"
|
|
3108
3494
|
},
|
|
3109
3495
|
"value": "#F8E6A0",
|
|
@@ -3113,6 +3499,7 @@ var tokens = [{
|
|
|
3113
3499
|
"attributes": {
|
|
3114
3500
|
"group": "paint",
|
|
3115
3501
|
"state": "active",
|
|
3502
|
+
"introduced": "0.6.0",
|
|
3116
3503
|
"description": "Hovered state for color.background.warning"
|
|
3117
3504
|
},
|
|
3118
3505
|
"value": "Y200"
|
|
@@ -3123,6 +3510,7 @@ var tokens = [{
|
|
|
3123
3510
|
"attributes": {
|
|
3124
3511
|
"group": "paint",
|
|
3125
3512
|
"state": "active",
|
|
3513
|
+
"introduced": "0.6.0",
|
|
3126
3514
|
"description": "Pressed state for color.background.warning"
|
|
3127
3515
|
},
|
|
3128
3516
|
"value": "#F5CD47",
|
|
@@ -3132,6 +3520,7 @@ var tokens = [{
|
|
|
3132
3520
|
"attributes": {
|
|
3133
3521
|
"group": "paint",
|
|
3134
3522
|
"state": "active",
|
|
3523
|
+
"introduced": "0.6.0",
|
|
3135
3524
|
"description": "Pressed state for color.background.warning"
|
|
3136
3525
|
},
|
|
3137
3526
|
"value": "Y300"
|
|
@@ -3142,6 +3531,7 @@ var tokens = [{
|
|
|
3142
3531
|
"attributes": {
|
|
3143
3532
|
"group": "paint",
|
|
3144
3533
|
"state": "active",
|
|
3534
|
+
"introduced": "0.6.0",
|
|
3145
3535
|
"description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
|
|
3146
3536
|
},
|
|
3147
3537
|
"value": "#E2B203",
|
|
@@ -3151,6 +3541,7 @@ var tokens = [{
|
|
|
3151
3541
|
"attributes": {
|
|
3152
3542
|
"group": "paint",
|
|
3153
3543
|
"state": "active",
|
|
3544
|
+
"introduced": "0.6.0",
|
|
3154
3545
|
"description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
|
|
3155
3546
|
},
|
|
3156
3547
|
"value": "Y400"
|
|
@@ -3161,6 +3552,7 @@ var tokens = [{
|
|
|
3161
3552
|
"attributes": {
|
|
3162
3553
|
"group": "paint",
|
|
3163
3554
|
"state": "active",
|
|
3555
|
+
"introduced": "0.6.0",
|
|
3164
3556
|
"description": "Hovered state of color.background.warning.bold"
|
|
3165
3557
|
},
|
|
3166
3558
|
"value": "#CF9F02",
|
|
@@ -3170,6 +3562,7 @@ var tokens = [{
|
|
|
3170
3562
|
"attributes": {
|
|
3171
3563
|
"group": "paint",
|
|
3172
3564
|
"state": "active",
|
|
3565
|
+
"introduced": "0.6.0",
|
|
3173
3566
|
"description": "Hovered state of color.background.warning.bold"
|
|
3174
3567
|
},
|
|
3175
3568
|
"value": "Y500"
|
|
@@ -3180,6 +3573,7 @@ var tokens = [{
|
|
|
3180
3573
|
"attributes": {
|
|
3181
3574
|
"group": "paint",
|
|
3182
3575
|
"state": "active",
|
|
3576
|
+
"introduced": "0.6.0",
|
|
3183
3577
|
"description": "Pressed state of color.background.warning.bold"
|
|
3184
3578
|
},
|
|
3185
3579
|
"value": "#B38600",
|
|
@@ -3189,6 +3583,7 @@ var tokens = [{
|
|
|
3189
3583
|
"attributes": {
|
|
3190
3584
|
"group": "paint",
|
|
3191
3585
|
"state": "active",
|
|
3586
|
+
"introduced": "0.6.0",
|
|
3192
3587
|
"description": "Pressed state of color.background.warning.bold"
|
|
3193
3588
|
},
|
|
3194
3589
|
"value": "Y600"
|
|
@@ -3199,6 +3594,7 @@ var tokens = [{
|
|
|
3199
3594
|
"attributes": {
|
|
3200
3595
|
"group": "paint",
|
|
3201
3596
|
"state": "active",
|
|
3597
|
+
"introduced": "0.6.0",
|
|
3202
3598
|
"description": "Use for backgrounds communicating a favourable outcome, such as in success section messages."
|
|
3203
3599
|
},
|
|
3204
3600
|
"value": "#DFFCF0",
|
|
@@ -3208,6 +3604,7 @@ var tokens = [{
|
|
|
3208
3604
|
"attributes": {
|
|
3209
3605
|
"group": "paint",
|
|
3210
3606
|
"state": "active",
|
|
3607
|
+
"introduced": "0.6.0",
|
|
3211
3608
|
"description": "Use for backgrounds communicating a favourable outcome, such as in success section messages."
|
|
3212
3609
|
},
|
|
3213
3610
|
"value": "G100"
|
|
@@ -3218,6 +3615,7 @@ var tokens = [{
|
|
|
3218
3615
|
"attributes": {
|
|
3219
3616
|
"group": "paint",
|
|
3220
3617
|
"state": "active",
|
|
3618
|
+
"introduced": "0.6.0",
|
|
3221
3619
|
"description": "Hovered state for color.background.success"
|
|
3222
3620
|
},
|
|
3223
3621
|
"value": "#BAF3DB",
|
|
@@ -3227,6 +3625,7 @@ var tokens = [{
|
|
|
3227
3625
|
"attributes": {
|
|
3228
3626
|
"group": "paint",
|
|
3229
3627
|
"state": "active",
|
|
3628
|
+
"introduced": "0.6.0",
|
|
3230
3629
|
"description": "Hovered state for color.background.success"
|
|
3231
3630
|
},
|
|
3232
3631
|
"value": "G200"
|
|
@@ -3237,6 +3636,7 @@ var tokens = [{
|
|
|
3237
3636
|
"attributes": {
|
|
3238
3637
|
"group": "paint",
|
|
3239
3638
|
"state": "active",
|
|
3639
|
+
"introduced": "0.6.0",
|
|
3240
3640
|
"description": "Pressed state for color.background.success"
|
|
3241
3641
|
},
|
|
3242
3642
|
"value": "#7EE2B8",
|
|
@@ -3246,6 +3646,7 @@ var tokens = [{
|
|
|
3246
3646
|
"attributes": {
|
|
3247
3647
|
"group": "paint",
|
|
3248
3648
|
"state": "active",
|
|
3649
|
+
"introduced": "0.6.0",
|
|
3249
3650
|
"description": "Pressed state for color.background.success"
|
|
3250
3651
|
},
|
|
3251
3652
|
"value": "G300"
|
|
@@ -3256,6 +3657,7 @@ var tokens = [{
|
|
|
3256
3657
|
"attributes": {
|
|
3257
3658
|
"group": "paint",
|
|
3258
3659
|
"state": "active",
|
|
3660
|
+
"introduced": "0.6.0",
|
|
3259
3661
|
"description": "A vibrant background option for communicating a favourable outcome, such as in checked toggles."
|
|
3260
3662
|
},
|
|
3261
3663
|
"value": "#1F845A",
|
|
@@ -3265,6 +3667,7 @@ var tokens = [{
|
|
|
3265
3667
|
"attributes": {
|
|
3266
3668
|
"group": "paint",
|
|
3267
3669
|
"state": "active",
|
|
3670
|
+
"introduced": "0.6.0",
|
|
3268
3671
|
"description": "A vibrant background option for communicating a favourable outcome, such as in checked toggles."
|
|
3269
3672
|
},
|
|
3270
3673
|
"value": "G700"
|
|
@@ -3275,6 +3678,7 @@ var tokens = [{
|
|
|
3275
3678
|
"attributes": {
|
|
3276
3679
|
"group": "paint",
|
|
3277
3680
|
"state": "active",
|
|
3681
|
+
"introduced": "0.6.0",
|
|
3278
3682
|
"description": "Hovered state of color.background.success.bold"
|
|
3279
3683
|
},
|
|
3280
3684
|
"value": "#216E4E",
|
|
@@ -3284,6 +3688,7 @@ var tokens = [{
|
|
|
3284
3688
|
"attributes": {
|
|
3285
3689
|
"group": "paint",
|
|
3286
3690
|
"state": "active",
|
|
3691
|
+
"introduced": "0.6.0",
|
|
3287
3692
|
"description": "Hovered state of color.background.success.bold"
|
|
3288
3693
|
},
|
|
3289
3694
|
"value": "G800"
|
|
@@ -3294,6 +3699,7 @@ var tokens = [{
|
|
|
3294
3699
|
"attributes": {
|
|
3295
3700
|
"group": "paint",
|
|
3296
3701
|
"state": "active",
|
|
3702
|
+
"introduced": "0.6.0",
|
|
3297
3703
|
"description": "Pressed state of color.background.success.bold"
|
|
3298
3704
|
},
|
|
3299
3705
|
"value": "#164B35",
|
|
@@ -3303,6 +3709,7 @@ var tokens = [{
|
|
|
3303
3709
|
"attributes": {
|
|
3304
3710
|
"group": "paint",
|
|
3305
3711
|
"state": "active",
|
|
3712
|
+
"introduced": "0.6.0",
|
|
3306
3713
|
"description": "Pressed state of color.background.success.bold"
|
|
3307
3714
|
},
|
|
3308
3715
|
"value": "G900"
|
|
@@ -3313,6 +3720,7 @@ var tokens = [{
|
|
|
3313
3720
|
"attributes": {
|
|
3314
3721
|
"group": "paint",
|
|
3315
3722
|
"state": "active",
|
|
3723
|
+
"introduced": "0.6.0",
|
|
3316
3724
|
"description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
|
|
3317
3725
|
},
|
|
3318
3726
|
"value": "#F3F0FF",
|
|
@@ -3322,6 +3730,7 @@ var tokens = [{
|
|
|
3322
3730
|
"attributes": {
|
|
3323
3731
|
"group": "paint",
|
|
3324
3732
|
"state": "active",
|
|
3733
|
+
"introduced": "0.6.0",
|
|
3325
3734
|
"description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
|
|
3326
3735
|
},
|
|
3327
3736
|
"value": "P100"
|
|
@@ -3332,6 +3741,7 @@ var tokens = [{
|
|
|
3332
3741
|
"attributes": {
|
|
3333
3742
|
"group": "paint",
|
|
3334
3743
|
"state": "active",
|
|
3744
|
+
"introduced": "0.6.0",
|
|
3335
3745
|
"description": "Hover state for color.background.discovery"
|
|
3336
3746
|
},
|
|
3337
3747
|
"value": "#DFD8FD",
|
|
@@ -3341,6 +3751,7 @@ var tokens = [{
|
|
|
3341
3751
|
"attributes": {
|
|
3342
3752
|
"group": "paint",
|
|
3343
3753
|
"state": "active",
|
|
3754
|
+
"introduced": "0.6.0",
|
|
3344
3755
|
"description": "Hover state for color.background.discovery"
|
|
3345
3756
|
},
|
|
3346
3757
|
"value": "P200"
|
|
@@ -3351,6 +3762,7 @@ var tokens = [{
|
|
|
3351
3762
|
"attributes": {
|
|
3352
3763
|
"group": "paint",
|
|
3353
3764
|
"state": "active",
|
|
3765
|
+
"introduced": "0.6.0",
|
|
3354
3766
|
"description": "Pressed state for color.background.discovery"
|
|
3355
3767
|
},
|
|
3356
3768
|
"value": "#B8ACF6",
|
|
@@ -3360,6 +3772,7 @@ var tokens = [{
|
|
|
3360
3772
|
"attributes": {
|
|
3361
3773
|
"group": "paint",
|
|
3362
3774
|
"state": "active",
|
|
3775
|
+
"introduced": "0.6.0",
|
|
3363
3776
|
"description": "Pressed state for color.background.discovery"
|
|
3364
3777
|
},
|
|
3365
3778
|
"value": "P300"
|
|
@@ -3370,6 +3783,7 @@ var tokens = [{
|
|
|
3370
3783
|
"attributes": {
|
|
3371
3784
|
"group": "paint",
|
|
3372
3785
|
"state": "active",
|
|
3786
|
+
"introduced": "0.6.0",
|
|
3373
3787
|
"description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
|
|
3374
3788
|
},
|
|
3375
3789
|
"value": "#6E5DC6",
|
|
@@ -3379,6 +3793,7 @@ var tokens = [{
|
|
|
3379
3793
|
"attributes": {
|
|
3380
3794
|
"group": "paint",
|
|
3381
3795
|
"state": "active",
|
|
3796
|
+
"introduced": "0.6.0",
|
|
3382
3797
|
"description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
|
|
3383
3798
|
},
|
|
3384
3799
|
"value": "P700"
|
|
@@ -3389,6 +3804,7 @@ var tokens = [{
|
|
|
3389
3804
|
"attributes": {
|
|
3390
3805
|
"group": "paint",
|
|
3391
3806
|
"state": "active",
|
|
3807
|
+
"introduced": "0.6.0",
|
|
3392
3808
|
"description": "Hovered state of color.background.discovery.bold"
|
|
3393
3809
|
},
|
|
3394
3810
|
"value": "#5E4DB2",
|
|
@@ -3398,6 +3814,7 @@ var tokens = [{
|
|
|
3398
3814
|
"attributes": {
|
|
3399
3815
|
"group": "paint",
|
|
3400
3816
|
"state": "active",
|
|
3817
|
+
"introduced": "0.6.0",
|
|
3401
3818
|
"description": "Hovered state of color.background.discovery.bold"
|
|
3402
3819
|
},
|
|
3403
3820
|
"value": "P800"
|
|
@@ -3408,6 +3825,7 @@ var tokens = [{
|
|
|
3408
3825
|
"attributes": {
|
|
3409
3826
|
"group": "paint",
|
|
3410
3827
|
"state": "active",
|
|
3828
|
+
"introduced": "0.6.0",
|
|
3411
3829
|
"description": "Pressed state of color.background.discovery.bold"
|
|
3412
3830
|
},
|
|
3413
3831
|
"value": "#352C63",
|
|
@@ -3417,6 +3835,7 @@ var tokens = [{
|
|
|
3417
3835
|
"attributes": {
|
|
3418
3836
|
"group": "paint",
|
|
3419
3837
|
"state": "active",
|
|
3838
|
+
"introduced": "0.6.0",
|
|
3420
3839
|
"description": "Pressed state of color.background.discovery.bold"
|
|
3421
3840
|
},
|
|
3422
3841
|
"value": "P900"
|
|
@@ -3427,6 +3846,7 @@ var tokens = [{
|
|
|
3427
3846
|
"attributes": {
|
|
3428
3847
|
"group": "paint",
|
|
3429
3848
|
"state": "active",
|
|
3849
|
+
"introduced": "0.6.0",
|
|
3430
3850
|
"description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
|
|
3431
3851
|
},
|
|
3432
3852
|
"value": "#E9F2FF",
|
|
@@ -3436,6 +3856,7 @@ var tokens = [{
|
|
|
3436
3856
|
"attributes": {
|
|
3437
3857
|
"group": "paint",
|
|
3438
3858
|
"state": "active",
|
|
3859
|
+
"introduced": "0.6.0",
|
|
3439
3860
|
"description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
|
|
3440
3861
|
},
|
|
3441
3862
|
"value": "B100"
|
|
@@ -3446,6 +3867,7 @@ var tokens = [{
|
|
|
3446
3867
|
"attributes": {
|
|
3447
3868
|
"group": "paint",
|
|
3448
3869
|
"state": "active",
|
|
3870
|
+
"introduced": "0.6.0",
|
|
3449
3871
|
"description": "Hovered state of color.background.information"
|
|
3450
3872
|
},
|
|
3451
3873
|
"value": "#CCE0FF",
|
|
@@ -3455,6 +3877,7 @@ var tokens = [{
|
|
|
3455
3877
|
"attributes": {
|
|
3456
3878
|
"group": "paint",
|
|
3457
3879
|
"state": "active",
|
|
3880
|
+
"introduced": "0.6.0",
|
|
3458
3881
|
"description": "Hovered state of color.background.information"
|
|
3459
3882
|
},
|
|
3460
3883
|
"value": "B200"
|
|
@@ -3465,6 +3888,7 @@ var tokens = [{
|
|
|
3465
3888
|
"attributes": {
|
|
3466
3889
|
"group": "paint",
|
|
3467
3890
|
"state": "active",
|
|
3891
|
+
"introduced": "0.6.0",
|
|
3468
3892
|
"description": "Pressed state of color.background.information"
|
|
3469
3893
|
},
|
|
3470
3894
|
"value": "#85B8FF",
|
|
@@ -3474,6 +3898,7 @@ var tokens = [{
|
|
|
3474
3898
|
"attributes": {
|
|
3475
3899
|
"group": "paint",
|
|
3476
3900
|
"state": "active",
|
|
3901
|
+
"introduced": "0.6.0",
|
|
3477
3902
|
"description": "Pressed state of color.background.information"
|
|
3478
3903
|
},
|
|
3479
3904
|
"value": "B300"
|
|
@@ -3484,6 +3909,7 @@ var tokens = [{
|
|
|
3484
3909
|
"attributes": {
|
|
3485
3910
|
"group": "paint",
|
|
3486
3911
|
"state": "active",
|
|
3912
|
+
"introduced": "0.6.0",
|
|
3487
3913
|
"description": "A vibrant background option for communicating information or something in-progress."
|
|
3488
3914
|
},
|
|
3489
3915
|
"value": "#0C66E4",
|
|
@@ -3493,6 +3919,7 @@ var tokens = [{
|
|
|
3493
3919
|
"attributes": {
|
|
3494
3920
|
"group": "paint",
|
|
3495
3921
|
"state": "active",
|
|
3922
|
+
"introduced": "0.6.0",
|
|
3496
3923
|
"description": "A vibrant background option for communicating information or something in-progress."
|
|
3497
3924
|
},
|
|
3498
3925
|
"value": "B700"
|
|
@@ -3503,6 +3930,7 @@ var tokens = [{
|
|
|
3503
3930
|
"attributes": {
|
|
3504
3931
|
"group": "paint",
|
|
3505
3932
|
"state": "active",
|
|
3933
|
+
"introduced": "0.6.0",
|
|
3506
3934
|
"description": "Hovered state of color.background.information.bold"
|
|
3507
3935
|
},
|
|
3508
3936
|
"value": "#0055CC",
|
|
@@ -3512,6 +3940,7 @@ var tokens = [{
|
|
|
3512
3940
|
"attributes": {
|
|
3513
3941
|
"group": "paint",
|
|
3514
3942
|
"state": "active",
|
|
3943
|
+
"introduced": "0.6.0",
|
|
3515
3944
|
"description": "Hovered state of color.background.information.bold"
|
|
3516
3945
|
},
|
|
3517
3946
|
"value": "B800"
|
|
@@ -3522,6 +3951,7 @@ var tokens = [{
|
|
|
3522
3951
|
"attributes": {
|
|
3523
3952
|
"group": "paint",
|
|
3524
3953
|
"state": "active",
|
|
3954
|
+
"introduced": "0.6.0",
|
|
3525
3955
|
"description": "Pressed state of color.background.information.bold"
|
|
3526
3956
|
},
|
|
3527
3957
|
"value": "#09326C",
|
|
@@ -3531,6 +3961,7 @@ var tokens = [{
|
|
|
3531
3961
|
"attributes": {
|
|
3532
3962
|
"group": "paint",
|
|
3533
3963
|
"state": "active",
|
|
3964
|
+
"introduced": "0.6.0",
|
|
3534
3965
|
"description": "Pressed state of color.background.information.bold"
|
|
3535
3966
|
},
|
|
3536
3967
|
"value": "B900"
|
|
@@ -3541,6 +3972,7 @@ var tokens = [{
|
|
|
3541
3972
|
"attributes": {
|
|
3542
3973
|
"group": "paint",
|
|
3543
3974
|
"state": "deleted",
|
|
3975
|
+
"introduced": "0.0.15",
|
|
3544
3976
|
"replacement": "color.blanket.[default]",
|
|
3545
3977
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
3546
3978
|
},
|
|
@@ -3551,6 +3983,7 @@ var tokens = [{
|
|
|
3551
3983
|
"attributes": {
|
|
3552
3984
|
"group": "paint",
|
|
3553
3985
|
"state": "deleted",
|
|
3986
|
+
"introduced": "0.0.15",
|
|
3554
3987
|
"replacement": "color.blanket.[default]",
|
|
3555
3988
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
3556
3989
|
},
|
|
@@ -3562,6 +3995,7 @@ var tokens = [{
|
|
|
3562
3995
|
"attributes": {
|
|
3563
3996
|
"group": "paint",
|
|
3564
3997
|
"state": "deleted",
|
|
3998
|
+
"introduced": "0.0.15",
|
|
3565
3999
|
"replacement": "color.background.brand.bold.hovered",
|
|
3566
4000
|
"description": "Hover state of background.boldBrand"
|
|
3567
4001
|
},
|
|
@@ -3572,6 +4006,7 @@ var tokens = [{
|
|
|
3572
4006
|
"attributes": {
|
|
3573
4007
|
"group": "paint",
|
|
3574
4008
|
"state": "deleted",
|
|
4009
|
+
"introduced": "0.0.15",
|
|
3575
4010
|
"replacement": "color.background.brand.bold.hovered",
|
|
3576
4011
|
"description": "Hover state of background.boldBrand"
|
|
3577
4012
|
},
|
|
@@ -3583,6 +4018,7 @@ var tokens = [{
|
|
|
3583
4018
|
"attributes": {
|
|
3584
4019
|
"group": "paint",
|
|
3585
4020
|
"state": "deleted",
|
|
4021
|
+
"introduced": "0.0.15",
|
|
3586
4022
|
"replacement": "color.background.brand.bold.pressed",
|
|
3587
4023
|
"description": "Pressed state of background.boldBrand"
|
|
3588
4024
|
},
|
|
@@ -3593,6 +4029,7 @@ var tokens = [{
|
|
|
3593
4029
|
"attributes": {
|
|
3594
4030
|
"group": "paint",
|
|
3595
4031
|
"state": "deleted",
|
|
4032
|
+
"introduced": "0.0.15",
|
|
3596
4033
|
"replacement": "color.background.brand.bold.pressed",
|
|
3597
4034
|
"description": "Pressed state of background.boldBrand"
|
|
3598
4035
|
},
|
|
@@ -3604,6 +4041,7 @@ var tokens = [{
|
|
|
3604
4041
|
"attributes": {
|
|
3605
4042
|
"group": "paint",
|
|
3606
4043
|
"state": "deleted",
|
|
4044
|
+
"introduced": "0.0.15",
|
|
3607
4045
|
"replacement": "color.background.brand.bold.[default]",
|
|
3608
4046
|
"description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
|
|
3609
4047
|
},
|
|
@@ -3614,6 +4052,7 @@ var tokens = [{
|
|
|
3614
4052
|
"attributes": {
|
|
3615
4053
|
"group": "paint",
|
|
3616
4054
|
"state": "deleted",
|
|
4055
|
+
"introduced": "0.0.15",
|
|
3617
4056
|
"replacement": "color.background.brand.bold.[default]",
|
|
3618
4057
|
"description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
|
|
3619
4058
|
},
|
|
@@ -3625,6 +4064,7 @@ var tokens = [{
|
|
|
3625
4064
|
"attributes": {
|
|
3626
4065
|
"group": "paint",
|
|
3627
4066
|
"state": "deleted",
|
|
4067
|
+
"introduced": "0.0.15",
|
|
3628
4068
|
"replacement": "color.background.danger.bold.hovered",
|
|
3629
4069
|
"description": "Hover state of background.boldDanger"
|
|
3630
4070
|
},
|
|
@@ -3635,6 +4075,7 @@ var tokens = [{
|
|
|
3635
4075
|
"attributes": {
|
|
3636
4076
|
"group": "paint",
|
|
3637
4077
|
"state": "deleted",
|
|
4078
|
+
"introduced": "0.0.15",
|
|
3638
4079
|
"replacement": "color.background.danger.bold.hovered",
|
|
3639
4080
|
"description": "Hover state of background.boldDanger"
|
|
3640
4081
|
},
|
|
@@ -3646,6 +4087,7 @@ var tokens = [{
|
|
|
3646
4087
|
"attributes": {
|
|
3647
4088
|
"group": "paint",
|
|
3648
4089
|
"state": "deleted",
|
|
4090
|
+
"introduced": "0.0.15",
|
|
3649
4091
|
"replacement": "color.background.danger.bold.pressed",
|
|
3650
4092
|
"description": "Pressed state of background.boldDanger"
|
|
3651
4093
|
},
|
|
@@ -3656,6 +4098,7 @@ var tokens = [{
|
|
|
3656
4098
|
"attributes": {
|
|
3657
4099
|
"group": "paint",
|
|
3658
4100
|
"state": "deleted",
|
|
4101
|
+
"introduced": "0.0.15",
|
|
3659
4102
|
"replacement": "color.background.danger.bold.pressed",
|
|
3660
4103
|
"description": "Pressed state of background.boldDanger"
|
|
3661
4104
|
},
|
|
@@ -3667,6 +4110,7 @@ var tokens = [{
|
|
|
3667
4110
|
"attributes": {
|
|
3668
4111
|
"group": "paint",
|
|
3669
4112
|
"state": "deleted",
|
|
4113
|
+
"introduced": "0.0.15",
|
|
3670
4114
|
"replacement": "color.background.danger.bold.[default]",
|
|
3671
4115
|
"description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
|
|
3672
4116
|
},
|
|
@@ -3677,6 +4121,7 @@ var tokens = [{
|
|
|
3677
4121
|
"attributes": {
|
|
3678
4122
|
"group": "paint",
|
|
3679
4123
|
"state": "deleted",
|
|
4124
|
+
"introduced": "0.0.15",
|
|
3680
4125
|
"replacement": "color.background.danger.bold.[default]",
|
|
3681
4126
|
"description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
|
|
3682
4127
|
},
|
|
@@ -3688,6 +4133,7 @@ var tokens = [{
|
|
|
3688
4133
|
"attributes": {
|
|
3689
4134
|
"group": "paint",
|
|
3690
4135
|
"state": "deleted",
|
|
4136
|
+
"introduced": "0.0.15",
|
|
3691
4137
|
"replacement": "color.background.discovery.bold.hovered",
|
|
3692
4138
|
"description": "Hover state of background.boldDiscovery"
|
|
3693
4139
|
},
|
|
@@ -3698,6 +4144,7 @@ var tokens = [{
|
|
|
3698
4144
|
"attributes": {
|
|
3699
4145
|
"group": "paint",
|
|
3700
4146
|
"state": "deleted",
|
|
4147
|
+
"introduced": "0.0.15",
|
|
3701
4148
|
"replacement": "color.background.discovery.bold.hovered",
|
|
3702
4149
|
"description": "Hover state of background.boldDiscovery"
|
|
3703
4150
|
},
|
|
@@ -3709,6 +4156,7 @@ var tokens = [{
|
|
|
3709
4156
|
"attributes": {
|
|
3710
4157
|
"group": "paint",
|
|
3711
4158
|
"state": "deleted",
|
|
4159
|
+
"introduced": "0.0.15",
|
|
3712
4160
|
"replacement": "color.background.discovery.bold.pressed",
|
|
3713
4161
|
"description": "Pressed state of background.boldDiscovery"
|
|
3714
4162
|
},
|
|
@@ -3719,6 +4167,7 @@ var tokens = [{
|
|
|
3719
4167
|
"attributes": {
|
|
3720
4168
|
"group": "paint",
|
|
3721
4169
|
"state": "deleted",
|
|
4170
|
+
"introduced": "0.0.15",
|
|
3722
4171
|
"replacement": "color.background.discovery.bold.pressed",
|
|
3723
4172
|
"description": "Pressed state of background.boldDiscovery"
|
|
3724
4173
|
},
|
|
@@ -3730,6 +4179,7 @@ var tokens = [{
|
|
|
3730
4179
|
"attributes": {
|
|
3731
4180
|
"group": "paint",
|
|
3732
4181
|
"state": "deleted",
|
|
4182
|
+
"introduced": "0.0.15",
|
|
3733
4183
|
"replacement": "color.background.discovery.bold.[default]",
|
|
3734
4184
|
"description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
|
|
3735
4185
|
},
|
|
@@ -3740,6 +4190,7 @@ var tokens = [{
|
|
|
3740
4190
|
"attributes": {
|
|
3741
4191
|
"group": "paint",
|
|
3742
4192
|
"state": "deleted",
|
|
4193
|
+
"introduced": "0.0.15",
|
|
3743
4194
|
"replacement": "color.background.discovery.bold.[default]",
|
|
3744
4195
|
"description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
|
|
3745
4196
|
},
|
|
@@ -3751,6 +4202,7 @@ var tokens = [{
|
|
|
3751
4202
|
"attributes": {
|
|
3752
4203
|
"group": "paint",
|
|
3753
4204
|
"state": "deleted",
|
|
4205
|
+
"introduced": "0.0.15",
|
|
3754
4206
|
"replacement": "color.background.neutral.bold.hovered",
|
|
3755
4207
|
"description": "Hover state of background.boldNeutral"
|
|
3756
4208
|
},
|
|
@@ -3761,6 +4213,7 @@ var tokens = [{
|
|
|
3761
4213
|
"attributes": {
|
|
3762
4214
|
"group": "paint",
|
|
3763
4215
|
"state": "deleted",
|
|
4216
|
+
"introduced": "0.0.15",
|
|
3764
4217
|
"replacement": "color.background.neutral.bold.hovered",
|
|
3765
4218
|
"description": "Hover state of background.boldNeutral"
|
|
3766
4219
|
},
|
|
@@ -3772,6 +4225,7 @@ var tokens = [{
|
|
|
3772
4225
|
"attributes": {
|
|
3773
4226
|
"group": "paint",
|
|
3774
4227
|
"state": "deleted",
|
|
4228
|
+
"introduced": "0.0.15",
|
|
3775
4229
|
"replacement": "color.background.neutral.bold.pressed",
|
|
3776
4230
|
"description": "Pressed state of background.boldNeutral"
|
|
3777
4231
|
},
|
|
@@ -3782,6 +4236,7 @@ var tokens = [{
|
|
|
3782
4236
|
"attributes": {
|
|
3783
4237
|
"group": "paint",
|
|
3784
4238
|
"state": "deleted",
|
|
4239
|
+
"introduced": "0.0.15",
|
|
3785
4240
|
"replacement": "color.background.neutral.bold.pressed",
|
|
3786
4241
|
"description": "Pressed state of background.boldNeutral"
|
|
3787
4242
|
},
|
|
@@ -3793,6 +4248,7 @@ var tokens = [{
|
|
|
3793
4248
|
"attributes": {
|
|
3794
4249
|
"group": "paint",
|
|
3795
4250
|
"state": "deleted",
|
|
4251
|
+
"introduced": "0.0.15",
|
|
3796
4252
|
"replacement": "color.background.neutral.bold.[default]",
|
|
3797
4253
|
"description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
|
|
3798
4254
|
},
|
|
@@ -3803,6 +4259,7 @@ var tokens = [{
|
|
|
3803
4259
|
"attributes": {
|
|
3804
4260
|
"group": "paint",
|
|
3805
4261
|
"state": "deleted",
|
|
4262
|
+
"introduced": "0.0.15",
|
|
3806
4263
|
"replacement": "color.background.neutral.bold.[default]",
|
|
3807
4264
|
"description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
|
|
3808
4265
|
},
|
|
@@ -3814,6 +4271,7 @@ var tokens = [{
|
|
|
3814
4271
|
"attributes": {
|
|
3815
4272
|
"group": "paint",
|
|
3816
4273
|
"state": "deleted",
|
|
4274
|
+
"introduced": "0.0.15",
|
|
3817
4275
|
"replacement": "color.background.success.bold.hovered",
|
|
3818
4276
|
"description": "Hover state of background.boldSuccess"
|
|
3819
4277
|
},
|
|
@@ -3824,6 +4282,7 @@ var tokens = [{
|
|
|
3824
4282
|
"attributes": {
|
|
3825
4283
|
"group": "paint",
|
|
3826
4284
|
"state": "deleted",
|
|
4285
|
+
"introduced": "0.0.15",
|
|
3827
4286
|
"replacement": "color.background.success.bold.hovered",
|
|
3828
4287
|
"description": "Hover state of background.boldSuccess"
|
|
3829
4288
|
},
|
|
@@ -3835,6 +4294,7 @@ var tokens = [{
|
|
|
3835
4294
|
"attributes": {
|
|
3836
4295
|
"group": "paint",
|
|
3837
4296
|
"state": "deleted",
|
|
4297
|
+
"introduced": "0.0.15",
|
|
3838
4298
|
"replacement": "color.background.success.bold.pressed",
|
|
3839
4299
|
"description": "Pressed state of background.boldSuccess"
|
|
3840
4300
|
},
|
|
@@ -3845,6 +4305,7 @@ var tokens = [{
|
|
|
3845
4305
|
"attributes": {
|
|
3846
4306
|
"group": "paint",
|
|
3847
4307
|
"state": "deleted",
|
|
4308
|
+
"introduced": "0.0.15",
|
|
3848
4309
|
"replacement": "color.background.success.bold.pressed",
|
|
3849
4310
|
"description": "Pressed state of background.boldSuccess"
|
|
3850
4311
|
},
|
|
@@ -3856,6 +4317,7 @@ var tokens = [{
|
|
|
3856
4317
|
"attributes": {
|
|
3857
4318
|
"group": "paint",
|
|
3858
4319
|
"state": "deleted",
|
|
4320
|
+
"introduced": "0.0.15",
|
|
3859
4321
|
"replacement": "color.background.success.bold.[default]",
|
|
3860
4322
|
"description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
|
|
3861
4323
|
},
|
|
@@ -3866,6 +4328,7 @@ var tokens = [{
|
|
|
3866
4328
|
"attributes": {
|
|
3867
4329
|
"group": "paint",
|
|
3868
4330
|
"state": "deleted",
|
|
4331
|
+
"introduced": "0.0.15",
|
|
3869
4332
|
"replacement": "color.background.success.bold.[default]",
|
|
3870
4333
|
"description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
|
|
3871
4334
|
},
|
|
@@ -3877,6 +4340,7 @@ var tokens = [{
|
|
|
3877
4340
|
"attributes": {
|
|
3878
4341
|
"group": "paint",
|
|
3879
4342
|
"state": "deleted",
|
|
4343
|
+
"introduced": "0.0.15",
|
|
3880
4344
|
"replacement": "color.background.warning.bold.hovered",
|
|
3881
4345
|
"description": "Hover state of background.boldWarning"
|
|
3882
4346
|
},
|
|
@@ -3887,6 +4351,7 @@ var tokens = [{
|
|
|
3887
4351
|
"attributes": {
|
|
3888
4352
|
"group": "paint",
|
|
3889
4353
|
"state": "deleted",
|
|
4354
|
+
"introduced": "0.0.15",
|
|
3890
4355
|
"replacement": "color.background.warning.bold.hovered",
|
|
3891
4356
|
"description": "Hover state of background.boldWarning"
|
|
3892
4357
|
},
|
|
@@ -3898,6 +4363,7 @@ var tokens = [{
|
|
|
3898
4363
|
"attributes": {
|
|
3899
4364
|
"group": "paint",
|
|
3900
4365
|
"state": "deleted",
|
|
4366
|
+
"introduced": "0.0.15",
|
|
3901
4367
|
"replacement": "color.background.warning.bold.pressed",
|
|
3902
4368
|
"description": "Pressed state of background.boldWarning"
|
|
3903
4369
|
},
|
|
@@ -3908,6 +4374,7 @@ var tokens = [{
|
|
|
3908
4374
|
"attributes": {
|
|
3909
4375
|
"group": "paint",
|
|
3910
4376
|
"state": "deleted",
|
|
4377
|
+
"introduced": "0.0.15",
|
|
3911
4378
|
"replacement": "color.background.warning.bold.pressed",
|
|
3912
4379
|
"description": "Pressed state of background.boldWarning"
|
|
3913
4380
|
},
|
|
@@ -3919,6 +4386,7 @@ var tokens = [{
|
|
|
3919
4386
|
"attributes": {
|
|
3920
4387
|
"group": "paint",
|
|
3921
4388
|
"state": "deleted",
|
|
4389
|
+
"introduced": "0.0.15",
|
|
3922
4390
|
"replacement": "color.background.warning.bold.[default]",
|
|
3923
4391
|
"description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
|
|
3924
4392
|
},
|
|
@@ -3929,6 +4397,7 @@ var tokens = [{
|
|
|
3929
4397
|
"attributes": {
|
|
3930
4398
|
"group": "paint",
|
|
3931
4399
|
"state": "deleted",
|
|
4400
|
+
"introduced": "0.0.15",
|
|
3932
4401
|
"replacement": "color.background.warning.bold.[default]",
|
|
3933
4402
|
"description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
|
|
3934
4403
|
},
|
|
@@ -3940,6 +4409,7 @@ var tokens = [{
|
|
|
3940
4409
|
"attributes": {
|
|
3941
4410
|
"group": "paint",
|
|
3942
4411
|
"state": "deleted",
|
|
4412
|
+
"introduced": "0.0.15",
|
|
3943
4413
|
"replacement": "elevation.surface.raised",
|
|
3944
4414
|
"description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
|
|
3945
4415
|
},
|
|
@@ -3950,6 +4420,7 @@ var tokens = [{
|
|
|
3950
4420
|
"attributes": {
|
|
3951
4421
|
"group": "paint",
|
|
3952
4422
|
"state": "deleted",
|
|
4423
|
+
"introduced": "0.0.15",
|
|
3953
4424
|
"replacement": "elevation.surface.raised",
|
|
3954
4425
|
"description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
|
|
3955
4426
|
},
|
|
@@ -3961,6 +4432,7 @@ var tokens = [{
|
|
|
3961
4432
|
"attributes": {
|
|
3962
4433
|
"group": "paint",
|
|
3963
4434
|
"state": "deleted",
|
|
4435
|
+
"introduced": "0.0.15",
|
|
3964
4436
|
"replacement": "elevation.surface.[default]",
|
|
3965
4437
|
"description": "Use as the primary background for the UI"
|
|
3966
4438
|
},
|
|
@@ -3971,6 +4443,7 @@ var tokens = [{
|
|
|
3971
4443
|
"attributes": {
|
|
3972
4444
|
"group": "paint",
|
|
3973
4445
|
"state": "deleted",
|
|
4446
|
+
"introduced": "0.0.15",
|
|
3974
4447
|
"replacement": "elevation.surface.[default]",
|
|
3975
4448
|
"description": "Use as the primary background for the UI"
|
|
3976
4449
|
},
|
|
@@ -3982,6 +4455,7 @@ var tokens = [{
|
|
|
3982
4455
|
"attributes": {
|
|
3983
4456
|
"group": "paint",
|
|
3984
4457
|
"state": "deleted",
|
|
4458
|
+
"introduced": "0.0.15",
|
|
3985
4459
|
"replacement": "elevation.surface.overlay",
|
|
3986
4460
|
"description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
|
|
3987
4461
|
},
|
|
@@ -3992,6 +4466,7 @@ var tokens = [{
|
|
|
3992
4466
|
"attributes": {
|
|
3993
4467
|
"group": "paint",
|
|
3994
4468
|
"state": "deleted",
|
|
4469
|
+
"introduced": "0.0.15",
|
|
3995
4470
|
"replacement": "elevation.surface.overlay",
|
|
3996
4471
|
"description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
|
|
3997
4472
|
},
|
|
@@ -4003,6 +4478,7 @@ var tokens = [{
|
|
|
4003
4478
|
"attributes": {
|
|
4004
4479
|
"group": "paint",
|
|
4005
4480
|
"state": "deleted",
|
|
4481
|
+
"introduced": "0.0.15",
|
|
4006
4482
|
"replacement": "color.background.input.pressed",
|
|
4007
4483
|
"description": "Pressed state for background.subtleBorderedNeutral"
|
|
4008
4484
|
},
|
|
@@ -4013,6 +4489,7 @@ var tokens = [{
|
|
|
4013
4489
|
"attributes": {
|
|
4014
4490
|
"group": "paint",
|
|
4015
4491
|
"state": "deleted",
|
|
4492
|
+
"introduced": "0.0.15",
|
|
4016
4493
|
"replacement": "color.background.input.pressed",
|
|
4017
4494
|
"description": "Pressed state for background.subtleBorderedNeutral"
|
|
4018
4495
|
},
|
|
@@ -4024,6 +4501,7 @@ var tokens = [{
|
|
|
4024
4501
|
"attributes": {
|
|
4025
4502
|
"group": "paint",
|
|
4026
4503
|
"state": "deleted",
|
|
4504
|
+
"introduced": "0.0.15",
|
|
4027
4505
|
"replacement": "color.background.input.[default]",
|
|
4028
4506
|
"description": "Hover state for background.subtleBorderedNeutral"
|
|
4029
4507
|
},
|
|
@@ -4034,6 +4512,7 @@ var tokens = [{
|
|
|
4034
4512
|
"attributes": {
|
|
4035
4513
|
"group": "paint",
|
|
4036
4514
|
"state": "deleted",
|
|
4515
|
+
"introduced": "0.0.15",
|
|
4037
4516
|
"replacement": "color.background.input.[default]",
|
|
4038
4517
|
"description": "Hover state for background.subtleBorderedNeutral"
|
|
4039
4518
|
},
|
|
@@ -4045,6 +4524,7 @@ var tokens = [{
|
|
|
4045
4524
|
"attributes": {
|
|
4046
4525
|
"group": "paint",
|
|
4047
4526
|
"state": "deprecated",
|
|
4527
|
+
"introduced": "0.0.15",
|
|
4048
4528
|
"replacement": "color.background.selected.[default].hovered",
|
|
4049
4529
|
"description": "Hover state for background.subtleBrand"
|
|
4050
4530
|
},
|
|
@@ -4055,6 +4535,7 @@ var tokens = [{
|
|
|
4055
4535
|
"attributes": {
|
|
4056
4536
|
"group": "paint",
|
|
4057
4537
|
"state": "deprecated",
|
|
4538
|
+
"introduced": "0.0.15",
|
|
4058
4539
|
"replacement": "color.background.selected.[default].hovered",
|
|
4059
4540
|
"description": "Hover state for background.subtleBrand"
|
|
4060
4541
|
},
|
|
@@ -4066,6 +4547,7 @@ var tokens = [{
|
|
|
4066
4547
|
"attributes": {
|
|
4067
4548
|
"group": "paint",
|
|
4068
4549
|
"state": "deprecated",
|
|
4550
|
+
"introduced": "0.0.15",
|
|
4069
4551
|
"replacement": "color.background.selected.[default].pressed",
|
|
4070
4552
|
"description": "Pressed state for background.subtleBrand"
|
|
4071
4553
|
},
|
|
@@ -4076,6 +4558,7 @@ var tokens = [{
|
|
|
4076
4558
|
"attributes": {
|
|
4077
4559
|
"group": "paint",
|
|
4078
4560
|
"state": "deprecated",
|
|
4561
|
+
"introduced": "0.0.15",
|
|
4079
4562
|
"replacement": "color.background.selected.[default].pressed",
|
|
4080
4563
|
"description": "Pressed state for background.subtleBrand"
|
|
4081
4564
|
},
|
|
@@ -4087,6 +4570,7 @@ var tokens = [{
|
|
|
4087
4570
|
"attributes": {
|
|
4088
4571
|
"group": "paint",
|
|
4089
4572
|
"state": "deprecated",
|
|
4573
|
+
"introduced": "0.0.15",
|
|
4090
4574
|
"replacement": "color.background.selected.[default].[default]",
|
|
4091
4575
|
"description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
|
|
4092
4576
|
},
|
|
@@ -4097,6 +4581,7 @@ var tokens = [{
|
|
|
4097
4581
|
"attributes": {
|
|
4098
4582
|
"group": "paint",
|
|
4099
4583
|
"state": "deprecated",
|
|
4584
|
+
"introduced": "0.0.15",
|
|
4100
4585
|
"replacement": "color.background.selected.[default].[default]",
|
|
4101
4586
|
"description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
|
|
4102
4587
|
},
|
|
@@ -4108,6 +4593,7 @@ var tokens = [{
|
|
|
4108
4593
|
"attributes": {
|
|
4109
4594
|
"group": "paint",
|
|
4110
4595
|
"state": "deleted",
|
|
4596
|
+
"introduced": "0.0.15",
|
|
4111
4597
|
"replacement": "color.background.danger.[default].hovered",
|
|
4112
4598
|
"description": "Hover state for background.subtleDanger"
|
|
4113
4599
|
},
|
|
@@ -4118,6 +4604,7 @@ var tokens = [{
|
|
|
4118
4604
|
"attributes": {
|
|
4119
4605
|
"group": "paint",
|
|
4120
4606
|
"state": "deleted",
|
|
4607
|
+
"introduced": "0.0.15",
|
|
4121
4608
|
"replacement": "color.background.danger.[default].hovered",
|
|
4122
4609
|
"description": "Hover state for background.subtleDanger"
|
|
4123
4610
|
},
|
|
@@ -4129,6 +4616,7 @@ var tokens = [{
|
|
|
4129
4616
|
"attributes": {
|
|
4130
4617
|
"group": "paint",
|
|
4131
4618
|
"state": "deleted",
|
|
4619
|
+
"introduced": "0.0.15",
|
|
4132
4620
|
"replacement": "color.background.danger.[default].pressed",
|
|
4133
4621
|
"description": "Pressed state for background.subtleDanger"
|
|
4134
4622
|
},
|
|
@@ -4139,6 +4627,7 @@ var tokens = [{
|
|
|
4139
4627
|
"attributes": {
|
|
4140
4628
|
"group": "paint",
|
|
4141
4629
|
"state": "deleted",
|
|
4630
|
+
"introduced": "0.0.15",
|
|
4142
4631
|
"replacement": "color.background.danger.[default].pressed",
|
|
4143
4632
|
"description": "Pressed state for background.subtleDanger"
|
|
4144
4633
|
},
|
|
@@ -4150,6 +4639,7 @@ var tokens = [{
|
|
|
4150
4639
|
"attributes": {
|
|
4151
4640
|
"group": "paint",
|
|
4152
4641
|
"state": "deleted",
|
|
4642
|
+
"introduced": "0.0.15",
|
|
4153
4643
|
"replacement": "color.background.danger.[default].[default]",
|
|
4154
4644
|
"description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
|
|
4155
4645
|
},
|
|
@@ -4160,6 +4650,7 @@ var tokens = [{
|
|
|
4160
4650
|
"attributes": {
|
|
4161
4651
|
"group": "paint",
|
|
4162
4652
|
"state": "deleted",
|
|
4653
|
+
"introduced": "0.0.15",
|
|
4163
4654
|
"replacement": "color.background.danger.[default].[default]",
|
|
4164
4655
|
"description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
|
|
4165
4656
|
},
|
|
@@ -4171,6 +4662,7 @@ var tokens = [{
|
|
|
4171
4662
|
"attributes": {
|
|
4172
4663
|
"group": "paint",
|
|
4173
4664
|
"state": "deleted",
|
|
4665
|
+
"introduced": "0.0.15",
|
|
4174
4666
|
"replacement": "color.background.discovery.[default].hovered",
|
|
4175
4667
|
"description": "Hover state for background.subtleDiscovery"
|
|
4176
4668
|
},
|
|
@@ -4181,6 +4673,7 @@ var tokens = [{
|
|
|
4181
4673
|
"attributes": {
|
|
4182
4674
|
"group": "paint",
|
|
4183
4675
|
"state": "deleted",
|
|
4676
|
+
"introduced": "0.0.15",
|
|
4184
4677
|
"replacement": "color.background.discovery.[default].hovered",
|
|
4185
4678
|
"description": "Hover state for background.subtleDiscovery"
|
|
4186
4679
|
},
|
|
@@ -4192,6 +4685,7 @@ var tokens = [{
|
|
|
4192
4685
|
"attributes": {
|
|
4193
4686
|
"group": "paint",
|
|
4194
4687
|
"state": "deleted",
|
|
4688
|
+
"introduced": "0.0.15",
|
|
4195
4689
|
"replacement": "color.background.discovery.[default].pressed",
|
|
4196
4690
|
"description": "Pressed state for background.subtleDiscovery"
|
|
4197
4691
|
},
|
|
@@ -4202,6 +4696,7 @@ var tokens = [{
|
|
|
4202
4696
|
"attributes": {
|
|
4203
4697
|
"group": "paint",
|
|
4204
4698
|
"state": "deleted",
|
|
4699
|
+
"introduced": "0.0.15",
|
|
4205
4700
|
"replacement": "color.background.discovery.[default].pressed",
|
|
4206
4701
|
"description": "Pressed state for background.subtleDiscovery"
|
|
4207
4702
|
},
|
|
@@ -4213,6 +4708,7 @@ var tokens = [{
|
|
|
4213
4708
|
"attributes": {
|
|
4214
4709
|
"group": "paint",
|
|
4215
4710
|
"state": "deleted",
|
|
4711
|
+
"introduced": "0.0.15",
|
|
4216
4712
|
"replacement": "color.background.discovery.[default].[default]",
|
|
4217
4713
|
"description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
|
|
4218
4714
|
},
|
|
@@ -4223,6 +4719,7 @@ var tokens = [{
|
|
|
4223
4719
|
"attributes": {
|
|
4224
4720
|
"group": "paint",
|
|
4225
4721
|
"state": "deleted",
|
|
4722
|
+
"introduced": "0.0.15",
|
|
4226
4723
|
"replacement": "color.background.discovery.[default].[default]",
|
|
4227
4724
|
"description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
|
|
4228
4725
|
},
|
|
@@ -4234,6 +4731,7 @@ var tokens = [{
|
|
|
4234
4731
|
"attributes": {
|
|
4235
4732
|
"group": "paint",
|
|
4236
4733
|
"state": "deleted",
|
|
4734
|
+
"introduced": "0.0.15",
|
|
4237
4735
|
"replacement": "color.background.neutral.[default].hovered",
|
|
4238
4736
|
"description": "Hover state for background.subtleNeutral"
|
|
4239
4737
|
},
|
|
@@ -4244,6 +4742,7 @@ var tokens = [{
|
|
|
4244
4742
|
"attributes": {
|
|
4245
4743
|
"group": "paint",
|
|
4246
4744
|
"state": "deleted",
|
|
4745
|
+
"introduced": "0.0.15",
|
|
4247
4746
|
"replacement": "color.background.neutral.[default].hovered",
|
|
4248
4747
|
"description": "Hover state for background.subtleNeutral"
|
|
4249
4748
|
},
|
|
@@ -4255,6 +4754,7 @@ var tokens = [{
|
|
|
4255
4754
|
"attributes": {
|
|
4256
4755
|
"group": "paint",
|
|
4257
4756
|
"state": "deleted",
|
|
4757
|
+
"introduced": "0.0.15",
|
|
4258
4758
|
"replacement": "color.background.neutral.[default].pressed",
|
|
4259
4759
|
"description": "Pressed state for background.subtleNeutral"
|
|
4260
4760
|
},
|
|
@@ -4265,6 +4765,7 @@ var tokens = [{
|
|
|
4265
4765
|
"attributes": {
|
|
4266
4766
|
"group": "paint",
|
|
4267
4767
|
"state": "deleted",
|
|
4768
|
+
"introduced": "0.0.15",
|
|
4268
4769
|
"replacement": "color.background.neutral.[default].pressed",
|
|
4269
4770
|
"description": "Pressed state for background.subtleNeutral"
|
|
4270
4771
|
},
|
|
@@ -4276,6 +4777,7 @@ var tokens = [{
|
|
|
4276
4777
|
"attributes": {
|
|
4277
4778
|
"group": "paint",
|
|
4278
4779
|
"state": "deleted",
|
|
4780
|
+
"introduced": "0.0.15",
|
|
4279
4781
|
"replacement": "color.background.neutral.[default].[default]",
|
|
4280
4782
|
"description": "Use as the default background of UI elements like buttons, lozenges, and tags."
|
|
4281
4783
|
},
|
|
@@ -4286,6 +4788,7 @@ var tokens = [{
|
|
|
4286
4788
|
"attributes": {
|
|
4287
4789
|
"group": "paint",
|
|
4288
4790
|
"state": "deleted",
|
|
4791
|
+
"introduced": "0.0.15",
|
|
4289
4792
|
"replacement": "color.background.neutral.[default].[default]",
|
|
4290
4793
|
"description": "Use as the default background of UI elements like buttons, lozenges, and tags."
|
|
4291
4794
|
},
|
|
@@ -4297,6 +4800,7 @@ var tokens = [{
|
|
|
4297
4800
|
"attributes": {
|
|
4298
4801
|
"group": "paint",
|
|
4299
4802
|
"state": "deleted",
|
|
4803
|
+
"introduced": "0.0.15",
|
|
4300
4804
|
"replacement": "color.background.success.[default].hovered",
|
|
4301
4805
|
"description": "Hover state for background.subtleSuccess"
|
|
4302
4806
|
},
|
|
@@ -4307,6 +4811,7 @@ var tokens = [{
|
|
|
4307
4811
|
"attributes": {
|
|
4308
4812
|
"group": "paint",
|
|
4309
4813
|
"state": "deleted",
|
|
4814
|
+
"introduced": "0.0.15",
|
|
4310
4815
|
"replacement": "color.background.success.[default].hovered",
|
|
4311
4816
|
"description": "Hover state for background.subtleSuccess"
|
|
4312
4817
|
},
|
|
@@ -4318,6 +4823,7 @@ var tokens = [{
|
|
|
4318
4823
|
"attributes": {
|
|
4319
4824
|
"group": "paint",
|
|
4320
4825
|
"state": "deleted",
|
|
4826
|
+
"introduced": "0.0.15",
|
|
4321
4827
|
"replacement": "color.background.success.[default].pressed",
|
|
4322
4828
|
"description": "Pressed state for background.subtleSuccess"
|
|
4323
4829
|
},
|
|
@@ -4328,6 +4834,7 @@ var tokens = [{
|
|
|
4328
4834
|
"attributes": {
|
|
4329
4835
|
"group": "paint",
|
|
4330
4836
|
"state": "deleted",
|
|
4837
|
+
"introduced": "0.0.15",
|
|
4331
4838
|
"replacement": "color.background.success.[default].pressed",
|
|
4332
4839
|
"description": "Pressed state for background.subtleSuccess"
|
|
4333
4840
|
},
|
|
@@ -4339,6 +4846,7 @@ var tokens = [{
|
|
|
4339
4846
|
"attributes": {
|
|
4340
4847
|
"group": "paint",
|
|
4341
4848
|
"state": "deleted",
|
|
4849
|
+
"introduced": "0.0.15",
|
|
4342
4850
|
"replacement": "color.background.success.[default].[default]",
|
|
4343
4851
|
"description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
|
|
4344
4852
|
},
|
|
@@ -4349,6 +4857,7 @@ var tokens = [{
|
|
|
4349
4857
|
"attributes": {
|
|
4350
4858
|
"group": "paint",
|
|
4351
4859
|
"state": "deleted",
|
|
4860
|
+
"introduced": "0.0.15",
|
|
4352
4861
|
"replacement": "color.background.success.[default].[default]",
|
|
4353
4862
|
"description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
|
|
4354
4863
|
},
|
|
@@ -4360,6 +4869,7 @@ var tokens = [{
|
|
|
4360
4869
|
"attributes": {
|
|
4361
4870
|
"group": "paint",
|
|
4362
4871
|
"state": "deleted",
|
|
4872
|
+
"introduced": "0.0.15",
|
|
4363
4873
|
"replacement": "color.background.warning.[default].hovered",
|
|
4364
4874
|
"description": "Hover state for background.subtleWarning"
|
|
4365
4875
|
},
|
|
@@ -4370,6 +4880,7 @@ var tokens = [{
|
|
|
4370
4880
|
"attributes": {
|
|
4371
4881
|
"group": "paint",
|
|
4372
4882
|
"state": "deleted",
|
|
4883
|
+
"introduced": "0.0.15",
|
|
4373
4884
|
"replacement": "color.background.warning.[default].hovered",
|
|
4374
4885
|
"description": "Hover state for background.subtleWarning"
|
|
4375
4886
|
},
|
|
@@ -4381,6 +4892,7 @@ var tokens = [{
|
|
|
4381
4892
|
"attributes": {
|
|
4382
4893
|
"group": "paint",
|
|
4383
4894
|
"state": "deleted",
|
|
4895
|
+
"introduced": "0.0.15",
|
|
4384
4896
|
"replacement": "color.background.warning.[default].pressed",
|
|
4385
4897
|
"description": "Pressed state for background.subtleWarning"
|
|
4386
4898
|
},
|
|
@@ -4391,6 +4903,7 @@ var tokens = [{
|
|
|
4391
4903
|
"attributes": {
|
|
4392
4904
|
"group": "paint",
|
|
4393
4905
|
"state": "deleted",
|
|
4906
|
+
"introduced": "0.0.15",
|
|
4394
4907
|
"replacement": "color.background.warning.[default].pressed",
|
|
4395
4908
|
"description": "Pressed state for background.subtleWarning"
|
|
4396
4909
|
},
|
|
@@ -4402,6 +4915,7 @@ var tokens = [{
|
|
|
4402
4915
|
"attributes": {
|
|
4403
4916
|
"group": "paint",
|
|
4404
4917
|
"state": "deleted",
|
|
4918
|
+
"introduced": "0.0.15",
|
|
4405
4919
|
"replacement": "color.background.warning.[default].[default]",
|
|
4406
4920
|
"description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
|
|
4407
4921
|
},
|
|
@@ -4412,6 +4926,7 @@ var tokens = [{
|
|
|
4412
4926
|
"attributes": {
|
|
4413
4927
|
"group": "paint",
|
|
4414
4928
|
"state": "deleted",
|
|
4929
|
+
"introduced": "0.0.15",
|
|
4415
4930
|
"replacement": "color.background.warning.[default].[default]",
|
|
4416
4931
|
"description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
|
|
4417
4932
|
},
|
|
@@ -4423,6 +4938,7 @@ var tokens = [{
|
|
|
4423
4938
|
"attributes": {
|
|
4424
4939
|
"group": "paint",
|
|
4425
4940
|
"state": "deleted",
|
|
4941
|
+
"introduced": "0.0.15",
|
|
4426
4942
|
"replacement": "elevation.surface.sunken",
|
|
4427
4943
|
"description": "Use as a secondary background for the UI"
|
|
4428
4944
|
},
|
|
@@ -4433,6 +4949,7 @@ var tokens = [{
|
|
|
4433
4949
|
"attributes": {
|
|
4434
4950
|
"group": "paint",
|
|
4435
4951
|
"state": "deleted",
|
|
4952
|
+
"introduced": "0.0.15",
|
|
4436
4953
|
"replacement": "elevation.surface.sunken",
|
|
4437
4954
|
"description": "Use as a secondary background for the UI"
|
|
4438
4955
|
},
|
|
@@ -4444,6 +4961,7 @@ var tokens = [{
|
|
|
4444
4961
|
"attributes": {
|
|
4445
4962
|
"group": "paint",
|
|
4446
4963
|
"state": "deleted",
|
|
4964
|
+
"introduced": "0.0.15",
|
|
4447
4965
|
"replacement": "color.background.neutral.subtle.hovered",
|
|
4448
4966
|
"description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
4449
4967
|
},
|
|
@@ -4454,6 +4972,7 @@ var tokens = [{
|
|
|
4454
4972
|
"attributes": {
|
|
4455
4973
|
"group": "paint",
|
|
4456
4974
|
"state": "deleted",
|
|
4975
|
+
"introduced": "0.0.15",
|
|
4457
4976
|
"replacement": "color.background.neutral.subtle.hovered",
|
|
4458
4977
|
"description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
4459
4978
|
},
|
|
@@ -4465,6 +4984,7 @@ var tokens = [{
|
|
|
4465
4984
|
"attributes": {
|
|
4466
4985
|
"group": "paint",
|
|
4467
4986
|
"state": "deleted",
|
|
4987
|
+
"introduced": "0.0.15",
|
|
4468
4988
|
"replacement": "color.background.neutral.subtle.pressed",
|
|
4469
4989
|
"description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
4470
4990
|
},
|
|
@@ -4475,6 +4995,7 @@ var tokens = [{
|
|
|
4475
4995
|
"attributes": {
|
|
4476
4996
|
"group": "paint",
|
|
4477
4997
|
"state": "deleted",
|
|
4998
|
+
"introduced": "0.0.15",
|
|
4478
4999
|
"replacement": "color.background.neutral.subtle.pressed",
|
|
4479
5000
|
"description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
4480
5001
|
},
|
|
@@ -4486,6 +5007,7 @@ var tokens = [{
|
|
|
4486
5007
|
"attributes": {
|
|
4487
5008
|
"group": "paint",
|
|
4488
5009
|
"state": "active",
|
|
5010
|
+
"introduced": "0.0.15",
|
|
4489
5011
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
4490
5012
|
},
|
|
4491
5013
|
"value": "#091E427A",
|
|
@@ -4495,6 +5017,7 @@ var tokens = [{
|
|
|
4495
5017
|
"attributes": {
|
|
4496
5018
|
"group": "paint",
|
|
4497
5019
|
"state": "active",
|
|
5020
|
+
"introduced": "0.0.15",
|
|
4498
5021
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
4499
5022
|
},
|
|
4500
5023
|
"value": "N500A"
|
|
@@ -4505,6 +5028,7 @@ var tokens = [{
|
|
|
4505
5028
|
"attributes": {
|
|
4506
5029
|
"group": "paint",
|
|
4507
5030
|
"state": "active",
|
|
5031
|
+
"introduced": "0.6.0",
|
|
4508
5032
|
"description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
|
|
4509
5033
|
},
|
|
4510
5034
|
"value": "#388BFFCC",
|
|
@@ -4514,6 +5038,7 @@ var tokens = [{
|
|
|
4514
5038
|
"attributes": {
|
|
4515
5039
|
"group": "paint",
|
|
4516
5040
|
"state": "active",
|
|
5041
|
+
"introduced": "0.6.0",
|
|
4517
5042
|
"description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
|
|
4518
5043
|
},
|
|
4519
5044
|
"value": "#388BFFCC"
|
|
@@ -4524,6 +5049,7 @@ var tokens = [{
|
|
|
4524
5049
|
"attributes": {
|
|
4525
5050
|
"group": "paint",
|
|
4526
5051
|
"state": "active",
|
|
5052
|
+
"introduced": "0.6.0",
|
|
4527
5053
|
"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"
|
|
4528
5054
|
},
|
|
4529
5055
|
"value": "#EF5C48CC",
|
|
@@ -4533,6 +5059,7 @@ var tokens = [{
|
|
|
4533
5059
|
"attributes": {
|
|
4534
5060
|
"group": "paint",
|
|
4535
5061
|
"state": "active",
|
|
5062
|
+
"introduced": "0.6.0",
|
|
4536
5063
|
"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"
|
|
4537
5064
|
},
|
|
4538
5065
|
"value": "#EF5C48CC"
|
|
@@ -4543,6 +5070,7 @@ var tokens = [{
|
|
|
4543
5070
|
"attributes": {
|
|
4544
5071
|
"group": "paint",
|
|
4545
5072
|
"state": "active",
|
|
5073
|
+
"introduced": "0.6.0",
|
|
4546
5074
|
"description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
|
|
4547
5075
|
},
|
|
4548
5076
|
"value": "#ffffff33",
|
|
@@ -4552,6 +5080,7 @@ var tokens = [{
|
|
|
4552
5080
|
"attributes": {
|
|
4553
5081
|
"group": "paint",
|
|
4554
5082
|
"state": "active",
|
|
5083
|
+
"introduced": "0.6.0",
|
|
4555
5084
|
"description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
|
|
4556
5085
|
},
|
|
4557
5086
|
"value": "#ffffff33"
|
|
@@ -4562,6 +5091,7 @@ var tokens = [{
|
|
|
4562
5091
|
"attributes": {
|
|
4563
5092
|
"group": "paint",
|
|
4564
5093
|
"state": "active",
|
|
5094
|
+
"introduced": "0.6.0",
|
|
4565
5095
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
4566
5096
|
},
|
|
4567
5097
|
"value": "#ffffff5c",
|
|
@@ -4571,6 +5101,7 @@ var tokens = [{
|
|
|
4571
5101
|
"attributes": {
|
|
4572
5102
|
"group": "paint",
|
|
4573
5103
|
"state": "active",
|
|
5104
|
+
"introduced": "0.6.0",
|
|
4574
5105
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
4575
5106
|
},
|
|
4576
5107
|
"value": "#ffffff5c"
|
|
@@ -4581,6 +5112,7 @@ var tokens = [{
|
|
|
4581
5112
|
"attributes": {
|
|
4582
5113
|
"group": "paint",
|
|
4583
5114
|
"state": "active",
|
|
5115
|
+
"introduced": "0.6.0",
|
|
4584
5116
|
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
|
|
4585
5117
|
},
|
|
4586
5118
|
"value": "#00000029",
|
|
@@ -4590,6 +5122,7 @@ var tokens = [{
|
|
|
4590
5122
|
"attributes": {
|
|
4591
5123
|
"group": "paint",
|
|
4592
5124
|
"state": "active",
|
|
5125
|
+
"introduced": "0.6.0",
|
|
4593
5126
|
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
|
|
4594
5127
|
},
|
|
4595
5128
|
"value": "#00000029"
|
|
@@ -4600,6 +5133,7 @@ var tokens = [{
|
|
|
4600
5133
|
"attributes": {
|
|
4601
5134
|
"group": "paint",
|
|
4602
5135
|
"state": "active",
|
|
5136
|
+
"introduced": "0.6.0",
|
|
4603
5137
|
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
|
|
4604
5138
|
},
|
|
4605
5139
|
"value": "#00000052",
|
|
@@ -4609,6 +5143,7 @@ var tokens = [{
|
|
|
4609
5143
|
"attributes": {
|
|
4610
5144
|
"group": "paint",
|
|
4611
5145
|
"state": "active",
|
|
5146
|
+
"introduced": "0.6.0",
|
|
4612
5147
|
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
|
|
4613
5148
|
},
|
|
4614
5149
|
"value": "#00000052"
|
|
@@ -4619,6 +5154,7 @@ var tokens = [{
|
|
|
4619
5154
|
"attributes": {
|
|
4620
5155
|
"group": "paint",
|
|
4621
5156
|
"state": "active",
|
|
5157
|
+
"introduced": "0.8.0",
|
|
4622
5158
|
"description": "Use for skeleton loading states"
|
|
4623
5159
|
},
|
|
4624
5160
|
"value": "#091E420F",
|
|
@@ -4628,6 +5164,7 @@ var tokens = [{
|
|
|
4628
5164
|
"attributes": {
|
|
4629
5165
|
"group": "paint",
|
|
4630
5166
|
"state": "active",
|
|
5167
|
+
"introduced": "0.8.0",
|
|
4631
5168
|
"description": "Use for skeleton loading states"
|
|
4632
5169
|
},
|
|
4633
5170
|
"value": "N200A"
|
|
@@ -4638,6 +5175,7 @@ var tokens = [{
|
|
|
4638
5175
|
"attributes": {
|
|
4639
5176
|
"group": "paint",
|
|
4640
5177
|
"state": "active",
|
|
5178
|
+
"introduced": "0.8.0",
|
|
4641
5179
|
"description": "Use for the pulse or shimmer effect in skeleton loading states"
|
|
4642
5180
|
},
|
|
4643
5181
|
"value": "#091E4208",
|
|
@@ -4647,6 +5185,7 @@ var tokens = [{
|
|
|
4647
5185
|
"attributes": {
|
|
4648
5186
|
"group": "paint",
|
|
4649
5187
|
"state": "active",
|
|
5188
|
+
"introduced": "0.8.0",
|
|
4650
5189
|
"description": "Use for the pulse or shimmer effect in skeleton loading states"
|
|
4651
5190
|
},
|
|
4652
5191
|
"value": "N100A"
|
|
@@ -4657,6 +5196,7 @@ var tokens = [{
|
|
|
4657
5196
|
"attributes": {
|
|
4658
5197
|
"group": "paint",
|
|
4659
5198
|
"state": "active",
|
|
5199
|
+
"introduced": "0.6.0",
|
|
4660
5200
|
"description": "Use for links in a default or hovered state. Add an underline for hovered states."
|
|
4661
5201
|
},
|
|
4662
5202
|
"value": "#0C66E4",
|
|
@@ -4666,6 +5206,7 @@ var tokens = [{
|
|
|
4666
5206
|
"attributes": {
|
|
4667
5207
|
"group": "paint",
|
|
4668
5208
|
"state": "active",
|
|
5209
|
+
"introduced": "0.6.0",
|
|
4669
5210
|
"description": "Use for links in a default or hovered state. Add an underline for hovered states."
|
|
4670
5211
|
},
|
|
4671
5212
|
"value": "B700"
|
|
@@ -4676,6 +5217,7 @@ var tokens = [{
|
|
|
4676
5217
|
"attributes": {
|
|
4677
5218
|
"group": "paint",
|
|
4678
5219
|
"state": "active",
|
|
5220
|
+
"introduced": "0.6.0",
|
|
4679
5221
|
"description": "Use for links in a pressed state."
|
|
4680
5222
|
},
|
|
4681
5223
|
"value": "#0055CC",
|
|
@@ -4685,6 +5227,7 @@ var tokens = [{
|
|
|
4685
5227
|
"attributes": {
|
|
4686
5228
|
"group": "paint",
|
|
4687
5229
|
"state": "active",
|
|
5230
|
+
"introduced": "0.6.0",
|
|
4688
5231
|
"description": "Use for links in a pressed state."
|
|
4689
5232
|
},
|
|
4690
5233
|
"value": "B800"
|
|
@@ -4695,6 +5238,7 @@ var tokens = [{
|
|
|
4695
5238
|
"attributes": {
|
|
4696
5239
|
"group": "paint",
|
|
4697
5240
|
"state": "deleted",
|
|
5241
|
+
"introduced": "0.1.1",
|
|
4698
5242
|
"replacement": "color.background.accent.blue.bolder",
|
|
4699
5243
|
"description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4700
5244
|
},
|
|
@@ -4705,6 +5249,7 @@ var tokens = [{
|
|
|
4705
5249
|
"attributes": {
|
|
4706
5250
|
"group": "paint",
|
|
4707
5251
|
"state": "deleted",
|
|
5252
|
+
"introduced": "0.1.1",
|
|
4708
5253
|
"replacement": "color.background.accent.blue.bolder",
|
|
4709
5254
|
"description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4710
5255
|
},
|
|
@@ -4716,6 +5261,7 @@ var tokens = [{
|
|
|
4716
5261
|
"attributes": {
|
|
4717
5262
|
"group": "paint",
|
|
4718
5263
|
"state": "deleted",
|
|
5264
|
+
"introduced": "0.1.1",
|
|
4719
5265
|
"replacement": "color.background.accent.green.bolder",
|
|
4720
5266
|
"description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4721
5267
|
},
|
|
@@ -4726,6 +5272,7 @@ var tokens = [{
|
|
|
4726
5272
|
"attributes": {
|
|
4727
5273
|
"group": "paint",
|
|
4728
5274
|
"state": "deleted",
|
|
5275
|
+
"introduced": "0.1.1",
|
|
4729
5276
|
"replacement": "color.background.accent.green.bolder",
|
|
4730
5277
|
"description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4731
5278
|
},
|
|
@@ -4737,6 +5284,7 @@ var tokens = [{
|
|
|
4737
5284
|
"attributes": {
|
|
4738
5285
|
"group": "paint",
|
|
4739
5286
|
"state": "deleted",
|
|
5287
|
+
"introduced": "0.1.1",
|
|
4740
5288
|
"replacement": "color.background.accent.orange.bolder",
|
|
4741
5289
|
"description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4742
5290
|
},
|
|
@@ -4747,6 +5295,7 @@ var tokens = [{
|
|
|
4747
5295
|
"attributes": {
|
|
4748
5296
|
"group": "paint",
|
|
4749
5297
|
"state": "deleted",
|
|
5298
|
+
"introduced": "0.1.1",
|
|
4750
5299
|
"replacement": "color.background.accent.orange.bolder",
|
|
4751
5300
|
"description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4752
5301
|
},
|
|
@@ -4758,6 +5307,7 @@ var tokens = [{
|
|
|
4758
5307
|
"attributes": {
|
|
4759
5308
|
"group": "paint",
|
|
4760
5309
|
"state": "deleted",
|
|
5310
|
+
"introduced": "0.1.1",
|
|
4761
5311
|
"replacement": "color.background.accent.purple.bolder",
|
|
4762
5312
|
"description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4763
5313
|
},
|
|
@@ -4768,6 +5318,7 @@ var tokens = [{
|
|
|
4768
5318
|
"attributes": {
|
|
4769
5319
|
"group": "paint",
|
|
4770
5320
|
"state": "deleted",
|
|
5321
|
+
"introduced": "0.1.1",
|
|
4771
5322
|
"replacement": "color.background.accent.purple.bolder",
|
|
4772
5323
|
"description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4773
5324
|
},
|
|
@@ -4779,6 +5330,7 @@ var tokens = [{
|
|
|
4779
5330
|
"attributes": {
|
|
4780
5331
|
"group": "paint",
|
|
4781
5332
|
"state": "deleted",
|
|
5333
|
+
"introduced": "0.1.1",
|
|
4782
5334
|
"replacement": "color.background.accent.red.bolder",
|
|
4783
5335
|
"description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4784
5336
|
},
|
|
@@ -4789,6 +5341,7 @@ var tokens = [{
|
|
|
4789
5341
|
"attributes": {
|
|
4790
5342
|
"group": "paint",
|
|
4791
5343
|
"state": "deleted",
|
|
5344
|
+
"introduced": "0.1.1",
|
|
4792
5345
|
"replacement": "color.background.accent.red.bolder",
|
|
4793
5346
|
"description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4794
5347
|
},
|
|
@@ -4800,6 +5353,7 @@ var tokens = [{
|
|
|
4800
5353
|
"attributes": {
|
|
4801
5354
|
"group": "paint",
|
|
4802
5355
|
"state": "deleted",
|
|
5356
|
+
"introduced": "0.1.1",
|
|
4803
5357
|
"replacement": "color.background.accent.teal.bolder",
|
|
4804
5358
|
"description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4805
5359
|
},
|
|
@@ -4810,6 +5364,7 @@ var tokens = [{
|
|
|
4810
5364
|
"attributes": {
|
|
4811
5365
|
"group": "paint",
|
|
4812
5366
|
"state": "deleted",
|
|
5367
|
+
"introduced": "0.1.1",
|
|
4813
5368
|
"replacement": "color.background.accent.teal.bolder",
|
|
4814
5369
|
"description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4815
5370
|
},
|
|
@@ -4821,6 +5376,7 @@ var tokens = [{
|
|
|
4821
5376
|
"attributes": {
|
|
4822
5377
|
"group": "paint",
|
|
4823
5378
|
"state": "deleted",
|
|
5379
|
+
"introduced": "0.1.0",
|
|
4824
5380
|
"replacement": "color.background.accent.blue.subtler",
|
|
4825
5381
|
"description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4826
5382
|
},
|
|
@@ -4831,6 +5387,7 @@ var tokens = [{
|
|
|
4831
5387
|
"attributes": {
|
|
4832
5388
|
"group": "paint",
|
|
4833
5389
|
"state": "deleted",
|
|
5390
|
+
"introduced": "0.1.0",
|
|
4834
5391
|
"replacement": "color.background.accent.blue.subtler",
|
|
4835
5392
|
"description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4836
5393
|
},
|
|
@@ -4842,6 +5399,7 @@ var tokens = [{
|
|
|
4842
5399
|
"attributes": {
|
|
4843
5400
|
"group": "paint",
|
|
4844
5401
|
"state": "deleted",
|
|
5402
|
+
"introduced": "0.1.0",
|
|
4845
5403
|
"replacement": "color.background.accent.green.subtler",
|
|
4846
5404
|
"description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4847
5405
|
},
|
|
@@ -4852,6 +5410,7 @@ var tokens = [{
|
|
|
4852
5410
|
"attributes": {
|
|
4853
5411
|
"group": "paint",
|
|
4854
5412
|
"state": "deleted",
|
|
5413
|
+
"introduced": "0.1.0",
|
|
4855
5414
|
"replacement": "color.background.accent.green.subtler",
|
|
4856
5415
|
"description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4857
5416
|
},
|
|
@@ -4863,6 +5422,7 @@ var tokens = [{
|
|
|
4863
5422
|
"attributes": {
|
|
4864
5423
|
"group": "paint",
|
|
4865
5424
|
"state": "deleted",
|
|
5425
|
+
"introduced": "0.1.0",
|
|
4866
5426
|
"replacement": "color.background.accent.magenta.subtler",
|
|
4867
5427
|
"description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4868
5428
|
},
|
|
@@ -4873,6 +5433,7 @@ var tokens = [{
|
|
|
4873
5433
|
"attributes": {
|
|
4874
5434
|
"group": "paint",
|
|
4875
5435
|
"state": "deleted",
|
|
5436
|
+
"introduced": "0.1.0",
|
|
4876
5437
|
"replacement": "color.background.accent.magenta.subtler",
|
|
4877
5438
|
"description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4878
5439
|
},
|
|
@@ -4884,6 +5445,7 @@ var tokens = [{
|
|
|
4884
5445
|
"attributes": {
|
|
4885
5446
|
"group": "paint",
|
|
4886
5447
|
"state": "deleted",
|
|
5448
|
+
"introduced": "0.1.0",
|
|
4887
5449
|
"replacement": "color.background.accent.orange.subtler",
|
|
4888
5450
|
"description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4889
5451
|
},
|
|
@@ -4894,6 +5456,7 @@ var tokens = [{
|
|
|
4894
5456
|
"attributes": {
|
|
4895
5457
|
"group": "paint",
|
|
4896
5458
|
"state": "deleted",
|
|
5459
|
+
"introduced": "0.1.0",
|
|
4897
5460
|
"replacement": "color.background.accent.orange.subtler",
|
|
4898
5461
|
"description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4899
5462
|
},
|
|
@@ -4905,6 +5468,7 @@ var tokens = [{
|
|
|
4905
5468
|
"attributes": {
|
|
4906
5469
|
"group": "paint",
|
|
4907
5470
|
"state": "deleted",
|
|
5471
|
+
"introduced": "0.1.0",
|
|
4908
5472
|
"replacement": "color.background.accent.purple.subtler",
|
|
4909
5473
|
"description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4910
5474
|
},
|
|
@@ -4915,6 +5479,7 @@ var tokens = [{
|
|
|
4915
5479
|
"attributes": {
|
|
4916
5480
|
"group": "paint",
|
|
4917
5481
|
"state": "deleted",
|
|
5482
|
+
"introduced": "0.1.0",
|
|
4918
5483
|
"replacement": "color.background.accent.purple.subtler",
|
|
4919
5484
|
"description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4920
5485
|
},
|
|
@@ -4926,6 +5491,7 @@ var tokens = [{
|
|
|
4926
5491
|
"attributes": {
|
|
4927
5492
|
"group": "paint",
|
|
4928
5493
|
"state": "deleted",
|
|
5494
|
+
"introduced": "0.1.0",
|
|
4929
5495
|
"replacement": "color.background.accent.red.subtler",
|
|
4930
5496
|
"description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4931
5497
|
},
|
|
@@ -4936,6 +5502,7 @@ var tokens = [{
|
|
|
4936
5502
|
"attributes": {
|
|
4937
5503
|
"group": "paint",
|
|
4938
5504
|
"state": "deleted",
|
|
5505
|
+
"introduced": "0.1.0",
|
|
4939
5506
|
"replacement": "color.background.accent.red.subtler",
|
|
4940
5507
|
"description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4941
5508
|
},
|
|
@@ -4947,6 +5514,7 @@ var tokens = [{
|
|
|
4947
5514
|
"attributes": {
|
|
4948
5515
|
"group": "paint",
|
|
4949
5516
|
"state": "deleted",
|
|
5517
|
+
"introduced": "0.1.0",
|
|
4950
5518
|
"replacement": "color.background.accent.teal.subtler",
|
|
4951
5519
|
"description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4952
5520
|
},
|
|
@@ -4957,6 +5525,7 @@ var tokens = [{
|
|
|
4957
5525
|
"attributes": {
|
|
4958
5526
|
"group": "paint",
|
|
4959
5527
|
"state": "deleted",
|
|
5528
|
+
"introduced": "0.1.0",
|
|
4960
5529
|
"replacement": "color.background.accent.teal.subtler",
|
|
4961
5530
|
"description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4962
5531
|
},
|
|
@@ -4968,6 +5537,7 @@ var tokens = [{
|
|
|
4968
5537
|
"attributes": {
|
|
4969
5538
|
"group": "paint",
|
|
4970
5539
|
"state": "deleted",
|
|
5540
|
+
"introduced": "0.0.15",
|
|
4971
5541
|
"replacement": "color.icon.brand",
|
|
4972
5542
|
"description": "\nUse rarely for icons or borders representing brand, in-progress, or information, such as the icons in information sections messages.\n\nAlso use for blue icons or borders when there is no meaning tied to the color, such as file type icons."
|
|
4973
5543
|
},
|
|
@@ -4978,6 +5548,7 @@ var tokens = [{
|
|
|
4978
5548
|
"attributes": {
|
|
4979
5549
|
"group": "paint",
|
|
4980
5550
|
"state": "deleted",
|
|
5551
|
+
"introduced": "0.0.15",
|
|
4981
5552
|
"replacement": "color.icon.brand",
|
|
4982
5553
|
"description": "\nUse rarely for icons or borders representing brand, in-progress, or information, such as the icons in information sections messages.\n\nAlso use for blue icons or borders when there is no meaning tied to the color, such as file type icons."
|
|
4983
5554
|
},
|
|
@@ -4989,6 +5560,7 @@ var tokens = [{
|
|
|
4989
5560
|
"attributes": {
|
|
4990
5561
|
"group": "paint",
|
|
4991
5562
|
"state": "deleted",
|
|
5563
|
+
"introduced": "0.0.15",
|
|
4992
5564
|
"replacement": "color.icon.danger",
|
|
4993
5565
|
"description": "\nUse rarely for icons and borders representing critical information, such the icons in error section messages or the borders on invalid text fields.\n\nAlso use for red icons or borders when there is no meaning tied to the color, such as file type icons."
|
|
4994
5566
|
},
|
|
@@ -4999,6 +5571,7 @@ var tokens = [{
|
|
|
4999
5571
|
"attributes": {
|
|
5000
5572
|
"group": "paint",
|
|
5001
5573
|
"state": "deleted",
|
|
5574
|
+
"introduced": "0.0.15",
|
|
5002
5575
|
"replacement": "color.icon.danger",
|
|
5003
5576
|
"description": "\nUse rarely for icons and borders representing critical information, such the icons in error section messages or the borders on invalid text fields.\n\nAlso use for red icons or borders when there is no meaning tied to the color, such as file type icons."
|
|
5004
5577
|
},
|
|
@@ -5010,6 +5583,7 @@ var tokens = [{
|
|
|
5010
5583
|
"attributes": {
|
|
5011
5584
|
"group": "paint",
|
|
5012
5585
|
"state": "deleted",
|
|
5586
|
+
"introduced": "0.0.15",
|
|
5013
5587
|
"replacement": "color.icon.discovery",
|
|
5014
5588
|
"description": "\nUse rarely for icons and borders representing new information, such as the icons in discovery section mesages or the borders in onboarding spotlights.\n\nAlso use for purple icons or borders when there is no meaning tied to the color, such as file type icons.\n"
|
|
5015
5589
|
},
|
|
@@ -5020,6 +5594,7 @@ var tokens = [{
|
|
|
5020
5594
|
"attributes": {
|
|
5021
5595
|
"group": "paint",
|
|
5022
5596
|
"state": "deleted",
|
|
5597
|
+
"introduced": "0.0.15",
|
|
5023
5598
|
"replacement": "color.icon.discovery",
|
|
5024
5599
|
"description": "\nUse rarely for icons and borders representing new information, such as the icons in discovery section mesages or the borders in onboarding spotlights.\n\nAlso use for purple icons or borders when there is no meaning tied to the color, such as file type icons.\n"
|
|
5025
5600
|
},
|
|
@@ -5031,6 +5606,7 @@ var tokens = [{
|
|
|
5031
5606
|
"attributes": {
|
|
5032
5607
|
"group": "paint",
|
|
5033
5608
|
"state": "deleted",
|
|
5609
|
+
"introduced": "0.0.15",
|
|
5034
5610
|
"replacement": "color.icon.success",
|
|
5035
5611
|
"description": "\nUse rarely for icons and borders representing positive information, such as the icons in success section messages or the borders on validated text fields.\n\nAlso use for green icons or borders when there is no meaning tied to the color, such as file type icons.\n"
|
|
5036
5612
|
},
|
|
@@ -5041,6 +5617,7 @@ var tokens = [{
|
|
|
5041
5617
|
"attributes": {
|
|
5042
5618
|
"group": "paint",
|
|
5043
5619
|
"state": "deleted",
|
|
5620
|
+
"introduced": "0.0.15",
|
|
5044
5621
|
"replacement": "color.icon.success",
|
|
5045
5622
|
"description": "\nUse rarely for icons and borders representing positive information, such as the icons in success section messages or the borders on validated text fields.\n\nAlso use for green icons or borders when there is no meaning tied to the color, such as file type icons.\n"
|
|
5046
5623
|
},
|
|
@@ -5052,6 +5629,7 @@ var tokens = [{
|
|
|
5052
5629
|
"attributes": {
|
|
5053
5630
|
"group": "paint",
|
|
5054
5631
|
"state": "deleted",
|
|
5632
|
+
"introduced": "0.0.15",
|
|
5055
5633
|
"replacement": "color.icon.warning.[default]",
|
|
5056
5634
|
"description": "\nUse rarely for icons and borders representing semi-urgent information, such as the icons in warning section messages.\n\nAlso use for yellow icons or borders when there is no meaning tied to the color, such as file type icons.\n"
|
|
5057
5635
|
},
|
|
@@ -5062,6 +5640,7 @@ var tokens = [{
|
|
|
5062
5640
|
"attributes": {
|
|
5063
5641
|
"group": "paint",
|
|
5064
5642
|
"state": "deleted",
|
|
5643
|
+
"introduced": "0.0.15",
|
|
5065
5644
|
"replacement": "color.icon.warning.[default]",
|
|
5066
5645
|
"description": "\nUse rarely for icons and borders representing semi-urgent information, such as the icons in warning section messages.\n\nAlso use for yellow icons or borders when there is no meaning tied to the color, such as file type icons.\n"
|
|
5067
5646
|
},
|
|
@@ -5073,6 +5652,7 @@ var tokens = [{
|
|
|
5073
5652
|
"attributes": {
|
|
5074
5653
|
"group": "paint",
|
|
5075
5654
|
"state": "deleted",
|
|
5655
|
+
"introduced": "0.1.0",
|
|
5076
5656
|
"replacement": "color.interaction.hovered",
|
|
5077
5657
|
"description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
|
|
5078
5658
|
},
|
|
@@ -5083,6 +5663,7 @@ var tokens = [{
|
|
|
5083
5663
|
"attributes": {
|
|
5084
5664
|
"group": "paint",
|
|
5085
5665
|
"state": "deleted",
|
|
5666
|
+
"introduced": "0.1.0",
|
|
5086
5667
|
"replacement": "color.interaction.hovered",
|
|
5087
5668
|
"description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
|
|
5088
5669
|
},
|
|
@@ -5094,6 +5675,7 @@ var tokens = [{
|
|
|
5094
5675
|
"attributes": {
|
|
5095
5676
|
"group": "paint",
|
|
5096
5677
|
"state": "deleted",
|
|
5678
|
+
"introduced": "0.1.0",
|
|
5097
5679
|
"replacement": "color.interaction.pressed",
|
|
5098
5680
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
5099
5681
|
},
|
|
@@ -5104,6 +5686,7 @@ var tokens = [{
|
|
|
5104
5686
|
"attributes": {
|
|
5105
5687
|
"group": "paint",
|
|
5106
5688
|
"state": "deleted",
|
|
5689
|
+
"introduced": "0.1.0",
|
|
5107
5690
|
"replacement": "color.interaction.pressed",
|
|
5108
5691
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
5109
5692
|
},
|
|
@@ -5115,6 +5698,7 @@ var tokens = [{
|
|
|
5115
5698
|
"attributes": {
|
|
5116
5699
|
"group": "shadow",
|
|
5117
5700
|
"state": "deleted",
|
|
5701
|
+
"introduced": "0.6.0",
|
|
5118
5702
|
"replacement": "elevation.shadow.raised",
|
|
5119
5703
|
"description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
|
|
5120
5704
|
},
|
|
@@ -5141,6 +5725,7 @@ var tokens = [{
|
|
|
5141
5725
|
"attributes": {
|
|
5142
5726
|
"group": "shadow",
|
|
5143
5727
|
"state": "deleted",
|
|
5728
|
+
"introduced": "0.6.0",
|
|
5144
5729
|
"replacement": "elevation.shadow.raised",
|
|
5145
5730
|
"description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
|
|
5146
5731
|
},
|
|
@@ -5168,6 +5753,7 @@ var tokens = [{
|
|
|
5168
5753
|
"attributes": {
|
|
5169
5754
|
"group": "shadow",
|
|
5170
5755
|
"state": "deleted",
|
|
5756
|
+
"introduced": "0.6.0",
|
|
5171
5757
|
"replacement": "elevation.shadow.overlay",
|
|
5172
5758
|
"description": "\nUse for the box shadow of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the box shadow of raised cards in a dragged state.\n\nCombine with background.overlay"
|
|
5173
5759
|
},
|
|
@@ -5194,6 +5780,7 @@ var tokens = [{
|
|
|
5194
5780
|
"attributes": {
|
|
5195
5781
|
"group": "shadow",
|
|
5196
5782
|
"state": "deleted",
|
|
5783
|
+
"introduced": "0.6.0",
|
|
5197
5784
|
"replacement": "elevation.shadow.overlay",
|
|
5198
5785
|
"description": "\nUse for the box shadow of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the box shadow of raised cards in a dragged state.\n\nCombine with background.overlay"
|
|
5199
5786
|
},
|
|
@@ -5221,6 +5808,7 @@ var tokens = [{
|
|
|
5221
5808
|
"attributes": {
|
|
5222
5809
|
"group": "shadow",
|
|
5223
5810
|
"state": "active",
|
|
5811
|
+
"introduced": "0.6.0",
|
|
5224
5812
|
"description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
|
|
5225
5813
|
},
|
|
5226
5814
|
"value": [{
|
|
@@ -5246,6 +5834,7 @@ var tokens = [{
|
|
|
5246
5834
|
"attributes": {
|
|
5247
5835
|
"group": "shadow",
|
|
5248
5836
|
"state": "active",
|
|
5837
|
+
"introduced": "0.6.0",
|
|
5249
5838
|
"description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
|
|
5250
5839
|
},
|
|
5251
5840
|
"value": [{
|
|
@@ -5272,6 +5861,7 @@ var tokens = [{
|
|
|
5272
5861
|
"attributes": {
|
|
5273
5862
|
"group": "shadow",
|
|
5274
5863
|
"state": "active",
|
|
5864
|
+
"introduced": "0.6.0",
|
|
5275
5865
|
"description": "Use to create a shadow when content scolls under other content."
|
|
5276
5866
|
},
|
|
5277
5867
|
"value": [{
|
|
@@ -5297,6 +5887,7 @@ var tokens = [{
|
|
|
5297
5887
|
"attributes": {
|
|
5298
5888
|
"group": "shadow",
|
|
5299
5889
|
"state": "active",
|
|
5890
|
+
"introduced": "0.6.0",
|
|
5300
5891
|
"description": "Use to create a shadow when content scolls under other content."
|
|
5301
5892
|
},
|
|
5302
5893
|
"value": [{
|
|
@@ -5323,6 +5914,7 @@ var tokens = [{
|
|
|
5323
5914
|
"attributes": {
|
|
5324
5915
|
"group": "shadow",
|
|
5325
5916
|
"state": "active",
|
|
5917
|
+
"introduced": "0.6.0",
|
|
5326
5918
|
"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."
|
|
5327
5919
|
},
|
|
5328
5920
|
"value": [{
|
|
@@ -5348,6 +5940,7 @@ var tokens = [{
|
|
|
5348
5940
|
"attributes": {
|
|
5349
5941
|
"group": "shadow",
|
|
5350
5942
|
"state": "active",
|
|
5943
|
+
"introduced": "0.6.0",
|
|
5351
5944
|
"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."
|
|
5352
5945
|
},
|
|
5353
5946
|
"value": [{
|
|
@@ -5374,6 +5967,7 @@ var tokens = [{
|
|
|
5374
5967
|
"attributes": {
|
|
5375
5968
|
"group": "paint",
|
|
5376
5969
|
"state": "active",
|
|
5970
|
+
"introduced": "0.6.0",
|
|
5377
5971
|
"description": "Use as the primary background for the UI."
|
|
5378
5972
|
},
|
|
5379
5973
|
"value": "#FFFFFF",
|
|
@@ -5383,6 +5977,7 @@ var tokens = [{
|
|
|
5383
5977
|
"attributes": {
|
|
5384
5978
|
"group": "paint",
|
|
5385
5979
|
"state": "active",
|
|
5980
|
+
"introduced": "0.6.0",
|
|
5386
5981
|
"description": "Use as the primary background for the UI."
|
|
5387
5982
|
},
|
|
5388
5983
|
"value": "N0"
|
|
@@ -5393,6 +5988,7 @@ var tokens = [{
|
|
|
5393
5988
|
"attributes": {
|
|
5394
5989
|
"group": "paint",
|
|
5395
5990
|
"state": "active",
|
|
5991
|
+
"introduced": "0.6.0",
|
|
5396
5992
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
5397
5993
|
},
|
|
5398
5994
|
"value": "#F7F8F9",
|
|
@@ -5402,6 +5998,7 @@ var tokens = [{
|
|
|
5402
5998
|
"attributes": {
|
|
5403
5999
|
"group": "paint",
|
|
5404
6000
|
"state": "active",
|
|
6001
|
+
"introduced": "0.6.0",
|
|
5405
6002
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
5406
6003
|
},
|
|
5407
6004
|
"value": "N100"
|
|
@@ -5412,6 +6009,7 @@ var tokens = [{
|
|
|
5412
6009
|
"attributes": {
|
|
5413
6010
|
"group": "paint",
|
|
5414
6011
|
"state": "active",
|
|
6012
|
+
"introduced": "0.6.0",
|
|
5415
6013
|
"description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
|
|
5416
6014
|
},
|
|
5417
6015
|
"value": "#FFFFFF",
|
|
@@ -5421,6 +6019,7 @@ var tokens = [{
|
|
|
5421
6019
|
"attributes": {
|
|
5422
6020
|
"group": "paint",
|
|
5423
6021
|
"state": "active",
|
|
6022
|
+
"introduced": "0.6.0",
|
|
5424
6023
|
"description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
|
|
5425
6024
|
},
|
|
5426
6025
|
"value": "N0"
|
|
@@ -5431,6 +6030,7 @@ var tokens = [{
|
|
|
5431
6030
|
"attributes": {
|
|
5432
6031
|
"group": "paint",
|
|
5433
6032
|
"state": "active",
|
|
6033
|
+
"introduced": "0.6.0",
|
|
5434
6034
|
"description": "Use for the background of elements that sit on top of they UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.shadow.overlay\n\nAlso use for the background of raised cards in a dragged state."
|
|
5435
6035
|
},
|
|
5436
6036
|
"value": "#FFFFFF",
|
|
@@ -5440,6 +6040,7 @@ var tokens = [{
|
|
|
5440
6040
|
"attributes": {
|
|
5441
6041
|
"group": "paint",
|
|
5442
6042
|
"state": "active",
|
|
6043
|
+
"introduced": "0.6.0",
|
|
5443
6044
|
"description": "Use for the background of elements that sit on top of they UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.shadow.overlay\n\nAlso use for the background of raised cards in a dragged state."
|
|
5444
6045
|
},
|
|
5445
6046
|
"value": "N0"
|
|
@@ -5450,6 +6051,7 @@ var tokens = [{
|
|
|
5450
6051
|
"attributes": {
|
|
5451
6052
|
"group": "raw",
|
|
5452
6053
|
"state": "active",
|
|
6054
|
+
"introduced": "0.1.1",
|
|
5453
6055
|
"description": "Transparent token used for backwards compatibility between new and old theming solutions"
|
|
5454
6056
|
},
|
|
5455
6057
|
"value": "transparent",
|
|
@@ -5459,6 +6061,7 @@ var tokens = [{
|
|
|
5459
6061
|
"attributes": {
|
|
5460
6062
|
"group": "raw",
|
|
5461
6063
|
"state": "active",
|
|
6064
|
+
"introduced": "0.1.1",
|
|
5462
6065
|
"description": "Transparent token used for backwards compatibility between new and old theming solutions"
|
|
5463
6066
|
},
|
|
5464
6067
|
"value": "transparent"
|
|
@@ -5469,6 +6072,7 @@ var tokens = [{
|
|
|
5469
6072
|
"attributes": {
|
|
5470
6073
|
"group": "raw",
|
|
5471
6074
|
"state": "active",
|
|
6075
|
+
"introduced": "0.4.0",
|
|
5472
6076
|
"description": "Used as a placeholder when a suitable token does not exist"
|
|
5473
6077
|
},
|
|
5474
6078
|
"value": "#FA11F2",
|
|
@@ -5478,6 +6082,7 @@ var tokens = [{
|
|
|
5478
6082
|
"attributes": {
|
|
5479
6083
|
"group": "raw",
|
|
5480
6084
|
"state": "active",
|
|
6085
|
+
"introduced": "0.4.0",
|
|
5481
6086
|
"description": "Used as a placeholder when a suitable token does not exist"
|
|
5482
6087
|
},
|
|
5483
6088
|
"value": "#FA11F2"
|