@m4l/styles 0.0.21 → 0.0.23
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 +10 -10
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.81e20130.js → defaultThemeOptions.605b5b1a.js} +5 -5
- package/theme/index.c8a2f20d.js +7 -0
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +47 -26
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +5604 -190
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +14 -2
- package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +4 -1
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +4 -0
- package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +56 -0
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +450 -0
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +21 -2
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +6 -0
- package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +110 -0
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +4 -0
- package/theme/overrides/M4LExtendedComponents/{index.9ecb9eb5.js → index.566e183a.js} +642 -108
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +64 -30
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocompleteAsync.d.ts +1 -0
- package/theme/overrides/M4LRHFComponents/{index.e3118e8b.js → index.0e107243.js} +67 -38
- package/theme/overrides/MUIComponents/Autocomplete.d.ts +13 -2
- package/theme/overrides/MUIComponents/DataGrid.d.ts +1 -1616
- package/theme/overrides/MUIComponents/{index.25926753.js → index.b9c696e9.js} +37 -26
- package/theme/overrides/index.ed4b5bcb.js +93 -0
- package/theme/{palette.ad96498c.js → palette.688aaf56.js} +3 -3
- package/theme/{shadows.c56e8ae9.js → shadows.1b2f7a87.js} +1 -1
- package/theme/{typography.39389e10.js → typography.86a19de9.js} +4 -4
- package/utils/{getColorPresets.82f91ceb.js → getColorPresets.8106cfef.js} +1 -1
- package/utils/{getColorState.0e5b3a7c.js → getColorState.7b615773.js} +33 -33
- package/theme/index.38ad102a.js +0 -7
- package/theme/overrides/index.05460ef6.js +0 -90
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { alpha as e } from "@mui/material";
|
|
2
2
|
import { alpha as t } from "@mui/material/styles";
|
|
3
|
-
function
|
|
3
|
+
function l(o) {
|
|
4
4
|
return {
|
|
5
5
|
MuiAvatar: {
|
|
6
6
|
styleOverrides: {
|
|
@@ -25,7 +25,7 @@ function s(o) {
|
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
27
|
}
|
|
28
|
-
function
|
|
28
|
+
function s(o) {
|
|
29
29
|
return {
|
|
30
30
|
MuiButton: {
|
|
31
31
|
styleOverrides: {
|
|
@@ -315,7 +315,7 @@ function M(o) {
|
|
|
315
315
|
}
|
|
316
316
|
};
|
|
317
317
|
}
|
|
318
|
-
function
|
|
318
|
+
function x(o) {
|
|
319
319
|
return {
|
|
320
320
|
MuiTableRow: {
|
|
321
321
|
styleOverrides: {
|
|
@@ -414,7 +414,7 @@ function f(o) {
|
|
|
414
414
|
}
|
|
415
415
|
};
|
|
416
416
|
}
|
|
417
|
-
function
|
|
417
|
+
function v(o) {
|
|
418
418
|
return {
|
|
419
419
|
MuiPaper: {
|
|
420
420
|
defaultProps: {
|
|
@@ -496,10 +496,10 @@ function k(o) {
|
|
|
496
496
|
MuiInputBase: {
|
|
497
497
|
styleOverrides: {
|
|
498
498
|
root: {
|
|
499
|
-
height: "
|
|
499
|
+
height: "auto",
|
|
500
500
|
backgroundColor: o.palette.background.default,
|
|
501
501
|
...o.typography.body2,
|
|
502
|
-
borderRadius:
|
|
502
|
+
borderRadius: "2px",
|
|
503
503
|
padding: "0px",
|
|
504
504
|
"&.Mui-disabled": {
|
|
505
505
|
"& svg": { color: o.palette.text.disabled }
|
|
@@ -848,7 +848,7 @@ function m(o) {
|
|
|
848
848
|
borderRadius: o.shape.borderRadius
|
|
849
849
|
},
|
|
850
850
|
"& .MuiMenuItem-root": {
|
|
851
|
-
...o.typography.
|
|
851
|
+
...o.typography.body
|
|
852
852
|
}
|
|
853
853
|
}
|
|
854
854
|
}
|
|
@@ -866,7 +866,7 @@ function m(o) {
|
|
|
866
866
|
display: "none"
|
|
867
867
|
},
|
|
868
868
|
"& .MuiNativeSelect-select, .MuiInput-input": {
|
|
869
|
-
...o.typography.
|
|
869
|
+
...o.typography.body,
|
|
870
870
|
padding: o.spacing(0.75, 1),
|
|
871
871
|
borderRadius: o.shape.borderRadius,
|
|
872
872
|
backgroundColor: o.palette.background.neutral
|
|
@@ -938,7 +938,7 @@ function P(o) {
|
|
|
938
938
|
}
|
|
939
939
|
};
|
|
940
940
|
}
|
|
941
|
-
function
|
|
941
|
+
function z(o) {
|
|
942
942
|
const r = o.palette.mode === "light";
|
|
943
943
|
return {
|
|
944
944
|
MuiLinearProgress: {
|
|
@@ -960,7 +960,7 @@ function $(o) {
|
|
|
960
960
|
}
|
|
961
961
|
};
|
|
962
962
|
}
|
|
963
|
-
function
|
|
963
|
+
function $(o) {
|
|
964
964
|
return {
|
|
965
965
|
MuiTimelineDot: {
|
|
966
966
|
styleOverrides: {
|
|
@@ -1091,7 +1091,7 @@ function W(o) {
|
|
|
1091
1091
|
}
|
|
1092
1092
|
};
|
|
1093
1093
|
}
|
|
1094
|
-
function
|
|
1094
|
+
function H(o) {
|
|
1095
1095
|
return {
|
|
1096
1096
|
MuiPaginationItem: {
|
|
1097
1097
|
styleOverrides: {
|
|
@@ -1125,7 +1125,7 @@ function F(o) {
|
|
|
1125
1125
|
}
|
|
1126
1126
|
};
|
|
1127
1127
|
}
|
|
1128
|
-
function
|
|
1128
|
+
function F(o) {
|
|
1129
1129
|
return {
|
|
1130
1130
|
MuiBreadcrumbs: {
|
|
1131
1131
|
styleOverrides: {
|
|
@@ -1227,19 +1227,30 @@ function E(o) {
|
|
|
1227
1227
|
MuiAutocomplete: {
|
|
1228
1228
|
styleOverrides: {
|
|
1229
1229
|
root: {
|
|
1230
|
+
height: "auto",
|
|
1230
1231
|
"& .MuiInputBase-root": {
|
|
1231
|
-
padding: "
|
|
1232
|
+
padding: "4px 4px 4px 8px",
|
|
1233
|
+
borderRadius: "4px",
|
|
1234
|
+
minHeight: "28px",
|
|
1235
|
+
[o.breakpoints.down("sm")]: {
|
|
1236
|
+
height: "36px",
|
|
1237
|
+
minHeight: "36px"
|
|
1238
|
+
}
|
|
1232
1239
|
}
|
|
1233
1240
|
},
|
|
1234
1241
|
paper: {
|
|
1235
|
-
boxShadow: o.customShadows
|
|
1242
|
+
boxShadow: o.customShadows.z3
|
|
1236
1243
|
},
|
|
1237
1244
|
listbox: {
|
|
1238
|
-
|
|
1245
|
+
display: "flex",
|
|
1246
|
+
flexDirection: "column",
|
|
1247
|
+
gap: "8px",
|
|
1248
|
+
padding: "4px",
|
|
1249
|
+
borderRadius: "6px",
|
|
1239
1250
|
"& .MuiAutocomplete-option": {
|
|
1240
|
-
padding:
|
|
1241
|
-
|
|
1242
|
-
|
|
1251
|
+
padding: "0px 0 0 8px",
|
|
1252
|
+
borderRadius: "4px",
|
|
1253
|
+
height: "auto"
|
|
1243
1254
|
}
|
|
1244
1255
|
}
|
|
1245
1256
|
}
|
|
@@ -1349,7 +1360,7 @@ const J = (o) => ({
|
|
|
1349
1360
|
}
|
|
1350
1361
|
});
|
|
1351
1362
|
export {
|
|
1352
|
-
|
|
1363
|
+
l as A,
|
|
1353
1364
|
f as B,
|
|
1354
1365
|
c as C,
|
|
1355
1366
|
h as D,
|
|
@@ -1359,14 +1370,14 @@ export {
|
|
|
1359
1370
|
k as I,
|
|
1360
1371
|
y as L,
|
|
1361
1372
|
b as M,
|
|
1362
|
-
|
|
1373
|
+
v as P,
|
|
1363
1374
|
S as R,
|
|
1364
1375
|
B as S,
|
|
1365
1376
|
g as T,
|
|
1366
1377
|
w as a,
|
|
1367
1378
|
M as b,
|
|
1368
|
-
|
|
1369
|
-
|
|
1379
|
+
x as c,
|
|
1380
|
+
s as d,
|
|
1370
1381
|
p as e,
|
|
1371
1382
|
O as f,
|
|
1372
1383
|
C as g,
|
|
@@ -1377,14 +1388,14 @@ export {
|
|
|
1377
1388
|
A as l,
|
|
1378
1389
|
m,
|
|
1379
1390
|
D as n,
|
|
1380
|
-
|
|
1391
|
+
$ as o,
|
|
1381
1392
|
P as p,
|
|
1382
|
-
|
|
1393
|
+
z as q,
|
|
1383
1394
|
G as r,
|
|
1384
1395
|
W as s,
|
|
1385
|
-
|
|
1396
|
+
H as t,
|
|
1386
1397
|
_ as u,
|
|
1387
|
-
|
|
1398
|
+
F as v,
|
|
1388
1399
|
j as w,
|
|
1389
1400
|
E as x,
|
|
1390
1401
|
q as y,
|
|
@@ -0,0 +1,93 @@
|
|
|
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 as u, P as c, S as g, d as B, e as A, D as F, A as P, f as b, g as T, h as v, i as y, j as C, k as D, l as I, m as R, n as H, o as f, p as k, q as x, r as S, s as w, t as G, u as j, v as E, w as q, x as z, y as O, z as V, E as N, G as U } from "./MUIComponents/index.b9c696e9.js";
|
|
2
|
+
import { M as J, a as K, b as Q, c as W, d as X, e as Y, f as Z, g as _, h as $, i as t, 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 ua, y as ca, z as ga, A as Ba, B as Aa, C as Fa, D as Pa, E as ba, F as Ta, G as va, H as ya } from "./M4LExtendedComponents/index.566e183a.js";
|
|
3
|
+
import { M as Ca, a as Da, b as Ia, c as Ra, d as Ha, e as fa, f as ka, g as xa } from "./M4LRHFComponents/index.0e107243.js";
|
|
4
|
+
function ja(a) {
|
|
5
|
+
return Object.assign(
|
|
6
|
+
s(a),
|
|
7
|
+
o(a),
|
|
8
|
+
r(a),
|
|
9
|
+
L(a),
|
|
10
|
+
M(a),
|
|
11
|
+
n(a),
|
|
12
|
+
i(),
|
|
13
|
+
p(a),
|
|
14
|
+
d(),
|
|
15
|
+
l(a),
|
|
16
|
+
u(a),
|
|
17
|
+
c(a),
|
|
18
|
+
g(a),
|
|
19
|
+
B(a),
|
|
20
|
+
A(a),
|
|
21
|
+
F(a),
|
|
22
|
+
P(a),
|
|
23
|
+
b(a),
|
|
24
|
+
T(a),
|
|
25
|
+
v(a),
|
|
26
|
+
y(a),
|
|
27
|
+
C(),
|
|
28
|
+
D(),
|
|
29
|
+
I(a),
|
|
30
|
+
R(a),
|
|
31
|
+
H(a),
|
|
32
|
+
f(a),
|
|
33
|
+
k(a),
|
|
34
|
+
x(a),
|
|
35
|
+
S(a),
|
|
36
|
+
w(a),
|
|
37
|
+
G(a),
|
|
38
|
+
j(a),
|
|
39
|
+
E(a),
|
|
40
|
+
q(),
|
|
41
|
+
z(a),
|
|
42
|
+
O(a),
|
|
43
|
+
V(a),
|
|
44
|
+
N(a),
|
|
45
|
+
J(a),
|
|
46
|
+
U(),
|
|
47
|
+
K(a),
|
|
48
|
+
Ca(a),
|
|
49
|
+
Da(),
|
|
50
|
+
Ia(a),
|
|
51
|
+
Ra(),
|
|
52
|
+
Ha(a),
|
|
53
|
+
Q(),
|
|
54
|
+
fa(a),
|
|
55
|
+
ka(),
|
|
56
|
+
W(a),
|
|
57
|
+
X(a),
|
|
58
|
+
Y(),
|
|
59
|
+
Z(a),
|
|
60
|
+
_(a),
|
|
61
|
+
$(),
|
|
62
|
+
t(),
|
|
63
|
+
m(a),
|
|
64
|
+
xa(a),
|
|
65
|
+
e(a),
|
|
66
|
+
h(a),
|
|
67
|
+
aa(a),
|
|
68
|
+
sa(a),
|
|
69
|
+
oa(a),
|
|
70
|
+
ra(a),
|
|
71
|
+
La(a),
|
|
72
|
+
Ma(a),
|
|
73
|
+
na(a),
|
|
74
|
+
ia(a),
|
|
75
|
+
pa(a),
|
|
76
|
+
da(a),
|
|
77
|
+
la(a),
|
|
78
|
+
ua(),
|
|
79
|
+
ca(a),
|
|
80
|
+
ga(),
|
|
81
|
+
Ba(a),
|
|
82
|
+
Aa(a),
|
|
83
|
+
Fa(a),
|
|
84
|
+
Pa(a),
|
|
85
|
+
ba(a),
|
|
86
|
+
Ta(a),
|
|
87
|
+
va(a),
|
|
88
|
+
ya(a)
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
export {
|
|
92
|
+
ja as f
|
|
93
|
+
};
|
|
@@ -117,9 +117,9 @@ const e = {
|
|
|
117
117
|
10: "#FFFFFF",
|
|
118
118
|
20: "#F7FCFC",
|
|
119
119
|
30: "#F9FBFB",
|
|
120
|
-
40: "#
|
|
120
|
+
40: "#F0F4F4",
|
|
121
121
|
50: "#EFF3F4",
|
|
122
|
-
60: "#
|
|
122
|
+
60: "#E1E9EA",
|
|
123
123
|
70: "#DEE6E8",
|
|
124
124
|
80: "#fff0",
|
|
125
125
|
90: "#fff0"
|
|
@@ -326,7 +326,7 @@ const e = {
|
|
|
326
326
|
paper: "#fff0",
|
|
327
327
|
default: e.marbleLight[20],
|
|
328
328
|
neutral: e.marbleLight[40],
|
|
329
|
-
background: e.marbleLight[
|
|
329
|
+
background: e.marbleLight[70]
|
|
330
330
|
},
|
|
331
331
|
grid: { sectionHeader: "#F6F7F9", divider: "#EDEFF2", rowHover: "#FAFBFC" }
|
|
332
332
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { alpha as a } from "@mui/material/styles";
|
|
2
|
-
import { p as e, P as r } from "./palette.
|
|
2
|
+
import { p as e, P as r } from "./palette.688aaf56.js";
|
|
3
3
|
const s = e.light.grey[500], n = "#000000", o = (t) => {
|
|
4
4
|
const p = a(t, 0.2), x = a(t, 0.14), $ = a(t, 0.12);
|
|
5
5
|
return [
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "@mui/material/styles";
|
|
2
2
|
import "@mui/material/useMediaQuery";
|
|
3
|
-
import "../utils/getColorPresets.
|
|
3
|
+
import "../utils/getColorPresets.8106cfef.js";
|
|
4
4
|
import "@mui/system";
|
|
5
|
-
import "./defaultThemeOptions.
|
|
6
|
-
import "./shadows.
|
|
7
|
-
import "./palette.
|
|
5
|
+
import "./defaultThemeOptions.605b5b1a.js";
|
|
6
|
+
import "./shadows.1b2f7a87.js";
|
|
7
|
+
import "./palette.688aaf56.js";
|
|
8
8
|
import "@mui/material";
|
|
9
9
|
import { r as t, p as i } from "../utils/getFontValue.88831637.js";
|
|
10
10
|
const e = "Poppins, sans-serif", p = {
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { alpha as r } from "@mui/system";
|
|
2
|
-
import "../theme/defaultThemeOptions.
|
|
3
|
-
import "../theme/shadows.
|
|
4
|
-
import { P as e, S as
|
|
5
|
-
import "../theme/typography.
|
|
2
|
+
import "../theme/defaultThemeOptions.605b5b1a.js";
|
|
3
|
+
import "../theme/shadows.1b2f7a87.js";
|
|
4
|
+
import { P as e, S as t } from "../theme/palette.688aaf56.js";
|
|
5
|
+
import "../theme/typography.86a19de9.js";
|
|
6
6
|
import "@mui/material";
|
|
7
7
|
import "@mui/material/styles";
|
|
8
8
|
const f = (a, l) => {
|
|
9
|
-
let
|
|
9
|
+
let o = {};
|
|
10
10
|
switch (a) {
|
|
11
11
|
case "patronus":
|
|
12
|
-
|
|
12
|
+
o = {
|
|
13
13
|
light: {
|
|
14
14
|
active12: r(e?.patronusBlue[50], 0.08),
|
|
15
15
|
active: e?.patronusBlue[50],
|
|
16
|
-
focus: e?.patronusBlue[
|
|
17
|
-
hover: e?.patronusBlue[
|
|
18
|
-
overdefoult: r(e?.coolGrey[
|
|
19
|
-
default: r(e?.
|
|
16
|
+
focus: e?.patronusBlue[40],
|
|
17
|
+
hover: e?.patronusBlue[40],
|
|
18
|
+
overdefoult: r(e?.coolGrey[60], 0.1),
|
|
19
|
+
default: r(e?.marbleLight[40], 0.5),
|
|
20
20
|
borderDefault: e?.coolGrey[40],
|
|
21
21
|
borderTop: e?.marbleLight[10],
|
|
22
|
-
...
|
|
22
|
+
...t
|
|
23
23
|
},
|
|
24
24
|
dark: {
|
|
25
25
|
active12: r(e?.patronusBlue[50], 0.08),
|
|
@@ -30,22 +30,22 @@ const f = (a, l) => {
|
|
|
30
30
|
default: r(e?.marbleLight[10], 0.04),
|
|
31
31
|
borderDefault: e?.coolGrey[20],
|
|
32
32
|
borderTop: r(e?.marbleLight[10], 0.04),
|
|
33
|
-
...
|
|
33
|
+
...t
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
36
|
break;
|
|
37
37
|
case "turqui":
|
|
38
|
-
|
|
38
|
+
o = {
|
|
39
39
|
light: {
|
|
40
40
|
active12: r(e?.turquiBlue[50], 0.08),
|
|
41
41
|
active: e?.turquiBlue[50],
|
|
42
42
|
focus: e?.turquiBlue[70],
|
|
43
43
|
hover: e?.turquiBlue[70],
|
|
44
44
|
overdefoult: r(e?.coolGrey[70], 0.1),
|
|
45
|
-
default: r(e?.
|
|
45
|
+
default: r(e?.marbleLight[60], 0.3),
|
|
46
46
|
borderDefault: e?.coolGrey[40],
|
|
47
47
|
borderTop: e?.marbleLight[10],
|
|
48
|
-
...
|
|
48
|
+
...t
|
|
49
49
|
},
|
|
50
50
|
dark: {
|
|
51
51
|
active12: r(e?.turquiBlue[50], 0.08),
|
|
@@ -56,22 +56,22 @@ const f = (a, l) => {
|
|
|
56
56
|
default: r(e?.marbleLight[10], 0.04),
|
|
57
57
|
borderDefault: e?.coolGrey[20],
|
|
58
58
|
borderTop: r(e?.marbleLight[10], 0.04),
|
|
59
|
-
...
|
|
59
|
+
...t
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
62
|
break;
|
|
63
63
|
case "grass":
|
|
64
|
-
|
|
64
|
+
o = {
|
|
65
65
|
light: {
|
|
66
66
|
active12: r(e?.grassGreen[50], 0.08),
|
|
67
67
|
active: e?.grassGreen[50],
|
|
68
68
|
focus: e?.grassGreen[70],
|
|
69
69
|
hover: e?.grassGreen[70],
|
|
70
70
|
overdefoult: r(e?.coolGrey[70], 0.1),
|
|
71
|
-
default: r(e?.
|
|
71
|
+
default: r(e?.marbleLight[60], 0.3),
|
|
72
72
|
borderDefault: e?.coolGrey[40],
|
|
73
73
|
borderTop: e?.marbleLight[10],
|
|
74
|
-
...
|
|
74
|
+
...t
|
|
75
75
|
},
|
|
76
76
|
dark: {
|
|
77
77
|
active12: r(e?.grassGreen[50], 0.08),
|
|
@@ -82,22 +82,22 @@ const f = (a, l) => {
|
|
|
82
82
|
default: r(e?.marbleLight[10], 0.04),
|
|
83
83
|
borderDefault: e?.coolGrey[20],
|
|
84
84
|
borderTop: r(e?.marbleLight[10], 0.04),
|
|
85
|
-
...
|
|
85
|
+
...t
|
|
86
86
|
}
|
|
87
87
|
};
|
|
88
88
|
break;
|
|
89
89
|
case "desert":
|
|
90
|
-
|
|
90
|
+
o = {
|
|
91
91
|
light: {
|
|
92
92
|
active12: r(e?.desertBeige[50], 0.08),
|
|
93
93
|
active: e?.desertBeige[50],
|
|
94
94
|
focus: e?.desertBeige[70],
|
|
95
95
|
hover: e?.desertBeige[70],
|
|
96
96
|
overdefoult: r(e?.marbleLight[70], 0.1),
|
|
97
|
-
default: r(e?.
|
|
97
|
+
default: r(e?.marbleLight[60], 0.3),
|
|
98
98
|
borderDefault: e?.coolGrey[40],
|
|
99
99
|
borderTop: e?.marbleLight[10],
|
|
100
|
-
...
|
|
100
|
+
...t
|
|
101
101
|
},
|
|
102
102
|
dark: {
|
|
103
103
|
active12: r(e?.desertBeige[50], 0.08),
|
|
@@ -108,22 +108,22 @@ const f = (a, l) => {
|
|
|
108
108
|
default: r(e?.marbleLight[10], 0.04),
|
|
109
109
|
borderDefault: e?.coolGrey[20],
|
|
110
110
|
borderTop: r(e?.marbleLight[10], 0.04),
|
|
111
|
-
...
|
|
111
|
+
...t
|
|
112
112
|
}
|
|
113
113
|
};
|
|
114
114
|
break;
|
|
115
115
|
case "blaze":
|
|
116
|
-
|
|
116
|
+
o = {
|
|
117
117
|
light: {
|
|
118
118
|
active12: r(e?.blazeOrange[50], 0.08),
|
|
119
119
|
active: e?.blazeOrange[50],
|
|
120
120
|
focus: e?.blazeOrange[70],
|
|
121
121
|
hover: e?.blazeOrange[70],
|
|
122
122
|
overdefoult: r(e?.coolGrey[70], 0.1),
|
|
123
|
-
default: r(e?.
|
|
123
|
+
default: r(e?.marbleLight[60], 0.3),
|
|
124
124
|
borderDefault: e?.coolGrey[40],
|
|
125
125
|
borderTop: e?.marbleLight[10],
|
|
126
|
-
...
|
|
126
|
+
...t
|
|
127
127
|
},
|
|
128
128
|
dark: {
|
|
129
129
|
active12: r(e?.blazeOrange[50], 0.08),
|
|
@@ -134,22 +134,22 @@ const f = (a, l) => {
|
|
|
134
134
|
default: r(e?.marbleLight[10], 0.04),
|
|
135
135
|
borderDefault: e?.coolGrey[20],
|
|
136
136
|
borderTop: r(e?.marbleLight[10], 0.04),
|
|
137
|
-
...
|
|
137
|
+
...t
|
|
138
138
|
}
|
|
139
139
|
};
|
|
140
140
|
break;
|
|
141
141
|
default:
|
|
142
|
-
|
|
142
|
+
o = {
|
|
143
143
|
light: {
|
|
144
144
|
active12: r(e?.turquiBlue[50], 0.08),
|
|
145
145
|
active: e?.turquiBlue[50],
|
|
146
146
|
focus: e?.turquiBlue[70],
|
|
147
147
|
hover: e?.turquiBlue[70],
|
|
148
148
|
overdefoult: r(e?.coolGrey[70], 0.1),
|
|
149
|
-
default: r(e?.
|
|
149
|
+
default: r(e?.marbleLight[60], 0.3),
|
|
150
150
|
borderDefault: e?.coolGrey[40],
|
|
151
151
|
borderTop: e?.marbleLight[10],
|
|
152
|
-
...
|
|
152
|
+
...t
|
|
153
153
|
},
|
|
154
154
|
dark: {
|
|
155
155
|
active12: r(e?.turquiBlue[50], 0.08),
|
|
@@ -160,12 +160,12 @@ const f = (a, l) => {
|
|
|
160
160
|
default: r(e?.marbleLight[10], 0.04),
|
|
161
161
|
borderDefault: e?.coolGrey[20],
|
|
162
162
|
borderTop: r(e?.marbleLight[10], 0.04),
|
|
163
|
-
...
|
|
163
|
+
...t
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
166
|
break;
|
|
167
167
|
}
|
|
168
|
-
return l === "light" ? { ...
|
|
168
|
+
return l === "light" ? { ...o.light } : { ...o.dark };
|
|
169
169
|
};
|
|
170
170
|
export {
|
|
171
171
|
f as g
|
package/theme/index.38ad102a.js
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { F as s, T as o, C as r, M as L, L as n, I as M, a as i, R as p, B as d, b as l, c as u, P as c, S as g, d as B, e as A, D as F, A as P, f as b, g as T, h as v, i as y, j as I, k as R, l as C, m as D, n as f, o as H, p as k, q as S, r as x, s as w, t as j, u as E, v as G, w as q, x as z, y as O, z as V, E as N, G as U } from "./MUIComponents/index.25926753.js";
|
|
2
|
-
import { M as t, a as J, b as K, 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 na, s as Ma, t as ia, u as pa, v as da, w as la, x as ua, y as ca, z as ga, A as Ba, B as Aa, C as Fa, D as Pa, E as ba } from "./M4LExtendedComponents/index.9ecb9eb5.js";
|
|
3
|
-
import { M as Ta, a as va, b as ya, c as Ia, d as Ra, e as Ca, f as Da, g as fa } from "./M4LRHFComponents/index.e3118e8b.js";
|
|
4
|
-
function xa(a) {
|
|
5
|
-
return Object.assign(
|
|
6
|
-
s(a),
|
|
7
|
-
o(a),
|
|
8
|
-
r(a),
|
|
9
|
-
L(a),
|
|
10
|
-
n(a),
|
|
11
|
-
M(a),
|
|
12
|
-
i(),
|
|
13
|
-
p(a),
|
|
14
|
-
d(),
|
|
15
|
-
l(a),
|
|
16
|
-
u(a),
|
|
17
|
-
c(a),
|
|
18
|
-
g(a),
|
|
19
|
-
B(a),
|
|
20
|
-
A(a),
|
|
21
|
-
F(a),
|
|
22
|
-
P(a),
|
|
23
|
-
b(a),
|
|
24
|
-
T(a),
|
|
25
|
-
v(a),
|
|
26
|
-
y(a),
|
|
27
|
-
I(),
|
|
28
|
-
R(),
|
|
29
|
-
C(a),
|
|
30
|
-
D(a),
|
|
31
|
-
f(a),
|
|
32
|
-
H(a),
|
|
33
|
-
k(a),
|
|
34
|
-
S(a),
|
|
35
|
-
x(a),
|
|
36
|
-
w(a),
|
|
37
|
-
j(a),
|
|
38
|
-
E(a),
|
|
39
|
-
G(a),
|
|
40
|
-
q(),
|
|
41
|
-
z(a),
|
|
42
|
-
O(a),
|
|
43
|
-
V(a),
|
|
44
|
-
N(a),
|
|
45
|
-
t(a),
|
|
46
|
-
U(),
|
|
47
|
-
J(a),
|
|
48
|
-
Ta(a),
|
|
49
|
-
va(),
|
|
50
|
-
ya(a),
|
|
51
|
-
Ia(),
|
|
52
|
-
Ra(a),
|
|
53
|
-
K(),
|
|
54
|
-
Ca(a),
|
|
55
|
-
Da(),
|
|
56
|
-
Q(a),
|
|
57
|
-
W(a),
|
|
58
|
-
X(),
|
|
59
|
-
Y(a),
|
|
60
|
-
Z(a),
|
|
61
|
-
_(),
|
|
62
|
-
$(),
|
|
63
|
-
m(a),
|
|
64
|
-
fa(a),
|
|
65
|
-
e(a),
|
|
66
|
-
h(a),
|
|
67
|
-
aa(a),
|
|
68
|
-
sa(a),
|
|
69
|
-
oa(a),
|
|
70
|
-
ra(a),
|
|
71
|
-
La(a),
|
|
72
|
-
na(),
|
|
73
|
-
Ma(a),
|
|
74
|
-
ia(a),
|
|
75
|
-
pa(a),
|
|
76
|
-
da(a),
|
|
77
|
-
la(),
|
|
78
|
-
ua(a),
|
|
79
|
-
ca(),
|
|
80
|
-
ga(a),
|
|
81
|
-
Ba(a),
|
|
82
|
-
Aa(a),
|
|
83
|
-
Fa(a),
|
|
84
|
-
Pa(a),
|
|
85
|
-
ba(a)
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
export {
|
|
89
|
-
xa as f
|
|
90
|
-
};
|