@m4l/styles 0.0.10 → 0.0.12
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 +627 -802
- package/package.json +1 -1
- package/theme/defaultThemeOptions.d.ts +5 -2
- package/theme/overrides/M4LExtendedComponents/DynamicFilter.d.ts +136 -0
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +20 -0
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +10 -0
- package/theme/overrides/M4LExtendedComponents/M4LIcon.d.ts +10 -0
- package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +9 -6
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +16 -33
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +373 -1015
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocompleteAsync.d.ts +1 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +1 -0
- package/theme/overrides/MUIComponents/Drawer.d.ts +0 -1068
- package/theme/overrides/MUIComponents/Input.d.ts +1 -1
- package/theme/overrides/MUIComponents/Popover.d.ts +2 -5
- package/theme/typography.d.ts +6 -6
- package/types/augmentations.d.ts +4 -0
- package/theme/overrides/MUIComponents/DynamicFilter.d.ts +0 -6
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { alpha as e, useTheme as
|
|
1
|
+
import { alpha as e, useTheme as w } from "@mui/material/styles";
|
|
2
2
|
import { alpha as n } from "@mui/system";
|
|
3
|
-
import { alpha as
|
|
3
|
+
import { alpha as M } from "@mui/material";
|
|
4
4
|
import { useResponsive as T } from "@m4l/graphics";
|
|
5
5
|
function c(o, r) {
|
|
6
6
|
return `linear-gradient(to bottom, ${o}, ${r})`;
|
|
@@ -202,14 +202,14 @@ const t = {
|
|
|
202
202
|
60: e(t.marbleLight[10], 0.6),
|
|
203
203
|
72: e(t.marbleLight[10], 0.72)
|
|
204
204
|
}
|
|
205
|
-
},
|
|
205
|
+
}, y = {
|
|
206
206
|
lighter: t.patronusBlue[70],
|
|
207
207
|
light: t.patronusBlue[60],
|
|
208
208
|
main: t.patronusBlue[50],
|
|
209
209
|
dark: t.patronusBlue[40],
|
|
210
210
|
darker: t.patronusBlue[20],
|
|
211
211
|
contrastText: t.marbleLight[10]
|
|
212
|
-
},
|
|
212
|
+
}, D = {
|
|
213
213
|
lighter: "#fff0",
|
|
214
214
|
light: "#fff0",
|
|
215
215
|
main: "#fff0",
|
|
@@ -222,14 +222,14 @@ const t = {
|
|
|
222
222
|
dark: "#fff0",
|
|
223
223
|
darker: "#fff0",
|
|
224
224
|
opacity: e(t.crayonBlue[50], 0.08)
|
|
225
|
-
},
|
|
225
|
+
}, v = {
|
|
226
226
|
lighter: "#fff0",
|
|
227
227
|
light: "#fff0",
|
|
228
228
|
main: t.acidGreen[60],
|
|
229
229
|
dark: "#fff0",
|
|
230
230
|
darker: "#fff0",
|
|
231
231
|
opacity: e(t.acidGreen[60], 0.08)
|
|
232
|
-
},
|
|
232
|
+
}, L = {
|
|
233
233
|
lighter: "#fff0",
|
|
234
234
|
light: "#fff0",
|
|
235
235
|
main: t.middleYellow[60],
|
|
@@ -263,10 +263,10 @@ const t = {
|
|
|
263
263
|
50056: e("#919EAB", 0.56),
|
|
264
264
|
50080: e("#919EAB", 0.8)
|
|
265
265
|
}, m = {
|
|
266
|
-
primary: c(
|
|
266
|
+
primary: c(y.light, y.main),
|
|
267
267
|
info: c(f.light, f.main),
|
|
268
|
-
success: c(
|
|
269
|
-
warning: c(
|
|
268
|
+
success: c(v.light, v.main),
|
|
269
|
+
warning: c(L.light, L.main),
|
|
270
270
|
error: c(B.light, B.main)
|
|
271
271
|
}, z = {
|
|
272
272
|
violet: ["#826AF9", "#9E86FF", "#D0AEFF", "#F7D2FF"],
|
|
@@ -274,39 +274,39 @@ const t = {
|
|
|
274
274
|
green: ["#2CD9C5", "#60F1C8", "#A4F7CC", "#C0F2DC"],
|
|
275
275
|
yellow: ["#FFE700", "#FFEF5A", "#FFF7AE", "#FFF3D6"],
|
|
276
276
|
red: ["#FF6C40", "#FF8F6D", "#FFBD98", "#FFF2D4"]
|
|
277
|
-
},
|
|
277
|
+
}, H = {
|
|
278
278
|
normal: t.crayonBlue[50],
|
|
279
279
|
hover: t.crayonBlue[70]
|
|
280
|
-
},
|
|
280
|
+
}, G = {
|
|
281
281
|
normal: t.acidGreen[60],
|
|
282
282
|
hover: t.acidGreen[70]
|
|
283
|
-
},
|
|
283
|
+
}, E = {
|
|
284
284
|
normal: t.flameRed[40],
|
|
285
285
|
hover: t.flameRed[60]
|
|
286
|
-
},
|
|
286
|
+
}, W = {
|
|
287
287
|
normal: t.flameRed[60],
|
|
288
288
|
hover: t.flameRed[70]
|
|
289
289
|
}, P = {
|
|
290
290
|
default: e(t.coolGrey[50], 0.24),
|
|
291
291
|
transition: e(t.coolGrey[50], 0.08)
|
|
292
292
|
}, l = {
|
|
293
|
-
info: { ...
|
|
294
|
-
success: { ...
|
|
295
|
-
error: { ...
|
|
296
|
-
warning: { ...
|
|
293
|
+
info: { ...H },
|
|
294
|
+
success: { ...G },
|
|
295
|
+
error: { ...E },
|
|
296
|
+
warning: { ...W },
|
|
297
297
|
skeleton: { ...P }
|
|
298
|
-
},
|
|
298
|
+
}, h = {
|
|
299
299
|
common: { black: "#000", white: "#fff" },
|
|
300
|
-
primary: { ...
|
|
300
|
+
primary: { ...y },
|
|
301
301
|
state: {
|
|
302
302
|
...l
|
|
303
303
|
},
|
|
304
304
|
patronus: { ...t },
|
|
305
305
|
opacity: { ...$ },
|
|
306
|
-
secondary: { ...
|
|
306
|
+
secondary: { ...D, contrastText: "#fff" },
|
|
307
307
|
info: { ...f, contrastText: "#fff" },
|
|
308
|
-
success: { ...
|
|
309
|
-
warning: { ...
|
|
308
|
+
success: { ...v, contrastText: x[800] },
|
|
309
|
+
warning: { ...L, contrastText: x[800] },
|
|
310
310
|
error: { ...B, contrastText: "#fff" },
|
|
311
311
|
grey: x,
|
|
312
312
|
gradients: m,
|
|
@@ -318,7 +318,7 @@ const t = {
|
|
|
318
318
|
}
|
|
319
319
|
}, s = {
|
|
320
320
|
light: {
|
|
321
|
-
...
|
|
321
|
+
...h,
|
|
322
322
|
mode: "light",
|
|
323
323
|
text: {
|
|
324
324
|
primary: t.ashBlak[10],
|
|
@@ -334,7 +334,7 @@ const t = {
|
|
|
334
334
|
grid: { sectionHeader: "#F6F7F9", divider: "#EDEFF2", rowHover: "#FAFBFC" }
|
|
335
335
|
},
|
|
336
336
|
dark: {
|
|
337
|
-
...
|
|
337
|
+
...h,
|
|
338
338
|
mode: "dark",
|
|
339
339
|
text: {
|
|
340
340
|
primary: t.marbleLight[30],
|
|
@@ -395,39 +395,39 @@ const t = {
|
|
|
395
395
|
darker: t.blazeOrange[20],
|
|
396
396
|
contrastText: t.marbleLight[10]
|
|
397
397
|
}
|
|
398
|
-
],
|
|
399
|
-
function
|
|
398
|
+
], F = g[0], q = g[1], _ = g[2], N = g[3], j = g[4];
|
|
399
|
+
function b(o) {
|
|
400
400
|
try {
|
|
401
401
|
return {
|
|
402
|
-
patronus:
|
|
403
|
-
turqui:
|
|
404
|
-
grass:
|
|
402
|
+
patronus: F,
|
|
403
|
+
turqui: q,
|
|
404
|
+
grass: _,
|
|
405
405
|
candy: N,
|
|
406
406
|
blaze: j
|
|
407
407
|
}[o];
|
|
408
408
|
} catch {
|
|
409
409
|
}
|
|
410
|
-
return
|
|
410
|
+
return F;
|
|
411
411
|
}
|
|
412
|
-
const
|
|
412
|
+
const V = (o, r) => {
|
|
413
413
|
let a = {};
|
|
414
414
|
switch (o) {
|
|
415
415
|
case "patronus":
|
|
416
416
|
a = {
|
|
417
417
|
light: {
|
|
418
|
-
active12: n(t
|
|
419
|
-
active: t
|
|
420
|
-
focus: t
|
|
421
|
-
hover: t
|
|
422
|
-
default: n(t
|
|
418
|
+
active12: n(t?.patronusBlue[50], 0.12),
|
|
419
|
+
active: t?.patronusBlue[50],
|
|
420
|
+
focus: t?.patronusBlue[70],
|
|
421
|
+
hover: t?.patronusBlue[60],
|
|
422
|
+
default: n(t?.coolGrey[70], 0.04),
|
|
423
423
|
...l
|
|
424
424
|
},
|
|
425
425
|
dark: {
|
|
426
|
-
active12: n(t
|
|
427
|
-
active: t
|
|
428
|
-
focus: t
|
|
429
|
-
hover: t
|
|
430
|
-
default: n(t
|
|
426
|
+
active12: n(t?.patronusBlue[50], 0.12),
|
|
427
|
+
active: t?.patronusBlue[50],
|
|
428
|
+
focus: t?.patronusBlue[30],
|
|
429
|
+
hover: t?.patronusBlue[40],
|
|
430
|
+
default: n(t?.marbleLight[10], 0.04),
|
|
431
431
|
...l
|
|
432
432
|
}
|
|
433
433
|
};
|
|
@@ -435,19 +435,19 @@ const dt = (o, r) => {
|
|
|
435
435
|
case "turqui":
|
|
436
436
|
a = {
|
|
437
437
|
light: {
|
|
438
|
-
active12: n(t
|
|
439
|
-
active: t
|
|
440
|
-
focus: t
|
|
441
|
-
hover: t
|
|
442
|
-
default: n(t
|
|
438
|
+
active12: n(t?.turquiBlue[50], 0.12),
|
|
439
|
+
active: t?.turquiBlue[50],
|
|
440
|
+
focus: t?.turquiBlue[70],
|
|
441
|
+
hover: t?.turquiBlue[60],
|
|
442
|
+
default: n(t?.coolGrey[70], 0.12),
|
|
443
443
|
...l
|
|
444
444
|
},
|
|
445
445
|
dark: {
|
|
446
|
-
active12: n(t
|
|
447
|
-
active: t
|
|
448
|
-
focus: t
|
|
449
|
-
hover: t
|
|
450
|
-
default: n(t
|
|
446
|
+
active12: n(t?.turquiBlue[50], 0.12),
|
|
447
|
+
active: t?.turquiBlue[50],
|
|
448
|
+
focus: t?.turquiBlue[30],
|
|
449
|
+
hover: t?.turquiBlue[40],
|
|
450
|
+
default: n(t?.marbleLight[10], 0.12),
|
|
451
451
|
...l
|
|
452
452
|
}
|
|
453
453
|
};
|
|
@@ -455,19 +455,19 @@ const dt = (o, r) => {
|
|
|
455
455
|
case "grass":
|
|
456
456
|
a = {
|
|
457
457
|
light: {
|
|
458
|
-
active12: n(t
|
|
459
|
-
active: t
|
|
460
|
-
focus: t
|
|
461
|
-
hover: t
|
|
462
|
-
default: n(t
|
|
458
|
+
active12: n(t?.grassGreen[50], 0.12),
|
|
459
|
+
active: t?.grassGreen[50],
|
|
460
|
+
focus: t?.grassGreen[70],
|
|
461
|
+
hover: t?.grassGreen[60],
|
|
462
|
+
default: n(t?.coolGrey[70], 0.12),
|
|
463
463
|
...l
|
|
464
464
|
},
|
|
465
465
|
dark: {
|
|
466
|
-
active12: n(t
|
|
467
|
-
active: t
|
|
468
|
-
focus: t
|
|
469
|
-
hover: t
|
|
470
|
-
default: n(t
|
|
466
|
+
active12: n(t?.grassGreen[50], 0.12),
|
|
467
|
+
active: t?.grassGreen[50],
|
|
468
|
+
focus: t?.grassGreen[30],
|
|
469
|
+
hover: t?.grassGreen[40],
|
|
470
|
+
default: n(t?.marbleLight[10], 0.12),
|
|
471
471
|
...l
|
|
472
472
|
}
|
|
473
473
|
};
|
|
@@ -475,19 +475,19 @@ const dt = (o, r) => {
|
|
|
475
475
|
case "candy":
|
|
476
476
|
a = {
|
|
477
477
|
light: {
|
|
478
|
-
active12: n(t
|
|
479
|
-
active: t
|
|
480
|
-
focus: t
|
|
481
|
-
hover: t
|
|
482
|
-
default: n(t
|
|
478
|
+
active12: n(t?.candyRed[50], 0.12),
|
|
479
|
+
active: t?.candyRed[50],
|
|
480
|
+
focus: t?.candyRed[70],
|
|
481
|
+
hover: t?.candyRed[60],
|
|
482
|
+
default: n(t?.coolGrey[70], 0.12),
|
|
483
483
|
...l
|
|
484
484
|
},
|
|
485
485
|
dark: {
|
|
486
|
-
active12: n(t
|
|
487
|
-
active: t
|
|
488
|
-
focus: t
|
|
489
|
-
hover: t
|
|
490
|
-
default: n(t
|
|
486
|
+
active12: n(t?.candyRed[50], 0.12),
|
|
487
|
+
active: t?.candyRed[50],
|
|
488
|
+
focus: t?.candyRed[30],
|
|
489
|
+
hover: t?.candyRed[40],
|
|
490
|
+
default: n(t?.marbleLight[10], 0.12),
|
|
491
491
|
...l
|
|
492
492
|
}
|
|
493
493
|
};
|
|
@@ -495,19 +495,19 @@ const dt = (o, r) => {
|
|
|
495
495
|
case "blaze":
|
|
496
496
|
a = {
|
|
497
497
|
light: {
|
|
498
|
-
active12: n(t
|
|
499
|
-
active: t
|
|
500
|
-
focus: t
|
|
501
|
-
hover: t
|
|
502
|
-
default: n(t
|
|
498
|
+
active12: n(t?.blazeOrange[50], 0.12),
|
|
499
|
+
active: t?.blazeOrange[50],
|
|
500
|
+
focus: t?.blazeOrange[70],
|
|
501
|
+
hover: t?.blazeOrange[60],
|
|
502
|
+
default: n(t?.coolGrey[70], 0.12),
|
|
503
503
|
...l
|
|
504
504
|
},
|
|
505
505
|
dark: {
|
|
506
|
-
active12: n(t
|
|
507
|
-
active: t
|
|
508
|
-
focus: t
|
|
509
|
-
hover: t
|
|
510
|
-
default: n(t
|
|
506
|
+
active12: n(t?.blazeOrange[50], 0.12),
|
|
507
|
+
active: t?.blazeOrange[50],
|
|
508
|
+
focus: t?.blazeOrange[30],
|
|
509
|
+
hover: t?.blazeOrange[40],
|
|
510
|
+
default: n(t?.marbleLight[10], 0.12),
|
|
511
511
|
...l
|
|
512
512
|
}
|
|
513
513
|
};
|
|
@@ -515,19 +515,19 @@ const dt = (o, r) => {
|
|
|
515
515
|
default:
|
|
516
516
|
a = {
|
|
517
517
|
light: {
|
|
518
|
-
active12: n(t
|
|
519
|
-
active: t
|
|
520
|
-
focus: t
|
|
521
|
-
hover: t
|
|
522
|
-
default: n(t
|
|
518
|
+
active12: n(t?.turquiBlue[50], 0.12),
|
|
519
|
+
active: t?.turquiBlue[50],
|
|
520
|
+
focus: t?.turquiBlue[70],
|
|
521
|
+
hover: t?.turquiBlue[60],
|
|
522
|
+
default: n(t?.coolGrey[70], 0.12),
|
|
523
523
|
...l
|
|
524
524
|
},
|
|
525
525
|
dark: {
|
|
526
|
-
active12: n(t
|
|
527
|
-
active: t
|
|
528
|
-
focus: t
|
|
529
|
-
hover: t
|
|
530
|
-
default: n(t
|
|
526
|
+
active12: n(t?.turquiBlue[50], 0.12),
|
|
527
|
+
active: t?.turquiBlue[50],
|
|
528
|
+
focus: t?.turquiBlue[30],
|
|
529
|
+
hover: t?.turquiBlue[40],
|
|
530
|
+
default: n(t?.marbleLight[10], 0.12),
|
|
531
531
|
...l
|
|
532
532
|
}
|
|
533
533
|
};
|
|
@@ -535,7 +535,7 @@ const dt = (o, r) => {
|
|
|
535
535
|
}
|
|
536
536
|
return r === "light" ? { ...a.light } : { ...a.dark };
|
|
537
537
|
};
|
|
538
|
-
function
|
|
538
|
+
function Y(o) {
|
|
539
539
|
return Math.round(parseFloat(o) * 16);
|
|
540
540
|
}
|
|
541
541
|
function d(o) {
|
|
@@ -554,28 +554,28 @@ function p({ sm: o, md: r, lg: a }) {
|
|
|
554
554
|
}
|
|
555
555
|
};
|
|
556
556
|
}
|
|
557
|
-
function
|
|
558
|
-
return [...
|
|
559
|
-
const
|
|
560
|
-
return !a &&
|
|
557
|
+
function U() {
|
|
558
|
+
return [...w().breakpoints.keys].reverse().reduce((a, i) => {
|
|
559
|
+
const k = T("up", i);
|
|
560
|
+
return !a && k ? i : a;
|
|
561
561
|
}, null) || "xs";
|
|
562
562
|
}
|
|
563
|
-
function
|
|
564
|
-
const r =
|
|
565
|
-
return { fontSize:
|
|
563
|
+
function ct(o) {
|
|
564
|
+
const r = w(), a = U(), i = r.breakpoints.up(a === "xl" ? "lg" : a), S = (o === "h1" || o === "h2" || o === "h3" || o === "h4" || o === "h5" || o === "h6") && r.typography[o][i] ? r.typography[o][i] : r.typography[o], C = Y(S.fontSize), R = Number(r.typography[o].lineHeight) * C, { fontWeight: O, letterSpacing: A } = r.typography[o];
|
|
565
|
+
return { fontSize: C, lineHeight: R, fontWeight: O, letterSpacing: A };
|
|
566
566
|
}
|
|
567
|
-
const
|
|
568
|
-
fontFamily:
|
|
567
|
+
const K = "Poppins, sans-serif", J = {
|
|
568
|
+
fontFamily: K,
|
|
569
569
|
fontWeightRegular: 400,
|
|
570
570
|
fontWeightMedium: 600,
|
|
571
571
|
fontWeightBold: 700,
|
|
572
572
|
h1: {
|
|
573
|
-
fontWeight:
|
|
573
|
+
fontWeight: 600,
|
|
574
574
|
lineHeight: 1.5,
|
|
575
575
|
...p({ sm: 38, md: 40, lg: 40 })
|
|
576
576
|
},
|
|
577
577
|
h2: {
|
|
578
|
-
fontWeight:
|
|
578
|
+
fontWeight: 600,
|
|
579
579
|
lineHeight: 1,
|
|
580
580
|
...p({ sm: 40, md: 44, lg: 48 })
|
|
581
581
|
},
|
|
@@ -585,7 +585,7 @@ const U = "Poppins, sans-serif", K = {
|
|
|
585
585
|
...p({ sm: 30, md: 32, lg: 32 })
|
|
586
586
|
},
|
|
587
587
|
h4: {
|
|
588
|
-
fontWeight:
|
|
588
|
+
fontWeight: 600,
|
|
589
589
|
lineHeight: 1.5,
|
|
590
590
|
...p({ sm: 20, md: 24, lg: 24 })
|
|
591
591
|
},
|
|
@@ -595,7 +595,7 @@ const U = "Poppins, sans-serif", K = {
|
|
|
595
595
|
...p({ sm: 22, md: 24, lg: 24 })
|
|
596
596
|
},
|
|
597
597
|
h6: {
|
|
598
|
-
fontWeight:
|
|
598
|
+
fontWeight: 600,
|
|
599
599
|
lineHeight: 28 / 18,
|
|
600
600
|
...p({ sm: 18, md: 18, lg: 18 })
|
|
601
601
|
},
|
|
@@ -605,7 +605,7 @@ const U = "Poppins, sans-serif", K = {
|
|
|
605
605
|
...p({ sm: 18, md: 16, lg: 16 })
|
|
606
606
|
},
|
|
607
607
|
subtitleDens: {
|
|
608
|
-
fontWeight:
|
|
608
|
+
fontWeight: 600,
|
|
609
609
|
lineHeight: 1.5,
|
|
610
610
|
...p({ sm: 18, md: 16, lg: 16 })
|
|
611
611
|
},
|
|
@@ -635,9 +635,9 @@ const U = "Poppins, sans-serif", K = {
|
|
|
635
635
|
...p({ sm: 14, md: 12, lg: 12 })
|
|
636
636
|
},
|
|
637
637
|
bodyDens: {
|
|
638
|
-
fontWeight:
|
|
638
|
+
fontWeight: 600,
|
|
639
639
|
lineHeight: 1.143,
|
|
640
|
-
...p({ sm:
|
|
640
|
+
...p({ sm: 14, md: 12, lg: 12 })
|
|
641
641
|
},
|
|
642
642
|
body0: {
|
|
643
643
|
lineHeight: 1.5,
|
|
@@ -675,7 +675,7 @@ const U = "Poppins, sans-serif", K = {
|
|
|
675
675
|
lineHeight: 1.667,
|
|
676
676
|
...p({ sm: 14, md: 12, lg: 12 })
|
|
677
677
|
}
|
|
678
|
-
},
|
|
678
|
+
}, Q = s.light.grey[500], X = "#000000", I = (o) => {
|
|
679
679
|
const r = e(o, 0.2), a = e(o, 0.14), i = e(o, 0.12);
|
|
680
680
|
return [
|
|
681
681
|
"none",
|
|
@@ -704,7 +704,7 @@ const U = "Poppins, sans-serif", K = {
|
|
|
704
704
|
`0px 11px 14px -7px ${r},0px 23px 36px 3px ${a},0px 9px 44px 8px ${i}`,
|
|
705
705
|
`0px 11px 15px -7px ${r},0px 24px 38px 3px ${a},0px 9px 46px 8px ${i}`
|
|
706
706
|
];
|
|
707
|
-
},
|
|
707
|
+
}, Z = (o) => {
|
|
708
708
|
const r = {
|
|
709
709
|
info: `0px 2px 8px 0px ${e(t.patronusBlue[50], 0.2)}`,
|
|
710
710
|
secondary: `0px 2px 8px 0px ${e(s.light.secondary.main, 0.24)}`,
|
|
@@ -734,23 +734,28 @@ const U = "Poppins, sans-serif", K = {
|
|
|
734
734
|
z4: `0px 8px 16px 4px ${e(t.ashBlak[60], 0.4)}`,
|
|
735
735
|
...r
|
|
736
736
|
};
|
|
737
|
-
},
|
|
738
|
-
light: I(
|
|
739
|
-
dark: I(
|
|
740
|
-
},
|
|
741
|
-
typography:
|
|
742
|
-
palette:
|
|
737
|
+
}, oo = {
|
|
738
|
+
light: I(Q),
|
|
739
|
+
dark: I(X)
|
|
740
|
+
}, gt = {
|
|
741
|
+
typography: J,
|
|
742
|
+
palette: {
|
|
743
|
+
...s.light,
|
|
744
|
+
primary: b("patronus"),
|
|
745
|
+
state: { ...V("patronus", "light") },
|
|
746
|
+
representative: b("patronus").darker
|
|
747
|
+
},
|
|
743
748
|
shape: { borderRadius: 8 },
|
|
744
|
-
|
|
749
|
+
direction: "rtl",
|
|
750
|
+
shadows: oo.light,
|
|
745
751
|
customShadows: {
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
}
|
|
752
|
+
primary: `0 8px 16px 0 ${M(b("patronus").main, 0.2)}`,
|
|
753
|
+
...Z("dark")
|
|
754
|
+
},
|
|
755
|
+
stretch: !0,
|
|
756
|
+
spacing: (o) => `${0.5 * o}rem`
|
|
752
757
|
};
|
|
753
|
-
function
|
|
758
|
+
function to(o) {
|
|
754
759
|
return {
|
|
755
760
|
MuiAvatar: {
|
|
756
761
|
styleOverrides: {
|
|
@@ -775,7 +780,7 @@ function oo(o) {
|
|
|
775
780
|
}
|
|
776
781
|
};
|
|
777
782
|
}
|
|
778
|
-
function
|
|
783
|
+
function eo(o) {
|
|
779
784
|
return {
|
|
780
785
|
MuiButton: {
|
|
781
786
|
styleOverrides: {
|
|
@@ -828,7 +833,7 @@ function to(o) {
|
|
|
828
833
|
}
|
|
829
834
|
};
|
|
830
835
|
}
|
|
831
|
-
function
|
|
836
|
+
function ro(o) {
|
|
832
837
|
return {
|
|
833
838
|
MuiIconButton: {
|
|
834
839
|
styleOverrides: {
|
|
@@ -852,7 +857,7 @@ function eo(o) {
|
|
|
852
857
|
}
|
|
853
858
|
};
|
|
854
859
|
}
|
|
855
|
-
function
|
|
860
|
+
function ao(o) {
|
|
856
861
|
return console.log("test theme", o.palette), {
|
|
857
862
|
MuiFab: {
|
|
858
863
|
defaultProps: {
|
|
@@ -887,7 +892,7 @@ function ro(o) {
|
|
|
887
892
|
}
|
|
888
893
|
};
|
|
889
894
|
}
|
|
890
|
-
function
|
|
895
|
+
function io(o) {
|
|
891
896
|
return {
|
|
892
897
|
MuiCard: {
|
|
893
898
|
styleOverrides: {
|
|
@@ -919,7 +924,7 @@ function ao(o) {
|
|
|
919
924
|
}
|
|
920
925
|
};
|
|
921
926
|
}
|
|
922
|
-
function
|
|
927
|
+
function no(o) {
|
|
923
928
|
return {
|
|
924
929
|
MuiTabs: {
|
|
925
930
|
styleOverrides: {
|
|
@@ -976,7 +981,7 @@ function io(o) {
|
|
|
976
981
|
}
|
|
977
982
|
};
|
|
978
983
|
}
|
|
979
|
-
function
|
|
984
|
+
function po(o) {
|
|
980
985
|
return {
|
|
981
986
|
MuiMenuItem: {
|
|
982
987
|
styleOverrides: {
|
|
@@ -992,7 +997,7 @@ function no(o) {
|
|
|
992
997
|
}
|
|
993
998
|
};
|
|
994
999
|
}
|
|
995
|
-
function
|
|
1000
|
+
function lo(o) {
|
|
996
1001
|
return {
|
|
997
1002
|
MuiLink: {
|
|
998
1003
|
defaultProps: {
|
|
@@ -1008,7 +1013,7 @@ function po(o) {
|
|
|
1008
1013
|
}
|
|
1009
1014
|
};
|
|
1010
1015
|
}
|
|
1011
|
-
function
|
|
1016
|
+
function so(o) {
|
|
1012
1017
|
return {
|
|
1013
1018
|
MuiListItemIcon: {
|
|
1014
1019
|
styleOverrides: {
|
|
@@ -1041,7 +1046,7 @@ function lo(o) {
|
|
|
1041
1046
|
}
|
|
1042
1047
|
};
|
|
1043
1048
|
}
|
|
1044
|
-
function
|
|
1049
|
+
function uo(o) {
|
|
1045
1050
|
return {
|
|
1046
1051
|
MuiTableRow: {
|
|
1047
1052
|
styleOverrides: {
|
|
@@ -1127,7 +1132,7 @@ function so(o) {
|
|
|
1127
1132
|
}
|
|
1128
1133
|
};
|
|
1129
1134
|
}
|
|
1130
|
-
function
|
|
1135
|
+
function co(o) {
|
|
1131
1136
|
return {
|
|
1132
1137
|
MuiBadge: {
|
|
1133
1138
|
styleOverrides: {
|
|
@@ -1140,7 +1145,7 @@ function uo(o) {
|
|
|
1140
1145
|
}
|
|
1141
1146
|
};
|
|
1142
1147
|
}
|
|
1143
|
-
function
|
|
1148
|
+
function go(o) {
|
|
1144
1149
|
return {
|
|
1145
1150
|
MuiPaper: {
|
|
1146
1151
|
defaultProps: {
|
|
@@ -1206,7 +1211,7 @@ function co(o) {
|
|
|
1206
1211
|
}
|
|
1207
1212
|
};
|
|
1208
1213
|
}
|
|
1209
|
-
function
|
|
1214
|
+
function xo(o) {
|
|
1210
1215
|
return {
|
|
1211
1216
|
MuiFormControl: {
|
|
1212
1217
|
styleOverrides: {
|
|
@@ -1225,7 +1230,7 @@ function go(o) {
|
|
|
1225
1230
|
padding: "0px"
|
|
1226
1231
|
},
|
|
1227
1232
|
input: {
|
|
1228
|
-
|
|
1233
|
+
padding: "4px 8px",
|
|
1229
1234
|
"&::placeholder": {
|
|
1230
1235
|
opacity: 1,
|
|
1231
1236
|
color: o.palette.text.disabled
|
|
@@ -1288,7 +1293,7 @@ function go(o) {
|
|
|
1288
1293
|
}
|
|
1289
1294
|
};
|
|
1290
1295
|
}
|
|
1291
|
-
function
|
|
1296
|
+
function bo(o) {
|
|
1292
1297
|
return {
|
|
1293
1298
|
MuiInputLabel: {
|
|
1294
1299
|
styleOverrides: {
|
|
@@ -1303,7 +1308,7 @@ function xo(o) {
|
|
|
1303
1308
|
}
|
|
1304
1309
|
};
|
|
1305
1310
|
}
|
|
1306
|
-
function
|
|
1311
|
+
function Mo(o) {
|
|
1307
1312
|
return {
|
|
1308
1313
|
MuiRadio: {
|
|
1309
1314
|
styleOverrides: {
|
|
@@ -1320,7 +1325,7 @@ function bo(o) {
|
|
|
1320
1325
|
}
|
|
1321
1326
|
};
|
|
1322
1327
|
}
|
|
1323
|
-
function
|
|
1328
|
+
function yo(o) {
|
|
1324
1329
|
const r = o.palette.mode === "light";
|
|
1325
1330
|
return {
|
|
1326
1331
|
MuiDrawer: {
|
|
@@ -1332,289 +1337,19 @@ function Mo(o) {
|
|
|
1332
1337
|
background: o.palette.background.neutral,
|
|
1333
1338
|
display: "flex",
|
|
1334
1339
|
flexDirection: "row"
|
|
1335
|
-
},
|
|
1336
|
-
"& .M4LSideBar-containerLogo": {
|
|
1337
|
-
display: "flex",
|
|
1338
|
-
flexDirection: "row",
|
|
1339
|
-
width: "100%",
|
|
1340
|
-
gap: "12px",
|
|
1341
|
-
boxSizing: "contentBox",
|
|
1342
|
-
padding: "16px 0px 0px 8px",
|
|
1343
|
-
position: "absolute",
|
|
1344
|
-
left: "-20px",
|
|
1345
|
-
fitContent: "100%",
|
|
1346
|
-
alignItems: "center",
|
|
1347
|
-
"& .M4LImage-root": {
|
|
1348
|
-
position: "relative",
|
|
1349
|
-
background: o.palette.background.neutral,
|
|
1350
|
-
boxShadow: o.customShadows.z3,
|
|
1351
|
-
padding: "4px",
|
|
1352
|
-
borderRadius: "6px",
|
|
1353
|
-
minWidth: "64px",
|
|
1354
|
-
minHeight: "64px"
|
|
1355
|
-
}
|
|
1356
|
-
},
|
|
1357
|
-
"& .M4LSideBar-contentGroups": {
|
|
1358
|
-
overflow: "hidden",
|
|
1359
|
-
"& .M4LSideBar-wrapperGroup": {
|
|
1360
|
-
padding: "100px 8px 0px 0px",
|
|
1361
|
-
flexDirection: "column",
|
|
1362
|
-
gap: "8px",
|
|
1363
|
-
"& .M4LSideBar-itemListMainRoot": {
|
|
1364
|
-
display: "flex",
|
|
1365
|
-
flexDirection: "column",
|
|
1366
|
-
position: "realative",
|
|
1367
|
-
"& > .MuiCollapse-root:nth-of-type(2)": {
|
|
1368
|
-
backgroundColor: "transparent",
|
|
1369
|
-
top: "-16px"
|
|
1370
|
-
},
|
|
1371
|
-
"& .MuiCollapse-root": {
|
|
1372
|
-
borderRadius: "16px 0px 4px 4px",
|
|
1373
|
-
padding: "16px 8px 8px 8px",
|
|
1374
|
-
position: "relative"
|
|
1375
|
-
},
|
|
1376
|
-
"&.M4LSideBar-itemMainActive": {
|
|
1377
|
-
"& > .MuiCollapse-root:nth-of-type(2)": {
|
|
1378
|
-
backgroundColor: o.palette.state.active12,
|
|
1379
|
-
top: "-16px"
|
|
1380
|
-
},
|
|
1381
|
-
"& .M4LSideBar-navItemMainRoot": {
|
|
1382
|
-
height: "68px"
|
|
1383
|
-
},
|
|
1384
|
-
"& .M4LSideBar-navItemRootContent": {
|
|
1385
|
-
background: o.palette.representative,
|
|
1386
|
-
"& .M4LTypography-root .MuiTypography-root": {
|
|
1387
|
-
color: o.palette.patronus?.marbleLight[10]
|
|
1388
|
-
},
|
|
1389
|
-
"& .M4LIcon-root .M4LIcon-icon": {
|
|
1390
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
1391
|
-
},
|
|
1392
|
-
"&:hover": {
|
|
1393
|
-
background: `${o.palette.representative}!important`
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
"& .M4LSideBar-navItemMainTriangleTop": {
|
|
1397
|
-
position: "absolute",
|
|
1398
|
-
top: "0",
|
|
1399
|
-
left: "0",
|
|
1400
|
-
width: "16px",
|
|
1401
|
-
height: "16px",
|
|
1402
|
-
overflow: "hidden",
|
|
1403
|
-
backgroundColor: o.palette.representative,
|
|
1404
|
-
transform: "rotate(90deg)",
|
|
1405
|
-
"&::before": {
|
|
1406
|
-
content: '""',
|
|
1407
|
-
position: "absolute",
|
|
1408
|
-
width: "100%",
|
|
1409
|
-
height: "100%",
|
|
1410
|
-
backgroundColor: o.palette.background.neutral,
|
|
1411
|
-
transform: "rotate(180deg)",
|
|
1412
|
-
inset: "0",
|
|
1413
|
-
borderTopLeftRadius: "100%",
|
|
1414
|
-
transformOrigin: "center center"
|
|
1415
|
-
}
|
|
1416
|
-
},
|
|
1417
|
-
"& .M4LSideBar-navItemMainTriangleBottom": {
|
|
1418
|
-
position: "absolute",
|
|
1419
|
-
bottom: "0",
|
|
1420
|
-
left: "0",
|
|
1421
|
-
width: "16px",
|
|
1422
|
-
height: "16px",
|
|
1423
|
-
overflow: "hidden",
|
|
1424
|
-
background: o.palette.representative,
|
|
1425
|
-
transform: "rotate(180deg)",
|
|
1426
|
-
"&::before": {
|
|
1427
|
-
content: '""',
|
|
1428
|
-
position: "absolute",
|
|
1429
|
-
width: "100%",
|
|
1430
|
-
height: "100%",
|
|
1431
|
-
backgroundColor: o.palette.background.neutral,
|
|
1432
|
-
transform: "rotate(180deg)",
|
|
1433
|
-
inset: "0",
|
|
1434
|
-
borderTopLeftRadius: "100%",
|
|
1435
|
-
transformOrigin: "center center"
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
},
|
|
1439
|
-
"& .M4LSideBar-navItemMainRoot": {
|
|
1440
|
-
...o.typography.body2,
|
|
1441
|
-
padding: "0px",
|
|
1442
|
-
height: "fit-content",
|
|
1443
|
-
position: "relative",
|
|
1444
|
-
display: "flex",
|
|
1445
|
-
alignItems: "center",
|
|
1446
|
-
textTransform: "capitalize",
|
|
1447
|
-
overflow: "hidden",
|
|
1448
|
-
backgroundColor: "transparent",
|
|
1449
|
-
"& .M4LSideBar-navItemRootContent": {
|
|
1450
|
-
padding: "8px 16px",
|
|
1451
|
-
border: "0px",
|
|
1452
|
-
justifyContent: "space-between",
|
|
1453
|
-
alignItems: "center",
|
|
1454
|
-
display: "flex",
|
|
1455
|
-
width: "100%",
|
|
1456
|
-
height: "36px",
|
|
1457
|
-
boxSizing: "border-box",
|
|
1458
|
-
borderRadius: "0 4px 4px 0",
|
|
1459
|
-
overflow: "hidden",
|
|
1460
|
-
transition: o.transitions.create(["width", "opacity"], {
|
|
1461
|
-
duration: o.transitions.duration.standard
|
|
1462
|
-
}),
|
|
1463
|
-
"&:hover": {
|
|
1464
|
-
backgroundColor: o.palette.state.active12,
|
|
1465
|
-
Color: o.palette.text.primary
|
|
1466
|
-
},
|
|
1467
|
-
"& .M4LSideBar-navItemRootContentIconTypo": {
|
|
1468
|
-
display: "flex",
|
|
1469
|
-
gap: "4px"
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
|
-
"& .M4LSideBar-lineLeft": {
|
|
1477
|
-
height: "100%",
|
|
1478
|
-
width: "20px",
|
|
1479
|
-
backgroundColor: o.palette.representative
|
|
1480
|
-
},
|
|
1481
|
-
"& .M4LSideBar-contentDesktop, & .M4LSideBar-contentMobile": {
|
|
1482
|
-
position: "relative",
|
|
1483
|
-
width: "100%",
|
|
1484
|
-
flexGrow: "1",
|
|
1485
|
-
display: "flex",
|
|
1486
|
-
"& .M4LSideBar-collapseButton": {
|
|
1487
|
-
width: "100%",
|
|
1488
|
-
padding: "0px",
|
|
1489
|
-
"& .M4LSideBar-containerLogoButton": {
|
|
1490
|
-
width: "100%",
|
|
1491
|
-
height: "68px",
|
|
1492
|
-
justifyContent: "space-between",
|
|
1493
|
-
alignItems: "center",
|
|
1494
|
-
"& .M4LSideBar-containerLogoButtonLogo": {
|
|
1495
|
-
width: "100%",
|
|
1496
|
-
height: "100%",
|
|
1497
|
-
padding: "12px 30px"
|
|
1498
|
-
},
|
|
1499
|
-
"& .M4LSideBar-containerLogoButtonIcon": {
|
|
1500
|
-
width: "auto",
|
|
1501
|
-
height: "100%",
|
|
1502
|
-
position: "relative",
|
|
1503
|
-
display: "flex",
|
|
1504
|
-
alignItems: "center",
|
|
1505
|
-
"& .M4LIconButton-root": {
|
|
1506
|
-
width: "36px",
|
|
1507
|
-
height: "36px",
|
|
1508
|
-
borderRadius: "0px 4px 4px 0px",
|
|
1509
|
-
backgroundColor: o.palette.state.focus,
|
|
1510
|
-
"&:hover": {
|
|
1511
|
-
backgroundColor: o.palette.state.focus
|
|
1512
|
-
},
|
|
1513
|
-
"& .M4LIcon-icon": {
|
|
1514
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
"& .M4LSideBar-collapseButtontriangleTop": {
|
|
1518
|
-
position: "absolute",
|
|
1519
|
-
top: "0",
|
|
1520
|
-
left: "0",
|
|
1521
|
-
width: "16px",
|
|
1522
|
-
height: "16px",
|
|
1523
|
-
overflow: "hidden",
|
|
1524
|
-
backgroundColor: o.palette.state.focus,
|
|
1525
|
-
transform: "rotate(90deg)",
|
|
1526
|
-
"&::before": {
|
|
1527
|
-
content: '""',
|
|
1528
|
-
position: "absolute",
|
|
1529
|
-
width: "100%",
|
|
1530
|
-
height: "100%",
|
|
1531
|
-
backgroundColor: o.palette.background.neutral,
|
|
1532
|
-
transform: "rotate(180deg)",
|
|
1533
|
-
inset: "0",
|
|
1534
|
-
borderTopLeftRadius: "100%",
|
|
1535
|
-
transformOrigin: "center center"
|
|
1536
|
-
}
|
|
1537
|
-
},
|
|
1538
|
-
"& .M4LSideBar-collapseButtontriangleBottom": {
|
|
1539
|
-
position: "absolute",
|
|
1540
|
-
bottom: "0",
|
|
1541
|
-
left: "0",
|
|
1542
|
-
width: "16px",
|
|
1543
|
-
height: "16px",
|
|
1544
|
-
ocontainerLogoButtonIconerflow: "hidden",
|
|
1545
|
-
background: o.palette.state.focus,
|
|
1546
|
-
transform: "rotate(180deg)",
|
|
1547
|
-
"&::before": {
|
|
1548
|
-
content: '""',
|
|
1549
|
-
position: "absolute",
|
|
1550
|
-
width: "100%",
|
|
1551
|
-
height: "100%",
|
|
1552
|
-
backgroundColor: o.palette.background.neutral,
|
|
1553
|
-
transform: "rotate(180deg)",
|
|
1554
|
-
inset: "0",
|
|
1555
|
-
borderTopLeftRadius: "100%",
|
|
1556
|
-
transformOrigin: "center center"
|
|
1557
|
-
}
|
|
1558
|
-
}
|
|
1559
|
-
}
|
|
1560
|
-
},
|
|
1561
|
-
"& .M4LImage-root": {
|
|
1562
|
-
display: "flex",
|
|
1563
|
-
position: "relative",
|
|
1564
|
-
padding: "8px",
|
|
1565
|
-
width: "130px",
|
|
1566
|
-
height: "44px",
|
|
1567
|
-
boxShadow: "inset 0px 4px 4px rgba(0, 0, 0, 0.25)",
|
|
1568
|
-
opacity: "30%"
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
"& .MuiCollapse-wrapperInner": {
|
|
1573
|
-
display: "flex",
|
|
1574
|
-
flexDirection: "column",
|
|
1575
|
-
gap: "16px"
|
|
1576
|
-
},
|
|
1577
|
-
"& .M4LSideBar-navListSubItemRoot:hover": {
|
|
1578
|
-
padding: "4px 8px",
|
|
1579
|
-
borderRadius: "4px",
|
|
1580
|
-
backgroundColor: o.palette.state.active12
|
|
1581
|
-
},
|
|
1582
|
-
"& .M4LSideBar-navListSubItemRoot": {
|
|
1583
|
-
padding: "4px 8px",
|
|
1584
|
-
borderRadius: "4px",
|
|
1585
|
-
"& .M4LSideBar-subItemActive": {
|
|
1586
|
-
"& .M4LSideBar-navSubItemContentBullet": {
|
|
1587
|
-
borderRadius: "5px",
|
|
1588
|
-
height: "10px",
|
|
1589
|
-
backgroundColor: o.palette.state.focus
|
|
1590
|
-
}
|
|
1591
|
-
},
|
|
1592
|
-
"& .MuiButtonBase-root": {
|
|
1593
|
-
gap: "4px",
|
|
1594
|
-
"&:hover": {
|
|
1595
|
-
backgroundColor: "transparent"
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
|
-
"& .M4LSideBar-navSubItemContentBullet": {
|
|
1599
|
-
width: "4px",
|
|
1600
|
-
height: "4px",
|
|
1601
|
-
borderRadius: "100%",
|
|
1602
|
-
backgroundColor: o.palette.text.secondary,
|
|
1603
|
-
margin: "6px"
|
|
1604
|
-
}
|
|
1605
1340
|
}
|
|
1606
1341
|
}
|
|
1607
1342
|
},
|
|
1608
1343
|
modal: {
|
|
1609
1344
|
'&[role="presentation"]': {
|
|
1610
1345
|
"& .MuiDrawer-paperAnchorLeft": {
|
|
1611
|
-
boxShadow: `8px 24px 24px 12px ${
|
|
1346
|
+
boxShadow: `8px 24px 24px 12px ${M(
|
|
1612
1347
|
o.palette.grey[900],
|
|
1613
1348
|
r ? 0.16 : 0.48
|
|
1614
1349
|
)}`
|
|
1615
1350
|
},
|
|
1616
1351
|
"& .MuiDrawer-paperAnchorRight": {
|
|
1617
|
-
boxShadow: `-8px 24px 24px 12px ${
|
|
1352
|
+
boxShadow: `-8px 24px 24px 12px ${M(
|
|
1618
1353
|
o.palette.grey[900],
|
|
1619
1354
|
r ? 0.16 : 0.48
|
|
1620
1355
|
)}`
|
|
@@ -1681,7 +1416,7 @@ function fo(o) {
|
|
|
1681
1416
|
}
|
|
1682
1417
|
};
|
|
1683
1418
|
}
|
|
1684
|
-
function
|
|
1419
|
+
function vo(o) {
|
|
1685
1420
|
const r = o.palette.mode === "light";
|
|
1686
1421
|
return {
|
|
1687
1422
|
MuiSlider: {
|
|
@@ -1706,7 +1441,7 @@ function yo(o) {
|
|
|
1706
1441
|
}
|
|
1707
1442
|
};
|
|
1708
1443
|
}
|
|
1709
|
-
function
|
|
1444
|
+
function Lo(o) {
|
|
1710
1445
|
const r = o.palette.mode === "light";
|
|
1711
1446
|
return {
|
|
1712
1447
|
MuiSwitch: {
|
|
@@ -1754,7 +1489,7 @@ function Bo(o) {
|
|
|
1754
1489
|
}
|
|
1755
1490
|
};
|
|
1756
1491
|
}
|
|
1757
|
-
function
|
|
1492
|
+
function ko(o) {
|
|
1758
1493
|
const r = o.palette.mode === "light";
|
|
1759
1494
|
return {
|
|
1760
1495
|
MuiTooltip: {
|
|
@@ -1769,19 +1504,16 @@ function Lo(o) {
|
|
|
1769
1504
|
}
|
|
1770
1505
|
};
|
|
1771
1506
|
}
|
|
1772
|
-
function
|
|
1507
|
+
function Co(o) {
|
|
1773
1508
|
return {
|
|
1774
1509
|
MuiPopover: {
|
|
1775
1510
|
styleOverrides: {
|
|
1776
|
-
paper: {
|
|
1777
|
-
boxShadow: o.customShadows?.dropdown,
|
|
1778
|
-
borderRadius: Number(o.shape.borderRadius) * 1.5
|
|
1779
|
-
}
|
|
1511
|
+
paper: {}
|
|
1780
1512
|
}
|
|
1781
1513
|
}
|
|
1782
1514
|
};
|
|
1783
1515
|
}
|
|
1784
|
-
function
|
|
1516
|
+
function ho(o) {
|
|
1785
1517
|
return {
|
|
1786
1518
|
MuiStepConnector: {
|
|
1787
1519
|
styleOverrides: {
|
|
@@ -1792,7 +1524,7 @@ function Co(o) {
|
|
|
1792
1524
|
}
|
|
1793
1525
|
};
|
|
1794
1526
|
}
|
|
1795
|
-
function
|
|
1527
|
+
function Fo(o) {
|
|
1796
1528
|
return {
|
|
1797
1529
|
MuiDataGrid: {
|
|
1798
1530
|
styleOverrides: {
|
|
@@ -1903,7 +1635,7 @@ function Io(o) {
|
|
|
1903
1635
|
}
|
|
1904
1636
|
};
|
|
1905
1637
|
}
|
|
1906
|
-
function
|
|
1638
|
+
function wo(o) {
|
|
1907
1639
|
const r = e(o.palette.grey[900], 0.48), a = e(o.palette.grey[900], 1);
|
|
1908
1640
|
return {
|
|
1909
1641
|
MuiBackdrop: {
|
|
@@ -1923,7 +1655,7 @@ function So(o) {
|
|
|
1923
1655
|
}
|
|
1924
1656
|
};
|
|
1925
1657
|
}
|
|
1926
|
-
function
|
|
1658
|
+
function So(o) {
|
|
1927
1659
|
const r = o.palette.mode === "light";
|
|
1928
1660
|
return {
|
|
1929
1661
|
MuiLinearProgress: {
|
|
@@ -1945,7 +1677,7 @@ function Fo(o) {
|
|
|
1945
1677
|
}
|
|
1946
1678
|
};
|
|
1947
1679
|
}
|
|
1948
|
-
function
|
|
1680
|
+
function Ro(o) {
|
|
1949
1681
|
return {
|
|
1950
1682
|
MuiTimelineDot: {
|
|
1951
1683
|
styleOverrides: {
|
|
@@ -1963,7 +1695,7 @@ function wo(o) {
|
|
|
1963
1695
|
}
|
|
1964
1696
|
};
|
|
1965
1697
|
}
|
|
1966
|
-
function
|
|
1698
|
+
function Oo(o) {
|
|
1967
1699
|
return {
|
|
1968
1700
|
MuiCheckbox: {
|
|
1969
1701
|
styleOverrides: {
|
|
@@ -1982,7 +1714,7 @@ function Ro(o) {
|
|
|
1982
1714
|
}
|
|
1983
1715
|
};
|
|
1984
1716
|
}
|
|
1985
|
-
function
|
|
1717
|
+
function Ao(o) {
|
|
1986
1718
|
return {
|
|
1987
1719
|
MuiAccordion: {
|
|
1988
1720
|
styleOverrides: {
|
|
@@ -2110,7 +1842,7 @@ function $o(o) {
|
|
|
2110
1842
|
}
|
|
2111
1843
|
};
|
|
2112
1844
|
}
|
|
2113
|
-
function
|
|
1845
|
+
function Do(o) {
|
|
2114
1846
|
return {
|
|
2115
1847
|
MuiBreadcrumbs: {
|
|
2116
1848
|
styleOverrides: {
|
|
@@ -2207,7 +1939,7 @@ function zo(o) {
|
|
|
2207
1939
|
}
|
|
2208
1940
|
};
|
|
2209
1941
|
}
|
|
2210
|
-
function
|
|
1942
|
+
function Ho(o) {
|
|
2211
1943
|
return {
|
|
2212
1944
|
MuiAutocomplete: {
|
|
2213
1945
|
styleOverrides: {
|
|
@@ -2243,7 +1975,7 @@ const u = (o, r) => ({
|
|
|
2243
1975
|
}
|
|
2244
1976
|
}
|
|
2245
1977
|
});
|
|
2246
|
-
function
|
|
1978
|
+
function Go(o) {
|
|
2247
1979
|
return {
|
|
2248
1980
|
MuiToggleButton: {
|
|
2249
1981
|
variants: [
|
|
@@ -2279,7 +2011,7 @@ function Ho(o) {
|
|
|
2279
2011
|
}
|
|
2280
2012
|
};
|
|
2281
2013
|
}
|
|
2282
|
-
function
|
|
2014
|
+
function Eo(o) {
|
|
2283
2015
|
return {
|
|
2284
2016
|
MuiFormControlLabel: {
|
|
2285
2017
|
styleOverrides: {
|
|
@@ -2304,7 +2036,7 @@ function Go(o) {
|
|
|
2304
2036
|
}
|
|
2305
2037
|
};
|
|
2306
2038
|
}
|
|
2307
|
-
function
|
|
2039
|
+
function Wo(o) {
|
|
2308
2040
|
return {
|
|
2309
2041
|
MuiLoadingButton: {
|
|
2310
2042
|
styleOverrides: {
|
|
@@ -2332,11 +2064,146 @@ const Po = (o) => ({
|
|
|
2332
2064
|
M4LBruceTest: {
|
|
2333
2065
|
styleOverrides: {}
|
|
2334
2066
|
}
|
|
2335
|
-
}),
|
|
2067
|
+
}), qo = (o) => ({
|
|
2336
2068
|
M4LDynamicFilter: {
|
|
2337
|
-
styleOverrides: {
|
|
2069
|
+
styleOverrides: {
|
|
2070
|
+
"&.M4LDynamicFilter-root": {
|
|
2071
|
+
borderRadius: "4px",
|
|
2072
|
+
background: o.palette.background.default,
|
|
2073
|
+
boxShadow: o.customShadows.z2,
|
|
2074
|
+
padding: "0px",
|
|
2075
|
+
border: "none",
|
|
2076
|
+
borderTop: "1px solid",
|
|
2077
|
+
borderColor: o.palette.state.default,
|
|
2078
|
+
overflow: "hidden",
|
|
2079
|
+
"& .M4LDynamicFilter-containerFistRow": {
|
|
2080
|
+
height: "32px",
|
|
2081
|
+
width: "100%",
|
|
2082
|
+
"& .M4LDynamicFilter-containerInputFilter": {
|
|
2083
|
+
width: "100%",
|
|
2084
|
+
alignItems: "center",
|
|
2085
|
+
maxWidth: "100%"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
"&.M4LDynamicFilter-isInvalid": {
|
|
2089
|
+
borderColor: o.palette.state.error.normal
|
|
2090
|
+
},
|
|
2091
|
+
"& .M4LDynamicFilter-containerClearFilter": {
|
|
2092
|
+
display: "flex",
|
|
2093
|
+
flexDirection: "row",
|
|
2094
|
+
gap: "4px",
|
|
2095
|
+
backgroundColor: o.palette.background.neutral,
|
|
2096
|
+
padding: "4px"
|
|
2097
|
+
},
|
|
2098
|
+
"& .M4LDynamicFilter-containerInputFilter": {
|
|
2099
|
+
display: "flex",
|
|
2100
|
+
flexDirection: "row",
|
|
2101
|
+
gap: "8px",
|
|
2102
|
+
padding: "4px",
|
|
2103
|
+
backgroundColor: o.palette.background.neutral,
|
|
2104
|
+
height: "100%",
|
|
2105
|
+
maxWidth: "135px",
|
|
2106
|
+
width: "100%",
|
|
2107
|
+
alignItems: "center",
|
|
2108
|
+
"& > input": {
|
|
2109
|
+
border: "none",
|
|
2110
|
+
background: "none",
|
|
2111
|
+
...o.typography.body,
|
|
2112
|
+
color: o.palette.text.primary,
|
|
2113
|
+
padding: "0px 4px",
|
|
2114
|
+
width: "100%",
|
|
2115
|
+
BorderRadius: "4px"
|
|
2116
|
+
},
|
|
2117
|
+
"& input:focus-visible": {
|
|
2118
|
+
border: "none",
|
|
2119
|
+
background: o.palette.state.active12,
|
|
2120
|
+
BorderRadius: "4px",
|
|
2121
|
+
outline: "none",
|
|
2122
|
+
padding: "0px 4px"
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
"& .M4LDynamicFilter-wrapperApplyedFilters": {
|
|
2126
|
+
borderLeft: "none",
|
|
2127
|
+
height: "29px"
|
|
2128
|
+
},
|
|
2129
|
+
"& .M4LDynamicFilter-containerApplyedFilters": {
|
|
2130
|
+
padding: "2px"
|
|
2131
|
+
},
|
|
2132
|
+
"& .M4LDynamicFilter-applyedFilter": {
|
|
2133
|
+
borderRadius: "4px",
|
|
2134
|
+
background: o.palette.state.default,
|
|
2135
|
+
boxShadow: o.customShadows.z2,
|
|
2136
|
+
color: o.palette.text.secondary,
|
|
2137
|
+
...o.typography.body,
|
|
2138
|
+
border: "none",
|
|
2139
|
+
borderTop: "1px solid",
|
|
2140
|
+
borderColor: o.palette.state.default,
|
|
2141
|
+
"& .css-5ca9fi": {
|
|
2142
|
+
...o.typography.body
|
|
2143
|
+
},
|
|
2144
|
+
"& .css-1wytxsy": {
|
|
2145
|
+
...o.typography.body
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
"& .M4LDynamicFilter-popoverFilterPaper": {
|
|
2149
|
+
background: o.palette.background.default,
|
|
2150
|
+
borderRadius: "6px",
|
|
2151
|
+
minWidth: "200px",
|
|
2152
|
+
boxShadow: o.customShadows.z3,
|
|
2153
|
+
borderTop: "1px solid",
|
|
2154
|
+
borderColor: o.palette.state.default,
|
|
2155
|
+
padding: "0px!important",
|
|
2156
|
+
"& .M4LPopover-arrowStyle": {
|
|
2157
|
+
background: "none"
|
|
2158
|
+
},
|
|
2159
|
+
"& .m4l_FormProvider": {
|
|
2160
|
+
gap: "0px",
|
|
2161
|
+
"& .M4LDynamicFilter-popoverFilterHeader": {
|
|
2162
|
+
background: o.palette.state.default,
|
|
2163
|
+
display: "flex",
|
|
2164
|
+
gap: "4px",
|
|
2165
|
+
padding: "8px",
|
|
2166
|
+
borderRadius: "4px",
|
|
2167
|
+
boxShadow: o.customShadows.z2,
|
|
2168
|
+
borderBottom: "0px",
|
|
2169
|
+
borderTop: "2px solid",
|
|
2170
|
+
borderColor: o.palette.state.default,
|
|
2171
|
+
"& .MuiTypography-root": {
|
|
2172
|
+
...o.typography.bodyDens,
|
|
2173
|
+
color: o.palette.text.primary
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
"& .M4LDynamicFilter-popoverContainerFields": {
|
|
2177
|
+
padding: "0px 12px"
|
|
2178
|
+
},
|
|
2179
|
+
"& #WrapperStandarActions": {
|
|
2180
|
+
display: "flex",
|
|
2181
|
+
flexDirection: "row",
|
|
2182
|
+
gap: "12px",
|
|
2183
|
+
padding: "16px 8px 12px 0px",
|
|
2184
|
+
".M4LButton-root": {
|
|
2185
|
+
width: "fit-content"
|
|
2186
|
+
}
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"& .M4LDynamicFilter-popoverMenuFields": {
|
|
2191
|
+
borderTop: "1px solid",
|
|
2192
|
+
borderColor: o.palette.state.default,
|
|
2193
|
+
"& .M4LDynamicFilter-classespopoverLabelMemuItem": {
|
|
2194
|
+
...o.typography.body,
|
|
2195
|
+
color: o.palette.text.secondary
|
|
2196
|
+
},
|
|
2197
|
+
"& .M4LDynamicFilter-popoverMenuFieldsItem:hover": {
|
|
2198
|
+
...o.typography.body,
|
|
2199
|
+
color: o.palette.state.hover,
|
|
2200
|
+
background: o.palette.state.default
|
|
2201
|
+
}
|
|
2202
|
+
}
|
|
2203
|
+
}
|
|
2204
|
+
}
|
|
2338
2205
|
}
|
|
2339
|
-
}),
|
|
2206
|
+
}), _o = (o) => ({
|
|
2340
2207
|
M4LRHFTextFieldPassword: {
|
|
2341
2208
|
styleOverrides: {
|
|
2342
2209
|
"&.M4LRHFTextFieldPassword-root": {
|
|
@@ -2370,14 +2237,15 @@ const Po = (o) => ({
|
|
|
2370
2237
|
},
|
|
2371
2238
|
"& .M4LIcon-icon": {
|
|
2372
2239
|
backgroundColor: o.palette.text.secondary,
|
|
2373
|
-
transition: "all .
|
|
2240
|
+
transition: "all .3s ease"
|
|
2374
2241
|
},
|
|
2375
2242
|
"& .MuiOutlinedInput-notchedOutline": {
|
|
2376
2243
|
border: "1px solid",
|
|
2377
|
-
|
|
2244
|
+
padding: "4px",
|
|
2245
|
+
borderColor: o.palette.divider,
|
|
2378
2246
|
borderRadius: "4px",
|
|
2379
2247
|
inset: "0px",
|
|
2380
|
-
transition: "all .
|
|
2248
|
+
transition: "all .3s ease",
|
|
2381
2249
|
"& legend": {
|
|
2382
2250
|
display: "none"
|
|
2383
2251
|
}
|
|
@@ -2486,23 +2354,33 @@ const Po = (o) => ({
|
|
|
2486
2354
|
},
|
|
2487
2355
|
".M4LIcon-sizeExtraSmall": {
|
|
2488
2356
|
width: "12px",
|
|
2489
|
-
height: "12px"
|
|
2357
|
+
height: "12px",
|
|
2358
|
+
minWidth: "12px",
|
|
2359
|
+
minHeight: "12px"
|
|
2490
2360
|
},
|
|
2491
2361
|
".M4LIcon-sizeSmall": {
|
|
2492
2362
|
width: "16px",
|
|
2493
|
-
height: "16px"
|
|
2363
|
+
height: "16px",
|
|
2364
|
+
minWidth: "16px",
|
|
2365
|
+
minHeight: "16px"
|
|
2494
2366
|
},
|
|
2495
2367
|
".M4LIcon-sizeMedium": {
|
|
2496
2368
|
width: "20px",
|
|
2497
|
-
height: "20px"
|
|
2369
|
+
height: "20px",
|
|
2370
|
+
minWidth: "20px",
|
|
2371
|
+
minHeight: "20px"
|
|
2498
2372
|
},
|
|
2499
2373
|
".M4LIcon-sizeLarge": {
|
|
2500
2374
|
width: "28px",
|
|
2501
|
-
height: "28px"
|
|
2375
|
+
height: "28px",
|
|
2376
|
+
minWidth: "28px",
|
|
2377
|
+
minHeight: "28px"
|
|
2502
2378
|
},
|
|
2503
2379
|
".M4LIcon-sizeExtraLarge": {
|
|
2504
2380
|
width: "36px",
|
|
2505
|
-
height: "36px"
|
|
2381
|
+
height: "36px",
|
|
2382
|
+
minWidth: "36px",
|
|
2383
|
+
minHeight: "36px"
|
|
2506
2384
|
},
|
|
2507
2385
|
".M4LIcon-variantSkeleton": {
|
|
2508
2386
|
borderRadius: "4px",
|
|
@@ -2511,7 +2389,7 @@ const Po = (o) => ({
|
|
|
2511
2389
|
}
|
|
2512
2390
|
}
|
|
2513
2391
|
}
|
|
2514
|
-
}),
|
|
2392
|
+
}), Vo = (o) => ({
|
|
2515
2393
|
M4LIconButton: {
|
|
2516
2394
|
styleOverrides: {
|
|
2517
2395
|
["&.M4LIconButton-root"]: {
|
|
@@ -2562,10 +2440,7 @@ const Po = (o) => ({
|
|
|
2562
2440
|
borderRadius: "4px",
|
|
2563
2441
|
padding: "0"
|
|
2564
2442
|
},
|
|
2565
|
-
"
|
|
2566
|
-
backgroundColor: "transparent"
|
|
2567
|
-
},
|
|
2568
|
-
"&.M4LIconButton-variantPrimary": {
|
|
2443
|
+
"&.M4LIconButton-variantPrimary:not(&.M4LIconButton-isDisabled)": {
|
|
2569
2444
|
backgroundColor: o.palette.state?.default,
|
|
2570
2445
|
"&:hover": {
|
|
2571
2446
|
backgroundColor: o.palette.state?.hover,
|
|
@@ -2582,13 +2457,19 @@ const Po = (o) => ({
|
|
|
2582
2457
|
},
|
|
2583
2458
|
"&.M4LIconButton-isFocus": {
|
|
2584
2459
|
backgroundColor: o.palette.state?.active,
|
|
2460
|
+
"& .M4LIcon-icon": {
|
|
2461
|
+
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
2462
|
+
},
|
|
2585
2463
|
"&::before": {
|
|
2586
2464
|
content: "''"
|
|
2587
2465
|
}
|
|
2588
2466
|
}
|
|
2589
2467
|
},
|
|
2590
|
-
"&.M4LIconButton-variantSecondary": {
|
|
2468
|
+
"&.M4LIconButton-variantSecondary:not(&.M4LIconButton-isDisabled)": {
|
|
2591
2469
|
borderColor: o.palette.text.secondary,
|
|
2470
|
+
"& .M4LIcon-icon": {
|
|
2471
|
+
backgroundColor: o.palette.text.secondary
|
|
2472
|
+
},
|
|
2592
2473
|
"&:hover": {
|
|
2593
2474
|
border: "1px solid",
|
|
2594
2475
|
borderColor: o.palette.state?.focus,
|
|
@@ -2614,7 +2495,7 @@ const Po = (o) => ({
|
|
|
2614
2495
|
}
|
|
2615
2496
|
}
|
|
2616
2497
|
},
|
|
2617
|
-
"&.M4LIconButton-variantLine": {
|
|
2498
|
+
"&.M4LIconButton-variantLine:not(&.M4LIconButton-isDisabled)": {
|
|
2618
2499
|
"&:hover": {
|
|
2619
2500
|
backgroundColor: o.palette.state?.active12,
|
|
2620
2501
|
"& .M4LIcon-icon": {
|
|
@@ -2647,13 +2528,13 @@ const Po = (o) => ({
|
|
|
2647
2528
|
}
|
|
2648
2529
|
}
|
|
2649
2530
|
}
|
|
2650
|
-
}),
|
|
2531
|
+
}), Yo = (o) => ({
|
|
2651
2532
|
M4LanguagePopover: {
|
|
2652
2533
|
styleOverrides: {
|
|
2653
2534
|
["&.M4LanguagePopover-root"]: {}
|
|
2654
2535
|
}
|
|
2655
2536
|
}
|
|
2656
|
-
}),
|
|
2537
|
+
}), Uo = (o) => ({
|
|
2657
2538
|
M4LImageButton: {
|
|
2658
2539
|
styleOverrides: {
|
|
2659
2540
|
["&.M4LImageButton-root"]: {
|
|
@@ -2695,7 +2576,7 @@ const Po = (o) => ({
|
|
|
2695
2576
|
}
|
|
2696
2577
|
}
|
|
2697
2578
|
}
|
|
2698
|
-
}),
|
|
2579
|
+
}), Ko = (o) => ({
|
|
2699
2580
|
M4LImage: {
|
|
2700
2581
|
styleOverrides: {
|
|
2701
2582
|
["&.M4LImage-root"]: {
|
|
@@ -2732,50 +2613,33 @@ const Po = (o) => ({
|
|
|
2732
2613
|
}
|
|
2733
2614
|
}
|
|
2734
2615
|
}
|
|
2735
|
-
}),
|
|
2616
|
+
}), Jo = (o) => ({
|
|
2736
2617
|
M4LPopover: {
|
|
2737
2618
|
styleOverrides: {
|
|
2738
|
-
"&.
|
|
2739
|
-
"& .
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
}
|
|
2755
|
-
},
|
|
2756
|
-
"& .MuiButtonBase-root": {
|
|
2757
|
-
gap: "4px",
|
|
2758
|
-
"&:hover": {
|
|
2759
|
-
backgroundColor: "transparent"
|
|
2760
|
-
}
|
|
2761
|
-
},
|
|
2762
|
-
"& .M4LSideBar-navSubItemContentBullet": {
|
|
2763
|
-
width: "4px",
|
|
2764
|
-
height: "4px",
|
|
2765
|
-
borderRadius: "100%",
|
|
2766
|
-
backgroundColor: o.palette.text.secondary,
|
|
2767
|
-
margin: "6px"
|
|
2768
|
-
}
|
|
2769
|
-
}
|
|
2619
|
+
"&.M4LDynamicFilter-popoverMenuFields": {
|
|
2620
|
+
"& .M4LDynamicFilter-popoverMenuFieldsPaper": {
|
|
2621
|
+
borderRadius: "6px",
|
|
2622
|
+
background: o.palette.background.default,
|
|
2623
|
+
padding: "4px",
|
|
2624
|
+
boxShadow: o.customShadows.z3,
|
|
2625
|
+
display: "flex",
|
|
2626
|
+
flexDirection: "column",
|
|
2627
|
+
gap: "4px"
|
|
2628
|
+
},
|
|
2629
|
+
"& .M4LDynamicFilter-popoverMenuFieldsItem": {
|
|
2630
|
+
borderRadius: "4px",
|
|
2631
|
+
padding: "2px 8px",
|
|
2632
|
+
display: "flex",
|
|
2633
|
+
flexDirection: "row",
|
|
2634
|
+
gap: "4px"
|
|
2770
2635
|
}
|
|
2771
2636
|
},
|
|
2772
2637
|
["&.M4LPopover-root"]: {
|
|
2773
2638
|
".MuiPaper-root": {
|
|
2774
2639
|
background: o.palette.background.default,
|
|
2775
2640
|
borderRadius: "6px",
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
boxShadow: o.customShadows?.z3
|
|
2641
|
+
padding: "8px",
|
|
2642
|
+
boxShadow: o.customShadows.z3
|
|
2779
2643
|
},
|
|
2780
2644
|
"& .M4LanguagePopover-containerItems": {
|
|
2781
2645
|
"& .M4LanguagePopover-labelItem": {
|
|
@@ -2795,7 +2659,7 @@ const Po = (o) => ({
|
|
|
2795
2659
|
}
|
|
2796
2660
|
}
|
|
2797
2661
|
}
|
|
2798
|
-
}),
|
|
2662
|
+
}), Qo = (o) => ({
|
|
2799
2663
|
M4LRHFCheckbox: {
|
|
2800
2664
|
styleOverrides: {
|
|
2801
2665
|
"&.M4LRHFCheckbox-root": {
|
|
@@ -2858,7 +2722,7 @@ const Po = (o) => ({
|
|
|
2858
2722
|
}
|
|
2859
2723
|
}
|
|
2860
2724
|
}
|
|
2861
|
-
}),
|
|
2725
|
+
}), Xo = (o) => ({
|
|
2862
2726
|
M4LErrorLabel: {
|
|
2863
2727
|
styleOverrides: {
|
|
2864
2728
|
["&.M4LHelperText-root"]: {
|
|
@@ -2877,7 +2741,7 @@ const Po = (o) => ({
|
|
|
2877
2741
|
}
|
|
2878
2742
|
}
|
|
2879
2743
|
}
|
|
2880
|
-
}),
|
|
2744
|
+
}), Zo = (o) => ({
|
|
2881
2745
|
M4LTypography: {
|
|
2882
2746
|
styleOverrides: {
|
|
2883
2747
|
["&.M4LTypography-root"]: {
|
|
@@ -2889,7 +2753,7 @@ const Po = (o) => ({
|
|
|
2889
2753
|
}
|
|
2890
2754
|
}
|
|
2891
2755
|
}
|
|
2892
|
-
}),
|
|
2756
|
+
}), ot = (o) => ({
|
|
2893
2757
|
M4LButton: {
|
|
2894
2758
|
styleOverrides: {
|
|
2895
2759
|
"&.M4LButton-root": {
|
|
@@ -2946,8 +2810,8 @@ const Po = (o) => ({
|
|
|
2946
2810
|
}
|
|
2947
2811
|
},
|
|
2948
2812
|
"&:active": {
|
|
2949
|
-
backgroundColor: o.palette.state?.
|
|
2950
|
-
color: o.palette.text.
|
|
2813
|
+
backgroundColor: o.palette.state?.active,
|
|
2814
|
+
color: o.palette.text.primary,
|
|
2951
2815
|
"& .M4LIcon-icon": {
|
|
2952
2816
|
backgroundColor: o.palette.text.disabled,
|
|
2953
2817
|
color: o.palette.text.disabled
|
|
@@ -2988,11 +2852,11 @@ const Po = (o) => ({
|
|
|
2988
2852
|
"&.M4LButton-variantContained": {
|
|
2989
2853
|
"& .MuiButtonBase-root": {
|
|
2990
2854
|
backgroundColor: o.palette.state?.default,
|
|
2991
|
-
color: o.palette.text.
|
|
2992
|
-
boxShadow: o.customShadows?.
|
|
2855
|
+
color: o.palette.text.primary,
|
|
2856
|
+
boxShadow: o.customShadows?.z2,
|
|
2993
2857
|
position: "relative",
|
|
2994
2858
|
"& .M4LIcon-icon": {
|
|
2995
|
-
backgroundColor: o.palette.text.
|
|
2859
|
+
backgroundColor: o.palette.text.primary
|
|
2996
2860
|
},
|
|
2997
2861
|
"&:hover": {
|
|
2998
2862
|
backgroundColor: o.palette.state?.hover,
|
|
@@ -3023,8 +2887,8 @@ const Po = (o) => ({
|
|
|
3023
2887
|
"&.M4LButton-variantOutlined": {
|
|
3024
2888
|
"& .MuiButtonBase-root": {
|
|
3025
2889
|
border: "1px solid",
|
|
3026
|
-
borderColor: o.palette.
|
|
3027
|
-
color: o.palette.text.
|
|
2890
|
+
borderColor: o.palette.state.default,
|
|
2891
|
+
color: o.palette.text.primary,
|
|
3028
2892
|
"& .M4LIcon-icon": {
|
|
3029
2893
|
backgroundColor: o.palette.text.secondary
|
|
3030
2894
|
},
|
|
@@ -3092,7 +2956,7 @@ const Po = (o) => ({
|
|
|
3092
2956
|
}
|
|
3093
2957
|
}
|
|
3094
2958
|
}
|
|
3095
|
-
}),
|
|
2959
|
+
}), tt = (o) => ({
|
|
3096
2960
|
M4LRHFAutocomplete: {
|
|
3097
2961
|
styleOverrides: {
|
|
3098
2962
|
"&.M4LRHFAutocomplete-root": {
|
|
@@ -3102,7 +2966,7 @@ const Po = (o) => ({
|
|
|
3102
2966
|
gap: "4px",
|
|
3103
2967
|
"& .M4LRHFAutocomplete-label": {
|
|
3104
2968
|
color: o.palette.text.secondary,
|
|
3105
|
-
transition: "all .
|
|
2969
|
+
transition: "all .3s ease"
|
|
3106
2970
|
},
|
|
3107
2971
|
"& .MuiAutocomplete-endAdornment": {
|
|
3108
2972
|
top: "unset"
|
|
@@ -3111,7 +2975,7 @@ const Po = (o) => ({
|
|
|
3111
2975
|
padding: "0px",
|
|
3112
2976
|
"& .MuiInputBase-input": {
|
|
3113
2977
|
color: o.palette.text.secondary,
|
|
3114
|
-
padding: "
|
|
2978
|
+
padding: "4px",
|
|
3115
2979
|
backgroundColor: "transparent",
|
|
3116
2980
|
...o.typography.body
|
|
3117
2981
|
},
|
|
@@ -3121,14 +2985,14 @@ const Po = (o) => ({
|
|
|
3121
2985
|
},
|
|
3122
2986
|
"& .M4LIcon-icon": {
|
|
3123
2987
|
backgroundColor: o.palette.text.secondary,
|
|
3124
|
-
transition: "all .
|
|
2988
|
+
transition: "all .3s ease"
|
|
3125
2989
|
},
|
|
3126
2990
|
"& .MuiOutlinedInput-notchedOutline": {
|
|
3127
2991
|
border: "1px solid",
|
|
3128
|
-
borderColor: o.palette.
|
|
2992
|
+
borderColor: o.palette.divider,
|
|
3129
2993
|
borderRadius: "4px",
|
|
3130
2994
|
inset: "0px",
|
|
3131
|
-
transition: "all .
|
|
2995
|
+
transition: "all .3s ease",
|
|
3132
2996
|
"& legend": {
|
|
3133
2997
|
display: "none"
|
|
3134
2998
|
}
|
|
@@ -3223,15 +3087,16 @@ const Po = (o) => ({
|
|
|
3223
3087
|
}
|
|
3224
3088
|
}
|
|
3225
3089
|
}
|
|
3226
|
-
}),
|
|
3090
|
+
}), et = (o) => ({
|
|
3227
3091
|
M4LRHFAutocompleteAsync: {
|
|
3228
3092
|
styleOverrides: {
|
|
3229
3093
|
"&.M4LRHFAutocompleteAsync-root": {
|
|
3230
|
-
width: "100%"
|
|
3094
|
+
width: "100%",
|
|
3095
|
+
padding: "4px"
|
|
3231
3096
|
}
|
|
3232
3097
|
}
|
|
3233
3098
|
}
|
|
3234
|
-
}),
|
|
3099
|
+
}), rt = (o) => ({
|
|
3235
3100
|
M4LoadingButton: {
|
|
3236
3101
|
styleOverrides: {
|
|
3237
3102
|
"&.M4LoadingButton-root": {
|
|
@@ -3448,7 +3313,7 @@ const Po = (o) => ({
|
|
|
3448
3313
|
}
|
|
3449
3314
|
}
|
|
3450
3315
|
}
|
|
3451
|
-
}),
|
|
3316
|
+
}), at = (o) => ({
|
|
3452
3317
|
M4LNavLink: {
|
|
3453
3318
|
styleOverrides: {
|
|
3454
3319
|
["&.M4LNavLink-root"]: {
|
|
@@ -3468,363 +3333,323 @@ const Po = (o) => ({
|
|
|
3468
3333
|
}
|
|
3469
3334
|
}
|
|
3470
3335
|
}
|
|
3471
|
-
}),
|
|
3336
|
+
}), it = (o) => ({
|
|
3472
3337
|
M4LSideBar: {
|
|
3473
3338
|
styleOverrides: {
|
|
3474
3339
|
"&.M4LSideBar-root": {
|
|
3475
|
-
test: "root",
|
|
3476
3340
|
height: "100%",
|
|
3477
|
-
width: "
|
|
3478
|
-
borderRadius: "4px",
|
|
3479
|
-
display: "flex",
|
|
3341
|
+
width: "auto",
|
|
3480
3342
|
background: o.palette.background.neutral,
|
|
3481
|
-
|
|
3482
|
-
|
|
3343
|
+
paddingLeft: "14px",
|
|
3344
|
+
paddingBottom: "14px",
|
|
3345
|
+
boxShadow: o.customShadows.z3,
|
|
3346
|
+
[o.breakpoints.down("sm")]: {
|
|
3347
|
+
width: "0px",
|
|
3348
|
+
height: "0px",
|
|
3349
|
+
padding: "0px"
|
|
3350
|
+
},
|
|
3483
3351
|
"& .M4LSideBar-wrapperSideBar": {
|
|
3484
|
-
|
|
3485
|
-
"& .M4LSideBar-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3352
|
+
height: "100%",
|
|
3353
|
+
"& .M4LSideBar-containerSideBarLogo": {
|
|
3354
|
+
marginRight: "14px",
|
|
3355
|
+
"& .M4LSideBar-containerLogo": {
|
|
3356
|
+
height: "128px",
|
|
3357
|
+
display: "flex",
|
|
3358
|
+
flexDirection: "column",
|
|
3359
|
+
justifyContent: "center",
|
|
3360
|
+
alignItems: "center",
|
|
3361
|
+
fitContent: "100%",
|
|
3362
|
+
boxSizing: "contentBox",
|
|
3363
|
+
paddingTop: "24px",
|
|
3364
|
+
paddingBottom: "28px",
|
|
3365
|
+
gap: "12px",
|
|
3366
|
+
"& .M4LTypography-root": {
|
|
3367
|
+
display: "flex",
|
|
3368
|
+
justifyContent: "center",
|
|
3369
|
+
width: "100%",
|
|
3370
|
+
"& .MuiTypography-root": {
|
|
3371
|
+
with: "100%",
|
|
3372
|
+
overflow: "hidden",
|
|
3373
|
+
textOverflow: "ellipsis",
|
|
3374
|
+
textWrap: "nowrap"
|
|
3375
|
+
}
|
|
3376
|
+
},
|
|
3377
|
+
"& .M4LImage-root": {
|
|
3378
|
+
position: "relative",
|
|
3379
|
+
background: o.palette.background.default,
|
|
3380
|
+
boxShadow: o.customShadows.z3,
|
|
3381
|
+
padding: "6px",
|
|
3382
|
+
borderRadius: "6px"
|
|
3383
|
+
}
|
|
3504
3384
|
}
|
|
3505
3385
|
},
|
|
3506
3386
|
"& .M4LSideBar-contentGroups": {
|
|
3507
3387
|
overflow: "hidden",
|
|
3388
|
+
flexGrow: "1",
|
|
3389
|
+
display: "flex",
|
|
3390
|
+
flexDirection: "column",
|
|
3391
|
+
"& .M4LSideBar-contentGroupsLine": {
|
|
3392
|
+
display: "flex",
|
|
3393
|
+
height: "2px",
|
|
3394
|
+
marginRight: "14px",
|
|
3395
|
+
backgroundColor: o.palette.state.default
|
|
3396
|
+
},
|
|
3508
3397
|
"& .M4LSideBar-wrapperGroup": {
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3398
|
+
height: "100%",
|
|
3399
|
+
"& .M4LSideBar-wrapperGroupTitle": {
|
|
3400
|
+
padding: "20px",
|
|
3401
|
+
height: "60px",
|
|
3402
|
+
"& .M4LTypography-root": {
|
|
3403
|
+
display: "flex",
|
|
3404
|
+
width: "100%",
|
|
3405
|
+
"& .MuiTypography-root": {
|
|
3406
|
+
with: "100%",
|
|
3407
|
+
overflow: "hidden",
|
|
3408
|
+
textOverflow: "ellipsis",
|
|
3409
|
+
textWrap: "nowrap"
|
|
3410
|
+
}
|
|
3411
|
+
}
|
|
3412
|
+
},
|
|
3512
3413
|
"& .M4LSideBar-itemListMainRoot": {
|
|
3513
3414
|
display: "flex",
|
|
3415
|
+
borderRadius: "4px 0px 0px 4px",
|
|
3416
|
+
justifyContent: "center",
|
|
3514
3417
|
flexDirection: "column",
|
|
3515
|
-
|
|
3516
|
-
"&
|
|
3418
|
+
gap: "8px",
|
|
3419
|
+
"& .M4LSideBar-navItemMainRoot": {
|
|
3517
3420
|
backgroundColor: "transparent",
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
borderRadius: "16px 0px 4px 4px",
|
|
3522
|
-
padding: "16px 8px 8px 8px",
|
|
3523
|
-
position: "relative"
|
|
3421
|
+
"&:hover": {
|
|
3422
|
+
background: o.palette.state.default
|
|
3423
|
+
}
|
|
3524
3424
|
},
|
|
3525
3425
|
"&.M4LSideBar-itemMainActive": {
|
|
3526
3426
|
"& .M4LSideBar-navItemMainRoot": {
|
|
3527
|
-
|
|
3528
|
-
},
|
|
3529
|
-
"& > .MuiCollapse-root:nth-of-type(2)": {
|
|
3530
|
-
backgroundColor: o.palette.state.active12,
|
|
3531
|
-
top: "-16px"
|
|
3532
|
-
},
|
|
3533
|
-
"& .M4LSideBar-navItemRootContent": {
|
|
3534
|
-
background: o.palette.representative,
|
|
3535
|
-
"& .M4LTypography-root .MuiTypography-root": {
|
|
3536
|
-
color: o.palette.patronus?.marbleLight[10]
|
|
3537
|
-
},
|
|
3538
|
-
"& .M4LIcon-root .M4LIcon-icon": {
|
|
3539
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
3540
|
-
},
|
|
3427
|
+
background: o.palette.state.active12,
|
|
3541
3428
|
"&:hover": {
|
|
3542
|
-
background:
|
|
3429
|
+
background: e(o.palette.state.active || "#fff", 0.18)
|
|
3543
3430
|
}
|
|
3544
3431
|
},
|
|
3545
|
-
"& .M4LSideBar-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
width: "100%",
|
|
3558
|
-
height: "100%",
|
|
3559
|
-
backgroundColor: o.palette.background.neutral,
|
|
3560
|
-
transform: "rotate(180deg)",
|
|
3561
|
-
inset: "0",
|
|
3562
|
-
borderTopLeftRadius: "100%",
|
|
3563
|
-
transformOrigin: "center center"
|
|
3564
|
-
}
|
|
3565
|
-
},
|
|
3566
|
-
"& .M4LSideBar-navItemMainTriangleBottom": {
|
|
3567
|
-
position: "absolute",
|
|
3568
|
-
bottom: "0",
|
|
3569
|
-
left: "0",
|
|
3570
|
-
width: "16px",
|
|
3571
|
-
height: "16px",
|
|
3572
|
-
overflow: "hidden",
|
|
3573
|
-
background: o.palette.representative,
|
|
3574
|
-
transform: "rotate(180deg)",
|
|
3432
|
+
"& .M4LSideBar-navItemRootContent": {
|
|
3433
|
+
"& .M4LSideBar-navItemRootContentIconTypo": {
|
|
3434
|
+
"& .M4LIcon-icon": {
|
|
3435
|
+
backgroundColor: o.palette.state.focus
|
|
3436
|
+
},
|
|
3437
|
+
"& .MuiTypography-root": {
|
|
3438
|
+
color: o.palette.state.focus
|
|
3439
|
+
},
|
|
3440
|
+
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
3441
|
+
backgroundColor: o.palette.state.focus
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3575
3444
|
"&::before": {
|
|
3576
3445
|
content: '""',
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
transformOrigin: "center center"
|
|
3446
|
+
width: "5px",
|
|
3447
|
+
top: "0px",
|
|
3448
|
+
bottom: "0px",
|
|
3449
|
+
right: "0px",
|
|
3450
|
+
backgroundColor: o.palette.state.focus,
|
|
3451
|
+
borderRadius: "4px 0px 0px 4px",
|
|
3452
|
+
position: "absolute"
|
|
3585
3453
|
}
|
|
3586
3454
|
}
|
|
3587
3455
|
},
|
|
3588
|
-
"& .M4LSideBar-
|
|
3589
|
-
...o.typography.body2,
|
|
3590
|
-
padding: "0px",
|
|
3591
|
-
height: "fit-content",
|
|
3592
|
-
position: "relative",
|
|
3456
|
+
"& .M4LSideBar-navItemRootContent": {
|
|
3593
3457
|
display: "flex",
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
"& .M4LSideBar-
|
|
3599
|
-
padding: "8px 16px",
|
|
3600
|
-
border: "0px",
|
|
3601
|
-
justifyContent: "space-between",
|
|
3602
|
-
alignItems: "center",
|
|
3458
|
+
padding: "8px",
|
|
3459
|
+
justifyContent: "center",
|
|
3460
|
+
borderRadius: "4px 0px 0px 4px",
|
|
3461
|
+
position: "relative",
|
|
3462
|
+
"& .M4LSideBar-navItemRootContentIconTypo": {
|
|
3603
3463
|
display: "flex",
|
|
3464
|
+
gap: "8px",
|
|
3604
3465
|
width: "100%",
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
borderRadius: "0 4px 4px 0",
|
|
3608
|
-
overflow: "hidden",
|
|
3609
|
-
transition: o.transitions.create(["width", "opacity"], {
|
|
3610
|
-
duration: o.transitions.duration.standard
|
|
3611
|
-
}),
|
|
3612
|
-
"&:hover": {
|
|
3613
|
-
backgroundColor: o.palette.state.active12,
|
|
3614
|
-
Color: o.palette.text.primary
|
|
3466
|
+
"& .M4LIcon-icon": {
|
|
3467
|
+
backgroundColor: o.palette.text.secondary
|
|
3615
3468
|
},
|
|
3616
|
-
"& .
|
|
3617
|
-
|
|
3618
|
-
|
|
3469
|
+
"& .MuiTypography-root": {
|
|
3470
|
+
...o.typography.paragraphDens,
|
|
3471
|
+
color: o.palette.text.secondary
|
|
3472
|
+
},
|
|
3473
|
+
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
3474
|
+
backgroundColor: o.palette.text.secondary
|
|
3619
3475
|
}
|
|
3620
3476
|
}
|
|
3621
|
-
}
|
|
3622
|
-
}
|
|
3623
|
-
}
|
|
3624
|
-
},
|
|
3625
|
-
"& .M4LSideBar-lineLeft": {
|
|
3626
|
-
height: "100%",
|
|
3627
|
-
width: "20px",
|
|
3628
|
-
backgroundColor: o.palette.representative
|
|
3629
|
-
},
|
|
3630
|
-
"& .M4LSideBar-contentDesktop, & .M4LSideBar-contentMobile": {
|
|
3631
|
-
position: "relative",
|
|
3632
|
-
width: "100%",
|
|
3633
|
-
flexGrow: "1",
|
|
3634
|
-
display: "flex",
|
|
3635
|
-
"& .M4LSideBar-collapseButton": {
|
|
3636
|
-
width: "100%",
|
|
3637
|
-
padding: "0px",
|
|
3638
|
-
"& .M4LSideBar-containerLogoButton": {
|
|
3639
|
-
width: "100%",
|
|
3640
|
-
height: "68px",
|
|
3641
|
-
justifyContent: "space-between",
|
|
3642
|
-
alignItems: "center",
|
|
3643
|
-
"& .M4LSideBar-containerLogoButtonLogo": {
|
|
3644
|
-
width: "100%",
|
|
3645
|
-
height: "100%",
|
|
3646
|
-
padding: "12px 30px"
|
|
3647
3477
|
},
|
|
3648
|
-
"& .M4LSideBar-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
display: "flex",
|
|
3653
|
-
alignItems: "center",
|
|
3654
|
-
"& .M4LIconButton-root": {
|
|
3655
|
-
width: "36px",
|
|
3656
|
-
height: "36px",
|
|
3657
|
-
borderRadius: "0px 4px 4px 0px",
|
|
3658
|
-
backgroundColor: o.palette.state.focus,
|
|
3659
|
-
"&:hover": {
|
|
3660
|
-
backgroundColor: o.palette.state.focus
|
|
3478
|
+
"& .M4LSideBar-navListSubItemRoot": {
|
|
3479
|
+
"& .M4LSideBar-navSubItemContentRoot ": {
|
|
3480
|
+
"&.M4LSideBar-subItemCollapseActive": {
|
|
3481
|
+
backgroundColor: o.palette.state.active12
|
|
3661
3482
|
},
|
|
3662
|
-
"
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
height: "16px",
|
|
3672
|
-
overflow: "hidden",
|
|
3673
|
-
backgroundColor: o.palette.state.focus,
|
|
3674
|
-
transform: "rotate(90deg)",
|
|
3675
|
-
"&::before": {
|
|
3676
|
-
content: '""',
|
|
3677
|
-
position: "absolute",
|
|
3678
|
-
width: "100%",
|
|
3679
|
-
height: "100%",
|
|
3680
|
-
backgroundColor: o.palette.background.neutral,
|
|
3681
|
-
transform: "rotate(180deg)",
|
|
3682
|
-
inset: "0",
|
|
3683
|
-
borderTopLeftRadius: "100%",
|
|
3684
|
-
transformOrigin: "center center"
|
|
3483
|
+
"&.M4LSideBar-subItemActive": {
|
|
3484
|
+
"& .M4LSideBar-navSubItemContentBullet": {
|
|
3485
|
+
height: "14px",
|
|
3486
|
+
borderRadius: "10px",
|
|
3487
|
+
backgroundColor: o.palette.state.focus
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
"&:hover": {
|
|
3491
|
+
background: o.palette.state.default
|
|
3685
3492
|
}
|
|
3686
3493
|
},
|
|
3687
|
-
"& .M4LSideBar-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3494
|
+
"& .M4LSideBar-navSubItemContentRoot": {
|
|
3495
|
+
gap: "12px",
|
|
3496
|
+
margin: "0px 0px 1px 0px",
|
|
3497
|
+
padding: "16px",
|
|
3498
|
+
"& .M4LSideBar-navSubItemContentBullet": {
|
|
3499
|
+
minWidth: "5px",
|
|
3500
|
+
minHeight: "5px",
|
|
3501
|
+
borderRadius: "50%",
|
|
3502
|
+
backgroundColor: o.palette.text.primary
|
|
3503
|
+
},
|
|
3504
|
+
"& .M4LTypography-root": {
|
|
3505
|
+
display: "flex",
|
|
3699
3506
|
width: "100%",
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3507
|
+
"& .MuiTypography-root": {
|
|
3508
|
+
...o.typography.paragraph,
|
|
3509
|
+
color: o.palette.text.secondary,
|
|
3510
|
+
with: "100%",
|
|
3511
|
+
overflow: "hidden",
|
|
3512
|
+
textOverflow: "ellipsis",
|
|
3513
|
+
textWrap: "nowrap"
|
|
3514
|
+
}
|
|
3706
3515
|
}
|
|
3707
3516
|
}
|
|
3517
|
+
},
|
|
3518
|
+
"& .MuiCollapse-root": {
|
|
3519
|
+
marginLeft: "28px"
|
|
3708
3520
|
}
|
|
3709
|
-
},
|
|
3710
|
-
"& .M4LImage-root": {
|
|
3711
|
-
display: "flex",
|
|
3712
|
-
position: "relative",
|
|
3713
|
-
padding: "8px",
|
|
3714
|
-
width: "130px",
|
|
3715
|
-
height: "44px",
|
|
3716
|
-
boxShadow: "inset 0px 4px 4px rgba(0, 0, 0, 0.25)",
|
|
3717
|
-
opacity: "30%"
|
|
3718
3521
|
}
|
|
3522
|
+
},
|
|
3523
|
+
"& .M4LIcon-root .M4LIcon-icon": {
|
|
3524
|
+
backgroundColor: o.palette.text.disabled
|
|
3719
3525
|
}
|
|
3720
3526
|
},
|
|
3721
|
-
"& .
|
|
3527
|
+
"& .M4LSideBar-collapseButton": {
|
|
3722
3528
|
display: "flex",
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
}
|
|
3740
|
-
},
|
|
3741
|
-
"& .MuiButtonBase-root": {
|
|
3742
|
-
gap: "4px",
|
|
3743
|
-
"&:hover": {
|
|
3744
|
-
backgroundColor: "transparent"
|
|
3529
|
+
paddingTop: "14px",
|
|
3530
|
+
borderTop: "2px solid",
|
|
3531
|
+
borderColor: o.palette.state.default,
|
|
3532
|
+
justifyContent: "center",
|
|
3533
|
+
marginRight: "14px",
|
|
3534
|
+
gap: "15px",
|
|
3535
|
+
"& .M4LSideBar-containerLogoButton": {
|
|
3536
|
+
display: "flex",
|
|
3537
|
+
gap: "14px",
|
|
3538
|
+
"& .M4LSideBar-containerLogoButtonLogo": {
|
|
3539
|
+
width: "120px",
|
|
3540
|
+
height: "40px"
|
|
3541
|
+
},
|
|
3542
|
+
"& .M4LSideBar-containerLogoButtonIcon": {
|
|
3543
|
+
display: "flex",
|
|
3544
|
+
alignItems: "center"
|
|
3745
3545
|
}
|
|
3746
|
-
},
|
|
3747
|
-
"& .M4LSideBar-navSubItemContentBullet": {
|
|
3748
|
-
width: "4px",
|
|
3749
|
-
height: "4px",
|
|
3750
|
-
borderRadius: "100%",
|
|
3751
|
-
backgroundColor: o.palette.text.secondary,
|
|
3752
|
-
margin: "6px"
|
|
3753
3546
|
}
|
|
3754
|
-
},
|
|
3755
|
-
"& .MuiPaper-root": {
|
|
3756
|
-
borderRadius: "4px",
|
|
3757
|
-
backgroundColor: o.palette.state.active12,
|
|
3758
|
-
padding: "8px"
|
|
3759
3547
|
}
|
|
3548
|
+
},
|
|
3549
|
+
"& .M4LSideBar-contentMobile": {
|
|
3550
|
+
width: "100%",
|
|
3551
|
+
display: "flex",
|
|
3552
|
+
flexDirection: "column",
|
|
3553
|
+
paddingLeft: "14px"
|
|
3554
|
+
},
|
|
3555
|
+
"& .M4LSideBar-contentDesktop": {
|
|
3556
|
+
display: "flex"
|
|
3760
3557
|
}
|
|
3761
3558
|
}
|
|
3762
3559
|
}
|
|
3763
3560
|
}
|
|
3561
|
+
}), nt = (o) => ({
|
|
3562
|
+
M4LAreasAdmin: {
|
|
3563
|
+
styleOverrides: {
|
|
3564
|
+
"&.M4LAreasAdmin-root": {
|
|
3565
|
+
width: "100%",
|
|
3566
|
+
"& .M4LAreasAdmin-areaContainerChips": {
|
|
3567
|
+
display: "flex",
|
|
3568
|
+
overflow: "auto",
|
|
3569
|
+
width: "100%",
|
|
3570
|
+
"& .M4LAreasAdmin-areaChipRoot": {
|
|
3571
|
+
"& .M4LAreasAdmin-areaChipTitle": {
|
|
3572
|
+
textWrap: "nowrap"
|
|
3573
|
+
}
|
|
3574
|
+
}
|
|
3575
|
+
}
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3578
|
+
}
|
|
3579
|
+
}), pt = (o) => ({
|
|
3580
|
+
M4LAreasViewer: {
|
|
3581
|
+
styleOverrides: {
|
|
3582
|
+
"&.M4LAreasViewer-root": {
|
|
3583
|
+
test: "root"
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
}
|
|
3764
3587
|
});
|
|
3765
|
-
function
|
|
3588
|
+
function xt(o) {
|
|
3766
3589
|
return Object.assign(
|
|
3767
|
-
ro(o),
|
|
3768
|
-
io(o),
|
|
3769
3590
|
ao(o),
|
|
3770
3591
|
no(o),
|
|
3592
|
+
io(o),
|
|
3771
3593
|
po(o),
|
|
3772
|
-
go(o),
|
|
3773
|
-
xo(),
|
|
3774
|
-
bo(o),
|
|
3775
|
-
uo(),
|
|
3776
3594
|
lo(o),
|
|
3595
|
+
xo(o),
|
|
3596
|
+
bo(),
|
|
3597
|
+
Mo(o),
|
|
3598
|
+
co(),
|
|
3777
3599
|
so(o),
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3600
|
+
uo(o),
|
|
3601
|
+
go(o),
|
|
3602
|
+
Lo(o),
|
|
3781
3603
|
eo(o),
|
|
3604
|
+
ro(o),
|
|
3782
3605
|
fo(o),
|
|
3783
|
-
|
|
3606
|
+
to(o),
|
|
3607
|
+
vo(o),
|
|
3784
3608
|
yo(o),
|
|
3785
|
-
|
|
3786
|
-
Co(o),
|
|
3787
|
-
Lo(o),
|
|
3609
|
+
ho(o),
|
|
3788
3610
|
ko(o),
|
|
3611
|
+
Co(),
|
|
3789
3612
|
Bo(),
|
|
3790
|
-
|
|
3791
|
-
|
|
3613
|
+
Oo(o),
|
|
3614
|
+
Fo(o),
|
|
3792
3615
|
Io(o),
|
|
3616
|
+
Ro(o),
|
|
3793
3617
|
wo(o),
|
|
3794
3618
|
So(o),
|
|
3795
|
-
|
|
3796
|
-
Oo(o),
|
|
3619
|
+
Ao(o),
|
|
3797
3620
|
To(o),
|
|
3798
3621
|
$o(o),
|
|
3799
3622
|
mo(o),
|
|
3800
|
-
Ao(o),
|
|
3801
|
-
zo(),
|
|
3802
3623
|
Do(o),
|
|
3803
|
-
|
|
3624
|
+
zo(),
|
|
3804
3625
|
Ho(o),
|
|
3805
3626
|
Eo(o),
|
|
3806
|
-
|
|
3627
|
+
Go(o),
|
|
3628
|
+
Wo(o),
|
|
3629
|
+
rt(o),
|
|
3807
3630
|
Po(),
|
|
3808
|
-
|
|
3631
|
+
qo(o),
|
|
3809
3632
|
No(o),
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3633
|
+
_o(),
|
|
3634
|
+
tt(o),
|
|
3635
|
+
et(),
|
|
3813
3636
|
jo(o),
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
Ko(o),
|
|
3637
|
+
Vo(o),
|
|
3638
|
+
Yo(),
|
|
3639
|
+
Uo(o),
|
|
3640
|
+
at(o),
|
|
3641
|
+
Ko(),
|
|
3820
3642
|
Jo(o),
|
|
3821
3643
|
Qo(o),
|
|
3822
3644
|
Xo(o),
|
|
3823
3645
|
Zo(o),
|
|
3824
|
-
|
|
3646
|
+
ot(o),
|
|
3647
|
+
it(o),
|
|
3648
|
+
nt(),
|
|
3649
|
+
pt()
|
|
3825
3650
|
);
|
|
3826
3651
|
}
|
|
3827
|
-
const
|
|
3652
|
+
const bt = {
|
|
3828
3653
|
values: {
|
|
3829
3654
|
xs: 0,
|
|
3830
3655
|
sm: 600,
|
|
@@ -3832,30 +3657,30 @@ const gt = {
|
|
|
3832
3657
|
lg: 1200,
|
|
3833
3658
|
xl: 1400
|
|
3834
3659
|
}
|
|
3835
|
-
},
|
|
3660
|
+
}, Mt = {
|
|
3836
3661
|
mobile: 16,
|
|
3837
|
-
desktop:
|
|
3662
|
+
desktop: 16
|
|
3838
3663
|
};
|
|
3839
3664
|
export {
|
|
3840
3665
|
t as PATRONUSCOLORS,
|
|
3841
3666
|
j as blaze,
|
|
3842
3667
|
N as candy,
|
|
3843
3668
|
g as colorPresets,
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3669
|
+
Z as createCustomShadows,
|
|
3670
|
+
F as defaultPreset,
|
|
3671
|
+
gt as defaultThemeOptions,
|
|
3672
|
+
xt as fnComponentsOverrides,
|
|
3673
|
+
b as getColorPresets,
|
|
3674
|
+
V as getColorState,
|
|
3675
|
+
ct as getFontValue,
|
|
3676
|
+
Mt as globalRemSize,
|
|
3677
|
+
_ as grass,
|
|
3678
|
+
bt as muiBreakpointsValues,
|
|
3854
3679
|
s as palette,
|
|
3855
3680
|
d as pxToRem,
|
|
3856
|
-
|
|
3681
|
+
Y as remToPx,
|
|
3857
3682
|
p as responsiveFontSizes,
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3683
|
+
oo as shadows,
|
|
3684
|
+
q as turqui,
|
|
3685
|
+
J as typography
|
|
3861
3686
|
};
|