@mozaic-ds/vue 0.19.0 → 1.0.0-rc.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.
Files changed (35) hide show
  1. package/dist/mozaic-vue.adeo.css +12 -11
  2. package/dist/mozaic-vue.adeo.umd.js +26592 -7880
  3. package/dist/mozaic-vue.common.js +26592 -7880
  4. package/dist/mozaic-vue.common.js.map +1 -1
  5. package/dist/mozaic-vue.css +1 -1
  6. package/dist/mozaic-vue.umd.js +26592 -7880
  7. package/dist/mozaic-vue.umd.js.map +1 -1
  8. package/dist/mozaic-vue.umd.min.js +3 -1
  9. package/dist/mozaic-vue.umd.min.js.map +1 -1
  10. package/package.json +5 -5
  11. package/src/components/datatable/MDataTable.vue +163 -288
  12. package/src/components/datatable/MDataTableTop.vue +35 -0
  13. package/src/components/icon/MIcon.vue +1 -2
  14. package/src/tokens/adeo/android/colors.xml +42 -38
  15. package/src/tokens/adeo/css/_variables.scss +42 -38
  16. package/src/tokens/adeo/css/root.scss +26 -22
  17. package/src/tokens/adeo/ios/StyleDictionaryColor.h +4 -0
  18. package/src/tokens/adeo/ios/StyleDictionaryColor.m +42 -38
  19. package/src/tokens/adeo/ios/StyleDictionaryColor.swift +42 -38
  20. package/src/tokens/adeo/js/tokens.js +42 -38
  21. package/src/tokens/adeo/js/tokensObject.js +144 -60
  22. package/src/tokens/adeo/scss/_tokens.scss +50 -42
  23. package/dist/fonts/LeroyMerlinSans-Web-Italic.1b652c01.woff2 +0 -0
  24. package/dist/fonts/LeroyMerlinSans-Web-Italic.e1daa96d.woff +0 -0
  25. package/dist/fonts/LeroyMerlinSans-Web-Light.abc49f3e.woff +0 -0
  26. package/dist/fonts/LeroyMerlinSans-Web-Light.fbea6009.woff2 +0 -0
  27. package/dist/fonts/LeroyMerlinSans-Web-LightItalic.01eca0b6.woff +0 -0
  28. package/dist/fonts/LeroyMerlinSans-Web-LightItalic.b0c55b75.woff2 +0 -0
  29. package/dist/fonts/LeroyMerlinSans-Web-Regular.ad6adbe4.woff +0 -0
  30. package/dist/fonts/LeroyMerlinSans-Web-Regular.fbf22a5a.woff2 +0 -0
  31. package/dist/fonts/LeroyMerlinSans-Web-SemiBold.a1cbb92f.woff +0 -0
  32. package/dist/fonts/LeroyMerlinSans-Web-SemiBold.a6ab3422.woff2 +0 -0
  33. package/dist/fonts/LeroyMerlinSans-Web-SemiBoldItalic.6bdb2efc.woff2 +0 -0
  34. package/dist/fonts/LeroyMerlinSans-Web-SemiBoldItalic.93f14f9f.woff +0 -0
  35. package/src/components/icon/icons.js +0 -18887
