@m4l/styles 0.0.32 → 0.0.34
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 +9 -9
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.b25c825e.js → defaultThemeOptions.66a289a7.js} +4 -4
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +245 -32
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +326 -1
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +85 -77
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +87 -17
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +4 -1
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +12 -7
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +29 -3
- package/theme/overrides/M4LExtendedComponents/M4LImageButton.d.ts +115 -0
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +0 -2
- package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +5 -1
- package/theme/overrides/M4LExtendedComponents/M4LPDFViewer.d.ts +17 -0
- package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +424 -10
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +90 -0
- package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +83 -36
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +12 -6
- package/theme/overrides/M4LExtendedComponents/M4LStack.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +3 -0
- package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +65 -15
- package/theme/overrides/M4LExtendedComponents/M4LanguagePopover.d.ts +16 -1
- package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +326 -0
- package/theme/overrides/M4LExtendedComponents/{index.15f2650a.js → index.e406c71f.js} +687 -253
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +0 -1
- package/theme/overrides/M4LRHFComponents/M4LRHFCheckbox.d.ts +178 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +155 -6
- package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +9 -9
- package/theme/overrides/M4LRHFComponents/{index.e6262889.js → index.d7a80536.js} +61 -31
- package/theme/overrides/MUIComponents/Input.d.ts +5 -5
- package/theme/overrides/MUIComponents/{index.1b2b2be2.js → index.b3f5b7a7.js} +4 -4
- package/theme/overrides/{index.158187f3.js → index.2d07abe3.js} +16 -15
- package/theme/{palette.31d770bc.js → palette.1b577d8c.js} +14 -14
- package/theme/{shadows.9800d84c.js → shadows.a726d8c6.js} +26 -26
- package/utils/{getColorPresets.9fec9cc2.js → getColorPresets.479f9922.js} +1 -1
- package/utils/{getColorState.4350ccb4.js → getColorState.ce01540c.js} +47 -47
|
@@ -893,14 +893,14 @@ export default function Input(theme: Theme): {
|
|
|
893
893
|
padding: string;
|
|
894
894
|
};
|
|
895
895
|
'& .MuiOutlinedInput-notchedOutline': {
|
|
896
|
-
[x: string]: string |
|
|
897
|
-
height:
|
|
898
|
-
minHeight:
|
|
896
|
+
[x: string]: string | {
|
|
897
|
+
height: string;
|
|
898
|
+
minHeight: string;
|
|
899
899
|
};
|
|
900
900
|
borderColor: string;
|
|
901
901
|
fontSize: string;
|
|
902
|
-
height:
|
|
903
|
-
minHeight:
|
|
902
|
+
height: string;
|
|
903
|
+
minHeight: string;
|
|
904
904
|
padding: string;
|
|
905
905
|
};
|
|
906
906
|
'&.Mui-disabled': {
|
|
@@ -488,12 +488,12 @@ function f(o) {
|
|
|
488
488
|
"& .MuiOutlinedInput-notchedOutline": {
|
|
489
489
|
borderColor: o.palette.grey[50032],
|
|
490
490
|
fontSize: "0.875rem",
|
|
491
|
-
height:
|
|
492
|
-
minHeight:
|
|
491
|
+
height: "auto",
|
|
492
|
+
minHeight: "24px",
|
|
493
493
|
padding: "0px",
|
|
494
494
|
[o.breakpoints.down("sm")]: {
|
|
495
|
-
height:
|
|
496
|
-
minHeight:
|
|
495
|
+
height: "auto",
|
|
496
|
+
minHeight: "32px"
|
|
497
497
|
}
|
|
498
498
|
},
|
|
499
499
|
"&.Mui-disabled": {
|
|
@@ -1,7 +1,7 @@
|
|
|
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 d, T as c, P as l, S as u, c as g, d as B, D as F, A as P, e as A, f as T, g as b, h as y, i as C, j as I, k as R, l as S, m as v, n as
|
|
2
|
-
import { M as
|
|
3
|
-
import { M as
|
|
4
|
-
function
|
|
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 d, T as c, P as l, S as u, c as g, d as B, D as F, A as P, e as A, f as T, g as b, h as y, i as C, j as I, k as R, l as S, m as v, n as D, o as k, p as H, q as f, r as x, s as w, t as G, u as E, v as V, w as j, x as N, y as O, z as q, E as z } from "./MUIComponents/index.b3f5b7a7.js";
|
|
2
|
+
import { M as U, a as t, b as J, c as K, d as Q, e as W, f as X, g as Y, h as Z, i as _, j as $, k as m, l as e, m as h, n as aa, o as sa, p as oa, q as ra, r as La, s as Ma, t as na, u as ia, v as pa, w as da, x as ca, y as la, z as ua, A as ga, B as Ba, C as Fa, D as Pa, E as Aa, F as Ta, G as ba, H as ya, I as Ca, J as Ia, K as Ra, L as Sa, N as va, O as Da, P as ka, Q as Ha, R as fa, S as xa, T as wa, U as Ga, V as Ea } from "./M4LExtendedComponents/index.e406c71f.js";
|
|
3
|
+
import { M as Va, a as ja, b as Na, c as Oa, d as qa, e as za, f as Ua, g as ta, h as Ja } from "./M4LRHFComponents/index.d7a80536.js";
|
|
4
|
+
function Xa(a) {
|
|
5
5
|
return Object.assign(
|
|
6
6
|
s(a),
|
|
7
7
|
o(a),
|
|
@@ -28,23 +28,23 @@ function Wa(a) {
|
|
|
28
28
|
R(a),
|
|
29
29
|
S(a),
|
|
30
30
|
v(a),
|
|
31
|
-
k(a),
|
|
32
31
|
D(a),
|
|
32
|
+
k(a),
|
|
33
33
|
H(a),
|
|
34
34
|
f(a),
|
|
35
35
|
x(a),
|
|
36
36
|
w(a),
|
|
37
37
|
G(a),
|
|
38
38
|
E(a),
|
|
39
|
-
|
|
39
|
+
V(),
|
|
40
|
+
j(a),
|
|
40
41
|
N(a),
|
|
41
42
|
O(a),
|
|
42
43
|
q(a),
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
U(),
|
|
44
|
+
U(a),
|
|
45
|
+
z(),
|
|
46
46
|
t(a),
|
|
47
|
-
|
|
47
|
+
Va(a),
|
|
48
48
|
ja(),
|
|
49
49
|
Na(a),
|
|
50
50
|
Oa(),
|
|
@@ -60,7 +60,7 @@ function Wa(a) {
|
|
|
60
60
|
Z(),
|
|
61
61
|
_(a),
|
|
62
62
|
$(a),
|
|
63
|
-
|
|
63
|
+
ta(a),
|
|
64
64
|
m(a),
|
|
65
65
|
e(a),
|
|
66
66
|
h(a),
|
|
@@ -90,16 +90,17 @@ function Wa(a) {
|
|
|
90
90
|
Ra(),
|
|
91
91
|
Sa(a),
|
|
92
92
|
va(),
|
|
93
|
-
ka(a),
|
|
94
93
|
Da(a),
|
|
94
|
+
ka(a),
|
|
95
95
|
Ha(a),
|
|
96
96
|
fa(a),
|
|
97
97
|
xa(a),
|
|
98
98
|
wa(),
|
|
99
|
-
|
|
100
|
-
Ga(a)
|
|
99
|
+
Ja(a),
|
|
100
|
+
Ga(a),
|
|
101
|
+
Ea()
|
|
101
102
|
);
|
|
102
103
|
}
|
|
103
104
|
export {
|
|
104
|
-
|
|
105
|
+
Xa as f
|
|
105
106
|
};
|
|
@@ -126,7 +126,7 @@ const e = {
|
|
|
126
126
|
},
|
|
127
127
|
marbleLight: {
|
|
128
128
|
10: "#FFFFFF",
|
|
129
|
-
20: "#
|
|
129
|
+
20: "#F9FAFA",
|
|
130
130
|
30: "#F4F5F5",
|
|
131
131
|
40: "#F0F4F4",
|
|
132
132
|
50: "#E6E8EA",
|
|
@@ -233,13 +233,13 @@ const e = {
|
|
|
233
233
|
72: r(e.coolGrey[70], 0.72)
|
|
234
234
|
},
|
|
235
235
|
marbel: {
|
|
236
|
-
4: r(e.marbleLight[
|
|
237
|
-
12: r(e.marbleLight[
|
|
238
|
-
24: r(e.marbleLight[
|
|
239
|
-
36: r(e.marbleLight[
|
|
240
|
-
48: r(e.marbleLight[
|
|
241
|
-
60: r(e.marbleLight[
|
|
242
|
-
72: r(e.marbleLight[
|
|
236
|
+
4: r(e.marbleLight[30], 0.08),
|
|
237
|
+
12: r(e.marbleLight[30], 0.12),
|
|
238
|
+
24: r(e.marbleLight[30], 0.16),
|
|
239
|
+
36: r(e.marbleLight[30], 0.32),
|
|
240
|
+
48: r(e.marbleLight[30], 0.48),
|
|
241
|
+
60: r(e.marbleLight[30], 0.55),
|
|
242
|
+
72: r(e.marbleLight[30], 0.72)
|
|
243
243
|
},
|
|
244
244
|
mint: {
|
|
245
245
|
4: r(e.mint[40], 0.04),
|
|
@@ -324,13 +324,13 @@ const e = {
|
|
|
324
324
|
success: F(n.light, n.main),
|
|
325
325
|
warning: F(l.light, l.main),
|
|
326
326
|
error: F(i.light, i.main)
|
|
327
|
-
},
|
|
327
|
+
}, A = {
|
|
328
328
|
violet: ["#826AF9", "#9E86FF", "#D0AEFF", "#F7D2FF"],
|
|
329
329
|
blue: ["#2D99FF", "#83CFFF", "#A5F3FF", "#CCFAFF"],
|
|
330
330
|
green: ["#2CD9C5", "#60F1C8", "#A4F7CC", "#C0F2DC"],
|
|
331
331
|
yellow: ["#FFE700", "#FFEF5A", "#FFF7AE", "#FFF3D6"],
|
|
332
332
|
red: ["#FF6C40", "#FF8F6D", "#FFBD98", "#FFF2D4"]
|
|
333
|
-
},
|
|
333
|
+
}, u = {
|
|
334
334
|
normal: e.crayonBlue[50],
|
|
335
335
|
hover: e.crayonBlue[70]
|
|
336
336
|
}, g = {
|
|
@@ -346,7 +346,7 @@ const e = {
|
|
|
346
346
|
default: r(e.coolGrey[50], 0.24),
|
|
347
347
|
transition: r(e.coolGrey[50], 0.08)
|
|
348
348
|
}, b = {
|
|
349
|
-
info: { ...
|
|
349
|
+
info: { ...u },
|
|
350
350
|
success: { ...g },
|
|
351
351
|
error: { ...C },
|
|
352
352
|
warning: { ...m },
|
|
@@ -366,7 +366,7 @@ const e = {
|
|
|
366
366
|
error: { ...i, contrastText: "#fff" },
|
|
367
367
|
grey: o,
|
|
368
368
|
gradients: E,
|
|
369
|
-
chart:
|
|
369
|
+
chart: A,
|
|
370
370
|
action: {
|
|
371
371
|
hoverOpacity: 0.08,
|
|
372
372
|
disabledOpacity: 0.48
|
|
@@ -383,9 +383,9 @@ const e = {
|
|
|
383
383
|
background: {
|
|
384
384
|
paper: "#fff0",
|
|
385
385
|
default: e.marbleLight[10],
|
|
386
|
-
neutral: e.marbleLight[
|
|
386
|
+
neutral: e.marbleLight[30],
|
|
387
387
|
background: e.marbleLight[60],
|
|
388
|
-
header: e.marbleLight[
|
|
388
|
+
header: e.marbleLight[20]
|
|
389
389
|
},
|
|
390
390
|
divider: e.coolGrey[20],
|
|
391
391
|
grid: { sectionHeader: "#F6F7F9", divider: "#EDEFF2", rowHover: "#FAFBFC" }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { alpha as
|
|
2
|
-
import { p as
|
|
3
|
-
const
|
|
4
|
-
const p =
|
|
1
|
+
import { alpha as r } from "@mui/material/styles";
|
|
2
|
+
import { p as a, P as e } from "./palette.1b577d8c.js";
|
|
3
|
+
const s = a.light.grey[500], o = "#000000", n = (t) => {
|
|
4
|
+
const p = r(t, 0.2), x = r(t, 0.14), $ = r(t, 0.12);
|
|
5
5
|
return [
|
|
6
6
|
"none",
|
|
7
7
|
`0px 2px 1px -1px ${p},0px 1px 1px 0px ${x},0px 1px 3px 0px ${$}`,
|
|
@@ -31,39 +31,39 @@ const a = e.light.grey[500], s = "#000000", n = (t) => {
|
|
|
31
31
|
];
|
|
32
32
|
}, i = (t) => {
|
|
33
33
|
const p = {
|
|
34
|
-
info: `0px 2px 8px 0px ${
|
|
35
|
-
secondary: `0px 2px 8px 0px ${
|
|
36
|
-
success: `0px 2px 8px 0px ${
|
|
37
|
-
warning: `0px 2px 8px 0px ${
|
|
38
|
-
error: `0px 2px 8px 0px ${
|
|
39
|
-
card: `0 0 2px 0 ${
|
|
40
|
-
|
|
34
|
+
info: `0px 2px 8px 0px ${r(e.patronusBlue[50], 0.2)}`,
|
|
35
|
+
secondary: `0px 2px 8px 0px ${r(a.light.secondary.main, 0.24)}`,
|
|
36
|
+
success: `0px 2px 8px 0px ${r(e.acidGreen[50], 0.2)}`,
|
|
37
|
+
warning: `0px 2px 8px 0px ${r(e.middleYellow[50], 0.2)}`,
|
|
38
|
+
error: `0px 2px 8px 0px ${r(e.flameRed[50], 0.2)}`,
|
|
39
|
+
card: `0 0 2px 0 ${r(a.light.grey[500], 0.2)}, 0 12px 24px -4px ${r(
|
|
40
|
+
a.light.grey[500],
|
|
41
41
|
0.12
|
|
42
42
|
)}`,
|
|
43
|
-
dialog: `-40px 40px 80px -8px ${
|
|
44
|
-
dropdown: `0 0 2px 0 ${
|
|
45
|
-
|
|
43
|
+
dialog: `-40px 40px 80px -8px ${r(a.light.common.black, 0.24)}`,
|
|
44
|
+
dropdown: `0 0 2px 0 ${r(a.light.grey[500], 0.24)}, -20px 20px 40px -4px ${r(
|
|
45
|
+
a.light.grey[500],
|
|
46
46
|
0.24
|
|
47
47
|
)}`
|
|
48
48
|
};
|
|
49
49
|
return t === "light" ? {
|
|
50
|
-
z1:
|
|
51
|
-
z2:
|
|
52
|
-
z3:
|
|
53
|
-
z4:
|
|
50
|
+
z1: "0px 0px 03x 1px rgba(9, 30, 66 0.12)",
|
|
51
|
+
z2: "0px 0px 4px 2px rgba(73, 88, 89 0.14)",
|
|
52
|
+
z3: "0px 0px 8px 2px rgba(36, 59, 70, 0.14)",
|
|
53
|
+
z4: "0px 0px 18px 6px rgba(36, 59, 70, 0.12)",
|
|
54
54
|
...p
|
|
55
55
|
} : {
|
|
56
|
-
z1:
|
|
57
|
-
z2:
|
|
58
|
-
z3:
|
|
59
|
-
z4:
|
|
56
|
+
z1: "0px 0px 2px 2px rgba(0, 0, 0, 0.16)",
|
|
57
|
+
z2: "0px 0px 4px 2px rgba(17, 20, 20, 0.5)",
|
|
58
|
+
z3: "0px 0px 8px 2px rgba(9, 9, 10, 0.60)",
|
|
59
|
+
z4: "0px 0px 18px 6px rgba(9, 10, 10, 0.65)",
|
|
60
60
|
...p
|
|
61
61
|
};
|
|
62
|
-
},
|
|
63
|
-
light: n(
|
|
64
|
-
dark: n(
|
|
62
|
+
}, l = {
|
|
63
|
+
light: n(s),
|
|
64
|
+
dark: n(o)
|
|
65
65
|
};
|
|
66
66
|
export {
|
|
67
67
|
i as c,
|
|
68
|
-
|
|
68
|
+
l as s
|
|
69
69
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { alpha as a } from "@mui/system";
|
|
2
|
-
import { P as e, O as r, S as o } from "../theme/palette.
|
|
3
|
-
const u = (
|
|
4
|
-
let
|
|
5
|
-
switch (
|
|
2
|
+
import { P as e, O as r, S as o } from "../theme/palette.1b577d8c.js";
|
|
3
|
+
const u = (d, i) => {
|
|
4
|
+
let t = {};
|
|
5
|
+
switch (d) {
|
|
6
6
|
case "patronus":
|
|
7
|
-
|
|
7
|
+
t = {
|
|
8
8
|
light: {
|
|
9
9
|
active12: r?.patronus[4],
|
|
10
10
|
active: e?.patronusBlue[50],
|
|
@@ -17,9 +17,9 @@ const u = (t, i) => {
|
|
|
17
17
|
borderSecondary: r?.oxford[60],
|
|
18
18
|
borderDens: r?.oxford[36],
|
|
19
19
|
borderDisable: r?.oxford[12],
|
|
20
|
-
toneOp: "#
|
|
21
|
-
scrollBar: "#
|
|
22
|
-
gridHover: "#
|
|
20
|
+
toneOp: "#F2F7FF",
|
|
21
|
+
scrollBar: "#5663763D",
|
|
22
|
+
gridHover: "#FCFCFC",
|
|
23
23
|
...o
|
|
24
24
|
},
|
|
25
25
|
dark: {
|
|
@@ -34,15 +34,15 @@ const u = (t, i) => {
|
|
|
34
34
|
borderSecondary: r?.mint[36],
|
|
35
35
|
borderDens: r?.mint[60],
|
|
36
36
|
borderDisable: r?.mint[12],
|
|
37
|
-
toneOp: "#
|
|
38
|
-
scrollBar: "#
|
|
39
|
-
gridHover: "#
|
|
37
|
+
toneOp: "#22313D",
|
|
38
|
+
scrollBar: "#5663765D",
|
|
39
|
+
gridHover: "#282E2E",
|
|
40
40
|
...o
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
43
|
break;
|
|
44
44
|
case "turqui":
|
|
45
|
-
|
|
45
|
+
t = {
|
|
46
46
|
light: {
|
|
47
47
|
active12: a(e?.turquiBlue[50], 0.08),
|
|
48
48
|
active: e?.turquiBlue[50],
|
|
@@ -55,9 +55,9 @@ const u = (t, i) => {
|
|
|
55
55
|
borderSecondary: r?.oxford[60],
|
|
56
56
|
borderDens: r?.oxford[36],
|
|
57
57
|
borderDisable: r?.oxford[12],
|
|
58
|
-
toneOp: "#
|
|
59
|
-
scrollBar: "#
|
|
60
|
-
gridHover: "#
|
|
58
|
+
toneOp: "#F4F7F8",
|
|
59
|
+
scrollBar: "#5663763D",
|
|
60
|
+
gridHover: "#FCFCFC",
|
|
61
61
|
...o
|
|
62
62
|
},
|
|
63
63
|
dark: {
|
|
@@ -72,15 +72,15 @@ const u = (t, i) => {
|
|
|
72
72
|
borderSecondary: r?.mint[36],
|
|
73
73
|
borderDens: r?.mint[60],
|
|
74
74
|
borderDisable: r?.mint[12],
|
|
75
|
-
toneOp: "#
|
|
76
|
-
scrollBar: "#
|
|
77
|
-
gridHover: "#
|
|
75
|
+
toneOp: "#263538",
|
|
76
|
+
scrollBar: "#5663765D",
|
|
77
|
+
gridHover: "#282E2E",
|
|
78
78
|
...o
|
|
79
79
|
}
|
|
80
80
|
};
|
|
81
81
|
break;
|
|
82
82
|
case "grass":
|
|
83
|
-
|
|
83
|
+
t = {
|
|
84
84
|
light: {
|
|
85
85
|
active12: a(e?.grassGreen[50], 0.08),
|
|
86
86
|
active: e?.grassGreen[50],
|
|
@@ -93,9 +93,9 @@ const u = (t, i) => {
|
|
|
93
93
|
borderSecondary: r?.oxford[60],
|
|
94
94
|
borderDens: r?.oxford[36],
|
|
95
95
|
borderDisable: r?.oxford[12],
|
|
96
|
-
toneOp: "#
|
|
97
|
-
scrollBar: "#
|
|
98
|
-
gridHover: "#
|
|
96
|
+
toneOp: "#F5FAF7",
|
|
97
|
+
scrollBar: "#5663763D",
|
|
98
|
+
gridHover: "#FCFCFC",
|
|
99
99
|
...o
|
|
100
100
|
},
|
|
101
101
|
dark: {
|
|
@@ -110,15 +110,15 @@ const u = (t, i) => {
|
|
|
110
110
|
borderSecondary: r?.mint[36],
|
|
111
111
|
borderDens: r?.mint[60],
|
|
112
112
|
borderDisable: r?.mint[12],
|
|
113
|
-
toneOp: "#
|
|
114
|
-
scrollBar: "#
|
|
115
|
-
gridHover: "#
|
|
113
|
+
toneOp: "#26322F",
|
|
114
|
+
scrollBar: "#5663765D",
|
|
115
|
+
gridHover: "#282E2E",
|
|
116
116
|
...o
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
break;
|
|
120
120
|
case "brown":
|
|
121
|
-
|
|
121
|
+
t = {
|
|
122
122
|
light: {
|
|
123
123
|
active12: a(e?.brown[50], 0.08),
|
|
124
124
|
active: e?.brown[50],
|
|
@@ -131,9 +131,9 @@ const u = (t, i) => {
|
|
|
131
131
|
borderSecondary: r?.oxford[60],
|
|
132
132
|
borderDens: r?.oxford[36],
|
|
133
133
|
borderDisable: r?.oxford[12],
|
|
134
|
-
toneOp: "#
|
|
135
|
-
scrollBar: "#
|
|
136
|
-
gridHover: "#
|
|
134
|
+
toneOp: "#FBF7F6",
|
|
135
|
+
scrollBar: "#5663763D",
|
|
136
|
+
gridHover: "#FCFCFC",
|
|
137
137
|
...o
|
|
138
138
|
},
|
|
139
139
|
dark: {
|
|
@@ -148,15 +148,15 @@ const u = (t, i) => {
|
|
|
148
148
|
borderSecondary: r?.mint[36],
|
|
149
149
|
borderDens: r?.mint[60],
|
|
150
150
|
borderDisable: r?.mint[12],
|
|
151
|
-
toneOp: "#
|
|
152
|
-
scrollBar: "#
|
|
153
|
-
gridHover: "#
|
|
151
|
+
toneOp: "#2D302E",
|
|
152
|
+
scrollBar: "#5663765D",
|
|
153
|
+
gridHover: "#282E2E",
|
|
154
154
|
...o
|
|
155
155
|
}
|
|
156
156
|
};
|
|
157
157
|
break;
|
|
158
158
|
case "blaze":
|
|
159
|
-
|
|
159
|
+
t = {
|
|
160
160
|
light: {
|
|
161
161
|
active12: a(e?.blazeOrange[50], 0.08),
|
|
162
162
|
active: e?.blazeOrange[50],
|
|
@@ -169,9 +169,9 @@ const u = (t, i) => {
|
|
|
169
169
|
borderSecondary: r?.oxford[60],
|
|
170
170
|
borderDens: r?.oxford[36],
|
|
171
171
|
borderDisable: r?.oxford[12],
|
|
172
|
-
toneOp: "#
|
|
173
|
-
scrollBar: "#
|
|
174
|
-
gridHover: "#
|
|
172
|
+
toneOp: "#FEFBF6",
|
|
173
|
+
scrollBar: "#5663763D",
|
|
174
|
+
gridHover: "#FCFCFC",
|
|
175
175
|
...o
|
|
176
176
|
},
|
|
177
177
|
dark: {
|
|
@@ -186,15 +186,15 @@ const u = (t, i) => {
|
|
|
186
186
|
borderSecondary: r?.mint[36],
|
|
187
187
|
borderDens: r?.mint[60],
|
|
188
188
|
borderDisable: r?.mint[12],
|
|
189
|
-
toneOp: "#
|
|
190
|
-
scrollBar: "#
|
|
191
|
-
gridHover: "#
|
|
189
|
+
toneOp: "#2D302B",
|
|
190
|
+
scrollBar: "#5663765D",
|
|
191
|
+
gridHover: "#282E2E",
|
|
192
192
|
...o
|
|
193
193
|
}
|
|
194
194
|
};
|
|
195
195
|
break;
|
|
196
196
|
default:
|
|
197
|
-
|
|
197
|
+
t = {
|
|
198
198
|
light: {
|
|
199
199
|
active12: a(e?.turquiBlue[50], 0.08),
|
|
200
200
|
active: e?.turquiBlue[50],
|
|
@@ -207,9 +207,9 @@ const u = (t, i) => {
|
|
|
207
207
|
borderSecondary: r?.oxford[60],
|
|
208
208
|
borderDens: r?.oxford[36],
|
|
209
209
|
borderDisable: r?.oxford[12],
|
|
210
|
-
toneOp: "#
|
|
211
|
-
scrollBar: "#
|
|
212
|
-
gridHover: "#
|
|
210
|
+
toneOp: "#F2F7FF",
|
|
211
|
+
scrollBar: "#5663763D",
|
|
212
|
+
gridHover: "#FCFCFC",
|
|
213
213
|
...o
|
|
214
214
|
},
|
|
215
215
|
dark: {
|
|
@@ -224,15 +224,15 @@ const u = (t, i) => {
|
|
|
224
224
|
borderSecondary: r?.mint[36],
|
|
225
225
|
borderDens: r?.mint[60],
|
|
226
226
|
borderDisable: r?.mint[12],
|
|
227
|
-
toneOp: "#
|
|
228
|
-
scrollBar: "#
|
|
229
|
-
gridHover: "#
|
|
227
|
+
toneOp: "#22313D",
|
|
228
|
+
scrollBar: "#5663765D",
|
|
229
|
+
gridHover: "#282E2E",
|
|
230
230
|
...o
|
|
231
231
|
}
|
|
232
232
|
};
|
|
233
233
|
break;
|
|
234
234
|
}
|
|
235
|
-
return i === "light" ? { ...
|
|
235
|
+
return i === "light" ? { ...t.light } : { ...t.dark };
|
|
236
236
|
};
|
|
237
237
|
export {
|
|
238
238
|
u as g
|