@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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "Light increased-contrast",
|
|
3
3
|
"tokens": {
|
|
4
4
|
"Light increased-contrast/color.text": {
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#1E1F21",
|
|
6
6
|
"attributes": {
|
|
7
7
|
"group": "paint",
|
|
8
8
|
"state": "active",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"Light increased-contrast/color.text.accent.orange": {
|
|
50
|
-
"value": "#
|
|
50
|
+
"value": "#693200",
|
|
51
51
|
"attributes": {
|
|
52
52
|
"group": "paint",
|
|
53
53
|
"state": "active",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"Light increased-contrast/color.text.accent.orange.bolder": {
|
|
59
|
-
"value": "#
|
|
59
|
+
"value": "#3A2C1F",
|
|
60
60
|
"attributes": {
|
|
61
61
|
"group": "paint",
|
|
62
62
|
"state": "active",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"Light increased-contrast/color.text.accent.blue": {
|
|
122
|
-
"value": "#
|
|
122
|
+
"value": "#123263",
|
|
123
123
|
"attributes": {
|
|
124
124
|
"group": "paint",
|
|
125
125
|
"state": "active",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
"Light increased-contrast/color.text.accent.blue.bolder": {
|
|
131
|
-
"value": "#
|
|
131
|
+
"value": "#1C2B42",
|
|
132
132
|
"attributes": {
|
|
133
133
|
"group": "paint",
|
|
134
134
|
"state": "active",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"Light increased-contrast/color.text.accent.purple": {
|
|
140
|
-
"value": "#
|
|
140
|
+
"value": "#48245D",
|
|
141
141
|
"attributes": {
|
|
142
142
|
"group": "paint",
|
|
143
143
|
"state": "active",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"Light increased-contrast/color.text.accent.purple.bolder": {
|
|
149
|
-
"value": "#
|
|
149
|
+
"value": "#35243F",
|
|
150
150
|
"attributes": {
|
|
151
151
|
"group": "paint",
|
|
152
152
|
"state": "active",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
"Light increased-contrast/color.text.accent.gray": {
|
|
176
|
-
"value": "#
|
|
176
|
+
"value": "#3B3D42",
|
|
177
177
|
"attributes": {
|
|
178
178
|
"group": "paint",
|
|
179
179
|
"state": "active",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"Light increased-contrast/color.text.accent.gray.bolder": {
|
|
185
|
-
"value": "#
|
|
185
|
+
"value": "#292A2E",
|
|
186
186
|
"attributes": {
|
|
187
187
|
"group": "paint",
|
|
188
188
|
"state": "active",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
},
|
|
193
193
|
"Light increased-contrast/color.text.disabled": {
|
|
194
|
-
"value": "#
|
|
194
|
+
"value": "#080F214A",
|
|
195
195
|
"attributes": {
|
|
196
196
|
"group": "paint",
|
|
197
197
|
"state": "active",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
"Light increased-contrast/color.text.selected": {
|
|
212
|
-
"value": "#
|
|
212
|
+
"value": "#123263",
|
|
213
213
|
"attributes": {
|
|
214
214
|
"group": "paint",
|
|
215
215
|
"state": "active",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
"Light increased-contrast/color.text.brand": {
|
|
221
|
-
"value": "#
|
|
221
|
+
"value": "#123263",
|
|
222
222
|
"attributes": {
|
|
223
223
|
"group": "paint",
|
|
224
224
|
"state": "active",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
238
|
"Light increased-contrast/color.text.warning": {
|
|
239
|
-
"value": "#
|
|
239
|
+
"value": "#693200",
|
|
240
240
|
"attributes": {
|
|
241
241
|
"group": "paint",
|
|
242
242
|
"state": "active",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
},
|
|
265
265
|
"Light increased-contrast/color.text.discovery": {
|
|
266
|
-
"value": "#
|
|
266
|
+
"value": "#48245D",
|
|
267
267
|
"attributes": {
|
|
268
268
|
"group": "paint",
|
|
269
269
|
"state": "active",
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"Light increased-contrast/color.text.information": {
|
|
275
|
-
"value": "#
|
|
275
|
+
"value": "#123263",
|
|
276
276
|
"attributes": {
|
|
277
277
|
"group": "paint",
|
|
278
278
|
"state": "active",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
}
|
|
282
282
|
},
|
|
283
283
|
"Light increased-contrast/color.text.subtlest": {
|
|
284
|
-
"value": "#
|
|
284
|
+
"value": "#3B3D42",
|
|
285
285
|
"attributes": {
|
|
286
286
|
"group": "paint",
|
|
287
287
|
"state": "active",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
}
|
|
291
291
|
},
|
|
292
292
|
"Light increased-contrast/color.text.subtle": {
|
|
293
|
-
"value": "#
|
|
293
|
+
"value": "#292A2E",
|
|
294
294
|
"attributes": {
|
|
295
295
|
"group": "paint",
|
|
296
296
|
"state": "active",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
301
|
"Light increased-contrast/color.link": {
|
|
302
|
-
"value": "#
|
|
302
|
+
"value": "#123263",
|
|
303
303
|
"attributes": {
|
|
304
304
|
"group": "paint",
|
|
305
305
|
"state": "active",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
}
|
|
309
309
|
},
|
|
310
310
|
"Light increased-contrast/color.link.pressed": {
|
|
311
|
-
"value": "#
|
|
311
|
+
"value": "#123263",
|
|
312
312
|
"attributes": {
|
|
313
313
|
"group": "paint",
|
|
314
314
|
"state": "active",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
}
|
|
318
318
|
},
|
|
319
319
|
"Light increased-contrast/color.link.visited": {
|
|
320
|
-
"value": "#
|
|
320
|
+
"value": "#803FA5",
|
|
321
321
|
"attributes": {
|
|
322
322
|
"group": "paint",
|
|
323
323
|
"state": "active",
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
}
|
|
327
327
|
},
|
|
328
328
|
"Light increased-contrast/color.link.visited.pressed": {
|
|
329
|
-
"value": "#
|
|
329
|
+
"value": "#48245D",
|
|
330
330
|
"attributes": {
|
|
331
331
|
"group": "paint",
|
|
332
332
|
"state": "active",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
337
|
"Light increased-contrast/color.icon": {
|
|
338
|
-
"value": "#
|
|
338
|
+
"value": "#292A2E",
|
|
339
339
|
"attributes": {
|
|
340
340
|
"group": "paint",
|
|
341
341
|
"state": "active",
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
}
|
|
363
363
|
},
|
|
364
364
|
"Light increased-contrast/color.icon.accent.orange": {
|
|
365
|
-
"value": "#
|
|
365
|
+
"value": "#9E4C00",
|
|
366
366
|
"attributes": {
|
|
367
367
|
"group": "paint",
|
|
368
368
|
"state": "active",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
}
|
|
399
399
|
},
|
|
400
400
|
"Light increased-contrast/color.icon.accent.blue": {
|
|
401
|
-
"value": "#
|
|
401
|
+
"value": "#1558BC",
|
|
402
402
|
"attributes": {
|
|
403
403
|
"group": "paint",
|
|
404
404
|
"state": "active",
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
}
|
|
408
408
|
},
|
|
409
409
|
"Light increased-contrast/color.icon.accent.purple": {
|
|
410
|
-
"value": "#
|
|
410
|
+
"value": "#803FA5",
|
|
411
411
|
"attributes": {
|
|
412
412
|
"group": "paint",
|
|
413
413
|
"state": "active",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
}
|
|
426
426
|
},
|
|
427
427
|
"Light increased-contrast/color.icon.accent.gray": {
|
|
428
|
-
"value": "#
|
|
428
|
+
"value": "#505258",
|
|
429
429
|
"attributes": {
|
|
430
430
|
"group": "paint",
|
|
431
431
|
"state": "active",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
}
|
|
435
435
|
},
|
|
436
436
|
"Light increased-contrast/color.icon.disabled": {
|
|
437
|
-
"value": "#
|
|
437
|
+
"value": "#080F214A",
|
|
438
438
|
"attributes": {
|
|
439
439
|
"group": "paint",
|
|
440
440
|
"state": "active",
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
}
|
|
453
453
|
},
|
|
454
454
|
"Light increased-contrast/color.icon.selected": {
|
|
455
|
-
"value": "#
|
|
455
|
+
"value": "#1558BC",
|
|
456
456
|
"attributes": {
|
|
457
457
|
"group": "paint",
|
|
458
458
|
"state": "active",
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"Light increased-contrast/color.icon.brand": {
|
|
464
|
-
"value": "#
|
|
464
|
+
"value": "#1558BC",
|
|
465
465
|
"attributes": {
|
|
466
466
|
"group": "paint",
|
|
467
467
|
"state": "active",
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
481
|
"Light increased-contrast/color.icon.warning": {
|
|
482
|
-
"value": "#
|
|
482
|
+
"value": "#9E4C00",
|
|
483
483
|
"attributes": {
|
|
484
484
|
"group": "paint",
|
|
485
485
|
"state": "active",
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
}
|
|
507
507
|
},
|
|
508
508
|
"Light increased-contrast/color.icon.discovery": {
|
|
509
|
-
"value": "#
|
|
509
|
+
"value": "#964AC0",
|
|
510
510
|
"attributes": {
|
|
511
511
|
"group": "paint",
|
|
512
512
|
"state": "active",
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
}
|
|
516
516
|
},
|
|
517
517
|
"Light increased-contrast/color.icon.information": {
|
|
518
|
-
"value": "#
|
|
518
|
+
"value": "#1558BC",
|
|
519
519
|
"attributes": {
|
|
520
520
|
"group": "paint",
|
|
521
521
|
"state": "active",
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
}
|
|
525
525
|
},
|
|
526
526
|
"Light increased-contrast/color.icon.subtlest": {
|
|
527
|
-
"value": "#
|
|
527
|
+
"value": "#3B3D42",
|
|
528
528
|
"attributes": {
|
|
529
529
|
"group": "paint",
|
|
530
530
|
"state": "active",
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
}
|
|
534
534
|
},
|
|
535
535
|
"Light increased-contrast/color.icon.subtle": {
|
|
536
|
-
"value": "#
|
|
536
|
+
"value": "#3B3D42",
|
|
537
537
|
"attributes": {
|
|
538
538
|
"group": "paint",
|
|
539
539
|
"state": "active",
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
"Light increased-contrast/color.border": {
|
|
545
|
-
"value": "#
|
|
545
|
+
"value": "#E9F0FB5C",
|
|
546
546
|
"attributes": {
|
|
547
547
|
"group": "paint",
|
|
548
548
|
"state": "active",
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
}
|
|
570
570
|
},
|
|
571
571
|
"Light increased-contrast/color.border.accent.orange": {
|
|
572
|
-
"value": "#
|
|
572
|
+
"value": "#9E4C00",
|
|
573
573
|
"attributes": {
|
|
574
574
|
"group": "paint",
|
|
575
575
|
"state": "active",
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
}
|
|
606
606
|
},
|
|
607
607
|
"Light increased-contrast/color.border.accent.blue": {
|
|
608
|
-
"value": "#
|
|
608
|
+
"value": "#1558BC",
|
|
609
609
|
"attributes": {
|
|
610
610
|
"group": "paint",
|
|
611
611
|
"state": "active",
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
}
|
|
615
615
|
},
|
|
616
616
|
"Light increased-contrast/color.border.accent.purple": {
|
|
617
|
-
"value": "#
|
|
617
|
+
"value": "#803FA5",
|
|
618
618
|
"attributes": {
|
|
619
619
|
"group": "paint",
|
|
620
620
|
"state": "active",
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
}
|
|
633
633
|
},
|
|
634
634
|
"Light increased-contrast/color.border.accent.gray": {
|
|
635
|
-
"value": "#
|
|
635
|
+
"value": "#505258",
|
|
636
636
|
"attributes": {
|
|
637
637
|
"group": "paint",
|
|
638
638
|
"state": "active",
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
}
|
|
642
642
|
},
|
|
643
643
|
"Light increased-contrast/color.border.disabled": {
|
|
644
|
-
"value": "#
|
|
644
|
+
"value": "#0B120E24",
|
|
645
645
|
"attributes": {
|
|
646
646
|
"group": "paint",
|
|
647
647
|
"state": "active",
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
}
|
|
651
651
|
},
|
|
652
652
|
"Light increased-contrast/color.border.focused": {
|
|
653
|
-
"value": "#
|
|
653
|
+
"value": "#1558BC",
|
|
654
654
|
"attributes": {
|
|
655
655
|
"group": "paint",
|
|
656
656
|
"state": "active",
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
}
|
|
660
660
|
},
|
|
661
661
|
"Light increased-contrast/color.border.input": {
|
|
662
|
-
"value": "#
|
|
662
|
+
"value": "#505258",
|
|
663
663
|
"attributes": {
|
|
664
664
|
"group": "paint",
|
|
665
665
|
"state": "active",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
}
|
|
678
678
|
},
|
|
679
679
|
"Light increased-contrast/color.border.selected": {
|
|
680
|
-
"value": "#
|
|
680
|
+
"value": "#1558BC",
|
|
681
681
|
"attributes": {
|
|
682
682
|
"group": "paint",
|
|
683
683
|
"state": "active",
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
}
|
|
687
687
|
},
|
|
688
688
|
"Light increased-contrast/color.border.brand": {
|
|
689
|
-
"value": "#
|
|
689
|
+
"value": "#1558BC",
|
|
690
690
|
"attributes": {
|
|
691
691
|
"group": "paint",
|
|
692
692
|
"state": "active",
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
}
|
|
705
705
|
},
|
|
706
706
|
"Light increased-contrast/color.border.warning": {
|
|
707
|
-
"value": "#
|
|
707
|
+
"value": "#9E4C00",
|
|
708
708
|
"attributes": {
|
|
709
709
|
"group": "paint",
|
|
710
710
|
"state": "active",
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
}
|
|
723
723
|
},
|
|
724
724
|
"Light increased-contrast/color.border.discovery": {
|
|
725
|
-
"value": "#
|
|
725
|
+
"value": "#964AC0",
|
|
726
726
|
"attributes": {
|
|
727
727
|
"group": "paint",
|
|
728
728
|
"state": "active",
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
}
|
|
732
732
|
},
|
|
733
733
|
"Light increased-contrast/color.border.information": {
|
|
734
|
-
"value": "#
|
|
734
|
+
"value": "#1558BC",
|
|
735
735
|
"attributes": {
|
|
736
736
|
"group": "paint",
|
|
737
737
|
"state": "active",
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
}
|
|
741
741
|
},
|
|
742
742
|
"Light increased-contrast/color.border.bold": {
|
|
743
|
-
"value": "#
|
|
743
|
+
"value": "#505258",
|
|
744
744
|
"attributes": {
|
|
745
745
|
"group": "paint",
|
|
746
746
|
"state": "active",
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
}
|
|
768
768
|
},
|
|
769
769
|
"Light increased-contrast/color.background.accent.lime.subtlest.pressed": {
|
|
770
|
-
"value": "#
|
|
770
|
+
"value": "#BDE97C",
|
|
771
771
|
"attributes": {
|
|
772
772
|
"group": "paint",
|
|
773
773
|
"state": "active",
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
}
|
|
786
786
|
},
|
|
787
787
|
"Light increased-contrast/color.background.accent.lime.subtler.hovered": {
|
|
788
|
-
"value": "#
|
|
788
|
+
"value": "#BDE97C",
|
|
789
789
|
"attributes": {
|
|
790
790
|
"group": "paint",
|
|
791
791
|
"state": "active",
|
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
}
|
|
795
795
|
},
|
|
796
796
|
"Light increased-contrast/color.background.accent.lime.subtler.pressed": {
|
|
797
|
-
"value": "#
|
|
797
|
+
"value": "#B3DF72",
|
|
798
798
|
"attributes": {
|
|
799
799
|
"group": "paint",
|
|
800
800
|
"state": "active",
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
}
|
|
876
876
|
},
|
|
877
877
|
"Light increased-contrast/color.background.accent.red.subtlest.pressed": {
|
|
878
|
-
"value": "#
|
|
878
|
+
"value": "#FFB8B2",
|
|
879
879
|
"attributes": {
|
|
880
880
|
"group": "paint",
|
|
881
881
|
"state": "active",
|
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
}
|
|
894
894
|
},
|
|
895
895
|
"Light increased-contrast/color.background.accent.red.subtler.hovered": {
|
|
896
|
-
"value": "#
|
|
896
|
+
"value": "#FFB8B2",
|
|
897
897
|
"attributes": {
|
|
898
898
|
"group": "paint",
|
|
899
899
|
"state": "active",
|
|
@@ -902,7 +902,7 @@
|
|
|
902
902
|
}
|
|
903
903
|
},
|
|
904
904
|
"Light increased-contrast/color.background.accent.red.subtler.pressed": {
|
|
905
|
-
"value": "#
|
|
905
|
+
"value": "#FD9891",
|
|
906
906
|
"attributes": {
|
|
907
907
|
"group": "paint",
|
|
908
908
|
"state": "active",
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
}
|
|
966
966
|
},
|
|
967
967
|
"Light increased-contrast/color.background.accent.orange.subtlest": {
|
|
968
|
-
"value": "#
|
|
968
|
+
"value": "#FFF5DB",
|
|
969
969
|
"attributes": {
|
|
970
970
|
"group": "paint",
|
|
971
971
|
"state": "active",
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
}
|
|
975
975
|
},
|
|
976
976
|
"Light increased-contrast/color.background.accent.orange.subtlest.hovered": {
|
|
977
|
-
"value": "#
|
|
977
|
+
"value": "#FCE4A6",
|
|
978
978
|
"attributes": {
|
|
979
979
|
"group": "paint",
|
|
980
980
|
"state": "active",
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
}
|
|
984
984
|
},
|
|
985
985
|
"Light increased-contrast/color.background.accent.orange.subtlest.pressed": {
|
|
986
|
-
"value": "#
|
|
986
|
+
"value": "#FBD779",
|
|
987
987
|
"attributes": {
|
|
988
988
|
"group": "paint",
|
|
989
989
|
"state": "active",
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
}
|
|
993
993
|
},
|
|
994
994
|
"Light increased-contrast/color.background.accent.orange.subtler": {
|
|
995
|
-
"value": "#
|
|
995
|
+
"value": "#FCE4A6",
|
|
996
996
|
"attributes": {
|
|
997
997
|
"group": "paint",
|
|
998
998
|
"state": "active",
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
1003
1003
|
"Light increased-contrast/color.background.accent.orange.subtler.hovered": {
|
|
1004
|
-
"value": "#
|
|
1004
|
+
"value": "#FBD779",
|
|
1005
1005
|
"attributes": {
|
|
1006
1006
|
"group": "paint",
|
|
1007
1007
|
"state": "active",
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
}
|
|
1011
1011
|
},
|
|
1012
1012
|
"Light increased-contrast/color.background.accent.orange.subtler.pressed": {
|
|
1013
|
-
"value": "#
|
|
1013
|
+
"value": "#FBC828",
|
|
1014
1014
|
"attributes": {
|
|
1015
1015
|
"group": "paint",
|
|
1016
1016
|
"state": "active",
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
}
|
|
1020
1020
|
},
|
|
1021
1021
|
"Light increased-contrast/color.background.accent.orange.subtle": {
|
|
1022
|
-
"value": "#
|
|
1022
|
+
"value": "#FBC828",
|
|
1023
1023
|
"attributes": {
|
|
1024
1024
|
"group": "paint",
|
|
1025
1025
|
"state": "active",
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
}
|
|
1029
1029
|
},
|
|
1030
1030
|
"Light increased-contrast/color.background.accent.orange.subtle.hovered": {
|
|
1031
|
-
"value": "#
|
|
1031
|
+
"value": "#FCE4A6",
|
|
1032
1032
|
"attributes": {
|
|
1033
1033
|
"group": "paint",
|
|
1034
1034
|
"state": "active",
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
}
|
|
1038
1038
|
},
|
|
1039
1039
|
"Light increased-contrast/color.background.accent.orange.subtle.pressed": {
|
|
1040
|
-
"value": "#
|
|
1040
|
+
"value": "#FFF5DB",
|
|
1041
1041
|
"attributes": {
|
|
1042
1042
|
"group": "paint",
|
|
1043
1043
|
"state": "active",
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
}
|
|
1047
1047
|
},
|
|
1048
1048
|
"Light increased-contrast/color.background.accent.orange.bolder": {
|
|
1049
|
-
"value": "#
|
|
1049
|
+
"value": "#693200",
|
|
1050
1050
|
"attributes": {
|
|
1051
1051
|
"group": "paint",
|
|
1052
1052
|
"state": "active",
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
}
|
|
1056
1056
|
},
|
|
1057
1057
|
"Light increased-contrast/color.background.accent.orange.bolder.hovered": {
|
|
1058
|
-
"value": "#
|
|
1058
|
+
"value": "#3A2C1F",
|
|
1059
1059
|
"attributes": {
|
|
1060
1060
|
"group": "paint",
|
|
1061
1061
|
"state": "active",
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
}
|
|
1074
1074
|
},
|
|
1075
1075
|
"Light increased-contrast/color.background.accent.yellow.subtlest": {
|
|
1076
|
-
"value": "#
|
|
1076
|
+
"value": "#FEF7C8",
|
|
1077
1077
|
"attributes": {
|
|
1078
1078
|
"group": "paint",
|
|
1079
1079
|
"state": "active",
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
}
|
|
1083
1083
|
},
|
|
1084
1084
|
"Light increased-contrast/color.background.accent.yellow.subtlest.hovered": {
|
|
1085
|
-
"value": "#
|
|
1085
|
+
"value": "#F5E989",
|
|
1086
1086
|
"attributes": {
|
|
1087
1087
|
"group": "paint",
|
|
1088
1088
|
"state": "active",
|
|
@@ -1091,7 +1091,7 @@
|
|
|
1091
1091
|
}
|
|
1092
1092
|
},
|
|
1093
1093
|
"Light increased-contrast/color.background.accent.yellow.subtlest.pressed": {
|
|
1094
|
-
"value": "#
|
|
1094
|
+
"value": "#EFDD4E",
|
|
1095
1095
|
"attributes": {
|
|
1096
1096
|
"group": "paint",
|
|
1097
1097
|
"state": "active",
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
}
|
|
1101
1101
|
},
|
|
1102
1102
|
"Light increased-contrast/color.background.accent.yellow.subtler": {
|
|
1103
|
-
"value": "#
|
|
1103
|
+
"value": "#F5E989",
|
|
1104
1104
|
"attributes": {
|
|
1105
1105
|
"group": "paint",
|
|
1106
1106
|
"state": "active",
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
}
|
|
1110
1110
|
},
|
|
1111
1111
|
"Light increased-contrast/color.background.accent.yellow.subtler.hovered": {
|
|
1112
|
-
"value": "#
|
|
1112
|
+
"value": "#EFDD4E",
|
|
1113
1113
|
"attributes": {
|
|
1114
1114
|
"group": "paint",
|
|
1115
1115
|
"state": "active",
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
}
|
|
1119
1119
|
},
|
|
1120
1120
|
"Light increased-contrast/color.background.accent.yellow.subtler.pressed": {
|
|
1121
|
-
"value": "#
|
|
1121
|
+
"value": "#EED12B",
|
|
1122
1122
|
"attributes": {
|
|
1123
1123
|
"group": "paint",
|
|
1124
1124
|
"state": "active",
|
|
@@ -1127,7 +1127,7 @@
|
|
|
1127
1127
|
}
|
|
1128
1128
|
},
|
|
1129
1129
|
"Light increased-contrast/color.background.accent.yellow.subtle": {
|
|
1130
|
-
"value": "#
|
|
1130
|
+
"value": "#EED12B",
|
|
1131
1131
|
"attributes": {
|
|
1132
1132
|
"group": "paint",
|
|
1133
1133
|
"state": "active",
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
}
|
|
1137
1137
|
},
|
|
1138
1138
|
"Light increased-contrast/color.background.accent.yellow.subtle.hovered": {
|
|
1139
|
-
"value": "#
|
|
1139
|
+
"value": "#F5E989",
|
|
1140
1140
|
"attributes": {
|
|
1141
1141
|
"group": "paint",
|
|
1142
1142
|
"state": "active",
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
}
|
|
1146
1146
|
},
|
|
1147
1147
|
"Light increased-contrast/color.background.accent.yellow.subtle.pressed": {
|
|
1148
|
-
"value": "#
|
|
1148
|
+
"value": "#FEF7C8",
|
|
1149
1149
|
"attributes": {
|
|
1150
1150
|
"group": "paint",
|
|
1151
1151
|
"state": "active",
|
|
@@ -1199,7 +1199,7 @@
|
|
|
1199
1199
|
}
|
|
1200
1200
|
},
|
|
1201
1201
|
"Light increased-contrast/color.background.accent.green.subtlest.pressed": {
|
|
1202
|
-
"value": "#
|
|
1202
|
+
"value": "#97EDC9",
|
|
1203
1203
|
"attributes": {
|
|
1204
1204
|
"group": "paint",
|
|
1205
1205
|
"state": "active",
|
|
@@ -1217,7 +1217,7 @@
|
|
|
1217
1217
|
}
|
|
1218
1218
|
},
|
|
1219
1219
|
"Light increased-contrast/color.background.accent.green.subtler.hovered": {
|
|
1220
|
-
"value": "#
|
|
1220
|
+
"value": "#97EDC9",
|
|
1221
1221
|
"attributes": {
|
|
1222
1222
|
"group": "paint",
|
|
1223
1223
|
"state": "active",
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
}
|
|
1227
1227
|
},
|
|
1228
1228
|
"Light increased-contrast/color.background.accent.green.subtler.pressed": {
|
|
1229
|
-
"value": "#
|
|
1229
|
+
"value": "#7EE2B8",
|
|
1230
1230
|
"attributes": {
|
|
1231
1231
|
"group": "paint",
|
|
1232
1232
|
"state": "active",
|
|
@@ -1307,7 +1307,7 @@
|
|
|
1307
1307
|
}
|
|
1308
1308
|
},
|
|
1309
1309
|
"Light increased-contrast/color.background.accent.teal.subtlest.pressed": {
|
|
1310
|
-
"value": "#
|
|
1310
|
+
"value": "#B1E4F7",
|
|
1311
1311
|
"attributes": {
|
|
1312
1312
|
"group": "paint",
|
|
1313
1313
|
"state": "active",
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
}
|
|
1326
1326
|
},
|
|
1327
1327
|
"Light increased-contrast/color.background.accent.teal.subtler.hovered": {
|
|
1328
|
-
"value": "#
|
|
1328
|
+
"value": "#B1E4F7",
|
|
1329
1329
|
"attributes": {
|
|
1330
1330
|
"group": "paint",
|
|
1331
1331
|
"state": "active",
|
|
@@ -1334,7 +1334,7 @@
|
|
|
1334
1334
|
}
|
|
1335
1335
|
},
|
|
1336
1336
|
"Light increased-contrast/color.background.accent.teal.subtler.pressed": {
|
|
1337
|
-
"value": "#
|
|
1337
|
+
"value": "#9DD9EE",
|
|
1338
1338
|
"attributes": {
|
|
1339
1339
|
"group": "paint",
|
|
1340
1340
|
"state": "active",
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
}
|
|
1398
1398
|
},
|
|
1399
1399
|
"Light increased-contrast/color.background.accent.blue.subtlest": {
|
|
1400
|
-
"value": "#
|
|
1400
|
+
"value": "#E9F2FE",
|
|
1401
1401
|
"attributes": {
|
|
1402
1402
|
"group": "paint",
|
|
1403
1403
|
"state": "active",
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
}
|
|
1407
1407
|
},
|
|
1408
1408
|
"Light increased-contrast/color.background.accent.blue.subtlest.hovered": {
|
|
1409
|
-
"value": "#
|
|
1409
|
+
"value": "#CFE1FD",
|
|
1410
1410
|
"attributes": {
|
|
1411
1411
|
"group": "paint",
|
|
1412
1412
|
"state": "active",
|
|
@@ -1415,7 +1415,7 @@
|
|
|
1415
1415
|
}
|
|
1416
1416
|
},
|
|
1417
1417
|
"Light increased-contrast/color.background.accent.blue.subtlest.pressed": {
|
|
1418
|
-
"value": "#
|
|
1418
|
+
"value": "#ADCBFB",
|
|
1419
1419
|
"attributes": {
|
|
1420
1420
|
"group": "paint",
|
|
1421
1421
|
"state": "active",
|
|
@@ -1424,7 +1424,7 @@
|
|
|
1424
1424
|
}
|
|
1425
1425
|
},
|
|
1426
1426
|
"Light increased-contrast/color.background.accent.blue.subtler": {
|
|
1427
|
-
"value": "#
|
|
1427
|
+
"value": "#CFE1FD",
|
|
1428
1428
|
"attributes": {
|
|
1429
1429
|
"group": "paint",
|
|
1430
1430
|
"state": "active",
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
}
|
|
1434
1434
|
},
|
|
1435
1435
|
"Light increased-contrast/color.background.accent.blue.subtler.hovered": {
|
|
1436
|
-
"value": "#
|
|
1436
|
+
"value": "#ADCBFB",
|
|
1437
1437
|
"attributes": {
|
|
1438
1438
|
"group": "paint",
|
|
1439
1439
|
"state": "active",
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
1444
1444
|
"Light increased-contrast/color.background.accent.blue.subtler.pressed": {
|
|
1445
|
-
"value": "#
|
|
1445
|
+
"value": "#8FB8F6",
|
|
1446
1446
|
"attributes": {
|
|
1447
1447
|
"group": "paint",
|
|
1448
1448
|
"state": "active",
|
|
@@ -1451,7 +1451,7 @@
|
|
|
1451
1451
|
}
|
|
1452
1452
|
},
|
|
1453
1453
|
"Light increased-contrast/color.background.accent.blue.subtle": {
|
|
1454
|
-
"value": "#
|
|
1454
|
+
"value": "#8FB8F6",
|
|
1455
1455
|
"attributes": {
|
|
1456
1456
|
"group": "paint",
|
|
1457
1457
|
"state": "active",
|
|
@@ -1460,7 +1460,7 @@
|
|
|
1460
1460
|
}
|
|
1461
1461
|
},
|
|
1462
1462
|
"Light increased-contrast/color.background.accent.blue.subtle.hovered": {
|
|
1463
|
-
"value": "#
|
|
1463
|
+
"value": "#CFE1FD",
|
|
1464
1464
|
"attributes": {
|
|
1465
1465
|
"group": "paint",
|
|
1466
1466
|
"state": "active",
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
}
|
|
1470
1470
|
},
|
|
1471
1471
|
"Light increased-contrast/color.background.accent.blue.subtle.pressed": {
|
|
1472
|
-
"value": "#
|
|
1472
|
+
"value": "#E9F2FE",
|
|
1473
1473
|
"attributes": {
|
|
1474
1474
|
"group": "paint",
|
|
1475
1475
|
"state": "active",
|
|
@@ -1478,7 +1478,7 @@
|
|
|
1478
1478
|
}
|
|
1479
1479
|
},
|
|
1480
1480
|
"Light increased-contrast/color.background.accent.blue.bolder": {
|
|
1481
|
-
"value": "#
|
|
1481
|
+
"value": "#123263",
|
|
1482
1482
|
"attributes": {
|
|
1483
1483
|
"group": "paint",
|
|
1484
1484
|
"state": "active",
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
}
|
|
1488
1488
|
},
|
|
1489
1489
|
"Light increased-contrast/color.background.accent.blue.bolder.hovered": {
|
|
1490
|
-
"value": "#
|
|
1490
|
+
"value": "#1C2B42",
|
|
1491
1491
|
"attributes": {
|
|
1492
1492
|
"group": "paint",
|
|
1493
1493
|
"state": "active",
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
}
|
|
1506
1506
|
},
|
|
1507
1507
|
"Light increased-contrast/color.background.accent.purple.subtlest": {
|
|
1508
|
-
"value": "#
|
|
1508
|
+
"value": "#F8EEFE",
|
|
1509
1509
|
"attributes": {
|
|
1510
1510
|
"group": "paint",
|
|
1511
1511
|
"state": "active",
|
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
}
|
|
1515
1515
|
},
|
|
1516
1516
|
"Light increased-contrast/color.background.accent.purple.subtlest.hovered": {
|
|
1517
|
-
"value": "#
|
|
1517
|
+
"value": "#EED7FC",
|
|
1518
1518
|
"attributes": {
|
|
1519
1519
|
"group": "paint",
|
|
1520
1520
|
"state": "active",
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
},
|
|
1525
1525
|
"Light increased-contrast/color.background.accent.purple.subtlest.pressed": {
|
|
1526
|
-
"value": "#
|
|
1526
|
+
"value": "#E3BDFA",
|
|
1527
1527
|
"attributes": {
|
|
1528
1528
|
"group": "paint",
|
|
1529
1529
|
"state": "active",
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
}
|
|
1533
1533
|
},
|
|
1534
1534
|
"Light increased-contrast/color.background.accent.purple.subtler": {
|
|
1535
|
-
"value": "#
|
|
1535
|
+
"value": "#EED7FC",
|
|
1536
1536
|
"attributes": {
|
|
1537
1537
|
"group": "paint",
|
|
1538
1538
|
"state": "active",
|
|
@@ -1541,7 +1541,7 @@
|
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|
|
1543
1543
|
"Light increased-contrast/color.background.accent.purple.subtler.hovered": {
|
|
1544
|
-
"value": "#
|
|
1544
|
+
"value": "#E3BDFA",
|
|
1545
1545
|
"attributes": {
|
|
1546
1546
|
"group": "paint",
|
|
1547
1547
|
"state": "active",
|
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
}
|
|
1551
1551
|
},
|
|
1552
1552
|
"Light increased-contrast/color.background.accent.purple.subtler.pressed": {
|
|
1553
|
-
"value": "#
|
|
1553
|
+
"value": "#D8A0F7",
|
|
1554
1554
|
"attributes": {
|
|
1555
1555
|
"group": "paint",
|
|
1556
1556
|
"state": "active",
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
}
|
|
1569
1569
|
},
|
|
1570
1570
|
"Light increased-contrast/color.background.accent.purple.subtle.hovered": {
|
|
1571
|
-
"value": "#
|
|
1571
|
+
"value": "#EED7FC",
|
|
1572
1572
|
"attributes": {
|
|
1573
1573
|
"group": "paint",
|
|
1574
1574
|
"state": "active",
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
}
|
|
1578
1578
|
},
|
|
1579
1579
|
"Light increased-contrast/color.background.accent.purple.subtle.pressed": {
|
|
1580
|
-
"value": "#
|
|
1580
|
+
"value": "#F8EEFE",
|
|
1581
1581
|
"attributes": {
|
|
1582
1582
|
"group": "paint",
|
|
1583
1583
|
"state": "active",
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
}
|
|
1587
1587
|
},
|
|
1588
1588
|
"Light increased-contrast/color.background.accent.purple.bolder": {
|
|
1589
|
-
"value": "#
|
|
1589
|
+
"value": "#48245D",
|
|
1590
1590
|
"attributes": {
|
|
1591
1591
|
"group": "paint",
|
|
1592
1592
|
"state": "active",
|
|
@@ -1595,7 +1595,7 @@
|
|
|
1595
1595
|
}
|
|
1596
1596
|
},
|
|
1597
1597
|
"Light increased-contrast/color.background.accent.purple.bolder.hovered": {
|
|
1598
|
-
"value": "#
|
|
1598
|
+
"value": "#35243F",
|
|
1599
1599
|
"attributes": {
|
|
1600
1600
|
"group": "paint",
|
|
1601
1601
|
"state": "active",
|
|
@@ -1631,7 +1631,7 @@
|
|
|
1631
1631
|
}
|
|
1632
1632
|
},
|
|
1633
1633
|
"Light increased-contrast/color.background.accent.magenta.subtlest.pressed": {
|
|
1634
|
-
"value": "#
|
|
1634
|
+
"value": "#FCB6E1",
|
|
1635
1635
|
"attributes": {
|
|
1636
1636
|
"group": "paint",
|
|
1637
1637
|
"state": "active",
|
|
@@ -1649,7 +1649,7 @@
|
|
|
1649
1649
|
}
|
|
1650
1650
|
},
|
|
1651
1651
|
"Light increased-contrast/color.background.accent.magenta.subtler.hovered": {
|
|
1652
|
-
"value": "#
|
|
1652
|
+
"value": "#FCB6E1",
|
|
1653
1653
|
"attributes": {
|
|
1654
1654
|
"group": "paint",
|
|
1655
1655
|
"state": "active",
|
|
@@ -1658,7 +1658,7 @@
|
|
|
1658
1658
|
}
|
|
1659
1659
|
},
|
|
1660
1660
|
"Light increased-contrast/color.background.accent.magenta.subtler.pressed": {
|
|
1661
|
-
"value": "#
|
|
1661
|
+
"value": "#F797D2",
|
|
1662
1662
|
"attributes": {
|
|
1663
1663
|
"group": "paint",
|
|
1664
1664
|
"state": "active",
|
|
@@ -1721,7 +1721,7 @@
|
|
|
1721
1721
|
}
|
|
1722
1722
|
},
|
|
1723
1723
|
"Light increased-contrast/color.background.accent.gray.subtlest": {
|
|
1724
|
-
"value": "#
|
|
1724
|
+
"value": "#F0F1F2",
|
|
1725
1725
|
"attributes": {
|
|
1726
1726
|
"group": "paint",
|
|
1727
1727
|
"state": "active",
|
|
@@ -1730,7 +1730,7 @@
|
|
|
1730
1730
|
}
|
|
1731
1731
|
},
|
|
1732
1732
|
"Light increased-contrast/color.background.accent.gray.subtlest.hovered": {
|
|
1733
|
-
"value": "#
|
|
1733
|
+
"value": "#DDDEE1",
|
|
1734
1734
|
"attributes": {
|
|
1735
1735
|
"group": "paint",
|
|
1736
1736
|
"state": "active",
|
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
}
|
|
1740
1740
|
},
|
|
1741
1741
|
"Light increased-contrast/color.background.accent.gray.subtlest.pressed": {
|
|
1742
|
-
"value": "#
|
|
1742
|
+
"value": "#B7B9BE",
|
|
1743
1743
|
"attributes": {
|
|
1744
1744
|
"group": "paint",
|
|
1745
1745
|
"state": "active",
|
|
@@ -1748,7 +1748,7 @@
|
|
|
1748
1748
|
}
|
|
1749
1749
|
},
|
|
1750
1750
|
"Light increased-contrast/color.background.accent.gray.subtler": {
|
|
1751
|
-
"value": "#
|
|
1751
|
+
"value": "#DDDEE1",
|
|
1752
1752
|
"attributes": {
|
|
1753
1753
|
"group": "paint",
|
|
1754
1754
|
"state": "active",
|
|
@@ -1757,7 +1757,7 @@
|
|
|
1757
1757
|
}
|
|
1758
1758
|
},
|
|
1759
1759
|
"Light increased-contrast/color.background.accent.gray.subtler.hovered": {
|
|
1760
|
-
"value": "#
|
|
1760
|
+
"value": "#B7B9BE",
|
|
1761
1761
|
"attributes": {
|
|
1762
1762
|
"group": "paint",
|
|
1763
1763
|
"state": "active",
|
|
@@ -1766,7 +1766,7 @@
|
|
|
1766
1766
|
}
|
|
1767
1767
|
},
|
|
1768
1768
|
"Light increased-contrast/color.background.accent.gray.subtler.pressed": {
|
|
1769
|
-
"value": "#
|
|
1769
|
+
"value": "#8C8F97",
|
|
1770
1770
|
"attributes": {
|
|
1771
1771
|
"group": "paint",
|
|
1772
1772
|
"state": "active",
|
|
@@ -1775,7 +1775,7 @@
|
|
|
1775
1775
|
}
|
|
1776
1776
|
},
|
|
1777
1777
|
"Light increased-contrast/color.background.accent.gray.subtle": {
|
|
1778
|
-
"value": "#
|
|
1778
|
+
"value": "#B7B9BE",
|
|
1779
1779
|
"attributes": {
|
|
1780
1780
|
"group": "paint",
|
|
1781
1781
|
"state": "active",
|
|
@@ -1784,7 +1784,7 @@
|
|
|
1784
1784
|
}
|
|
1785
1785
|
},
|
|
1786
1786
|
"Light increased-contrast/color.background.accent.gray.subtle.hovered": {
|
|
1787
|
-
"value": "#
|
|
1787
|
+
"value": "#DDDEE1",
|
|
1788
1788
|
"attributes": {
|
|
1789
1789
|
"group": "paint",
|
|
1790
1790
|
"state": "active",
|
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
}
|
|
1794
1794
|
},
|
|
1795
1795
|
"Light increased-contrast/color.background.accent.gray.subtle.pressed": {
|
|
1796
|
-
"value": "#
|
|
1796
|
+
"value": "#F0F1F2",
|
|
1797
1797
|
"attributes": {
|
|
1798
1798
|
"group": "paint",
|
|
1799
1799
|
"state": "active",
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
}
|
|
1803
1803
|
},
|
|
1804
1804
|
"Light increased-contrast/color.background.accent.gray.bolder": {
|
|
1805
|
-
"value": "#
|
|
1805
|
+
"value": "#505258",
|
|
1806
1806
|
"attributes": {
|
|
1807
1807
|
"group": "paint",
|
|
1808
1808
|
"state": "active",
|
|
@@ -1811,7 +1811,7 @@
|
|
|
1811
1811
|
}
|
|
1812
1812
|
},
|
|
1813
1813
|
"Light increased-contrast/color.background.accent.gray.bolder.hovered": {
|
|
1814
|
-
"value": "#
|
|
1814
|
+
"value": "#3B3D42",
|
|
1815
1815
|
"attributes": {
|
|
1816
1816
|
"group": "paint",
|
|
1817
1817
|
"state": "active",
|
|
@@ -1820,7 +1820,7 @@
|
|
|
1820
1820
|
}
|
|
1821
1821
|
},
|
|
1822
1822
|
"Light increased-contrast/color.background.accent.gray.bolder.pressed": {
|
|
1823
|
-
"value": "#
|
|
1823
|
+
"value": "#292A2E",
|
|
1824
1824
|
"attributes": {
|
|
1825
1825
|
"group": "paint",
|
|
1826
1826
|
"state": "active",
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
}
|
|
1830
1830
|
},
|
|
1831
1831
|
"Light increased-contrast/color.background.disabled": {
|
|
1832
|
-
"value": "#
|
|
1832
|
+
"value": "#17171708",
|
|
1833
1833
|
"attributes": {
|
|
1834
1834
|
"group": "paint",
|
|
1835
1835
|
"state": "active",
|
|
@@ -1847,7 +1847,7 @@
|
|
|
1847
1847
|
}
|
|
1848
1848
|
},
|
|
1849
1849
|
"Light increased-contrast/color.background.input.hovered": {
|
|
1850
|
-
"value": "#
|
|
1850
|
+
"value": "#F8F8F8",
|
|
1851
1851
|
"attributes": {
|
|
1852
1852
|
"group": "paint",
|
|
1853
1853
|
"state": "active",
|
|
@@ -1892,7 +1892,7 @@
|
|
|
1892
1892
|
}
|
|
1893
1893
|
},
|
|
1894
1894
|
"Light increased-contrast/color.background.neutral": {
|
|
1895
|
-
"value": "#
|
|
1895
|
+
"value": "#0515240F",
|
|
1896
1896
|
"attributes": {
|
|
1897
1897
|
"group": "paint",
|
|
1898
1898
|
"state": "active",
|
|
@@ -1901,7 +1901,7 @@
|
|
|
1901
1901
|
}
|
|
1902
1902
|
},
|
|
1903
1903
|
"Light increased-contrast/color.background.neutral.hovered": {
|
|
1904
|
-
"value": "#
|
|
1904
|
+
"value": "#0B120E24",
|
|
1905
1905
|
"attributes": {
|
|
1906
1906
|
"group": "paint",
|
|
1907
1907
|
"state": "active",
|
|
@@ -1910,7 +1910,7 @@
|
|
|
1910
1910
|
}
|
|
1911
1911
|
},
|
|
1912
1912
|
"Light increased-contrast/color.background.neutral.pressed": {
|
|
1913
|
-
"value": "#
|
|
1913
|
+
"value": "#080F214A",
|
|
1914
1914
|
"attributes": {
|
|
1915
1915
|
"group": "paint",
|
|
1916
1916
|
"state": "active",
|
|
@@ -1928,7 +1928,7 @@
|
|
|
1928
1928
|
}
|
|
1929
1929
|
},
|
|
1930
1930
|
"Light increased-contrast/color.background.neutral.subtle.hovered": {
|
|
1931
|
-
"value": "#
|
|
1931
|
+
"value": "#0515240F",
|
|
1932
1932
|
"attributes": {
|
|
1933
1933
|
"group": "paint",
|
|
1934
1934
|
"state": "active",
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
}
|
|
1938
1938
|
},
|
|
1939
1939
|
"Light increased-contrast/color.background.neutral.subtle.pressed": {
|
|
1940
|
-
"value": "#
|
|
1940
|
+
"value": "#0B120E24",
|
|
1941
1941
|
"attributes": {
|
|
1942
1942
|
"group": "paint",
|
|
1943
1943
|
"state": "active",
|
|
@@ -1946,7 +1946,7 @@
|
|
|
1946
1946
|
}
|
|
1947
1947
|
},
|
|
1948
1948
|
"Light increased-contrast/color.background.neutral.bold": {
|
|
1949
|
-
"value": "#
|
|
1949
|
+
"value": "#292A2E",
|
|
1950
1950
|
"attributes": {
|
|
1951
1951
|
"group": "paint",
|
|
1952
1952
|
"state": "active",
|
|
@@ -1955,7 +1955,7 @@
|
|
|
1955
1955
|
}
|
|
1956
1956
|
},
|
|
1957
1957
|
"Light increased-contrast/color.background.neutral.bold.hovered": {
|
|
1958
|
-
"value": "#
|
|
1958
|
+
"value": "#3B3D42",
|
|
1959
1959
|
"attributes": {
|
|
1960
1960
|
"group": "paint",
|
|
1961
1961
|
"state": "active",
|
|
@@ -1964,7 +1964,7 @@
|
|
|
1964
1964
|
}
|
|
1965
1965
|
},
|
|
1966
1966
|
"Light increased-contrast/color.background.neutral.bold.pressed": {
|
|
1967
|
-
"value": "#
|
|
1967
|
+
"value": "#505258",
|
|
1968
1968
|
"attributes": {
|
|
1969
1969
|
"group": "paint",
|
|
1970
1970
|
"state": "active",
|
|
@@ -1973,7 +1973,7 @@
|
|
|
1973
1973
|
}
|
|
1974
1974
|
},
|
|
1975
1975
|
"Light increased-contrast/color.background.selected": {
|
|
1976
|
-
"value": "#
|
|
1976
|
+
"value": "#E9F2FE",
|
|
1977
1977
|
"attributes": {
|
|
1978
1978
|
"group": "paint",
|
|
1979
1979
|
"state": "active",
|
|
@@ -1982,7 +1982,7 @@
|
|
|
1982
1982
|
}
|
|
1983
1983
|
},
|
|
1984
1984
|
"Light increased-contrast/color.background.selected.hovered": {
|
|
1985
|
-
"value": "#
|
|
1985
|
+
"value": "#CFE1FD",
|
|
1986
1986
|
"attributes": {
|
|
1987
1987
|
"group": "paint",
|
|
1988
1988
|
"state": "active",
|
|
@@ -1991,7 +1991,7 @@
|
|
|
1991
1991
|
}
|
|
1992
1992
|
},
|
|
1993
1993
|
"Light increased-contrast/color.background.selected.pressed": {
|
|
1994
|
-
"value": "#
|
|
1994
|
+
"value": "#8FB8F6",
|
|
1995
1995
|
"attributes": {
|
|
1996
1996
|
"group": "paint",
|
|
1997
1997
|
"state": "active",
|
|
@@ -2000,7 +2000,7 @@
|
|
|
2000
2000
|
}
|
|
2001
2001
|
},
|
|
2002
2002
|
"Light increased-contrast/color.background.selected.bold": {
|
|
2003
|
-
"value": "#
|
|
2003
|
+
"value": "#123263",
|
|
2004
2004
|
"attributes": {
|
|
2005
2005
|
"group": "paint",
|
|
2006
2006
|
"state": "active",
|
|
@@ -2009,7 +2009,7 @@
|
|
|
2009
2009
|
}
|
|
2010
2010
|
},
|
|
2011
2011
|
"Light increased-contrast/color.background.selected.bold.hovered": {
|
|
2012
|
-
"value": "#
|
|
2012
|
+
"value": "#1C2B42",
|
|
2013
2013
|
"attributes": {
|
|
2014
2014
|
"group": "paint",
|
|
2015
2015
|
"state": "active",
|
|
@@ -2027,7 +2027,7 @@
|
|
|
2027
2027
|
}
|
|
2028
2028
|
},
|
|
2029
2029
|
"Light increased-contrast/color.background.brand.subtlest": {
|
|
2030
|
-
"value": "#
|
|
2030
|
+
"value": "#E9F2FE",
|
|
2031
2031
|
"attributes": {
|
|
2032
2032
|
"group": "paint",
|
|
2033
2033
|
"state": "active",
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
}
|
|
2037
2037
|
},
|
|
2038
2038
|
"Light increased-contrast/color.background.brand.subtlest.hovered": {
|
|
2039
|
-
"value": "#
|
|
2039
|
+
"value": "#CFE1FD",
|
|
2040
2040
|
"attributes": {
|
|
2041
2041
|
"group": "paint",
|
|
2042
2042
|
"state": "active",
|
|
@@ -2045,7 +2045,7 @@
|
|
|
2045
2045
|
}
|
|
2046
2046
|
},
|
|
2047
2047
|
"Light increased-contrast/color.background.brand.subtlest.pressed": {
|
|
2048
|
-
"value": "#
|
|
2048
|
+
"value": "#ADCBFB",
|
|
2049
2049
|
"attributes": {
|
|
2050
2050
|
"group": "paint",
|
|
2051
2051
|
"state": "active",
|
|
@@ -2054,7 +2054,7 @@
|
|
|
2054
2054
|
}
|
|
2055
2055
|
},
|
|
2056
2056
|
"Light increased-contrast/color.background.brand.bold": {
|
|
2057
|
-
"value": "#
|
|
2057
|
+
"value": "#123263",
|
|
2058
2058
|
"attributes": {
|
|
2059
2059
|
"group": "paint",
|
|
2060
2060
|
"state": "active",
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
}
|
|
2064
2064
|
},
|
|
2065
2065
|
"Light increased-contrast/color.background.brand.bold.hovered": {
|
|
2066
|
-
"value": "#
|
|
2066
|
+
"value": "#1C2B42",
|
|
2067
2067
|
"attributes": {
|
|
2068
2068
|
"group": "paint",
|
|
2069
2069
|
"state": "active",
|
|
@@ -2081,7 +2081,7 @@
|
|
|
2081
2081
|
}
|
|
2082
2082
|
},
|
|
2083
2083
|
"Light increased-contrast/color.background.brand.boldest": {
|
|
2084
|
-
"value": "#
|
|
2084
|
+
"value": "#1C2B42",
|
|
2085
2085
|
"attributes": {
|
|
2086
2086
|
"group": "paint",
|
|
2087
2087
|
"state": "active",
|
|
@@ -2090,7 +2090,7 @@
|
|
|
2090
2090
|
}
|
|
2091
2091
|
},
|
|
2092
2092
|
"Light increased-contrast/color.background.brand.boldest.hovered": {
|
|
2093
|
-
"value": "#
|
|
2093
|
+
"value": "#123263",
|
|
2094
2094
|
"attributes": {
|
|
2095
2095
|
"group": "paint",
|
|
2096
2096
|
"state": "active",
|
|
@@ -2099,7 +2099,7 @@
|
|
|
2099
2099
|
}
|
|
2100
2100
|
},
|
|
2101
2101
|
"Light increased-contrast/color.background.brand.boldest.pressed": {
|
|
2102
|
-
"value": "#
|
|
2102
|
+
"value": "#144794",
|
|
2103
2103
|
"attributes": {
|
|
2104
2104
|
"group": "paint",
|
|
2105
2105
|
"state": "active",
|
|
@@ -2126,7 +2126,7 @@
|
|
|
2126
2126
|
}
|
|
2127
2127
|
},
|
|
2128
2128
|
"Light increased-contrast/color.background.danger.pressed": {
|
|
2129
|
-
"value": "#
|
|
2129
|
+
"value": "#FFB8B2",
|
|
2130
2130
|
"attributes": {
|
|
2131
2131
|
"group": "paint",
|
|
2132
2132
|
"state": "active",
|
|
@@ -2162,7 +2162,7 @@
|
|
|
2162
2162
|
}
|
|
2163
2163
|
},
|
|
2164
2164
|
"Light increased-contrast/color.background.warning": {
|
|
2165
|
-
"value": "#
|
|
2165
|
+
"value": "#FFF5DB",
|
|
2166
2166
|
"attributes": {
|
|
2167
2167
|
"group": "paint",
|
|
2168
2168
|
"state": "active",
|
|
@@ -2171,7 +2171,7 @@
|
|
|
2171
2171
|
}
|
|
2172
2172
|
},
|
|
2173
2173
|
"Light increased-contrast/color.background.warning.hovered": {
|
|
2174
|
-
"value": "#
|
|
2174
|
+
"value": "#FCE4A6",
|
|
2175
2175
|
"attributes": {
|
|
2176
2176
|
"group": "paint",
|
|
2177
2177
|
"state": "active",
|
|
@@ -2180,7 +2180,7 @@
|
|
|
2180
2180
|
}
|
|
2181
2181
|
},
|
|
2182
2182
|
"Light increased-contrast/color.background.warning.pressed": {
|
|
2183
|
-
"value": "#
|
|
2183
|
+
"value": "#FBD779",
|
|
2184
2184
|
"attributes": {
|
|
2185
2185
|
"group": "paint",
|
|
2186
2186
|
"state": "active",
|
|
@@ -2216,7 +2216,7 @@
|
|
|
2216
2216
|
}
|
|
2217
2217
|
},
|
|
2218
2218
|
"Light increased-contrast/color.background.success": {
|
|
2219
|
-
"value": "#
|
|
2219
|
+
"value": "#EFFFD6",
|
|
2220
2220
|
"attributes": {
|
|
2221
2221
|
"group": "paint",
|
|
2222
2222
|
"state": "active",
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
}
|
|
2226
2226
|
},
|
|
2227
2227
|
"Light increased-contrast/color.background.success.hovered": {
|
|
2228
|
-
"value": "#
|
|
2228
|
+
"value": "#D3F1A7",
|
|
2229
2229
|
"attributes": {
|
|
2230
2230
|
"group": "paint",
|
|
2231
2231
|
"state": "active",
|
|
@@ -2234,7 +2234,7 @@
|
|
|
2234
2234
|
}
|
|
2235
2235
|
},
|
|
2236
2236
|
"Light increased-contrast/color.background.success.pressed": {
|
|
2237
|
-
"value": "#
|
|
2237
|
+
"value": "#BDE97C",
|
|
2238
2238
|
"attributes": {
|
|
2239
2239
|
"group": "paint",
|
|
2240
2240
|
"state": "active",
|
|
@@ -2270,7 +2270,7 @@
|
|
|
2270
2270
|
}
|
|
2271
2271
|
},
|
|
2272
2272
|
"Light increased-contrast/color.background.discovery": {
|
|
2273
|
-
"value": "#
|
|
2273
|
+
"value": "#F8EEFE",
|
|
2274
2274
|
"attributes": {
|
|
2275
2275
|
"group": "paint",
|
|
2276
2276
|
"state": "active",
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
}
|
|
2280
2280
|
},
|
|
2281
2281
|
"Light increased-contrast/color.background.discovery.hovered": {
|
|
2282
|
-
"value": "#
|
|
2282
|
+
"value": "#EED7FC",
|
|
2283
2283
|
"attributes": {
|
|
2284
2284
|
"group": "paint",
|
|
2285
2285
|
"state": "active",
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
}
|
|
2289
2289
|
},
|
|
2290
2290
|
"Light increased-contrast/color.background.discovery.pressed": {
|
|
2291
|
-
"value": "#
|
|
2291
|
+
"value": "#E3BDFA",
|
|
2292
2292
|
"attributes": {
|
|
2293
2293
|
"group": "paint",
|
|
2294
2294
|
"state": "active",
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
}
|
|
2298
2298
|
},
|
|
2299
2299
|
"Light increased-contrast/color.background.discovery.bold": {
|
|
2300
|
-
"value": "#
|
|
2300
|
+
"value": "#48245D",
|
|
2301
2301
|
"attributes": {
|
|
2302
2302
|
"group": "paint",
|
|
2303
2303
|
"state": "active",
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
}
|
|
2307
2307
|
},
|
|
2308
2308
|
"Light increased-contrast/color.background.discovery.bold.hovered": {
|
|
2309
|
-
"value": "#
|
|
2309
|
+
"value": "#35243F",
|
|
2310
2310
|
"attributes": {
|
|
2311
2311
|
"group": "paint",
|
|
2312
2312
|
"state": "active",
|
|
@@ -2324,7 +2324,7 @@
|
|
|
2324
2324
|
}
|
|
2325
2325
|
},
|
|
2326
2326
|
"Light increased-contrast/color.background.information": {
|
|
2327
|
-
"value": "#
|
|
2327
|
+
"value": "#E9F2FE",
|
|
2328
2328
|
"attributes": {
|
|
2329
2329
|
"group": "paint",
|
|
2330
2330
|
"state": "active",
|
|
@@ -2333,7 +2333,7 @@
|
|
|
2333
2333
|
}
|
|
2334
2334
|
},
|
|
2335
2335
|
"Light increased-contrast/color.background.information.hovered": {
|
|
2336
|
-
"value": "#
|
|
2336
|
+
"value": "#CFE1FD",
|
|
2337
2337
|
"attributes": {
|
|
2338
2338
|
"group": "paint",
|
|
2339
2339
|
"state": "active",
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
}
|
|
2343
2343
|
},
|
|
2344
2344
|
"Light increased-contrast/color.background.information.pressed": {
|
|
2345
|
-
"value": "#
|
|
2345
|
+
"value": "#ADCBFB",
|
|
2346
2346
|
"attributes": {
|
|
2347
2347
|
"group": "paint",
|
|
2348
2348
|
"state": "active",
|
|
@@ -2351,7 +2351,7 @@
|
|
|
2351
2351
|
}
|
|
2352
2352
|
},
|
|
2353
2353
|
"Light increased-contrast/color.background.information.bold": {
|
|
2354
|
-
"value": "#
|
|
2354
|
+
"value": "#123263",
|
|
2355
2355
|
"attributes": {
|
|
2356
2356
|
"group": "paint",
|
|
2357
2357
|
"state": "active",
|
|
@@ -2360,7 +2360,7 @@
|
|
|
2360
2360
|
}
|
|
2361
2361
|
},
|
|
2362
2362
|
"Light increased-contrast/color.background.information.bold.hovered": {
|
|
2363
|
-
"value": "#
|
|
2363
|
+
"value": "#1C2B42",
|
|
2364
2364
|
"attributes": {
|
|
2365
2365
|
"group": "paint",
|
|
2366
2366
|
"state": "active",
|
|
@@ -2378,7 +2378,7 @@
|
|
|
2378
2378
|
}
|
|
2379
2379
|
},
|
|
2380
2380
|
"Light increased-contrast/color.blanket": {
|
|
2381
|
-
"value": "#
|
|
2381
|
+
"value": "#050C1F75",
|
|
2382
2382
|
"attributes": {
|
|
2383
2383
|
"group": "paint",
|
|
2384
2384
|
"state": "active",
|
|
@@ -2423,7 +2423,7 @@
|
|
|
2423
2423
|
}
|
|
2424
2424
|
},
|
|
2425
2425
|
"Light increased-contrast/color.skeleton": {
|
|
2426
|
-
"value": "#
|
|
2426
|
+
"value": "#0515240F",
|
|
2427
2427
|
"attributes": {
|
|
2428
2428
|
"group": "paint",
|
|
2429
2429
|
"state": "active",
|
|
@@ -2432,7 +2432,7 @@
|
|
|
2432
2432
|
}
|
|
2433
2433
|
},
|
|
2434
2434
|
"Light increased-contrast/color.skeleton.subtle": {
|
|
2435
|
-
"value": "#
|
|
2435
|
+
"value": "#17171708",
|
|
2436
2436
|
"attributes": {
|
|
2437
2437
|
"group": "paint",
|
|
2438
2438
|
"state": "active",
|
|
@@ -2459,7 +2459,7 @@
|
|
|
2459
2459
|
}
|
|
2460
2460
|
},
|
|
2461
2461
|
"Light increased-contrast/color.chart.categorical.2": {
|
|
2462
|
-
"value": "#
|
|
2462
|
+
"value": "#82B536",
|
|
2463
2463
|
"attributes": {
|
|
2464
2464
|
"group": "paint",
|
|
2465
2465
|
"state": "active",
|
|
@@ -2468,7 +2468,7 @@
|
|
|
2468
2468
|
}
|
|
2469
2469
|
},
|
|
2470
2470
|
"Light increased-contrast/color.chart.categorical.2.hovered": {
|
|
2471
|
-
"value": "#
|
|
2471
|
+
"value": "#6A9A23",
|
|
2472
2472
|
"attributes": {
|
|
2473
2473
|
"group": "paint",
|
|
2474
2474
|
"state": "active",
|
|
@@ -2477,7 +2477,7 @@
|
|
|
2477
2477
|
}
|
|
2478
2478
|
},
|
|
2479
2479
|
"Light increased-contrast/color.chart.categorical.3": {
|
|
2480
|
-
"value": "#
|
|
2480
|
+
"value": "#9E4C00",
|
|
2481
2481
|
"attributes": {
|
|
2482
2482
|
"group": "paint",
|
|
2483
2483
|
"state": "active",
|
|
@@ -2486,7 +2486,7 @@
|
|
|
2486
2486
|
}
|
|
2487
2487
|
},
|
|
2488
2488
|
"Light increased-contrast/color.chart.categorical.3.hovered": {
|
|
2489
|
-
"value": "#
|
|
2489
|
+
"value": "#693200",
|
|
2490
2490
|
"attributes": {
|
|
2491
2491
|
"group": "paint",
|
|
2492
2492
|
"state": "active",
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
}
|
|
2496
2496
|
},
|
|
2497
2497
|
"Light increased-contrast/color.chart.categorical.4": {
|
|
2498
|
-
"value": "#
|
|
2498
|
+
"value": "#F68909",
|
|
2499
2499
|
"attributes": {
|
|
2500
2500
|
"group": "paint",
|
|
2501
2501
|
"state": "active",
|
|
@@ -2504,7 +2504,7 @@
|
|
|
2504
2504
|
}
|
|
2505
2505
|
},
|
|
2506
2506
|
"Light increased-contrast/color.chart.categorical.4.hovered": {
|
|
2507
|
-
"value": "#
|
|
2507
|
+
"value": "#E06C00",
|
|
2508
2508
|
"attributes": {
|
|
2509
2509
|
"group": "paint",
|
|
2510
2510
|
"state": "active",
|
|
@@ -2513,7 +2513,7 @@
|
|
|
2513
2513
|
}
|
|
2514
2514
|
},
|
|
2515
2515
|
"Light increased-contrast/color.chart.categorical.5": {
|
|
2516
|
-
"value": "#
|
|
2516
|
+
"value": "#1558BC",
|
|
2517
2517
|
"attributes": {
|
|
2518
2518
|
"group": "paint",
|
|
2519
2519
|
"state": "active",
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
}
|
|
2523
2523
|
},
|
|
2524
2524
|
"Light increased-contrast/color.chart.categorical.5.hovered": {
|
|
2525
|
-
"value": "#
|
|
2525
|
+
"value": "#123263",
|
|
2526
2526
|
"attributes": {
|
|
2527
2527
|
"group": "paint",
|
|
2528
2528
|
"state": "active",
|
|
@@ -2531,7 +2531,7 @@
|
|
|
2531
2531
|
}
|
|
2532
2532
|
},
|
|
2533
2533
|
"Light increased-contrast/color.chart.categorical.6": {
|
|
2534
|
-
"value": "#
|
|
2534
|
+
"value": "#803FA5",
|
|
2535
2535
|
"attributes": {
|
|
2536
2536
|
"group": "paint",
|
|
2537
2537
|
"state": "active",
|
|
@@ -2540,7 +2540,7 @@
|
|
|
2540
2540
|
}
|
|
2541
2541
|
},
|
|
2542
2542
|
"Light increased-contrast/color.chart.categorical.6.hovered": {
|
|
2543
|
-
"value": "#
|
|
2543
|
+
"value": "#48245D",
|
|
2544
2544
|
"attributes": {
|
|
2545
2545
|
"group": "paint",
|
|
2546
2546
|
"state": "active",
|
|
@@ -2549,7 +2549,7 @@
|
|
|
2549
2549
|
}
|
|
2550
2550
|
},
|
|
2551
2551
|
"Light increased-contrast/color.chart.categorical.7": {
|
|
2552
|
-
"value": "#
|
|
2552
|
+
"value": "#42B2D7",
|
|
2553
2553
|
"attributes": {
|
|
2554
2554
|
"group": "paint",
|
|
2555
2555
|
"state": "active",
|
|
@@ -2558,7 +2558,7 @@
|
|
|
2558
2558
|
}
|
|
2559
2559
|
},
|
|
2560
2560
|
"Light increased-contrast/color.chart.categorical.7.hovered": {
|
|
2561
|
-
"value": "#
|
|
2561
|
+
"value": "#2898BD",
|
|
2562
2562
|
"attributes": {
|
|
2563
2563
|
"group": "paint",
|
|
2564
2564
|
"state": "active",
|
|
@@ -2567,7 +2567,7 @@
|
|
|
2567
2567
|
}
|
|
2568
2568
|
},
|
|
2569
2569
|
"Light increased-contrast/color.chart.categorical.8": {
|
|
2570
|
-
"value": "#
|
|
2570
|
+
"value": "#BD5B00",
|
|
2571
2571
|
"attributes": {
|
|
2572
2572
|
"group": "paint",
|
|
2573
2573
|
"state": "active",
|
|
@@ -2576,7 +2576,7 @@
|
|
|
2576
2576
|
}
|
|
2577
2577
|
},
|
|
2578
2578
|
"Light increased-contrast/color.chart.categorical.8.hovered": {
|
|
2579
|
-
"value": "#
|
|
2579
|
+
"value": "#7A3B00",
|
|
2580
2580
|
"attributes": {
|
|
2581
2581
|
"group": "paint",
|
|
2582
2582
|
"state": "active",
|
|
@@ -2639,7 +2639,7 @@
|
|
|
2639
2639
|
}
|
|
2640
2640
|
},
|
|
2641
2641
|
"Light increased-contrast/color.chart.neutral": {
|
|
2642
|
-
"value": "#
|
|
2642
|
+
"value": "#6B6E76",
|
|
2643
2643
|
"attributes": {
|
|
2644
2644
|
"group": "paint",
|
|
2645
2645
|
"state": "active",
|
|
@@ -2648,7 +2648,7 @@
|
|
|
2648
2648
|
}
|
|
2649
2649
|
},
|
|
2650
2650
|
"Light increased-contrast/color.chart.neutral.hovered": {
|
|
2651
|
-
"value": "#
|
|
2651
|
+
"value": "#505258",
|
|
2652
2652
|
"attributes": {
|
|
2653
2653
|
"group": "paint",
|
|
2654
2654
|
"state": "active",
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
}
|
|
2712
2712
|
},
|
|
2713
2713
|
"Light increased-contrast/color.chart.orange.bold": {
|
|
2714
|
-
"value": "#
|
|
2714
|
+
"value": "#9E4C00",
|
|
2715
2715
|
"attributes": {
|
|
2716
2716
|
"group": "paint",
|
|
2717
2717
|
"state": "active",
|
|
@@ -2720,7 +2720,7 @@
|
|
|
2720
2720
|
}
|
|
2721
2721
|
},
|
|
2722
2722
|
"Light increased-contrast/color.chart.orange.bold.hovered": {
|
|
2723
|
-
"value": "#
|
|
2723
|
+
"value": "#693200",
|
|
2724
2724
|
"attributes": {
|
|
2725
2725
|
"group": "paint",
|
|
2726
2726
|
"state": "active",
|
|
@@ -2729,7 +2729,7 @@
|
|
|
2729
2729
|
}
|
|
2730
2730
|
},
|
|
2731
2731
|
"Light increased-contrast/color.chart.orange.bolder": {
|
|
2732
|
-
"value": "#
|
|
2732
|
+
"value": "#693200",
|
|
2733
2733
|
"attributes": {
|
|
2734
2734
|
"group": "paint",
|
|
2735
2735
|
"state": "active",
|
|
@@ -2738,7 +2738,7 @@
|
|
|
2738
2738
|
}
|
|
2739
2739
|
},
|
|
2740
2740
|
"Light increased-contrast/color.chart.orange.bolder.hovered": {
|
|
2741
|
-
"value": "#
|
|
2741
|
+
"value": "#3A2C1F",
|
|
2742
2742
|
"attributes": {
|
|
2743
2743
|
"group": "paint",
|
|
2744
2744
|
"state": "active",
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
}
|
|
2748
2748
|
},
|
|
2749
2749
|
"Light increased-contrast/color.chart.orange.boldest": {
|
|
2750
|
-
"value": "#
|
|
2750
|
+
"value": "#3A2C1F",
|
|
2751
2751
|
"attributes": {
|
|
2752
2752
|
"group": "paint",
|
|
2753
2753
|
"state": "active",
|
|
@@ -2927,7 +2927,7 @@
|
|
|
2927
2927
|
}
|
|
2928
2928
|
},
|
|
2929
2929
|
"Light increased-contrast/color.chart.blue.bold": {
|
|
2930
|
-
"value": "#
|
|
2930
|
+
"value": "#1558BC",
|
|
2931
2931
|
"attributes": {
|
|
2932
2932
|
"group": "paint",
|
|
2933
2933
|
"state": "active",
|
|
@@ -2936,7 +2936,7 @@
|
|
|
2936
2936
|
}
|
|
2937
2937
|
},
|
|
2938
2938
|
"Light increased-contrast/color.chart.blue.bold.hovered": {
|
|
2939
|
-
"value": "#
|
|
2939
|
+
"value": "#123263",
|
|
2940
2940
|
"attributes": {
|
|
2941
2941
|
"group": "paint",
|
|
2942
2942
|
"state": "active",
|
|
@@ -2945,7 +2945,7 @@
|
|
|
2945
2945
|
}
|
|
2946
2946
|
},
|
|
2947
2947
|
"Light increased-contrast/color.chart.blue.bolder": {
|
|
2948
|
-
"value": "#
|
|
2948
|
+
"value": "#123263",
|
|
2949
2949
|
"attributes": {
|
|
2950
2950
|
"group": "paint",
|
|
2951
2951
|
"state": "active",
|
|
@@ -2954,7 +2954,7 @@
|
|
|
2954
2954
|
}
|
|
2955
2955
|
},
|
|
2956
2956
|
"Light increased-contrast/color.chart.blue.bolder.hovered": {
|
|
2957
|
-
"value": "#
|
|
2957
|
+
"value": "#1C2B42",
|
|
2958
2958
|
"attributes": {
|
|
2959
2959
|
"group": "paint",
|
|
2960
2960
|
"state": "active",
|
|
@@ -2963,7 +2963,7 @@
|
|
|
2963
2963
|
}
|
|
2964
2964
|
},
|
|
2965
2965
|
"Light increased-contrast/color.chart.blue.boldest": {
|
|
2966
|
-
"value": "#
|
|
2966
|
+
"value": "#1C2B42",
|
|
2967
2967
|
"attributes": {
|
|
2968
2968
|
"group": "paint",
|
|
2969
2969
|
"state": "active",
|
|
@@ -2981,7 +2981,7 @@
|
|
|
2981
2981
|
}
|
|
2982
2982
|
},
|
|
2983
2983
|
"Light increased-contrast/color.chart.purple.bold": {
|
|
2984
|
-
"value": "#
|
|
2984
|
+
"value": "#803FA5",
|
|
2985
2985
|
"attributes": {
|
|
2986
2986
|
"group": "paint",
|
|
2987
2987
|
"state": "active",
|
|
@@ -2990,7 +2990,7 @@
|
|
|
2990
2990
|
}
|
|
2991
2991
|
},
|
|
2992
2992
|
"Light increased-contrast/color.chart.purple.bold.hovered": {
|
|
2993
|
-
"value": "#
|
|
2993
|
+
"value": "#48245D",
|
|
2994
2994
|
"attributes": {
|
|
2995
2995
|
"group": "paint",
|
|
2996
2996
|
"state": "active",
|
|
@@ -2999,7 +2999,7 @@
|
|
|
2999
2999
|
}
|
|
3000
3000
|
},
|
|
3001
3001
|
"Light increased-contrast/color.chart.purple.bolder": {
|
|
3002
|
-
"value": "#
|
|
3002
|
+
"value": "#48245D",
|
|
3003
3003
|
"attributes": {
|
|
3004
3004
|
"group": "paint",
|
|
3005
3005
|
"state": "active",
|
|
@@ -3008,7 +3008,7 @@
|
|
|
3008
3008
|
}
|
|
3009
3009
|
},
|
|
3010
3010
|
"Light increased-contrast/color.chart.purple.bolder.hovered": {
|
|
3011
|
-
"value": "#
|
|
3011
|
+
"value": "#35243F",
|
|
3012
3012
|
"attributes": {
|
|
3013
3013
|
"group": "paint",
|
|
3014
3014
|
"state": "active",
|
|
@@ -3017,7 +3017,7 @@
|
|
|
3017
3017
|
}
|
|
3018
3018
|
},
|
|
3019
3019
|
"Light increased-contrast/color.chart.purple.boldest": {
|
|
3020
|
-
"value": "#
|
|
3020
|
+
"value": "#35243F",
|
|
3021
3021
|
"attributes": {
|
|
3022
3022
|
"group": "paint",
|
|
3023
3023
|
"state": "active",
|
|
@@ -3089,7 +3089,7 @@
|
|
|
3089
3089
|
}
|
|
3090
3090
|
},
|
|
3091
3091
|
"Light increased-contrast/color.chart.gray.bold": {
|
|
3092
|
-
"value": "#
|
|
3092
|
+
"value": "#6B6E76",
|
|
3093
3093
|
"attributes": {
|
|
3094
3094
|
"group": "paint",
|
|
3095
3095
|
"state": "active",
|
|
@@ -3098,7 +3098,7 @@
|
|
|
3098
3098
|
}
|
|
3099
3099
|
},
|
|
3100
3100
|
"Light increased-contrast/color.chart.gray.bold.hovered": {
|
|
3101
|
-
"value": "#
|
|
3101
|
+
"value": "#505258",
|
|
3102
3102
|
"attributes": {
|
|
3103
3103
|
"group": "paint",
|
|
3104
3104
|
"state": "active",
|
|
@@ -3107,7 +3107,7 @@
|
|
|
3107
3107
|
}
|
|
3108
3108
|
},
|
|
3109
3109
|
"Light increased-contrast/color.chart.gray.bolder": {
|
|
3110
|
-
"value": "#
|
|
3110
|
+
"value": "#505258",
|
|
3111
3111
|
"attributes": {
|
|
3112
3112
|
"group": "paint",
|
|
3113
3113
|
"state": "active",
|
|
@@ -3116,7 +3116,7 @@
|
|
|
3116
3116
|
}
|
|
3117
3117
|
},
|
|
3118
3118
|
"Light increased-contrast/color.chart.gray.bolder.hovered": {
|
|
3119
|
-
"value": "#
|
|
3119
|
+
"value": "#3B3D42",
|
|
3120
3120
|
"attributes": {
|
|
3121
3121
|
"group": "paint",
|
|
3122
3122
|
"state": "active",
|
|
@@ -3125,7 +3125,7 @@
|
|
|
3125
3125
|
}
|
|
3126
3126
|
},
|
|
3127
3127
|
"Light increased-contrast/color.chart.gray.boldest": {
|
|
3128
|
-
"value": "#
|
|
3128
|
+
"value": "#3B3D42",
|
|
3129
3129
|
"attributes": {
|
|
3130
3130
|
"group": "paint",
|
|
3131
3131
|
"state": "active",
|
|
@@ -3134,7 +3134,7 @@
|
|
|
3134
3134
|
}
|
|
3135
3135
|
},
|
|
3136
3136
|
"Light increased-contrast/color.chart.gray.boldest.hovered": {
|
|
3137
|
-
"value": "#
|
|
3137
|
+
"value": "#292A2E",
|
|
3138
3138
|
"attributes": {
|
|
3139
3139
|
"group": "paint",
|
|
3140
3140
|
"state": "active",
|
|
@@ -3143,7 +3143,7 @@
|
|
|
3143
3143
|
}
|
|
3144
3144
|
},
|
|
3145
3145
|
"Light increased-contrast/color.chart.brand": {
|
|
3146
|
-
"value": "#
|
|
3146
|
+
"value": "#1868DB",
|
|
3147
3147
|
"attributes": {
|
|
3148
3148
|
"group": "paint",
|
|
3149
3149
|
"state": "active",
|
|
@@ -3152,7 +3152,7 @@
|
|
|
3152
3152
|
}
|
|
3153
3153
|
},
|
|
3154
3154
|
"Light increased-contrast/color.chart.brand.hovered": {
|
|
3155
|
-
"value": "#
|
|
3155
|
+
"value": "#1558BC",
|
|
3156
3156
|
"attributes": {
|
|
3157
3157
|
"group": "paint",
|
|
3158
3158
|
"state": "active",
|
|
@@ -3269,7 +3269,7 @@
|
|
|
3269
3269
|
}
|
|
3270
3270
|
},
|
|
3271
3271
|
"Light increased-contrast/color.chart.discovery": {
|
|
3272
|
-
"value": "#
|
|
3272
|
+
"value": "#964AC0",
|
|
3273
3273
|
"attributes": {
|
|
3274
3274
|
"group": "paint",
|
|
3275
3275
|
"state": "active",
|
|
@@ -3278,7 +3278,7 @@
|
|
|
3278
3278
|
}
|
|
3279
3279
|
},
|
|
3280
3280
|
"Light increased-contrast/color.chart.discovery.hovered": {
|
|
3281
|
-
"value": "#
|
|
3281
|
+
"value": "#803FA5",
|
|
3282
3282
|
"attributes": {
|
|
3283
3283
|
"group": "paint",
|
|
3284
3284
|
"state": "active",
|
|
@@ -3287,7 +3287,7 @@
|
|
|
3287
3287
|
}
|
|
3288
3288
|
},
|
|
3289
3289
|
"Light increased-contrast/color.chart.discovery.bold": {
|
|
3290
|
-
"value": "#
|
|
3290
|
+
"value": "#48245D",
|
|
3291
3291
|
"attributes": {
|
|
3292
3292
|
"group": "paint",
|
|
3293
3293
|
"state": "active",
|
|
@@ -3296,7 +3296,7 @@
|
|
|
3296
3296
|
}
|
|
3297
3297
|
},
|
|
3298
3298
|
"Light increased-contrast/color.chart.discovery.bold.hovered": {
|
|
3299
|
-
"value": "#
|
|
3299
|
+
"value": "#35243F",
|
|
3300
3300
|
"attributes": {
|
|
3301
3301
|
"group": "paint",
|
|
3302
3302
|
"state": "active",
|
|
@@ -3305,7 +3305,7 @@
|
|
|
3305
3305
|
}
|
|
3306
3306
|
},
|
|
3307
3307
|
"Light increased-contrast/color.chart.information": {
|
|
3308
|
-
"value": "#
|
|
3308
|
+
"value": "#1868DB",
|
|
3309
3309
|
"attributes": {
|
|
3310
3310
|
"group": "paint",
|
|
3311
3311
|
"state": "active",
|
|
@@ -3314,7 +3314,7 @@
|
|
|
3314
3314
|
}
|
|
3315
3315
|
},
|
|
3316
3316
|
"Light increased-contrast/color.chart.information.hovered": {
|
|
3317
|
-
"value": "#
|
|
3317
|
+
"value": "#1558BC",
|
|
3318
3318
|
"attributes": {
|
|
3319
3319
|
"group": "paint",
|
|
3320
3320
|
"state": "active",
|
|
@@ -3323,7 +3323,7 @@
|
|
|
3323
3323
|
}
|
|
3324
3324
|
},
|
|
3325
3325
|
"Light increased-contrast/color.chart.information.bold": {
|
|
3326
|
-
"value": "#
|
|
3326
|
+
"value": "#123263",
|
|
3327
3327
|
"attributes": {
|
|
3328
3328
|
"group": "paint",
|
|
3329
3329
|
"state": "active",
|
|
@@ -3332,7 +3332,7 @@
|
|
|
3332
3332
|
}
|
|
3333
3333
|
},
|
|
3334
3334
|
"Light increased-contrast/color.chart.information.bold.hovered": {
|
|
3335
|
-
"value": "#
|
|
3335
|
+
"value": "#1C2B42",
|
|
3336
3336
|
"attributes": {
|
|
3337
3337
|
"group": "paint",
|
|
3338
3338
|
"state": "active",
|
|
@@ -3350,7 +3350,7 @@
|
|
|
3350
3350
|
}
|
|
3351
3351
|
},
|
|
3352
3352
|
"Light increased-contrast/elevation.surface.hovered": {
|
|
3353
|
-
"value": "#
|
|
3353
|
+
"value": "#F0F1F2",
|
|
3354
3354
|
"attributes": {
|
|
3355
3355
|
"group": "paint",
|
|
3356
3356
|
"state": "active",
|
|
@@ -3359,7 +3359,7 @@
|
|
|
3359
3359
|
}
|
|
3360
3360
|
},
|
|
3361
3361
|
"Light increased-contrast/elevation.surface.pressed": {
|
|
3362
|
-
"value": "#
|
|
3362
|
+
"value": "#DDDEE1",
|
|
3363
3363
|
"attributes": {
|
|
3364
3364
|
"group": "paint",
|
|
3365
3365
|
"state": "active",
|
|
@@ -3377,7 +3377,7 @@
|
|
|
3377
3377
|
}
|
|
3378
3378
|
},
|
|
3379
3379
|
"Light increased-contrast/elevation.surface.overlay.hovered": {
|
|
3380
|
-
"value": "#
|
|
3380
|
+
"value": "#F0F1F2",
|
|
3381
3381
|
"attributes": {
|
|
3382
3382
|
"group": "paint",
|
|
3383
3383
|
"state": "active",
|
|
@@ -3386,7 +3386,7 @@
|
|
|
3386
3386
|
}
|
|
3387
3387
|
},
|
|
3388
3388
|
"Light increased-contrast/elevation.surface.overlay.pressed": {
|
|
3389
|
-
"value": "#
|
|
3389
|
+
"value": "#DDDEE1",
|
|
3390
3390
|
"attributes": {
|
|
3391
3391
|
"group": "paint",
|
|
3392
3392
|
"state": "active",
|
|
@@ -3404,7 +3404,7 @@
|
|
|
3404
3404
|
}
|
|
3405
3405
|
},
|
|
3406
3406
|
"Light increased-contrast/elevation.surface.raised.hovered": {
|
|
3407
|
-
"value": "#
|
|
3407
|
+
"value": "#F0F1F2",
|
|
3408
3408
|
"attributes": {
|
|
3409
3409
|
"group": "paint",
|
|
3410
3410
|
"state": "active",
|
|
@@ -3413,7 +3413,7 @@
|
|
|
3413
3413
|
}
|
|
3414
3414
|
},
|
|
3415
3415
|
"Light increased-contrast/elevation.surface.raised.pressed": {
|
|
3416
|
-
"value": "#
|
|
3416
|
+
"value": "#DDDEE1",
|
|
3417
3417
|
"attributes": {
|
|
3418
3418
|
"group": "paint",
|
|
3419
3419
|
"state": "active",
|
|
@@ -3438,7 +3438,7 @@
|
|
|
3438
3438
|
"x": 0,
|
|
3439
3439
|
"y": 0
|
|
3440
3440
|
},
|
|
3441
|
-
"color": "#
|
|
3441
|
+
"color": "#1E1F21",
|
|
3442
3442
|
"opacity": 0.16
|
|
3443
3443
|
},
|
|
3444
3444
|
{
|
|
@@ -3447,7 +3447,7 @@
|
|
|
3447
3447
|
"x": 0,
|
|
3448
3448
|
"y": 0
|
|
3449
3449
|
},
|
|
3450
|
-
"color": "#
|
|
3450
|
+
"color": "#1E1F21",
|
|
3451
3451
|
"opacity": 0.12
|
|
3452
3452
|
}
|
|
3453
3453
|
],
|
|
@@ -3459,7 +3459,7 @@
|
|
|
3459
3459
|
}
|
|
3460
3460
|
},
|
|
3461
3461
|
"Light increased-contrast/elevation.shadow.overflow.perimeter": {
|
|
3462
|
-
"value": "#
|
|
3462
|
+
"value": "#1E1F211f",
|
|
3463
3463
|
"attributes": {
|
|
3464
3464
|
"group": "paint",
|
|
3465
3465
|
"state": "active",
|
|
@@ -3468,7 +3468,7 @@
|
|
|
3468
3468
|
}
|
|
3469
3469
|
},
|
|
3470
3470
|
"Light increased-contrast/elevation.shadow.overflow.spread": {
|
|
3471
|
-
"value": "#
|
|
3471
|
+
"value": "#1E1F2129",
|
|
3472
3472
|
"attributes": {
|
|
3473
3473
|
"group": "paint",
|
|
3474
3474
|
"state": "active",
|
|
@@ -3484,7 +3484,7 @@
|
|
|
3484
3484
|
"x": 0,
|
|
3485
3485
|
"y": 0
|
|
3486
3486
|
},
|
|
3487
|
-
"color": "#
|
|
3487
|
+
"color": "#1E1F21",
|
|
3488
3488
|
"opacity": 0.5,
|
|
3489
3489
|
"spread": 1,
|
|
3490
3490
|
"inset": true
|
|
@@ -3495,7 +3495,7 @@
|
|
|
3495
3495
|
"x": 0,
|
|
3496
3496
|
"y": 0
|
|
3497
3497
|
},
|
|
3498
|
-
"color": "#
|
|
3498
|
+
"color": "#1E1F21",
|
|
3499
3499
|
"opacity": 0.31
|
|
3500
3500
|
}
|
|
3501
3501
|
],
|
|
@@ -3514,7 +3514,7 @@
|
|
|
3514
3514
|
"x": 0,
|
|
3515
3515
|
"y": 0
|
|
3516
3516
|
},
|
|
3517
|
-
"color": "#
|
|
3517
|
+
"color": "#1E1F21",
|
|
3518
3518
|
"opacity": 0.5,
|
|
3519
3519
|
"spread": 1,
|
|
3520
3520
|
"inset": true
|
|
@@ -3525,7 +3525,7 @@
|
|
|
3525
3525
|
"x": 0,
|
|
3526
3526
|
"y": 0
|
|
3527
3527
|
},
|
|
3528
|
-
"color": "#
|
|
3528
|
+
"color": "#1E1F21",
|
|
3529
3529
|
"opacity": 0.31
|
|
3530
3530
|
}
|
|
3531
3531
|
],
|