@m4l/styles 0.0.30 → 0.0.32

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.
Files changed (69) hide show
  1. package/index.js +37 -37
  2. package/package.json +1 -1
  3. package/theme/defaultThemeOptions.b25c825e.js +27 -0
  4. package/theme/index.34d0fdea.js +1 -0
  5. package/theme/index.d.ts +1 -0
  6. package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +22 -15
  7. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +106 -76
  8. package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +58 -3
  9. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +6834 -13145
  10. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +171 -977
  11. package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +0 -2
  12. package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +5 -0
  13. package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +56 -57
  14. package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +13 -12
  15. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +41 -30
  16. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +78 -85
  17. package/theme/overrides/M4LExtendedComponents/M4LFormatter.d.ts +19 -0
  18. package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +2 -2
  19. package/theme/overrides/M4LExtendedComponents/{M4LToolkitPage.d.ts → M4LMFLoader.d.ts} +6 -7
  20. package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +13 -2
  21. package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +17 -0
  22. package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +4 -48
  23. package/theme/overrides/M4LExtendedComponents/M4LModuleLayout.d.ts +1 -0
  24. package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +0 -2
  25. package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +1 -2
  26. package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +43 -33
  27. package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +12 -0
  28. package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1000 -0
  29. package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +140 -2
  30. package/theme/overrides/M4LExtendedComponents/M4LRHFormProvider.d.ts +1 -0
  31. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +91 -48
  32. package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +3 -0
  33. package/theme/overrides/M4LExtendedComponents/M4LTabContent.d.ts +1 -0
  34. package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +16 -0
  35. package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +29 -0
  36. package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +0 -4
  37. package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +24 -20
  38. package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +881 -0
  39. package/theme/overrides/M4LExtendedComponents/{index.e875a5e1.js → index.15f2650a.js} +1539 -1080
  40. package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +102 -4
  41. package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +107 -0
  42. package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +20 -1
  43. package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +5 -0
  44. package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +2 -1
  45. package/theme/overrides/M4LRHFComponents/{index.d3125fd8.js → index.e6262889.js} +270 -38
  46. package/theme/overrides/MUIComponents/Accordion.d.ts +34 -17
  47. package/theme/overrides/MUIComponents/ControlLabel.d.ts +34 -17
  48. package/theme/overrides/MUIComponents/Input.d.ts +68 -34
  49. package/theme/overrides/MUIComponents/LoadingButton.d.ts +34 -17
  50. package/theme/overrides/MUIComponents/Table.d.ts +136 -68
  51. package/theme/overrides/MUIComponents/{index.f50cd1c7.js → index.1b2b2be2.js} +59 -138
  52. package/theme/overrides/index.158187f3.js +105 -0
  53. package/theme/{palette.104051a7.js → palette.31d770bc.js} +90 -47
  54. package/theme/palette.d.ts +18 -8
  55. package/theme/{shadows.b036a684.js → shadows.9800d84c.js} +24 -24
  56. package/theme/typography.b14a8e35.js +122 -0
  57. package/theme/typography.d.ts +20 -13
  58. package/types/augmentations.d.ts +1 -1
  59. package/utils/{getColorPresets.2693301f.js → getColorPresets.9fec9cc2.js} +1 -1
  60. package/utils/getColorState.4350ccb4.js +239 -0
  61. package/utils/getColorState.d.ts +5 -0
  62. package/theme/defaultThemeOptions.a8de2e18.js +0 -30
  63. package/theme/index.b0919dac.js +0 -7
  64. package/theme/overrides/M4LExtendedComponents/M4LToolkitDivider.d.ts +0 -18
  65. package/theme/overrides/M4LExtendedComponents/M4LToolkitSection.d.ts +0 -24
  66. package/theme/overrides/MUIComponents/Tabs.d.ts +0 -886
  67. package/theme/overrides/index.cbe0dea7.js +0 -103
  68. package/theme/typography.7591a12b.js +0 -124
  69. package/utils/getColorState.32c050bf.js +0 -208
@@ -1,6 +1,7 @@
1
1
  import { alpha as r } from "@mui/material/styles";
2
2
  import { alpha as t } from "@mui/system";
