@m4l/styles 0.0.31 → 0.0.33

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 (65) hide show
  1. package/index.js +37 -37
  2. package/package.json +1 -1
  3. package/theme/defaultThemeOptions.8a0a9552.js +27 -0
  4. package/theme/index.34d0fdea.js +1 -0
  5. package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +249 -29
  6. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +412 -62
  7. package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +58 -3
  8. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +718 -549
  9. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +117 -57
  10. package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +0 -2
  11. package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +5 -0
  12. package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +60 -57
  13. package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +13 -12
  14. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +21 -8
  15. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +107 -90
  16. package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +2 -2
  17. package/theme/overrides/M4LExtendedComponents/M4LImageButton.d.ts +115 -0
  18. package/theme/overrides/M4LExtendedComponents/M4LMFLoader.d.ts +2 -1
  19. package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +11 -2
  20. package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +17 -0
  21. package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +2 -4
  22. package/theme/overrides/M4LExtendedComponents/M4LPDFViewer.d.ts +17 -0
  23. package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +0 -2
  24. package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +1 -2
  25. package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +455 -31
  26. package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +102 -0
  27. package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1 -1
  28. package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +189 -1
  29. package/theme/overrides/M4LExtendedComponents/M4LRHFormProvider.d.ts +1 -0
  30. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +103 -48
  31. package/theme/overrides/M4LExtendedComponents/M4LStack.d.ts +1 -0
  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 +19 -0
  35. package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +79 -0
  36. package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +0 -4
  37. package/theme/overrides/M4LExtendedComponents/M4LanguagePopover.d.ts +16 -1
  38. package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +350 -20
  39. package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +1 -4
  40. package/theme/overrides/M4LExtendedComponents/{index.1cd7b9f2.js → index.7ce8c9f6.js} +1544 -827
  41. package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +101 -4
  42. package/theme/overrides/M4LRHFComponents/M4LRHFCheckbox.d.ts +178 -0
  43. package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +107 -0
  44. package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +160 -9
  45. package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +5 -0
  46. package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +9 -8
  47. package/theme/overrides/M4LRHFComponents/{index.2dbe138a.js → index.d7a80536.js} +303 -58
  48. package/theme/overrides/MUIComponents/Input.d.ts +5 -5
  49. package/theme/overrides/MUIComponents/{index.f50cd1c7.js → index.b3f5b7a7.js} +61 -140
  50. package/theme/overrides/index.c6df0378.js +106 -0
  51. package/theme/{palette.76ca123c.js → palette.c010be01.js} +91 -49
  52. package/theme/palette.d.ts +16 -6
  53. package/theme/{shadows.1c46a94e.js → shadows.f7e9f204.js} +26 -26
  54. package/theme/typography.b14a8e35.js +122 -0
  55. package/theme/typography.d.ts +19 -13
  56. package/types/augmentations.d.ts +1 -1
  57. package/utils/{getColorPresets.5bb0236e.js → getColorPresets.fd669756.js} +1 -1
  58. package/utils/getColorState.5e26c43a.js +239 -0
  59. package/utils/getColorState.d.ts +5 -0
  60. package/theme/defaultThemeOptions.85da8657.js +0 -30
  61. package/theme/index.4dffae0a.js +0 -7
  62. package/theme/overrides/MUIComponents/Tabs.d.ts +0 -903
  63. package/theme/overrides/index.a465322b.js +0 -104
  64. package/theme/typography.89adddae.js +0 -124
  65. package/utils/getColorState.42ed5268.js +0 -208
@@ -1,6 +1,7 @@
1
- import { alpha as r } from "@mui/material/styles";
1
+ import { alpha as e } from "@mui/material/styles";
2
2
  import { alpha as t } from "@mui/system";
