@m4l/styles 0.0.25 → 0.0.26
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.e09f6ae8.js +30 -0
- package/theme/{index.8bbc9635.js → index.e131f0b1.js} +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +3153 -1675
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +9 -10
- package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +17 -1
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +121 -34
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +4 -0
- package/theme/overrides/M4LExtendedComponents/M4LScrollBar.d.ts +14 -5
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +40 -52
- package/theme/overrides/M4LExtendedComponents/{index.a0dbf03e.js → index.ebc4ec7a.js} +213 -108
- package/theme/overrides/MUIComponents/Badge.d.ts +2 -0
- package/theme/overrides/MUIComponents/Tabs.d.ts +1 -2
- package/theme/overrides/MUIComponents/{index.56b4e9b3.js → index.c5a85efa.js} +15 -14
- package/theme/overrides/{index.5c0e3013.js → index.ede1f7a6.js} +10 -10
- package/theme/{typography.248c39d2.js → typography.006a6c85.js} +1 -1
- package/utils/{getColorState.2c0892d1.js → getColorState.f10d3d33.js} +8 -8
- package/theme/defaultThemeOptions.ce206b4e.js +0 -30
|
@@ -2,10 +2,12 @@ import { Theme } from '@mui/material/styles';
|
|
|
2
2
|
export default function Badge(_theme: Theme): {
|
|
3
3
|
MuiBadge: {
|
|
4
4
|
styleOverrides: {
|
|
5
|
+
background: string;
|
|
5
6
|
dot: {
|
|
6
7
|
width: number;
|
|
7
8
|
height: number;
|
|
8
9
|
borderRadius: string;
|
|
10
|
+
background: string;
|
|
9
11
|
};
|
|
10
12
|
};
|
|
11
13
|
};
|
|
@@ -18,10 +18,9 @@ export default function Tabs(theme: Theme): {
|
|
|
18
18
|
alignItems: string;
|
|
19
19
|
gap: number;
|
|
20
20
|
width: string;
|
|
21
|
+
height: string;
|
|
21
22
|
boxShadow: string;
|
|
22
23
|
background: string;
|
|
23
|
-
borderTop: string;
|
|
24
|
-
borderColor: string;
|
|
25
24
|
};
|
|
26
25
|
"& .MuiTabs-indicator": {
|
|
27
26
|
backgroundColor: string;
|
|
@@ -200,10 +200,9 @@ function g(o) {
|
|
|
200
200
|
alignItems: "center",
|
|
201
201
|
gap: 4,
|
|
202
202
|
width: "100%",
|
|
203
|
+
height: "36px",
|
|
203
204
|
boxShadow: o.customShadows.z1,
|
|
204
|
-
background: o.palette.background.default
|
|
205
|
-
borderTop: "1.5px solid",
|
|
206
|
-
borderColor: o.palette.state.borderTop
|
|
205
|
+
background: o.palette.background.default
|
|
207
206
|
},
|
|
208
207
|
"& .MuiTabs-indicator": {
|
|
209
208
|
backgroundColor: "transparent"
|
|
@@ -415,10 +414,12 @@ function f(o) {
|
|
|
415
414
|
return {
|
|
416
415
|
MuiBadge: {
|
|
417
416
|
styleOverrides: {
|
|
417
|
+
background: "red",
|
|
418
418
|
dot: {
|
|
419
419
|
width: 10,
|
|
420
420
|
height: 10,
|
|
421
|
-
borderRadius: "50%"
|
|
421
|
+
borderRadius: "50%",
|
|
422
|
+
background: "red"
|
|
422
423
|
}
|
|
423
424
|
}
|
|
424
425
|
}
|
|
@@ -602,7 +603,7 @@ function w(o) {
|
|
|
602
603
|
}
|
|
603
604
|
};
|
|
604
605
|
}
|
|
605
|
-
function
|
|
606
|
+
function h(o) {
|
|
606
607
|
return {
|
|
607
608
|
MuiRadio: {
|
|
608
609
|
styleOverrides: {
|
|
@@ -619,7 +620,7 @@ function S(o) {
|
|
|
619
620
|
}
|
|
620
621
|
};
|
|
621
622
|
}
|
|
622
|
-
function
|
|
623
|
+
function S(o) {
|
|
623
624
|
const r = o.palette.mode === "light";
|
|
624
625
|
return {
|
|
625
626
|
MuiDrawer: {
|
|
@@ -654,7 +655,7 @@ function C(o) {
|
|
|
654
655
|
}
|
|
655
656
|
};
|
|
656
657
|
}
|
|
657
|
-
function
|
|
658
|
+
function C(o) {
|
|
658
659
|
return {
|
|
659
660
|
MuiDialog: {
|
|
660
661
|
styleOverrides: {
|
|
@@ -783,7 +784,7 @@ function B(o) {
|
|
|
783
784
|
}
|
|
784
785
|
};
|
|
785
786
|
}
|
|
786
|
-
function
|
|
787
|
+
function I(o) {
|
|
787
788
|
const r = o.palette.mode === "light";
|
|
788
789
|
return {
|
|
789
790
|
MuiTooltip: {
|
|
@@ -798,7 +799,7 @@ function T(o) {
|
|
|
798
799
|
}
|
|
799
800
|
};
|
|
800
801
|
}
|
|
801
|
-
function
|
|
802
|
+
function T(o) {
|
|
802
803
|
return {
|
|
803
804
|
MuiPopover: {
|
|
804
805
|
styleOverrides: {
|
|
@@ -1374,7 +1375,7 @@ export {
|
|
|
1374
1375
|
s as A,
|
|
1375
1376
|
f as B,
|
|
1376
1377
|
c as C,
|
|
1377
|
-
|
|
1378
|
+
C as D,
|
|
1378
1379
|
V as E,
|
|
1379
1380
|
u as F,
|
|
1380
1381
|
J as G,
|
|
@@ -1382,7 +1383,7 @@ export {
|
|
|
1382
1383
|
y as L,
|
|
1383
1384
|
b as M,
|
|
1384
1385
|
v as P,
|
|
1385
|
-
|
|
1386
|
+
h as R,
|
|
1386
1387
|
R as S,
|
|
1387
1388
|
g as T,
|
|
1388
1389
|
w as a,
|
|
@@ -1391,10 +1392,10 @@ export {
|
|
|
1391
1392
|
l as d,
|
|
1392
1393
|
p as e,
|
|
1393
1394
|
O as f,
|
|
1394
|
-
|
|
1395
|
+
S as g,
|
|
1395
1396
|
m as h,
|
|
1396
|
-
|
|
1397
|
-
|
|
1397
|
+
I as i,
|
|
1398
|
+
T as j,
|
|
1398
1399
|
B as k,
|
|
1399
1400
|
$ as l,
|
|
1400
1401
|
L as m,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { F as s, T as o, C as r, M as L, L as M, I as n, a as i, R as p, B as d, b as l, c, P as u, S as g, d as B, e as A, D as F, A as P, f as b, g as T, h as y, i as I, j as v, k as C, l as D, m as R, n as S, o as k, p as H, q as f, r as x, s as w, t as G, u as j, v as E, w as N, x as q, y as
|
|
2
|
-
import { M as
|
|
1
|
+
import { F as s, T as o, C as r, M as L, L as M, I as n, a as i, R as p, B as d, b as l, c, P as u, S as g, d as B, e as A, D as F, A as P, f as b, g as T, h as y, i as I, j as v, k as C, l as D, m as R, n as S, o as k, p as H, q as f, r as x, s as w, t as G, u as j, v as E, w as N, x as q, y as z, z as O, E as V, G as J } from "./MUIComponents/index.c5a85efa.js";
|
|
2
|
+
import { M as K, a as U, b as t, c as Q, d as W, e as X, f as Y, g as Z, h as _, i as $, j as m, k as e, l as h, m as aa, n as sa, o as oa, p as ra, q as La, r as Ma, s as na, t as ia, u as pa, v as da, w as la, x as ca, y as ua, z as ga, A as Ba, B as Aa, C as Fa, D as Pa, E as ba, F as Ta, G as ya, H as Ia, I as va, J as Ca, K as Da, L as Ra, N as Sa } from "./M4LExtendedComponents/index.ebc4ec7a.js";
|
|
3
3
|
import { M as ka, a as Ha, b as fa, c as xa, d as wa, e as Ga, f as ja, g as Ea } from "./M4LRHFComponents/index.3df47466.js";
|
|
4
|
-
function
|
|
4
|
+
function Oa(a) {
|
|
5
5
|
return Object.assign(
|
|
6
6
|
s(a),
|
|
7
7
|
o(a),
|
|
@@ -39,18 +39,18 @@ function za(a) {
|
|
|
39
39
|
E(a),
|
|
40
40
|
N(),
|
|
41
41
|
q(a),
|
|
42
|
-
t(a),
|
|
43
42
|
z(a),
|
|
44
43
|
O(a),
|
|
45
|
-
|
|
46
|
-
V(),
|
|
44
|
+
V(a),
|
|
47
45
|
K(a),
|
|
46
|
+
J(),
|
|
47
|
+
U(a),
|
|
48
48
|
ka(a),
|
|
49
49
|
Ha(),
|
|
50
50
|
fa(a),
|
|
51
51
|
xa(),
|
|
52
52
|
wa(a),
|
|
53
|
-
|
|
53
|
+
t(),
|
|
54
54
|
Ga(a),
|
|
55
55
|
ja(),
|
|
56
56
|
Q(a),
|
|
@@ -59,7 +59,7 @@ function za(a) {
|
|
|
59
59
|
Y(a),
|
|
60
60
|
Z(a),
|
|
61
61
|
_(),
|
|
62
|
-
$(),
|
|
62
|
+
$(a),
|
|
63
63
|
m(a),
|
|
64
64
|
Ea(a),
|
|
65
65
|
e(a),
|
|
@@ -89,10 +89,10 @@ function za(a) {
|
|
|
89
89
|
va(),
|
|
90
90
|
Ca(),
|
|
91
91
|
Da(),
|
|
92
|
-
Ra(),
|
|
92
|
+
Ra(a),
|
|
93
93
|
Sa()
|
|
94
94
|
);
|
|
95
95
|
}
|
|
96
96
|
export {
|
|
97
|
-
|
|
97
|
+
Oa as f
|
|
98
98
|
};
|
|
@@ -2,7 +2,7 @@ import "@mui/material/styles";
|
|
|
2
2
|
import "@mui/material/useMediaQuery";
|
|
3
3
|
import "../utils/getColorPresets.241c5bac.js";
|
|
4
4
|
import "@mui/system";
|
|
5
|
-
import "./defaultThemeOptions.
|
|
5
|
+
import "./defaultThemeOptions.e09f6ae8.js";
|
|
6
6
|
import "./shadows.386e7ef4.js";
|
|
7
7
|
import "./palette.b6e02e1c.js";
|
|
8
8
|
import "@mui/material";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { alpha as r } from "@mui/system";
|
|
2
|
-
import "../theme/defaultThemeOptions.
|
|
2
|
+
import "../theme/defaultThemeOptions.e09f6ae8.js";
|
|
3
3
|
import "../theme/shadows.386e7ef4.js";
|
|
4
4
|
import { P as e, S as o } from "../theme/palette.b6e02e1c.js";
|
|
5
|
-
import "../theme/typography.
|
|
5
|
+
import "../theme/typography.006a6c85.js";
|
|
6
6
|
import "@mui/material";
|
|
7
7
|
import "@mui/material/styles";
|
|
8
8
|
const h = (a, l) => {
|
|
@@ -16,7 +16,7 @@ const h = (a, l) => {
|
|
|
16
16
|
focus: e?.patronusBlue[40],
|
|
17
17
|
hover: e?.patronusBlue[40],
|
|
18
18
|
overdefoult: r(e?.coolGrey[30], 0.4),
|
|
19
|
-
default: r(e?.marbleLight[
|
|
19
|
+
default: r(e?.marbleLight[50], 0.75),
|
|
20
20
|
borderDefault: e?.coolGrey[30],
|
|
21
21
|
borderTop: e?.marbleLight[10],
|
|
22
22
|
toneOp: "#D9E9FC",
|
|
@@ -44,7 +44,7 @@ const h = (a, l) => {
|
|
|
44
44
|
focus: e?.turquiBlue[70],
|
|
45
45
|
hover: e?.turquiBlue[70],
|
|
46
46
|
overdefoult: r(e?.coolGrey[60], 0.1),
|
|
47
|
-
default: r(e?.marbleLight[
|
|
47
|
+
default: r(e?.marbleLight[50], 0.75),
|
|
48
48
|
borderDefault: e?.coolGrey[40],
|
|
49
49
|
borderTop: e?.marbleLight[10],
|
|
50
50
|
toneOp: "#DEE9EB",
|
|
@@ -72,7 +72,7 @@ const h = (a, l) => {
|
|
|
72
72
|
focus: e?.grassGreen[70],
|
|
73
73
|
hover: e?.grassGreen[70],
|
|
74
74
|
overdefoult: r(e?.coolGrey[60], 0.1),
|
|
75
|
-
default: r(e?.marbleLight[
|
|
75
|
+
default: r(e?.marbleLight[50], 0.75),
|
|
76
76
|
borderDefault: e?.coolGrey[40],
|
|
77
77
|
borderTop: e?.marbleLight[10],
|
|
78
78
|
toneOp: "#D9ECE6",
|
|
@@ -100,7 +100,7 @@ const h = (a, l) => {
|
|
|
100
100
|
focus: e?.brown[90],
|
|
101
101
|
hover: e?.brown[90],
|
|
102
102
|
overdefoult: r(e?.coolGrey[60], 0.1),
|
|
103
|
-
default: r(e?.marbleLight[
|
|
103
|
+
default: r(e?.marbleLight[50], 0.75),
|
|
104
104
|
borderDefault: e?.coolGrey[40],
|
|
105
105
|
borderTop: e?.marbleLight[10],
|
|
106
106
|
toneOp: "#ECEAE6",
|
|
@@ -128,7 +128,7 @@ const h = (a, l) => {
|
|
|
128
128
|
focus: e?.blazeOrange[70],
|
|
129
129
|
hover: e?.blazeOrange[70],
|
|
130
130
|
overdefoult: r(e?.coolGrey[60], 0.1),
|
|
131
|
-
default: r(e?.marbleLight[
|
|
131
|
+
default: r(e?.marbleLight[50], 0.75),
|
|
132
132
|
borderDefault: e?.coolGrey[40],
|
|
133
133
|
borderTop: e?.marbleLight[10],
|
|
134
134
|
toneOp: "#F2F0EB",
|
|
@@ -156,7 +156,7 @@ const h = (a, l) => {
|
|
|
156
156
|
focus: e?.turquiBlue[70],
|
|
157
157
|
hover: e?.turquiBlue[70],
|
|
158
158
|
overdefoult: r(e?.coolGrey[60], 0.1),
|
|
159
|
-
default: r(e?.marbleLight[
|
|
159
|
+
default: r(e?.marbleLight[50], 0.75),
|
|
160
160
|
borderDefault: e?.coolGrey[40],
|
|
161
161
|
borderTop: e?.marbleLight[10],
|
|
162
162
|
toneOp: "#D9E9FC",
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import "@mui/material/styles";
|
|
2
|
-
import "@mui/material/useMediaQuery";
|
|
3
|
-
import { g as t } from "../utils/getColorPresets.241c5bac.js";
|
|
4
|
-
import "@mui/system";
|
|
5
|
-
import { t as o } from "./typography.248c39d2.js";
|
|
6
|
-
import { p as a } from "./palette.b6e02e1c.js";
|
|
7
|
-
import { alpha as s } from "@mui/material";
|
|
8
|
-
import { s as p, c as e } from "./shadows.386e7ef4.js";
|
|
9
|
-
import { g as i } from "../utils/getColorState.2c0892d1.js";
|
|
10
|
-
const w = {
|
|
11
|
-
typography: o,
|
|
12
|
-
palette: {
|
|
13
|
-
...a.light,
|
|
14
|
-
primary: t("patronus"),
|
|
15
|
-
state: { ...i("patronus", "light") },
|
|
16
|
-
representative: t("patronus").darker
|
|
17
|
-
},
|
|
18
|
-
shape: { borderRadius: 8 },
|
|
19
|
-
direction: "rtl",
|
|
20
|
-
shadows: p.light,
|
|
21
|
-
customShadows: {
|
|
22
|
-
primary: `0 8px 16px 0 ${s(t("patronus").main, 0.2)}`,
|
|
23
|
-
...e("light")
|
|
24
|
-
},
|
|
25
|
-
stretch: !0,
|
|
26
|
-
spacing: (r) => `${0.5 * r}rem`
|
|
27
|
-
};
|
|
28
|
-
export {
|
|
29
|
-
w as d
|
|
30
|
-
};
|