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