3
- const i = (o) => ({
3
+ import { P as r } from "../../palette.c010be01.js";
4
+ const p = (o) => ({
4
5
  M4LDynamicFilter: {
5
6
  styleOverrides: {
6
7
  "&.M4LDynamicFilter-root": {
@@ -8,16 +9,24 @@ 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")]: {
15
16
  minHeight: "auto",
16
17
  height: "auto"
17
18
  },
18
- "&.M4LDynamicFilter-isEmpty.M4LDynamicFilter-isMobile": {
19
+ "&.M4LDynamicFilter-isMobile": {
20
+ "& .M4LDynamicFilter-containerFistRow": {
21
+ "& .M4LDynamicFilter-containerClearFilter": {
22
+ borderLeft: "1px solid",
23
+ borderColor: o.palette.state.borderPrimary
24
+ }
25
+ },
19
26
  "& .M4LDynamicFilter-wrapperApplyedFilters": {
20
- display: "none"
27
+ display: "flex",
28
+ borderTop: "1px solid ",
29
+ borderColor: o.palette.state.borderSecondary
21
30
  }
22
31
  },
23
32
  "&.M4LDynamicFilter-isEmpty": {
@@ -39,7 +48,6 @@ const i = (o) => ({
39
48
  width: "100%",
40
49
  [o.breakpoints.down("sm")]: {
41
50
  height: "44px",
42
- background: o.palette.background.neutral,
43
51
  display: "flex",
44
52
  flexDirection: "row",
45
53
  alignItems: "center",
@@ -49,6 +57,9 @@ const i = (o) => ({
49
57
  width: "100%",
50
58
  alignItems: "center",
51
59
  maxWidth: "100%",
60
+ color: o.palette.text.secondary,
61
+ border: "1px solid",
62
+ borderColor: "transparent",
52
63
  [o.breakpoints.down("sm")]: {
53
64
  height: "100%",
54
65
  padding: "8px"
@@ -61,13 +72,14 @@ const i = (o) => ({
61
72
  "& .M4LDynamicFilter-containerClearFilter": {
62
73
  display: "flex",
63
74
  flexDirection: "row",
64
- gap: "4px",
65
- backgroundColor: o.palette.background.neutral,
75
+ gap: "8px",
66
76
  padding: "4px",
67
77
  height: "100%",
68
78
  alignItems: "center",
69
79
  borderTopRightRadius: "4px",
70
80
  borderBottomRightRadius: "4px",
81
+ borderLeft: "1px solid",
82
+ borderColor: o.palette.state.borderPrimary,
71
83
  "& .M4LIconButton-root .M4LDynamicFilter-filterButton": {
72
84
  background: o.palette.state.focus
73
85
  }
@@ -77,39 +89,38 @@ const i = (o) => ({
77
89
  flexDirection: "row",
78
90
  gap: "8px",
79
91
  padding: "4px 6px 4px 4px",
80
- backgroundColor: o.palette.background.neutral,
81
92
  height: "100%",
82
93
  maxWidth: "135px",
83
94
  width: "100%",
84
95
  alignItems: "center",
85
96
  borderTopLeftRadius: "4px",
86
97
  borderBottomLeftRadius: "4px",
98
+ borderRight: "1px solid",
99
+ borderColor: o.palette.state.borderPrimary,
87
100
  "& > input": {
88
- background: "none",
101
+ background: o.palette.background.default,
89
102
  ...o.typography.body,
90
- color: o.palette.text.primary,
91
- padding: "0px 4px",
103
+ color: o.palette.text.secondary,
104
+ border: "1px solid",
105
+ borderColor: "transparent",
106
+ padding: "4px 8px",
92
107
  width: "100%",
93
108
  height: "100%",
94
- borderRadius: "2px",
95
- border: "1px solid",
96
- borderColor: o.palette.background.neutral,
97
109
  "&::placeholder": {
98
110
  color: o.palette.text.secondary
111
+ },
112
+ "&:focus-visible": {
113
+ color: o.palette.text.secondary,
114
+ border: "1px solid",
115
+ borderColor: o.palette.state.active12,
116
+ background: o.palette.state.active12,
117
+ BorderRadius: "2px",
118
+ outline: "none!important"
119
+ },
120
+ "&:hover": {
121
+ borderColor: o.palette.state.toneOp,
122
+ background: o.palette.state.overdefoult
99
123
  }
100
- },
101
- "& input:focus-visible": {
102
- border: "1px solid",
103
- borderColor: o.palette.state.active12,
104
- background: o.palette.state.active12,
105
- BorderRadius: "2px",
106
- outline: "none",
107
- padding: "0px 4px"
108
- },
109
- "& input:hover": {
110
- border: "1px solid",
111
- borderColor: o.palette.state.toneOp,
112
- background: o.palette.state.overdefoult
113
124
  }
114
125
  },
115
126
  "& .M4LDynamicFilter-wrapperApplyedFilters": {
@@ -131,6 +142,7 @@ const i = (o) => ({
131
142
  }
132
143
  },
133
144
  "& .M4LDynamicFilter-applyedFilter": {
145
+ border: "none",
134
146
  height: "24px",
135
147
  display: "flex",
136
148
  alignItems: "center",
@@ -138,8 +150,6 @@ const i = (o) => ({
138
150
  background: o.palette.state.default,
139
151
  color: o.palette.text.secondary,
140
152
  ...o.typography.body,
141
- border: "1px solid",
142
- borderColor: o.palette.state.default,
143
153
  [o.breakpoints.down("sm")]: {
144
154
  height: "fit-content"
145
155
  },
@@ -162,8 +172,6 @@ const i = (o) => ({
162
172
  padding: "4px",
163
173
  gap: "4px",
164
174
  borderRadius: "6px",
165
- borderTop: "1.5px solid",
166
- borderColor: o.palette.state.borderTop,
167
175
  "& .M4LDynamicFilter-popoverMenuFieldsItem": {
168
176
  paddingLeft: "8px",
169
177
  paddingRight: "12px",
@@ -198,8 +206,8 @@ const i = (o) => ({
198
206
  },
199
207
  "& .M4LRHFormProvider-root": {
200
208
  gap: "0px",
201
- widht: "max-content",
202
- minWidht: "220px",
209
+ width: "max-content",
210
+ minWidth: "220px",
203
211
  height: "fit-content",
204
212
  "& .M4LDynamicFilter-popoverFilterHeader": {
205
213
  background: o.palette.background.neutral,
@@ -246,7 +254,7 @@ const i = (o) => ({
246
254
  }
247
255
  }
248
256
  }
249
- }), n = (o) => ({
257
+ }), d = (o) => ({
250
258
  M4LIcon: {
251
259
  styleOverrides: {
252
260
  ["&.M4LIcon-root"]: {
@@ -259,10 +267,10 @@ const i = (o) => ({
259
267
  backgroundColor: o.palette.text.primary
260
268
  },
261
269
  ".M4LIcon-sizeExtraSmall": {
262
- width: "12px",
263
- height: "12px",
264
- minWidth: "12px",
265
- minHeight: "12px"
270
+ width: "14px",
271
+ height: "14px",
272
+ minWidth: "14px",
273
+ minHeight: "14px"
266
274
  },
267
275
  ".M4LIcon-sizeSmall": {
268
276
  width: "16px",
@@ -295,7 +303,7 @@ const i = (o) => ({
295
303
  }
296
304
  }
297
305
  }
298
- }), p = (o) => ({
306
+ }), l = (o) => ({
299
307
  M4LIconButton: {
300
308
  styleOverrides: {
301
309
  ["&.M4LIconButton-root"]: {
@@ -307,21 +315,21 @@ const i = (o) => ({
307
315
  transition: "all .3s ease",
308
316
  "& .M4LIcon-root .M4LIcon-icon": {
309
317
  transition: "all .3s ease",
310
- backgroundColor: o.palette.text.secondary
318
+ backgroundColor: o.palette.text.primary
311
319
  },
312
320
  "&::before": {
313
321
  boxSizing: "content-box",
314
322
  border: "1px solid",
315
323
  borderColor: o.palette.state?.focus,
316
- borderRadius: "3px",
324
+ borderRadius: "4px",
317
325
  position: "absolute",
318
326
  transition: "all .3s ease"
319
327
  },
320
328
  ".M4LIconButton-sizeExtraSmall&::before": {
321
- width: "22px",
322
- height: "22px",
323
- minWidth: "22px",
324
- minHeight: "22px"
329
+ width: "24px",
330
+ height: "24px",
331
+ minWidth: "24px",
332
+ minHeight: "24px"
325
333
  },
326
334
  ".M4LIconButton-sizeSmall&::before": {
327
335
  width: "26px",
@@ -336,10 +344,10 @@ const i = (o) => ({
336
344
  minHeight: "38px"
337
345
  },
338
346
  "&.M4LIconButton-sizeExtraSmall": {
339
- width: "20px",
340
- height: "20px",
341
- minWidth: "20px",
342
- minHeight: "20px"
347
+ width: "22px",
348
+ height: "22px",
349
+ minWidth: "22px",
350
+ minHeight: "22px"
343
351
  },
344
352
  "&.M4LIconButton-sizeSmall": {
345
353
  width: "24px",
@@ -363,14 +371,14 @@ const i = (o) => ({
363
371
  "&:hover": {
364
372
  backgroundColor: o.palette.state?.hover,
365
373
  "& .M4LIcon-icon": {
366
- backgroundColor: "#fff"
374
+ backgroundColor: o.palette.patronus?.marbleLight[10]
367
375
  }
368
376
  },
369
377
  "&:active": {
370
378
  backgroundColor: o.palette.state?.active,
371
379
  transition: "background-color .5s ease",
372
380
  "& .M4LIcon-icon": {
373
- backgroundColor: "#fff"
381
+ backgroundColor: o.palette.patronus?.marbleLight[10]
374
382
  }
375
383
  },
376
384
  "&.M4LIconButton-isFocus": {
@@ -384,9 +392,9 @@ const i = (o) => ({
384
392
  }
385
393
  },
386
394
  "&.M4LIconButton-variantSecondary:not(&.M4LIconButton-isDisabled)": {
387
- borderColor: o.palette.text.secondary,
395
+ borderColor: o.palette.state.borderDens,
388
396
  "& .M4LIcon-icon": {
389
- backgroundColor: o.palette.text.secondary
397
+ backgroundColor: o.palette.text.primary
390
398
  },
391
399
  "&:hover": {
392
400
  border: "1px solid",
@@ -446,13 +454,28 @@ const i = (o) => ({
446
454
  }
447
455
  }
448
456
  }
449
- }), d = (o) => ({
457
+ }), s = (o) => ({
450
458
  M4LanguagePopover: {
451
459
  styleOverrides: {
452
- ["&.M4LanguagePopover-root"]: {}
460
+ ["&.M4LanguagePopover-root"]: {
461
+ "& .M4LImageButton-root": {
462
+ "& .MuiButtonBase-root": {
463
+ width: "32px",
464
+ height: "32px",
465
+ "M4LImage-root": {
466
+ width: "32px",
467
+ height: "32px",
468
+ "& .M4LImage-lazyLoad": {
469
+ width: "24px !important",
470
+ height: "24px !important"
471
+ }
472
+ }
473
+ }
474
+ }
475
+ }
453
476
  }
454
477
  }
455
- }), l = (o) => ({
478
+ }), c = (o) => ({
456
479
  M4LImageButton: {
457
480
  styleOverrides: {
458
481
  ["&.M4LImageButton-root"]: {
@@ -462,7 +485,11 @@ const i = (o) => ({
462
485
  padding: "4px",
463
486
  borderRadius: "6px",
464
487
  alignItems: "center",
465
- justifyContent: "center"
488
+ justifyContent: "center",
489
+ minHeight: "24px",
490
+ minWidth: "24px",
491
+ height: "24px",
492
+ width: "24px"
466
493
  },
467
494
  ".M4LImage-root": {
468
495
  display: "flex",
@@ -490,11 +517,19 @@ const i = (o) => ({
490
517
  backgroundColor: o.palette.state?.active12,
491
518
  border: "1px solid",
492
519
  borderColor: o.palette.state?.focus
520
+ },
521
+ [o.breakpoints.down("md")]: {
522
+ ".MuiButtonBase-root": {
523
+ minHeight: "36px",
524
+ minWidth: "36px",
525
+ height: "36px",
526
+ width: "36px"
527
+ }
493
528
  }
494
529
  }
495
530
  }
496
531
  }
497
- }), s = (o) => ({
532
+ }), g = (o) => ({
498
533
  M4LImage: {
499
534
  styleOverrides: {
500
535
  ["&.M4LImage-root"]: {
@@ -531,7 +566,7 @@ const i = (o) => ({
531
566
  }
532
567
  }
533
568
  }
534
- }), c = (o) => ({
569
+ }), u = (o) => ({
535
570
  M4LPopover: {
536
571
  styleOverrides: {
537
572
  "&.M4LPopover-root": {
@@ -542,20 +577,37 @@ const i = (o) => ({
542
577
  ".MuiPaper-root": {
543
578
  background: o.palette.background.default,
544
579
  borderRadius: "6px",
545
- padding: "8px",
580
+ padding: "12px",
546
581
  boxShadow: o.customShadows.z3,
547
582
  width: "auto",
548
- zIndex: "10000"
583
+ zIndex: "10000",
584
+ "& .MuiButtonBase-root": {
585
+ justifyContent: "normal !important",
586
+ gap: "8px !important"
587
+ }
549
588
  },
550
589
  "& .M4LanguagePopover-containerItems": {
590
+ "& :nth-of-type(-n + 1)": {
591
+ gap: "8px"
592
+ },
551
593
  "& .M4LanguagePopover-labelItem": {
552
594
  ...o.typography.body,
553
595
  color: o.palette.text.secondary,
554
- borderRadius: "4px"
596
+ borderRadius: "4px",
597
+ margin: "0",
598
+ paddingLeft: "4px"
599
+ },
600
+ "& .MuiButtonBase-root": {
601
+ margin: "0",
602
+ borderRadius: "4px",
603
+ padding: "4px",
604
+ gap: "4px",
605
+ justifyContent: "normal !important"
555
606
  },
556
607
  "& .MuiButtonBase-root:hover": {
557
608
  backgroundColor: o.palette.state?.active12,
558
- borderRadius: "4px"
609
+ borderRadius: "4px",
610
+ padding: "4px"
559
611
  },
560
612
  "& .MuiButtonBase-root.Mui-selected": {
561
613
  backgroundColor: o.palette.state?.active12,
@@ -563,11 +615,31 @@ const i = (o) => ({
563
615
  color: o.palette.state?.active
564
616
  }
565
617
  }
618
+ },
619
+ [o.breakpoints.down("md")]: {
620
+ ".MuiPaper-root": {
621
+ padding: "16px",
622
+ gap: "16px !important",
623
+ "& .MuiButtonBase-root": {
624
+ justifyContent: "normal !important",
625
+ gap: "16px !important",
626
+ "& .css-1qhcwcd": {
627
+ width: "28px !important",
628
+ height: "28px !important",
629
+ alignItems: "center",
630
+ justifyContent: "center",
631
+ "& .M4LImage-root": {
632
+ width: "28px !important",
633
+ height: "28px !important"
634
+ }
635
+ }
636
+ }
637
+ }
566
638
  }
567
639
  }
568
640
  }
569
641
  }
570
- }), u = (o) => ({
642
+ }), x = (o) => ({
571
643
  M4LErrorLabel: {
572
644
  styleOverrides: {
573
645
  ["&.M4LHelperText-root"]: {
@@ -586,7 +658,7 @@ const i = (o) => ({
586
658
  }
587
659
  }
588
660
  }
589
- }), g = (o) => ({
661
+ }), b = (o) => ({
590
662
  M4LTypography: {
591
663
  styleOverrides: {
592
664
  ["&.M4LTypography-root"]: {
@@ -598,23 +670,22 @@ const i = (o) => ({
598
670
  }
599
671
  }
600
672
  }
601
- }), x = (o) => ({
673
+ }), M = (o) => ({
602
674
  M4LButton: {
603
675
  styleOverrides: {
604
676
  "&.M4LButton-root": {
605
- "&.M4LButton-colorError .MuiButtonBase-root": {
606
- backgroundColor: `${o.palette.state.error.normal}!important`
607
- },
608
- "&.M4LButton-colorWarning .MuiButtonBase-root": {
609
- backgroundColor: `${o.palette.state.warning.normal}!important`
610
- },
611
- "&.M4LButton-colorSuccess .MuiButtonBase-root": {
612
- backgroundColor: `${o.palette.state.success.normal}!important`
613
- },
677
+ transition: "all 0.2s",
614
678
  width: "fit-content",
615
679
  display: "flex",
616
680
  justifyContent: "center",
617
681
  ...o.typography.action,
682
+ height: "24px",
683
+ minHeight: "24px",
684
+ borderRadius: "4px",
685
+ [o.breakpoints.down("md")]: {
686
+ height: "36px",
687
+ minHeight: "36px"
688
+ },
618
689
  "& .M4LButton-skeleton ": {
619
690
  height: "100%!important",
620
691
  borderRadius: "4px"
@@ -627,6 +698,12 @@ const i = (o) => ({
627
698
  borderRadius: "4px",
628
699
  border: "1px solid transparent",
629
700
  ...o.typography.action,
701
+ backgroundColor: "#fff0",
702
+ height: "100% !important",
703
+ "&:hover, &:focus": {
704
+ backgroundColor: "transparent",
705
+ transition: "all 0.2s"
706
+ },
630
707
  "& .M4LIcon-icon": {
631
708
  transition: "all .5s ease"
632
709
  },
@@ -651,37 +728,38 @@ const i = (o) => ({
651
728
  }
652
729
  },
653
730
  "&.M4LButton-variantContained": {
654
- "& .MuiButtonBase-root": {
731
+ color: o.palette.text.disabled,
732
+ backgroundColor: o.palette.state.default,
733
+ border: "1px solid",
734
+ borderColor: o.palette.state.borderDisable,
735
+ "& .M4LIcon-icon": {
736
+ backgroundColor: o.palette.text.disabled
737
+ },
738
+ "&:hover": {
739
+ backgroundColor: o.palette.state?.default,
655
740
  color: o.palette.text.disabled,
656
741
  "& .M4LIcon-icon": {
657
- backgroundColor: o.palette.text.disabled
658
- },
659
- "&:hover": {
660
- backgroundColor: o.palette.state?.default,
661
- color: o.palette.text.disabled,
662
- "& .M4LIcon-icon": {
663
- backgroundColor: o.palette.text.disabled,
664
- color: o.palette.text.disabled
665
- }
666
- },
667
- "&:active": {
668
- backgroundColor: o.palette.state?.active,
669
- color: o.palette.text.primary,
670
- "& .M4LIcon-icon": {
671
- backgroundColor: o.palette.text.disabled,
672
- color: o.palette.text.disabled
673
- }
742
+ backgroundColor: o.palette.text.disabled,
743
+ color: o.palette.text.disabled
744
+ }
745
+ },
746
+ "&:active": {
747
+ backgroundColor: o.palette.state?.active,
748
+ color: o.palette.text.primary,
749
+ "& .M4LIcon-icon": {
750
+ backgroundColor: o.palette.text.disabled,
751
+ color: o.palette.text.disabled
752
+ }
753
+ },
754
+ "&.Mui-focusVisible": {
755
+ backgroundColor: o.palette.state?.default,
756
+ color: o.palette.text.disabled,
757
+ "& .M4LIcon-icon": {
758
+ backgroundColor: o.palette.text.disabled,
759
+ color: o.palette.text.disabled
674
760
  },
675
- "&.Mui-focusVisible": {
676
- backgroundColor: o.palette.state?.default,
677
- color: o.palette.text.disabled,
678
- "& .M4LIcon-icon": {
679
- backgroundColor: o.palette.text.disabled,
680
- color: o.palette.text.disabled
681
- },
682
- "&::before": {
683
- content: "none"
684
- }
761
+ "&::before": {
762
+ content: "none"
685
763
  }
686
764
  }
687
765
  }
@@ -689,58 +767,56 @@ const i = (o) => ({
689
767
  "&.M4LButton-sizeSmall": {
690
768
  "& .MuiButtonBase-root": {
691
769
  padding: "4px 12px",
692
- height: "28px",
693
- minHeight: "28px"
770
+ height: "24px",
771
+ minHeight: "24px"
694
772
  },
695
773
  "&.M4LButton-skeleton": {
696
- height: "28px"
774
+ height: "24px"
697
775
  }
698
776
  },
699
777
  "&.M4LButton-sizeMedium": {
700
778
  "& .MuiButtonBase-root": {
701
- padding: "8px 16px",
702
- height: "38px",
703
- minHeight: "38px"
779
+ padding: "8px 12px",
780
+ height: "36px",
781
+ minHeight: "36px"
704
782
  },
705
783
  "&.M4LButton-skeleton": {
706
- height: "38px"
784
+ height: "36px"
707
785
  }
708
786
  },
709
787
  "&.M4LButton-variantContained": {
710
- "& .MuiButtonBase-root": {
788
+ backgroundColor: o.palette.state?.active,
789
+ color: o.palette.patronus?.marbleLight[10],
790
+ boxShadow: o.customShadows?.z1,
791
+ position: "relative",
792
+ "& .M4LIcon-icon": {
793
+ backgroundColor: o.palette.patronus?.marbleLight[10]
794
+ },
795
+ "&:hover": {
796
+ backgroundColor: o.palette.state?.hover,
797
+ color: o.palette.patronus?.marbleLight[10],
798
+ "& .M4LIcon-icon": {
799
+ backgroundColor: o.palette.patronus?.marbleLight[10]
800
+ }
801
+ },
802
+ "&.Mui-focusVisible": {
711
803
  backgroundColor: o.palette.state?.active,
712
804
  color: o.palette.patronus?.marbleLight[10],
713
- boxShadow: o.customShadows?.z1,
714
- position: "relative",
715
805
  "& .M4LIcon-icon": {
716
806
  backgroundColor: o.palette.patronus?.marbleLight[10]
717
807
  },
718
- "&:hover": {
719
- backgroundColor: o.palette.state?.hover,
720
- color: o.palette.patronus?.marbleLight[10],
721
- "& .M4LIcon-icon": {
722
- backgroundColor: o.palette.patronus?.marbleLight[10]
723
- }
724
- },
725
- "&.Mui-focusVisible": {
726
- backgroundColor: o.palette.state?.active,
727
- color: o.palette.patronus?.marbleLight[10],
728
- "& .M4LIcon-icon": {
729
- backgroundColor: o.palette.patronus?.marbleLight[10]
730
- },
731
- "&::before": {
732
- content: "''"
733
- }
808
+ "&::before": {
809
+ content: "''"
734
810
  }
735
811
  }
736
812
  },
737
813
  "&.M4LButton-variantOutlined": {
738
814
  "& .MuiButtonBase-root": {
739
815
  border: "1px solid",
740
- borderColor: o.palette.state.borderDefault,
816
+ borderColor: o.palette.state.borderDens,
741
817
  color: o.palette.text.primary,
742
818
  "& .M4LIcon-icon": {
743
- backgroundColor: o.palette.text.secondary
819
+ backgroundColor: o.palette.text.primary
744
820
  },
745
821
  "&:hover": {
746
822
  borderColor: o.palette.state?.hover,
@@ -773,9 +849,9 @@ const i = (o) => ({
773
849
  },
774
850
  "&.M4LButton-variantText": {
775
851
  "& .MuiButtonBase-root": {
776
- color: o.palette.text.secondary,
852
+ color: o.palette.text.primary,
777
853
  "& .M4LIcon-icon": {
778
- backgroundColor: o.palette.text.secondary
854
+ backgroundColor: o.palette.text.primary
779
855
  },
780
856
  "&:hover": {
781
857
  backgroundColor: o.palette.state?.active12,
@@ -803,258 +879,39 @@ const i = (o) => ({
803
879
  }
804
880
  }
805
881
  },
806
- "& .M4LButton-colorWarning": {
807
- backgroundColor: o.palette.state?.warning,
808
- color: o.palette.patronus?.marbleLight[10],
809
- boxShadow: o.customShadows?.warning
882
+ "&.M4LButton-colorError": {
883
+ backgroundColor: `${o.palette.state.error.normal}`,
884
+ "&:hover": {
885
+ backgroundColor: `${o.palette.state.error.hover}`
886
+ }
810
887
  },
811
- "& .M4LButton-colorError": {
812
- backgroundColor: o.palette.state?.error,
813
- color: o.palette.patronus?.marbleLight[10],
814
- boxShadow: o.customShadows?.error
888
+ "&.M4LButton-colorWarning": {
889
+ backgroundColor: `${o.palette.state.warning.normal}`,
890
+ "&:hover": {
891
+ backgroundColor: `${o.palette.state.warning.hover}`
892
+ }
815
893
  },
816
- "& .M4LButton-colorSuccess": {
817
- backgroundColor: o.palette.state?.success,
818
- color: o.palette.patronus?.marbleLight[10],
819
- boxShadow: o.customShadows?.success
894
+ "&.M4LButton-colorSuccess": {
895
+ backgroundColor: `${o.palette.state.success.normal}`,
896
+ "&:hover": {
897
+ backgroundColor: `${o.palette.state.success.hover}`
898
+ }
820
899
  }
821
900
  }
822
901
  }
823
902
  }
824
- }), b = (o) => ({
825
- M4LoadingButton: {
903
+ }), y = (o) => ({
904
+ M4LNavLink: {
826
905
  styleOverrides: {
827
- "&.M4LoadingButton-root": {
828
- width: "auto",
829
- display: "flex",
830
- justifyContent: "center",
831
- "& .MuiLoadingButton-loading": {
832
- "& .MuiTypography-root": {
833
- color: "transparent"
834
- }
835
- },
836
- "& .MuiCircularProgress-root": {
837
- color: "#fff!important"
838
- },
839
- "& .MuiTypography-root": {
840
- color: "#fff",
841
- transition: "all .5s ease"
842
- },
843
- "& .M4LoadingButton-skeleton ": {
844
- height: "100%!important",
845
- borderRadius: "4px"
906
+ ["&.M4LNavLink-root"]: {
907
+ "& .M4LTypography-root": {
908
+ color: o.palette.state.active
846
909
  },
847
- "& .MuiButtonBase-root": {
848
- display: "flex",
849
- textTransform: "none",
850
- gap: "8px",
851
- transition: "all .5s ease",
852
- borderRadius: "4px",
853
- border: "1px solid transparent",
854
- ...o.typography.action,
855
- "& .M4LIcon-icon": {
856
- transition: "all .5s ease"
857
- },
858
- "& .MuiButton-startIcon, & .MuiButton-endIcon": {
859
- margin: "0px"
860
- },
861
- "&::before": {
862
- inset: "0",
863
- border: "1px solid",
864
- borderColor: o.palette.state?.focus,
865
- borderRadius: "4px",
866
- transform: "scale(1.07, 1.36)",
867
- position: "absolute",
868
- boxSizing: "border-box"
869
- }
870
- },
871
- "&.M4LoadingButton-isDisabled": {
872
- "& .MuiButtonBase-root": {
873
- color: `${o.palette.text.disabled}!important`,
874
- "& .M4LIcon-icon": {
875
- backgroundColor: `${o.palette.text.disabled}!important`
876
- }
877
- },
878
- "&.M4LoadingButton-variantContained": {
879
- "& .MuiButtonBase-root": {
880
- color: o.palette.text.disabled,
881
- "& .M4LIcon-icon": {
882
- backgroundColor: o.palette.text.disabled
883
- },
884
- "&:hover": {
885
- backgroundColor: o.palette.state?.default,
886
- color: o.palette.text.disabled,
887
- "& .M4LIcon-icon": {
888
- backgroundColor: o.palette.text.disabled,
889
- color: o.palette.text.disabled
890
- }
891
- },
892
- "&:active": {
893
- backgroundColor: o.palette.state?.default,
894
- color: o.palette.text.disabled,
895
- "& .M4LIcon-icon": {
896
- backgroundColor: o.palette.text.disabled,
897
- color: o.palette.text.disabled
898
- }
899
- },
900
- "&.Mui-focusVisible": {
901
- backgroundColor: o.palette.state?.default,
902
- color: o.palette.text.disabled,
903
- "& .M4LIcon-icon": {
904
- backgroundColor: o.palette.text.disabled,
905
- color: o.palette.text.disabled
906
- },
907
- "&::before": {
908
- content: "none"
909
- }
910
- }
911
- }
912
- }
913
- },
914
- "&.M4LoadingButton-sizeSmall": {
915
- height: "28px",
916
- "& .MuiButtonBase-root": {
917
- padding: "4px 12px"
918
- },
919
- "&.M4LoadingButton-skeleton": {
920
- height: "28px"
921
- }
922
- },
923
- "&.M4LoadingButton-sizeMedium": {
924
- height: "38px",
925
- "& .MuiButtonBase-root": {
926
- padding: "8px 16px"
927
- },
928
- "&.M4LoadingButton-skeleton": {
929
- height: "38px"
930
- }
931
- },
932
- "&.M4LoadingButton-variantContained": {
933
- "& .MuiButtonBase-root": {
934
- backgroundColor: o.palette.state?.active,
935
- color: o.palette.patronus?.marbleLight[10],
936
- boxShadow: o.customShadows?.primary,
937
- position: "relative",
938
- "& .M4LTypography-root": {
939
- "MuiTypography-root": {
940
- color: "#fff"
941
- }
942
- },
943
- "& .M4LIcon-icon": {
944
- backgroundColor: o.palette.text.secondary
945
- },
946
- "&:hover": {
947
- backgroundColor: o.palette.state?.hover,
948
- "& .M4LIcon-icon": {
949
- backgroundColor: o.palette.patronus?.marbleLight[10]
950
- },
951
- "& .MuiTypography-root": {
952
- color: "#fff"
953
- }
954
- },
955
- "&:active": {
956
- backgroundColor: o.palette.state?.active,
957
- color: o.palette.patronus?.marbleLight[10],
958
- "& .M4LIcon-icon": {
959
- backgroundColor: o.palette.patronus?.marbleLight[10]
960
- }
961
- },
962
- "&.Mui-focusVisible": {
963
- backgroundColor: o.palette.state?.active,
964
- color: o.palette.patronus?.marbleLight[10],
965
- "& .M4LIcon-icon": {
966
- backgroundColor: o.palette.patronus?.marbleLight[10]
967
- },
968
- "&::before": {
969
- content: "''"
970
- }
971
- }
972
- }
973
- },
974
- "&.M4LoadingButton-variantOutlined": {
975
- "& .MuiButtonBase-root": {
976
- border: "1px solid",
977
- borderColor: o.palette.text.secondary,
978
- color: o.palette.text.secondary,
979
- "& .M4LIcon-icon": {
980
- backgroundColor: o.palette.text.secondary
981
- },
982
- "&:hover": {
983
- borderColor: o.palette.state?.hover,
984
- color: o.palette.state?.hover,
985
- backgroundColor: o.palette.state?.active12,
986
- "& .M4LIcon-icon": {
987
- backgroundColor: o.palette.state?.hover
988
- }
989
- },
990
- "&:active": {
991
- borderColor: o.palette.state?.active,
992
- color: o.palette.state?.active,
993
- backgroundColor: "transparent",
994
- "& .M4LIcon-icon": {
995
- backgroundColor: o.palette.state?.active
996
- }
997
- },
998
- "&.Mui-focusVisible": {
999
- borderColor: o.palette.state?.active,
1000
- color: o.palette.state?.active,
1001
- backgroundColor: "transparent",
1002
- "& .M4LIcon-icon": {
1003
- backgroundColor: o.palette.state?.active
1004
- },
1005
- "&::before": {
1006
- content: "''"
1007
- }
1008
- }
1009
- }
1010
- },
1011
- "&.M4LoadingButton-variantText": {
1012
- "& .MuiButtonBase-root": {
1013
- color: o.palette.text.secondary,
1014
- "& .M4LIcon-icon": {
1015
- backgroundColor: o.palette.text.secondary
1016
- },
1017
- "&:hover": {
1018
- backgroundColor: o.palette.state?.active12,
1019
- color: o.palette.state?.hover,
1020
- "& .M4LIcon-icon": {
1021
- backgroundColor: o.palette.state?.hover
1022
- }
1023
- },
1024
- "&:active": {
1025
- backgroundColor: "transparent",
1026
- color: o.palette.state?.active,
1027
- "& .M4LIcon-icon": {
1028
- backgroundColor: o.palette.state?.active
1029
- }
1030
- },
1031
- "&.Mui-focusVisible": {
1032
- backgroundColor: "transparent",
1033
- color: o.palette.state?.active,
1034
- "& .M4LIcon-icon": {
1035
- backgroundColor: o.palette.state?.active
1036
- },
1037
- "&:before": {
1038
- content: "''"
1039
- }
1040
- }
1041
- }
1042
- }
1043
- }
1044
- }
1045
- }
1046
- }), M = (o) => ({
1047
- M4LNavLink: {
1048
- styleOverrides: {
1049
- ["&.M4LNavLink-root"]: {
1050
- "& .M4LTypography-root": {
1051
- color: o.palette.primary.main
1052
- },
1053
- "&: hover": {
1054
- "& .M4LTypography-root": {
1055
- color: o.palette.state?.hover,
1056
- textDecoration: "underline",
1057
- textDecorationColor: o.palette.state?.hover
910
+ "&: hover": {
911
+ "& .M4LTypography-root": {
912
+ color: o.palette.state?.hover,
913
+ textDecoration: "underline",
914
+ textDecorationColor: o.palette.state?.hover
1058
915
  }
1059
916
  },
1060
917
  "& > a": {
@@ -1063,15 +920,16 @@ const i = (o) => ({
1063
920
  }
1064
921
  }
1065
922
  }
1066
- }), y = (o) => ({
923
+ }), L = (o) => ({
1067
924
  M4LSideBar: {
1068
925
  styleOverrides: {
1069
926
  "&.M4LSideBar-root": {
1070
927
  height: "100%",
1071
- width: "auto",
928
+ maxWidth: "220px",
1072
929
  background: o.palette.background.neutral,
1073
- paddingLeft: "0",
1074
- paddingBottom: "14px",
930
+ paddingTop: "24px",
931
+ borderRight: "1.5px solid",
932
+ borderColor: o.palette.state.borderPrimary,
1075
933
  "& .M4LSideBar-subItemActive": {
1076
934
  "& .M4LIcon-icon": {
1077
935
  backgroundColor: `${o.palette.state.focus}!important`
@@ -1081,17 +939,31 @@ const i = (o) => ({
1081
939
  "& .M4LSideBar-wrapperSideBar": {
1082
940
  width: "50px",
1083
941
  "& .M4LSideBar-contentDesktop": {
1084
- "& .M4LSideBar-containerSideBarLogo": {
1085
- marginTop: "0px",
1086
- "& .M4LSideBar-containerLogo": {
1087
- gap: "24px",
1088
- paddingLeft: "24px",
1089
- width: "100%",
1090
- "& .M4LImage-root": {
1091
- minWidth: "40px !important",
1092
- minHeight: "40px !important"
942
+ "& .M4LSideBar-contentGroups": {
943
+ "& .M4LSideBar-itemListMainRoot": {
944
+ "& .M4LSideBar-navItemMainRoot": {
945
+ display: "flex",
946
+ justifyContent: "center",
947
+ width: "100%",
948
+ "& .M4LSideBar-navItemRootContent": {
949
+ padding: "0",
950
+ "& .M4LSideBar-navItemRootContentIconTypo": {
951
+ width: "24px",
952
+ minHeight: "24px",
953
+ height: "24px",
954
+ minWidth: "24px",
955
+ margin: "1px 0 1px 8px",
956
+ "& .M4LIcon-root": {}
957
+ }
958
+ }
1093
959
  }
1094
960
  }
961
+ },
962
+ "& .M4LSideBar-collapseButton": {
963
+ padding: "12px",
964
+ "& .M4LSideBar-containerLogoButtonLogo": {
965
+ display: "none"
966
+ }
1095
967
  }
1096
968
  }
1097
969
  }
@@ -1103,7 +975,7 @@ const i = (o) => ({
1103
975
  },
1104
976
  "& .M4LSideBar-wrapperSideBar": {
1105
977
  height: "100%",
1106
- width: "250px",
978
+ width: "100%",
1107
979
  "& .M4LSideBar-containerSideBarLogo": {
1108
980
  display: "flex",
1109
981
  justifyContent: "flex-start",
@@ -1150,7 +1022,12 @@ const i = (o) => ({
1150
1022
  },
1151
1023
  "& .M4LSideBar-wrapperGroup": {
1152
1024
  height: "100%",
1153
- paddingLeft: "10px",
1025
+ padding: "0 8px",
1026
+ "& .M4LScrollBar-root": {
1027
+ overflow: "hidden",
1028
+ height: "100%",
1029
+ gap: "8px"
1030
+ },
1154
1031
  "& .M4LSideBar-wrapperGroupTitle": {
1155
1032
  height: "60px",
1156
1033
  "& .M4LTypography-root": {
@@ -1160,7 +1037,8 @@ const i = (o) => ({
1160
1037
  with: "100%",
1161
1038
  overflow: "hidden",
1162
1039
  textOverflow: "ellipsis",
1163
- textWrap: "nowrap"
1040
+ textWrap: "nowrap",
1041
+ ...o.typography.bodyDens
1164
1042
  }
1165
1043
  }
1166
1044
  },
@@ -1169,8 +1047,8 @@ const i = (o) => ({
1169
1047
  borderRadius: "4px 0px 0px 4px",
1170
1048
  justifyContent: "center",
1171
1049
  flexDirection: "column",
1172
- padding: "0px 0px 8px 0px",
1173
1050
  gap: "4px",
1051
+ paddingBottom: "4px",
1174
1052
  "& .M4LSideBar-navItemMainRoot": {
1175
1053
  backgroundColor: "transparent",
1176
1054
  borderRadius: "4px",
@@ -1181,10 +1059,11 @@ const i = (o) => ({
1181
1059
  },
1182
1060
  "&.M4LSideBar-itemMainActive": {
1183
1061
  borderRadius: "4px",
1062
+ height: "26px",
1184
1063
  "& .M4LSideBar-navItemMainRoot": {
1185
1064
  background: o.palette.state.active12,
1186
1065
  "&:hover": {
1187
- background: r(o.palette.state.active || "#fff", 0.24),
1066
+ background: e(o.palette.state.active || "#fff", 0.24),
1188
1067
  cursor: "pointer"
1189
1068
  }
1190
1069
  },
@@ -1195,7 +1074,8 @@ const i = (o) => ({
1195
1074
  },
1196
1075
  "& .M4LTypography-root": {
1197
1076
  "& .MuiTypography-root": {
1198
- color: o.palette.state.focus
1077
+ color: o.palette.state.focus,
1078
+ ...o.typography.paragraphDens
1199
1079
  }
1200
1080
  },
1201
1081
  "& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
@@ -1211,10 +1091,11 @@ const i = (o) => ({
1211
1091
  },
1212
1092
  "&::before": {
1213
1093
  content: '""',
1214
- width: "4px",
1094
+ width: "2px",
1095
+ height: "100%",
1215
1096
  top: "0px",
1216
1097
  bottom: "0px",
1217
- right: "0px",
1098
+ left: "0px",
1218
1099
  backgroundColor: o.palette.state.focus,
1219
1100
  borderRadius: "4px 0px 0px 4px",
1220
1101
  position: "absolute"
@@ -1223,7 +1104,7 @@ const i = (o) => ({
1223
1104
  },
1224
1105
  "& .M4LSideBar-navItemRootContent": {
1225
1106
  display: "flex",
1226
- padding: "8px",
1107
+ padding: "4px 8px 4px 12px",
1227
1108
  justifyContent: "center",
1228
1109
  borderRadius: "4px 0px 0px 4px",
1229
1110
  position: "relative",
@@ -1337,15 +1218,14 @@ const i = (o) => ({
1337
1218
  },
1338
1219
  "& .M4LSideBar-collapseButton": {
1339
1220
  display: "flex",
1340
- paddingTop: "12px",
1221
+ padding: "12px 44px 12px 12px",
1341
1222
  borderTop: "1px solid",
1342
- borderColor: o.palette.state.overdefoult,
1223
+ borderColor: o.palette.state.borderPrimary,
1343
1224
  justifyContent: "flex-end",
1344
- marginRight: "14px",
1345
- marginLeft: "14px",
1346
- gap: "40px",
1225
+ gap: "24px",
1347
1226
  alignItems: "center",
1348
1227
  height: "48px",
1228
+ width: "100%",
1349
1229
  minHeight: "48px",
1350
1230
  flexDirection: "row-reverse",
1351
1231
  "& .M4LSideBar-containerLogoButton": {
@@ -1355,11 +1235,18 @@ const i = (o) => ({
1355
1235
  },
1356
1236
  "& .M4LSideBar-containerLogoButtonLogo": {
1357
1237
  width: "120px",
1358
- height: "32px",
1359
- "& .M4LSideBar-containerLogoButtonIcon": {
1360
- display: "flex",
1361
- alignItems: "center"
1362
- }
1238
+ height: "24px",
1239
+ display: "flex",
1240
+ alignItems: "center",
1241
+ background: o.palette.background.default,
1242
+ borderRadius: "4px"
1243
+ },
1244
+ "& .M4LSideBar-containerLogoButtonIcon": {
1245
+ display: "flex",
1246
+ justifyContent: "center",
1247
+ alignItems: "center",
1248
+ width: "24px",
1249
+ height: "24px"
1363
1250
  }
1364
1251
  }
1365
1252
  }
@@ -1511,7 +1398,8 @@ const i = (o) => ({
1511
1398
  with: "100%",
1512
1399
  overflow: "hidden",
1513
1400
  textOverflow: "ellipsis",
1514
- textWrap: "nowrap"
1401
+ textWrap: "nowrap",
1402
+ ...o.typography.bodyDens
1515
1403
  }
1516
1404
  }
1517
1405
  },
@@ -1520,7 +1408,7 @@ const i = (o) => ({
1520
1408
  borderRadius: "4px 0px 0px 4px",
1521
1409
  justifyContent: "center",
1522
1410
  flexDirection: "column",
1523
- padding: "0px 0px 8px 0px",
1411
+ padding: "0px 0px 4px 0px",
1524
1412
  gap: "4px",
1525
1413
  "& .M4LSideBar-navItemMainRoot": {
1526
1414
  backgroundColor: "transparent",
@@ -1535,7 +1423,7 @@ const i = (o) => ({
1535
1423
  "& .M4LSideBar-navItemMainRoot": {
1536
1424
  background: o.palette.state.active12,
1537
1425
  "&:hover": {
1538
- background: r(o.palette.state.active || "#fff", 0.24),
1426
+ background: e(o.palette.state.active || "#fff", 0.24),
1539
1427
  cursor: "pointer"
1540
1428
  }
1541
1429
  },
@@ -1705,18 +1593,18 @@ const i = (o) => ({
1705
1593
  },
1706
1594
  "& .M4LSideBar-containerLogoButtonLogo": {
1707
1595
  width: "120px",
1708
- height: "32px",
1709
- "& .M4LSideBar-containerLogoButtonIcon": {
1710
- display: "flex",
1711
- alignItems: "center"
1712
- }
1596
+ height: "32px"
1597
+ },
1598
+ "& .M4LSideBar-containerLogoButtonIcon": {
1599
+ display: "flex",
1600
+ alignItems: "center"
1713
1601
  }
1714
1602
  }
1715
1603
  }
1716
1604
  }
1717
1605
  }
1718
1606
  }
1719
- }), L = (o) => ({
1607
+ }), h = (o) => ({
1720
1608
  M4LAreasAdmin: {
1721
1609
  styleOverrides: {
1722
1610
  "&.M4LAreasAdmin-root": {
@@ -1732,7 +1620,6 @@ const i = (o) => ({
1732
1620
  width: "70%",
1733
1621
  maxWidth: "fit-content",
1734
1622
  gap: "8px",
1735
- border: "1px solid",
1736
1623
  borderColor: "transparent",
1737
1624
  [o.breakpoints.down("sm")]: {
1738
1625
  boxShadow: o.customShadows.z1,
@@ -1741,7 +1628,7 @@ const i = (o) => ({
1741
1628
  maxWidth: "100%",
1742
1629
  gap: "0px",
1743
1630
  borderRadius: "4px",
1744
- height: "36px",
1631
+ height: "100%",
1745
1632
  overflow: "hidden"
1746
1633
  },
1747
1634
  "& .M4LAreasAdmin-rootContent": {
@@ -1752,6 +1639,8 @@ const i = (o) => ({
1752
1639
  justifyContent: "center",
1753
1640
  alignItems: "center",
1754
1641
  gap: "4px",
1642
+ minHeight: "36px",
1643
+ boxShadow: "none",
1755
1644
  [o.breakpoints.down("sm")]: {
1756
1645
  gap: "0px",
1757
1646
  borderRadius: "4px"
@@ -1790,8 +1679,7 @@ const i = (o) => ({
1790
1679
  flexDirection: "row",
1791
1680
  width: "100%",
1792
1681
  overflow: "auto",
1793
- height: "36px",
1794
- borderRight: "1px solid",
1682
+ height: "32px",
1795
1683
  borderColor: o.palette.state.overdefoult,
1796
1684
  [o.breakpoints.down("sm")]: {
1797
1685
  background: "none",
@@ -1834,10 +1722,15 @@ const i = (o) => ({
1834
1722
  width: "fit-content",
1835
1723
  height: "100%",
1836
1724
  justifyContent: "space-between",
1725
+ alignItems: "center",
1837
1726
  [o.breakpoints.down("sm")]: {
1838
1727
  width: "100%",
1839
1728
  background: "none"
1840
1729
  },
1730
+ "& .simplebar-mask .simplebar-offset ": {
1731
+ display: "flex",
1732
+ alignItems: "center"
1733
+ },
1841
1734
  "& .M4LAreasAdmin-areaContentChips": {
1842
1735
  display: "flex",
1843
1736
  width: "fit-content",
@@ -1851,6 +1744,8 @@ const i = (o) => ({
1851
1744
  },
1852
1745
  "& .M4LAreasAdmin-areaChipMobileRoot": {
1853
1746
  width: "100%",
1747
+ border: "0",
1748
+ background: o.palette.background.default,
1854
1749
  "& .M4LAreasAdmin-areaChipRoot": {
1855
1750
  width: "100%",
1856
1751
  paddingLeft: "8px",
@@ -1859,6 +1754,8 @@ const i = (o) => ({
1859
1754
  whiteSpace: "nowrap",
1860
1755
  overflow: "hidden",
1861
1756
  textOverflow: "ellipsis",
1757
+ gap: "4px",
1758
+ background: o.palette.background.default,
1862
1759
  "& .M4LAreasAdmin-areaChipRoot": {
1863
1760
  width: "100%"
1864
1761
  }
@@ -1903,14 +1800,6 @@ const i = (o) => ({
1903
1800
  border: "none",
1904
1801
  boxShadow: "none",
1905
1802
  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
1803
  }
1915
1804
  }
1916
1805
  },
@@ -1980,10 +1869,9 @@ const i = (o) => ({
1980
1869
  display: "flex",
1981
1870
  background: o.palette.background.default,
1982
1871
  borderRadius: "4px 4px 4px 4px",
1983
- marginRight: "8px",
1984
- minHeight: "26px",
1872
+ minHeight: "24px",
1985
1873
  width: "fit-content",
1986
- gap: "8px",
1874
+ gap: "4px",
1987
1875
  paddingLeft: "8px",
1988
1876
  alignItems: "center",
1989
1877
  [o.breakpoints.down("sm")]: {
@@ -2006,6 +1894,8 @@ const i = (o) => ({
2006
1894
  border: "none",
2007
1895
  textWrap: "nowrap",
2008
1896
  width: "auto",
1897
+ minWidth: "30px",
1898
+ justifyContent: "center",
2009
1899
  display: "flex",
2010
1900
  alignItems: "center",
2011
1901
  color: o.palette.patronus?.marbleLight[10],
@@ -2037,10 +1927,12 @@ const i = (o) => ({
2037
1927
  border: "none",
2038
1928
  textWrap: "nowrap",
2039
1929
  width: "auto",
1930
+ minWidth: "30px",
1931
+ justifyContent: "center",
2040
1932
  display: "flex",
2041
1933
  alignItems: "center",
2042
1934
  color: o.palette.text.secondary,
2043
- ...o.typography.body
1935
+ ...o.typography.action
2044
1936
  },
2045
1937
  "& .M4LAreasAdmin-areaContainerChipEditButton": {
2046
1938
  display: "flex",
@@ -2070,7 +1962,9 @@ const i = (o) => ({
2070
1962
  borderRadius: "0px 4px 4px 0px",
2071
1963
  borderColor: o.palette.background.background
2072
1964
  },
2073
- "& .M4LAreasAdmin-areasAddButton": {},
1965
+ "& .M4LAreasAdmin-areasAddButton": {
1966
+ background: o.palette.state.default
1967
+ },
2074
1968
  "&.M4LAreasAdmin-isMobile": {
2075
1969
  overflow: "hidden",
2076
1970
  boxShadow: o.customShadows.z1,
@@ -2092,11 +1986,9 @@ const i = (o) => ({
2092
1986
  "& .MuiPaper-root": {
2093
1987
  width: "200px",
2094
1988
  "& .M4LRHFormProvider-root": {
2095
- "& .M4LRHFTextField-root": {
2096
- paddingBottom: "4px"
2097
- },
1989
+ "& .M4LRHFTextField-root": {},
2098
1990
  "& .M4LCommonActions-root": {
2099
- padding: "16px 0 8px 0px"
1991
+ padding: "16px 0 0px 0px"
2100
1992
  }
2101
1993
  }
2102
1994
  }
@@ -2133,12 +2025,30 @@ const i = (o) => ({
2133
2025
  test: "root",
2134
2026
  background: o.palette.background.background,
2135
2027
  "& .M4LGridLayout-gridItemRoot.M4LGridLayout-colapsed-40 .M4LAreasViewer-windowHeader": {
2136
- minHeight: "36px",
2137
- height: "36px"
2028
+ minHeight: "38px",
2029
+ height: "38px"
2138
2030
  },
2139
2031
  "& .M4LGridLayout-gridItemRoot.M4LGridLayout-colapsed-48 .M4LAreasViewer-windowHeader": {
2140
- minHeight: "44px",
2141
- height: "44px"
2032
+ minHeight: "50px",
2033
+ height: "50px"
2034
+ },
2035
+ "& .M4LGridLayout-gridItemRoot": {
2036
+ "& .react-resizable-handle-nw": {
2037
+ top: "0px !important",
2038
+ left: "0px !important"
2039
+ },
2040
+ "& .react-resizable-handle-ne": {
2041
+ top: "0px !important",
2042
+ right: "0px !important"
2043
+ },
2044
+ "& .react-resizable-handle-sw": {
2045
+ bottom: "0px !important",
2046
+ left: "0px !important"
2047
+ },
2048
+ "& .react-resizable-handle-se": {
2049
+ bottom: "0px !important",
2050
+ right: "0px !important"
2051
+ }
2142
2052
  },
2143
2053
  "& .M4LAreasViewer-areaGridLayout": {
2144
2054
  "& .M4LAreasViewer-resizeHandle": {
@@ -2149,10 +2059,9 @@ const i = (o) => ({
2149
2059
  }
2150
2060
  },
2151
2061
  "& .M4LAreasViewer-windowRoot": {
2152
- background: o.palette.background.background,
2153
- border: "2px solid",
2154
- borderColor: o.palette.state.scrollBar,
2155
- boxShadow: "unset",
2062
+ background: o.palette.background.neutral,
2063
+ border: "1.5px solid",
2064
+ borderColor: o.palette.state.borderPrimary,
2156
2065
  borderRadius: "4px",
2157
2066
  display: "flex",
2158
2067
  "&:not(.M4LAreasViewer-loading)": {
@@ -2165,7 +2074,7 @@ const i = (o) => ({
2165
2074
  },
2166
2075
  "&.react-colapsed": {
2167
2076
  border: "1px solid",
2168
- borderColor: o.palette.state.borderDefault
2077
+ borderColor: o.palette.state.borderPrimary
2169
2078
  },
2170
2079
  "& .M4LAreasViewer-windowRootContainer": {
2171
2080
  display: "flex",
@@ -2177,36 +2086,45 @@ const i = (o) => ({
2177
2086
  "& .M4LAreasViewer-windowHeader": {
2178
2087
  display: "flex",
2179
2088
  flexDirection: "column",
2180
- background: o.palette.background.default,
2181
- padding: "4px 4px 4px 8px",
2182
- border: "none",
2089
+ padding: "6px 4px 6px 8px",
2183
2090
  boxShadow: o.customShadows.z1,
2184
- height: "36px",
2185
- [o.breakpoints.down("sm")]: {
2186
- height: "44px"
2187
- },
2188
2091
  "& .M4LAreasViewer-windowHeaderContent": {
2189
2092
  display: "flex",
2190
2093
  width: "100%",
2191
2094
  height: "100%",
2192
2095
  alignItems: "center",
2096
+ "& .M4LIcon-root": {
2097
+ "& .M4LIcon-icon": {
2098
+ background: o.palette.text.secondary
2099
+ }
2100
+ },
2193
2101
  "& .M4LAreasViewer-windowHeaderTitle": {
2194
2102
  display: "flex",
2195
2103
  alignItems: "center",
2196
2104
  overflow: "hidden",
2197
2105
  width: "100%",
2198
- padding: "0 12px",
2106
+ padding: "0 8px",
2199
2107
  height: "100%",
2200
2108
  "& .MuiTypography-root": {
2201
2109
  whiteSpace: "nowrap",
2202
2110
  overflow: "hidden",
2203
2111
  textOverflow: "ellipsis",
2204
- width: "100%"
2112
+ width: "100%",
2113
+ color: o.palette.text.secondary
2114
+ }
2115
+ },
2116
+ "& .M4LAreasViewer-windowHeaderCancelHandle": {
2117
+ "& .M4LIconButton-icon": {
2118
+ "& .MuiButtonBase-root": {
2119
+ "& .M4LIcon-icon": {
2120
+ background: o.palette.text.secondary
2121
+ }
2122
+ }
2205
2123
  }
2206
2124
  }
2207
2125
  },
2208
2126
  "& .M4LTypography-root .MuiTypography-root": {
2209
- ...o.typography.paragraph,
2127
+ ...o.typography.paragraphDens,
2210
2128
  color: o.palette.text.primary,
2211
2129
  overflow: "visible"
2212
2130
  }
@@ -2250,7 +2168,7 @@ const i = (o) => ({
2250
2168
  alignItems: "center",
2251
2169
  padding: "8px",
2252
2170
  ...o.typography.body,
2253
- color: o.palette.patronus?.ashBlak[60],
2171
+ color: o.palette.patronus?.onyx[60],
2254
2172
  position: "relative",
2255
2173
  "& .MuiLinearProgress-root": {
2256
2174
  position: "absolute",
@@ -2302,7 +2220,7 @@ const i = (o) => ({
2302
2220
  "& .M4LAreasViewer-windowToastyButtonsContainer": {
2303
2221
  background: o.palette.warning.main,
2304
2222
  "& .M4LIcon-icon": {
2305
- backgroundColor: o.palette.patronus?.ashBlak[50]
2223
+ backgroundColor: o.palette.patronus?.onyx[50]
2306
2224
  },
2307
2225
  "& .M4LAreasViewer-pinIn": {
2308
2226
  background: o.palette.state.warning.hover,
@@ -2319,7 +2237,7 @@ const i = (o) => ({
2319
2237
  "& .M4LAreasViewer-windowToastyButtonsContainer": {
2320
2238
  background: o.palette.success.main,
2321
2239
  "& .M4LIcon-icon": {
2322
- backgroundColor: o.palette.patronus?.ashBlak[50]
2240
+ backgroundColor: o.palette.patronus?.onyx[50]
2323
2241
  },
2324
2242
  "& .M4LAreasViewer-pinIn": {
2325
2243
  background: o.palette.state.success.hover,
@@ -2335,8 +2253,8 @@ const i = (o) => ({
2335
2253
  }
2336
2254
  },
2337
2255
  "& .M4LAreasViewer-windowContent": {
2338
- padding: "4px",
2339
- background: o.palette.background.neutral,
2256
+ padding: "16px",
2257
+ background: o.palette.background.default,
2340
2258
  display: "flex",
2341
2259
  flexDirection: "column",
2342
2260
  alignItems: "center",
@@ -2345,7 +2263,7 @@ const i = (o) => ({
2345
2263
  flex: "1",
2346
2264
  overflow: "hidden",
2347
2265
  [o.breakpoints.up("sm")]: {
2348
- padding: "4px"
2266
+ padding: "16px"
2349
2267
  },
2350
2268
  "& .M4LAreasViewer-containerComponent": {
2351
2269
  display: "flex",
@@ -2375,23 +2293,39 @@ const i = (o) => ({
2375
2293
  }
2376
2294
  },
2377
2295
  "&.M4LAreasViewer-selectedWindow": {
2378
- border: "2px solid",
2379
- borderColor: t(o.palette.state.active, 0.5),
2380
- boxShadow: o.customShadows.primary,
2296
+ border: "1.5px solid",
2297
+ borderColor: o.palette.state.lineTheme,
2298
+ boxShadow: o.customShadows.z3,
2381
2299
  backdropFilter: "blur(100px)",
2300
+ background: o.palette.background.default,
2382
2301
  "& .M4LAreasViewer-windowHeader": {
2383
2302
  display: "flex",
2384
2303
  flexDirection: "column",
2385
- background: o.palette.state.toneOp,
2304
+ background: o.palette.state.active12,
2386
2305
  gap: "4px",
2387
2306
  alignItems: "center",
2388
2307
  position: "relative",
2389
- padding: "4px 4px 4px 8px",
2308
+ padding: "6px 4px 6px 8px",
2390
2309
  justifyContent: "end",
2391
2310
  overflow: "hidden",
2392
2311
  cursor: "move",
2312
+ "& .M4LAreasViewer-windowHeaderContent": {
2313
+ "& .M4LIcon-root": {
2314
+ "& .M4LIcon-icon": {
2315
+ background: o.palette.state.active
2316
+ }
2317
+ },
2318
+ "& .M4LAreasViewer-windowHeaderCancelHandle": {
2319
+ "& .M4LIcon-root": {
2320
+ "& .M4LIcon-icon": {
2321
+ background: o.palette.text.primary
2322
+ }
2323
+ }
2324
+ }
2325
+ },
2393
2326
  "& .M4LTypography-root .MuiTypography-root": {
2394
- ...o.typography.paragraphDens
2327
+ ...o.typography.paragraphDens,
2328
+ color: o.palette.state.active
2395
2329
  },
2396
2330
  "& .MuiButtonBase-root": {
2397
2331
  "& .M4LIcon-icon": {
@@ -2412,8 +2346,11 @@ const i = (o) => ({
2412
2346
  }
2413
2347
  },
2414
2348
  "&.M4LGridLayout-root .M4LGridLayout-maximizeMe": {
2349
+ border: "1.5px solid",
2350
+ borderColor: o.palette.state.borderPrimary,
2351
+ borderRadius: "4px",
2415
2352
  "& .M4LAreasViewer-windowContent": {
2416
- padding: "4px 0 0 0"
2353
+ padding: "16px"
2417
2354
  },
2418
2355
  "& .M4LAreasViewer-selectedWindow": {
2419
2356
  borderColor: "transparent",
@@ -2422,22 +2359,20 @@ const i = (o) => ({
2422
2359
  border: "unset"
2423
2360
  }
2424
2361
  },
2425
- "&. M4LGridLayout-colapsed ": {
2362
+ "&.M4LGridLayout-colapsed ": {
2426
2363
  "& .M4LAreasViewer-windowRoot": {
2427
2364
  borderColor: o.palette.state.overdefoult,
2428
2365
  boxShadow: o.customShadows.z1
2429
2366
  }
2430
2367
  },
2431
- "&. react-draggable": {
2368
+ "&.react-draggable": {
2432
2369
  background: o.palette.state.active12
2433
2370
  },
2434
2371
  "& .M4LAreasViewer-windowPopupRoot": {
2435
2372
  boxShadow: o.customShadows.z3,
2436
- padding: "4px",
2437
- background: o.palette.state.default,
2373
+ border: "none",
2374
+ background: o.palette.background.default,
2438
2375
  borderRadius: "4px",
2439
- border: "1px solid",
2440
- borderColor: o.palette.text.disabled,
2441
2376
  backdropFilter: "blur(8px)",
2442
2377
  "& .M4LIcon-root.custom-handle": {
2443
2378
  "& .M4LIcon-icon": {
@@ -2452,11 +2387,16 @@ const i = (o) => ({
2452
2387
  }
2453
2388
  },
2454
2389
  "& .M4LAreasViewer-windowRootContainer": {
2455
- background: o.palette.background.neutral,
2390
+ background: o.palette.background.default,
2456
2391
  borderRadius: "4px",
2392
+ border: "1.5px solid",
2393
+ borderColor: o.palette.state.borderPrimary,
2457
2394
  "& .M4LAreasViewer-windowHeader": {
2458
2395
  boxShadow: "none",
2459
- background: o.palette.state.default,
2396
+ borderTopLeftRadius: "4px",
2397
+ borderTopRightRadius: "4px",
2398
+ background: o.palette.background.header,
2399
+ border: "none",
2460
2400
  "& .M4LIcon-root": {
2461
2401
  "& .M4LIcon-icon": {
2462
2402
  width: "18px",
@@ -2467,15 +2407,19 @@ const i = (o) => ({
2467
2407
  }
2468
2408
  },
2469
2409
  "& .M4LTypography-root .MuiTypography-root": {
2470
- ...o.typography.paragraph,
2410
+ ...o.typography.paragraphDens,
2471
2411
  color: o.palette.text.secondary,
2472
2412
  overflow: "visible"
2473
2413
  }
2414
+ },
2415
+ "& .M4LAreasViewer-windowContent": {
2416
+ background: o.palette.background.default,
2417
+ padding: "24px"
2474
2418
  }
2475
2419
  },
2476
2420
  "& .M4LAreasViewer-windowRoot": {
2477
2421
  padding: "4px",
2478
- background: o.palette.background.neutral,
2422
+ background: o.palette.background.default,
2479
2423
  borderRadius: "4px",
2480
2424
  borderColor: o.palette.state.overdefoult,
2481
2425
  "&:not(.M4LAreasViewer-loading)": {
@@ -2489,7 +2433,7 @@ const i = (o) => ({
2489
2433
  "&.M4LAreasViewer-selectedWindow": {
2490
2434
  borderColor: o.palette.state.active12,
2491
2435
  background: o.palette.state.active12,
2492
- boxShadow: o.customShadows.z3,
2436
+ boxShadow: o.customShadows.z4,
2493
2437
  padding: "4px",
2494
2438
  "& .M4LAreasViewer-windowRootContainer": {
2495
2439
  "& .M4LAreasViewer-windowHeader": {
@@ -2511,20 +2455,20 @@ const i = (o) => ({
2511
2455
  }
2512
2456
  },
2513
2457
  "&.M4LAreasViewer-selectedWindow": {
2514
- border: "2px solid",
2515
- borderColor: t(o.palette.state.active, 0.5),
2458
+ border: "none",
2516
2459
  background: o.palette.state.active12,
2517
- boxShadow: o.customShadows.z3,
2518
- padding: "6px",
2460
+ boxShadow: o.customShadows.z4,
2519
2461
  [o.breakpoints.down("sm")]: {
2520
2462
  padding: "0"
2521
2463
  },
2522
2464
  "& .M4LAreasViewer-windowRootContainer": {
2523
2465
  boxShadow: o.customShadows.z2,
2466
+ border: "1.5px solid",
2467
+ borderColor: t(o.palette.state.active, 0.5),
2524
2468
  "& .M4LAreasViewer-windowHeader": {
2525
- background: o.palette.state.skeleton,
2526
- borderRadius: "4px",
2527
- boxShadow: o.customShadows.z1,
2469
+ background: o.palette.state.active12,
2470
+ borderTopLeftRadius: "4px",
2471
+ borderTopRightRadius: "4px",
2528
2472
  "& .M4LIcon-root": {
2529
2473
  "& .M4LIcon-icon": {
2530
2474
  backgroundColor: o.palette.text.primary
@@ -2542,14 +2486,14 @@ const i = (o) => ({
2542
2486
  },
2543
2487
  "& .M4LAreasViewer-panelWindowsRoot": {
2544
2488
  background: o.palette.background.neutral,
2545
- boxShadow: o.customShadows.z2,
2546
2489
  display: "flex",
2547
2490
  alignItems: "center",
2548
2491
  padding: "8px",
2549
2492
  gap: "8px",
2493
+ borderLeft: "1.5px solid",
2494
+ borderColor: o.palette.state.borderPrimary,
2550
2495
  "& .M4LAreasViewer-panelWindowsButtonContainer": {
2551
2496
  borderRadius: "2px",
2552
- background: o.palette.state.default,
2553
2497
  boxShadow: o.customShadows.z1,
2554
2498
  "&.M4LAreasViewer-selected": {
2555
2499
  background: o.palette.state.active,
@@ -2571,20 +2515,19 @@ const i = (o) => ({
2571
2515
  "&.M4LAreasViewer-windowModalRoot .M4LAreasViewer-windowRoot": {
2572
2516
  borderRadius: "4px",
2573
2517
  boxShadow: o.customShadows.z4,
2574
- background: o.palette.background.background,
2518
+ background: o.palette.background.default,
2575
2519
  border: "2px solid",
2576
- borderColor: o.palette.divider,
2520
+ borderColor: o.palette.state.borderDens,
2577
2521
  "& .M4LAreasViewer-windowContent": {
2578
2522
  borderRadius: "4px",
2579
- boxShadow: o.customShadows.z4,
2580
- background: o.palette.background.background
2523
+ background: o.palette.background.default
2581
2524
  },
2582
2525
  "& .M4LAreasViewer-windowHeaderTitle": {
2583
2526
  display: "flex",
2584
2527
  alignItems: "center",
2585
2528
  overflow: "auto",
2586
2529
  width: "100%",
2587
- padding: "0 12px",
2530
+ padding: "0 8px",
2588
2531
  height: "100%",
2589
2532
  "& .MuiTypography-root": {
2590
2533
  whiteSpace: "nowrap",
@@ -2648,7 +2591,7 @@ const i = (o) => ({
2648
2591
  }
2649
2592
  },
2650
2593
  "& .MuiBackdrop-root": {
2651
- background: t(`${o.palette.patronus?.ashBlak[60]}`, 0.8)
2594
+ background: t(`${o.palette.patronus?.onyx[60]}`, 0.8)
2652
2595
  },
2653
2596
  "&:not(.M4LAreasViewer-loading)": {
2654
2597
  "& .M4LinearProgressIndeterminate-root": {
@@ -2662,7 +2605,7 @@ const i = (o) => ({
2662
2605
  display: "flex",
2663
2606
  flexDirection: "column",
2664
2607
  height: "100%",
2665
- background: o.palette.background.background,
2608
+ background: o.palette.background.default,
2666
2609
  borderRadius: "4px",
2667
2610
  boxShadow: o.customShadows.z4,
2668
2611
  overflow: "hidden",
@@ -2670,9 +2613,16 @@ const i = (o) => ({
2670
2613
  cursor: "all-scroll",
2671
2614
  display: "flex",
2672
2615
  flexDirection: "column",
2673
- padding: "4px 4px 4px 8px",
2616
+ padding: "6px 4px 6px 8px",
2674
2617
  borderRadius: "4px",
2675
2618
  border: "none",
2619
+ background: o.palette.state.active12,
2620
+ height: "28px",
2621
+ minHeight: "28px",
2622
+ [o.breakpoints.down("md")]: {
2623
+ height: "36px",
2624
+ minHeight: "36px"
2625
+ },
2676
2626
  "& .M4LTypography-root .MuiTypography-root": {
2677
2627
  ...o.typography.paragraph,
2678
2628
  color: o.palette.text.primary,
@@ -2685,8 +2635,8 @@ const i = (o) => ({
2685
2635
  }
2686
2636
  },
2687
2637
  "& .M4LAreasViewer-windowContent": {
2688
- margin: "0 8px 8px 8px",
2689
- background: o.palette.background.neutral,
2638
+ padding: "12px",
2639
+ background: o.palette.background.default,
2690
2640
  borderRadius: "4px",
2691
2641
  display: "flex",
2692
2642
  flexDirection: "column",
@@ -2697,6 +2647,22 @@ const i = (o) => ({
2697
2647
  }
2698
2648
  }
2699
2649
  },
2650
+ "& .M4LIcon-root.custom-handle-nw": {
2651
+ top: "1px",
2652
+ left: "1px"
2653
+ },
2654
+ "& .M4LIcon-root.custom-handle-ne": {
2655
+ top: "1px",
2656
+ right: "1px"
2657
+ },
2658
+ "& .M4LIcon-root.custom-handle-sw": {
2659
+ bottom: "1px",
2660
+ left: "1px"
2661
+ },
2662
+ "& .M4LIcon-root.custom-handle-se": {
2663
+ bottom: "1px",
2664
+ right: "1px"
2665
+ },
2700
2666
  "& .M4LIcon-root.custom-handle": {
2701
2667
  "& .M4LIcon-icon": {
2702
2668
  backgroundColor: o.palette.state.skeleton.default,
@@ -2718,18 +2684,38 @@ const i = (o) => ({
2718
2684
  display: "flex",
2719
2685
  width: "auto",
2720
2686
  overflow: "hidden",
2687
+ minHeight: "52px",
2721
2688
  height: "52px",
2722
2689
  alignItems: "center",
2723
- padding: "4px",
2690
+ padding: "8px 16px",
2724
2691
  background: o.palette.background.neutral,
2725
- borderBottom: "1px solid",
2726
- borderColor: o.palette.state.overdefoult,
2692
+ borderBottom: "1.5px solid",
2693
+ borderColor: o.palette.state.borderPrimary,
2727
2694
  justifyContent: "space-between",
2695
+ gap: "40px",
2728
2696
  [o.breakpoints.down("sm")]: {
2729
2697
  width: "100%",
2730
2698
  marginLeft: "0",
2731
2699
  gap: "12px"
2732
2700
  },
2701
+ "& .M4LAppBar-containerLogo": {
2702
+ "& .M4LImage-root": {
2703
+ width: "34px",
2704
+ height: "34px",
2705
+ backgroundColor: o.palette.background.default,
2706
+ borderRadius: "4px",
2707
+ padding: "2px"
2708
+ },
2709
+ "& .M4LAppBar-containerImageTypography": {
2710
+ display: "flex",
2711
+ alignItems: "center",
2712
+ gap: "12px",
2713
+ "& .M4LTypography-root": {
2714
+ textWrap: "nowrap",
2715
+ textTransform: "uppercase"
2716
+ }
2717
+ }
2718
+ },
2733
2719
  "& .M4LAppBar-containerIconMenuToggle": {
2734
2720
  display: "flex",
2735
2721
  alingItems: "center",
@@ -2809,12 +2795,9 @@ const i = (o) => ({
2809
2795
  }
2810
2796
  }
2811
2797
  }
2812
- },
2813
- "*css-1gn3ygk": {
2814
- overflow: "hidden"
2815
2798
  }
2816
2799
  }
2817
- }), h = (o) => ({
2800
+ }), v = (o) => ({
2818
2801
  M4LAvatar: {
2819
2802
  styleOverrides: {
2820
2803
  "&.M4LAvatar-root": {
@@ -2823,18 +2806,20 @@ const i = (o) => ({
2823
2806
  height: "36px",
2824
2807
  borderRadius: "4px",
2825
2808
  padding: "4px",
2826
- background: o.palette.background.default,
2827
- color: o.palette.state.active,
2809
+ background: r.blazeOrange[50],
2810
+ color: r.marbleLight[30],
2828
2811
  boxShadow: o.customShadows.z1,
2829
- borderTop: "1.5px solid",
2830
2812
  ...o.typography.subtitle,
2831
- borderColor: o.palette.state.borderTop
2813
+ [o.breakpoints.down("sm")]: {
2814
+ width: "36px",
2815
+ height: "36px"
2816
+ }
2832
2817
  },
2833
2818
  test: "root"
2834
2819
  }
2835
2820
  }
2836
2821
  }
2837
- }), v = (o) => ({
2822
+ }), k = (o) => ({
2838
2823
  M4LAccountPopover: {
2839
2824
  styleOverrides: {
2840
2825
  "&.M4LAccountPopover-root": {
@@ -2844,133 +2829,240 @@ const i = (o) => ({
2844
2829
  },
2845
2830
  M4LAccountPopoverPopover: {
2846
2831
  styleOverrides: {
2847
- "&.M4LAccountPopover-popover": {
2832
+ "& .M4LAccountPopover-popover": {
2848
2833
  display: "flex",
2849
2834
  flexDirection: "column",
2850
2835
  gap: "0px",
2836
+ borderRadius: "6px"
2837
+ },
2838
+ "& .MuiPaper-root": {
2839
+ display: "flex",
2840
+ flexDirection: "column",
2841
+ gap: "8px",
2842
+ padding: "12px",
2851
2843
  borderRadius: "6px",
2852
- "& .MuiPaper-root": {
2844
+ boxShadow: o.customShadows.z3,
2845
+ background: o.palette.background.default,
2846
+ "& .M4LAccountPopover-containerUserInfo": {
2853
2847
  display: "flex",
2854
2848
  flexDirection: "column",
2855
- gap: "0px",
2856
- padding: "12px",
2857
- borderRadius: "6px",
2858
- boxShadow: o.customShadows.z3,
2859
- background: o.palette.background.default,
2860
- "& .M4LAccountPopover-containerUserInfo": {
2849
+ gap: "8px",
2850
+ "& .M4LAccountPopover-containerUserName": {
2861
2851
  display: "flex",
2862
- flexDirection: "column",
2863
- "& .M4LAccountPopover-containerUserName": {
2852
+ flexDirection: "row",
2853
+ gap: "8px",
2854
+ padding: "0px 4px",
2855
+ "& .M4LIcon-root": {
2856
+ minWidth: "16px",
2857
+ minHeight: "16px"
2858
+ },
2859
+ "& .M4LAccountPopover-labelUserName": {
2860
+ color: o.palette.text.primary,
2861
+ ...o.typography.bodyDens,
2862
+ width: "100%",
2863
+ minHeight: "20px",
2864
2864
  display: "flex",
2865
- flexDirection: "row",
2866
- gap: "4px",
2867
- padding: "0px 10px",
2865
+ alignItems: "center"
2866
+ }
2867
+ },
2868
+ "& .M4LAccountPopover-containerUserEmail": {
2869
+ display: "flex",
2870
+ flexDirection: "row",
2871
+ gap: "8px",
2872
+ padding: "0px 4px",
2873
+ "& .M4LIcon-root": {
2874
+ minWidth: "16px",
2875
+ minHeight: "16px"
2876
+ },
2877
+ "& .M4LAccountPopover-labelUserEmail": {
2878
+ color: o.palette.text.primary,
2879
+ ...o.typography.body,
2880
+ width: "100%",
2881
+ minHeight: "20px",
2882
+ display: "flex",
2883
+ alignItems: "center"
2884
+ }
2885
+ }
2886
+ },
2887
+ "& .M4LAccountPopover-containerAppVersion": {
2888
+ display: "flex",
2889
+ flexDirection: "row",
2890
+ gap: "8px",
2891
+ padding: "0px 4px",
2892
+ "& .M4LIcon-root": {
2893
+ minWidth: "16px",
2894
+ minHeight: "16px"
2895
+ },
2896
+ "& .M4LAccountPopover-labelVersion": {
2897
+ color: o.palette.text.secondary,
2898
+ ...o.typography.body,
2899
+ width: "100%",
2900
+ minHeight: "20px",
2901
+ display: "flex",
2902
+ alignItems: "center"
2903
+ }
2904
+ },
2905
+ "& .M4LAccountPopover-containerMenuItems": {
2906
+ borderTop: "1.5px solid",
2907
+ borderBottom: "1.5px solid",
2908
+ borderColor: o.palette.state.default,
2909
+ padding: "8px 4px",
2910
+ display: "flex",
2911
+ flexDirection: "column",
2912
+ gap: "8px",
2913
+ "& .M4LAccountPopover-containerProgress": {
2914
+ display: "flex",
2915
+ justifyContent: "start",
2916
+ alignItems: "center"
2917
+ },
2918
+ "& .M4LAccountPopover-containerSetting": {
2919
+ display: "flex",
2920
+ flexDirection: "row",
2921
+ gap: "8px",
2922
+ width: "100%",
2923
+ borderRadius: "4px",
2924
+ cursor: "pointer",
2925
+ "&:hover": {
2926
+ background: o.palette.state.default
2927
+ },
2928
+ "& .M4LIcon-root": {
2929
+ minWidth: "16px",
2930
+ minHeight: "16px"
2931
+ },
2932
+ "& .M4LAccountPopover-menuItem": {
2933
+ color: o.palette.text.primary,
2934
+ ...o.typography.body,
2935
+ borderRadius: "4px",
2936
+ width: "100%",
2937
+ minHeight: "20px",
2938
+ display: "flex",
2939
+ alignItems: "center"
2940
+ }
2941
+ }
2942
+ },
2943
+ "& .M4LAccountPopover-containerlogOut": {
2944
+ display: "flex",
2945
+ flexDirection: "row",
2946
+ gap: "8px",
2947
+ padding: "0 4px",
2948
+ borderRadius: "4px",
2949
+ width: "100%",
2950
+ alignItems: "center",
2951
+ cursor: "pointer",
2952
+ "&:hover": {
2953
+ background: o.palette.state.default
2954
+ },
2955
+ "& .M4LIcon-root": {
2956
+ minWidth: "16px",
2957
+ minHeight: "16px"
2958
+ },
2959
+ "& .M4LAccountPopover-logOut": {
2960
+ color: o.palette.text.primary,
2961
+ ...o.typography.body,
2962
+ borderRadius: "4px",
2963
+ width: "100%",
2964
+ minHeight: "20px",
2965
+ display: "flex",
2966
+ alignItems: "center"
2967
+ }
2968
+ },
2969
+ [o.breakpoints.down("md")]: {
2970
+ gap: "16px",
2971
+ padding: "16px !important",
2972
+ "& .M4LAccountPopover-containerUserInfo": {
2973
+ gap: "16px",
2974
+ "& .M4LAccountPopover-containerUserName": {
2975
+ gap: "16px",
2976
+ "& .M4LIcon-root": {
2977
+ minWidth: "20px",
2978
+ minHeight: "24px"
2979
+ },
2868
2980
  "& .M4LAccountPopover-labelUserName": {
2869
- color: o.palette.text.primary,
2870
- ...o.typography.paragraphDens,
2871
- padding: "4px"
2981
+ width: "100%",
2982
+ minHeight: "20px"
2872
2983
  }
2873
2984
  },
2874
2985
  "& .M4LAccountPopover-containerUserEmail": {
2875
- display: "flex",
2876
- flexDirection: "row",
2877
- gap: "4px",
2878
- padding: "0px 10px",
2986
+ gap: "16px",
2987
+ "& .M4LIcon-root": {
2988
+ minWidth: "20px",
2989
+ minHeight: "20px"
2990
+ },
2879
2991
  "& .M4LAccountPopover-labelUserEmail": {
2880
- color: o.palette.text.primary,
2881
- ...o.typography.paragraph,
2882
- padding: "4px"
2992
+ width: "100%",
2993
+ minHeight: "24px"
2883
2994
  }
2884
2995
  }
2885
2996
  },
2886
2997
  "& .M4LAccountPopover-containerAppVersion": {
2887
- display: "flex",
2888
- flexDirection: "row",
2889
- gap: "4px",
2890
- padding: "0px 10px",
2998
+ gap: "16px",
2999
+ "& .M4LIcon-root": {
3000
+ minWidth: "20px",
3001
+ minHeight: "20px"
3002
+ },
2891
3003
  "& .M4LAccountPopover-labelVersion": {
2892
- color: o.palette.text.secondary,
2893
- ...o.typography.paragraph,
2894
- padding: "4px"
3004
+ width: "100%",
3005
+ minHeight: "24px"
2895
3006
  }
2896
3007
  },
2897
3008
  "& .M4LAccountPopover-containerMenuItems": {
2898
- borderTop: "2px solid",
2899
- borderBottom: "2px solid",
2900
- borderColor: o.palette.state.default,
2901
- padding: "4px",
2902
- margin: "12px 0 12px 0",
2903
- display: "flex",
2904
- flexDirection: "column",
2905
- gap: "4px",
2906
- "& .M4LAccountPopover-containerProgress": {
2907
- display: "flex",
2908
- justifyContent: "start",
2909
- alignItems: "center"
2910
- },
3009
+ gap: "16px",
2911
3010
  "& .M4LAccountPopover-containerSetting": {
2912
- display: "flex",
2913
- flexDirection: "row",
2914
- gap: "4px",
2915
- width: "100%",
2916
- borderRadius: "4px",
2917
- padding: "0px 8px",
2918
- cursor: "pointer",
3011
+ gap: "16px",
2919
3012
  "&:hover": {
2920
3013
  background: o.palette.state.default
2921
3014
  },
3015
+ "& .M4LIcon-root": {
3016
+ minWidth: "20px",
3017
+ minHeight: "20px"
3018
+ },
2922
3019
  "& .M4LAccountPopover-menuItem": {
2923
- padding: "4px",
2924
- borderRadius: "4px"
3020
+ width: "100%",
3021
+ minHeight: "24px"
2925
3022
  }
2926
3023
  }
2927
3024
  },
2928
3025
  "& .M4LAccountPopover-containerlogOut": {
2929
- display: "flex",
2930
- flexDirection: "row",
2931
- gap: "4px",
2932
- padding: "0px 12px",
2933
- borderRadius: "4px",
2934
- width: "100%",
2935
- alignItems: "center",
3026
+ gap: "16px",
2936
3027
  cursor: "pointer",
2937
3028
  "&:hover": {
2938
3029
  background: o.palette.state.default
2939
3030
  },
3031
+ "& .M4LIcon-root": {
3032
+ minWidth: "20px",
3033
+ minHeight: "20px"
3034
+ },
2940
3035
  "& .M4LAccountPopover-logOut": {
2941
- padding: "4px",
2942
- borderRadius: "4px",
2943
- color: o.palette.text.primary,
2944
- ...o.typography.paragraph
2945
- }
2946
- },
2947
- "& .M4LPopover-arrowStyle": {
2948
- display: "none",
2949
- "& .M4LAccountPopover-containerUserInfo": {
2950
- display: "flex",
2951
- "& .M4LAccountPopover-containerUserName": {
2952
- display: "flex",
2953
- flexDirection: "row",
2954
- gap: "4px"
2955
- },
2956
- "& .M4LAccountPopover-containerUserEmail": {
2957
- display: "flex",
2958
- flexDirection: "row",
2959
- gap: "4px"
2960
- },
2961
- "& .M4LAccountPopover-containerAppVersion": {
2962
- display: "flex",
2963
- flexDirection: "row",
2964
- gap: "4px"
2965
- },
2966
- "& .M4LAccountPopover-logOut": {}
3036
+ width: "100%",
3037
+ minHeight: "24px"
3038
+ }
3039
+ }
3040
+ },
3041
+ "& .M4LPopover-arrowStyle": {
3042
+ display: "none",
3043
+ "& .M4LAccountPopover-containerUserInfo": {
3044
+ display: "flex",
3045
+ "& .M4LAccountPopover-containerUserName": {
3046
+ display: "flex",
3047
+ flexDirection: "row",
3048
+ gap: "4px"
3049
+ },
3050
+ "& .M4LAccountPopover-containerUserEmail": {
3051
+ display: "flex",
3052
+ flexDirection: "row",
3053
+ gap: "4px"
3054
+ },
3055
+ "& .M4LAccountPopover-containerAppVersion": {
3056
+ display: "flex",
3057
+ flexDirection: "row",
3058
+ gap: "4px"
2967
3059
  }
2968
3060
  }
2969
3061
  }
2970
3062
  }
2971
3063
  }
2972
3064
  }
2973
- }), k = (o) => ({
3065
+ }), m = (o) => ({
2974
3066
  M4LModuleLayout: {
2975
3067
  styleOverrides: {
2976
3068
  "&.M4LModuleLayout-root": {
@@ -3000,14 +3092,23 @@ const i = (o) => ({
3000
3092
  width: "100%",
3001
3093
  height: "100%",
3002
3094
  boxShadow: "none",
3003
- background: "none",
3095
+ background: o.palette.background.default,
3004
3096
  border: "0px",
3005
3097
  borderColor: "transparent",
3006
- borderRadius: "6px",
3007
- overFlow: "visible"
3098
+ borderRadius: "4px",
3099
+ overFlow: "visible",
3100
+ "& .splitter-layout": {
3101
+ gap: "8px"
3102
+ }
3103
+ },
3104
+ "& .M4LSplitLayout-secondPart": {
3105
+ background: o.palette.background.default,
3106
+ borderRadius: "4px"
3008
3107
  },
3009
- "& .M4LSplitLayout-secondPart": {},
3010
- "& .layout-pane-primary": {}
3108
+ "& .layout-pane-primary": {
3109
+ background: o.palette.background.default,
3110
+ borderRadius: "4px"
3111
+ }
3011
3112
  }
3012
3113
  }
3013
3114
  }
@@ -3099,7 +3200,7 @@ const i = (o) => ({
3099
3200
  zIndex: "1"
3100
3201
  },
3101
3202
  "& .splitter-layout > .layout-splitter:hover:before, .splitter-layout.layout-changing > .layout-splitter:before": {
3102
- background: o.palette.state.focus
3203
+ background: o.palette.state.hover
3103
3204
  },
3104
3205
  "& .splitter-layout.splitter-layout-vertical": {
3105
3206
  flexDirection: "column",
@@ -3110,17 +3211,17 @@ const i = (o) => ({
3110
3211
  left: "0",
3111
3212
  right: "0",
3112
3213
  position: "absolute",
3113
- background: o.palette.state.overdefoult
3214
+ background: o.palette.state.borderPrimary
3114
3215
  }
3115
3216
  },
3116
3217
  "& .splitter-layout:not(.splitter-layout-vertical)": {
3117
3218
  "& .layout-splitter:after": {
3118
3219
  content: '""',
3119
- width: "1px",
3220
+ width: "2px",
3120
3221
  top: "0",
3121
3222
  bottom: "0",
3122
3223
  position: "absolute",
3123
- background: o.palette.state.overdefoult
3224
+ background: o.palette.state.borderPrimary
3124
3225
  }
3125
3226
  }
3126
3227
  }
@@ -3130,9 +3231,9 @@ const i = (o) => ({
3130
3231
  M4LCommonActions: {
3131
3232
  styleOverrides: {
3132
3233
  "&.M4LCommonActions-root": {
3133
- padding: "16px 0px 8px 0px",
3234
+ padding: "16px 0px 0px 0px",
3134
3235
  display: "flex",
3135
- gap: "14px",
3236
+ gap: "16px",
3136
3237
  justifyContent: "flex-end",
3137
3238
  width: "100%",
3138
3239
  overflow: "visible"
@@ -3193,25 +3294,124 @@ const i = (o) => ({
3193
3294
  }
3194
3295
  }
3195
3296
  }
3196
- }), m = (o) => ({
3297
+ }), R = (o) => ({
3197
3298
  M4LPropertyValue: {
3198
3299
  styleOverrides: {
3199
3300
  "&.M4LPropertyValue-root": {
3200
- test: "root"
3301
+ test: "root",
3302
+ display: "grid",
3303
+ alignItems: "flex-start",
3304
+ width: "100%",
3305
+ minHeight: "23px",
3306
+ flexDirection: "column",
3307
+ borderBottom: "1px solid",
3308
+ borderColor: o.palette.state.borderDisable,
3309
+ "&.M4LPropertyValue-isMobile": {
3310
+ gridTemplateColumns: "1fr!important",
3311
+ minHeight: "24px"
3312
+ },
3313
+ "&.M4LPropertyValue-variantIsForm": {
3314
+ minHeight: "24px",
3315
+ borderBottom: "none",
3316
+ display: "flex",
3317
+ flexDirection: "column",
3318
+ gap: "4px",
3319
+ alignItems: "flex-start"
3320
+ },
3321
+ "& .M4LPropertyValue-property": {
3322
+ maxWidth: "100%",
3323
+ width: "100% !important",
3324
+ minHeight: "24px",
3325
+ ...o.typography.body,
3326
+ color: o.palette.text.secondary,
3327
+ fontWeight: "400 !important",
3328
+ display: "flex",
3329
+ alignItems: "center",
3330
+ justifyContent: "flex-start",
3331
+ position: "relative",
3332
+ gap: "8px",
3333
+ overflow: "hidden",
3334
+ overflowWrap: "break-word",
3335
+ "& .M4LTypography-root": {
3336
+ ...o.typography.body,
3337
+ color: o.palette.text.secondary,
3338
+ fontWeight: "400 !important",
3339
+ maxWidth: "100%",
3340
+ width: "100%"
3341
+ }
3342
+ },
3343
+ "& .M4LPropertyValue-value": {
3344
+ maxWidth: "100%",
3345
+ width: "100%",
3346
+ minHeight: "24px",
3347
+ ...o.typography.body,
3348
+ color: o.palette.text.primary,
3349
+ overflow: "hidden",
3350
+ textOverflow: "ellipsis",
3351
+ position: "relative",
3352
+ display: "flex",
3353
+ flexDirection: "column",
3354
+ overflowWrap: "break-word",
3355
+ justifyContent: "center",
3356
+ "& .M4LTypography-root": {
3357
+ ...o.typography.body,
3358
+ color: o.palette.text.primary
3359
+ },
3360
+ "& .M4LRHFTextField-root.M4LRHFTextField-sizeSmall": {
3361
+ "& .MuiFormControl-root": {
3362
+ "& .MuiInputBase-root": {
3363
+ "& .MuiOutlinedInput-notchedOutline": {}
3364
+ }
3365
+ }
3366
+ },
3367
+ "& .M4LRHFTextField-root.M4LRHFTextField-sizeMedium": {
3368
+ "& .MuiFormControl-root": {
3369
+ "& .MuiInputBase-root": {
3370
+ "& .MuiOutlinedInput-notchedOutline": {}
3371
+ }
3372
+ }
3373
+ }
3374
+ },
3375
+ [o.breakpoints.down("sm")]: {
3376
+ minHeight: "72px",
3377
+ height: "auto",
3378
+ alignItems: "center",
3379
+ paddingTop: "8px",
3380
+ "&.M4LPropertyValue-variantIsForm": {
3381
+ "& .M4LTypography-root": {
3382
+ paddingLeft: "8px"
3383
+ }
3384
+ },
3385
+ "& .M4LPropertyValue-property": {
3386
+ minHeight: "36px",
3387
+ height: "auto",
3388
+ justifyContent: "center",
3389
+ paddingLeft: "8px"
3390
+ },
3391
+ "& .M4LPropertyValue-value": {
3392
+ minHeight: "36px",
3393
+ height: "auto",
3394
+ padding: "4px 8px",
3395
+ justifyContent: "center"
3396
+ }
3397
+ }
3201
3398
  }
3202
3399
  }
3203
3400
  }
3204
- }), R = (o) => ({
3401
+ }), A = (o) => ({
3205
3402
  M4LTab: {
3206
3403
  styleOverrides: {
3207
3404
  "&.M4LTab-root": {
3208
3405
  width: "fit-content",
3406
+ background: o.palette.background.header,
3407
+ borderRadius: "4px 4px 0 0",
3209
3408
  "& .MuiButtonBase-root": {
3409
+ background: o.palette.background.header,
3210
3410
  height: "36px",
3211
3411
  display: "flex",
3212
3412
  flexDirection: "row",
3213
3413
  alignItems: "center",
3214
- padding: "4px 12px 4px 12px",
3414
+ padding: "4px 16px 4px 8px",
3215
3415
  width: "fit-content",
3216
3416
  minHeight: "fit-content",
3217
3417
  minWidth: "fit-content",
@@ -3250,7 +3450,7 @@ const i = (o) => ({
3250
3450
  }
3251
3451
  }
3252
3452
  }
3253
- }), A = (o) => ({
3453
+ }), P = (o) => ({
3254
3454
  M4LAccordion: {
3255
3455
  styleOverrides: {
3256
3456
  "&.M4LAccordion-root": {
@@ -3258,56 +3458,125 @@ const i = (o) => ({
3258
3458
  background: o.palette.background.default,
3259
3459
  borderRadius: "4px",
3260
3460
  "& .M4LTypography-root": {
3461
+ padding: "4px 8px",
3462
+ display: "flex",
3463
+ alignItems: "center",
3261
3464
  "& .MuiTypography-root": {
3262
- ...o.typography.body,
3465
+ ...o.typography.bodyDens,
3263
3466
  color: o.palette.text.primary
3264
3467
  }
3265
3468
  },
3266
3469
  "& .MuiPaper-root": {
3267
- background: o.palette.background.neutral,
3268
3470
  marginBottom: "0px",
3269
- borderRadius: "4px"
3270
- }
3271
- },
3272
- "& .MuiButtonBase-root": {
3273
- padding: "4px 8px 4px 8px",
3274
- borderRadius: "4px 4px 0px 0px",
3275
- "&:hover": {
3276
- background: o.palette.state.default
3277
- },
3278
- "&.MuiAccordionSummary-root.Mui-expanded": {
3279
- background: o.palette.state.toneOp,
3280
- "& .M4LTypography-root": {
3281
- "& .MuiTypography-root": {
3282
- ...o.typography.bodyDens,
3283
- color: o.palette.text?.primary
3471
+ borderRadius: "4px",
3472
+ border: "1px solid",
3473
+ borderColor: o.palette.state.borderPrimary,
3474
+ "& .MuiCollapse-root": {
3475
+ "& .MuiCollapse-wrapper": {
3476
+ "& .MuiCollapse-wrapperInner": {
3477
+ "& .MuiAccordion-region": {
3478
+ "$ .M4LAccordion-content": {
3479
+ display: "flex !important",
3480
+ gap: "8px !important"
3481
+ }
3482
+ }
3483
+ }
3484
+ }
3485
+ }
3486
+ },
3487
+ "& .MuiButtonBase-root": {
3488
+ padding: "4px 8px",
3489
+ borderRadius: "4px",
3490
+ height: "24px",
3491
+ minHeight: "24px",
3492
+ background: "transparent",
3493
+ "&.MuiAccordionSummary-root": {
3494
+ Zheight: "28px",
3495
+ minHeight: "28px",
3496
+ padding: "0",
3497
+ "& .M4LAccordion-labelIcon": {
3498
+ display: "flex",
3499
+ flexDirection: "row",
3500
+ justifyContent: "center",
3501
+ "& .M4LIcon-root": {
3502
+ padding: "4px 0 4px 8px"
3503
+ }
3504
+ },
3505
+ "& .Mui-expanded": {
3506
+ background: o.palette.state.active12,
3507
+ height: "28px",
3508
+ minHeight: "28px",
3509
+ "& .MuiButtonBase-root": {
3510
+ "&.MuiAccordionSummary-content": {
3511
+ borderRadius: "0 0 0 0 !important",
3512
+ background: o.palette.state.active12,
3513
+ height: "28px",
3514
+ minHeight: "28px"
3515
+ },
3516
+ "& .M4LTypography-root": {
3517
+ "& .MuiTypography-root": {
3518
+ ...o.typography.bodyDens,
3519
+ color: o.palette.text?.primary
3520
+ }
3521
+ },
3522
+ "& .MuiAccordionSummary-expandIconWrapper": {
3523
+ transform: "rotate(0deg)"
3524
+ },
3525
+ "& .M4LAccordion-endIcon": {
3526
+ transform: "rotate(90deg)"
3527
+ }
3528
+ }
3284
3529
  }
3285
3530
  },
3286
- "& .MuiAccordionSummary-expandIconWrapper": {
3287
- transform: "rotate(0deg)"
3288
- },
3289
- "& .M4LAccordion-endIcon": {
3290
- transform: "rotate(90deg)"
3531
+ test: "root"
3532
+ },
3533
+ "& .MuiCollapse-root": {
3534
+ background: o.palette.background.default,
3535
+ borderColor: o.palette.state.borderPrimary,
3536
+ borderRadius: "0px 0px 4px 4px",
3537
+ padding: "8px",
3538
+ "&.MuiButtonBase-root": {
3539
+ padding: "4px 8px !important",
3540
+ background: o.palette.background.neutral,
3541
+ "&.MuiAccordionSummary-root": {
3542
+ padding: "4px 8px",
3543
+ background: o.palette.background.neutral
3544
+ }
3291
3545
  },
3292
- "& .M4LIconButton-root": {}
3546
+ "& .M4LAccordion-content": {
3547
+ display: "flex !important",
3548
+ flexDirection: "column",
3549
+ gap: "8px !important",
3550
+ "& .M4LPropertyValue-root:last-of-type": {
3551
+ borderBottom: "unset"
3552
+ }
3553
+ }
3293
3554
  },
3294
- test: "root"
3295
- },
3296
- "& .MuiCollapse-root": {
3297
- background: o.palette.background.default,
3298
- borderTop: "1px solid",
3299
- borderColor: o.palette.state.default,
3300
- borderRadius: "0px 0px 4px 4px",
3301
- padding: "0",
3302
- "& .M4LAccordion-content": {
3303
- "& .M4LPropertyValue-root:last-of-type": {
3304
- borderBottom: "unset"
3555
+ [o.breakpoints.down("md")]: {
3556
+ "& .MuiButtonBase-root": {
3557
+ height: "36px",
3558
+ minHeight: "36px",
3559
+ "&.MuiAccordionSummary-root": {
3560
+ height: "36px",
3561
+ minHeight: "36px",
3562
+ "& .Mui-expanded": {
3563
+ height: "36px",
3564
+ minHeight: "36px",
3565
+ "& .MuiButtonBase-root": {
3566
+ "&.MuiAccordionSummary-content": {
3567
+ height: "36px",
3568
+ minHeight: "36px"
3569
+ }
3570
+ }
3571
+ }
3572
+ },
3573
+ test: "root"
3305
3574
  }
3306
3575
  }
3307
3576
  }
3308
3577
  }
3309
3578
  }
3310
- }), D = (o) => ({
3579
+ }), T = (o) => ({
3311
3580
  M4LRHFormProvider: {
3312
3581
  styleOverrides: {
3313
3582
  "&.M4LRHFormProvider-root": {
@@ -3315,84 +3584,116 @@ const i = (o) => ({
3315
3584
  flexDirection: "column",
3316
3585
  width: "100%",
3317
3586
  height: "auto",
3587
+ gap: "8px",
3318
3588
  "& .M4LCommonActions-root": {
3319
- padding: "16px 16px 8px 0px"
3589
+ padding: "16px 0px 0px 0px"
3320
3590
  }
3321
3591
  }
3322
3592
  }
3323
3593
  }
3324
- }), T = (o) => ({
3594
+ }), D = (o) => ({
3325
3595
  M4LPeriod: {
3326
3596
  styleOverrides: {
3327
3597
  "&.M4LPeriod-root": {
3328
- border: "solid 1px",
3329
- borderColor: o.palette.state.overdefoult,
3598
+ border: "solid 1.3px",
3599
+ borderColor: o.palette.state.borderPrimary,
3330
3600
  display: "flex",
3331
3601
  width: "100%",
3332
- gap: "2px",
3602
+ minHeight: "22px !important",
3603
+ height: "24px !important",
3333
3604
  borderRadius: "4px",
3334
- padding: "4px 0 4px 4px",
3335
3605
  "& .M4LPeriod-stateReadOnly": {},
3336
3606
  "& .M4LPeriod-gap": {
3337
3607
  backgroundColor: "transparent"
3338
3608
  },
3339
3609
  "& .M4LIcon-root": {
3340
- margin: "0px 8px"
3610
+ padding: "0 8px",
3611
+ minHeight: "22px",
3612
+ minWidth: "22px",
3613
+ borderLeft: "1.3px solid",
3614
+ borderColor: o.palette.state.borderPrimary
3341
3615
  },
3342
3616
  "& .M4LPeriod-containerDateLabel": {
3343
3617
  width: "100%",
3344
- borderRadius: "2px",
3345
- border: "solid 1px",
3346
- borderColor: o.palette.state.overdefoult,
3618
+ height: "100% !important",
3347
3619
  padding: "0px 0px 0px 8px"
3348
3620
  },
3349
3621
  "& .M4LPeriod-containerDateValue": {
3350
3622
  display: "flex",
3351
3623
  width: "100%",
3352
- borderRadius: "2px",
3353
- border: "solid 1px",
3354
- borderColor: o.palette.state.overdefoult,
3355
3624
  padding: "0px 0px 0px 8px"
3356
3625
  },
3357
3626
  "&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod": {
3358
3627
  width: "100%",
3628
+ height: "22px",
3359
3629
  "& .MuiAutocomplete-root": {
3360
3630
  width: "100%",
3361
- borderRadius: "2px",
3362
- borderColor: o.palette.state.borderDefault,
3631
+ height: "22px",
3632
+ borderColor: o.palette.state.borderPrimary,
3363
3633
  "& .MuiFormControl-root": {
3634
+ height: "22px !important",
3635
+ minHeight: "22px !important",
3364
3636
  width: "100%",
3365
- border: "solid 1px",
3366
- borderColor: o.palette.state.overdefoult
3367
- },
3637
+ borderRight: "solid 1.3px",
3638
+ borderColor: o.palette.state.borderPrimary,
3639
+ "& .MuiInputBase-root": {
3640
+ height: "22px !important",
3641
+ width: "100%",
3642
+ gap: "16px",
3643
+ padding: "0 0 0 8px",
3644
+ background: "transparent",
3645
+ "& .MuiInputBase-input": {
3646
+ padding: "0",
3647
+ height: "22px"
3648
+ },
3649
+ "& .MuiAutocomplete-endAdornment": {
3650
+ position: "relative",
3651
+ minHeight: "22x",
3652
+ height: "22px",
3653
+ "& .MuiButtonBase-root": {
3654
+ padding: "0",
3655
+ display: "inline",
3656
+ margin: "0",
3657
+ height: "22px !important",
3658
+ "& .MuiSvgIcon-root": {
3659
+ height: "22px",
3660
+ width: "22px"
3661
+ }
3662
+ }
3663
+ }
3664
+ }
3665
+ }
3666
+ },
3667
+ "& .MuiFormControl-root": {
3668
+ height: "22px !important",
3669
+ minHeight: "22px !important",
3670
+ width: "100%",
3368
3671
  "& .MuiInputBase-root": {
3672
+ height: "22px !important",
3369
3673
  width: "100%",
3370
- borderRadius: "2px",
3371
- paddingLeft: "4px",
3674
+ gap: "16px",
3675
+ padding: "0 0 0 8px",
3372
3676
  background: "transparent",
3373
3677
  "& .MuiInputBase-input": {
3374
- padding: "0px"
3678
+ padding: "0",
3679
+ height: "22px"
3375
3680
  }
3376
3681
  }
3377
3682
  },
3378
3683
  "& .MuiTextField-root": {
3379
3684
  width: "100%",
3380
- borderRadius: "2px",
3381
- border: "solid 1px",
3382
- borderColor: o.palette.state.overdefoult,
3685
+ minHeight: "22px",
3686
+ height: "fit-content",
3383
3687
  "& .MuiInputBase-root": {
3384
- borderRadius: "2px",
3385
- paddingLeft: "4px",
3688
+ minHeight: "22px",
3689
+ padding: "0 0 0 4px",
3386
3690
  background: "transparent"
3387
3691
  },
3388
3692
  "& .MuiInputBase-root.Mui-focused": {
3389
- borderRadius: "2px",
3390
3693
  paddingLeft: "4px",
3391
3694
  borderColor: o.palette.state.active
3392
3695
  },
3393
3696
  "& .MuiInputBase-root:hover": {
3394
- height: "100%",
3395
- borderRadius: "2px",
3396
3697
  paddingLeft: "4px",
3397
3698
  background: o.palette.state.active12,
3398
3699
  padding: "0px 0px 0px 4px"
@@ -3417,9 +3718,8 @@ const i = (o) => ({
3417
3718
  width: "100%",
3418
3719
  background: "transparent",
3419
3720
  "& .MuiInputBase-root:hover": {
3420
- borderRadius: "2px",
3421
3721
  paddingLeft: "4px",
3422
- background: "transparent",
3722
+ background: o.palette.error.opacity,
3423
3723
  height: "100%"
3424
3724
  }
3425
3725
  }
@@ -3429,14 +3729,13 @@ const i = (o) => ({
3429
3729
  boxShadow: o.customShadows.z2,
3430
3730
  "&.M4LPeriod-stateWarning:hover": {
3431
3731
  borderColor: o.palette.state.warning.normal,
3432
- background: "transparent",
3433
3732
  boxShadow: o.customShadows.z2,
3733
+ background: "transparent",
3434
3734
  "& .MuiTextField-root:hover": {
3435
3735
  background: "transparent",
3436
3736
  "& .MuiInputBase-root:hover": {
3437
- borderRadius: "2px",
3438
- paddingLeft: "4px",
3439
- background: "transparent"
3737
+ background: o.palette.warning.opacity,
3738
+ paddingLeft: "4px"
3440
3739
  }
3441
3740
  }
3442
3741
  }
@@ -3446,14 +3745,13 @@ const i = (o) => ({
3446
3745
  boxShadow: o.customShadows.z2,
3447
3746
  "&.M4LPeriod-stateSuccess:hover": {
3448
3747
  borderColor: o.palette.state.success.normal,
3449
- background: "transparent",
3450
3748
  boxShadow: o.customShadows.z2,
3749
+ background: "transparent",
3451
3750
  "& .MuiTextField-root:hover": {
3452
3751
  background: "transparent",
3453
3752
  "& .MuiInputBase-root:hover": {
3454
- borderRadius: "2px",
3455
- paddingLeft: "4px",
3456
- background: "transparent"
3753
+ background: o.palette.success.opacity,
3754
+ paddingLeft: "4px"
3457
3755
  }
3458
3756
  }
3459
3757
  }
@@ -3468,9 +3766,58 @@ const i = (o) => ({
3468
3766
  "& .MuiTextField-root:hover": {
3469
3767
  background: "transparent",
3470
3768
  "& .MuiInputBase-root:hover": {
3471
- borderRadius: "2px",
3472
3769
  paddingLeft: "4px",
3473
- background: "transparent"
3770
+ background: o.palette.info.opacity
3771
+ }
3772
+ }
3773
+ }
3774
+ },
3775
+ [o.breakpoints.down("sm")]: {
3776
+ minHeight: "40px !important",
3777
+ height: "auto !important",
3778
+ "&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod": {
3779
+ height: "100% !important",
3780
+ minHeight: "38px !important",
3781
+ "& .MuiAutocomplete-root": {
3782
+ height: "100% !important",
3783
+ minHeight: "38px !important",
3784
+ "& .MuiFormControl-root": {
3785
+ height: "100% !important",
3786
+ minHeight: "38px !important",
3787
+ "& .MuiInputBase-root": {
3788
+ height: "100% !important",
3789
+ minHeight: "38px !important",
3790
+ "& .MuiInputBase-input": {
3791
+ minHeight: "38px !important",
3792
+ height: "100% !important"
3793
+ },
3794
+ "& .MuiAutocomplete-endAdornment": {
3795
+ minHeight: "38px !important",
3796
+ height: "100% !important",
3797
+ "& .MuiButtonBase-root": {
3798
+ minHeight: "36px !important",
3799
+ minWidth: "36px !important",
3800
+ height: "100% !important",
3801
+ "& .MuiSvgIcon-root": {
3802
+ minHeight: "24px !important",
3803
+ minWidth: "24px !important",
3804
+ height: "100% !important"
3805
+ }
3806
+ }
3807
+ }
3808
+ }
3809
+ }
3810
+ },
3811
+ "& .MuiFormControl-root": {
3812
+ height: "100% !important",
3813
+ minHeight: "38px !important",
3814
+ "& .MuiInputBase-root": {
3815
+ height: "100% !important",
3816
+ minHeight: "38px !important",
3817
+ "& .MuiInputBase-input": {
3818
+ height: "100% !important",
3819
+ minHeight: "38px !important"
3820
+ }
3474
3821
  }
3475
3822
  }
3476
3823
  }
@@ -3478,7 +3825,7 @@ const i = (o) => ({
3478
3825
  }
3479
3826
  }
3480
3827
  }
3481
- }), P = (o) => ({
3828
+ }), H = (o) => ({
3482
3829
  M4LModalDialog: {
3483
3830
  styleOverrides: {
3484
3831
  "&.M4LModal-root": {
@@ -3495,7 +3842,7 @@ const i = (o) => ({
3495
3842
  maxHeight: "unset",
3496
3843
  background: o.palette.state.active12,
3497
3844
  border: "2px solid",
3498
- borderColor: o.palette.state.toneOp,
3845
+ borderColor: o.palette.state.borderPrimary,
3499
3846
  boxShadow: o.customShadows.z3,
3500
3847
  [o.breakpoints.down("sm")]: {
3501
3848
  width: "100%",
@@ -3517,11 +3864,11 @@ const i = (o) => ({
3517
3864
  height: "100%",
3518
3865
  overflow: "hidden",
3519
3866
  width: "100%",
3520
- background: o.palette.background.background,
3867
+ background: o.palette.background.default,
3521
3868
  boxShadow: o.customShadows.z3,
3522
3869
  borderRadius: "4px",
3523
3870
  "& .M4LCommonActions-root": {
3524
- padding: "16px 0 8px 0px",
3871
+ padding: "16px 0 0 0",
3525
3872
  margin: "0px",
3526
3873
  width: "100%",
3527
3874
  height: "fit-content",
@@ -3537,9 +3884,8 @@ const i = (o) => ({
3537
3884
  alignItems: "center",
3538
3885
  height: "100%",
3539
3886
  width: "100%",
3540
- padding: "24px 12px 0px 12px",
3541
- background: o.palette.background.neutral,
3542
3887
  overflow: "auto",
3888
+ gap: "12px",
3543
3889
  "& .M4LModal-modalContent": {
3544
3890
  display: "flex",
3545
3891
  flexDirection: "column",
@@ -3589,7 +3935,7 @@ const i = (o) => ({
3589
3935
  "& .M4LModal-iconCloseHeader": {}
3590
3936
  },
3591
3937
  "& .M4LModal-windowContent": {
3592
- padding: "0 8px",
3938
+ padding: "24px",
3593
3939
  width: "100%",
3594
3940
  height: "100%",
3595
3941
  display: "flex",
@@ -3608,25 +3954,23 @@ const i = (o) => ({
3608
3954
  "&.M4LPaperForm-root": {
3609
3955
  padding: "0",
3610
3956
  borderRadius: "4px",
3611
- boxShadow: o.customShadows.z2,
3612
3957
  background: o.palette.background.default,
3613
3958
  border: "1px solid",
3614
- borderColor: o.palette.state.default,
3959
+ borderColor: o.palette.state.borderSecondary,
3615
3960
  width: "100%",
3616
3961
  height: "auto",
3617
3962
  "& .M4LPaperForm-headerContainer": {
3618
3963
  width: "100%",
3619
- height: "36px",
3620
- minHeight: "36px",
3621
- padding: "4px 8px",
3964
+ height: "28px",
3965
+ minHeight: "28px",
3966
+ padding: "2px 4px 2px 8px",
3622
3967
  margin: "0px",
3623
3968
  borderRadius: "4px",
3624
- background: o.palette.state.default,
3625
- boxShadow: o.customShadows.z1,
3969
+ background: o.palette.background.header,
3626
3970
  borderBottom: "none",
3627
- [o.breakpoints.down("sm")]: {
3628
- height: "44px",
3629
- minHeight: "44px"
3971
+ [o.breakpoints.down("md")]: {
3972
+ height: "36px",
3973
+ minHeight: "36px"
3630
3974
  },
3631
3975
  "& .M4LPaperForm-iconTitleContainer": {
3632
3976
  ...o.typography.bodyDens,
@@ -3641,12 +3985,14 @@ const i = (o) => ({
3641
3985
  "& .M4LPaperForm-content": {
3642
3986
  height: "fit-content",
3643
3987
  width: "100%",
3644
- padding: "8px 0"
3988
+ padding: "12px",
3989
+ color: o.palette.text.primary,
3990
+ ...o.typography.body
3645
3991
  }
3646
3992
  }
3647
3993
  }
3648
3994
  }
3649
- }), z = (o) => ({
3995
+ }), V = (o) => ({
3650
3996
  M4LTooltip: {
3651
3997
  styleOverrides: {
3652
3998
  "&.M4LTooltip-root": {
@@ -3654,24 +4000,20 @@ const i = (o) => ({
3654
4000
  "& .MuiTooltip-tooltip": {
3655
4001
  display: "flex",
3656
4002
  alignItems: "center",
3657
- background: o.palette.background.default,
4003
+ background: o.palette.info.main,
3658
4004
  borderRadius: "4px",
3659
4005
  boxShadow: o.customShadows.z3,
3660
4006
  padding: "4px 8px",
3661
4007
  height: "fit-content",
3662
4008
  minHeight: "24px",
3663
4009
  width: "fit-content",
3664
- margin: "4px 2px 2px 2px",
3665
- marginTop: "0px",
3666
- color: o.palette.text.primary,
3667
- borderTop: "1.5px solid",
3668
- borderColor: o.palette.state.borderTop,
4010
+ color: r.marbleLight[30],
3669
4011
  ...o.typography.body
3670
4012
  }
3671
4013
  }
3672
4014
  }
3673
4015
  }
3674
- }), V = (o) => ({
4016
+ }), z = (o) => ({
3675
4017
  M4LBadge: {
3676
4018
  styleOverrides: {
3677
4019
  "&.M4LBadge-root": {
@@ -3687,11 +4029,16 @@ const i = (o) => ({
3687
4029
  width: "16px",
3688
4030
  lineHeight: "1px",
3689
4031
  textAlign: "center",
3690
- backgroundColor: o.palette.state.active,
4032
+ paddingBottom: "1px",
4033
+ paddingLeft: "7px",
4034
+ borderRadius: "4px",
4035
+ border: "1px solid",
4036
+ borderColor: o.palette.background.default,
4037
+ backgroundColor: o.palette.state.error.normal,
3691
4038
  height: "16px",
3692
4039
  top: "14%",
3693
4040
  right: "16%",
3694
- color: o.palette.patronus?.marbleLight[10]
4041
+ color: o.palette.patronus?.marbleLight[30]
3695
4042
  }
3696
4043
  }
3697
4044
  }
@@ -3705,21 +4052,20 @@ const i = (o) => ({
3705
4052
  boxShadow: "unset",
3706
4053
  borderRadius: "4px",
3707
4054
  border: "1px solid",
3708
- borderColor: o.palette.divider,
4055
+ borderColor: o.palette.state.borderPrimary,
3709
4056
  display: "flex",
3710
4057
  position: "relative",
3711
4058
  flexDirection: "column",
3712
4059
  gap: "4px",
3713
4060
  height: "100%",
3714
- borderTop: "1.5",
3715
4061
  width: "100%",
3716
4062
  "& .M4LDataGrid-actions": {
3717
4063
  ...o.typography.body,
3718
4064
  left: "0px",
3719
4065
  right: "0px",
3720
4066
  top: "0px",
3721
- height: "36px",
3722
- padding: "0px 4px 0 8px",
4067
+ height: "42px",
4068
+ padding: "8px",
3723
4069
  display: "flex",
3724
4070
  flexDirection: "row",
3725
4071
  borderRadius: "4px",
@@ -3737,7 +4083,7 @@ const i = (o) => ({
3737
4083
  gap: "8px",
3738
4084
  marginLeft: "12px",
3739
4085
  "& .M4LIconButton-root": {
3740
- background: o.palette.state.default
4086
+ background: o.palette.background.default
3741
4087
  }
3742
4088
  },
3743
4089
  "& .M4LDataGrid-rowsCount": {
@@ -3747,14 +4093,14 @@ const i = (o) => ({
3747
4093
  "& .M4LDataGrid-rowsCountLabel": {
3748
4094
  ...o.typography.body,
3749
4095
  color: o.palette.text.primary,
3750
- heigth: "100%"
4096
+ height: "100%"
3751
4097
  },
3752
4098
  "& .M4LDataGrid-rowsCountValue": {
3753
4099
  paddingTop: "4px",
3754
4100
  paddingBottom: "2px",
3755
4101
  paddingLeft: "4px",
3756
4102
  paddingRight: "6px",
3757
- background: o.palette.state.overdefoult,
4103
+ background: o.palette.background.default,
3758
4104
  borderRadius: "4px"
3759
4105
  }
3760
4106
  },
@@ -3768,11 +4114,13 @@ const i = (o) => ({
3768
4114
  display: "flex",
3769
4115
  flexDirection: "column",
3770
4116
  position: "absolute",
3771
- top: "36px",
4117
+ top: "42px",
3772
4118
  bottom: "0px",
3773
4119
  left: "0px",
3774
4120
  right: "0px",
3775
4121
  overflow: "hidden",
4122
+ padding: "0 4px",
4123
+ borderRadius: "4px",
3776
4124
  border: "none",
3777
4125
  boxshadow: o.customShadows.z2,
3778
4126
  background: o.palette.background.default,
@@ -3786,8 +4134,6 @@ const i = (o) => ({
3786
4134
  "& .rdg ": {
3787
4135
  border: "none",
3788
4136
  background: o.palette.background.default,
3789
- borderTop: "1px solid",
3790
- borderColor: o.palette.divider,
3791
4137
  gridColumnGap: "0px",
3792
4138
  gridRowGap: "0px",
3793
4139
  userSelect: "initial",
@@ -3796,21 +4142,24 @@ const i = (o) => ({
3796
4142
  overflow: "auto",
3797
4143
  padding: "0px",
3798
4144
  "--rdg-grid-inline-size": "0px",
3799
- "--rdg-header-background-color": o.palette.background.background,
4145
+ "--rdg-header-background-color": o.palette.background.header,
3800
4146
  "--rdg-row-selected-background-color": "#D9E9FC",
3801
4147
  "--rdg-row-hover-background-color": "#D9E9FC",
3802
4148
  "--rdg-background-color": o.palette.background.default,
3803
- "--rdg-selection-color": o.palette.state.active,
4149
+ "--rdg-selection-color": o.palette.state.lineTheme,
3804
4150
  "--row-selected-hover-background-color": (o.palette.mode === "light", o.palette.state.toneOp),
3805
4151
  "--rdg-checkbox-color": o.palette.primary.main,
3806
- "--rdg-checkbox-focus-color": r(
4152
+ "--rdg-checkbox-focus-color": e(
3807
4153
  o.palette.primary.main,
3808
4154
  o.palette.action.selectedOpacity
3809
4155
  ),
3810
4156
  "--rdg-border-color": "none",
3811
4157
  "&:last-child .rdg-cell": {
3812
- borderBottom: "1px solid !important",
3813
- borderColor: `${o.palette.background.background}!important`,
4158
+ borderTop: "0",
4159
+ borderBottom: "1px solid",
4160
+ borderLeft: "0",
4161
+ borderRight: "0",
4162
+ borderColor: o.palette.state.borderDisable,
3814
4163
  test: "bruce"
3815
4164
  }
3816
4165
  },
@@ -3820,11 +4169,13 @@ const i = (o) => ({
3820
4169
  },
3821
4170
  "& .rdg-row": {
3822
4171
  '&[aria-selected="false"] .rdg-cell': {
3823
- backgroundColor: o.palette.background.default
4172
+ backgroundColor: o.palette.background.default,
4173
+ borderLeft: "0.5px solid",
4174
+ borderColor: o.palette.state.borderDisable
3824
4175
  },
3825
4176
  "&:nth-of-type(odd)": {
3826
4177
  "& .rdg-cell": {
3827
- backgroundColor: o.palette.background.neutral
4178
+ backgroundColor: o.palette.background.default
3828
4179
  }
3829
4180
  },
3830
4181
  '&[aria-selected="true"] .rdg-cell': {
@@ -3876,7 +4227,10 @@ const i = (o) => ({
3876
4227
  },
3877
4228
  "& [aria-selected=true]": {
3878
4229
  backgroundColor: o.palette.state.toneOp,
3879
- color: o.palette.text.primary
4230
+ color: o.palette.text.primary,
4231
+ outline: "1px solid",
4232
+ outlineOffset: "-1px",
4233
+ outlineColor: o.palette.state.lineTheme
3880
4234
  },
3881
4235
  "& .rdg-cell.rdg-cell-align-left": {
3882
4236
  textAlign: "start",
@@ -3899,25 +4253,25 @@ const i = (o) => ({
3899
4253
  borderColor: o.palette.background.neutral
3900
4254
  },
3901
4255
  "& .rdg-header-row": {
3902
- backgroundColor: o.palette.background.neutral
4256
+ backgroundColor: o.palette.background.header
3903
4257
  },
3904
4258
  "& .rdg-header-row .rdg-cell": {
3905
- fontFamily: o.typography.subtitle,
3906
- fontWeight: o.typography.subtitle,
3907
- fontSize: o.typography.subtitle,
4259
+ fontFamily: o.typography.body,
4260
+ fontWeight: o.typography.body,
4261
+ fontSize: o.typography.body,
3908
4262
  color: o.palette.text.primary,
3909
- borderRight: "1px solid",
4263
+ borderRight: "0.5px solid !important",
3910
4264
  boxShadow: "none",
3911
4265
  gridTemplateColumns: "auto",
3912
- borderBottom: "1px solid !important",
3913
- borderColor: `${o.palette.background.background}!important`,
4266
+ borderBottom: "0.5px solid !important",
4267
+ borderColor: `${o.palette.state.borderDisable}!important`,
3914
4268
  "&.rdg-cell-frozen-last": {
3915
4269
  borderColor: o.palette.background.default,
4270
+ boxShadow: "var(--rdg-frozen-cell-box-shadow)",
3916
4271
  "&:after": {
3917
4272
  borderRight: "1.5px solid",
3918
4273
  borderColor: o.palette.background.neutral
3919
- },
3920
- boxShadow: "var(--rdg-frozen-cell-box-shadow)"
4274
+ }
3921
4275
  },
3922
4276
  "& .rdg-header-sort-cell": {
3923
4277
  "& .rdg-header-sort-name + span": {
@@ -3967,7 +4321,7 @@ const i = (o) => ({
3967
4321
  }
3968
4322
  }
3969
4323
  }
3970
- }), H = (o) => ({
4324
+ }), W = (o) => ({
3971
4325
  M4LPager: {
3972
4326
  styleOverrides: {
3973
4327
  "&.M4LPager-root": {
@@ -3985,7 +4339,7 @@ const i = (o) => ({
3985
4339
  alignItems: "center",
3986
4340
  gap: "2px",
3987
4341
  width: "fit-content",
3988
- background: o.palette.state.default,
4342
+ background: o.palette.background.default,
3989
4343
  borderRadius: "4px",
3990
4344
  [o.breakpoints.down("sm")]: {
3991
4345
  gap: "4px",
@@ -4014,13 +4368,11 @@ const i = (o) => ({
4014
4368
  "& .MuiInputBase-root": {
4015
4369
  padding: "4px 2px 4px 6px",
4016
4370
  borderRadius: "4px",
4017
- background: o.palette.background.background,
4371
+ background: o.palette.background.default,
4018
4372
  overflow: "hidden",
4019
4373
  minWidth: "fit-content",
4020
4374
  "& .MuiSvgIcon-root": {
4021
- background: o.palette.background.neutral,
4022
- borderRight: "1px solid",
4023
- borderColor: o.palette.background.background
4375
+ background: o.palette.background.default
4024
4376
  }
4025
4377
  },
4026
4378
  "& .M4LPager-skeletonRoot": {
@@ -4057,7 +4409,7 @@ const i = (o) => ({
4057
4409
  }
4058
4410
  }
4059
4411
  }
4060
- }), W = (o) => ({
4412
+ }), j = (o) => ({
4061
4413
  M4LCheckBox: {
4062
4414
  styleOverrides: {
4063
4415
  "&.M4LCheckBox-root": {
@@ -4068,51 +4420,52 @@ const i = (o) => ({
4068
4420
  color: o.palette.text.primary,
4069
4421
  ...o.typography.body
4070
4422
  },
4071
- ".M4LCheckBox-small .MuiButtonBase-root": {
4423
+ "& .M4LCheckBox-small .MuiButtonBase-root": {
4072
4424
  width: "20px",
4073
4425
  height: "20px"
4074
4426
  },
4075
- ".MuiCheckbox-root .MuiSvgIcon-fontSizeSmall": {
4427
+ "& .MuiCheckbox-root .MuiSvgIcon-fontSizeSmall": {
4076
4428
  width: "16px",
4077
4429
  height: "16px"
4078
4430
  },
4079
- ".M4LCheckBox-medium .MuiButtonBase-root": {
4431
+ "& .M4LCheckBox-medium .MuiButtonBase-root": {
4080
4432
  width: "24px",
4081
4433
  height: "24px"
4082
4434
  },
4083
- ".MuiCheckbox-root .MuiSvgIcon-fontSizeMedium": {
4435
+ "& .MuiCheckbox-root .MuiSvgIcon-fontSizeMedium": {
4084
4436
  width: "20px",
4085
4437
  height: "20px"
4086
4438
  },
4087
- ".MuiButtonBase-root": {
4439
+ "& .MuiButtonBase-root": {
4088
4440
  borderRadius: "4px"
4089
4441
  },
4090
- ".MuiButtonBase-root:hover": {
4091
- backgroundColor: o.palette.state?.active12
4442
+ "& .MuiButtonBase-root:hover": {
4443
+ backgroundColor: o.palette.state?.active12,
4444
+ borderRadius: "4px"
4092
4445
  },
4093
- ".Mui-focusVisible": {
4446
+ "& .Mui-focusVisible": {
4094
4447
  border: "1px solid",
4095
4448
  borderColor: o.palette.state?.focus
4096
4449
  },
4097
- ".MuiButtonBase-root:hover .MuiSvgIcon-root": {
4450
+ "& .MuiButtonBase-root:hover .MuiSvgIcon-root": {
4098
4451
  fill: o.palette.state?.hover
4099
4452
  },
4100
- ".M4LCheckBox-checkTypography .MuiTypography-root": {
4453
+ "& .M4LCheckBox-checkTypography .MuiTypography-root": {
4101
4454
  ...o.typography.body
4102
4455
  },
4103
- ".M4LCheckBox-stateDisabled .MuiSvgIcon-root": {
4456
+ "& .M4LCheckBox-stateDisabled .MuiSvgIcon-root": {
4104
4457
  fill: o.palette.state?.default
4105
4458
  },
4106
- ".M4LCheckBox-stateDisabled .MuiTypography-root": {
4459
+ "& .M4LCheckBox-stateDisabled .MuiTypography-root": {
4107
4460
  color: o.palette.text.disabled
4108
4461
  },
4109
- ".MuiButtonBase-root .Mui-focusVisible:focus-visible": {
4462
+ "& .MuiButtonBase-root .Mui-focusVisible:focus-visible": {
4110
4463
  outline: "#fff00"
4111
4464
  }
4112
4465
  }
4113
4466
  }
4114
4467
  }
4115
- }), j = (o) => ({
4468
+ }), G = (o) => ({
4116
4469
  M4LStack: {
4117
4470
  styleOverrides: {
4118
4471
  "&.M4LStack-root": {
@@ -4120,11 +4473,12 @@ const i = (o) => ({
4120
4473
  height: "100%",
4121
4474
  position: "relative",
4122
4475
  overflow: "auto",
4123
- flex: "1"
4476
+ flex: "1",
4477
+ borderRadius: "4px"
4124
4478
  }
4125
4479
  }
4126
4480
  }
4127
- }), G = (o) => ({
4481
+ }), N = (o) => ({
4128
4482
  M4LTabs: {
4129
4483
  styleOverrides: {
4130
4484
  "&.M4LTabs-root": {
@@ -4132,11 +4486,30 @@ const i = (o) => ({
4132
4486
  height: "auto",
4133
4487
  position: "relative",
4134
4488
  minHeight: "36px",
4135
- borderRadius: "0px",
4489
+ borderRadius: "4px 4px 0 0",
4490
+ "& .MuiTabs-indicator": {
4491
+ display: "none"
4492
+ },
4493
+ "& .MuiButtonBase-root": {
4494
+ background: o.palette.background.background,
4495
+ borderRadius: "4px 4px 0 0",
4496
+ "& .MuiSvgIcon-root": {
4497
+ color: o.palette.text.primary
4498
+ }
4499
+ },
4500
+ "& .MuiButtonBase-root:hover": {
4501
+ "& .MuiSvgIcon-root": {
4502
+ color: o.palette.state.active
4503
+ }
4504
+ },
4136
4505
  "& .MuiTabs-scroller": {
4506
+ borderRadius: "4px 4px 0 0",
4137
4507
  "& .MuiTabs-flexContainer": {
4138
4508
  padding: "0px",
4139
- backgroundColor: "transparent"
4509
+ backgroundColor: "transparent",
4510
+ background: o.palette.background.header,
4511
+ width: "fit-content",
4512
+ borderRadius: "4px 4px 0 0"
4140
4513
  }
4141
4514
  },
4142
4515
  "&:not(:last-of-type)": {
@@ -4165,7 +4538,7 @@ const i = (o) => ({
4165
4538
  }
4166
4539
  }
4167
4540
  }
4168
- }), N = (o) => ({
4541
+ }), _ = (o) => ({
4169
4542
  M4LScrollBar: {
4170
4543
  styleOverrides: {
4171
4544
  "&.M4LScrollBar-root": {
@@ -4205,26 +4578,44 @@ const i = (o) => ({
4205
4578
  }
4206
4579
  }
4207
4580
  }
4208
- }), _ = (o) => ({
4581
+ }), U = (o) => ({
4209
4582
  M4LTabContent: {
4210
4583
  styleOverrides: {
4211
4584
  "&.M4LTabContent-root": {
4212
- padding: "4px",
4585
+ padding: "8px 0px 0px 0px",
4213
4586
  display: "flex",
4214
4587
  overflow: "hidden",
4215
4588
  height: "100%",
4216
4589
  flexDirection: "column",
4217
- gap: "4px",
4590
+ gap: "8px",
4218
4591
  background: o.palette.background.default,
4219
4592
  borderRadius: "0 0 4px 4px",
4220
- position: "relative"
4593
+ position: "relative",
4594
+ flex: 1
4221
4595
  }
4222
4596
  }
4223
4597
  }
4224
- }), U = (o) => ({
4598
+ }), q = (o) => ({
4225
4599
  M4LMenuActions: {
4226
4600
  styleOverrides: {
4227
4601
  "&.M4LMenuActions-root": {
4602
+ "& .MuiPaper-root": {
4603
+ display: "flex",
4604
+ flexDirection: "column",
4605
+ background: o.palette.background.default,
4606
+ gap: "8px",
4607
+ "& .MuiButtonBase-root": {
4608
+ display: "flex",
4609
+ justifyContent: "center",
4610
+ minHeight: "24px",
4611
+ minWidth: "24px",
4612
+ padding: "0",
4613
+ "& .M4LIcon-root": {},
4614
+ "& .css-hgjo64": {
4615
+ margin: "0"
4616
+ }
4617
+ }
4618
+ },
4228
4619
  "& .M4LMenuActions-itemDelete": {
4229
4620
  color: o.palette.state.error.normal,
4230
4621
  "& .M4LIcon-root .M4LIcon-icon": {
@@ -4283,7 +4674,8 @@ const i = (o) => ({
4283
4674
  ...o.typography.body
4284
4675
  },
4285
4676
  "&.M4LPrintingSystem-textBoxNodeVariant-action": {
4286
- ...o.typography.action
4677
+ ...o.typography.action,
4678
+ fontSize: "10px!important"
4287
4679
  }
4288
4680
  },
4289
4681
  "& .M4LPrintingSystem-bodyNodeRoot": {
@@ -4313,10 +4705,10 @@ const i = (o) => ({
4313
4705
  }
4314
4706
  },
4315
4707
  "& .M4LPrintingSystem-paperNodeContent": {
4316
- padding: "8px",
4708
+ padding: "4px",
4317
4709
  display: "flex",
4318
4710
  flexDirection: "column",
4319
- gap: "8px"
4711
+ gap: "3px"
4320
4712
  }
4321
4713
  },
4322
4714
  "& .M4LPrintingSystem-propertyValueNodeRoot": {
@@ -4354,7 +4746,7 @@ const i = (o) => ({
4354
4746
  }
4355
4747
  },
4356
4748
  "& .M4LPrintingSystem-dividerNodeRoot": {
4357
- backgroundColor: o.palette.state.borderDefault,
4749
+ backgroundColor: "#c9c9c9",
4358
4750
  "&.M4LPrintingSystem-dividerNodeVertical": {
4359
4751
  width: "1px",
4360
4752
  height: "100%"
@@ -4431,7 +4823,7 @@ const i = (o) => ({
4431
4823
  }
4432
4824
  }
4433
4825
  }
4434
- }), q = (o) => ({
4826
+ }), J = (o) => ({
4435
4827
  M4LoadingError: {
4436
4828
  styleOverrides: {
4437
4829
  "&.M4LoadingError-root": {
@@ -4456,7 +4848,6 @@ const i = (o) => ({
4456
4848
  "& .M4LIcon-root": {
4457
4849
  display: "flex",
4458
4850
  padding: "12px",
4459
- marginBottom: "4px",
4460
4851
  " .M4LIcon-icon": {
4461
4852
  width: "100px",
4462
4853
  height: "100px",
@@ -4467,90 +4858,416 @@ const i = (o) => ({
4467
4858
  textAlign: "center"
4468
4859
  },
4469
4860
  "& .M4LoadingError-loadingErrorTitle": {
4470
- ...o.typography.h3,
4861
+ ...o.typography.h5,
4471
4862
  color: o.palette.text.primary,
4472
4863
  [o.breakpoints.down("sm")]: {
4473
4864
  ...o.typography.h5
4474
4865
  }
4475
4866
  },
4476
4867
  "& .M4LoadingError-loadingErrorDescription": {
4477
- ...o.typography.subtitle,
4868
+ ...o.typography.paragraphDens,
4478
4869
  color: o.palette.text.secondary
4479
4870
  },
4480
4871
  "& .M4LoadingError-loadingErrorDivider": {
4481
4872
  width: "208px",
4482
4873
  height: "1px",
4483
- background: o.palette.state.skeleton.default
4874
+ background: o.palette.state.borderPrimary
4484
4875
  },
4485
4876
  "& .MuiTypography-paragraph": {
4486
- ...o.typography.body,
4877
+ ...o.typography.paragraph,
4487
4878
  color: o.palette.text.primary
4488
4879
  },
4489
- "& .MuiButtonBase-root": {
4490
- marginTop: "4px"
4491
- }
4880
+ "& .MuiButtonBase-root": {}
4492
4881
  }
4493
4882
  }
4494
4883
  }
4495
4884
  }
4496
- }), J = (o) => ({
4885
+ }), K = (o) => ({
4497
4886
  M4LMFLoader: {
4498
4887
  styleOverrides: {
4499
4888
  "&.M4LMFLoader-root": {
4500
4889
  width: "100%",
4501
4890
  height: "100%",
4502
4891
  display: "flex",
4892
+ flexDirection: "column",
4893
+ alignItems: "center",
4894
+ overflow: "auto"
4895
+ }
4896
+ }
4897
+ }
4898
+ }), Q = (o) => ({
4899
+ M4LLoadingButton: {
4900
+ styleOverrides: {
4901
+ "&.M4LLoadingButton-root": {
4902
+ width: "auto",
4903
+ display: "flex",
4503
4904
  justifyContent: "center",
4504
- alignItems: "center"
4905
+ height: "24px",
4906
+ minHeight: "24px",
4907
+ [o.breakpoints.down("md")]: {
4908
+ height: "36px",
4909
+ minHeight: "36px"
4910
+ },
4911
+ "& .MuiButtonBase-root.MuiLoadingButton-loading": {
4912
+ "& .M4LTypography-root": {
4913
+ opacity: "0"
4914
+ }
4915
+ },
4916
+ "& .MuiCircularProgress-root": {
4917
+ color: `${o.palette.text.primary}!important`
4918
+ },
4919
+ "& .M4LLoadingButton-skeleton ": {
4920
+ height: "100%!important",
4921
+ borderRadius: "4px"
4922
+ },
4923
+ "& .MuiButtonBase-root": {
4924
+ display: "flex",
4925
+ textTransform: "none",
4926
+ gap: "8px",
4927
+ transition: "all .5s ease",
4928
+ borderRadius: "4px",
4929
+ border: "1px solid transparent",
4930
+ ...o.typography.action,
4931
+ "& .M4LIcon-icon": {
4932
+ transition: "all .5s ease"
4933
+ },
4934
+ "& .MuiButton-startIcon, & .MuiButton-endIcon": {
4935
+ margin: "0px"
4936
+ },
4937
+ "&::before": {
4938
+ inset: "0",
4939
+ border: "1px solid",
4940
+ borderColor: o.palette.state?.focus,
4941
+ borderRadius: "4px",
4942
+ transform: "scale(1.07, 1.36)",
4943
+ position: "absolute",
4944
+ boxSizing: "border-box"
4945
+ }
4946
+ },
4947
+ "&.M4LLoadingButton-isDisabled": {
4948
+ "& .MuiButtonBase-root": {
4949
+ color: `${o.palette.text.disabled}!important`,
4950
+ "& .M4LIcon-icon": {
4951
+ backgroundColor: `${o.palette.text.disabled}!important`
4952
+ }
4953
+ },
4954
+ "&.M4LLoadingButton-variantContained": {
4955
+ "& .MuiButtonBase-root": {
4956
+ color: o.palette.text.disabled,
4957
+ "& .M4LIcon-icon": {
4958
+ backgroundColor: o.palette.text.disabled
4959
+ },
4960
+ "&:hover": {
4961
+ backgroundColor: o.palette.state?.default,
4962
+ color: o.palette.text.disabled,
4963
+ "& .M4LIcon-icon": {
4964
+ backgroundColor: o.palette.text.disabled,
4965
+ color: o.palette.text.disabled
4966
+ }
4967
+ },
4968
+ "&:active": {
4969
+ backgroundColor: o.palette.state?.default,
4970
+ color: o.palette.text.disabled,
4971
+ "& .M4LIcon-icon": {
4972
+ backgroundColor: o.palette.text.disabled,
4973
+ color: o.palette.text.disabled
4974
+ }
4975
+ },
4976
+ "&.Mui-focusVisible": {
4977
+ backgroundColor: o.palette.state?.default,
4978
+ color: o.palette.text.disabled,
4979
+ "& .M4LIcon-icon": {
4980
+ backgroundColor: o.palette.text.disabled,
4981
+ color: o.palette.text.disabled
4982
+ },
4983
+ "&::before": {
4984
+ content: "none"
4985
+ }
4986
+ }
4987
+ }
4988
+ }
4989
+ },
4990
+ "&.M4LLoadingButton-sizeSmall": {
4991
+ height: "24px",
4992
+ "& .MuiButtonBase-root": {
4993
+ padding: "4px 12px"
4994
+ },
4995
+ "&.M4LLoadingButton-skeleton": {
4996
+ height: "24px"
4997
+ }
4998
+ },
4999
+ "&.M4LLoadingButton-sizeMedium": {
5000
+ height: "38px",
5001
+ "& .MuiButtonBase-root": {
5002
+ padding: "8px 16px"
5003
+ },
5004
+ "&.M4LLoadingButton-skeleton": {
5005
+ height: "38px"
5006
+ }
5007
+ },
5008
+ "&.M4LLoadingButton-variantContained": {
5009
+ "& .MuiCircularProgress-root": {
5010
+ color: "#fff!important"
5011
+ },
5012
+ "& .M4LTypography-root": {
5013
+ "& .MuiTypography-root": {
5014
+ color: o.palette.patronus?.marbleLight[30]
5015
+ }
5016
+ },
5017
+ "& .MuiButtonBase-root": {
5018
+ backgroundColor: o.palette.state?.active,
5019
+ color: o.palette.patronus?.marbleLight[10],
5020
+ boxShadow: o.customShadows?.primary,
5021
+ position: "relative",
5022
+ "& .M4LTypography-root": {
5023
+ "MuiTypography-root": {
5024
+ color: "#fff"
5025
+ }
5026
+ },
5027
+ "& .M4LIcon-icon": {
5028
+ backgroundColor: o.palette.text.secondary
5029
+ },
5030
+ "&:hover": {
5031
+ backgroundColor: o.palette.state?.hover,
5032
+ "& .M4LIcon-icon": {
5033
+ backgroundColor: o.palette.patronus?.marbleLight[10]
5034
+ },
5035
+ "& .MuiTypography-root": {
5036
+ color: "#fff"
5037
+ }
5038
+ },
5039
+ "&:active": {
5040
+ backgroundColor: o.palette.state?.active,
5041
+ color: o.palette.patronus?.marbleLight[10],
5042
+ "& .M4LIcon-icon": {
5043
+ backgroundColor: o.palette.patronus?.marbleLight[10]
5044
+ }
5045
+ },
5046
+ "&.Mui-focusVisible": {
5047
+ backgroundColor: o.palette.state?.active,
5048
+ color: o.palette.patronus?.marbleLight[10],
5049
+ "& .M4LIcon-icon": {
5050
+ backgroundColor: o.palette.patronus?.marbleLight[10]
5051
+ },
5052
+ "&::before": {
5053
+ content: "''"
5054
+ }
5055
+ }
5056
+ }
5057
+ },
5058
+ "&.M4LLoadingButton-variantOutlined": {
5059
+ "& .MuiButtonBase-root": {
5060
+ border: "1px solid",
5061
+ borderColor: o.palette.text.secondary,
5062
+ color: o.palette.text.secondary,
5063
+ "& .M4LIcon-icon": {
5064
+ backgroundColor: o.palette.text.secondary
5065
+ },
5066
+ "&:hover": {
5067
+ borderColor: o.palette.state?.hover,
5068
+ color: o.palette.state?.hover,
5069
+ backgroundColor: o.palette.state?.active12,
5070
+ "& .M4LIcon-icon": {
5071
+ backgroundColor: o.palette.state?.hover
5072
+ }
5073
+ },
5074
+ "&:active": {
5075
+ borderColor: o.palette.state?.active,
5076
+ color: o.palette.state?.active,
5077
+ backgroundColor: "transparent",
5078
+ "& .M4LIcon-icon": {
5079
+ backgroundColor: o.palette.state?.active
5080
+ }
5081
+ },
5082
+ "&.Mui-focusVisible": {
5083
+ borderColor: o.palette.state?.active,
5084
+ color: o.palette.state?.active,
5085
+ backgroundColor: "transparent",
5086
+ "& .M4LIcon-icon": {
5087
+ backgroundColor: o.palette.state?.active
5088
+ },
5089
+ "&::before": {
5090
+ content: "''"
5091
+ }
5092
+ }
5093
+ }
5094
+ },
5095
+ "&.M4LLoadingButton-variantText": {
5096
+ "& .MuiButtonBase-root": {
5097
+ color: o.palette.text.secondary,
5098
+ "& .M4LIcon-icon": {
5099
+ backgroundColor: o.palette.text.secondary
5100
+ },
5101
+ "&:hover": {
5102
+ backgroundColor: o.palette.state?.active12,
5103
+ color: o.palette.state?.hover,
5104
+ "& .M4LIcon-icon": {
5105
+ backgroundColor: o.palette.state?.hover
5106
+ }
5107
+ },
5108
+ "&:active": {
5109
+ backgroundColor: "transparent",
5110
+ color: o.palette.state?.active,
5111
+ "& .M4LIcon-icon": {
5112
+ backgroundColor: o.palette.state?.active
5113
+ }
5114
+ },
5115
+ "&.Mui-focusVisible": {
5116
+ backgroundColor: "transparent",
5117
+ color: o.palette.state?.active,
5118
+ "& .M4LIcon-icon": {
5119
+ backgroundColor: o.palette.state?.active
5120
+ },
5121
+ "&:before": {
5122
+ content: "''"
5123
+ }
5124
+ }
5125
+ }
5126
+ }
5127
+ }
5128
+ }
5129
+ }
5130
+ }), Z = (o) => ({
5131
+ M4LToastContainer: {
5132
+ styleOverrides: {
5133
+ "&.M4LToastContainer-root": {
5134
+ width: "100%",
5135
+ height: "100%",
5136
+ position: "relative",
5137
+ "& .Toastify": {
5138
+ "& .Toastify__toast-container": {
5139
+ display: "flex",
5140
+ flexDirection: "column",
5141
+ gap: "16px",
5142
+ "& .Toastify__toast": {
5143
+ padding: "8px",
5144
+ marginBottom: "0px",
5145
+ backgroundColor: o.palette.background.default,
5146
+ boxShadow: o.customShadows.z3,
5147
+ minHeight: "54px !important",
5148
+ "& .Toastify__toast-body": {
5149
+ margin: "0px",
5150
+ padding: "0px",
5151
+ "& .Toastify__toast-icon": {
5152
+ display: "none"
5153
+ },
5154
+ "& .M4LToastContainer-toastMessageContainer": {
5155
+ display: "flex",
5156
+ alignItems: "center",
5157
+ gap: "10px",
5158
+ "& .M4LToastContainer-toastMessageIcon": {
5159
+ height: "22px",
5160
+ width: "22px",
5161
+ display: "flex",
5162
+ alignItems: "center",
5163
+ justifyContent: "center",
5164
+ borderRadius: "2px"
5165
+ },
5166
+ "& .M4LToastContainer-toastMessageInfo": {
5167
+ ...o.typography.bodyDens,
5168
+ color: o.palette.text.primary
5169
+ }
5170
+ }
5171
+ },
5172
+ "& .Toastify__close-button": {
5173
+ margin: "auto auto",
5174
+ "& > svg": {
5175
+ fill: o.palette.text.primary
5176
+ }
5177
+ },
5178
+ "&.Toastify__toast--info": {
5179
+ "& .Toastify__toast-body": {
5180
+ "& .M4LToastContainer-toastMessageContainer": {
5181
+ "& .M4LToastContainer-toastMessageIcon": {
5182
+ background: `${o.palette.state.info.normal} !important`
5183
+ }
5184
+ }
5185
+ }
5186
+ },
5187
+ "&.Toastify__toast--success": {
5188
+ "& .M4LToastContainer-toastMessageIcon": {
5189
+ background: `${o.palette.state.success.normal} !important`
5190
+ }
5191
+ },
5192
+ "&.Toastify__toast--warning": {
5193
+ "& .M4LToastContainer-toastMessageIcon": {
5194
+ background: `${o.palette.state.warning.normal} !important`
5195
+ }
5196
+ },
5197
+ "&.Toastify__toast--error": {
5198
+ "& .M4LToastContainer-toastMessageIcon": {
5199
+ background: `${o.palette.state.error.normal} !important`
5200
+ }
5201
+ }
5202
+ }
5203
+ }
5204
+ }
5205
+ }
5206
+ }
5207
+ }
5208
+ }), oo = (o) => ({
5209
+ M4LPDFViewer: {
5210
+ styleOverrides: {
5211
+ "&.M4LPDFViewer-root": {
5212
+ width: "100%",
5213
+ heigth: "100%",
5214
+ position: "relative",
5215
+ "& .M4LButton-root": {
5216
+ position: "sticky!important",
5217
+ bottom: "20px",
5218
+ left: "20px"
5219
+ }
4505
5220
  }
4506
5221
  }
4507
5222
  }
4508
5223
  });
4509
5224
  export {
4510
- R as A,
4511
- A as B,
4512
- T as C,
4513
- P as D,
5225
+ A,
5226
+ P as B,
5227
+ D as C,
5228
+ H as D,
4514
5229
  F as E,
4515
- z as F,
4516
- H as G,
4517
- W as H,
4518
- j as I,
4519
- G as J,
5230
+ V as F,
5231
+ W as G,
5232
+ j as H,
5233
+ G as I,
5234
+ N as J,
4520
5235
  E as K,
4521
- N as L,
4522
- b as M,
5236
+ _ as L,
5237
+ Q as M,
4523
5238
  $ as N,
4524
- _ as O,
4525
- U as P,
5239
+ U as O,
5240
+ q as P,
4526
5241
  X as Q,
4527
5242
  Y as R,
4528
- q as S,
4529
- J as T,
4530
- i as a,
4531
- D as b,
4532
- n as c,
4533
- p as d,
4534
- d as e,
4535
- l as f,
4536
- M as g,
4537
- s as h,
4538
- V as i,
4539
- c as j,
5243
+ J as S,
5244
+ K as T,
5245
+ Z as U,
5246
+ oo as V,
5247
+ p as a,
5248
+ T as b,
5249
+ d as c,
5250
+ l as d,
5251
+ s as e,
5252
+ c as f,
5253
+ y as g,
5254
+ g as h,
5255
+ z as i,
5256
+ u as j,
4540
5257
  O as k,
4541
- u as l,
4542
- g as m,
4543
- x as n,
4544
- y as o,
5258
+ x as l,
5259
+ b as m,
5260
+ M as n,
5261
+ L as o,
4545
5262
  w as p,
4546
- L as q,
5263
+ h as q,
4547
5264
  f as r,
4548
- h as s,
4549
- v as t,
4550
- k as u,
5265
+ v as s,
5266
+ k as t,
5267
+ m as u,
4551
5268
  C as v,
4552
5269
  I as w,
4553
5270
  B as x,
4554
5271
  S as y,
4555
- m as z
5272
+ R as z
4556
5273
  };