@m4l/styles 1.0.2 → 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 +1 -1
- 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.b495bc12.js → index.115d7d26.js} +2 -3
- 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.2c7d49b2.js → index.528e0e14.js} +2 -2
- package/theme/{typography.2a9a38a6.js → typography.947dc33f.js} +12 -12
- package/utils/{getColorState.b50b5b1e.js → getColorState.18b61422.js} +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as s, C as o, M as r, L, I as M, a as n, R as i, B as p, b as c, T as l, P as d, S as u, c as g, d as B, A as F, e as P, D as A, f as T, g as b, h as C, i as S, j as y, k as I, l as R, m as v, n as H, o as k, p as D, q as f, r as x, s as w, t as G, u as V, v as j, w as E, x as N, y as O, z as q } from "./MUIComponents/index.
|
|
1
|
+
import { F as s, C as o, M as r, L, I as M, a as n, R as i, B as p, b as c, T as l, P as d, S as u, c as g, d as B, A as F, e as P, D as A, f as T, g as b, h as C, i as S, j as y, k as I, l as R, m as v, n as H, o as k, p as D, q as f, r as x, s as w, t as G, u as V, v as j, w as E, x as N, y as O, z as q } from "./MUIComponents/index.5c43e3b5.js";
|
|
2
2
|
import { M as z, a as U, b as J, c as K, d as Q, e as W, f as X, g as Y, h as Z } from "./M4LRHFComponents/index.3599b255.js";
|
|
3
|
-
import { M as _, a as $, b as t, c as m, d as e, e as h, f as aa, g as sa, h as oa, i as ra, j as La, k as Ma, l as na, m as ia, n as pa, o as ca, p as la, q as da, r as ua, s as ga, t as Ba, u as Fa, v as Pa, w as Aa, x as Ta, y as ba, z as Ca, A as Sa, B as ya, C as Ia, D as Ra, E as va, F as Ha, G as ka, H as Da, I as fa, J as xa, K as wa, L as Ga, N as Va, O as ja, P as Ea, Q as Na, R as Oa, S as qa, T as za, U as Ua, V as Ja, W as Ka, X as Qa, Y as Wa, Z as Xa } from "./M4LExtendedComponents/index.
|
|
3
|
+
import { M as _, a as $, b as t, c as m, d as e, e as h, f as aa, g as sa, h as oa, i as ra, j as La, k as Ma, l as na, m as ia, n as pa, o as ca, p as la, q as da, r as ua, s as ga, t as Ba, u as Fa, v as Pa, w as Aa, x as Ta, y as ba, z as Ca, A as Sa, B as ya, C as Ia, D as Ra, E as va, F as Ha, G as ka, H as Da, I as fa, J as xa, K as wa, L as Ga, N as Va, O as ja, P as Ea, Q as Na, R as Oa, S as qa, T as za, U as Ua, V as Ja, W as Ka, X as Qa, Y as Wa, Z as Xa } from "./M4LExtendedComponents/index.115d7d26.js";
|
|
4
4
|
function $a(a) {
|
|
5
5
|
return Object.assign(
|
|
6
6
|
s(a),
|
|
@@ -3,7 +3,7 @@ import "@mui/material/styles";
|
|
|
3
3
|
import "@mui/material/useMediaQuery";
|
|
4
4
|
import "../utils/getColorPresets.a96a4046.js";
|
|
5
5
|
import "@mui/system";
|
|
6
|
-
import "./defaultThemeOptions.
|
|
6
|
+
import "./defaultThemeOptions.d580f3ec.js";
|
|
7
7
|
import "./shadows.e0c009ff.js";
|
|
8
8
|
import "./palette.287635f2.js";
|
|
9
9
|
import { r as t, p as e } from "../utils/getFontValue.88831637.js";
|
|
@@ -16,28 +16,28 @@ const n = "Segoe UI, Poppins, sans-serif", g = i(), W = {
|
|
|
16
16
|
h1: {
|
|
17
17
|
fontWeight: 600,
|
|
18
18
|
lineHeight: 1.5,
|
|
19
|
-
...t({ sm: 38, md:
|
|
19
|
+
...t({ sm: 38, md: 38, lg: 38 })
|
|
20
20
|
},
|
|
21
21
|
h2: {
|
|
22
22
|
fontWeight: 600,
|
|
23
23
|
lineHeight: 1,
|
|
24
|
-
...t({ sm: 40, md:
|
|
24
|
+
...t({ sm: 40, md: 40, lg: 40 })
|
|
25
25
|
},
|
|
26
26
|
h3: {
|
|
27
27
|
fontWeight: 600,
|
|
28
28
|
lineHeight: 1.5,
|
|
29
|
-
...t({ sm: 30, md:
|
|
29
|
+
...t({ sm: 30, md: 30, lg: 30 })
|
|
30
30
|
},
|
|
31
31
|
h4: {
|
|
32
32
|
fontWeight: 600,
|
|
33
33
|
lineHeight: 1.5,
|
|
34
|
-
...t({ sm: 20, md:
|
|
34
|
+
...t({ sm: 20, md: 20, lg: 20 })
|
|
35
35
|
},
|
|
36
36
|
h5: {
|
|
37
37
|
fontWeight: 500,
|
|
38
38
|
lineHeight: "28px",
|
|
39
39
|
letterSpacing: "-0.01em",
|
|
40
|
-
...t({ sm: 22, md:
|
|
40
|
+
...t({ sm: 22, md: 22, lg: 22 })
|
|
41
41
|
},
|
|
42
42
|
h6: {
|
|
43
43
|
fontWeight: 500,
|
|
@@ -49,25 +49,25 @@ const n = "Segoe UI, Poppins, sans-serif", g = i(), W = {
|
|
|
49
49
|
fontWeight: 400,
|
|
50
50
|
lineHeight: "20px",
|
|
51
51
|
letterSpacing: "-0.006em",
|
|
52
|
-
...t({ sm:
|
|
52
|
+
...t({ sm: 15, md: 15, lg: 15 })
|
|
53
53
|
},
|
|
54
54
|
subtitleDens: {
|
|
55
55
|
fontWeight: 600,
|
|
56
56
|
lineHeight: "24px",
|
|
57
57
|
letterSpacing: "-0.006em",
|
|
58
|
-
...t({ sm:
|
|
58
|
+
...t({ sm: 15, md: 15, lg: 15 })
|
|
59
59
|
},
|
|
60
60
|
paragraph: {
|
|
61
61
|
fontWeight: 400,
|
|
62
62
|
lineHeight: "16px",
|
|
63
63
|
letterSpacing: "-0.003em",
|
|
64
|
-
...t({ sm:
|
|
64
|
+
...t({ sm: 13, md: 13, lg: 13 })
|
|
65
65
|
},
|
|
66
66
|
paragraphDens: {
|
|
67
67
|
fontWeight: 600,
|
|
68
68
|
lineHeight: "20px",
|
|
69
69
|
letterSpacing: "-0.003em",
|
|
70
|
-
...t({ sm:
|
|
70
|
+
...t({ sm: 13, md: 13, lg: 13 })
|
|
71
71
|
},
|
|
72
72
|
subtitle1: {
|
|
73
73
|
fontWeight: 600,
|
|
@@ -87,7 +87,7 @@ const n = "Segoe UI, Poppins, sans-serif", g = i(), W = {
|
|
|
87
87
|
bodyDens: {
|
|
88
88
|
fontWeight: 600,
|
|
89
89
|
lineHeight: "16px",
|
|
90
|
-
...t({ sm:
|
|
90
|
+
...t({ sm: 11, md: 11, lg: 11 })
|
|
91
91
|
},
|
|
92
92
|
body0: {
|
|
93
93
|
lineHeight: 1.5,
|
|
@@ -123,7 +123,7 @@ const n = "Segoe UI, Poppins, sans-serif", g = i(), W = {
|
|
|
123
123
|
action: {
|
|
124
124
|
fontWeight: 600,
|
|
125
125
|
lineHeight: "16px",
|
|
126
|
-
...t({ sm:
|
|
126
|
+
...t({ sm: 12, md: 12, lg: 12 })
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
129
|
export {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { alpha as a } from "@mui/system";
|
|
2
|
-
import "../theme/defaultThemeOptions.
|
|
2
|
+
import "../theme/defaultThemeOptions.d580f3ec.js";
|
|
3
3
|
import "../theme/shadows.e0c009ff.js";
|
|
4
4
|
import { P as e, O as r, S as o } from "../theme/palette.287635f2.js";
|
|
5
|
-
import "../theme/typography.
|
|
5
|
+
import "../theme/typography.947dc33f.js";
|
|
6
6
|
import "@mui/material";
|
|
7
7
|
import "@mui/material/styles";
|
|
8
8
|
const m = (i, l) => {
|