3
- const i = (o) => ({
3
+ import { P as e } from "../../palette.31d770bc.js";
4
+ const p = (o) => ({
4
5
  M4LDynamicFilter: {
5
6
  styleOverrides: {
6
7
  "&.M4LDynamicFilter-root": {
@@ -8,7 +9,7 @@ const i = (o) => ({
8
9
  background: o.palette.background.default,
9
10
  padding: "0px",
10
11
  border: "1px solid",
11
- borderColor: "transparent",
12
+ borderColor: o.palette.state.borderPrimary,
12
13
  minHeight: "36px",
13
14
  height: "36px",
14
15
  [o.breakpoints.down("sm")]: {
@@ -39,7 +40,6 @@ const i = (o) => ({
39
40
  width: "100%",
40
41
  [o.breakpoints.down("sm")]: {
41
42
  height: "44px",
42
- background: o.palette.background.neutral,
43
43
  display: "flex",
44
44
  flexDirection: "row",
45
45
  alignItems: "center",
@@ -49,6 +49,9 @@ const i = (o) => ({
49
49
  width: "100%",
50
50
  alignItems: "center",
51
51
  maxWidth: "100%",
52
+ color: o.palette.text.secondary,
53
+ border: "1px solid",
54
+ borderColor: "transparent",
52
55
  [o.breakpoints.down("sm")]: {
53
56
  height: "100%",
54
57
  padding: "8px"
@@ -61,13 +64,14 @@ const i = (o) => ({
61
64
  "& .M4LDynamicFilter-containerClearFilter": {
62
65
  display: "flex",
63
66
  flexDirection: "row",
64
- gap: "4px",
65
- backgroundColor: o.palette.background.neutral,
67
+ gap: "8px",
66
68
  padding: "4px",
67
69
  height: "100%",
68
70
  alignItems: "center",
69
71
  borderTopRightRadius: "4px",
70
72
  borderBottomRightRadius: "4px",
73
+ borderLeft: "1px solid",
74
+ borderColor: o.palette.state.borderPrimary,
71
75
  "& .M4LIconButton-root .M4LDynamicFilter-filterButton": {
72
76
  background: o.palette.state.focus
73
77
  }
@@ -77,38 +81,38 @@ const i = (o) => ({
77
81
  flexDirection: "row",
78
82
  gap: "8px",
79
83
  padding: "4px 6px 4px 4px",
80
- backgroundColor: o.palette.background.neutral,
81
84
  height: "100%",
82
85
  maxWidth: "135px",
83
86
  width: "100%",
84
87
  alignItems: "center",
85
88
  borderTopLeftRadius: "4px",
86
89
  borderBottomLeftRadius: "4px",
90
+ borderRight: "1px solid",
91
+ borderColor: o.palette.state.borderPrimary,
87
92
  "& > input": {
88
- background: "none",
93
+ background: o.palette.background.default,
89
94
  ...o.typography.body,
90
- color: o.palette.text.primary,
91
- padding: "0px 4px",
95
+ color: o.palette.text.secondary,
96
+ border: "1px solid",
97
+ borderColor: "transparent",
98
+ padding: "4px 8px",
92
99
  width: "100%",
93
100
  height: "100%",
94
- borderRadius: "2px",
95
- border: "unset",
96
101
  "&::placeholder": {
97
102
  color: o.palette.text.secondary
103
+ },
104
+ "&:focus-visible": {
105
+ color: o.palette.text.secondary,
106
+ border: "1px solid",
107
+ borderColor: o.palette.state.active12,
108
+ background: o.palette.state.active12,
109
+ BorderRadius: "2px",
110
+ outline: "none!important"
111
+ },
112
+ "&:hover": {
113
+ borderColor: o.palette.state.toneOp,
114
+ background: o.palette.state.overdefoult
98
115
  }
99
- },
100
- "& input:focus-visible": {
101
- border: "1px solid",
102
- borderColor: o.palette.state.active12,
103
- background: o.palette.state.active12,
104
- BorderRadius: "2px",
105
- outline: "none",
106
- padding: "0px 4px"
107
- },
108
- "& input:hover": {
109
- border: "1px solid",
110
- borderColor: o.palette.state.toneOp,
111
- background: o.palette.state.overdefoult
112
116
  }
113
117
  },
114
118
  "& .M4LDynamicFilter-wrapperApplyedFilters": {
@@ -130,6 +134,7 @@ const i = (o) => ({
130
134
  }
131
135
  },
132
136
  "& .M4LDynamicFilter-applyedFilter": {
137
+ border: "none",
133
138
  height: "24px",
134
139
  display: "flex",
135
140
  alignItems: "center",
@@ -137,8 +142,6 @@ const i = (o) => ({
137
142
  background: o.palette.state.default,
138
143
  color: o.palette.text.secondary,
139
144
  ...o.typography.body,
140
- border: "1px solid",
141
- borderColor: o.palette.state.default,
142
145
  [o.breakpoints.down("sm")]: {
143
146
  height: "fit-content"
144
147
  },
@@ -197,8 +200,8 @@ const i = (o) => ({
197
200
  },
198
201
  "& .M4LRHFormProvider-root": {
199
202
  gap: "0px",
200
- widht: "max-content",
201
- minWidht: "220px",
203
+ width: "max-content",
204
+ minWidth: "220px",
202
205
  height: "fit-content",
203
206
  "& .M4LDynamicFilter-popoverFilterHeader": {
204
207
  background: o.palette.background.neutral,
@@ -245,7 +248,7 @@ const i = (o) => ({
245
248
  }
246
249
  }
247
250
  }
248
- }), n = (o) => ({
251
+ }), d = (o) => ({
249
252
  M4LIcon: {
250
253
  styleOverrides: {
251
254
  ["&.M4LIcon-root"]: {
@@ -258,10 +261,10 @@ const i = (o) => ({
258
261
  backgroundColor: o.palette.text.primary
259
262
  },
260
263
  ".M4LIcon-sizeExtraSmall": {
261
- width: "12px",
262
- height: "12px",
263
- minWidth: "12px",
264
- minHeight: "12px"
264
+ width: "14px",
265
+ height: "14px",
266
+ minWidth: "14px",
267
+ minHeight: "14px"
265
268
  },
266
269
  ".M4LIcon-sizeSmall": {
267
270
  width: "16px",
@@ -294,7 +297,7 @@ const i = (o) => ({
294
297
  }
295
298
  }
296
299
  }
297
- }), p = (o) => ({
300
+ }), l = (o) => ({
298
301
  M4LIconButton: {
299
302
  styleOverrides: {
300
303
  ["&.M4LIconButton-root"]: {
@@ -306,21 +309,21 @@ const i = (o) => ({
306
309
  transition: "all .3s ease",
307
310
  "& .M4LIcon-root .M4LIcon-icon": {
308
311
  transition: "all .3s ease",
309
- backgroundColor: o.palette.text.secondary
312
+ backgroundColor: o.palette.text.primary
310
313
  },
311
314
  "&::before": {
312
315
  boxSizing: "content-box",
313
316
  border: "1px solid",
314
317
  borderColor: o.palette.state?.focus,
315
- borderRadius: "3px",
318
+ borderRadius: "4px",
316
319
  position: "absolute",
317
320
  transition: "all .3s ease"
318
321
  },
319
322
  ".M4LIconButton-sizeExtraSmall&::before": {
320
- width: "22px",
321
- height: "22px",
322
- minWidth: "22px",
323
- minHeight: "22px"
323
+ width: "24px",
324
+ height: "24px",
325
+ minWidth: "24px",
326
+ minHeight: "24px"
324
327
  },
325
328
  ".M4LIconButton-sizeSmall&::before": {
326
329
  width: "26px",
@@ -335,10 +338,10 @@ const i = (o) => ({
335
338
  minHeight: "38px"
336
339
  },
337
340
  "&.M4LIconButton-sizeExtraSmall": {
338
- width: "20px",
339
- height: "20px",
340
- minWidth: "20px",
341
- minHeight: "20px"
341
+ width: "22px",
342
+ height: "22px",
343
+ minWidth: "22px",
344
+ minHeight: "22px"
342
345
  },
343
346
  "&.M4LIconButton-sizeSmall": {
344
347
  width: "24px",
@@ -362,14 +365,14 @@ const i = (o) => ({
362
365
  "&:hover": {
363
366
  backgroundColor: o.palette.state?.hover,
364
367
  "& .M4LIcon-icon": {
365
- backgroundColor: "#fff"
368
+ backgroundColor: o.palette.patronus?.marbleLight[10]
366
369
  }
367
370
  },
368
371
  "&:active": {
369
372
  backgroundColor: o.palette.state?.active,
370
373
  transition: "background-color .5s ease",
371
374
  "& .M4LIcon-icon": {
372
- backgroundColor: "#fff"
375
+ backgroundColor: o.palette.patronus?.marbleLight[10]
373
376
  }
374
377
  },
375
378
  "&.M4LIconButton-isFocus": {
@@ -383,9 +386,9 @@ const i = (o) => ({
383
386
  }
384
387
  },
385
388
  "&.M4LIconButton-variantSecondary:not(&.M4LIconButton-isDisabled)": {
386
- borderColor: o.palette.text.secondary,
389
+ borderColor: o.palette.state.borderDens,
387
390
  "& .M4LIcon-icon": {
388
- backgroundColor: o.palette.text.secondary
391
+ backgroundColor: o.palette.text.primary
389
392
  },
390
393
  "&:hover": {
391
394
  border: "1px solid",
@@ -445,13 +448,13 @@ const i = (o) => ({
445
448
  }
446
449
  }
447
450
  }
448
- }), d = (o) => ({
451
+ }), s = (o) => ({
449
452
  M4LanguagePopover: {
450
453
  styleOverrides: {
451
454
  ["&.M4LanguagePopover-root"]: {}
452
455
  }
453
456
  }
454
- }), l = (o) => ({
457
+ }), c = (o) => ({
455
458
  M4LImageButton: {
456
459
  styleOverrides: {
457
460
  ["&.M4LImageButton-root"]: {
@@ -493,7 +496,7 @@ const i = (o) => ({
493
496
  }
494
497
  }
495
498
  }
496
- }), s = (o) => ({
499
+ }), u = (o) => ({
497
500
  M4LImage: {
498
501
  styleOverrides: {
499
502
  ["&.M4LImage-root"]: {
@@ -530,7 +533,7 @@ const i = (o) => ({
530
533
  }
531
534
  }
532
535
  }
533
- }), c = (o) => ({
536
+ }), g = (o) => ({
534
537
  M4LPopover: {
535
538
  styleOverrides: {
536
539
  "&.M4LPopover-root": {
@@ -541,20 +544,32 @@ const i = (o) => ({
541
544
  ".MuiPaper-root": {
542
545
  background: o.palette.background.default,
543
546
  borderRadius: "6px",
544
- padding: "8px",
547
+ padding: "12px",
545
548
  boxShadow: o.customShadows.z3,
546
549
  width: "auto",
547
550
  zIndex: "10000"
548
551
  },
549
552
  "& .M4LanguagePopover-containerItems": {
553
+ "& :nth-of-type(-n + 1)": {
554
+ gap: "8px"
555
+ },
550
556
  "& .M4LanguagePopover-labelItem": {
551
557
  ...o.typography.body,
552
558
  color: o.palette.text.secondary,
553
- borderRadius: "4px"
559
+ borderRadius: "4px",
560
+ margin: "0",
561
+ paddingLeft: "4px"
562
+ },
563
+ "& .MuiButtonBase-root": {
564
+ margin: "0",
565
+ borderRadius: "4px",
566
+ padding: "4px",
567
+ gap: "4px"
554
568
  },
555
569
  "& .MuiButtonBase-root:hover": {
556
570
  backgroundColor: o.palette.state?.active12,
557
- borderRadius: "4px"
571
+ borderRadius: "4px",
572
+ padding: "4px"
558
573
  },
559
574
  "& .MuiButtonBase-root.Mui-selected": {
560
575
  backgroundColor: o.palette.state?.active12,
@@ -566,7 +581,7 @@ const i = (o) => ({
566
581
  }
567
582
  }
568
583
  }
569
- }), u = (o) => ({
584
+ }), x = (o) => ({
570
585
  M4LErrorLabel: {
571
586
  styleOverrides: {
572
587
  ["&.M4LHelperText-root"]: {
@@ -585,7 +600,7 @@ const i = (o) => ({
585
600
  }
586
601
  }
587
602
  }
588
- }), g = (o) => ({
603
+ }), b = (o) => ({
589
604
  M4LTypography: {
590
605
  styleOverrides: {
591
606
  ["&.M4LTypography-root"]: {
@@ -597,19 +612,11 @@ const i = (o) => ({
597
612
  }
598
613
  }
599
614
  }
600
- }), x = (o) => ({
615
+ }), y = (o) => ({
601
616
  M4LButton: {
602
617
  styleOverrides: {
603
618
  "&.M4LButton-root": {
604
- "&.M4LButton-colorError .MuiButtonBase-root": {
605
- backgroundColor: `${o.palette.state.error.normal}!important`
606
- },
607
- "&.M4LButton-colorWarning .MuiButtonBase-root": {
608
- backgroundColor: `${o.palette.state.warning.normal}!important`
609
- },
610
- "&.M4LButton-colorSuccess .MuiButtonBase-root": {
611
- backgroundColor: `${o.palette.state.success.normal}!important`
612
- },
619
+ transition: "all 0.2s",
613
620
  width: "fit-content",
614
621
  display: "flex",
615
622
  justifyContent: "center",
@@ -626,6 +633,11 @@ const i = (o) => ({
626
633
  borderRadius: "4px",
627
634
  border: "1px solid transparent",
628
635
  ...o.typography.action,
636
+ backgroundColor: "#fff0",
637
+ "&:hover, &:focus": {
638
+ backgroundColor: "transparent",
639
+ transition: "all 0.2s"
640
+ },
629
641
  "& .M4LIcon-icon": {
630
642
  transition: "all .5s ease"
631
643
  },
@@ -650,37 +662,38 @@ const i = (o) => ({
650
662
  }
651
663
  },
652
664
  "&.M4LButton-variantContained": {
653
- "& .MuiButtonBase-root": {
665
+ color: o.palette.text.disabled,
666
+ backgroundColor: o.palette.state.default,
667
+ border: "1px solid",
668
+ borderColor: o.palette.state.borderDisable,
669
+ "& .M4LIcon-icon": {
670
+ backgroundColor: o.palette.text.disabled
671
+ },
672
+ "&:hover": {
673
+ backgroundColor: o.palette.state?.default,
654
674
  color: o.palette.text.disabled,
655
675
  "& .M4LIcon-icon": {
656
- backgroundColor: o.palette.text.disabled
657
- },
658
- "&:hover": {
659
- backgroundColor: o.palette.state?.default,
660
- color: o.palette.text.disabled,
661
- "& .M4LIcon-icon": {
662
- backgroundColor: o.palette.text.disabled,
663
- color: o.palette.text.disabled
664
- }
665
- },
666
- "&:active": {
667
- backgroundColor: o.palette.state?.active,
668
- color: o.palette.text.primary,
669
- "& .M4LIcon-icon": {
670
- backgroundColor: o.palette.text.disabled,
671
- color: o.palette.text.disabled
672
- }
676
+ backgroundColor: o.palette.text.disabled,
677
+ color: o.palette.text.disabled
678
+ }
679
+ },
680
+ "&:active": {
681
+ backgroundColor: o.palette.state?.active,
682
+ color: o.palette.text.primary,
683
+ "& .M4LIcon-icon": {
684
+ backgroundColor: o.palette.text.disabled,
685
+ color: o.palette.text.disabled
686
+ }
687
+ },
688
+ "&.Mui-focusVisible": {
689
+ backgroundColor: o.palette.state?.default,
690
+ color: o.palette.text.disabled,
691
+ "& .M4LIcon-icon": {
692
+ backgroundColor: o.palette.text.disabled,
693
+ color: o.palette.text.disabled
673
694
  },
674
- "&.Mui-focusVisible": {
675
- backgroundColor: o.palette.state?.default,
676
- color: o.palette.text.disabled,
677
- "& .M4LIcon-icon": {
678
- backgroundColor: o.palette.text.disabled,
679
- color: o.palette.text.disabled
680
- },
681
- "&::before": {
682
- content: "none"
683
- }
695
+ "&::before": {
696
+ content: "none"
684
697
  }
685
698
  }
686
699
  }
@@ -688,58 +701,56 @@ const i = (o) => ({
688
701
  "&.M4LButton-sizeSmall": {
689
702
  "& .MuiButtonBase-root": {
690
703
  padding: "4px 12px",
691
- height: "28px",
692
- minHeight: "28px"
704
+ height: "24px",
705
+ minHeight: "24px"
693
706
  },
694
707
  "&.M4LButton-skeleton": {
695
- height: "28px"
708
+ height: "24px"
696
709
  }
697
710
  },
698
711
  "&.M4LButton-sizeMedium": {
699
712
  "& .MuiButtonBase-root": {
700
- padding: "8px 16px",
701
- height: "38px",
702
- minHeight: "38px"
713
+ padding: "8px 12px",
714
+ height: "36px",
715
+ minHeight: "36px"
703
716
  },
704
717
  "&.M4LButton-skeleton": {
705
- height: "38px"
718
+ height: "36px"
706
719
  }
707
720
  },
708
721
  "&.M4LButton-variantContained": {
709
- "& .MuiButtonBase-root": {
722
+ backgroundColor: o.palette.state?.active,
723
+ color: o.palette.patronus?.marbleLight[10],
724
+ boxShadow: o.customShadows?.z1,
725
+ position: "relative",
726
+ "& .M4LIcon-icon": {
727
+ backgroundColor: o.palette.patronus?.marbleLight[10]
728
+ },
729
+ "&:hover": {
730
+ backgroundColor: o.palette.state?.hover,
731
+ color: o.palette.patronus?.marbleLight[10],
732
+ "& .M4LIcon-icon": {
733
+ backgroundColor: o.palette.patronus?.marbleLight[10]
734
+ }
735
+ },
736
+ "&.Mui-focusVisible": {
710
737
  backgroundColor: o.palette.state?.active,
711
738
  color: o.palette.patronus?.marbleLight[10],
712
- boxShadow: o.customShadows?.z1,
713
- position: "relative",
714
739
  "& .M4LIcon-icon": {
715
740
  backgroundColor: o.palette.patronus?.marbleLight[10]
716
741
  },
717
- "&:hover": {
718
- backgroundColor: o.palette.state?.hover,
719
- color: o.palette.patronus?.marbleLight[10],
720
- "& .M4LIcon-icon": {
721
- backgroundColor: o.palette.patronus?.marbleLight[10]
722
- }
723
- },
724
- "&.Mui-focusVisible": {
725
- backgroundColor: o.palette.state?.active,
726
- color: o.palette.patronus?.marbleLight[10],
727
- "& .M4LIcon-icon": {
728
- backgroundColor: o.palette.patronus?.marbleLight[10]
729
- },
730
- "&::before": {
731
- content: "''"
732
- }
742
+ "&::before": {
743
+ content: "''"
733
744
  }
734
745
  }
735
746
  },
736
747
  "&.M4LButton-variantOutlined": {
737
748
  "& .MuiButtonBase-root": {
738
749
  border: "1px solid",
739
- borderColor: o.palette.state.borderDefault,
750
+ borderColor: o.palette.state.borderDens,
740
751
  color: o.palette.text.primary,
741
752
  "& .M4LIcon-icon": {
742
- backgroundColor: o.palette.text.secondary
753
+ backgroundColor: o.palette.text.primary
743
754
  },
744
755
  "&:hover": {
745
756
  borderColor: o.palette.state?.hover,
@@ -772,9 +783,9 @@ const i = (o) => ({
772
783
  },
773
784
  "&.M4LButton-variantText": {
774
785
  "& .MuiButtonBase-root": {
775
- color: o.palette.text.secondary,
786
+ color: o.palette.text.primary,
776
787
  "& .M4LIcon-icon": {
777
- backgroundColor: o.palette.text.secondary
788
+ backgroundColor: o.palette.text.primary
778
789
  },
779
790
  "&:hover": {
780
791
  backgroundColor: o.palette.state?.active12,
@@ -802,294 +813,90 @@ const i = (o) => ({
802
813
  }
803
814
  }
804
815
  },
805
- "& .M4LButton-colorWarning": {
806
- backgroundColor: o.palette.state?.warning,
807
- color: o.palette.patronus?.marbleLight[10],
808
- boxShadow: o.customShadows?.warning
816
+ "&.M4LButton-colorError": {
817
+ backgroundColor: `${o.palette.state.error.normal}`,
818
+ "&:hover": {
819
+ backgroundColor: `${o.palette.state.error.hover}`
820
+ }
809
821
  },
810
- "& .M4LButton-colorError": {
811
- backgroundColor: o.palette.state?.error,
812
- color: o.palette.patronus?.marbleLight[10],
813
- boxShadow: o.customShadows?.error
822
+ "&.M4LButton-colorWarning": {
823
+ backgroundColor: `${o.palette.state.warning.normal}`,
824
+ "&:hover": {
825
+ backgroundColor: `${o.palette.state.warning.hover}`
826
+ }
814
827
  },
815
- "& .M4LButton-colorSuccess": {
816
- backgroundColor: o.palette.state?.success,
817
- color: o.palette.patronus?.marbleLight[10],
818
- boxShadow: o.customShadows?.success
828
+ "&.M4LButton-colorSuccess": {
829
+ backgroundColor: `${o.palette.state.success.normal}`,
830
+ "&:hover": {
831
+ backgroundColor: `${o.palette.state.success.hover}`
832
+ }
819
833
  }
820
834
  }
821
835
  }
822
836
  }
823
- }), b = (o) => ({
824
- M4LoadingButton: {
837
+ }), M = (o) => ({
838
+ M4LNavLink: {
825
839
  styleOverrides: {
826
- "&.M4LoadingButton-root": {
827
- width: "auto",
828
- display: "flex",
829
- justifyContent: "center",
830
- "& .MuiLoadingButton-loading": {
831
- "& .MuiTypography-root": {
832
- color: "transparent"
833
- }
834
- },
835
- "& .MuiCircularProgress-root": {
836
- color: "#fff!important"
837
- },
838
- "& .MuiTypography-root": {
839
- color: "#fff",
840
- transition: "all .5s ease"
840
+ ["&.M4LNavLink-root"]: {
841
+ "& .M4LTypography-root": {
842
+ color: o.palette.state.active
841
843
  },
842
- "& .M4LoadingButton-skeleton ": {
843
- height: "100%!important",
844
- borderRadius: "4px"
844
+ "&: hover": {
845
+ "& .M4LTypography-root": {
846
+ color: o.palette.state?.hover,
847
+ textDecoration: "underline",
848
+ textDecorationColor: o.palette.state?.hover
849
+ }
845
850
  },
846
- "& .MuiButtonBase-root": {
847
- display: "flex",
848
- textTransform: "none",
849
- gap: "8px",
850
- transition: "all .5s ease",
851
- borderRadius: "4px",
852
- border: "1px solid transparent",
853
- ...o.typography.action,
851
+ "& > a": {
852
+ textDecoration: "none"
853
+ }
854
+ }
855
+ }
856
+ }
857
+ }), L = (o) => ({
858
+ M4LSideBar: {
859
+ styleOverrides: {
860
+ "&.M4LSideBar-root": {
861
+ height: "100%",
862
+ width: "auto",
863
+ background: o.palette.background.neutral,
864
+ paddingTop: "24px",
865
+ borderRight: "1.5px solid",
866
+ borderColor: o.palette.state.borderPrimary,
867
+ "& .M4LSideBar-subItemActive": {
854
868
  "& .M4LIcon-icon": {
855
- transition: "all .5s ease"
856
- },
857
- "& .MuiButton-startIcon, & .MuiButton-endIcon": {
858
- margin: "0px"
859
- },
860
- "&::before": {
861
- inset: "0",
862
- border: "1px solid",
863
- borderColor: o.palette.state?.focus,
864
- borderRadius: "4px",
865
- transform: "scale(1.07, 1.36)",
866
- position: "absolute",
867
- boxSizing: "border-box"
869
+ backgroundColor: `${o.palette.state.focus}!important`
868
870
  }
869
871
  },
870
- "&.M4LoadingButton-isDisabled": {
871
- "& .MuiButtonBase-root": {
872
- color: `${o.palette.text.disabled}!important`,
873
- "& .M4LIcon-icon": {
874
- backgroundColor: `${o.palette.text.disabled}!important`
875
- }
876
- },
877
- "&.M4LoadingButton-variantContained": {
878
- "& .MuiButtonBase-root": {
879
- color: o.palette.text.disabled,
880
- "& .M4LIcon-icon": {
881
- backgroundColor: o.palette.text.disabled
872
+ "&.M4LSideBar-collapsed": {
873
+ "& .M4LSideBar-wrapperSideBar": {
874
+ width: "50px",
875
+ "& .M4LSideBar-contentDesktop": {
876
+ "& .M4LSideBar-contentGroups": {
877
+ "& .M4LSideBar-itemListMainRoot": {
878
+ "& .M4LSideBar-navItemMainRoot": {
879
+ display: "flex",
880
+ justifyContent: "center",
881
+ width: "100%",
882
+ "& .M4LSideBar-navItemRootContent": {
883
+ padding: "0",
884
+ "& .M4LSideBar-navItemRootContentIconTypo": {
885
+ width: "24px",
886
+ minHeight: "24px",
887
+ height: "24px",
888
+ minWidth: "24px",
889
+ margin: "4px 0 4px 8px",
890
+ "& .M4LIcon-root": {}
891
+ }
892
+ }
893
+ }
894
+ }
882
895
  },
883
- "&:hover": {
884
- backgroundColor: o.palette.state?.default,
885
- color: o.palette.text.disabled,
886
- "& .M4LIcon-icon": {
887
- backgroundColor: o.palette.text.disabled,
888
- color: o.palette.text.disabled
889
- }
890
- },
891
- "&:active": {
892
- backgroundColor: o.palette.state?.default,
893
- color: o.palette.text.disabled,
894
- "& .M4LIcon-icon": {
895
- backgroundColor: o.palette.text.disabled,
896
- color: o.palette.text.disabled
897
- }
898
- },
899
- "&.Mui-focusVisible": {
900
- backgroundColor: o.palette.state?.default,
901
- color: o.palette.text.disabled,
902
- "& .M4LIcon-icon": {
903
- backgroundColor: o.palette.text.disabled,
904
- color: o.palette.text.disabled
905
- },
906
- "&::before": {
907
- content: "none"
908
- }
909
- }
910
- }
911
- }
912
- },
913
- "&.M4LoadingButton-sizeSmall": {
914
- height: "28px",
915
- "& .MuiButtonBase-root": {
916
- padding: "4px 12px"
917
- },
918
- "&.M4LoadingButton-skeleton": {
919
- height: "28px"
920
- }
921
- },
922
- "&.M4LoadingButton-sizeMedium": {
923
- height: "38px",
924
- "& .MuiButtonBase-root": {
925
- padding: "8px 16px"
926
- },
927
- "&.M4LoadingButton-skeleton": {
928
- height: "38px"
929
- }
930
- },
931
- "&.M4LoadingButton-variantContained": {
932
- "& .MuiButtonBase-root": {
933
- backgroundColor: o.palette.state?.active,
934
- color: o.palette.patronus?.marbleLight[10],
935
- boxShadow: o.customShadows?.primary,
936
- position: "relative",
937
- "& .M4LTypography-root": {
938
- "MuiTypography-root": {
939
- color: "#fff"
940
- }
941
- },
942
- "& .M4LIcon-icon": {
943
- backgroundColor: o.palette.text.secondary
944
- },
945
- "&:hover": {
946
- backgroundColor: o.palette.state?.hover,
947
- "& .M4LIcon-icon": {
948
- backgroundColor: o.palette.patronus?.marbleLight[10]
949
- },
950
- "& .MuiTypography-root": {
951
- color: "#fff"
952
- }
953
- },
954
- "&:active": {
955
- backgroundColor: o.palette.state?.active,
956
- color: o.palette.patronus?.marbleLight[10],
957
- "& .M4LIcon-icon": {
958
- backgroundColor: o.palette.patronus?.marbleLight[10]
959
- }
960
- },
961
- "&.Mui-focusVisible": {
962
- backgroundColor: o.palette.state?.active,
963
- color: o.palette.patronus?.marbleLight[10],
964
- "& .M4LIcon-icon": {
965
- backgroundColor: o.palette.patronus?.marbleLight[10]
966
- },
967
- "&::before": {
968
- content: "''"
969
- }
970
- }
971
- }
972
- },
973
- "&.M4LoadingButton-variantOutlined": {
974
- "& .MuiButtonBase-root": {
975
- border: "1px solid",
976
- borderColor: o.palette.text.secondary,
977
- color: o.palette.text.secondary,
978
- "& .M4LIcon-icon": {
979
- backgroundColor: o.palette.text.secondary
980
- },
981
- "&:hover": {
982
- borderColor: o.palette.state?.hover,
983
- color: o.palette.state?.hover,
984
- backgroundColor: o.palette.state?.active12,
985
- "& .M4LIcon-icon": {
986
- backgroundColor: o.palette.state?.hover
987
- }
988
- },
989
- "&:active": {
990
- borderColor: o.palette.state?.active,
991
- color: o.palette.state?.active,
992
- backgroundColor: "transparent",
993
- "& .M4LIcon-icon": {
994
- backgroundColor: o.palette.state?.active
995
- }
996
- },
997
- "&.Mui-focusVisible": {
998
- borderColor: o.palette.state?.active,
999
- color: o.palette.state?.active,
1000
- backgroundColor: "transparent",
1001
- "& .M4LIcon-icon": {
1002
- backgroundColor: o.palette.state?.active
1003
- },
1004
- "&::before": {
1005
- content: "''"
1006
- }
1007
- }
1008
- }
1009
- },
1010
- "&.M4LoadingButton-variantText": {
1011
- "& .MuiButtonBase-root": {
1012
- color: o.palette.text.secondary,
1013
- "& .M4LIcon-icon": {
1014
- backgroundColor: o.palette.text.secondary
1015
- },
1016
- "&:hover": {
1017
- backgroundColor: o.palette.state?.active12,
1018
- color: o.palette.state?.hover,
1019
- "& .M4LIcon-icon": {
1020
- backgroundColor: o.palette.state?.hover
1021
- }
1022
- },
1023
- "&:active": {
1024
- backgroundColor: "transparent",
1025
- color: o.palette.state?.active,
1026
- "& .M4LIcon-icon": {
1027
- backgroundColor: o.palette.state?.active
1028
- }
1029
- },
1030
- "&.Mui-focusVisible": {
1031
- backgroundColor: "transparent",
1032
- color: o.palette.state?.active,
1033
- "& .M4LIcon-icon": {
1034
- backgroundColor: o.palette.state?.active
1035
- },
1036
- "&:before": {
1037
- content: "''"
1038
- }
1039
- }
1040
- }
1041
- }
1042
- }
1043
- }
1044
- }
1045
- }), M = (o) => ({
1046
- M4LNavLink: {
1047
- styleOverrides: {
1048
- ["&.M4LNavLink-root"]: {
1049
- "& .M4LTypography-root": {
1050
- color: o.palette.primary.main
1051
- },
1052
- "&: hover": {
1053
- "& .M4LTypography-root": {
1054
- color: o.palette.state?.hover,
1055
- textDecoration: "underline",
1056
- textDecorationColor: o.palette.state?.hover
1057
- }
1058
- },
1059
- "& > a": {
1060
- textDecoration: "none"
1061
- }
1062
- }
1063
- }
1064
- }
1065
- }), L = (o) => ({
1066
- M4LSideBar: {
1067
- styleOverrides: {
1068
- "&.M4LSideBar-root": {
1069
- height: "100%",
1070
- width: "auto",
1071
- background: o.palette.background.neutral,
1072
- paddingLeft: "0",
1073
- paddingBottom: "14px",
1074
- "& .M4LSideBar-subItemActive": {
1075
- "& .M4LIcon-icon": {
1076
- backgroundColor: `${o.palette.state.focus}!important`
1077
- }
1078
- },
1079
- "&.M4LSideBar-collapsed": {
1080
- "& .M4LSideBar-wrapperSideBar": {
1081
- width: "50px",
1082
- "& .M4LSideBar-contentDesktop": {
1083
- "& .M4LSideBar-containerSideBarLogo": {
1084
- marginTop: "0px",
1085
- "& .M4LSideBar-containerLogo": {
1086
- gap: "24px",
1087
- paddingLeft: "24px",
1088
- width: "100%",
1089
- "& .M4LImage-root": {
1090
- minWidth: "40px !important",
1091
- minHeight: "40px !important"
1092
- }
896
+ "& .M4LSideBar-collapseButton": {
897
+ padding: "12px",
898
+ "& .M4LSideBar-containerLogoButtonLogo": {
899
+ display: "none"
1093
900
  }
1094
901
  }
1095
902
  }
@@ -1129,10 +936,7 @@ const i = (o) => ({
1129
936
  },
1130
937
  "& .M4LImage-root": {
1131
938
  position: "relative",
1132
- background: o.palette.background.default,
1133
- boxShadow: o.customShadows.z3,
1134
939
  padding: "6px",
1135
- borderRadius: "6px",
1136
940
  minWidth: "50px !important",
1137
941
  minHeight: "50px !important"
1138
942
  }
@@ -1152,7 +956,11 @@ const i = (o) => ({
1152
956
  },
1153
957
  "& .M4LSideBar-wrapperGroup": {
1154
958
  height: "100%",
1155
- paddingLeft: "10px",
959
+ padding: "0 8px",
960
+ "& .M4LScrollBar-root": {
961
+ height: "100%",
962
+ gap: "8px"
963
+ },
1156
964
  "& .M4LSideBar-wrapperGroupTitle": {
1157
965
  height: "60px",
1158
966
  "& .M4LTypography-root": {
@@ -1197,7 +1005,8 @@ const i = (o) => ({
1197
1005
  },
1198
1006
  "& .M4LTypography-root": {
1199
1007
  "& .MuiTypography-root": {
1200
- color: o.palette.state.focus
1008
+ color: o.palette.state.focus,
1009
+ ...o.typography.paragraphDens
1201
1010
  }
1202
1011
  },
1203
1012
  "& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
@@ -1213,10 +1022,11 @@ const i = (o) => ({
1213
1022
  },
1214
1023
  "&::before": {
1215
1024
  content: '""',
1216
- width: "4px",
1025
+ width: "2px",
1026
+ height: "100%",
1217
1027
  top: "0px",
1218
1028
  bottom: "0px",
1219
- right: "0px",
1029
+ left: "0px",
1220
1030
  backgroundColor: o.palette.state.focus,
1221
1031
  borderRadius: "4px 0px 0px 4px",
1222
1032
  position: "absolute"
@@ -1225,7 +1035,7 @@ const i = (o) => ({
1225
1035
  },
1226
1036
  "& .M4LSideBar-navItemRootContent": {
1227
1037
  display: "flex",
1228
- padding: "8px",
1038
+ padding: "8px 8px 8px 12px",
1229
1039
  justifyContent: "center",
1230
1040
  borderRadius: "4px 0px 0px 4px",
1231
1041
  position: "relative",
@@ -1339,13 +1149,11 @@ const i = (o) => ({
1339
1149
  },
1340
1150
  "& .M4LSideBar-collapseButton": {
1341
1151
  display: "flex",
1342
- paddingTop: "12px",
1152
+ padding: "12px 16px 12px 40px",
1343
1153
  borderTop: "1px solid",
1344
- borderColor: o.palette.state.overdefoult,
1154
+ borderColor: o.palette.state.borderPrimary,
1345
1155
  justifyContent: "flex-end",
1346
- marginRight: "14px",
1347
- marginLeft: "14px",
1348
- gap: "40px",
1156
+ gap: "24px",
1349
1157
  alignItems: "center",
1350
1158
  height: "48px",
1351
1159
  minHeight: "48px",
@@ -1357,11 +1165,18 @@ const i = (o) => ({
1357
1165
  },
1358
1166
  "& .M4LSideBar-containerLogoButtonLogo": {
1359
1167
  width: "120px",
1360
- height: "32px",
1361
- "& .M4LSideBar-containerLogoButtonIcon": {
1362
- display: "flex",
1363
- alignItems: "center"
1364
- }
1168
+ height: "24px",
1169
+ display: "flex",
1170
+ alignItems: "center",
1171
+ background: o.palette.background.default,
1172
+ borderRadius: "4px"
1173
+ },
1174
+ "& .M4LSideBar-containerLogoButtonIcon": {
1175
+ display: "flex",
1176
+ justifyContent: "center",
1177
+ alignItems: "center",
1178
+ width: "40px",
1179
+ height: "24px"
1365
1180
  }
1366
1181
  }
1367
1182
  }
@@ -1522,7 +1337,7 @@ const i = (o) => ({
1522
1337
  borderRadius: "4px 0px 0px 4px",
1523
1338
  justifyContent: "center",
1524
1339
  flexDirection: "column",
1525
- padding: "0px 0px 8px 0px",
1340
+ padding: "0px 0px 4px 0px",
1526
1341
  gap: "4px",
1527
1342
  "& .M4LSideBar-navItemMainRoot": {
1528
1343
  backgroundColor: "transparent",
@@ -1707,18 +1522,18 @@ const i = (o) => ({
1707
1522
  },
1708
1523
  "& .M4LSideBar-containerLogoButtonLogo": {
1709
1524
  width: "120px",
1710
- height: "32px",
1711
- "& .M4LSideBar-containerLogoButtonIcon": {
1712
- display: "flex",
1713
- alignItems: "center"
1714
- }
1525
+ height: "32px"
1526
+ },
1527
+ "& .M4LSideBar-containerLogoButtonIcon": {
1528
+ display: "flex",
1529
+ alignItems: "center"
1715
1530
  }
1716
1531
  }
1717
1532
  }
1718
1533
  }
1719
1534
  }
1720
1535
  }
1721
- }), y = (o) => ({
1536
+ }), f = (o) => ({
1722
1537
  M4LAreasAdmin: {
1723
1538
  styleOverrides: {
1724
1539
  "&.M4LAreasAdmin-root": {
@@ -1754,6 +1569,7 @@ const i = (o) => ({
1754
1569
  justifyContent: "center",
1755
1570
  alignItems: "center",
1756
1571
  gap: "4px",
1572
+ padding: "4px",
1757
1573
  [o.breakpoints.down("sm")]: {
1758
1574
  gap: "0px",
1759
1575
  borderRadius: "4px"
@@ -1792,8 +1608,7 @@ const i = (o) => ({
1792
1608
  flexDirection: "row",
1793
1609
  width: "100%",
1794
1610
  overflow: "auto",
1795
- height: "36px",
1796
- borderRight: "1px solid",
1611
+ height: "32px",
1797
1612
  borderColor: o.palette.state.overdefoult,
1798
1613
  [o.breakpoints.down("sm")]: {
1799
1614
  background: "none",
@@ -1834,11 +1649,16 @@ const i = (o) => ({
1834
1649
  display: "flex",
1835
1650
  flexDirection: "row",
1836
1651
  width: "fit-content",
1652
+ height: "100%",
1837
1653
  justifyContent: "space-between",
1838
1654
  [o.breakpoints.down("sm")]: {
1839
1655
  width: "100%",
1840
1656
  background: "none"
1841
1657
  },
1658
+ "& .simplebar-mask .simplebar-offset ": {
1659
+ display: "flex",
1660
+ alignItems: "center"
1661
+ },
1842
1662
  "& .M4LAreasAdmin-areaContentChips": {
1843
1663
  display: "flex",
1844
1664
  width: "fit-content",
@@ -1852,6 +1672,8 @@ const i = (o) => ({
1852
1672
  },
1853
1673
  "& .M4LAreasAdmin-areaChipMobileRoot": {
1854
1674
  width: "100%",
1675
+ border: "0",
1676
+ background: o.palette.background.default,
1855
1677
  "& .M4LAreasAdmin-areaChipRoot": {
1856
1678
  width: "100%",
1857
1679
  paddingLeft: "8px",
@@ -1860,6 +1682,8 @@ const i = (o) => ({
1860
1682
  whiteSpace: "nowrap",
1861
1683
  overflow: "hidden",
1862
1684
  textOverflow: "ellipsis",
1685
+ gap: "4px",
1686
+ background: o.palette.background.default,
1863
1687
  "& .M4LAreasAdmin-areaChipRoot": {
1864
1688
  width: "100%"
1865
1689
  }
@@ -1871,198 +1695,191 @@ const i = (o) => ({
1871
1695
  maxWidth: "100%",
1872
1696
  [o.breakpoints.down("sm")]: {
1873
1697
  width: "100%"
1874
- },
1875
- "& .simplebar-height-auto-observer-wrapper": {
1876
- width: "fit-content",
1877
- maxWidth: "100%",
1878
- overflow: "auto"
1879
- },
1880
- "& .simplebar-mask": {
1881
- "& .simplebar-offset": {
1882
- "& .simplebar-content-wrapper": {
1698
+ }
1699
+ },
1700
+ "& .simplebar-height-auto-observer-wrapper": {
1701
+ width: "fit-content",
1702
+ maxWidth: "100%",
1703
+ overflow: "auto"
1704
+ },
1705
+ "& .simplebar-mask": {
1706
+ "& .simplebar-offset": {
1707
+ "& .simplebar-content-wrapper": {
1708
+ width: "fit-content",
1709
+ maxWidth: "100%",
1710
+ overflow: "auto",
1711
+ "& .simplebar-content": {
1883
1712
  width: "fit-content",
1884
- maxWidth: "100%",
1885
- overflow: "auto",
1886
- "& .simplebar-content": {
1887
- width: "fit-content",
1888
- overflow: "auto"
1889
- }
1713
+ overflow: "auto"
1890
1714
  }
1891
1715
  }
1892
- },
1893
- "& .simplebar-content-wrapper": {
1716
+ }
1717
+ },
1718
+ "& .simplebar-content-wrapper": {
1719
+ width: "fit-content",
1720
+ "& .M4LAreasAdmin-areaChipRoot ": {
1721
+ margin: "0px",
1722
+ borderRadius: "4px",
1723
+ overflow: "hidden",
1894
1724
  width: "fit-content",
1895
- "& .M4LAreasAdmin-areaChipRoot ": {
1896
- margin: "0px",
1897
- borderRadius: "4px",
1898
- overflow: "hidden",
1899
- width: "fit-content",
1900
- cursor: "pointer",
1901
- [o.breakpoints.down("sm")]: {
1902
- background: "none",
1903
- border: "none",
1904
- boxShadow: "none",
1905
- width: "100%"
1906
- },
1907
- "& .M4LAreasAdmin-areaChipEditButton": {
1908
- transition: "all ease 0.3s",
1909
- opacity: "0"
1910
- },
1911
- "&:hover .M4LAreasAdmin-areaChipEditButton": {
1912
- transition: "all ease 0.3s",
1913
- opacity: "1"
1914
- }
1915
- }
1916
- },
1917
- "& .M4LAreasAdmin-areaChipMobileRoot": {
1918
- display: "flex",
1919
- overflow: "hidden",
1920
- width: "100%",
1921
- backgroundColor: o.palette.state.default,
1922
- boxShadow: o.customShadows.z2,
1923
- borderTop: "1.5px solid",
1924
- borderColor: o.palette.state.borderTop,
1925
- borderRadius: "4px",
1926
- [o.breakpoints.down("sm")]: {
1927
- backgroundColor: o.palette.background.default,
1928
- boxShadow: o.customShadows.z1,
1929
- width: "100%"
1930
- },
1931
- "&:hover": {
1932
- background: o.palette.state.active12
1933
- },
1934
- "& .M4LAreasAdmin-areaChipRoot ": {
1935
- margin: "0px",
1936
- borderRadius: "4px 0px 0px 4px",
1937
- overflow: "hidden",
1938
- width: "100%",
1939
- position: "relative",
1940
- [o.breakpoints.down("sm")]: {
1941
- background: "none",
1942
- border: "none",
1943
- boxShadow: "none"
1944
- }
1945
- },
1946
- "& .M4LAreasAdmin-selected .": {
1947
- [o.breakpoints.down("sm")]: {
1948
- background: "none"
1949
- }
1950
- }
1951
- },
1952
- "& .M4LAreasAdmin-areaChipMobileIconContainer": {
1953
- display: "flex",
1954
- width: "fit-content",
1955
- borderRadius: "0px 0px 0px 0px",
1956
- boxShadow: o.customShadows.z2,
1957
- ...o.typography.body,
1958
- color: o.palette.text.primary,
1725
+ cursor: "pointer",
1959
1726
  [o.breakpoints.down("sm")]: {
1727
+ background: "none",
1728
+ border: "none",
1960
1729
  boxShadow: "none",
1961
1730
  width: "100%"
1962
- },
1963
- "& .M4LIconButton-root": {
1964
- background: "transparent",
1965
- backgroundColor: "transparent",
1966
- "& .M4LIcon-icon": {}
1967
1731
  }
1732
+ }
1733
+ },
1734
+ "& .M4LAreasAdmin-areaChipMobileRoot": {
1735
+ display: "flex",
1736
+ overflow: "hidden",
1737
+ width: "100%",
1738
+ backgroundColor: o.palette.state.default,
1739
+ boxShadow: o.customShadows.z2,
1740
+ borderTop: "1.5px solid",
1741
+ borderColor: o.palette.state.borderTop,
1742
+ borderRadius: "4px",
1743
+ [o.breakpoints.down("sm")]: {
1744
+ backgroundColor: o.palette.background.default,
1745
+ boxShadow: o.customShadows.z1,
1746
+ width: "100%"
1968
1747
  },
1969
- "& .MuiBox-root": {
1970
- display: "flex",
1971
- alignItems: "center",
1972
- height: "100%"
1973
- },
1974
- "& .simplebar-content": {
1975
- display: "flex",
1976
- alignItems: "center"
1748
+ "&:hover": {
1749
+ background: o.palette.state.active12
1977
1750
  },
1978
1751
  "& .M4LAreasAdmin-areaChipRoot ": {
1979
- display: "flex",
1980
- background: o.palette.background.default,
1981
- borderRadius: "4px 4px 4px 4px",
1982
- marginRight: "8px",
1983
- minHeight: "26px",
1984
- width: "fit-content",
1985
- gap: "8px",
1986
- paddingLeft: "8px",
1987
- alignItems: "center",
1752
+ margin: "0px",
1753
+ borderRadius: "4px 0px 0px 4px",
1754
+ overflow: "hidden",
1755
+ width: "100%",
1756
+ position: "relative",
1988
1757
  [o.breakpoints.down("sm")]: {
1989
1758
  background: "none",
1990
1759
  border: "none",
1991
- borderColor: "none",
1992
1760
  boxShadow: "none"
1993
- },
1994
- "& .M4LAreasAdmin-areaContainerChipEditButton": {
1995
- display: "flex",
1996
- width: "fit-content"
1997
- },
1761
+ }
1762
+ },
1763
+ "& .M4LAreasAdmin-selected .": {
1998
1764
  [o.breakpoints.down("sm")]: {
1999
- height: "auto"
2000
- },
2001
- "&.M4LAreasAdmin-selected": {
2002
- background: o.palette.state.active,
2003
- ...o.typography.body,
2004
- color: o.palette.text.primary,
2005
- height: "22px",
2006
- [o.breakpoints.down("sm")]: {
2007
- height: "auto",
2008
- background: "none"
2009
- },
2010
- "& .M4LAreasAdmin-areaChipTitle": {
2011
- backgroundColor: "transparent",
2012
- border: "none",
2013
- textWrap: "nowrap",
2014
- width: "auto",
2015
- display: "flex",
2016
- alignItems: "center",
2017
- color: o.palette.patronus?.marbleLight[10],
2018
- ...o.typography.action,
2019
- [o.breakpoints.down("sm")]: {
2020
- display: "inline",
2021
- fontSize: "14px",
2022
- textOverflow: "ellipsis",
2023
- overflow: "hidden",
2024
- whiteSpace: "nowrap",
2025
- flex: "1",
2026
- color: o.palette.text.primary
2027
- }
2028
- },
2029
- "& .M4LIconButton-root": {
2030
- [o.breakpoints.down("sm")]: {
2031
- color: o.palette.text.primary
2032
- },
2033
- "& .M4LIcon-icon": {
2034
- backgroundColor: `${o.palette.patronus?.marbleLight[10]}`,
2035
- [o.breakpoints.down("sm")]: {
2036
- color: o.palette.text.primary
2037
- }
2038
- }
2039
- }
1765
+ background: "none"
1766
+ }
1767
+ }
1768
+ },
1769
+ "& .M4LAreasAdmin-areaChipMobileIconContainer": {
1770
+ display: "flex",
1771
+ width: "fit-content",
1772
+ borderLeft: "1px solid",
1773
+ borderColor: o.palette.divider,
1774
+ borderRadius: "0px 0px 0px 0px",
1775
+ boxShadow: o.customShadows.z2,
1776
+ ...o.typography.body,
1777
+ color: o.palette.text.primary,
1778
+ [o.breakpoints.down("sm")]: {
1779
+ boxShadow: "none"
1780
+ },
1781
+ "& .M4LIconButton-root": {
1782
+ background: "transparent",
1783
+ backgroundColor: "transparent",
1784
+ "& .M4LIcon-icon": {}
1785
+ }
1786
+ },
1787
+ "& .MuiBox-root": {
1788
+ display: "flex",
1789
+ alignItems: "center",
1790
+ height: "100%"
1791
+ },
1792
+ "& .simplebar-content": {
1793
+ display: "flex",
1794
+ alignItems: "center"
1795
+ },
1796
+ "& .M4LAreasAdmin-areaChipRoot ": {
1797
+ display: "flex",
1798
+ background: o.palette.background.default,
1799
+ borderRadius: "4px 4px 4px 4px",
1800
+ minHeight: "24px",
1801
+ width: "fit-content",
1802
+ gap: "4px",
1803
+ paddingLeft: "8px",
1804
+ alignItems: "center",
1805
+ [o.breakpoints.down("sm")]: {
1806
+ background: "none",
1807
+ border: "none",
1808
+ borderColor: "none",
1809
+ boxShadow: "none"
1810
+ },
1811
+ "&.M4LAreasAdmin-selected": {
1812
+ background: o.palette.state.active,
1813
+ ...o.typography.body,
1814
+ color: o.palette.text.primary,
1815
+ height: "22px",
1816
+ [o.breakpoints.down("sm")]: {
1817
+ height: "auto",
1818
+ background: "none"
2040
1819
  },
2041
1820
  "& .M4LAreasAdmin-areaChipTitle": {
2042
1821
  backgroundColor: "transparent",
2043
1822
  border: "none",
2044
1823
  textWrap: "nowrap",
2045
1824
  width: "auto",
1825
+ minWidth: "30px",
1826
+ justifyContent: "center",
2046
1827
  display: "flex",
2047
1828
  alignItems: "center",
2048
- color: o.palette.text.secondary,
2049
- ...o.typography.body
1829
+ color: o.palette.patronus?.marbleLight[10],
1830
+ ...o.typography.action,
1831
+ [o.breakpoints.down("sm")]: {
1832
+ display: "inline",
1833
+ fontSize: "14px",
1834
+ textOverflow: "ellipsis",
1835
+ overflow: "hidden",
1836
+ whiteSpace: "nowrap",
1837
+ flex: "1",
1838
+ color: o.palette.text.primary
1839
+ }
2050
1840
  },
2051
1841
  "& .M4LIconButton-root": {
2052
- display: "flex",
2053
- justifyContent: "center",
2054
- width: "20px",
2055
- height: "20px",
2056
1842
  [o.breakpoints.down("sm")]: {
2057
1843
  color: o.palette.text.primary
2058
1844
  },
2059
- "&.M4LIconButton-variantPrimary": {
2060
- background: o.palette.state.active,
1845
+ "& .M4LIcon-icon": {
1846
+ backgroundColor: `${o.palette.patronus?.marbleLight[10]}`,
2061
1847
  [o.breakpoints.down("sm")]: {
2062
1848
  color: o.palette.text.primary
2063
1849
  }
2064
1850
  }
2065
1851
  }
1852
+ },
1853
+ "& .M4LAreasAdmin-areaChipTitle": {
1854
+ backgroundColor: "transparent",
1855
+ border: "none",
1856
+ textWrap: "nowrap",
1857
+ width: "auto",
1858
+ minWidth: "30px",
1859
+ justifyContent: "center",
1860
+ display: "flex",
1861
+ alignItems: "center",
1862
+ color: o.palette.text.secondary,
1863
+ ...o.typography.action
1864
+ },
1865
+ "& .M4LAreasAdmin-areaContainerChipEditButton": {
1866
+ display: "flex",
1867
+ width: "fit-content"
1868
+ },
1869
+ "& .M4LIconButton-root": {
1870
+ display: "flex",
1871
+ justifyContent: "center",
1872
+ width: "20px",
1873
+ height: "20px",
1874
+ [o.breakpoints.down("sm")]: {
1875
+ color: o.palette.text.primary
1876
+ },
1877
+ "&.M4LIconButton-variantPrimary": {
1878
+ background: o.palette.state.active,
1879
+ [o.breakpoints.down("sm")]: {
1880
+ color: o.palette.text.primary
1881
+ }
1882
+ }
2066
1883
  }
2067
1884
  }
2068
1885
  }
@@ -2073,7 +1890,9 @@ const i = (o) => ({
2073
1890
  borderRadius: "0px 4px 4px 0px",
2074
1891
  borderColor: o.palette.background.background
2075
1892
  },
2076
- "& .M4LAreasAdmin-areasAddButton": {},
1893
+ "& .M4LAreasAdmin-areasAddButton": {
1894
+ background: o.palette.state.default
1895
+ },
2077
1896
  "&.M4LAreasAdmin-isMobile": {
2078
1897
  overflow: "hidden",
2079
1898
  boxShadow: o.customShadows.z1,
@@ -2095,11 +1914,9 @@ const i = (o) => ({
2095
1914
  "& .MuiPaper-root": {
2096
1915
  width: "200px",
2097
1916
  "& .M4LRHFormProvider-root": {
2098
- "& .M4LRHFTextField-root": {
2099
- paddingBottom: "4px"
2100
- },
1917
+ "& .M4LRHFTextField-root": {},
2101
1918
  "& .M4LCommonActions-root": {
2102
- padding: "16px 0 8px 0px"
1919
+ padding: "16px 0 0px 0px"
2103
1920
  }
2104
1921
  }
2105
1922
  }
@@ -2136,12 +1953,12 @@ const i = (o) => ({
2136
1953
  test: "root",
2137
1954
  background: o.palette.background.background,
2138
1955
  "& .M4LGridLayout-gridItemRoot.M4LGridLayout-colapsed-40 .M4LAreasViewer-windowHeader": {
2139
- minHeight: "36px",
2140
- height: "36px"
1956
+ minHeight: "38px",
1957
+ height: "38px"
2141
1958
  },
2142
1959
  "& .M4LGridLayout-gridItemRoot.M4LGridLayout-colapsed-48 .M4LAreasViewer-windowHeader": {
2143
- minHeight: "44px",
2144
- height: "44px"
1960
+ minHeight: "50px",
1961
+ height: "50px"
2145
1962
  },
2146
1963
  "& .M4LAreasViewer-areaGridLayout": {
2147
1964
  "& .M4LAreasViewer-resizeHandle": {
@@ -2152,10 +1969,11 @@ const i = (o) => ({
2152
1969
  }
2153
1970
  },
2154
1971
  "& .M4LAreasViewer-windowRoot": {
2155
- background: o.palette.background.background,
2156
- border: "2px solid",
2157
- borderColor: o.palette.state.overdefoult,
2158
- boxShadow: "unset",
1972
+ background: o.palette.background.neutral,
1973
+ border: "1.5px solid",
1974
+ borderTop: "none",
1975
+ borderColor: o.palette.state.borderPrimary,
1976
+ boxShadow: o.customShadows.z2,
2159
1977
  borderRadius: "4px",
2160
1978
  display: "flex",
2161
1979
  "&:not(.M4LAreasViewer-loading)": {
@@ -2168,7 +1986,7 @@ const i = (o) => ({
2168
1986
  },
2169
1987
  "&.react-colapsed": {
2170
1988
  border: "1px solid",
2171
- borderColor: o.palette.state.borderDefault
1989
+ borderColor: o.palette.state.borderPrimary
2172
1990
  },
2173
1991
  "& .M4LAreasViewer-windowRootContainer": {
2174
1992
  display: "flex",
@@ -2178,16 +1996,13 @@ const i = (o) => ({
2178
1996
  overflow: "hidden"
2179
1997
  },
2180
1998
  "& .M4LAreasViewer-windowHeader": {
1999
+ borderTop: "2px solid",
2000
+ borderColor: o.palette.state.borderPrimary,
2181
2001
  display: "flex",
2182
2002
  flexDirection: "column",
2183
2003
  background: o.palette.background.neutral,
2184
- padding: "4px 4px 4px 8px",
2185
- border: "none",
2004
+ padding: "6px 4px 6px 8px",
2186
2005
  boxShadow: o.customShadows.z1,
2187
- height: "36px",
2188
- [o.breakpoints.down("sm")]: {
2189
- height: "44px"
2190
- },
2191
2006
  "& .M4LAreasViewer-windowHeaderContent": {
2192
2007
  display: "flex",
2193
2008
  width: "100%",
@@ -2198,18 +2013,19 @@ const i = (o) => ({
2198
2013
  alignItems: "center",
2199
2014
  overflow: "hidden",
2200
2015
  width: "100%",
2201
- padding: "0 12px",
2016
+ padding: "0 8px",
2202
2017
  height: "100%",
2203
2018
  "& .MuiTypography-root": {
2204
2019
  whiteSpace: "nowrap",
2205
2020
  overflow: "hidden",
2206
2021
  textOverflow: "ellipsis",
2207
- width: "100%"
2022
+ width: "100%",
2023
+ color: o.palette.text.secondary
2208
2024
  }
2209
2025
  }
2210
2026
  },
2211
2027
  "& .M4LTypography-root .MuiTypography-root": {
2212
- ...o.typography.paragraph,
2028
+ ...o.typography.paragraphDens,
2213
2029
  color: o.palette.text.primary,
2214
2030
  overflow: "visible"
2215
2031
  }
@@ -2253,7 +2069,7 @@ const i = (o) => ({
2253
2069
  alignItems: "center",
2254
2070
  padding: "8px",
2255
2071
  ...o.typography.body,
2256
- color: o.palette.patronus?.ashBlak[60],
2072
+ color: o.palette.patronus?.onyx[60],
2257
2073
  position: "relative",
2258
2074
  "& .MuiLinearProgress-root": {
2259
2075
  position: "absolute",
@@ -2305,7 +2121,7 @@ const i = (o) => ({
2305
2121
  "& .M4LAreasViewer-windowToastyButtonsContainer": {
2306
2122
  background: o.palette.warning.main,
2307
2123
  "& .M4LIcon-icon": {
2308
- backgroundColor: o.palette.patronus?.ashBlak[50]
2124
+ backgroundColor: o.palette.patronus?.onyx[50]
2309
2125
  },
2310
2126
  "& .M4LAreasViewer-pinIn": {
2311
2127
  background: o.palette.state.warning.hover,
@@ -2322,7 +2138,7 @@ const i = (o) => ({
2322
2138
  "& .M4LAreasViewer-windowToastyButtonsContainer": {
2323
2139
  background: o.palette.success.main,
2324
2140
  "& .M4LIcon-icon": {
2325
- backgroundColor: o.palette.patronus?.ashBlak[50]
2141
+ backgroundColor: o.palette.patronus?.onyx[50]
2326
2142
  },
2327
2143
  "& .M4LAreasViewer-pinIn": {
2328
2144
  background: o.palette.state.success.hover,
@@ -2338,8 +2154,8 @@ const i = (o) => ({
2338
2154
  }
2339
2155
  },
2340
2156
  "& .M4LAreasViewer-windowContent": {
2341
- padding: "4px",
2342
- background: o.palette.background.background,
2157
+ padding: "0 12px 12px 12px",
2158
+ background: o.palette.background.neutral,
2343
2159
  display: "flex",
2344
2160
  flexDirection: "column",
2345
2161
  alignItems: "center",
@@ -2348,7 +2164,23 @@ const i = (o) => ({
2348
2164
  flex: "1",
2349
2165
  overflow: "hidden",
2350
2166
  [o.breakpoints.up("sm")]: {
2351
- padding: "4px"
2167
+ padding: "0 12px 12px 12px"
2168
+ },
2169
+ "& .M4LAreasViewer-containerComponent": {
2170
+ display: "flex",
2171
+ width: "100%",
2172
+ height: "100%",
2173
+ overflow: "auto"
2174
+ },
2175
+ "& .M4LAreasViewer-loaderContainer": {
2176
+ width: "100%",
2177
+ height: "100%",
2178
+ overflow: "auto",
2179
+ display: "flex"
2180
+ },
2181
+ "& .M4LPrintingSystem-root": {
2182
+ position: "relative",
2183
+ margin: "auto"
2352
2184
  },
2353
2185
  "& .M4LAreasViewer-containerLinearProgress": {
2354
2186
  width: "100%",
@@ -2362,23 +2194,27 @@ const i = (o) => ({
2362
2194
  }
2363
2195
  },
2364
2196
  "&.M4LAreasViewer-selectedWindow": {
2365
- border: "2px solid",
2366
- borderColor: t(o.palette.state.active, 0.5),
2367
- boxShadow: o.customShadows.primary,
2197
+ border: "1.5px solid",
2198
+ borderTop: "none",
2199
+ borderColor: o.palette.state.borderDens,
2200
+ boxShadow: o.customShadows.z3,
2368
2201
  backdropFilter: "blur(100px)",
2369
2202
  "& .M4LAreasViewer-windowHeader": {
2203
+ borderTop: "2px solid",
2204
+ borderColor: o.palette.state.lineTheme,
2370
2205
  display: "flex",
2371
2206
  flexDirection: "column",
2372
- background: o.palette.state.toneOp,
2207
+ background: o.palette.background.neutral,
2373
2208
  gap: "4px",
2374
2209
  alignItems: "center",
2375
2210
  position: "relative",
2376
- padding: "4px 4px 4px 8px",
2211
+ padding: "6px 4px 6px 8px",
2377
2212
  justifyContent: "end",
2378
2213
  overflow: "hidden",
2379
2214
  cursor: "move",
2380
2215
  "& .M4LTypography-root .MuiTypography-root": {
2381
- ...o.typography.paragraphDens
2216
+ ...o.typography.paragraphDens,
2217
+ color: o.palette.text.primary
2382
2218
  },
2383
2219
  "& .MuiButtonBase-root": {
2384
2220
  "& .M4LIcon-icon": {
@@ -2399,8 +2235,14 @@ const i = (o) => ({
2399
2235
  }
2400
2236
  },
2401
2237
  "&.M4LGridLayout-root .M4LGridLayout-maximizeMe": {
2238
+ borderTop: "0",
2239
+ borderLeft: "1.5px solid",
2240
+ borderRight: "1.5px solid",
2241
+ borderBottom: "1.5px solid",
2242
+ borderColor: o.palette.state.borderPrimary,
2243
+ borderRadius: "4px",
2402
2244
  "& .M4LAreasViewer-windowContent": {
2403
- padding: "4px 0 0 0"
2245
+ padding: "0 12px 12px 12px"
2404
2246
  },
2405
2247
  "& .M4LAreasViewer-selectedWindow": {
2406
2248
  borderColor: "transparent",
@@ -2419,12 +2261,10 @@ const i = (o) => ({
2419
2261
  background: o.palette.state.active12
2420
2262
  },
2421
2263
  "& .M4LAreasViewer-windowPopupRoot": {
2422
- boxShadow: o.customShadows.z3,
2423
- padding: "4px",
2424
- background: o.palette.state.default,
2264
+ boxShadow: o.customShadows.z4,
2265
+ border: "none",
2266
+ background: o.palette.background.default,
2425
2267
  borderRadius: "4px",
2426
- border: "1px solid",
2427
- borderColor: o.palette.text.disabled,
2428
2268
  backdropFilter: "blur(8px)",
2429
2269
  "& .M4LIcon-root.custom-handle": {
2430
2270
  "& .M4LIcon-icon": {
@@ -2439,11 +2279,18 @@ const i = (o) => ({
2439
2279
  }
2440
2280
  },
2441
2281
  "& .M4LAreasViewer-windowRootContainer": {
2442
- background: o.palette.background.neutral,
2282
+ background: o.palette.background.default,
2443
2283
  borderRadius: "4px",
2284
+ border: "2px solid",
2285
+ borderColor: o.palette.state.borderPrimary,
2444
2286
  "& .M4LAreasViewer-windowHeader": {
2445
2287
  boxShadow: "none",
2446
- background: o.palette.state.default,
2288
+ borderTopLeftRadius: "4px",
2289
+ borderTopRightRadius: "4px",
2290
+ background: o.palette.background.header,
2291
+ border: "none",
2292
+ height: "36px",
2293
+ minHeight: "36px",
2447
2294
  "& .M4LIcon-root": {
2448
2295
  "& .M4LIcon-icon": {
2449
2296
  width: "18px",
@@ -2454,15 +2301,18 @@ const i = (o) => ({
2454
2301
  }
2455
2302
  },
2456
2303
  "& .M4LTypography-root .MuiTypography-root": {
2457
- ...o.typography.paragraph,
2304
+ ...o.typography.paragraphDens,
2458
2305
  color: o.palette.text.secondary,
2459
2306
  overflow: "visible"
2460
2307
  }
2308
+ },
2309
+ "& .M4LAreasViewer-windowContent": {
2310
+ background: o.palette.background.default
2461
2311
  }
2462
2312
  },
2463
2313
  "& .M4LAreasViewer-windowRoot": {
2464
2314
  padding: "4px",
2465
- background: o.palette.background.neutral,
2315
+ background: o.palette.background.default,
2466
2316
  borderRadius: "4px",
2467
2317
  borderColor: o.palette.state.overdefoult,
2468
2318
  "&:not(.M4LAreasViewer-loading)": {
@@ -2498,20 +2348,20 @@ const i = (o) => ({
2498
2348
  }
2499
2349
  },
2500
2350
  "&.M4LAreasViewer-selectedWindow": {
2501
- border: "2px solid",
2502
- borderColor: t(o.palette.state.active, 0.5),
2351
+ border: "none",
2503
2352
  background: o.palette.state.active12,
2504
2353
  boxShadow: o.customShadows.z3,
2505
- padding: "6px",
2506
2354
  [o.breakpoints.down("sm")]: {
2507
2355
  padding: "0"
2508
2356
  },
2509
2357
  "& .M4LAreasViewer-windowRootContainer": {
2510
2358
  boxShadow: o.customShadows.z2,
2359
+ border: "2px solid",
2360
+ borderColor: t(o.palette.state.active, 0.5),
2511
2361
  "& .M4LAreasViewer-windowHeader": {
2512
- background: o.palette.state.skeleton,
2513
- borderRadius: "4px",
2514
- boxShadow: o.customShadows.z1,
2362
+ background: o.palette.state.active12,
2363
+ borderTopLeftRadius: "4px",
2364
+ borderTopRightRadius: "4px",
2515
2365
  "& .M4LIcon-root": {
2516
2366
  "& .M4LIcon-icon": {
2517
2367
  backgroundColor: o.palette.text.primary
@@ -2529,11 +2379,12 @@ const i = (o) => ({
2529
2379
  },
2530
2380
  "& .M4LAreasViewer-panelWindowsRoot": {
2531
2381
  background: o.palette.background.neutral,
2532
- boxShadow: o.customShadows.z2,
2533
2382
  display: "flex",
2534
2383
  alignItems: "center",
2535
2384
  padding: "8px",
2536
2385
  gap: "8px",
2386
+ borderLeft: "1.5px solid",
2387
+ borderColor: o.palette.state.borderPrimary,
2537
2388
  "& .M4LAreasViewer-panelWindowsButtonContainer": {
2538
2389
  borderRadius: "2px",
2539
2390
  background: o.palette.state.default,
@@ -2549,60 +2400,6 @@ const i = (o) => ({
2549
2400
  }
2550
2401
  }
2551
2402
  }
2552
- },
2553
- "& .M4LAreasViewer-areasLoadingErrorRoot": {
2554
- display: "flex",
2555
- flexDirection: "column",
2556
- justifyContent: "center",
2557
- alignItems: "center",
2558
- position: "relative",
2559
- inset: "0",
2560
- overflow: "hidden",
2561
- width: "100%",
2562
- height: "100%",
2563
- "& .M4LAreasViewer-areasLoadingError": {
2564
- display: "flex",
2565
- padding: "12px",
2566
- flexDirection: "column",
2567
- justifyContent: "center",
2568
- alignItems: "center",
2569
- gap: "12px",
2570
- position: "absolute",
2571
- inset: "0",
2572
- "& .M4LIcon-root": {
2573
- display: "flex",
2574
- padding: "12px",
2575
- marginBottom: "4px",
2576
- " .M4LIcon-icon": {
2577
- width: "100px",
2578
- height: "100px",
2579
- backgroundColor: o.palette.state.skeleton.default
2580
- }
2581
- },
2582
- "& .M4LAreasViewer-areasLoadingErrorTitle": {
2583
- ...o.typography.h3,
2584
- color: o.palette.text.primary,
2585
- [o.breakpoints.down("sm")]: {
2586
- ...o.typography.h5
2587
- }
2588
- },
2589
- "& .M4LAreasViewer-areasLoadingErrorDescription": {
2590
- ...o.typography.subtitle,
2591
- color: o.palette.text.secondary
2592
- },
2593
- "& .M4LAreasViewer-areasLoadingErrorDivider": {
2594
- width: "208px",
2595
- height: "1px",
2596
- background: o.palette.state.skeleton.default
2597
- },
2598
- "& .MuiTypography-paragraph": {
2599
- ...o.typography.body,
2600
- color: o.palette.text.primary
2601
- },
2602
- "& .MuiButtonBase-root": {
2603
- marginTop: "4px"
2604
- }
2605
- }
2606
2403
  }
2607
2404
  }
2608
2405
  }
@@ -2612,18 +2409,19 @@ const i = (o) => ({
2612
2409
  "&.M4LAreasViewer-windowModalRoot .M4LAreasViewer-windowRoot": {
2613
2410
  borderRadius: "4px",
2614
2411
  boxShadow: o.customShadows.z4,
2615
- background: o.palette.background.background,
2412
+ background: o.palette.background.default,
2413
+ border: "2px solid",
2414
+ borderColor: o.palette.state.borderDens,
2616
2415
  "& .M4LAreasViewer-windowContent": {
2617
2416
  borderRadius: "4px",
2618
- boxShadow: o.customShadows.z4,
2619
- background: o.palette.background.background
2417
+ background: o.palette.background.default
2620
2418
  },
2621
2419
  "& .M4LAreasViewer-windowHeaderTitle": {
2622
2420
  display: "flex",
2623
2421
  alignItems: "center",
2624
2422
  overflow: "auto",
2625
2423
  width: "100%",
2626
- padding: "0 12px",
2424
+ padding: "0 8px",
2627
2425
  height: "100%",
2628
2426
  "& .MuiTypography-root": {
2629
2427
  whiteSpace: "nowrap",
@@ -2687,7 +2485,7 @@ const i = (o) => ({
2687
2485
  }
2688
2486
  },
2689
2487
  "& .MuiBackdrop-root": {
2690
- background: t(`${o.palette.patronus?.ashBlak[60]}`, 0.8)
2488
+ background: t(`${o.palette.patronus?.onyx[60]}`, 0.8)
2691
2489
  },
2692
2490
  "&:not(.M4LAreasViewer-loading)": {
2693
2491
  "& .M4LinearProgressIndeterminate-root": {
@@ -2701,7 +2499,7 @@ const i = (o) => ({
2701
2499
  display: "flex",
2702
2500
  flexDirection: "column",
2703
2501
  height: "100%",
2704
- background: o.palette.background.background,
2502
+ background: o.palette.background.default,
2705
2503
  borderRadius: "4px",
2706
2504
  boxShadow: o.customShadows.z4,
2707
2505
  overflow: "hidden",
@@ -2709,9 +2507,10 @@ const i = (o) => ({
2709
2507
  cursor: "all-scroll",
2710
2508
  display: "flex",
2711
2509
  flexDirection: "column",
2712
- padding: "4px 4px 4px 8px",
2510
+ padding: "6px 4px 6px 8px",
2713
2511
  borderRadius: "4px",
2714
2512
  border: "none",
2513
+ background: o.palette.state.active12,
2715
2514
  "& .M4LTypography-root .MuiTypography-root": {
2716
2515
  ...o.typography.paragraph,
2717
2516
  color: o.palette.text.primary,
@@ -2724,8 +2523,8 @@ const i = (o) => ({
2724
2523
  }
2725
2524
  },
2726
2525
  "& .M4LAreasViewer-windowContent": {
2727
- margin: "0 8px 8px 8px",
2728
- background: o.palette.background.neutral,
2526
+ padding: "0 12px 12px 12px",
2527
+ background: o.palette.background.default,
2729
2528
  borderRadius: "4px",
2730
2529
  display: "flex",
2731
2530
  flexDirection: "column",
@@ -2750,29 +2549,49 @@ const i = (o) => ({
2750
2549
  }
2751
2550
  }
2752
2551
  }
2753
- }), f = (o) => ({
2552
+ }), h = (o) => ({
2754
2553
  M4LAppBar: {
2755
2554
  styleOverrides: {
2756
2555
  "&.M4LAppBar-root": {
2757
2556
  display: "flex",
2758
2557
  width: "auto",
2759
2558
  overflow: "hidden",
2559
+ minHeight: "52px",
2760
2560
  height: "52px",
2761
2561
  alignItems: "center",
2762
- padding: "4px",
2562
+ padding: "8px 16px",
2763
2563
  background: o.palette.background.neutral,
2764
- borderBottom: "1px solid",
2765
- borderColor: o.palette.state.overdefoult,
2564
+ borderBottom: "1.5px solid",
2565
+ borderColor: o.palette.state.borderPrimary,
2766
2566
  justifyContent: "space-between",
2567
+ gap: "40px",
2767
2568
  [o.breakpoints.down("sm")]: {
2768
2569
  width: "100%",
2769
2570
  marginLeft: "0",
2770
2571
  gap: "12px"
2771
2572
  },
2772
- "& .M4LAppBar-containerIconMenuToggle": {
2773
- display: "flex",
2774
- alingItems: "center",
2775
- width: "36px",
2573
+ "& .M4LAppBar-containerLogo": {
2574
+ "& .M4LImage-root": {
2575
+ width: "34px",
2576
+ height: "34px",
2577
+ backgroundColor: o.palette.background.default,
2578
+ borderRadius: "4px",
2579
+ padding: "2px"
2580
+ },
2581
+ "& .M4LAppBar-containerImageTypography": {
2582
+ display: "flex",
2583
+ alignItems: "center",
2584
+ gap: "12px",
2585
+ "& .M4LTypography-root": {
2586
+ textWrap: "nowrap",
2587
+ textTransform: "uppercase"
2588
+ }
2589
+ }
2590
+ },
2591
+ "& .M4LAppBar-containerIconMenuToggle": {
2592
+ display: "flex",
2593
+ alingItems: "center",
2594
+ width: "36px",
2776
2595
  height: "36px",
2777
2596
  minWidth: "36px",
2778
2597
  minHeight: "36px",
@@ -2848,32 +2667,27 @@ const i = (o) => ({
2848
2667
  }
2849
2668
  }
2850
2669
  }
2851
- },
2852
- "*css-1gn3ygk": {
2853
- overflow: "hidden"
2854
2670
  }
2855
2671
  }
2856
- }), h = (o) => ({
2672
+ }), v = (o) => ({
2857
2673
  M4LAvatar: {
2858
2674
  styleOverrides: {
2859
2675
  "&.M4LAvatar-root": {
2860
2676
  "& .MuiAvatar-root": {
2861
- width: "36px",
2862
- height: "36px",
2677
+ width: "32px",
2678
+ height: "32px",
2863
2679
  borderRadius: "4px",
2864
2680
  padding: "4px",
2865
- background: o.palette.background.default,
2866
- color: o.palette.state.active,
2681
+ background: e.blazeOrange[50],
2682
+ color: e.marbleLight[30],
2867
2683
  boxShadow: o.customShadows.z1,
2868
- borderTop: "1.5px solid",
2869
- ...o.typography.subtitle,
2870
- borderColor: o.palette.state.borderTop
2684
+ ...o.typography.subtitle
2871
2685
  },
2872
2686
  test: "root"
2873
2687
  }
2874
2688
  }
2875
2689
  }
2876
- }), v = (o) => ({
2690
+ }), k = (o) => ({
2877
2691
  M4LAccountPopover: {
2878
2692
  styleOverrides: {
2879
2693
  "&.M4LAccountPopover-root": {
@@ -2883,128 +2697,159 @@ const i = (o) => ({
2883
2697
  },
2884
2698
  M4LAccountPopoverPopover: {
2885
2699
  styleOverrides: {
2886
- "&.M4LAccountPopover-popover": {
2700
+ "& .M4LAccountPopover-popover": {
2887
2701
  display: "flex",
2888
2702
  flexDirection: "column",
2889
2703
  gap: "0px",
2704
+ borderRadius: "6px"
2705
+ },
2706
+ "& .MuiPaper-root": {
2707
+ display: "flex",
2708
+ flexDirection: "column",
2709
+ gap: "8px",
2710
+ padding: "12px",
2890
2711
  borderRadius: "6px",
2891
- "& .MuiPaper-root": {
2712
+ boxShadow: o.customShadows.z3,
2713
+ background: o.palette.background.default,
2714
+ "& .M4LAccountPopover-containerUserInfo": {
2892
2715
  display: "flex",
2893
2716
  flexDirection: "column",
2894
- gap: "0px",
2895
- padding: "12px",
2896
- borderRadius: "6px",
2897
- boxShadow: o.customShadows.z3,
2898
- background: o.palette.background.default,
2899
- "& .M4LAccountPopover-containerUserInfo": {
2900
- display: "flex",
2901
- flexDirection: "column",
2902
- "& .M4LAccountPopover-containerUserName": {
2903
- display: "flex",
2904
- flexDirection: "row",
2905
- gap: "4px",
2906
- padding: "0px 10px",
2907
- "& .M4LAccountPopover-labelUserName": {
2908
- color: o.palette.text.primary,
2909
- ...o.typography.paragraphDens,
2910
- padding: "4px"
2911
- }
2912
- },
2913
- "& .M4LAccountPopover-containerUserEmail": {
2914
- display: "flex",
2915
- flexDirection: "row",
2916
- gap: "4px",
2917
- padding: "0px 10px",
2918
- "& .M4LAccountPopover-labelUserEmail": {
2919
- color: o.palette.text.primary,
2920
- ...o.typography.paragraph,
2921
- padding: "4px"
2922
- }
2923
- }
2924
- },
2925
- "& .M4LAccountPopover-containerAppVersion": {
2717
+ gap: "8px",
2718
+ "& .M4LAccountPopover-containerUserName": {
2926
2719
  display: "flex",
2927
2720
  flexDirection: "row",
2928
2721
  gap: "4px",
2929
- padding: "0px 10px",
2930
- "& .M4LAccountPopover-labelVersion": {
2931
- color: o.palette.text.secondary,
2932
- ...o.typography.paragraph,
2933
- padding: "4px"
2722
+ padding: "0px 4px",
2723
+ "& .M4LIcon-root": {
2724
+ minWidth: "16px",
2725
+ minHeight: "16px"
2726
+ },
2727
+ "& .M4LAccountPopover-labelUserName": {
2728
+ color: o.palette.text.primary,
2729
+ ...o.typography.bodyDens,
2730
+ width: "100%",
2731
+ minHeight: "20px"
2934
2732
  }
2935
2733
  },
2936
- "& .M4LAccountPopover-containerMenuItems": {
2937
- borderTop: "2px solid",
2938
- borderBottom: "2px solid",
2939
- borderColor: o.palette.state.default,
2940
- padding: "4px",
2941
- margin: "12px 0 12px 0",
2734
+ "& .M4LAccountPopover-containerUserEmail": {
2942
2735
  display: "flex",
2943
2736
  flexDirection: "row",
2944
2737
  gap: "4px",
2945
- "& .M4LAccountPopover-containerSetting": {
2946
- display: "flex",
2947
- flexDirection: "row",
2948
- gap: "4px",
2738
+ padding: "0px 4px",
2739
+ "& .M4LIcon-root": {
2740
+ minWidth: "16px",
2741
+ minHeight: "16px"
2742
+ },
2743
+ "& .M4LAccountPopover-labelUserEmail": {
2744
+ color: o.palette.text.primary,
2745
+ ...o.typography.body,
2949
2746
  width: "100%",
2950
- borderRadius: "4px",
2951
- padding: "0px 8px",
2952
- cursor: "pointer",
2953
- "&:hover": {
2954
- background: o.palette.state.default
2955
- },
2956
- "& .M4LAccountPopover-menuItem": {
2957
- padding: "4px",
2958
- borderRadius: "4px"
2959
- }
2747
+ minHeight: "20px"
2960
2748
  }
2749
+ }
2750
+ },
2751
+ "& .M4LAccountPopover-containerAppVersion": {
2752
+ display: "flex",
2753
+ flexDirection: "row",
2754
+ gap: "4px",
2755
+ padding: "0px 4px",
2756
+ "& .M4LIcon-root": {
2757
+ minWidth: "16px",
2758
+ minHeight: "16px"
2759
+ },
2760
+ "& .M4LAccountPopover-labelVersion": {
2761
+ color: o.palette.text.secondary,
2762
+ ...o.typography.body,
2763
+ width: "100%",
2764
+ minHeight: "20px"
2765
+ }
2766
+ },
2767
+ "& .M4LAccountPopover-containerMenuItems": {
2768
+ borderTop: "1.5px solid",
2769
+ borderBottom: "1.5px solid",
2770
+ borderColor: o.palette.state.default,
2771
+ padding: "8px 4px",
2772
+ display: "flex",
2773
+ flexDirection: "column",
2774
+ gap: "8px",
2775
+ "& .M4LAccountPopover-containerProgress": {
2776
+ display: "flex",
2777
+ justifyContent: "start",
2778
+ alignItems: "center"
2961
2779
  },
2962
- "& .M4LAccountPopover-containerlogOut": {
2780
+ "& .M4LAccountPopover-containerSetting": {
2963
2781
  display: "flex",
2964
2782
  flexDirection: "row",
2965
2783
  gap: "4px",
2966
- padding: "0px 12px",
2967
- borderRadius: "4px",
2968
2784
  width: "100%",
2969
- alignItems: "center",
2785
+ borderRadius: "4px",
2970
2786
  cursor: "pointer",
2971
2787
  "&:hover": {
2972
2788
  background: o.palette.state.default
2973
2789
  },
2974
- "& .M4LAccountPopover-logOut": {
2975
- padding: "4px",
2976
- borderRadius: "4px",
2790
+ "& .M4LIcon-root": {
2791
+ minWidth: "16px",
2792
+ minHeight: "16px"
2793
+ },
2794
+ "& .M4LAccountPopover-menuItem": {
2977
2795
  color: o.palette.text.primary,
2978
- ...o.typography.paragraph
2796
+ ...o.typography.body,
2797
+ borderRadius: "4px",
2798
+ width: "100%",
2799
+ minHeight: "20px"
2979
2800
  }
2801
+ }
2802
+ },
2803
+ "& .M4LAccountPopover-containerlogOut": {
2804
+ display: "flex",
2805
+ flexDirection: "row",
2806
+ gap: "4px",
2807
+ padding: "0 4px",
2808
+ borderRadius: "4px",
2809
+ width: "100%",
2810
+ alignItems: "center",
2811
+ cursor: "pointer",
2812
+ "&:hover": {
2813
+ background: o.palette.state.default
2980
2814
  },
2981
- "& .M4LPopover-arrowStyle": {
2982
- display: "none",
2983
- "& .M4LAccountPopover-containerUserInfo": {
2815
+ "& .M4LIcon-root": {
2816
+ minWidth: "16px",
2817
+ minHeight: "16px"
2818
+ },
2819
+ "& .M4LAccountPopover-logOut": {
2820
+ color: o.palette.text.primary,
2821
+ ...o.typography.body,
2822
+ borderRadius: "4px",
2823
+ width: "100%",
2824
+ minHeight: "20px"
2825
+ }
2826
+ },
2827
+ "& .M4LPopover-arrowStyle": {
2828
+ display: "none",
2829
+ "& .M4LAccountPopover-containerUserInfo": {
2830
+ display: "flex",
2831
+ "& .M4LAccountPopover-containerUserName": {
2984
2832
  display: "flex",
2985
- "& .M4LAccountPopover-containerUserName": {
2986
- display: "flex",
2987
- flexDirection: "row",
2988
- gap: "4px"
2989
- },
2990
- "& .M4LAccountPopover-containerUserEmail": {
2991
- display: "flex",
2992
- flexDirection: "row",
2993
- gap: "4px"
2994
- },
2995
- "& .M4LAccountPopover-containerAppVersion": {
2996
- display: "flex",
2997
- flexDirection: "row",
2998
- gap: "4px"
2999
- },
3000
- "& .M4LAccountPopover-logOut": {}
3001
- }
2833
+ flexDirection: "row",
2834
+ gap: "4px"
2835
+ },
2836
+ "& .M4LAccountPopover-containerUserEmail": {
2837
+ display: "flex",
2838
+ flexDirection: "row",
2839
+ gap: "4px"
2840
+ },
2841
+ "& .M4LAccountPopover-containerAppVersion": {
2842
+ display: "flex",
2843
+ flexDirection: "row",
2844
+ gap: "4px"
2845
+ },
2846
+ "& .M4LAccountPopover-logOut": {}
3002
2847
  }
3003
2848
  }
3004
2849
  }
3005
2850
  }
3006
2851
  }
3007
- }), k = (o) => ({
2852
+ }), C = (o) => ({
3008
2853
  M4LModuleLayout: {
3009
2854
  styleOverrides: {
3010
2855
  "&.M4LModuleLayout-root": {
@@ -3015,12 +2860,13 @@ const i = (o) => ({
3015
2860
  display: "flex",
3016
2861
  width: "100%",
3017
2862
  height: "100%",
2863
+ overflow: "auto",
3018
2864
  borderRadius: "6px"
3019
2865
  }
3020
2866
  }
3021
2867
  }
3022
2868
  }
3023
- }), C = (o) => ({
2869
+ }), I = (o) => ({
3024
2870
  M4LMasterDetailLayout: {
3025
2871
  styleOverrides: {
3026
2872
  "&.M4LMasterDetailLayout-root": {
@@ -3037,14 +2883,25 @@ const i = (o) => ({
3037
2883
  border: "0px",
3038
2884
  borderColor: "transparent",
3039
2885
  borderRadius: "6px",
3040
- overFlow: "visible"
2886
+ overFlow: "visible",
2887
+ "& .splitter-layout": {
2888
+ gap: "4px"
2889
+ }
2890
+ },
2891
+ "& .M4LSplitLayout-secondPart": {
2892
+ background: o.palette.background.default,
2893
+ borderRadius: "6px",
2894
+ padding: "8px"
3041
2895
  },
3042
- "& .M4LSplitLayout-secondPart": {},
3043
- "& .layout-pane-primary": {}
2896
+ "& .layout-pane-primary": {
2897
+ background: o.palette.background.default,
2898
+ borderRadius: "6px",
2899
+ padding: "8px"
2900
+ }
3044
2901
  }
3045
2902
  }
3046
2903
  }
3047
- }), I = (o) => ({
2904
+ }), B = (o) => ({
3048
2905
  M4LSplitLayout: {
3049
2906
  styleOverrides: {
3050
2907
  "&.M4LSplitLayout-root": {
@@ -3132,40 +2989,40 @@ const i = (o) => ({
3132
2989
  zIndex: "1"
3133
2990
  },
3134
2991
  "& .splitter-layout > .layout-splitter:hover:before, .splitter-layout.layout-changing > .layout-splitter:before": {
3135
- background: o.palette.state.focus
2992
+ background: o.palette.state.hover
3136
2993
  },
3137
2994
  "& .splitter-layout.splitter-layout-vertical": {
3138
2995
  flexDirection: "column",
3139
2996
  position: "relative",
3140
2997
  "& .layout-splitter:after": {
3141
2998
  content: '""',
3142
- height: "1px",
2999
+ height: "2px",
3143
3000
  left: "0",
3144
3001
  right: "0",
3145
3002
  position: "absolute",
3146
- background: o.palette.state.overdefoult
3003
+ background: o.palette.state.borderPrimary
3147
3004
  }
3148
3005
  },
3149
3006
  "& .splitter-layout:not(.splitter-layout-vertical)": {
3150
3007
  "& .layout-splitter:after": {
3151
3008
  content: '""',
3152
- width: "1px",
3009
+ width: "2px",
3153
3010
  top: "0",
3154
3011
  bottom: "0",
3155
3012
  position: "absolute",
3156
- background: o.palette.state.overdefoult
3013
+ background: o.palette.state.borderPrimary
3157
3014
  }
3158
3015
  }
3159
3016
  }
3160
3017
  }
3161
3018
  }
3162
- }), B = (o) => ({
3019
+ }), m = (o) => ({
3163
3020
  M4LCommonActions: {
3164
3021
  styleOverrides: {
3165
3022
  "&.M4LCommonActions-root": {
3166
- padding: "16px 0px 8px 0px",
3023
+ padding: "16px 0px 0px 0px",
3167
3024
  display: "flex",
3168
- gap: "14px",
3025
+ gap: "16px",
3169
3026
  justifyContent: "flex-end",
3170
3027
  width: "100%",
3171
3028
  overflow: "visible"
@@ -3226,28 +3083,113 @@ const i = (o) => ({
3226
3083
  }
3227
3084
  }
3228
3085
  }
3229
- }), m = (o) => ({
3086
+ }), R = (o) => ({
3230
3087
  M4LPropertyValue: {
3231
3088
  styleOverrides: {
3232
3089
  "&.M4LPropertyValue-root": {
3233
3090
  test: "root",
3234
- "&:hover": {
3235
- backgroundColor: o.palette.state?.default
3091
+ display: "grid",
3092
+ alignItems: "flex-start",
3093
+ width: "100%",
3094
+ minHeight: "32px",
3095
+ flexDirection: "column",
3096
+ borderBottom: "1px solid",
3097
+ borderColor: o.palette.state.borderDisable,
3098
+ [o.breakpoints.up("sm")]: {
3099
+ gap: "8px",
3100
+ alignItems: "center"
3101
+ },
3102
+ "&.M4LPropertyValue-isMobile": {
3103
+ gridTemplateColumns: "1fr!important",
3104
+ minHeight: "24px"
3105
+ },
3106
+ "&.M4LPropertyValue-variantIsForm": {
3107
+ minHeight: "32px"
3108
+ },
3109
+ "& .M4LPropertyValue-property": {
3110
+ width: "100%",
3111
+ ...o.typography.body,
3112
+ color: o.palette.text.secondary,
3113
+ height: "100%",
3114
+ display: "flex",
3115
+ alignItems: "left",
3116
+ justifyContent: "flex-start",
3117
+ position: "relative",
3118
+ gap: "8px",
3119
+ [o.breakpoints.up("sm")]: {
3120
+ textAlign: "left",
3121
+ justifyContent: "flex-start",
3122
+ alignItems: "center",
3123
+ height: "100%"
3124
+ },
3125
+ overflow: "hidden",
3126
+ overflowWrap: "break-word",
3127
+ "& .M4LTypography-root": {
3128
+ ...o.typography.body,
3129
+ color: o.palette.text.secondary
3130
+ }
3131
+ },
3132
+ "& .M4LPropertyValue-value": {
3133
+ width: "100%",
3134
+ minHeight: "20px",
3135
+ ...o.typography.body,
3136
+ color: o.palette.text.primary,
3137
+ overflow: "hidden",
3138
+ textOverflow: "ellipsis",
3139
+ position: "relative",
3140
+ display: "flex",
3141
+ flexDirection: "column",
3142
+ marginTop: o.spacing(1),
3143
+ [o.breakpoints.up("sm")]: {
3144
+ marginTop: "0px"
3145
+ },
3146
+ overflowWrap: "break-word",
3147
+ "& .M4LTypography-root": {
3148
+ ...o.typography.body,
3149
+ color: o.palette.text.primary
3150
+ },
3151
+ "& .M4LRHFTextField-root.M4LRHFTextField-sizeSmall": {
3152
+ "& .MuiFormControl-root": {
3153
+ "& .MuiInputBase-root": {
3154
+ borderRadius: "0",
3155
+ background: "transparent",
3156
+ "& .MuiOutlinedInput-notchedOutline": {
3157
+ border: "0",
3158
+ borderRadius: "0"
3159
+ }
3160
+ }
3161
+ }
3162
+ },
3163
+ "& .M4LRHFTextField-root.M4LRHFTextField-sizeMedium": {
3164
+ "& .MuiFormControl-root": {
3165
+ "& .MuiInputBase-root": {
3166
+ borderRadius: "0",
3167
+ background: "transparent",
3168
+ "& .MuiOutlinedInput-notchedOutline": {
3169
+ border: "0",
3170
+ borderRadius: "0"
3171
+ }
3172
+ }
3173
+ }
3174
+ }
3236
3175
  }
3237
3176
  }
3238
3177
  }
3239
3178
  }
3240
- }), R = (o) => ({
3179
+ }), A = (o) => ({
3241
3180
  M4LTab: {
3242
3181
  styleOverrides: {
3243
3182
  "&.M4LTab-root": {
3244
3183
  width: "fit-content",
3184
+ background: o.palette.background.header,
3185
+ borderRadius: "4px 4px 0 0",
3245
3186
  "& .MuiButtonBase-root": {
3187
+ background: o.palette.background.header,
3246
3188
  height: "36px",
3247
3189
  display: "flex",
3248
3190
  flexDirection: "row",
3249
3191
  alignItems: "center",
3250
- padding: "4px 12px 4px 12px",
3192
+ padding: "4px 16px 4px 8px",
3251
3193
  width: "fit-content",
3252
3194
  minHeight: "fit-content",
3253
3195
  minWidth: "fit-content",
@@ -3286,7 +3228,7 @@ const i = (o) => ({
3286
3228
  }
3287
3229
  }
3288
3230
  }
3289
- }), A = (o) => ({
3231
+ }), P = (o) => ({
3290
3232
  M4LAccordion: {
3291
3233
  styleOverrides: {
3292
3234
  "&.M4LAccordion-root": {
@@ -3295,46 +3237,53 @@ const i = (o) => ({
3295
3237
  borderRadius: "4px",
3296
3238
  "& .M4LTypography-root": {
3297
3239
  "& .MuiTypography-root": {
3298
- ...o.typography.body,
3240
+ ...o.typography.bodyDens,
3299
3241
  color: o.palette.text.primary
3300
3242
  }
3301
3243
  },
3302
3244
  "& .MuiPaper-root": {
3303
3245
  background: o.palette.background.neutral,
3304
3246
  marginBottom: "0px",
3305
- borderRadius: "4px"
3247
+ borderRadius: "4px",
3248
+ border: "1px solid",
3249
+ borderColor: o.palette.state.borderPrimary
3306
3250
  }
3307
3251
  },
3308
3252
  "& .MuiButtonBase-root": {
3309
- padding: "4px 8px 4px 8px",
3310
- borderRadius: "4px 4px 0px 0px",
3311
- "&:hover": {
3312
- background: o.palette.state.default
3313
- },
3314
- "&.MuiAccordionSummary-root.Mui-expanded": {
3315
- background: o.palette.state.toneOp,
3316
- "& .M4LTypography-root": {
3317
- "& .MuiTypography-root": {
3318
- ...o.typography.bodyDens,
3319
- color: o.palette.text?.primary
3320
- }
3321
- },
3322
- "& .MuiAccordionSummary-expandIconWrapper": {
3323
- transform: "rotate(0deg)"
3324
- },
3325
- "& .M4LAccordion-endIcon": {
3326
- transform: "rotate(90deg)"
3327
- },
3328
- "& .M4LIconButton-root": {}
3253
+ padding: "4px 8px",
3254
+ borderRadius: "4px",
3255
+ height: "32px",
3256
+ minHeight: "32px",
3257
+ "&:hover": {},
3258
+ "&.MuiAccordionSummary-root": {
3259
+ background: o.palette.background.default,
3260
+ "& .Mui-expanded": {
3261
+ background: o.palette.state.active12,
3262
+ borderRadius: "4px 4px 0px 0px",
3263
+ height: "32px",
3264
+ minHeight: "32px",
3265
+ "& .M4LTypography-root": {
3266
+ "& .MuiTypography-root": {
3267
+ ...o.typography.bodyDens,
3268
+ color: o.palette.text?.primary
3269
+ }
3270
+ },
3271
+ "& .MuiAccordionSummary-expandIconWrapper": {
3272
+ transform: "rotate(0deg)"
3273
+ },
3274
+ "& .M4LAccordion-endIcon": {
3275
+ transform: "rotate(90deg)"
3276
+ },
3277
+ "& .M4LIconButton-root": {}
3278
+ }
3329
3279
  },
3330
3280
  test: "root"
3331
3281
  },
3332
3282
  "& .MuiCollapse-root": {
3333
3283
  background: o.palette.background.default,
3334
- borderTop: "1px solid",
3335
- borderColor: o.palette.state.default,
3284
+ borderColor: o.palette.state.borderPrimary,
3336
3285
  borderRadius: "0px 0px 4px 4px",
3337
- padding: "0",
3286
+ padding: "8px",
3338
3287
  "& .M4LAccordion-content": {
3339
3288
  "& .M4LPropertyValue-root:last-of-type": {
3340
3289
  borderBottom: "unset"
@@ -3351,8 +3300,9 @@ const i = (o) => ({
3351
3300
  flexDirection: "column",
3352
3301
  width: "100%",
3353
3302
  height: "auto",
3303
+ gap: "8px",
3354
3304
  "& .M4LCommonActions-root": {
3355
- padding: "16px 16px 8px 0px"
3305
+ padding: "16px 0px 0px 0px"
3356
3306
  }
3357
3307
  }
3358
3308
  }
@@ -3361,74 +3311,88 @@ const i = (o) => ({
3361
3311
  M4LPeriod: {
3362
3312
  styleOverrides: {
3363
3313
  "&.M4LPeriod-root": {
3364
- border: "solid 1px",
3365
- borderColor: o.palette.state.overdefoult,
3314
+ border: "solid 1.3px",
3315
+ borderColor: o.palette.state.borderPrimary,
3366
3316
  display: "flex",
3367
3317
  width: "100%",
3368
- gap: "2px",
3318
+ minHeight: "24px",
3319
+ height: "fit-content",
3369
3320
  borderRadius: "4px",
3370
- padding: "4px 0 4px 4px",
3371
3321
  "& .M4LPeriod-stateReadOnly": {},
3372
3322
  "& .M4LPeriod-gap": {
3373
3323
  backgroundColor: "transparent"
3374
3324
  },
3375
3325
  "& .M4LIcon-root": {
3376
- margin: "0px 8px"
3326
+ padding: "0 8px",
3327
+ minHeight: "24px",
3328
+ minWidth: "24px"
3377
3329
  },
3378
3330
  "& .M4LPeriod-containerDateLabel": {
3379
3331
  width: "100%",
3380
- borderRadius: "2px",
3381
- border: "solid 1px",
3382
- borderColor: o.palette.state.overdefoult,
3332
+ borderRight: "solid 1.3px",
3333
+ borderColor: o.palette.state.borderPrimary,
3383
3334
  padding: "0px 0px 0px 8px"
3384
3335
  },
3385
3336
  "& .M4LPeriod-containerDateValue": {
3386
3337
  display: "flex",
3387
3338
  width: "100%",
3388
- borderRadius: "2px",
3389
- border: "solid 1px",
3390
- borderColor: o.palette.state.overdefoult,
3339
+ borderRight: "solid 1.3px",
3340
+ borderColor: o.palette.state.borderPrimary,
3391
3341
  padding: "0px 0px 0px 8px"
3392
3342
  },
3393
3343
  "&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod": {
3394
3344
  width: "100%",
3345
+ minHeight: "24px",
3346
+ height: "fit-content",
3395
3347
  "& .MuiAutocomplete-root": {
3396
3348
  width: "100%",
3397
- borderRadius: "2px",
3398
- borderColor: o.palette.state.borderDefault,
3349
+ minHeight: "24px",
3350
+ height: "fit-content",
3351
+ borderColor: o.palette.state.borderPrimary,
3399
3352
  "& .MuiFormControl-root": {
3353
+ minHeight: "24px",
3354
+ height: "fit-content",
3400
3355
  width: "100%",
3401
- border: "solid 1px",
3402
- borderColor: o.palette.state.overdefoult
3403
- },
3404
- "& .MuiInputBase-root": {
3405
- width: "100%",
3406
- borderRadius: "2px",
3407
- paddingLeft: "4px",
3408
- background: "transparent",
3409
- "& .MuiInputBase-input": {
3410
- padding: "0px"
3356
+ borderRight: "solid 1.3px",
3357
+ borderColor: o.palette.state.borderPrimary,
3358
+ "& .MuiInputBase-root": {
3359
+ minHeight: "24px",
3360
+ width: "100%",
3361
+ gap: "16px",
3362
+ padding: "0 0 0 8px",
3363
+ background: "transparent",
3364
+ "& .MuiInputBase-input": {
3365
+ padding: "0"
3366
+ },
3367
+ "& .MuiAutocomplete-endAdornment": {
3368
+ position: "relative",
3369
+ minHeight: "24px",
3370
+ "& .MuiButtonBase-root": {
3371
+ padding: "0",
3372
+ display: "inline",
3373
+ margin: "0",
3374
+ height: "24px"
3375
+ }
3376
+ }
3411
3377
  }
3412
3378
  }
3413
3379
  },
3414
3380
  "& .MuiTextField-root": {
3415
3381
  width: "100%",
3416
- borderRadius: "2px",
3417
- border: "solid 1px",
3418
- borderColor: o.palette.state.overdefoult,
3382
+ minHeight: "24px",
3383
+ height: "fit-content",
3384
+ borderRight: "solid 1.3px",
3385
+ borderColor: o.palette.state.borderPrimary,
3419
3386
  "& .MuiInputBase-root": {
3420
- borderRadius: "2px",
3421
- paddingLeft: "4px",
3387
+ minHeight: "24px",
3388
+ padding: "0 0 0 4px",
3422
3389
  background: "transparent"
3423
3390
  },
3424
3391
  "& .MuiInputBase-root.Mui-focused": {
3425
- borderRadius: "2px",
3426
3392
  paddingLeft: "4px",
3427
3393
  borderColor: o.palette.state.active
3428
3394
  },
3429
3395
  "& .MuiInputBase-root:hover": {
3430
- height: "100%",
3431
- borderRadius: "2px",
3432
3396
  paddingLeft: "4px",
3433
3397
  background: o.palette.state.active12,
3434
3398
  padding: "0px 0px 0px 4px"
@@ -3453,9 +3417,8 @@ const i = (o) => ({
3453
3417
  width: "100%",
3454
3418
  background: "transparent",
3455
3419
  "& .MuiInputBase-root:hover": {
3456
- borderRadius: "2px",
3457
3420
  paddingLeft: "4px",
3458
- background: "transparent",
3421
+ background: o.palette.error.opacity,
3459
3422
  height: "100%"
3460
3423
  }
3461
3424
  }
@@ -3465,14 +3428,13 @@ const i = (o) => ({
3465
3428
  boxShadow: o.customShadows.z2,
3466
3429
  "&.M4LPeriod-stateWarning:hover": {
3467
3430
  borderColor: o.palette.state.warning.normal,
3468
- background: "transparent",
3469
3431
  boxShadow: o.customShadows.z2,
3432
+ background: "transparent",
3470
3433
  "& .MuiTextField-root:hover": {
3471
3434
  background: "transparent",
3472
3435
  "& .MuiInputBase-root:hover": {
3473
- borderRadius: "2px",
3474
- paddingLeft: "4px",
3475
- background: "transparent"
3436
+ background: o.palette.warning.opacity,
3437
+ paddingLeft: "4px"
3476
3438
  }
3477
3439
  }
3478
3440
  }
@@ -3482,14 +3444,13 @@ const i = (o) => ({
3482
3444
  boxShadow: o.customShadows.z2,
3483
3445
  "&.M4LPeriod-stateSuccess:hover": {
3484
3446
  borderColor: o.palette.state.success.normal,
3485
- background: "transparent",
3486
3447
  boxShadow: o.customShadows.z2,
3448
+ background: "transparent",
3487
3449
  "& .MuiTextField-root:hover": {
3488
3450
  background: "transparent",
3489
3451
  "& .MuiInputBase-root:hover": {
3490
- borderRadius: "2px",
3491
- paddingLeft: "4px",
3492
- background: "transparent"
3452
+ background: o.palette.success.opacity,
3453
+ paddingLeft: "4px"
3493
3454
  }
3494
3455
  }
3495
3456
  }
@@ -3504,9 +3465,8 @@ const i = (o) => ({
3504
3465
  "& .MuiTextField-root:hover": {
3505
3466
  background: "transparent",
3506
3467
  "& .MuiInputBase-root:hover": {
3507
- borderRadius: "2px",
3508
3468
  paddingLeft: "4px",
3509
- background: "transparent"
3469
+ background: o.palette.info.opacity
3510
3470
  }
3511
3471
  }
3512
3472
  }
@@ -3514,7 +3474,7 @@ const i = (o) => ({
3514
3474
  }
3515
3475
  }
3516
3476
  }
3517
- }), P = (o) => ({
3477
+ }), F = (o) => ({
3518
3478
  M4LModalDialog: {
3519
3479
  styleOverrides: {
3520
3480
  "&.M4LModal-root": {
@@ -3531,7 +3491,7 @@ const i = (o) => ({
3531
3491
  maxHeight: "unset",
3532
3492
  background: o.palette.state.active12,
3533
3493
  border: "2px solid",
3534
- borderColor: o.palette.state.toneOp,
3494
+ borderColor: o.palette.state.borderPrimary,
3535
3495
  boxShadow: o.customShadows.z3,
3536
3496
  [o.breakpoints.down("sm")]: {
3537
3497
  width: "100%",
@@ -3553,11 +3513,11 @@ const i = (o) => ({
3553
3513
  height: "100%",
3554
3514
  overflow: "hidden",
3555
3515
  width: "100%",
3556
- background: o.palette.background.background,
3516
+ background: o.palette.background.default,
3557
3517
  boxShadow: o.customShadows.z3,
3558
3518
  borderRadius: "4px",
3559
3519
  "& .M4LCommonActions-root": {
3560
- padding: "16px 0 8px 0px",
3520
+ padding: "16px 0 0 0",
3561
3521
  margin: "0px",
3562
3522
  width: "100%",
3563
3523
  height: "fit-content",
@@ -3573,8 +3533,8 @@ const i = (o) => ({
3573
3533
  alignItems: "center",
3574
3534
  height: "100%",
3575
3535
  width: "100%",
3576
- padding: "24px 12px 0px 12px",
3577
- background: o.palette.background.neutral,
3536
+ overflow: "auto",
3537
+ gap: "12px",
3578
3538
  "& .M4LModal-modalContent": {
3579
3539
  display: "flex",
3580
3540
  flexDirection: "column",
@@ -3624,55 +3584,38 @@ const i = (o) => ({
3624
3584
  "& .M4LModal-iconCloseHeader": {}
3625
3585
  },
3626
3586
  "& .M4LModal-windowContent": {
3627
- padding: "0 8px",
3587
+ padding: "24px",
3628
3588
  width: "100%",
3629
3589
  height: "100%",
3630
3590
  display: "flex",
3631
3591
  flexDirection: "column",
3632
3592
  flex: "1",
3633
- overflow: "hidden",
3634
- [o.breakpoints.down("sm")]: {
3635
- padding: "0 8px 8px 8px"
3636
- }
3637
- }
3638
- },
3639
- "& .react-resizable": {
3640
- display: "flex",
3641
- flexDirection: "column",
3642
- justifyContent: "center",
3643
- alignItems: "center",
3644
- "& .M4LIcon-root": {
3645
- "& .M4LIcon-icon": {
3646
- background: o.palette.text.secondary,
3647
- boxShadow: o.customShadows.z1
3648
- }
3593
+ overflow: "hidden"
3649
3594
  }
3650
3595
  }
3651
3596
  }
3652
3597
  }
3653
3598
  }
3654
3599
  }
3655
- }), z = (o) => ({
3600
+ }), H = (o) => ({
3656
3601
  M4LPaperForm: {
3657
3602
  styleOverrides: {
3658
3603
  "&.M4LPaperForm-root": {
3659
3604
  padding: "0",
3660
3605
  borderRadius: "4px",
3661
- boxShadow: o.customShadows.z2,
3662
3606
  background: o.palette.background.default,
3663
3607
  border: "1px solid",
3664
- borderColor: o.palette.state.default,
3608
+ borderColor: o.palette.state.borderSecondary,
3665
3609
  width: "100%",
3666
3610
  height: "auto",
3667
3611
  "& .M4LPaperForm-headerContainer": {
3668
3612
  width: "100%",
3669
- height: "36px",
3670
- minHeight: "36px",
3671
- padding: "4px 8px",
3613
+ height: "28px",
3614
+ minHeight: "28px",
3615
+ padding: "2px 4px 2px 8px",
3672
3616
  margin: "0px",
3673
3617
  borderRadius: "4px",
3674
- background: o.palette.state.default,
3675
- boxShadow: o.customShadows.z1,
3618
+ background: o.palette.background.header,
3676
3619
  borderBottom: "none",
3677
3620
  [o.breakpoints.down("sm")]: {
3678
3621
  height: "44px",
@@ -3691,12 +3634,14 @@ const i = (o) => ({
3691
3634
  "& .M4LPaperForm-content": {
3692
3635
  height: "fit-content",
3693
3636
  width: "100%",
3694
- padding: "8px 0"
3637
+ padding: "12px",
3638
+ color: o.palette.text.primary,
3639
+ ...o.typography.body
3695
3640
  }
3696
3641
  }
3697
3642
  }
3698
3643
  }
3699
- }), F = (o) => ({
3644
+ }), V = (o) => ({
3700
3645
  M4LTooltip: {
3701
3646
  styleOverrides: {
3702
3647
  "&.M4LTooltip-root": {
@@ -3704,24 +3649,20 @@ const i = (o) => ({
3704
3649
  "& .MuiTooltip-tooltip": {
3705
3650
  display: "flex",
3706
3651
  alignItems: "center",
3707
- background: o.palette.background.default,
3652
+ background: o.palette.info.main,
3708
3653
  borderRadius: "4px",
3709
3654
  boxShadow: o.customShadows.z3,
3710
3655
  padding: "4px 8px",
3711
3656
  height: "fit-content",
3712
3657
  minHeight: "24px",
3713
3658
  width: "fit-content",
3714
- margin: "4px 2px 2px 2px",
3715
- marginTop: "0px",
3716
- color: o.palette.text.primary,
3717
- borderTop: "1.5px solid",
3718
- borderColor: o.palette.state.borderTop,
3659
+ color: e.marbleLight[30],
3719
3660
  ...o.typography.body
3720
3661
  }
3721
3662
  }
3722
3663
  }
3723
3664
  }
3724
- }), V = (o) => ({
3665
+ }), z = (o) => ({
3725
3666
  M4LBadge: {
3726
3667
  styleOverrides: {
3727
3668
  "&.M4LBadge-root": {
@@ -3737,11 +3678,16 @@ const i = (o) => ({
3737
3678
  width: "16px",
3738
3679
  lineHeight: "1px",
3739
3680
  textAlign: "center",
3740
- backgroundColor: o.palette.state.active,
3681
+ paddingBottom: "1px",
3682
+ paddingLeft: "7px",
3683
+ borderRadius: "4px",
3684
+ border: "1px solid",
3685
+ borderColor: o.palette.background.default,
3686
+ backgroundColor: o.palette.state.error.normal,
3741
3687
  height: "16px",
3742
3688
  top: "14%",
3743
3689
  right: "16%",
3744
- color: o.palette.patronus?.marbleLight[10]
3690
+ color: o.palette.patronus?.marbleLight[30]
3745
3691
  }
3746
3692
  }
3747
3693
  }
@@ -3754,21 +3700,21 @@ const i = (o) => ({
3754
3700
  background: o.palette.background.default,
3755
3701
  boxShadow: "unset",
3756
3702
  borderRadius: "4px",
3703
+ border: "1px solid",
3704
+ borderColor: o.palette.state.borderPrimary,
3757
3705
  display: "flex",
3758
3706
  position: "relative",
3759
3707
  flexDirection: "column",
3760
3708
  gap: "4px",
3761
3709
  height: "100%",
3762
- borderTop: "1.5",
3763
- borderColor: o.palette.state.borderTop,
3764
3710
  width: "100%",
3765
3711
  "& .M4LDataGrid-actions": {
3766
3712
  ...o.typography.body,
3767
3713
  left: "0px",
3768
3714
  right: "0px",
3769
3715
  top: "0px",
3770
- height: "36px",
3771
- padding: "0px 4px 0 8px",
3716
+ height: "42px",
3717
+ padding: "8px",
3772
3718
  display: "flex",
3773
3719
  flexDirection: "row",
3774
3720
  borderRadius: "4px",
@@ -3786,7 +3732,7 @@ const i = (o) => ({
3786
3732
  gap: "8px",
3787
3733
  marginLeft: "12px",
3788
3734
  "& .M4LIconButton-root": {
3789
- background: o.palette.state.default
3735
+ background: o.palette.background.default
3790
3736
  }
3791
3737
  },
3792
3738
  "& .M4LDataGrid-rowsCount": {
@@ -3796,14 +3742,14 @@ const i = (o) => ({
3796
3742
  "& .M4LDataGrid-rowsCountLabel": {
3797
3743
  ...o.typography.body,
3798
3744
  color: o.palette.text.primary,
3799
- heigth: "100%"
3745
+ height: "100%"
3800
3746
  },
3801
3747
  "& .M4LDataGrid-rowsCountValue": {
3802
3748
  paddingTop: "4px",
3803
3749
  paddingBottom: "2px",
3804
3750
  paddingLeft: "4px",
3805
3751
  paddingRight: "6px",
3806
- background: o.palette.state.overdefoult,
3752
+ background: o.palette.background.default,
3807
3753
  borderRadius: "4px"
3808
3754
  }
3809
3755
  },
@@ -3817,11 +3763,13 @@ const i = (o) => ({
3817
3763
  display: "flex",
3818
3764
  flexDirection: "column",
3819
3765
  position: "absolute",
3820
- top: "36px",
3766
+ top: "42px",
3821
3767
  bottom: "0px",
3822
3768
  left: "0px",
3823
3769
  right: "0px",
3824
3770
  overflow: "hidden",
3771
+ padding: "0 4px",
3772
+ borderRadius: "4px",
3825
3773
  border: "none",
3826
3774
  boxshadow: o.customShadows.z2,
3827
3775
  background: o.palette.background.default,
@@ -3832,6 +3780,7 @@ const i = (o) => ({
3832
3780
  position: "relative",
3833
3781
  height: "100%",
3834
3782
  overflow: "hidden",
3783
+ borderRadius: "4px",
3835
3784
  "& .rdg ": {
3836
3785
  border: "none",
3837
3786
  background: o.palette.background.default,
@@ -3842,9 +3791,8 @@ const i = (o) => ({
3842
3791
  contentVisibility: "unset",
3843
3792
  overflow: "auto",
3844
3793
  padding: "0px",
3845
- borderColor: "none",
3846
3794
  "--rdg-grid-inline-size": "0px",
3847
- "--rdg-header-background-color": o.palette.background.background,
3795
+ "--rdg-header-background-color": o.palette.background.header,
3848
3796
  "--rdg-row-selected-background-color": "#D9E9FC",
3849
3797
  "--rdg-row-hover-background-color": "#D9E9FC",
3850
3798
  "--rdg-background-color": o.palette.background.default,
@@ -3857,8 +3805,11 @@ const i = (o) => ({
3857
3805
  ),
3858
3806
  "--rdg-border-color": "none",
3859
3807
  "&:last-child .rdg-cell": {
3860
- borderBottom: "1px solid !important",
3861
- borderColor: `${o.palette.background.background}!important`,
3808
+ borderTop: "0",
3809
+ borderBottom: "1px solid",
3810
+ borderLeft: "0",
3811
+ borderRight: "0",
3812
+ borderColor: o.palette.state.borderDisable,
3862
3813
  test: "bruce"
3863
3814
  }
3864
3815
  },
@@ -3872,7 +3823,7 @@ const i = (o) => ({
3872
3823
  },
3873
3824
  "&:nth-of-type(odd)": {
3874
3825
  "& .rdg-cell": {
3875
- backgroundColor: o.palette.background.neutral
3826
+ backgroundColor: o.palette.background.default
3876
3827
  }
3877
3828
  },
3878
3829
  '&[aria-selected="true"] .rdg-cell': {
@@ -3927,7 +3878,7 @@ const i = (o) => ({
3927
3878
  color: o.palette.text.primary
3928
3879
  },
3929
3880
  "& .rdg-cell.rdg-cell-align-left": {
3930
- textAlign: "center",
3881
+ textAlign: "start",
3931
3882
  display: "inline",
3932
3883
  justifyContent: "center",
3933
3884
  alignItems: "center"
@@ -3947,18 +3898,19 @@ const i = (o) => ({
3947
3898
  borderColor: o.palette.background.neutral
3948
3899
  },
3949
3900
  "& .rdg-header-row": {
3950
- backgroundColor: o.palette.background.neutral
3901
+ backgroundColor: o.palette.background.header,
3902
+ borderColor: "transparent"
3951
3903
  },
3952
3904
  "& .rdg-header-row .rdg-cell": {
3953
- fontFamily: o.typography.subtitle,
3954
- fontWeight: o.typography.subtitle,
3955
- fontSize: o.typography.subtitle,
3905
+ fontFamily: o.typography.body,
3906
+ fontWeight: o.typography.body,
3907
+ fontSize: o.typography.body,
3956
3908
  color: o.palette.text.primary,
3957
3909
  borderRight: "1px solid",
3958
3910
  boxShadow: "none",
3959
3911
  gridTemplateColumns: "auto",
3960
3912
  borderBottom: "1px solid !important",
3961
- borderColor: `${o.palette.background.background}!important`,
3913
+ borderColor: `${o.palette.background.default}!important`,
3962
3914
  "&.rdg-cell-frozen-last": {
3963
3915
  borderColor: o.palette.background.default,
3964
3916
  "&:after": {
@@ -3967,10 +3919,17 @@ const i = (o) => ({
3967
3919
  },
3968
3920
  boxShadow: "var(--rdg-frozen-cell-box-shadow)"
3969
3921
  },
3970
- "& .rdg-sort-arrow": {
3971
- width: o.spacing(1),
3972
- margin: `0 ${o.spacing(0.5)}`
3973
- }
3922
+ "& .rdg-header-sort-cell": {
3923
+ "& .rdg-header-sort-name + span": {
3924
+ position: "absolute",
3925
+ margin: "auto",
3926
+ right: "5px",
3927
+ "& .rdg-sort-arrow": {
3928
+ width: "8px"
3929
+ }
3930
+ }
3931
+ },
3932
+ "& .rdg-sort-arrow": {}
3974
3933
  },
3975
3934
  "& .rdg-header-row :last-child.rdg-cell": {
3976
3935
  borderTopRightRadius: "0",
@@ -3987,12 +3946,6 @@ const i = (o) => ({
3987
3946
  flexGrow: "1",
3988
3947
  alignItems: "center",
3989
3948
  color: o.palette.text.primary
3990
- },
3991
- '& [aria-columnsort="ASC"]': {
3992
- borderTop: `2px solid ${o.palette.primary.main}`
3993
- },
3994
- '& [aria-columnsort="DESC"]': {
3995
- borderBottom: `2px solid ${o.palette.primary.main}`
3996
3949
  }
3997
3950
  }
3998
3951
  },
@@ -4014,7 +3967,7 @@ const i = (o) => ({
4014
3967
  }
4015
3968
  }
4016
3969
  }
4017
- }), H = (o) => ({
3970
+ }), W = (o) => ({
4018
3971
  M4LPager: {
4019
3972
  styleOverrides: {
4020
3973
  "&.M4LPager-root": {
@@ -4032,7 +3985,7 @@ const i = (o) => ({
4032
3985
  alignItems: "center",
4033
3986
  gap: "2px",
4034
3987
  width: "fit-content",
4035
- background: o.palette.state.default,
3988
+ background: o.palette.background.default,
4036
3989
  borderRadius: "4px",
4037
3990
  [o.breakpoints.down("sm")]: {
4038
3991
  gap: "4px",
@@ -4061,13 +4014,11 @@ const i = (o) => ({
4061
4014
  "& .MuiInputBase-root": {
4062
4015
  padding: "4px 2px 4px 6px",
4063
4016
  borderRadius: "4px",
4064
- background: o.palette.background.background,
4017
+ background: o.palette.background.default,
4065
4018
  overflow: "hidden",
4066
4019
  minWidth: "fit-content",
4067
4020
  "& .MuiSvgIcon-root": {
4068
- background: o.palette.background.neutral,
4069
- borderRight: "1px solid",
4070
- borderColor: o.palette.background.background
4021
+ background: o.palette.background.default
4071
4022
  }
4072
4023
  },
4073
4024
  "& .M4LPager-skeletonRoot": {
@@ -4104,7 +4055,7 @@ const i = (o) => ({
4104
4055
  }
4105
4056
  }
4106
4057
  }
4107
- }), W = (o) => ({
4058
+ }), j = (o) => ({
4108
4059
  M4LCheckBox: {
4109
4060
  styleOverrides: {
4110
4061
  "&.M4LCheckBox-root": {
@@ -4115,51 +4066,52 @@ const i = (o) => ({
4115
4066
  color: o.palette.text.primary,
4116
4067
  ...o.typography.body
4117
4068
  },
4118
- ".M4LCheckBox-small .MuiButtonBase-root": {
4069
+ "& .M4LCheckBox-small .MuiButtonBase-root": {
4119
4070
  width: "20px",
4120
4071
  height: "20px"
4121
4072
  },
4122
- ".MuiCheckbox-root .MuiSvgIcon-fontSizeSmall": {
4073
+ "& .MuiCheckbox-root .MuiSvgIcon-fontSizeSmall": {
4123
4074
  width: "16px",
4124
4075
  height: "16px"
4125
4076
  },
4126
- ".M4LCheckBox-medium .MuiButtonBase-root": {
4077
+ "& .M4LCheckBox-medium .MuiButtonBase-root": {
4127
4078
  width: "24px",
4128
4079
  height: "24px"
4129
4080
  },
4130
- ".MuiCheckbox-root .MuiSvgIcon-fontSizeMedium": {
4081
+ "& .MuiCheckbox-root .MuiSvgIcon-fontSizeMedium": {
4131
4082
  width: "20px",
4132
4083
  height: "20px"
4133
4084
  },
4134
- ".MuiButtonBase-root": {
4085
+ "& .MuiButtonBase-root": {
4135
4086
  borderRadius: "4px"
4136
4087
  },
4137
- ".MuiButtonBase-root:hover": {
4138
- backgroundColor: o.palette.state?.active12
4088
+ "& .MuiButtonBase-root:hover": {
4089
+ backgroundColor: o.palette.state?.active12,
4090
+ borderRadius: "4px"
4139
4091
  },
4140
- ".Mui-focusVisible": {
4092
+ "& .Mui-focusVisible": {
4141
4093
  border: "1px solid",
4142
4094
  borderColor: o.palette.state?.focus
4143
4095
  },
4144
- ".MuiButtonBase-root:hover .MuiSvgIcon-root": {
4096
+ "& .MuiButtonBase-root:hover .MuiSvgIcon-root": {
4145
4097
  fill: o.palette.state?.hover
4146
4098
  },
4147
- ".M4LCheckBox-checkTypography .MuiTypography-root": {
4099
+ "& .M4LCheckBox-checkTypography .MuiTypography-root": {
4148
4100
  ...o.typography.body
4149
4101
  },
4150
- ".M4LCheckBox-stateDisabled .MuiSvgIcon-root": {
4102
+ "& .M4LCheckBox-stateDisabled .MuiSvgIcon-root": {
4151
4103
  fill: o.palette.state?.default
4152
4104
  },
4153
- ".M4LCheckBox-stateDisabled .MuiTypography-root": {
4105
+ "& .M4LCheckBox-stateDisabled .MuiTypography-root": {
4154
4106
  color: o.palette.text.disabled
4155
4107
  },
4156
- ".MuiButtonBase-root .Mui-focusVisible:focus-visible": {
4108
+ "& .MuiButtonBase-root .Mui-focusVisible:focus-visible": {
4157
4109
  outline: "#fff00"
4158
4110
  }
4159
4111
  }
4160
4112
  }
4161
4113
  }
4162
- }), j = (o) => ({
4114
+ }), G = (o) => ({
4163
4115
  M4LStack: {
4164
4116
  styleOverrides: {
4165
4117
  "&.M4LStack-root": {
@@ -4171,7 +4123,7 @@ const i = (o) => ({
4171
4123
  }
4172
4124
  }
4173
4125
  }
4174
- }), G = (o) => ({
4126
+ }), N = (o) => ({
4175
4127
  M4LTabs: {
4176
4128
  styleOverrides: {
4177
4129
  "&.M4LTabs-root": {
@@ -4179,11 +4131,27 @@ const i = (o) => ({
4179
4131
  height: "auto",
4180
4132
  position: "relative",
4181
4133
  minHeight: "36px",
4182
- borderRadius: "0px",
4134
+ borderRadius: "4px 4px 0 0",
4135
+ "& .MuiButtonBase-root": {
4136
+ background: o.palette.background.background,
4137
+ borderRadius: "4px 4px 0 0",
4138
+ "& .MuiSvgIcon-root": {
4139
+ color: o.palette.text.primary
4140
+ }
4141
+ },
4142
+ "& .MuiButtonBase-root:hover": {
4143
+ "& .MuiSvgIcon-root": {
4144
+ color: o.palette.state.active
4145
+ }
4146
+ },
4183
4147
  "& .MuiTabs-scroller": {
4148
+ borderRadius: "4px 4px 0 0",
4184
4149
  "& .MuiTabs-flexContainer": {
4185
4150
  padding: "0px",
4186
- backgroundColor: "transparent"
4151
+ backgroundColor: "transparent",
4152
+ background: o.palette.background.header,
4153
+ width: "fit-content",
4154
+ borderRadius: "4px 4px 0 0"
4187
4155
  }
4188
4156
  },
4189
4157
  "&:not(:last-of-type)": {
@@ -4252,59 +4220,7 @@ const i = (o) => ({
4252
4220
  }
4253
4221
  }
4254
4222
  }
4255
- }), N = (o) => ({
4256
- M4LToolkitPage: {
4257
- styleOverrides: {
4258
- "&.M4LToolkitPage-root": {
4259
- display: "flex",
4260
- flexDirection: "column",
4261
- overflow: "auto",
4262
- border: "1px solid",
4263
- width: "2550px",
4264
- height: "3300px",
4265
- padding: "300px"
4266
- }
4267
- }
4268
- }
4269
4223
  }), U = (o) => ({
4270
- M4LToolkitSection: {
4271
- styleOverrides: {
4272
- "&.M4LToolkitSection-root": {
4273
- width: "100%",
4274
- height: "auto",
4275
- display: "flex",
4276
- border: "1px solid transparent",
4277
- padding: "10px",
4278
- gap: "10px",
4279
- "&.M4LToolkitSection-directionColumn": {
4280
- flexDirection: "column"
4281
- },
4282
- "&.M4LToolkitSection-directionRow": {
4283
- flexDirection: "row"
4284
- },
4285
- "&.M4LToolkitSection-borderBottom": {
4286
- borderBottomColor: o.palette.state.overdefoult
4287
- }
4288
- }
4289
- }
4290
- }
4291
- }), X = (o) => ({
4292
- M4LToolkitDivider: {
4293
- styleOverrides: {
4294
- "&.M4LToolkitDivider-root": {
4295
- backgroundColor: o.palette.state.overdefoult,
4296
- "&.M4LToolkitDivider-directionHorizontal": {
4297
- width: "100%",
4298
- height: "1px"
4299
- },
4300
- "&.M4LToolkitDivider-directionVertical": {
4301
- width: "1px",
4302
- height: "100%"
4303
- }
4304
- }
4305
- }
4306
- }
4307
- }), Y = (o) => ({
4308
4224
  M4LTabContent: {
4309
4225
  styleOverrides: {
4310
4226
  "&.M4LTabContent-root": {
@@ -4316,14 +4232,32 @@ const i = (o) => ({
4316
4232
  gap: "4px",
4317
4233
  background: o.palette.background.default,
4318
4234
  borderRadius: "0 0 4px 4px",
4319
- position: "relative"
4235
+ position: "relative",
4236
+ flex: 1
4320
4237
  }
4321
4238
  }
4322
4239
  }
4323
- }), q = (o) => ({
4240
+ }), X = (o) => ({
4324
4241
  M4LMenuActions: {
4325
4242
  styleOverrides: {
4326
4243
  "&.M4LMenuActions-root": {
4244
+ "& .MuiPaper-root": {
4245
+ display: "flex",
4246
+ flexDirection: "column",
4247
+ background: o.palette.background.default,
4248
+ gap: "8px",
4249
+ "& .MuiButtonBase-root": {
4250
+ display: "flex",
4251
+ justifyContent: "center",
4252
+ minHeight: "24px",
4253
+ minWidth: "24px",
4254
+ padding: "0",
4255
+ "& .M4LIcon-root": {},
4256
+ "& .css-hgjo64": {
4257
+ margin: "0"
4258
+ }
4259
+ }
4260
+ },
4327
4261
  "& .M4LMenuActions-itemDelete": {
4328
4262
  color: o.palette.state.error.normal,
4329
4263
  "& .M4LIcon-root .M4LIcon-icon": {
@@ -4333,51 +4267,576 @@ const i = (o) => ({
4333
4267
  }
4334
4268
  }
4335
4269
  }
4270
+ }), Y = (o) => ({
4271
+ M4LPrintingSystem: {
4272
+ styleOverrides: {
4273
+ "&.M4LPrintingSystem-root": {
4274
+ position: "absolute",
4275
+ backgroundColor: "#fff",
4276
+ display: "flex",
4277
+ flexDirection: "column",
4278
+ alignItems: "center",
4279
+ overflow: "visible",
4280
+ color: "#5C6A6C",
4281
+ top: 0,
4282
+ left: 0,
4283
+ right: 0,
4284
+ height: "auto",
4285
+ "& .M4LPrintingSystem-pageNodeRoot": {
4286
+ overflow: "hidden",
4287
+ display: "flex",
4288
+ flexDirection: "column",
4289
+ pageBreakBefore: "always",
4290
+ backgroundColor: "#fff"
4291
+ },
4292
+ "& .M4LPrintingSystem-sectionNodeRoot": {
4293
+ display: "flex",
4294
+ overflow: "hidden"
4295
+ },
4296
+ "& .M4LPrintingSystem-headerNodeRoot": {
4297
+ display: "flex",
4298
+ justifyContent: "space-between",
4299
+ overflow: "hidden"
4300
+ },
4301
+ "& .M4LPrintingSystem-footerNodeRoot": {
4302
+ display: "flex",
4303
+ justifyContent: "space-between",
4304
+ overflow: "hidden"
4305
+ },
4306
+ "& .M4LPrintingSystem-textBoxNodeRoot": {
4307
+ height: "auto",
4308
+ "&.M4LPrintingSystem-textBoxNodeVariant-h1": {
4309
+ ...o.typography.h1,
4310
+ fontSize: "18px!important"
4311
+ },
4312
+ "&.M4LPrintingSystem-textBoxNodeVariant-h3": {
4313
+ ...o.typography.subtitle
4314
+ },
4315
+ "&.M4LPrintingSystem-textBoxNodeVariant-body": {
4316
+ ...o.typography.body
4317
+ },
4318
+ "&.M4LPrintingSystem-textBoxNodeVariant-action": {
4319
+ ...o.typography.action
4320
+ }
4321
+ },
4322
+ "& .M4LPrintingSystem-bodyNodeRoot": {
4323
+ display: "flex",
4324
+ flex: "1"
4325
+ },
4326
+ "& .M4LPrintingSystem-paperNodeRoot": {
4327
+ display: "flex",
4328
+ flexDirection: "column",
4329
+ "& .M4LPrintingSystem-paperNodeContainerTitles": {
4330
+ display: "flex",
4331
+ padding: "4px",
4332
+ border: "2px",
4333
+ backgroundColor: "#F0F2F2",
4334
+ "& .M4LPrintingSystem-paperNodeTitle": {
4335
+ ...o.typography.subtitleDens,
4336
+ fontSize: "12px!important",
4337
+ color: "#364040"
4338
+ },
4339
+ "& .M4LPrintingSystem-paperNodeTitleSecondary": {
4340
+ ...o.typography.subtitleDens,
4341
+ fontSize: "12px!important",
4342
+ paddingLeft: "10px",
4343
+ marginLeft: "10px",
4344
+ borderLeft: "1px solid",
4345
+ borderColor: "#A7B4B9"
4346
+ }
4347
+ },
4348
+ "& .M4LPrintingSystem-paperNodeContent": {
4349
+ padding: "8px",
4350
+ display: "flex",
4351
+ flexDirection: "column",
4352
+ gap: "8px"
4353
+ }
4354
+ },
4355
+ "& .M4LPrintingSystem-propertyValueNodeRoot": {
4356
+ display: "flex",
4357
+ "&.M4LPrintingSystem-propertyValueNodeVertical": {
4358
+ flexDirection: "row",
4359
+ "& .M4LPrintingSystem-propertyValueNodeContent": {
4360
+ padding: "4px 0px 4px 8px"
4361
+ },
4362
+ "& .M4LPrintingSystem-propertyValueNodeTitle": {
4363
+ padding: "4px"
4364
+ }
4365
+ },
4366
+ "&.M4LPrintingSystem-propertyValueNodeHorizontal": {
4367
+ flexDirection: "column",
4368
+ "& .M4LPrintingSystem-propertyValueNodeContent": {
4369
+ padding: "4px 0",
4370
+ border: "unset"
4371
+ },
4372
+ "& .M4LPrintingSystem-propertyValueNodeTitle": {
4373
+ padding: "4px 0"
4374
+ }
4375
+ },
4376
+ "& .M4LPrintingSystem-propertyValueNodeTitle": {
4377
+ ...o.typography.body,
4378
+ color: "#323B3B",
4379
+ borderBottom: "1px solid",
4380
+ borderColor: "#323B3B"
4381
+ },
4382
+ "& .M4LPrintingSystem-propertyValueNodeContent": {
4383
+ ...o.typography.body,
4384
+ width: "100%",
4385
+ borderBottom: "1px solid",
4386
+ borderColor: "#E9EBEB"
4387
+ }
4388
+ },
4389
+ "& .M4LPrintingSystem-dividerNodeRoot": {
4390
+ backgroundColor: o.palette.state.borderDefault,
4391
+ "&.M4LPrintingSystem-dividerNodeVertical": {
4392
+ width: "1px",
4393
+ height: "100%"
4394
+ },
4395
+ "&.M4LPrintingSystem-dividerNodeHorizontal": {
4396
+ height: "1px",
4397
+ width: "100%"
4398
+ }
4399
+ },
4400
+ "& .M4LPrintingSystem-gridNodeRoot": {
4401
+ borderCollapse: "collapse",
4402
+ "& .M4LPrintingSystem-gridNodeTh": {
4403
+ display: "flex",
4404
+ alignItems: "center",
4405
+ padding: "2px 10px",
4406
+ height: "40px",
4407
+ borderRadius: "2px",
4408
+ backgroundColor: "#E1E9EA",
4409
+ flex: "1",
4410
+ ...o.typography.bodyDens,
4411
+ color: "#364040",
4412
+ "&:first-of-type": {
4413
+ borderTopLeftRadius: "10px"
4414
+ },
4415
+ "&:last-of-type": {
4416
+ borderTopRightRadius: "10px",
4417
+ flex: 1
4418
+ }
4419
+ },
4420
+ "& .M4LPrintingSystem-gridNodeTd": {
4421
+ display: "flex",
4422
+ alignItems: "center",
4423
+ padding: "2px 10px",
4424
+ minHeight: "30px",
4425
+ height: "auto",
4426
+ flex: "1",
4427
+ ...o.typography.body,
4428
+ color: "#364040"
4429
+ },
4430
+ "& .M4LPrintingSystem-gridNodeTr": {
4431
+ display: "flex",
4432
+ width: "100%",
4433
+ gap: "2px",
4434
+ "&:nth-of-type(odd) .M4LPrintingSystem-gridNodeTd": {
4435
+ backgroundColor: "#F0F4F4"
4436
+ },
4437
+ "&:nth-of-type(even) .M4LPrintingSystem-gridNodeTd": {
4438
+ backgroundColor: "#F7FCFC"
4439
+ }
4440
+ }
4441
+ },
4442
+ "& .M4LPrintingSystem-chartNodeRoot": {
4443
+ display: "flex",
4444
+ justifyContent: "center",
4445
+ maxHeight: "300px"
4446
+ }
4447
+ }
4448
+ }
4449
+ }
4450
+ }), q = (o) => ({
4451
+ M4LFormatter: {
4452
+ styleOverrides: {
4453
+ "&.M4LFormatter-root": {
4454
+ "& .M4LFormatter-booleanFormatterIcon": {
4455
+ "& .M4LIcon-icon": {
4456
+ backgroundColor: o.palette.text.secondary
4457
+ },
4458
+ "&.M4LFormatter-booleanFormatterCheck": {
4459
+ "& .M4LIcon-icon": {
4460
+ backgroundColor: o.palette.state.active
4461
+ }
4462
+ }
4463
+ }
4464
+ }
4465
+ }
4466
+ }
4467
+ }), J = (o) => ({
4468
+ M4LoadingError: {
4469
+ styleOverrides: {
4470
+ "&.M4LoadingError-root": {
4471
+ display: "flex",
4472
+ flexDirection: "column",
4473
+ justifyContent: "center",
4474
+ alignItems: "center",
4475
+ position: "relative",
4476
+ inset: "0",
4477
+ overflow: "hidden",
4478
+ width: "100%",
4479
+ height: "100%",
4480
+ "& .M4LoadingError-loadingError": {
4481
+ display: "flex",
4482
+ padding: "12px",
4483
+ flexDirection: "column",
4484
+ justifyContent: "center",
4485
+ alignItems: "center",
4486
+ gap: "12px",
4487
+ position: "absolute",
4488
+ inset: "0",
4489
+ "& .M4LIcon-root": {
4490
+ display: "flex",
4491
+ padding: "12px",
4492
+ " .M4LIcon-icon": {
4493
+ width: "100px",
4494
+ height: "100px",
4495
+ backgroundColor: o.palette.state.skeleton.default
4496
+ }
4497
+ },
4498
+ "& .M4LoadingError-titleDescription": {
4499
+ textAlign: "center"
4500
+ },
4501
+ "& .M4LoadingError-loadingErrorTitle": {
4502
+ ...o.typography.h5,
4503
+ color: o.palette.text.primary,
4504
+ [o.breakpoints.down("sm")]: {
4505
+ ...o.typography.h5
4506
+ }
4507
+ },
4508
+ "& .M4LoadingError-loadingErrorDescription": {
4509
+ ...o.typography.paragraphDens,
4510
+ color: o.palette.text.secondary
4511
+ },
4512
+ "& .M4LoadingError-loadingErrorDivider": {
4513
+ width: "208px",
4514
+ height: "1px",
4515
+ background: o.palette.state.borderPrimary
4516
+ },
4517
+ "& .MuiTypography-paragraph": {
4518
+ ...o.typography.paragraph,
4519
+ color: o.palette.text.primary
4520
+ },
4521
+ "& .MuiButtonBase-root": {}
4522
+ }
4523
+ }
4524
+ }
4525
+ }
4526
+ }), K = (o) => ({
4527
+ M4LMFLoader: {
4528
+ styleOverrides: {
4529
+ "&.M4LMFLoader-root": {
4530
+ width: "100%",
4531
+ height: "100%",
4532
+ display: "flex",
4533
+ flexDirection: "column",
4534
+ alignItems: "center",
4535
+ overflow: "auto"
4536
+ }
4537
+ }
4538
+ }
4539
+ }), Q = (o) => ({
4540
+ M4LLoadingButton: {
4541
+ styleOverrides: {
4542
+ "&.M4LLoadingButton-root": {
4543
+ width: "auto",
4544
+ display: "flex",
4545
+ justifyContent: "center",
4546
+ "& .MuiButtonBase-root.MuiLoadingButton-loading": {
4547
+ "& .M4LTypography-root": {
4548
+ opacity: "0"
4549
+ }
4550
+ },
4551
+ "& .MuiCircularProgress-root": {
4552
+ color: `${o.palette.text.primary}!important`
4553
+ },
4554
+ "& .M4LLoadingButton-skeleton ": {
4555
+ height: "100%!important",
4556
+ borderRadius: "4px"
4557
+ },
4558
+ "& .MuiButtonBase-root": {
4559
+ display: "flex",
4560
+ textTransform: "none",
4561
+ gap: "8px",
4562
+ transition: "all .5s ease",
4563
+ borderRadius: "4px",
4564
+ border: "1px solid transparent",
4565
+ ...o.typography.action,
4566
+ "& .M4LIcon-icon": {
4567
+ transition: "all .5s ease"
4568
+ },
4569
+ "& .MuiButton-startIcon, & .MuiButton-endIcon": {
4570
+ margin: "0px"
4571
+ },
4572
+ "&::before": {
4573
+ inset: "0",
4574
+ border: "1px solid",
4575
+ borderColor: o.palette.state?.focus,
4576
+ borderRadius: "4px",
4577
+ transform: "scale(1.07, 1.36)",
4578
+ position: "absolute",
4579
+ boxSizing: "border-box"
4580
+ }
4581
+ },
4582
+ "&.M4LLoadingButton-isDisabled": {
4583
+ "& .MuiButtonBase-root": {
4584
+ color: `${o.palette.text.disabled}!important`,
4585
+ "& .M4LIcon-icon": {
4586
+ backgroundColor: `${o.palette.text.disabled}!important`
4587
+ }
4588
+ },
4589
+ "&.M4LLoadingButton-variantContained": {
4590
+ "& .MuiButtonBase-root": {
4591
+ color: o.palette.text.disabled,
4592
+ "& .M4LIcon-icon": {
4593
+ backgroundColor: o.palette.text.disabled
4594
+ },
4595
+ "&:hover": {
4596
+ backgroundColor: o.palette.state?.default,
4597
+ color: o.palette.text.disabled,
4598
+ "& .M4LIcon-icon": {
4599
+ backgroundColor: o.palette.text.disabled,
4600
+ color: o.palette.text.disabled
4601
+ }
4602
+ },
4603
+ "&:active": {
4604
+ backgroundColor: o.palette.state?.default,
4605
+ color: o.palette.text.disabled,
4606
+ "& .M4LIcon-icon": {
4607
+ backgroundColor: o.palette.text.disabled,
4608
+ color: o.palette.text.disabled
4609
+ }
4610
+ },
4611
+ "&.Mui-focusVisible": {
4612
+ backgroundColor: o.palette.state?.default,
4613
+ color: o.palette.text.disabled,
4614
+ "& .M4LIcon-icon": {
4615
+ backgroundColor: o.palette.text.disabled,
4616
+ color: o.palette.text.disabled
4617
+ },
4618
+ "&::before": {
4619
+ content: "none"
4620
+ }
4621
+ }
4622
+ }
4623
+ }
4624
+ },
4625
+ "&.M4LLoadingButton-sizeSmall": {
4626
+ height: "24px",
4627
+ "& .MuiButtonBase-root": {
4628
+ padding: "4px 12px"
4629
+ },
4630
+ "&.M4LLoadingButton-skeleton": {
4631
+ height: "24px"
4632
+ }
4633
+ },
4634
+ "&.M4LLoadingButton-sizeMedium": {
4635
+ height: "38px",
4636
+ "& .MuiButtonBase-root": {
4637
+ padding: "8px 16px"
4638
+ },
4639
+ "&.M4LLoadingButton-skeleton": {
4640
+ height: "38px"
4641
+ }
4642
+ },
4643
+ "&.M4LLoadingButton-variantContained": {
4644
+ "& .MuiCircularProgress-root": {
4645
+ color: "#fff!important"
4646
+ },
4647
+ "& .M4LTypography-root": {
4648
+ "& .MuiTypography-root": {
4649
+ color: o.palette.patronus?.marbleLight[30]
4650
+ }
4651
+ },
4652
+ "& .MuiButtonBase-root": {
4653
+ backgroundColor: o.palette.state?.active,
4654
+ color: o.palette.patronus?.marbleLight[10],
4655
+ boxShadow: o.customShadows?.primary,
4656
+ position: "relative",
4657
+ "& .M4LTypography-root": {
4658
+ "MuiTypography-root": {
4659
+ color: "#fff"
4660
+ }
4661
+ },
4662
+ "& .M4LIcon-icon": {
4663
+ backgroundColor: o.palette.text.secondary
4664
+ },
4665
+ "&:hover": {
4666
+ backgroundColor: o.palette.state?.hover,
4667
+ "& .M4LIcon-icon": {
4668
+ backgroundColor: o.palette.patronus?.marbleLight[10]
4669
+ },
4670
+ "& .MuiTypography-root": {
4671
+ color: "#fff"
4672
+ }
4673
+ },
4674
+ "&:active": {
4675
+ backgroundColor: o.palette.state?.active,
4676
+ color: o.palette.patronus?.marbleLight[10],
4677
+ "& .M4LIcon-icon": {
4678
+ backgroundColor: o.palette.patronus?.marbleLight[10]
4679
+ }
4680
+ },
4681
+ "&.Mui-focusVisible": {
4682
+ backgroundColor: o.palette.state?.active,
4683
+ color: o.palette.patronus?.marbleLight[10],
4684
+ "& .M4LIcon-icon": {
4685
+ backgroundColor: o.palette.patronus?.marbleLight[10]
4686
+ },
4687
+ "&::before": {
4688
+ content: "''"
4689
+ }
4690
+ }
4691
+ }
4692
+ },
4693
+ "&.M4LLoadingButton-variantOutlined": {
4694
+ "& .MuiButtonBase-root": {
4695
+ border: "1px solid",
4696
+ borderColor: o.palette.text.secondary,
4697
+ color: o.palette.text.secondary,
4698
+ "& .M4LIcon-icon": {
4699
+ backgroundColor: o.palette.text.secondary
4700
+ },
4701
+ "&:hover": {
4702
+ borderColor: o.palette.state?.hover,
4703
+ color: o.palette.state?.hover,
4704
+ backgroundColor: o.palette.state?.active12,
4705
+ "& .M4LIcon-icon": {
4706
+ backgroundColor: o.palette.state?.hover
4707
+ }
4708
+ },
4709
+ "&:active": {
4710
+ borderColor: o.palette.state?.active,
4711
+ color: o.palette.state?.active,
4712
+ backgroundColor: "transparent",
4713
+ "& .M4LIcon-icon": {
4714
+ backgroundColor: o.palette.state?.active
4715
+ }
4716
+ },
4717
+ "&.Mui-focusVisible": {
4718
+ borderColor: o.palette.state?.active,
4719
+ color: o.palette.state?.active,
4720
+ backgroundColor: "transparent",
4721
+ "& .M4LIcon-icon": {
4722
+ backgroundColor: o.palette.state?.active
4723
+ },
4724
+ "&::before": {
4725
+ content: "''"
4726
+ }
4727
+ }
4728
+ }
4729
+ },
4730
+ "&.M4LLoadingButton-variantText": {
4731
+ "& .MuiButtonBase-root": {
4732
+ color: o.palette.text.secondary,
4733
+ "& .M4LIcon-icon": {
4734
+ backgroundColor: o.palette.text.secondary
4735
+ },
4736
+ "&:hover": {
4737
+ backgroundColor: o.palette.state?.active12,
4738
+ color: o.palette.state?.hover,
4739
+ "& .M4LIcon-icon": {
4740
+ backgroundColor: o.palette.state?.hover
4741
+ }
4742
+ },
4743
+ "&:active": {
4744
+ backgroundColor: "transparent",
4745
+ color: o.palette.state?.active,
4746
+ "& .M4LIcon-icon": {
4747
+ backgroundColor: o.palette.state?.active
4748
+ }
4749
+ },
4750
+ "&.Mui-focusVisible": {
4751
+ backgroundColor: "transparent",
4752
+ color: o.palette.state?.active,
4753
+ "& .M4LIcon-icon": {
4754
+ backgroundColor: o.palette.state?.active
4755
+ },
4756
+ "&:before": {
4757
+ content: "''"
4758
+ }
4759
+ }
4760
+ }
4761
+ }
4762
+ }
4763
+ }
4764
+ }
4765
+ }), Z = (o) => ({
4766
+ M4LToastContainer: {
4767
+ styleOverrides: {
4768
+ "&.M4LToastContainer-root": {
4769
+ "& .Toastify__toast": {
4770
+ backgroundColor: o.palette.background.background,
4771
+ "& .Toastify__toast-icon": {
4772
+ display: "none"
4773
+ },
4774
+ "& .Toastify__close-button": {
4775
+ margin: "auto auto",
4776
+ "& > svg": {
4777
+ fill: o.palette.text.secondary
4778
+ }
4779
+ },
4780
+ "& .M4LToastContainer-toastMessageContainer": {
4781
+ display: "flex",
4782
+ gap: "10px",
4783
+ "& .M4LToastContainer-toastMessageInfo": {
4784
+ ...o.typography.body,
4785
+ color: o.palette.text.secondary
4786
+ }
4787
+ },
4788
+ "&.Toastify__toast--error": {}
4789
+ }
4790
+ }
4791
+ }
4792
+ }
4336
4793
  });
4337
4794
  export {
4338
- R as A,
4339
- A as B,
4795
+ A,
4796
+ P as B,
4340
4797
  D as C,
4341
- P as D,
4342
- z as E,
4343
- F,
4344
- H as G,
4345
- W as H,
4346
- j as I,
4347
- G as J,
4798
+ F as D,
4799
+ H as E,
4800
+ V as F,
4801
+ W as G,
4802
+ j as H,
4803
+ G as I,
4804
+ N as J,
4348
4805
  E as K,
4349
4806
  $ as L,
4350
- b as M,
4807
+ Q as M,
4351
4808
  _ as N,
4352
- N as O,
4353
- U as P,
4354
- X as Q,
4355
- Y as R,
4356
- q as S,
4357
- i as a,
4809
+ U as O,
4810
+ X as P,
4811
+ Y as Q,
4812
+ q as R,
4813
+ J as S,
4814
+ K as T,
4815
+ Z as U,
4816
+ p as a,
4358
4817
  T as b,
4359
- n as c,
4360
- p as d,
4361
- d as e,
4362
- l as f,
4818
+ d as c,
4819
+ l as d,
4820
+ s as e,
4821
+ c as f,
4363
4822
  M as g,
4364
- s as h,
4365
- V as i,
4366
- c as j,
4823
+ u as h,
4824
+ z as i,
4825
+ g as j,
4367
4826
  O as k,
4368
- u as l,
4369
- g as m,
4370
- x as n,
4827
+ x as l,
4828
+ b as m,
4829
+ y as n,
4371
4830
  L as o,
4372
- f as p,
4373
- y as q,
4831
+ h as p,
4832
+ f as q,
4374
4833
  w as r,
4375
- h as s,
4376
- v as t,
4377
- k as u,
4378
- C as v,
4379
- I as w,
4380
- B as x,
4834
+ v as s,
4835
+ k as t,
4836
+ C as u,
4837
+ I as v,
4838
+ B as w,
4839
+ m as x,
4381
4840
  S as y,
4382
- m as z
4841
+ R as z
4383
4842
  };