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