@atlaskit/tokens 0.8.1 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/css/atlassian-dark.css +8 -4
- package/css/atlassian-light.css +8 -4
- package/dist/cjs/artifacts/rename-mapping.js +4 -0
- package/dist/cjs/artifacts/token-default-values.js +8 -4
- package/dist/cjs/artifacts/token-names.js +4 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +644 -18
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +642 -16
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/background.js +17 -5
- package/dist/cjs/tokens/atlassian-dark/color/border.js +3 -0
- package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
- package/dist/cjs/tokens/atlassian-light/color/background.js +17 -5
- package/dist/cjs/tokens/atlassian-light/color/border.js +3 -0
- 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 +19 -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 +8 -4
- package/dist/es2019/artifacts/token-names.js +4 -0
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +644 -18
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +642 -16
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/background.js +17 -5
- package/dist/es2019/tokens/atlassian-dark/color/border.js +3 -0
- package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
- package/dist/es2019/tokens/atlassian-light/color/background.js +17 -5
- package/dist/es2019/tokens/atlassian-light/color/border.js +3 -0
- 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 +19 -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 +8 -4
- package/dist/esm/artifacts/token-names.js +4 -0
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +644 -18
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +642 -16
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/background.js +17 -5
- package/dist/esm/tokens/atlassian-dark/color/border.js +3 -0
- package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +6 -0
- package/dist/esm/tokens/atlassian-light/color/background.js +17 -5
- package/dist/esm/tokens/atlassian-light/color/border.js +3 -0
- 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 +19 -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 +8 -4
- package/dist/types/artifacts/token-names.d.ts +8 -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 +13 -1
- package/package.json +6 -2
|
@@ -10,6 +10,7 @@ var tokens = [{
|
|
|
10
10
|
"attributes": {
|
|
11
11
|
"group": "paint",
|
|
12
12
|
"state": "active",
|
|
13
|
+
"introduced": "0.6.0",
|
|
13
14
|
"description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
14
15
|
},
|
|
15
16
|
"value": "#0055CC",
|
|
@@ -19,6 +20,7 @@ var tokens = [{
|
|
|
19
20
|
"attributes": {
|
|
20
21
|
"group": "paint",
|
|
21
22
|
"state": "active",
|
|
23
|
+
"introduced": "0.6.0",
|
|
22
24
|
"description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
23
25
|
},
|
|
24
26
|
"value": "B800"
|
|
@@ -29,6 +31,7 @@ var tokens = [{
|
|
|
29
31
|
"attributes": {
|
|
30
32
|
"group": "paint",
|
|
31
33
|
"state": "active",
|
|
34
|
+
"introduced": "0.7.0",
|
|
32
35
|
"description": "Use on bold blue accent backgrounds."
|
|
33
36
|
},
|
|
34
37
|
"value": "#09326C",
|
|
@@ -38,6 +41,7 @@ var tokens = [{
|
|
|
38
41
|
"attributes": {
|
|
39
42
|
"group": "paint",
|
|
40
43
|
"state": "active",
|
|
44
|
+
"introduced": "0.7.0",
|
|
41
45
|
"description": "Use on bold blue accent backgrounds."
|
|
42
46
|
},
|
|
43
47
|
"value": "B900"
|
|
@@ -48,6 +52,7 @@ var tokens = [{
|
|
|
48
52
|
"attributes": {
|
|
49
53
|
"group": "paint",
|
|
50
54
|
"state": "active",
|
|
55
|
+
"introduced": "0.6.0",
|
|
51
56
|
"description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
52
57
|
},
|
|
53
58
|
"value": "#AE2A19",
|
|
@@ -57,6 +62,7 @@ var tokens = [{
|
|
|
57
62
|
"attributes": {
|
|
58
63
|
"group": "paint",
|
|
59
64
|
"state": "active",
|
|
65
|
+
"introduced": "0.6.0",
|
|
60
66
|
"description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
61
67
|
},
|
|
62
68
|
"value": "R800"
|
|
@@ -67,6 +73,7 @@ var tokens = [{
|
|
|
67
73
|
"attributes": {
|
|
68
74
|
"group": "paint",
|
|
69
75
|
"state": "active",
|
|
76
|
+
"introduced": "0.7.0",
|
|
70
77
|
"description": "Use on bold red accent backgrounds."
|
|
71
78
|
},
|
|
72
79
|
"value": "#601E16",
|
|
@@ -76,6 +83,7 @@ var tokens = [{
|
|
|
76
83
|
"attributes": {
|
|
77
84
|
"group": "paint",
|
|
78
85
|
"state": "active",
|
|
86
|
+
"introduced": "0.7.0",
|
|
79
87
|
"description": "Use on bold red accent backgrounds."
|
|
80
88
|
},
|
|
81
89
|
"value": "R900"
|
|
@@ -86,6 +94,7 @@ var tokens = [{
|
|
|
86
94
|
"attributes": {
|
|
87
95
|
"group": "paint",
|
|
88
96
|
"state": "active",
|
|
97
|
+
"introduced": "0.6.0",
|
|
89
98
|
"description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
90
99
|
},
|
|
91
100
|
"value": "#974F0C",
|
|
@@ -95,6 +104,7 @@ var tokens = [{
|
|
|
95
104
|
"attributes": {
|
|
96
105
|
"group": "paint",
|
|
97
106
|
"state": "active",
|
|
107
|
+
"introduced": "0.6.0",
|
|
98
108
|
"description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
99
109
|
},
|
|
100
110
|
"value": "O800"
|
|
@@ -105,6 +115,7 @@ var tokens = [{
|
|
|
105
115
|
"attributes": {
|
|
106
116
|
"group": "paint",
|
|
107
117
|
"state": "active",
|
|
118
|
+
"introduced": "0.7.0",
|
|
108
119
|
"description": "Use on bold orange accent backgrounds."
|
|
109
120
|
},
|
|
110
121
|
"value": "#5F3811",
|
|
@@ -114,6 +125,7 @@ var tokens = [{
|
|
|
114
125
|
"attributes": {
|
|
115
126
|
"group": "paint",
|
|
116
127
|
"state": "active",
|
|
128
|
+
"introduced": "0.7.0",
|
|
117
129
|
"description": "Use on bold orange accent backgrounds."
|
|
118
130
|
},
|
|
119
131
|
"value": "O900"
|
|
@@ -124,6 +136,7 @@ var tokens = [{
|
|
|
124
136
|
"attributes": {
|
|
125
137
|
"group": "paint",
|
|
126
138
|
"state": "active",
|
|
139
|
+
"introduced": "0.6.0",
|
|
127
140
|
"description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
128
141
|
},
|
|
129
142
|
"value": "#7F5F01",
|
|
@@ -133,6 +146,7 @@ var tokens = [{
|
|
|
133
146
|
"attributes": {
|
|
134
147
|
"group": "paint",
|
|
135
148
|
"state": "active",
|
|
149
|
+
"introduced": "0.6.0",
|
|
136
150
|
"description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
137
151
|
},
|
|
138
152
|
"value": "Y800"
|
|
@@ -143,6 +157,7 @@ var tokens = [{
|
|
|
143
157
|
"attributes": {
|
|
144
158
|
"group": "paint",
|
|
145
159
|
"state": "active",
|
|
160
|
+
"introduced": "0.7.0",
|
|
146
161
|
"description": "Use on bold yellow accent backgrounds."
|
|
147
162
|
},
|
|
148
163
|
"value": "#533F04",
|
|
@@ -152,6 +167,7 @@ var tokens = [{
|
|
|
152
167
|
"attributes": {
|
|
153
168
|
"group": "paint",
|
|
154
169
|
"state": "active",
|
|
170
|
+
"introduced": "0.7.0",
|
|
155
171
|
"description": "Use on bold yellow accent backgrounds."
|
|
156
172
|
},
|
|
157
173
|
"value": "Y900"
|
|
@@ -162,6 +178,7 @@ var tokens = [{
|
|
|
162
178
|
"attributes": {
|
|
163
179
|
"group": "paint",
|
|
164
180
|
"state": "active",
|
|
181
|
+
"introduced": "0.6.0",
|
|
165
182
|
"description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
166
183
|
},
|
|
167
184
|
"value": "#216E4E",
|
|
@@ -171,6 +188,7 @@ var tokens = [{
|
|
|
171
188
|
"attributes": {
|
|
172
189
|
"group": "paint",
|
|
173
190
|
"state": "active",
|
|
191
|
+
"introduced": "0.6.0",
|
|
174
192
|
"description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
175
193
|
},
|
|
176
194
|
"value": "G800"
|
|
@@ -181,6 +199,7 @@ var tokens = [{
|
|
|
181
199
|
"attributes": {
|
|
182
200
|
"group": "paint",
|
|
183
201
|
"state": "active",
|
|
202
|
+
"introduced": "0.7.0",
|
|
184
203
|
"description": "Use on bold green accent backgrounds."
|
|
185
204
|
},
|
|
186
205
|
"value": "#164B35",
|
|
@@ -190,6 +209,7 @@ var tokens = [{
|
|
|
190
209
|
"attributes": {
|
|
191
210
|
"group": "paint",
|
|
192
211
|
"state": "active",
|
|
212
|
+
"introduced": "0.7.0",
|
|
193
213
|
"description": "Use on bold green accent backgrounds."
|
|
194
214
|
},
|
|
195
215
|
"value": "G900"
|
|
@@ -200,6 +220,7 @@ var tokens = [{
|
|
|
200
220
|
"attributes": {
|
|
201
221
|
"group": "paint",
|
|
202
222
|
"state": "active",
|
|
223
|
+
"introduced": "0.6.0",
|
|
203
224
|
"description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
204
225
|
},
|
|
205
226
|
"value": "#5E4DB2",
|
|
@@ -209,6 +230,7 @@ var tokens = [{
|
|
|
209
230
|
"attributes": {
|
|
210
231
|
"group": "paint",
|
|
211
232
|
"state": "active",
|
|
233
|
+
"introduced": "0.6.0",
|
|
212
234
|
"description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
213
235
|
},
|
|
214
236
|
"value": "P800"
|
|
@@ -219,6 +241,7 @@ var tokens = [{
|
|
|
219
241
|
"attributes": {
|
|
220
242
|
"group": "paint",
|
|
221
243
|
"state": "active",
|
|
244
|
+
"introduced": "0.7.0",
|
|
222
245
|
"description": "Use on bold purple accent backgrounds."
|
|
223
246
|
},
|
|
224
247
|
"value": "#352C63",
|
|
@@ -228,6 +251,7 @@ var tokens = [{
|
|
|
228
251
|
"attributes": {
|
|
229
252
|
"group": "paint",
|
|
230
253
|
"state": "active",
|
|
254
|
+
"introduced": "0.7.0",
|
|
231
255
|
"description": "Use on bold purple accent backgrounds."
|
|
232
256
|
},
|
|
233
257
|
"value": "P900"
|
|
@@ -238,6 +262,7 @@ var tokens = [{
|
|
|
238
262
|
"attributes": {
|
|
239
263
|
"group": "paint",
|
|
240
264
|
"state": "active",
|
|
265
|
+
"introduced": "0.6.0",
|
|
241
266
|
"description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
242
267
|
},
|
|
243
268
|
"value": "#206B74",
|
|
@@ -247,6 +272,7 @@ var tokens = [{
|
|
|
247
272
|
"attributes": {
|
|
248
273
|
"group": "paint",
|
|
249
274
|
"state": "active",
|
|
275
|
+
"introduced": "0.6.0",
|
|
250
276
|
"description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
251
277
|
},
|
|
252
278
|
"value": "T800"
|
|
@@ -257,6 +283,7 @@ var tokens = [{
|
|
|
257
283
|
"attributes": {
|
|
258
284
|
"group": "paint",
|
|
259
285
|
"state": "active",
|
|
286
|
+
"introduced": "0.7.0",
|
|
260
287
|
"description": "Use on bold teal accent backgrounds."
|
|
261
288
|
},
|
|
262
289
|
"value": "#1D474C",
|
|
@@ -266,6 +293,7 @@ var tokens = [{
|
|
|
266
293
|
"attributes": {
|
|
267
294
|
"group": "paint",
|
|
268
295
|
"state": "active",
|
|
296
|
+
"introduced": "0.7.0",
|
|
269
297
|
"description": "Use on bold teal accent backgrounds."
|
|
270
298
|
},
|
|
271
299
|
"value": "T900"
|
|
@@ -276,7 +304,8 @@ var tokens = [{
|
|
|
276
304
|
"attributes": {
|
|
277
305
|
"group": "paint",
|
|
278
306
|
"state": "active",
|
|
279
|
-
"
|
|
307
|
+
"introduced": "0.6.0",
|
|
308
|
+
"description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
280
309
|
},
|
|
281
310
|
"value": "#943D73",
|
|
282
311
|
"filePath": "src/tokens/atlassian-light/color/accent.tsx",
|
|
@@ -285,7 +314,8 @@ var tokens = [{
|
|
|
285
314
|
"attributes": {
|
|
286
315
|
"group": "paint",
|
|
287
316
|
"state": "active",
|
|
288
|
-
"
|
|
317
|
+
"introduced": "0.6.0",
|
|
318
|
+
"description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
289
319
|
},
|
|
290
320
|
"value": "M800"
|
|
291
321
|
},
|
|
@@ -295,6 +325,7 @@ var tokens = [{
|
|
|
295
325
|
"attributes": {
|
|
296
326
|
"group": "paint",
|
|
297
327
|
"state": "active",
|
|
328
|
+
"introduced": "0.7.0",
|
|
298
329
|
"description": "Use on bold magenta accent backgrounds."
|
|
299
330
|
},
|
|
300
331
|
"value": "#50253F",
|
|
@@ -304,6 +335,7 @@ var tokens = [{
|
|
|
304
335
|
"attributes": {
|
|
305
336
|
"group": "paint",
|
|
306
337
|
"state": "active",
|
|
338
|
+
"introduced": "0.7.0",
|
|
307
339
|
"description": "Use on bold magenta accent backgrounds."
|
|
308
340
|
},
|
|
309
341
|
"value": "M900"
|
|
@@ -314,6 +346,7 @@ var tokens = [{
|
|
|
314
346
|
"attributes": {
|
|
315
347
|
"group": "paint",
|
|
316
348
|
"state": "active",
|
|
349
|
+
"introduced": "0.6.0",
|
|
317
350
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons."
|
|
318
351
|
},
|
|
319
352
|
"value": "#172B4D",
|
|
@@ -323,6 +356,7 @@ var tokens = [{
|
|
|
323
356
|
"attributes": {
|
|
324
357
|
"group": "paint",
|
|
325
358
|
"state": "active",
|
|
359
|
+
"introduced": "0.6.0",
|
|
326
360
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons."
|
|
327
361
|
},
|
|
328
362
|
"value": "N1000"
|
|
@@ -333,6 +367,7 @@ var tokens = [{
|
|
|
333
367
|
"attributes": {
|
|
334
368
|
"group": "paint",
|
|
335
369
|
"state": "active",
|
|
370
|
+
"introduced": "0.6.0",
|
|
336
371
|
"description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
|
|
337
372
|
},
|
|
338
373
|
"value": "#44546F",
|
|
@@ -342,6 +377,7 @@ var tokens = [{
|
|
|
342
377
|
"attributes": {
|
|
343
378
|
"group": "paint",
|
|
344
379
|
"state": "active",
|
|
380
|
+
"introduced": "0.6.0",
|
|
345
381
|
"description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
|
|
346
382
|
},
|
|
347
383
|
"value": "N800"
|
|
@@ -352,6 +388,7 @@ var tokens = [{
|
|
|
352
388
|
"attributes": {
|
|
353
389
|
"group": "paint",
|
|
354
390
|
"state": "active",
|
|
391
|
+
"introduced": "0.6.0",
|
|
355
392
|
"description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
|
|
356
393
|
},
|
|
357
394
|
"value": "#626F86",
|
|
@@ -361,6 +398,7 @@ var tokens = [{
|
|
|
361
398
|
"attributes": {
|
|
362
399
|
"group": "paint",
|
|
363
400
|
"state": "active",
|
|
401
|
+
"introduced": "0.6.0",
|
|
364
402
|
"description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
|
|
365
403
|
},
|
|
366
404
|
"value": "N700"
|
|
@@ -371,6 +409,7 @@ var tokens = [{
|
|
|
371
409
|
"attributes": {
|
|
372
410
|
"group": "paint",
|
|
373
411
|
"state": "active",
|
|
412
|
+
"introduced": "0.0.15",
|
|
374
413
|
"description": "Use for text in a disabled state."
|
|
375
414
|
},
|
|
376
415
|
"value": "#8993A5",
|
|
@@ -380,6 +419,7 @@ var tokens = [{
|
|
|
380
419
|
"attributes": {
|
|
381
420
|
"group": "paint",
|
|
382
421
|
"state": "active",
|
|
422
|
+
"introduced": "0.0.15",
|
|
383
423
|
"description": "Use for text in a disabled state."
|
|
384
424
|
},
|
|
385
425
|
"value": "N500"
|
|
@@ -390,6 +430,7 @@ var tokens = [{
|
|
|
390
430
|
"attributes": {
|
|
391
431
|
"group": "paint",
|
|
392
432
|
"state": "active",
|
|
433
|
+
"introduced": "0.6.0",
|
|
393
434
|
"description": "Use for text on bold backgrounds."
|
|
394
435
|
},
|
|
395
436
|
"value": "#FFFFFF",
|
|
@@ -399,6 +440,7 @@ var tokens = [{
|
|
|
399
440
|
"attributes": {
|
|
400
441
|
"group": "paint",
|
|
401
442
|
"state": "active",
|
|
443
|
+
"introduced": "0.6.0",
|
|
402
444
|
"description": "Use for text on bold backgrounds."
|
|
403
445
|
},
|
|
404
446
|
"value": "N0"
|
|
@@ -409,6 +451,7 @@ var tokens = [{
|
|
|
409
451
|
"attributes": {
|
|
410
452
|
"group": "paint",
|
|
411
453
|
"state": "active",
|
|
454
|
+
"introduced": "0.6.0",
|
|
412
455
|
"description": "Use for text that reinforces our brand."
|
|
413
456
|
},
|
|
414
457
|
"value": "#0C66E4",
|
|
@@ -418,6 +461,7 @@ var tokens = [{
|
|
|
418
461
|
"attributes": {
|
|
419
462
|
"group": "paint",
|
|
420
463
|
"state": "active",
|
|
464
|
+
"introduced": "0.6.0",
|
|
421
465
|
"description": "Use for text that reinforces our brand."
|
|
422
466
|
},
|
|
423
467
|
"value": "B700"
|
|
@@ -428,6 +472,7 @@ var tokens = [{
|
|
|
428
472
|
"attributes": {
|
|
429
473
|
"group": "paint",
|
|
430
474
|
"state": "active",
|
|
475
|
+
"introduced": "0.6.0",
|
|
431
476
|
"description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
|
|
432
477
|
},
|
|
433
478
|
"value": "#0C66E4",
|
|
@@ -437,6 +482,7 @@ var tokens = [{
|
|
|
437
482
|
"attributes": {
|
|
438
483
|
"group": "paint",
|
|
439
484
|
"state": "active",
|
|
485
|
+
"introduced": "0.6.0",
|
|
440
486
|
"description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
|
|
441
487
|
},
|
|
442
488
|
"value": "B700"
|
|
@@ -447,6 +493,7 @@ var tokens = [{
|
|
|
447
493
|
"attributes": {
|
|
448
494
|
"group": "paint",
|
|
449
495
|
"state": "active",
|
|
496
|
+
"introduced": "0.0.15",
|
|
450
497
|
"description": "Use for critical text, such as input field error messaging."
|
|
451
498
|
},
|
|
452
499
|
"value": "#AE2A19",
|
|
@@ -456,6 +503,7 @@ var tokens = [{
|
|
|
456
503
|
"attributes": {
|
|
457
504
|
"group": "paint",
|
|
458
505
|
"state": "active",
|
|
506
|
+
"introduced": "0.0.15",
|
|
459
507
|
"description": "Use for critical text, such as input field error messaging."
|
|
460
508
|
},
|
|
461
509
|
"value": "R800"
|
|
@@ -466,6 +514,7 @@ var tokens = [{
|
|
|
466
514
|
"attributes": {
|
|
467
515
|
"group": "paint",
|
|
468
516
|
"state": "active",
|
|
517
|
+
"introduced": "0.0.15",
|
|
469
518
|
"description": "Use for text to emphasize caution, such as in moved lozenges."
|
|
470
519
|
},
|
|
471
520
|
"value": "#974F0C",
|
|
@@ -475,6 +524,7 @@ var tokens = [{
|
|
|
475
524
|
"attributes": {
|
|
476
525
|
"group": "paint",
|
|
477
526
|
"state": "active",
|
|
527
|
+
"introduced": "0.0.15",
|
|
478
528
|
"description": "Use for text to emphasize caution, such as in moved lozenges."
|
|
479
529
|
},
|
|
480
530
|
"value": "O800"
|
|
@@ -485,6 +535,7 @@ var tokens = [{
|
|
|
485
535
|
"attributes": {
|
|
486
536
|
"group": "paint",
|
|
487
537
|
"state": "active",
|
|
538
|
+
"introduced": "0.6.0",
|
|
488
539
|
"description": "Use for text when on bold warning backgrounds."
|
|
489
540
|
},
|
|
490
541
|
"value": "#172B4D",
|
|
@@ -494,6 +545,7 @@ var tokens = [{
|
|
|
494
545
|
"attributes": {
|
|
495
546
|
"group": "paint",
|
|
496
547
|
"state": "active",
|
|
548
|
+
"introduced": "0.6.0",
|
|
497
549
|
"description": "Use for text when on bold warning backgrounds."
|
|
498
550
|
},
|
|
499
551
|
"value": "N1000"
|
|
@@ -504,6 +556,7 @@ var tokens = [{
|
|
|
504
556
|
"attributes": {
|
|
505
557
|
"group": "paint",
|
|
506
558
|
"state": "active",
|
|
559
|
+
"introduced": "0.0.15",
|
|
507
560
|
"description": "Use for text to communicate a favourable outcome, such as input field success messaging."
|
|
508
561
|
},
|
|
509
562
|
"value": "#216E4E",
|
|
@@ -513,6 +566,7 @@ var tokens = [{
|
|
|
513
566
|
"attributes": {
|
|
514
567
|
"group": "paint",
|
|
515
568
|
"state": "active",
|
|
569
|
+
"introduced": "0.0.15",
|
|
516
570
|
"description": "Use for text to communicate a favourable outcome, such as input field success messaging."
|
|
517
571
|
},
|
|
518
572
|
"value": "G800"
|
|
@@ -523,6 +577,7 @@ var tokens = [{
|
|
|
523
577
|
"attributes": {
|
|
524
578
|
"group": "paint",
|
|
525
579
|
"state": "active",
|
|
580
|
+
"introduced": "0.0.15",
|
|
526
581
|
"description": "Use for text to emphasize change or something new, such as in new lozenges."
|
|
527
582
|
},
|
|
528
583
|
"value": "#5E4DB2",
|
|
@@ -532,6 +587,7 @@ var tokens = [{
|
|
|
532
587
|
"attributes": {
|
|
533
588
|
"group": "paint",
|
|
534
589
|
"state": "active",
|
|
590
|
+
"introduced": "0.0.15",
|
|
535
591
|
"description": "Use for text to emphasize change or something new, such as in new lozenges."
|
|
536
592
|
},
|
|
537
593
|
"value": "P800"
|
|
@@ -542,6 +598,7 @@ var tokens = [{
|
|
|
542
598
|
"attributes": {
|
|
543
599
|
"group": "paint",
|
|
544
600
|
"state": "active",
|
|
601
|
+
"introduced": "0.6.0",
|
|
545
602
|
"description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
|
|
546
603
|
},
|
|
547
604
|
"value": "#0055CC",
|
|
@@ -551,6 +608,7 @@ var tokens = [{
|
|
|
551
608
|
"attributes": {
|
|
552
609
|
"group": "paint",
|
|
553
610
|
"state": "active",
|
|
611
|
+
"introduced": "0.6.0",
|
|
554
612
|
"description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
|
|
555
613
|
},
|
|
556
614
|
"value": "B800"
|
|
@@ -561,6 +619,7 @@ var tokens = [{
|
|
|
561
619
|
"attributes": {
|
|
562
620
|
"group": "paint",
|
|
563
621
|
"state": "deleted",
|
|
622
|
+
"introduced": "0.0.15",
|
|
564
623
|
"replacement": "color.text.[default]",
|
|
565
624
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons"
|
|
566
625
|
},
|
|
@@ -571,6 +630,7 @@ var tokens = [{
|
|
|
571
630
|
"attributes": {
|
|
572
631
|
"group": "paint",
|
|
573
632
|
"state": "deleted",
|
|
633
|
+
"introduced": "0.0.15",
|
|
574
634
|
"replacement": "color.text.[default]",
|
|
575
635
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons"
|
|
576
636
|
},
|
|
@@ -582,6 +642,7 @@ var tokens = [{
|
|
|
582
642
|
"attributes": {
|
|
583
643
|
"group": "paint",
|
|
584
644
|
"state": "deleted",
|
|
645
|
+
"introduced": "0.0.15",
|
|
585
646
|
"replacement": "color.link.pressed",
|
|
586
647
|
"description": "Use for links in a pressed state"
|
|
587
648
|
},
|
|
@@ -592,6 +653,7 @@ var tokens = [{
|
|
|
592
653
|
"attributes": {
|
|
593
654
|
"group": "paint",
|
|
594
655
|
"state": "deleted",
|
|
656
|
+
"introduced": "0.0.15",
|
|
595
657
|
"replacement": "color.link.pressed",
|
|
596
658
|
"description": "Use for links in a pressed state"
|
|
597
659
|
},
|
|
@@ -603,6 +665,7 @@ var tokens = [{
|
|
|
603
665
|
"attributes": {
|
|
604
666
|
"group": "paint",
|
|
605
667
|
"state": "deleted",
|
|
668
|
+
"introduced": "0.0.15",
|
|
606
669
|
"replacement": "color.link.[default]",
|
|
607
670
|
"description": "Use for links in a resting or hover state. Add an underline for hover states"
|
|
608
671
|
},
|
|
@@ -613,6 +676,7 @@ var tokens = [{
|
|
|
613
676
|
"attributes": {
|
|
614
677
|
"group": "paint",
|
|
615
678
|
"state": "deleted",
|
|
679
|
+
"introduced": "0.0.15",
|
|
616
680
|
"replacement": "color.link.[default]",
|
|
617
681
|
"description": "Use for links in a resting or hover state. Add an underline for hover states"
|
|
618
682
|
},
|
|
@@ -624,6 +688,7 @@ var tokens = [{
|
|
|
624
688
|
"attributes": {
|
|
625
689
|
"group": "paint",
|
|
626
690
|
"state": "deleted",
|
|
691
|
+
"introduced": "0.0.15",
|
|
627
692
|
"replacement": "color.text.subtlest",
|
|
628
693
|
"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"
|
|
629
694
|
},
|
|
@@ -634,6 +699,7 @@ var tokens = [{
|
|
|
634
699
|
"attributes": {
|
|
635
700
|
"group": "paint",
|
|
636
701
|
"state": "deleted",
|
|
702
|
+
"introduced": "0.0.15",
|
|
637
703
|
"replacement": "color.text.subtlest",
|
|
638
704
|
"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"
|
|
639
705
|
},
|
|
@@ -645,6 +711,7 @@ var tokens = [{
|
|
|
645
711
|
"attributes": {
|
|
646
712
|
"group": "paint",
|
|
647
713
|
"state": "deleted",
|
|
714
|
+
"introduced": "0.0.15",
|
|
648
715
|
"replacement": "color.text.subtle",
|
|
649
716
|
"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 "
|
|
650
717
|
},
|
|
@@ -655,6 +722,7 @@ var tokens = [{
|
|
|
655
722
|
"attributes": {
|
|
656
723
|
"group": "paint",
|
|
657
724
|
"state": "deleted",
|
|
725
|
+
"introduced": "0.0.15",
|
|
658
726
|
"replacement": "color.text.subtle",
|
|
659
727
|
"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 "
|
|
660
728
|
},
|
|
@@ -666,6 +734,7 @@ var tokens = [{
|
|
|
666
734
|
"attributes": {
|
|
667
735
|
"group": "paint",
|
|
668
736
|
"state": "deleted",
|
|
737
|
+
"introduced": "0.0.15",
|
|
669
738
|
"replacement": "color.text.inverse",
|
|
670
739
|
"description": "Use for text and icons when on bold backgrounds"
|
|
671
740
|
},
|
|
@@ -676,6 +745,7 @@ var tokens = [{
|
|
|
676
745
|
"attributes": {
|
|
677
746
|
"group": "paint",
|
|
678
747
|
"state": "deleted",
|
|
748
|
+
"introduced": "0.0.15",
|
|
679
749
|
"replacement": "color.text.inverse",
|
|
680
750
|
"description": "Use for text and icons when on bold backgrounds"
|
|
681
751
|
},
|
|
@@ -687,6 +757,7 @@ var tokens = [{
|
|
|
687
757
|
"attributes": {
|
|
688
758
|
"group": "paint",
|
|
689
759
|
"state": "deleted",
|
|
760
|
+
"introduced": "0.0.15",
|
|
690
761
|
"replacement": "color.text.warning.inverse",
|
|
691
762
|
"description": "Use for text and icons when on bold warning backgrounds"
|
|
692
763
|
},
|
|
@@ -697,6 +768,7 @@ var tokens = [{
|
|
|
697
768
|
"attributes": {
|
|
698
769
|
"group": "paint",
|
|
699
770
|
"state": "deleted",
|
|
771
|
+
"introduced": "0.0.15",
|
|
700
772
|
"replacement": "color.text.warning.inverse",
|
|
701
773
|
"description": "Use for text and icons when on bold warning backgrounds"
|
|
702
774
|
},
|
|
@@ -708,6 +780,7 @@ var tokens = [{
|
|
|
708
780
|
"attributes": {
|
|
709
781
|
"group": "paint",
|
|
710
782
|
"state": "active",
|
|
783
|
+
"introduced": "0.6.0",
|
|
711
784
|
"description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
712
785
|
},
|
|
713
786
|
"value": "#1D7AFC",
|
|
@@ -717,6 +790,7 @@ var tokens = [{
|
|
|
717
790
|
"attributes": {
|
|
718
791
|
"group": "paint",
|
|
719
792
|
"state": "active",
|
|
793
|
+
"introduced": "0.6.0",
|
|
720
794
|
"description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
721
795
|
},
|
|
722
796
|
"value": "B600"
|
|
@@ -727,6 +801,7 @@ var tokens = [{
|
|
|
727
801
|
"attributes": {
|
|
728
802
|
"group": "paint",
|
|
729
803
|
"state": "active",
|
|
804
|
+
"introduced": "0.6.0",
|
|
730
805
|
"description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
731
806
|
},
|
|
732
807
|
"value": "#E34935",
|
|
@@ -736,6 +811,7 @@ var tokens = [{
|
|
|
736
811
|
"attributes": {
|
|
737
812
|
"group": "paint",
|
|
738
813
|
"state": "active",
|
|
814
|
+
"introduced": "0.6.0",
|
|
739
815
|
"description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
740
816
|
},
|
|
741
817
|
"value": "R600"
|
|
@@ -746,6 +822,7 @@ var tokens = [{
|
|
|
746
822
|
"attributes": {
|
|
747
823
|
"group": "paint",
|
|
748
824
|
"state": "active",
|
|
825
|
+
"introduced": "0.6.0",
|
|
749
826
|
"description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
750
827
|
},
|
|
751
828
|
"value": "#D97008",
|
|
@@ -755,6 +832,7 @@ var tokens = [{
|
|
|
755
832
|
"attributes": {
|
|
756
833
|
"group": "paint",
|
|
757
834
|
"state": "active",
|
|
835
|
+
"introduced": "0.6.0",
|
|
758
836
|
"description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
759
837
|
},
|
|
760
838
|
"value": "O600"
|
|
@@ -765,6 +843,7 @@ var tokens = [{
|
|
|
765
843
|
"attributes": {
|
|
766
844
|
"group": "paint",
|
|
767
845
|
"state": "active",
|
|
846
|
+
"introduced": "0.6.0",
|
|
768
847
|
"description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
769
848
|
},
|
|
770
849
|
"value": "#B38600",
|
|
@@ -774,6 +853,7 @@ var tokens = [{
|
|
|
774
853
|
"attributes": {
|
|
775
854
|
"group": "paint",
|
|
776
855
|
"state": "active",
|
|
856
|
+
"introduced": "0.6.0",
|
|
777
857
|
"description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
778
858
|
},
|
|
779
859
|
"value": "Y600"
|
|
@@ -784,6 +864,7 @@ var tokens = [{
|
|
|
784
864
|
"attributes": {
|
|
785
865
|
"group": "paint",
|
|
786
866
|
"state": "active",
|
|
867
|
+
"introduced": "0.6.0",
|
|
787
868
|
"description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
788
869
|
},
|
|
789
870
|
"value": "#22A06B",
|
|
@@ -793,6 +874,7 @@ var tokens = [{
|
|
|
793
874
|
"attributes": {
|
|
794
875
|
"group": "paint",
|
|
795
876
|
"state": "active",
|
|
877
|
+
"introduced": "0.6.0",
|
|
796
878
|
"description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
797
879
|
},
|
|
798
880
|
"value": "G600"
|
|
@@ -803,6 +885,7 @@ var tokens = [{
|
|
|
803
885
|
"attributes": {
|
|
804
886
|
"group": "paint",
|
|
805
887
|
"state": "active",
|
|
888
|
+
"introduced": "0.6.0",
|
|
806
889
|
"description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
807
890
|
},
|
|
808
891
|
"value": "#8270DB",
|
|
@@ -812,6 +895,7 @@ var tokens = [{
|
|
|
812
895
|
"attributes": {
|
|
813
896
|
"group": "paint",
|
|
814
897
|
"state": "active",
|
|
898
|
+
"introduced": "0.6.0",
|
|
815
899
|
"description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
816
900
|
},
|
|
817
901
|
"value": "P600"
|
|
@@ -822,6 +906,7 @@ var tokens = [{
|
|
|
822
906
|
"attributes": {
|
|
823
907
|
"group": "paint",
|
|
824
908
|
"state": "active",
|
|
909
|
+
"introduced": "0.6.0",
|
|
825
910
|
"description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
826
911
|
},
|
|
827
912
|
"value": "#1D9AAA",
|
|
@@ -831,6 +916,7 @@ var tokens = [{
|
|
|
831
916
|
"attributes": {
|
|
832
917
|
"group": "paint",
|
|
833
918
|
"state": "active",
|
|
919
|
+
"introduced": "0.6.0",
|
|
834
920
|
"description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
835
921
|
},
|
|
836
922
|
"value": "T600"
|
|
@@ -841,6 +927,7 @@ var tokens = [{
|
|
|
841
927
|
"attributes": {
|
|
842
928
|
"group": "paint",
|
|
843
929
|
"state": "active",
|
|
930
|
+
"introduced": "0.6.0",
|
|
844
931
|
"description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
845
932
|
},
|
|
846
933
|
"value": "#CD519D",
|
|
@@ -850,6 +937,7 @@ var tokens = [{
|
|
|
850
937
|
"attributes": {
|
|
851
938
|
"group": "paint",
|
|
852
939
|
"state": "active",
|
|
940
|
+
"introduced": "0.6.0",
|
|
853
941
|
"description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
854
942
|
},
|
|
855
943
|
"value": "M600"
|
|
@@ -860,6 +948,7 @@ var tokens = [{
|
|
|
860
948
|
"attributes": {
|
|
861
949
|
"group": "paint",
|
|
862
950
|
"state": "active",
|
|
951
|
+
"introduced": "0.6.0",
|
|
863
952
|
"description": "Use for icon-only buttons, or icons paired with color.text"
|
|
864
953
|
},
|
|
865
954
|
"value": "#44546F",
|
|
@@ -869,6 +958,7 @@ var tokens = [{
|
|
|
869
958
|
"attributes": {
|
|
870
959
|
"group": "paint",
|
|
871
960
|
"state": "active",
|
|
961
|
+
"introduced": "0.6.0",
|
|
872
962
|
"description": "Use for icon-only buttons, or icons paired with color.text"
|
|
873
963
|
},
|
|
874
964
|
"value": "N800"
|
|
@@ -879,6 +969,7 @@ var tokens = [{
|
|
|
879
969
|
"attributes": {
|
|
880
970
|
"group": "paint",
|
|
881
971
|
"state": "active",
|
|
972
|
+
"introduced": "0.6.0",
|
|
882
973
|
"description": "Use for icons paired with color.text.subtle"
|
|
883
974
|
},
|
|
884
975
|
"value": "#626F86",
|
|
@@ -888,6 +979,7 @@ var tokens = [{
|
|
|
888
979
|
"attributes": {
|
|
889
980
|
"group": "paint",
|
|
890
981
|
"state": "active",
|
|
982
|
+
"introduced": "0.6.0",
|
|
891
983
|
"description": "Use for icons paired with color.text.subtle"
|
|
892
984
|
},
|
|
893
985
|
"value": "N700"
|
|
@@ -898,6 +990,7 @@ var tokens = [{
|
|
|
898
990
|
"attributes": {
|
|
899
991
|
"group": "paint",
|
|
900
992
|
"state": "active",
|
|
993
|
+
"introduced": "0.6.0",
|
|
901
994
|
"description": "Use for icons on bold backgrounds."
|
|
902
995
|
},
|
|
903
996
|
"value": "#FFFFFF",
|
|
@@ -907,6 +1000,7 @@ var tokens = [{
|
|
|
907
1000
|
"attributes": {
|
|
908
1001
|
"group": "paint",
|
|
909
1002
|
"state": "active",
|
|
1003
|
+
"introduced": "0.6.0",
|
|
910
1004
|
"description": "Use for icons on bold backgrounds."
|
|
911
1005
|
},
|
|
912
1006
|
"value": "N0"
|
|
@@ -917,6 +1011,7 @@ var tokens = [{
|
|
|
917
1011
|
"attributes": {
|
|
918
1012
|
"group": "paint",
|
|
919
1013
|
"state": "active",
|
|
1014
|
+
"introduced": "0.6.0",
|
|
920
1015
|
"description": "Use for icons in a disabled state."
|
|
921
1016
|
},
|
|
922
1017
|
"value": "#8993A5",
|
|
@@ -926,6 +1021,7 @@ var tokens = [{
|
|
|
926
1021
|
"attributes": {
|
|
927
1022
|
"group": "paint",
|
|
928
1023
|
"state": "active",
|
|
1024
|
+
"introduced": "0.6.0",
|
|
929
1025
|
"description": "Use for icons in a disabled state."
|
|
930
1026
|
},
|
|
931
1027
|
"value": "N500"
|
|
@@ -936,6 +1032,7 @@ var tokens = [{
|
|
|
936
1032
|
"attributes": {
|
|
937
1033
|
"group": "paint",
|
|
938
1034
|
"state": "active",
|
|
1035
|
+
"introduced": "0.6.0",
|
|
939
1036
|
"description": "Use for icons that reinforce our brand."
|
|
940
1037
|
},
|
|
941
1038
|
"value": "#0C66E4",
|
|
@@ -945,6 +1042,7 @@ var tokens = [{
|
|
|
945
1042
|
"attributes": {
|
|
946
1043
|
"group": "paint",
|
|
947
1044
|
"state": "active",
|
|
1045
|
+
"introduced": "0.6.0",
|
|
948
1046
|
"description": "Use for icons that reinforce our brand."
|
|
949
1047
|
},
|
|
950
1048
|
"value": "B700"
|
|
@@ -955,6 +1053,7 @@ var tokens = [{
|
|
|
955
1053
|
"attributes": {
|
|
956
1054
|
"group": "paint",
|
|
957
1055
|
"state": "active",
|
|
1056
|
+
"introduced": "0.6.2",
|
|
958
1057
|
"description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
|
|
959
1058
|
},
|
|
960
1059
|
"value": "#0C66E4",
|
|
@@ -964,6 +1063,7 @@ var tokens = [{
|
|
|
964
1063
|
"attributes": {
|
|
965
1064
|
"group": "paint",
|
|
966
1065
|
"state": "active",
|
|
1066
|
+
"introduced": "0.6.2",
|
|
967
1067
|
"description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
|
|
968
1068
|
},
|
|
969
1069
|
"value": "B700"
|
|
@@ -974,7 +1074,8 @@ var tokens = [{
|
|
|
974
1074
|
"attributes": {
|
|
975
1075
|
"group": "paint",
|
|
976
1076
|
"state": "active",
|
|
977
|
-
"
|
|
1077
|
+
"introduced": "0.6.0",
|
|
1078
|
+
"description": "Use for icons communicating critical information, such as those used in error handing."
|
|
978
1079
|
},
|
|
979
1080
|
"value": "#E34935",
|
|
980
1081
|
"filePath": "src/tokens/atlassian-light/color/icon.tsx",
|
|
@@ -983,7 +1084,8 @@ var tokens = [{
|
|
|
983
1084
|
"attributes": {
|
|
984
1085
|
"group": "paint",
|
|
985
1086
|
"state": "active",
|
|
986
|
-
"
|
|
1087
|
+
"introduced": "0.6.0",
|
|
1088
|
+
"description": "Use for icons communicating critical information, such as those used in error handing."
|
|
987
1089
|
},
|
|
988
1090
|
"value": "R600"
|
|
989
1091
|
},
|
|
@@ -993,6 +1095,7 @@ var tokens = [{
|
|
|
993
1095
|
"attributes": {
|
|
994
1096
|
"group": "paint",
|
|
995
1097
|
"state": "active",
|
|
1098
|
+
"introduced": "0.6.0",
|
|
996
1099
|
"description": "Use for icons communicating caution, such as those used in warning section messages."
|
|
997
1100
|
},
|
|
998
1101
|
"value": "#D97008",
|
|
@@ -1002,6 +1105,7 @@ var tokens = [{
|
|
|
1002
1105
|
"attributes": {
|
|
1003
1106
|
"group": "paint",
|
|
1004
1107
|
"state": "active",
|
|
1108
|
+
"introduced": "0.6.0",
|
|
1005
1109
|
"description": "Use for icons communicating caution, such as those used in warning section messages."
|
|
1006
1110
|
},
|
|
1007
1111
|
"value": "O600"
|
|
@@ -1012,6 +1116,7 @@ var tokens = [{
|
|
|
1012
1116
|
"attributes": {
|
|
1013
1117
|
"group": "paint",
|
|
1014
1118
|
"state": "active",
|
|
1119
|
+
"introduced": "0.6.0",
|
|
1015
1120
|
"description": "Use for icons when on bold warning backgrounds."
|
|
1016
1121
|
},
|
|
1017
1122
|
"value": "#172B4D",
|
|
@@ -1021,6 +1126,7 @@ var tokens = [{
|
|
|
1021
1126
|
"attributes": {
|
|
1022
1127
|
"group": "paint",
|
|
1023
1128
|
"state": "active",
|
|
1129
|
+
"introduced": "0.6.0",
|
|
1024
1130
|
"description": "Use for icons when on bold warning backgrounds."
|
|
1025
1131
|
},
|
|
1026
1132
|
"value": "N1000"
|
|
@@ -1031,6 +1137,7 @@ var tokens = [{
|
|
|
1031
1137
|
"attributes": {
|
|
1032
1138
|
"group": "paint",
|
|
1033
1139
|
"state": "active",
|
|
1140
|
+
"introduced": "0.6.0",
|
|
1034
1141
|
"description": "Use for icons communicating a favourable outcome, such as those used in success section messaged."
|
|
1035
1142
|
},
|
|
1036
1143
|
"value": "#22A06B",
|
|
@@ -1040,6 +1147,7 @@ var tokens = [{
|
|
|
1040
1147
|
"attributes": {
|
|
1041
1148
|
"group": "paint",
|
|
1042
1149
|
"state": "active",
|
|
1150
|
+
"introduced": "0.6.0",
|
|
1043
1151
|
"description": "Use for icons communicating a favourable outcome, such as those used in success section messaged."
|
|
1044
1152
|
},
|
|
1045
1153
|
"value": "G600"
|
|
@@ -1050,6 +1158,7 @@ var tokens = [{
|
|
|
1050
1158
|
"attributes": {
|
|
1051
1159
|
"group": "paint",
|
|
1052
1160
|
"state": "active",
|
|
1161
|
+
"introduced": "0.6.0",
|
|
1053
1162
|
"description": "Use for icons communicating change or something new, such as discovery section messages."
|
|
1054
1163
|
},
|
|
1055
1164
|
"value": "#8270DB",
|
|
@@ -1059,6 +1168,7 @@ var tokens = [{
|
|
|
1059
1168
|
"attributes": {
|
|
1060
1169
|
"group": "paint",
|
|
1061
1170
|
"state": "active",
|
|
1171
|
+
"introduced": "0.6.0",
|
|
1062
1172
|
"description": "Use for icons communicating change or something new, such as discovery section messages."
|
|
1063
1173
|
},
|
|
1064
1174
|
"value": "P600"
|
|
@@ -1069,6 +1179,7 @@ var tokens = [{
|
|
|
1069
1179
|
"attributes": {
|
|
1070
1180
|
"group": "paint",
|
|
1071
1181
|
"state": "active",
|
|
1182
|
+
"introduced": "0.6.0",
|
|
1072
1183
|
"description": "Use for icons communicating information or something in-progress, such as information section messages."
|
|
1073
1184
|
},
|
|
1074
1185
|
"value": "#1D7AFC",
|
|
@@ -1078,6 +1189,7 @@ var tokens = [{
|
|
|
1078
1189
|
"attributes": {
|
|
1079
1190
|
"group": "paint",
|
|
1080
1191
|
"state": "active",
|
|
1192
|
+
"introduced": "0.6.0",
|
|
1081
1193
|
"description": "Use for icons communicating information or something in-progress, such as information section messages."
|
|
1082
1194
|
},
|
|
1083
1195
|
"value": "B600"
|
|
@@ -1088,6 +1200,7 @@ var tokens = [{
|
|
|
1088
1200
|
"attributes": {
|
|
1089
1201
|
"group": "paint",
|
|
1090
1202
|
"state": "active",
|
|
1203
|
+
"introduced": "0.6.0",
|
|
1091
1204
|
"description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1092
1205
|
},
|
|
1093
1206
|
"value": "#1D7AFC",
|
|
@@ -1097,6 +1210,7 @@ var tokens = [{
|
|
|
1097
1210
|
"attributes": {
|
|
1098
1211
|
"group": "paint",
|
|
1099
1212
|
"state": "active",
|
|
1213
|
+
"introduced": "0.6.0",
|
|
1100
1214
|
"description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1101
1215
|
},
|
|
1102
1216
|
"value": "B600"
|
|
@@ -1107,6 +1221,7 @@ var tokens = [{
|
|
|
1107
1221
|
"attributes": {
|
|
1108
1222
|
"group": "paint",
|
|
1109
1223
|
"state": "active",
|
|
1224
|
+
"introduced": "0.6.0",
|
|
1110
1225
|
"description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1111
1226
|
},
|
|
1112
1227
|
"value": "#E34935",
|
|
@@ -1116,6 +1231,7 @@ var tokens = [{
|
|
|
1116
1231
|
"attributes": {
|
|
1117
1232
|
"group": "paint",
|
|
1118
1233
|
"state": "active",
|
|
1234
|
+
"introduced": "0.6.0",
|
|
1119
1235
|
"description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1120
1236
|
},
|
|
1121
1237
|
"value": "R600"
|
|
@@ -1126,6 +1242,7 @@ var tokens = [{
|
|
|
1126
1242
|
"attributes": {
|
|
1127
1243
|
"group": "paint",
|
|
1128
1244
|
"state": "active",
|
|
1245
|
+
"introduced": "0.6.0",
|
|
1129
1246
|
"description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1130
1247
|
},
|
|
1131
1248
|
"value": "#D97008",
|
|
@@ -1135,6 +1252,7 @@ var tokens = [{
|
|
|
1135
1252
|
"attributes": {
|
|
1136
1253
|
"group": "paint",
|
|
1137
1254
|
"state": "active",
|
|
1255
|
+
"introduced": "0.6.0",
|
|
1138
1256
|
"description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1139
1257
|
},
|
|
1140
1258
|
"value": "O600"
|
|
@@ -1145,6 +1263,7 @@ var tokens = [{
|
|
|
1145
1263
|
"attributes": {
|
|
1146
1264
|
"group": "paint",
|
|
1147
1265
|
"state": "active",
|
|
1266
|
+
"introduced": "0.6.0",
|
|
1148
1267
|
"description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1149
1268
|
},
|
|
1150
1269
|
"value": "#B38600",
|
|
@@ -1154,6 +1273,7 @@ var tokens = [{
|
|
|
1154
1273
|
"attributes": {
|
|
1155
1274
|
"group": "paint",
|
|
1156
1275
|
"state": "active",
|
|
1276
|
+
"introduced": "0.6.0",
|
|
1157
1277
|
"description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1158
1278
|
},
|
|
1159
1279
|
"value": "Y600"
|
|
@@ -1164,6 +1284,7 @@ var tokens = [{
|
|
|
1164
1284
|
"attributes": {
|
|
1165
1285
|
"group": "paint",
|
|
1166
1286
|
"state": "active",
|
|
1287
|
+
"introduced": "0.6.0",
|
|
1167
1288
|
"description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1168
1289
|
},
|
|
1169
1290
|
"value": "#22A06B",
|
|
@@ -1173,6 +1294,7 @@ var tokens = [{
|
|
|
1173
1294
|
"attributes": {
|
|
1174
1295
|
"group": "paint",
|
|
1175
1296
|
"state": "active",
|
|
1297
|
+
"introduced": "0.6.0",
|
|
1176
1298
|
"description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1177
1299
|
},
|
|
1178
1300
|
"value": "G600"
|
|
@@ -1183,6 +1305,7 @@ var tokens = [{
|
|
|
1183
1305
|
"attributes": {
|
|
1184
1306
|
"group": "paint",
|
|
1185
1307
|
"state": "active",
|
|
1308
|
+
"introduced": "0.6.0",
|
|
1186
1309
|
"description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1187
1310
|
},
|
|
1188
1311
|
"value": "#8270DB",
|
|
@@ -1192,6 +1315,7 @@ var tokens = [{
|
|
|
1192
1315
|
"attributes": {
|
|
1193
1316
|
"group": "paint",
|
|
1194
1317
|
"state": "active",
|
|
1318
|
+
"introduced": "0.6.0",
|
|
1195
1319
|
"description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1196
1320
|
},
|
|
1197
1321
|
"value": "P600"
|
|
@@ -1202,6 +1326,7 @@ var tokens = [{
|
|
|
1202
1326
|
"attributes": {
|
|
1203
1327
|
"group": "paint",
|
|
1204
1328
|
"state": "active",
|
|
1329
|
+
"introduced": "0.6.0",
|
|
1205
1330
|
"description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1206
1331
|
},
|
|
1207
1332
|
"value": "#1D9AAA",
|
|
@@ -1211,6 +1336,7 @@ var tokens = [{
|
|
|
1211
1336
|
"attributes": {
|
|
1212
1337
|
"group": "paint",
|
|
1213
1338
|
"state": "active",
|
|
1339
|
+
"introduced": "0.6.0",
|
|
1214
1340
|
"description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1215
1341
|
},
|
|
1216
1342
|
"value": "T600"
|
|
@@ -1221,6 +1347,7 @@ var tokens = [{
|
|
|
1221
1347
|
"attributes": {
|
|
1222
1348
|
"group": "paint",
|
|
1223
1349
|
"state": "active",
|
|
1350
|
+
"introduced": "0.6.0",
|
|
1224
1351
|
"description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1225
1352
|
},
|
|
1226
1353
|
"value": "#CD519D",
|
|
@@ -1230,6 +1357,7 @@ var tokens = [{
|
|
|
1230
1357
|
"attributes": {
|
|
1231
1358
|
"group": "paint",
|
|
1232
1359
|
"state": "active",
|
|
1360
|
+
"introduced": "0.6.0",
|
|
1233
1361
|
"description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1234
1362
|
},
|
|
1235
1363
|
"value": "M600"
|
|
@@ -1240,6 +1368,7 @@ var tokens = [{
|
|
|
1240
1368
|
"attributes": {
|
|
1241
1369
|
"group": "paint",
|
|
1242
1370
|
"state": "active",
|
|
1371
|
+
"introduced": "0.6.0",
|
|
1243
1372
|
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
1244
1373
|
},
|
|
1245
1374
|
"value": "#091E4224",
|
|
@@ -1249,6 +1378,7 @@ var tokens = [{
|
|
|
1249
1378
|
"attributes": {
|
|
1250
1379
|
"group": "paint",
|
|
1251
1380
|
"state": "active",
|
|
1381
|
+
"introduced": "0.6.0",
|
|
1252
1382
|
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
1253
1383
|
},
|
|
1254
1384
|
"value": "N300A"
|
|
@@ -1259,6 +1389,28 @@ var tokens = [{
|
|
|
1259
1389
|
"attributes": {
|
|
1260
1390
|
"group": "paint",
|
|
1261
1391
|
"state": "active",
|
|
1392
|
+
"introduced": "0.6.0",
|
|
1393
|
+
"description": "Use for borders on bold backgrounds."
|
|
1394
|
+
},
|
|
1395
|
+
"value": "#FFFFFF",
|
|
1396
|
+
"filePath": "src/tokens/atlassian-light/color/border.tsx",
|
|
1397
|
+
"isSource": true,
|
|
1398
|
+
"original": {
|
|
1399
|
+
"attributes": {
|
|
1400
|
+
"group": "paint",
|
|
1401
|
+
"state": "active",
|
|
1402
|
+
"introduced": "0.6.0",
|
|
1403
|
+
"description": "Use for borders on bold backgrounds."
|
|
1404
|
+
},
|
|
1405
|
+
"value": "N0"
|
|
1406
|
+
},
|
|
1407
|
+
"name": "color.border.inverse",
|
|
1408
|
+
"path": ["color", "border", "inverse"]
|
|
1409
|
+
}, {
|
|
1410
|
+
"attributes": {
|
|
1411
|
+
"group": "paint",
|
|
1412
|
+
"state": "active",
|
|
1413
|
+
"introduced": "0.6.0",
|
|
1262
1414
|
"description": "Use for focus rings of elements in a focus state."
|
|
1263
1415
|
},
|
|
1264
1416
|
"value": "#388BFF",
|
|
@@ -1268,6 +1420,7 @@ var tokens = [{
|
|
|
1268
1420
|
"attributes": {
|
|
1269
1421
|
"group": "paint",
|
|
1270
1422
|
"state": "active",
|
|
1423
|
+
"introduced": "0.6.0",
|
|
1271
1424
|
"description": "Use for focus rings of elements in a focus state."
|
|
1272
1425
|
},
|
|
1273
1426
|
"value": "B500"
|
|
@@ -1278,6 +1431,7 @@ var tokens = [{
|
|
|
1278
1431
|
"attributes": {
|
|
1279
1432
|
"group": "paint",
|
|
1280
1433
|
"state": "active",
|
|
1434
|
+
"introduced": "0.6.0",
|
|
1281
1435
|
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
1282
1436
|
},
|
|
1283
1437
|
"value": "#091E4224",
|
|
@@ -1287,6 +1441,7 @@ var tokens = [{
|
|
|
1287
1441
|
"attributes": {
|
|
1288
1442
|
"group": "paint",
|
|
1289
1443
|
"state": "active",
|
|
1444
|
+
"introduced": "0.6.0",
|
|
1290
1445
|
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
1291
1446
|
},
|
|
1292
1447
|
"value": "N300A"
|
|
@@ -1297,6 +1452,7 @@ var tokens = [{
|
|
|
1297
1452
|
"attributes": {
|
|
1298
1453
|
"group": "paint",
|
|
1299
1454
|
"state": "active",
|
|
1455
|
+
"introduced": "0.6.0",
|
|
1300
1456
|
"description": "Use for borders of elements in a disabled state."
|
|
1301
1457
|
},
|
|
1302
1458
|
"value": "#091E420F",
|
|
@@ -1306,6 +1462,7 @@ var tokens = [{
|
|
|
1306
1462
|
"attributes": {
|
|
1307
1463
|
"group": "paint",
|
|
1308
1464
|
"state": "active",
|
|
1465
|
+
"introduced": "0.6.0",
|
|
1309
1466
|
"description": "Use for borders of elements in a disabled state."
|
|
1310
1467
|
},
|
|
1311
1468
|
"value": "N200A"
|
|
@@ -1316,6 +1473,7 @@ var tokens = [{
|
|
|
1316
1473
|
"attributes": {
|
|
1317
1474
|
"group": "paint",
|
|
1318
1475
|
"state": "active",
|
|
1476
|
+
"introduced": "0.6.0",
|
|
1319
1477
|
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
1320
1478
|
},
|
|
1321
1479
|
"value": "#0C66E4",
|
|
@@ -1325,6 +1483,7 @@ var tokens = [{
|
|
|
1325
1483
|
"attributes": {
|
|
1326
1484
|
"group": "paint",
|
|
1327
1485
|
"state": "active",
|
|
1486
|
+
"introduced": "0.6.0",
|
|
1328
1487
|
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
1329
1488
|
},
|
|
1330
1489
|
"value": "B700"
|
|
@@ -1335,6 +1494,7 @@ var tokens = [{
|
|
|
1335
1494
|
"attributes": {
|
|
1336
1495
|
"group": "paint",
|
|
1337
1496
|
"state": "active",
|
|
1497
|
+
"introduced": "0.6.2",
|
|
1338
1498
|
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
1339
1499
|
},
|
|
1340
1500
|
"value": "#0C66E4",
|
|
@@ -1344,6 +1504,7 @@ var tokens = [{
|
|
|
1344
1504
|
"attributes": {
|
|
1345
1505
|
"group": "paint",
|
|
1346
1506
|
"state": "active",
|
|
1507
|
+
"introduced": "0.6.2",
|
|
1347
1508
|
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
1348
1509
|
},
|
|
1349
1510
|
"value": "B700"
|
|
@@ -1354,6 +1515,7 @@ var tokens = [{
|
|
|
1354
1515
|
"attributes": {
|
|
1355
1516
|
"group": "paint",
|
|
1356
1517
|
"state": "active",
|
|
1518
|
+
"introduced": "0.6.0",
|
|
1357
1519
|
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
1358
1520
|
},
|
|
1359
1521
|
"value": "#E34935",
|
|
@@ -1363,6 +1525,7 @@ var tokens = [{
|
|
|
1363
1525
|
"attributes": {
|
|
1364
1526
|
"group": "paint",
|
|
1365
1527
|
"state": "active",
|
|
1528
|
+
"introduced": "0.6.0",
|
|
1366
1529
|
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
1367
1530
|
},
|
|
1368
1531
|
"value": "R600"
|
|
@@ -1373,6 +1536,7 @@ var tokens = [{
|
|
|
1373
1536
|
"attributes": {
|
|
1374
1537
|
"group": "paint",
|
|
1375
1538
|
"state": "active",
|
|
1539
|
+
"introduced": "0.6.0",
|
|
1376
1540
|
"description": "Use for borders communicating caution."
|
|
1377
1541
|
},
|
|
1378
1542
|
"value": "#D97008",
|
|
@@ -1382,6 +1546,7 @@ var tokens = [{
|
|
|
1382
1546
|
"attributes": {
|
|
1383
1547
|
"group": "paint",
|
|
1384
1548
|
"state": "active",
|
|
1549
|
+
"introduced": "0.6.0",
|
|
1385
1550
|
"description": "Use for borders communicating caution."
|
|
1386
1551
|
},
|
|
1387
1552
|
"value": "O600"
|
|
@@ -1392,6 +1557,7 @@ var tokens = [{
|
|
|
1392
1557
|
"attributes": {
|
|
1393
1558
|
"group": "paint",
|
|
1394
1559
|
"state": "active",
|
|
1560
|
+
"introduced": "0.6.0",
|
|
1395
1561
|
"description": "Use for borders communicating a favourable outcome, such as the borders on validated text fields."
|
|
1396
1562
|
},
|
|
1397
1563
|
"value": "#22A06B",
|
|
@@ -1401,6 +1567,7 @@ var tokens = [{
|
|
|
1401
1567
|
"attributes": {
|
|
1402
1568
|
"group": "paint",
|
|
1403
1569
|
"state": "active",
|
|
1570
|
+
"introduced": "0.6.0",
|
|
1404
1571
|
"description": "Use for borders communicating a favourable outcome, such as the borders on validated text fields."
|
|
1405
1572
|
},
|
|
1406
1573
|
"value": "G600"
|
|
@@ -1411,6 +1578,7 @@ var tokens = [{
|
|
|
1411
1578
|
"attributes": {
|
|
1412
1579
|
"group": "paint",
|
|
1413
1580
|
"state": "active",
|
|
1581
|
+
"introduced": "0.6.0",
|
|
1414
1582
|
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
1415
1583
|
},
|
|
1416
1584
|
"value": "#8270DB",
|
|
@@ -1420,6 +1588,7 @@ var tokens = [{
|
|
|
1420
1588
|
"attributes": {
|
|
1421
1589
|
"group": "paint",
|
|
1422
1590
|
"state": "active",
|
|
1591
|
+
"introduced": "0.6.0",
|
|
1423
1592
|
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
1424
1593
|
},
|
|
1425
1594
|
"value": "P600"
|
|
@@ -1430,6 +1599,7 @@ var tokens = [{
|
|
|
1430
1599
|
"attributes": {
|
|
1431
1600
|
"group": "paint",
|
|
1432
1601
|
"state": "active",
|
|
1602
|
+
"introduced": "0.6.0",
|
|
1433
1603
|
"description": "Use for borders communicating information or something in-progress."
|
|
1434
1604
|
},
|
|
1435
1605
|
"value": "#1D7AFC",
|
|
@@ -1439,6 +1609,7 @@ var tokens = [{
|
|
|
1439
1609
|
"attributes": {
|
|
1440
1610
|
"group": "paint",
|
|
1441
1611
|
"state": "active",
|
|
1612
|
+
"introduced": "0.6.0",
|
|
1442
1613
|
"description": "Use for borders communicating information or something in-progress."
|
|
1443
1614
|
},
|
|
1444
1615
|
"value": "B600"
|
|
@@ -1449,6 +1620,7 @@ var tokens = [{
|
|
|
1449
1620
|
"attributes": {
|
|
1450
1621
|
"group": "paint",
|
|
1451
1622
|
"state": "deleted",
|
|
1623
|
+
"introduced": "0.0.15",
|
|
1452
1624
|
"replacement": "color.border.focused",
|
|
1453
1625
|
"description": "Use for focus rings of elements in a focus state"
|
|
1454
1626
|
},
|
|
@@ -1459,6 +1631,7 @@ var tokens = [{
|
|
|
1459
1631
|
"attributes": {
|
|
1460
1632
|
"group": "paint",
|
|
1461
1633
|
"state": "deleted",
|
|
1634
|
+
"introduced": "0.0.15",
|
|
1462
1635
|
"replacement": "color.border.focused",
|
|
1463
1636
|
"description": "Use for focus rings of elements in a focus state"
|
|
1464
1637
|
},
|
|
@@ -1470,6 +1643,7 @@ var tokens = [{
|
|
|
1470
1643
|
"attributes": {
|
|
1471
1644
|
"group": "paint",
|
|
1472
1645
|
"state": "deleted",
|
|
1646
|
+
"introduced": "0.0.15",
|
|
1473
1647
|
"replacement": "color.border.[default]",
|
|
1474
1648
|
"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"
|
|
1475
1649
|
},
|
|
@@ -1480,6 +1654,7 @@ var tokens = [{
|
|
|
1480
1654
|
"attributes": {
|
|
1481
1655
|
"group": "paint",
|
|
1482
1656
|
"state": "deleted",
|
|
1657
|
+
"introduced": "0.0.15",
|
|
1483
1658
|
"replacement": "color.border.[default]",
|
|
1484
1659
|
"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"
|
|
1485
1660
|
},
|
|
@@ -1491,6 +1666,7 @@ var tokens = [{
|
|
|
1491
1666
|
"attributes": {
|
|
1492
1667
|
"group": "paint",
|
|
1493
1668
|
"state": "active",
|
|
1669
|
+
"introduced": "0.7.0",
|
|
1494
1670
|
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1495
1671
|
},
|
|
1496
1672
|
"value": "#E9F2FF",
|
|
@@ -1500,6 +1676,7 @@ var tokens = [{
|
|
|
1500
1676
|
"attributes": {
|
|
1501
1677
|
"group": "paint",
|
|
1502
1678
|
"state": "active",
|
|
1679
|
+
"introduced": "0.7.0",
|
|
1503
1680
|
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1504
1681
|
},
|
|
1505
1682
|
"value": "B100"
|
|
@@ -1510,6 +1687,7 @@ var tokens = [{
|
|
|
1510
1687
|
"attributes": {
|
|
1511
1688
|
"group": "paint",
|
|
1512
1689
|
"state": "active",
|
|
1690
|
+
"introduced": "0.7.0",
|
|
1513
1691
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1514
1692
|
},
|
|
1515
1693
|
"value": "#CCE0FF",
|
|
@@ -1519,6 +1697,7 @@ var tokens = [{
|
|
|
1519
1697
|
"attributes": {
|
|
1520
1698
|
"group": "paint",
|
|
1521
1699
|
"state": "active",
|
|
1700
|
+
"introduced": "0.7.0",
|
|
1522
1701
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1523
1702
|
},
|
|
1524
1703
|
"value": "B200"
|
|
@@ -1529,6 +1708,7 @@ var tokens = [{
|
|
|
1529
1708
|
"attributes": {
|
|
1530
1709
|
"group": "paint",
|
|
1531
1710
|
"state": "active",
|
|
1711
|
+
"introduced": "0.7.0",
|
|
1532
1712
|
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1533
1713
|
},
|
|
1534
1714
|
"value": "#579DFF",
|
|
@@ -1538,6 +1718,7 @@ var tokens = [{
|
|
|
1538
1718
|
"attributes": {
|
|
1539
1719
|
"group": "paint",
|
|
1540
1720
|
"state": "active",
|
|
1721
|
+
"introduced": "0.7.0",
|
|
1541
1722
|
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1542
1723
|
},
|
|
1543
1724
|
"value": "B400"
|
|
@@ -1548,6 +1729,7 @@ var tokens = [{
|
|
|
1548
1729
|
"attributes": {
|
|
1549
1730
|
"group": "paint",
|
|
1550
1731
|
"state": "active",
|
|
1732
|
+
"introduced": "0.7.0",
|
|
1551
1733
|
"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."
|
|
1552
1734
|
},
|
|
1553
1735
|
"value": "#0C66E4",
|
|
@@ -1557,6 +1739,7 @@ var tokens = [{
|
|
|
1557
1739
|
"attributes": {
|
|
1558
1740
|
"group": "paint",
|
|
1559
1741
|
"state": "active",
|
|
1742
|
+
"introduced": "0.7.0",
|
|
1560
1743
|
"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."
|
|
1561
1744
|
},
|
|
1562
1745
|
"value": "B700"
|
|
@@ -1567,6 +1750,7 @@ var tokens = [{
|
|
|
1567
1750
|
"attributes": {
|
|
1568
1751
|
"group": "paint",
|
|
1569
1752
|
"state": "deleted",
|
|
1753
|
+
"introduced": "0.6.0",
|
|
1570
1754
|
"replacement": "color.background.accent.blue.subtler",
|
|
1571
1755
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1572
1756
|
},
|
|
@@ -1577,6 +1761,7 @@ var tokens = [{
|
|
|
1577
1761
|
"attributes": {
|
|
1578
1762
|
"group": "paint",
|
|
1579
1763
|
"state": "deleted",
|
|
1764
|
+
"introduced": "0.6.0",
|
|
1580
1765
|
"replacement": "color.background.accent.blue.subtler",
|
|
1581
1766
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags."
|
|
1582
1767
|
},
|
|
@@ -1588,6 +1773,7 @@ var tokens = [{
|
|
|
1588
1773
|
"attributes": {
|
|
1589
1774
|
"group": "paint",
|
|
1590
1775
|
"state": "deleted",
|
|
1776
|
+
"introduced": "0.6.0",
|
|
1591
1777
|
"replacement": "color.background.accent.blue.subtle",
|
|
1592
1778
|
"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."
|
|
1593
1779
|
},
|
|
@@ -1598,6 +1784,7 @@ var tokens = [{
|
|
|
1598
1784
|
"attributes": {
|
|
1599
1785
|
"group": "paint",
|
|
1600
1786
|
"state": "deleted",
|
|
1787
|
+
"introduced": "0.6.0",
|
|
1601
1788
|
"replacement": "color.background.accent.blue.subtle",
|
|
1602
1789
|
"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."
|
|
1603
1790
|
},
|
|
@@ -1609,6 +1796,7 @@ var tokens = [{
|
|
|
1609
1796
|
"attributes": {
|
|
1610
1797
|
"group": "paint",
|
|
1611
1798
|
"state": "active",
|
|
1799
|
+
"introduced": "0.7.0",
|
|
1612
1800
|
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1613
1801
|
},
|
|
1614
1802
|
"value": "#FFEDEB",
|
|
@@ -1618,6 +1806,7 @@ var tokens = [{
|
|
|
1618
1806
|
"attributes": {
|
|
1619
1807
|
"group": "paint",
|
|
1620
1808
|
"state": "active",
|
|
1809
|
+
"introduced": "0.7.0",
|
|
1621
1810
|
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1622
1811
|
},
|
|
1623
1812
|
"value": "R100"
|
|
@@ -1628,6 +1817,7 @@ var tokens = [{
|
|
|
1628
1817
|
"attributes": {
|
|
1629
1818
|
"group": "paint",
|
|
1630
1819
|
"state": "active",
|
|
1820
|
+
"introduced": "0.7.0",
|
|
1631
1821
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1632
1822
|
},
|
|
1633
1823
|
"value": "#FFD2CC",
|
|
@@ -1637,6 +1827,7 @@ var tokens = [{
|
|
|
1637
1827
|
"attributes": {
|
|
1638
1828
|
"group": "paint",
|
|
1639
1829
|
"state": "active",
|
|
1830
|
+
"introduced": "0.7.0",
|
|
1640
1831
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1641
1832
|
},
|
|
1642
1833
|
"value": "R200"
|
|
@@ -1647,6 +1838,7 @@ var tokens = [{
|
|
|
1647
1838
|
"attributes": {
|
|
1648
1839
|
"group": "paint",
|
|
1649
1840
|
"state": "active",
|
|
1841
|
+
"introduced": "0.7.0",
|
|
1650
1842
|
"description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1651
1843
|
},
|
|
1652
1844
|
"value": "#F87462",
|
|
@@ -1656,6 +1848,7 @@ var tokens = [{
|
|
|
1656
1848
|
"attributes": {
|
|
1657
1849
|
"group": "paint",
|
|
1658
1850
|
"state": "active",
|
|
1851
|
+
"introduced": "0.7.0",
|
|
1659
1852
|
"description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1660
1853
|
},
|
|
1661
1854
|
"value": "R400"
|
|
@@ -1666,6 +1859,7 @@ var tokens = [{
|
|
|
1666
1859
|
"attributes": {
|
|
1667
1860
|
"group": "paint",
|
|
1668
1861
|
"state": "active",
|
|
1862
|
+
"introduced": "0.7.0",
|
|
1669
1863
|
"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."
|
|
1670
1864
|
},
|
|
1671
1865
|
"value": "#CA3521",
|
|
@@ -1675,6 +1869,7 @@ var tokens = [{
|
|
|
1675
1869
|
"attributes": {
|
|
1676
1870
|
"group": "paint",
|
|
1677
1871
|
"state": "active",
|
|
1872
|
+
"introduced": "0.7.0",
|
|
1678
1873
|
"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."
|
|
1679
1874
|
},
|
|
1680
1875
|
"value": "R700"
|
|
@@ -1685,6 +1880,7 @@ var tokens = [{
|
|
|
1685
1880
|
"attributes": {
|
|
1686
1881
|
"group": "paint",
|
|
1687
1882
|
"state": "deleted",
|
|
1883
|
+
"introduced": "0.6.0",
|
|
1688
1884
|
"replacement": "color.background.accent.red.subtler",
|
|
1689
1885
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1690
1886
|
},
|
|
@@ -1695,6 +1891,7 @@ var tokens = [{
|
|
|
1695
1891
|
"attributes": {
|
|
1696
1892
|
"group": "paint",
|
|
1697
1893
|
"state": "deleted",
|
|
1894
|
+
"introduced": "0.6.0",
|
|
1698
1895
|
"replacement": "color.background.accent.red.subtler",
|
|
1699
1896
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1700
1897
|
},
|
|
@@ -1706,6 +1903,7 @@ var tokens = [{
|
|
|
1706
1903
|
"attributes": {
|
|
1707
1904
|
"group": "paint",
|
|
1708
1905
|
"state": "deleted",
|
|
1906
|
+
"introduced": "0.6.0",
|
|
1709
1907
|
"replacement": "color.background.accent.red.subtle",
|
|
1710
1908
|
"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."
|
|
1711
1909
|
},
|
|
@@ -1716,6 +1914,7 @@ var tokens = [{
|
|
|
1716
1914
|
"attributes": {
|
|
1717
1915
|
"group": "paint",
|
|
1718
1916
|
"state": "deleted",
|
|
1917
|
+
"introduced": "0.6.0",
|
|
1719
1918
|
"replacement": "color.background.accent.red.subtle",
|
|
1720
1919
|
"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."
|
|
1721
1920
|
},
|
|
@@ -1727,6 +1926,7 @@ var tokens = [{
|
|
|
1727
1926
|
"attributes": {
|
|
1728
1927
|
"group": "paint",
|
|
1729
1928
|
"state": "active",
|
|
1929
|
+
"introduced": "0.7.0",
|
|
1730
1930
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1731
1931
|
},
|
|
1732
1932
|
"value": "#FFF4E5",
|
|
@@ -1736,6 +1936,7 @@ var tokens = [{
|
|
|
1736
1936
|
"attributes": {
|
|
1737
1937
|
"group": "paint",
|
|
1738
1938
|
"state": "active",
|
|
1939
|
+
"introduced": "0.7.0",
|
|
1739
1940
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1740
1941
|
},
|
|
1741
1942
|
"value": "O100"
|
|
@@ -1746,6 +1947,7 @@ var tokens = [{
|
|
|
1746
1947
|
"attributes": {
|
|
1747
1948
|
"group": "paint",
|
|
1748
1949
|
"state": "active",
|
|
1950
|
+
"introduced": "0.7.0",
|
|
1749
1951
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1750
1952
|
},
|
|
1751
1953
|
"value": "#FFE2BD",
|
|
@@ -1755,6 +1957,7 @@ var tokens = [{
|
|
|
1755
1957
|
"attributes": {
|
|
1756
1958
|
"group": "paint",
|
|
1757
1959
|
"state": "active",
|
|
1960
|
+
"introduced": "0.7.0",
|
|
1758
1961
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1759
1962
|
},
|
|
1760
1963
|
"value": "O200"
|
|
@@ -1765,6 +1968,7 @@ var tokens = [{
|
|
|
1765
1968
|
"attributes": {
|
|
1766
1969
|
"group": "paint",
|
|
1767
1970
|
"state": "active",
|
|
1971
|
+
"introduced": "0.7.0",
|
|
1768
1972
|
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1769
1973
|
},
|
|
1770
1974
|
"value": "#FAA53D",
|
|
@@ -1774,6 +1978,7 @@ var tokens = [{
|
|
|
1774
1978
|
"attributes": {
|
|
1775
1979
|
"group": "paint",
|
|
1776
1980
|
"state": "active",
|
|
1981
|
+
"introduced": "0.7.0",
|
|
1777
1982
|
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1778
1983
|
},
|
|
1779
1984
|
"value": "O400"
|
|
@@ -1784,6 +1989,7 @@ var tokens = [{
|
|
|
1784
1989
|
"attributes": {
|
|
1785
1990
|
"group": "paint",
|
|
1786
1991
|
"state": "active",
|
|
1992
|
+
"introduced": "0.7.0",
|
|
1787
1993
|
"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."
|
|
1788
1994
|
},
|
|
1789
1995
|
"value": "#B65C02",
|
|
@@ -1793,6 +1999,7 @@ var tokens = [{
|
|
|
1793
1999
|
"attributes": {
|
|
1794
2000
|
"group": "paint",
|
|
1795
2001
|
"state": "active",
|
|
2002
|
+
"introduced": "0.7.0",
|
|
1796
2003
|
"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."
|
|
1797
2004
|
},
|
|
1798
2005
|
"value": "O700"
|
|
@@ -1803,6 +2010,7 @@ var tokens = [{
|
|
|
1803
2010
|
"attributes": {
|
|
1804
2011
|
"group": "paint",
|
|
1805
2012
|
"state": "deleted",
|
|
2013
|
+
"introduced": "0.6.0",
|
|
1806
2014
|
"replacement": "color.background.accent.orange.subtler",
|
|
1807
2015
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1808
2016
|
},
|
|
@@ -1813,6 +2021,7 @@ var tokens = [{
|
|
|
1813
2021
|
"attributes": {
|
|
1814
2022
|
"group": "paint",
|
|
1815
2023
|
"state": "deleted",
|
|
2024
|
+
"introduced": "0.6.0",
|
|
1816
2025
|
"replacement": "color.background.accent.orange.subtler",
|
|
1817
2026
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1818
2027
|
},
|
|
@@ -1824,6 +2033,7 @@ var tokens = [{
|
|
|
1824
2033
|
"attributes": {
|
|
1825
2034
|
"group": "paint",
|
|
1826
2035
|
"state": "deleted",
|
|
2036
|
+
"introduced": "0.6.0",
|
|
1827
2037
|
"replacement": "color.background.accent.orange.subtle",
|
|
1828
2038
|
"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."
|
|
1829
2039
|
},
|
|
@@ -1834,6 +2044,7 @@ var tokens = [{
|
|
|
1834
2044
|
"attributes": {
|
|
1835
2045
|
"group": "paint",
|
|
1836
2046
|
"state": "deleted",
|
|
2047
|
+
"introduced": "0.6.0",
|
|
1837
2048
|
"replacement": "color.background.accent.orange.subtle",
|
|
1838
2049
|
"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."
|
|
1839
2050
|
},
|
|
@@ -1845,6 +2056,7 @@ var tokens = [{
|
|
|
1845
2056
|
"attributes": {
|
|
1846
2057
|
"group": "paint",
|
|
1847
2058
|
"state": "active",
|
|
2059
|
+
"introduced": "0.7.0",
|
|
1848
2060
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1849
2061
|
},
|
|
1850
2062
|
"value": "#FFF7D6",
|
|
@@ -1854,6 +2066,7 @@ var tokens = [{
|
|
|
1854
2066
|
"attributes": {
|
|
1855
2067
|
"group": "paint",
|
|
1856
2068
|
"state": "active",
|
|
2069
|
+
"introduced": "0.7.0",
|
|
1857
2070
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1858
2071
|
},
|
|
1859
2072
|
"value": "Y100"
|
|
@@ -1864,6 +2077,7 @@ var tokens = [{
|
|
|
1864
2077
|
"attributes": {
|
|
1865
2078
|
"group": "paint",
|
|
1866
2079
|
"state": "active",
|
|
2080
|
+
"introduced": "0.7.0",
|
|
1867
2081
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1868
2082
|
},
|
|
1869
2083
|
"value": "#F8E6A0",
|
|
@@ -1873,6 +2087,7 @@ var tokens = [{
|
|
|
1873
2087
|
"attributes": {
|
|
1874
2088
|
"group": "paint",
|
|
1875
2089
|
"state": "active",
|
|
2090
|
+
"introduced": "0.7.0",
|
|
1876
2091
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1877
2092
|
},
|
|
1878
2093
|
"value": "Y200"
|
|
@@ -1883,6 +2098,7 @@ var tokens = [{
|
|
|
1883
2098
|
"attributes": {
|
|
1884
2099
|
"group": "paint",
|
|
1885
2100
|
"state": "active",
|
|
2101
|
+
"introduced": "0.7.0",
|
|
1886
2102
|
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1887
2103
|
},
|
|
1888
2104
|
"value": "#E2B203",
|
|
@@ -1892,6 +2108,7 @@ var tokens = [{
|
|
|
1892
2108
|
"attributes": {
|
|
1893
2109
|
"group": "paint",
|
|
1894
2110
|
"state": "active",
|
|
2111
|
+
"introduced": "0.7.0",
|
|
1895
2112
|
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1896
2113
|
},
|
|
1897
2114
|
"value": "Y400"
|
|
@@ -1902,6 +2119,7 @@ var tokens = [{
|
|
|
1902
2119
|
"attributes": {
|
|
1903
2120
|
"group": "paint",
|
|
1904
2121
|
"state": "active",
|
|
2122
|
+
"introduced": "0.7.0",
|
|
1905
2123
|
"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."
|
|
1906
2124
|
},
|
|
1907
2125
|
"value": "#946F00",
|
|
@@ -1911,6 +2129,7 @@ var tokens = [{
|
|
|
1911
2129
|
"attributes": {
|
|
1912
2130
|
"group": "paint",
|
|
1913
2131
|
"state": "active",
|
|
2132
|
+
"introduced": "0.7.0",
|
|
1914
2133
|
"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."
|
|
1915
2134
|
},
|
|
1916
2135
|
"value": "Y700"
|
|
@@ -1921,6 +2140,7 @@ var tokens = [{
|
|
|
1921
2140
|
"attributes": {
|
|
1922
2141
|
"group": "paint",
|
|
1923
2142
|
"state": "deleted",
|
|
2143
|
+
"introduced": "0.6.0",
|
|
1924
2144
|
"replacement": "color.background.accent.yellow.subtler",
|
|
1925
2145
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1926
2146
|
},
|
|
@@ -1931,6 +2151,7 @@ var tokens = [{
|
|
|
1931
2151
|
"attributes": {
|
|
1932
2152
|
"group": "paint",
|
|
1933
2153
|
"state": "deleted",
|
|
2154
|
+
"introduced": "0.6.0",
|
|
1934
2155
|
"replacement": "color.background.accent.yellow.subtler",
|
|
1935
2156
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1936
2157
|
},
|
|
@@ -1942,6 +2163,7 @@ var tokens = [{
|
|
|
1942
2163
|
"attributes": {
|
|
1943
2164
|
"group": "paint",
|
|
1944
2165
|
"state": "deleted",
|
|
2166
|
+
"introduced": "0.6.0",
|
|
1945
2167
|
"replacement": "color.background.accent.yellow.subtle",
|
|
1946
2168
|
"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."
|
|
1947
2169
|
},
|
|
@@ -1952,6 +2174,7 @@ var tokens = [{
|
|
|
1952
2174
|
"attributes": {
|
|
1953
2175
|
"group": "paint",
|
|
1954
2176
|
"state": "deleted",
|
|
2177
|
+
"introduced": "0.6.0",
|
|
1955
2178
|
"replacement": "color.background.accent.yellow.subtle",
|
|
1956
2179
|
"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."
|
|
1957
2180
|
},
|
|
@@ -1963,6 +2186,7 @@ var tokens = [{
|
|
|
1963
2186
|
"attributes": {
|
|
1964
2187
|
"group": "paint",
|
|
1965
2188
|
"state": "active",
|
|
2189
|
+
"introduced": "0.7.0",
|
|
1966
2190
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1967
2191
|
},
|
|
1968
2192
|
"value": "#DFFCF0",
|
|
@@ -1972,6 +2196,7 @@ var tokens = [{
|
|
|
1972
2196
|
"attributes": {
|
|
1973
2197
|
"group": "paint",
|
|
1974
2198
|
"state": "active",
|
|
2199
|
+
"introduced": "0.7.0",
|
|
1975
2200
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1976
2201
|
},
|
|
1977
2202
|
"value": "G100"
|
|
@@ -1982,6 +2207,7 @@ var tokens = [{
|
|
|
1982
2207
|
"attributes": {
|
|
1983
2208
|
"group": "paint",
|
|
1984
2209
|
"state": "active",
|
|
2210
|
+
"introduced": "0.7.0",
|
|
1985
2211
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1986
2212
|
},
|
|
1987
2213
|
"value": "#BAF3DB",
|
|
@@ -1991,6 +2217,7 @@ var tokens = [{
|
|
|
1991
2217
|
"attributes": {
|
|
1992
2218
|
"group": "paint",
|
|
1993
2219
|
"state": "active",
|
|
2220
|
+
"introduced": "0.7.0",
|
|
1994
2221
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1995
2222
|
},
|
|
1996
2223
|
"value": "G200"
|
|
@@ -2001,6 +2228,7 @@ var tokens = [{
|
|
|
2001
2228
|
"attributes": {
|
|
2002
2229
|
"group": "paint",
|
|
2003
2230
|
"state": "active",
|
|
2231
|
+
"introduced": "0.7.0",
|
|
2004
2232
|
"description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2005
2233
|
},
|
|
2006
2234
|
"value": "#4BCE97",
|
|
@@ -2010,6 +2238,7 @@ var tokens = [{
|
|
|
2010
2238
|
"attributes": {
|
|
2011
2239
|
"group": "paint",
|
|
2012
2240
|
"state": "active",
|
|
2241
|
+
"introduced": "0.7.0",
|
|
2013
2242
|
"description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2014
2243
|
},
|
|
2015
2244
|
"value": "G400"
|
|
@@ -2020,6 +2249,7 @@ var tokens = [{
|
|
|
2020
2249
|
"attributes": {
|
|
2021
2250
|
"group": "paint",
|
|
2022
2251
|
"state": "active",
|
|
2252
|
+
"introduced": "0.7.0",
|
|
2023
2253
|
"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."
|
|
2024
2254
|
},
|
|
2025
2255
|
"value": "#1F845A",
|
|
@@ -2029,6 +2259,7 @@ var tokens = [{
|
|
|
2029
2259
|
"attributes": {
|
|
2030
2260
|
"group": "paint",
|
|
2031
2261
|
"state": "active",
|
|
2262
|
+
"introduced": "0.7.0",
|
|
2032
2263
|
"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."
|
|
2033
2264
|
},
|
|
2034
2265
|
"value": "G700"
|
|
@@ -2039,6 +2270,7 @@ var tokens = [{
|
|
|
2039
2270
|
"attributes": {
|
|
2040
2271
|
"group": "paint",
|
|
2041
2272
|
"state": "deleted",
|
|
2273
|
+
"introduced": "0.6.0",
|
|
2042
2274
|
"replacement": "color.background.accent.green.subtler",
|
|
2043
2275
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2044
2276
|
},
|
|
@@ -2049,6 +2281,7 @@ var tokens = [{
|
|
|
2049
2281
|
"attributes": {
|
|
2050
2282
|
"group": "paint",
|
|
2051
2283
|
"state": "deleted",
|
|
2284
|
+
"introduced": "0.6.0",
|
|
2052
2285
|
"replacement": "color.background.accent.green.subtler",
|
|
2053
2286
|
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2054
2287
|
},
|
|
@@ -2060,6 +2293,7 @@ var tokens = [{
|
|
|
2060
2293
|
"attributes": {
|
|
2061
2294
|
"group": "paint",
|
|
2062
2295
|
"state": "deleted",
|
|
2296
|
+
"introduced": "0.6.0",
|
|
2063
2297
|
"replacement": "color.background.accent.green.subtle",
|
|
2064
2298
|
"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."
|
|
2065
2299
|
},
|
|
@@ -2070,6 +2304,7 @@ var tokens = [{
|
|
|
2070
2304
|
"attributes": {
|
|
2071
2305
|
"group": "paint",
|
|
2072
2306
|
"state": "deleted",
|
|
2307
|
+
"introduced": "0.6.0",
|
|
2073
2308
|
"replacement": "color.background.accent.green.subtle",
|
|
2074
2309
|
"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."
|
|
2075
2310
|
},
|
|
@@ -2081,6 +2316,7 @@ var tokens = [{
|
|
|
2081
2316
|
"attributes": {
|
|
2082
2317
|
"group": "paint",
|
|
2083
2318
|
"state": "active",
|
|
2319
|
+
"introduced": "0.7.0",
|
|
2084
2320
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2085
2321
|
},
|
|
2086
2322
|
"value": "#E3FAFC",
|
|
@@ -2090,6 +2326,7 @@ var tokens = [{
|
|
|
2090
2326
|
"attributes": {
|
|
2091
2327
|
"group": "paint",
|
|
2092
2328
|
"state": "active",
|
|
2329
|
+
"introduced": "0.7.0",
|
|
2093
2330
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2094
2331
|
},
|
|
2095
2332
|
"value": "T100"
|
|
@@ -2100,6 +2337,7 @@ var tokens = [{
|
|
|
2100
2337
|
"attributes": {
|
|
2101
2338
|
"group": "paint",
|
|
2102
2339
|
"state": "active",
|
|
2340
|
+
"introduced": "0.7.0",
|
|
2103
2341
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2104
2342
|
},
|
|
2105
2343
|
"value": "#C1F0F5",
|
|
@@ -2109,6 +2347,7 @@ var tokens = [{
|
|
|
2109
2347
|
"attributes": {
|
|
2110
2348
|
"group": "paint",
|
|
2111
2349
|
"state": "active",
|
|
2350
|
+
"introduced": "0.7.0",
|
|
2112
2351
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2113
2352
|
},
|
|
2114
2353
|
"value": "T200"
|
|
@@ -2119,6 +2358,7 @@ var tokens = [{
|
|
|
2119
2358
|
"attributes": {
|
|
2120
2359
|
"group": "paint",
|
|
2121
2360
|
"state": "active",
|
|
2361
|
+
"introduced": "0.7.0",
|
|
2122
2362
|
"description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2123
2363
|
},
|
|
2124
2364
|
"value": "#60C6D2",
|
|
@@ -2128,6 +2368,7 @@ var tokens = [{
|
|
|
2128
2368
|
"attributes": {
|
|
2129
2369
|
"group": "paint",
|
|
2130
2370
|
"state": "active",
|
|
2371
|
+
"introduced": "0.7.0",
|
|
2131
2372
|
"description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2132
2373
|
},
|
|
2133
2374
|
"value": "T400"
|
|
@@ -2138,6 +2379,7 @@ var tokens = [{
|
|
|
2138
2379
|
"attributes": {
|
|
2139
2380
|
"group": "paint",
|
|
2140
2381
|
"state": "active",
|
|
2382
|
+
"introduced": "0.7.0",
|
|
2141
2383
|
"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."
|
|
2142
2384
|
},
|
|
2143
2385
|
"value": "#1D7F8C",
|
|
@@ -2147,6 +2389,7 @@ var tokens = [{
|
|
|
2147
2389
|
"attributes": {
|
|
2148
2390
|
"group": "paint",
|
|
2149
2391
|
"state": "active",
|
|
2392
|
+
"introduced": "0.7.0",
|
|
2150
2393
|
"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."
|
|
2151
2394
|
},
|
|
2152
2395
|
"value": "T700"
|
|
@@ -2157,6 +2400,7 @@ var tokens = [{
|
|
|
2157
2400
|
"attributes": {
|
|
2158
2401
|
"group": "paint",
|
|
2159
2402
|
"state": "deleted",
|
|
2403
|
+
"introduced": "0.6.0",
|
|
2160
2404
|
"replacement": "color.background.accent.teal.subtler",
|
|
2161
2405
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2162
2406
|
},
|
|
@@ -2167,6 +2411,7 @@ var tokens = [{
|
|
|
2167
2411
|
"attributes": {
|
|
2168
2412
|
"group": "paint",
|
|
2169
2413
|
"state": "deleted",
|
|
2414
|
+
"introduced": "0.6.0",
|
|
2170
2415
|
"replacement": "color.background.accent.teal.subtler",
|
|
2171
2416
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2172
2417
|
},
|
|
@@ -2178,6 +2423,7 @@ var tokens = [{
|
|
|
2178
2423
|
"attributes": {
|
|
2179
2424
|
"group": "paint",
|
|
2180
2425
|
"state": "deleted",
|
|
2426
|
+
"introduced": "0.6.0",
|
|
2181
2427
|
"replacement": "color.background.accent.teal.subtle",
|
|
2182
2428
|
"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."
|
|
2183
2429
|
},
|
|
@@ -2188,6 +2434,7 @@ var tokens = [{
|
|
|
2188
2434
|
"attributes": {
|
|
2189
2435
|
"group": "paint",
|
|
2190
2436
|
"state": "deleted",
|
|
2437
|
+
"introduced": "0.6.0",
|
|
2191
2438
|
"replacement": "color.background.accent.teal.subtle",
|
|
2192
2439
|
"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."
|
|
2193
2440
|
},
|
|
@@ -2199,6 +2446,7 @@ var tokens = [{
|
|
|
2199
2446
|
"attributes": {
|
|
2200
2447
|
"group": "paint",
|
|
2201
2448
|
"state": "active",
|
|
2449
|
+
"introduced": "0.7.0",
|
|
2202
2450
|
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2203
2451
|
},
|
|
2204
2452
|
"value": "#F3F0FF",
|
|
@@ -2208,6 +2456,7 @@ var tokens = [{
|
|
|
2208
2456
|
"attributes": {
|
|
2209
2457
|
"group": "paint",
|
|
2210
2458
|
"state": "active",
|
|
2459
|
+
"introduced": "0.7.0",
|
|
2211
2460
|
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2212
2461
|
},
|
|
2213
2462
|
"value": "P100"
|
|
@@ -2218,6 +2467,7 @@ var tokens = [{
|
|
|
2218
2467
|
"attributes": {
|
|
2219
2468
|
"group": "paint",
|
|
2220
2469
|
"state": "active",
|
|
2470
|
+
"introduced": "0.7.0",
|
|
2221
2471
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2222
2472
|
},
|
|
2223
2473
|
"value": "#DFD8FD",
|
|
@@ -2227,6 +2477,7 @@ var tokens = [{
|
|
|
2227
2477
|
"attributes": {
|
|
2228
2478
|
"group": "paint",
|
|
2229
2479
|
"state": "active",
|
|
2480
|
+
"introduced": "0.7.0",
|
|
2230
2481
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2231
2482
|
},
|
|
2232
2483
|
"value": "P200"
|
|
@@ -2237,6 +2488,7 @@ var tokens = [{
|
|
|
2237
2488
|
"attributes": {
|
|
2238
2489
|
"group": "paint",
|
|
2239
2490
|
"state": "active",
|
|
2491
|
+
"introduced": "0.7.0",
|
|
2240
2492
|
"description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2241
2493
|
},
|
|
2242
2494
|
"value": "#9F8FEF",
|
|
@@ -2246,6 +2498,7 @@ var tokens = [{
|
|
|
2246
2498
|
"attributes": {
|
|
2247
2499
|
"group": "paint",
|
|
2248
2500
|
"state": "active",
|
|
2501
|
+
"introduced": "0.7.0",
|
|
2249
2502
|
"description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2250
2503
|
},
|
|
2251
2504
|
"value": "P400"
|
|
@@ -2256,6 +2509,7 @@ var tokens = [{
|
|
|
2256
2509
|
"attributes": {
|
|
2257
2510
|
"group": "paint",
|
|
2258
2511
|
"state": "active",
|
|
2512
|
+
"introduced": "0.7.0",
|
|
2259
2513
|
"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."
|
|
2260
2514
|
},
|
|
2261
2515
|
"value": "#6E5DC6",
|
|
@@ -2265,6 +2519,7 @@ var tokens = [{
|
|
|
2265
2519
|
"attributes": {
|
|
2266
2520
|
"group": "paint",
|
|
2267
2521
|
"state": "active",
|
|
2522
|
+
"introduced": "0.7.0",
|
|
2268
2523
|
"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."
|
|
2269
2524
|
},
|
|
2270
2525
|
"value": "P700"
|
|
@@ -2275,6 +2530,7 @@ var tokens = [{
|
|
|
2275
2530
|
"attributes": {
|
|
2276
2531
|
"group": "paint",
|
|
2277
2532
|
"state": "deleted",
|
|
2533
|
+
"introduced": "0.6.0",
|
|
2278
2534
|
"replacement": "color.background.accent.purple.subtler",
|
|
2279
2535
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2280
2536
|
},
|
|
@@ -2285,6 +2541,7 @@ var tokens = [{
|
|
|
2285
2541
|
"attributes": {
|
|
2286
2542
|
"group": "paint",
|
|
2287
2543
|
"state": "deleted",
|
|
2544
|
+
"introduced": "0.6.0",
|
|
2288
2545
|
"replacement": "color.background.accent.purple.subtler",
|
|
2289
2546
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2290
2547
|
},
|
|
@@ -2296,6 +2553,7 @@ var tokens = [{
|
|
|
2296
2553
|
"attributes": {
|
|
2297
2554
|
"group": "paint",
|
|
2298
2555
|
"state": "deleted",
|
|
2556
|
+
"introduced": "0.6.0",
|
|
2299
2557
|
"replacement": "color.background.accent.purple.subtle",
|
|
2300
2558
|
"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."
|
|
2301
2559
|
},
|
|
@@ -2306,6 +2564,7 @@ var tokens = [{
|
|
|
2306
2564
|
"attributes": {
|
|
2307
2565
|
"group": "paint",
|
|
2308
2566
|
"state": "deleted",
|
|
2567
|
+
"introduced": "0.6.0",
|
|
2309
2568
|
"replacement": "color.background.accent.purple.subtle",
|
|
2310
2569
|
"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."
|
|
2311
2570
|
},
|
|
@@ -2317,6 +2576,7 @@ var tokens = [{
|
|
|
2317
2576
|
"attributes": {
|
|
2318
2577
|
"group": "paint",
|
|
2319
2578
|
"state": "active",
|
|
2579
|
+
"introduced": "0.7.0",
|
|
2320
2580
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2321
2581
|
},
|
|
2322
2582
|
"value": "#FFECF8",
|
|
@@ -2326,6 +2586,7 @@ var tokens = [{
|
|
|
2326
2586
|
"attributes": {
|
|
2327
2587
|
"group": "paint",
|
|
2328
2588
|
"state": "active",
|
|
2589
|
+
"introduced": "0.7.0",
|
|
2329
2590
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2330
2591
|
},
|
|
2331
2592
|
"value": "M100"
|
|
@@ -2336,6 +2597,7 @@ var tokens = [{
|
|
|
2336
2597
|
"attributes": {
|
|
2337
2598
|
"group": "paint",
|
|
2338
2599
|
"state": "active",
|
|
2600
|
+
"introduced": "0.7.0",
|
|
2339
2601
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2340
2602
|
},
|
|
2341
2603
|
"value": "#FDD0EC",
|
|
@@ -2345,6 +2607,7 @@ var tokens = [{
|
|
|
2345
2607
|
"attributes": {
|
|
2346
2608
|
"group": "paint",
|
|
2347
2609
|
"state": "active",
|
|
2610
|
+
"introduced": "0.7.0",
|
|
2348
2611
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2349
2612
|
},
|
|
2350
2613
|
"value": "M200"
|
|
@@ -2355,6 +2618,7 @@ var tokens = [{
|
|
|
2355
2618
|
"attributes": {
|
|
2356
2619
|
"group": "paint",
|
|
2357
2620
|
"state": "active",
|
|
2621
|
+
"introduced": "0.7.0",
|
|
2358
2622
|
"description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2359
2623
|
},
|
|
2360
2624
|
"value": "#E774BB",
|
|
@@ -2364,6 +2628,7 @@ var tokens = [{
|
|
|
2364
2628
|
"attributes": {
|
|
2365
2629
|
"group": "paint",
|
|
2366
2630
|
"state": "active",
|
|
2631
|
+
"introduced": "0.7.0",
|
|
2367
2632
|
"description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2368
2633
|
},
|
|
2369
2634
|
"value": "M400"
|
|
@@ -2374,6 +2639,7 @@ var tokens = [{
|
|
|
2374
2639
|
"attributes": {
|
|
2375
2640
|
"group": "paint",
|
|
2376
2641
|
"state": "active",
|
|
2642
|
+
"introduced": "0.7.0",
|
|
2377
2643
|
"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."
|
|
2378
2644
|
},
|
|
2379
2645
|
"value": "#AE4787",
|
|
@@ -2383,6 +2649,7 @@ var tokens = [{
|
|
|
2383
2649
|
"attributes": {
|
|
2384
2650
|
"group": "paint",
|
|
2385
2651
|
"state": "active",
|
|
2652
|
+
"introduced": "0.7.0",
|
|
2386
2653
|
"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."
|
|
2387
2654
|
},
|
|
2388
2655
|
"value": "M700"
|
|
@@ -2393,6 +2660,7 @@ var tokens = [{
|
|
|
2393
2660
|
"attributes": {
|
|
2394
2661
|
"group": "paint",
|
|
2395
2662
|
"state": "deleted",
|
|
2663
|
+
"introduced": "0.6.0",
|
|
2396
2664
|
"replacement": "color.background.accent.magenta.subtler",
|
|
2397
2665
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2398
2666
|
},
|
|
@@ -2403,6 +2671,7 @@ var tokens = [{
|
|
|
2403
2671
|
"attributes": {
|
|
2404
2672
|
"group": "paint",
|
|
2405
2673
|
"state": "deleted",
|
|
2674
|
+
"introduced": "0.6.0",
|
|
2406
2675
|
"replacement": "color.background.accent.magenta.subtler",
|
|
2407
2676
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2408
2677
|
},
|
|
@@ -2414,6 +2683,7 @@ var tokens = [{
|
|
|
2414
2683
|
"attributes": {
|
|
2415
2684
|
"group": "paint",
|
|
2416
2685
|
"state": "deleted",
|
|
2686
|
+
"introduced": "0.6.0",
|
|
2417
2687
|
"replacement": "color.background.accent.magenta.subtle",
|
|
2418
2688
|
"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."
|
|
2419
2689
|
},
|
|
@@ -2424,6 +2694,7 @@ var tokens = [{
|
|
|
2424
2694
|
"attributes": {
|
|
2425
2695
|
"group": "paint",
|
|
2426
2696
|
"state": "deleted",
|
|
2697
|
+
"introduced": "0.6.0",
|
|
2427
2698
|
"replacement": "color.background.accent.magenta.subtle",
|
|
2428
2699
|
"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."
|
|
2429
2700
|
},
|
|
@@ -2435,6 +2706,7 @@ var tokens = [{
|
|
|
2435
2706
|
"attributes": {
|
|
2436
2707
|
"group": "paint",
|
|
2437
2708
|
"state": "active",
|
|
2709
|
+
"introduced": "0.0.15",
|
|
2438
2710
|
"description": "Use for backgrounds of elements in a disabled state."
|
|
2439
2711
|
},
|
|
2440
2712
|
"value": "#091E420F",
|
|
@@ -2444,6 +2716,7 @@ var tokens = [{
|
|
|
2444
2716
|
"attributes": {
|
|
2445
2717
|
"group": "paint",
|
|
2446
2718
|
"state": "active",
|
|
2719
|
+
"introduced": "0.0.15",
|
|
2447
2720
|
"description": "Use for backgrounds of elements in a disabled state."
|
|
2448
2721
|
},
|
|
2449
2722
|
"value": "N200A"
|
|
@@ -2454,6 +2727,7 @@ var tokens = [{
|
|
|
2454
2727
|
"attributes": {
|
|
2455
2728
|
"group": "paint",
|
|
2456
2729
|
"state": "active",
|
|
2730
|
+
"introduced": "0.8.3",
|
|
2457
2731
|
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2458
2732
|
},
|
|
2459
2733
|
"value": "#00000029",
|
|
@@ -2463,28 +2737,96 @@ var tokens = [{
|
|
|
2463
2737
|
"attributes": {
|
|
2464
2738
|
"group": "paint",
|
|
2465
2739
|
"state": "active",
|
|
2740
|
+
"introduced": "0.8.3",
|
|
2466
2741
|
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2467
2742
|
},
|
|
2468
2743
|
"value": "#00000029"
|
|
2469
2744
|
},
|
|
2470
|
-
"name": "color.background.inverse",
|
|
2471
|
-
"path": ["color", "background", "inverse"]
|
|
2745
|
+
"name": "color.background.inverse.subtle.[default]",
|
|
2746
|
+
"path": ["color", "background", "inverse", "subtle", "[default]"]
|
|
2747
|
+
}, {
|
|
2748
|
+
"attributes": {
|
|
2749
|
+
"group": "paint",
|
|
2750
|
+
"state": "active",
|
|
2751
|
+
"introduced": "0.8.3",
|
|
2752
|
+
"description": "Use for the hovered state of color.background.inverse.subtle"
|
|
2753
|
+
},
|
|
2754
|
+
"value": "#0000003D",
|
|
2755
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
2756
|
+
"isSource": true,
|
|
2757
|
+
"original": {
|
|
2758
|
+
"attributes": {
|
|
2759
|
+
"group": "paint",
|
|
2760
|
+
"state": "active",
|
|
2761
|
+
"introduced": "0.8.3",
|
|
2762
|
+
"description": "Use for the hovered state of color.background.inverse.subtle"
|
|
2763
|
+
},
|
|
2764
|
+
"value": "#0000003D"
|
|
2765
|
+
},
|
|
2766
|
+
"name": "color.background.inverse.subtle.hovered",
|
|
2767
|
+
"path": ["color", "background", "inverse", "subtle", "hovered"]
|
|
2768
|
+
}, {
|
|
2769
|
+
"attributes": {
|
|
2770
|
+
"group": "paint",
|
|
2771
|
+
"state": "active",
|
|
2772
|
+
"introduced": "0.8.3",
|
|
2773
|
+
"description": "Use for the pressed state of color.background.inverse.subtle"
|
|
2774
|
+
},
|
|
2775
|
+
"value": "#00000052",
|
|
2776
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
2777
|
+
"isSource": true,
|
|
2778
|
+
"original": {
|
|
2779
|
+
"attributes": {
|
|
2780
|
+
"group": "paint",
|
|
2781
|
+
"state": "active",
|
|
2782
|
+
"introduced": "0.8.3",
|
|
2783
|
+
"description": "Use for the pressed state of color.background.inverse.subtle"
|
|
2784
|
+
},
|
|
2785
|
+
"value": "#00000052"
|
|
2786
|
+
},
|
|
2787
|
+
"name": "color.background.inverse.subtle.pressed",
|
|
2788
|
+
"path": ["color", "background", "inverse", "subtle", "pressed"]
|
|
2789
|
+
}, {
|
|
2790
|
+
"attributes": {
|
|
2791
|
+
"group": "paint",
|
|
2792
|
+
"state": "deprecated",
|
|
2793
|
+
"introduced": "0.1.0",
|
|
2794
|
+
"replacement": "color.background.inverse.subtle.[default]",
|
|
2795
|
+
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2796
|
+
},
|
|
2797
|
+
"value": "#FFFFFF29",
|
|
2798
|
+
"filePath": "src/tokens/atlassian-light/deprecated/deprecated.tsx",
|
|
2799
|
+
"isSource": true,
|
|
2800
|
+
"original": {
|
|
2801
|
+
"attributes": {
|
|
2802
|
+
"group": "paint",
|
|
2803
|
+
"state": "deprecated",
|
|
2804
|
+
"introduced": "0.1.0",
|
|
2805
|
+
"replacement": "color.background.inverse.subtle.[default]",
|
|
2806
|
+
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
2807
|
+
},
|
|
2808
|
+
"value": "#FFFFFF29"
|
|
2809
|
+
},
|
|
2810
|
+
"name": "color.background.inverse.[default]",
|
|
2811
|
+
"path": ["color", "background", "inverse", "[default]"]
|
|
2472
2812
|
}, {
|
|
2473
2813
|
"attributes": {
|
|
2474
2814
|
"group": "paint",
|
|
2475
2815
|
"state": "active",
|
|
2816
|
+
"introduced": "0.6.0",
|
|
2476
2817
|
"description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
2477
2818
|
},
|
|
2478
|
-
"value": "#
|
|
2819
|
+
"value": "#FFFFFF",
|
|
2479
2820
|
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
2480
2821
|
"isSource": true,
|
|
2481
2822
|
"original": {
|
|
2482
2823
|
"attributes": {
|
|
2483
2824
|
"group": "paint",
|
|
2484
2825
|
"state": "active",
|
|
2826
|
+
"introduced": "0.6.0",
|
|
2485
2827
|
"description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
2486
2828
|
},
|
|
2487
|
-
"value": "
|
|
2829
|
+
"value": "N0"
|
|
2488
2830
|
},
|
|
2489
2831
|
"name": "color.background.input.[default]",
|
|
2490
2832
|
"path": ["color", "background", "input", "[default]"]
|
|
@@ -2492,18 +2834,20 @@ var tokens = [{
|
|
|
2492
2834
|
"attributes": {
|
|
2493
2835
|
"group": "paint",
|
|
2494
2836
|
"state": "active",
|
|
2837
|
+
"introduced": "0.6.0",
|
|
2495
2838
|
"description": "Hovered state for color.background.input"
|
|
2496
2839
|
},
|
|
2497
|
-
"value": "#
|
|
2840
|
+
"value": "#F7F8F9",
|
|
2498
2841
|
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
2499
2842
|
"isSource": true,
|
|
2500
2843
|
"original": {
|
|
2501
2844
|
"attributes": {
|
|
2502
2845
|
"group": "paint",
|
|
2503
2846
|
"state": "active",
|
|
2847
|
+
"introduced": "0.6.0",
|
|
2504
2848
|
"description": "Hovered state for color.background.input"
|
|
2505
2849
|
},
|
|
2506
|
-
"value": "
|
|
2850
|
+
"value": "N100"
|
|
2507
2851
|
},
|
|
2508
2852
|
"name": "color.background.input.hovered",
|
|
2509
2853
|
"path": ["color", "background", "input", "hovered"]
|
|
@@ -2511,18 +2855,20 @@ var tokens = [{
|
|
|
2511
2855
|
"attributes": {
|
|
2512
2856
|
"group": "paint",
|
|
2513
2857
|
"state": "active",
|
|
2858
|
+
"introduced": "0.6.0",
|
|
2514
2859
|
"description": "Pressed state for color.background.input"
|
|
2515
2860
|
},
|
|
2516
|
-
"value": "#
|
|
2861
|
+
"value": "#FFFFFF",
|
|
2517
2862
|
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
2518
2863
|
"isSource": true,
|
|
2519
2864
|
"original": {
|
|
2520
2865
|
"attributes": {
|
|
2521
2866
|
"group": "paint",
|
|
2522
2867
|
"state": "active",
|
|
2868
|
+
"introduced": "0.6.0",
|
|
2523
2869
|
"description": "Pressed state for color.background.input"
|
|
2524
2870
|
},
|
|
2525
|
-
"value": "
|
|
2871
|
+
"value": "N0"
|
|
2526
2872
|
},
|
|
2527
2873
|
"name": "color.background.input.pressed",
|
|
2528
2874
|
"path": ["color", "background", "input", "pressed"]
|
|
@@ -2530,6 +2876,7 @@ var tokens = [{
|
|
|
2530
2876
|
"attributes": {
|
|
2531
2877
|
"group": "paint",
|
|
2532
2878
|
"state": "active",
|
|
2879
|
+
"introduced": "0.6.0",
|
|
2533
2880
|
"description": "The default background for neutral elements, such as default buttons."
|
|
2534
2881
|
},
|
|
2535
2882
|
"value": "#091E420F",
|
|
@@ -2539,6 +2886,7 @@ var tokens = [{
|
|
|
2539
2886
|
"attributes": {
|
|
2540
2887
|
"group": "paint",
|
|
2541
2888
|
"state": "active",
|
|
2889
|
+
"introduced": "0.6.0",
|
|
2542
2890
|
"description": "The default background for neutral elements, such as default buttons."
|
|
2543
2891
|
},
|
|
2544
2892
|
"value": "N200A"
|
|
@@ -2549,6 +2897,7 @@ var tokens = [{
|
|
|
2549
2897
|
"attributes": {
|
|
2550
2898
|
"group": "paint",
|
|
2551
2899
|
"state": "active",
|
|
2900
|
+
"introduced": "0.6.0",
|
|
2552
2901
|
"description": "Hovered state for color.background.neutral"
|
|
2553
2902
|
},
|
|
2554
2903
|
"value": "#091E4224",
|
|
@@ -2558,6 +2907,7 @@ var tokens = [{
|
|
|
2558
2907
|
"attributes": {
|
|
2559
2908
|
"group": "paint",
|
|
2560
2909
|
"state": "active",
|
|
2910
|
+
"introduced": "0.6.0",
|
|
2561
2911
|
"description": "Hovered state for color.background.neutral"
|
|
2562
2912
|
},
|
|
2563
2913
|
"value": "N300A"
|
|
@@ -2568,6 +2918,7 @@ var tokens = [{
|
|
|
2568
2918
|
"attributes": {
|
|
2569
2919
|
"group": "paint",
|
|
2570
2920
|
"state": "active",
|
|
2921
|
+
"introduced": "0.6.0",
|
|
2571
2922
|
"description": "Pressed state for color.background.neutral"
|
|
2572
2923
|
},
|
|
2573
2924
|
"value": "#091E424F",
|
|
@@ -2577,6 +2928,7 @@ var tokens = [{
|
|
|
2577
2928
|
"attributes": {
|
|
2578
2929
|
"group": "paint",
|
|
2579
2930
|
"state": "active",
|
|
2931
|
+
"introduced": "0.6.0",
|
|
2580
2932
|
"description": "Pressed state for color.background.neutral"
|
|
2581
2933
|
},
|
|
2582
2934
|
"value": "N400A"
|
|
@@ -2587,6 +2939,7 @@ var tokens = [{
|
|
|
2587
2939
|
"attributes": {
|
|
2588
2940
|
"group": "paint",
|
|
2589
2941
|
"state": "active",
|
|
2942
|
+
"introduced": "0.6.0",
|
|
2590
2943
|
"description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
|
|
2591
2944
|
},
|
|
2592
2945
|
"value": "#00000000",
|
|
@@ -2596,6 +2949,7 @@ var tokens = [{
|
|
|
2596
2949
|
"attributes": {
|
|
2597
2950
|
"group": "paint",
|
|
2598
2951
|
"state": "active",
|
|
2952
|
+
"introduced": "0.6.0",
|
|
2599
2953
|
"description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
|
|
2600
2954
|
},
|
|
2601
2955
|
"value": "transparent"
|
|
@@ -2606,6 +2960,7 @@ var tokens = [{
|
|
|
2606
2960
|
"attributes": {
|
|
2607
2961
|
"group": "paint",
|
|
2608
2962
|
"state": "active",
|
|
2963
|
+
"introduced": "0.6.0",
|
|
2609
2964
|
"description": "Hovered state for color.background.neutral.subtle"
|
|
2610
2965
|
},
|
|
2611
2966
|
"value": "#091E420F",
|
|
@@ -2615,6 +2970,7 @@ var tokens = [{
|
|
|
2615
2970
|
"attributes": {
|
|
2616
2971
|
"group": "paint",
|
|
2617
2972
|
"state": "active",
|
|
2973
|
+
"introduced": "0.6.0",
|
|
2618
2974
|
"description": "Hovered state for color.background.neutral.subtle"
|
|
2619
2975
|
},
|
|
2620
2976
|
"value": "N200A"
|
|
@@ -2625,6 +2981,7 @@ var tokens = [{
|
|
|
2625
2981
|
"attributes": {
|
|
2626
2982
|
"group": "paint",
|
|
2627
2983
|
"state": "active",
|
|
2984
|
+
"introduced": "0.6.0",
|
|
2628
2985
|
"description": "Pressed state for color.background.neutral.subtle"
|
|
2629
2986
|
},
|
|
2630
2987
|
"value": "#091E4224",
|
|
@@ -2634,6 +2991,7 @@ var tokens = [{
|
|
|
2634
2991
|
"attributes": {
|
|
2635
2992
|
"group": "paint",
|
|
2636
2993
|
"state": "active",
|
|
2994
|
+
"introduced": "0.6.0",
|
|
2637
2995
|
"description": "Pressed state for color.background.neutral.subtle"
|
|
2638
2996
|
},
|
|
2639
2997
|
"value": "N300A"
|
|
@@ -2644,6 +3002,7 @@ var tokens = [{
|
|
|
2644
3002
|
"attributes": {
|
|
2645
3003
|
"group": "paint",
|
|
2646
3004
|
"state": "active",
|
|
3005
|
+
"introduced": "0.6.0",
|
|
2647
3006
|
"description": "A vibrant background option for neutral UI elements, such as announcement banners."
|
|
2648
3007
|
},
|
|
2649
3008
|
"value": "#44546F",
|
|
@@ -2653,6 +3012,7 @@ var tokens = [{
|
|
|
2653
3012
|
"attributes": {
|
|
2654
3013
|
"group": "paint",
|
|
2655
3014
|
"state": "active",
|
|
3015
|
+
"introduced": "0.6.0",
|
|
2656
3016
|
"description": "A vibrant background option for neutral UI elements, such as announcement banners."
|
|
2657
3017
|
},
|
|
2658
3018
|
"value": "N800"
|
|
@@ -2663,6 +3023,7 @@ var tokens = [{
|
|
|
2663
3023
|
"attributes": {
|
|
2664
3024
|
"group": "paint",
|
|
2665
3025
|
"state": "active",
|
|
3026
|
+
"introduced": "0.6.0",
|
|
2666
3027
|
"description": "Hovered state of color.background.neutral.bold"
|
|
2667
3028
|
},
|
|
2668
3029
|
"value": "#2C3E5D",
|
|
@@ -2672,6 +3033,7 @@ var tokens = [{
|
|
|
2672
3033
|
"attributes": {
|
|
2673
3034
|
"group": "paint",
|
|
2674
3035
|
"state": "active",
|
|
3036
|
+
"introduced": "0.6.0",
|
|
2675
3037
|
"description": "Hovered state of color.background.neutral.bold"
|
|
2676
3038
|
},
|
|
2677
3039
|
"value": "N900"
|
|
@@ -2682,6 +3044,7 @@ var tokens = [{
|
|
|
2682
3044
|
"attributes": {
|
|
2683
3045
|
"group": "paint",
|
|
2684
3046
|
"state": "active",
|
|
3047
|
+
"introduced": "0.6.0",
|
|
2685
3048
|
"description": "Pressed state of color.background.neutral.bold"
|
|
2686
3049
|
},
|
|
2687
3050
|
"value": "#172B4D",
|
|
@@ -2691,6 +3054,7 @@ var tokens = [{
|
|
|
2691
3054
|
"attributes": {
|
|
2692
3055
|
"group": "paint",
|
|
2693
3056
|
"state": "active",
|
|
3057
|
+
"introduced": "0.6.0",
|
|
2694
3058
|
"description": "Pressed state of color.background.neutral.bold"
|
|
2695
3059
|
},
|
|
2696
3060
|
"value": "N1000"
|
|
@@ -2701,6 +3065,7 @@ var tokens = [{
|
|
|
2701
3065
|
"attributes": {
|
|
2702
3066
|
"group": "paint",
|
|
2703
3067
|
"state": "active",
|
|
3068
|
+
"introduced": "0.6.0",
|
|
2704
3069
|
"description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
|
|
2705
3070
|
},
|
|
2706
3071
|
"value": "#0C66E4",
|
|
@@ -2710,6 +3075,7 @@ var tokens = [{
|
|
|
2710
3075
|
"attributes": {
|
|
2711
3076
|
"group": "paint",
|
|
2712
3077
|
"state": "active",
|
|
3078
|
+
"introduced": "0.6.0",
|
|
2713
3079
|
"description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
|
|
2714
3080
|
},
|
|
2715
3081
|
"value": "B700"
|
|
@@ -2720,6 +3086,7 @@ var tokens = [{
|
|
|
2720
3086
|
"attributes": {
|
|
2721
3087
|
"group": "paint",
|
|
2722
3088
|
"state": "active",
|
|
3089
|
+
"introduced": "0.6.0",
|
|
2723
3090
|
"description": "Hovered state of color.background.brand.bold"
|
|
2724
3091
|
},
|
|
2725
3092
|
"value": "#0055CC",
|
|
@@ -2729,6 +3096,7 @@ var tokens = [{
|
|
|
2729
3096
|
"attributes": {
|
|
2730
3097
|
"group": "paint",
|
|
2731
3098
|
"state": "active",
|
|
3099
|
+
"introduced": "0.6.0",
|
|
2732
3100
|
"description": "Hovered state of color.background.brand.bold"
|
|
2733
3101
|
},
|
|
2734
3102
|
"value": "B800"
|
|
@@ -2739,6 +3107,7 @@ var tokens = [{
|
|
|
2739
3107
|
"attributes": {
|
|
2740
3108
|
"group": "paint",
|
|
2741
3109
|
"state": "active",
|
|
3110
|
+
"introduced": "0.6.0",
|
|
2742
3111
|
"description": "Pressed state of color.background.brand.bold"
|
|
2743
3112
|
},
|
|
2744
3113
|
"value": "#09326C",
|
|
@@ -2748,6 +3117,7 @@ var tokens = [{
|
|
|
2748
3117
|
"attributes": {
|
|
2749
3118
|
"group": "paint",
|
|
2750
3119
|
"state": "active",
|
|
3120
|
+
"introduced": "0.6.0",
|
|
2751
3121
|
"description": "Pressed state of color.background.brand.bold"
|
|
2752
3122
|
},
|
|
2753
3123
|
"value": "B900"
|
|
@@ -2758,6 +3128,7 @@ var tokens = [{
|
|
|
2758
3128
|
"attributes": {
|
|
2759
3129
|
"group": "paint",
|
|
2760
3130
|
"state": "deprecated",
|
|
3131
|
+
"introduced": "0.6.0",
|
|
2761
3132
|
"replacement": "color.background.selected.[default].[default]",
|
|
2762
3133
|
"description": "Use for the background of elements used to reinforce our brand."
|
|
2763
3134
|
},
|
|
@@ -2768,6 +3139,7 @@ var tokens = [{
|
|
|
2768
3139
|
"attributes": {
|
|
2769
3140
|
"group": "paint",
|
|
2770
3141
|
"state": "deprecated",
|
|
3142
|
+
"introduced": "0.6.0",
|
|
2771
3143
|
"replacement": "color.background.selected.[default].[default]",
|
|
2772
3144
|
"description": "Use for the background of elements used to reinforce our brand."
|
|
2773
3145
|
},
|
|
@@ -2779,6 +3151,7 @@ var tokens = [{
|
|
|
2779
3151
|
"attributes": {
|
|
2780
3152
|
"group": "paint",
|
|
2781
3153
|
"state": "deprecated",
|
|
3154
|
+
"introduced": "0.6.0",
|
|
2782
3155
|
"replacement": "color.background.selected.[default].hovered",
|
|
2783
3156
|
"description": "Hovered state for color.background.brand"
|
|
2784
3157
|
},
|
|
@@ -2789,6 +3162,7 @@ var tokens = [{
|
|
|
2789
3162
|
"attributes": {
|
|
2790
3163
|
"group": "paint",
|
|
2791
3164
|
"state": "deprecated",
|
|
3165
|
+
"introduced": "0.6.0",
|
|
2792
3166
|
"replacement": "color.background.selected.[default].hovered",
|
|
2793
3167
|
"description": "Hovered state for color.background.brand"
|
|
2794
3168
|
},
|
|
@@ -2800,6 +3174,7 @@ var tokens = [{
|
|
|
2800
3174
|
"attributes": {
|
|
2801
3175
|
"group": "paint",
|
|
2802
3176
|
"state": "deprecated",
|
|
3177
|
+
"introduced": "0.6.0",
|
|
2803
3178
|
"replacement": "color.background.selected.[default].pressed",
|
|
2804
3179
|
"description": "Pressed state for color.background.brand"
|
|
2805
3180
|
},
|
|
@@ -2810,6 +3185,7 @@ var tokens = [{
|
|
|
2810
3185
|
"attributes": {
|
|
2811
3186
|
"group": "paint",
|
|
2812
3187
|
"state": "deprecated",
|
|
3188
|
+
"introduced": "0.6.0",
|
|
2813
3189
|
"replacement": "color.background.selected.[default].pressed",
|
|
2814
3190
|
"description": "Pressed state for color.background.brand"
|
|
2815
3191
|
},
|
|
@@ -2821,6 +3197,7 @@ var tokens = [{
|
|
|
2821
3197
|
"attributes": {
|
|
2822
3198
|
"group": "paint",
|
|
2823
3199
|
"state": "active",
|
|
3200
|
+
"introduced": "0.6.2",
|
|
2824
3201
|
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
2825
3202
|
},
|
|
2826
3203
|
"value": "#E9F2FF",
|
|
@@ -2830,6 +3207,7 @@ var tokens = [{
|
|
|
2830
3207
|
"attributes": {
|
|
2831
3208
|
"group": "paint",
|
|
2832
3209
|
"state": "active",
|
|
3210
|
+
"introduced": "0.6.2",
|
|
2833
3211
|
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
2834
3212
|
},
|
|
2835
3213
|
"value": "B100"
|
|
@@ -2840,6 +3218,7 @@ var tokens = [{
|
|
|
2840
3218
|
"attributes": {
|
|
2841
3219
|
"group": "paint",
|
|
2842
3220
|
"state": "active",
|
|
3221
|
+
"introduced": "0.6.2",
|
|
2843
3222
|
"description": "Hovered state for color.background.selected"
|
|
2844
3223
|
},
|
|
2845
3224
|
"value": "#CCE0FF",
|
|
@@ -2849,6 +3228,7 @@ var tokens = [{
|
|
|
2849
3228
|
"attributes": {
|
|
2850
3229
|
"group": "paint",
|
|
2851
3230
|
"state": "active",
|
|
3231
|
+
"introduced": "0.6.2",
|
|
2852
3232
|
"description": "Hovered state for color.background.selected"
|
|
2853
3233
|
},
|
|
2854
3234
|
"value": "B200"
|
|
@@ -2859,6 +3239,7 @@ var tokens = [{
|
|
|
2859
3239
|
"attributes": {
|
|
2860
3240
|
"group": "paint",
|
|
2861
3241
|
"state": "active",
|
|
3242
|
+
"introduced": "0.6.2",
|
|
2862
3243
|
"description": "Pressed state for color.background.selected"
|
|
2863
3244
|
},
|
|
2864
3245
|
"value": "#85B8FF",
|
|
@@ -2868,6 +3249,7 @@ var tokens = [{
|
|
|
2868
3249
|
"attributes": {
|
|
2869
3250
|
"group": "paint",
|
|
2870
3251
|
"state": "active",
|
|
3252
|
+
"introduced": "0.6.2",
|
|
2871
3253
|
"description": "Pressed state for color.background.selected"
|
|
2872
3254
|
},
|
|
2873
3255
|
"value": "B300"
|
|
@@ -2878,7 +3260,8 @@ var tokens = [{
|
|
|
2878
3260
|
"attributes": {
|
|
2879
3261
|
"group": "paint",
|
|
2880
3262
|
"state": "active",
|
|
2881
|
-
"
|
|
3263
|
+
"introduced": "0.6.2",
|
|
3264
|
+
"description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
|
|
2882
3265
|
},
|
|
2883
3266
|
"value": "#0C66E4",
|
|
2884
3267
|
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
@@ -2887,7 +3270,8 @@ var tokens = [{
|
|
|
2887
3270
|
"attributes": {
|
|
2888
3271
|
"group": "paint",
|
|
2889
3272
|
"state": "active",
|
|
2890
|
-
"
|
|
3273
|
+
"introduced": "0.6.2",
|
|
3274
|
+
"description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
|
|
2891
3275
|
},
|
|
2892
3276
|
"value": "B700"
|
|
2893
3277
|
},
|
|
@@ -2897,6 +3281,7 @@ var tokens = [{
|
|
|
2897
3281
|
"attributes": {
|
|
2898
3282
|
"group": "paint",
|
|
2899
3283
|
"state": "active",
|
|
3284
|
+
"introduced": "0.6.2",
|
|
2900
3285
|
"description": "Hovered state of color.background.selected.bold"
|
|
2901
3286
|
},
|
|
2902
3287
|
"value": "#0055CC",
|
|
@@ -2906,6 +3291,7 @@ var tokens = [{
|
|
|
2906
3291
|
"attributes": {
|
|
2907
3292
|
"group": "paint",
|
|
2908
3293
|
"state": "active",
|
|
3294
|
+
"introduced": "0.6.2",
|
|
2909
3295
|
"description": "Hovered state of color.background.selected.bold"
|
|
2910
3296
|
},
|
|
2911
3297
|
"value": "B800"
|
|
@@ -2916,6 +3302,7 @@ var tokens = [{
|
|
|
2916
3302
|
"attributes": {
|
|
2917
3303
|
"group": "paint",
|
|
2918
3304
|
"state": "active",
|
|
3305
|
+
"introduced": "0.6.2",
|
|
2919
3306
|
"description": "Pressed state of color.background.selected.bold"
|
|
2920
3307
|
},
|
|
2921
3308
|
"value": "#09326C",
|
|
@@ -2925,6 +3312,7 @@ var tokens = [{
|
|
|
2925
3312
|
"attributes": {
|
|
2926
3313
|
"group": "paint",
|
|
2927
3314
|
"state": "active",
|
|
3315
|
+
"introduced": "0.6.2",
|
|
2928
3316
|
"description": "Pressed state of color.background.selected.bold"
|
|
2929
3317
|
},
|
|
2930
3318
|
"value": "B900"
|
|
@@ -2935,6 +3323,7 @@ var tokens = [{
|
|
|
2935
3323
|
"attributes": {
|
|
2936
3324
|
"group": "paint",
|
|
2937
3325
|
"state": "deprecated",
|
|
3326
|
+
"introduced": "0.1.0",
|
|
2938
3327
|
"replacement": "color.background.selected.[default].[default]",
|
|
2939
3328
|
"description": "Use for backgrounds of elements in a selected state"
|
|
2940
3329
|
},
|
|
@@ -2945,6 +3334,7 @@ var tokens = [{
|
|
|
2945
3334
|
"attributes": {
|
|
2946
3335
|
"group": "paint",
|
|
2947
3336
|
"state": "deprecated",
|
|
3337
|
+
"introduced": "0.1.0",
|
|
2948
3338
|
"replacement": "color.background.selected.[default].[default]",
|
|
2949
3339
|
"description": "Use for backgrounds of elements in a selected state"
|
|
2950
3340
|
},
|
|
@@ -2956,6 +3346,7 @@ var tokens = [{
|
|
|
2956
3346
|
"attributes": {
|
|
2957
3347
|
"group": "paint",
|
|
2958
3348
|
"state": "deprecated",
|
|
3349
|
+
"introduced": "0.1.0",
|
|
2959
3350
|
"replacement": "color.background.selected.[default].hovered",
|
|
2960
3351
|
"description": "Hover state for color.background.selected"
|
|
2961
3352
|
},
|
|
@@ -2966,6 +3357,7 @@ var tokens = [{
|
|
|
2966
3357
|
"attributes": {
|
|
2967
3358
|
"group": "paint",
|
|
2968
3359
|
"state": "deprecated",
|
|
3360
|
+
"introduced": "0.1.0",
|
|
2969
3361
|
"replacement": "color.background.selected.[default].hovered",
|
|
2970
3362
|
"description": "Hover state for color.background.selected"
|
|
2971
3363
|
},
|
|
@@ -2977,7 +3369,8 @@ var tokens = [{
|
|
|
2977
3369
|
"attributes": {
|
|
2978
3370
|
"group": "paint",
|
|
2979
3371
|
"state": "active",
|
|
2980
|
-
"
|
|
3372
|
+
"introduced": "0.6.0",
|
|
3373
|
+
"description": "Use for backgrounds communicating critical information, such in error section messages."
|
|
2981
3374
|
},
|
|
2982
3375
|
"value": "#FFEDEB",
|
|
2983
3376
|
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
@@ -2986,7 +3379,8 @@ var tokens = [{
|
|
|
2986
3379
|
"attributes": {
|
|
2987
3380
|
"group": "paint",
|
|
2988
3381
|
"state": "active",
|
|
2989
|
-
"
|
|
3382
|
+
"introduced": "0.6.0",
|
|
3383
|
+
"description": "Use for backgrounds communicating critical information, such in error section messages."
|
|
2990
3384
|
},
|
|
2991
3385
|
"value": "R100"
|
|
2992
3386
|
},
|
|
@@ -2996,6 +3390,7 @@ var tokens = [{
|
|
|
2996
3390
|
"attributes": {
|
|
2997
3391
|
"group": "paint",
|
|
2998
3392
|
"state": "active",
|
|
3393
|
+
"introduced": "0.6.0",
|
|
2999
3394
|
"description": "Hovered state for color.background.danger"
|
|
3000
3395
|
},
|
|
3001
3396
|
"value": "#FFD2CC",
|
|
@@ -3005,6 +3400,7 @@ var tokens = [{
|
|
|
3005
3400
|
"attributes": {
|
|
3006
3401
|
"group": "paint",
|
|
3007
3402
|
"state": "active",
|
|
3403
|
+
"introduced": "0.6.0",
|
|
3008
3404
|
"description": "Hovered state for color.background.danger"
|
|
3009
3405
|
},
|
|
3010
3406
|
"value": "R200"
|
|
@@ -3015,6 +3411,7 @@ var tokens = [{
|
|
|
3015
3411
|
"attributes": {
|
|
3016
3412
|
"group": "paint",
|
|
3017
3413
|
"state": "active",
|
|
3414
|
+
"introduced": "0.6.0",
|
|
3018
3415
|
"description": "Pressed state for color.background.danger"
|
|
3019
3416
|
},
|
|
3020
3417
|
"value": "#FF9C8F",
|
|
@@ -3024,6 +3421,7 @@ var tokens = [{
|
|
|
3024
3421
|
"attributes": {
|
|
3025
3422
|
"group": "paint",
|
|
3026
3423
|
"state": "active",
|
|
3424
|
+
"introduced": "0.6.0",
|
|
3027
3425
|
"description": "Pressed state for color.background.danger"
|
|
3028
3426
|
},
|
|
3029
3427
|
"value": "R300"
|
|
@@ -3034,6 +3432,7 @@ var tokens = [{
|
|
|
3034
3432
|
"attributes": {
|
|
3035
3433
|
"group": "paint",
|
|
3036
3434
|
"state": "active",
|
|
3435
|
+
"introduced": "0.6.0",
|
|
3037
3436
|
"description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
|
|
3038
3437
|
},
|
|
3039
3438
|
"value": "#CA3521",
|
|
@@ -3043,6 +3442,7 @@ var tokens = [{
|
|
|
3043
3442
|
"attributes": {
|
|
3044
3443
|
"group": "paint",
|
|
3045
3444
|
"state": "active",
|
|
3445
|
+
"introduced": "0.6.0",
|
|
3046
3446
|
"description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
|
|
3047
3447
|
},
|
|
3048
3448
|
"value": "R700"
|
|
@@ -3053,6 +3453,7 @@ var tokens = [{
|
|
|
3053
3453
|
"attributes": {
|
|
3054
3454
|
"group": "paint",
|
|
3055
3455
|
"state": "active",
|
|
3456
|
+
"introduced": "0.6.0",
|
|
3056
3457
|
"description": "Hovered state of color.background.danger.bold"
|
|
3057
3458
|
},
|
|
3058
3459
|
"value": "#AE2A19",
|
|
@@ -3062,6 +3463,7 @@ var tokens = [{
|
|
|
3062
3463
|
"attributes": {
|
|
3063
3464
|
"group": "paint",
|
|
3064
3465
|
"state": "active",
|
|
3466
|
+
"introduced": "0.6.0",
|
|
3065
3467
|
"description": "Hovered state of color.background.danger.bold"
|
|
3066
3468
|
},
|
|
3067
3469
|
"value": "R800"
|
|
@@ -3072,6 +3474,7 @@ var tokens = [{
|
|
|
3072
3474
|
"attributes": {
|
|
3073
3475
|
"group": "paint",
|
|
3074
3476
|
"state": "active",
|
|
3477
|
+
"introduced": "0.6.0",
|
|
3075
3478
|
"description": "Pressed state of color.background.danger.bold"
|
|
3076
3479
|
},
|
|
3077
3480
|
"value": "#601E16",
|
|
@@ -3081,6 +3484,7 @@ var tokens = [{
|
|
|
3081
3484
|
"attributes": {
|
|
3082
3485
|
"group": "paint",
|
|
3083
3486
|
"state": "active",
|
|
3487
|
+
"introduced": "0.6.0",
|
|
3084
3488
|
"description": "Pressed state of color.background.danger.bold"
|
|
3085
3489
|
},
|
|
3086
3490
|
"value": "R900"
|
|
@@ -3091,6 +3495,7 @@ var tokens = [{
|
|
|
3091
3495
|
"attributes": {
|
|
3092
3496
|
"group": "paint",
|
|
3093
3497
|
"state": "active",
|
|
3498
|
+
"introduced": "0.6.0",
|
|
3094
3499
|
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
3095
3500
|
},
|
|
3096
3501
|
"value": "#FFF7D6",
|
|
@@ -3100,6 +3505,7 @@ var tokens = [{
|
|
|
3100
3505
|
"attributes": {
|
|
3101
3506
|
"group": "paint",
|
|
3102
3507
|
"state": "active",
|
|
3508
|
+
"introduced": "0.6.0",
|
|
3103
3509
|
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
3104
3510
|
},
|
|
3105
3511
|
"value": "Y100"
|
|
@@ -3110,6 +3516,7 @@ var tokens = [{
|
|
|
3110
3516
|
"attributes": {
|
|
3111
3517
|
"group": "paint",
|
|
3112
3518
|
"state": "active",
|
|
3519
|
+
"introduced": "0.6.0",
|
|
3113
3520
|
"description": "Hovered state for color.background.warning"
|
|
3114
3521
|
},
|
|
3115
3522
|
"value": "#F8E6A0",
|
|
@@ -3119,6 +3526,7 @@ var tokens = [{
|
|
|
3119
3526
|
"attributes": {
|
|
3120
3527
|
"group": "paint",
|
|
3121
3528
|
"state": "active",
|
|
3529
|
+
"introduced": "0.6.0",
|
|
3122
3530
|
"description": "Hovered state for color.background.warning"
|
|
3123
3531
|
},
|
|
3124
3532
|
"value": "Y200"
|
|
@@ -3129,6 +3537,7 @@ var tokens = [{
|
|
|
3129
3537
|
"attributes": {
|
|
3130
3538
|
"group": "paint",
|
|
3131
3539
|
"state": "active",
|
|
3540
|
+
"introduced": "0.6.0",
|
|
3132
3541
|
"description": "Pressed state for color.background.warning"
|
|
3133
3542
|
},
|
|
3134
3543
|
"value": "#F5CD47",
|
|
@@ -3138,6 +3547,7 @@ var tokens = [{
|
|
|
3138
3547
|
"attributes": {
|
|
3139
3548
|
"group": "paint",
|
|
3140
3549
|
"state": "active",
|
|
3550
|
+
"introduced": "0.6.0",
|
|
3141
3551
|
"description": "Pressed state for color.background.warning"
|
|
3142
3552
|
},
|
|
3143
3553
|
"value": "Y300"
|
|
@@ -3148,6 +3558,7 @@ var tokens = [{
|
|
|
3148
3558
|
"attributes": {
|
|
3149
3559
|
"group": "paint",
|
|
3150
3560
|
"state": "active",
|
|
3561
|
+
"introduced": "0.6.0",
|
|
3151
3562
|
"description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
|
|
3152
3563
|
},
|
|
3153
3564
|
"value": "#E2B203",
|
|
@@ -3157,6 +3568,7 @@ var tokens = [{
|
|
|
3157
3568
|
"attributes": {
|
|
3158
3569
|
"group": "paint",
|
|
3159
3570
|
"state": "active",
|
|
3571
|
+
"introduced": "0.6.0",
|
|
3160
3572
|
"description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
|
|
3161
3573
|
},
|
|
3162
3574
|
"value": "Y400"
|
|
@@ -3167,6 +3579,7 @@ var tokens = [{
|
|
|
3167
3579
|
"attributes": {
|
|
3168
3580
|
"group": "paint",
|
|
3169
3581
|
"state": "active",
|
|
3582
|
+
"introduced": "0.6.0",
|
|
3170
3583
|
"description": "Hovered state of color.background.warning.bold"
|
|
3171
3584
|
},
|
|
3172
3585
|
"value": "#CF9F02",
|
|
@@ -3176,6 +3589,7 @@ var tokens = [{
|
|
|
3176
3589
|
"attributes": {
|
|
3177
3590
|
"group": "paint",
|
|
3178
3591
|
"state": "active",
|
|
3592
|
+
"introduced": "0.6.0",
|
|
3179
3593
|
"description": "Hovered state of color.background.warning.bold"
|
|
3180
3594
|
},
|
|
3181
3595
|
"value": "Y500"
|
|
@@ -3186,6 +3600,7 @@ var tokens = [{
|
|
|
3186
3600
|
"attributes": {
|
|
3187
3601
|
"group": "paint",
|
|
3188
3602
|
"state": "active",
|
|
3603
|
+
"introduced": "0.6.0",
|
|
3189
3604
|
"description": "Pressed state of color.background.warning.bold"
|
|
3190
3605
|
},
|
|
3191
3606
|
"value": "#B38600",
|
|
@@ -3195,6 +3610,7 @@ var tokens = [{
|
|
|
3195
3610
|
"attributes": {
|
|
3196
3611
|
"group": "paint",
|
|
3197
3612
|
"state": "active",
|
|
3613
|
+
"introduced": "0.6.0",
|
|
3198
3614
|
"description": "Pressed state of color.background.warning.bold"
|
|
3199
3615
|
},
|
|
3200
3616
|
"value": "Y600"
|
|
@@ -3205,6 +3621,7 @@ var tokens = [{
|
|
|
3205
3621
|
"attributes": {
|
|
3206
3622
|
"group": "paint",
|
|
3207
3623
|
"state": "active",
|
|
3624
|
+
"introduced": "0.6.0",
|
|
3208
3625
|
"description": "Use for backgrounds communicating a favourable outcome, such as in success section messages."
|
|
3209
3626
|
},
|
|
3210
3627
|
"value": "#DFFCF0",
|
|
@@ -3214,6 +3631,7 @@ var tokens = [{
|
|
|
3214
3631
|
"attributes": {
|
|
3215
3632
|
"group": "paint",
|
|
3216
3633
|
"state": "active",
|
|
3634
|
+
"introduced": "0.6.0",
|
|
3217
3635
|
"description": "Use for backgrounds communicating a favourable outcome, such as in success section messages."
|
|
3218
3636
|
},
|
|
3219
3637
|
"value": "G100"
|
|
@@ -3224,6 +3642,7 @@ var tokens = [{
|
|
|
3224
3642
|
"attributes": {
|
|
3225
3643
|
"group": "paint",
|
|
3226
3644
|
"state": "active",
|
|
3645
|
+
"introduced": "0.6.0",
|
|
3227
3646
|
"description": "Hovered state for color.background.success"
|
|
3228
3647
|
},
|
|
3229
3648
|
"value": "#BAF3DB",
|
|
@@ -3233,6 +3652,7 @@ var tokens = [{
|
|
|
3233
3652
|
"attributes": {
|
|
3234
3653
|
"group": "paint",
|
|
3235
3654
|
"state": "active",
|
|
3655
|
+
"introduced": "0.6.0",
|
|
3236
3656
|
"description": "Hovered state for color.background.success"
|
|
3237
3657
|
},
|
|
3238
3658
|
"value": "G200"
|
|
@@ -3243,6 +3663,7 @@ var tokens = [{
|
|
|
3243
3663
|
"attributes": {
|
|
3244
3664
|
"group": "paint",
|
|
3245
3665
|
"state": "active",
|
|
3666
|
+
"introduced": "0.6.0",
|
|
3246
3667
|
"description": "Pressed state for color.background.success"
|
|
3247
3668
|
},
|
|
3248
3669
|
"value": "#7EE2B8",
|
|
@@ -3252,6 +3673,7 @@ var tokens = [{
|
|
|
3252
3673
|
"attributes": {
|
|
3253
3674
|
"group": "paint",
|
|
3254
3675
|
"state": "active",
|
|
3676
|
+
"introduced": "0.6.0",
|
|
3255
3677
|
"description": "Pressed state for color.background.success"
|
|
3256
3678
|
},
|
|
3257
3679
|
"value": "G300"
|
|
@@ -3262,6 +3684,7 @@ var tokens = [{
|
|
|
3262
3684
|
"attributes": {
|
|
3263
3685
|
"group": "paint",
|
|
3264
3686
|
"state": "active",
|
|
3687
|
+
"introduced": "0.6.0",
|
|
3265
3688
|
"description": "A vibrant background option for communicating a favourable outcome, such as in checked toggles."
|
|
3266
3689
|
},
|
|
3267
3690
|
"value": "#1F845A",
|
|
@@ -3271,6 +3694,7 @@ var tokens = [{
|
|
|
3271
3694
|
"attributes": {
|
|
3272
3695
|
"group": "paint",
|
|
3273
3696
|
"state": "active",
|
|
3697
|
+
"introduced": "0.6.0",
|
|
3274
3698
|
"description": "A vibrant background option for communicating a favourable outcome, such as in checked toggles."
|
|
3275
3699
|
},
|
|
3276
3700
|
"value": "G700"
|
|
@@ -3281,6 +3705,7 @@ var tokens = [{
|
|
|
3281
3705
|
"attributes": {
|
|
3282
3706
|
"group": "paint",
|
|
3283
3707
|
"state": "active",
|
|
3708
|
+
"introduced": "0.6.0",
|
|
3284
3709
|
"description": "Hovered state of color.background.success.bold"
|
|
3285
3710
|
},
|
|
3286
3711
|
"value": "#216E4E",
|
|
@@ -3290,6 +3715,7 @@ var tokens = [{
|
|
|
3290
3715
|
"attributes": {
|
|
3291
3716
|
"group": "paint",
|
|
3292
3717
|
"state": "active",
|
|
3718
|
+
"introduced": "0.6.0",
|
|
3293
3719
|
"description": "Hovered state of color.background.success.bold"
|
|
3294
3720
|
},
|
|
3295
3721
|
"value": "G800"
|
|
@@ -3300,6 +3726,7 @@ var tokens = [{
|
|
|
3300
3726
|
"attributes": {
|
|
3301
3727
|
"group": "paint",
|
|
3302
3728
|
"state": "active",
|
|
3729
|
+
"introduced": "0.6.0",
|
|
3303
3730
|
"description": "Pressed state of color.background.success.bold"
|
|
3304
3731
|
},
|
|
3305
3732
|
"value": "#164B35",
|
|
@@ -3309,6 +3736,7 @@ var tokens = [{
|
|
|
3309
3736
|
"attributes": {
|
|
3310
3737
|
"group": "paint",
|
|
3311
3738
|
"state": "active",
|
|
3739
|
+
"introduced": "0.6.0",
|
|
3312
3740
|
"description": "Pressed state of color.background.success.bold"
|
|
3313
3741
|
},
|
|
3314
3742
|
"value": "G900"
|
|
@@ -3319,6 +3747,7 @@ var tokens = [{
|
|
|
3319
3747
|
"attributes": {
|
|
3320
3748
|
"group": "paint",
|
|
3321
3749
|
"state": "active",
|
|
3750
|
+
"introduced": "0.6.0",
|
|
3322
3751
|
"description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
|
|
3323
3752
|
},
|
|
3324
3753
|
"value": "#F3F0FF",
|
|
@@ -3328,6 +3757,7 @@ var tokens = [{
|
|
|
3328
3757
|
"attributes": {
|
|
3329
3758
|
"group": "paint",
|
|
3330
3759
|
"state": "active",
|
|
3760
|
+
"introduced": "0.6.0",
|
|
3331
3761
|
"description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
|
|
3332
3762
|
},
|
|
3333
3763
|
"value": "P100"
|
|
@@ -3338,6 +3768,7 @@ var tokens = [{
|
|
|
3338
3768
|
"attributes": {
|
|
3339
3769
|
"group": "paint",
|
|
3340
3770
|
"state": "active",
|
|
3771
|
+
"introduced": "0.6.0",
|
|
3341
3772
|
"description": "Hover state for color.background.discovery"
|
|
3342
3773
|
},
|
|
3343
3774
|
"value": "#DFD8FD",
|
|
@@ -3347,6 +3778,7 @@ var tokens = [{
|
|
|
3347
3778
|
"attributes": {
|
|
3348
3779
|
"group": "paint",
|
|
3349
3780
|
"state": "active",
|
|
3781
|
+
"introduced": "0.6.0",
|
|
3350
3782
|
"description": "Hover state for color.background.discovery"
|
|
3351
3783
|
},
|
|
3352
3784
|
"value": "P200"
|
|
@@ -3357,6 +3789,7 @@ var tokens = [{
|
|
|
3357
3789
|
"attributes": {
|
|
3358
3790
|
"group": "paint",
|
|
3359
3791
|
"state": "active",
|
|
3792
|
+
"introduced": "0.6.0",
|
|
3360
3793
|
"description": "Pressed state for color.background.discovery"
|
|
3361
3794
|
},
|
|
3362
3795
|
"value": "#B8ACF6",
|
|
@@ -3366,6 +3799,7 @@ var tokens = [{
|
|
|
3366
3799
|
"attributes": {
|
|
3367
3800
|
"group": "paint",
|
|
3368
3801
|
"state": "active",
|
|
3802
|
+
"introduced": "0.6.0",
|
|
3369
3803
|
"description": "Pressed state for color.background.discovery"
|
|
3370
3804
|
},
|
|
3371
3805
|
"value": "P300"
|
|
@@ -3376,6 +3810,7 @@ var tokens = [{
|
|
|
3376
3810
|
"attributes": {
|
|
3377
3811
|
"group": "paint",
|
|
3378
3812
|
"state": "active",
|
|
3813
|
+
"introduced": "0.6.0",
|
|
3379
3814
|
"description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
|
|
3380
3815
|
},
|
|
3381
3816
|
"value": "#6E5DC6",
|
|
@@ -3385,6 +3820,7 @@ var tokens = [{
|
|
|
3385
3820
|
"attributes": {
|
|
3386
3821
|
"group": "paint",
|
|
3387
3822
|
"state": "active",
|
|
3823
|
+
"introduced": "0.6.0",
|
|
3388
3824
|
"description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
|
|
3389
3825
|
},
|
|
3390
3826
|
"value": "P700"
|
|
@@ -3395,6 +3831,7 @@ var tokens = [{
|
|
|
3395
3831
|
"attributes": {
|
|
3396
3832
|
"group": "paint",
|
|
3397
3833
|
"state": "active",
|
|
3834
|
+
"introduced": "0.6.0",
|
|
3398
3835
|
"description": "Hovered state of color.background.discovery.bold"
|
|
3399
3836
|
},
|
|
3400
3837
|
"value": "#5E4DB2",
|
|
@@ -3404,6 +3841,7 @@ var tokens = [{
|
|
|
3404
3841
|
"attributes": {
|
|
3405
3842
|
"group": "paint",
|
|
3406
3843
|
"state": "active",
|
|
3844
|
+
"introduced": "0.6.0",
|
|
3407
3845
|
"description": "Hovered state of color.background.discovery.bold"
|
|
3408
3846
|
},
|
|
3409
3847
|
"value": "P800"
|
|
@@ -3414,6 +3852,7 @@ var tokens = [{
|
|
|
3414
3852
|
"attributes": {
|
|
3415
3853
|
"group": "paint",
|
|
3416
3854
|
"state": "active",
|
|
3855
|
+
"introduced": "0.6.0",
|
|
3417
3856
|
"description": "Pressed state of color.background.discovery.bold"
|
|
3418
3857
|
},
|
|
3419
3858
|
"value": "#352C63",
|
|
@@ -3423,6 +3862,7 @@ var tokens = [{
|
|
|
3423
3862
|
"attributes": {
|
|
3424
3863
|
"group": "paint",
|
|
3425
3864
|
"state": "active",
|
|
3865
|
+
"introduced": "0.6.0",
|
|
3426
3866
|
"description": "Pressed state of color.background.discovery.bold"
|
|
3427
3867
|
},
|
|
3428
3868
|
"value": "P900"
|
|
@@ -3433,6 +3873,7 @@ var tokens = [{
|
|
|
3433
3873
|
"attributes": {
|
|
3434
3874
|
"group": "paint",
|
|
3435
3875
|
"state": "active",
|
|
3876
|
+
"introduced": "0.6.0",
|
|
3436
3877
|
"description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
|
|
3437
3878
|
},
|
|
3438
3879
|
"value": "#E9F2FF",
|
|
@@ -3442,6 +3883,7 @@ var tokens = [{
|
|
|
3442
3883
|
"attributes": {
|
|
3443
3884
|
"group": "paint",
|
|
3444
3885
|
"state": "active",
|
|
3886
|
+
"introduced": "0.6.0",
|
|
3445
3887
|
"description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
|
|
3446
3888
|
},
|
|
3447
3889
|
"value": "B100"
|
|
@@ -3452,6 +3894,7 @@ var tokens = [{
|
|
|
3452
3894
|
"attributes": {
|
|
3453
3895
|
"group": "paint",
|
|
3454
3896
|
"state": "active",
|
|
3897
|
+
"introduced": "0.6.0",
|
|
3455
3898
|
"description": "Hovered state of color.background.information"
|
|
3456
3899
|
},
|
|
3457
3900
|
"value": "#CCE0FF",
|
|
@@ -3461,6 +3904,7 @@ var tokens = [{
|
|
|
3461
3904
|
"attributes": {
|
|
3462
3905
|
"group": "paint",
|
|
3463
3906
|
"state": "active",
|
|
3907
|
+
"introduced": "0.6.0",
|
|
3464
3908
|
"description": "Hovered state of color.background.information"
|
|
3465
3909
|
},
|
|
3466
3910
|
"value": "B200"
|
|
@@ -3471,6 +3915,7 @@ var tokens = [{
|
|
|
3471
3915
|
"attributes": {
|
|
3472
3916
|
"group": "paint",
|
|
3473
3917
|
"state": "active",
|
|
3918
|
+
"introduced": "0.6.0",
|
|
3474
3919
|
"description": "Pressed state of color.background.information"
|
|
3475
3920
|
},
|
|
3476
3921
|
"value": "#85B8FF",
|
|
@@ -3480,6 +3925,7 @@ var tokens = [{
|
|
|
3480
3925
|
"attributes": {
|
|
3481
3926
|
"group": "paint",
|
|
3482
3927
|
"state": "active",
|
|
3928
|
+
"introduced": "0.6.0",
|
|
3483
3929
|
"description": "Pressed state of color.background.information"
|
|
3484
3930
|
},
|
|
3485
3931
|
"value": "B300"
|
|
@@ -3490,6 +3936,7 @@ var tokens = [{
|
|
|
3490
3936
|
"attributes": {
|
|
3491
3937
|
"group": "paint",
|
|
3492
3938
|
"state": "active",
|
|
3939
|
+
"introduced": "0.6.0",
|
|
3493
3940
|
"description": "A vibrant background option for communicating information or something in-progress."
|
|
3494
3941
|
},
|
|
3495
3942
|
"value": "#0C66E4",
|
|
@@ -3499,6 +3946,7 @@ var tokens = [{
|
|
|
3499
3946
|
"attributes": {
|
|
3500
3947
|
"group": "paint",
|
|
3501
3948
|
"state": "active",
|
|
3949
|
+
"introduced": "0.6.0",
|
|
3502
3950
|
"description": "A vibrant background option for communicating information or something in-progress."
|
|
3503
3951
|
},
|
|
3504
3952
|
"value": "B700"
|
|
@@ -3509,6 +3957,7 @@ var tokens = [{
|
|
|
3509
3957
|
"attributes": {
|
|
3510
3958
|
"group": "paint",
|
|
3511
3959
|
"state": "active",
|
|
3960
|
+
"introduced": "0.6.0",
|
|
3512
3961
|
"description": "Hovered state of color.background.information.bold"
|
|
3513
3962
|
},
|
|
3514
3963
|
"value": "#0055CC",
|
|
@@ -3518,6 +3967,7 @@ var tokens = [{
|
|
|
3518
3967
|
"attributes": {
|
|
3519
3968
|
"group": "paint",
|
|
3520
3969
|
"state": "active",
|
|
3970
|
+
"introduced": "0.6.0",
|
|
3521
3971
|
"description": "Hovered state of color.background.information.bold"
|
|
3522
3972
|
},
|
|
3523
3973
|
"value": "B800"
|
|
@@ -3528,6 +3978,7 @@ var tokens = [{
|
|
|
3528
3978
|
"attributes": {
|
|
3529
3979
|
"group": "paint",
|
|
3530
3980
|
"state": "active",
|
|
3981
|
+
"introduced": "0.6.0",
|
|
3531
3982
|
"description": "Pressed state of color.background.information.bold"
|
|
3532
3983
|
},
|
|
3533
3984
|
"value": "#09326C",
|
|
@@ -3537,6 +3988,7 @@ var tokens = [{
|
|
|
3537
3988
|
"attributes": {
|
|
3538
3989
|
"group": "paint",
|
|
3539
3990
|
"state": "active",
|
|
3991
|
+
"introduced": "0.6.0",
|
|
3540
3992
|
"description": "Pressed state of color.background.information.bold"
|
|
3541
3993
|
},
|
|
3542
3994
|
"value": "B900"
|
|
@@ -3547,6 +3999,7 @@ var tokens = [{
|
|
|
3547
3999
|
"attributes": {
|
|
3548
4000
|
"group": "paint",
|
|
3549
4001
|
"state": "deleted",
|
|
4002
|
+
"introduced": "0.0.15",
|
|
3550
4003
|
"replacement": "color.blanket.[default]",
|
|
3551
4004
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
3552
4005
|
},
|
|
@@ -3557,6 +4010,7 @@ var tokens = [{
|
|
|
3557
4010
|
"attributes": {
|
|
3558
4011
|
"group": "paint",
|
|
3559
4012
|
"state": "deleted",
|
|
4013
|
+
"introduced": "0.0.15",
|
|
3560
4014
|
"replacement": "color.blanket.[default]",
|
|
3561
4015
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
3562
4016
|
},
|
|
@@ -3568,6 +4022,7 @@ var tokens = [{
|
|
|
3568
4022
|
"attributes": {
|
|
3569
4023
|
"group": "paint",
|
|
3570
4024
|
"state": "deleted",
|
|
4025
|
+
"introduced": "0.0.15",
|
|
3571
4026
|
"replacement": "color.background.brand.bold.hovered",
|
|
3572
4027
|
"description": "Hover state of background.boldBrand"
|
|
3573
4028
|
},
|
|
@@ -3578,6 +4033,7 @@ var tokens = [{
|
|
|
3578
4033
|
"attributes": {
|
|
3579
4034
|
"group": "paint",
|
|
3580
4035
|
"state": "deleted",
|
|
4036
|
+
"introduced": "0.0.15",
|
|
3581
4037
|
"replacement": "color.background.brand.bold.hovered",
|
|
3582
4038
|
"description": "Hover state of background.boldBrand"
|
|
3583
4039
|
},
|
|
@@ -3589,6 +4045,7 @@ var tokens = [{
|
|
|
3589
4045
|
"attributes": {
|
|
3590
4046
|
"group": "paint",
|
|
3591
4047
|
"state": "deleted",
|
|
4048
|
+
"introduced": "0.0.15",
|
|
3592
4049
|
"replacement": "color.background.brand.bold.pressed",
|
|
3593
4050
|
"description": "Pressed state of background.boldBrand"
|
|
3594
4051
|
},
|
|
@@ -3599,6 +4056,7 @@ var tokens = [{
|
|
|
3599
4056
|
"attributes": {
|
|
3600
4057
|
"group": "paint",
|
|
3601
4058
|
"state": "deleted",
|
|
4059
|
+
"introduced": "0.0.15",
|
|
3602
4060
|
"replacement": "color.background.brand.bold.pressed",
|
|
3603
4061
|
"description": "Pressed state of background.boldBrand"
|
|
3604
4062
|
},
|
|
@@ -3610,6 +4068,7 @@ var tokens = [{
|
|
|
3610
4068
|
"attributes": {
|
|
3611
4069
|
"group": "paint",
|
|
3612
4070
|
"state": "deleted",
|
|
4071
|
+
"introduced": "0.0.15",
|
|
3613
4072
|
"replacement": "color.background.brand.bold.[default]",
|
|
3614
4073
|
"description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
|
|
3615
4074
|
},
|
|
@@ -3620,6 +4079,7 @@ var tokens = [{
|
|
|
3620
4079
|
"attributes": {
|
|
3621
4080
|
"group": "paint",
|
|
3622
4081
|
"state": "deleted",
|
|
4082
|
+
"introduced": "0.0.15",
|
|
3623
4083
|
"replacement": "color.background.brand.bold.[default]",
|
|
3624
4084
|
"description": "A vibrant background for small UI elements like primary buttons and bold in progress lozenges."
|
|
3625
4085
|
},
|
|
@@ -3631,6 +4091,7 @@ var tokens = [{
|
|
|
3631
4091
|
"attributes": {
|
|
3632
4092
|
"group": "paint",
|
|
3633
4093
|
"state": "deleted",
|
|
4094
|
+
"introduced": "0.0.15",
|
|
3634
4095
|
"replacement": "color.background.danger.bold.hovered",
|
|
3635
4096
|
"description": "Hover state of background.boldDanger"
|
|
3636
4097
|
},
|
|
@@ -3641,6 +4102,7 @@ var tokens = [{
|
|
|
3641
4102
|
"attributes": {
|
|
3642
4103
|
"group": "paint",
|
|
3643
4104
|
"state": "deleted",
|
|
4105
|
+
"introduced": "0.0.15",
|
|
3644
4106
|
"replacement": "color.background.danger.bold.hovered",
|
|
3645
4107
|
"description": "Hover state of background.boldDanger"
|
|
3646
4108
|
},
|
|
@@ -3652,6 +4114,7 @@ var tokens = [{
|
|
|
3652
4114
|
"attributes": {
|
|
3653
4115
|
"group": "paint",
|
|
3654
4116
|
"state": "deleted",
|
|
4117
|
+
"introduced": "0.0.15",
|
|
3655
4118
|
"replacement": "color.background.danger.bold.pressed",
|
|
3656
4119
|
"description": "Pressed state of background.boldDanger"
|
|
3657
4120
|
},
|
|
@@ -3662,6 +4125,7 @@ var tokens = [{
|
|
|
3662
4125
|
"attributes": {
|
|
3663
4126
|
"group": "paint",
|
|
3664
4127
|
"state": "deleted",
|
|
4128
|
+
"introduced": "0.0.15",
|
|
3665
4129
|
"replacement": "color.background.danger.bold.pressed",
|
|
3666
4130
|
"description": "Pressed state of background.boldDanger"
|
|
3667
4131
|
},
|
|
@@ -3673,6 +4137,7 @@ var tokens = [{
|
|
|
3673
4137
|
"attributes": {
|
|
3674
4138
|
"group": "paint",
|
|
3675
4139
|
"state": "deleted",
|
|
4140
|
+
"introduced": "0.0.15",
|
|
3676
4141
|
"replacement": "color.background.danger.bold.[default]",
|
|
3677
4142
|
"description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
|
|
3678
4143
|
},
|
|
@@ -3683,6 +4148,7 @@ var tokens = [{
|
|
|
3683
4148
|
"attributes": {
|
|
3684
4149
|
"group": "paint",
|
|
3685
4150
|
"state": "deleted",
|
|
4151
|
+
"introduced": "0.0.15",
|
|
3686
4152
|
"replacement": "color.background.danger.bold.[default]",
|
|
3687
4153
|
"description": "A vibrant background for small UI elements like danger buttons and bold removed lozenges."
|
|
3688
4154
|
},
|
|
@@ -3694,6 +4160,7 @@ var tokens = [{
|
|
|
3694
4160
|
"attributes": {
|
|
3695
4161
|
"group": "paint",
|
|
3696
4162
|
"state": "deleted",
|
|
4163
|
+
"introduced": "0.0.15",
|
|
3697
4164
|
"replacement": "color.background.discovery.bold.hovered",
|
|
3698
4165
|
"description": "Hover state of background.boldDiscovery"
|
|
3699
4166
|
},
|
|
@@ -3704,6 +4171,7 @@ var tokens = [{
|
|
|
3704
4171
|
"attributes": {
|
|
3705
4172
|
"group": "paint",
|
|
3706
4173
|
"state": "deleted",
|
|
4174
|
+
"introduced": "0.0.15",
|
|
3707
4175
|
"replacement": "color.background.discovery.bold.hovered",
|
|
3708
4176
|
"description": "Hover state of background.boldDiscovery"
|
|
3709
4177
|
},
|
|
@@ -3715,6 +4183,7 @@ var tokens = [{
|
|
|
3715
4183
|
"attributes": {
|
|
3716
4184
|
"group": "paint",
|
|
3717
4185
|
"state": "deleted",
|
|
4186
|
+
"introduced": "0.0.15",
|
|
3718
4187
|
"replacement": "color.background.discovery.bold.pressed",
|
|
3719
4188
|
"description": "Pressed state of background.boldDiscovery"
|
|
3720
4189
|
},
|
|
@@ -3725,6 +4194,7 @@ var tokens = [{
|
|
|
3725
4194
|
"attributes": {
|
|
3726
4195
|
"group": "paint",
|
|
3727
4196
|
"state": "deleted",
|
|
4197
|
+
"introduced": "0.0.15",
|
|
3728
4198
|
"replacement": "color.background.discovery.bold.pressed",
|
|
3729
4199
|
"description": "Pressed state of background.boldDiscovery"
|
|
3730
4200
|
},
|
|
@@ -3736,6 +4206,7 @@ var tokens = [{
|
|
|
3736
4206
|
"attributes": {
|
|
3737
4207
|
"group": "paint",
|
|
3738
4208
|
"state": "deleted",
|
|
4209
|
+
"introduced": "0.0.15",
|
|
3739
4210
|
"replacement": "color.background.discovery.bold.[default]",
|
|
3740
4211
|
"description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
|
|
3741
4212
|
},
|
|
@@ -3746,6 +4217,7 @@ var tokens = [{
|
|
|
3746
4217
|
"attributes": {
|
|
3747
4218
|
"group": "paint",
|
|
3748
4219
|
"state": "deleted",
|
|
4220
|
+
"introduced": "0.0.15",
|
|
3749
4221
|
"replacement": "color.background.discovery.bold.[default]",
|
|
3750
4222
|
"description": "A vibrant background for small UI elements like onboarding buttons and bold new lozenges."
|
|
3751
4223
|
},
|
|
@@ -3757,6 +4229,7 @@ var tokens = [{
|
|
|
3757
4229
|
"attributes": {
|
|
3758
4230
|
"group": "paint",
|
|
3759
4231
|
"state": "deleted",
|
|
4232
|
+
"introduced": "0.0.15",
|
|
3760
4233
|
"replacement": "color.background.neutral.bold.hovered",
|
|
3761
4234
|
"description": "Hover state of background.boldNeutral"
|
|
3762
4235
|
},
|
|
@@ -3767,6 +4240,7 @@ var tokens = [{
|
|
|
3767
4240
|
"attributes": {
|
|
3768
4241
|
"group": "paint",
|
|
3769
4242
|
"state": "deleted",
|
|
4243
|
+
"introduced": "0.0.15",
|
|
3770
4244
|
"replacement": "color.background.neutral.bold.hovered",
|
|
3771
4245
|
"description": "Hover state of background.boldNeutral"
|
|
3772
4246
|
},
|
|
@@ -3778,6 +4252,7 @@ var tokens = [{
|
|
|
3778
4252
|
"attributes": {
|
|
3779
4253
|
"group": "paint",
|
|
3780
4254
|
"state": "deleted",
|
|
4255
|
+
"introduced": "0.0.15",
|
|
3781
4256
|
"replacement": "color.background.neutral.bold.pressed",
|
|
3782
4257
|
"description": "Pressed state of background.boldNeutral"
|
|
3783
4258
|
},
|
|
@@ -3788,6 +4263,7 @@ var tokens = [{
|
|
|
3788
4263
|
"attributes": {
|
|
3789
4264
|
"group": "paint",
|
|
3790
4265
|
"state": "deleted",
|
|
4266
|
+
"introduced": "0.0.15",
|
|
3791
4267
|
"replacement": "color.background.neutral.bold.pressed",
|
|
3792
4268
|
"description": "Pressed state of background.boldNeutral"
|
|
3793
4269
|
},
|
|
@@ -3799,6 +4275,7 @@ var tokens = [{
|
|
|
3799
4275
|
"attributes": {
|
|
3800
4276
|
"group": "paint",
|
|
3801
4277
|
"state": "deleted",
|
|
4278
|
+
"introduced": "0.0.15",
|
|
3802
4279
|
"replacement": "color.background.neutral.bold.[default]",
|
|
3803
4280
|
"description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
|
|
3804
4281
|
},
|
|
@@ -3809,6 +4286,7 @@ var tokens = [{
|
|
|
3809
4286
|
"attributes": {
|
|
3810
4287
|
"group": "paint",
|
|
3811
4288
|
"state": "deleted",
|
|
4289
|
+
"introduced": "0.0.15",
|
|
3812
4290
|
"replacement": "color.background.neutral.bold.[default]",
|
|
3813
4291
|
"description": "A vibrant background for small UI elements like unchecked toggles and bold default lozenges."
|
|
3814
4292
|
},
|
|
@@ -3820,6 +4298,7 @@ var tokens = [{
|
|
|
3820
4298
|
"attributes": {
|
|
3821
4299
|
"group": "paint",
|
|
3822
4300
|
"state": "deleted",
|
|
4301
|
+
"introduced": "0.0.15",
|
|
3823
4302
|
"replacement": "color.background.success.bold.hovered",
|
|
3824
4303
|
"description": "Hover state of background.boldSuccess"
|
|
3825
4304
|
},
|
|
@@ -3830,6 +4309,7 @@ var tokens = [{
|
|
|
3830
4309
|
"attributes": {
|
|
3831
4310
|
"group": "paint",
|
|
3832
4311
|
"state": "deleted",
|
|
4312
|
+
"introduced": "0.0.15",
|
|
3833
4313
|
"replacement": "color.background.success.bold.hovered",
|
|
3834
4314
|
"description": "Hover state of background.boldSuccess"
|
|
3835
4315
|
},
|
|
@@ -3841,6 +4321,7 @@ var tokens = [{
|
|
|
3841
4321
|
"attributes": {
|
|
3842
4322
|
"group": "paint",
|
|
3843
4323
|
"state": "deleted",
|
|
4324
|
+
"introduced": "0.0.15",
|
|
3844
4325
|
"replacement": "color.background.success.bold.pressed",
|
|
3845
4326
|
"description": "Pressed state of background.boldSuccess"
|
|
3846
4327
|
},
|
|
@@ -3851,6 +4332,7 @@ var tokens = [{
|
|
|
3851
4332
|
"attributes": {
|
|
3852
4333
|
"group": "paint",
|
|
3853
4334
|
"state": "deleted",
|
|
4335
|
+
"introduced": "0.0.15",
|
|
3854
4336
|
"replacement": "color.background.success.bold.pressed",
|
|
3855
4337
|
"description": "Pressed state of background.boldSuccess"
|
|
3856
4338
|
},
|
|
@@ -3862,6 +4344,7 @@ var tokens = [{
|
|
|
3862
4344
|
"attributes": {
|
|
3863
4345
|
"group": "paint",
|
|
3864
4346
|
"state": "deleted",
|
|
4347
|
+
"introduced": "0.0.15",
|
|
3865
4348
|
"replacement": "color.background.success.bold.[default]",
|
|
3866
4349
|
"description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
|
|
3867
4350
|
},
|
|
@@ -3872,6 +4355,7 @@ var tokens = [{
|
|
|
3872
4355
|
"attributes": {
|
|
3873
4356
|
"group": "paint",
|
|
3874
4357
|
"state": "deleted",
|
|
4358
|
+
"introduced": "0.0.15",
|
|
3875
4359
|
"replacement": "color.background.success.bold.[default]",
|
|
3876
4360
|
"description": "A vibrant background for small UI elements like checked toggles and bold success lozenges."
|
|
3877
4361
|
},
|
|
@@ -3883,6 +4367,7 @@ var tokens = [{
|
|
|
3883
4367
|
"attributes": {
|
|
3884
4368
|
"group": "paint",
|
|
3885
4369
|
"state": "deleted",
|
|
4370
|
+
"introduced": "0.0.15",
|
|
3886
4371
|
"replacement": "color.background.warning.bold.hovered",
|
|
3887
4372
|
"description": "Hover state of background.boldWarning"
|
|
3888
4373
|
},
|
|
@@ -3893,6 +4378,7 @@ var tokens = [{
|
|
|
3893
4378
|
"attributes": {
|
|
3894
4379
|
"group": "paint",
|
|
3895
4380
|
"state": "deleted",
|
|
4381
|
+
"introduced": "0.0.15",
|
|
3896
4382
|
"replacement": "color.background.warning.bold.hovered",
|
|
3897
4383
|
"description": "Hover state of background.boldWarning"
|
|
3898
4384
|
},
|
|
@@ -3904,6 +4390,7 @@ var tokens = [{
|
|
|
3904
4390
|
"attributes": {
|
|
3905
4391
|
"group": "paint",
|
|
3906
4392
|
"state": "deleted",
|
|
4393
|
+
"introduced": "0.0.15",
|
|
3907
4394
|
"replacement": "color.background.warning.bold.pressed",
|
|
3908
4395
|
"description": "Pressed state of background.boldWarning"
|
|
3909
4396
|
},
|
|
@@ -3914,6 +4401,7 @@ var tokens = [{
|
|
|
3914
4401
|
"attributes": {
|
|
3915
4402
|
"group": "paint",
|
|
3916
4403
|
"state": "deleted",
|
|
4404
|
+
"introduced": "0.0.15",
|
|
3917
4405
|
"replacement": "color.background.warning.bold.pressed",
|
|
3918
4406
|
"description": "Pressed state of background.boldWarning"
|
|
3919
4407
|
},
|
|
@@ -3925,6 +4413,7 @@ var tokens = [{
|
|
|
3925
4413
|
"attributes": {
|
|
3926
4414
|
"group": "paint",
|
|
3927
4415
|
"state": "deleted",
|
|
4416
|
+
"introduced": "0.0.15",
|
|
3928
4417
|
"replacement": "color.background.warning.bold.[default]",
|
|
3929
4418
|
"description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
|
|
3930
4419
|
},
|
|
@@ -3935,6 +4424,7 @@ var tokens = [{
|
|
|
3935
4424
|
"attributes": {
|
|
3936
4425
|
"group": "paint",
|
|
3937
4426
|
"state": "deleted",
|
|
4427
|
+
"introduced": "0.0.15",
|
|
3938
4428
|
"replacement": "color.background.warning.bold.[default]",
|
|
3939
4429
|
"description": "A vibrant background for small UI elements like warning buttons and bold moved lozenges."
|
|
3940
4430
|
},
|
|
@@ -3946,6 +4436,7 @@ var tokens = [{
|
|
|
3946
4436
|
"attributes": {
|
|
3947
4437
|
"group": "paint",
|
|
3948
4438
|
"state": "deleted",
|
|
4439
|
+
"introduced": "0.0.15",
|
|
3949
4440
|
"replacement": "elevation.surface.raised",
|
|
3950
4441
|
"description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
|
|
3951
4442
|
},
|
|
@@ -3956,6 +4447,7 @@ var tokens = [{
|
|
|
3956
4447
|
"attributes": {
|
|
3957
4448
|
"group": "paint",
|
|
3958
4449
|
"state": "deleted",
|
|
4450
|
+
"introduced": "0.0.15",
|
|
3959
4451
|
"replacement": "elevation.surface.raised",
|
|
3960
4452
|
"description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
|
|
3961
4453
|
},
|
|
@@ -3967,6 +4459,7 @@ var tokens = [{
|
|
|
3967
4459
|
"attributes": {
|
|
3968
4460
|
"group": "paint",
|
|
3969
4461
|
"state": "deleted",
|
|
4462
|
+
"introduced": "0.0.15",
|
|
3970
4463
|
"replacement": "elevation.surface.[default]",
|
|
3971
4464
|
"description": "Use as the primary background for the UI"
|
|
3972
4465
|
},
|
|
@@ -3977,6 +4470,7 @@ var tokens = [{
|
|
|
3977
4470
|
"attributes": {
|
|
3978
4471
|
"group": "paint",
|
|
3979
4472
|
"state": "deleted",
|
|
4473
|
+
"introduced": "0.0.15",
|
|
3980
4474
|
"replacement": "elevation.surface.[default]",
|
|
3981
4475
|
"description": "Use as the primary background for the UI"
|
|
3982
4476
|
},
|
|
@@ -3988,6 +4482,7 @@ var tokens = [{
|
|
|
3988
4482
|
"attributes": {
|
|
3989
4483
|
"group": "paint",
|
|
3990
4484
|
"state": "deleted",
|
|
4485
|
+
"introduced": "0.0.15",
|
|
3991
4486
|
"replacement": "elevation.surface.overlay",
|
|
3992
4487
|
"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."
|
|
3993
4488
|
},
|
|
@@ -3998,6 +4493,7 @@ var tokens = [{
|
|
|
3998
4493
|
"attributes": {
|
|
3999
4494
|
"group": "paint",
|
|
4000
4495
|
"state": "deleted",
|
|
4496
|
+
"introduced": "0.0.15",
|
|
4001
4497
|
"replacement": "elevation.surface.overlay",
|
|
4002
4498
|
"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."
|
|
4003
4499
|
},
|
|
@@ -4009,6 +4505,7 @@ var tokens = [{
|
|
|
4009
4505
|
"attributes": {
|
|
4010
4506
|
"group": "paint",
|
|
4011
4507
|
"state": "deleted",
|
|
4508
|
+
"introduced": "0.0.15",
|
|
4012
4509
|
"replacement": "color.background.input.pressed",
|
|
4013
4510
|
"description": "Pressed state for background.subtleBorderedNeutral"
|
|
4014
4511
|
},
|
|
@@ -4019,6 +4516,7 @@ var tokens = [{
|
|
|
4019
4516
|
"attributes": {
|
|
4020
4517
|
"group": "paint",
|
|
4021
4518
|
"state": "deleted",
|
|
4519
|
+
"introduced": "0.0.15",
|
|
4022
4520
|
"replacement": "color.background.input.pressed",
|
|
4023
4521
|
"description": "Pressed state for background.subtleBorderedNeutral"
|
|
4024
4522
|
},
|
|
@@ -4030,6 +4528,7 @@ var tokens = [{
|
|
|
4030
4528
|
"attributes": {
|
|
4031
4529
|
"group": "paint",
|
|
4032
4530
|
"state": "deleted",
|
|
4531
|
+
"introduced": "0.0.15",
|
|
4033
4532
|
"replacement": "color.background.input.[default]",
|
|
4034
4533
|
"description": "Hover state for background.subtleBorderedNeutral"
|
|
4035
4534
|
},
|
|
@@ -4040,6 +4539,7 @@ var tokens = [{
|
|
|
4040
4539
|
"attributes": {
|
|
4041
4540
|
"group": "paint",
|
|
4042
4541
|
"state": "deleted",
|
|
4542
|
+
"introduced": "0.0.15",
|
|
4043
4543
|
"replacement": "color.background.input.[default]",
|
|
4044
4544
|
"description": "Hover state for background.subtleBorderedNeutral"
|
|
4045
4545
|
},
|
|
@@ -4051,6 +4551,7 @@ var tokens = [{
|
|
|
4051
4551
|
"attributes": {
|
|
4052
4552
|
"group": "paint",
|
|
4053
4553
|
"state": "deprecated",
|
|
4554
|
+
"introduced": "0.0.15",
|
|
4054
4555
|
"replacement": "color.background.selected.[default].hovered",
|
|
4055
4556
|
"description": "Hover state for background.subtleBrand"
|
|
4056
4557
|
},
|
|
@@ -4061,6 +4562,7 @@ var tokens = [{
|
|
|
4061
4562
|
"attributes": {
|
|
4062
4563
|
"group": "paint",
|
|
4063
4564
|
"state": "deprecated",
|
|
4565
|
+
"introduced": "0.0.15",
|
|
4064
4566
|
"replacement": "color.background.selected.[default].hovered",
|
|
4065
4567
|
"description": "Hover state for background.subtleBrand"
|
|
4066
4568
|
},
|
|
@@ -4072,6 +4574,7 @@ var tokens = [{
|
|
|
4072
4574
|
"attributes": {
|
|
4073
4575
|
"group": "paint",
|
|
4074
4576
|
"state": "deprecated",
|
|
4577
|
+
"introduced": "0.0.15",
|
|
4075
4578
|
"replacement": "color.background.selected.[default].pressed",
|
|
4076
4579
|
"description": "Pressed state for background.subtleBrand"
|
|
4077
4580
|
},
|
|
@@ -4082,6 +4585,7 @@ var tokens = [{
|
|
|
4082
4585
|
"attributes": {
|
|
4083
4586
|
"group": "paint",
|
|
4084
4587
|
"state": "deprecated",
|
|
4588
|
+
"introduced": "0.0.15",
|
|
4085
4589
|
"replacement": "color.background.selected.[default].pressed",
|
|
4086
4590
|
"description": "Pressed state for background.subtleBrand"
|
|
4087
4591
|
},
|
|
@@ -4093,6 +4597,7 @@ var tokens = [{
|
|
|
4093
4597
|
"attributes": {
|
|
4094
4598
|
"group": "paint",
|
|
4095
4599
|
"state": "deprecated",
|
|
4600
|
+
"introduced": "0.0.15",
|
|
4096
4601
|
"replacement": "color.background.selected.[default].[default]",
|
|
4097
4602
|
"description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
|
|
4098
4603
|
},
|
|
@@ -4103,6 +4608,7 @@ var tokens = [{
|
|
|
4103
4608
|
"attributes": {
|
|
4104
4609
|
"group": "paint",
|
|
4105
4610
|
"state": "deprecated",
|
|
4611
|
+
"introduced": "0.0.15",
|
|
4106
4612
|
"replacement": "color.background.selected.[default].[default]",
|
|
4107
4613
|
"description": "Use for subdued backgrounds of UI elements like information section messages and in progress lozenges."
|
|
4108
4614
|
},
|
|
@@ -4114,6 +4620,7 @@ var tokens = [{
|
|
|
4114
4620
|
"attributes": {
|
|
4115
4621
|
"group": "paint",
|
|
4116
4622
|
"state": "deleted",
|
|
4623
|
+
"introduced": "0.0.15",
|
|
4117
4624
|
"replacement": "color.background.danger.[default].hovered",
|
|
4118
4625
|
"description": "Hover state for background.subtleDanger"
|
|
4119
4626
|
},
|
|
@@ -4124,6 +4631,7 @@ var tokens = [{
|
|
|
4124
4631
|
"attributes": {
|
|
4125
4632
|
"group": "paint",
|
|
4126
4633
|
"state": "deleted",
|
|
4634
|
+
"introduced": "0.0.15",
|
|
4127
4635
|
"replacement": "color.background.danger.[default].hovered",
|
|
4128
4636
|
"description": "Hover state for background.subtleDanger"
|
|
4129
4637
|
},
|
|
@@ -4135,6 +4643,7 @@ var tokens = [{
|
|
|
4135
4643
|
"attributes": {
|
|
4136
4644
|
"group": "paint",
|
|
4137
4645
|
"state": "deleted",
|
|
4646
|
+
"introduced": "0.0.15",
|
|
4138
4647
|
"replacement": "color.background.danger.[default].pressed",
|
|
4139
4648
|
"description": "Pressed state for background.subtleDanger"
|
|
4140
4649
|
},
|
|
@@ -4145,6 +4654,7 @@ var tokens = [{
|
|
|
4145
4654
|
"attributes": {
|
|
4146
4655
|
"group": "paint",
|
|
4147
4656
|
"state": "deleted",
|
|
4657
|
+
"introduced": "0.0.15",
|
|
4148
4658
|
"replacement": "color.background.danger.[default].pressed",
|
|
4149
4659
|
"description": "Pressed state for background.subtleDanger"
|
|
4150
4660
|
},
|
|
@@ -4156,6 +4666,7 @@ var tokens = [{
|
|
|
4156
4666
|
"attributes": {
|
|
4157
4667
|
"group": "paint",
|
|
4158
4668
|
"state": "deleted",
|
|
4669
|
+
"introduced": "0.0.15",
|
|
4159
4670
|
"replacement": "color.background.danger.[default].[default]",
|
|
4160
4671
|
"description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
|
|
4161
4672
|
},
|
|
@@ -4166,6 +4677,7 @@ var tokens = [{
|
|
|
4166
4677
|
"attributes": {
|
|
4167
4678
|
"group": "paint",
|
|
4168
4679
|
"state": "deleted",
|
|
4680
|
+
"introduced": "0.0.15",
|
|
4169
4681
|
"replacement": "color.background.danger.[default].[default]",
|
|
4170
4682
|
"description": "Use for subdued backgrounds of UI elements like error section messages and removed lozenges."
|
|
4171
4683
|
},
|
|
@@ -4177,6 +4689,7 @@ var tokens = [{
|
|
|
4177
4689
|
"attributes": {
|
|
4178
4690
|
"group": "paint",
|
|
4179
4691
|
"state": "deleted",
|
|
4692
|
+
"introduced": "0.0.15",
|
|
4180
4693
|
"replacement": "color.background.discovery.[default].hovered",
|
|
4181
4694
|
"description": "Hover state for background.subtleDiscovery"
|
|
4182
4695
|
},
|
|
@@ -4187,6 +4700,7 @@ var tokens = [{
|
|
|
4187
4700
|
"attributes": {
|
|
4188
4701
|
"group": "paint",
|
|
4189
4702
|
"state": "deleted",
|
|
4703
|
+
"introduced": "0.0.15",
|
|
4190
4704
|
"replacement": "color.background.discovery.[default].hovered",
|
|
4191
4705
|
"description": "Hover state for background.subtleDiscovery"
|
|
4192
4706
|
},
|
|
@@ -4198,6 +4712,7 @@ var tokens = [{
|
|
|
4198
4712
|
"attributes": {
|
|
4199
4713
|
"group": "paint",
|
|
4200
4714
|
"state": "deleted",
|
|
4715
|
+
"introduced": "0.0.15",
|
|
4201
4716
|
"replacement": "color.background.discovery.[default].pressed",
|
|
4202
4717
|
"description": "Pressed state for background.subtleDiscovery"
|
|
4203
4718
|
},
|
|
@@ -4208,6 +4723,7 @@ var tokens = [{
|
|
|
4208
4723
|
"attributes": {
|
|
4209
4724
|
"group": "paint",
|
|
4210
4725
|
"state": "deleted",
|
|
4726
|
+
"introduced": "0.0.15",
|
|
4211
4727
|
"replacement": "color.background.discovery.[default].pressed",
|
|
4212
4728
|
"description": "Pressed state for background.subtleDiscovery"
|
|
4213
4729
|
},
|
|
@@ -4219,6 +4735,7 @@ var tokens = [{
|
|
|
4219
4735
|
"attributes": {
|
|
4220
4736
|
"group": "paint",
|
|
4221
4737
|
"state": "deleted",
|
|
4738
|
+
"introduced": "0.0.15",
|
|
4222
4739
|
"replacement": "color.background.discovery.[default].[default]",
|
|
4223
4740
|
"description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
|
|
4224
4741
|
},
|
|
@@ -4229,6 +4746,7 @@ var tokens = [{
|
|
|
4229
4746
|
"attributes": {
|
|
4230
4747
|
"group": "paint",
|
|
4231
4748
|
"state": "deleted",
|
|
4749
|
+
"introduced": "0.0.15",
|
|
4232
4750
|
"replacement": "color.background.discovery.[default].[default]",
|
|
4233
4751
|
"description": "Use for subdued backgrounds of UI elements like discovery section messages and new lozenges."
|
|
4234
4752
|
},
|
|
@@ -4240,6 +4758,7 @@ var tokens = [{
|
|
|
4240
4758
|
"attributes": {
|
|
4241
4759
|
"group": "paint",
|
|
4242
4760
|
"state": "deleted",
|
|
4761
|
+
"introduced": "0.0.15",
|
|
4243
4762
|
"replacement": "color.background.neutral.[default].hovered",
|
|
4244
4763
|
"description": "Hover state for background.subtleNeutral"
|
|
4245
4764
|
},
|
|
@@ -4250,6 +4769,7 @@ var tokens = [{
|
|
|
4250
4769
|
"attributes": {
|
|
4251
4770
|
"group": "paint",
|
|
4252
4771
|
"state": "deleted",
|
|
4772
|
+
"introduced": "0.0.15",
|
|
4253
4773
|
"replacement": "color.background.neutral.[default].hovered",
|
|
4254
4774
|
"description": "Hover state for background.subtleNeutral"
|
|
4255
4775
|
},
|
|
@@ -4261,6 +4781,7 @@ var tokens = [{
|
|
|
4261
4781
|
"attributes": {
|
|
4262
4782
|
"group": "paint",
|
|
4263
4783
|
"state": "deleted",
|
|
4784
|
+
"introduced": "0.0.15",
|
|
4264
4785
|
"replacement": "color.background.neutral.[default].pressed",
|
|
4265
4786
|
"description": "Pressed state for background.subtleNeutral"
|
|
4266
4787
|
},
|
|
@@ -4271,6 +4792,7 @@ var tokens = [{
|
|
|
4271
4792
|
"attributes": {
|
|
4272
4793
|
"group": "paint",
|
|
4273
4794
|
"state": "deleted",
|
|
4795
|
+
"introduced": "0.0.15",
|
|
4274
4796
|
"replacement": "color.background.neutral.[default].pressed",
|
|
4275
4797
|
"description": "Pressed state for background.subtleNeutral"
|
|
4276
4798
|
},
|
|
@@ -4282,6 +4804,7 @@ var tokens = [{
|
|
|
4282
4804
|
"attributes": {
|
|
4283
4805
|
"group": "paint",
|
|
4284
4806
|
"state": "deleted",
|
|
4807
|
+
"introduced": "0.0.15",
|
|
4285
4808
|
"replacement": "color.background.neutral.[default].[default]",
|
|
4286
4809
|
"description": "Use as the default background of UI elements like buttons, lozenges, and tags."
|
|
4287
4810
|
},
|
|
@@ -4292,6 +4815,7 @@ var tokens = [{
|
|
|
4292
4815
|
"attributes": {
|
|
4293
4816
|
"group": "paint",
|
|
4294
4817
|
"state": "deleted",
|
|
4818
|
+
"introduced": "0.0.15",
|
|
4295
4819
|
"replacement": "color.background.neutral.[default].[default]",
|
|
4296
4820
|
"description": "Use as the default background of UI elements like buttons, lozenges, and tags."
|
|
4297
4821
|
},
|
|
@@ -4303,6 +4827,7 @@ var tokens = [{
|
|
|
4303
4827
|
"attributes": {
|
|
4304
4828
|
"group": "paint",
|
|
4305
4829
|
"state": "deleted",
|
|
4830
|
+
"introduced": "0.0.15",
|
|
4306
4831
|
"replacement": "color.background.success.[default].hovered",
|
|
4307
4832
|
"description": "Hover state for background.subtleSuccess"
|
|
4308
4833
|
},
|
|
@@ -4313,6 +4838,7 @@ var tokens = [{
|
|
|
4313
4838
|
"attributes": {
|
|
4314
4839
|
"group": "paint",
|
|
4315
4840
|
"state": "deleted",
|
|
4841
|
+
"introduced": "0.0.15",
|
|
4316
4842
|
"replacement": "color.background.success.[default].hovered",
|
|
4317
4843
|
"description": "Hover state for background.subtleSuccess"
|
|
4318
4844
|
},
|
|
@@ -4324,6 +4850,7 @@ var tokens = [{
|
|
|
4324
4850
|
"attributes": {
|
|
4325
4851
|
"group": "paint",
|
|
4326
4852
|
"state": "deleted",
|
|
4853
|
+
"introduced": "0.0.15",
|
|
4327
4854
|
"replacement": "color.background.success.[default].pressed",
|
|
4328
4855
|
"description": "Pressed state for background.subtleSuccess"
|
|
4329
4856
|
},
|
|
@@ -4334,6 +4861,7 @@ var tokens = [{
|
|
|
4334
4861
|
"attributes": {
|
|
4335
4862
|
"group": "paint",
|
|
4336
4863
|
"state": "deleted",
|
|
4864
|
+
"introduced": "0.0.15",
|
|
4337
4865
|
"replacement": "color.background.success.[default].pressed",
|
|
4338
4866
|
"description": "Pressed state for background.subtleSuccess"
|
|
4339
4867
|
},
|
|
@@ -4345,6 +4873,7 @@ var tokens = [{
|
|
|
4345
4873
|
"attributes": {
|
|
4346
4874
|
"group": "paint",
|
|
4347
4875
|
"state": "deleted",
|
|
4876
|
+
"introduced": "0.0.15",
|
|
4348
4877
|
"replacement": "color.background.success.[default].[default]",
|
|
4349
4878
|
"description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
|
|
4350
4879
|
},
|
|
@@ -4355,6 +4884,7 @@ var tokens = [{
|
|
|
4355
4884
|
"attributes": {
|
|
4356
4885
|
"group": "paint",
|
|
4357
4886
|
"state": "deleted",
|
|
4887
|
+
"introduced": "0.0.15",
|
|
4358
4888
|
"replacement": "color.background.success.[default].[default]",
|
|
4359
4889
|
"description": "Use for subdued backgrounds of UI elements like success section messages and success lozenges."
|
|
4360
4890
|
},
|
|
@@ -4366,6 +4896,7 @@ var tokens = [{
|
|
|
4366
4896
|
"attributes": {
|
|
4367
4897
|
"group": "paint",
|
|
4368
4898
|
"state": "deleted",
|
|
4899
|
+
"introduced": "0.0.15",
|
|
4369
4900
|
"replacement": "color.background.warning.[default].hovered",
|
|
4370
4901
|
"description": "Hover state for background.subtleWarning"
|
|
4371
4902
|
},
|
|
@@ -4376,6 +4907,7 @@ var tokens = [{
|
|
|
4376
4907
|
"attributes": {
|
|
4377
4908
|
"group": "paint",
|
|
4378
4909
|
"state": "deleted",
|
|
4910
|
+
"introduced": "0.0.15",
|
|
4379
4911
|
"replacement": "color.background.warning.[default].hovered",
|
|
4380
4912
|
"description": "Hover state for background.subtleWarning"
|
|
4381
4913
|
},
|
|
@@ -4387,6 +4919,7 @@ var tokens = [{
|
|
|
4387
4919
|
"attributes": {
|
|
4388
4920
|
"group": "paint",
|
|
4389
4921
|
"state": "deleted",
|
|
4922
|
+
"introduced": "0.0.15",
|
|
4390
4923
|
"replacement": "color.background.warning.[default].pressed",
|
|
4391
4924
|
"description": "Pressed state for background.subtleWarning"
|
|
4392
4925
|
},
|
|
@@ -4397,6 +4930,7 @@ var tokens = [{
|
|
|
4397
4930
|
"attributes": {
|
|
4398
4931
|
"group": "paint",
|
|
4399
4932
|
"state": "deleted",
|
|
4933
|
+
"introduced": "0.0.15",
|
|
4400
4934
|
"replacement": "color.background.warning.[default].pressed",
|
|
4401
4935
|
"description": "Pressed state for background.subtleWarning"
|
|
4402
4936
|
},
|
|
@@ -4408,6 +4942,7 @@ var tokens = [{
|
|
|
4408
4942
|
"attributes": {
|
|
4409
4943
|
"group": "paint",
|
|
4410
4944
|
"state": "deleted",
|
|
4945
|
+
"introduced": "0.0.15",
|
|
4411
4946
|
"replacement": "color.background.warning.[default].[default]",
|
|
4412
4947
|
"description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
|
|
4413
4948
|
},
|
|
@@ -4418,6 +4953,7 @@ var tokens = [{
|
|
|
4418
4953
|
"attributes": {
|
|
4419
4954
|
"group": "paint",
|
|
4420
4955
|
"state": "deleted",
|
|
4956
|
+
"introduced": "0.0.15",
|
|
4421
4957
|
"replacement": "color.background.warning.[default].[default]",
|
|
4422
4958
|
"description": "Use for subdued backgrounds of UI elements like warning section messages and moved lozenges."
|
|
4423
4959
|
},
|
|
@@ -4429,6 +4965,7 @@ var tokens = [{
|
|
|
4429
4965
|
"attributes": {
|
|
4430
4966
|
"group": "paint",
|
|
4431
4967
|
"state": "deleted",
|
|
4968
|
+
"introduced": "0.0.15",
|
|
4432
4969
|
"replacement": "elevation.surface.sunken",
|
|
4433
4970
|
"description": "Use as a secondary background for the UI"
|
|
4434
4971
|
},
|
|
@@ -4439,6 +4976,7 @@ var tokens = [{
|
|
|
4439
4976
|
"attributes": {
|
|
4440
4977
|
"group": "paint",
|
|
4441
4978
|
"state": "deleted",
|
|
4979
|
+
"introduced": "0.0.15",
|
|
4442
4980
|
"replacement": "elevation.surface.sunken",
|
|
4443
4981
|
"description": "Use as a secondary background for the UI"
|
|
4444
4982
|
},
|
|
@@ -4450,6 +4988,7 @@ var tokens = [{
|
|
|
4450
4988
|
"attributes": {
|
|
4451
4989
|
"group": "paint",
|
|
4452
4990
|
"state": "deleted",
|
|
4991
|
+
"introduced": "0.0.15",
|
|
4453
4992
|
"replacement": "color.background.neutral.subtle.hovered",
|
|
4454
4993
|
"description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
4455
4994
|
},
|
|
@@ -4460,6 +4999,7 @@ var tokens = [{
|
|
|
4460
4999
|
"attributes": {
|
|
4461
5000
|
"group": "paint",
|
|
4462
5001
|
"state": "deleted",
|
|
5002
|
+
"introduced": "0.0.15",
|
|
4463
5003
|
"replacement": "color.background.neutral.subtle.hovered",
|
|
4464
5004
|
"description": "Hover state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
4465
5005
|
},
|
|
@@ -4471,6 +5011,7 @@ var tokens = [{
|
|
|
4471
5011
|
"attributes": {
|
|
4472
5012
|
"group": "paint",
|
|
4473
5013
|
"state": "deleted",
|
|
5014
|
+
"introduced": "0.0.15",
|
|
4474
5015
|
"replacement": "color.background.neutral.subtle.pressed",
|
|
4475
5016
|
"description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
4476
5017
|
},
|
|
@@ -4481,6 +5022,7 @@ var tokens = [{
|
|
|
4481
5022
|
"attributes": {
|
|
4482
5023
|
"group": "paint",
|
|
4483
5024
|
"state": "deleted",
|
|
5025
|
+
"introduced": "0.0.15",
|
|
4484
5026
|
"replacement": "color.background.neutral.subtle.pressed",
|
|
4485
5027
|
"description": "Pressed state for UIs that do not have a default background, such as menu items or subtle buttons."
|
|
4486
5028
|
},
|
|
@@ -4492,6 +5034,7 @@ var tokens = [{
|
|
|
4492
5034
|
"attributes": {
|
|
4493
5035
|
"group": "paint",
|
|
4494
5036
|
"state": "active",
|
|
5037
|
+
"introduced": "0.0.15",
|
|
4495
5038
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
4496
5039
|
},
|
|
4497
5040
|
"value": "#091E427A",
|
|
@@ -4501,6 +5044,7 @@ var tokens = [{
|
|
|
4501
5044
|
"attributes": {
|
|
4502
5045
|
"group": "paint",
|
|
4503
5046
|
"state": "active",
|
|
5047
|
+
"introduced": "0.0.15",
|
|
4504
5048
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
4505
5049
|
},
|
|
4506
5050
|
"value": "N500A"
|
|
@@ -4511,6 +5055,7 @@ var tokens = [{
|
|
|
4511
5055
|
"attributes": {
|
|
4512
5056
|
"group": "paint",
|
|
4513
5057
|
"state": "active",
|
|
5058
|
+
"introduced": "0.6.0",
|
|
4514
5059
|
"description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
|
|
4515
5060
|
},
|
|
4516
5061
|
"value": "#388BFFCC",
|
|
@@ -4520,6 +5065,7 @@ var tokens = [{
|
|
|
4520
5065
|
"attributes": {
|
|
4521
5066
|
"group": "paint",
|
|
4522
5067
|
"state": "active",
|
|
5068
|
+
"introduced": "0.6.0",
|
|
4523
5069
|
"description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
|
|
4524
5070
|
},
|
|
4525
5071
|
"value": "#388BFFCC"
|
|
@@ -4530,6 +5076,7 @@ var tokens = [{
|
|
|
4530
5076
|
"attributes": {
|
|
4531
5077
|
"group": "paint",
|
|
4532
5078
|
"state": "active",
|
|
5079
|
+
"introduced": "0.6.0",
|
|
4533
5080
|
"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"
|
|
4534
5081
|
},
|
|
4535
5082
|
"value": "#EF5C48CC",
|
|
@@ -4539,6 +5086,7 @@ var tokens = [{
|
|
|
4539
5086
|
"attributes": {
|
|
4540
5087
|
"group": "paint",
|
|
4541
5088
|
"state": "active",
|
|
5089
|
+
"introduced": "0.6.0",
|
|
4542
5090
|
"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"
|
|
4543
5091
|
},
|
|
4544
5092
|
"value": "#EF5C48CC"
|
|
@@ -4549,6 +5097,7 @@ var tokens = [{
|
|
|
4549
5097
|
"attributes": {
|
|
4550
5098
|
"group": "paint",
|
|
4551
5099
|
"state": "active",
|
|
5100
|
+
"introduced": "0.6.0",
|
|
4552
5101
|
"description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
|
|
4553
5102
|
},
|
|
4554
5103
|
"value": "#ffffff33",
|
|
@@ -4558,6 +5107,7 @@ var tokens = [{
|
|
|
4558
5107
|
"attributes": {
|
|
4559
5108
|
"group": "paint",
|
|
4560
5109
|
"state": "active",
|
|
5110
|
+
"introduced": "0.6.0",
|
|
4561
5111
|
"description": "Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."
|
|
4562
5112
|
},
|
|
4563
5113
|
"value": "#ffffff33"
|
|
@@ -4568,6 +5118,7 @@ var tokens = [{
|
|
|
4568
5118
|
"attributes": {
|
|
4569
5119
|
"group": "paint",
|
|
4570
5120
|
"state": "active",
|
|
5121
|
+
"introduced": "0.6.0",
|
|
4571
5122
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
4572
5123
|
},
|
|
4573
5124
|
"value": "#ffffff5c",
|
|
@@ -4577,6 +5128,7 @@ var tokens = [{
|
|
|
4577
5128
|
"attributes": {
|
|
4578
5129
|
"group": "paint",
|
|
4579
5130
|
"state": "active",
|
|
5131
|
+
"introduced": "0.6.0",
|
|
4580
5132
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
4581
5133
|
},
|
|
4582
5134
|
"value": "#ffffff5c"
|
|
@@ -4587,6 +5139,7 @@ var tokens = [{
|
|
|
4587
5139
|
"attributes": {
|
|
4588
5140
|
"group": "paint",
|
|
4589
5141
|
"state": "active",
|
|
5142
|
+
"introduced": "0.6.0",
|
|
4590
5143
|
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
|
|
4591
5144
|
},
|
|
4592
5145
|
"value": "#00000029",
|
|
@@ -4596,6 +5149,7 @@ var tokens = [{
|
|
|
4596
5149
|
"attributes": {
|
|
4597
5150
|
"group": "paint",
|
|
4598
5151
|
"state": "active",
|
|
5152
|
+
"introduced": "0.6.0",
|
|
4599
5153
|
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
|
|
4600
5154
|
},
|
|
4601
5155
|
"value": "#00000029"
|
|
@@ -4606,6 +5160,7 @@ var tokens = [{
|
|
|
4606
5160
|
"attributes": {
|
|
4607
5161
|
"group": "paint",
|
|
4608
5162
|
"state": "active",
|
|
5163
|
+
"introduced": "0.6.0",
|
|
4609
5164
|
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
|
|
4610
5165
|
},
|
|
4611
5166
|
"value": "#00000052",
|
|
@@ -4615,6 +5170,7 @@ var tokens = [{
|
|
|
4615
5170
|
"attributes": {
|
|
4616
5171
|
"group": "paint",
|
|
4617
5172
|
"state": "active",
|
|
5173
|
+
"introduced": "0.6.0",
|
|
4618
5174
|
"description": "Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards."
|
|
4619
5175
|
},
|
|
4620
5176
|
"value": "#00000052"
|
|
@@ -4625,6 +5181,7 @@ var tokens = [{
|
|
|
4625
5181
|
"attributes": {
|
|
4626
5182
|
"group": "paint",
|
|
4627
5183
|
"state": "active",
|
|
5184
|
+
"introduced": "0.8.0",
|
|
4628
5185
|
"description": "Use for skeleton loading states"
|
|
4629
5186
|
},
|
|
4630
5187
|
"value": "#091E420F",
|
|
@@ -4634,6 +5191,7 @@ var tokens = [{
|
|
|
4634
5191
|
"attributes": {
|
|
4635
5192
|
"group": "paint",
|
|
4636
5193
|
"state": "active",
|
|
5194
|
+
"introduced": "0.8.0",
|
|
4637
5195
|
"description": "Use for skeleton loading states"
|
|
4638
5196
|
},
|
|
4639
5197
|
"value": "N200A"
|
|
@@ -4644,6 +5202,7 @@ var tokens = [{
|
|
|
4644
5202
|
"attributes": {
|
|
4645
5203
|
"group": "paint",
|
|
4646
5204
|
"state": "active",
|
|
5205
|
+
"introduced": "0.8.0",
|
|
4647
5206
|
"description": "Use for the pulse or shimmer effect in skeleton loading states"
|
|
4648
5207
|
},
|
|
4649
5208
|
"value": "#091E4208",
|
|
@@ -4653,6 +5212,7 @@ var tokens = [{
|
|
|
4653
5212
|
"attributes": {
|
|
4654
5213
|
"group": "paint",
|
|
4655
5214
|
"state": "active",
|
|
5215
|
+
"introduced": "0.8.0",
|
|
4656
5216
|
"description": "Use for the pulse or shimmer effect in skeleton loading states"
|
|
4657
5217
|
},
|
|
4658
5218
|
"value": "N100A"
|
|
@@ -4663,6 +5223,7 @@ var tokens = [{
|
|
|
4663
5223
|
"attributes": {
|
|
4664
5224
|
"group": "paint",
|
|
4665
5225
|
"state": "active",
|
|
5226
|
+
"introduced": "0.6.0",
|
|
4666
5227
|
"description": "Use for links in a default or hovered state. Add an underline for hovered states."
|
|
4667
5228
|
},
|
|
4668
5229
|
"value": "#0C66E4",
|
|
@@ -4672,6 +5233,7 @@ var tokens = [{
|
|
|
4672
5233
|
"attributes": {
|
|
4673
5234
|
"group": "paint",
|
|
4674
5235
|
"state": "active",
|
|
5236
|
+
"introduced": "0.6.0",
|
|
4675
5237
|
"description": "Use for links in a default or hovered state. Add an underline for hovered states."
|
|
4676
5238
|
},
|
|
4677
5239
|
"value": "B700"
|
|
@@ -4682,6 +5244,7 @@ var tokens = [{
|
|
|
4682
5244
|
"attributes": {
|
|
4683
5245
|
"group": "paint",
|
|
4684
5246
|
"state": "active",
|
|
5247
|
+
"introduced": "0.6.0",
|
|
4685
5248
|
"description": "Use for links in a pressed state."
|
|
4686
5249
|
},
|
|
4687
5250
|
"value": "#0055CC",
|
|
@@ -4691,6 +5254,7 @@ var tokens = [{
|
|
|
4691
5254
|
"attributes": {
|
|
4692
5255
|
"group": "paint",
|
|
4693
5256
|
"state": "active",
|
|
5257
|
+
"introduced": "0.6.0",
|
|
4694
5258
|
"description": "Use for links in a pressed state."
|
|
4695
5259
|
},
|
|
4696
5260
|
"value": "B800"
|
|
@@ -4701,6 +5265,7 @@ var tokens = [{
|
|
|
4701
5265
|
"attributes": {
|
|
4702
5266
|
"group": "paint",
|
|
4703
5267
|
"state": "deleted",
|
|
5268
|
+
"introduced": "0.1.1",
|
|
4704
5269
|
"replacement": "color.background.accent.blue.bolder",
|
|
4705
5270
|
"description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4706
5271
|
},
|
|
@@ -4711,6 +5276,7 @@ var tokens = [{
|
|
|
4711
5276
|
"attributes": {
|
|
4712
5277
|
"group": "paint",
|
|
4713
5278
|
"state": "deleted",
|
|
5279
|
+
"introduced": "0.1.1",
|
|
4714
5280
|
"replacement": "color.background.accent.blue.bolder",
|
|
4715
5281
|
"description": "Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4716
5282
|
},
|
|
@@ -4722,6 +5288,7 @@ var tokens = [{
|
|
|
4722
5288
|
"attributes": {
|
|
4723
5289
|
"group": "paint",
|
|
4724
5290
|
"state": "deleted",
|
|
5291
|
+
"introduced": "0.1.1",
|
|
4725
5292
|
"replacement": "color.background.accent.green.bolder",
|
|
4726
5293
|
"description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4727
5294
|
},
|
|
@@ -4732,6 +5299,7 @@ var tokens = [{
|
|
|
4732
5299
|
"attributes": {
|
|
4733
5300
|
"group": "paint",
|
|
4734
5301
|
"state": "deleted",
|
|
5302
|
+
"introduced": "0.1.1",
|
|
4735
5303
|
"replacement": "color.background.accent.green.bolder",
|
|
4736
5304
|
"description": "Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4737
5305
|
},
|
|
@@ -4743,6 +5311,7 @@ var tokens = [{
|
|
|
4743
5311
|
"attributes": {
|
|
4744
5312
|
"group": "paint",
|
|
4745
5313
|
"state": "deleted",
|
|
5314
|
+
"introduced": "0.1.1",
|
|
4746
5315
|
"replacement": "color.background.accent.orange.bolder",
|
|
4747
5316
|
"description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4748
5317
|
},
|
|
@@ -4753,6 +5322,7 @@ var tokens = [{
|
|
|
4753
5322
|
"attributes": {
|
|
4754
5323
|
"group": "paint",
|
|
4755
5324
|
"state": "deleted",
|
|
5325
|
+
"introduced": "0.1.1",
|
|
4756
5326
|
"replacement": "color.background.accent.orange.bolder",
|
|
4757
5327
|
"description": "Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4758
5328
|
},
|
|
@@ -4764,6 +5334,7 @@ var tokens = [{
|
|
|
4764
5334
|
"attributes": {
|
|
4765
5335
|
"group": "paint",
|
|
4766
5336
|
"state": "deleted",
|
|
5337
|
+
"introduced": "0.1.1",
|
|
4767
5338
|
"replacement": "color.background.accent.purple.bolder",
|
|
4768
5339
|
"description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4769
5340
|
},
|
|
@@ -4774,6 +5345,7 @@ var tokens = [{
|
|
|
4774
5345
|
"attributes": {
|
|
4775
5346
|
"group": "paint",
|
|
4776
5347
|
"state": "deleted",
|
|
5348
|
+
"introduced": "0.1.1",
|
|
4777
5349
|
"replacement": "color.background.accent.purple.bolder",
|
|
4778
5350
|
"description": "Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4779
5351
|
},
|
|
@@ -4785,6 +5357,7 @@ var tokens = [{
|
|
|
4785
5357
|
"attributes": {
|
|
4786
5358
|
"group": "paint",
|
|
4787
5359
|
"state": "deleted",
|
|
5360
|
+
"introduced": "0.1.1",
|
|
4788
5361
|
"replacement": "color.background.accent.red.bolder",
|
|
4789
5362
|
"description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4790
5363
|
},
|
|
@@ -4795,6 +5368,7 @@ var tokens = [{
|
|
|
4795
5368
|
"attributes": {
|
|
4796
5369
|
"group": "paint",
|
|
4797
5370
|
"state": "deleted",
|
|
5371
|
+
"introduced": "0.1.1",
|
|
4798
5372
|
"replacement": "color.background.accent.red.bolder",
|
|
4799
5373
|
"description": "Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4800
5374
|
},
|
|
@@ -4806,6 +5380,7 @@ var tokens = [{
|
|
|
4806
5380
|
"attributes": {
|
|
4807
5381
|
"group": "paint",
|
|
4808
5382
|
"state": "deleted",
|
|
5383
|
+
"introduced": "0.1.1",
|
|
4809
5384
|
"replacement": "color.background.accent.teal.bolder",
|
|
4810
5385
|
"description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4811
5386
|
},
|
|
@@ -4816,6 +5391,7 @@ var tokens = [{
|
|
|
4816
5391
|
"attributes": {
|
|
4817
5392
|
"group": "paint",
|
|
4818
5393
|
"state": "deleted",
|
|
5394
|
+
"introduced": "0.1.1",
|
|
4819
5395
|
"replacement": "color.background.accent.teal.bolder",
|
|
4820
5396
|
"description": "Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags."
|
|
4821
5397
|
},
|
|
@@ -4827,6 +5403,7 @@ var tokens = [{
|
|
|
4827
5403
|
"attributes": {
|
|
4828
5404
|
"group": "paint",
|
|
4829
5405
|
"state": "deleted",
|
|
5406
|
+
"introduced": "0.1.0",
|
|
4830
5407
|
"replacement": "color.background.accent.blue.subtler",
|
|
4831
5408
|
"description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4832
5409
|
},
|
|
@@ -4837,6 +5414,7 @@ var tokens = [{
|
|
|
4837
5414
|
"attributes": {
|
|
4838
5415
|
"group": "paint",
|
|
4839
5416
|
"state": "deleted",
|
|
5417
|
+
"introduced": "0.1.0",
|
|
4840
5418
|
"replacement": "color.background.accent.blue.subtler",
|
|
4841
5419
|
"description": "Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4842
5420
|
},
|
|
@@ -4848,6 +5426,7 @@ var tokens = [{
|
|
|
4848
5426
|
"attributes": {
|
|
4849
5427
|
"group": "paint",
|
|
4850
5428
|
"state": "deleted",
|
|
5429
|
+
"introduced": "0.1.0",
|
|
4851
5430
|
"replacement": "color.background.accent.green.subtler",
|
|
4852
5431
|
"description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4853
5432
|
},
|
|
@@ -4858,6 +5437,7 @@ var tokens = [{
|
|
|
4858
5437
|
"attributes": {
|
|
4859
5438
|
"group": "paint",
|
|
4860
5439
|
"state": "deleted",
|
|
5440
|
+
"introduced": "0.1.0",
|
|
4861
5441
|
"replacement": "color.background.accent.green.subtler",
|
|
4862
5442
|
"description": "Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4863
5443
|
},
|
|
@@ -4869,6 +5449,7 @@ var tokens = [{
|
|
|
4869
5449
|
"attributes": {
|
|
4870
5450
|
"group": "paint",
|
|
4871
5451
|
"state": "deleted",
|
|
5452
|
+
"introduced": "0.1.0",
|
|
4872
5453
|
"replacement": "color.background.accent.magenta.subtler",
|
|
4873
5454
|
"description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4874
5455
|
},
|
|
@@ -4879,6 +5460,7 @@ var tokens = [{
|
|
|
4879
5460
|
"attributes": {
|
|
4880
5461
|
"group": "paint",
|
|
4881
5462
|
"state": "deleted",
|
|
5463
|
+
"introduced": "0.1.0",
|
|
4882
5464
|
"replacement": "color.background.accent.magenta.subtler",
|
|
4883
5465
|
"description": "Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4884
5466
|
},
|
|
@@ -4890,6 +5472,7 @@ var tokens = [{
|
|
|
4890
5472
|
"attributes": {
|
|
4891
5473
|
"group": "paint",
|
|
4892
5474
|
"state": "deleted",
|
|
5475
|
+
"introduced": "0.1.0",
|
|
4893
5476
|
"replacement": "color.background.accent.orange.subtler",
|
|
4894
5477
|
"description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4895
5478
|
},
|
|
@@ -4900,6 +5483,7 @@ var tokens = [{
|
|
|
4900
5483
|
"attributes": {
|
|
4901
5484
|
"group": "paint",
|
|
4902
5485
|
"state": "deleted",
|
|
5486
|
+
"introduced": "0.1.0",
|
|
4903
5487
|
"replacement": "color.background.accent.orange.subtler",
|
|
4904
5488
|
"description": "Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4905
5489
|
},
|
|
@@ -4911,6 +5495,7 @@ var tokens = [{
|
|
|
4911
5495
|
"attributes": {
|
|
4912
5496
|
"group": "paint",
|
|
4913
5497
|
"state": "deleted",
|
|
5498
|
+
"introduced": "0.1.0",
|
|
4914
5499
|
"replacement": "color.background.accent.purple.subtler",
|
|
4915
5500
|
"description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4916
5501
|
},
|
|
@@ -4921,6 +5506,7 @@ var tokens = [{
|
|
|
4921
5506
|
"attributes": {
|
|
4922
5507
|
"group": "paint",
|
|
4923
5508
|
"state": "deleted",
|
|
5509
|
+
"introduced": "0.1.0",
|
|
4924
5510
|
"replacement": "color.background.accent.purple.subtler",
|
|
4925
5511
|
"description": "Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4926
5512
|
},
|
|
@@ -4932,6 +5518,7 @@ var tokens = [{
|
|
|
4932
5518
|
"attributes": {
|
|
4933
5519
|
"group": "paint",
|
|
4934
5520
|
"state": "deleted",
|
|
5521
|
+
"introduced": "0.1.0",
|
|
4935
5522
|
"replacement": "color.background.accent.red.subtler",
|
|
4936
5523
|
"description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4937
5524
|
},
|
|
@@ -4942,6 +5529,7 @@ var tokens = [{
|
|
|
4942
5529
|
"attributes": {
|
|
4943
5530
|
"group": "paint",
|
|
4944
5531
|
"state": "deleted",
|
|
5532
|
+
"introduced": "0.1.0",
|
|
4945
5533
|
"replacement": "color.background.accent.red.subtler",
|
|
4946
5534
|
"description": "Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4947
5535
|
},
|
|
@@ -4953,6 +5541,7 @@ var tokens = [{
|
|
|
4953
5541
|
"attributes": {
|
|
4954
5542
|
"group": "paint",
|
|
4955
5543
|
"state": "deleted",
|
|
5544
|
+
"introduced": "0.1.0",
|
|
4956
5545
|
"replacement": "color.background.accent.teal.subtler",
|
|
4957
5546
|
"description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4958
5547
|
},
|
|
@@ -4963,6 +5552,7 @@ var tokens = [{
|
|
|
4963
5552
|
"attributes": {
|
|
4964
5553
|
"group": "paint",
|
|
4965
5554
|
"state": "deleted",
|
|
5555
|
+
"introduced": "0.1.0",
|
|
4966
5556
|
"replacement": "color.background.accent.teal.subtler",
|
|
4967
5557
|
"description": "Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
4968
5558
|
},
|
|
@@ -4974,6 +5564,7 @@ var tokens = [{
|
|
|
4974
5564
|
"attributes": {
|
|
4975
5565
|
"group": "paint",
|
|
4976
5566
|
"state": "deleted",
|
|
5567
|
+
"introduced": "0.0.15",
|
|
4977
5568
|
"replacement": "color.icon.brand",
|
|
4978
5569
|
"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."
|
|
4979
5570
|
},
|
|
@@ -4984,6 +5575,7 @@ var tokens = [{
|
|
|
4984
5575
|
"attributes": {
|
|
4985
5576
|
"group": "paint",
|
|
4986
5577
|
"state": "deleted",
|
|
5578
|
+
"introduced": "0.0.15",
|
|
4987
5579
|
"replacement": "color.icon.brand",
|
|
4988
5580
|
"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."
|
|
4989
5581
|
},
|
|
@@ -4995,6 +5587,7 @@ var tokens = [{
|
|
|
4995
5587
|
"attributes": {
|
|
4996
5588
|
"group": "paint",
|
|
4997
5589
|
"state": "deleted",
|
|
5590
|
+
"introduced": "0.0.15",
|
|
4998
5591
|
"replacement": "color.icon.danger",
|
|
4999
5592
|
"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."
|
|
5000
5593
|
},
|
|
@@ -5005,6 +5598,7 @@ var tokens = [{
|
|
|
5005
5598
|
"attributes": {
|
|
5006
5599
|
"group": "paint",
|
|
5007
5600
|
"state": "deleted",
|
|
5601
|
+
"introduced": "0.0.15",
|
|
5008
5602
|
"replacement": "color.icon.danger",
|
|
5009
5603
|
"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."
|
|
5010
5604
|
},
|
|
@@ -5016,6 +5610,7 @@ var tokens = [{
|
|
|
5016
5610
|
"attributes": {
|
|
5017
5611
|
"group": "paint",
|
|
5018
5612
|
"state": "deleted",
|
|
5613
|
+
"introduced": "0.0.15",
|
|
5019
5614
|
"replacement": "color.icon.discovery",
|
|
5020
5615
|
"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"
|
|
5021
5616
|
},
|
|
@@ -5026,6 +5621,7 @@ var tokens = [{
|
|
|
5026
5621
|
"attributes": {
|
|
5027
5622
|
"group": "paint",
|
|
5028
5623
|
"state": "deleted",
|
|
5624
|
+
"introduced": "0.0.15",
|
|
5029
5625
|
"replacement": "color.icon.discovery",
|
|
5030
5626
|
"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"
|
|
5031
5627
|
},
|
|
@@ -5037,6 +5633,7 @@ var tokens = [{
|
|
|
5037
5633
|
"attributes": {
|
|
5038
5634
|
"group": "paint",
|
|
5039
5635
|
"state": "deleted",
|
|
5636
|
+
"introduced": "0.0.15",
|
|
5040
5637
|
"replacement": "color.icon.success",
|
|
5041
5638
|
"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"
|
|
5042
5639
|
},
|
|
@@ -5047,6 +5644,7 @@ var tokens = [{
|
|
|
5047
5644
|
"attributes": {
|
|
5048
5645
|
"group": "paint",
|
|
5049
5646
|
"state": "deleted",
|
|
5647
|
+
"introduced": "0.0.15",
|
|
5050
5648
|
"replacement": "color.icon.success",
|
|
5051
5649
|
"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"
|
|
5052
5650
|
},
|
|
@@ -5058,6 +5656,7 @@ var tokens = [{
|
|
|
5058
5656
|
"attributes": {
|
|
5059
5657
|
"group": "paint",
|
|
5060
5658
|
"state": "deleted",
|
|
5659
|
+
"introduced": "0.0.15",
|
|
5061
5660
|
"replacement": "color.icon.warning.[default]",
|
|
5062
5661
|
"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"
|
|
5063
5662
|
},
|
|
@@ -5068,6 +5667,7 @@ var tokens = [{
|
|
|
5068
5667
|
"attributes": {
|
|
5069
5668
|
"group": "paint",
|
|
5070
5669
|
"state": "deleted",
|
|
5670
|
+
"introduced": "0.0.15",
|
|
5071
5671
|
"replacement": "color.icon.warning.[default]",
|
|
5072
5672
|
"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"
|
|
5073
5673
|
},
|
|
@@ -5079,6 +5679,7 @@ var tokens = [{
|
|
|
5079
5679
|
"attributes": {
|
|
5080
5680
|
"group": "paint",
|
|
5081
5681
|
"state": "deleted",
|
|
5682
|
+
"introduced": "0.1.0",
|
|
5082
5683
|
"replacement": "color.interaction.hovered",
|
|
5083
5684
|
"description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
|
|
5084
5685
|
},
|
|
@@ -5089,6 +5690,7 @@ var tokens = [{
|
|
|
5089
5690
|
"attributes": {
|
|
5090
5691
|
"group": "paint",
|
|
5091
5692
|
"state": "deleted",
|
|
5693
|
+
"introduced": "0.1.0",
|
|
5092
5694
|
"replacement": "color.interaction.hovered",
|
|
5093
5695
|
"description": "Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars."
|
|
5094
5696
|
},
|
|
@@ -5100,6 +5702,7 @@ var tokens = [{
|
|
|
5100
5702
|
"attributes": {
|
|
5101
5703
|
"group": "paint",
|
|
5102
5704
|
"state": "deleted",
|
|
5705
|
+
"introduced": "0.1.0",
|
|
5103
5706
|
"replacement": "color.interaction.pressed",
|
|
5104
5707
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
5105
5708
|
},
|
|
@@ -5110,6 +5713,7 @@ var tokens = [{
|
|
|
5110
5713
|
"attributes": {
|
|
5111
5714
|
"group": "paint",
|
|
5112
5715
|
"state": "deleted",
|
|
5716
|
+
"introduced": "0.1.0",
|
|
5113
5717
|
"replacement": "color.interaction.pressed",
|
|
5114
5718
|
"description": "Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."
|
|
5115
5719
|
},
|
|
@@ -5121,6 +5725,7 @@ var tokens = [{
|
|
|
5121
5725
|
"attributes": {
|
|
5122
5726
|
"group": "shadow",
|
|
5123
5727
|
"state": "deleted",
|
|
5728
|
+
"introduced": "0.6.0",
|
|
5124
5729
|
"replacement": "elevation.shadow.raised",
|
|
5125
5730
|
"description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
|
|
5126
5731
|
},
|
|
@@ -5147,6 +5752,7 @@ var tokens = [{
|
|
|
5147
5752
|
"attributes": {
|
|
5148
5753
|
"group": "shadow",
|
|
5149
5754
|
"state": "deleted",
|
|
5755
|
+
"introduced": "0.6.0",
|
|
5150
5756
|
"replacement": "elevation.shadow.raised",
|
|
5151
5757
|
"description": "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"
|
|
5152
5758
|
},
|
|
@@ -5174,6 +5780,7 @@ var tokens = [{
|
|
|
5174
5780
|
"attributes": {
|
|
5175
5781
|
"group": "shadow",
|
|
5176
5782
|
"state": "deleted",
|
|
5783
|
+
"introduced": "0.6.0",
|
|
5177
5784
|
"replacement": "elevation.shadow.overlay",
|
|
5178
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"
|
|
5179
5786
|
},
|
|
@@ -5200,6 +5807,7 @@ var tokens = [{
|
|
|
5200
5807
|
"attributes": {
|
|
5201
5808
|
"group": "shadow",
|
|
5202
5809
|
"state": "deleted",
|
|
5810
|
+
"introduced": "0.6.0",
|
|
5203
5811
|
"replacement": "elevation.shadow.overlay",
|
|
5204
5812
|
"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"
|
|
5205
5813
|
},
|
|
@@ -5227,6 +5835,7 @@ var tokens = [{
|
|
|
5227
5835
|
"attributes": {
|
|
5228
5836
|
"group": "shadow",
|
|
5229
5837
|
"state": "active",
|
|
5838
|
+
"introduced": "0.6.0",
|
|
5230
5839
|
"description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
|
|
5231
5840
|
},
|
|
5232
5841
|
"value": [{
|
|
@@ -5252,6 +5861,7 @@ var tokens = [{
|
|
|
5252
5861
|
"attributes": {
|
|
5253
5862
|
"group": "shadow",
|
|
5254
5863
|
"state": "active",
|
|
5864
|
+
"introduced": "0.6.0",
|
|
5255
5865
|
"description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
|
|
5256
5866
|
},
|
|
5257
5867
|
"value": [{
|
|
@@ -5278,6 +5888,7 @@ var tokens = [{
|
|
|
5278
5888
|
"attributes": {
|
|
5279
5889
|
"group": "shadow",
|
|
5280
5890
|
"state": "active",
|
|
5891
|
+
"introduced": "0.6.0",
|
|
5281
5892
|
"description": "Use to create a shadow when content scolls under other content."
|
|
5282
5893
|
},
|
|
5283
5894
|
"value": [{
|
|
@@ -5303,6 +5914,7 @@ var tokens = [{
|
|
|
5303
5914
|
"attributes": {
|
|
5304
5915
|
"group": "shadow",
|
|
5305
5916
|
"state": "active",
|
|
5917
|
+
"introduced": "0.6.0",
|
|
5306
5918
|
"description": "Use to create a shadow when content scolls under other content."
|
|
5307
5919
|
},
|
|
5308
5920
|
"value": [{
|
|
@@ -5329,6 +5941,7 @@ var tokens = [{
|
|
|
5329
5941
|
"attributes": {
|
|
5330
5942
|
"group": "shadow",
|
|
5331
5943
|
"state": "active",
|
|
5944
|
+
"introduced": "0.6.0",
|
|
5332
5945
|
"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."
|
|
5333
5946
|
},
|
|
5334
5947
|
"value": [{
|
|
@@ -5354,6 +5967,7 @@ var tokens = [{
|
|
|
5354
5967
|
"attributes": {
|
|
5355
5968
|
"group": "shadow",
|
|
5356
5969
|
"state": "active",
|
|
5970
|
+
"introduced": "0.6.0",
|
|
5357
5971
|
"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."
|
|
5358
5972
|
},
|
|
5359
5973
|
"value": [{
|
|
@@ -5380,6 +5994,7 @@ var tokens = [{
|
|
|
5380
5994
|
"attributes": {
|
|
5381
5995
|
"group": "paint",
|
|
5382
5996
|
"state": "active",
|
|
5997
|
+
"introduced": "0.6.0",
|
|
5383
5998
|
"description": "Use as the primary background for the UI."
|
|
5384
5999
|
},
|
|
5385
6000
|
"value": "#FFFFFF",
|
|
@@ -5389,6 +6004,7 @@ var tokens = [{
|
|
|
5389
6004
|
"attributes": {
|
|
5390
6005
|
"group": "paint",
|
|
5391
6006
|
"state": "active",
|
|
6007
|
+
"introduced": "0.6.0",
|
|
5392
6008
|
"description": "Use as the primary background for the UI."
|
|
5393
6009
|
},
|
|
5394
6010
|
"value": "N0"
|
|
@@ -5399,6 +6015,7 @@ var tokens = [{
|
|
|
5399
6015
|
"attributes": {
|
|
5400
6016
|
"group": "paint",
|
|
5401
6017
|
"state": "active",
|
|
6018
|
+
"introduced": "0.6.0",
|
|
5402
6019
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
5403
6020
|
},
|
|
5404
6021
|
"value": "#F7F8F9",
|
|
@@ -5408,6 +6025,7 @@ var tokens = [{
|
|
|
5408
6025
|
"attributes": {
|
|
5409
6026
|
"group": "paint",
|
|
5410
6027
|
"state": "active",
|
|
6028
|
+
"introduced": "0.6.0",
|
|
5411
6029
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
5412
6030
|
},
|
|
5413
6031
|
"value": "N100"
|
|
@@ -5418,6 +6036,7 @@ var tokens = [{
|
|
|
5418
6036
|
"attributes": {
|
|
5419
6037
|
"group": "paint",
|
|
5420
6038
|
"state": "active",
|
|
6039
|
+
"introduced": "0.6.0",
|
|
5421
6040
|
"description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
|
|
5422
6041
|
},
|
|
5423
6042
|
"value": "#FFFFFF",
|
|
@@ -5427,6 +6046,7 @@ var tokens = [{
|
|
|
5427
6046
|
"attributes": {
|
|
5428
6047
|
"group": "paint",
|
|
5429
6048
|
"state": "active",
|
|
6049
|
+
"introduced": "0.6.0",
|
|
5430
6050
|
"description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
|
|
5431
6051
|
},
|
|
5432
6052
|
"value": "N0"
|
|
@@ -5437,6 +6057,7 @@ var tokens = [{
|
|
|
5437
6057
|
"attributes": {
|
|
5438
6058
|
"group": "paint",
|
|
5439
6059
|
"state": "active",
|
|
6060
|
+
"introduced": "0.6.0",
|
|
5440
6061
|
"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."
|
|
5441
6062
|
},
|
|
5442
6063
|
"value": "#FFFFFF",
|
|
@@ -5446,6 +6067,7 @@ var tokens = [{
|
|
|
5446
6067
|
"attributes": {
|
|
5447
6068
|
"group": "paint",
|
|
5448
6069
|
"state": "active",
|
|
6070
|
+
"introduced": "0.6.0",
|
|
5449
6071
|
"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."
|
|
5450
6072
|
},
|
|
5451
6073
|
"value": "N0"
|
|
@@ -5456,6 +6078,7 @@ var tokens = [{
|
|
|
5456
6078
|
"attributes": {
|
|
5457
6079
|
"group": "raw",
|
|
5458
6080
|
"state": "active",
|
|
6081
|
+
"introduced": "0.1.1",
|
|
5459
6082
|
"description": "Transparent token used for backwards compatibility between new and old theming solutions"
|
|
5460
6083
|
},
|
|
5461
6084
|
"value": "transparent",
|
|
@@ -5465,6 +6088,7 @@ var tokens = [{
|
|
|
5465
6088
|
"attributes": {
|
|
5466
6089
|
"group": "raw",
|
|
5467
6090
|
"state": "active",
|
|
6091
|
+
"introduced": "0.1.1",
|
|
5468
6092
|
"description": "Transparent token used for backwards compatibility between new and old theming solutions"
|
|
5469
6093
|
},
|
|
5470
6094
|
"value": "transparent"
|
|
@@ -5475,6 +6099,7 @@ var tokens = [{
|
|
|
5475
6099
|
"attributes": {
|
|
5476
6100
|
"group": "raw",
|
|
5477
6101
|
"state": "active",
|
|
6102
|
+
"introduced": "0.4.0",
|
|
5478
6103
|
"description": "Used as a placeholder when a suitable token does not exist"
|
|
5479
6104
|
},
|
|
5480
6105
|
"value": "#FA11F2",
|
|
@@ -5484,6 +6109,7 @@ var tokens = [{
|
|
|
5484
6109
|
"attributes": {
|
|
5485
6110
|
"group": "raw",
|
|
5486
6111
|
"state": "active",
|
|
6112
|
+
"introduced": "0.4.0",
|
|
5487
6113
|
"description": "Used as a placeholder when a suitable token does not exist"
|
|
5488
6114
|
},
|
|
5489
6115
|
"value": "#FA11F2"
|