@atipicus/mrs-ui 2.0.1 → 2.0.2

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/index.js CHANGED
@@ -95,12 +95,12 @@ const ComponentAlertLightWarningOutlinedForeground = "#3e2410";
95
95
  const ComponentAlertLightWarningOutlinedBorder = "#dfa00a";
96
96
  const ComponentAlertLightWarningStandardBackground = "#fff4e5";
97
97
  const ComponentAlertLightWarningStandardForeground = "#3e2410";
98
- const ComponentAlertLightInfoFilledBackground = "#125c87";
98
+ const ComponentAlertLightInfoFilledBackground = "#2481b8";
99
99
  const ComponentAlertLightInfoFilledForeground = "#ffffff";
100
- const ComponentAlertLightInfoOutlinedBackground = "#e5f6fd";
100
+ const ComponentAlertLightInfoOutlinedBackground = "#bad7e9";
101
101
  const ComponentAlertLightInfoOutlinedForeground = "#014361";
102
- const ComponentAlertLightInfoOutlinedBorder = "#125c87";
103
- const ComponentAlertLightInfoStandardBackground = "#e5f6fd";
102
+ const ComponentAlertLightInfoOutlinedBorder = "#2481b8";
103
+ const ComponentAlertLightInfoStandardBackground = "#bad7e9";
104
104
  const ComponentAlertLightInfoStandardForeground = "#014361";
105
105
  const ComponentAlertLightSuccessFilledBackground = "#2e7d32";
106
106
  const ComponentAlertLightSuccessFilledForeground = "#ffffff";
@@ -204,10 +204,10 @@ const PrimitivesColorsStatusWarning50 = "#fff4e5";
204
204
  const PrimitivesColorsStatusWarning500 = "#dfa00a";
205
205
  const PrimitivesColorsStatusWarning600 = "#b88308";
206
206
  const PrimitivesColorsStatusWarning700 = "#3e2410";
207
- const PrimitivesColorsStatusInfo50 = "#e5f6fd";
207
+ const PrimitivesColorsStatusInfo50 = "#bad7e9";
208
208
  const PrimitivesColorsStatusInfo100 = "#d1daf0";
209
- const PrimitivesColorsStatusInfo500 = "#125c87";
210
- const PrimitivesColorsStatusInfo600 = "#143996";
209
+ const PrimitivesColorsStatusInfo500 = "#2481b8";
210
+ const PrimitivesColorsStatusInfo600 = "#125c87";
211
211
  const PrimitivesColorsStatusInfo700 = "#014361";
212
212
  const PrimitivesColorsStatusInfo800 = "#0c225a";
213
213
  const PrimitivesColorsStatusSuccess50 = "#edf7ed";
@@ -286,7 +286,7 @@ const SemanticColorLightWarningMain = "#dfa00a";
286
286
  const SemanticColorLightWarningDark = "#b88308";
287
287
  const SemanticColorLightWarningLight = "#f5b642";
288
288
  const SemanticColorLightWarningContrastText = "#000000de";
289
- const SemanticColorLightInfoMain = "#143996";
289
+ const SemanticColorLightInfoMain = "#125c87";
290
290
  const SemanticColorLightInfoDark = "#0c225a";
291
291
  const SemanticColorLightInfoLight = "#d1daf0";
292
292
  const SemanticColorLightInfoContrastText = "#ffffff";
@@ -322,8 +322,8 @@ const SemanticColorDarkWarningDark = "#dfa00a";
322
322
  const SemanticColorDarkWarningLight = "#fff4e5";
323
323
  const SemanticColorDarkWarningContrastText = "#000000";
324
324
  const SemanticColorDarkInfoMain = "#64b5f6";
325
- const SemanticColorDarkInfoDark = "#125c87";
326
- const SemanticColorDarkInfoLight = "#e5f6fd";
325
+ const SemanticColorDarkInfoDark = "#2481b8";
326
+ const SemanticColorDarkInfoLight = "#bad7e9";
327
327
  const SemanticColorDarkInfoContrastText = "#000000";
328
328
  const SemanticColorDarkSuccessMain = "#81c784";
329
329
  const SemanticColorDarkSuccessDark = "#2e7d32";