@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 +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/dist/theme/types.d.ts +146 -0
- package/dist/theme/types.d.ts.map +1 -1
- package/dist/theme-editor/ThemeEditorApp.d.ts.map +1 -1
- package/dist/theme-editor/components/ComponentPreview.d.ts.map +1 -1
- package/dist/theme-editor/components/SaveDialog.d.ts.map +1 -1
- package/dist/theme-editor/components/SpacingEditor.d.ts.map +1 -1
- package/dist/theme-editor/components/SyncDialog.d.ts.map +1 -1
- package/dist/theme-editor/components/TypographyEditor.d.ts.map +1 -1
- package/dist/theme-editor/components/UndoButton.d.ts.map +1 -1
- package/dist/theme-editor/hooks/useFileSystem.d.ts.map +1 -1
- package/dist/theme-editor/hooks/useGitIntegration.d.ts.map +1 -1
- package/dist/theme-editor/hooks/useThemeParser.d.ts.map +1 -1
- package/dist/theme-editor/hooks/useThemeSync.d.ts.map +1 -1
- package/package.json +4 -2
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 = "#
|
|
98
|
+
const ComponentAlertLightInfoFilledBackground = "#2481b8";
|
|
99
99
|
const ComponentAlertLightInfoFilledForeground = "#ffffff";
|
|
100
|
-
const ComponentAlertLightInfoOutlinedBackground = "#
|
|
100
|
+
const ComponentAlertLightInfoOutlinedBackground = "#bad7e9";
|
|
101
101
|
const ComponentAlertLightInfoOutlinedForeground = "#014361";
|
|
102
|
-
const ComponentAlertLightInfoOutlinedBorder = "#
|
|
103
|
-
const ComponentAlertLightInfoStandardBackground = "#
|
|
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 = "#
|
|
207
|
+
const PrimitivesColorsStatusInfo50 = "#bad7e9";
|
|
208
208
|
const PrimitivesColorsStatusInfo100 = "#d1daf0";
|
|
209
|
-
const PrimitivesColorsStatusInfo500 = "#
|
|
210
|
-
const PrimitivesColorsStatusInfo600 = "#
|
|
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 = "#
|
|
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 = "#
|
|
326
|
-
const SemanticColorDarkInfoLight = "#
|
|
325
|
+
const SemanticColorDarkInfoDark = "#2481b8";
|
|
326
|
+
const SemanticColorDarkInfoLight = "#bad7e9";
|
|
327
327
|
const SemanticColorDarkInfoContrastText = "#000000";
|
|
328
328
|
const SemanticColorDarkSuccessMain = "#81c784";
|
|
329
329
|
const SemanticColorDarkSuccessDark = "#2e7d32";
|