@m4l/styles 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/index.js +35 -42
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.d580f3ec.js → defaultThemeOptions-CNJ2UmWH.js} +7 -10
- package/theme/index-l0sNRNKZ.js +1 -0
- package/theme/overrides/M4LExtendedComponents/{index.79301515.js → index-CyXBfJc_.js} +485 -132
- package/theme/overrides/M4LRHFComponents/{index.a4e93e8e.js → index-DEvENvuH.js} +76 -4
- package/theme/overrides/MUIComponents/{index.5c43e3b5.js → index-oLVtA5nq.js} +48 -0
- package/theme/overrides/{index.11f693b6.js → index-CuD-MKOg.js} +9 -3
- package/theme/{palette.287635f2.js → palette-CR1CkF2l.js} +1 -0
- package/theme/{shadows.e0c009ff.js → shadows-C9Ji2xrX.js} +4 -1
- package/theme/{typography.947dc33f.js → typography-BsOO459U.js} +34 -31
- package/utils/{getColorPresets.a96a4046.js → getColorPresets-B12zVrZ8.js} +10 -1
- package/utils/{getColorState.18b61422.js → getColorState-CGc0yrt5.js} +17 -10
- package/utils/{getFontValue.88831637.js → getFontValue-BEO-XID9.js} +8 -5
- package/theme/index.16e25179.js +0 -7
- /package/{config.5405b46b.js → config-CoeBxEZB.js} +0 -0
- /package/utils/{useResponsive.2c45e8e0.js → useResponsive-DaeQVwlH.js} +0 -0
package/index.js
CHANGED
|
@@ -1,51 +1,44 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { t as
|
|
5
|
-
import { f as
|
|
6
|
-
import { u as
|
|
7
|
-
import {
|
|
8
|
-
import { g as
|
|
9
|
-
import {
|
|
10
|
-
import { g as
|
|
11
|
-
import "@mui/material/styles";
|
|
12
|
-
import "@mui/material/useMediaQuery";
|
|
13
|
-
import "@mui/system";
|
|
14
|
-
import "@mui/material";
|
|
15
|
-
import "./theme/overrides/MUIComponents/index.5c43e3b5.js";
|
|
16
|
-
import "./theme/overrides/M4LRHFComponents/index.a4e93e8e.js";
|
|
17
|
-
import "./theme/overrides/M4LExtendedComponents/index.79301515.js";
|
|
1
|
+
import { g as e, m as o } from "./config-CoeBxEZB.js";
|
|
2
|
+
import { d as t } from "./theme/defaultThemeOptions-CNJ2UmWH.js";
|
|
3
|
+
import { c as m, s as f } from "./theme/shadows-C9Ji2xrX.js";
|
|
4
|
+
import { t as R } from "./theme/typography-BsOO459U.js";
|
|
5
|
+
import { f as x } from "./theme/overrides/index-CuD-MKOg.js";
|
|
6
|
+
import { C as l, E as g, G as n, I as u, O as i, P, a as T, b as d, S as A, c as E, W as N, p as b } from "./theme/palette-CR1CkF2l.js";
|
|
7
|
+
import { u as I } from "./utils/useResponsive-DaeQVwlH.js";
|
|
8
|
+
import { g as F } from "./utils/getColorState-CGc0yrt5.js";
|
|
9
|
+
import { e as v, b as w, c as z, d as G, g as L, a as M, t as U } from "./utils/getColorPresets-B12zVrZ8.js";
|
|
10
|
+
import { g as D, p as V, a as W, r as k } from "./utils/getFontValue-BEO-XID9.js";
|
|
18
11
|
export {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
12
|
+
l as COMMON,
|
|
13
|
+
g as ERROR,
|
|
14
|
+
n as GREY,
|
|
15
|
+
u as INFO,
|
|
16
|
+
i as OPACITYCOLORS,
|
|
24
17
|
P as PATRONUSCOLORS,
|
|
25
18
|
T as PRIMARY,
|
|
26
19
|
d as SECONDARY,
|
|
27
20
|
A as STATEDEFAULT,
|
|
28
21
|
E as SUCCESS,
|
|
29
22
|
N as WARNING,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
23
|
+
v as blaze,
|
|
24
|
+
w as brown,
|
|
25
|
+
z as colorPresets,
|
|
26
|
+
m as createCustomShadows,
|
|
27
|
+
G as defaultPreset,
|
|
28
|
+
t as defaultThemeOptions,
|
|
29
|
+
x as fnComponentsOverrides,
|
|
30
|
+
L as getColorPresets,
|
|
31
|
+
F as getColorState,
|
|
32
|
+
D as getFontValue,
|
|
33
|
+
e as globalRemSize,
|
|
34
|
+
M as grass,
|
|
35
|
+
o as muiBreakpointsValues,
|
|
43
36
|
b as palette,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
37
|
+
V as pxToRem,
|
|
38
|
+
W as remToPx,
|
|
39
|
+
k as responsiveFontSizes,
|
|
40
|
+
f as shadows,
|
|
41
|
+
U as turqui,
|
|
42
|
+
R as typography,
|
|
43
|
+
I as useResponsive
|
|
51
44
|
};
|
package/package.json
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import "
|
|
2
|
-
import "
|
|
3
|
-
import { g as t } from "../utils/getColorPresets.a96a4046.js";
|
|
4
|
-
import "@mui/system";
|
|
5
|
-
import { t as a } from "./typography.947dc33f.js";
|
|
6
|
-
import { p as e } from "./palette.287635f2.js";
|
|
1
|
+
import { t as a } from "./typography-BsOO459U.js";
|
|
2
|
+
import { p as e } from "./palette-CR1CkF2l.js";
|
|
7
3
|
import { createTheme as o, alpha as s } from "@mui/material";
|
|
8
|
-
import { s as p, c as m } from "./shadows.
|
|
9
|
-
import { g as
|
|
10
|
-
|
|
4
|
+
import { s as p, c as m } from "./shadows-C9Ji2xrX.js";
|
|
5
|
+
import { g as t } from "../utils/getColorPresets-B12zVrZ8.js";
|
|
6
|
+
import { g as i } from "../utils/getColorState-CGc0yrt5.js";
|
|
7
|
+
const r = o(), f = {
|
|
11
8
|
...r,
|
|
12
9
|
typography: a,
|
|
13
10
|
palette: {
|
|
@@ -30,5 +27,5 @@ const r = o(), k = {
|
|
|
30
27
|
stretch: !0
|
|
31
28
|
};
|
|
32
29
|
export {
|
|
33
|
-
|
|
30
|
+
f as d
|
|
34
31
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|