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