@atlaskit/tokens 7.1.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/cjs/artifacts/palettes-raw/palette.js +147 -147
- package/dist/cjs/artifacts/theme-import-map.js +1 -13
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +266 -266
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/cjs/babel-plugin/plugin.js +8 -0
- package/dist/cjs/entry-points/palettes-raw.js +0 -7
- package/dist/cjs/entry-points/token-metadata.codegen.js +266 -266
- package/dist/cjs/entry-points/tokens-raw.js +0 -14
- package/dist/cjs/get-theme-styles.js +0 -3
- package/dist/cjs/get-token-value.js +0 -4
- package/dist/cjs/get-token.js +0 -4
- package/dist/cjs/theme-config.js +1 -19
- package/dist/cjs/utils/theme-loading.js +3 -7
- package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/es2019/artifacts/palettes-raw/palette.js +147 -147
- package/dist/es2019/artifacts/theme-import-map.js +2 -6
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +289 -289
- package/dist/es2019/artifacts/themes/atlassian-dark.js +294 -294
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +218 -218
- package/dist/es2019/artifacts/themes/atlassian-light.js +266 -266
- package/dist/es2019/artifacts/token-default-values.js +266 -266
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/es2019/babel-plugin/plugin.js +8 -0
- package/dist/es2019/entry-points/palettes-raw.js +0 -1
- package/dist/es2019/entry-points/token-metadata.codegen.js +266 -266
- package/dist/es2019/entry-points/tokens-raw.js +0 -2
- package/dist/es2019/get-theme-styles.js +0 -1
- package/dist/es2019/get-token-value.js +0 -4
- package/dist/es2019/get-token.js +0 -4
- package/dist/es2019/theme-config.js +1 -19
- package/dist/es2019/utils/theme-loading.js +0 -4
- package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/esm/artifacts/palettes-raw/palette.js +147 -147
- package/dist/esm/artifacts/theme-import-map.js +1 -9
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +266 -266
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/esm/babel-plugin/plugin.js +8 -0
- package/dist/esm/entry-points/palettes-raw.js +0 -1
- package/dist/esm/entry-points/token-metadata.codegen.js +266 -266
- package/dist/esm/entry-points/tokens-raw.js +0 -2
- package/dist/esm/get-theme-styles.js +0 -3
- package/dist/esm/get-token-value.js +0 -4
- package/dist/esm/get-token.js +0 -4
- package/dist/esm/theme-config.js +1 -19
- package/dist/esm/utils/theme-loading.js +3 -7
- package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
- package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
- package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +266 -266
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/babel-plugin/plugin.d.ts +4 -0
- package/dist/types/entry-points/palettes-raw.d.ts +0 -1
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/entry-points/tokens-raw.d.ts +0 -2
- package/dist/types/theme-config.d.ts +6 -6
- package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
- package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +266 -266
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/babel-plugin/plugin.d.ts +4 -0
- package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -2
- package/dist/types-ts4.5/theme-config.d.ts +4 -8
- package/figma/atlassian-dark-increased-contrast.json +292 -292
- package/figma/atlassian-dark.json +297 -297
- package/figma/atlassian-light-increased-contrast.json +220 -220
- package/figma/atlassian-light.json +268 -268
- package/package.json +6 -6
- package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +0 -12
- package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +0 -12
- package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +0 -401
- package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +0 -401
- package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +0 -6
- package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +0 -6
- package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
- package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
- package/figma/atlassian-dark-brand-refresh.json +0 -3558
- package/figma/atlassian-light-brand-refresh.json +0 -3537
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"introduced": "0.6.0",
|
|
9
9
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons."
|
|
10
10
|
},
|
|
11
|
-
"value": "#
|
|
11
|
+
"value": "#CECFD2"
|
|
12
12
|
},
|
|
13
13
|
"Dark/color.text.accent.lime": {
|
|
14
14
|
"attributes": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"introduced": "0.6.0",
|
|
54
54
|
"description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
|
|
55
55
|
},
|
|
56
|
-
"value": "#
|
|
56
|
+
"value": "#FBC828"
|
|
57
57
|
},
|
|
58
58
|
"Dark/color.text.accent.orange.bolder": {
|
|
59
59
|
"attributes": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"introduced": "0.7.0",
|
|
63
63
|
"description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
|
|
64
64
|
},
|
|
65
|
-
"value": "#
|
|
65
|
+
"value": "#FCE4A6"
|
|
66
66
|
},
|
|
67
67
|
"Dark/color.text.accent.yellow": {
|
|
68
68
|
"attributes": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"introduced": "0.6.0",
|
|
72
72
|
"description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
|
|
73
73
|
},
|
|
74
|
-
"value": "#
|
|
74
|
+
"value": "#EED12B"
|
|
75
75
|
},
|
|
76
76
|
"Dark/color.text.accent.yellow.bolder": {
|
|
77
77
|
"attributes": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"introduced": "0.7.0",
|
|
81
81
|
"description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
|
|
82
82
|
},
|
|
83
|
-
"value": "#
|
|
83
|
+
"value": "#F5E989"
|
|
84
84
|
},
|
|
85
85
|
"Dark/color.text.accent.green": {
|
|
86
86
|
"attributes": {
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"introduced": "0.6.0",
|
|
126
126
|
"description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
|
|
127
127
|
},
|
|
128
|
-
"value": "#
|
|
128
|
+
"value": "#8FB8F6"
|
|
129
129
|
},
|
|
130
130
|
"Dark/color.text.accent.blue.bolder": {
|
|
131
131
|
"attributes": {
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"introduced": "0.7.0",
|
|
135
135
|
"description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
|
|
136
136
|
},
|
|
137
|
-
"value": "#
|
|
137
|
+
"value": "#CFE1FD"
|
|
138
138
|
},
|
|
139
139
|
"Dark/color.text.accent.purple": {
|
|
140
140
|
"attributes": {
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"introduced": "0.6.0",
|
|
144
144
|
"description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
|
|
145
145
|
},
|
|
146
|
-
"value": "#
|
|
146
|
+
"value": "#D8A0F7"
|
|
147
147
|
},
|
|
148
148
|
"Dark/color.text.accent.purple.bolder": {
|
|
149
149
|
"attributes": {
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"introduced": "0.7.0",
|
|
153
153
|
"description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
|
|
154
154
|
},
|
|
155
|
-
"value": "#
|
|
155
|
+
"value": "#EED7FC"
|
|
156
156
|
},
|
|
157
157
|
"Dark/color.text.accent.magenta": {
|
|
158
158
|
"attributes": {
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"introduced": "0.10.5",
|
|
180
180
|
"description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
|
|
181
181
|
},
|
|
182
|
-
"value": "#
|
|
182
|
+
"value": "#A9ABAF"
|
|
183
183
|
},
|
|
184
184
|
"Dark/color.text.accent.gray.bolder": {
|
|
185
185
|
"attributes": {
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"introduced": "0.10.5",
|
|
189
189
|
"description": "Use for text and icons on gray subtle accent backgrounds."
|
|
190
190
|
},
|
|
191
|
-
"value": "#
|
|
191
|
+
"value": "#E2E3E4"
|
|
192
192
|
},
|
|
193
193
|
"Dark/color.text.disabled": {
|
|
194
194
|
"attributes": {
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"introduced": "0.0.15",
|
|
198
198
|
"description": "Use for text in a disabled state."
|
|
199
199
|
},
|
|
200
|
-
"value": "#
|
|
200
|
+
"value": "#E5E9F640"
|
|
201
201
|
},
|
|
202
202
|
"Dark/color.text.inverse": {
|
|
203
203
|
"attributes": {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"introduced": "0.6.0",
|
|
207
207
|
"description": "Use for text on bold backgrounds."
|
|
208
208
|
},
|
|
209
|
-
"value": "#
|
|
209
|
+
"value": "#1F1F21"
|
|
210
210
|
},
|
|
211
211
|
"Dark/color.text.selected": {
|
|
212
212
|
"attributes": {
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"introduced": "0.6.0",
|
|
216
216
|
"description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
|
|
217
217
|
},
|
|
218
|
-
"value": "#
|
|
218
|
+
"value": "#669DF1"
|
|
219
219
|
},
|
|
220
220
|
"Dark/color.text.brand": {
|
|
221
221
|
"attributes": {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"introduced": "0.6.0",
|
|
225
225
|
"description": "Use for text that reinforces our brand."
|
|
226
226
|
},
|
|
227
|
-
"value": "#
|
|
227
|
+
"value": "#669DF1"
|
|
228
228
|
},
|
|
229
229
|
"Dark/color.text.danger": {
|
|
230
230
|
"attributes": {
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"introduced": "0.0.15",
|
|
243
243
|
"description": "Use for text to emphasize caution, such as in moved lozenges."
|
|
244
244
|
},
|
|
245
|
-
"value": "#
|
|
245
|
+
"value": "#FBC828"
|
|
246
246
|
},
|
|
247
247
|
"Dark/color.text.warning.inverse": {
|
|
248
248
|
"attributes": {
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"introduced": "0.6.0",
|
|
252
252
|
"description": "Use for text when on bold warning backgrounds."
|
|
253
253
|
},
|
|
254
|
-
"value": "#
|
|
254
|
+
"value": "#1F1F21"
|
|
255
255
|
},
|
|
256
256
|
"Dark/color.text.success": {
|
|
257
257
|
"attributes": {
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"introduced": "0.0.15",
|
|
261
261
|
"description": "Use for text to communicate a favorable outcome, such as input field success messaging."
|
|
262
262
|
},
|
|
263
|
-
"value": "#
|
|
263
|
+
"value": "#B3DF72"
|
|
264
264
|
},
|
|
265
265
|
"Dark/color.text.discovery": {
|
|
266
266
|
"attributes": {
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"introduced": "0.0.15",
|
|
270
270
|
"description": "Use for text to emphasize change or something new, such as in new lozenges."
|
|
271
271
|
},
|
|
272
|
-
"value": "#
|
|
272
|
+
"value": "#D8A0F7"
|
|
273
273
|
},
|
|
274
274
|
"Dark/color.text.information": {
|
|
275
275
|
"attributes": {
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"introduced": "0.6.0",
|
|
279
279
|
"description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
|
|
280
280
|
},
|
|
281
|
-
"value": "#
|
|
281
|
+
"value": "#8FB8F6"
|
|
282
282
|
},
|
|
283
283
|
"Dark/color.text.subtlest": {
|
|
284
284
|
"attributes": {
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"introduced": "0.6.0",
|
|
288
288
|
"description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
|
|
289
289
|
},
|
|
290
|
-
"value": "#
|
|
290
|
+
"value": "#96999E"
|
|
291
291
|
},
|
|
292
292
|
"Dark/color.text.subtle": {
|
|
293
293
|
"attributes": {
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"introduced": "0.6.0",
|
|
297
297
|
"description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
|
|
298
298
|
},
|
|
299
|
-
"value": "#
|
|
299
|
+
"value": "#A9ABAF"
|
|
300
300
|
},
|
|
301
301
|
"Dark/color.link": {
|
|
302
302
|
"attributes": {
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"introduced": "0.6.0",
|
|
306
306
|
"description": "Use for links in a default or hovered state. Add an underline for hovered states."
|
|
307
307
|
},
|
|
308
|
-
"value": "#
|
|
308
|
+
"value": "#669DF1"
|
|
309
309
|
},
|
|
310
310
|
"Dark/color.link.pressed": {
|
|
311
311
|
"attributes": {
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"introduced": "0.6.0",
|
|
315
315
|
"description": "Use for links in a pressed state."
|
|
316
316
|
},
|
|
317
|
-
"value": "#
|
|
317
|
+
"value": "#8FB8F6"
|
|
318
318
|
},
|
|
319
319
|
"Dark/color.link.visited": {
|
|
320
320
|
"attributes": {
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"introduced": "1.23.0",
|
|
324
324
|
"description": "Use for visited links."
|
|
325
325
|
},
|
|
326
|
-
"value": "#
|
|
326
|
+
"value": "#D8A0F7"
|
|
327
327
|
},
|
|
328
328
|
"Dark/color.link.visited.pressed": {
|
|
329
329
|
"attributes": {
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"introduced": "1.43.0",
|
|
333
333
|
"description": "Use for visited links in a pressed state."
|
|
334
334
|
},
|
|
335
|
-
"value": "#
|
|
335
|
+
"value": "#EED7FC"
|
|
336
336
|
},
|
|
337
337
|
"Dark/color.icon": {
|
|
338
338
|
"attributes": {
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"introduced": "0.6.0",
|
|
342
342
|
"description": "Use for icon-only buttons, or icons paired with color.text"
|
|
343
343
|
},
|
|
344
|
-
"value": "#
|
|
344
|
+
"value": "#CECFD2"
|
|
345
345
|
},
|
|
346
346
|
"Dark/color.icon.accent.lime": {
|
|
347
347
|
"attributes": {
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"introduced": "0.6.0",
|
|
369
369
|
"description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
370
370
|
},
|
|
371
|
-
"value": "#
|
|
371
|
+
"value": "#F68909"
|
|
372
372
|
},
|
|
373
373
|
"Dark/color.icon.accent.yellow": {
|
|
374
374
|
"attributes": {
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
"introduced": "0.6.0",
|
|
378
378
|
"description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
379
379
|
},
|
|
380
|
-
"value": "#
|
|
380
|
+
"value": "#EED12B"
|
|
381
381
|
},
|
|
382
382
|
"Dark/color.icon.accent.green": {
|
|
383
383
|
"attributes": {
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
"introduced": "0.6.0",
|
|
405
405
|
"description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
406
406
|
},
|
|
407
|
-
"value": "#
|
|
407
|
+
"value": "#4688EC"
|
|
408
408
|
},
|
|
409
409
|
"Dark/color.icon.accent.purple": {
|
|
410
410
|
"attributes": {
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
"introduced": "0.6.0",
|
|
414
414
|
"description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
415
415
|
},
|
|
416
|
-
"value": "#
|
|
416
|
+
"value": "#BF63F3"
|
|
417
417
|
},
|
|
418
418
|
"Dark/color.icon.accent.magenta": {
|
|
419
419
|
"attributes": {
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
"introduced": "0.10.5",
|
|
432
432
|
"description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
|
|
433
433
|
},
|
|
434
|
-
"value": "#
|
|
434
|
+
"value": "#7E8188"
|
|
435
435
|
},
|
|
436
436
|
"Dark/color.icon.disabled": {
|
|
437
437
|
"attributes": {
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"introduced": "0.6.0",
|
|
441
441
|
"description": "Use for icons in a disabled state."
|
|
442
442
|
},
|
|
443
|
-
"value": "#
|
|
443
|
+
"value": "#E5E9F640"
|
|
444
444
|
},
|
|
445
445
|
"Dark/color.icon.inverse": {
|
|
446
446
|
"attributes": {
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"introduced": "0.6.0",
|
|
450
450
|
"description": "Use for icons on bold backgrounds."
|
|
451
451
|
},
|
|
452
|
-
"value": "#
|
|
452
|
+
"value": "#1F1F21"
|
|
453
453
|
},
|
|
454
454
|
"Dark/color.icon.selected": {
|
|
455
455
|
"attributes": {
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
"introduced": "0.6.2",
|
|
459
459
|
"description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
|
|
460
460
|
},
|
|
461
|
-
"value": "#
|
|
461
|
+
"value": "#669DF1"
|
|
462
462
|
},
|
|
463
463
|
"Dark/color.icon.brand": {
|
|
464
464
|
"attributes": {
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"introduced": "0.6.0",
|
|
468
468
|
"description": "Use for icons that reinforce our brand."
|
|
469
469
|
},
|
|
470
|
-
"value": "#
|
|
470
|
+
"value": "#669DF1"
|
|
471
471
|
},
|
|
472
472
|
"Dark/color.icon.danger": {
|
|
473
473
|
"attributes": {
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"introduced": "0.6.0",
|
|
486
486
|
"description": "Use for icons communicating caution, such as those used in warning section messages."
|
|
487
487
|
},
|
|
488
|
-
"value": "#
|
|
488
|
+
"value": "#FBC828"
|
|
489
489
|
},
|
|
490
490
|
"Dark/color.icon.warning.inverse": {
|
|
491
491
|
"attributes": {
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
"introduced": "0.6.0",
|
|
495
495
|
"description": "Use for icons when on bold warning backgrounds."
|
|
496
496
|
},
|
|
497
|
-
"value": "#
|
|
497
|
+
"value": "#1F1F21"
|
|
498
498
|
},
|
|
499
499
|
"Dark/color.icon.success": {
|
|
500
500
|
"attributes": {
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
"introduced": "0.6.0",
|
|
504
504
|
"description": "Use for icons communicating a favorable outcome, such as those used in success section messaged."
|
|
505
505
|
},
|
|
506
|
-
"value": "#
|
|
506
|
+
"value": "#82B536"
|
|
507
507
|
},
|
|
508
508
|
"Dark/color.icon.discovery": {
|
|
509
509
|
"attributes": {
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"introduced": "0.6.0",
|
|
513
513
|
"description": "Use for icons communicating change or something new, such as discovery section messages."
|
|
514
514
|
},
|
|
515
|
-
"value": "#
|
|
515
|
+
"value": "#BF63F3"
|
|
516
516
|
},
|
|
517
517
|
"Dark/color.icon.information": {
|
|
518
518
|
"attributes": {
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
"introduced": "0.6.0",
|
|
522
522
|
"description": "Use for icons communicating information or something in-progress, such as information section messages."
|
|
523
523
|
},
|
|
524
|
-
"value": "#
|
|
524
|
+
"value": "#4688EC"
|
|
525
525
|
},
|
|
526
526
|
"Dark/color.icon.subtlest": {
|
|
527
527
|
"attributes": {
|
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
"introduced": "1.54.0",
|
|
531
531
|
"description": "Use for icons paired with color.text.subtlest"
|
|
532
532
|
},
|
|
533
|
-
"value": "#
|
|
533
|
+
"value": "#96999E"
|
|
534
534
|
},
|
|
535
535
|
"Dark/color.icon.subtle": {
|
|
536
536
|
"attributes": {
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"introduced": "0.6.0",
|
|
540
540
|
"description": "Use for icons paired with color.text.subtle"
|
|
541
541
|
},
|
|
542
|
-
"value": "#
|
|
542
|
+
"value": "#A9ABAF"
|
|
543
543
|
},
|
|
544
544
|
"Dark/color.border": {
|
|
545
545
|
"attributes": {
|
|
@@ -548,7 +548,7 @@
|
|
|
548
548
|
"introduced": "0.6.0",
|
|
549
549
|
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
550
550
|
},
|
|
551
|
-
"value": "#
|
|
551
|
+
"value": "#E3E4F21F"
|
|
552
552
|
},
|
|
553
553
|
"Dark/color.border.accent.lime": {
|
|
554
554
|
"attributes": {
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
"introduced": "0.6.0",
|
|
576
576
|
"description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
577
577
|
},
|
|
578
|
-
"value": "#
|
|
578
|
+
"value": "#F68909"
|
|
579
579
|
},
|
|
580
580
|
"Dark/color.border.accent.yellow": {
|
|
581
581
|
"attributes": {
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
"introduced": "0.6.0",
|
|
612
612
|
"description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
613
613
|
},
|
|
614
|
-
"value": "#
|
|
614
|
+
"value": "#4688EC"
|
|
615
615
|
},
|
|
616
616
|
"Dark/color.border.accent.purple": {
|
|
617
617
|
"attributes": {
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"introduced": "0.6.0",
|
|
621
621
|
"description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
622
622
|
},
|
|
623
|
-
"value": "#
|
|
623
|
+
"value": "#BF63F3"
|
|
624
624
|
},
|
|
625
625
|
"Dark/color.border.accent.magenta": {
|
|
626
626
|
"attributes": {
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
"introduced": "0.10.5",
|
|
639
639
|
"description": "Use for borders on non-bold gray accent backgrounds."
|
|
640
640
|
},
|
|
641
|
-
"value": "#
|
|
641
|
+
"value": "#7E8188"
|
|
642
642
|
},
|
|
643
643
|
"Dark/color.border.disabled": {
|
|
644
644
|
"attributes": {
|
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
"introduced": "0.6.0",
|
|
648
648
|
"description": "Use for borders of elements in a disabled state."
|
|
649
649
|
},
|
|
650
|
-
"value": "#
|
|
650
|
+
"value": "#CECED912"
|
|
651
651
|
},
|
|
652
652
|
"Dark/color.border.focused": {
|
|
653
653
|
"attributes": {
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
"introduced": "0.6.0",
|
|
657
657
|
"description": "Use for focus rings of elements in a focus state."
|
|
658
658
|
},
|
|
659
|
-
"value": "#
|
|
659
|
+
"value": "#8FB8F6"
|
|
660
660
|
},
|
|
661
661
|
"Dark/color.border.input": {
|
|
662
662
|
"attributes": {
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
"introduced": "0.6.0",
|
|
666
666
|
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
667
667
|
},
|
|
668
|
-
"value": "#
|
|
668
|
+
"value": "#7E8188"
|
|
669
669
|
},
|
|
670
670
|
"Dark/color.border.inverse": {
|
|
671
671
|
"attributes": {
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
"introduced": "0.6.0",
|
|
675
675
|
"description": "Use for borders on bold backgrounds."
|
|
676
676
|
},
|
|
677
|
-
"value": "#
|
|
677
|
+
"value": "#18191A"
|
|
678
678
|
},
|
|
679
679
|
"Dark/color.border.selected": {
|
|
680
680
|
"attributes": {
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
"introduced": "0.6.2",
|
|
684
684
|
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
685
685
|
},
|
|
686
|
-
"value": "#
|
|
686
|
+
"value": "#669DF1"
|
|
687
687
|
},
|
|
688
688
|
"Dark/color.border.brand": {
|
|
689
689
|
"attributes": {
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
"introduced": "0.6.0",
|
|
693
693
|
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
694
694
|
},
|
|
695
|
-
"value": "#
|
|
695
|
+
"value": "#669DF1"
|
|
696
696
|
},
|
|
697
697
|
"Dark/color.border.danger": {
|
|
698
698
|
"attributes": {
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
"introduced": "0.6.0",
|
|
711
711
|
"description": "Use for borders communicating caution."
|
|
712
712
|
},
|
|
713
|
-
"value": "#
|
|
713
|
+
"value": "#F68909"
|
|
714
714
|
},
|
|
715
715
|
"Dark/color.border.success": {
|
|
716
716
|
"attributes": {
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
"introduced": "0.6.0",
|
|
720
720
|
"description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
|
|
721
721
|
},
|
|
722
|
-
"value": "#
|
|
722
|
+
"value": "#82B536"
|
|
723
723
|
},
|
|
724
724
|
"Dark/color.border.discovery": {
|
|
725
725
|
"attributes": {
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"introduced": "0.6.0",
|
|
729
729
|
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
730
730
|
},
|
|
731
|
-
"value": "#
|
|
731
|
+
"value": "#BF63F3"
|
|
732
732
|
},
|
|
733
733
|
"Dark/color.border.information": {
|
|
734
734
|
"attributes": {
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
"introduced": "0.6.0",
|
|
738
738
|
"description": "Use for borders communicating information or something in-progress."
|
|
739
739
|
},
|
|
740
|
-
"value": "#
|
|
740
|
+
"value": "#4688EC"
|
|
741
741
|
},
|
|
742
742
|
"Dark/color.border.bold": {
|
|
743
743
|
"attributes": {
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
"introduced": "0.10.8",
|
|
747
747
|
"description": "A neutral border option that passes min 3:1 contrast ratios."
|
|
748
748
|
},
|
|
749
|
-
"value": "#
|
|
749
|
+
"value": "#7E8188"
|
|
750
750
|
},
|
|
751
751
|
"Dark/color.background.accent.lime.subtlest": {
|
|
752
752
|
"attributes": {
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
"introduced": "1.6.0",
|
|
756
756
|
"description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
757
757
|
},
|
|
758
|
-
"value": "#
|
|
758
|
+
"value": "#37471F"
|
|
759
759
|
},
|
|
760
760
|
"Dark/color.background.accent.lime.subtlest.hovered": {
|
|
761
761
|
"attributes": {
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
"introduced": "1.19.0",
|
|
765
765
|
"description": "Hovered state of color.background.accent.lime.subtlest."
|
|
766
766
|
},
|
|
767
|
-
"value": "#
|
|
767
|
+
"value": "#3F5224"
|
|
768
768
|
},
|
|
769
769
|
"Dark/color.background.accent.lime.subtlest.pressed": {
|
|
770
770
|
"attributes": {
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
"introduced": "1.19.0",
|
|
774
774
|
"description": "Pressed state of color.background.accent.lime.subtlest."
|
|
775
775
|
},
|
|
776
|
-
"value": "#
|
|
776
|
+
"value": "#3F5224"
|
|
777
777
|
},
|
|
778
778
|
"Dark/color.background.accent.lime.subtler": {
|
|
779
779
|
"attributes": {
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"introduced": "1.19.0",
|
|
792
792
|
"description": "Hovered state of color.background.accent.lime.subtler."
|
|
793
793
|
},
|
|
794
|
-
"value": "#
|
|
794
|
+
"value": "#3F5224"
|
|
795
795
|
},
|
|
796
796
|
"Dark/color.background.accent.lime.subtler.pressed": {
|
|
797
797
|
"attributes": {
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
"introduced": "1.19.0",
|
|
801
801
|
"description": "Pressed state of color.background.accent.lime.subtler."
|
|
802
802
|
},
|
|
803
|
-
"value": "#
|
|
803
|
+
"value": "#4C6B1F"
|
|
804
804
|
},
|
|
805
805
|
"Dark/color.background.accent.lime.subtle": {
|
|
806
806
|
"attributes": {
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
"introduced": "1.19.0",
|
|
819
819
|
"description": "Hovered state of color.background.accent.lime.subtle."
|
|
820
820
|
},
|
|
821
|
-
"value": "#
|
|
821
|
+
"value": "#3F5224"
|
|
822
822
|
},
|
|
823
823
|
"Dark/color.background.accent.lime.subtle.pressed": {
|
|
824
824
|
"attributes": {
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
"introduced": "1.19.0",
|
|
828
828
|
"description": "Pressed state of color.background.accent.lime.subtle."
|
|
829
829
|
},
|
|
830
|
-
"value": "#
|
|
830
|
+
"value": "#37471F"
|
|
831
831
|
},
|
|
832
832
|
"Dark/color.background.accent.lime.bolder": {
|
|
833
833
|
"attributes": {
|
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
"introduced": "1.19.0",
|
|
855
855
|
"description": "Pressed state of color.background.accent.lime.bolder."
|
|
856
856
|
},
|
|
857
|
-
"value": "#
|
|
857
|
+
"value": "#BDE97C"
|
|
858
858
|
},
|
|
859
859
|
"Dark/color.background.accent.red.subtlest": {
|
|
860
860
|
"attributes": {
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
"introduced": "1.19.0",
|
|
882
882
|
"description": "Pressed state of color.background.accent.red.subtlest."
|
|
883
883
|
},
|
|
884
|
-
"value": "#
|
|
884
|
+
"value": "#872821"
|
|
885
885
|
},
|
|
886
886
|
"Dark/color.background.accent.red.subtler": {
|
|
887
887
|
"attributes": {
|
|
@@ -899,7 +899,7 @@
|
|
|
899
899
|
"introduced": "1.19.0",
|
|
900
900
|
"description": "Hovered state of color.background.accent.red.subtler."
|
|
901
901
|
},
|
|
902
|
-
"value": "#
|
|
902
|
+
"value": "#872821"
|
|
903
903
|
},
|
|
904
904
|
"Dark/color.background.accent.red.subtler.pressed": {
|
|
905
905
|
"attributes": {
|
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
"introduced": "1.19.0",
|
|
909
909
|
"description": "Pressed state of color.background.accent.red.subtler."
|
|
910
910
|
},
|
|
911
|
-
"value": "#
|
|
911
|
+
"value": "#AE2E24"
|
|
912
912
|
},
|
|
913
913
|
"Dark/color.background.accent.red.subtle": {
|
|
914
914
|
"attributes": {
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
"introduced": "1.19.0",
|
|
927
927
|
"description": "Hovered state of color.background.accent.red.subtle."
|
|
928
928
|
},
|
|
929
|
-
"value": "#
|
|
929
|
+
"value": "#872821"
|
|
930
930
|
},
|
|
931
931
|
"Dark/color.background.accent.red.subtle.pressed": {
|
|
932
932
|
"attributes": {
|
|
@@ -935,7 +935,7 @@
|
|
|
935
935
|
"introduced": "1.19.0",
|
|
936
936
|
"description": "Pressed state of color.background.accent.red.subtle."
|
|
937
937
|
},
|
|
938
|
-
"value": "#
|
|
938
|
+
"value": "#5D1F1A"
|
|
939
939
|
},
|
|
940
940
|
"Dark/color.background.accent.red.bolder": {
|
|
941
941
|
"attributes": {
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
"introduced": "1.19.0",
|
|
963
963
|
"description": "Pressed state of color.background.accent.red.bolder."
|
|
964
964
|
},
|
|
965
|
-
"value": "#
|
|
965
|
+
"value": "#FFB8B2"
|
|
966
966
|
},
|
|
967
967
|
"Dark/color.background.accent.orange.subtlest": {
|
|
968
968
|
"attributes": {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
"introduced": "0.7.0",
|
|
972
972
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
973
973
|
},
|
|
974
|
-
"value": "#
|
|
974
|
+
"value": "#693200"
|
|
975
975
|
},
|
|
976
976
|
"Dark/color.background.accent.orange.subtlest.hovered": {
|
|
977
977
|
"attributes": {
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
"introduced": "1.19.0",
|
|
981
981
|
"description": "Hovered state of color.background.accent.orange.subtlest."
|
|
982
982
|
},
|
|
983
|
-
"value": "#
|
|
983
|
+
"value": "#7A3B00"
|
|
984
984
|
},
|
|
985
985
|
"Dark/color.background.accent.orange.subtlest.pressed": {
|
|
986
986
|
"attributes": {
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
"introduced": "1.19.0",
|
|
990
990
|
"description": "Pressed state of color.background.accent.orange.subtlest."
|
|
991
991
|
},
|
|
992
|
-
"value": "#
|
|
992
|
+
"value": "#7A3B00"
|
|
993
993
|
},
|
|
994
994
|
"Dark/color.background.accent.orange.subtler": {
|
|
995
995
|
"attributes": {
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
"introduced": "0.7.0",
|
|
999
999
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1000
1000
|
},
|
|
1001
|
-
"value": "#
|
|
1001
|
+
"value": "#693200"
|
|
1002
1002
|
},
|
|
1003
1003
|
"Dark/color.background.accent.orange.subtler.hovered": {
|
|
1004
1004
|
"attributes": {
|
|
@@ -1007,7 +1007,7 @@
|
|
|
1007
1007
|
"introduced": "1.19.0",
|
|
1008
1008
|
"description": "Hovered state of color.background.accent.orange.subtler."
|
|
1009
1009
|
},
|
|
1010
|
-
"value": "#
|
|
1010
|
+
"value": "#7A3B00"
|
|
1011
1011
|
},
|
|
1012
1012
|
"Dark/color.background.accent.orange.subtler.pressed": {
|
|
1013
1013
|
"attributes": {
|
|
@@ -1016,7 +1016,7 @@
|
|
|
1016
1016
|
"introduced": "1.19.0",
|
|
1017
1017
|
"description": "Pressed state of color.background.accent.orange.subtler."
|
|
1018
1018
|
},
|
|
1019
|
-
"value": "#
|
|
1019
|
+
"value": "#9E4C00"
|
|
1020
1020
|
},
|
|
1021
1021
|
"Dark/color.background.accent.orange.subtle": {
|
|
1022
1022
|
"attributes": {
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
"introduced": "0.7.0",
|
|
1026
1026
|
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1027
1027
|
},
|
|
1028
|
-
"value": "#
|
|
1028
|
+
"value": "#9E4C00"
|
|
1029
1029
|
},
|
|
1030
1030
|
"Dark/color.background.accent.orange.subtle.hovered": {
|
|
1031
1031
|
"attributes": {
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
"introduced": "1.19.0",
|
|
1035
1035
|
"description": "Hovered state of color.background.accent.orange.subtle."
|
|
1036
1036
|
},
|
|
1037
|
-
"value": "#
|
|
1037
|
+
"value": "#7A3B00"
|
|
1038
1038
|
},
|
|
1039
1039
|
"Dark/color.background.accent.orange.subtle.pressed": {
|
|
1040
1040
|
"attributes": {
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
"introduced": "1.19.0",
|
|
1044
1044
|
"description": "Pressed state of color.background.accent.orange.subtle."
|
|
1045
1045
|
},
|
|
1046
|
-
"value": "#
|
|
1046
|
+
"value": "#693200"
|
|
1047
1047
|
},
|
|
1048
1048
|
"Dark/color.background.accent.orange.bolder": {
|
|
1049
1049
|
"attributes": {
|
|
@@ -1052,7 +1052,7 @@
|
|
|
1052
1052
|
"introduced": "0.7.0",
|
|
1053
1053
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1054
1054
|
},
|
|
1055
|
-
"value": "#
|
|
1055
|
+
"value": "#FCA700"
|
|
1056
1056
|
},
|
|
1057
1057
|
"Dark/color.background.accent.orange.bolder.hovered": {
|
|
1058
1058
|
"attributes": {
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
"introduced": "1.19.0",
|
|
1062
1062
|
"description": "Hovered state of color.background.accent.orange.bolder."
|
|
1063
1063
|
},
|
|
1064
|
-
"value": "#
|
|
1064
|
+
"value": "#FBC828"
|
|
1065
1065
|
},
|
|
1066
1066
|
"Dark/color.background.accent.orange.bolder.pressed": {
|
|
1067
1067
|
"attributes": {
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
"introduced": "1.19.0",
|
|
1071
1071
|
"description": "Pressed state of color.background.accent.orange.bolder."
|
|
1072
1072
|
},
|
|
1073
|
-
"value": "#
|
|
1073
|
+
"value": "#FBD779"
|
|
1074
1074
|
},
|
|
1075
1075
|
"Dark/color.background.accent.yellow.subtlest": {
|
|
1076
1076
|
"attributes": {
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
"introduced": "0.7.0",
|
|
1080
1080
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1081
1081
|
},
|
|
1082
|
-
"value": "#
|
|
1082
|
+
"value": "#533F04"
|
|
1083
1083
|
},
|
|
1084
1084
|
"Dark/color.background.accent.yellow.subtlest.hovered": {
|
|
1085
1085
|
"attributes": {
|
|
@@ -1088,7 +1088,7 @@
|
|
|
1088
1088
|
"introduced": "1.19.0",
|
|
1089
1089
|
"description": "Hovered state of color.background.accent.yellow.subtlest."
|
|
1090
1090
|
},
|
|
1091
|
-
"value": "#
|
|
1091
|
+
"value": "#614A05"
|
|
1092
1092
|
},
|
|
1093
1093
|
"Dark/color.background.accent.yellow.subtlest.pressed": {
|
|
1094
1094
|
"attributes": {
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
"introduced": "1.19.0",
|
|
1098
1098
|
"description": "Pressed state of color.background.accent.yellow.subtlest."
|
|
1099
1099
|
},
|
|
1100
|
-
"value": "#
|
|
1100
|
+
"value": "#614A05"
|
|
1101
1101
|
},
|
|
1102
1102
|
"Dark/color.background.accent.yellow.subtler": {
|
|
1103
1103
|
"attributes": {
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
"introduced": "1.19.0",
|
|
1116
1116
|
"description": "Hovered state of color.background.accent.yellow.subtler."
|
|
1117
1117
|
},
|
|
1118
|
-
"value": "#
|
|
1118
|
+
"value": "#614A05"
|
|
1119
1119
|
},
|
|
1120
1120
|
"Dark/color.background.accent.yellow.subtler.pressed": {
|
|
1121
1121
|
"attributes": {
|
|
@@ -1124,7 +1124,7 @@
|
|
|
1124
1124
|
"introduced": "1.19.0",
|
|
1125
1125
|
"description": "Pressed state of color.background.accent.yellow.subtler."
|
|
1126
1126
|
},
|
|
1127
|
-
"value": "#
|
|
1127
|
+
"value": "#7F5F01"
|
|
1128
1128
|
},
|
|
1129
1129
|
"Dark/color.background.accent.yellow.subtle": {
|
|
1130
1130
|
"attributes": {
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
"introduced": "1.19.0",
|
|
1143
1143
|
"description": "Hovered state of color.background.accent.yellow.subtle."
|
|
1144
1144
|
},
|
|
1145
|
-
"value": "#
|
|
1145
|
+
"value": "#614A05"
|
|
1146
1146
|
},
|
|
1147
1147
|
"Dark/color.background.accent.yellow.subtle.pressed": {
|
|
1148
1148
|
"attributes": {
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
"introduced": "1.19.0",
|
|
1152
1152
|
"description": "Pressed state of color.background.accent.yellow.subtle."
|
|
1153
1153
|
},
|
|
1154
|
-
"value": "#
|
|
1154
|
+
"value": "#533F04"
|
|
1155
1155
|
},
|
|
1156
1156
|
"Dark/color.background.accent.yellow.bolder": {
|
|
1157
1157
|
"attributes": {
|
|
@@ -1160,7 +1160,7 @@
|
|
|
1160
1160
|
"introduced": "0.7.0",
|
|
1161
1161
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1162
1162
|
},
|
|
1163
|
-
"value": "#
|
|
1163
|
+
"value": "#DDB30E"
|
|
1164
1164
|
},
|
|
1165
1165
|
"Dark/color.background.accent.yellow.bolder.hovered": {
|
|
1166
1166
|
"attributes": {
|
|
@@ -1169,7 +1169,7 @@
|
|
|
1169
1169
|
"introduced": "1.19.0",
|
|
1170
1170
|
"description": "Hovered state of color.background.accent.yellow.bolder."
|
|
1171
1171
|
},
|
|
1172
|
-
"value": "#
|
|
1172
|
+
"value": "#EED12B"
|
|
1173
1173
|
},
|
|
1174
1174
|
"Dark/color.background.accent.yellow.bolder.pressed": {
|
|
1175
1175
|
"attributes": {
|
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
"introduced": "1.19.0",
|
|
1179
1179
|
"description": "Pressed state of color.background.accent.yellow.bolder."
|
|
1180
1180
|
},
|
|
1181
|
-
"value": "#
|
|
1181
|
+
"value": "#EFDD4E"
|
|
1182
1182
|
},
|
|
1183
1183
|
"Dark/color.background.accent.green.subtlest": {
|
|
1184
1184
|
"attributes": {
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"introduced": "0.7.0",
|
|
1188
1188
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1189
1189
|
},
|
|
1190
|
-
"value": "#
|
|
1190
|
+
"value": "#164B35"
|
|
1191
1191
|
},
|
|
1192
1192
|
"Dark/color.background.accent.green.subtlest.hovered": {
|
|
1193
1193
|
"attributes": {
|
|
@@ -1196,7 +1196,7 @@
|
|
|
1196
1196
|
"introduced": "1.19.0",
|
|
1197
1197
|
"description": "Hovered state of color.background.accent.green.subtlest."
|
|
1198
1198
|
},
|
|
1199
|
-
"value": "#
|
|
1199
|
+
"value": "#19573D"
|
|
1200
1200
|
},
|
|
1201
1201
|
"Dark/color.background.accent.green.subtlest.pressed": {
|
|
1202
1202
|
"attributes": {
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
"introduced": "1.19.0",
|
|
1206
1206
|
"description": "Pressed state of color.background.accent.green.subtlest."
|
|
1207
1207
|
},
|
|
1208
|
-
"value": "#
|
|
1208
|
+
"value": "#19573D"
|
|
1209
1209
|
},
|
|
1210
1210
|
"Dark/color.background.accent.green.subtler": {
|
|
1211
1211
|
"attributes": {
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
"introduced": "1.19.0",
|
|
1224
1224
|
"description": "Hovered state of color.background.accent.green.subtler."
|
|
1225
1225
|
},
|
|
1226
|
-
"value": "#
|
|
1226
|
+
"value": "#19573D"
|
|
1227
1227
|
},
|
|
1228
1228
|
"Dark/color.background.accent.green.subtler.pressed": {
|
|
1229
1229
|
"attributes": {
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
"introduced": "1.19.0",
|
|
1233
1233
|
"description": "Pressed state of color.background.accent.green.subtler."
|
|
1234
1234
|
},
|
|
1235
|
-
"value": "#
|
|
1235
|
+
"value": "#216E4E"
|
|
1236
1236
|
},
|
|
1237
1237
|
"Dark/color.background.accent.green.subtle": {
|
|
1238
1238
|
"attributes": {
|
|
@@ -1250,7 +1250,7 @@
|
|
|
1250
1250
|
"introduced": "1.19.0",
|
|
1251
1251
|
"description": "Hovered state of color.background.accent.green.subtle."
|
|
1252
1252
|
},
|
|
1253
|
-
"value": "#
|
|
1253
|
+
"value": "#19573D"
|
|
1254
1254
|
},
|
|
1255
1255
|
"Dark/color.background.accent.green.subtle.pressed": {
|
|
1256
1256
|
"attributes": {
|
|
@@ -1259,7 +1259,7 @@
|
|
|
1259
1259
|
"introduced": "1.19.0",
|
|
1260
1260
|
"description": "Pressed state of color.background.accent.green.subtle."
|
|
1261
1261
|
},
|
|
1262
|
-
"value": "#
|
|
1262
|
+
"value": "#164B35"
|
|
1263
1263
|
},
|
|
1264
1264
|
"Dark/color.background.accent.green.bolder": {
|
|
1265
1265
|
"attributes": {
|
|
@@ -1286,7 +1286,7 @@
|
|
|
1286
1286
|
"introduced": "1.19.0",
|
|
1287
1287
|
"description": "Pressed state of color.background.accent.green.bolder."
|
|
1288
1288
|
},
|
|
1289
|
-
"value": "#
|
|
1289
|
+
"value": "#97EDC9"
|
|
1290
1290
|
},
|
|
1291
1291
|
"Dark/color.background.accent.teal.subtlest": {
|
|
1292
1292
|
"attributes": {
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
"introduced": "0.7.0",
|
|
1296
1296
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1297
1297
|
},
|
|
1298
|
-
"value": "#
|
|
1298
|
+
"value": "#164555"
|
|
1299
1299
|
},
|
|
1300
1300
|
"Dark/color.background.accent.teal.subtlest.hovered": {
|
|
1301
1301
|
"attributes": {
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
"introduced": "1.19.0",
|
|
1305
1305
|
"description": "Hovered state of color.background.accent.teal.subtlest."
|
|
1306
1306
|
},
|
|
1307
|
-
"value": "#
|
|
1307
|
+
"value": "#1A5265"
|
|
1308
1308
|
},
|
|
1309
1309
|
"Dark/color.background.accent.teal.subtlest.pressed": {
|
|
1310
1310
|
"attributes": {
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
"introduced": "1.19.0",
|
|
1314
1314
|
"description": "Pressed state of color.background.accent.teal.subtlest."
|
|
1315
1315
|
},
|
|
1316
|
-
"value": "#
|
|
1316
|
+
"value": "#1A5265"
|
|
1317
1317
|
},
|
|
1318
1318
|
"Dark/color.background.accent.teal.subtler": {
|
|
1319
1319
|
"attributes": {
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
"introduced": "1.19.0",
|
|
1332
1332
|
"description": "Hovered state of color.background.accent.teal.subtler."
|
|
1333
1333
|
},
|
|
1334
|
-
"value": "#
|
|
1334
|
+
"value": "#1A5265"
|
|
1335
1335
|
},
|
|
1336
1336
|
"Dark/color.background.accent.teal.subtler.pressed": {
|
|
1337
1337
|
"attributes": {
|
|
@@ -1340,7 +1340,7 @@
|
|
|
1340
1340
|
"introduced": "1.19.0",
|
|
1341
1341
|
"description": "Pressed state of color.background.accent.teal.subtler."
|
|
1342
1342
|
},
|
|
1343
|
-
"value": "#
|
|
1343
|
+
"value": "#206A83"
|
|
1344
1344
|
},
|
|
1345
1345
|
"Dark/color.background.accent.teal.subtle": {
|
|
1346
1346
|
"attributes": {
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
"introduced": "1.19.0",
|
|
1359
1359
|
"description": "Hovered state of color.background.accent.teal.subtle."
|
|
1360
1360
|
},
|
|
1361
|
-
"value": "#
|
|
1361
|
+
"value": "#1A5265"
|
|
1362
1362
|
},
|
|
1363
1363
|
"Dark/color.background.accent.teal.subtle.pressed": {
|
|
1364
1364
|
"attributes": {
|
|
@@ -1367,7 +1367,7 @@
|
|
|
1367
1367
|
"introduced": "1.19.0",
|
|
1368
1368
|
"description": "Pressed state of color.background.accent.teal.subtle."
|
|
1369
1369
|
},
|
|
1370
|
-
"value": "#
|
|
1370
|
+
"value": "#164555"
|
|
1371
1371
|
},
|
|
1372
1372
|
"Dark/color.background.accent.teal.bolder": {
|
|
1373
1373
|
"attributes": {
|
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
"introduced": "1.19.0",
|
|
1395
1395
|
"description": "Pressed state of color.background.accent.teal.bolder."
|
|
1396
1396
|
},
|
|
1397
|
-
"value": "#
|
|
1397
|
+
"value": "#B1E4F7"
|
|
1398
1398
|
},
|
|
1399
1399
|
"Dark/color.background.accent.blue.subtlest": {
|
|
1400
1400
|
"attributes": {
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
"introduced": "0.7.0",
|
|
1404
1404
|
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1405
1405
|
},
|
|
1406
|
-
"value": "#
|
|
1406
|
+
"value": "#1C2B42"
|
|
1407
1407
|
},
|
|
1408
1408
|
"Dark/color.background.accent.blue.subtlest.hovered": {
|
|
1409
1409
|
"attributes": {
|
|
@@ -1412,7 +1412,7 @@
|
|
|
1412
1412
|
"introduced": "1.19.0",
|
|
1413
1413
|
"description": "Hovered state of color.background.accent.blue.subtlest."
|
|
1414
1414
|
},
|
|
1415
|
-
"value": "#
|
|
1415
|
+
"value": "#123263"
|
|
1416
1416
|
},
|
|
1417
1417
|
"Dark/color.background.accent.blue.subtlest.pressed": {
|
|
1418
1418
|
"attributes": {
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
"introduced": "1.19.0",
|
|
1422
1422
|
"description": "Pressed state of color.background.accent.blue.subtlest."
|
|
1423
1423
|
},
|
|
1424
|
-
"value": "#
|
|
1424
|
+
"value": "#144794"
|
|
1425
1425
|
},
|
|
1426
1426
|
"Dark/color.background.accent.blue.subtler": {
|
|
1427
1427
|
"attributes": {
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"introduced": "0.7.0",
|
|
1431
1431
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1432
1432
|
},
|
|
1433
|
-
"value": "#
|
|
1433
|
+
"value": "#123263"
|
|
1434
1434
|
},
|
|
1435
1435
|
"Dark/color.background.accent.blue.subtler.hovered": {
|
|
1436
1436
|
"attributes": {
|
|
@@ -1439,7 +1439,7 @@
|
|
|
1439
1439
|
"introduced": "1.19.0",
|
|
1440
1440
|
"description": "Hovered state of color.background.accent.blue.subtler."
|
|
1441
1441
|
},
|
|
1442
|
-
"value": "#
|
|
1442
|
+
"value": "#144794"
|
|
1443
1443
|
},
|
|
1444
1444
|
"Dark/color.background.accent.blue.subtler.pressed": {
|
|
1445
1445
|
"attributes": {
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"introduced": "1.19.0",
|
|
1449
1449
|
"description": "Pressed state of color.background.accent.blue.subtler."
|
|
1450
1450
|
},
|
|
1451
|
-
"value": "#
|
|
1451
|
+
"value": "#1558BC"
|
|
1452
1452
|
},
|
|
1453
1453
|
"Dark/color.background.accent.blue.subtle": {
|
|
1454
1454
|
"attributes": {
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
"introduced": "0.7.0",
|
|
1458
1458
|
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1459
1459
|
},
|
|
1460
|
-
"value": "#
|
|
1460
|
+
"value": "#1558BC"
|
|
1461
1461
|
},
|
|
1462
1462
|
"Dark/color.background.accent.blue.subtle.hovered": {
|
|
1463
1463
|
"attributes": {
|
|
@@ -1466,7 +1466,7 @@
|
|
|
1466
1466
|
"introduced": "1.19.0",
|
|
1467
1467
|
"description": "Hovered state of color.background.accent.blue.subtle."
|
|
1468
1468
|
},
|
|
1469
|
-
"value": "#
|
|
1469
|
+
"value": "#144794"
|
|
1470
1470
|
},
|
|
1471
1471
|
"Dark/color.background.accent.blue.subtle.pressed": {
|
|
1472
1472
|
"attributes": {
|
|
@@ -1475,7 +1475,7 @@
|
|
|
1475
1475
|
"introduced": "1.19.0",
|
|
1476
1476
|
"description": "Pressed state of color.background.accent.blue.subtle."
|
|
1477
1477
|
},
|
|
1478
|
-
"value": "#
|
|
1478
|
+
"value": "#123263"
|
|
1479
1479
|
},
|
|
1480
1480
|
"Dark/color.background.accent.blue.bolder": {
|
|
1481
1481
|
"attributes": {
|
|
@@ -1484,7 +1484,7 @@
|
|
|
1484
1484
|
"introduced": "0.7.0",
|
|
1485
1485
|
"description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1486
1486
|
},
|
|
1487
|
-
"value": "#
|
|
1487
|
+
"value": "#669DF1"
|
|
1488
1488
|
},
|
|
1489
1489
|
"Dark/color.background.accent.blue.bolder.hovered": {
|
|
1490
1490
|
"attributes": {
|
|
@@ -1493,7 +1493,7 @@
|
|
|
1493
1493
|
"introduced": "1.19.0",
|
|
1494
1494
|
"description": "Hovered state of color.background.accent.blue.bolder."
|
|
1495
1495
|
},
|
|
1496
|
-
"value": "#
|
|
1496
|
+
"value": "#8FB8F6"
|
|
1497
1497
|
},
|
|
1498
1498
|
"Dark/color.background.accent.blue.bolder.pressed": {
|
|
1499
1499
|
"attributes": {
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
"introduced": "1.19.0",
|
|
1503
1503
|
"description": "Pressed state of color.background.accent.blue.bolder."
|
|
1504
1504
|
},
|
|
1505
|
-
"value": "#
|
|
1505
|
+
"value": "#ADCBFB"
|
|
1506
1506
|
},
|
|
1507
1507
|
"Dark/color.background.accent.purple.subtlest": {
|
|
1508
1508
|
"attributes": {
|
|
@@ -1511,7 +1511,7 @@
|
|
|
1511
1511
|
"introduced": "0.7.0",
|
|
1512
1512
|
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1513
1513
|
},
|
|
1514
|
-
"value": "#
|
|
1514
|
+
"value": "#48245D"
|
|
1515
1515
|
},
|
|
1516
1516
|
"Dark/color.background.accent.purple.subtlest.hovered": {
|
|
1517
1517
|
"attributes": {
|
|
@@ -1520,7 +1520,7 @@
|
|
|
1520
1520
|
"introduced": "1.19.0",
|
|
1521
1521
|
"description": "Hovered state of color.background.accent.purple.subtlest."
|
|
1522
1522
|
},
|
|
1523
|
-
"value": "#
|
|
1523
|
+
"value": "#673286"
|
|
1524
1524
|
},
|
|
1525
1525
|
"Dark/color.background.accent.purple.subtlest.pressed": {
|
|
1526
1526
|
"attributes": {
|
|
@@ -1529,7 +1529,7 @@
|
|
|
1529
1529
|
"introduced": "1.19.0",
|
|
1530
1530
|
"description": "Pressed state of color.background.accent.purple.subtlest."
|
|
1531
1531
|
},
|
|
1532
|
-
"value": "#
|
|
1532
|
+
"value": "#673286"
|
|
1533
1533
|
},
|
|
1534
1534
|
"Dark/color.background.accent.purple.subtler": {
|
|
1535
1535
|
"attributes": {
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
"introduced": "0.7.0",
|
|
1539
1539
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1540
1540
|
},
|
|
1541
|
-
"value": "#
|
|
1541
|
+
"value": "#48245D"
|
|
1542
1542
|
},
|
|
1543
1543
|
"Dark/color.background.accent.purple.subtler.hovered": {
|
|
1544
1544
|
"attributes": {
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
"introduced": "1.19.0",
|
|
1548
1548
|
"description": "Hovered state of color.background.accent.purple.subtler."
|
|
1549
1549
|
},
|
|
1550
|
-
"value": "#
|
|
1550
|
+
"value": "#673286"
|
|
1551
1551
|
},
|
|
1552
1552
|
"Dark/color.background.accent.purple.subtler.pressed": {
|
|
1553
1553
|
"attributes": {
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
"introduced": "1.19.0",
|
|
1557
1557
|
"description": "Pressed state of color.background.accent.purple.subtler."
|
|
1558
1558
|
},
|
|
1559
|
-
"value": "#
|
|
1559
|
+
"value": "#803FA5"
|
|
1560
1560
|
},
|
|
1561
1561
|
"Dark/color.background.accent.purple.subtle": {
|
|
1562
1562
|
"attributes": {
|
|
@@ -1565,7 +1565,7 @@
|
|
|
1565
1565
|
"introduced": "0.7.0",
|
|
1566
1566
|
"description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1567
1567
|
},
|
|
1568
|
-
"value": "#
|
|
1568
|
+
"value": "#803FA5"
|
|
1569
1569
|
},
|
|
1570
1570
|
"Dark/color.background.accent.purple.subtle.hovered": {
|
|
1571
1571
|
"attributes": {
|
|
@@ -1574,7 +1574,7 @@
|
|
|
1574
1574
|
"introduced": "1.19.0",
|
|
1575
1575
|
"description": "Hovered state of color.background.accent.purple.subtle."
|
|
1576
1576
|
},
|
|
1577
|
-
"value": "#
|
|
1577
|
+
"value": "#673286"
|
|
1578
1578
|
},
|
|
1579
1579
|
"Dark/color.background.accent.purple.subtle.pressed": {
|
|
1580
1580
|
"attributes": {
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
"introduced": "1.19.0",
|
|
1584
1584
|
"description": "Pressed state of color.background.accent.purple.subtle."
|
|
1585
1585
|
},
|
|
1586
|
-
"value": "#
|
|
1586
|
+
"value": "#48245D"
|
|
1587
1587
|
},
|
|
1588
1588
|
"Dark/color.background.accent.purple.bolder": {
|
|
1589
1589
|
"attributes": {
|
|
@@ -1592,7 +1592,7 @@
|
|
|
1592
1592
|
"introduced": "0.7.0",
|
|
1593
1593
|
"description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1594
1594
|
},
|
|
1595
|
-
"value": "#
|
|
1595
|
+
"value": "#C97CF4"
|
|
1596
1596
|
},
|
|
1597
1597
|
"Dark/color.background.accent.purple.bolder.hovered": {
|
|
1598
1598
|
"attributes": {
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
"introduced": "1.19.0",
|
|
1602
1602
|
"description": "Hovered state of color.background.accent.purple.bolder."
|
|
1603
1603
|
},
|
|
1604
|
-
"value": "#
|
|
1604
|
+
"value": "#D8A0F7"
|
|
1605
1605
|
},
|
|
1606
1606
|
"Dark/color.background.accent.purple.bolder.pressed": {
|
|
1607
1607
|
"attributes": {
|
|
@@ -1610,7 +1610,7 @@
|
|
|
1610
1610
|
"introduced": "1.19.0",
|
|
1611
1611
|
"description": "Pressed state of color.background.accent.purple.bolder."
|
|
1612
1612
|
},
|
|
1613
|
-
"value": "#
|
|
1613
|
+
"value": "#E3BDFA"
|
|
1614
1614
|
},
|
|
1615
1615
|
"Dark/color.background.accent.magenta.subtlest": {
|
|
1616
1616
|
"attributes": {
|
|
@@ -1619,7 +1619,7 @@
|
|
|
1619
1619
|
"introduced": "0.7.0",
|
|
1620
1620
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1621
1621
|
},
|
|
1622
|
-
"value": "#
|
|
1622
|
+
"value": "#50253F"
|
|
1623
1623
|
},
|
|
1624
1624
|
"Dark/color.background.accent.magenta.subtlest.hovered": {
|
|
1625
1625
|
"attributes": {
|
|
@@ -1628,7 +1628,7 @@
|
|
|
1628
1628
|
"introduced": "1.19.0",
|
|
1629
1629
|
"description": "Hovered state of color.background.accent.magenta.subtlest."
|
|
1630
1630
|
},
|
|
1631
|
-
"value": "#
|
|
1631
|
+
"value": "#77325B"
|
|
1632
1632
|
},
|
|
1633
1633
|
"Dark/color.background.accent.magenta.subtlest.pressed": {
|
|
1634
1634
|
"attributes": {
|
|
@@ -1637,7 +1637,7 @@
|
|
|
1637
1637
|
"introduced": "1.19.0",
|
|
1638
1638
|
"description": "Pressed state of color.background.accent.magenta.subtlest."
|
|
1639
1639
|
},
|
|
1640
|
-
"value": "#
|
|
1640
|
+
"value": "#77325B"
|
|
1641
1641
|
},
|
|
1642
1642
|
"Dark/color.background.accent.magenta.subtler": {
|
|
1643
1643
|
"attributes": {
|
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
"introduced": "1.19.0",
|
|
1656
1656
|
"description": "Hovered state of color.background.accent.magenta.subtler."
|
|
1657
1657
|
},
|
|
1658
|
-
"value": "#
|
|
1658
|
+
"value": "#77325B"
|
|
1659
1659
|
},
|
|
1660
1660
|
"Dark/color.background.accent.magenta.subtler.pressed": {
|
|
1661
1661
|
"attributes": {
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
"introduced": "1.19.0",
|
|
1665
1665
|
"description": "Pressed state of color.background.accent.magenta.subtler."
|
|
1666
1666
|
},
|
|
1667
|
-
"value": "#
|
|
1667
|
+
"value": "#943D73"
|
|
1668
1668
|
},
|
|
1669
1669
|
"Dark/color.background.accent.magenta.subtle": {
|
|
1670
1670
|
"attributes": {
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
"introduced": "1.19.0",
|
|
1683
1683
|
"description": "Hovered state of color.background.accent.magenta.subtle."
|
|
1684
1684
|
},
|
|
1685
|
-
"value": "#
|
|
1685
|
+
"value": "#77325B"
|
|
1686
1686
|
},
|
|
1687
1687
|
"Dark/color.background.accent.magenta.subtle.pressed": {
|
|
1688
1688
|
"attributes": {
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
"introduced": "1.19.0",
|
|
1692
1692
|
"description": "Pressed state of color.background.accent.magenta.subtle."
|
|
1693
1693
|
},
|
|
1694
|
-
"value": "#
|
|
1694
|
+
"value": "#50253F"
|
|
1695
1695
|
},
|
|
1696
1696
|
"Dark/color.background.accent.magenta.bolder": {
|
|
1697
1697
|
"attributes": {
|
|
@@ -1718,7 +1718,7 @@
|
|
|
1718
1718
|
"introduced": "1.19.0",
|
|
1719
1719
|
"description": "Pressed state of color.background.accent.magenta.bolder."
|
|
1720
1720
|
},
|
|
1721
|
-
"value": "#
|
|
1721
|
+
"value": "#FCB6E1"
|
|
1722
1722
|
},
|
|
1723
1723
|
"Dark/color.background.accent.gray.subtlest": {
|
|
1724
1724
|
"attributes": {
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
"introduced": "0.7.0",
|
|
1728
1728
|
"description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1729
1729
|
},
|
|
1730
|
-
"value": "#
|
|
1730
|
+
"value": "#303134"
|
|
1731
1731
|
},
|
|
1732
1732
|
"Dark/color.background.accent.gray.subtlest.hovered": {
|
|
1733
1733
|
"attributes": {
|
|
@@ -1736,7 +1736,7 @@
|
|
|
1736
1736
|
"introduced": "1.19.0",
|
|
1737
1737
|
"description": "Hovered state of color.background.accent.gray.subtlest."
|
|
1738
1738
|
},
|
|
1739
|
-
"value": "#
|
|
1739
|
+
"value": "#3D3F43"
|
|
1740
1740
|
},
|
|
1741
1741
|
"Dark/color.background.accent.gray.subtlest.pressed": {
|
|
1742
1742
|
"attributes": {
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
"introduced": "1.19.0",
|
|
1746
1746
|
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
1747
1747
|
},
|
|
1748
|
-
"value": "#
|
|
1748
|
+
"value": "#4B4D51"
|
|
1749
1749
|
},
|
|
1750
1750
|
"Dark/color.background.accent.gray.subtler": {
|
|
1751
1751
|
"attributes": {
|
|
@@ -1754,7 +1754,7 @@
|
|
|
1754
1754
|
"introduced": "0.7.0",
|
|
1755
1755
|
"description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1756
1756
|
},
|
|
1757
|
-
"value": "#
|
|
1757
|
+
"value": "#4B4D51"
|
|
1758
1758
|
},
|
|
1759
1759
|
"Dark/color.background.accent.gray.subtler.hovered": {
|
|
1760
1760
|
"attributes": {
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
"introduced": "1.19.0",
|
|
1764
1764
|
"description": "Hovered state of color.background.accent.gray.subtler."
|
|
1765
1765
|
},
|
|
1766
|
-
"value": "#
|
|
1766
|
+
"value": "#63666B"
|
|
1767
1767
|
},
|
|
1768
1768
|
"Dark/color.background.accent.gray.subtler.pressed": {
|
|
1769
1769
|
"attributes": {
|
|
@@ -1772,7 +1772,7 @@
|
|
|
1772
1772
|
"introduced": "1.19.0",
|
|
1773
1773
|
"description": "Pressed state of color.background.accent.gray.subtler."
|
|
1774
1774
|
},
|
|
1775
|
-
"value": "#
|
|
1775
|
+
"value": "#7E8188"
|
|
1776
1776
|
},
|
|
1777
1777
|
"Dark/color.background.accent.gray.subtle": {
|
|
1778
1778
|
"attributes": {
|
|
@@ -1781,7 +1781,7 @@
|
|
|
1781
1781
|
"introduced": "0.7.0",
|
|
1782
1782
|
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1783
1783
|
},
|
|
1784
|
-
"value": "#
|
|
1784
|
+
"value": "#63666B"
|
|
1785
1785
|
},
|
|
1786
1786
|
"Dark/color.background.accent.gray.subtle.hovered": {
|
|
1787
1787
|
"attributes": {
|
|
@@ -1790,7 +1790,7 @@
|
|
|
1790
1790
|
"introduced": "1.19.0",
|
|
1791
1791
|
"description": "Hovered state of color.background.accent.gray.subtle."
|
|
1792
1792
|
},
|
|
1793
|
-
"value": "#
|
|
1793
|
+
"value": "#4B4D51"
|
|
1794
1794
|
},
|
|
1795
1795
|
"Dark/color.background.accent.gray.subtle.pressed": {
|
|
1796
1796
|
"attributes": {
|
|
@@ -1799,7 +1799,7 @@
|
|
|
1799
1799
|
"introduced": "1.19.0",
|
|
1800
1800
|
"description": "Pressed state of color.background.accent.gray.subtle."
|
|
1801
1801
|
},
|
|
1802
|
-
"value": "#
|
|
1802
|
+
"value": "#3D3F43"
|
|
1803
1803
|
},
|
|
1804
1804
|
"Dark/color.background.accent.gray.bolder": {
|
|
1805
1805
|
"attributes": {
|
|
@@ -1808,7 +1808,7 @@
|
|
|
1808
1808
|
"introduced": "0.7.0",
|
|
1809
1809
|
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1810
1810
|
},
|
|
1811
|
-
"value": "#
|
|
1811
|
+
"value": "#96999E"
|
|
1812
1812
|
},
|
|
1813
1813
|
"Dark/color.background.accent.gray.bolder.hovered": {
|
|
1814
1814
|
"attributes": {
|
|
@@ -1817,7 +1817,7 @@
|
|
|
1817
1817
|
"introduced": "1.19.0",
|
|
1818
1818
|
"description": "Hovered state of color.background.accent.gray.bolder."
|
|
1819
1819
|
},
|
|
1820
|
-
"value": "#
|
|
1820
|
+
"value": "#A9ABAF"
|
|
1821
1821
|
},
|
|
1822
1822
|
"Dark/color.background.accent.gray.bolder.pressed": {
|
|
1823
1823
|
"attributes": {
|
|
@@ -1826,7 +1826,7 @@
|
|
|
1826
1826
|
"introduced": "1.19.0",
|
|
1827
1827
|
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
1828
1828
|
},
|
|
1829
|
-
"value": "#
|
|
1829
|
+
"value": "#BFC1C4"
|
|
1830
1830
|
},
|
|
1831
1831
|
"Dark/color.background.disabled": {
|
|
1832
1832
|
"attributes": {
|
|
@@ -1835,7 +1835,7 @@
|
|
|
1835
1835
|
"introduced": "0.0.15",
|
|
1836
1836
|
"description": "Use for backgrounds of elements in a disabled state."
|
|
1837
1837
|
},
|
|
1838
|
-
"value": "#
|
|
1838
|
+
"value": "#BDBDBD0A"
|
|
1839
1839
|
},
|
|
1840
1840
|
"Dark/color.background.input": {
|
|
1841
1841
|
"attributes": {
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
"introduced": "0.6.0",
|
|
1845
1845
|
"description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
1846
1846
|
},
|
|
1847
|
-
"value": "#
|
|
1847
|
+
"value": "#242528"
|
|
1848
1848
|
},
|
|
1849
1849
|
"Dark/color.background.input.hovered": {
|
|
1850
1850
|
"attributes": {
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
"introduced": "0.6.0",
|
|
1854
1854
|
"description": "Hovered state for color.background.input"
|
|
1855
1855
|
},
|
|
1856
|
-
"value": "#
|
|
1856
|
+
"value": "#2B2C2F"
|
|
1857
1857
|
},
|
|
1858
1858
|
"Dark/color.background.input.pressed": {
|
|
1859
1859
|
"attributes": {
|
|
@@ -1862,7 +1862,7 @@
|
|
|
1862
1862
|
"introduced": "0.6.0",
|
|
1863
1863
|
"description": "Pressed state for color.background.input"
|
|
1864
1864
|
},
|
|
1865
|
-
"value": "#
|
|
1865
|
+
"value": "#242528"
|
|
1866
1866
|
},
|
|
1867
1867
|
"Dark/color.background.inverse.subtle": {
|
|
1868
1868
|
"attributes": {
|
|
@@ -1898,7 +1898,7 @@
|
|
|
1898
1898
|
"introduced": "0.6.0",
|
|
1899
1899
|
"description": "The default background for neutral elements, such as default buttons."
|
|
1900
1900
|
},
|
|
1901
|
-
"value": "#
|
|
1901
|
+
"value": "#CECED912"
|
|
1902
1902
|
},
|
|
1903
1903
|
"Dark/color.background.neutral.hovered": {
|
|
1904
1904
|
"attributes": {
|
|
@@ -1907,7 +1907,7 @@
|
|
|
1907
1907
|
"introduced": "0.6.0",
|
|
1908
1908
|
"description": "Hovered state for color.background.neutral"
|
|
1909
1909
|
},
|
|
1910
|
-
"value": "#
|
|
1910
|
+
"value": "#E3E4F21F"
|
|
1911
1911
|
},
|
|
1912
1912
|
"Dark/color.background.neutral.pressed": {
|
|
1913
1913
|
"attributes": {
|
|
@@ -1916,7 +1916,7 @@
|
|
|
1916
1916
|
"introduced": "0.6.0",
|
|
1917
1917
|
"description": "Pressed state for color.background.neutral"
|
|
1918
1918
|
},
|
|
1919
|
-
"value": "#
|
|
1919
|
+
"value": "#E5E9F640"
|
|
1920
1920
|
},
|
|
1921
1921
|
"Dark/color.background.neutral.subtle": {
|
|
1922
1922
|
"attributes": {
|
|
@@ -1934,7 +1934,7 @@
|
|
|
1934
1934
|
"introduced": "0.6.0",
|
|
1935
1935
|
"description": "Hovered state for color.background.neutral.subtle"
|
|
1936
1936
|
},
|
|
1937
|
-
"value": "#
|
|
1937
|
+
"value": "#CECED912"
|
|
1938
1938
|
},
|
|
1939
1939
|
"Dark/color.background.neutral.subtle.pressed": {
|
|
1940
1940
|
"attributes": {
|
|
@@ -1943,7 +1943,7 @@
|
|
|
1943
1943
|
"introduced": "0.6.0",
|
|
1944
1944
|
"description": "Pressed state for color.background.neutral.subtle"
|
|
1945
1945
|
},
|
|
1946
|
-
"value": "#
|
|
1946
|
+
"value": "#E3E4F21F"
|
|
1947
1947
|
},
|
|
1948
1948
|
"Dark/color.background.neutral.bold": {
|
|
1949
1949
|
"attributes": {
|
|
@@ -1952,7 +1952,7 @@
|
|
|
1952
1952
|
"introduced": "0.6.0",
|
|
1953
1953
|
"description": "A vibrant background option for neutral UI elements, such as announcement banners."
|
|
1954
1954
|
},
|
|
1955
|
-
"value": "#
|
|
1955
|
+
"value": "#CECFD2"
|
|
1956
1956
|
},
|
|
1957
1957
|
"Dark/color.background.neutral.bold.hovered": {
|
|
1958
1958
|
"attributes": {
|
|
@@ -1961,7 +1961,7 @@
|
|
|
1961
1961
|
"introduced": "0.6.0",
|
|
1962
1962
|
"description": "Hovered state of color.background.neutral.bold"
|
|
1963
1963
|
},
|
|
1964
|
-
"value": "#
|
|
1964
|
+
"value": "#BFC1C4"
|
|
1965
1965
|
},
|
|
1966
1966
|
"Dark/color.background.neutral.bold.pressed": {
|
|
1967
1967
|
"attributes": {
|
|
@@ -1970,7 +1970,7 @@
|
|
|
1970
1970
|
"introduced": "0.6.0",
|
|
1971
1971
|
"description": "Pressed state of color.background.neutral.bold"
|
|
1972
1972
|
},
|
|
1973
|
-
"value": "#
|
|
1973
|
+
"value": "#A9ABAF"
|
|
1974
1974
|
},
|
|
1975
1975
|
"Dark/color.background.selected": {
|
|
1976
1976
|
"attributes": {
|
|
@@ -1979,7 +1979,7 @@
|
|
|
1979
1979
|
"introduced": "0.6.2",
|
|
1980
1980
|
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
1981
1981
|
},
|
|
1982
|
-
"value": "#
|
|
1982
|
+
"value": "#1C2B42"
|
|
1983
1983
|
},
|
|
1984
1984
|
"Dark/color.background.selected.hovered": {
|
|
1985
1985
|
"attributes": {
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
"introduced": "0.6.2",
|
|
1989
1989
|
"description": "Hovered state for color.background.selected"
|
|
1990
1990
|
},
|
|
1991
|
-
"value": "#
|
|
1991
|
+
"value": "#123263"
|
|
1992
1992
|
},
|
|
1993
1993
|
"Dark/color.background.selected.pressed": {
|
|
1994
1994
|
"attributes": {
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
"introduced": "0.6.2",
|
|
1998
1998
|
"description": "Pressed state for color.background.selected"
|
|
1999
1999
|
},
|
|
2000
|
-
"value": "#
|
|
2000
|
+
"value": "#1558BC"
|
|
2001
2001
|
},
|
|
2002
2002
|
"Dark/color.background.selected.bold": {
|
|
2003
2003
|
"attributes": {
|
|
@@ -2006,7 +2006,7 @@
|
|
|
2006
2006
|
"introduced": "0.6.2",
|
|
2007
2007
|
"description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
|
|
2008
2008
|
},
|
|
2009
|
-
"value": "#
|
|
2009
|
+
"value": "#669DF1"
|
|
2010
2010
|
},
|
|
2011
2011
|
"Dark/color.background.selected.bold.hovered": {
|
|
2012
2012
|
"attributes": {
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
"introduced": "0.6.2",
|
|
2016
2016
|
"description": "Hovered state of color.background.selected.bold"
|
|
2017
2017
|
},
|
|
2018
|
-
"value": "#
|
|
2018
|
+
"value": "#8FB8F6"
|
|
2019
2019
|
},
|
|
2020
2020
|
"Dark/color.background.selected.bold.pressed": {
|
|
2021
2021
|
"attributes": {
|
|
@@ -2024,7 +2024,7 @@
|
|
|
2024
2024
|
"introduced": "0.6.2",
|
|
2025
2025
|
"description": "Pressed state of color.background.selected.bold"
|
|
2026
2026
|
},
|
|
2027
|
-
"value": "#
|
|
2027
|
+
"value": "#CFE1FD"
|
|
2028
2028
|
},
|
|
2029
2029
|
"Dark/color.background.brand.subtlest": {
|
|
2030
2030
|
"attributes": {
|
|
@@ -2033,7 +2033,7 @@
|
|
|
2033
2033
|
"introduced": "1.13.0",
|
|
2034
2034
|
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
2035
2035
|
},
|
|
2036
|
-
"value": "#
|
|
2036
|
+
"value": "#1C2B42"
|
|
2037
2037
|
},
|
|
2038
2038
|
"Dark/color.background.brand.subtlest.hovered": {
|
|
2039
2039
|
"attributes": {
|
|
@@ -2042,7 +2042,7 @@
|
|
|
2042
2042
|
"introduced": "1.13.0",
|
|
2043
2043
|
"description": "Hovered state of color.background.brand.subtlest."
|
|
2044
2044
|
},
|
|
2045
|
-
"value": "#
|
|
2045
|
+
"value": "#123263"
|
|
2046
2046
|
},
|
|
2047
2047
|
"Dark/color.background.brand.subtlest.pressed": {
|
|
2048
2048
|
"attributes": {
|
|
@@ -2051,7 +2051,7 @@
|
|
|
2051
2051
|
"introduced": "1.13.0",
|
|
2052
2052
|
"description": "Pressed state of color.background.brand.subtlest"
|
|
2053
2053
|
},
|
|
2054
|
-
"value": "#
|
|
2054
|
+
"value": "#144794"
|
|
2055
2055
|
},
|
|
2056
2056
|
"Dark/color.background.brand.bold": {
|
|
2057
2057
|
"attributes": {
|
|
@@ -2060,7 +2060,7 @@
|
|
|
2060
2060
|
"introduced": "0.6.0",
|
|
2061
2061
|
"description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
|
|
2062
2062
|
},
|
|
2063
|
-
"value": "#
|
|
2063
|
+
"value": "#669DF1"
|
|
2064
2064
|
},
|
|
2065
2065
|
"Dark/color.background.brand.bold.hovered": {
|
|
2066
2066
|
"attributes": {
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
"introduced": "0.6.0",
|
|
2070
2070
|
"description": "Hovered state of color.background.brand.bold."
|
|
2071
2071
|
},
|
|
2072
|
-
"value": "#
|
|
2072
|
+
"value": "#8FB8F6"
|
|
2073
2073
|
},
|
|
2074
2074
|
"Dark/color.background.brand.bold.pressed": {
|
|
2075
2075
|
"attributes": {
|
|
@@ -2078,7 +2078,7 @@
|
|
|
2078
2078
|
"introduced": "0.6.0",
|
|
2079
2079
|
"description": "Pressed state of color.background.brand.bold."
|
|
2080
2080
|
},
|
|
2081
|
-
"value": "#
|
|
2081
|
+
"value": "#ADCBFB"
|
|
2082
2082
|
},
|
|
2083
2083
|
"Dark/color.background.brand.boldest": {
|
|
2084
2084
|
"attributes": {
|
|
@@ -2087,7 +2087,7 @@
|
|
|
2087
2087
|
"introduced": "1.13.0",
|
|
2088
2088
|
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
2089
2089
|
},
|
|
2090
|
-
"value": "#
|
|
2090
|
+
"value": "#E9F2FE"
|
|
2091
2091
|
},
|
|
2092
2092
|
"Dark/color.background.brand.boldest.hovered": {
|
|
2093
2093
|
"attributes": {
|
|
@@ -2096,7 +2096,7 @@
|
|
|
2096
2096
|
"introduced": "1.13.0",
|
|
2097
2097
|
"description": "Hovered state of color.background.brand.boldest."
|
|
2098
2098
|
},
|
|
2099
|
-
"value": "#
|
|
2099
|
+
"value": "#CFE1FD"
|
|
2100
2100
|
},
|
|
2101
2101
|
"Dark/color.background.brand.boldest.pressed": {
|
|
2102
2102
|
"attributes": {
|
|
@@ -2105,7 +2105,7 @@
|
|
|
2105
2105
|
"introduced": "1.13.0",
|
|
2106
2106
|
"description": "Pressed state of color.background.brand.boldest."
|
|
2107
2107
|
},
|
|
2108
|
-
"value": "#
|
|
2108
|
+
"value": "#ADCBFB"
|
|
2109
2109
|
},
|
|
2110
2110
|
"Dark/color.background.danger": {
|
|
2111
2111
|
"attributes": {
|
|
@@ -2132,7 +2132,7 @@
|
|
|
2132
2132
|
"introduced": "0.6.0",
|
|
2133
2133
|
"description": "Pressed state for color.background.danger"
|
|
2134
2134
|
},
|
|
2135
|
-
"value": "#
|
|
2135
|
+
"value": "#872821"
|
|
2136
2136
|
},
|
|
2137
2137
|
"Dark/color.background.danger.bold": {
|
|
2138
2138
|
"attributes": {
|
|
@@ -2159,7 +2159,7 @@
|
|
|
2159
2159
|
"introduced": "0.6.0",
|
|
2160
2160
|
"description": "Pressed state of color.background.danger.bold"
|
|
2161
2161
|
},
|
|
2162
|
-
"value": "#
|
|
2162
|
+
"value": "#FFB8B2"
|
|
2163
2163
|
},
|
|
2164
2164
|
"Dark/color.background.warning": {
|
|
2165
2165
|
"attributes": {
|
|
@@ -2168,7 +2168,7 @@
|
|
|
2168
2168
|
"introduced": "0.6.0",
|
|
2169
2169
|
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
2170
2170
|
},
|
|
2171
|
-
"value": "#
|
|
2171
|
+
"value": "#3A2C1F"
|
|
2172
2172
|
},
|
|
2173
2173
|
"Dark/color.background.warning.hovered": {
|
|
2174
2174
|
"attributes": {
|
|
@@ -2177,7 +2177,7 @@
|
|
|
2177
2177
|
"introduced": "0.6.0",
|
|
2178
2178
|
"description": "Hovered state for color.background.warning"
|
|
2179
2179
|
},
|
|
2180
|
-
"value": "#
|
|
2180
|
+
"value": "#693200"
|
|
2181
2181
|
},
|
|
2182
2182
|
"Dark/color.background.warning.pressed": {
|
|
2183
2183
|
"attributes": {
|
|
@@ -2186,7 +2186,7 @@
|
|
|
2186
2186
|
"introduced": "0.6.0",
|
|
2187
2187
|
"description": "Pressed state for color.background.warning"
|
|
2188
2188
|
},
|
|
2189
|
-
"value": "#
|
|
2189
|
+
"value": "#7A3B00"
|
|
2190
2190
|
},
|
|
2191
2191
|
"Dark/color.background.warning.bold": {
|
|
2192
2192
|
"attributes": {
|
|
@@ -2195,7 +2195,7 @@
|
|
|
2195
2195
|
"introduced": "0.6.0",
|
|
2196
2196
|
"description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
|
|
2197
2197
|
},
|
|
2198
|
-
"value": "#
|
|
2198
|
+
"value": "#FBC828"
|
|
2199
2199
|
},
|
|
2200
2200
|
"Dark/color.background.warning.bold.hovered": {
|
|
2201
2201
|
"attributes": {
|
|
@@ -2204,7 +2204,7 @@
|
|
|
2204
2204
|
"introduced": "0.6.0",
|
|
2205
2205
|
"description": "Hovered state of color.background.warning.bold"
|
|
2206
2206
|
},
|
|
2207
|
-
"value": "#
|
|
2207
|
+
"value": "#FCA700"
|
|
2208
2208
|
},
|
|
2209
2209
|
"Dark/color.background.warning.bold.pressed": {
|
|
2210
2210
|
"attributes": {
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
"introduced": "0.6.0",
|
|
2214
2214
|
"description": "Pressed state of color.background.warning.bold"
|
|
2215
2215
|
},
|
|
2216
|
-
"value": "#
|
|
2216
|
+
"value": "#F68909"
|
|
2217
2217
|
},
|
|
2218
2218
|
"Dark/color.background.success": {
|
|
2219
2219
|
"attributes": {
|
|
@@ -2222,7 +2222,7 @@
|
|
|
2222
2222
|
"introduced": "0.6.0",
|
|
2223
2223
|
"description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
|
|
2224
2224
|
},
|
|
2225
|
-
"value": "#
|
|
2225
|
+
"value": "#28311B"
|
|
2226
2226
|
},
|
|
2227
2227
|
"Dark/color.background.success.hovered": {
|
|
2228
2228
|
"attributes": {
|
|
@@ -2231,7 +2231,7 @@
|
|
|
2231
2231
|
"introduced": "0.6.0",
|
|
2232
2232
|
"description": "Hovered state for color.background.success"
|
|
2233
2233
|
},
|
|
2234
|
-
"value": "#
|
|
2234
|
+
"value": "#37471F"
|
|
2235
2235
|
},
|
|
2236
2236
|
"Dark/color.background.success.pressed": {
|
|
2237
2237
|
"attributes": {
|
|
@@ -2240,7 +2240,7 @@
|
|
|
2240
2240
|
"introduced": "0.6.0",
|
|
2241
2241
|
"description": "Pressed state for color.background.success"
|
|
2242
2242
|
},
|
|
2243
|
-
"value": "#
|
|
2243
|
+
"value": "#3F5224"
|
|
2244
2244
|
},
|
|
2245
2245
|
"Dark/color.background.success.bold": {
|
|
2246
2246
|
"attributes": {
|
|
@@ -2249,7 +2249,7 @@
|
|
|
2249
2249
|
"introduced": "0.6.0",
|
|
2250
2250
|
"description": "A vibrant background option for communicating a favorable outcome, such as in checked toggles."
|
|
2251
2251
|
},
|
|
2252
|
-
"value": "#
|
|
2252
|
+
"value": "#94C748"
|
|
2253
2253
|
},
|
|
2254
2254
|
"Dark/color.background.success.bold.hovered": {
|
|
2255
2255
|
"attributes": {
|
|
@@ -2258,7 +2258,7 @@
|
|
|
2258
2258
|
"introduced": "0.6.0",
|
|
2259
2259
|
"description": "Hovered state of color.background.success.bold"
|
|
2260
2260
|
},
|
|
2261
|
-
"value": "#
|
|
2261
|
+
"value": "#B3DF72"
|
|
2262
2262
|
},
|
|
2263
2263
|
"Dark/color.background.success.bold.pressed": {
|
|
2264
2264
|
"attributes": {
|
|
@@ -2267,7 +2267,7 @@
|
|
|
2267
2267
|
"introduced": "0.6.0",
|
|
2268
2268
|
"description": "Pressed state of color.background.success.bold"
|
|
2269
2269
|
},
|
|
2270
|
-
"value": "#
|
|
2270
|
+
"value": "#BDE97C"
|
|
2271
2271
|
},
|
|
2272
2272
|
"Dark/color.background.discovery": {
|
|
2273
2273
|
"attributes": {
|
|
@@ -2276,7 +2276,7 @@
|
|
|
2276
2276
|
"introduced": "0.6.0",
|
|
2277
2277
|
"description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
|
|
2278
2278
|
},
|
|
2279
|
-
"value": "#
|
|
2279
|
+
"value": "#35243F"
|
|
2280
2280
|
},
|
|
2281
2281
|
"Dark/color.background.discovery.hovered": {
|
|
2282
2282
|
"attributes": {
|
|
@@ -2285,7 +2285,7 @@
|
|
|
2285
2285
|
"introduced": "0.6.0",
|
|
2286
2286
|
"description": "Hover state for color.background.discovery"
|
|
2287
2287
|
},
|
|
2288
|
-
"value": "#
|
|
2288
|
+
"value": "#48245D"
|
|
2289
2289
|
},
|
|
2290
2290
|
"Dark/color.background.discovery.pressed": {
|
|
2291
2291
|
"attributes": {
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
"introduced": "0.6.0",
|
|
2295
2295
|
"description": "Pressed state for color.background.discovery"
|
|
2296
2296
|
},
|
|
2297
|
-
"value": "#
|
|
2297
|
+
"value": "#673286"
|
|
2298
2298
|
},
|
|
2299
2299
|
"Dark/color.background.discovery.bold": {
|
|
2300
2300
|
"attributes": {
|
|
@@ -2303,7 +2303,7 @@
|
|
|
2303
2303
|
"introduced": "0.6.0",
|
|
2304
2304
|
"description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
|
|
2305
2305
|
},
|
|
2306
|
-
"value": "#
|
|
2306
|
+
"value": "#C97CF4"
|
|
2307
2307
|
},
|
|
2308
2308
|
"Dark/color.background.discovery.bold.hovered": {
|
|
2309
2309
|
"attributes": {
|
|
@@ -2312,7 +2312,7 @@
|
|
|
2312
2312
|
"introduced": "0.6.0",
|
|
2313
2313
|
"description": "Hovered state of color.background.discovery.bold"
|
|
2314
2314
|
},
|
|
2315
|
-
"value": "#
|
|
2315
|
+
"value": "#D8A0F7"
|
|
2316
2316
|
},
|
|
2317
2317
|
"Dark/color.background.discovery.bold.pressed": {
|
|
2318
2318
|
"attributes": {
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
"introduced": "0.6.0",
|
|
2322
2322
|
"description": "Pressed state of color.background.discovery.bold"
|
|
2323
2323
|
},
|
|
2324
|
-
"value": "#
|
|
2324
|
+
"value": "#E3BDFA"
|
|
2325
2325
|
},
|
|
2326
2326
|
"Dark/color.background.information": {
|
|
2327
2327
|
"attributes": {
|
|
@@ -2330,7 +2330,7 @@
|
|
|
2330
2330
|
"introduced": "0.6.0",
|
|
2331
2331
|
"description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
|
|
2332
2332
|
},
|
|
2333
|
-
"value": "#
|
|
2333
|
+
"value": "#1C2B42"
|
|
2334
2334
|
},
|
|
2335
2335
|
"Dark/color.background.information.hovered": {
|
|
2336
2336
|
"attributes": {
|
|
@@ -2339,7 +2339,7 @@
|
|
|
2339
2339
|
"introduced": "0.6.0",
|
|
2340
2340
|
"description": "Hovered state of color.background.information"
|
|
2341
2341
|
},
|
|
2342
|
-
"value": "#
|
|
2342
|
+
"value": "#123263"
|
|
2343
2343
|
},
|
|
2344
2344
|
"Dark/color.background.information.pressed": {
|
|
2345
2345
|
"attributes": {
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
"introduced": "0.6.0",
|
|
2349
2349
|
"description": "Pressed state of color.background.information"
|
|
2350
2350
|
},
|
|
2351
|
-
"value": "#
|
|
2351
|
+
"value": "#144794"
|
|
2352
2352
|
},
|
|
2353
2353
|
"Dark/color.background.information.bold": {
|
|
2354
2354
|
"attributes": {
|
|
@@ -2357,7 +2357,7 @@
|
|
|
2357
2357
|
"introduced": "0.6.0",
|
|
2358
2358
|
"description": "A vibrant background option for communicating information or something in-progress."
|
|
2359
2359
|
},
|
|
2360
|
-
"value": "#
|
|
2360
|
+
"value": "#669DF1"
|
|
2361
2361
|
},
|
|
2362
2362
|
"Dark/color.background.information.bold.hovered": {
|
|
2363
2363
|
"attributes": {
|
|
@@ -2366,7 +2366,7 @@
|
|
|
2366
2366
|
"introduced": "0.6.0",
|
|
2367
2367
|
"description": "Hovered state of color.background.information.bold"
|
|
2368
2368
|
},
|
|
2369
|
-
"value": "#
|
|
2369
|
+
"value": "#8FB8F6"
|
|
2370
2370
|
},
|
|
2371
2371
|
"Dark/color.background.information.bold.pressed": {
|
|
2372
2372
|
"attributes": {
|
|
@@ -2375,7 +2375,7 @@
|
|
|
2375
2375
|
"introduced": "0.6.0",
|
|
2376
2376
|
"description": "Pressed state of color.background.information.bold"
|
|
2377
2377
|
},
|
|
2378
|
-
"value": "#
|
|
2378
|
+
"value": "#ADCBFB"
|
|
2379
2379
|
},
|
|
2380
2380
|
"Dark/color.blanket": {
|
|
2381
2381
|
"attributes": {
|
|
@@ -2429,7 +2429,7 @@
|
|
|
2429
2429
|
"introduced": "0.8.0",
|
|
2430
2430
|
"description": "Use for skeleton loading states"
|
|
2431
2431
|
},
|
|
2432
|
-
"value": "#
|
|
2432
|
+
"value": "#CECED912"
|
|
2433
2433
|
},
|
|
2434
2434
|
"Dark/color.skeleton.subtle": {
|
|
2435
2435
|
"attributes": {
|
|
@@ -2438,7 +2438,7 @@
|
|
|
2438
2438
|
"introduced": "0.8.0",
|
|
2439
2439
|
"description": "Use for the pulse or shimmer effect in skeleton loading states"
|
|
2440
2440
|
},
|
|
2441
|
-
"value": "#
|
|
2441
|
+
"value": "#BDBDBD0A"
|
|
2442
2442
|
},
|
|
2443
2443
|
"Dark/color.chart.categorical.1": {
|
|
2444
2444
|
"attributes": {
|
|
@@ -2447,7 +2447,7 @@
|
|
|
2447
2447
|
"introduced": "0.13.3",
|
|
2448
2448
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
2449
2449
|
},
|
|
2450
|
-
"value": "#
|
|
2450
|
+
"value": "#4688EC"
|
|
2451
2451
|
},
|
|
2452
2452
|
"Dark/color.chart.categorical.1.hovered": {
|
|
2453
2453
|
"attributes": {
|
|
@@ -2456,7 +2456,7 @@
|
|
|
2456
2456
|
"introduced": "0.13.3",
|
|
2457
2457
|
"description": "Hovered state of color.chart.categorical.1."
|
|
2458
2458
|
},
|
|
2459
|
-
"value": "#
|
|
2459
|
+
"value": "#669DF1"
|
|
2460
2460
|
},
|
|
2461
2461
|
"Dark/color.chart.categorical.2": {
|
|
2462
2462
|
"attributes": {
|
|
@@ -2465,7 +2465,7 @@
|
|
|
2465
2465
|
"introduced": "0.13.3",
|
|
2466
2466
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
2467
2467
|
},
|
|
2468
|
-
"value": "#
|
|
2468
|
+
"value": "#94C748"
|
|
2469
2469
|
},
|
|
2470
2470
|
"Dark/color.chart.categorical.2.hovered": {
|
|
2471
2471
|
"attributes": {
|
|
@@ -2474,7 +2474,7 @@
|
|
|
2474
2474
|
"introduced": "0.13.3",
|
|
2475
2475
|
"description": "Hovered state of color.chart.categorical.2."
|
|
2476
2476
|
},
|
|
2477
|
-
"value": "#
|
|
2477
|
+
"value": "#B3DF72"
|
|
2478
2478
|
},
|
|
2479
2479
|
"Dark/color.chart.categorical.3": {
|
|
2480
2480
|
"attributes": {
|
|
@@ -2483,7 +2483,7 @@
|
|
|
2483
2483
|
"introduced": "0.13.3",
|
|
2484
2484
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
2485
2485
|
},
|
|
2486
|
-
"value": "#
|
|
2486
|
+
"value": "#C97CF4"
|
|
2487
2487
|
},
|
|
2488
2488
|
"Dark/color.chart.categorical.3.hovered": {
|
|
2489
2489
|
"attributes": {
|
|
@@ -2492,7 +2492,7 @@
|
|
|
2492
2492
|
"introduced": "0.13.3",
|
|
2493
2493
|
"description": "Hovered state of color.chart.categorical.3."
|
|
2494
2494
|
},
|
|
2495
|
-
"value": "#
|
|
2495
|
+
"value": "#D8A0F7"
|
|
2496
2496
|
},
|
|
2497
2497
|
"Dark/color.chart.categorical.4": {
|
|
2498
2498
|
"attributes": {
|
|
@@ -2501,7 +2501,7 @@
|
|
|
2501
2501
|
"introduced": "0.13.3",
|
|
2502
2502
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
2503
2503
|
},
|
|
2504
|
-
"value": "#
|
|
2504
|
+
"value": "#FCA700"
|
|
2505
2505
|
},
|
|
2506
2506
|
"Dark/color.chart.categorical.4.hovered": {
|
|
2507
2507
|
"attributes": {
|
|
@@ -2510,7 +2510,7 @@
|
|
|
2510
2510
|
"introduced": "0.13.3",
|
|
2511
2511
|
"description": "Hovered state of color.chart.categorical.4."
|
|
2512
2512
|
},
|
|
2513
|
-
"value": "#
|
|
2513
|
+
"value": "#FBC828"
|
|
2514
2514
|
},
|
|
2515
2515
|
"Dark/color.chart.categorical.5": {
|
|
2516
2516
|
"attributes": {
|
|
@@ -2519,7 +2519,7 @@
|
|
|
2519
2519
|
"introduced": "0.13.3",
|
|
2520
2520
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
2521
2521
|
},
|
|
2522
|
-
"value": "#
|
|
2522
|
+
"value": "#1558BC"
|
|
2523
2523
|
},
|
|
2524
2524
|
"Dark/color.chart.categorical.5.hovered": {
|
|
2525
2525
|
"attributes": {
|
|
@@ -2528,7 +2528,7 @@
|
|
|
2528
2528
|
"introduced": "0.13.3",
|
|
2529
2529
|
"description": "Hovered state of color.chart.categorical.5."
|
|
2530
2530
|
},
|
|
2531
|
-
"value": "#
|
|
2531
|
+
"value": "#1868DB"
|
|
2532
2532
|
},
|
|
2533
2533
|
"Dark/color.chart.categorical.6": {
|
|
2534
2534
|
"attributes": {
|
|
@@ -2537,7 +2537,7 @@
|
|
|
2537
2537
|
"introduced": "0.13.3",
|
|
2538
2538
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
2539
2539
|
},
|
|
2540
|
-
"value": "#
|
|
2540
|
+
"value": "#964AC0"
|
|
2541
2541
|
},
|
|
2542
2542
|
"Dark/color.chart.categorical.6.hovered": {
|
|
2543
2543
|
"attributes": {
|
|
@@ -2546,7 +2546,7 @@
|
|
|
2546
2546
|
"introduced": "0.13.3",
|
|
2547
2547
|
"description": "Hovered state of color.chart.categorical.6."
|
|
2548
2548
|
},
|
|
2549
|
-
"value": "#
|
|
2549
|
+
"value": "#AF59E1"
|
|
2550
2550
|
},
|
|
2551
2551
|
"Dark/color.chart.categorical.7": {
|
|
2552
2552
|
"attributes": {
|
|
@@ -2555,7 +2555,7 @@
|
|
|
2555
2555
|
"introduced": "0.13.3",
|
|
2556
2556
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
2557
2557
|
},
|
|
2558
|
-
"value": "#
|
|
2558
|
+
"value": "#42B2D7"
|
|
2559
2559
|
},
|
|
2560
2560
|
"Dark/color.chart.categorical.7.hovered": {
|
|
2561
2561
|
"attributes": {
|
|
@@ -2564,7 +2564,7 @@
|
|
|
2564
2564
|
"introduced": "0.13.3",
|
|
2565
2565
|
"description": "Hovered state of color.chart.categorical.7."
|
|
2566
2566
|
},
|
|
2567
|
-
"value": "#
|
|
2567
|
+
"value": "#6CC3E0"
|
|
2568
2568
|
},
|
|
2569
2569
|
"Dark/color.chart.categorical.8": {
|
|
2570
2570
|
"attributes": {
|
|
@@ -2573,7 +2573,7 @@
|
|
|
2573
2573
|
"introduced": "0.13.3",
|
|
2574
2574
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
2575
2575
|
},
|
|
2576
|
-
"value": "#
|
|
2576
|
+
"value": "#E06C00"
|
|
2577
2577
|
},
|
|
2578
2578
|
"Dark/color.chart.categorical.8.hovered": {
|
|
2579
2579
|
"attributes": {
|
|
@@ -2582,7 +2582,7 @@
|
|
|
2582
2582
|
"introduced": "0.13.3",
|
|
2583
2583
|
"description": "Hovered state of color.chart.categorical.8."
|
|
2584
2584
|
},
|
|
2585
|
-
"value": "#
|
|
2585
|
+
"value": "#FBD779"
|
|
2586
2586
|
},
|
|
2587
2587
|
"Dark/color.chart.lime.bold": {
|
|
2588
2588
|
"attributes": {
|
|
@@ -2645,7 +2645,7 @@
|
|
|
2645
2645
|
"introduced": "0.13.3",
|
|
2646
2646
|
"description": "A secondary color for data visualisation or to communicate 'to-do' statues."
|
|
2647
2647
|
},
|
|
2648
|
-
"value": "#
|
|
2648
|
+
"value": "#7E8188"
|
|
2649
2649
|
},
|
|
2650
2650
|
"Dark/color.chart.neutral.hovered": {
|
|
2651
2651
|
"attributes": {
|
|
@@ -2654,7 +2654,7 @@
|
|
|
2654
2654
|
"introduced": "0.13.3",
|
|
2655
2655
|
"description": "Hovered state of color.chart.neutral."
|
|
2656
2656
|
},
|
|
2657
|
-
"value": "#
|
|
2657
|
+
"value": "#96999E"
|
|
2658
2658
|
},
|
|
2659
2659
|
"Dark/color.chart.red.bold": {
|
|
2660
2660
|
"attributes": {
|
|
@@ -2717,7 +2717,7 @@
|
|
|
2717
2717
|
"introduced": "0.13.3",
|
|
2718
2718
|
"description": "For data visualisation only."
|
|
2719
2719
|
},
|
|
2720
|
-
"value": "#
|
|
2720
|
+
"value": "#F68909"
|
|
2721
2721
|
},
|
|
2722
2722
|
"Dark/color.chart.orange.bold.hovered": {
|
|
2723
2723
|
"attributes": {
|
|
@@ -2726,7 +2726,7 @@
|
|
|
2726
2726
|
"introduced": "0.13.3",
|
|
2727
2727
|
"description": "Hovered state of color.chart.orange.bold."
|
|
2728
2728
|
},
|
|
2729
|
-
"value": "#
|
|
2729
|
+
"value": "#FCA700"
|
|
2730
2730
|
},
|
|
2731
2731
|
"Dark/color.chart.orange.bolder": {
|
|
2732
2732
|
"attributes": {
|
|
@@ -2735,7 +2735,7 @@
|
|
|
2735
2735
|
"introduced": "0.13.3",
|
|
2736
2736
|
"description": "For data visualisation only."
|
|
2737
2737
|
},
|
|
2738
|
-
"value": "#
|
|
2738
|
+
"value": "#FCA700"
|
|
2739
2739
|
},
|
|
2740
2740
|
"Dark/color.chart.orange.bolder.hovered": {
|
|
2741
2741
|
"attributes": {
|
|
@@ -2744,7 +2744,7 @@
|
|
|
2744
2744
|
"introduced": "0.13.3",
|
|
2745
2745
|
"description": "Hovered state of color.chart.orange.bolder."
|
|
2746
2746
|
},
|
|
2747
|
-
"value": "#
|
|
2747
|
+
"value": "#FBC828"
|
|
2748
2748
|
},
|
|
2749
2749
|
"Dark/color.chart.orange.boldest": {
|
|
2750
2750
|
"attributes": {
|
|
@@ -2753,7 +2753,7 @@
|
|
|
2753
2753
|
"introduced": "0.13.3",
|
|
2754
2754
|
"description": "For data visualisation only."
|
|
2755
2755
|
},
|
|
2756
|
-
"value": "#
|
|
2756
|
+
"value": "#FBD779"
|
|
2757
2757
|
},
|
|
2758
2758
|
"Dark/color.chart.orange.boldest.hovered": {
|
|
2759
2759
|
"attributes": {
|
|
@@ -2762,7 +2762,7 @@
|
|
|
2762
2762
|
"introduced": "0.13.3",
|
|
2763
2763
|
"description": "Hovered state of color.chart.orange.boldest."
|
|
2764
2764
|
},
|
|
2765
|
-
"value": "#
|
|
2765
|
+
"value": "#FCE4A6"
|
|
2766
2766
|
},
|
|
2767
2767
|
"Dark/color.chart.yellow.bold": {
|
|
2768
2768
|
"attributes": {
|
|
@@ -2780,7 +2780,7 @@
|
|
|
2780
2780
|
"introduced": "0.13.3",
|
|
2781
2781
|
"description": "Hovered state of color.chart.yellow.bold."
|
|
2782
2782
|
},
|
|
2783
|
-
"value": "#
|
|
2783
|
+
"value": "#DDB30E"
|
|
2784
2784
|
},
|
|
2785
2785
|
"Dark/color.chart.yellow.bolder": {
|
|
2786
2786
|
"attributes": {
|
|
@@ -2789,7 +2789,7 @@
|
|
|
2789
2789
|
"introduced": "0.13.3",
|
|
2790
2790
|
"description": "For data visualisation only."
|
|
2791
2791
|
},
|
|
2792
|
-
"value": "#
|
|
2792
|
+
"value": "#DDB30E"
|
|
2793
2793
|
},
|
|
2794
2794
|
"Dark/color.chart.yellow.bolder.hovered": {
|
|
2795
2795
|
"attributes": {
|
|
@@ -2798,7 +2798,7 @@
|
|
|
2798
2798
|
"introduced": "0.13.3",
|
|
2799
2799
|
"description": "Hovered state of color.chart.yellow.bolder."
|
|
2800
2800
|
},
|
|
2801
|
-
"value": "#
|
|
2801
|
+
"value": "#EED12B"
|
|
2802
2802
|
},
|
|
2803
2803
|
"Dark/color.chart.yellow.boldest": {
|
|
2804
2804
|
"attributes": {
|
|
@@ -2807,7 +2807,7 @@
|
|
|
2807
2807
|
"introduced": "0.13.3",
|
|
2808
2808
|
"description": "For data visualisation only."
|
|
2809
2809
|
},
|
|
2810
|
-
"value": "#
|
|
2810
|
+
"value": "#EED12B"
|
|
2811
2811
|
},
|
|
2812
2812
|
"Dark/color.chart.yellow.boldest.hovered": {
|
|
2813
2813
|
"attributes": {
|
|
@@ -2816,7 +2816,7 @@
|
|
|
2816
2816
|
"introduced": "0.13.3",
|
|
2817
2817
|
"description": "Hovered state of color.chart.yellow.boldest."
|
|
2818
2818
|
},
|
|
2819
|
-
"value": "#
|
|
2819
|
+
"value": "#F5E989"
|
|
2820
2820
|
},
|
|
2821
2821
|
"Dark/color.chart.green.bold": {
|
|
2822
2822
|
"attributes": {
|
|
@@ -2933,7 +2933,7 @@
|
|
|
2933
2933
|
"introduced": "0.13.3",
|
|
2934
2934
|
"description": "For data visualisation only."
|
|
2935
2935
|
},
|
|
2936
|
-
"value": "#
|
|
2936
|
+
"value": "#357DE8"
|
|
2937
2937
|
},
|
|
2938
2938
|
"Dark/color.chart.blue.bold.hovered": {
|
|
2939
2939
|
"attributes": {
|
|
@@ -2942,7 +2942,7 @@
|
|
|
2942
2942
|
"introduced": "0.13.3",
|
|
2943
2943
|
"description": "Hovered state of color.chart.blue.bold."
|
|
2944
2944
|
},
|
|
2945
|
-
"value": "#
|
|
2945
|
+
"value": "#4688EC"
|
|
2946
2946
|
},
|
|
2947
2947
|
"Dark/color.chart.blue.bolder": {
|
|
2948
2948
|
"attributes": {
|
|
@@ -2951,7 +2951,7 @@
|
|
|
2951
2951
|
"introduced": "0.13.3",
|
|
2952
2952
|
"description": "For data visualisation only."
|
|
2953
2953
|
},
|
|
2954
|
-
"value": "#
|
|
2954
|
+
"value": "#4688EC"
|
|
2955
2955
|
},
|
|
2956
2956
|
"Dark/color.chart.blue.bolder.hovered": {
|
|
2957
2957
|
"attributes": {
|
|
@@ -2960,7 +2960,7 @@
|
|
|
2960
2960
|
"introduced": "0.13.3",
|
|
2961
2961
|
"description": "Hovered state of color.chart.blue.bolder."
|
|
2962
2962
|
},
|
|
2963
|
-
"value": "#
|
|
2963
|
+
"value": "#669DF1"
|
|
2964
2964
|
},
|
|
2965
2965
|
"Dark/color.chart.blue.boldest": {
|
|
2966
2966
|
"attributes": {
|
|
@@ -2969,7 +2969,7 @@
|
|
|
2969
2969
|
"introduced": "0.13.3",
|
|
2970
2970
|
"description": "For data visualisation only."
|
|
2971
2971
|
},
|
|
2972
|
-
"value": "#
|
|
2972
|
+
"value": "#8FB8F6"
|
|
2973
2973
|
},
|
|
2974
2974
|
"Dark/color.chart.blue.boldest.hovered": {
|
|
2975
2975
|
"attributes": {
|
|
@@ -2978,7 +2978,7 @@
|
|
|
2978
2978
|
"introduced": "0.13.3",
|
|
2979
2979
|
"description": "Hovered state of color.chart.blue.boldest."
|
|
2980
2980
|
},
|
|
2981
|
-
"value": "#
|
|
2981
|
+
"value": "#CFE1FD"
|
|
2982
2982
|
},
|
|
2983
2983
|
"Dark/color.chart.purple.bold": {
|
|
2984
2984
|
"attributes": {
|
|
@@ -2987,7 +2987,7 @@
|
|
|
2987
2987
|
"introduced": "0.13.3",
|
|
2988
2988
|
"description": "For data visualisation only."
|
|
2989
2989
|
},
|
|
2990
|
-
"value": "#
|
|
2990
|
+
"value": "#AF59E1"
|
|
2991
2991
|
},
|
|
2992
2992
|
"Dark/color.chart.purple.bold.hovered": {
|
|
2993
2993
|
"attributes": {
|
|
@@ -2996,7 +2996,7 @@
|
|
|
2996
2996
|
"introduced": "0.13.3",
|
|
2997
2997
|
"description": "Hovered state of color.chart.purple.bold."
|
|
2998
2998
|
},
|
|
2999
|
-
"value": "#
|
|
2999
|
+
"value": "#BF63F3"
|
|
3000
3000
|
},
|
|
3001
3001
|
"Dark/color.chart.purple.bolder": {
|
|
3002
3002
|
"attributes": {
|
|
@@ -3005,7 +3005,7 @@
|
|
|
3005
3005
|
"introduced": "0.13.3",
|
|
3006
3006
|
"description": "For data visualisation only."
|
|
3007
3007
|
},
|
|
3008
|
-
"value": "#
|
|
3008
|
+
"value": "#BF63F3"
|
|
3009
3009
|
},
|
|
3010
3010
|
"Dark/color.chart.purple.bolder.hovered": {
|
|
3011
3011
|
"attributes": {
|
|
@@ -3014,7 +3014,7 @@
|
|
|
3014
3014
|
"introduced": "0.13.3",
|
|
3015
3015
|
"description": "Hovered state of color.chart.purple.bolder."
|
|
3016
3016
|
},
|
|
3017
|
-
"value": "#
|
|
3017
|
+
"value": "#C97CF4"
|
|
3018
3018
|
},
|
|
3019
3019
|
"Dark/color.chart.purple.boldest": {
|
|
3020
3020
|
"attributes": {
|
|
@@ -3023,7 +3023,7 @@
|
|
|
3023
3023
|
"introduced": "0.13.3",
|
|
3024
3024
|
"description": "For data visualisation only."
|
|
3025
3025
|
},
|
|
3026
|
-
"value": "#
|
|
3026
|
+
"value": "#D8A0F7"
|
|
3027
3027
|
},
|
|
3028
3028
|
"Dark/color.chart.purple.boldest.hovered": {
|
|
3029
3029
|
"attributes": {
|
|
@@ -3032,7 +3032,7 @@
|
|
|
3032
3032
|
"introduced": "0.13.3",
|
|
3033
3033
|
"description": "Hovered state of color.chart.purple.boldest."
|
|
3034
3034
|
},
|
|
3035
|
-
"value": "#
|
|
3035
|
+
"value": "#EED7FC"
|
|
3036
3036
|
},
|
|
3037
3037
|
"Dark/color.chart.magenta.bold": {
|
|
3038
3038
|
"attributes": {
|
|
@@ -3095,7 +3095,7 @@
|
|
|
3095
3095
|
"introduced": "0.13.3",
|
|
3096
3096
|
"description": "For data visualisation only."
|
|
3097
3097
|
},
|
|
3098
|
-
"value": "#
|
|
3098
|
+
"value": "#7E8188"
|
|
3099
3099
|
},
|
|
3100
3100
|
"Dark/color.chart.gray.bold.hovered": {
|
|
3101
3101
|
"attributes": {
|
|
@@ -3104,7 +3104,7 @@
|
|
|
3104
3104
|
"introduced": "0.13.3",
|
|
3105
3105
|
"description": "Hovered state of color.chart.gray.bold."
|
|
3106
3106
|
},
|
|
3107
|
-
"value": "#
|
|
3107
|
+
"value": "#96999E"
|
|
3108
3108
|
},
|
|
3109
3109
|
"Dark/color.chart.gray.bolder": {
|
|
3110
3110
|
"attributes": {
|
|
@@ -3113,7 +3113,7 @@
|
|
|
3113
3113
|
"introduced": "0.13.3",
|
|
3114
3114
|
"description": "For data visualisation only."
|
|
3115
3115
|
},
|
|
3116
|
-
"value": "#
|
|
3116
|
+
"value": "#96999E"
|
|
3117
3117
|
},
|
|
3118
3118
|
"Dark/color.chart.gray.bolder.hovered": {
|
|
3119
3119
|
"attributes": {
|
|
@@ -3122,7 +3122,7 @@
|
|
|
3122
3122
|
"introduced": "0.13.3",
|
|
3123
3123
|
"description": "Hovered state of color.chart.gray.bolder."
|
|
3124
3124
|
},
|
|
3125
|
-
"value": "#
|
|
3125
|
+
"value": "#A9ABAF"
|
|
3126
3126
|
},
|
|
3127
3127
|
"Dark/color.chart.gray.boldest": {
|
|
3128
3128
|
"attributes": {
|
|
@@ -3131,7 +3131,7 @@
|
|
|
3131
3131
|
"introduced": "0.13.3",
|
|
3132
3132
|
"description": "For data visualisation only."
|
|
3133
3133
|
},
|
|
3134
|
-
"value": "#
|
|
3134
|
+
"value": "#A9ABAF"
|
|
3135
3135
|
},
|
|
3136
3136
|
"Dark/color.chart.gray.boldest.hovered": {
|
|
3137
3137
|
"attributes": {
|
|
@@ -3140,7 +3140,7 @@
|
|
|
3140
3140
|
"introduced": "0.13.3",
|
|
3141
3141
|
"description": "Hovered state of color.chart.gray.boldest."
|
|
3142
3142
|
},
|
|
3143
|
-
"value": "#
|
|
3143
|
+
"value": "#BFC1C4"
|
|
3144
3144
|
},
|
|
3145
3145
|
"Dark/color.chart.brand": {
|
|
3146
3146
|
"attributes": {
|
|
@@ -3149,7 +3149,7 @@
|
|
|
3149
3149
|
"introduced": "0.13.3",
|
|
3150
3150
|
"description": "Our primary color for data visualisation. Use when only one color is required."
|
|
3151
3151
|
},
|
|
3152
|
-
"value": "#
|
|
3152
|
+
"value": "#4688EC"
|
|
3153
3153
|
},
|
|
3154
3154
|
"Dark/color.chart.brand.hovered": {
|
|
3155
3155
|
"attributes": {
|
|
@@ -3158,7 +3158,7 @@
|
|
|
3158
3158
|
"introduced": "0.13.3",
|
|
3159
3159
|
"description": "Hovered state of color.chart.brand."
|
|
3160
3160
|
},
|
|
3161
|
-
"value": "#
|
|
3161
|
+
"value": "#669DF1"
|
|
3162
3162
|
},
|
|
3163
3163
|
"Dark/color.chart.danger": {
|
|
3164
3164
|
"attributes": {
|
|
@@ -3185,7 +3185,7 @@
|
|
|
3185
3185
|
"introduced": "0.13.3",
|
|
3186
3186
|
"description": "A stronger emphasis option of color.chart.danger."
|
|
3187
3187
|
},
|
|
3188
|
-
"value": "#
|
|
3188
|
+
"value": "#FFB8B2"
|
|
3189
3189
|
},
|
|
3190
3190
|
"Dark/color.chart.danger.bold.hovered": {
|
|
3191
3191
|
"attributes": {
|
|
@@ -3194,7 +3194,7 @@
|
|
|
3194
3194
|
"introduced": "0.13.3",
|
|
3195
3195
|
"description": "Hovered state of color.chart.danger.bold."
|
|
3196
3196
|
},
|
|
3197
|
-
"value": "#
|
|
3197
|
+
"value": "#FD9891"
|
|
3198
3198
|
},
|
|
3199
3199
|
"Dark/color.chart.warning": {
|
|
3200
3200
|
"attributes": {
|
|
@@ -3203,7 +3203,7 @@
|
|
|
3203
3203
|
"introduced": "0.13.3",
|
|
3204
3204
|
"description": "For data visualisation communicating caution, such as 'at risk' statuses."
|
|
3205
3205
|
},
|
|
3206
|
-
"value": "#
|
|
3206
|
+
"value": "#F68909"
|
|
3207
3207
|
},
|
|
3208
3208
|
"Dark/color.chart.warning.hovered": {
|
|
3209
3209
|
"attributes": {
|
|
@@ -3212,7 +3212,7 @@
|
|
|
3212
3212
|
"introduced": "0.13.3",
|
|
3213
3213
|
"description": "Hovered state of color.chart.warning."
|
|
3214
3214
|
},
|
|
3215
|
-
"value": "#
|
|
3215
|
+
"value": "#FCA700"
|
|
3216
3216
|
},
|
|
3217
3217
|
"Dark/color.chart.warning.bold": {
|
|
3218
3218
|
"attributes": {
|
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
"introduced": "0.13.3",
|
|
3222
3222
|
"description": "A stronger emphasis option of color.chart.warning."
|
|
3223
3223
|
},
|
|
3224
|
-
"value": "#
|
|
3224
|
+
"value": "#FBC828"
|
|
3225
3225
|
},
|
|
3226
3226
|
"Dark/color.chart.warning.bold.hovered": {
|
|
3227
3227
|
"attributes": {
|
|
@@ -3230,7 +3230,7 @@
|
|
|
3230
3230
|
"introduced": "0.13.3",
|
|
3231
3231
|
"description": "Hovered state of color.chart.warning.bold."
|
|
3232
3232
|
},
|
|
3233
|
-
"value": "#
|
|
3233
|
+
"value": "#FCE4A6"
|
|
3234
3234
|
},
|
|
3235
3235
|
"Dark/color.chart.success": {
|
|
3236
3236
|
"attributes": {
|
|
@@ -3239,7 +3239,7 @@
|
|
|
3239
3239
|
"introduced": "0.13.3",
|
|
3240
3240
|
"description": "For data visualisation communicating positive information, such as 'on track'."
|
|
3241
3241
|
},
|
|
3242
|
-
"value": "#
|
|
3242
|
+
"value": "#82B536"
|
|
3243
3243
|
},
|
|
3244
3244
|
"Dark/color.chart.success.hovered": {
|
|
3245
3245
|
"attributes": {
|
|
@@ -3248,7 +3248,7 @@
|
|
|
3248
3248
|
"introduced": "0.13.3",
|
|
3249
3249
|
"description": "Hovered state of color.chart.success."
|
|
3250
3250
|
},
|
|
3251
|
-
"value": "#
|
|
3251
|
+
"value": "#94C748"
|
|
3252
3252
|
},
|
|
3253
3253
|
"Dark/color.chart.success.bold": {
|
|
3254
3254
|
"attributes": {
|
|
@@ -3257,7 +3257,7 @@
|
|
|
3257
3257
|
"introduced": "0.13.3",
|
|
3258
3258
|
"description": "A stronger emphasis option of color.chart.success."
|
|
3259
3259
|
},
|
|
3260
|
-
"value": "#
|
|
3260
|
+
"value": "#B3DF72"
|
|
3261
3261
|
},
|
|
3262
3262
|
"Dark/color.chart.success.bold.hovered": {
|
|
3263
3263
|
"attributes": {
|
|
@@ -3266,7 +3266,7 @@
|
|
|
3266
3266
|
"introduced": "0.13.3",
|
|
3267
3267
|
"description": "Hovered state of color.chart.success.bold."
|
|
3268
3268
|
},
|
|
3269
|
-
"value": "#
|
|
3269
|
+
"value": "#D3F1A7"
|
|
3270
3270
|
},
|
|
3271
3271
|
"Dark/color.chart.discovery": {
|
|
3272
3272
|
"attributes": {
|
|
@@ -3275,7 +3275,7 @@
|
|
|
3275
3275
|
"introduced": "0.13.3",
|
|
3276
3276
|
"description": "For data visualisation communicating 'new' statuses."
|
|
3277
3277
|
},
|
|
3278
|
-
"value": "#
|
|
3278
|
+
"value": "#BF63F3"
|
|
3279
3279
|
},
|
|
3280
3280
|
"Dark/color.chart.discovery.hovered": {
|
|
3281
3281
|
"attributes": {
|
|
@@ -3284,7 +3284,7 @@
|
|
|
3284
3284
|
"introduced": "0.13.3",
|
|
3285
3285
|
"description": "Hovered state of color.chart.discovery."
|
|
3286
3286
|
},
|
|
3287
|
-
"value": "#
|
|
3287
|
+
"value": "#C97CF4"
|
|
3288
3288
|
},
|
|
3289
3289
|
"Dark/color.chart.discovery.bold": {
|
|
3290
3290
|
"attributes": {
|
|
@@ -3293,7 +3293,7 @@
|
|
|
3293
3293
|
"introduced": "0.13.3",
|
|
3294
3294
|
"description": "A stronger emphasis option of color.chart.discovery."
|
|
3295
3295
|
},
|
|
3296
|
-
"value": "#
|
|
3296
|
+
"value": "#D8A0F7"
|
|
3297
3297
|
},
|
|
3298
3298
|
"Dark/color.chart.discovery.bold.hovered": {
|
|
3299
3299
|
"attributes": {
|
|
@@ -3302,7 +3302,7 @@
|
|
|
3302
3302
|
"introduced": "0.13.3",
|
|
3303
3303
|
"description": "Hovered state of color.chart.discovery.bold."
|
|
3304
3304
|
},
|
|
3305
|
-
"value": "#
|
|
3305
|
+
"value": "#EED7FC"
|
|
3306
3306
|
},
|
|
3307
3307
|
"Dark/color.chart.information": {
|
|
3308
3308
|
"attributes": {
|
|
@@ -3311,7 +3311,7 @@
|
|
|
3311
3311
|
"introduced": "0.13.3",
|
|
3312
3312
|
"description": "For data visualisation communicating low priority or in-progress statuses."
|
|
3313
3313
|
},
|
|
3314
|
-
"value": "#
|
|
3314
|
+
"value": "#4688EC"
|
|
3315
3315
|
},
|
|
3316
3316
|
"Dark/color.chart.information.hovered": {
|
|
3317
3317
|
"attributes": {
|
|
@@ -3320,7 +3320,7 @@
|
|
|
3320
3320
|
"introduced": "0.13.3",
|
|
3321
3321
|
"description": "Hovered state of color.chart.information."
|
|
3322
3322
|
},
|
|
3323
|
-
"value": "#
|
|
3323
|
+
"value": "#669DF1"
|
|
3324
3324
|
},
|
|
3325
3325
|
"Dark/color.chart.information.bold": {
|
|
3326
3326
|
"attributes": {
|
|
@@ -3329,7 +3329,7 @@
|
|
|
3329
3329
|
"introduced": "0.13.3",
|
|
3330
3330
|
"description": "A stronger emphasis option of color.chart.information."
|
|
3331
3331
|
},
|
|
3332
|
-
"value": "#
|
|
3332
|
+
"value": "#8FB8F6"
|
|
3333
3333
|
},
|
|
3334
3334
|
"Dark/color.chart.information.bold.hovered": {
|
|
3335
3335
|
"attributes": {
|
|
@@ -3338,7 +3338,7 @@
|
|
|
3338
3338
|
"introduced": "0.13.3",
|
|
3339
3339
|
"description": "Hovered state of color.chart.information.bold."
|
|
3340
3340
|
},
|
|
3341
|
-
"value": "#
|
|
3341
|
+
"value": "#CFE1FD"
|
|
3342
3342
|
},
|
|
3343
3343
|
"Dark/elevation.surface": {
|
|
3344
3344
|
"attributes": {
|
|
@@ -3347,7 +3347,7 @@
|
|
|
3347
3347
|
"introduced": "0.6.0",
|
|
3348
3348
|
"description": "Use as the primary background for the UI."
|
|
3349
3349
|
},
|
|
3350
|
-
"value": "#
|
|
3350
|
+
"value": "#1F1F21"
|
|
3351
3351
|
},
|
|
3352
3352
|
"Dark/elevation.surface.hovered": {
|
|
3353
3353
|
"attributes": {
|
|
@@ -3356,7 +3356,7 @@
|
|
|
3356
3356
|
"introduced": "0.10.20",
|
|
3357
3357
|
"description": "Hovered state of elevation.surface"
|
|
3358
3358
|
},
|
|
3359
|
-
"value": "#
|
|
3359
|
+
"value": "#242528"
|
|
3360
3360
|
},
|
|
3361
3361
|
"Dark/elevation.surface.pressed": {
|
|
3362
3362
|
"attributes": {
|
|
@@ -3365,7 +3365,7 @@
|
|
|
3365
3365
|
"introduced": "0.10.20",
|
|
3366
3366
|
"description": "Pressed state of elevation.surface"
|
|
3367
3367
|
},
|
|
3368
|
-
"value": "#
|
|
3368
|
+
"value": "#2B2C2F"
|
|
3369
3369
|
},
|
|
3370
3370
|
"Dark/elevation.surface.overlay": {
|
|
3371
3371
|
"attributes": {
|
|
@@ -3374,7 +3374,7 @@
|
|
|
3374
3374
|
"introduced": "0.6.0",
|
|
3375
3375
|
"description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
|
|
3376
3376
|
},
|
|
3377
|
-
"value": "#
|
|
3377
|
+
"value": "#2B2C2F"
|
|
3378
3378
|
},
|
|
3379
3379
|
"Dark/elevation.surface.overlay.hovered": {
|
|
3380
3380
|
"attributes": {
|
|
@@ -3383,7 +3383,7 @@
|
|
|
3383
3383
|
"introduced": "0.10.20",
|
|
3384
3384
|
"description": "Hovered state of elevation.surface.overlay"
|
|
3385
3385
|
},
|
|
3386
|
-
"value": "#
|
|
3386
|
+
"value": "#303134"
|
|
3387
3387
|
},
|
|
3388
3388
|
"Dark/elevation.surface.overlay.pressed": {
|
|
3389
3389
|
"attributes": {
|
|
@@ -3392,7 +3392,7 @@
|
|
|
3392
3392
|
"introduced": "0.10.20",
|
|
3393
3393
|
"description": "Pressed state of elevation.surface.overlay"
|
|
3394
3394
|
},
|
|
3395
|
-
"value": "#
|
|
3395
|
+
"value": "#3D3F43"
|
|
3396
3396
|
},
|
|
3397
3397
|
"Dark/elevation.surface.raised": {
|
|
3398
3398
|
"attributes": {
|
|
@@ -3401,7 +3401,7 @@
|
|
|
3401
3401
|
"introduced": "0.6.0",
|
|
3402
3402
|
"description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
|
|
3403
3403
|
},
|
|
3404
|
-
"value": "#
|
|
3404
|
+
"value": "#242528"
|
|
3405
3405
|
},
|
|
3406
3406
|
"Dark/elevation.surface.raised.hovered": {
|
|
3407
3407
|
"attributes": {
|
|
@@ -3410,7 +3410,7 @@
|
|
|
3410
3410
|
"introduced": "0.10.20",
|
|
3411
3411
|
"description": "Hovered state of elevation.surface.raised"
|
|
3412
3412
|
},
|
|
3413
|
-
"value": "#
|
|
3413
|
+
"value": "#2B2C2F"
|
|
3414
3414
|
},
|
|
3415
3415
|
"Dark/elevation.surface.raised.pressed": {
|
|
3416
3416
|
"attributes": {
|
|
@@ -3419,7 +3419,7 @@
|
|
|
3419
3419
|
"introduced": "0.10.20",
|
|
3420
3420
|
"description": "Pressed state of elevation.surface.raised"
|
|
3421
3421
|
},
|
|
3422
|
-
"value": "#
|
|
3422
|
+
"value": "#303134"
|
|
3423
3423
|
},
|
|
3424
3424
|
"Dark/elevation.surface.sunken": {
|
|
3425
3425
|
"attributes": {
|
|
@@ -3428,7 +3428,7 @@
|
|
|
3428
3428
|
"introduced": "0.6.0",
|
|
3429
3429
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
3430
3430
|
},
|
|
3431
|
-
"value": "#
|
|
3431
|
+
"value": "#18191A"
|
|
3432
3432
|
},
|
|
3433
3433
|
"Dark/elevation.shadow.overflow": {
|
|
3434
3434
|
"attributes": {
|
|
@@ -3444,7 +3444,7 @@
|
|
|
3444
3444
|
"x": 0,
|
|
3445
3445
|
"y": 0
|
|
3446
3446
|
},
|
|
3447
|
-
"color": "#
|
|
3447
|
+
"color": "#01040475",
|
|
3448
3448
|
"opacity": 0.56
|
|
3449
3449
|
},
|
|
3450
3450
|
{
|
|
@@ -3453,7 +3453,7 @@
|
|
|
3453
3453
|
"x": 0,
|
|
3454
3454
|
"y": 0
|
|
3455
3455
|
},
|
|
3456
|
-
"color": "#
|
|
3456
|
+
"color": "#01040475",
|
|
3457
3457
|
"opacity": 0.5
|
|
3458
3458
|
}
|
|
3459
3459
|
]
|
|
@@ -3465,7 +3465,7 @@
|
|
|
3465
3465
|
"introduced": "0.10.32",
|
|
3466
3466
|
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
3467
3467
|
},
|
|
3468
|
-
"value": "#
|
|
3468
|
+
"value": "#01040480"
|
|
3469
3469
|
},
|
|
3470
3470
|
"Dark/elevation.shadow.overflow.spread": {
|
|
3471
3471
|
"attributes": {
|
|
@@ -3474,7 +3474,7 @@
|
|
|
3474
3474
|
"introduced": "0.10.32",
|
|
3475
3475
|
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
3476
3476
|
},
|
|
3477
|
-
"value": "#
|
|
3477
|
+
"value": "#0104048f"
|
|
3478
3478
|
},
|
|
3479
3479
|
"Dark/elevation.shadow.overlay": {
|
|
3480
3480
|
"attributes": {
|
|
@@ -3487,12 +3487,12 @@
|
|
|
3487
3487
|
{
|
|
3488
3488
|
"radius": 0,
|
|
3489
3489
|
"spread": 1,
|
|
3490
|
-
"color": "#
|
|
3490
|
+
"color": "#BDBDBD",
|
|
3491
3491
|
"offset": {
|
|
3492
3492
|
"x": 0,
|
|
3493
3493
|
"y": 0
|
|
3494
3494
|
},
|
|
3495
|
-
"opacity":
|
|
3495
|
+
"opacity": 0.12
|
|
3496
3496
|
},
|
|
3497
3497
|
{
|
|
3498
3498
|
"radius": 12,
|
|
@@ -3500,7 +3500,7 @@
|
|
|
3500
3500
|
"x": 0,
|
|
3501
3501
|
"y": 8
|
|
3502
3502
|
},
|
|
3503
|
-
"color": "#
|
|
3503
|
+
"color": "#01040475",
|
|
3504
3504
|
"opacity": 0.36
|
|
3505
3505
|
},
|
|
3506
3506
|
{
|
|
@@ -3510,7 +3510,7 @@
|
|
|
3510
3510
|
"x": 0,
|
|
3511
3511
|
"y": 0
|
|
3512
3512
|
},
|
|
3513
|
-
"color": "#
|
|
3513
|
+
"color": "#01040475",
|
|
3514
3514
|
"opacity": 0.5
|
|
3515
3515
|
}
|
|
3516
3516
|
]
|
|
@@ -3539,7 +3539,7 @@
|
|
|
3539
3539
|
"x": 0,
|
|
3540
3540
|
"y": 1
|
|
3541
3541
|
},
|
|
3542
|
-
"color": "#
|
|
3542
|
+
"color": "#01040475",
|
|
3543
3543
|
"opacity": 0.5
|
|
3544
3544
|
},
|
|
3545
3545
|
{
|
|
@@ -3548,7 +3548,7 @@
|
|
|
3548
3548
|
"x": 0,
|
|
3549
3549
|
"y": 0
|
|
3550
3550
|
},
|
|
3551
|
-
"color": "#
|
|
3551
|
+
"color": "#01040475",
|
|
3552
3552
|
"opacity": 0.5
|
|
3553
3553
|
}
|
|
3554
3554
|
]
|