@m4l/styles 0.0.31 → 0.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +37 -37
- package/package.json +1 -1
- package/theme/defaultThemeOptions.b25c825e.js +27 -0
- package/theme/index.34d0fdea.js +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +22 -15
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +106 -81
- package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +58 -3
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +636 -475
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +42 -52
- package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +0 -2
- package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +5 -0
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +56 -57
- package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +13 -12
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +14 -6
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +78 -87
- package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LMFLoader.d.ts +2 -1
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +13 -2
- package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +17 -0
- package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +2 -4
- package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +0 -2
- package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +1 -2
- package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +43 -33
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +12 -0
- package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +142 -1
- package/theme/overrides/M4LExtendedComponents/M4LRHFormProvider.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +91 -42
- package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +3 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabContent.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +16 -0
- package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +29 -0
- package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +0 -4
- package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +24 -20
- package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +1 -4
- package/theme/overrides/M4LExtendedComponents/{index.1cd7b9f2.js → index.15f2650a.js} +1112 -826
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +102 -4
- package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +107 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +5 -3
- package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +5 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +2 -1
- package/theme/overrides/M4LRHFComponents/{index.2dbe138a.js → index.e6262889.js} +252 -37
- package/theme/overrides/MUIComponents/{index.f50cd1c7.js → index.1b2b2be2.js} +59 -138
- package/theme/overrides/index.158187f3.js +105 -0
- package/theme/{palette.76ca123c.js → palette.31d770bc.js} +84 -42
- package/theme/palette.d.ts +16 -6
- package/theme/{shadows.1c46a94e.js → shadows.9800d84c.js} +24 -24
- package/theme/typography.b14a8e35.js +122 -0
- package/theme/typography.d.ts +19 -13
- package/types/augmentations.d.ts +1 -1
- package/utils/{getColorPresets.5bb0236e.js → getColorPresets.9fec9cc2.js} +1 -1
- package/utils/getColorState.4350ccb4.js +239 -0
- package/utils/getColorState.d.ts +5 -0
- package/theme/defaultThemeOptions.85da8657.js +0 -30
- package/theme/index.4dffae0a.js +0 -7
- package/theme/overrides/MUIComponents/Tabs.d.ts +0 -903
- package/theme/overrides/index.a465322b.js +0 -104
- package/theme/typography.89adddae.js +0 -124
- package/utils/getColorState.42ed5268.js +0 -208
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { alpha as r } from "@mui/material/styles";
|
|
2
2
|
import { alpha as t } from "@mui/system";
|
|
3
|
-
|
|
3
|
+
import { P as e } from "../../palette.31d770bc.js";
|
|
4
|
+
const p = (o) => ({
|
|
4
5
|
M4LDynamicFilter: {
|
|
5
6
|
styleOverrides: {
|
|
6
7
|
"&.M4LDynamicFilter-root": {
|
|
@@ -8,7 +9,7 @@ const i = (o) => ({
|
|
|
8
9
|
background: o.palette.background.default,
|
|
9
10
|
padding: "0px",
|
|
10
11
|
border: "1px solid",
|
|
11
|
-
borderColor:
|
|
12
|
+
borderColor: o.palette.state.borderPrimary,
|
|
12
13
|
minHeight: "36px",
|
|
13
14
|
height: "36px",
|
|
14
15
|
[o.breakpoints.down("sm")]: {
|
|
@@ -39,7 +40,6 @@ const i = (o) => ({
|
|
|
39
40
|
width: "100%",
|
|
40
41
|
[o.breakpoints.down("sm")]: {
|
|
41
42
|
height: "44px",
|
|
42
|
-
background: o.palette.background.neutral,
|
|
43
43
|
display: "flex",
|
|
44
44
|
flexDirection: "row",
|
|
45
45
|
alignItems: "center",
|
|
@@ -49,6 +49,9 @@ const i = (o) => ({
|
|
|
49
49
|
width: "100%",
|
|
50
50
|
alignItems: "center",
|
|
51
51
|
maxWidth: "100%",
|
|
52
|
+
color: o.palette.text.secondary,
|
|
53
|
+
border: "1px solid",
|
|
54
|
+
borderColor: "transparent",
|
|
52
55
|
[o.breakpoints.down("sm")]: {
|
|
53
56
|
height: "100%",
|
|
54
57
|
padding: "8px"
|
|
@@ -61,13 +64,14 @@ const i = (o) => ({
|
|
|
61
64
|
"& .M4LDynamicFilter-containerClearFilter": {
|
|
62
65
|
display: "flex",
|
|
63
66
|
flexDirection: "row",
|
|
64
|
-
gap: "
|
|
65
|
-
backgroundColor: o.palette.background.neutral,
|
|
67
|
+
gap: "8px",
|
|
66
68
|
padding: "4px",
|
|
67
69
|
height: "100%",
|
|
68
70
|
alignItems: "center",
|
|
69
71
|
borderTopRightRadius: "4px",
|
|
70
72
|
borderBottomRightRadius: "4px",
|
|
73
|
+
borderLeft: "1px solid",
|
|
74
|
+
borderColor: o.palette.state.borderPrimary,
|
|
71
75
|
"& .M4LIconButton-root .M4LDynamicFilter-filterButton": {
|
|
72
76
|
background: o.palette.state.focus
|
|
73
77
|
}
|
|
@@ -77,39 +81,38 @@ const i = (o) => ({
|
|
|
77
81
|
flexDirection: "row",
|
|
78
82
|
gap: "8px",
|
|
79
83
|
padding: "4px 6px 4px 4px",
|
|
80
|
-
backgroundColor: o.palette.background.neutral,
|
|
81
84
|
height: "100%",
|
|
82
85
|
maxWidth: "135px",
|
|
83
86
|
width: "100%",
|
|
84
87
|
alignItems: "center",
|
|
85
88
|
borderTopLeftRadius: "4px",
|
|
86
89
|
borderBottomLeftRadius: "4px",
|
|
90
|
+
borderRight: "1px solid",
|
|
91
|
+
borderColor: o.palette.state.borderPrimary,
|
|
87
92
|
"& > input": {
|
|
88
|
-
background:
|
|
93
|
+
background: o.palette.background.default,
|
|
89
94
|
...o.typography.body,
|
|
90
|
-
color: o.palette.text.
|
|
91
|
-
|
|
95
|
+
color: o.palette.text.secondary,
|
|
96
|
+
border: "1px solid",
|
|
97
|
+
borderColor: "transparent",
|
|
98
|
+
padding: "4px 8px",
|
|
92
99
|
width: "100%",
|
|
93
100
|
height: "100%",
|
|
94
|
-
borderRadius: "2px",
|
|
95
|
-
border: "1px solid",
|
|
96
|
-
borderColor: o.palette.background.neutral,
|
|
97
101
|
"&::placeholder": {
|
|
98
102
|
color: o.palette.text.secondary
|
|
103
|
+
},
|
|
104
|
+
"&:focus-visible": {
|
|
105
|
+
color: o.palette.text.secondary,
|
|
106
|
+
border: "1px solid",
|
|
107
|
+
borderColor: o.palette.state.active12,
|
|
108
|
+
background: o.palette.state.active12,
|
|
109
|
+
BorderRadius: "2px",
|
|
110
|
+
outline: "none!important"
|
|
111
|
+
},
|
|
112
|
+
"&:hover": {
|
|
113
|
+
borderColor: o.palette.state.toneOp,
|
|
114
|
+
background: o.palette.state.overdefoult
|
|
99
115
|
}
|
|
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
116
|
}
|
|
114
117
|
},
|
|
115
118
|
"& .M4LDynamicFilter-wrapperApplyedFilters": {
|
|
@@ -131,6 +134,7 @@ const i = (o) => ({
|
|
|
131
134
|
}
|
|
132
135
|
},
|
|
133
136
|
"& .M4LDynamicFilter-applyedFilter": {
|
|
137
|
+
border: "none",
|
|
134
138
|
height: "24px",
|
|
135
139
|
display: "flex",
|
|
136
140
|
alignItems: "center",
|
|
@@ -138,8 +142,6 @@ const i = (o) => ({
|
|
|
138
142
|
background: o.palette.state.default,
|
|
139
143
|
color: o.palette.text.secondary,
|
|
140
144
|
...o.typography.body,
|
|
141
|
-
border: "1px solid",
|
|
142
|
-
borderColor: o.palette.state.default,
|
|
143
145
|
[o.breakpoints.down("sm")]: {
|
|
144
146
|
height: "fit-content"
|
|
145
147
|
},
|
|
@@ -198,8 +200,8 @@ const i = (o) => ({
|
|
|
198
200
|
},
|
|
199
201
|
"& .M4LRHFormProvider-root": {
|
|
200
202
|
gap: "0px",
|
|
201
|
-
|
|
202
|
-
|
|
203
|
+
width: "max-content",
|
|
204
|
+
minWidth: "220px",
|
|
203
205
|
height: "fit-content",
|
|
204
206
|
"& .M4LDynamicFilter-popoverFilterHeader": {
|
|
205
207
|
background: o.palette.background.neutral,
|
|
@@ -246,7 +248,7 @@ const i = (o) => ({
|
|
|
246
248
|
}
|
|
247
249
|
}
|
|
248
250
|
}
|
|
249
|
-
}),
|
|
251
|
+
}), d = (o) => ({
|
|
250
252
|
M4LIcon: {
|
|
251
253
|
styleOverrides: {
|
|
252
254
|
["&.M4LIcon-root"]: {
|
|
@@ -259,10 +261,10 @@ const i = (o) => ({
|
|
|
259
261
|
backgroundColor: o.palette.text.primary
|
|
260
262
|
},
|
|
261
263
|
".M4LIcon-sizeExtraSmall": {
|
|
262
|
-
width: "
|
|
263
|
-
height: "
|
|
264
|
-
minWidth: "
|
|
265
|
-
minHeight: "
|
|
264
|
+
width: "14px",
|
|
265
|
+
height: "14px",
|
|
266
|
+
minWidth: "14px",
|
|
267
|
+
minHeight: "14px"
|
|
266
268
|
},
|
|
267
269
|
".M4LIcon-sizeSmall": {
|
|
268
270
|
width: "16px",
|
|
@@ -295,7 +297,7 @@ const i = (o) => ({
|
|
|
295
297
|
}
|
|
296
298
|
}
|
|
297
299
|
}
|
|
298
|
-
}),
|
|
300
|
+
}), l = (o) => ({
|
|
299
301
|
M4LIconButton: {
|
|
300
302
|
styleOverrides: {
|
|
301
303
|
["&.M4LIconButton-root"]: {
|
|
@@ -307,21 +309,21 @@ const i = (o) => ({
|
|
|
307
309
|
transition: "all .3s ease",
|
|
308
310
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
309
311
|
transition: "all .3s ease",
|
|
310
|
-
backgroundColor: o.palette.text.
|
|
312
|
+
backgroundColor: o.palette.text.primary
|
|
311
313
|
},
|
|
312
314
|
"&::before": {
|
|
313
315
|
boxSizing: "content-box",
|
|
314
316
|
border: "1px solid",
|
|
315
317
|
borderColor: o.palette.state?.focus,
|
|
316
|
-
borderRadius: "
|
|
318
|
+
borderRadius: "4px",
|
|
317
319
|
position: "absolute",
|
|
318
320
|
transition: "all .3s ease"
|
|
319
321
|
},
|
|
320
322
|
".M4LIconButton-sizeExtraSmall&::before": {
|
|
321
|
-
width: "
|
|
322
|
-
height: "
|
|
323
|
-
minWidth: "
|
|
324
|
-
minHeight: "
|
|
323
|
+
width: "24px",
|
|
324
|
+
height: "24px",
|
|
325
|
+
minWidth: "24px",
|
|
326
|
+
minHeight: "24px"
|
|
325
327
|
},
|
|
326
328
|
".M4LIconButton-sizeSmall&::before": {
|
|
327
329
|
width: "26px",
|
|
@@ -336,10 +338,10 @@ const i = (o) => ({
|
|
|
336
338
|
minHeight: "38px"
|
|
337
339
|
},
|
|
338
340
|
"&.M4LIconButton-sizeExtraSmall": {
|
|
339
|
-
width: "
|
|
340
|
-
height: "
|
|
341
|
-
minWidth: "
|
|
342
|
-
minHeight: "
|
|
341
|
+
width: "22px",
|
|
342
|
+
height: "22px",
|
|
343
|
+
minWidth: "22px",
|
|
344
|
+
minHeight: "22px"
|
|
343
345
|
},
|
|
344
346
|
"&.M4LIconButton-sizeSmall": {
|
|
345
347
|
width: "24px",
|
|
@@ -363,14 +365,14 @@ const i = (o) => ({
|
|
|
363
365
|
"&:hover": {
|
|
364
366
|
backgroundColor: o.palette.state?.hover,
|
|
365
367
|
"& .M4LIcon-icon": {
|
|
366
|
-
backgroundColor:
|
|
368
|
+
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
367
369
|
}
|
|
368
370
|
},
|
|
369
371
|
"&:active": {
|
|
370
372
|
backgroundColor: o.palette.state?.active,
|
|
371
373
|
transition: "background-color .5s ease",
|
|
372
374
|
"& .M4LIcon-icon": {
|
|
373
|
-
backgroundColor:
|
|
375
|
+
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
374
376
|
}
|
|
375
377
|
},
|
|
376
378
|
"&.M4LIconButton-isFocus": {
|
|
@@ -384,9 +386,9 @@ const i = (o) => ({
|
|
|
384
386
|
}
|
|
385
387
|
},
|
|
386
388
|
"&.M4LIconButton-variantSecondary:not(&.M4LIconButton-isDisabled)": {
|
|
387
|
-
borderColor: o.palette.
|
|
389
|
+
borderColor: o.palette.state.borderDens,
|
|
388
390
|
"& .M4LIcon-icon": {
|
|
389
|
-
backgroundColor: o.palette.text.
|
|
391
|
+
backgroundColor: o.palette.text.primary
|
|
390
392
|
},
|
|
391
393
|
"&:hover": {
|
|
392
394
|
border: "1px solid",
|
|
@@ -446,13 +448,13 @@ const i = (o) => ({
|
|
|
446
448
|
}
|
|
447
449
|
}
|
|
448
450
|
}
|
|
449
|
-
}),
|
|
451
|
+
}), s = (o) => ({
|
|
450
452
|
M4LanguagePopover: {
|
|
451
453
|
styleOverrides: {
|
|
452
454
|
["&.M4LanguagePopover-root"]: {}
|
|
453
455
|
}
|
|
454
456
|
}
|
|
455
|
-
}),
|
|
457
|
+
}), c = (o) => ({
|
|
456
458
|
M4LImageButton: {
|
|
457
459
|
styleOverrides: {
|
|
458
460
|
["&.M4LImageButton-root"]: {
|
|
@@ -494,7 +496,7 @@ const i = (o) => ({
|
|
|
494
496
|
}
|
|
495
497
|
}
|
|
496
498
|
}
|
|
497
|
-
}),
|
|
499
|
+
}), u = (o) => ({
|
|
498
500
|
M4LImage: {
|
|
499
501
|
styleOverrides: {
|
|
500
502
|
["&.M4LImage-root"]: {
|
|
@@ -531,7 +533,7 @@ const i = (o) => ({
|
|
|
531
533
|
}
|
|
532
534
|
}
|
|
533
535
|
}
|
|
534
|
-
}),
|
|
536
|
+
}), g = (o) => ({
|
|
535
537
|
M4LPopover: {
|
|
536
538
|
styleOverrides: {
|
|
537
539
|
"&.M4LPopover-root": {
|
|
@@ -542,20 +544,32 @@ const i = (o) => ({
|
|
|
542
544
|
".MuiPaper-root": {
|
|
543
545
|
background: o.palette.background.default,
|
|
544
546
|
borderRadius: "6px",
|
|
545
|
-
padding: "
|
|
547
|
+
padding: "12px",
|
|
546
548
|
boxShadow: o.customShadows.z3,
|
|
547
549
|
width: "auto",
|
|
548
550
|
zIndex: "10000"
|
|
549
551
|
},
|
|
550
552
|
"& .M4LanguagePopover-containerItems": {
|
|
553
|
+
"& :nth-of-type(-n + 1)": {
|
|
554
|
+
gap: "8px"
|
|
555
|
+
},
|
|
551
556
|
"& .M4LanguagePopover-labelItem": {
|
|
552
557
|
...o.typography.body,
|
|
553
558
|
color: o.palette.text.secondary,
|
|
554
|
-
borderRadius: "4px"
|
|
559
|
+
borderRadius: "4px",
|
|
560
|
+
margin: "0",
|
|
561
|
+
paddingLeft: "4px"
|
|
562
|
+
},
|
|
563
|
+
"& .MuiButtonBase-root": {
|
|
564
|
+
margin: "0",
|
|
565
|
+
borderRadius: "4px",
|
|
566
|
+
padding: "4px",
|
|
567
|
+
gap: "4px"
|
|
555
568
|
},
|
|
556
569
|
"& .MuiButtonBase-root:hover": {
|
|
557
570
|
backgroundColor: o.palette.state?.active12,
|
|
558
|
-
borderRadius: "4px"
|
|
571
|
+
borderRadius: "4px",
|
|
572
|
+
padding: "4px"
|
|
559
573
|
},
|
|
560
574
|
"& .MuiButtonBase-root.Mui-selected": {
|
|
561
575
|
backgroundColor: o.palette.state?.active12,
|
|
@@ -567,7 +581,7 @@ const i = (o) => ({
|
|
|
567
581
|
}
|
|
568
582
|
}
|
|
569
583
|
}
|
|
570
|
-
}),
|
|
584
|
+
}), x = (o) => ({
|
|
571
585
|
M4LErrorLabel: {
|
|
572
586
|
styleOverrides: {
|
|
573
587
|
["&.M4LHelperText-root"]: {
|
|
@@ -586,7 +600,7 @@ const i = (o) => ({
|
|
|
586
600
|
}
|
|
587
601
|
}
|
|
588
602
|
}
|
|
589
|
-
}),
|
|
603
|
+
}), b = (o) => ({
|
|
590
604
|
M4LTypography: {
|
|
591
605
|
styleOverrides: {
|
|
592
606
|
["&.M4LTypography-root"]: {
|
|
@@ -598,19 +612,11 @@ const i = (o) => ({
|
|
|
598
612
|
}
|
|
599
613
|
}
|
|
600
614
|
}
|
|
601
|
-
}),
|
|
615
|
+
}), y = (o) => ({
|
|
602
616
|
M4LButton: {
|
|
603
617
|
styleOverrides: {
|
|
604
618
|
"&.M4LButton-root": {
|
|
605
|
-
"
|
|
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
|
-
},
|
|
619
|
+
transition: "all 0.2s",
|
|
614
620
|
width: "fit-content",
|
|
615
621
|
display: "flex",
|
|
616
622
|
justifyContent: "center",
|
|
@@ -627,6 +633,11 @@ const i = (o) => ({
|
|
|
627
633
|
borderRadius: "4px",
|
|
628
634
|
border: "1px solid transparent",
|
|
629
635
|
...o.typography.action,
|
|
636
|
+
backgroundColor: "#fff0",
|
|
637
|
+
"&:hover, &:focus": {
|
|
638
|
+
backgroundColor: "transparent",
|
|
639
|
+
transition: "all 0.2s"
|
|
640
|
+
},
|
|
630
641
|
"& .M4LIcon-icon": {
|
|
631
642
|
transition: "all .5s ease"
|
|
632
643
|
},
|
|
@@ -651,37 +662,38 @@ const i = (o) => ({
|
|
|
651
662
|
}
|
|
652
663
|
},
|
|
653
664
|
"&.M4LButton-variantContained": {
|
|
654
|
-
|
|
665
|
+
color: o.palette.text.disabled,
|
|
666
|
+
backgroundColor: o.palette.state.default,
|
|
667
|
+
border: "1px solid",
|
|
668
|
+
borderColor: o.palette.state.borderDisable,
|
|
669
|
+
"& .M4LIcon-icon": {
|
|
670
|
+
backgroundColor: o.palette.text.disabled
|
|
671
|
+
},
|
|
672
|
+
"&:hover": {
|
|
673
|
+
backgroundColor: o.palette.state?.default,
|
|
655
674
|
color: o.palette.text.disabled,
|
|
656
675
|
"& .M4LIcon-icon": {
|
|
657
|
-
backgroundColor: o.palette.text.disabled
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
676
|
+
backgroundColor: o.palette.text.disabled,
|
|
677
|
+
color: o.palette.text.disabled
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
"&:active": {
|
|
681
|
+
backgroundColor: o.palette.state?.active,
|
|
682
|
+
color: o.palette.text.primary,
|
|
683
|
+
"& .M4LIcon-icon": {
|
|
684
|
+
backgroundColor: o.palette.text.disabled,
|
|
685
|
+
color: o.palette.text.disabled
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"&.Mui-focusVisible": {
|
|
689
|
+
backgroundColor: o.palette.state?.default,
|
|
690
|
+
color: o.palette.text.disabled,
|
|
691
|
+
"& .M4LIcon-icon": {
|
|
692
|
+
backgroundColor: o.palette.text.disabled,
|
|
693
|
+
color: o.palette.text.disabled
|
|
674
694
|
},
|
|
675
|
-
"
|
|
676
|
-
|
|
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
|
-
}
|
|
695
|
+
"&::before": {
|
|
696
|
+
content: "none"
|
|
685
697
|
}
|
|
686
698
|
}
|
|
687
699
|
}
|
|
@@ -689,58 +701,56 @@ const i = (o) => ({
|
|
|
689
701
|
"&.M4LButton-sizeSmall": {
|
|
690
702
|
"& .MuiButtonBase-root": {
|
|
691
703
|
padding: "4px 12px",
|
|
692
|
-
height: "
|
|
693
|
-
minHeight: "
|
|
704
|
+
height: "24px",
|
|
705
|
+
minHeight: "24px"
|
|
694
706
|
},
|
|
695
707
|
"&.M4LButton-skeleton": {
|
|
696
|
-
height: "
|
|
708
|
+
height: "24px"
|
|
697
709
|
}
|
|
698
710
|
},
|
|
699
711
|
"&.M4LButton-sizeMedium": {
|
|
700
712
|
"& .MuiButtonBase-root": {
|
|
701
|
-
padding: "8px
|
|
702
|
-
height: "
|
|
703
|
-
minHeight: "
|
|
713
|
+
padding: "8px 12px",
|
|
714
|
+
height: "36px",
|
|
715
|
+
minHeight: "36px"
|
|
704
716
|
},
|
|
705
717
|
"&.M4LButton-skeleton": {
|
|
706
|
-
height: "
|
|
718
|
+
height: "36px"
|
|
707
719
|
}
|
|
708
720
|
},
|
|
709
721
|
"&.M4LButton-variantContained": {
|
|
710
|
-
|
|
722
|
+
backgroundColor: o.palette.state?.active,
|
|
723
|
+
color: o.palette.patronus?.marbleLight[10],
|
|
724
|
+
boxShadow: o.customShadows?.z1,
|
|
725
|
+
position: "relative",
|
|
726
|
+
"& .M4LIcon-icon": {
|
|
727
|
+
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
728
|
+
},
|
|
729
|
+
"&:hover": {
|
|
730
|
+
backgroundColor: o.palette.state?.hover,
|
|
731
|
+
color: o.palette.patronus?.marbleLight[10],
|
|
732
|
+
"& .M4LIcon-icon": {
|
|
733
|
+
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"&.Mui-focusVisible": {
|
|
711
737
|
backgroundColor: o.palette.state?.active,
|
|
712
738
|
color: o.palette.patronus?.marbleLight[10],
|
|
713
|
-
boxShadow: o.customShadows?.z1,
|
|
714
|
-
position: "relative",
|
|
715
739
|
"& .M4LIcon-icon": {
|
|
716
740
|
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
717
741
|
},
|
|
718
|
-
"
|
|
719
|
-
|
|
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
|
-
}
|
|
742
|
+
"&::before": {
|
|
743
|
+
content: "''"
|
|
734
744
|
}
|
|
735
745
|
}
|
|
736
746
|
},
|
|
737
747
|
"&.M4LButton-variantOutlined": {
|
|
738
748
|
"& .MuiButtonBase-root": {
|
|
739
749
|
border: "1px solid",
|
|
740
|
-
borderColor: o.palette.state.
|
|
750
|
+
borderColor: o.palette.state.borderDens,
|
|
741
751
|
color: o.palette.text.primary,
|
|
742
752
|
"& .M4LIcon-icon": {
|
|
743
|
-
backgroundColor: o.palette.text.
|
|
753
|
+
backgroundColor: o.palette.text.primary
|
|
744
754
|
},
|
|
745
755
|
"&:hover": {
|
|
746
756
|
borderColor: o.palette.state?.hover,
|
|
@@ -773,9 +783,9 @@ const i = (o) => ({
|
|
|
773
783
|
},
|
|
774
784
|
"&.M4LButton-variantText": {
|
|
775
785
|
"& .MuiButtonBase-root": {
|
|
776
|
-
color: o.palette.text.
|
|
786
|
+
color: o.palette.text.primary,
|
|
777
787
|
"& .M4LIcon-icon": {
|
|
778
|
-
backgroundColor: o.palette.text.
|
|
788
|
+
backgroundColor: o.palette.text.primary
|
|
779
789
|
},
|
|
780
790
|
"&:hover": {
|
|
781
791
|
backgroundColor: o.palette.state?.active12,
|
|
@@ -803,294 +813,90 @@ const i = (o) => ({
|
|
|
803
813
|
}
|
|
804
814
|
}
|
|
805
815
|
},
|
|
806
|
-
"
|
|
807
|
-
backgroundColor: o.palette.state
|
|
808
|
-
|
|
809
|
-
|
|
816
|
+
"&.M4LButton-colorError": {
|
|
817
|
+
backgroundColor: `${o.palette.state.error.normal}`,
|
|
818
|
+
"&:hover": {
|
|
819
|
+
backgroundColor: `${o.palette.state.error.hover}`
|
|
820
|
+
}
|
|
810
821
|
},
|
|
811
|
-
"
|
|
812
|
-
backgroundColor: o.palette.state
|
|
813
|
-
|
|
814
|
-
|
|
822
|
+
"&.M4LButton-colorWarning": {
|
|
823
|
+
backgroundColor: `${o.palette.state.warning.normal}`,
|
|
824
|
+
"&:hover": {
|
|
825
|
+
backgroundColor: `${o.palette.state.warning.hover}`
|
|
826
|
+
}
|
|
815
827
|
},
|
|
816
|
-
"
|
|
817
|
-
backgroundColor: o.palette.state
|
|
818
|
-
|
|
819
|
-
|
|
828
|
+
"&.M4LButton-colorSuccess": {
|
|
829
|
+
backgroundColor: `${o.palette.state.success.normal}`,
|
|
830
|
+
"&:hover": {
|
|
831
|
+
backgroundColor: `${o.palette.state.success.hover}`
|
|
832
|
+
}
|
|
820
833
|
}
|
|
821
834
|
}
|
|
822
835
|
}
|
|
823
836
|
}
|
|
824
|
-
}),
|
|
825
|
-
|
|
837
|
+
}), M = (o) => ({
|
|
838
|
+
M4LNavLink: {
|
|
826
839
|
styleOverrides: {
|
|
827
|
-
"&.
|
|
828
|
-
|
|
829
|
-
|
|
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"
|
|
840
|
+
["&.M4LNavLink-root"]: {
|
|
841
|
+
"& .M4LTypography-root": {
|
|
842
|
+
color: o.palette.state.active
|
|
842
843
|
},
|
|
843
|
-
"
|
|
844
|
-
|
|
845
|
-
|
|
844
|
+
"&: hover": {
|
|
845
|
+
"& .M4LTypography-root": {
|
|
846
|
+
color: o.palette.state?.hover,
|
|
847
|
+
textDecoration: "underline",
|
|
848
|
+
textDecorationColor: o.palette.state?.hover
|
|
849
|
+
}
|
|
846
850
|
},
|
|
847
|
-
"&
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
851
|
+
"& > a": {
|
|
852
|
+
textDecoration: "none"
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
}), L = (o) => ({
|
|
858
|
+
M4LSideBar: {
|
|
859
|
+
styleOverrides: {
|
|
860
|
+
"&.M4LSideBar-root": {
|
|
861
|
+
height: "100%",
|
|
862
|
+
width: "auto",
|
|
863
|
+
background: o.palette.background.neutral,
|
|
864
|
+
paddingTop: "24px",
|
|
865
|
+
borderRight: "1.5px solid",
|
|
866
|
+
borderColor: o.palette.state.borderPrimary,
|
|
867
|
+
"& .M4LSideBar-subItemActive": {
|
|
855
868
|
"& .M4LIcon-icon": {
|
|
856
|
-
|
|
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
|
+
backgroundColor: `${o.palette.state.focus}!important`
|
|
869
870
|
}
|
|
870
871
|
},
|
|
871
|
-
"&.
|
|
872
|
-
"& .
|
|
873
|
-
|
|
874
|
-
"& .
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
872
|
+
"&.M4LSideBar-collapsed": {
|
|
873
|
+
"& .M4LSideBar-wrapperSideBar": {
|
|
874
|
+
width: "50px",
|
|
875
|
+
"& .M4LSideBar-contentDesktop": {
|
|
876
|
+
"& .M4LSideBar-contentGroups": {
|
|
877
|
+
"& .M4LSideBar-itemListMainRoot": {
|
|
878
|
+
"& .M4LSideBar-navItemMainRoot": {
|
|
879
|
+
display: "flex",
|
|
880
|
+
justifyContent: "center",
|
|
881
|
+
width: "100%",
|
|
882
|
+
"& .M4LSideBar-navItemRootContent": {
|
|
883
|
+
padding: "0",
|
|
884
|
+
"& .M4LSideBar-navItemRootContentIconTypo": {
|
|
885
|
+
width: "24px",
|
|
886
|
+
minHeight: "24px",
|
|
887
|
+
height: "24px",
|
|
888
|
+
minWidth: "24px",
|
|
889
|
+
margin: "4px 0 4px 8px",
|
|
890
|
+
"& .M4LIcon-root": {}
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
}
|
|
883
895
|
},
|
|
884
|
-
"
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
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
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
"& > a": {
|
|
1061
|
-
textDecoration: "none"
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
}), y = (o) => ({
|
|
1067
|
-
M4LSideBar: {
|
|
1068
|
-
styleOverrides: {
|
|
1069
|
-
"&.M4LSideBar-root": {
|
|
1070
|
-
height: "100%",
|
|
1071
|
-
width: "auto",
|
|
1072
|
-
background: o.palette.background.neutral,
|
|
1073
|
-
paddingLeft: "0",
|
|
1074
|
-
paddingBottom: "14px",
|
|
1075
|
-
"& .M4LSideBar-subItemActive": {
|
|
1076
|
-
"& .M4LIcon-icon": {
|
|
1077
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
"&.M4LSideBar-collapsed": {
|
|
1081
|
-
"& .M4LSideBar-wrapperSideBar": {
|
|
1082
|
-
width: "50px",
|
|
1083
|
-
"& .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"
|
|
1093
|
-
}
|
|
896
|
+
"& .M4LSideBar-collapseButton": {
|
|
897
|
+
padding: "12px",
|
|
898
|
+
"& .M4LSideBar-containerLogoButtonLogo": {
|
|
899
|
+
display: "none"
|
|
1094
900
|
}
|
|
1095
901
|
}
|
|
1096
902
|
}
|
|
@@ -1150,7 +956,11 @@ const i = (o) => ({
|
|
|
1150
956
|
},
|
|
1151
957
|
"& .M4LSideBar-wrapperGroup": {
|
|
1152
958
|
height: "100%",
|
|
1153
|
-
|
|
959
|
+
padding: "0 8px",
|
|
960
|
+
"& .M4LScrollBar-root": {
|
|
961
|
+
height: "100%",
|
|
962
|
+
gap: "8px"
|
|
963
|
+
},
|
|
1154
964
|
"& .M4LSideBar-wrapperGroupTitle": {
|
|
1155
965
|
height: "60px",
|
|
1156
966
|
"& .M4LTypography-root": {
|
|
@@ -1195,7 +1005,8 @@ const i = (o) => ({
|
|
|
1195
1005
|
},
|
|
1196
1006
|
"& .M4LTypography-root": {
|
|
1197
1007
|
"& .MuiTypography-root": {
|
|
1198
|
-
color: o.palette.state.focus
|
|
1008
|
+
color: o.palette.state.focus,
|
|
1009
|
+
...o.typography.paragraphDens
|
|
1199
1010
|
}
|
|
1200
1011
|
},
|
|
1201
1012
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
@@ -1211,10 +1022,11 @@ const i = (o) => ({
|
|
|
1211
1022
|
},
|
|
1212
1023
|
"&::before": {
|
|
1213
1024
|
content: '""',
|
|
1214
|
-
width: "
|
|
1025
|
+
width: "2px",
|
|
1026
|
+
height: "100%",
|
|
1215
1027
|
top: "0px",
|
|
1216
1028
|
bottom: "0px",
|
|
1217
|
-
|
|
1029
|
+
left: "0px",
|
|
1218
1030
|
backgroundColor: o.palette.state.focus,
|
|
1219
1031
|
borderRadius: "4px 0px 0px 4px",
|
|
1220
1032
|
position: "absolute"
|
|
@@ -1223,7 +1035,7 @@ const i = (o) => ({
|
|
|
1223
1035
|
},
|
|
1224
1036
|
"& .M4LSideBar-navItemRootContent": {
|
|
1225
1037
|
display: "flex",
|
|
1226
|
-
padding: "8px",
|
|
1038
|
+
padding: "8px 8px 8px 12px",
|
|
1227
1039
|
justifyContent: "center",
|
|
1228
1040
|
borderRadius: "4px 0px 0px 4px",
|
|
1229
1041
|
position: "relative",
|
|
@@ -1337,13 +1149,11 @@ const i = (o) => ({
|
|
|
1337
1149
|
},
|
|
1338
1150
|
"& .M4LSideBar-collapseButton": {
|
|
1339
1151
|
display: "flex",
|
|
1340
|
-
|
|
1152
|
+
padding: "12px 16px 12px 40px",
|
|
1341
1153
|
borderTop: "1px solid",
|
|
1342
|
-
borderColor: o.palette.state.
|
|
1154
|
+
borderColor: o.palette.state.borderPrimary,
|
|
1343
1155
|
justifyContent: "flex-end",
|
|
1344
|
-
|
|
1345
|
-
marginLeft: "14px",
|
|
1346
|
-
gap: "40px",
|
|
1156
|
+
gap: "24px",
|
|
1347
1157
|
alignItems: "center",
|
|
1348
1158
|
height: "48px",
|
|
1349
1159
|
minHeight: "48px",
|
|
@@ -1355,11 +1165,18 @@ const i = (o) => ({
|
|
|
1355
1165
|
},
|
|
1356
1166
|
"& .M4LSideBar-containerLogoButtonLogo": {
|
|
1357
1167
|
width: "120px",
|
|
1358
|
-
height: "
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1168
|
+
height: "24px",
|
|
1169
|
+
display: "flex",
|
|
1170
|
+
alignItems: "center",
|
|
1171
|
+
background: o.palette.background.default,
|
|
1172
|
+
borderRadius: "4px"
|
|
1173
|
+
},
|
|
1174
|
+
"& .M4LSideBar-containerLogoButtonIcon": {
|
|
1175
|
+
display: "flex",
|
|
1176
|
+
justifyContent: "center",
|
|
1177
|
+
alignItems: "center",
|
|
1178
|
+
width: "40px",
|
|
1179
|
+
height: "24px"
|
|
1363
1180
|
}
|
|
1364
1181
|
}
|
|
1365
1182
|
}
|
|
@@ -1520,7 +1337,7 @@ const i = (o) => ({
|
|
|
1520
1337
|
borderRadius: "4px 0px 0px 4px",
|
|
1521
1338
|
justifyContent: "center",
|
|
1522
1339
|
flexDirection: "column",
|
|
1523
|
-
padding: "0px 0px
|
|
1340
|
+
padding: "0px 0px 4px 0px",
|
|
1524
1341
|
gap: "4px",
|
|
1525
1342
|
"& .M4LSideBar-navItemMainRoot": {
|
|
1526
1343
|
backgroundColor: "transparent",
|
|
@@ -1705,18 +1522,18 @@ const i = (o) => ({
|
|
|
1705
1522
|
},
|
|
1706
1523
|
"& .M4LSideBar-containerLogoButtonLogo": {
|
|
1707
1524
|
width: "120px",
|
|
1708
|
-
height: "32px"
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1525
|
+
height: "32px"
|
|
1526
|
+
},
|
|
1527
|
+
"& .M4LSideBar-containerLogoButtonIcon": {
|
|
1528
|
+
display: "flex",
|
|
1529
|
+
alignItems: "center"
|
|
1713
1530
|
}
|
|
1714
1531
|
}
|
|
1715
1532
|
}
|
|
1716
1533
|
}
|
|
1717
1534
|
}
|
|
1718
1535
|
}
|
|
1719
|
-
}),
|
|
1536
|
+
}), f = (o) => ({
|
|
1720
1537
|
M4LAreasAdmin: {
|
|
1721
1538
|
styleOverrides: {
|
|
1722
1539
|
"&.M4LAreasAdmin-root": {
|
|
@@ -1752,6 +1569,7 @@ const i = (o) => ({
|
|
|
1752
1569
|
justifyContent: "center",
|
|
1753
1570
|
alignItems: "center",
|
|
1754
1571
|
gap: "4px",
|
|
1572
|
+
padding: "4px",
|
|
1755
1573
|
[o.breakpoints.down("sm")]: {
|
|
1756
1574
|
gap: "0px",
|
|
1757
1575
|
borderRadius: "4px"
|
|
@@ -1790,8 +1608,7 @@ const i = (o) => ({
|
|
|
1790
1608
|
flexDirection: "row",
|
|
1791
1609
|
width: "100%",
|
|
1792
1610
|
overflow: "auto",
|
|
1793
|
-
height: "
|
|
1794
|
-
borderRight: "1px solid",
|
|
1611
|
+
height: "32px",
|
|
1795
1612
|
borderColor: o.palette.state.overdefoult,
|
|
1796
1613
|
[o.breakpoints.down("sm")]: {
|
|
1797
1614
|
background: "none",
|
|
@@ -1838,6 +1655,10 @@ const i = (o) => ({
|
|
|
1838
1655
|
width: "100%",
|
|
1839
1656
|
background: "none"
|
|
1840
1657
|
},
|
|
1658
|
+
"& .simplebar-mask .simplebar-offset ": {
|
|
1659
|
+
display: "flex",
|
|
1660
|
+
alignItems: "center"
|
|
1661
|
+
},
|
|
1841
1662
|
"& .M4LAreasAdmin-areaContentChips": {
|
|
1842
1663
|
display: "flex",
|
|
1843
1664
|
width: "fit-content",
|
|
@@ -1851,6 +1672,8 @@ const i = (o) => ({
|
|
|
1851
1672
|
},
|
|
1852
1673
|
"& .M4LAreasAdmin-areaChipMobileRoot": {
|
|
1853
1674
|
width: "100%",
|
|
1675
|
+
border: "0",
|
|
1676
|
+
background: o.palette.background.default,
|
|
1854
1677
|
"& .M4LAreasAdmin-areaChipRoot": {
|
|
1855
1678
|
width: "100%",
|
|
1856
1679
|
paddingLeft: "8px",
|
|
@@ -1859,6 +1682,8 @@ const i = (o) => ({
|
|
|
1859
1682
|
whiteSpace: "nowrap",
|
|
1860
1683
|
overflow: "hidden",
|
|
1861
1684
|
textOverflow: "ellipsis",
|
|
1685
|
+
gap: "4px",
|
|
1686
|
+
background: o.palette.background.default,
|
|
1862
1687
|
"& .M4LAreasAdmin-areaChipRoot": {
|
|
1863
1688
|
width: "100%"
|
|
1864
1689
|
}
|
|
@@ -1903,14 +1728,6 @@ const i = (o) => ({
|
|
|
1903
1728
|
border: "none",
|
|
1904
1729
|
boxShadow: "none",
|
|
1905
1730
|
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
1731
|
}
|
|
1915
1732
|
}
|
|
1916
1733
|
},
|
|
@@ -1980,10 +1797,9 @@ const i = (o) => ({
|
|
|
1980
1797
|
display: "flex",
|
|
1981
1798
|
background: o.palette.background.default,
|
|
1982
1799
|
borderRadius: "4px 4px 4px 4px",
|
|
1983
|
-
|
|
1984
|
-
minHeight: "26px",
|
|
1800
|
+
minHeight: "24px",
|
|
1985
1801
|
width: "fit-content",
|
|
1986
|
-
gap: "
|
|
1802
|
+
gap: "4px",
|
|
1987
1803
|
paddingLeft: "8px",
|
|
1988
1804
|
alignItems: "center",
|
|
1989
1805
|
[o.breakpoints.down("sm")]: {
|
|
@@ -2006,6 +1822,8 @@ const i = (o) => ({
|
|
|
2006
1822
|
border: "none",
|
|
2007
1823
|
textWrap: "nowrap",
|
|
2008
1824
|
width: "auto",
|
|
1825
|
+
minWidth: "30px",
|
|
1826
|
+
justifyContent: "center",
|
|
2009
1827
|
display: "flex",
|
|
2010
1828
|
alignItems: "center",
|
|
2011
1829
|
color: o.palette.patronus?.marbleLight[10],
|
|
@@ -2037,10 +1855,12 @@ const i = (o) => ({
|
|
|
2037
1855
|
border: "none",
|
|
2038
1856
|
textWrap: "nowrap",
|
|
2039
1857
|
width: "auto",
|
|
1858
|
+
minWidth: "30px",
|
|
1859
|
+
justifyContent: "center",
|
|
2040
1860
|
display: "flex",
|
|
2041
1861
|
alignItems: "center",
|
|
2042
1862
|
color: o.palette.text.secondary,
|
|
2043
|
-
...o.typography.
|
|
1863
|
+
...o.typography.action
|
|
2044
1864
|
},
|
|
2045
1865
|
"& .M4LAreasAdmin-areaContainerChipEditButton": {
|
|
2046
1866
|
display: "flex",
|
|
@@ -2070,7 +1890,9 @@ const i = (o) => ({
|
|
|
2070
1890
|
borderRadius: "0px 4px 4px 0px",
|
|
2071
1891
|
borderColor: o.palette.background.background
|
|
2072
1892
|
},
|
|
2073
|
-
"& .M4LAreasAdmin-areasAddButton": {
|
|
1893
|
+
"& .M4LAreasAdmin-areasAddButton": {
|
|
1894
|
+
background: o.palette.state.default
|
|
1895
|
+
},
|
|
2074
1896
|
"&.M4LAreasAdmin-isMobile": {
|
|
2075
1897
|
overflow: "hidden",
|
|
2076
1898
|
boxShadow: o.customShadows.z1,
|
|
@@ -2092,11 +1914,9 @@ const i = (o) => ({
|
|
|
2092
1914
|
"& .MuiPaper-root": {
|
|
2093
1915
|
width: "200px",
|
|
2094
1916
|
"& .M4LRHFormProvider-root": {
|
|
2095
|
-
"& .M4LRHFTextField-root": {
|
|
2096
|
-
paddingBottom: "4px"
|
|
2097
|
-
},
|
|
1917
|
+
"& .M4LRHFTextField-root": {},
|
|
2098
1918
|
"& .M4LCommonActions-root": {
|
|
2099
|
-
padding: "16px 0
|
|
1919
|
+
padding: "16px 0 0px 0px"
|
|
2100
1920
|
}
|
|
2101
1921
|
}
|
|
2102
1922
|
}
|
|
@@ -2126,19 +1946,19 @@ const i = (o) => ({
|
|
|
2126
1946
|
}
|
|
2127
1947
|
}
|
|
2128
1948
|
}
|
|
2129
|
-
}),
|
|
1949
|
+
}), w = (o) => ({
|
|
2130
1950
|
M4LAreasViewer: {
|
|
2131
1951
|
styleOverrides: {
|
|
2132
1952
|
"&.M4LAreasViewer-root": {
|
|
2133
1953
|
test: "root",
|
|
2134
1954
|
background: o.palette.background.background,
|
|
2135
1955
|
"& .M4LGridLayout-gridItemRoot.M4LGridLayout-colapsed-40 .M4LAreasViewer-windowHeader": {
|
|
2136
|
-
minHeight: "
|
|
2137
|
-
height: "
|
|
1956
|
+
minHeight: "38px",
|
|
1957
|
+
height: "38px"
|
|
2138
1958
|
},
|
|
2139
1959
|
"& .M4LGridLayout-gridItemRoot.M4LGridLayout-colapsed-48 .M4LAreasViewer-windowHeader": {
|
|
2140
|
-
minHeight: "
|
|
2141
|
-
height: "
|
|
1960
|
+
minHeight: "50px",
|
|
1961
|
+
height: "50px"
|
|
2142
1962
|
},
|
|
2143
1963
|
"& .M4LAreasViewer-areaGridLayout": {
|
|
2144
1964
|
"& .M4LAreasViewer-resizeHandle": {
|
|
@@ -2149,10 +1969,11 @@ const i = (o) => ({
|
|
|
2149
1969
|
}
|
|
2150
1970
|
},
|
|
2151
1971
|
"& .M4LAreasViewer-windowRoot": {
|
|
2152
|
-
background: o.palette.background.
|
|
2153
|
-
border: "
|
|
2154
|
-
|
|
2155
|
-
|
|
1972
|
+
background: o.palette.background.neutral,
|
|
1973
|
+
border: "1.5px solid",
|
|
1974
|
+
borderTop: "none",
|
|
1975
|
+
borderColor: o.palette.state.borderPrimary,
|
|
1976
|
+
boxShadow: o.customShadows.z2,
|
|
2156
1977
|
borderRadius: "4px",
|
|
2157
1978
|
display: "flex",
|
|
2158
1979
|
"&:not(.M4LAreasViewer-loading)": {
|
|
@@ -2165,7 +1986,7 @@ const i = (o) => ({
|
|
|
2165
1986
|
},
|
|
2166
1987
|
"&.react-colapsed": {
|
|
2167
1988
|
border: "1px solid",
|
|
2168
|
-
borderColor: o.palette.state.
|
|
1989
|
+
borderColor: o.palette.state.borderPrimary
|
|
2169
1990
|
},
|
|
2170
1991
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
2171
1992
|
display: "flex",
|
|
@@ -2175,16 +1996,13 @@ const i = (o) => ({
|
|
|
2175
1996
|
overflow: "hidden"
|
|
2176
1997
|
},
|
|
2177
1998
|
"& .M4LAreasViewer-windowHeader": {
|
|
1999
|
+
borderTop: "2px solid",
|
|
2000
|
+
borderColor: o.palette.state.borderPrimary,
|
|
2178
2001
|
display: "flex",
|
|
2179
2002
|
flexDirection: "column",
|
|
2180
|
-
background: o.palette.background.
|
|
2181
|
-
padding: "
|
|
2182
|
-
border: "none",
|
|
2003
|
+
background: o.palette.background.neutral,
|
|
2004
|
+
padding: "6px 4px 6px 8px",
|
|
2183
2005
|
boxShadow: o.customShadows.z1,
|
|
2184
|
-
height: "36px",
|
|
2185
|
-
[o.breakpoints.down("sm")]: {
|
|
2186
|
-
height: "44px"
|
|
2187
|
-
},
|
|
2188
2006
|
"& .M4LAreasViewer-windowHeaderContent": {
|
|
2189
2007
|
display: "flex",
|
|
2190
2008
|
width: "100%",
|
|
@@ -2195,18 +2013,19 @@ const i = (o) => ({
|
|
|
2195
2013
|
alignItems: "center",
|
|
2196
2014
|
overflow: "hidden",
|
|
2197
2015
|
width: "100%",
|
|
2198
|
-
padding: "0
|
|
2016
|
+
padding: "0 8px",
|
|
2199
2017
|
height: "100%",
|
|
2200
2018
|
"& .MuiTypography-root": {
|
|
2201
2019
|
whiteSpace: "nowrap",
|
|
2202
2020
|
overflow: "hidden",
|
|
2203
2021
|
textOverflow: "ellipsis",
|
|
2204
|
-
width: "100%"
|
|
2022
|
+
width: "100%",
|
|
2023
|
+
color: o.palette.text.secondary
|
|
2205
2024
|
}
|
|
2206
2025
|
}
|
|
2207
2026
|
},
|
|
2208
2027
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
2209
|
-
...o.typography.
|
|
2028
|
+
...o.typography.paragraphDens,
|
|
2210
2029
|
color: o.palette.text.primary,
|
|
2211
2030
|
overflow: "visible"
|
|
2212
2031
|
}
|
|
@@ -2250,7 +2069,7 @@ const i = (o) => ({
|
|
|
2250
2069
|
alignItems: "center",
|
|
2251
2070
|
padding: "8px",
|
|
2252
2071
|
...o.typography.body,
|
|
2253
|
-
color: o.palette.patronus?.
|
|
2072
|
+
color: o.palette.patronus?.onyx[60],
|
|
2254
2073
|
position: "relative",
|
|
2255
2074
|
"& .MuiLinearProgress-root": {
|
|
2256
2075
|
position: "absolute",
|
|
@@ -2302,7 +2121,7 @@ const i = (o) => ({
|
|
|
2302
2121
|
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
2303
2122
|
background: o.palette.warning.main,
|
|
2304
2123
|
"& .M4LIcon-icon": {
|
|
2305
|
-
backgroundColor: o.palette.patronus?.
|
|
2124
|
+
backgroundColor: o.palette.patronus?.onyx[50]
|
|
2306
2125
|
},
|
|
2307
2126
|
"& .M4LAreasViewer-pinIn": {
|
|
2308
2127
|
background: o.palette.state.warning.hover,
|
|
@@ -2319,7 +2138,7 @@ const i = (o) => ({
|
|
|
2319
2138
|
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
2320
2139
|
background: o.palette.success.main,
|
|
2321
2140
|
"& .M4LIcon-icon": {
|
|
2322
|
-
backgroundColor: o.palette.patronus?.
|
|
2141
|
+
backgroundColor: o.palette.patronus?.onyx[50]
|
|
2323
2142
|
},
|
|
2324
2143
|
"& .M4LAreasViewer-pinIn": {
|
|
2325
2144
|
background: o.palette.state.success.hover,
|
|
@@ -2335,7 +2154,7 @@ const i = (o) => ({
|
|
|
2335
2154
|
}
|
|
2336
2155
|
},
|
|
2337
2156
|
"& .M4LAreasViewer-windowContent": {
|
|
2338
|
-
padding: "
|
|
2157
|
+
padding: "0 12px 12px 12px",
|
|
2339
2158
|
background: o.palette.background.neutral,
|
|
2340
2159
|
display: "flex",
|
|
2341
2160
|
flexDirection: "column",
|
|
@@ -2345,7 +2164,7 @@ const i = (o) => ({
|
|
|
2345
2164
|
flex: "1",
|
|
2346
2165
|
overflow: "hidden",
|
|
2347
2166
|
[o.breakpoints.up("sm")]: {
|
|
2348
|
-
padding: "
|
|
2167
|
+
padding: "0 12px 12px 12px"
|
|
2349
2168
|
},
|
|
2350
2169
|
"& .M4LAreasViewer-containerComponent": {
|
|
2351
2170
|
display: "flex",
|
|
@@ -2375,23 +2194,27 @@ const i = (o) => ({
|
|
|
2375
2194
|
}
|
|
2376
2195
|
},
|
|
2377
2196
|
"&.M4LAreasViewer-selectedWindow": {
|
|
2378
|
-
border: "
|
|
2379
|
-
|
|
2380
|
-
|
|
2197
|
+
border: "1.5px solid",
|
|
2198
|
+
borderTop: "none",
|
|
2199
|
+
borderColor: o.palette.state.borderDens,
|
|
2200
|
+
boxShadow: o.customShadows.z3,
|
|
2381
2201
|
backdropFilter: "blur(100px)",
|
|
2382
2202
|
"& .M4LAreasViewer-windowHeader": {
|
|
2203
|
+
borderTop: "2px solid",
|
|
2204
|
+
borderColor: o.palette.state.lineTheme,
|
|
2383
2205
|
display: "flex",
|
|
2384
2206
|
flexDirection: "column",
|
|
2385
|
-
background: o.palette.
|
|
2207
|
+
background: o.palette.background.neutral,
|
|
2386
2208
|
gap: "4px",
|
|
2387
2209
|
alignItems: "center",
|
|
2388
2210
|
position: "relative",
|
|
2389
|
-
padding: "
|
|
2211
|
+
padding: "6px 4px 6px 8px",
|
|
2390
2212
|
justifyContent: "end",
|
|
2391
2213
|
overflow: "hidden",
|
|
2392
2214
|
cursor: "move",
|
|
2393
2215
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
2394
|
-
...o.typography.paragraphDens
|
|
2216
|
+
...o.typography.paragraphDens,
|
|
2217
|
+
color: o.palette.text.primary
|
|
2395
2218
|
},
|
|
2396
2219
|
"& .MuiButtonBase-root": {
|
|
2397
2220
|
"& .M4LIcon-icon": {
|
|
@@ -2412,8 +2235,14 @@ const i = (o) => ({
|
|
|
2412
2235
|
}
|
|
2413
2236
|
},
|
|
2414
2237
|
"&.M4LGridLayout-root .M4LGridLayout-maximizeMe": {
|
|
2238
|
+
borderTop: "0",
|
|
2239
|
+
borderLeft: "1.5px solid",
|
|
2240
|
+
borderRight: "1.5px solid",
|
|
2241
|
+
borderBottom: "1.5px solid",
|
|
2242
|
+
borderColor: o.palette.state.borderPrimary,
|
|
2243
|
+
borderRadius: "4px",
|
|
2415
2244
|
"& .M4LAreasViewer-windowContent": {
|
|
2416
|
-
padding: "
|
|
2245
|
+
padding: "0 12px 12px 12px"
|
|
2417
2246
|
},
|
|
2418
2247
|
"& .M4LAreasViewer-selectedWindow": {
|
|
2419
2248
|
borderColor: "transparent",
|
|
@@ -2432,12 +2261,10 @@ const i = (o) => ({
|
|
|
2432
2261
|
background: o.palette.state.active12
|
|
2433
2262
|
},
|
|
2434
2263
|
"& .M4LAreasViewer-windowPopupRoot": {
|
|
2435
|
-
boxShadow: o.customShadows.
|
|
2436
|
-
|
|
2437
|
-
background: o.palette.
|
|
2264
|
+
boxShadow: o.customShadows.z4,
|
|
2265
|
+
border: "none",
|
|
2266
|
+
background: o.palette.background.default,
|
|
2438
2267
|
borderRadius: "4px",
|
|
2439
|
-
border: "1px solid",
|
|
2440
|
-
borderColor: o.palette.text.disabled,
|
|
2441
2268
|
backdropFilter: "blur(8px)",
|
|
2442
2269
|
"& .M4LIcon-root.custom-handle": {
|
|
2443
2270
|
"& .M4LIcon-icon": {
|
|
@@ -2452,11 +2279,18 @@ const i = (o) => ({
|
|
|
2452
2279
|
}
|
|
2453
2280
|
},
|
|
2454
2281
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
2455
|
-
background: o.palette.background.
|
|
2282
|
+
background: o.palette.background.default,
|
|
2456
2283
|
borderRadius: "4px",
|
|
2284
|
+
border: "2px solid",
|
|
2285
|
+
borderColor: o.palette.state.borderPrimary,
|
|
2457
2286
|
"& .M4LAreasViewer-windowHeader": {
|
|
2458
2287
|
boxShadow: "none",
|
|
2459
|
-
|
|
2288
|
+
borderTopLeftRadius: "4px",
|
|
2289
|
+
borderTopRightRadius: "4px",
|
|
2290
|
+
background: o.palette.background.header,
|
|
2291
|
+
border: "none",
|
|
2292
|
+
height: "36px",
|
|
2293
|
+
minHeight: "36px",
|
|
2460
2294
|
"& .M4LIcon-root": {
|
|
2461
2295
|
"& .M4LIcon-icon": {
|
|
2462
2296
|
width: "18px",
|
|
@@ -2467,15 +2301,18 @@ const i = (o) => ({
|
|
|
2467
2301
|
}
|
|
2468
2302
|
},
|
|
2469
2303
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
2470
|
-
...o.typography.
|
|
2304
|
+
...o.typography.paragraphDens,
|
|
2471
2305
|
color: o.palette.text.secondary,
|
|
2472
2306
|
overflow: "visible"
|
|
2473
2307
|
}
|
|
2308
|
+
},
|
|
2309
|
+
"& .M4LAreasViewer-windowContent": {
|
|
2310
|
+
background: o.palette.background.default
|
|
2474
2311
|
}
|
|
2475
2312
|
},
|
|
2476
2313
|
"& .M4LAreasViewer-windowRoot": {
|
|
2477
2314
|
padding: "4px",
|
|
2478
|
-
background: o.palette.background.
|
|
2315
|
+
background: o.palette.background.default,
|
|
2479
2316
|
borderRadius: "4px",
|
|
2480
2317
|
borderColor: o.palette.state.overdefoult,
|
|
2481
2318
|
"&:not(.M4LAreasViewer-loading)": {
|
|
@@ -2511,20 +2348,20 @@ const i = (o) => ({
|
|
|
2511
2348
|
}
|
|
2512
2349
|
},
|
|
2513
2350
|
"&.M4LAreasViewer-selectedWindow": {
|
|
2514
|
-
border: "
|
|
2515
|
-
borderColor: t(o.palette.state.active, 0.5),
|
|
2351
|
+
border: "none",
|
|
2516
2352
|
background: o.palette.state.active12,
|
|
2517
2353
|
boxShadow: o.customShadows.z3,
|
|
2518
|
-
padding: "6px",
|
|
2519
2354
|
[o.breakpoints.down("sm")]: {
|
|
2520
2355
|
padding: "0"
|
|
2521
2356
|
},
|
|
2522
2357
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
2523
2358
|
boxShadow: o.customShadows.z2,
|
|
2359
|
+
border: "2px solid",
|
|
2360
|
+
borderColor: t(o.palette.state.active, 0.5),
|
|
2524
2361
|
"& .M4LAreasViewer-windowHeader": {
|
|
2525
|
-
background: o.palette.state.
|
|
2526
|
-
|
|
2527
|
-
|
|
2362
|
+
background: o.palette.state.active12,
|
|
2363
|
+
borderTopLeftRadius: "4px",
|
|
2364
|
+
borderTopRightRadius: "4px",
|
|
2528
2365
|
"& .M4LIcon-root": {
|
|
2529
2366
|
"& .M4LIcon-icon": {
|
|
2530
2367
|
backgroundColor: o.palette.text.primary
|
|
@@ -2542,11 +2379,12 @@ const i = (o) => ({
|
|
|
2542
2379
|
},
|
|
2543
2380
|
"& .M4LAreasViewer-panelWindowsRoot": {
|
|
2544
2381
|
background: o.palette.background.neutral,
|
|
2545
|
-
boxShadow: o.customShadows.z2,
|
|
2546
2382
|
display: "flex",
|
|
2547
2383
|
alignItems: "center",
|
|
2548
2384
|
padding: "8px",
|
|
2549
2385
|
gap: "8px",
|
|
2386
|
+
borderLeft: "1.5px solid",
|
|
2387
|
+
borderColor: o.palette.state.borderPrimary,
|
|
2550
2388
|
"& .M4LAreasViewer-panelWindowsButtonContainer": {
|
|
2551
2389
|
borderRadius: "2px",
|
|
2552
2390
|
background: o.palette.state.default,
|
|
@@ -2571,20 +2409,19 @@ const i = (o) => ({
|
|
|
2571
2409
|
"&.M4LAreasViewer-windowModalRoot .M4LAreasViewer-windowRoot": {
|
|
2572
2410
|
borderRadius: "4px",
|
|
2573
2411
|
boxShadow: o.customShadows.z4,
|
|
2574
|
-
background: o.palette.background.
|
|
2412
|
+
background: o.palette.background.default,
|
|
2575
2413
|
border: "2px solid",
|
|
2576
|
-
borderColor: o.palette.
|
|
2414
|
+
borderColor: o.palette.state.borderDens,
|
|
2577
2415
|
"& .M4LAreasViewer-windowContent": {
|
|
2578
2416
|
borderRadius: "4px",
|
|
2579
|
-
|
|
2580
|
-
background: o.palette.background.background
|
|
2417
|
+
background: o.palette.background.default
|
|
2581
2418
|
},
|
|
2582
2419
|
"& .M4LAreasViewer-windowHeaderTitle": {
|
|
2583
2420
|
display: "flex",
|
|
2584
2421
|
alignItems: "center",
|
|
2585
2422
|
overflow: "auto",
|
|
2586
2423
|
width: "100%",
|
|
2587
|
-
padding: "0
|
|
2424
|
+
padding: "0 8px",
|
|
2588
2425
|
height: "100%",
|
|
2589
2426
|
"& .MuiTypography-root": {
|
|
2590
2427
|
whiteSpace: "nowrap",
|
|
@@ -2648,7 +2485,7 @@ const i = (o) => ({
|
|
|
2648
2485
|
}
|
|
2649
2486
|
},
|
|
2650
2487
|
"& .MuiBackdrop-root": {
|
|
2651
|
-
background: t(`${o.palette.patronus?.
|
|
2488
|
+
background: t(`${o.palette.patronus?.onyx[60]}`, 0.8)
|
|
2652
2489
|
},
|
|
2653
2490
|
"&:not(.M4LAreasViewer-loading)": {
|
|
2654
2491
|
"& .M4LinearProgressIndeterminate-root": {
|
|
@@ -2662,7 +2499,7 @@ const i = (o) => ({
|
|
|
2662
2499
|
display: "flex",
|
|
2663
2500
|
flexDirection: "column",
|
|
2664
2501
|
height: "100%",
|
|
2665
|
-
background: o.palette.background.
|
|
2502
|
+
background: o.palette.background.default,
|
|
2666
2503
|
borderRadius: "4px",
|
|
2667
2504
|
boxShadow: o.customShadows.z4,
|
|
2668
2505
|
overflow: "hidden",
|
|
@@ -2670,9 +2507,10 @@ const i = (o) => ({
|
|
|
2670
2507
|
cursor: "all-scroll",
|
|
2671
2508
|
display: "flex",
|
|
2672
2509
|
flexDirection: "column",
|
|
2673
|
-
padding: "
|
|
2510
|
+
padding: "6px 4px 6px 8px",
|
|
2674
2511
|
borderRadius: "4px",
|
|
2675
2512
|
border: "none",
|
|
2513
|
+
background: o.palette.state.active12,
|
|
2676
2514
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
2677
2515
|
...o.typography.paragraph,
|
|
2678
2516
|
color: o.palette.text.primary,
|
|
@@ -2685,8 +2523,8 @@ const i = (o) => ({
|
|
|
2685
2523
|
}
|
|
2686
2524
|
},
|
|
2687
2525
|
"& .M4LAreasViewer-windowContent": {
|
|
2688
|
-
|
|
2689
|
-
background: o.palette.background.
|
|
2526
|
+
padding: "0 12px 12px 12px",
|
|
2527
|
+
background: o.palette.background.default,
|
|
2690
2528
|
borderRadius: "4px",
|
|
2691
2529
|
display: "flex",
|
|
2692
2530
|
flexDirection: "column",
|
|
@@ -2711,25 +2549,45 @@ const i = (o) => ({
|
|
|
2711
2549
|
}
|
|
2712
2550
|
}
|
|
2713
2551
|
}
|
|
2714
|
-
}),
|
|
2552
|
+
}), h = (o) => ({
|
|
2715
2553
|
M4LAppBar: {
|
|
2716
2554
|
styleOverrides: {
|
|
2717
2555
|
"&.M4LAppBar-root": {
|
|
2718
2556
|
display: "flex",
|
|
2719
2557
|
width: "auto",
|
|
2720
2558
|
overflow: "hidden",
|
|
2559
|
+
minHeight: "52px",
|
|
2721
2560
|
height: "52px",
|
|
2722
2561
|
alignItems: "center",
|
|
2723
|
-
padding: "
|
|
2562
|
+
padding: "8px 16px",
|
|
2724
2563
|
background: o.palette.background.neutral,
|
|
2725
|
-
borderBottom: "
|
|
2726
|
-
borderColor: o.palette.state.
|
|
2564
|
+
borderBottom: "1.5px solid",
|
|
2565
|
+
borderColor: o.palette.state.borderPrimary,
|
|
2727
2566
|
justifyContent: "space-between",
|
|
2567
|
+
gap: "40px",
|
|
2728
2568
|
[o.breakpoints.down("sm")]: {
|
|
2729
2569
|
width: "100%",
|
|
2730
2570
|
marginLeft: "0",
|
|
2731
2571
|
gap: "12px"
|
|
2732
2572
|
},
|
|
2573
|
+
"& .M4LAppBar-containerLogo": {
|
|
2574
|
+
"& .M4LImage-root": {
|
|
2575
|
+
width: "34px",
|
|
2576
|
+
height: "34px",
|
|
2577
|
+
backgroundColor: o.palette.background.default,
|
|
2578
|
+
borderRadius: "4px",
|
|
2579
|
+
padding: "2px"
|
|
2580
|
+
},
|
|
2581
|
+
"& .M4LAppBar-containerImageTypography": {
|
|
2582
|
+
display: "flex",
|
|
2583
|
+
alignItems: "center",
|
|
2584
|
+
gap: "12px",
|
|
2585
|
+
"& .M4LTypography-root": {
|
|
2586
|
+
textWrap: "nowrap",
|
|
2587
|
+
textTransform: "uppercase"
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
},
|
|
2733
2591
|
"& .M4LAppBar-containerIconMenuToggle": {
|
|
2734
2592
|
display: "flex",
|
|
2735
2593
|
alingItems: "center",
|
|
@@ -2809,32 +2667,27 @@ const i = (o) => ({
|
|
|
2809
2667
|
}
|
|
2810
2668
|
}
|
|
2811
2669
|
}
|
|
2812
|
-
},
|
|
2813
|
-
"*css-1gn3ygk": {
|
|
2814
|
-
overflow: "hidden"
|
|
2815
2670
|
}
|
|
2816
2671
|
}
|
|
2817
|
-
}),
|
|
2672
|
+
}), v = (o) => ({
|
|
2818
2673
|
M4LAvatar: {
|
|
2819
2674
|
styleOverrides: {
|
|
2820
2675
|
"&.M4LAvatar-root": {
|
|
2821
2676
|
"& .MuiAvatar-root": {
|
|
2822
|
-
width: "
|
|
2823
|
-
height: "
|
|
2677
|
+
width: "32px",
|
|
2678
|
+
height: "32px",
|
|
2824
2679
|
borderRadius: "4px",
|
|
2825
2680
|
padding: "4px",
|
|
2826
|
-
background:
|
|
2827
|
-
color:
|
|
2681
|
+
background: e.blazeOrange[50],
|
|
2682
|
+
color: e.marbleLight[30],
|
|
2828
2683
|
boxShadow: o.customShadows.z1,
|
|
2829
|
-
|
|
2830
|
-
...o.typography.subtitle,
|
|
2831
|
-
borderColor: o.palette.state.borderTop
|
|
2684
|
+
...o.typography.subtitle
|
|
2832
2685
|
},
|
|
2833
2686
|
test: "root"
|
|
2834
2687
|
}
|
|
2835
2688
|
}
|
|
2836
2689
|
}
|
|
2837
|
-
}),
|
|
2690
|
+
}), k = (o) => ({
|
|
2838
2691
|
M4LAccountPopover: {
|
|
2839
2692
|
styleOverrides: {
|
|
2840
2693
|
"&.M4LAccountPopover-root": {
|
|
@@ -2844,133 +2697,159 @@ const i = (o) => ({
|
|
|
2844
2697
|
},
|
|
2845
2698
|
M4LAccountPopoverPopover: {
|
|
2846
2699
|
styleOverrides: {
|
|
2847
|
-
"
|
|
2700
|
+
"& .M4LAccountPopover-popover": {
|
|
2848
2701
|
display: "flex",
|
|
2849
2702
|
flexDirection: "column",
|
|
2850
2703
|
gap: "0px",
|
|
2704
|
+
borderRadius: "6px"
|
|
2705
|
+
},
|
|
2706
|
+
"& .MuiPaper-root": {
|
|
2707
|
+
display: "flex",
|
|
2708
|
+
flexDirection: "column",
|
|
2709
|
+
gap: "8px",
|
|
2710
|
+
padding: "12px",
|
|
2851
2711
|
borderRadius: "6px",
|
|
2852
|
-
|
|
2712
|
+
boxShadow: o.customShadows.z3,
|
|
2713
|
+
background: o.palette.background.default,
|
|
2714
|
+
"& .M4LAccountPopover-containerUserInfo": {
|
|
2853
2715
|
display: "flex",
|
|
2854
2716
|
flexDirection: "column",
|
|
2855
|
-
gap: "
|
|
2856
|
-
|
|
2857
|
-
borderRadius: "6px",
|
|
2858
|
-
boxShadow: o.customShadows.z3,
|
|
2859
|
-
background: o.palette.background.default,
|
|
2860
|
-
"& .M4LAccountPopover-containerUserInfo": {
|
|
2861
|
-
display: "flex",
|
|
2862
|
-
flexDirection: "column",
|
|
2863
|
-
"& .M4LAccountPopover-containerUserName": {
|
|
2864
|
-
display: "flex",
|
|
2865
|
-
flexDirection: "row",
|
|
2866
|
-
gap: "4px",
|
|
2867
|
-
padding: "0px 10px",
|
|
2868
|
-
"& .M4LAccountPopover-labelUserName": {
|
|
2869
|
-
color: o.palette.text.primary,
|
|
2870
|
-
...o.typography.paragraphDens,
|
|
2871
|
-
padding: "4px"
|
|
2872
|
-
}
|
|
2873
|
-
},
|
|
2874
|
-
"& .M4LAccountPopover-containerUserEmail": {
|
|
2875
|
-
display: "flex",
|
|
2876
|
-
flexDirection: "row",
|
|
2877
|
-
gap: "4px",
|
|
2878
|
-
padding: "0px 10px",
|
|
2879
|
-
"& .M4LAccountPopover-labelUserEmail": {
|
|
2880
|
-
color: o.palette.text.primary,
|
|
2881
|
-
...o.typography.paragraph,
|
|
2882
|
-
padding: "4px"
|
|
2883
|
-
}
|
|
2884
|
-
}
|
|
2885
|
-
},
|
|
2886
|
-
"& .M4LAccountPopover-containerAppVersion": {
|
|
2717
|
+
gap: "8px",
|
|
2718
|
+
"& .M4LAccountPopover-containerUserName": {
|
|
2887
2719
|
display: "flex",
|
|
2888
2720
|
flexDirection: "row",
|
|
2889
2721
|
gap: "4px",
|
|
2890
|
-
padding: "0px
|
|
2891
|
-
"& .
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2722
|
+
padding: "0px 4px",
|
|
2723
|
+
"& .M4LIcon-root": {
|
|
2724
|
+
minWidth: "16px",
|
|
2725
|
+
minHeight: "16px"
|
|
2726
|
+
},
|
|
2727
|
+
"& .M4LAccountPopover-labelUserName": {
|
|
2728
|
+
color: o.palette.text.primary,
|
|
2729
|
+
...o.typography.bodyDens,
|
|
2730
|
+
width: "100%",
|
|
2731
|
+
minHeight: "20px"
|
|
2895
2732
|
}
|
|
2896
2733
|
},
|
|
2897
|
-
"& .M4LAccountPopover-
|
|
2898
|
-
borderTop: "2px solid",
|
|
2899
|
-
borderBottom: "2px solid",
|
|
2900
|
-
borderColor: o.palette.state.default,
|
|
2901
|
-
padding: "4px",
|
|
2902
|
-
margin: "12px 0 12px 0",
|
|
2734
|
+
"& .M4LAccountPopover-containerUserEmail": {
|
|
2903
2735
|
display: "flex",
|
|
2904
|
-
flexDirection: "
|
|
2736
|
+
flexDirection: "row",
|
|
2905
2737
|
gap: "4px",
|
|
2906
|
-
"
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2738
|
+
padding: "0px 4px",
|
|
2739
|
+
"& .M4LIcon-root": {
|
|
2740
|
+
minWidth: "16px",
|
|
2741
|
+
minHeight: "16px"
|
|
2910
2742
|
},
|
|
2911
|
-
"& .M4LAccountPopover-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
gap: "4px",
|
|
2743
|
+
"& .M4LAccountPopover-labelUserEmail": {
|
|
2744
|
+
color: o.palette.text.primary,
|
|
2745
|
+
...o.typography.body,
|
|
2915
2746
|
width: "100%",
|
|
2916
|
-
|
|
2917
|
-
padding: "0px 8px",
|
|
2918
|
-
cursor: "pointer",
|
|
2919
|
-
"&:hover": {
|
|
2920
|
-
background: o.palette.state.default
|
|
2921
|
-
},
|
|
2922
|
-
"& .M4LAccountPopover-menuItem": {
|
|
2923
|
-
padding: "4px",
|
|
2924
|
-
borderRadius: "4px"
|
|
2925
|
-
}
|
|
2747
|
+
minHeight: "20px"
|
|
2926
2748
|
}
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
"& .M4LAccountPopover-containerAppVersion": {
|
|
2752
|
+
display: "flex",
|
|
2753
|
+
flexDirection: "row",
|
|
2754
|
+
gap: "4px",
|
|
2755
|
+
padding: "0px 4px",
|
|
2756
|
+
"& .M4LIcon-root": {
|
|
2757
|
+
minWidth: "16px",
|
|
2758
|
+
minHeight: "16px"
|
|
2759
|
+
},
|
|
2760
|
+
"& .M4LAccountPopover-labelVersion": {
|
|
2761
|
+
color: o.palette.text.secondary,
|
|
2762
|
+
...o.typography.body,
|
|
2763
|
+
width: "100%",
|
|
2764
|
+
minHeight: "20px"
|
|
2765
|
+
}
|
|
2766
|
+
},
|
|
2767
|
+
"& .M4LAccountPopover-containerMenuItems": {
|
|
2768
|
+
borderTop: "1.5px solid",
|
|
2769
|
+
borderBottom: "1.5px solid",
|
|
2770
|
+
borderColor: o.palette.state.default,
|
|
2771
|
+
padding: "8px 4px",
|
|
2772
|
+
display: "flex",
|
|
2773
|
+
flexDirection: "column",
|
|
2774
|
+
gap: "8px",
|
|
2775
|
+
"& .M4LAccountPopover-containerProgress": {
|
|
2776
|
+
display: "flex",
|
|
2777
|
+
justifyContent: "start",
|
|
2778
|
+
alignItems: "center"
|
|
2927
2779
|
},
|
|
2928
|
-
"& .M4LAccountPopover-
|
|
2780
|
+
"& .M4LAccountPopover-containerSetting": {
|
|
2929
2781
|
display: "flex",
|
|
2930
2782
|
flexDirection: "row",
|
|
2931
2783
|
gap: "4px",
|
|
2932
|
-
padding: "0px 12px",
|
|
2933
|
-
borderRadius: "4px",
|
|
2934
2784
|
width: "100%",
|
|
2935
|
-
|
|
2785
|
+
borderRadius: "4px",
|
|
2936
2786
|
cursor: "pointer",
|
|
2937
2787
|
"&:hover": {
|
|
2938
2788
|
background: o.palette.state.default
|
|
2939
2789
|
},
|
|
2940
|
-
"& .
|
|
2941
|
-
|
|
2942
|
-
|
|
2790
|
+
"& .M4LIcon-root": {
|
|
2791
|
+
minWidth: "16px",
|
|
2792
|
+
minHeight: "16px"
|
|
2793
|
+
},
|
|
2794
|
+
"& .M4LAccountPopover-menuItem": {
|
|
2943
2795
|
color: o.palette.text.primary,
|
|
2944
|
-
...o.typography.
|
|
2796
|
+
...o.typography.body,
|
|
2797
|
+
borderRadius: "4px",
|
|
2798
|
+
width: "100%",
|
|
2799
|
+
minHeight: "20px"
|
|
2945
2800
|
}
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
"& .M4LAccountPopover-containerlogOut": {
|
|
2804
|
+
display: "flex",
|
|
2805
|
+
flexDirection: "row",
|
|
2806
|
+
gap: "4px",
|
|
2807
|
+
padding: "0 4px",
|
|
2808
|
+
borderRadius: "4px",
|
|
2809
|
+
width: "100%",
|
|
2810
|
+
alignItems: "center",
|
|
2811
|
+
cursor: "pointer",
|
|
2812
|
+
"&:hover": {
|
|
2813
|
+
background: o.palette.state.default
|
|
2946
2814
|
},
|
|
2947
|
-
"& .
|
|
2948
|
-
|
|
2949
|
-
|
|
2815
|
+
"& .M4LIcon-root": {
|
|
2816
|
+
minWidth: "16px",
|
|
2817
|
+
minHeight: "16px"
|
|
2818
|
+
},
|
|
2819
|
+
"& .M4LAccountPopover-logOut": {
|
|
2820
|
+
color: o.palette.text.primary,
|
|
2821
|
+
...o.typography.body,
|
|
2822
|
+
borderRadius: "4px",
|
|
2823
|
+
width: "100%",
|
|
2824
|
+
minHeight: "20px"
|
|
2825
|
+
}
|
|
2826
|
+
},
|
|
2827
|
+
"& .M4LPopover-arrowStyle": {
|
|
2828
|
+
display: "none",
|
|
2829
|
+
"& .M4LAccountPopover-containerUserInfo": {
|
|
2830
|
+
display: "flex",
|
|
2831
|
+
"& .M4LAccountPopover-containerUserName": {
|
|
2950
2832
|
display: "flex",
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
},
|
|
2966
|
-
"& .M4LAccountPopover-logOut": {}
|
|
2967
|
-
}
|
|
2833
|
+
flexDirection: "row",
|
|
2834
|
+
gap: "4px"
|
|
2835
|
+
},
|
|
2836
|
+
"& .M4LAccountPopover-containerUserEmail": {
|
|
2837
|
+
display: "flex",
|
|
2838
|
+
flexDirection: "row",
|
|
2839
|
+
gap: "4px"
|
|
2840
|
+
},
|
|
2841
|
+
"& .M4LAccountPopover-containerAppVersion": {
|
|
2842
|
+
display: "flex",
|
|
2843
|
+
flexDirection: "row",
|
|
2844
|
+
gap: "4px"
|
|
2845
|
+
},
|
|
2846
|
+
"& .M4LAccountPopover-logOut": {}
|
|
2968
2847
|
}
|
|
2969
2848
|
}
|
|
2970
2849
|
}
|
|
2971
2850
|
}
|
|
2972
2851
|
}
|
|
2973
|
-
}),
|
|
2852
|
+
}), C = (o) => ({
|
|
2974
2853
|
M4LModuleLayout: {
|
|
2975
2854
|
styleOverrides: {
|
|
2976
2855
|
"&.M4LModuleLayout-root": {
|
|
@@ -2987,7 +2866,7 @@ const i = (o) => ({
|
|
|
2987
2866
|
}
|
|
2988
2867
|
}
|
|
2989
2868
|
}
|
|
2990
|
-
}),
|
|
2869
|
+
}), I = (o) => ({
|
|
2991
2870
|
M4LMasterDetailLayout: {
|
|
2992
2871
|
styleOverrides: {
|
|
2993
2872
|
"&.M4LMasterDetailLayout-root": {
|
|
@@ -3004,14 +2883,25 @@ const i = (o) => ({
|
|
|
3004
2883
|
border: "0px",
|
|
3005
2884
|
borderColor: "transparent",
|
|
3006
2885
|
borderRadius: "6px",
|
|
3007
|
-
overFlow: "visible"
|
|
2886
|
+
overFlow: "visible",
|
|
2887
|
+
"& .splitter-layout": {
|
|
2888
|
+
gap: "4px"
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
"& .M4LSplitLayout-secondPart": {
|
|
2892
|
+
background: o.palette.background.default,
|
|
2893
|
+
borderRadius: "6px",
|
|
2894
|
+
padding: "8px"
|
|
3008
2895
|
},
|
|
3009
|
-
"& .
|
|
3010
|
-
|
|
2896
|
+
"& .layout-pane-primary": {
|
|
2897
|
+
background: o.palette.background.default,
|
|
2898
|
+
borderRadius: "6px",
|
|
2899
|
+
padding: "8px"
|
|
2900
|
+
}
|
|
3011
2901
|
}
|
|
3012
2902
|
}
|
|
3013
2903
|
}
|
|
3014
|
-
}),
|
|
2904
|
+
}), B = (o) => ({
|
|
3015
2905
|
M4LSplitLayout: {
|
|
3016
2906
|
styleOverrides: {
|
|
3017
2907
|
"&.M4LSplitLayout-root": {
|
|
@@ -3099,7 +2989,7 @@ const i = (o) => ({
|
|
|
3099
2989
|
zIndex: "1"
|
|
3100
2990
|
},
|
|
3101
2991
|
"& .splitter-layout > .layout-splitter:hover:before, .splitter-layout.layout-changing > .layout-splitter:before": {
|
|
3102
|
-
background: o.palette.state.
|
|
2992
|
+
background: o.palette.state.hover
|
|
3103
2993
|
},
|
|
3104
2994
|
"& .splitter-layout.splitter-layout-vertical": {
|
|
3105
2995
|
flexDirection: "column",
|
|
@@ -3110,29 +3000,29 @@ const i = (o) => ({
|
|
|
3110
3000
|
left: "0",
|
|
3111
3001
|
right: "0",
|
|
3112
3002
|
position: "absolute",
|
|
3113
|
-
background: o.palette.state.
|
|
3003
|
+
background: o.palette.state.borderPrimary
|
|
3114
3004
|
}
|
|
3115
3005
|
},
|
|
3116
3006
|
"& .splitter-layout:not(.splitter-layout-vertical)": {
|
|
3117
3007
|
"& .layout-splitter:after": {
|
|
3118
3008
|
content: '""',
|
|
3119
|
-
width: "
|
|
3009
|
+
width: "2px",
|
|
3120
3010
|
top: "0",
|
|
3121
3011
|
bottom: "0",
|
|
3122
3012
|
position: "absolute",
|
|
3123
|
-
background: o.palette.state.
|
|
3013
|
+
background: o.palette.state.borderPrimary
|
|
3124
3014
|
}
|
|
3125
3015
|
}
|
|
3126
3016
|
}
|
|
3127
3017
|
}
|
|
3128
3018
|
}
|
|
3129
|
-
}),
|
|
3019
|
+
}), m = (o) => ({
|
|
3130
3020
|
M4LCommonActions: {
|
|
3131
3021
|
styleOverrides: {
|
|
3132
3022
|
"&.M4LCommonActions-root": {
|
|
3133
|
-
padding: "16px 0px
|
|
3023
|
+
padding: "16px 0px 0px 0px",
|
|
3134
3024
|
display: "flex",
|
|
3135
|
-
gap: "
|
|
3025
|
+
gap: "16px",
|
|
3136
3026
|
justifyContent: "flex-end",
|
|
3137
3027
|
width: "100%",
|
|
3138
3028
|
overflow: "visible"
|
|
@@ -3193,25 +3083,113 @@ const i = (o) => ({
|
|
|
3193
3083
|
}
|
|
3194
3084
|
}
|
|
3195
3085
|
}
|
|
3196
|
-
}),
|
|
3086
|
+
}), R = (o) => ({
|
|
3197
3087
|
M4LPropertyValue: {
|
|
3198
3088
|
styleOverrides: {
|
|
3199
3089
|
"&.M4LPropertyValue-root": {
|
|
3200
|
-
test: "root"
|
|
3090
|
+
test: "root",
|
|
3091
|
+
display: "grid",
|
|
3092
|
+
alignItems: "flex-start",
|
|
3093
|
+
width: "100%",
|
|
3094
|
+
minHeight: "32px",
|
|
3095
|
+
flexDirection: "column",
|
|
3096
|
+
borderBottom: "1px solid",
|
|
3097
|
+
borderColor: o.palette.state.borderDisable,
|
|
3098
|
+
[o.breakpoints.up("sm")]: {
|
|
3099
|
+
gap: "8px",
|
|
3100
|
+
alignItems: "center"
|
|
3101
|
+
},
|
|
3102
|
+
"&.M4LPropertyValue-isMobile": {
|
|
3103
|
+
gridTemplateColumns: "1fr!important",
|
|
3104
|
+
minHeight: "24px"
|
|
3105
|
+
},
|
|
3106
|
+
"&.M4LPropertyValue-variantIsForm": {
|
|
3107
|
+
minHeight: "32px"
|
|
3108
|
+
},
|
|
3109
|
+
"& .M4LPropertyValue-property": {
|
|
3110
|
+
width: "100%",
|
|
3111
|
+
...o.typography.body,
|
|
3112
|
+
color: o.palette.text.secondary,
|
|
3113
|
+
height: "100%",
|
|
3114
|
+
display: "flex",
|
|
3115
|
+
alignItems: "left",
|
|
3116
|
+
justifyContent: "flex-start",
|
|
3117
|
+
position: "relative",
|
|
3118
|
+
gap: "8px",
|
|
3119
|
+
[o.breakpoints.up("sm")]: {
|
|
3120
|
+
textAlign: "left",
|
|
3121
|
+
justifyContent: "flex-start",
|
|
3122
|
+
alignItems: "center",
|
|
3123
|
+
height: "100%"
|
|
3124
|
+
},
|
|
3125
|
+
overflow: "hidden",
|
|
3126
|
+
overflowWrap: "break-word",
|
|
3127
|
+
"& .M4LTypography-root": {
|
|
3128
|
+
...o.typography.body,
|
|
3129
|
+
color: o.palette.text.secondary
|
|
3130
|
+
}
|
|
3131
|
+
},
|
|
3132
|
+
"& .M4LPropertyValue-value": {
|
|
3133
|
+
width: "100%",
|
|
3134
|
+
minHeight: "20px",
|
|
3135
|
+
...o.typography.body,
|
|
3136
|
+
color: o.palette.text.primary,
|
|
3137
|
+
overflow: "hidden",
|
|
3138
|
+
textOverflow: "ellipsis",
|
|
3139
|
+
position: "relative",
|
|
3140
|
+
display: "flex",
|
|
3141
|
+
flexDirection: "column",
|
|
3142
|
+
marginTop: o.spacing(1),
|
|
3143
|
+
[o.breakpoints.up("sm")]: {
|
|
3144
|
+
marginTop: "0px"
|
|
3145
|
+
},
|
|
3146
|
+
overflowWrap: "break-word",
|
|
3147
|
+
"& .M4LTypography-root": {
|
|
3148
|
+
...o.typography.body,
|
|
3149
|
+
color: o.palette.text.primary
|
|
3150
|
+
},
|
|
3151
|
+
"& .M4LRHFTextField-root.M4LRHFTextField-sizeSmall": {
|
|
3152
|
+
"& .MuiFormControl-root": {
|
|
3153
|
+
"& .MuiInputBase-root": {
|
|
3154
|
+
borderRadius: "0",
|
|
3155
|
+
background: "transparent",
|
|
3156
|
+
"& .MuiOutlinedInput-notchedOutline": {
|
|
3157
|
+
border: "0",
|
|
3158
|
+
borderRadius: "0"
|
|
3159
|
+
}
|
|
3160
|
+
}
|
|
3161
|
+
}
|
|
3162
|
+
},
|
|
3163
|
+
"& .M4LRHFTextField-root.M4LRHFTextField-sizeMedium": {
|
|
3164
|
+
"& .MuiFormControl-root": {
|
|
3165
|
+
"& .MuiInputBase-root": {
|
|
3166
|
+
borderRadius: "0",
|
|
3167
|
+
background: "transparent",
|
|
3168
|
+
"& .MuiOutlinedInput-notchedOutline": {
|
|
3169
|
+
border: "0",
|
|
3170
|
+
borderRadius: "0"
|
|
3171
|
+
}
|
|
3172
|
+
}
|
|
3173
|
+
}
|
|
3174
|
+
}
|
|
3175
|
+
}
|
|
3201
3176
|
}
|
|
3202
3177
|
}
|
|
3203
3178
|
}
|
|
3204
|
-
}),
|
|
3179
|
+
}), A = (o) => ({
|
|
3205
3180
|
M4LTab: {
|
|
3206
3181
|
styleOverrides: {
|
|
3207
3182
|
"&.M4LTab-root": {
|
|
3208
3183
|
width: "fit-content",
|
|
3184
|
+
background: o.palette.background.header,
|
|
3185
|
+
borderRadius: "4px 4px 0 0",
|
|
3209
3186
|
"& .MuiButtonBase-root": {
|
|
3187
|
+
background: o.palette.background.header,
|
|
3210
3188
|
height: "36px",
|
|
3211
3189
|
display: "flex",
|
|
3212
3190
|
flexDirection: "row",
|
|
3213
3191
|
alignItems: "center",
|
|
3214
|
-
padding: "4px
|
|
3192
|
+
padding: "4px 16px 4px 8px",
|
|
3215
3193
|
width: "fit-content",
|
|
3216
3194
|
minHeight: "fit-content",
|
|
3217
3195
|
minWidth: "fit-content",
|
|
@@ -3250,7 +3228,7 @@ const i = (o) => ({
|
|
|
3250
3228
|
}
|
|
3251
3229
|
}
|
|
3252
3230
|
}
|
|
3253
|
-
}),
|
|
3231
|
+
}), P = (o) => ({
|
|
3254
3232
|
M4LAccordion: {
|
|
3255
3233
|
styleOverrides: {
|
|
3256
3234
|
"&.M4LAccordion-root": {
|
|
@@ -3259,46 +3237,53 @@ const i = (o) => ({
|
|
|
3259
3237
|
borderRadius: "4px",
|
|
3260
3238
|
"& .M4LTypography-root": {
|
|
3261
3239
|
"& .MuiTypography-root": {
|
|
3262
|
-
...o.typography.
|
|
3240
|
+
...o.typography.bodyDens,
|
|
3263
3241
|
color: o.palette.text.primary
|
|
3264
3242
|
}
|
|
3265
3243
|
},
|
|
3266
3244
|
"& .MuiPaper-root": {
|
|
3267
3245
|
background: o.palette.background.neutral,
|
|
3268
3246
|
marginBottom: "0px",
|
|
3269
|
-
borderRadius: "4px"
|
|
3247
|
+
borderRadius: "4px",
|
|
3248
|
+
border: "1px solid",
|
|
3249
|
+
borderColor: o.palette.state.borderPrimary
|
|
3270
3250
|
}
|
|
3271
3251
|
},
|
|
3272
3252
|
"& .MuiButtonBase-root": {
|
|
3273
|
-
padding: "4px 8px
|
|
3274
|
-
borderRadius: "4px
|
|
3275
|
-
"
|
|
3276
|
-
|
|
3277
|
-
},
|
|
3278
|
-
"&.MuiAccordionSummary-root
|
|
3279
|
-
background: o.palette.
|
|
3280
|
-
"& .
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3253
|
+
padding: "4px 8px",
|
|
3254
|
+
borderRadius: "4px",
|
|
3255
|
+
height: "32px",
|
|
3256
|
+
minHeight: "32px",
|
|
3257
|
+
"&:hover": {},
|
|
3258
|
+
"&.MuiAccordionSummary-root": {
|
|
3259
|
+
background: o.palette.background.default,
|
|
3260
|
+
"& .Mui-expanded": {
|
|
3261
|
+
background: o.palette.state.active12,
|
|
3262
|
+
borderRadius: "4px 4px 0px 0px",
|
|
3263
|
+
height: "32px",
|
|
3264
|
+
minHeight: "32px",
|
|
3265
|
+
"& .M4LTypography-root": {
|
|
3266
|
+
"& .MuiTypography-root": {
|
|
3267
|
+
...o.typography.bodyDens,
|
|
3268
|
+
color: o.palette.text?.primary
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
3271
|
+
"& .MuiAccordionSummary-expandIconWrapper": {
|
|
3272
|
+
transform: "rotate(0deg)"
|
|
3273
|
+
},
|
|
3274
|
+
"& .M4LAccordion-endIcon": {
|
|
3275
|
+
transform: "rotate(90deg)"
|
|
3276
|
+
},
|
|
3277
|
+
"& .M4LIconButton-root": {}
|
|
3278
|
+
}
|
|
3293
3279
|
},
|
|
3294
3280
|
test: "root"
|
|
3295
3281
|
},
|
|
3296
3282
|
"& .MuiCollapse-root": {
|
|
3297
3283
|
background: o.palette.background.default,
|
|
3298
|
-
|
|
3299
|
-
borderColor: o.palette.state.default,
|
|
3284
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3300
3285
|
borderRadius: "0px 0px 4px 4px",
|
|
3301
|
-
padding: "
|
|
3286
|
+
padding: "8px",
|
|
3302
3287
|
"& .M4LAccordion-content": {
|
|
3303
3288
|
"& .M4LPropertyValue-root:last-of-type": {
|
|
3304
3289
|
borderBottom: "unset"
|
|
@@ -3307,7 +3292,7 @@ const i = (o) => ({
|
|
|
3307
3292
|
}
|
|
3308
3293
|
}
|
|
3309
3294
|
}
|
|
3310
|
-
}),
|
|
3295
|
+
}), T = (o) => ({
|
|
3311
3296
|
M4LRHFormProvider: {
|
|
3312
3297
|
styleOverrides: {
|
|
3313
3298
|
"&.M4LRHFormProvider-root": {
|
|
@@ -3315,84 +3300,99 @@ const i = (o) => ({
|
|
|
3315
3300
|
flexDirection: "column",
|
|
3316
3301
|
width: "100%",
|
|
3317
3302
|
height: "auto",
|
|
3303
|
+
gap: "8px",
|
|
3318
3304
|
"& .M4LCommonActions-root": {
|
|
3319
|
-
padding: "16px
|
|
3305
|
+
padding: "16px 0px 0px 0px"
|
|
3320
3306
|
}
|
|
3321
3307
|
}
|
|
3322
3308
|
}
|
|
3323
3309
|
}
|
|
3324
|
-
}),
|
|
3310
|
+
}), D = (o) => ({
|
|
3325
3311
|
M4LPeriod: {
|
|
3326
3312
|
styleOverrides: {
|
|
3327
3313
|
"&.M4LPeriod-root": {
|
|
3328
|
-
border: "solid
|
|
3329
|
-
borderColor: o.palette.state.
|
|
3314
|
+
border: "solid 1.3px",
|
|
3315
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3330
3316
|
display: "flex",
|
|
3331
3317
|
width: "100%",
|
|
3332
|
-
|
|
3318
|
+
minHeight: "24px",
|
|
3319
|
+
height: "fit-content",
|
|
3333
3320
|
borderRadius: "4px",
|
|
3334
|
-
padding: "4px 0 4px 4px",
|
|
3335
3321
|
"& .M4LPeriod-stateReadOnly": {},
|
|
3336
3322
|
"& .M4LPeriod-gap": {
|
|
3337
3323
|
backgroundColor: "transparent"
|
|
3338
3324
|
},
|
|
3339
3325
|
"& .M4LIcon-root": {
|
|
3340
|
-
|
|
3326
|
+
padding: "0 8px",
|
|
3327
|
+
minHeight: "24px",
|
|
3328
|
+
minWidth: "24px"
|
|
3341
3329
|
},
|
|
3342
3330
|
"& .M4LPeriod-containerDateLabel": {
|
|
3343
3331
|
width: "100%",
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
borderColor: o.palette.state.overdefoult,
|
|
3332
|
+
borderRight: "solid 1.3px",
|
|
3333
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3347
3334
|
padding: "0px 0px 0px 8px"
|
|
3348
3335
|
},
|
|
3349
3336
|
"& .M4LPeriod-containerDateValue": {
|
|
3350
3337
|
display: "flex",
|
|
3351
3338
|
width: "100%",
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
borderColor: o.palette.state.overdefoult,
|
|
3339
|
+
borderRight: "solid 1.3px",
|
|
3340
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3355
3341
|
padding: "0px 0px 0px 8px"
|
|
3356
3342
|
},
|
|
3357
3343
|
"&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod": {
|
|
3358
3344
|
width: "100%",
|
|
3345
|
+
minHeight: "24px",
|
|
3346
|
+
height: "fit-content",
|
|
3359
3347
|
"& .MuiAutocomplete-root": {
|
|
3360
3348
|
width: "100%",
|
|
3361
|
-
|
|
3362
|
-
|
|
3349
|
+
minHeight: "24px",
|
|
3350
|
+
height: "fit-content",
|
|
3351
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3363
3352
|
"& .MuiFormControl-root": {
|
|
3353
|
+
minHeight: "24px",
|
|
3354
|
+
height: "fit-content",
|
|
3364
3355
|
width: "100%",
|
|
3365
|
-
|
|
3366
|
-
borderColor: o.palette.state.
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3356
|
+
borderRight: "solid 1.3px",
|
|
3357
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3358
|
+
"& .MuiInputBase-root": {
|
|
3359
|
+
minHeight: "24px",
|
|
3360
|
+
width: "100%",
|
|
3361
|
+
gap: "16px",
|
|
3362
|
+
padding: "0 0 0 8px",
|
|
3363
|
+
background: "transparent",
|
|
3364
|
+
"& .MuiInputBase-input": {
|
|
3365
|
+
padding: "0"
|
|
3366
|
+
},
|
|
3367
|
+
"& .MuiAutocomplete-endAdornment": {
|
|
3368
|
+
position: "relative",
|
|
3369
|
+
minHeight: "24px",
|
|
3370
|
+
"& .MuiButtonBase-root": {
|
|
3371
|
+
padding: "0",
|
|
3372
|
+
display: "inline",
|
|
3373
|
+
margin: "0",
|
|
3374
|
+
height: "24px"
|
|
3375
|
+
}
|
|
3376
|
+
}
|
|
3375
3377
|
}
|
|
3376
3378
|
}
|
|
3377
3379
|
},
|
|
3378
3380
|
"& .MuiTextField-root": {
|
|
3379
3381
|
width: "100%",
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3382
|
+
minHeight: "24px",
|
|
3383
|
+
height: "fit-content",
|
|
3384
|
+
borderRight: "solid 1.3px",
|
|
3385
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3383
3386
|
"& .MuiInputBase-root": {
|
|
3384
|
-
|
|
3385
|
-
|
|
3387
|
+
minHeight: "24px",
|
|
3388
|
+
padding: "0 0 0 4px",
|
|
3386
3389
|
background: "transparent"
|
|
3387
3390
|
},
|
|
3388
3391
|
"& .MuiInputBase-root.Mui-focused": {
|
|
3389
|
-
borderRadius: "2px",
|
|
3390
3392
|
paddingLeft: "4px",
|
|
3391
3393
|
borderColor: o.palette.state.active
|
|
3392
3394
|
},
|
|
3393
3395
|
"& .MuiInputBase-root:hover": {
|
|
3394
|
-
height: "100%",
|
|
3395
|
-
borderRadius: "2px",
|
|
3396
3396
|
paddingLeft: "4px",
|
|
3397
3397
|
background: o.palette.state.active12,
|
|
3398
3398
|
padding: "0px 0px 0px 4px"
|
|
@@ -3417,9 +3417,8 @@ const i = (o) => ({
|
|
|
3417
3417
|
width: "100%",
|
|
3418
3418
|
background: "transparent",
|
|
3419
3419
|
"& .MuiInputBase-root:hover": {
|
|
3420
|
-
borderRadius: "2px",
|
|
3421
3420
|
paddingLeft: "4px",
|
|
3422
|
-
background:
|
|
3421
|
+
background: o.palette.error.opacity,
|
|
3423
3422
|
height: "100%"
|
|
3424
3423
|
}
|
|
3425
3424
|
}
|
|
@@ -3429,14 +3428,13 @@ const i = (o) => ({
|
|
|
3429
3428
|
boxShadow: o.customShadows.z2,
|
|
3430
3429
|
"&.M4LPeriod-stateWarning:hover": {
|
|
3431
3430
|
borderColor: o.palette.state.warning.normal,
|
|
3432
|
-
background: "transparent",
|
|
3433
3431
|
boxShadow: o.customShadows.z2,
|
|
3432
|
+
background: "transparent",
|
|
3434
3433
|
"& .MuiTextField-root:hover": {
|
|
3435
3434
|
background: "transparent",
|
|
3436
3435
|
"& .MuiInputBase-root:hover": {
|
|
3437
|
-
|
|
3438
|
-
paddingLeft: "4px"
|
|
3439
|
-
background: "transparent"
|
|
3436
|
+
background: o.palette.warning.opacity,
|
|
3437
|
+
paddingLeft: "4px"
|
|
3440
3438
|
}
|
|
3441
3439
|
}
|
|
3442
3440
|
}
|
|
@@ -3446,14 +3444,13 @@ const i = (o) => ({
|
|
|
3446
3444
|
boxShadow: o.customShadows.z2,
|
|
3447
3445
|
"&.M4LPeriod-stateSuccess:hover": {
|
|
3448
3446
|
borderColor: o.palette.state.success.normal,
|
|
3449
|
-
background: "transparent",
|
|
3450
3447
|
boxShadow: o.customShadows.z2,
|
|
3448
|
+
background: "transparent",
|
|
3451
3449
|
"& .MuiTextField-root:hover": {
|
|
3452
3450
|
background: "transparent",
|
|
3453
3451
|
"& .MuiInputBase-root:hover": {
|
|
3454
|
-
|
|
3455
|
-
paddingLeft: "4px"
|
|
3456
|
-
background: "transparent"
|
|
3452
|
+
background: o.palette.success.opacity,
|
|
3453
|
+
paddingLeft: "4px"
|
|
3457
3454
|
}
|
|
3458
3455
|
}
|
|
3459
3456
|
}
|
|
@@ -3468,9 +3465,8 @@ const i = (o) => ({
|
|
|
3468
3465
|
"& .MuiTextField-root:hover": {
|
|
3469
3466
|
background: "transparent",
|
|
3470
3467
|
"& .MuiInputBase-root:hover": {
|
|
3471
|
-
borderRadius: "2px",
|
|
3472
3468
|
paddingLeft: "4px",
|
|
3473
|
-
background:
|
|
3469
|
+
background: o.palette.info.opacity
|
|
3474
3470
|
}
|
|
3475
3471
|
}
|
|
3476
3472
|
}
|
|
@@ -3478,7 +3474,7 @@ const i = (o) => ({
|
|
|
3478
3474
|
}
|
|
3479
3475
|
}
|
|
3480
3476
|
}
|
|
3481
|
-
}),
|
|
3477
|
+
}), F = (o) => ({
|
|
3482
3478
|
M4LModalDialog: {
|
|
3483
3479
|
styleOverrides: {
|
|
3484
3480
|
"&.M4LModal-root": {
|
|
@@ -3495,7 +3491,7 @@ const i = (o) => ({
|
|
|
3495
3491
|
maxHeight: "unset",
|
|
3496
3492
|
background: o.palette.state.active12,
|
|
3497
3493
|
border: "2px solid",
|
|
3498
|
-
borderColor: o.palette.state.
|
|
3494
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3499
3495
|
boxShadow: o.customShadows.z3,
|
|
3500
3496
|
[o.breakpoints.down("sm")]: {
|
|
3501
3497
|
width: "100%",
|
|
@@ -3517,11 +3513,11 @@ const i = (o) => ({
|
|
|
3517
3513
|
height: "100%",
|
|
3518
3514
|
overflow: "hidden",
|
|
3519
3515
|
width: "100%",
|
|
3520
|
-
background: o.palette.background.
|
|
3516
|
+
background: o.palette.background.default,
|
|
3521
3517
|
boxShadow: o.customShadows.z3,
|
|
3522
3518
|
borderRadius: "4px",
|
|
3523
3519
|
"& .M4LCommonActions-root": {
|
|
3524
|
-
padding: "16px 0
|
|
3520
|
+
padding: "16px 0 0 0",
|
|
3525
3521
|
margin: "0px",
|
|
3526
3522
|
width: "100%",
|
|
3527
3523
|
height: "fit-content",
|
|
@@ -3537,9 +3533,8 @@ const i = (o) => ({
|
|
|
3537
3533
|
alignItems: "center",
|
|
3538
3534
|
height: "100%",
|
|
3539
3535
|
width: "100%",
|
|
3540
|
-
padding: "24px 12px 0px 12px",
|
|
3541
|
-
background: o.palette.background.neutral,
|
|
3542
3536
|
overflow: "auto",
|
|
3537
|
+
gap: "12px",
|
|
3543
3538
|
"& .M4LModal-modalContent": {
|
|
3544
3539
|
display: "flex",
|
|
3545
3540
|
flexDirection: "column",
|
|
@@ -3589,7 +3584,7 @@ const i = (o) => ({
|
|
|
3589
3584
|
"& .M4LModal-iconCloseHeader": {}
|
|
3590
3585
|
},
|
|
3591
3586
|
"& .M4LModal-windowContent": {
|
|
3592
|
-
padding: "
|
|
3587
|
+
padding: "24px",
|
|
3593
3588
|
width: "100%",
|
|
3594
3589
|
height: "100%",
|
|
3595
3590
|
display: "flex",
|
|
@@ -3602,27 +3597,25 @@ const i = (o) => ({
|
|
|
3602
3597
|
}
|
|
3603
3598
|
}
|
|
3604
3599
|
}
|
|
3605
|
-
}),
|
|
3600
|
+
}), H = (o) => ({
|
|
3606
3601
|
M4LPaperForm: {
|
|
3607
3602
|
styleOverrides: {
|
|
3608
3603
|
"&.M4LPaperForm-root": {
|
|
3609
3604
|
padding: "0",
|
|
3610
3605
|
borderRadius: "4px",
|
|
3611
|
-
boxShadow: o.customShadows.z2,
|
|
3612
3606
|
background: o.palette.background.default,
|
|
3613
3607
|
border: "1px solid",
|
|
3614
|
-
borderColor: o.palette.state.
|
|
3608
|
+
borderColor: o.palette.state.borderSecondary,
|
|
3615
3609
|
width: "100%",
|
|
3616
3610
|
height: "auto",
|
|
3617
3611
|
"& .M4LPaperForm-headerContainer": {
|
|
3618
3612
|
width: "100%",
|
|
3619
|
-
height: "
|
|
3620
|
-
minHeight: "
|
|
3621
|
-
padding: "4px 8px",
|
|
3613
|
+
height: "28px",
|
|
3614
|
+
minHeight: "28px",
|
|
3615
|
+
padding: "2px 4px 2px 8px",
|
|
3622
3616
|
margin: "0px",
|
|
3623
3617
|
borderRadius: "4px",
|
|
3624
|
-
background: o.palette.
|
|
3625
|
-
boxShadow: o.customShadows.z1,
|
|
3618
|
+
background: o.palette.background.header,
|
|
3626
3619
|
borderBottom: "none",
|
|
3627
3620
|
[o.breakpoints.down("sm")]: {
|
|
3628
3621
|
height: "44px",
|
|
@@ -3641,12 +3634,14 @@ const i = (o) => ({
|
|
|
3641
3634
|
"& .M4LPaperForm-content": {
|
|
3642
3635
|
height: "fit-content",
|
|
3643
3636
|
width: "100%",
|
|
3644
|
-
padding: "
|
|
3637
|
+
padding: "12px",
|
|
3638
|
+
color: o.palette.text.primary,
|
|
3639
|
+
...o.typography.body
|
|
3645
3640
|
}
|
|
3646
3641
|
}
|
|
3647
3642
|
}
|
|
3648
3643
|
}
|
|
3649
|
-
}),
|
|
3644
|
+
}), V = (o) => ({
|
|
3650
3645
|
M4LTooltip: {
|
|
3651
3646
|
styleOverrides: {
|
|
3652
3647
|
"&.M4LTooltip-root": {
|
|
@@ -3654,24 +3649,20 @@ const i = (o) => ({
|
|
|
3654
3649
|
"& .MuiTooltip-tooltip": {
|
|
3655
3650
|
display: "flex",
|
|
3656
3651
|
alignItems: "center",
|
|
3657
|
-
background: o.palette.
|
|
3652
|
+
background: o.palette.info.main,
|
|
3658
3653
|
borderRadius: "4px",
|
|
3659
3654
|
boxShadow: o.customShadows.z3,
|
|
3660
3655
|
padding: "4px 8px",
|
|
3661
3656
|
height: "fit-content",
|
|
3662
3657
|
minHeight: "24px",
|
|
3663
3658
|
width: "fit-content",
|
|
3664
|
-
|
|
3665
|
-
marginTop: "0px",
|
|
3666
|
-
color: o.palette.text.primary,
|
|
3667
|
-
borderTop: "1.5px solid",
|
|
3668
|
-
borderColor: o.palette.state.borderTop,
|
|
3659
|
+
color: e.marbleLight[30],
|
|
3669
3660
|
...o.typography.body
|
|
3670
3661
|
}
|
|
3671
3662
|
}
|
|
3672
3663
|
}
|
|
3673
3664
|
}
|
|
3674
|
-
}),
|
|
3665
|
+
}), z = (o) => ({
|
|
3675
3666
|
M4LBadge: {
|
|
3676
3667
|
styleOverrides: {
|
|
3677
3668
|
"&.M4LBadge-root": {
|
|
@@ -3687,11 +3678,16 @@ const i = (o) => ({
|
|
|
3687
3678
|
width: "16px",
|
|
3688
3679
|
lineHeight: "1px",
|
|
3689
3680
|
textAlign: "center",
|
|
3690
|
-
|
|
3681
|
+
paddingBottom: "1px",
|
|
3682
|
+
paddingLeft: "7px",
|
|
3683
|
+
borderRadius: "4px",
|
|
3684
|
+
border: "1px solid",
|
|
3685
|
+
borderColor: o.palette.background.default,
|
|
3686
|
+
backgroundColor: o.palette.state.error.normal,
|
|
3691
3687
|
height: "16px",
|
|
3692
3688
|
top: "14%",
|
|
3693
3689
|
right: "16%",
|
|
3694
|
-
color: o.palette.patronus?.marbleLight[
|
|
3690
|
+
color: o.palette.patronus?.marbleLight[30]
|
|
3695
3691
|
}
|
|
3696
3692
|
}
|
|
3697
3693
|
}
|
|
@@ -3705,21 +3701,20 @@ const i = (o) => ({
|
|
|
3705
3701
|
boxShadow: "unset",
|
|
3706
3702
|
borderRadius: "4px",
|
|
3707
3703
|
border: "1px solid",
|
|
3708
|
-
borderColor: o.palette.
|
|
3704
|
+
borderColor: o.palette.state.borderPrimary,
|
|
3709
3705
|
display: "flex",
|
|
3710
3706
|
position: "relative",
|
|
3711
3707
|
flexDirection: "column",
|
|
3712
3708
|
gap: "4px",
|
|
3713
3709
|
height: "100%",
|
|
3714
|
-
borderTop: "1.5",
|
|
3715
3710
|
width: "100%",
|
|
3716
3711
|
"& .M4LDataGrid-actions": {
|
|
3717
3712
|
...o.typography.body,
|
|
3718
3713
|
left: "0px",
|
|
3719
3714
|
right: "0px",
|
|
3720
3715
|
top: "0px",
|
|
3721
|
-
height: "
|
|
3722
|
-
padding: "
|
|
3716
|
+
height: "42px",
|
|
3717
|
+
padding: "8px",
|
|
3723
3718
|
display: "flex",
|
|
3724
3719
|
flexDirection: "row",
|
|
3725
3720
|
borderRadius: "4px",
|
|
@@ -3737,7 +3732,7 @@ const i = (o) => ({
|
|
|
3737
3732
|
gap: "8px",
|
|
3738
3733
|
marginLeft: "12px",
|
|
3739
3734
|
"& .M4LIconButton-root": {
|
|
3740
|
-
background: o.palette.
|
|
3735
|
+
background: o.palette.background.default
|
|
3741
3736
|
}
|
|
3742
3737
|
},
|
|
3743
3738
|
"& .M4LDataGrid-rowsCount": {
|
|
@@ -3747,14 +3742,14 @@ const i = (o) => ({
|
|
|
3747
3742
|
"& .M4LDataGrid-rowsCountLabel": {
|
|
3748
3743
|
...o.typography.body,
|
|
3749
3744
|
color: o.palette.text.primary,
|
|
3750
|
-
|
|
3745
|
+
height: "100%"
|
|
3751
3746
|
},
|
|
3752
3747
|
"& .M4LDataGrid-rowsCountValue": {
|
|
3753
3748
|
paddingTop: "4px",
|
|
3754
3749
|
paddingBottom: "2px",
|
|
3755
3750
|
paddingLeft: "4px",
|
|
3756
3751
|
paddingRight: "6px",
|
|
3757
|
-
background: o.palette.
|
|
3752
|
+
background: o.palette.background.default,
|
|
3758
3753
|
borderRadius: "4px"
|
|
3759
3754
|
}
|
|
3760
3755
|
},
|
|
@@ -3768,11 +3763,13 @@ const i = (o) => ({
|
|
|
3768
3763
|
display: "flex",
|
|
3769
3764
|
flexDirection: "column",
|
|
3770
3765
|
position: "absolute",
|
|
3771
|
-
top: "
|
|
3766
|
+
top: "42px",
|
|
3772
3767
|
bottom: "0px",
|
|
3773
3768
|
left: "0px",
|
|
3774
3769
|
right: "0px",
|
|
3775
3770
|
overflow: "hidden",
|
|
3771
|
+
padding: "0 4px",
|
|
3772
|
+
borderRadius: "4px",
|
|
3776
3773
|
border: "none",
|
|
3777
3774
|
boxshadow: o.customShadows.z2,
|
|
3778
3775
|
background: o.palette.background.default,
|
|
@@ -3783,11 +3780,10 @@ const i = (o) => ({
|
|
|
3783
3780
|
position: "relative",
|
|
3784
3781
|
height: "100%",
|
|
3785
3782
|
overflow: "hidden",
|
|
3783
|
+
borderRadius: "4px",
|
|
3786
3784
|
"& .rdg ": {
|
|
3787
3785
|
border: "none",
|
|
3788
3786
|
background: o.palette.background.default,
|
|
3789
|
-
borderTop: "1px solid",
|
|
3790
|
-
borderColor: o.palette.divider,
|
|
3791
3787
|
gridColumnGap: "0px",
|
|
3792
3788
|
gridRowGap: "0px",
|
|
3793
3789
|
userSelect: "initial",
|
|
@@ -3796,7 +3792,7 @@ const i = (o) => ({
|
|
|
3796
3792
|
overflow: "auto",
|
|
3797
3793
|
padding: "0px",
|
|
3798
3794
|
"--rdg-grid-inline-size": "0px",
|
|
3799
|
-
"--rdg-header-background-color": o.palette.background.
|
|
3795
|
+
"--rdg-header-background-color": o.palette.background.header,
|
|
3800
3796
|
"--rdg-row-selected-background-color": "#D9E9FC",
|
|
3801
3797
|
"--rdg-row-hover-background-color": "#D9E9FC",
|
|
3802
3798
|
"--rdg-background-color": o.palette.background.default,
|
|
@@ -3809,8 +3805,11 @@ const i = (o) => ({
|
|
|
3809
3805
|
),
|
|
3810
3806
|
"--rdg-border-color": "none",
|
|
3811
3807
|
"&:last-child .rdg-cell": {
|
|
3812
|
-
|
|
3813
|
-
|
|
3808
|
+
borderTop: "0",
|
|
3809
|
+
borderBottom: "1px solid",
|
|
3810
|
+
borderLeft: "0",
|
|
3811
|
+
borderRight: "0",
|
|
3812
|
+
borderColor: o.palette.state.borderDisable,
|
|
3814
3813
|
test: "bruce"
|
|
3815
3814
|
}
|
|
3816
3815
|
},
|
|
@@ -3824,7 +3823,7 @@ const i = (o) => ({
|
|
|
3824
3823
|
},
|
|
3825
3824
|
"&:nth-of-type(odd)": {
|
|
3826
3825
|
"& .rdg-cell": {
|
|
3827
|
-
backgroundColor: o.palette.background.
|
|
3826
|
+
backgroundColor: o.palette.background.default
|
|
3828
3827
|
}
|
|
3829
3828
|
},
|
|
3830
3829
|
'&[aria-selected="true"] .rdg-cell': {
|
|
@@ -3899,18 +3898,19 @@ const i = (o) => ({
|
|
|
3899
3898
|
borderColor: o.palette.background.neutral
|
|
3900
3899
|
},
|
|
3901
3900
|
"& .rdg-header-row": {
|
|
3902
|
-
backgroundColor: o.palette.background.
|
|
3901
|
+
backgroundColor: o.palette.background.header,
|
|
3902
|
+
borderColor: "transparent"
|
|
3903
3903
|
},
|
|
3904
3904
|
"& .rdg-header-row .rdg-cell": {
|
|
3905
|
-
fontFamily: o.typography.
|
|
3906
|
-
fontWeight: o.typography.
|
|
3907
|
-
fontSize: o.typography.
|
|
3905
|
+
fontFamily: o.typography.body,
|
|
3906
|
+
fontWeight: o.typography.body,
|
|
3907
|
+
fontSize: o.typography.body,
|
|
3908
3908
|
color: o.palette.text.primary,
|
|
3909
3909
|
borderRight: "1px solid",
|
|
3910
3910
|
boxShadow: "none",
|
|
3911
3911
|
gridTemplateColumns: "auto",
|
|
3912
3912
|
borderBottom: "1px solid !important",
|
|
3913
|
-
borderColor: `${o.palette.background.
|
|
3913
|
+
borderColor: `${o.palette.background.default}!important`,
|
|
3914
3914
|
"&.rdg-cell-frozen-last": {
|
|
3915
3915
|
borderColor: o.palette.background.default,
|
|
3916
3916
|
"&:after": {
|
|
@@ -3967,7 +3967,7 @@ const i = (o) => ({
|
|
|
3967
3967
|
}
|
|
3968
3968
|
}
|
|
3969
3969
|
}
|
|
3970
|
-
}),
|
|
3970
|
+
}), W = (o) => ({
|
|
3971
3971
|
M4LPager: {
|
|
3972
3972
|
styleOverrides: {
|
|
3973
3973
|
"&.M4LPager-root": {
|
|
@@ -3985,7 +3985,7 @@ const i = (o) => ({
|
|
|
3985
3985
|
alignItems: "center",
|
|
3986
3986
|
gap: "2px",
|
|
3987
3987
|
width: "fit-content",
|
|
3988
|
-
background: o.palette.
|
|
3988
|
+
background: o.palette.background.default,
|
|
3989
3989
|
borderRadius: "4px",
|
|
3990
3990
|
[o.breakpoints.down("sm")]: {
|
|
3991
3991
|
gap: "4px",
|
|
@@ -4014,13 +4014,11 @@ const i = (o) => ({
|
|
|
4014
4014
|
"& .MuiInputBase-root": {
|
|
4015
4015
|
padding: "4px 2px 4px 6px",
|
|
4016
4016
|
borderRadius: "4px",
|
|
4017
|
-
background: o.palette.background.
|
|
4017
|
+
background: o.palette.background.default,
|
|
4018
4018
|
overflow: "hidden",
|
|
4019
4019
|
minWidth: "fit-content",
|
|
4020
4020
|
"& .MuiSvgIcon-root": {
|
|
4021
|
-
background: o.palette.background.
|
|
4022
|
-
borderRight: "1px solid",
|
|
4023
|
-
borderColor: o.palette.background.background
|
|
4021
|
+
background: o.palette.background.default
|
|
4024
4022
|
}
|
|
4025
4023
|
},
|
|
4026
4024
|
"& .M4LPager-skeletonRoot": {
|
|
@@ -4057,7 +4055,7 @@ const i = (o) => ({
|
|
|
4057
4055
|
}
|
|
4058
4056
|
}
|
|
4059
4057
|
}
|
|
4060
|
-
}),
|
|
4058
|
+
}), j = (o) => ({
|
|
4061
4059
|
M4LCheckBox: {
|
|
4062
4060
|
styleOverrides: {
|
|
4063
4061
|
"&.M4LCheckBox-root": {
|
|
@@ -4068,51 +4066,52 @@ const i = (o) => ({
|
|
|
4068
4066
|
color: o.palette.text.primary,
|
|
4069
4067
|
...o.typography.body
|
|
4070
4068
|
},
|
|
4071
|
-
".M4LCheckBox-small .MuiButtonBase-root": {
|
|
4069
|
+
"& .M4LCheckBox-small .MuiButtonBase-root": {
|
|
4072
4070
|
width: "20px",
|
|
4073
4071
|
height: "20px"
|
|
4074
4072
|
},
|
|
4075
|
-
".MuiCheckbox-root .MuiSvgIcon-fontSizeSmall": {
|
|
4073
|
+
"& .MuiCheckbox-root .MuiSvgIcon-fontSizeSmall": {
|
|
4076
4074
|
width: "16px",
|
|
4077
4075
|
height: "16px"
|
|
4078
4076
|
},
|
|
4079
|
-
".M4LCheckBox-medium .MuiButtonBase-root": {
|
|
4077
|
+
"& .M4LCheckBox-medium .MuiButtonBase-root": {
|
|
4080
4078
|
width: "24px",
|
|
4081
4079
|
height: "24px"
|
|
4082
4080
|
},
|
|
4083
|
-
".MuiCheckbox-root .MuiSvgIcon-fontSizeMedium": {
|
|
4081
|
+
"& .MuiCheckbox-root .MuiSvgIcon-fontSizeMedium": {
|
|
4084
4082
|
width: "20px",
|
|
4085
4083
|
height: "20px"
|
|
4086
4084
|
},
|
|
4087
|
-
".MuiButtonBase-root": {
|
|
4085
|
+
"& .MuiButtonBase-root": {
|
|
4088
4086
|
borderRadius: "4px"
|
|
4089
4087
|
},
|
|
4090
|
-
".MuiButtonBase-root:hover": {
|
|
4091
|
-
backgroundColor: o.palette.state?.active12
|
|
4088
|
+
"& .MuiButtonBase-root:hover": {
|
|
4089
|
+
backgroundColor: o.palette.state?.active12,
|
|
4090
|
+
borderRadius: "4px"
|
|
4092
4091
|
},
|
|
4093
|
-
".Mui-focusVisible": {
|
|
4092
|
+
"& .Mui-focusVisible": {
|
|
4094
4093
|
border: "1px solid",
|
|
4095
4094
|
borderColor: o.palette.state?.focus
|
|
4096
4095
|
},
|
|
4097
|
-
".MuiButtonBase-root:hover .MuiSvgIcon-root": {
|
|
4096
|
+
"& .MuiButtonBase-root:hover .MuiSvgIcon-root": {
|
|
4098
4097
|
fill: o.palette.state?.hover
|
|
4099
4098
|
},
|
|
4100
|
-
".M4LCheckBox-checkTypography .MuiTypography-root": {
|
|
4099
|
+
"& .M4LCheckBox-checkTypography .MuiTypography-root": {
|
|
4101
4100
|
...o.typography.body
|
|
4102
4101
|
},
|
|
4103
|
-
".M4LCheckBox-stateDisabled .MuiSvgIcon-root": {
|
|
4102
|
+
"& .M4LCheckBox-stateDisabled .MuiSvgIcon-root": {
|
|
4104
4103
|
fill: o.palette.state?.default
|
|
4105
4104
|
},
|
|
4106
|
-
".M4LCheckBox-stateDisabled .MuiTypography-root": {
|
|
4105
|
+
"& .M4LCheckBox-stateDisabled .MuiTypography-root": {
|
|
4107
4106
|
color: o.palette.text.disabled
|
|
4108
4107
|
},
|
|
4109
|
-
".MuiButtonBase-root .Mui-focusVisible:focus-visible": {
|
|
4108
|
+
"& .MuiButtonBase-root .Mui-focusVisible:focus-visible": {
|
|
4110
4109
|
outline: "#fff00"
|
|
4111
4110
|
}
|
|
4112
4111
|
}
|
|
4113
4112
|
}
|
|
4114
4113
|
}
|
|
4115
|
-
}),
|
|
4114
|
+
}), G = (o) => ({
|
|
4116
4115
|
M4LStack: {
|
|
4117
4116
|
styleOverrides: {
|
|
4118
4117
|
"&.M4LStack-root": {
|
|
@@ -4124,7 +4123,7 @@ const i = (o) => ({
|
|
|
4124
4123
|
}
|
|
4125
4124
|
}
|
|
4126
4125
|
}
|
|
4127
|
-
}),
|
|
4126
|
+
}), N = (o) => ({
|
|
4128
4127
|
M4LTabs: {
|
|
4129
4128
|
styleOverrides: {
|
|
4130
4129
|
"&.M4LTabs-root": {
|
|
@@ -4132,11 +4131,27 @@ const i = (o) => ({
|
|
|
4132
4131
|
height: "auto",
|
|
4133
4132
|
position: "relative",
|
|
4134
4133
|
minHeight: "36px",
|
|
4135
|
-
borderRadius: "
|
|
4134
|
+
borderRadius: "4px 4px 0 0",
|
|
4135
|
+
"& .MuiButtonBase-root": {
|
|
4136
|
+
background: o.palette.background.background,
|
|
4137
|
+
borderRadius: "4px 4px 0 0",
|
|
4138
|
+
"& .MuiSvgIcon-root": {
|
|
4139
|
+
color: o.palette.text.primary
|
|
4140
|
+
}
|
|
4141
|
+
},
|
|
4142
|
+
"& .MuiButtonBase-root:hover": {
|
|
4143
|
+
"& .MuiSvgIcon-root": {
|
|
4144
|
+
color: o.palette.state.active
|
|
4145
|
+
}
|
|
4146
|
+
},
|
|
4136
4147
|
"& .MuiTabs-scroller": {
|
|
4148
|
+
borderRadius: "4px 4px 0 0",
|
|
4137
4149
|
"& .MuiTabs-flexContainer": {
|
|
4138
4150
|
padding: "0px",
|
|
4139
|
-
backgroundColor: "transparent"
|
|
4151
|
+
backgroundColor: "transparent",
|
|
4152
|
+
background: o.palette.background.header,
|
|
4153
|
+
width: "fit-content",
|
|
4154
|
+
borderRadius: "4px 4px 0 0"
|
|
4140
4155
|
}
|
|
4141
4156
|
},
|
|
4142
4157
|
"&:not(:last-of-type)": {
|
|
@@ -4165,7 +4180,7 @@ const i = (o) => ({
|
|
|
4165
4180
|
}
|
|
4166
4181
|
}
|
|
4167
4182
|
}
|
|
4168
|
-
}),
|
|
4183
|
+
}), $ = (o) => ({
|
|
4169
4184
|
M4LScrollBar: {
|
|
4170
4185
|
styleOverrides: {
|
|
4171
4186
|
"&.M4LScrollBar-root": {
|
|
@@ -4197,7 +4212,7 @@ const i = (o) => ({
|
|
|
4197
4212
|
}
|
|
4198
4213
|
}
|
|
4199
4214
|
}
|
|
4200
|
-
}),
|
|
4215
|
+
}), _ = (o) => ({
|
|
4201
4216
|
M4LGridLayout: {
|
|
4202
4217
|
styleOverrides: {
|
|
4203
4218
|
"&.M4LGridLayout-root": {
|
|
@@ -4205,7 +4220,7 @@ const i = (o) => ({
|
|
|
4205
4220
|
}
|
|
4206
4221
|
}
|
|
4207
4222
|
}
|
|
4208
|
-
}),
|
|
4223
|
+
}), U = (o) => ({
|
|
4209
4224
|
M4LTabContent: {
|
|
4210
4225
|
styleOverrides: {
|
|
4211
4226
|
"&.M4LTabContent-root": {
|
|
@@ -4217,14 +4232,32 @@ const i = (o) => ({
|
|
|
4217
4232
|
gap: "4px",
|
|
4218
4233
|
background: o.palette.background.default,
|
|
4219
4234
|
borderRadius: "0 0 4px 4px",
|
|
4220
|
-
position: "relative"
|
|
4235
|
+
position: "relative",
|
|
4236
|
+
flex: 1
|
|
4221
4237
|
}
|
|
4222
4238
|
}
|
|
4223
4239
|
}
|
|
4224
|
-
}),
|
|
4240
|
+
}), X = (o) => ({
|
|
4225
4241
|
M4LMenuActions: {
|
|
4226
4242
|
styleOverrides: {
|
|
4227
4243
|
"&.M4LMenuActions-root": {
|
|
4244
|
+
"& .MuiPaper-root": {
|
|
4245
|
+
display: "flex",
|
|
4246
|
+
flexDirection: "column",
|
|
4247
|
+
background: o.palette.background.default,
|
|
4248
|
+
gap: "8px",
|
|
4249
|
+
"& .MuiButtonBase-root": {
|
|
4250
|
+
display: "flex",
|
|
4251
|
+
justifyContent: "center",
|
|
4252
|
+
minHeight: "24px",
|
|
4253
|
+
minWidth: "24px",
|
|
4254
|
+
padding: "0",
|
|
4255
|
+
"& .M4LIcon-root": {},
|
|
4256
|
+
"& .css-hgjo64": {
|
|
4257
|
+
margin: "0"
|
|
4258
|
+
}
|
|
4259
|
+
}
|
|
4260
|
+
},
|
|
4228
4261
|
"& .M4LMenuActions-itemDelete": {
|
|
4229
4262
|
color: o.palette.state.error.normal,
|
|
4230
4263
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
@@ -4234,7 +4267,7 @@ const i = (o) => ({
|
|
|
4234
4267
|
}
|
|
4235
4268
|
}
|
|
4236
4269
|
}
|
|
4237
|
-
}),
|
|
4270
|
+
}), Y = (o) => ({
|
|
4238
4271
|
M4LPrintingSystem: {
|
|
4239
4272
|
styleOverrides: {
|
|
4240
4273
|
"&.M4LPrintingSystem-root": {
|
|
@@ -4414,7 +4447,7 @@ const i = (o) => ({
|
|
|
4414
4447
|
}
|
|
4415
4448
|
}
|
|
4416
4449
|
}
|
|
4417
|
-
}),
|
|
4450
|
+
}), q = (o) => ({
|
|
4418
4451
|
M4LFormatter: {
|
|
4419
4452
|
styleOverrides: {
|
|
4420
4453
|
"&.M4LFormatter-root": {
|
|
@@ -4431,7 +4464,7 @@ const i = (o) => ({
|
|
|
4431
4464
|
}
|
|
4432
4465
|
}
|
|
4433
4466
|
}
|
|
4434
|
-
}),
|
|
4467
|
+
}), J = (o) => ({
|
|
4435
4468
|
M4LoadingError: {
|
|
4436
4469
|
styleOverrides: {
|
|
4437
4470
|
"&.M4LoadingError-root": {
|
|
@@ -4456,7 +4489,6 @@ const i = (o) => ({
|
|
|
4456
4489
|
"& .M4LIcon-root": {
|
|
4457
4490
|
display: "flex",
|
|
4458
4491
|
padding: "12px",
|
|
4459
|
-
marginBottom: "4px",
|
|
4460
4492
|
" .M4LIcon-icon": {
|
|
4461
4493
|
width: "100px",
|
|
4462
4494
|
height: "100px",
|
|
@@ -4467,90 +4499,344 @@ const i = (o) => ({
|
|
|
4467
4499
|
textAlign: "center"
|
|
4468
4500
|
},
|
|
4469
4501
|
"& .M4LoadingError-loadingErrorTitle": {
|
|
4470
|
-
...o.typography.
|
|
4502
|
+
...o.typography.h5,
|
|
4471
4503
|
color: o.palette.text.primary,
|
|
4472
4504
|
[o.breakpoints.down("sm")]: {
|
|
4473
4505
|
...o.typography.h5
|
|
4474
4506
|
}
|
|
4475
4507
|
},
|
|
4476
4508
|
"& .M4LoadingError-loadingErrorDescription": {
|
|
4477
|
-
...o.typography.
|
|
4509
|
+
...o.typography.paragraphDens,
|
|
4478
4510
|
color: o.palette.text.secondary
|
|
4479
4511
|
},
|
|
4480
4512
|
"& .M4LoadingError-loadingErrorDivider": {
|
|
4481
4513
|
width: "208px",
|
|
4482
4514
|
height: "1px",
|
|
4483
|
-
background: o.palette.state.
|
|
4515
|
+
background: o.palette.state.borderPrimary
|
|
4484
4516
|
},
|
|
4485
4517
|
"& .MuiTypography-paragraph": {
|
|
4486
|
-
...o.typography.
|
|
4518
|
+
...o.typography.paragraph,
|
|
4487
4519
|
color: o.palette.text.primary
|
|
4488
4520
|
},
|
|
4489
|
-
"& .MuiButtonBase-root": {
|
|
4490
|
-
marginTop: "4px"
|
|
4491
|
-
}
|
|
4521
|
+
"& .MuiButtonBase-root": {}
|
|
4492
4522
|
}
|
|
4493
4523
|
}
|
|
4494
4524
|
}
|
|
4495
4525
|
}
|
|
4496
|
-
}),
|
|
4526
|
+
}), K = (o) => ({
|
|
4497
4527
|
M4LMFLoader: {
|
|
4498
4528
|
styleOverrides: {
|
|
4499
4529
|
"&.M4LMFLoader-root": {
|
|
4500
4530
|
width: "100%",
|
|
4501
4531
|
height: "100%",
|
|
4502
4532
|
display: "flex",
|
|
4533
|
+
flexDirection: "column",
|
|
4534
|
+
alignItems: "center",
|
|
4535
|
+
overflow: "auto"
|
|
4536
|
+
}
|
|
4537
|
+
}
|
|
4538
|
+
}
|
|
4539
|
+
}), Q = (o) => ({
|
|
4540
|
+
M4LLoadingButton: {
|
|
4541
|
+
styleOverrides: {
|
|
4542
|
+
"&.M4LLoadingButton-root": {
|
|
4543
|
+
width: "auto",
|
|
4544
|
+
display: "flex",
|
|
4503
4545
|
justifyContent: "center",
|
|
4504
|
-
|
|
4546
|
+
"& .MuiButtonBase-root.MuiLoadingButton-loading": {
|
|
4547
|
+
"& .M4LTypography-root": {
|
|
4548
|
+
opacity: "0"
|
|
4549
|
+
}
|
|
4550
|
+
},
|
|
4551
|
+
"& .MuiCircularProgress-root": {
|
|
4552
|
+
color: `${o.palette.text.primary}!important`
|
|
4553
|
+
},
|
|
4554
|
+
"& .M4LLoadingButton-skeleton ": {
|
|
4555
|
+
height: "100%!important",
|
|
4556
|
+
borderRadius: "4px"
|
|
4557
|
+
},
|
|
4558
|
+
"& .MuiButtonBase-root": {
|
|
4559
|
+
display: "flex",
|
|
4560
|
+
textTransform: "none",
|
|
4561
|
+
gap: "8px",
|
|
4562
|
+
transition: "all .5s ease",
|
|
4563
|
+
borderRadius: "4px",
|
|
4564
|
+
border: "1px solid transparent",
|
|
4565
|
+
...o.typography.action,
|
|
4566
|
+
"& .M4LIcon-icon": {
|
|
4567
|
+
transition: "all .5s ease"
|
|
4568
|
+
},
|
|
4569
|
+
"& .MuiButton-startIcon, & .MuiButton-endIcon": {
|
|
4570
|
+
margin: "0px"
|
|
4571
|
+
},
|
|
4572
|
+
"&::before": {
|
|
4573
|
+
inset: "0",
|
|
4574
|
+
border: "1px solid",
|
|
4575
|
+
borderColor: o.palette.state?.focus,
|
|
4576
|
+
borderRadius: "4px",
|
|
4577
|
+
transform: "scale(1.07, 1.36)",
|
|
4578
|
+
position: "absolute",
|
|
4579
|
+
boxSizing: "border-box"
|
|
4580
|
+
}
|
|
4581
|
+
},
|
|
4582
|
+
"&.M4LLoadingButton-isDisabled": {
|
|
4583
|
+
"& .MuiButtonBase-root": {
|
|
4584
|
+
color: `${o.palette.text.disabled}!important`,
|
|
4585
|
+
"& .M4LIcon-icon": {
|
|
4586
|
+
backgroundColor: `${o.palette.text.disabled}!important`
|
|
4587
|
+
}
|
|
4588
|
+
},
|
|
4589
|
+
"&.M4LLoadingButton-variantContained": {
|
|
4590
|
+
"& .MuiButtonBase-root": {
|
|
4591
|
+
color: o.palette.text.disabled,
|
|
4592
|
+
"& .M4LIcon-icon": {
|
|
4593
|
+
backgroundColor: o.palette.text.disabled
|
|
4594
|
+
},
|
|
4595
|
+
"&:hover": {
|
|
4596
|
+
backgroundColor: o.palette.state?.default,
|
|
4597
|
+
color: o.palette.text.disabled,
|
|
4598
|
+
"& .M4LIcon-icon": {
|
|
4599
|
+
backgroundColor: o.palette.text.disabled,
|
|
4600
|
+
color: o.palette.text.disabled
|
|
4601
|
+
}
|
|
4602
|
+
},
|
|
4603
|
+
"&:active": {
|
|
4604
|
+
backgroundColor: o.palette.state?.default,
|
|
4605
|
+
color: o.palette.text.disabled,
|
|
4606
|
+
"& .M4LIcon-icon": {
|
|
4607
|
+
backgroundColor: o.palette.text.disabled,
|
|
4608
|
+
color: o.palette.text.disabled
|
|
4609
|
+
}
|
|
4610
|
+
},
|
|
4611
|
+
"&.Mui-focusVisible": {
|
|
4612
|
+
backgroundColor: o.palette.state?.default,
|
|
4613
|
+
color: o.palette.text.disabled,
|
|
4614
|
+
"& .M4LIcon-icon": {
|
|
4615
|
+
backgroundColor: o.palette.text.disabled,
|
|
4616
|
+
color: o.palette.text.disabled
|
|
4617
|
+
},
|
|
4618
|
+
"&::before": {
|
|
4619
|
+
content: "none"
|
|
4620
|
+
}
|
|
4621
|
+
}
|
|
4622
|
+
}
|
|
4623
|
+
}
|
|
4624
|
+
},
|
|
4625
|
+
"&.M4LLoadingButton-sizeSmall": {
|
|
4626
|
+
height: "24px",
|
|
4627
|
+
"& .MuiButtonBase-root": {
|
|
4628
|
+
padding: "4px 12px"
|
|
4629
|
+
},
|
|
4630
|
+
"&.M4LLoadingButton-skeleton": {
|
|
4631
|
+
height: "24px"
|
|
4632
|
+
}
|
|
4633
|
+
},
|
|
4634
|
+
"&.M4LLoadingButton-sizeMedium": {
|
|
4635
|
+
height: "38px",
|
|
4636
|
+
"& .MuiButtonBase-root": {
|
|
4637
|
+
padding: "8px 16px"
|
|
4638
|
+
},
|
|
4639
|
+
"&.M4LLoadingButton-skeleton": {
|
|
4640
|
+
height: "38px"
|
|
4641
|
+
}
|
|
4642
|
+
},
|
|
4643
|
+
"&.M4LLoadingButton-variantContained": {
|
|
4644
|
+
"& .MuiCircularProgress-root": {
|
|
4645
|
+
color: "#fff!important"
|
|
4646
|
+
},
|
|
4647
|
+
"& .M4LTypography-root": {
|
|
4648
|
+
"& .MuiTypography-root": {
|
|
4649
|
+
color: o.palette.patronus?.marbleLight[30]
|
|
4650
|
+
}
|
|
4651
|
+
},
|
|
4652
|
+
"& .MuiButtonBase-root": {
|
|
4653
|
+
backgroundColor: o.palette.state?.active,
|
|
4654
|
+
color: o.palette.patronus?.marbleLight[10],
|
|
4655
|
+
boxShadow: o.customShadows?.primary,
|
|
4656
|
+
position: "relative",
|
|
4657
|
+
"& .M4LTypography-root": {
|
|
4658
|
+
"MuiTypography-root": {
|
|
4659
|
+
color: "#fff"
|
|
4660
|
+
}
|
|
4661
|
+
},
|
|
4662
|
+
"& .M4LIcon-icon": {
|
|
4663
|
+
backgroundColor: o.palette.text.secondary
|
|
4664
|
+
},
|
|
4665
|
+
"&:hover": {
|
|
4666
|
+
backgroundColor: o.palette.state?.hover,
|
|
4667
|
+
"& .M4LIcon-icon": {
|
|
4668
|
+
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
4669
|
+
},
|
|
4670
|
+
"& .MuiTypography-root": {
|
|
4671
|
+
color: "#fff"
|
|
4672
|
+
}
|
|
4673
|
+
},
|
|
4674
|
+
"&:active": {
|
|
4675
|
+
backgroundColor: o.palette.state?.active,
|
|
4676
|
+
color: o.palette.patronus?.marbleLight[10],
|
|
4677
|
+
"& .M4LIcon-icon": {
|
|
4678
|
+
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
4679
|
+
}
|
|
4680
|
+
},
|
|
4681
|
+
"&.Mui-focusVisible": {
|
|
4682
|
+
backgroundColor: o.palette.state?.active,
|
|
4683
|
+
color: o.palette.patronus?.marbleLight[10],
|
|
4684
|
+
"& .M4LIcon-icon": {
|
|
4685
|
+
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
4686
|
+
},
|
|
4687
|
+
"&::before": {
|
|
4688
|
+
content: "''"
|
|
4689
|
+
}
|
|
4690
|
+
}
|
|
4691
|
+
}
|
|
4692
|
+
},
|
|
4693
|
+
"&.M4LLoadingButton-variantOutlined": {
|
|
4694
|
+
"& .MuiButtonBase-root": {
|
|
4695
|
+
border: "1px solid",
|
|
4696
|
+
borderColor: o.palette.text.secondary,
|
|
4697
|
+
color: o.palette.text.secondary,
|
|
4698
|
+
"& .M4LIcon-icon": {
|
|
4699
|
+
backgroundColor: o.palette.text.secondary
|
|
4700
|
+
},
|
|
4701
|
+
"&:hover": {
|
|
4702
|
+
borderColor: o.palette.state?.hover,
|
|
4703
|
+
color: o.palette.state?.hover,
|
|
4704
|
+
backgroundColor: o.palette.state?.active12,
|
|
4705
|
+
"& .M4LIcon-icon": {
|
|
4706
|
+
backgroundColor: o.palette.state?.hover
|
|
4707
|
+
}
|
|
4708
|
+
},
|
|
4709
|
+
"&:active": {
|
|
4710
|
+
borderColor: o.palette.state?.active,
|
|
4711
|
+
color: o.palette.state?.active,
|
|
4712
|
+
backgroundColor: "transparent",
|
|
4713
|
+
"& .M4LIcon-icon": {
|
|
4714
|
+
backgroundColor: o.palette.state?.active
|
|
4715
|
+
}
|
|
4716
|
+
},
|
|
4717
|
+
"&.Mui-focusVisible": {
|
|
4718
|
+
borderColor: o.palette.state?.active,
|
|
4719
|
+
color: o.palette.state?.active,
|
|
4720
|
+
backgroundColor: "transparent",
|
|
4721
|
+
"& .M4LIcon-icon": {
|
|
4722
|
+
backgroundColor: o.palette.state?.active
|
|
4723
|
+
},
|
|
4724
|
+
"&::before": {
|
|
4725
|
+
content: "''"
|
|
4726
|
+
}
|
|
4727
|
+
}
|
|
4728
|
+
}
|
|
4729
|
+
},
|
|
4730
|
+
"&.M4LLoadingButton-variantText": {
|
|
4731
|
+
"& .MuiButtonBase-root": {
|
|
4732
|
+
color: o.palette.text.secondary,
|
|
4733
|
+
"& .M4LIcon-icon": {
|
|
4734
|
+
backgroundColor: o.palette.text.secondary
|
|
4735
|
+
},
|
|
4736
|
+
"&:hover": {
|
|
4737
|
+
backgroundColor: o.palette.state?.active12,
|
|
4738
|
+
color: o.palette.state?.hover,
|
|
4739
|
+
"& .M4LIcon-icon": {
|
|
4740
|
+
backgroundColor: o.palette.state?.hover
|
|
4741
|
+
}
|
|
4742
|
+
},
|
|
4743
|
+
"&:active": {
|
|
4744
|
+
backgroundColor: "transparent",
|
|
4745
|
+
color: o.palette.state?.active,
|
|
4746
|
+
"& .M4LIcon-icon": {
|
|
4747
|
+
backgroundColor: o.palette.state?.active
|
|
4748
|
+
}
|
|
4749
|
+
},
|
|
4750
|
+
"&.Mui-focusVisible": {
|
|
4751
|
+
backgroundColor: "transparent",
|
|
4752
|
+
color: o.palette.state?.active,
|
|
4753
|
+
"& .M4LIcon-icon": {
|
|
4754
|
+
backgroundColor: o.palette.state?.active
|
|
4755
|
+
},
|
|
4756
|
+
"&:before": {
|
|
4757
|
+
content: "''"
|
|
4758
|
+
}
|
|
4759
|
+
}
|
|
4760
|
+
}
|
|
4761
|
+
}
|
|
4762
|
+
}
|
|
4763
|
+
}
|
|
4764
|
+
}
|
|
4765
|
+
}), Z = (o) => ({
|
|
4766
|
+
M4LToastContainer: {
|
|
4767
|
+
styleOverrides: {
|
|
4768
|
+
"&.M4LToastContainer-root": {
|
|
4769
|
+
"& .Toastify__toast": {
|
|
4770
|
+
backgroundColor: o.palette.background.background,
|
|
4771
|
+
"& .Toastify__toast-icon": {
|
|
4772
|
+
display: "none"
|
|
4773
|
+
},
|
|
4774
|
+
"& .Toastify__close-button": {
|
|
4775
|
+
margin: "auto auto",
|
|
4776
|
+
"& > svg": {
|
|
4777
|
+
fill: o.palette.text.secondary
|
|
4778
|
+
}
|
|
4779
|
+
},
|
|
4780
|
+
"& .M4LToastContainer-toastMessageContainer": {
|
|
4781
|
+
display: "flex",
|
|
4782
|
+
gap: "10px",
|
|
4783
|
+
"& .M4LToastContainer-toastMessageInfo": {
|
|
4784
|
+
...o.typography.body,
|
|
4785
|
+
color: o.palette.text.secondary
|
|
4786
|
+
}
|
|
4787
|
+
},
|
|
4788
|
+
"&.Toastify__toast--error": {}
|
|
4789
|
+
}
|
|
4505
4790
|
}
|
|
4506
4791
|
}
|
|
4507
4792
|
}
|
|
4508
4793
|
});
|
|
4509
4794
|
export {
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4795
|
+
A,
|
|
4796
|
+
P as B,
|
|
4797
|
+
D as C,
|
|
4798
|
+
F as D,
|
|
4799
|
+
H as E,
|
|
4800
|
+
V as F,
|
|
4801
|
+
W as G,
|
|
4802
|
+
j as H,
|
|
4803
|
+
G as I,
|
|
4804
|
+
N as J,
|
|
4520
4805
|
E as K,
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4806
|
+
$ as L,
|
|
4807
|
+
Q as M,
|
|
4808
|
+
_ as N,
|
|
4809
|
+
U as O,
|
|
4810
|
+
X as P,
|
|
4811
|
+
Y as Q,
|
|
4812
|
+
q as R,
|
|
4813
|
+
J as S,
|
|
4814
|
+
K as T,
|
|
4815
|
+
Z as U,
|
|
4816
|
+
p as a,
|
|
4817
|
+
T as b,
|
|
4818
|
+
d as c,
|
|
4819
|
+
l as d,
|
|
4820
|
+
s as e,
|
|
4821
|
+
c as f,
|
|
4536
4822
|
M as g,
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4823
|
+
u as h,
|
|
4824
|
+
z as i,
|
|
4825
|
+
g as j,
|
|
4540
4826
|
O as k,
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4827
|
+
x as l,
|
|
4828
|
+
b as m,
|
|
4829
|
+
y as n,
|
|
4830
|
+
L as o,
|
|
4831
|
+
h as p,
|
|
4832
|
+
f as q,
|
|
4833
|
+
w as r,
|
|
4834
|
+
v as s,
|
|
4835
|
+
k as t,
|
|
4836
|
+
C as u,
|
|
4837
|
+
I as v,
|
|
4838
|
+
B as w,
|
|
4839
|
+
m as x,
|
|
4554
4840
|
S as y,
|
|
4555
|
-
|
|
4841
|
+
R as z
|
|
4556
4842
|
};
|