@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
|
@@ -5,6 +5,7 @@ var color = {
|
|
|
5
5
|
attributes: {
|
|
6
6
|
group: 'paint',
|
|
7
7
|
state: 'active',
|
|
8
|
+
introduced: '0.0.15',
|
|
8
9
|
description: 'Use for the screen overlay that appears with modal dialogs'
|
|
9
10
|
}
|
|
10
11
|
},
|
|
@@ -12,6 +13,7 @@ var color = {
|
|
|
12
13
|
attributes: {
|
|
13
14
|
group: 'paint',
|
|
14
15
|
state: 'active',
|
|
16
|
+
introduced: '0.6.0',
|
|
15
17
|
description: "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
|
|
16
18
|
}
|
|
17
19
|
},
|
|
@@ -19,6 +21,7 @@ var color = {
|
|
|
19
21
|
attributes: {
|
|
20
22
|
group: 'paint',
|
|
21
23
|
state: 'active',
|
|
24
|
+
introduced: '0.6.0',
|
|
22
25
|
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"
|
|
23
26
|
}
|
|
24
27
|
}
|
|
@@ -28,14 +31,36 @@ var color = {
|
|
|
28
31
|
attributes: {
|
|
29
32
|
group: 'paint',
|
|
30
33
|
state: 'active',
|
|
34
|
+
introduced: '0.0.15',
|
|
31
35
|
description: 'Use for backgrounds of elements in a disabled state.'
|
|
32
36
|
}
|
|
33
37
|
},
|
|
34
38
|
inverse: {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
+
subtle: {
|
|
40
|
+
'[default]': {
|
|
41
|
+
attributes: {
|
|
42
|
+
group: 'paint',
|
|
43
|
+
state: 'active',
|
|
44
|
+
introduced: '0.8.3',
|
|
45
|
+
description: 'Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.'
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
hovered: {
|
|
49
|
+
attributes: {
|
|
50
|
+
group: 'paint',
|
|
51
|
+
state: 'active',
|
|
52
|
+
introduced: '0.8.3',
|
|
53
|
+
description: 'Use for the hovered state of color.background.inverse.subtle'
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
pressed: {
|
|
57
|
+
attributes: {
|
|
58
|
+
group: 'paint',
|
|
59
|
+
state: 'active',
|
|
60
|
+
introduced: '0.8.3',
|
|
61
|
+
description: 'Use for the pressed state of color.background.inverse.subtle'
|
|
62
|
+
}
|
|
63
|
+
}
|
|
39
64
|
}
|
|
40
65
|
},
|
|
41
66
|
input: {
|
|
@@ -43,6 +68,7 @@ var color = {
|
|
|
43
68
|
attributes: {
|
|
44
69
|
group: 'paint',
|
|
45
70
|
state: 'active',
|
|
71
|
+
introduced: '0.6.0',
|
|
46
72
|
description: 'Use for background of form UI elements, such as text fields, checkboxes, and radio buttons.'
|
|
47
73
|
}
|
|
48
74
|
},
|
|
@@ -50,6 +76,7 @@ var color = {
|
|
|
50
76
|
attributes: {
|
|
51
77
|
group: 'paint',
|
|
52
78
|
state: 'active',
|
|
79
|
+
introduced: '0.6.0',
|
|
53
80
|
description: 'Hovered state for color.background.input'
|
|
54
81
|
}
|
|
55
82
|
},
|
|
@@ -57,6 +84,7 @@ var color = {
|
|
|
57
84
|
attributes: {
|
|
58
85
|
group: 'paint',
|
|
59
86
|
state: 'active',
|
|
87
|
+
introduced: '0.6.0',
|
|
60
88
|
description: 'Pressed state for color.background.input'
|
|
61
89
|
}
|
|
62
90
|
}
|
|
@@ -67,6 +95,7 @@ var color = {
|
|
|
67
95
|
attributes: {
|
|
68
96
|
group: 'paint',
|
|
69
97
|
state: 'active',
|
|
98
|
+
introduced: '0.6.0',
|
|
70
99
|
description: 'The default background for neutral elements, such as default buttons.'
|
|
71
100
|
}
|
|
72
101
|
},
|
|
@@ -74,6 +103,7 @@ var color = {
|
|
|
74
103
|
attributes: {
|
|
75
104
|
group: 'paint',
|
|
76
105
|
state: 'active',
|
|
106
|
+
introduced: '0.6.0',
|
|
77
107
|
description: 'Hovered state for color.background.neutral'
|
|
78
108
|
}
|
|
79
109
|
},
|
|
@@ -81,6 +111,7 @@ var color = {
|
|
|
81
111
|
attributes: {
|
|
82
112
|
group: 'paint',
|
|
83
113
|
state: 'active',
|
|
114
|
+
introduced: '0.6.0',
|
|
84
115
|
description: 'Pressed state for color.background.neutral'
|
|
85
116
|
}
|
|
86
117
|
}
|
|
@@ -90,6 +121,7 @@ var color = {
|
|
|
90
121
|
attributes: {
|
|
91
122
|
group: 'paint',
|
|
92
123
|
state: 'active',
|
|
124
|
+
introduced: '0.6.0',
|
|
93
125
|
description: 'Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items.'
|
|
94
126
|
}
|
|
95
127
|
},
|
|
@@ -97,6 +129,7 @@ var color = {
|
|
|
97
129
|
attributes: {
|
|
98
130
|
group: 'paint',
|
|
99
131
|
state: 'active',
|
|
132
|
+
introduced: '0.6.0',
|
|
100
133
|
description: 'Hovered state for color.background.neutral.subtle'
|
|
101
134
|
}
|
|
102
135
|
},
|
|
@@ -104,6 +137,7 @@ var color = {
|
|
|
104
137
|
attributes: {
|
|
105
138
|
group: 'paint',
|
|
106
139
|
state: 'active',
|
|
140
|
+
introduced: '0.6.0',
|
|
107
141
|
description: 'Pressed state for color.background.neutral.subtle'
|
|
108
142
|
}
|
|
109
143
|
}
|
|
@@ -113,6 +147,7 @@ var color = {
|
|
|
113
147
|
attributes: {
|
|
114
148
|
group: 'paint',
|
|
115
149
|
state: 'active',
|
|
150
|
+
introduced: '0.6.0',
|
|
116
151
|
description: 'A vibrant background option for neutral UI elements, such as announcement banners.'
|
|
117
152
|
}
|
|
118
153
|
},
|
|
@@ -120,6 +155,7 @@ var color = {
|
|
|
120
155
|
attributes: {
|
|
121
156
|
group: 'paint',
|
|
122
157
|
state: 'active',
|
|
158
|
+
introduced: '0.6.0',
|
|
123
159
|
description: 'Hovered state of color.background.neutral.bold'
|
|
124
160
|
}
|
|
125
161
|
},
|
|
@@ -127,6 +163,7 @@ var color = {
|
|
|
127
163
|
attributes: {
|
|
128
164
|
group: 'paint',
|
|
129
165
|
state: 'active',
|
|
166
|
+
introduced: '0.6.0',
|
|
130
167
|
description: 'Pressed state of color.background.neutral.bold'
|
|
131
168
|
}
|
|
132
169
|
}
|
|
@@ -138,6 +175,7 @@ var color = {
|
|
|
138
175
|
attributes: {
|
|
139
176
|
group: 'paint',
|
|
140
177
|
state: 'active',
|
|
178
|
+
introduced: '0.6.0',
|
|
141
179
|
description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.'
|
|
142
180
|
}
|
|
143
181
|
},
|
|
@@ -145,6 +183,7 @@ var color = {
|
|
|
145
183
|
attributes: {
|
|
146
184
|
group: 'paint',
|
|
147
185
|
state: 'active',
|
|
186
|
+
introduced: '0.6.0',
|
|
148
187
|
description: 'Hovered state of color.background.brand.bold'
|
|
149
188
|
}
|
|
150
189
|
},
|
|
@@ -152,6 +191,7 @@ var color = {
|
|
|
152
191
|
attributes: {
|
|
153
192
|
group: 'paint',
|
|
154
193
|
state: 'active',
|
|
194
|
+
introduced: '0.6.0',
|
|
155
195
|
description: 'Pressed state of color.background.brand.bold'
|
|
156
196
|
}
|
|
157
197
|
}
|
|
@@ -163,6 +203,7 @@ var color = {
|
|
|
163
203
|
attributes: {
|
|
164
204
|
group: 'paint',
|
|
165
205
|
state: 'active',
|
|
206
|
+
introduced: '0.6.2',
|
|
166
207
|
description: 'Use for the background of elements in a selected state, such as in opened dropdown buttons.'
|
|
167
208
|
}
|
|
168
209
|
},
|
|
@@ -170,6 +211,7 @@ var color = {
|
|
|
170
211
|
attributes: {
|
|
171
212
|
group: 'paint',
|
|
172
213
|
state: 'active',
|
|
214
|
+
introduced: '0.6.2',
|
|
173
215
|
description: 'Hovered state for color.background.selected'
|
|
174
216
|
}
|
|
175
217
|
},
|
|
@@ -177,6 +219,7 @@ var color = {
|
|
|
177
219
|
attributes: {
|
|
178
220
|
group: 'paint',
|
|
179
221
|
state: 'active',
|
|
222
|
+
introduced: '0.6.2',
|
|
180
223
|
description: 'Pressed state for color.background.selected'
|
|
181
224
|
}
|
|
182
225
|
}
|
|
@@ -186,13 +229,15 @@ var color = {
|
|
|
186
229
|
attributes: {
|
|
187
230
|
group: 'paint',
|
|
188
231
|
state: 'active',
|
|
189
|
-
|
|
232
|
+
introduced: '0.6.2',
|
|
233
|
+
description: 'Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.'
|
|
190
234
|
}
|
|
191
235
|
},
|
|
192
236
|
hovered: {
|
|
193
237
|
attributes: {
|
|
194
238
|
group: 'paint',
|
|
195
239
|
state: 'active',
|
|
240
|
+
introduced: '0.6.2',
|
|
196
241
|
description: 'Hovered state of color.background.selected.bold'
|
|
197
242
|
}
|
|
198
243
|
},
|
|
@@ -200,6 +245,7 @@ var color = {
|
|
|
200
245
|
attributes: {
|
|
201
246
|
group: 'paint',
|
|
202
247
|
state: 'active',
|
|
248
|
+
introduced: '0.6.2',
|
|
203
249
|
description: 'Pressed state of color.background.selected.bold'
|
|
204
250
|
}
|
|
205
251
|
}
|
|
@@ -211,13 +257,15 @@ var color = {
|
|
|
211
257
|
attributes: {
|
|
212
258
|
group: 'paint',
|
|
213
259
|
state: 'active',
|
|
214
|
-
|
|
260
|
+
introduced: '0.6.0',
|
|
261
|
+
description: 'Use for backgrounds communicating critical information, such in error section messages.'
|
|
215
262
|
}
|
|
216
263
|
},
|
|
217
264
|
hovered: {
|
|
218
265
|
attributes: {
|
|
219
266
|
group: 'paint',
|
|
220
267
|
state: 'active',
|
|
268
|
+
introduced: '0.6.0',
|
|
221
269
|
description: 'Hovered state for color.background.danger'
|
|
222
270
|
}
|
|
223
271
|
},
|
|
@@ -225,6 +273,7 @@ var color = {
|
|
|
225
273
|
attributes: {
|
|
226
274
|
group: 'paint',
|
|
227
275
|
state: 'active',
|
|
276
|
+
introduced: '0.6.0',
|
|
228
277
|
description: 'Pressed state for color.background.danger'
|
|
229
278
|
}
|
|
230
279
|
}
|
|
@@ -234,6 +283,7 @@ var color = {
|
|
|
234
283
|
attributes: {
|
|
235
284
|
group: 'paint',
|
|
236
285
|
state: 'active',
|
|
286
|
+
introduced: '0.6.0',
|
|
237
287
|
description: 'A vibrant background option for communicating critical information, such as in danger buttons and error banners.'
|
|
238
288
|
}
|
|
239
289
|
},
|
|
@@ -241,6 +291,7 @@ var color = {
|
|
|
241
291
|
attributes: {
|
|
242
292
|
group: 'paint',
|
|
243
293
|
state: 'active',
|
|
294
|
+
introduced: '0.6.0',
|
|
244
295
|
description: 'Hovered state of color.background.danger.bold'
|
|
245
296
|
}
|
|
246
297
|
},
|
|
@@ -248,6 +299,7 @@ var color = {
|
|
|
248
299
|
attributes: {
|
|
249
300
|
group: 'paint',
|
|
250
301
|
state: 'active',
|
|
302
|
+
introduced: '0.6.0',
|
|
251
303
|
description: 'Pressed state of color.background.danger.bold'
|
|
252
304
|
}
|
|
253
305
|
}
|
|
@@ -259,6 +311,7 @@ var color = {
|
|
|
259
311
|
attributes: {
|
|
260
312
|
group: 'paint',
|
|
261
313
|
state: 'active',
|
|
314
|
+
introduced: '0.6.0',
|
|
262
315
|
description: 'Use for backgrounds communicating caution, such as in warning section messages.'
|
|
263
316
|
}
|
|
264
317
|
},
|
|
@@ -266,6 +319,7 @@ var color = {
|
|
|
266
319
|
attributes: {
|
|
267
320
|
group: 'paint',
|
|
268
321
|
state: 'active',
|
|
322
|
+
introduced: '0.6.0',
|
|
269
323
|
description: 'Hovered state for color.background.warning'
|
|
270
324
|
}
|
|
271
325
|
},
|
|
@@ -273,6 +327,7 @@ var color = {
|
|
|
273
327
|
attributes: {
|
|
274
328
|
group: 'paint',
|
|
275
329
|
state: 'active',
|
|
330
|
+
introduced: '0.6.0',
|
|
276
331
|
description: 'Pressed state for color.background.warning'
|
|
277
332
|
}
|
|
278
333
|
}
|
|
@@ -282,6 +337,7 @@ var color = {
|
|
|
282
337
|
attributes: {
|
|
283
338
|
group: 'paint',
|
|
284
339
|
state: 'active',
|
|
340
|
+
introduced: '0.6.0',
|
|
285
341
|
description: 'A vibrant background option for communicating caution, such as in warning buttons and warning banners.'
|
|
286
342
|
}
|
|
287
343
|
},
|
|
@@ -289,6 +345,7 @@ var color = {
|
|
|
289
345
|
attributes: {
|
|
290
346
|
group: 'paint',
|
|
291
347
|
state: 'active',
|
|
348
|
+
introduced: '0.6.0',
|
|
292
349
|
description: 'Hovered state of color.background.warning.bold'
|
|
293
350
|
}
|
|
294
351
|
},
|
|
@@ -296,6 +353,7 @@ var color = {
|
|
|
296
353
|
attributes: {
|
|
297
354
|
group: 'paint',
|
|
298
355
|
state: 'active',
|
|
356
|
+
introduced: '0.6.0',
|
|
299
357
|
description: 'Pressed state of color.background.warning.bold'
|
|
300
358
|
}
|
|
301
359
|
}
|
|
@@ -307,6 +365,7 @@ var color = {
|
|
|
307
365
|
attributes: {
|
|
308
366
|
group: 'paint',
|
|
309
367
|
state: 'active',
|
|
368
|
+
introduced: '0.6.0',
|
|
310
369
|
description: 'Use for backgrounds communicating a favourable outcome, such as in success section messages.'
|
|
311
370
|
}
|
|
312
371
|
},
|
|
@@ -314,6 +373,7 @@ var color = {
|
|
|
314
373
|
attributes: {
|
|
315
374
|
group: 'paint',
|
|
316
375
|
state: 'active',
|
|
376
|
+
introduced: '0.6.0',
|
|
317
377
|
description: 'Hovered state for color.background.success'
|
|
318
378
|
}
|
|
319
379
|
},
|
|
@@ -321,6 +381,7 @@ var color = {
|
|
|
321
381
|
attributes: {
|
|
322
382
|
group: 'paint',
|
|
323
383
|
state: 'active',
|
|
384
|
+
introduced: '0.6.0',
|
|
324
385
|
description: 'Pressed state for color.background.success'
|
|
325
386
|
}
|
|
326
387
|
}
|
|
@@ -330,6 +391,7 @@ var color = {
|
|
|
330
391
|
attributes: {
|
|
331
392
|
group: 'paint',
|
|
332
393
|
state: 'active',
|
|
394
|
+
introduced: '0.6.0',
|
|
333
395
|
description: 'A vibrant background option for communicating a favourable outcome, such as in checked toggles.'
|
|
334
396
|
}
|
|
335
397
|
},
|
|
@@ -337,6 +399,7 @@ var color = {
|
|
|
337
399
|
attributes: {
|
|
338
400
|
group: 'paint',
|
|
339
401
|
state: 'active',
|
|
402
|
+
introduced: '0.6.0',
|
|
340
403
|
description: 'Hovered state of color.background.success.bold'
|
|
341
404
|
}
|
|
342
405
|
},
|
|
@@ -344,6 +407,7 @@ var color = {
|
|
|
344
407
|
attributes: {
|
|
345
408
|
group: 'paint',
|
|
346
409
|
state: 'active',
|
|
410
|
+
introduced: '0.6.0',
|
|
347
411
|
description: 'Pressed state of color.background.success.bold'
|
|
348
412
|
}
|
|
349
413
|
}
|
|
@@ -355,6 +419,7 @@ var color = {
|
|
|
355
419
|
attributes: {
|
|
356
420
|
group: 'paint',
|
|
357
421
|
state: 'active',
|
|
422
|
+
introduced: '0.6.0',
|
|
358
423
|
description: 'Use for backgrounds communicating change or something new, such as in discovery section messages.'
|
|
359
424
|
}
|
|
360
425
|
},
|
|
@@ -362,6 +427,7 @@ var color = {
|
|
|
362
427
|
attributes: {
|
|
363
428
|
group: 'paint',
|
|
364
429
|
state: 'active',
|
|
430
|
+
introduced: '0.6.0',
|
|
365
431
|
description: 'Hover state for color.background.discovery'
|
|
366
432
|
}
|
|
367
433
|
},
|
|
@@ -369,6 +435,7 @@ var color = {
|
|
|
369
435
|
attributes: {
|
|
370
436
|
group: 'paint',
|
|
371
437
|
state: 'active',
|
|
438
|
+
introduced: '0.6.0',
|
|
372
439
|
description: 'Pressed state for color.background.discovery'
|
|
373
440
|
}
|
|
374
441
|
}
|
|
@@ -378,6 +445,7 @@ var color = {
|
|
|
378
445
|
attributes: {
|
|
379
446
|
group: 'paint',
|
|
380
447
|
state: 'active',
|
|
448
|
+
introduced: '0.6.0',
|
|
381
449
|
description: 'A vibrant background option communicating change or something new, such as in onboarding spotlights.'
|
|
382
450
|
}
|
|
383
451
|
},
|
|
@@ -385,6 +453,7 @@ var color = {
|
|
|
385
453
|
attributes: {
|
|
386
454
|
group: 'paint',
|
|
387
455
|
state: 'active',
|
|
456
|
+
introduced: '0.6.0',
|
|
388
457
|
description: 'Hovered state of color.background.discovery.bold'
|
|
389
458
|
}
|
|
390
459
|
},
|
|
@@ -392,6 +461,7 @@ var color = {
|
|
|
392
461
|
attributes: {
|
|
393
462
|
group: 'paint',
|
|
394
463
|
state: 'active',
|
|
464
|
+
introduced: '0.6.0',
|
|
395
465
|
description: 'Pressed state of color.background.discovery.bold'
|
|
396
466
|
}
|
|
397
467
|
}
|
|
@@ -403,6 +473,7 @@ var color = {
|
|
|
403
473
|
attributes: {
|
|
404
474
|
group: 'paint',
|
|
405
475
|
state: 'active',
|
|
476
|
+
introduced: '0.6.0',
|
|
406
477
|
description: 'Use for backgrounds communicating information or something in-progress, such as in information section messages.'
|
|
407
478
|
}
|
|
408
479
|
},
|
|
@@ -410,6 +481,7 @@ var color = {
|
|
|
410
481
|
attributes: {
|
|
411
482
|
group: 'paint',
|
|
412
483
|
state: 'active',
|
|
484
|
+
introduced: '0.6.0',
|
|
413
485
|
description: 'Hovered state of color.background.information'
|
|
414
486
|
}
|
|
415
487
|
},
|
|
@@ -417,6 +489,7 @@ var color = {
|
|
|
417
489
|
attributes: {
|
|
418
490
|
group: 'paint',
|
|
419
491
|
state: 'active',
|
|
492
|
+
introduced: '0.6.0',
|
|
420
493
|
description: 'Pressed state of color.background.information'
|
|
421
494
|
}
|
|
422
495
|
}
|
|
@@ -426,6 +499,7 @@ var color = {
|
|
|
426
499
|
attributes: {
|
|
427
500
|
group: 'paint',
|
|
428
501
|
state: 'active',
|
|
502
|
+
introduced: '0.6.0',
|
|
429
503
|
description: 'A vibrant background option for communicating information or something in-progress.'
|
|
430
504
|
}
|
|
431
505
|
},
|
|
@@ -433,6 +507,7 @@ var color = {
|
|
|
433
507
|
attributes: {
|
|
434
508
|
group: 'paint',
|
|
435
509
|
state: 'active',
|
|
510
|
+
introduced: '0.6.0',
|
|
436
511
|
description: 'Hovered state of color.background.information.bold'
|
|
437
512
|
}
|
|
438
513
|
},
|
|
@@ -440,6 +515,7 @@ var color = {
|
|
|
440
515
|
attributes: {
|
|
441
516
|
group: 'paint',
|
|
442
517
|
state: 'active',
|
|
518
|
+
introduced: '0.6.0',
|
|
443
519
|
description: 'Pressed state of color.background.information.bold'
|
|
444
520
|
}
|
|
445
521
|
}
|
|
@@ -5,13 +5,23 @@ var color = {
|
|
|
5
5
|
attributes: {
|
|
6
6
|
group: 'paint',
|
|
7
7
|
state: 'active',
|
|
8
|
+
introduced: '0.6.0',
|
|
8
9
|
description: 'Use to visually group or separate UI elements, such as flat cards or side panel dividers.'
|
|
9
10
|
}
|
|
10
11
|
},
|
|
12
|
+
inverse: {
|
|
13
|
+
attributes: {
|
|
14
|
+
group: 'paint',
|
|
15
|
+
state: 'active',
|
|
16
|
+
introduced: '0.6.0',
|
|
17
|
+
description: 'Use for borders on bold backgrounds.'
|
|
18
|
+
}
|
|
19
|
+
},
|
|
11
20
|
focused: {
|
|
12
21
|
attributes: {
|
|
13
22
|
group: 'paint',
|
|
14
23
|
state: 'active',
|
|
24
|
+
introduced: '0.6.0',
|
|
15
25
|
description: 'Use for focus rings of elements in a focus state.'
|
|
16
26
|
}
|
|
17
27
|
},
|
|
@@ -19,6 +29,7 @@ var color = {
|
|
|
19
29
|
attributes: {
|
|
20
30
|
group: 'paint',
|
|
21
31
|
state: 'active',
|
|
32
|
+
introduced: '0.6.0',
|
|
22
33
|
description: 'Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons.'
|
|
23
34
|
}
|
|
24
35
|
},
|
|
@@ -26,6 +37,7 @@ var color = {
|
|
|
26
37
|
attributes: {
|
|
27
38
|
group: 'paint',
|
|
28
39
|
state: 'active',
|
|
40
|
+
introduced: '0.6.0',
|
|
29
41
|
description: 'Use for borders of elements in a disabled state.'
|
|
30
42
|
}
|
|
31
43
|
},
|
|
@@ -33,6 +45,7 @@ var color = {
|
|
|
33
45
|
attributes: {
|
|
34
46
|
group: 'paint',
|
|
35
47
|
state: 'active',
|
|
48
|
+
introduced: '0.6.0',
|
|
36
49
|
description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.'
|
|
37
50
|
}
|
|
38
51
|
},
|
|
@@ -40,6 +53,7 @@ var color = {
|
|
|
40
53
|
attributes: {
|
|
41
54
|
group: 'paint',
|
|
42
55
|
state: 'active',
|
|
56
|
+
introduced: '0.6.2',
|
|
43
57
|
description: 'Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.'
|
|
44
58
|
}
|
|
45
59
|
},
|
|
@@ -47,6 +61,7 @@ var color = {
|
|
|
47
61
|
attributes: {
|
|
48
62
|
group: 'paint',
|
|
49
63
|
state: 'active',
|
|
64
|
+
introduced: '0.6.0',
|
|
50
65
|
description: 'Use for borders communicating critical information, such as the borders on invalid text fields.'
|
|
51
66
|
}
|
|
52
67
|
},
|
|
@@ -54,6 +69,7 @@ var color = {
|
|
|
54
69
|
attributes: {
|
|
55
70
|
group: 'paint',
|
|
56
71
|
state: 'active',
|
|
72
|
+
introduced: '0.6.0',
|
|
57
73
|
description: 'Use for borders communicating caution.'
|
|
58
74
|
}
|
|
59
75
|
},
|
|
@@ -61,6 +77,7 @@ var color = {
|
|
|
61
77
|
attributes: {
|
|
62
78
|
group: 'paint',
|
|
63
79
|
state: 'active',
|
|
80
|
+
introduced: '0.6.0',
|
|
64
81
|
description: 'Use for borders communicating a favourable outcome, such as the borders on validated text fields.'
|
|
65
82
|
}
|
|
66
83
|
},
|
|
@@ -68,6 +85,7 @@ var color = {
|
|
|
68
85
|
attributes: {
|
|
69
86
|
group: 'paint',
|
|
70
87
|
state: 'active',
|
|
88
|
+
introduced: '0.6.0',
|
|
71
89
|
description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.'
|
|
72
90
|
}
|
|
73
91
|
},
|
|
@@ -75,6 +93,7 @@ var color = {
|
|
|
75
93
|
attributes: {
|
|
76
94
|
group: 'paint',
|
|
77
95
|
state: 'active',
|
|
96
|
+
introduced: '0.6.0',
|
|
78
97
|
description: 'Use for borders communicating information or something in-progress.'
|
|
79
98
|
}
|
|
80
99
|
}
|
|
@@ -5,6 +5,7 @@ var color = {
|
|
|
5
5
|
attributes: {
|
|
6
6
|
group: 'paint',
|
|
7
7
|
state: 'active',
|
|
8
|
+
introduced: '0.6.0',
|
|
8
9
|
description: 'Use for icon-only buttons, or icons paired with color.text'
|
|
9
10
|
}
|
|
10
11
|
},
|
|
@@ -12,6 +13,7 @@ var color = {
|
|
|
12
13
|
attributes: {
|
|
13
14
|
group: 'paint',
|
|
14
15
|
state: 'active',
|
|
16
|
+
introduced: '0.6.0',
|
|
15
17
|
description: 'Use for icons paired with color.text.subtle'
|
|
16
18
|
}
|
|
17
19
|
},
|
|
@@ -19,6 +21,7 @@ var color = {
|
|
|
19
21
|
attributes: {
|
|
20
22
|
group: 'paint',
|
|
21
23
|
state: 'active',
|
|
24
|
+
introduced: '0.6.0',
|
|
22
25
|
description: 'Use for icons on bold backgrounds.'
|
|
23
26
|
}
|
|
24
27
|
},
|
|
@@ -26,6 +29,7 @@ var color = {
|
|
|
26
29
|
attributes: {
|
|
27
30
|
group: 'paint',
|
|
28
31
|
state: 'active',
|
|
32
|
+
introduced: '0.6.0',
|
|
29
33
|
description: 'Use for icons in a disabled state.'
|
|
30
34
|
}
|
|
31
35
|
},
|
|
@@ -33,6 +37,7 @@ var color = {
|
|
|
33
37
|
attributes: {
|
|
34
38
|
group: 'paint',
|
|
35
39
|
state: 'active',
|
|
40
|
+
introduced: '0.6.0',
|
|
36
41
|
description: 'Use for icons that reinforce our brand.'
|
|
37
42
|
}
|
|
38
43
|
},
|
|
@@ -40,6 +45,7 @@ var color = {
|
|
|
40
45
|
attributes: {
|
|
41
46
|
group: 'paint',
|
|
42
47
|
state: 'active',
|
|
48
|
+
introduced: '0.6.2',
|
|
43
49
|
description: 'Use for icons in selected or opened states, such as those used in dropdown buttons.'
|
|
44
50
|
}
|
|
45
51
|
},
|
|
@@ -47,7 +53,8 @@ var color = {
|
|
|
47
53
|
attributes: {
|
|
48
54
|
group: 'paint',
|
|
49
55
|
state: 'active',
|
|
50
|
-
|
|
56
|
+
introduced: '0.6.0',
|
|
57
|
+
description: 'Use for icons communicating critical information, such as those used in error handing.'
|
|
51
58
|
}
|
|
52
59
|
},
|
|
53
60
|
warning: {
|
|
@@ -55,6 +62,7 @@ var color = {
|
|
|
55
62
|
attributes: {
|
|
56
63
|
group: 'paint',
|
|
57
64
|
state: 'active',
|
|
65
|
+
introduced: '0.6.0',
|
|
58
66
|
description: 'Use for icons communicating caution, such as those used in warning section messages.'
|
|
59
67
|
}
|
|
60
68
|
},
|
|
@@ -62,6 +70,7 @@ var color = {
|
|
|
62
70
|
attributes: {
|
|
63
71
|
group: 'paint',
|
|
64
72
|
state: 'active',
|
|
73
|
+
introduced: '0.6.0',
|
|
65
74
|
description: 'Use for icons when on bold warning backgrounds.'
|
|
66
75
|
}
|
|
67
76
|
}
|
|
@@ -70,6 +79,7 @@ var color = {
|
|
|
70
79
|
attributes: {
|
|
71
80
|
group: 'paint',
|
|
72
81
|
state: 'active',
|
|
82
|
+
introduced: '0.6.0',
|
|
73
83
|
description: 'Use for icons communicating a favourable outcome, such as those used in success section messaged.'
|
|
74
84
|
}
|
|
75
85
|
},
|
|
@@ -77,6 +87,7 @@ var color = {
|
|
|
77
87
|
attributes: {
|
|
78
88
|
group: 'paint',
|
|
79
89
|
state: 'active',
|
|
90
|
+
introduced: '0.6.0',
|
|
80
91
|
description: 'Use for icons communicating change or something new, such as discovery section messages.'
|
|
81
92
|
}
|
|
82
93
|
},
|
|
@@ -84,6 +95,7 @@ var color = {
|
|
|
84
95
|
attributes: {
|
|
85
96
|
group: 'paint',
|
|
86
97
|
state: 'active',
|
|
98
|
+
introduced: '0.6.0',
|
|
87
99
|
description: 'Use for icons communicating information or something in-progress, such as information section messages.'
|
|
88
100
|
}
|
|
89
101
|
}
|
|
@@ -5,6 +5,7 @@ var color = {
|
|
|
5
5
|
attributes: {
|
|
6
6
|
group: 'paint',
|
|
7
7
|
state: 'active',
|
|
8
|
+
introduced: '0.6.0',
|
|
8
9
|
description: 'Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars.'
|
|
9
10
|
}
|
|
10
11
|
},
|
|
@@ -12,6 +13,7 @@ var color = {
|
|
|
12
13
|
attributes: {
|
|
13
14
|
group: 'paint',
|
|
14
15
|
state: 'active',
|
|
16
|
+
introduced: '0.6.0',
|
|
15
17
|
description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.'
|
|
16
18
|
}
|
|
17
19
|
},
|
|
@@ -20,6 +22,7 @@ var color = {
|
|
|
20
22
|
attributes: {
|
|
21
23
|
group: 'paint',
|
|
22
24
|
state: 'active',
|
|
25
|
+
introduced: '0.6.0',
|
|
23
26
|
description: 'Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.'
|
|
24
27
|
}
|
|
25
28
|
},
|
|
@@ -27,6 +30,7 @@ var color = {
|
|
|
27
30
|
attributes: {
|
|
28
31
|
group: 'paint',
|
|
29
32
|
state: 'active',
|
|
33
|
+
introduced: '0.6.0',
|
|
30
34
|
description: 'Use as a background overlay for elements in a hovered state on bold backgrounds, such as the buttons on spotlight cards.'
|
|
31
35
|
}
|
|
32
36
|
}
|
|
@@ -5,6 +5,7 @@ var color = {
|
|
|
5
5
|
attributes: {
|
|
6
6
|
group: 'paint',
|
|
7
7
|
state: 'active',
|
|
8
|
+
introduced: '0.8.0',
|
|
8
9
|
description: 'Use for skeleton loading states'
|
|
9
10
|
}
|
|
10
11
|
},
|
|
@@ -12,6 +13,7 @@ var color = {
|
|
|
12
13
|
attributes: {
|
|
13
14
|
group: 'paint',
|
|
14
15
|
state: 'active',
|
|
16
|
+
introduced: '0.8.0',
|
|
15
17
|
description: 'Use for the pulse or shimmer effect in skeleton loading states'
|
|
16
18
|
}
|
|
17
19
|
}
|