@mozaic-ds/vue 0.24.0 → 0.26.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/dist/mozaic-vue.adeo.css +8 -8
- package/dist/mozaic-vue.adeo.umd.js +55 -55
- package/dist/mozaic-vue.common.js +55 -55
- package/dist/mozaic-vue.common.js.map +1 -1
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.umd.js +55 -55
- package/dist/mozaic-vue.umd.js.map +1 -1
- package/dist/mozaic-vue.umd.min.js +1 -1
- package/dist/mozaic-vue.umd.min.js.map +1 -1
- package/package.json +4 -4
- package/src/tokens/adeo/android/colors.xml +47 -43
- package/src/tokens/adeo/css/_variables.scss +47 -43
- package/src/tokens/adeo/css/root.scss +32 -28
- package/src/tokens/adeo/ios/StyleDictionaryColor.h +4 -0
- package/src/tokens/adeo/ios/StyleDictionaryColor.m +47 -43
- package/src/tokens/adeo/ios/StyleDictionaryColor.swift +47 -43
- package/src/tokens/adeo/js/tokens.js +47 -43
- package/src/tokens/adeo/js/tokensObject.js +155 -71
- package/src/tokens/adeo/scss/_tokens.scss +55 -47
|
@@ -88,24 +88,24 @@
|
|
|
88
88
|
[UIColor colorWithRed:0.224f green:0.220f blue:0.475f alpha:1.000f],
|
|
89
89
|
[UIColor colorWithRed:0.157f green:0.157f blue:0.388f alpha:1.000f],
|
|
90
90
|
[UIColor colorWithRed:0.102f green:0.102f blue:0.294f alpha:1.000f],
|
|
91
|
-
[UIColor colorWithRed:0.
|
|
92
|
-
[UIColor colorWithRed:0.
|
|
93
|
-
[UIColor colorWithRed:0.953f green:0.
|
|
94
|
-
[UIColor colorWithRed:0.
|
|
95
|
-
[UIColor colorWithRed:0.
|
|
96
|
-
[UIColor colorWithRed:0.
|
|
97
|
-
[UIColor colorWithRed:0.
|
|
98
|
-
[UIColor colorWithRed:0.
|
|
99
|
-
[UIColor colorWithRed:0.
|
|
100
|
-
[UIColor colorWithRed:
|
|
101
|
-
[UIColor colorWithRed:
|
|
102
|
-
[UIColor colorWithRed:
|
|
103
|
-
[UIColor colorWithRed:
|
|
104
|
-
[UIColor colorWithRed:0.
|
|
105
|
-
[UIColor colorWithRed:0.
|
|
106
|
-
[UIColor colorWithRed:0.
|
|
107
|
-
[UIColor colorWithRed:0.
|
|
108
|
-
[UIColor colorWithRed:0.
|
|
91
|
+
[UIColor colorWithRed:0.992f green:0.918f blue:0.918f alpha:1.000f],
|
|
92
|
+
[UIColor colorWithRed:0.973f green:0.737f blue:0.733f alpha:1.000f],
|
|
93
|
+
[UIColor colorWithRed:0.953f green:0.553f blue:0.549f alpha:1.000f],
|
|
94
|
+
[UIColor colorWithRed:0.937f green:0.373f blue:0.361f alpha:1.000f],
|
|
95
|
+
[UIColor colorWithRed:0.918f green:0.188f blue:0.176f alpha:1.000f],
|
|
96
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
97
|
+
[UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
|
|
98
|
+
[UIColor colorWithRed:0.325f green:0.000f blue:0.000f alpha:1.000f],
|
|
99
|
+
[UIColor colorWithRed:0.176f green:0.000f blue:0.000f alpha:1.000f],
|
|
100
|
+
[UIColor colorWithRed:0.992f green:0.945f blue:0.910f alpha:1.000f],
|
|
101
|
+
[UIColor colorWithRed:0.973f green:0.824f blue:0.702f alpha:1.000f],
|
|
102
|
+
[UIColor colorWithRed:0.957f green:0.698f blue:0.494f alpha:1.000f],
|
|
103
|
+
[UIColor colorWithRed:0.937f green:0.576f blue:0.290f alpha:1.000f],
|
|
104
|
+
[UIColor colorWithRed:0.918f green:0.451f blue:0.082f alpha:1.000f],
|
|
105
|
+
[UIColor colorWithRed:0.776f green:0.322f blue:0.000f alpha:1.000f],
|
|
106
|
+
[UIColor colorWithRed:0.549f green:0.208f blue:0.000f alpha:1.000f],
|
|
107
|
+
[UIColor colorWithRed:0.325f green:0.106f blue:0.000f alpha:1.000f],
|
|
108
|
+
[UIColor colorWithRed:0.212f green:0.055f blue:0.000f alpha:1.000f],
|
|
109
109
|
[UIColor colorWithRed:1.000f green:0.973f blue:0.886f alpha:1.000f],
|
|
110
110
|
[UIColor colorWithRed:1.000f green:0.922f blue:0.686f alpha:1.000f],
|
|
111
111
|
[UIColor colorWithRed:0.996f green:0.878f blue:0.490f alpha:1.000f],
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
[UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
|
|
178
178
|
[UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
|
|
179
179
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
180
|
-
[UIColor colorWithRed:0.
|
|
180
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
181
181
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
182
182
|
[UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
|
|
183
183
|
[UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
|
|
@@ -210,13 +210,13 @@
|
|
|
210
210
|
[UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
|
|
211
211
|
[UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
|
|
212
212
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
213
|
-
[UIColor colorWithRed:0.
|
|
214
|
-
[UIColor colorWithRed:0.
|
|
215
|
-
[UIColor colorWithRed:0.
|
|
213
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
214
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
215
|
+
[UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
|
|
216
216
|
[UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
|
|
217
217
|
[UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
|
|
218
|
-
[UIColor colorWithRed:0.
|
|
219
|
-
[UIColor colorWithRed:0.
|
|
218
|
+
[UIColor colorWithRed:0.973f green:0.737f blue:0.733f alpha:1.000f],
|
|
219
|
+
[UIColor colorWithRed:0.992f green:0.918f blue:0.918f alpha:1.000f],
|
|
220
220
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
221
221
|
[UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
|
|
222
222
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
@@ -248,8 +248,8 @@
|
|
|
248
248
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
249
249
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
250
250
|
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
|
|
251
|
-
[UIColor colorWithRed:0.
|
|
252
|
-
[UIColor colorWithRed:0.
|
|
251
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
252
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
253
253
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
254
254
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
255
255
|
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
@@ -264,11 +264,11 @@
|
|
|
264
264
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
265
265
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
266
266
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
267
|
-
[UIColor colorWithRed:0.
|
|
268
|
-
[UIColor colorWithRed:0.
|
|
267
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
268
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
269
269
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
270
270
|
[UIColor colorWithRed:0.459f green:0.537f blue:0.573f alpha:1.000f],
|
|
271
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
271
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
272
272
|
[UIColor colorWithRed:0.416f green:0.439f blue:0.506f alpha:1.000f],
|
|
273
273
|
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
|
|
274
274
|
[UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
|
|
@@ -313,17 +313,17 @@
|
|
|
313
313
|
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
314
314
|
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
315
315
|
[UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
|
|
316
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
316
|
+
[UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
|
|
317
317
|
[UIColor colorWithRed:0.286f green:0.310f blue:0.376f alpha:1.000f],
|
|
318
318
|
[UIColor colorWithRed:0.204f green:0.231f blue:0.298f alpha:1.000f],
|
|
319
319
|
[UIColor colorWithRed:0.204f green:0.231f blue:0.298f alpha:1.000f],
|
|
320
320
|
[UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
|
|
321
321
|
[UIColor colorWithRed:0.090f green:0.106f blue:0.149f alpha:1.000f],
|
|
322
|
-
[UIColor colorWithRed:0.
|
|
323
|
-
[UIColor colorWithRed:0.
|
|
324
|
-
[UIColor colorWithRed:0.
|
|
322
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
323
|
+
[UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
|
|
324
|
+
[UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
|
|
325
325
|
[UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
|
|
326
|
-
[UIColor colorWithRed:0.
|
|
326
|
+
[UIColor colorWithRed:0.325f green:0.000f blue:0.000f alpha:1.000f],
|
|
327
327
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
328
328
|
[UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
|
|
329
329
|
[UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
|
|
@@ -333,12 +333,16 @@
|
|
|
333
333
|
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
|
|
334
334
|
[UIColor colorWithRed:0.855f green:0.937f blue:0.969f alpha:1.000f],
|
|
335
335
|
[UIColor colorWithRed:0.043f green:0.588f blue:0.800f alpha:1.000f],
|
|
336
|
+
[UIColor colorWithRed:0.000f green:0.482f blue:0.706f alpha:1.000f],
|
|
336
337
|
[UIColor colorWithRed:0.922f green:0.961f blue:0.871f alpha:1.000f],
|
|
337
338
|
[UIColor colorWithRed:0.275f green:0.651f blue:0.063f alpha:1.000f],
|
|
339
|
+
[UIColor colorWithRed:0.094f green:0.533f blue:0.012f alpha:1.000f],
|
|
338
340
|
[UIColor colorWithRed:0.992f green:0.945f blue:0.910f alpha:1.000f],
|
|
339
341
|
[UIColor colorWithRed:0.918f green:0.451f blue:0.082f alpha:1.000f],
|
|
342
|
+
[UIColor colorWithRed:0.776f green:0.322f blue:0.000f alpha:1.000f],
|
|
340
343
|
[UIColor colorWithRed:0.992f green:0.918f blue:0.918f alpha:1.000f],
|
|
341
344
|
[UIColor colorWithRed:0.918f green:0.188f blue:0.176f alpha:1.000f],
|
|
345
|
+
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
342
346
|
[UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
|
|
343
347
|
[UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
|
|
344
348
|
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
@@ -363,22 +367,22 @@
|
|
|
363
367
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
364
368
|
[UIColor colorWithRed:0.459f green:0.537f blue:0.573f alpha:1.000f],
|
|
365
369
|
[UIColor colorWithRed:0.918f green:0.451f blue:0.082f alpha:1.000f],
|
|
366
|
-
[UIColor colorWithRed:
|
|
370
|
+
[UIColor colorWithRed:0.957f green:0.698f blue:0.494f alpha:1.000f],
|
|
367
371
|
[UIColor colorWithRed:0.600f green:0.600f blue:0.600f alpha:1.000f],
|
|
368
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
369
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
372
|
+
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
373
|
+
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
370
374
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
371
375
|
[UIColor colorWithRed:0.600f green:0.600f blue:0.600f alpha:1.000f],
|
|
372
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
373
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
374
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
375
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
376
|
+
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
377
|
+
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
378
|
+
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
379
|
+
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
376
380
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
377
381
|
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
|
|
378
382
|
[UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
|
|
379
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
383
|
+
[UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
|
|
380
384
|
[UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
|
|
381
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
385
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
382
386
|
[UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
|
|
383
387
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
384
388
|
[UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
|
|
@@ -26,14 +26,14 @@ public class StyleDictionaryColor {
|
|
|
26
26
|
public static let colorButtonBorderedActiveBackground = UIColor(red: 0.569, green: 0.835, blue: 0.859, alpha: 1)
|
|
27
27
|
public static let colorButtonBorderedBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
28
28
|
public static let colorButtonBorderedBorder = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
29
|
-
public static let colorButtonBorderedDangerActiveBackground = UIColor(red: 0.
|
|
29
|
+
public static let colorButtonBorderedDangerActiveBackground = UIColor(red: 0.973, green: 0.737, blue: 0.733, alpha: 1)
|
|
30
30
|
public static let colorButtonBorderedDangerBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
31
|
-
public static let colorButtonBorderedDangerBorder = UIColor(red: 0.
|
|
31
|
+
public static let colorButtonBorderedDangerBorder = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
32
32
|
public static let colorButtonBorderedDangerDisabledBackground = UIColor(red: 0.800, green: 0.800, blue: 0.800, alpha: 1)
|
|
33
33
|
public static let colorButtonBorderedDangerDisabledFont = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
34
|
-
public static let colorButtonBorderedDangerFocusBorder = UIColor(red: 0.
|
|
35
|
-
public static let colorButtonBorderedDangerFont = UIColor(red: 0.
|
|
36
|
-
public static let colorButtonBorderedDangerHoverBackground = UIColor(red: 0.
|
|
34
|
+
public static let colorButtonBorderedDangerFocusBorder = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
|
|
35
|
+
public static let colorButtonBorderedDangerFont = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
36
|
+
public static let colorButtonBorderedDangerHoverBackground = UIColor(red: 0.992, green: 0.918, blue: 0.918, alpha: 1)
|
|
37
37
|
public static let colorButtonBorderedDisabledBackground = UIColor(red: 0.800, green: 0.800, blue: 0.800, alpha: 1)
|
|
38
38
|
public static let colorButtonBorderedDisabledFont = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
39
39
|
public static let colorButtonBorderedFocusBorder = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
@@ -58,7 +58,7 @@ public class StyleDictionaryColor {
|
|
|
58
58
|
public static let colorButtonSolidActiveBackground = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
59
59
|
public static let colorButtonSolidBackground = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
60
60
|
public static let colorButtonSolidDangerActiveBackground = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
|
|
61
|
-
public static let colorButtonSolidDangerBackground = UIColor(red: 0.
|
|
61
|
+
public static let colorButtonSolidDangerBackground = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
62
62
|
public static let colorButtonSolidDangerDisabledBackground = UIColor(red: 0.800, green: 0.800, blue: 0.800, alpha: 1)
|
|
63
63
|
public static let colorButtonSolidDangerDisabledFont = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
64
64
|
public static let colorButtonSolidDangerFocusBorder = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
|
|
@@ -118,8 +118,8 @@ public class StyleDictionaryColor {
|
|
|
118
118
|
public static let colorFlagBorderedBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
119
119
|
public static let colorFlagBorderedBorder = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
120
120
|
public static let colorFlagBorderedDangerBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
121
|
-
public static let colorFlagBorderedDangerBorder = UIColor(red: 0.
|
|
122
|
-
public static let colorFlagBorderedDangerText = UIColor(red: 0.
|
|
121
|
+
public static let colorFlagBorderedDangerBorder = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
122
|
+
public static let colorFlagBorderedDangerText = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
123
123
|
public static let colorFlagBorderedDarkBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
124
124
|
public static let colorFlagBorderedDarkBorder = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
125
125
|
public static let colorFlagBorderedDarkText = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -132,8 +132,8 @@ public class StyleDictionaryColor {
|
|
|
132
132
|
public static let colorFlagBorderedText = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
133
133
|
public static let colorFlagSolidBackground = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
134
134
|
public static let colorFlagSolidBorder = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
135
|
-
public static let colorFlagSolidDangerBackground = UIColor(red: 0.
|
|
136
|
-
public static let colorFlagSolidDangerBorder = UIColor(red: 0.
|
|
135
|
+
public static let colorFlagSolidDangerBackground = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
136
|
+
public static let colorFlagSolidDangerBorder = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
137
137
|
public static let colorFlagSolidDangerText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
138
138
|
public static let colorFlagSolidDarkBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
139
139
|
public static let colorFlagSolidDarkBorder = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -154,7 +154,7 @@ public class StyleDictionaryColor {
|
|
|
154
154
|
public static let colorFontInfo = UIColor(red: 0.000, green: 0.482, blue: 0.706, alpha: 1)
|
|
155
155
|
public static let colorFontLight = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
156
156
|
public static let colorFontLightest = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
157
|
-
public static let colorFontPrimary01 = UIColor(red: 0.000, green: 0.
|
|
157
|
+
public static let colorFontPrimary01 = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
158
158
|
public static let colorFontPrimary02 = UIColor(red: 0.416, green: 0.439, blue: 0.506, alpha: 1)
|
|
159
159
|
public static let colorFontSuccess = UIColor(red: 0.094, green: 0.533, blue: 0.012, alpha: 1)
|
|
160
160
|
public static let colorFontWarning = UIColor(red: 0.776, green: 0.322, blue: 0.000, alpha: 1)
|
|
@@ -198,11 +198,11 @@ public class StyleDictionaryColor {
|
|
|
198
198
|
public static let colorInputText = UIColor(red: 0.098, green: 0.098, blue: 0.098, alpha: 1)
|
|
199
199
|
public static let colorInputValidBorder = UIColor(red: 0.275, green: 0.651, blue: 0.063, alpha: 1)
|
|
200
200
|
public static let colorInputValidHoverBorder = UIColor(red: 0.012, green: 0.314, blue: 0.063, alpha: 1)
|
|
201
|
-
public static let colorLinkDangerActive = UIColor(red: 0.
|
|
202
|
-
public static let colorLinkDangerBase = UIColor(red: 0.
|
|
201
|
+
public static let colorLinkDangerActive = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
|
|
202
|
+
public static let colorLinkDangerBase = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
203
203
|
public static let colorLinkDangerDisabled = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
204
|
-
public static let colorLinkDangerHover = UIColor(red: 0.
|
|
205
|
-
public static let colorLinkDangerVisited = UIColor(red: 0.
|
|
204
|
+
public static let colorLinkDangerHover = UIColor(red: 0.325, green: 0.000, blue: 0.000, alpha: 1)
|
|
205
|
+
public static let colorLinkDangerVisited = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
|
|
206
206
|
public static let colorLinkDarkActive = UIColor(red: 0.200, green: 0.200, blue: 0.200, alpha: 1)
|
|
207
207
|
public static let colorLinkDarkBase = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
208
208
|
public static let colorLinkDarkDisabled = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
@@ -221,7 +221,7 @@ public class StyleDictionaryColor {
|
|
|
221
221
|
public static let colorLinkPrimaryActive = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
222
222
|
public static let colorLinkPrimaryBase = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
223
223
|
public static let colorLinkPrimaryDisabled = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
224
|
-
public static let colorLinkPrimaryHover = UIColor(red: 0.000, green: 0.
|
|
224
|
+
public static let colorLinkPrimaryHover = UIColor(red: 0.000, green: 0.306, blue: 0.341, alpha: 1)
|
|
225
225
|
public static let colorLinkPrimaryVisited = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
226
226
|
public static let colorListboxBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
227
227
|
public static let colorListboxBorder = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
@@ -231,13 +231,17 @@ public class StyleDictionaryColor {
|
|
|
231
231
|
public static let colorListboxTileShadow = UIColor(red: 0.098, green: 0.098, blue: 0.098, alpha: 1)
|
|
232
232
|
public static let colorNotificationDangerBackground = UIColor(red: 0.992, green: 0.918, blue: 0.918, alpha: 1)
|
|
233
233
|
public static let colorNotificationDangerBorder = UIColor(red: 0.918, green: 0.188, blue: 0.176, alpha: 1)
|
|
234
|
+
public static let colorNotificationDangerIcon = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
234
235
|
public static let colorNotificationFont = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
235
236
|
public static let colorNotificationInformationBackground = UIColor(red: 0.855, green: 0.937, blue: 0.969, alpha: 1)
|
|
236
237
|
public static let colorNotificationInformationBorder = UIColor(red: 0.043, green: 0.588, blue: 0.800, alpha: 1)
|
|
238
|
+
public static let colorNotificationInformationIcon = UIColor(red: 0.000, green: 0.482, blue: 0.706, alpha: 1)
|
|
237
239
|
public static let colorNotificationSuccessBackground = UIColor(red: 0.922, green: 0.961, blue: 0.871, alpha: 1)
|
|
238
240
|
public static let colorNotificationSuccessBorder = UIColor(red: 0.275, green: 0.651, blue: 0.063, alpha: 1)
|
|
241
|
+
public static let colorNotificationSuccessIcon = UIColor(red: 0.094, green: 0.533, blue: 0.012, alpha: 1)
|
|
239
242
|
public static let colorNotificationWarningBackground = UIColor(red: 0.992, green: 0.945, blue: 0.910, alpha: 1)
|
|
240
243
|
public static let colorNotificationWarningBorder = UIColor(red: 0.918, green: 0.451, blue: 0.082, alpha: 1)
|
|
244
|
+
public static let colorNotificationWarningIcon = UIColor(red: 0.776, green: 0.322, blue: 0.000, alpha: 1)
|
|
241
245
|
public static let colorOptionButtonCheckedLabelBorder = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
|
|
242
246
|
public static let colorOptionButtonCheckedLabelShadow = UIColor(red: 0.851, green: 0.941, blue: 0.953, alpha: 1)
|
|
243
247
|
public static let colorOptionButtonDisabledLabelBackground = UIColor(red: 0.800, green: 0.800, blue: 0.800, alpha: 1)
|
|
@@ -295,15 +299,15 @@ public class StyleDictionaryColor {
|
|
|
295
299
|
public static let colorSecondaryGreen700 = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
296
300
|
public static let colorSecondaryGreen800 = UIColor(red: 0.000, green: 0.306, blue: 0.341, alpha: 1)
|
|
297
301
|
public static let colorSecondaryGreen900 = UIColor(red: 0.000, green: 0.180, blue: 0.200, alpha: 1)
|
|
298
|
-
public static let colorSecondaryOrange100 = UIColor(red:
|
|
299
|
-
public static let colorSecondaryOrange200 = UIColor(red:
|
|
300
|
-
public static let colorSecondaryOrange300 = UIColor(red:
|
|
301
|
-
public static let colorSecondaryOrange400 = UIColor(red:
|
|
302
|
-
public static let colorSecondaryOrange500 = UIColor(red: 0.
|
|
303
|
-
public static let colorSecondaryOrange600 = UIColor(red: 0.
|
|
304
|
-
public static let colorSecondaryOrange700 = UIColor(red: 0.
|
|
305
|
-
public static let colorSecondaryOrange800 = UIColor(red: 0.
|
|
306
|
-
public static let colorSecondaryOrange900 = UIColor(red: 0.
|
|
302
|
+
public static let colorSecondaryOrange100 = UIColor(red: 0.992, green: 0.945, blue: 0.910, alpha: 1)
|
|
303
|
+
public static let colorSecondaryOrange200 = UIColor(red: 0.973, green: 0.824, blue: 0.702, alpha: 1)
|
|
304
|
+
public static let colorSecondaryOrange300 = UIColor(red: 0.957, green: 0.698, blue: 0.494, alpha: 1)
|
|
305
|
+
public static let colorSecondaryOrange400 = UIColor(red: 0.937, green: 0.576, blue: 0.290, alpha: 1)
|
|
306
|
+
public static let colorSecondaryOrange500 = UIColor(red: 0.918, green: 0.451, blue: 0.082, alpha: 1)
|
|
307
|
+
public static let colorSecondaryOrange600 = UIColor(red: 0.776, green: 0.322, blue: 0.000, alpha: 1)
|
|
308
|
+
public static let colorSecondaryOrange700 = UIColor(red: 0.549, green: 0.208, blue: 0.000, alpha: 1)
|
|
309
|
+
public static let colorSecondaryOrange800 = UIColor(red: 0.325, green: 0.106, blue: 0.000, alpha: 1)
|
|
310
|
+
public static let colorSecondaryOrange900 = UIColor(red: 0.212, green: 0.055, blue: 0.000, alpha: 1)
|
|
307
311
|
public static let colorSecondaryPurple100 = UIColor(red: 0.906, green: 0.906, blue: 0.941, alpha: 1)
|
|
308
312
|
public static let colorSecondaryPurple200 = UIColor(red: 0.773, green: 0.773, blue: 0.863, alpha: 1)
|
|
309
313
|
public static let colorSecondaryPurple300 = UIColor(red: 0.643, green: 0.639, blue: 0.780, alpha: 1)
|
|
@@ -313,15 +317,15 @@ public class StyleDictionaryColor {
|
|
|
313
317
|
public static let colorSecondaryPurple700 = UIColor(red: 0.224, green: 0.220, blue: 0.475, alpha: 1)
|
|
314
318
|
public static let colorSecondaryPurple800 = UIColor(red: 0.157, green: 0.157, blue: 0.388, alpha: 1)
|
|
315
319
|
public static let colorSecondaryPurple900 = UIColor(red: 0.102, green: 0.102, blue: 0.294, alpha: 1)
|
|
316
|
-
public static let colorSecondaryRed100 = UIColor(red: 0.
|
|
317
|
-
public static let colorSecondaryRed200 = UIColor(red: 0.
|
|
318
|
-
public static let colorSecondaryRed300 = UIColor(red: 0.953, green: 0.
|
|
319
|
-
public static let colorSecondaryRed400 = UIColor(red: 0.
|
|
320
|
-
public static let colorSecondaryRed500 = UIColor(red: 0.
|
|
321
|
-
public static let colorSecondaryRed600 = UIColor(red: 0.
|
|
322
|
-
public static let colorSecondaryRed700 = UIColor(red: 0.
|
|
323
|
-
public static let colorSecondaryRed800 = UIColor(red: 0.
|
|
324
|
-
public static let colorSecondaryRed900 = UIColor(red: 0.
|
|
320
|
+
public static let colorSecondaryRed100 = UIColor(red: 0.992, green: 0.918, blue: 0.918, alpha: 1)
|
|
321
|
+
public static let colorSecondaryRed200 = UIColor(red: 0.973, green: 0.737, blue: 0.733, alpha: 1)
|
|
322
|
+
public static let colorSecondaryRed300 = UIColor(red: 0.953, green: 0.553, blue: 0.549, alpha: 1)
|
|
323
|
+
public static let colorSecondaryRed400 = UIColor(red: 0.937, green: 0.373, blue: 0.361, alpha: 1)
|
|
324
|
+
public static let colorSecondaryRed500 = UIColor(red: 0.918, green: 0.188, blue: 0.176, alpha: 1)
|
|
325
|
+
public static let colorSecondaryRed600 = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
|
|
326
|
+
public static let colorSecondaryRed700 = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
|
|
327
|
+
public static let colorSecondaryRed800 = UIColor(red: 0.325, green: 0.000, blue: 0.000, alpha: 1)
|
|
328
|
+
public static let colorSecondaryRed900 = UIColor(red: 0.176, green: 0.000, blue: 0.000, alpha: 1)
|
|
325
329
|
public static let colorSecondarySandgrey100 = UIColor(red: 0.933, green: 0.929, blue: 0.918, alpha: 1)
|
|
326
330
|
public static let colorSecondarySandgrey200 = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
|
|
327
331
|
public static let colorSecondarySandgrey300 = UIColor(red: 0.761, green: 0.757, blue: 0.729, alpha: 1)
|
|
@@ -343,16 +347,16 @@ public class StyleDictionaryColor {
|
|
|
343
347
|
public static let colorStarEmpty = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
344
348
|
public static let colorStarFocus = UIColor(red: 0.459, green: 0.537, blue: 0.573, alpha: 1)
|
|
345
349
|
public static let colorStarFull = UIColor(red: 0.918, green: 0.451, blue: 0.082, alpha: 1)
|
|
346
|
-
public static let colorStarHover = UIColor(red:
|
|
347
|
-
public static let colorStepperIcon = UIColor(red: 0.000, green: 0.
|
|
350
|
+
public static let colorStarHover = UIColor(red: 0.957, green: 0.698, blue: 0.494, alpha: 1)
|
|
351
|
+
public static let colorStepperIcon = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
|
|
348
352
|
public static let colorStepperIndicatorBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
349
353
|
public static let colorStepperIndicatorBorder = UIColor(red: 0.600, green: 0.600, blue: 0.600, alpha: 1)
|
|
350
|
-
public static let colorStepperIndicatorCurrentBackground = UIColor(red: 0.000, green: 0.
|
|
351
|
-
public static let colorStepperIndicatorCurrentBorder = UIColor(red: 0.000, green: 0.
|
|
354
|
+
public static let colorStepperIndicatorCurrentBackground = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
|
|
355
|
+
public static let colorStepperIndicatorCurrentBorder = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
|
|
352
356
|
public static let colorStepperItemBackground = UIColor(red: 0.600, green: 0.600, blue: 0.600, alpha: 1)
|
|
353
|
-
public static let colorStepperItemCurrentBackground = UIColor(red: 0.000, green: 0.
|
|
354
|
-
public static let colorStepperLinkHoverText = UIColor(red: 0.000, green: 0.
|
|
355
|
-
public static let colorStepperTitle = UIColor(red: 0.000, green: 0.
|
|
357
|
+
public static let colorStepperItemCurrentBackground = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
|
|
358
|
+
public static let colorStepperLinkHoverText = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
|
|
359
|
+
public static let colorStepperTitle = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
|
|
356
360
|
public static let colorSuccess100 = UIColor(red: 0.922, green: 0.961, blue: 0.871, alpha: 1)
|
|
357
361
|
public static let colorSuccess200 = UIColor(red: 0.773, green: 0.890, blue: 0.620, alpha: 1)
|
|
358
362
|
public static let colorSuccess300 = UIColor(red: 0.620, green: 0.816, blue: 0.373, alpha: 1)
|
|
@@ -362,12 +366,12 @@ public class StyleDictionaryColor {
|
|
|
362
366
|
public static let colorSuccess700 = UIColor(red: 0.000, green: 0.412, blue: 0.008, alpha: 1)
|
|
363
367
|
public static let colorSuccess800 = UIColor(red: 0.012, green: 0.314, blue: 0.063, alpha: 1)
|
|
364
368
|
public static let colorSuccess900 = UIColor(red: 0.008, green: 0.212, blue: 0.094, alpha: 1)
|
|
365
|
-
public static let colorTabsActive = UIColor(red: 0.000, green: 0.
|
|
369
|
+
public static let colorTabsActive = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
366
370
|
public static let colorTabsActiveDisabled = UIColor(red: 0.569, green: 0.835, blue: 0.859, alpha: 1)
|
|
367
371
|
public static let colorTabsBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
368
372
|
public static let colorTabsDefault = UIColor(red: 0.098, green: 0.098, blue: 0.098, alpha: 1)
|
|
369
373
|
public static let colorTabsDisabled = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha: 1)
|
|
370
|
-
public static let colorTabsHover = UIColor(red: 0.000, green: 0.
|
|
374
|
+
public static let colorTabsHover = UIColor(red: 0.000, green: 0.306, blue: 0.341, alpha: 1)
|
|
371
375
|
public static let colorTabsShadow = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
372
376
|
public static let colorTagLinkDarkActiveBackground = UIColor(red: 0.302, green: 0.302, blue: 0.302, alpha: 1)
|
|
373
377
|
public static let colorTagLinkDarkBackground = UIColor(red: 0.098, green: 0.098, blue: 0.098, alpha: 1)
|
|
@@ -72,24 +72,24 @@ export const ColorSecondaryPurple600 = "#4b4a8c";
|
|
|
72
72
|
export const ColorSecondaryPurple700 = "#393879";
|
|
73
73
|
export const ColorSecondaryPurple800 = "#282863";
|
|
74
74
|
export const ColorSecondaryPurple900 = "#1a1a4b";
|
|
75
|
-
export const ColorSecondaryRed100 = "#
|
|
76
|
-
export const ColorSecondaryRed200 = "#
|
|
77
|
-
export const ColorSecondaryRed300 = "#
|
|
78
|
-
export const ColorSecondaryRed400 = "#
|
|
79
|
-
export const ColorSecondaryRed500 = "#
|
|
80
|
-
export const ColorSecondaryRed600 = "#
|
|
81
|
-
export const ColorSecondaryRed700 = "#
|
|
82
|
-
export const ColorSecondaryRed800 = "#
|
|
83
|
-
export const ColorSecondaryRed900 = "#
|
|
84
|
-
export const ColorSecondaryOrange100 = "#
|
|
85
|
-
export const ColorSecondaryOrange200 = "#
|
|
86
|
-
export const ColorSecondaryOrange300 = "#
|
|
87
|
-
export const ColorSecondaryOrange400 = "#
|
|
88
|
-
export const ColorSecondaryOrange500 = "#
|
|
89
|
-
export const ColorSecondaryOrange600 = "#
|
|
90
|
-
export const ColorSecondaryOrange700 = "#
|
|
91
|
-
export const ColorSecondaryOrange800 = "#
|
|
92
|
-
export const ColorSecondaryOrange900 = "#
|
|
75
|
+
export const ColorSecondaryRed100 = "#fdeaea";
|
|
76
|
+
export const ColorSecondaryRed200 = "#f8bcbb";
|
|
77
|
+
export const ColorSecondaryRed300 = "#f38d8c";
|
|
78
|
+
export const ColorSecondaryRed400 = "#ef5f5c";
|
|
79
|
+
export const ColorSecondaryRed500 = "#ea302d";
|
|
80
|
+
export const ColorSecondaryRed600 = "#c61112";
|
|
81
|
+
export const ColorSecondaryRed700 = "#8c0003";
|
|
82
|
+
export const ColorSecondaryRed800 = "#530000";
|
|
83
|
+
export const ColorSecondaryRed900 = "#2d0000";
|
|
84
|
+
export const ColorSecondaryOrange100 = "#fdf1e8";
|
|
85
|
+
export const ColorSecondaryOrange200 = "#f8d2b3";
|
|
86
|
+
export const ColorSecondaryOrange300 = "#f4b27e";
|
|
87
|
+
export const ColorSecondaryOrange400 = "#ef934a";
|
|
88
|
+
export const ColorSecondaryOrange500 = "#ea7315";
|
|
89
|
+
export const ColorSecondaryOrange600 = "#c65200";
|
|
90
|
+
export const ColorSecondaryOrange700 = "#8c3500";
|
|
91
|
+
export const ColorSecondaryOrange800 = "#531b00";
|
|
92
|
+
export const ColorSecondaryOrange900 = "#360e00";
|
|
93
93
|
export const ColorSecondaryYellow100 = "#fff8e2";
|
|
94
94
|
export const ColorSecondaryYellow200 = "#ffebaf";
|
|
95
95
|
export const ColorSecondaryYellow300 = "#fee07d";
|
|
@@ -161,7 +161,7 @@ export const ColorButtonSolidNeutralDisabledFont = "#666666";
|
|
|
161
161
|
export const ColorButtonSolidNeutralActiveBackground = "#333333";
|
|
162
162
|
export const ColorButtonSolidNeutralHoverBackground = "#191919";
|
|
163
163
|
export const ColorButtonSolidNeutralHoverFont = "#ffffff";
|
|
164
|
-
export const ColorButtonSolidDangerBackground = "#
|
|
164
|
+
export const ColorButtonSolidDangerBackground = "#c61112";
|
|
165
165
|
export const ColorButtonSolidDangerFont = "#ffffff";
|
|
166
166
|
export const ColorButtonSolidDangerFocusBorder = "#8c0003";
|
|
167
167
|
export const ColorButtonSolidDangerDisabledBackground = "#cccccc";
|
|
@@ -194,13 +194,13 @@ export const ColorButtonBorderedNeutralDisabledFont = "#666666";
|
|
|
194
194
|
export const ColorButtonBorderedNeutralActiveBackground = "#cccccc";
|
|
195
195
|
export const ColorButtonBorderedNeutralHoverBackground = "#e6e6e6";
|
|
196
196
|
export const ColorButtonBorderedDangerBackground = "#ffffff";
|
|
197
|
-
export const ColorButtonBorderedDangerBorder = "#
|
|
198
|
-
export const ColorButtonBorderedDangerFont = "#
|
|
199
|
-
export const ColorButtonBorderedDangerFocusBorder = "#
|
|
197
|
+
export const ColorButtonBorderedDangerBorder = "#c61112";
|
|
198
|
+
export const ColorButtonBorderedDangerFont = "#c61112";
|
|
199
|
+
export const ColorButtonBorderedDangerFocusBorder = "#8c0003";
|
|
200
200
|
export const ColorButtonBorderedDangerDisabledBackground = "#cccccc";
|
|
201
201
|
export const ColorButtonBorderedDangerDisabledFont = "#666666";
|
|
202
|
-
export const ColorButtonBorderedDangerActiveBackground = "#
|
|
203
|
-
export const ColorButtonBorderedDangerHoverBackground = "#
|
|
202
|
+
export const ColorButtonBorderedDangerActiveBackground = "#f8bcbb";
|
|
203
|
+
export const ColorButtonBorderedDangerHoverBackground = "#fdeaea";
|
|
204
204
|
export const ColorCardBorderedBackground = "#ffffff";
|
|
205
205
|
export const ColorCardBorderedBorder = "#808080";
|
|
206
206
|
export const ColorDialogBackground = "#ffffff";
|
|
@@ -232,8 +232,8 @@ export const ColorFlagSolidDarkText = "#ffffff";
|
|
|
232
232
|
export const ColorFlagSolidLightBackground = "#ffffff";
|
|
233
233
|
export const ColorFlagSolidLightBorder = "#ffffff";
|
|
234
234
|
export const ColorFlagSolidLightText = "#000000";
|
|
235
|
-
export const ColorFlagSolidDangerBackground = "#
|
|
236
|
-
export const ColorFlagSolidDangerBorder = "#
|
|
235
|
+
export const ColorFlagSolidDangerBackground = "#c61112";
|
|
236
|
+
export const ColorFlagSolidDangerBorder = "#c61112";
|
|
237
237
|
export const ColorFlagSolidDangerText = "#ffffff";
|
|
238
238
|
export const ColorFlagBorderedBackground = "#ffffff";
|
|
239
239
|
export const ColorFlagBorderedBorder = "#007f8c";
|
|
@@ -248,11 +248,11 @@ export const ColorFlagBorderedLightBackground = "#000000";
|
|
|
248
248
|
export const ColorFlagBorderedLightBorder = "#ffffff";
|
|
249
249
|
export const ColorFlagBorderedLightText = "#ffffff";
|
|
250
250
|
export const ColorFlagBorderedDangerBackground = "#ffffff";
|
|
251
|
-
export const ColorFlagBorderedDangerBorder = "#
|
|
252
|
-
export const ColorFlagBorderedDangerText = "#
|
|
251
|
+
export const ColorFlagBorderedDangerBorder = "#c61112";
|
|
252
|
+
export const ColorFlagBorderedDangerText = "#c61112";
|
|
253
253
|
export const ColorFocusGap = "#ffffff";
|
|
254
254
|
export const ColorFocusBorder = "#758992";
|
|
255
|
-
export const ColorFontPrimary01 = "#
|
|
255
|
+
export const ColorFontPrimary01 = "#007f8c";
|
|
256
256
|
export const ColorFontPrimary02 = "#6a7081";
|
|
257
257
|
export const ColorFontDarkest = "#000000";
|
|
258
258
|
export const ColorFontDarker = "#191919";
|
|
@@ -297,17 +297,17 @@ export const ColorLinkPrimaryBase = "#007f8c";
|
|
|
297
297
|
export const ColorLinkPrimaryVisited = "#006974";
|
|
298
298
|
export const ColorLinkPrimaryActive = "#006974";
|
|
299
299
|
export const ColorLinkPrimaryDisabled = "#e6e6e6";
|
|
300
|
-
export const ColorLinkPrimaryHover = "#
|
|
300
|
+
export const ColorLinkPrimaryHover = "#004e57";
|
|
301
301
|
export const ColorLinkPrimary02Base = "#494f60";
|
|
302
302
|
export const ColorLinkPrimary02Visited = "#343b4c";
|
|
303
303
|
export const ColorLinkPrimary02Active = "#343b4c";
|
|
304
304
|
export const ColorLinkPrimary02Disabled = "#e6e6e6";
|
|
305
305
|
export const ColorLinkPrimary02Hover = "#171b26";
|
|
306
|
-
export const ColorLinkDangerBase = "#
|
|
307
|
-
export const ColorLinkDangerVisited = "#
|
|
308
|
-
export const ColorLinkDangerActive = "#
|
|
306
|
+
export const ColorLinkDangerBase = "#c61112";
|
|
307
|
+
export const ColorLinkDangerVisited = "#8c0003";
|
|
308
|
+
export const ColorLinkDangerActive = "#8c0003";
|
|
309
309
|
export const ColorLinkDangerDisabled = "#e6e6e6";
|
|
310
|
-
export const ColorLinkDangerHover = "#
|
|
310
|
+
export const ColorLinkDangerHover = "#530000";
|
|
311
311
|
export const ColorListboxBackground = "#ffffff";
|
|
312
312
|
export const ColorListboxBorder = "#666666";
|
|
313
313
|
export const ColorListboxTileBorder = "#b3b3b3";
|
|
@@ -317,12 +317,16 @@ export const ColorListboxDisabledBackground = "#cccccc";
|
|
|
317
317
|
export const ColorNotificationFont = "#000000";
|
|
318
318
|
export const ColorNotificationInformationBackground = "#daeff7";
|
|
319
319
|
export const ColorNotificationInformationBorder = "#0b96cc";
|
|
320
|
+
export const ColorNotificationInformationIcon = "#007bb4";
|
|
320
321
|
export const ColorNotificationSuccessBackground = "#ebf5de";
|
|
321
322
|
export const ColorNotificationSuccessBorder = "#46a610";
|
|
323
|
+
export const ColorNotificationSuccessIcon = "#188803";
|
|
322
324
|
export const ColorNotificationWarningBackground = "#fdf1e8";
|
|
323
325
|
export const ColorNotificationWarningBorder = "#ea7315";
|
|
326
|
+
export const ColorNotificationWarningIcon = "#c65200";
|
|
324
327
|
export const ColorNotificationDangerBackground = "#fdeaea";
|
|
325
328
|
export const ColorNotificationDangerBorder = "#ea302d";
|
|
329
|
+
export const ColorNotificationDangerIcon = "#c61112";
|
|
326
330
|
export const ColorOptionButtonLabelShadow = "#b3b3b3";
|
|
327
331
|
export const ColorOptionButtonHoverLabelShadow = "#333333";
|
|
328
332
|
export const ColorOptionButtonCheckedLabelBorder = "#00919f";
|
|
@@ -347,22 +351,22 @@ export const ColorProgressBrandedIndicator = "#00919f";
|
|
|
347
351
|
export const ColorStarEmpty = "#ffffff";
|
|
348
352
|
export const ColorStarFocus = "#758992";
|
|
349
353
|
export const ColorStarFull = "#ea7315";
|
|
350
|
-
export const ColorStarHover = "#
|
|
354
|
+
export const ColorStarHover = "#f4b27e";
|
|
351
355
|
export const ColorStepperItemBackground = "#999999";
|
|
352
|
-
export const ColorStepperItemCurrentBackground = "#
|
|
353
|
-
export const ColorStepperLinkHoverText = "#
|
|
356
|
+
export const ColorStepperItemCurrentBackground = "#00919f";
|
|
357
|
+
export const ColorStepperLinkHoverText = "#00919f";
|
|
354
358
|
export const ColorStepperIndicatorBackground = "#ffffff";
|
|
355
359
|
export const ColorStepperIndicatorBorder = "#999999";
|
|
356
|
-
export const ColorStepperIndicatorCurrentBackground = "#
|
|
357
|
-
export const ColorStepperIndicatorCurrentBorder = "#
|
|
358
|
-
export const ColorStepperIcon = "#
|
|
359
|
-
export const ColorStepperTitle = "#
|
|
360
|
+
export const ColorStepperIndicatorCurrentBackground = "#00919f";
|
|
361
|
+
export const ColorStepperIndicatorCurrentBorder = "#00919f";
|
|
362
|
+
export const ColorStepperIcon = "#00919f";
|
|
363
|
+
export const ColorStepperTitle = "#00919f";
|
|
360
364
|
export const ColorTabsBackground = "#ffffff";
|
|
361
365
|
export const ColorTabsShadow = "#000000";
|
|
362
366
|
export const ColorTabsDefault = "#191919";
|
|
363
|
-
export const ColorTabsHover = "#
|
|
367
|
+
export const ColorTabsHover = "#004e57";
|
|
364
368
|
export const ColorTabsDisabled = "#666666";
|
|
365
|
-
export const ColorTabsActive = "#
|
|
369
|
+
export const ColorTabsActive = "#007f8c";
|
|
366
370
|
export const ColorTabsActiveDisabled = "#91d5db";
|
|
367
371
|
export const ColorTagTextLightBackground = "#ffffff";
|
|
368
372
|
export const ColorTagTextLightBorder = "#808080";
|