@@ -24,14 +24,14 @@ public class StyleDictionaryColor {
24
24
  public static let colorButtonBorderedActiveBackground = UIColor(red: 0.569, green: 0.835, blue: 0.859, alpha: 1)
25
25
  public static let colorButtonBorderedBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
26
26
  public static let colorButtonBorderedBorder = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
27
- public static let colorButtonBorderedDangerActiveBackground = UIColor(red: 0.980, green: 0.725, blue: 0.737, alpha: 1)
27
+ public static let colorButtonBorderedDangerActiveBackground = UIColor(red: 0.973, green: 0.737, blue: 0.733, alpha: 1)
28
28
  public static let colorButtonBorderedDangerBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
29
- public static let colorButtonBorderedDangerBorder = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
29
+ public static let colorButtonBorderedDangerBorder = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
30
30
  public static let colorButtonBorderedDangerDisabledBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
31
31
  public static let colorButtonBorderedDangerDisabledFont = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
32
- public static let colorButtonBorderedDangerFocusBorder = UIColor(red: 0.545, green: 0.133, blue: 0.149, alpha: 1)
33
- public static let colorButtonBorderedDangerFont = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
34
- public static let colorButtonBorderedDangerHoverBackground = UIColor(red: 0.996, green: 0.929, blue: 0.933, alpha: 1)
32
+ public static let colorButtonBorderedDangerFocusBorder = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
33
+ public static let colorButtonBorderedDangerFont = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
34
+ public static let colorButtonBorderedDangerHoverBackground = UIColor(red: 0.992, green: 0.918, blue: 0.918, alpha: 1)
35
35
  public static let colorButtonBorderedDisabledBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
36
36
  public static let colorButtonBorderedDisabledFont = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
37
37
  public static let colorButtonBorderedFocusBorder = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
@@ -56,7 +56,7 @@ public class StyleDictionaryColor {
56
56
  public static let colorButtonSolidActiveBackground = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
57
57
  public static let colorButtonSolidBackground = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
58
58
  public static let colorButtonSolidDangerActiveBackground = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
59
- public static let colorButtonSolidDangerBackground = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
59
+ public static let colorButtonSolidDangerBackground = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
60
60
  public static let colorButtonSolidDangerDisabledBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
61
61
  public static let colorButtonSolidDangerDisabledFont = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
62
62
  public static let colorButtonSolidDangerFocusBorder = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
@@ -110,8 +110,8 @@ public class StyleDictionaryColor {
110
110
  public static let colorFlagBorderedBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
111
111
  public static let colorFlagBorderedBorder = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
112
112
  public static let colorFlagBorderedDangerBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
113
- public static let colorFlagBorderedDangerBorder = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
114
- public static let colorFlagBorderedDangerText = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
113
+ public static let colorFlagBorderedDangerBorder = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
114
+ public static let colorFlagBorderedDangerText = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
115
115
  public static let colorFlagBorderedDarkBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
116
116
  public static let colorFlagBorderedDarkBorder = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
117
117
  public static let colorFlagBorderedDarkText = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
@@ -124,8 +124,8 @@ public class StyleDictionaryColor {
124
124
  public static let colorFlagBorderedText = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
125
125
  public static let colorFlagSolidBackground = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
126
126
  public static let colorFlagSolidBorder = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
127
- public static let colorFlagSolidDangerBackground = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
128
- public static let colorFlagSolidDangerBorder = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
127
+ public static let colorFlagSolidDangerBackground = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
128
+ public static let colorFlagSolidDangerBorder = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
129
129
  public static let colorFlagSolidDangerText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
130
130
  public static let colorFlagSolidDarkBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
131
131
  public static let colorFlagSolidDarkBorder = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
@@ -146,7 +146,7 @@ public class StyleDictionaryColor {
146
146
  public static let colorFontInfo = UIColor(red: 0.000, green: 0.482, blue: 0.706, alpha: 1)
147
147
  public static let colorFontLight = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
148
148
  public static let colorFontLightest = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
149
- public static let colorFontPrimary01 = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
149
+ public static let colorFontPrimary01 = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
150
150
  public static let colorFontPrimary02 = UIColor(red: 0.000, green: 0.459, blue: 0.455, alpha: 1)
151
151
  public static let colorFontSuccess = UIColor(red: 0.094, green: 0.533, blue: 0.012, alpha: 1)
152
152
  public static let colorFontWarning = UIColor(red: 0.776, green: 0.322, blue: 0.000, alpha: 1)
@@ -187,11 +187,11 @@ public class StyleDictionaryColor {
187
187
  public static let colorInputText = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
188
188
  public static let colorInputValidBorder = UIColor(red: 0.275, green: 0.651, blue: 0.063, alpha: 1)
189
189
  public static let colorInputValidHoverBorder = UIColor(red: 0.012, green: 0.314, blue: 0.063, alpha: 1)
190
- public static let colorLinkDangerActive = UIColor(red: 0.545, green: 0.133, blue: 0.149, alpha: 1)
191
- public static let colorLinkDangerBase = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
190
+ public static let colorLinkDangerActive = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
191
+ public static let colorLinkDangerBase = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
192
192
  public static let colorLinkDangerDisabled = UIColor(red: 0.933, green: 0.929, blue: 0.918, alpha: 1)
193
- public static let colorLinkDangerHover = UIColor(red: 0.243, green: 0.071, blue: 0.098, alpha: 1)
194
- public static let colorLinkDangerVisited = UIColor(red: 0.545, green: 0.133, blue: 0.149, alpha: 1)
193
+ public static let colorLinkDangerHover = UIColor(red: 0.325, green: 0.000, blue: 0.000, alpha: 1)
194
+ public static let colorLinkDangerVisited = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
195
195
  public static let colorLinkDarkActive = UIColor(red: 0.227, green: 0.224, blue: 0.212, alpha: 1)
196
196
  public static let colorLinkDarkBase = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
197
197
  public static let colorLinkDarkDisabled = UIColor(red: 0.933, green: 0.929, blue: 0.918, alpha: 1)
@@ -210,17 +210,21 @@ public class StyleDictionaryColor {
210
210
  public static let colorLinkPrimaryActive = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
211
211
  public static let colorLinkPrimaryBase = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
212
212
  public static let colorLinkPrimaryDisabled = UIColor(red: 0.933, green: 0.929, blue: 0.918, alpha: 1)
213
- public static let colorLinkPrimaryHover = UIColor(red: 0.000, green: 0.180, blue: 0.200, alpha: 1)
213
+ public static let colorLinkPrimaryHover = UIColor(red: 0.000, green: 0.306, blue: 0.341, alpha: 1)
214
214
  public static let colorLinkPrimaryVisited = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
215
215
  public static let colorNotificationDangerBackground = UIColor(red: 0.992, green: 0.918, blue: 0.918, alpha: 1)
216
216
  public static let colorNotificationDangerBorder = UIColor(red: 0.918, green: 0.188, blue: 0.176, alpha: 1)
217
+ public static let colorNotificationDangerIcon = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
217
218
  public static let colorNotificationFont = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
218
219
  public static let colorNotificationInformationBackground = UIColor(red: 0.855, green: 0.937, blue: 0.969, alpha: 1)
219
220
  public static let colorNotificationInformationBorder = UIColor(red: 0.043, green: 0.588, blue: 0.800, alpha: 1)
221
+ public static let colorNotificationInformationIcon = UIColor(red: 0.000, green: 0.482, blue: 0.706, alpha: 1)
220
222
  public static let colorNotificationSuccessBackground = UIColor(red: 0.922, green: 0.961, blue: 0.871, alpha: 1)
221
223
  public static let colorNotificationSuccessBorder = UIColor(red: 0.275, green: 0.651, blue: 0.063, alpha: 1)
224
+ public static let colorNotificationSuccessIcon = UIColor(red: 0.094, green: 0.533, blue: 0.012, alpha: 1)
222
225
  public static let colorNotificationWarningBackground = UIColor(red: 0.992, green: 0.945, blue: 0.910, alpha: 1)
223
226
  public static let colorNotificationWarningBorder = UIColor(red: 0.918, green: 0.451, blue: 0.082, alpha: 1)
227
+ public static let colorNotificationWarningIcon = UIColor(red: 0.776, green: 0.322, blue: 0.000, alpha: 1)
224
228
  public static let colorPrimary01100 = UIColor(red: 0.851, green: 0.941, blue: 0.953, alpha: 1)
225
229
  public static let colorPrimary01200 = UIColor(red: 0.569, green: 0.835, blue: 0.859, alpha: 1)
226
230
  public static let colorPrimary01300 = UIColor(red: 0.282, green: 0.729, blue: 0.769, alpha: 1)
@@ -262,15 +266,15 @@ public class StyleDictionaryColor {
262
266
  public static let colorSecondaryGreen700 = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
263
267
  public static let colorSecondaryGreen800 = UIColor(red: 0.000, green: 0.306, blue: 0.341, alpha: 1)
264
268
  public static let colorSecondaryGreen900 = UIColor(red: 0.000, green: 0.180, blue: 0.200, alpha: 1)
265
- public static let colorSecondaryOrange100 = UIColor(red: 1.000, green: 0.961, blue: 0.922, alpha: 1)
266
- public static let colorSecondaryOrange200 = UIColor(red: 1.000, green: 0.855, blue: 0.698, alpha: 1)
267
- public static let colorSecondaryOrange300 = UIColor(red: 1.000, green: 0.757, blue: 0.490, alpha: 1)
268
- public static let colorSecondaryOrange400 = UIColor(red: 1.000, green: 0.671, blue: 0.294, alpha: 1)
269
- public static let colorSecondaryOrange500 = UIColor(red: 0.988, green: 0.588, blue: 0.118, alpha: 1)
270
- public static let colorSecondaryOrange600 = UIColor(red: 0.784, green: 0.435, blue: 0.129, alpha: 1)
271
- public static let colorSecondaryOrange700 = UIColor(red: 0.592, green: 0.310, blue: 0.125, alpha: 1)
272
- public static let colorSecondaryOrange800 = UIColor(red: 0.416, green: 0.208, blue: 0.110, alpha: 1)
273
- public static let colorSecondaryOrange900 = UIColor(red: 0.251, green: 0.122, blue: 0.082, alpha: 1)
269
+ public static let colorSecondaryOrange100 = UIColor(red: 0.992, green: 0.945, blue: 0.910, alpha: 1)
270
+ public static let colorSecondaryOrange200 = UIColor(red: 0.973, green: 0.824, blue: 0.702, alpha: 1)
271
+ public static let colorSecondaryOrange300 = UIColor(red: 0.957, green: 0.698, blue: 0.494, alpha: 1)
272
+ public static let colorSecondaryOrange400 = UIColor(red: 0.937, green: 0.576, blue: 0.290, alpha: 1)
273
+ public static let colorSecondaryOrange500 = UIColor(red: 0.918, green: 0.451, blue: 0.082, alpha: 1)
274
+ public static let colorSecondaryOrange600 = UIColor(red: 0.776, green: 0.322, blue: 0.000, alpha: 1)
275
+ public static let colorSecondaryOrange700 = UIColor(red: 0.549, green: 0.208, blue: 0.000, alpha: 1)
276
+ public static let colorSecondaryOrange800 = UIColor(red: 0.325, green: 0.106, blue: 0.000, alpha: 1)
277
+ public static let colorSecondaryOrange900 = UIColor(red: 0.212, green: 0.055, blue: 0.000, alpha: 1)
274
278
  public static let colorSecondaryPurple100 = UIColor(red: 0.906, green: 0.906, blue: 0.941, alpha: 1)
275
279
  public static let colorSecondaryPurple200 = UIColor(red: 0.773, green: 0.773, blue: 0.863, alpha: 1)
276
280
  public static let colorSecondaryPurple300 = UIColor(red: 0.643, green: 0.639, blue: 0.780, alpha: 1)
@@ -280,15 +284,15 @@ public class StyleDictionaryColor {
280
284
  public static let colorSecondaryPurple700 = UIColor(red: 0.224, green: 0.220, blue: 0.475, alpha: 1)
281
285
  public static let colorSecondaryPurple800 = UIColor(red: 0.157, green: 0.157, blue: 0.388, alpha: 1)
282
286
  public static let colorSecondaryPurple900 = UIColor(red: 0.102, green: 0.102, blue: 0.294, alpha: 1)
283
- public static let colorSecondaryRed100 = UIColor(red: 0.996, green: 0.929, blue: 0.933, alpha: 1)
284
- public static let colorSecondaryRed200 = UIColor(red: 0.980, green: 0.725, blue: 0.737, alpha: 1)
285
- public static let colorSecondaryRed300 = UIColor(red: 0.953, green: 0.529, blue: 0.537, alpha: 1)
286
- public static let colorSecondaryRed400 = UIColor(red: 0.918, green: 0.365, blue: 0.345, alpha: 1)
287
- public static let colorSecondaryRed500 = UIColor(red: 0.875, green: 0.220, blue: 0.169, alpha: 1)
288
- public static let colorSecondaryRed600 = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
289
- public static let colorSecondaryRed700 = UIColor(red: 0.545, green: 0.133, blue: 0.149, alpha: 1)
290
- public static let colorSecondaryRed800 = UIColor(red: 0.392, green: 0.106, blue: 0.129, alpha: 1)
291
- public static let colorSecondaryRed900 = UIColor(red: 0.243, green: 0.071, blue: 0.098, alpha: 1)
287
+ public static let colorSecondaryRed100 = UIColor(red: 0.992, green: 0.918, blue: 0.918, alpha: 1)
288
+ public static let colorSecondaryRed200 = UIColor(red: 0.973, green: 0.737, blue: 0.733, alpha: 1)
289
+ public static let colorSecondaryRed300 = UIColor(red: 0.953, green: 0.553, blue: 0.549, alpha: 1)
290
+ public static let colorSecondaryRed400 = UIColor(red: 0.937, green: 0.373, blue: 0.361, alpha: 1)
291
+ public static let colorSecondaryRed500 = UIColor(red: 0.918, green: 0.188, blue: 0.176, alpha: 1)
292
+ public static let colorSecondaryRed600 = UIColor(red: 0.776, green: 0.067, blue: 0.071, alpha: 1)
293
+ public static let colorSecondaryRed700 = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
294
+ public static let colorSecondaryRed800 = UIColor(red: 0.325, green: 0.000, blue: 0.000, alpha: 1)
295
+ public static let colorSecondaryRed900 = UIColor(red: 0.176, green: 0.000, blue: 0.000, alpha: 1)
292
296
  public static let colorSecondaryYellow100 = UIColor(red: 1.000, green: 0.973, blue: 0.886, alpha: 1)
293
297
  public static let colorSecondaryYellow200 = UIColor(red: 1.000, green: 0.922, blue: 0.686, alpha: 1)
294
298
  public static let colorSecondaryYellow300 = UIColor(red: 0.996, green: 0.878, blue: 0.490, alpha: 1)
@@ -300,8 +304,8 @@ public class StyleDictionaryColor {
300
304
  public static let colorSecondaryYellow900 = UIColor(red: 0.275, green: 0.208, blue: 0.051, alpha: 1)
301
305
  public static let colorStarEmpty = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
302
306
  public static let colorStarFocus = UIColor(red: 0.459, green: 0.537, blue: 0.573, alpha: 1)
303
- public static let colorStarFull = UIColor(red: 0.988, green: 0.588, blue: 0.118, alpha: 1)
304
- public static let colorStarHover = UIColor(red: 1.000, green: 0.757, blue: 0.490, alpha: 1)
307
+ public static let colorStarFull = UIColor(red: 0.918, green: 0.451, blue: 0.082, alpha: 1)
308
+ public static let colorStarHover = UIColor(red: 0.957, green: 0.698, blue: 0.494, alpha: 1)
305
309
  public static let colorSuccess100 = UIColor(red: 0.922, green: 0.961, blue: 0.871, alpha: 1)
306
310
  public static let colorSuccess200 = UIColor(red: 0.773, green: 0.890, blue: 0.620, alpha: 1)
307
311
  public static let colorSuccess300 = UIColor(red: 0.620, green: 0.816, blue: 0.373, alpha: 1)
@@ -311,12 +315,12 @@ public class StyleDictionaryColor {
311
315
  public static let colorSuccess700 = UIColor(red: 0.000, green: 0.412, blue: 0.008, alpha: 1)
312
316
  public static let colorSuccess800 = UIColor(red: 0.012, green: 0.314, blue: 0.063, alpha: 1)
313
317
  public static let colorSuccess900 = UIColor(red: 0.008, green: 0.212, blue: 0.094, alpha: 1)
314
- public static let colorTabsActive = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
318
+ public static let colorTabsActive = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
315
319
  public static let colorTabsActiveDisabled = UIColor(red: 0.569, green: 0.835, blue: 0.859, alpha: 1)
316
320
  public static let colorTabsBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
317
321
  public static let colorTabsDefault = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
318
322
  public static let colorTabsDisabled = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
319
- public static let colorTabsHover = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
323
+ public static let colorTabsHover = UIColor(red: 0.000, green: 0.306, blue: 0.341, alpha: 1)
320
324
  public static let colorTabsShadow = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
321
325
  public static let colorTagLinkDarkActiveBackground = UIColor(red: 0.333, green: 0.333, blue: 0.314, alpha: 1)
322
326
  public static let colorTagLinkDarkBackground = UIColor(red: 0.118, green: 0.118, blue: 0.110, 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 = "#feedee";
76
- export const ColorSecondaryRed200 = "#fab9bc";
77
- export const ColorSecondaryRed300 = "#f38789";
78
- export const ColorSecondaryRed400 = "#ea5d58";
79
- export const ColorSecondaryRed500 = "#df382b";
80
- export const ColorSecondaryRed600 = "#b42a27";
81
- export const ColorSecondaryRed700 = "#8b2226";
82
- export const ColorSecondaryRed800 = "#641b21";
83
- export const ColorSecondaryRed900 = "#3e1219";
84
- export const ColorSecondaryOrange100 = "#fff5eb";
85
- export const ColorSecondaryOrange200 = "#ffdab2";
86
- export const ColorSecondaryOrange300 = "#ffc17d";
87
- export const ColorSecondaryOrange400 = "#ffab4b";
88
- export const ColorSecondaryOrange500 = "#fc961e";
89
- export const ColorSecondaryOrange600 = "#c86f21";
90
- export const ColorSecondaryOrange700 = "#974f20";
91
- export const ColorSecondaryOrange800 = "#6a351c";
92
- export const ColorSecondaryOrange900 = "#401f15";
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";
@@ -159,7 +159,7 @@ export const ColorButtonSolidNeutralDisabledFont = "#71706b";
159
159
  export const ColorButtonSolidNeutralActiveBackground = "#3a3936";
160
160
  export const ColorButtonSolidNeutralHoverBackground = "#1e1e1c";
161
161
  export const ColorButtonSolidNeutralHoverFont = "#ffffff";
162
- export const ColorButtonSolidDangerBackground = "#b42a27";
162
+ export const ColorButtonSolidDangerBackground = "#c61112";
163
163
  export const ColorButtonSolidDangerFont = "#ffffff";
164
164
  export const ColorButtonSolidDangerFocusBorder = "#8c0003";
165
165
  export const ColorButtonSolidDangerDisabledBackground = "#dddcd5";
@@ -192,13 +192,13 @@ export const ColorButtonBorderedNeutralDisabledFont = "#71706b";
192
192
  export const ColorButtonBorderedNeutralActiveBackground = "#dddcd5";
193
193
  export const ColorButtonBorderedNeutralHoverBackground = "#eeedea";
194
194
  export const ColorButtonBorderedDangerBackground = "#ffffff";
195
- export const ColorButtonBorderedDangerBorder = "#b42a27";
196
- export const ColorButtonBorderedDangerFont = "#b42a27";
197
- export const ColorButtonBorderedDangerFocusBorder = "#8b2226";
195
+ export const ColorButtonBorderedDangerBorder = "#c61112";
196
+ export const ColorButtonBorderedDangerFont = "#c61112";
197
+ export const ColorButtonBorderedDangerFocusBorder = "#8c0003";
198
198
  export const ColorButtonBorderedDangerDisabledBackground = "#dddcd5";
199
199
  export const ColorButtonBorderedDangerDisabledFont = "#71706b";
200
- export const ColorButtonBorderedDangerActiveBackground = "#fab9bc";
201
- export const ColorButtonBorderedDangerHoverBackground = "#feedee";
200
+ export const ColorButtonBorderedDangerActiveBackground = "#f8bcbb";
201
+ export const ColorButtonBorderedDangerHoverBackground = "#fdeaea";
202
202
  export const ColorDividerLightest = "#ffffff";
203
203
  export const ColorDividerLight = "#c2c1ba";
204
204
  export const ColorDividerDefault = "#71706b";
@@ -224,8 +224,8 @@ export const ColorFlagSolidDarkText = "#ffffff";
224
224
  export const ColorFlagSolidLightBackground = "#ffffff";
225
225
  export const ColorFlagSolidLightBorder = "#ffffff";
226
226
  export const ColorFlagSolidLightText = "#000000";
227
- export const ColorFlagSolidDangerBackground = "#b42a27";
228
- export const ColorFlagSolidDangerBorder = "#b42a27";
227
+ export const ColorFlagSolidDangerBackground = "#c61112";
228
+ export const ColorFlagSolidDangerBorder = "#c61112";
229
229
  export const ColorFlagSolidDangerText = "#ffffff";
230
230
  export const ColorFlagBorderedBackground = "#ffffff";
231
231
  export const ColorFlagBorderedBorder = "#007f8c";
@@ -240,11 +240,11 @@ export const ColorFlagBorderedLightBackground = "#000000";
240
240
  export const ColorFlagBorderedLightBorder = "#ffffff";
241
241
  export const ColorFlagBorderedLightText = "#ffffff";
242
242
  export const ColorFlagBorderedDangerBackground = "#ffffff";
243
- export const ColorFlagBorderedDangerBorder = "#b42a27";
244
- export const ColorFlagBorderedDangerText = "#b42a27";
243
+ export const ColorFlagBorderedDangerBorder = "#c61112";
244
+ export const ColorFlagBorderedDangerText = "#c61112";
245
245
  export const ColorFocusGap = "#ffffff";
246
246
  export const ColorFocusBorder = "#758992";
247
- export const ColorFontPrimary01 = "#00919f";
247
+ export const ColorFontPrimary01 = "#007f8c";
248
248
  export const ColorFontPrimary02 = "#007574";
249
249
  export const ColorFontDarkest = "#000000";
250
250
  export const ColorFontDarker = "#1e1e1c";
@@ -286,26 +286,30 @@ export const ColorLinkPrimaryBase = "#007f8c";
286
286
  export const ColorLinkPrimaryVisited = "#006974";
287
287
  export const ColorLinkPrimaryActive = "#006974";
288
288
  export const ColorLinkPrimaryDisabled = "#eeedea";
289
- export const ColorLinkPrimaryHover = "#002e33";
289
+ export const ColorLinkPrimaryHover = "#004e57";
290
290
  export const ColorLinkPrimary02Base = "#035f64";
291
291
  export const ColorLinkPrimary02Visited = "#044c53";
292
292
  export const ColorLinkPrimary02Active = "#044c53";
293
293
  export const ColorLinkPrimary02Disabled = "#eeedea";
294
294
  export const ColorLinkPrimary02Hover = "#062b35";
295
- export const ColorLinkDangerBase = "#b42a27";
296
- export const ColorLinkDangerVisited = "#8b2226";
297
- export const ColorLinkDangerActive = "#8b2226";
295
+ export const ColorLinkDangerBase = "#c61112";
296
+ export const ColorLinkDangerVisited = "#8c0003";
297
+ export const ColorLinkDangerActive = "#8c0003";
298
298
  export const ColorLinkDangerDisabled = "#eeedea";
299
- export const ColorLinkDangerHover = "#3e1219";
299
+ export const ColorLinkDangerHover = "#530000";
300
300
  export const ColorNotificationFont = "#000000";
301
301
  export const ColorNotificationInformationBackground = "#daeff7";
302
302
  export const ColorNotificationInformationBorder = "#0b96cc";
303
+ export const ColorNotificationInformationIcon = "#007bb4";
303
304
  export const ColorNotificationSuccessBackground = "#ebf5de";
304
305
  export const ColorNotificationSuccessBorder = "#46a610";
306
+ export const ColorNotificationSuccessIcon = "#188803";
305
307
  export const ColorNotificationWarningBackground = "#fdf1e8";
306
308
  export const ColorNotificationWarningBorder = "#ea7315";
309
+ export const ColorNotificationWarningIcon = "#c65200";
307
310
  export const ColorNotificationDangerBackground = "#fdeaea";
308
311
  export const ColorNotificationDangerBorder = "#ea302d";
312
+ export const ColorNotificationDangerIcon = "#c61112";
309
313
  export const ColorProgressBackground = "#dddcd5";
310
314
  export const ColorProgressIndicator = "#007bb4";
311
315
  export const ColorProgressPercentageDefault = "#1e1e1c";
@@ -313,14 +317,14 @@ export const ColorProgressPercentageHalf = "#ffffff";
313
317
  export const ColorProgressBrandedIndicator = "#00919f";
314
318
  export const ColorStarEmpty = "#dddcd5";
315
319
  export const ColorStarFocus = "#758992";
316
- export const ColorStarFull = "#fc961e";
317
- export const ColorStarHover = "#ffc17d";
320
+ export const ColorStarFull = "#ea7315";
321
+ export const ColorStarHover = "#f4b27e";
318
322
  export const ColorTabsBackground = "#ffffff";
319
323
  export const ColorTabsShadow = "#000000";
320
324
  export const ColorTabsDefault = "#1e1e1c";
321
- export const ColorTabsHover = "#007f8c";
325
+ export const ColorTabsHover = "#004e57";
322
326
  export const ColorTabsDisabled = "#71706b";
323
- export const ColorTabsActive = "#00919f";
327
+ export const ColorTabsActive = "#007f8c";
324
328
  export const ColorTabsActiveDisabled = "#91d5db";
325
329
  export const ColorTagTextLightBackground = "#ffffff";
326
330
  export const ColorTagTextLightBorder = "#8c8b85";