@m4l/styles 3.2.2 → 3.2.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 +33 -41
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.b39953a8.js → defaultThemeOptions-BlJvKCE6.js} +4 -4
- package/theme/overrides/M4LExtendedComponents/{index.dbc24a3d.js → index-C4PXddLa.js} +342 -22
- package/theme/overrides/M4LRHFComponents/{index.7d702163.js → index-BRZVeOM5.js} +76 -4
- package/theme/overrides/MUIComponents/{index.2b5bc914.js → index-XoLdmZP6.js} +48 -0
- package/theme/overrides/{index.cc540e59.js → index-B9xZa27y.js} +9 -3
- package/theme/{palette.fc293d0e.js → palette-DM0gXxA2.js} +9 -0
- package/theme/{shadows.67c0a60a.js → shadows-GTYqExFA.js} +2 -1
- package/theme/{typography.616cfe0c.js → typography-BsOO459U.js} +11 -1
- package/utils/{getColorPresets.38329841.js → getColorPresets-CXZaM9oS.js} +1 -1
- package/utils/{getFontValue.88831637.js → getFontValue-BEO-XID9.js} +8 -5
- /package/{config.3bb6415c.js → config-B8bZIPuH.js} +0 -0
- /package/theme/{index.34d0fdea.js → index-l0sNRNKZ.js} +0 -0
- /package/utils/{getColorState.b8092fb6.js → getColorState-D1JKXD4T.js} +0 -0
- /package/utils/{useResponsive.2c45e8e0.js → useResponsive-DaeQVwlH.js} +0 -0
package/index.js
CHANGED
|
@@ -1,43 +1,35 @@
|
|
|
1
|
-
import { D as
|
|
2
|
-
import { d as
|
|
3
|
-
import { c as
|
|
4
|
-
import { t as
|
|
5
|
-
import { f as
|
|
6
|
-
import { B as
|
|
7
|
-
import { u as
|
|
8
|
-
import { D as
|
|
9
|
-
import { g as
|
|
10
|
-
import { g as
|
|
11
|
-
import "@mui/material/styles";
|
|
12
|
-
import "@mui/material";
|
|
13
|
-
import "./theme/overrides/MUIComponents/index.2b5bc914.js";
|
|
14
|
-
import "./theme/overrides/M4LRHFComponents/index.7d702163.js";
|
|
15
|
-
import "@mui/system";
|
|
16
|
-
import "./theme/overrides/M4LExtendedComponents/index.dbc24a3d.js";
|
|
17
|
-
import "@mui/material/styles/createPalette";
|
|
18
|
-
import "@mui/material/useMediaQuery";
|
|
1
|
+
import { D as o, g as a, m as r } from "./config-B8bZIPuH.js";
|
|
2
|
+
import { d as p } from "./theme/defaultThemeOptions-BlJvKCE6.js";
|
|
3
|
+
import { c as f, s as x } from "./theme/shadows-GTYqExFA.js";
|
|
4
|
+
import { t as g } from "./theme/typography-BsOO459U.js";
|
|
5
|
+
import { f as S } from "./theme/overrides/index-B9xZa27y.js";
|
|
6
|
+
import { B as n, a as E, C as i, G as T, g as u, p as P } from "./theme/palette-DM0gXxA2.js";
|
|
7
|
+
import { u as d } from "./utils/useResponsive-DaeQVwlH.js";
|
|
8
|
+
import { D as A, d as L, g as B } from "./utils/getColorPresets-CXZaM9oS.js";
|
|
9
|
+
import { g as D, p as F, a as v, r as y } from "./utils/getFontValue-BEO-XID9.js";
|
|
10
|
+
import { g as w } from "./utils/getColorState-D1JKXD4T.js";
|
|
19
11
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
12
|
+
n as BASE_COLORS,
|
|
13
|
+
E as BASE_OPACITY_COLORS,
|
|
14
|
+
i as COMMON_COLORS,
|
|
15
|
+
A as DEFAULT_PRESET,
|
|
16
|
+
o as DEFAULT_SIZE,
|
|
17
|
+
T as GREY_PALETTE,
|
|
18
|
+
f as createCustomShadows,
|
|
19
|
+
L as defaultPresetColors,
|
|
20
|
+
p as defaultThemeOptions,
|
|
21
|
+
S as fnComponentsOverrides,
|
|
22
|
+
B as getColorPresets,
|
|
23
|
+
w as getColorState,
|
|
24
|
+
D as getFontValue,
|
|
25
|
+
u as getPaletteByPreset,
|
|
26
|
+
a as globalRemSize,
|
|
27
|
+
r as muiBreakpointsValues,
|
|
28
|
+
P as presetsOptions,
|
|
29
|
+
F as pxToRem,
|
|
30
|
+
v as remToPx,
|
|
31
|
+
y as responsiveFontSizes,
|
|
32
|
+
x as shadows,
|
|
33
|
+
g as typography,
|
|
34
|
+
d as useResponsive
|
|
43
35
|
};
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { createTheme as a, alpha as s } from "@mui/material/styles";
|
|
2
|
-
import { t as o } from "./typography.
|
|
3
|
-
import { s as r, c as m } from "./shadows.
|
|
4
|
-
import { g as p } from "./palette.
|
|
5
|
-
import { g as h, D as t } from "../utils/getColorPresets.
|
|
2
|
+
import { t as o } from "./typography-BsOO459U.js";
|
|
3
|
+
import { s as r, c as m } from "./shadows-GTYqExFA.js";
|
|
4
|
+
import { g as p } from "./palette-DM0gXxA2.js";
|
|
5
|
+
import { g as h, D as t } from "../utils/getColorPresets-CXZaM9oS.js";
|
|
6
6
|
const e = a(), f = {
|
|
7
7
|
...e,
|
|
8
8
|
typography: o,
|