@m4l/styles 1.0.1 → 1.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/index.js +6 -6
- package/package.json +3 -3
- package/theme/{defaultThemeOptions.0976e58a.js → defaultThemeOptions.d580f3ec.js} +2 -2
- package/theme/{index.5da3436d.js → index.16e25179.js} +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +1 -2
- package/theme/overrides/M4LExtendedComponents/M4LIcon.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/{index.21814c8d.js → index.115d7d26.js} +71 -378
- package/theme/overrides/MUIComponents/Input.d.ts +1 -4
- package/theme/overrides/MUIComponents/{index.7fb80545.js → index.5c43e3b5.js} +261 -264
- package/theme/overrides/{index.9323564e.js → index.528e0e14.js} +37 -38
- package/theme/{typography.2a9a38a6.js → typography.947dc33f.js} +12 -12
- package/utils/{getColorState.b50b5b1e.js → getColorState.18b61422.js} +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +0 -759
package/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { d as f } from "./theme/defaultThemeOptions.
|
|
1
|
+
import { d as f } from "./theme/defaultThemeOptions.d580f3ec.js";
|
|
2
2
|
import { c as R, s as S } from "./theme/shadows.e0c009ff.js";
|
|
3
3
|
import { C, E as l, G as g, I as n, O as u, P, a as T, b as d, S as A, c as E, W as N, p as b } from "./theme/palette.287635f2.js";
|
|
4
|
-
import { t as I } from "./theme/typography.
|
|
5
|
-
import { f as F } from "./theme/overrides/index.
|
|
4
|
+
import { t as I } from "./theme/typography.947dc33f.js";
|
|
5
|
+
import { f as F } from "./theme/overrides/index.528e0e14.js";
|
|
6
6
|
import { u as v } from "./utils/useResponsive.2c45e8e0.js";
|
|
7
7
|
import { e as z, b as G, c as L, d as M, g as U, a as y, t as D } from "./utils/getColorPresets.a96a4046.js";
|
|
8
|
-
import { g as W } from "./utils/getColorState.
|
|
8
|
+
import { g as W } from "./utils/getColorState.18b61422.js";
|
|
9
9
|
import { g as q, p as B, a as j, r as H } from "./utils/getFontValue.88831637.js";
|
|
10
10
|
import { g as K, m as Q } from "./config.5405b46b.js";
|
|
11
11
|
import "@mui/material/styles";
|
|
12
12
|
import "@mui/material/useMediaQuery";
|
|
13
13
|
import "@mui/system";
|
|
14
14
|
import "@mui/material";
|
|
15
|
-
import "./theme/overrides/MUIComponents/index.
|
|
16
|
-
import "./theme/overrides/M4LExtendedComponents/index.21814c8d.js";
|
|
15
|
+
import "./theme/overrides/MUIComponents/index.5c43e3b5.js";
|
|
17
16
|
import "./theme/overrides/M4LRHFComponents/index.3599b255.js";
|
|
17
|
+
import "./theme/overrides/M4LExtendedComponents/index.115d7d26.js";
|
|
18
18
|
export {
|
|
19
19
|
C as COMMON,
|
|
20
20
|
l as ERROR,
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/styles",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "m4l team",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@emotion/react": "^11.9.0",
|
|
8
|
-
"@emotion/styled": "^11.8.1",
|
|
9
7
|
"@mui/material": "5.15.19",
|
|
10
8
|
"@mui/x-date-pickers": "6.11.1",
|
|
11
9
|
"react": "^17.0.0 || 18.x",
|
|
12
10
|
"react-dom": "^18.0.0"
|
|
13
11
|
},
|
|
14
12
|
"peerDependencies": {
|
|
13
|
+
"@emotion/react": "^11.5.0",
|
|
14
|
+
"@emotion/styled": "^11.3.0",
|
|
15
15
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
16
16
|
"@types/react-dom": "^17.0.0 || ^18.0.0"
|
|
17
17
|
},
|
|
@@ -2,11 +2,11 @@ import "@mui/material/styles";
|
|
|
2
2
|
import "@mui/material/useMediaQuery";
|
|
3
3
|
import { g as t } from "../utils/getColorPresets.a96a4046.js";
|
|
4
4
|
import "@mui/system";
|
|
5
|
-
import { t as a } from "./typography.
|
|
5
|
+
import { t as a } from "./typography.947dc33f.js";
|
|
6
6
|
import { p as e } from "./palette.287635f2.js";
|
|
7
7
|
import { createTheme as o, alpha as s } from "@mui/material";
|
|
8
8
|
import { s as p, c as m } from "./shadows.e0c009ff.js";
|
|
9
|
-
import { g as i } from "../utils/getColorState.
|
|
9
|
+
import { g as i } from "../utils/getColorState.18b61422.js";
|
|
10
10
|
const r = o(), k = {
|
|
11
11
|
...r,
|
|
12
12
|
typography: a,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "./defaultThemeOptions.
|
|
1
|
+
import "./defaultThemeOptions.d580f3ec.js";
|
|
2
2
|
import "./shadows.e0c009ff.js";
|
|
3
3
|
import "./palette.287635f2.js";
|
|
4
|
-
import "./typography.
|
|
4
|
+
import "./typography.947dc33f.js";
|
|
5
5
|
import "@mui/material";
|
|
6
6
|
import "@mui/material/styles";
|
|
7
7
|
import "@mui/system";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LAreasViewer: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LAreasViewer: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LAreasViewer: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LAreasViewer-root': {
|
|
@@ -93,7 +93,6 @@ export declare const M4LAreasViewer: (theme: Omit<Theme, "palette" | "applyStyle
|
|
|
93
93
|
overflow: string;
|
|
94
94
|
textOverflow: string;
|
|
95
95
|
width: string;
|
|
96
|
-
fontSize: string;
|
|
97
96
|
color: string;
|
|
98
97
|
};
|
|
99
98
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LIcon: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LIcon: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LIcon: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
"&.M4LIcon-root": {
|