@atipicus/mrs-ui 2.0.1 → 2.0.3
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 +22 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +22 -11
- package/dist/index.mjs.map +1 -1
- package/dist/theme/tokens-import.d.ts +12 -1
- package/dist/theme/tokens-import.d.ts.map +1 -1
- package/dist/theme/tokens.d.ts +24 -2
- package/dist/theme/tokens.d.ts.map +1 -1
- package/dist/theme/types.d.ts +169 -1
- 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.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 = "#
|
|
96
|
+
const ComponentAlertLightInfoFilledBackground = "#2481b8";
|
|
97
97
|
const ComponentAlertLightInfoFilledForeground = "#ffffff";
|
|
98
|
-
const ComponentAlertLightInfoOutlinedBackground = "#
|
|
98
|
+
const ComponentAlertLightInfoOutlinedBackground = "#bad7e9";
|
|
99
99
|
const ComponentAlertLightInfoOutlinedForeground = "#014361";
|
|
100
|
-
const ComponentAlertLightInfoOutlinedBorder = "#
|
|
101
|
-
const ComponentAlertLightInfoStandardBackground = "#
|
|
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 = "#
|
|
205
|
+
const PrimitivesColorsStatusInfo50 = "#bad7e9";
|
|
206
206
|
const PrimitivesColorsStatusInfo100 = "#d1daf0";
|
|
207
|
-
const PrimitivesColorsStatusInfo500 = "#
|
|
208
|
-
const PrimitivesColorsStatusInfo600 = "#
|
|
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 = "#
|
|
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 = "#
|
|
324
|
-
const SemanticColorDarkInfoLight = "#
|
|
323
|
+
const SemanticColorDarkInfoDark = "#2481b8";
|
|
324
|
+
const SemanticColorDarkInfoLight = "#bad7e9";
|
|
325
325
|
const SemanticColorDarkInfoContrastText = "#000000";
|
|
326
326
|
const SemanticColorDarkSuccessMain = "#81c784";
|
|
327
327
|
const SemanticColorDarkSuccessDark = "#2e7d32";
|
|
@@ -534,7 +534,18 @@ const lightTokens = {
|
|
|
534
534
|
divider: SemanticColorLightDivider,
|
|
535
535
|
primitives: {
|
|
536
536
|
brand: {
|
|
537
|
-
|
|
537
|
+
verones: {
|
|
538
|
+
main: PrimitivesColorsBrandVerones,
|
|
539
|
+
50: "#E6F5F5",
|
|
540
|
+
100: "#B3E0E2",
|
|
541
|
+
200: "#82CCD0",
|
|
542
|
+
300: "#4EB8BB",
|
|
543
|
+
400: "#1AA3A3",
|
|
544
|
+
500: "#009999",
|
|
545
|
+
600: "#008C8B",
|
|
546
|
+
700: "#00686f",
|
|
547
|
+
800: "#004e53"
|
|
548
|
+
},
|
|
538
549
|
lima: PrimitivesColorsBrandLima
|
|
539
550
|
},
|
|
540
551
|
neutral: {
|