@m4l/styles 0.0.48 → 1.0.0
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 +46 -36
- package/package.json +2 -2
- package/theme/defaultThemeOptions.0976e58a.js +34 -0
- package/theme/defaultThemeOptions.d.ts +1 -5
- package/theme/index.5da3436d.js +7 -0
- package/theme/index.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +2 -65
- package/theme/overrides/M4LExtendedComponents/M4LAppBarCommercial.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +418 -2
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +4 -2
- package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +22 -1
- package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LCommonActions.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +19 -4
- package/theme/overrides/M4LExtendedComponents/M4LErrorLabel.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LFieldLabel.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LFormatter.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LGridLayout.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LHamburgerMenuCommercial.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LIcon.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LImage.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LImageButton.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LMFLoader.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +2 -3
- package/theme/overrides/M4LExtendedComponents/M4LModuleLayout.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LNavLink.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LNoItemSelected.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LPDFViewer.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LRHFormProvider.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LScrollBar.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LSectionCommercial.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +120 -127
- package/theme/overrides/M4LExtendedComponents/M4LSplitLayout.d.ts +2 -3
- package/theme/overrides/M4LExtendedComponents/M4LStack.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +10 -3
- package/theme/overrides/M4LExtendedComponents/M4LTabContent.d.ts +13 -2
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +3 -3
- package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LTopBar.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LTypography.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LanguagePopover.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LinearProgressIndeterminate.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/{index.fbdb0818.js → index.21814c8d.js} +934 -880
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +25 -15
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocompleteAsync.d.ts +2 -2
- package/theme/overrides/M4LRHFComponents/M4LRHFCheckbox.d.ts +2 -2
- package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +2 -2
- package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +2 -2
- package/theme/overrides/M4LRHFComponents/M4LRHFPeriod.d.ts +2 -2
- package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +2 -2
- package/theme/overrides/M4LRHFComponents/M4LRHFTextFieldPassword.d.ts +2 -2
- package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +2 -2
- package/theme/overrides/M4LRHFComponents/{index.f37c2406.js → index.3599b255.js} +143 -133
- package/theme/overrides/MUIComponents/Accordion.d.ts +2 -2
- package/theme/overrides/MUIComponents/Autocomplete.d.ts +2 -2
- package/theme/overrides/MUIComponents/Avatar.d.ts +2 -2
- package/theme/overrides/MUIComponents/Backdrop.d.ts +2 -2
- package/theme/overrides/MUIComponents/Badge.d.ts +2 -2
- package/theme/overrides/MUIComponents/Breadcrumbs.d.ts +2 -2
- package/theme/overrides/MUIComponents/Button.d.ts +2 -2
- package/theme/overrides/MUIComponents/ButtonGroup.d.ts +2 -2
- package/theme/overrides/MUIComponents/Card.d.ts +2 -2
- package/theme/overrides/MUIComponents/Checkbox.d.ts +2 -2
- package/theme/overrides/MUIComponents/CmpDisenoTest.d.ts +2 -2
- package/theme/overrides/MUIComponents/ControlLabel.d.ts +2 -2
- package/theme/overrides/MUIComponents/CssBaseline.d.ts +2 -2
- package/theme/overrides/MUIComponents/DataGrid.d.ts +2 -2
- package/theme/overrides/MUIComponents/Drawer.d.ts +2 -2
- package/theme/overrides/MUIComponents/Fab.d.ts +2 -2
- package/theme/overrides/MUIComponents/IconButton.d.ts +2 -2
- package/theme/overrides/MUIComponents/Input.d.ts +2 -2
- package/theme/overrides/MUIComponents/InputLabel.d.ts +2 -2
- package/theme/overrides/MUIComponents/Link.d.ts +2 -2
- package/theme/overrides/MUIComponents/List.d.ts +2 -2
- package/theme/overrides/MUIComponents/LoadingButton.d.ts +2 -2
- package/theme/overrides/MUIComponents/Menu.d.ts +2 -2
- package/theme/overrides/MUIComponents/Pagination.d.ts +2 -2
- package/theme/overrides/MUIComponents/Paper.d.ts +2 -2
- package/theme/overrides/MUIComponents/Popover.d.ts +2 -2
- package/theme/overrides/MUIComponents/Progress.d.ts +2 -2
- package/theme/overrides/MUIComponents/Radio.d.ts +2 -2
- package/theme/overrides/MUIComponents/Skeleton.d.ts +2 -2
- package/theme/overrides/MUIComponents/Slider.d.ts +2 -2
- package/theme/overrides/MUIComponents/Stepper.d.ts +2 -2
- package/theme/overrides/MUIComponents/SvgIcon.d.ts +2 -2
- package/theme/overrides/MUIComponents/Switch.d.ts +2 -2
- package/theme/overrides/MUIComponents/Table.d.ts +2 -2
- package/theme/overrides/MUIComponents/Timeline.d.ts +2 -2
- package/theme/overrides/MUIComponents/ToggleButton.d.ts +2 -2
- package/theme/overrides/MUIComponents/Tooltip.d.ts +2 -2
- package/theme/overrides/MUIComponents/Typography.d.ts +2 -2
- package/theme/overrides/MUIComponents/{index.d2b98b86.js → index.7fb80545.js} +189 -189
- package/theme/overrides/{index.155beeb3.js → index.9323564e.js} +3 -3
- package/theme/overrides/index.d.ts +2 -2
- package/theme/{palette.0590e8a6.js → palette.287635f2.js} +64 -45
- package/theme/palette.d.ts +165 -347
- package/theme/{shadows.86540b18.js → shadows.e0c009ff.js} +1 -1
- package/theme/{typography.8878fde5.js → typography.2a9a38a6.js} +34 -25
- package/theme/typography.d.ts +4 -0
- package/types/augmentations.d.ts +144 -121
- package/types/types.d.ts +24 -24
- package/utils/{getColorPresets.2a91ffaf.js → getColorPresets.a96a4046.js} +24 -18
- package/utils/getColorPresets.d.ts +8 -72
- package/utils/{getColorState.6c23eada.js → getColorState.b50b5b1e.js} +21 -4
- package/vite-env.d.ts +3 -3
- package/theme/defaultThemeOptions.348dc196.js +0 -27
- package/theme/index.34d0fdea.js +0 -1
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
import { alpha as t } from "@mui/material/styles";
|
|
2
|
-
import { alpha as
|
|
3
|
-
import
|
|
4
|
-
|
|
2
|
+
import { alpha as r } from "@mui/system";
|
|
3
|
+
import "../../defaultThemeOptions.0976e58a.js";
|
|
4
|
+
import "../../shadows.e0c009ff.js";
|
|
5
|
+
import { P as e } from "../../palette.287635f2.js";
|
|
6
|
+
import "../../typography.2a9a38a6.js";
|
|
7
|
+
import "@mui/material";
|
|
8
|
+
const c = (o) => ({
|
|
5
9
|
M4LDynamicFilter: {
|
|
6
10
|
styleOverrides: {
|
|
7
11
|
"&.M4LDynamicFilter-root": {
|
|
8
12
|
borderRadius: "4px",
|
|
9
|
-
background: o.palette.background.default,
|
|
13
|
+
background: o.vars.palette.background.default,
|
|
10
14
|
padding: "0px",
|
|
11
15
|
border: "1px solid",
|
|
12
|
-
borderColor: o.palette.state.borderPrimary,
|
|
13
|
-
|
|
14
|
-
height: "32px",
|
|
16
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
17
|
+
height: "fit-content",
|
|
15
18
|
[o.breakpoints.down("sm")]: {
|
|
16
19
|
minHeight: "auto",
|
|
17
20
|
height: "auto"
|
|
@@ -20,13 +23,14 @@ const p = (o) => ({
|
|
|
20
23
|
"& .M4LDynamicFilter-containerFistRow": {
|
|
21
24
|
"& .M4LDynamicFilter-containerClearFilter": {
|
|
22
25
|
borderLeft: "1px solid",
|
|
23
|
-
borderColor: o.palette.state.borderPrimary
|
|
26
|
+
borderColor: o.vars.palette.state.borderPrimary
|
|
24
27
|
}
|
|
25
28
|
},
|
|
26
29
|
"& .M4LDynamicFilter-wrapperApplyedFilters": {
|
|
27
30
|
display: "flex",
|
|
28
31
|
borderTop: "1px solid ",
|
|
29
|
-
borderColor: o.palette.state.borderSecondary
|
|
32
|
+
borderColor: o.vars.palette.state.borderSecondary,
|
|
33
|
+
height: "fit-content"
|
|
30
34
|
}
|
|
31
35
|
},
|
|
32
36
|
"&.M4LDynamicFilter-isEmpty": {
|
|
@@ -57,7 +61,7 @@ const p = (o) => ({
|
|
|
57
61
|
width: "100%",
|
|
58
62
|
alignItems: "center",
|
|
59
63
|
maxWidth: "100%",
|
|
60
|
-
color: o.palette.text.secondary,
|
|
64
|
+
color: o.vars.palette.text.secondary,
|
|
61
65
|
border: "1px solid",
|
|
62
66
|
borderColor: "transparent",
|
|
63
67
|
[o.breakpoints.down("sm")]: {
|
|
@@ -67,7 +71,7 @@ const p = (o) => ({
|
|
|
67
71
|
}
|
|
68
72
|
},
|
|
69
73
|
"&.M4LDynamicFilter-isInvalid": {
|
|
70
|
-
borderColor: o.palette.state.error.normal
|
|
74
|
+
borderColor: o.vars.palette.state.error.normal
|
|
71
75
|
},
|
|
72
76
|
"& .M4LDynamicFilter-containerClearFilter": {
|
|
73
77
|
display: "flex",
|
|
@@ -79,9 +83,9 @@ const p = (o) => ({
|
|
|
79
83
|
borderTopRightRadius: "4px",
|
|
80
84
|
borderBottomRightRadius: "4px",
|
|
81
85
|
borderLeft: "1px solid",
|
|
82
|
-
borderColor: o.palette.state.borderPrimary,
|
|
86
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
83
87
|
"& .M4LIconButton-root .M4LDynamicFilter-filterButton": {
|
|
84
|
-
background: o.palette.state.focus
|
|
88
|
+
background: o.vars.palette.state.focus
|
|
85
89
|
}
|
|
86
90
|
},
|
|
87
91
|
"& .M4LDynamicFilter-containerInputFilter": {
|
|
@@ -96,36 +100,36 @@ const p = (o) => ({
|
|
|
96
100
|
borderTopLeftRadius: "4px",
|
|
97
101
|
borderBottomLeftRadius: "4px",
|
|
98
102
|
borderRight: "1px solid",
|
|
99
|
-
borderColor: o.palette.state.borderPrimary,
|
|
103
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
100
104
|
"& > input": {
|
|
101
|
-
background: o.palette.background.default,
|
|
102
|
-
...o.typography.body,
|
|
103
|
-
color: o.palette.text.secondary,
|
|
105
|
+
background: o.vars.palette.background.default,
|
|
106
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
107
|
+
color: o.vars.palette.text.secondary,
|
|
104
108
|
border: "1px solid",
|
|
105
109
|
borderColor: "transparent",
|
|
106
110
|
padding: "4px 8px",
|
|
107
111
|
width: "100%",
|
|
108
112
|
height: "100%",
|
|
109
113
|
"&::placeholder": {
|
|
110
|
-
color: o.palette.text.secondary
|
|
114
|
+
color: o.vars.palette.text.secondary
|
|
111
115
|
},
|
|
112
116
|
"&:focus-visible": {
|
|
113
|
-
color: o.palette.text.secondary,
|
|
117
|
+
color: o.vars.palette.text.secondary,
|
|
114
118
|
border: "1px solid",
|
|
115
|
-
borderColor: o.palette.state.active12,
|
|
116
|
-
background: o.palette.state.active12,
|
|
119
|
+
borderColor: o.vars.palette.state.active12,
|
|
120
|
+
background: o.vars.palette.state.active12,
|
|
117
121
|
BorderRadius: "2px",
|
|
118
122
|
outline: "none!important"
|
|
119
123
|
},
|
|
120
124
|
"&:hover": {
|
|
121
|
-
borderColor: o.palette.state
|
|
122
|
-
background: o.palette.state.hoverDefault
|
|
125
|
+
borderColor: o.vars.palette.state?.toneOp,
|
|
126
|
+
background: o.vars.palette.state.hoverDefault
|
|
123
127
|
}
|
|
124
128
|
}
|
|
125
129
|
},
|
|
126
130
|
"& .M4LDynamicFilter-wrapperApplyedFilters": {
|
|
127
131
|
borderLeft: "none",
|
|
128
|
-
height: "
|
|
132
|
+
height: "fit-content",
|
|
129
133
|
margin: "0px",
|
|
130
134
|
padding: "0px 4px",
|
|
131
135
|
[o.breakpoints.down("sm")]: {
|
|
@@ -136,7 +140,9 @@ const p = (o) => ({
|
|
|
136
140
|
"& .M4LDynamicFilter-containerApplyedFilters": {
|
|
137
141
|
padding: "2px",
|
|
138
142
|
gap: "4px",
|
|
139
|
-
height: "
|
|
143
|
+
height: "fit-content",
|
|
144
|
+
display: "flex",
|
|
145
|
+
flexWrap: "wrap",
|
|
140
146
|
[o.breakpoints.down("sm")]: {
|
|
141
147
|
padding: "0px"
|
|
142
148
|
}
|
|
@@ -147,17 +153,17 @@ const p = (o) => ({
|
|
|
147
153
|
display: "flex",
|
|
148
154
|
alignItems: "center",
|
|
149
155
|
borderRadius: "4px",
|
|
150
|
-
background: o.palette.state.default,
|
|
151
|
-
color: o.palette.text.secondary,
|
|
152
|
-
...o.typography.body,
|
|
156
|
+
background: o.vars.palette.state.default,
|
|
157
|
+
color: o.vars.palette.text.secondary,
|
|
158
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
153
159
|
[o.breakpoints.down("sm")]: {
|
|
154
160
|
height: "fit-content"
|
|
155
161
|
},
|
|
156
162
|
"& .css-5ca9fi": {
|
|
157
|
-
...o.typography.body
|
|
163
|
+
...o.colorSchemes.finalTheme.typography.body
|
|
158
164
|
},
|
|
159
165
|
"& .css-1wytxsy": {
|
|
160
|
-
...o.typography.body
|
|
166
|
+
...o.colorSchemes.finalTheme.typography.body
|
|
161
167
|
}
|
|
162
168
|
}
|
|
163
169
|
}
|
|
@@ -177,16 +183,16 @@ const p = (o) => ({
|
|
|
177
183
|
paddingRight: "4px",
|
|
178
184
|
borderRadius: "4px",
|
|
179
185
|
"& .M4LDynamicFilter-classespopoverLabelMemuItem": {
|
|
180
|
-
...o.typography.body,
|
|
181
|
-
color: o.palette.text.primary
|
|
186
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
187
|
+
color: o.vars.palette.text.primary
|
|
182
188
|
},
|
|
183
189
|
"& .M4LDynamicFilter-popoverMenuFieldsItem:hover": {
|
|
184
|
-
...o.typography.body,
|
|
185
|
-
color: o.palette.state.hover,
|
|
186
|
-
background: o.palette.state.default,
|
|
190
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
191
|
+
color: o.vars.palette.state.hover,
|
|
192
|
+
background: o.vars.palette.state.default,
|
|
187
193
|
borderRadius: "4px",
|
|
188
194
|
padding: "4px 12px 4px 8px",
|
|
189
|
-
boxShadow: o.customShadows
|
|
195
|
+
boxShadow: o.customShadows?.z2
|
|
190
196
|
}
|
|
191
197
|
},
|
|
192
198
|
[o.breakpoints.down("md")]: {
|
|
@@ -206,7 +212,7 @@ const p = (o) => ({
|
|
|
206
212
|
minWidth: "220px",
|
|
207
213
|
maxWidth: "100%",
|
|
208
214
|
minHeight: "auto",
|
|
209
|
-
boxShadow: o.customShadows
|
|
215
|
+
boxShadow: o.customShadows?.z2,
|
|
210
216
|
"& .M4LPopover-arrowStyle": {
|
|
211
217
|
background: "none"
|
|
212
218
|
},
|
|
@@ -217,7 +223,7 @@ const p = (o) => ({
|
|
|
217
223
|
maxWidth: "420px",
|
|
218
224
|
height: "fit-content",
|
|
219
225
|
"& .M4LDynamicFilter-popoverFilterHeader": {
|
|
220
|
-
background: o.palette.state.default,
|
|
226
|
+
background: o.vars.palette.state.default,
|
|
221
227
|
display: "flex",
|
|
222
228
|
gap: "8px",
|
|
223
229
|
padding: "4px 4px 4px 8px",
|
|
@@ -229,8 +235,8 @@ const p = (o) => ({
|
|
|
229
235
|
"& .M4LIcon-icon": {}
|
|
230
236
|
},
|
|
231
237
|
"& .MuiTypography-root": {
|
|
232
|
-
...o.typography.paragraphDens,
|
|
233
|
-
color: o.palette.text.primary,
|
|
238
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
239
|
+
color: o.vars.palette.text.primary,
|
|
234
240
|
"& .MuiTypography-root": {}
|
|
235
241
|
}
|
|
236
242
|
},
|
|
@@ -269,8 +275,8 @@ const p = (o) => ({
|
|
|
269
275
|
"& .M4LIcon-icon": {}
|
|
270
276
|
},
|
|
271
277
|
"& .MuiTypography-root": {
|
|
272
|
-
...o.typography.paragraphDens,
|
|
273
|
-
color: o.palette.text.primary,
|
|
278
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
279
|
+
color: o.vars.palette.text.primary,
|
|
274
280
|
"& .MuiTypography-root": {}
|
|
275
281
|
}
|
|
276
282
|
},
|
|
@@ -304,7 +310,7 @@ const p = (o) => ({
|
|
|
304
310
|
}
|
|
305
311
|
}
|
|
306
312
|
}
|
|
307
|
-
}),
|
|
313
|
+
}), x = (o) => ({
|
|
308
314
|
M4LIcon: {
|
|
309
315
|
styleOverrides: {
|
|
310
316
|
["&.M4LIcon-root"]: {
|
|
@@ -314,7 +320,7 @@ const p = (o) => ({
|
|
|
314
320
|
width: "fit-content",
|
|
315
321
|
transition: "transform 0.5s ease-in-out",
|
|
316
322
|
".M4LIcon-icon": {
|
|
317
|
-
backgroundColor: o.palette.text.primary
|
|
323
|
+
backgroundColor: o.vars.palette.text.primary
|
|
318
324
|
},
|
|
319
325
|
".M4LIcon-sizeExtraSmall": {
|
|
320
326
|
width: "14px",
|
|
@@ -348,12 +354,12 @@ const p = (o) => ({
|
|
|
348
354
|
},
|
|
349
355
|
".M4LIcon-variantSkeleton": {
|
|
350
356
|
borderRadius: "4px",
|
|
351
|
-
backgroundColor: o.palette.state?.skeleton.default
|
|
357
|
+
backgroundColor: o.vars.palette.state?.skeleton.default
|
|
352
358
|
}
|
|
353
359
|
}
|
|
354
360
|
}
|
|
355
361
|
}
|
|
356
|
-
}),
|
|
362
|
+
}), g = (o) => ({
|
|
357
363
|
M4LIconButton: {
|
|
358
364
|
styleOverrides: {
|
|
359
365
|
["&.M4LIconButton-root"]: {
|
|
@@ -365,12 +371,12 @@ const p = (o) => ({
|
|
|
365
371
|
transition: "all .3s ease",
|
|
366
372
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
367
373
|
transition: "all .3s ease",
|
|
368
|
-
backgroundColor: o.palette.text.primary
|
|
374
|
+
backgroundColor: o.vars.palette.text.primary
|
|
369
375
|
},
|
|
370
376
|
"&::before": {
|
|
371
377
|
boxSizing: "content-box",
|
|
372
378
|
border: "1px solid",
|
|
373
|
-
borderColor: o.palette.state?.focus,
|
|
379
|
+
borderColor: o.vars.palette.state?.focus,
|
|
374
380
|
borderRadius: "4px",
|
|
375
381
|
position: "absolute",
|
|
376
382
|
transition: "all .3s ease"
|
|
@@ -397,24 +403,24 @@ const p = (o) => ({
|
|
|
397
403
|
padding: "0px"
|
|
398
404
|
},
|
|
399
405
|
"&.M4LIconButton-variantPrimary:not(&.M4LIconButton-isDisabled)": {
|
|
400
|
-
backgroundColor: o.palette.state?.default,
|
|
406
|
+
backgroundColor: o.vars.palette.state?.default,
|
|
401
407
|
"&:hover": {
|
|
402
|
-
backgroundColor: o.palette.state?.hover,
|
|
408
|
+
backgroundColor: o.vars.palette.state?.hover,
|
|
403
409
|
"& .M4LIcon-icon": {
|
|
404
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
410
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
405
411
|
}
|
|
406
412
|
},
|
|
407
413
|
"&:active": {
|
|
408
|
-
backgroundColor: o.palette.state?.active,
|
|
414
|
+
backgroundColor: o.vars.palette.state?.active,
|
|
409
415
|
transition: "background-color .5s ease",
|
|
410
416
|
"& .M4LIcon-icon": {
|
|
411
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
417
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
412
418
|
}
|
|
413
419
|
},
|
|
414
420
|
"&.M4LIconButton-isFocus": {
|
|
415
|
-
backgroundColor: o.palette.state?.active,
|
|
421
|
+
backgroundColor: o.vars.palette.state?.active,
|
|
416
422
|
"& .M4LIcon-icon": {
|
|
417
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
423
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
418
424
|
},
|
|
419
425
|
"&::before": {
|
|
420
426
|
content: "''"
|
|
@@ -422,29 +428,29 @@ const p = (o) => ({
|
|
|
422
428
|
}
|
|
423
429
|
},
|
|
424
430
|
"&.M4LIconButton-variantSecondary:not(&.M4LIconButton-isDisabled)": {
|
|
425
|
-
borderColor: o.palette.state.borderDens,
|
|
431
|
+
borderColor: o.vars.palette.state.borderDens,
|
|
426
432
|
"& .M4LIcon-icon": {
|
|
427
|
-
backgroundColor: o.palette.text.primary
|
|
433
|
+
backgroundColor: o.vars.palette.text.primary
|
|
428
434
|
},
|
|
429
435
|
"&:hover": {
|
|
430
436
|
border: "1px solid",
|
|
431
|
-
borderColor: o.palette.state?.focus,
|
|
437
|
+
borderColor: o.vars.palette.state?.focus,
|
|
432
438
|
"& .M4LIcon-icon": {
|
|
433
|
-
backgroundColor: o.palette.state?.focus
|
|
439
|
+
backgroundColor: o.vars.palette.state?.focus
|
|
434
440
|
}
|
|
435
441
|
},
|
|
436
442
|
"&:active": {
|
|
437
443
|
border: "1px solid",
|
|
438
|
-
borderColor: o.palette.state?.active,
|
|
444
|
+
borderColor: o.vars.palette.state?.active,
|
|
439
445
|
"& .M4LIcon-icon": {
|
|
440
|
-
backgroundColor: o.palette.state?.active
|
|
446
|
+
backgroundColor: o.vars.palette.state?.active
|
|
441
447
|
}
|
|
442
448
|
},
|
|
443
449
|
"&.M4LIconButton-isFocus": {
|
|
444
450
|
border: "1px solid",
|
|
445
|
-
borderColor: o.palette.state?.active,
|
|
451
|
+
borderColor: o.vars.palette.state?.active,
|
|
446
452
|
"& .M4LIcon-icon": {
|
|
447
|
-
backgroundColor: o.palette.state?.active
|
|
453
|
+
backgroundColor: o.vars.palette.state?.active
|
|
448
454
|
},
|
|
449
455
|
"&::before": {
|
|
450
456
|
content: "''"
|
|
@@ -453,29 +459,29 @@ const p = (o) => ({
|
|
|
453
459
|
},
|
|
454
460
|
"&.M4LIconButton-variantLine:not(&.M4LIconButton-isDisabled)": {
|
|
455
461
|
"&:hover": {
|
|
456
|
-
backgroundColor: o.palette.state?.active12,
|
|
462
|
+
backgroundColor: o.vars.palette.state?.active12,
|
|
457
463
|
"& .M4LIcon-icon": {
|
|
458
|
-
backgroundColor: o.palette.state?.focus
|
|
464
|
+
backgroundColor: o.vars.palette.state?.focus
|
|
459
465
|
}
|
|
460
466
|
},
|
|
461
467
|
"&:active": {
|
|
462
468
|
backgroundColor: "transparent",
|
|
463
469
|
"& .M4LIcon-icon": {
|
|
464
|
-
backgroundColor: o.palette.state?.active
|
|
470
|
+
backgroundColor: o.vars.palette.state?.active
|
|
465
471
|
}
|
|
466
472
|
},
|
|
467
473
|
"&.M4LIconButton-isFocus": {
|
|
468
474
|
backgroundColor: "transparent",
|
|
469
475
|
border: "1px solid",
|
|
470
|
-
borderColor: o.palette.state?.focus,
|
|
476
|
+
borderColor: o.vars.palette.state?.focus,
|
|
471
477
|
"& .M4LIcon-icon": {
|
|
472
|
-
backgroundColor: o.palette.state?.active
|
|
478
|
+
backgroundColor: o.vars.palette.state?.active
|
|
473
479
|
}
|
|
474
480
|
}
|
|
475
481
|
},
|
|
476
482
|
"&.M4LIconButton-isDisabled": {
|
|
477
483
|
"& .M4LIcon-icon": {
|
|
478
|
-
backgroundColor: o.palette.text.disabled
|
|
484
|
+
backgroundColor: o.vars.palette.text.disabled
|
|
479
485
|
}
|
|
480
486
|
},
|
|
481
487
|
"&.M4LIconButton-root .MuiSkeleton-root": {
|
|
@@ -488,7 +494,7 @@ const p = (o) => ({
|
|
|
488
494
|
}
|
|
489
495
|
}
|
|
490
496
|
}
|
|
491
|
-
}),
|
|
497
|
+
}), u = (o) => ({
|
|
492
498
|
M4LanguagePopover: {
|
|
493
499
|
styleOverrides: {
|
|
494
500
|
["&.M4LanguagePopover-root"]: {
|
|
@@ -509,7 +515,7 @@ const p = (o) => ({
|
|
|
509
515
|
}
|
|
510
516
|
}
|
|
511
517
|
}
|
|
512
|
-
}),
|
|
518
|
+
}), b = (o) => ({
|
|
513
519
|
M4LImageButton: {
|
|
514
520
|
styleOverrides: {
|
|
515
521
|
["&.M4LImageButton-root"]: {
|
|
@@ -545,12 +551,12 @@ const p = (o) => ({
|
|
|
545
551
|
borderRadius: "4px"
|
|
546
552
|
},
|
|
547
553
|
".MuiButtonBase-root:hover": {
|
|
548
|
-
backgroundColor: o.palette.state?.active12
|
|
554
|
+
backgroundColor: o.vars.palette.state?.active12
|
|
549
555
|
},
|
|
550
556
|
".MuiButtonBase-root:focus": {
|
|
551
|
-
backgroundColor: o.palette.state?.active12,
|
|
557
|
+
backgroundColor: o.vars.palette.state?.active12,
|
|
552
558
|
border: "1px solid",
|
|
553
|
-
borderColor: o.palette.state?.focus
|
|
559
|
+
borderColor: o.vars.palette.state?.focus
|
|
554
560
|
},
|
|
555
561
|
[o.breakpoints.down("md")]: {
|
|
556
562
|
".MuiButtonBase-root": {
|
|
@@ -563,7 +569,7 @@ const p = (o) => ({
|
|
|
563
569
|
}
|
|
564
570
|
}
|
|
565
571
|
}
|
|
566
|
-
}),
|
|
572
|
+
}), M = (o) => ({
|
|
567
573
|
M4LImage: {
|
|
568
574
|
styleOverrides: {
|
|
569
575
|
["&.M4LImage-root"]: {
|
|
@@ -574,7 +580,7 @@ const p = (o) => ({
|
|
|
574
580
|
}
|
|
575
581
|
}
|
|
576
582
|
}
|
|
577
|
-
}),
|
|
583
|
+
}), v = (o) => ({
|
|
578
584
|
M4LPopover: {
|
|
579
585
|
styleOverrides: {
|
|
580
586
|
"&.M4LPopover-root": {
|
|
@@ -583,10 +589,10 @@ const p = (o) => ({
|
|
|
583
589
|
width: "100%",
|
|
584
590
|
height: "100%",
|
|
585
591
|
".MuiPaper-root": {
|
|
586
|
-
background: o.palette.background.default,
|
|
592
|
+
background: o.vars.palette.background.default,
|
|
587
593
|
borderRadius: "6px",
|
|
588
594
|
padding: "8px",
|
|
589
|
-
boxShadow: o.customShadows.z4,
|
|
595
|
+
boxShadow: o.vars.customShadows.z4,
|
|
590
596
|
width: "auto",
|
|
591
597
|
zIndex: "10000",
|
|
592
598
|
"& .MuiButtonBase-root": {
|
|
@@ -609,8 +615,8 @@ const p = (o) => ({
|
|
|
609
615
|
gap: "4px"
|
|
610
616
|
},
|
|
611
617
|
"& .M4LanguagePopover-labelItem": {
|
|
612
|
-
...o.typography.body,
|
|
613
|
-
color: o.palette.text.secondary,
|
|
618
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
619
|
+
color: o.vars.palette.text.secondary,
|
|
614
620
|
borderRadius: "4px",
|
|
615
621
|
margin: "0"
|
|
616
622
|
},
|
|
@@ -622,14 +628,14 @@ const p = (o) => ({
|
|
|
622
628
|
justifyContent: "normal !important"
|
|
623
629
|
},
|
|
624
630
|
"& .MuiButtonBase-root:hover": {
|
|
625
|
-
backgroundColor: o.palette.state?.active12,
|
|
631
|
+
backgroundColor: o.vars.palette.state?.active12,
|
|
626
632
|
borderRadius: "4px",
|
|
627
633
|
padding: "4px"
|
|
628
634
|
},
|
|
629
635
|
"& .MuiButtonBase-root.Mui-selected": {
|
|
630
|
-
backgroundColor: o.palette.state?.active12,
|
|
636
|
+
backgroundColor: o.vars.palette.state?.active12,
|
|
631
637
|
"& .M4LanguagePopover-labelItem": {
|
|
632
|
-
color: o.palette.state?.active
|
|
638
|
+
color: o.vars.palette.state?.active
|
|
633
639
|
}
|
|
634
640
|
}
|
|
635
641
|
},
|
|
@@ -665,30 +671,30 @@ const p = (o) => ({
|
|
|
665
671
|
}
|
|
666
672
|
}
|
|
667
673
|
}
|
|
668
|
-
}),
|
|
674
|
+
}), L = (o) => ({
|
|
669
675
|
M4LErrorLabel: {
|
|
670
676
|
styleOverrides: {
|
|
671
677
|
["&.M4LHelperText-root"]: {
|
|
672
678
|
"&.M4LHelperText-variantInfo .MuiTypography-root": {
|
|
673
|
-
color: o.palette.info.main
|
|
679
|
+
color: o.vars.palette.info.main
|
|
674
680
|
},
|
|
675
681
|
"&.M4LHelperText-variantSuccess .MuiTypography-root": {
|
|
676
|
-
color: o.palette.success.main
|
|
682
|
+
color: o.vars.palette.success.main
|
|
677
683
|
},
|
|
678
684
|
"&.M4LHelperText-variantWarning .MuiTypography-root": {
|
|
679
|
-
color: o.palette.warning.main
|
|
685
|
+
color: o.vars.palette.warning.main
|
|
680
686
|
},
|
|
681
687
|
"&.M4LHelperText-variantError .MuiTypography-root": {
|
|
682
|
-
color: o.palette.error.main
|
|
688
|
+
color: o.vars.palette.error.main
|
|
683
689
|
}
|
|
684
690
|
}
|
|
685
691
|
}
|
|
686
692
|
}
|
|
687
|
-
}),
|
|
693
|
+
}), y = (o) => ({
|
|
688
694
|
M4LTypography: {
|
|
689
695
|
styleOverrides: {
|
|
690
696
|
["&.M4LTypography-root"]: {
|
|
691
|
-
color: o.palette.text.primary,
|
|
697
|
+
color: o.vars.palette.text.primary,
|
|
692
698
|
display: "inline",
|
|
693
699
|
"& .MuiTypography-root": {
|
|
694
700
|
margin: "unset"
|
|
@@ -696,7 +702,7 @@ const p = (o) => ({
|
|
|
696
702
|
}
|
|
697
703
|
}
|
|
698
704
|
}
|
|
699
|
-
}),
|
|
705
|
+
}), h = (o) => ({
|
|
700
706
|
M4LButton: {
|
|
701
707
|
styleOverrides: {
|
|
702
708
|
"&.M4LButton-root": {
|
|
@@ -704,7 +710,7 @@ const p = (o) => ({
|
|
|
704
710
|
width: "fit-content",
|
|
705
711
|
display: "flex",
|
|
706
712
|
justifyContent: "center",
|
|
707
|
-
...o.typography.action,
|
|
713
|
+
...o.colorSchemes.finalTheme.typography.action,
|
|
708
714
|
minHeight: "24px",
|
|
709
715
|
borderRadius: "4px",
|
|
710
716
|
[o.breakpoints.down("md")]: {
|
|
@@ -722,7 +728,7 @@ const p = (o) => ({
|
|
|
722
728
|
transition: "all .5s ease",
|
|
723
729
|
borderRadius: "4px",
|
|
724
730
|
border: "1px solid transparent",
|
|
725
|
-
...o.typography.action,
|
|
731
|
+
...o.colorSchemes.finalTheme.typography.action,
|
|
726
732
|
backgroundColor: "#fff0",
|
|
727
733
|
height: "100% !important",
|
|
728
734
|
"&:hover, &:focus": {
|
|
@@ -738,7 +744,7 @@ const p = (o) => ({
|
|
|
738
744
|
"&::before": {
|
|
739
745
|
inset: "0",
|
|
740
746
|
border: "1px solid",
|
|
741
|
-
borderColor: o.palette.state?.focus,
|
|
747
|
+
borderColor: o.vars.palette.state?.focus,
|
|
742
748
|
borderRadius: "4px",
|
|
743
749
|
transform: "scale(1.07, 1.36)",
|
|
744
750
|
position: "absolute",
|
|
@@ -747,41 +753,41 @@ const p = (o) => ({
|
|
|
747
753
|
},
|
|
748
754
|
"&.M4LButton-isDisabled": {
|
|
749
755
|
"& .MuiButtonBase-root": {
|
|
750
|
-
color: `${o.palette.text.disabled}!important`,
|
|
756
|
+
color: `${o.vars.palette.text.disabled}!important`,
|
|
751
757
|
"& .M4LIcon-icon": {
|
|
752
|
-
backgroundColor: `${o.palette.text.disabled}!important`
|
|
758
|
+
backgroundColor: `${o.vars.palette.text.disabled}!important`
|
|
753
759
|
}
|
|
754
760
|
},
|
|
755
761
|
"&.M4LButton-variantContained": {
|
|
756
|
-
color: o.palette.text.disabled,
|
|
757
|
-
backgroundColor: o.palette.state.default,
|
|
762
|
+
color: o.vars.palette.text.disabled,
|
|
763
|
+
backgroundColor: o.vars.palette.state.default,
|
|
758
764
|
border: "1px solid",
|
|
759
|
-
borderColor: o.palette.state.borderDisable,
|
|
765
|
+
borderColor: o.vars.palette.state.borderDisable,
|
|
760
766
|
"& .M4LIcon-icon": {
|
|
761
|
-
backgroundColor: o.palette.text.disabled
|
|
767
|
+
backgroundColor: o.vars.palette.text.disabled
|
|
762
768
|
},
|
|
763
769
|
"&:hover": {
|
|
764
|
-
backgroundColor: o.palette.state?.default,
|
|
765
|
-
color: o.palette.text.disabled,
|
|
770
|
+
backgroundColor: o.vars.palette.state?.default,
|
|
771
|
+
color: o.vars.palette.text.disabled,
|
|
766
772
|
"& .M4LIcon-icon": {
|
|
767
|
-
backgroundColor: o.palette.text.disabled,
|
|
768
|
-
color: o.palette.text.disabled
|
|
773
|
+
backgroundColor: o.vars.palette.text.disabled,
|
|
774
|
+
color: o.vars.palette.text.disabled
|
|
769
775
|
}
|
|
770
776
|
},
|
|
771
777
|
"&:active": {
|
|
772
|
-
backgroundColor: o.palette.state?.active,
|
|
773
|
-
color: o.palette.text.primary,
|
|
778
|
+
backgroundColor: o.vars.palette.state?.active,
|
|
779
|
+
color: o.vars.palette.text.primary,
|
|
774
780
|
"& .M4LIcon-icon": {
|
|
775
|
-
backgroundColor: o.palette.text.disabled,
|
|
776
|
-
color: o.palette.text.disabled
|
|
781
|
+
backgroundColor: o.vars.palette.text.disabled,
|
|
782
|
+
color: o.vars.palette.text.disabled
|
|
777
783
|
}
|
|
778
784
|
},
|
|
779
785
|
"&.Mui-focusVisible": {
|
|
780
|
-
backgroundColor: o.palette.state?.default,
|
|
781
|
-
color: o.palette.text.disabled,
|
|
786
|
+
backgroundColor: o.vars.palette.state?.default,
|
|
787
|
+
color: o.vars.palette.text.disabled,
|
|
782
788
|
"& .M4LIcon-icon": {
|
|
783
|
-
backgroundColor: o.palette.text.disabled,
|
|
784
|
-
color: o.palette.text.disabled
|
|
789
|
+
backgroundColor: o.vars.palette.text.disabled,
|
|
790
|
+
color: o.vars.palette.text.disabled
|
|
785
791
|
},
|
|
786
792
|
"&::before": {
|
|
787
793
|
content: "none"
|
|
@@ -810,25 +816,25 @@ const p = (o) => ({
|
|
|
810
816
|
}
|
|
811
817
|
},
|
|
812
818
|
"&.M4LButton-variantContained": {
|
|
813
|
-
backgroundColor: o.palette.state?.active,
|
|
814
|
-
color: o.palette.patronus?.marbleLight[10],
|
|
819
|
+
backgroundColor: o.vars.palette.state?.active,
|
|
820
|
+
color: o.vars.palette.patronus?.marbleLight[10],
|
|
815
821
|
boxShadow: o.customShadows?.z1,
|
|
816
822
|
position: "relative",
|
|
817
823
|
"& .M4LIcon-icon": {
|
|
818
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
824
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
819
825
|
},
|
|
820
826
|
"&:hover": {
|
|
821
|
-
backgroundColor: o.palette.state?.hover,
|
|
822
|
-
color: o.palette.patronus?.marbleLight[10],
|
|
827
|
+
backgroundColor: o.vars.palette.state?.hover,
|
|
828
|
+
color: o.vars.palette.patronus?.marbleLight[10],
|
|
823
829
|
"& .M4LIcon-icon": {
|
|
824
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
830
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
825
831
|
}
|
|
826
832
|
},
|
|
827
833
|
"&.Mui-focusVisible": {
|
|
828
|
-
backgroundColor: o.palette.state?.active,
|
|
829
|
-
color: o.palette.patronus?.marbleLight[10],
|
|
834
|
+
backgroundColor: o.vars.palette.state?.active,
|
|
835
|
+
color: o.vars.palette.patronus?.marbleLight[10],
|
|
830
836
|
"& .M4LIcon-icon": {
|
|
831
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
837
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
832
838
|
},
|
|
833
839
|
"&::before": {
|
|
834
840
|
content: "''"
|
|
@@ -838,33 +844,33 @@ const p = (o) => ({
|
|
|
838
844
|
"&.M4LButton-variantOutlined": {
|
|
839
845
|
"& .MuiButtonBase-root": {
|
|
840
846
|
border: "1px solid",
|
|
841
|
-
borderColor: o.palette.state.borderDens,
|
|
842
|
-
color: o.palette.text.primary,
|
|
847
|
+
borderColor: o.vars.palette.state.borderDens,
|
|
848
|
+
color: o.vars.palette.text.primary,
|
|
843
849
|
"& .M4LIcon-icon": {
|
|
844
|
-
backgroundColor: o.palette.text.primary
|
|
850
|
+
backgroundColor: o.vars.palette.text.primary
|
|
845
851
|
},
|
|
846
852
|
"&:hover": {
|
|
847
|
-
borderColor: o.palette.state?.hover,
|
|
848
|
-
color: o.palette.state?.hover,
|
|
849
|
-
backgroundColor: o.palette.state?.active12,
|
|
853
|
+
borderColor: o.vars.palette.state?.hover,
|
|
854
|
+
color: o.vars.palette.state?.hover,
|
|
855
|
+
backgroundColor: o.vars.palette.state?.active12,
|
|
850
856
|
"& .M4LIcon-icon": {
|
|
851
|
-
backgroundColor: o.palette.state?.hover
|
|
857
|
+
backgroundColor: o.vars.palette.state?.hover
|
|
852
858
|
}
|
|
853
859
|
},
|
|
854
860
|
"&:active": {
|
|
855
|
-
borderColor: o.palette.state?.active,
|
|
856
|
-
color: o.palette.state?.active,
|
|
861
|
+
borderColor: o.vars.palette.state?.active,
|
|
862
|
+
color: o.vars.palette.state?.active,
|
|
857
863
|
backgroundColor: "transparent",
|
|
858
864
|
"& .M4LIcon-icon": {
|
|
859
|
-
backgroundColor: o.palette.state?.active
|
|
865
|
+
backgroundColor: o.vars.palette.state?.active
|
|
860
866
|
}
|
|
861
867
|
},
|
|
862
868
|
"&.Mui-focusVisible": {
|
|
863
|
-
borderColor: o.palette.state?.active,
|
|
864
|
-
color: o.palette.state?.active,
|
|
869
|
+
borderColor: o.vars.palette.state?.active,
|
|
870
|
+
color: o.vars.palette.state?.active,
|
|
865
871
|
backgroundColor: "transparent",
|
|
866
872
|
"& .M4LIcon-icon": {
|
|
867
|
-
backgroundColor: o.palette.state?.active
|
|
873
|
+
backgroundColor: o.vars.palette.state?.active
|
|
868
874
|
},
|
|
869
875
|
"&::before": {
|
|
870
876
|
content: "''"
|
|
@@ -874,29 +880,29 @@ const p = (o) => ({
|
|
|
874
880
|
},
|
|
875
881
|
"&.M4LButton-variantText": {
|
|
876
882
|
"& .MuiButtonBase-root": {
|
|
877
|
-
color: o.palette.text.primary,
|
|
883
|
+
color: o.vars.palette.text.primary,
|
|
878
884
|
"& .M4LIcon-icon": {
|
|
879
|
-
backgroundColor: o.palette.text.primary
|
|
885
|
+
backgroundColor: o.vars.palette.text.primary
|
|
880
886
|
},
|
|
881
887
|
"&:hover": {
|
|
882
|
-
backgroundColor: o.palette.state?.active12,
|
|
883
|
-
color: o.palette.state?.hover,
|
|
888
|
+
backgroundColor: o.vars.palette.state?.active12,
|
|
889
|
+
color: o.vars.palette.state?.hover,
|
|
884
890
|
"& .M4LIcon-icon": {
|
|
885
|
-
backgroundColor: o.palette.state?.hover
|
|
891
|
+
backgroundColor: o.vars.palette.state?.hover
|
|
886
892
|
}
|
|
887
893
|
},
|
|
888
894
|
"&:active": {
|
|
889
895
|
backgroundColor: "transparent",
|
|
890
|
-
color: o.palette.state?.active,
|
|
896
|
+
color: o.vars.palette.state?.active,
|
|
891
897
|
"& .M4LIcon-icon": {
|
|
892
|
-
backgroundColor: o.palette.state?.active
|
|
898
|
+
backgroundColor: o.vars.palette.state?.active
|
|
893
899
|
}
|
|
894
900
|
},
|
|
895
901
|
"&.Mui-focusVisible": {
|
|
896
902
|
backgroundColor: "transparent",
|
|
897
|
-
color: o.palette.state?.active,
|
|
903
|
+
color: o.vars.palette.state?.active,
|
|
898
904
|
"& .M4LIcon-icon": {
|
|
899
|
-
backgroundColor: o.palette.state?.active
|
|
905
|
+
backgroundColor: o.vars.palette.state?.active
|
|
900
906
|
},
|
|
901
907
|
"&:before": {
|
|
902
908
|
content: "''"
|
|
@@ -905,21 +911,21 @@ const p = (o) => ({
|
|
|
905
911
|
}
|
|
906
912
|
},
|
|
907
913
|
"&.M4LButton-colorError": {
|
|
908
|
-
backgroundColor: `${o.palette.state.error.normal}`,
|
|
914
|
+
backgroundColor: `${o.vars.palette.state.error.normal}`,
|
|
909
915
|
"&:hover": {
|
|
910
|
-
backgroundColor: `${o.palette.state.error.hover}`
|
|
916
|
+
backgroundColor: `${o.vars.palette.state.error.hover}`
|
|
911
917
|
}
|
|
912
918
|
},
|
|
913
919
|
"&.M4LButton-colorWarning": {
|
|
914
|
-
backgroundColor: `${o.palette.state.warning.normal}`,
|
|
920
|
+
backgroundColor: `${o.vars.palette.state.warning.normal}`,
|
|
915
921
|
"&:hover": {
|
|
916
|
-
backgroundColor: `${o.palette.state.warning.hover}`
|
|
922
|
+
backgroundColor: `${o.vars.palette.state.warning.hover}`
|
|
917
923
|
}
|
|
918
924
|
},
|
|
919
925
|
"&.M4LButton-colorSuccess": {
|
|
920
|
-
backgroundColor: `${o.palette.state.success.normal}`,
|
|
926
|
+
backgroundColor: `${o.vars.palette.state.success.normal}`,
|
|
921
927
|
"&:hover": {
|
|
922
|
-
backgroundColor: `${o.palette.state.success.hover}`
|
|
928
|
+
backgroundColor: `${o.vars.palette.state.success.hover}`
|
|
923
929
|
}
|
|
924
930
|
},
|
|
925
931
|
"&.M4LButton-togglePressed .MuiButtonBase-root": {
|
|
@@ -929,18 +935,18 @@ const p = (o) => ({
|
|
|
929
935
|
}
|
|
930
936
|
}
|
|
931
937
|
}
|
|
932
|
-
}),
|
|
938
|
+
}), f = (o) => ({
|
|
933
939
|
M4LNavLink: {
|
|
934
940
|
styleOverrides: {
|
|
935
941
|
["&.M4LNavLink-root"]: {
|
|
936
942
|
"& .M4LTypography-root": {
|
|
937
|
-
color: o.palette.state.active
|
|
943
|
+
color: o.vars.palette.state.active
|
|
938
944
|
},
|
|
939
945
|
"&: hover": {
|
|
940
946
|
"& .M4LTypography-root": {
|
|
941
|
-
color: o.palette.state?.hover,
|
|
947
|
+
color: o.vars.palette.state?.hover,
|
|
942
948
|
textDecoration: "underline",
|
|
943
|
-
textDecorationColor: o.palette.state?.hover
|
|
949
|
+
textDecorationColor: o.vars.palette.state?.hover
|
|
944
950
|
}
|
|
945
951
|
},
|
|
946
952
|
"& > a": {
|
|
@@ -949,7 +955,7 @@ const p = (o) => ({
|
|
|
949
955
|
}
|
|
950
956
|
}
|
|
951
957
|
}
|
|
952
|
-
}),
|
|
958
|
+
}), w = (o) => ({
|
|
953
959
|
M4LSideBar: {
|
|
954
960
|
styleOverrides: {
|
|
955
961
|
"&.M4LSideBar-root": {
|
|
@@ -968,7 +974,7 @@ const p = (o) => ({
|
|
|
968
974
|
display: "flex",
|
|
969
975
|
width: "100%",
|
|
970
976
|
height: "100%",
|
|
971
|
-
boxShadow: o.customShadows
|
|
977
|
+
boxShadow: o.vars.customShadows?.z2,
|
|
972
978
|
transition: "all 0.3s",
|
|
973
979
|
"& .M4LSideBar-containerContentGroupsFooter": {
|
|
974
980
|
flexGrow: "1",
|
|
@@ -977,32 +983,24 @@ const p = (o) => ({
|
|
|
977
983
|
height: "100%",
|
|
978
984
|
position: "relative",
|
|
979
985
|
borderRight: "1px solid",
|
|
980
|
-
borderColor: o.palette.state.borderPrimary,
|
|
981
|
-
backgroundColor: o.palette.background.default,
|
|
986
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
987
|
+
backgroundColor: o.vars.palette.background.default,
|
|
982
988
|
"& .M4LSideBar-contentGroups": {
|
|
989
|
+
padding: "32px 12px",
|
|
983
990
|
"& .M4LSideBar-wrapperGroup": {
|
|
984
|
-
overflow: "
|
|
985
|
-
padding: "
|
|
986
|
-
borderTop: "
|
|
991
|
+
overflow: "visible",
|
|
992
|
+
padding: "8px",
|
|
993
|
+
borderTop: "1px solid",
|
|
987
994
|
borderBottom: "1px solid",
|
|
988
|
-
borderColor: o.palette.state.borderSecondary,
|
|
989
|
-
height: "
|
|
995
|
+
borderColor: o.vars.palette.state.borderSecondary,
|
|
996
|
+
height: "fit-content",
|
|
990
997
|
width: "100%",
|
|
991
|
-
flex: "1",
|
|
992
|
-
"& .M4LSideBar-itemListMainRootContainer": {
|
|
993
|
-
display: "flex",
|
|
994
|
-
flexDirection: "column",
|
|
995
|
-
width: "100%",
|
|
996
|
-
height: "auto",
|
|
997
|
-
overflow: "hidden"
|
|
998
|
-
},
|
|
999
998
|
"& .M4LSideBar-navItemRootContent": {
|
|
1000
999
|
overflow: "hidden",
|
|
1001
1000
|
height: "36px",
|
|
1002
1001
|
padding: "0px 8px",
|
|
1003
1002
|
display: "flex",
|
|
1004
|
-
alignItems: "center"
|
|
1005
|
-
position: "relative"
|
|
1003
|
+
alignItems: "center"
|
|
1006
1004
|
}
|
|
1007
1005
|
}
|
|
1008
1006
|
},
|
|
@@ -1010,7 +1008,7 @@ const p = (o) => ({
|
|
|
1010
1008
|
display: "flex",
|
|
1011
1009
|
padding: "10px 5px",
|
|
1012
1010
|
borderTop: "1px solid",
|
|
1013
|
-
borderColor: o.palette.state.borderDisable,
|
|
1011
|
+
borderColor: o.vars.palette.state.borderDisable,
|
|
1014
1012
|
justifyContent: "center",
|
|
1015
1013
|
gap: "24px",
|
|
1016
1014
|
alignItems: "center",
|
|
@@ -1039,7 +1037,7 @@ const p = (o) => ({
|
|
|
1039
1037
|
},
|
|
1040
1038
|
"&.M4LSideBar-root.M4LSideBar-variantDefault": {
|
|
1041
1039
|
height: "100%",
|
|
1042
|
-
background: o.palette.background.default,
|
|
1040
|
+
background: o.vars.palette.background.default,
|
|
1043
1041
|
position: "relative",
|
|
1044
1042
|
"& .M4LIconButton-sizeSmall": {
|
|
1045
1043
|
width: "20px",
|
|
@@ -1063,9 +1061,9 @@ const p = (o) => ({
|
|
|
1063
1061
|
top: "16px",
|
|
1064
1062
|
right: "-8px",
|
|
1065
1063
|
borderRadius: "4px",
|
|
1066
|
-
backgroundColor: `${o.palette.background.default}!important`,
|
|
1064
|
+
backgroundColor: `${o.vars.palette.background.default}!important`,
|
|
1067
1065
|
transition: "all 0.3s",
|
|
1068
|
-
boxShadow: o.customShadows.z1,
|
|
1066
|
+
boxShadow: o.vars.customShadows.z1,
|
|
1069
1067
|
zIndex: "1"
|
|
1070
1068
|
},
|
|
1071
1069
|
"&:not(.M4LSideBar-collapsed) .M4LSideBar-collapseButton": {
|
|
@@ -1075,7 +1073,7 @@ const p = (o) => ({
|
|
|
1075
1073
|
"& .M4LSideBar-subItemActive": {
|
|
1076
1074
|
padding: "0px",
|
|
1077
1075
|
"& .M4LIcon-icon": {
|
|
1078
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
1076
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
1079
1077
|
}
|
|
1080
1078
|
},
|
|
1081
1079
|
"&.M4LSideBar-collapsed": {
|
|
@@ -1166,7 +1164,7 @@ const p = (o) => ({
|
|
|
1166
1164
|
overflow: "hidden",
|
|
1167
1165
|
textOverflow: "ellipsis",
|
|
1168
1166
|
textWrap: "nowrap",
|
|
1169
|
-
...o.typography.paragraphDens,
|
|
1167
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
1170
1168
|
textTransform: "capitalize",
|
|
1171
1169
|
fontWeight: "700"
|
|
1172
1170
|
}
|
|
@@ -1184,7 +1182,7 @@ const p = (o) => ({
|
|
|
1184
1182
|
backgroundColor: "transparent",
|
|
1185
1183
|
borderRadius: "4px",
|
|
1186
1184
|
"&:hover": {
|
|
1187
|
-
background: o.palette.state.default,
|
|
1185
|
+
background: o.vars.palette.state.default,
|
|
1188
1186
|
cursor: "pointer"
|
|
1189
1187
|
}
|
|
1190
1188
|
},
|
|
@@ -1192,12 +1190,15 @@ const p = (o) => ({
|
|
|
1192
1190
|
borderRadius: "4px",
|
|
1193
1191
|
height: "auto",
|
|
1194
1192
|
"& .M4LSideBar-navItemMainRoot": {
|
|
1195
|
-
background: o.palette.state.active12,
|
|
1193
|
+
background: o.vars.palette.state.active12,
|
|
1196
1194
|
border: "1px solid",
|
|
1197
|
-
borderColor: o.palette.state.active12,
|
|
1195
|
+
borderColor: o.vars.palette.state.active12,
|
|
1198
1196
|
boxShadow: o.shadows[1],
|
|
1199
1197
|
"&:hover": {
|
|
1200
|
-
background: t(
|
|
1198
|
+
background: t(
|
|
1199
|
+
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
1200
|
+
0.24
|
|
1201
|
+
),
|
|
1201
1202
|
cursor: "pointer"
|
|
1202
1203
|
}
|
|
1203
1204
|
},
|
|
@@ -1205,32 +1206,32 @@ const p = (o) => ({
|
|
|
1205
1206
|
"& .M4LSideBar-navItemRootContentIconTypo": {
|
|
1206
1207
|
alignItems: "center",
|
|
1207
1208
|
"& .M4LIcon-icon": {
|
|
1208
|
-
backgroundColor: o.palette.state.focus
|
|
1209
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1209
1210
|
},
|
|
1210
1211
|
"& .M4LTypography-root": {
|
|
1211
1212
|
"& .MuiTypography-root": {
|
|
1212
|
-
color: o.palette.state.focus
|
|
1213
|
+
color: o.vars.palette.state.focus
|
|
1213
1214
|
}
|
|
1214
1215
|
},
|
|
1215
1216
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
1216
|
-
backgroundColor: o.palette.state.focus
|
|
1217
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1217
1218
|
}
|
|
1218
1219
|
},
|
|
1219
1220
|
"& .M4LSideBar-arrowIconRoot": {
|
|
1220
1221
|
"& .M4LIcon-root": {
|
|
1221
1222
|
"& .M4LIcon-icon": {
|
|
1222
|
-
backgroundColor: o.palette.state.focus
|
|
1223
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1223
1224
|
}
|
|
1224
1225
|
}
|
|
1225
1226
|
},
|
|
1226
1227
|
"&::before": {
|
|
1227
1228
|
content: '""',
|
|
1228
1229
|
width: "3px",
|
|
1229
|
-
height: "
|
|
1230
|
-
top: "
|
|
1231
|
-
bottom: "
|
|
1232
|
-
|
|
1233
|
-
backgroundColor: o.palette.state.focus,
|
|
1230
|
+
height: "50%",
|
|
1231
|
+
top: "25%",
|
|
1232
|
+
bottom: "25%",
|
|
1233
|
+
left: "0px",
|
|
1234
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
1234
1235
|
borderRadius: "0px 4px 4px 0px",
|
|
1235
1236
|
position: "absolute"
|
|
1236
1237
|
}
|
|
@@ -1246,7 +1247,7 @@ const p = (o) => ({
|
|
|
1246
1247
|
gap: "8px",
|
|
1247
1248
|
width: "100%",
|
|
1248
1249
|
"& .M4LIcon-icon": {
|
|
1249
|
-
backgroundColor: o.palette.text.secondary,
|
|
1250
|
+
backgroundColor: o.vars.palette.text.secondary,
|
|
1250
1251
|
width: "18px",
|
|
1251
1252
|
height: "18px"
|
|
1252
1253
|
},
|
|
@@ -1255,8 +1256,8 @@ const p = (o) => ({
|
|
|
1255
1256
|
flexGrow: "1",
|
|
1256
1257
|
overflow: "hidden",
|
|
1257
1258
|
"& .MuiTypography-root": {
|
|
1258
|
-
...o.typography.paragraph,
|
|
1259
|
-
color: o.palette.text.primary,
|
|
1259
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
1260
|
+
color: o.vars.palette.text.primary,
|
|
1260
1261
|
textWrap: "nowrap",
|
|
1261
1262
|
textOverflow: "ellipsis",
|
|
1262
1263
|
display: "block",
|
|
@@ -1264,13 +1265,13 @@ const p = (o) => ({
|
|
|
1264
1265
|
}
|
|
1265
1266
|
},
|
|
1266
1267
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
1267
|
-
backgroundColor: o.palette.text.primary
|
|
1268
|
+
backgroundColor: o.vars.palette.text.primary
|
|
1268
1269
|
}
|
|
1269
1270
|
},
|
|
1270
1271
|
"& .M4LSideBar-arrowIconRoot": {
|
|
1271
1272
|
"& .M4LIcon-root": {
|
|
1272
1273
|
"& .M4LIcon-icon": {
|
|
1273
|
-
background: o.palette.text.primary
|
|
1274
|
+
background: o.vars.palette.text.primary
|
|
1274
1275
|
}
|
|
1275
1276
|
}
|
|
1276
1277
|
}
|
|
@@ -1288,15 +1289,15 @@ const p = (o) => ({
|
|
|
1288
1289
|
borderRadius: "4px",
|
|
1289
1290
|
gap: "8px",
|
|
1290
1291
|
"&.M4LSideBar-subItemCollapseActive": {
|
|
1291
|
-
backgroundColor: o.palette.state.active12,
|
|
1292
|
+
backgroundColor: o.vars.palette.state.active12,
|
|
1292
1293
|
gap: "8px",
|
|
1293
1294
|
border: "1px solid",
|
|
1294
|
-
borderColor: o.palette.state.active12,
|
|
1295
|
+
borderColor: o.vars.palette.state.active12,
|
|
1295
1296
|
"& .MuiButtonBase-root": {
|
|
1296
1297
|
padding: "0px",
|
|
1297
1298
|
"& .M4LIcon-root": {
|
|
1298
1299
|
"& .M4LIcon-icon": {
|
|
1299
|
-
backgroundColor: o.palette.state.focus
|
|
1300
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1300
1301
|
}
|
|
1301
1302
|
}
|
|
1302
1303
|
}
|
|
@@ -1314,12 +1315,12 @@ const p = (o) => ({
|
|
|
1314
1315
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
1315
1316
|
height: "14px",
|
|
1316
1317
|
borderRadius: "4px",
|
|
1317
|
-
backgroundColor: o.palette.state.focus,
|
|
1318
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
1318
1319
|
gap: "8px"
|
|
1319
1320
|
}
|
|
1320
1321
|
},
|
|
1321
1322
|
"&:hover": {
|
|
1322
|
-
background: o.palette.state.default,
|
|
1323
|
+
background: o.vars.palette.state.default,
|
|
1323
1324
|
padding: "0 8px"
|
|
1324
1325
|
}
|
|
1325
1326
|
},
|
|
@@ -1330,14 +1331,14 @@ const p = (o) => ({
|
|
|
1330
1331
|
minWidth: "5px",
|
|
1331
1332
|
minHeight: "5px",
|
|
1332
1333
|
borderRadius: "50%",
|
|
1333
|
-
backgroundColor: o.palette.text.primary
|
|
1334
|
+
backgroundColor: o.vars.palette.text.primary
|
|
1334
1335
|
},
|
|
1335
1336
|
"& .M4LTypography-root": {
|
|
1336
1337
|
display: "flex",
|
|
1337
1338
|
width: "100%",
|
|
1338
1339
|
"& .MuiTypography-root": {
|
|
1339
|
-
...o.typography.paragraph,
|
|
1340
|
-
color: o.palette.text.primary,
|
|
1340
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
1341
|
+
color: o.vars.palette.text.primary,
|
|
1341
1342
|
with: "100%",
|
|
1342
1343
|
overflow: "hidden",
|
|
1343
1344
|
textOverflow: "ellipsis",
|
|
@@ -1346,9 +1347,9 @@ const p = (o) => ({
|
|
|
1346
1347
|
},
|
|
1347
1348
|
"&.M4LSideBar-subItemActive.M4LSideBar-navSubItemContentRoot": {
|
|
1348
1349
|
"& .M4LTypography-root": {
|
|
1349
|
-
color: o.palette.state.focus,
|
|
1350
|
+
color: o.vars.palette.state.focus,
|
|
1350
1351
|
"& .MuiTypography-root": {
|
|
1351
|
-
color: o.palette.state.focus
|
|
1352
|
+
color: o.vars.palette.state.focus
|
|
1352
1353
|
}
|
|
1353
1354
|
}
|
|
1354
1355
|
}
|
|
@@ -1360,7 +1361,7 @@ const p = (o) => ({
|
|
|
1360
1361
|
}
|
|
1361
1362
|
},
|
|
1362
1363
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
1363
|
-
backgroundColor: o.palette.text.primary
|
|
1364
|
+
backgroundColor: o.vars.palette.text.primary
|
|
1364
1365
|
}
|
|
1365
1366
|
},
|
|
1366
1367
|
"& .M4LSideBar-footer": {
|
|
@@ -1379,7 +1380,7 @@ const p = (o) => ({
|
|
|
1379
1380
|
"&.M4LSideBar-root.M4LSideBar-variantComercial": {
|
|
1380
1381
|
"& .M4LSideBar-subItemActive": {
|
|
1381
1382
|
"& .M4LIcon-icon": {
|
|
1382
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
1383
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
1383
1384
|
}
|
|
1384
1385
|
},
|
|
1385
1386
|
"&.M4LSideBar-collapsed": {
|
|
@@ -1479,40 +1480,43 @@ const p = (o) => ({
|
|
|
1479
1480
|
backgroundColor: "transparent",
|
|
1480
1481
|
borderRadius: "4px",
|
|
1481
1482
|
"&:hover": {
|
|
1482
|
-
background: o.palette.state.default,
|
|
1483
|
+
background: o.vars.palette.state.default,
|
|
1483
1484
|
cursor: "pointer"
|
|
1484
1485
|
}
|
|
1485
1486
|
},
|
|
1486
1487
|
"&.M4LSideBar-itemMainActive": {
|
|
1487
|
-
background: o.palette.state.active12,
|
|
1488
|
+
background: o.vars.palette.state.active12,
|
|
1488
1489
|
borderRadius: "4px",
|
|
1489
1490
|
border: "1px solid",
|
|
1490
|
-
borderColor: o.palette.state.borderDisable,
|
|
1491
|
+
borderColor: o.vars.palette.state.borderDisable,
|
|
1491
1492
|
"& .M4LSideBar-navItemMainRoot": {
|
|
1492
|
-
background: o.palette.state.active12,
|
|
1493
|
+
background: o.vars.palette.state.active12,
|
|
1493
1494
|
"&:hover": {
|
|
1494
|
-
background: t(
|
|
1495
|
+
background: t(
|
|
1496
|
+
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
1497
|
+
0.24
|
|
1498
|
+
),
|
|
1495
1499
|
cursor: "pointer"
|
|
1496
1500
|
}
|
|
1497
1501
|
},
|
|
1498
1502
|
"& .M4LSideBar-navItemRootContent": {
|
|
1499
1503
|
"& .M4LSideBar-navItemRootContentIconTypo": {
|
|
1500
1504
|
"& .M4LIcon-icon": {
|
|
1501
|
-
backgroundColor: o.palette.state.focus
|
|
1505
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1502
1506
|
},
|
|
1503
1507
|
"& .M4LTypography-root": {
|
|
1504
1508
|
"& .MuiTypography-root": {
|
|
1505
|
-
color: o.palette.state.focus
|
|
1509
|
+
color: o.vars.palette.state.focus
|
|
1506
1510
|
}
|
|
1507
1511
|
},
|
|
1508
1512
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
1509
|
-
backgroundColor: o.palette.state.focus
|
|
1513
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1510
1514
|
}
|
|
1511
1515
|
},
|
|
1512
1516
|
"& .M4LSideBar-arrowIconRoot": {
|
|
1513
1517
|
"& .M4LIcon-root": {
|
|
1514
1518
|
"& .M4LIcon-icon": {
|
|
1515
|
-
backgroundColor: o.palette.state.focus
|
|
1519
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1516
1520
|
}
|
|
1517
1521
|
}
|
|
1518
1522
|
},
|
|
@@ -1522,7 +1526,7 @@ const p = (o) => ({
|
|
|
1522
1526
|
top: "0px",
|
|
1523
1527
|
bottom: "0px",
|
|
1524
1528
|
right: "0px",
|
|
1525
|
-
backgroundColor: o.palette.state.focus,
|
|
1529
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
1526
1530
|
borderRadius: "4px 0px 0px 4px",
|
|
1527
1531
|
position: "absolute"
|
|
1528
1532
|
}
|
|
@@ -1539,7 +1543,7 @@ const p = (o) => ({
|
|
|
1539
1543
|
gap: "8px",
|
|
1540
1544
|
width: "100%",
|
|
1541
1545
|
"& .M4LIcon-icon": {
|
|
1542
|
-
backgroundColor: o.palette.text.primary,
|
|
1546
|
+
backgroundColor: o.vars.palette.text.primary,
|
|
1543
1547
|
width: "18px",
|
|
1544
1548
|
height: "18px"
|
|
1545
1549
|
},
|
|
@@ -1548,8 +1552,8 @@ const p = (o) => ({
|
|
|
1548
1552
|
flexGrow: "1",
|
|
1549
1553
|
overflow: "hidden",
|
|
1550
1554
|
"& .MuiTypography-root": {
|
|
1551
|
-
...o.typography.paragraph,
|
|
1552
|
-
color: o.palette.text.primary,
|
|
1555
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
1556
|
+
color: o.vars.palette.text.primary,
|
|
1553
1557
|
textWrap: "nowrap",
|
|
1554
1558
|
textOverflow: "ellipsis",
|
|
1555
1559
|
display: "block",
|
|
@@ -1557,13 +1561,13 @@ const p = (o) => ({
|
|
|
1557
1561
|
}
|
|
1558
1562
|
},
|
|
1559
1563
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
1560
|
-
backgroundColor: o.palette.text.primary
|
|
1564
|
+
backgroundColor: o.vars.palette.text.primary
|
|
1561
1565
|
}
|
|
1562
1566
|
},
|
|
1563
1567
|
"& .M4LSideBar-arrowIconRoot": {
|
|
1564
1568
|
"& .M4LIcon-root": {
|
|
1565
1569
|
"& .M4LIcon-icon": {
|
|
1566
|
-
background: o.palette.text.primary
|
|
1570
|
+
background: o.vars.palette.text.primary
|
|
1567
1571
|
}
|
|
1568
1572
|
}
|
|
1569
1573
|
}
|
|
@@ -1580,14 +1584,14 @@ const p = (o) => ({
|
|
|
1580
1584
|
borderRadius: "4px",
|
|
1581
1585
|
gap: "8px",
|
|
1582
1586
|
"&.M4LSideBar-subItemCollapseActive": {
|
|
1583
|
-
backgroundColor: o.palette.state.active12,
|
|
1587
|
+
backgroundColor: o.vars.palette.state.active12,
|
|
1584
1588
|
gap: "8px",
|
|
1585
1589
|
"& .MuiButtonBase-root": {
|
|
1586
1590
|
paddingLeft: "0",
|
|
1587
1591
|
padding: "0px",
|
|
1588
1592
|
"& .M4LIcon-root": {
|
|
1589
1593
|
"& .M4LIcon-icon": {
|
|
1590
|
-
backgroundColor: o.palette.state.focus
|
|
1594
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1591
1595
|
}
|
|
1592
1596
|
}
|
|
1593
1597
|
}
|
|
@@ -1598,20 +1602,20 @@ const p = (o) => ({
|
|
|
1598
1602
|
padding: "0px",
|
|
1599
1603
|
"& .M4LIcon-root": {
|
|
1600
1604
|
"& .M4LIcon-icon": {
|
|
1601
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
1605
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
1602
1606
|
}
|
|
1603
1607
|
}
|
|
1604
1608
|
},
|
|
1605
1609
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
1606
1610
|
height: "14px",
|
|
1607
1611
|
borderRadius: "4px",
|
|
1608
|
-
backgroundColor: o.palette.state.focus,
|
|
1612
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
1609
1613
|
gap: "8px"
|
|
1610
1614
|
}
|
|
1611
1615
|
},
|
|
1612
1616
|
"&:hover": {
|
|
1613
1617
|
padding: "0 8px",
|
|
1614
|
-
background: o.palette.state.default
|
|
1618
|
+
background: o.vars.palette.state.default
|
|
1615
1619
|
}
|
|
1616
1620
|
},
|
|
1617
1621
|
"& .M4LSideBar-navSubItemContentRoot": {
|
|
@@ -1622,14 +1626,14 @@ const p = (o) => ({
|
|
|
1622
1626
|
minWidth: "5px",
|
|
1623
1627
|
minHeight: "5px",
|
|
1624
1628
|
borderRadius: "50%",
|
|
1625
|
-
backgroundColor: o.palette.text.primary
|
|
1629
|
+
backgroundColor: o.vars.palette.text.primary
|
|
1626
1630
|
},
|
|
1627
1631
|
"& .M4LTypography-root": {
|
|
1628
1632
|
display: "flex",
|
|
1629
1633
|
width: "100%",
|
|
1630
1634
|
"& .MuiTypography-root": {
|
|
1631
|
-
...o.typography.paragraph,
|
|
1632
|
-
color: o.palette.text.primary,
|
|
1635
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
1636
|
+
color: o.vars.palette.text.primary,
|
|
1633
1637
|
with: "100%",
|
|
1634
1638
|
overflow: "hidden",
|
|
1635
1639
|
textOverflow: "ellipsis",
|
|
@@ -1644,7 +1648,7 @@ const p = (o) => ({
|
|
|
1644
1648
|
}
|
|
1645
1649
|
},
|
|
1646
1650
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
1647
|
-
backgroundColor: o.palette.text.primary
|
|
1651
|
+
backgroundColor: o.vars.palette.text.primary
|
|
1648
1652
|
}
|
|
1649
1653
|
},
|
|
1650
1654
|
"& .M4LSideBar-footer": {
|
|
@@ -1671,7 +1675,7 @@ const p = (o) => ({
|
|
|
1671
1675
|
"&.M4LSideBar-popover.M4LSideBar-variantDefault": {
|
|
1672
1676
|
"& .M4LSideBar-subItemActive": {
|
|
1673
1677
|
"& .M4LIcon-icon": {
|
|
1674
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
1678
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
1675
1679
|
}
|
|
1676
1680
|
},
|
|
1677
1681
|
"& .M4LSideBar-navListSubItemRoot": {
|
|
@@ -1683,14 +1687,14 @@ const p = (o) => ({
|
|
|
1683
1687
|
height: "fit-content",
|
|
1684
1688
|
borderRadius: "4px",
|
|
1685
1689
|
"&.M4LSideBar-subItemCollapseActive": {
|
|
1686
|
-
backgroundColor: o.palette.state.active12
|
|
1690
|
+
backgroundColor: o.vars.palette.state.active12
|
|
1687
1691
|
},
|
|
1688
1692
|
"& .M4LTypography-root": {
|
|
1689
1693
|
display: "flex",
|
|
1690
1694
|
width: "100%",
|
|
1691
1695
|
"& .MuiTypography-root": {
|
|
1692
|
-
...o.typography.paragraph,
|
|
1693
|
-
color: o.palette.text.secondary,
|
|
1696
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
1697
|
+
color: o.vars.palette.text.secondary,
|
|
1694
1698
|
with: "100%",
|
|
1695
1699
|
overflow: "hidden",
|
|
1696
1700
|
textOverflow: "ellipsis",
|
|
@@ -1704,7 +1708,7 @@ const p = (o) => ({
|
|
|
1704
1708
|
padding: "0px",
|
|
1705
1709
|
"& .M4LIcon-root": {
|
|
1706
1710
|
"& .M4LIcon-icon": {
|
|
1707
|
-
backgroundColor: o.palette.state.focus
|
|
1711
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1708
1712
|
}
|
|
1709
1713
|
}
|
|
1710
1714
|
}
|
|
@@ -1717,25 +1721,25 @@ const p = (o) => ({
|
|
|
1717
1721
|
padding: "0px",
|
|
1718
1722
|
"& .M4LIcon-root": {
|
|
1719
1723
|
"& .M4LIcon-icon": {
|
|
1720
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
1724
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
1721
1725
|
}
|
|
1722
1726
|
}
|
|
1723
1727
|
},
|
|
1724
1728
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
1725
1729
|
height: "14px",
|
|
1726
1730
|
borderRadius: "10px",
|
|
1727
|
-
backgroundColor: o.palette.state.focus
|
|
1731
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1728
1732
|
}
|
|
1729
1733
|
},
|
|
1730
1734
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
1731
1735
|
minWidth: "5px",
|
|
1732
1736
|
minHeight: "5px",
|
|
1733
1737
|
borderRadius: "50%",
|
|
1734
|
-
backgroundColor: o.palette.text.primary
|
|
1738
|
+
backgroundColor: o.vars.palette.text.primary
|
|
1735
1739
|
},
|
|
1736
1740
|
"&:hover": {
|
|
1737
1741
|
padding: "0 8px",
|
|
1738
|
-
background: o.palette.state.default
|
|
1742
|
+
background: o.vars.palette.state.default
|
|
1739
1743
|
}
|
|
1740
1744
|
}
|
|
1741
1745
|
}
|
|
@@ -1743,7 +1747,7 @@ const p = (o) => ({
|
|
|
1743
1747
|
"&.M4LSideBar-popover.M4LSideBar-variantComercial": {
|
|
1744
1748
|
"& .M4LSideBar-subItemActive": {
|
|
1745
1749
|
"& .M4LIcon-icon": {
|
|
1746
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
1750
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
1747
1751
|
}
|
|
1748
1752
|
},
|
|
1749
1753
|
"& .M4LSideBar-navListSubItemRoot": {
|
|
@@ -1755,15 +1759,15 @@ const p = (o) => ({
|
|
|
1755
1759
|
height: "fit-content",
|
|
1756
1760
|
borderRadius: "4px",
|
|
1757
1761
|
"&.M4LSideBar-subItemCollapseActive": {
|
|
1758
|
-
backgroundColor: o.palette.state.active12,
|
|
1762
|
+
backgroundColor: o.vars.palette.state.active12,
|
|
1759
1763
|
Text: "iufbivecf"
|
|
1760
1764
|
},
|
|
1761
1765
|
"& .M4LTypography-root": {
|
|
1762
1766
|
display: "flex",
|
|
1763
1767
|
width: "100%",
|
|
1764
1768
|
"& .MuiTypography-root": {
|
|
1765
|
-
...o.typography.paragraph,
|
|
1766
|
-
color: o.palette.text.secondary,
|
|
1769
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
1770
|
+
color: o.vars.palette.text.secondary,
|
|
1767
1771
|
with: "100%",
|
|
1768
1772
|
overflow: "hidden",
|
|
1769
1773
|
textOverflow: "ellipsis",
|
|
@@ -1777,7 +1781,7 @@ const p = (o) => ({
|
|
|
1777
1781
|
padding: "0px",
|
|
1778
1782
|
"& .M4LIcon-root": {
|
|
1779
1783
|
"& .M4LIcon-icon": {
|
|
1780
|
-
backgroundColor: o.palette.state.focus
|
|
1784
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1781
1785
|
}
|
|
1782
1786
|
}
|
|
1783
1787
|
}
|
|
@@ -1790,25 +1794,25 @@ const p = (o) => ({
|
|
|
1790
1794
|
padding: "0px",
|
|
1791
1795
|
"& .M4LIcon-root": {
|
|
1792
1796
|
"& .M4LIcon-icon": {
|
|
1793
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
1797
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
1794
1798
|
}
|
|
1795
1799
|
}
|
|
1796
1800
|
},
|
|
1797
1801
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
1798
1802
|
height: "14px",
|
|
1799
1803
|
borderRadius: "10px",
|
|
1800
|
-
backgroundColor: o.palette.state.focus
|
|
1804
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1801
1805
|
}
|
|
1802
1806
|
},
|
|
1803
1807
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
1804
1808
|
minWidth: "5px",
|
|
1805
1809
|
minHeight: "5px",
|
|
1806
1810
|
borderRadius: "50%",
|
|
1807
|
-
backgroundColor: o.palette.text.primary
|
|
1811
|
+
backgroundColor: o.vars.palette.text.primary
|
|
1808
1812
|
},
|
|
1809
1813
|
"&:hover": {
|
|
1810
1814
|
padding: "0 8px",
|
|
1811
|
-
background: o.palette.state.default
|
|
1815
|
+
background: o.vars.palette.state.default
|
|
1812
1816
|
}
|
|
1813
1817
|
}
|
|
1814
1818
|
}
|
|
@@ -1821,11 +1825,11 @@ const p = (o) => ({
|
|
|
1821
1825
|
"&.M4LSideBar-variantDefault": {
|
|
1822
1826
|
"& .M4LSideBar-subItemActive": {
|
|
1823
1827
|
"& .M4LIcon-icon": {
|
|
1824
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
1828
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
1825
1829
|
},
|
|
1826
1830
|
"& .M4LTypography-root": {
|
|
1827
1831
|
"& .MuiTypography-root": {
|
|
1828
|
-
color: `${o.palette.state.focus}!important`
|
|
1832
|
+
color: `${o.vars.palette.state.focus}!important`
|
|
1829
1833
|
}
|
|
1830
1834
|
}
|
|
1831
1835
|
},
|
|
@@ -1861,8 +1865,8 @@ const p = (o) => ({
|
|
|
1861
1865
|
},
|
|
1862
1866
|
"& .M4LImage-root": {
|
|
1863
1867
|
position: "relative",
|
|
1864
|
-
background: o.palette.background.default,
|
|
1865
|
-
boxShadow: o.customShadows
|
|
1868
|
+
background: o.vars.palette.background.default,
|
|
1869
|
+
boxShadow: o.vars.customShadows?.z2,
|
|
1866
1870
|
padding: "6px",
|
|
1867
1871
|
borderRadius: "6px",
|
|
1868
1872
|
minWidth: "50px !important",
|
|
@@ -1895,7 +1899,7 @@ const p = (o) => ({
|
|
|
1895
1899
|
overflow: "hidden",
|
|
1896
1900
|
textOverflow: "ellipsis",
|
|
1897
1901
|
textWrap: "nowrap",
|
|
1898
|
-
...o.typography.paragraphDens,
|
|
1902
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
1899
1903
|
textTransform: "capitalize"
|
|
1900
1904
|
}
|
|
1901
1905
|
}
|
|
@@ -1905,25 +1909,29 @@ const p = (o) => ({
|
|
|
1905
1909
|
borderRadius: "4px 0px 0px 4px",
|
|
1906
1910
|
justifyContent: "flex-start",
|
|
1907
1911
|
flexDirection: "column",
|
|
1908
|
-
|
|
1912
|
+
paddingBottom: "4px",
|
|
1909
1913
|
gap: "0px",
|
|
1910
1914
|
height: "auto",
|
|
1911
1915
|
"& .M4LSideBar-navItemMainRoot": {
|
|
1912
1916
|
backgroundColor: "transparent",
|
|
1913
1917
|
borderRadius: "4px",
|
|
1914
1918
|
"&:hover": {
|
|
1915
|
-
background: o.palette.state.default,
|
|
1919
|
+
background: o.vars.palette.state.default,
|
|
1916
1920
|
cursor: "pointer"
|
|
1917
1921
|
}
|
|
1918
1922
|
},
|
|
1919
1923
|
"&.M4LSideBar-itemMainActive": {
|
|
1920
1924
|
borderRadius: "4px",
|
|
1921
|
-
background: o.palette.state.active12,
|
|
1925
|
+
background: o.vars.palette.state.active12,
|
|
1922
1926
|
border: "1px solid",
|
|
1923
|
-
borderColor: o.palette.state.active12,
|
|
1927
|
+
borderColor: o.vars.palette.state.active12,
|
|
1924
1928
|
"& .M4LSideBar-navItemMainRoot": {
|
|
1929
|
+
background: o.vars.palette.state.active,
|
|
1925
1930
|
"&:hover": {
|
|
1926
|
-
background: t(
|
|
1931
|
+
background: t(
|
|
1932
|
+
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
1933
|
+
0.24
|
|
1934
|
+
),
|
|
1927
1935
|
cursor: "pointer"
|
|
1928
1936
|
}
|
|
1929
1937
|
},
|
|
@@ -1931,21 +1939,21 @@ const p = (o) => ({
|
|
|
1931
1939
|
"& .M4LSideBar-navItemRootContentIconTypo": {
|
|
1932
1940
|
alignItems: "center",
|
|
1933
1941
|
"& .M4LIcon-icon": {
|
|
1934
|
-
backgroundColor: o.palette.state.focus
|
|
1942
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1935
1943
|
},
|
|
1936
1944
|
"& .M4LTypography-root": {
|
|
1937
1945
|
"& .MuiTypography-root": {
|
|
1938
|
-
color: o.palette.state.focus
|
|
1946
|
+
color: o.vars.palette.state.focus
|
|
1939
1947
|
}
|
|
1940
1948
|
},
|
|
1941
1949
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
1942
|
-
backgroundColor: o.palette.state.focus
|
|
1950
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1943
1951
|
}
|
|
1944
1952
|
},
|
|
1945
1953
|
"& .M4LSideBar-arrowIconRoot": {
|
|
1946
1954
|
"& .M4LIcon-root": {
|
|
1947
1955
|
"& .M4LIcon-icon": {
|
|
1948
|
-
backgroundColor: o.palette.state.focus
|
|
1956
|
+
backgroundColor: o.vars.palette.state.focus
|
|
1949
1957
|
}
|
|
1950
1958
|
}
|
|
1951
1959
|
},
|
|
@@ -1955,7 +1963,7 @@ const p = (o) => ({
|
|
|
1955
1963
|
top: "0px",
|
|
1956
1964
|
bottom: "0px",
|
|
1957
1965
|
left: "0px",
|
|
1958
|
-
backgroundColor: o.palette.state.focus,
|
|
1966
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
1959
1967
|
borderRadius: "4px 0px 0px 4px",
|
|
1960
1968
|
position: "absolute"
|
|
1961
1969
|
}
|
|
@@ -1972,7 +1980,7 @@ const p = (o) => ({
|
|
|
1972
1980
|
gap: "8px",
|
|
1973
1981
|
width: "100%",
|
|
1974
1982
|
"& .M4LIcon-icon": {
|
|
1975
|
-
backgroundColor: o.palette.text.primary,
|
|
1983
|
+
backgroundColor: o.vars.palette.text.primary,
|
|
1976
1984
|
width: "18px",
|
|
1977
1985
|
height: "18px"
|
|
1978
1986
|
},
|
|
@@ -1981,8 +1989,8 @@ const p = (o) => ({
|
|
|
1981
1989
|
flexGrow: "1",
|
|
1982
1990
|
overflow: "hidden",
|
|
1983
1991
|
"& .MuiTypography-root": {
|
|
1984
|
-
...o.typography.paragraph,
|
|
1985
|
-
color: o.palette.text.primary,
|
|
1992
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
1993
|
+
color: o.vars.palette.text.primary,
|
|
1986
1994
|
textWrap: "nowrap",
|
|
1987
1995
|
textOverflow: "ellipsis",
|
|
1988
1996
|
display: "block",
|
|
@@ -1990,13 +1998,13 @@ const p = (o) => ({
|
|
|
1990
1998
|
}
|
|
1991
1999
|
},
|
|
1992
2000
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
1993
|
-
backgroundColor: o.palette.text.primary
|
|
2001
|
+
backgroundColor: o.vars.palette.text.primary
|
|
1994
2002
|
}
|
|
1995
2003
|
},
|
|
1996
2004
|
"& .M4LSideBar-arrowIconRoot": {
|
|
1997
2005
|
"& .M4LIcon-root": {
|
|
1998
2006
|
"& .M4LIcon-icon": {
|
|
1999
|
-
background: o.palette.text.primary
|
|
2007
|
+
background: o.vars.palette.text.primary
|
|
2000
2008
|
}
|
|
2001
2009
|
}
|
|
2002
2010
|
}
|
|
@@ -2014,14 +2022,14 @@ const p = (o) => ({
|
|
|
2014
2022
|
gap: "8px",
|
|
2015
2023
|
padding: "0px",
|
|
2016
2024
|
"&.M4LSideBar-subItemCollapseActive": {
|
|
2017
|
-
backgroundColor: o.palette.state.active12,
|
|
2025
|
+
backgroundColor: o.vars.palette.state.active12,
|
|
2018
2026
|
gap: "8px",
|
|
2019
2027
|
padding: "0px",
|
|
2020
2028
|
"& .MuiButtonBase-root": {
|
|
2021
2029
|
padding: "0px",
|
|
2022
2030
|
"& .M4LIcon-root": {
|
|
2023
2031
|
"& .M4LIcon-icon": {
|
|
2024
|
-
backgroundColor: o.palette.state.focus
|
|
2032
|
+
backgroundColor: o.vars.palette.state.focus
|
|
2025
2033
|
}
|
|
2026
2034
|
}
|
|
2027
2035
|
}
|
|
@@ -2031,20 +2039,20 @@ const p = (o) => ({
|
|
|
2031
2039
|
padding: "0px",
|
|
2032
2040
|
"& .M4LIcon-root": {
|
|
2033
2041
|
"& .M4LIcon-icon": {
|
|
2034
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
2042
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
2035
2043
|
}
|
|
2036
2044
|
}
|
|
2037
2045
|
},
|
|
2038
2046
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
2039
2047
|
height: "14px",
|
|
2040
2048
|
borderRadius: "4px",
|
|
2041
|
-
backgroundColor: o.palette.state.focus,
|
|
2049
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
2042
2050
|
gap: "8px"
|
|
2043
2051
|
}
|
|
2044
2052
|
},
|
|
2045
2053
|
"&:hover": {
|
|
2046
2054
|
padding: "0 8px",
|
|
2047
|
-
background: o.palette.state.default
|
|
2055
|
+
background: o.vars.palette.state.default
|
|
2048
2056
|
}
|
|
2049
2057
|
},
|
|
2050
2058
|
"& .M4LSideBar-navSubItemContentRoot": {
|
|
@@ -2063,14 +2071,14 @@ const p = (o) => ({
|
|
|
2063
2071
|
minWidth: "5px",
|
|
2064
2072
|
minHeight: "5px",
|
|
2065
2073
|
borderRadius: "50%",
|
|
2066
|
-
backgroundColor: o.palette.text.primary
|
|
2074
|
+
backgroundColor: o.vars.palette.text.primary
|
|
2067
2075
|
},
|
|
2068
2076
|
"& .M4LTypography-root": {
|
|
2069
2077
|
display: "flex",
|
|
2070
2078
|
width: "100%",
|
|
2071
2079
|
"& .MuiTypography-root": {
|
|
2072
|
-
...o.typography.paragraph,
|
|
2073
|
-
color: o.palette.text.primary,
|
|
2080
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
2081
|
+
color: o.vars.palette.text.primary,
|
|
2074
2082
|
with: "100%",
|
|
2075
2083
|
overflow: "hidden",
|
|
2076
2084
|
textOverflow: "ellipsis",
|
|
@@ -2085,7 +2093,7 @@ const p = (o) => ({
|
|
|
2085
2093
|
}
|
|
2086
2094
|
},
|
|
2087
2095
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
2088
|
-
backgroundColor: o.palette.text.primary
|
|
2096
|
+
backgroundColor: o.vars.palette.text.primary
|
|
2089
2097
|
}
|
|
2090
2098
|
},
|
|
2091
2099
|
"& .M4LSideBar-footer": {
|
|
@@ -2184,19 +2192,22 @@ const p = (o) => ({
|
|
|
2184
2192
|
backgroundColor: "transparent",
|
|
2185
2193
|
borderRadius: "4px",
|
|
2186
2194
|
"&:hover": {
|
|
2187
|
-
background: o.palette.state.default,
|
|
2195
|
+
background: o.vars.palette.state.default,
|
|
2188
2196
|
cursor: "pointer"
|
|
2189
2197
|
}
|
|
2190
2198
|
},
|
|
2191
2199
|
"&.M4LSideBar-itemMainActive": {
|
|
2192
2200
|
borderRadius: "4px",
|
|
2193
|
-
background: o.palette.state.active12,
|
|
2201
|
+
background: o.vars.palette.state.active12,
|
|
2194
2202
|
border: "1px solid",
|
|
2195
|
-
borderColor: o.palette.state.active12,
|
|
2203
|
+
borderColor: o.vars.palette.state.active12,
|
|
2196
2204
|
"& .M4LSideBar-navItemMainRoot": {
|
|
2197
|
-
background: o.palette.state.active12,
|
|
2205
|
+
background: o.vars.palette.state.active12,
|
|
2198
2206
|
"&:hover": {
|
|
2199
|
-
background: t(
|
|
2207
|
+
background: t(
|
|
2208
|
+
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
2209
|
+
0.24
|
|
2210
|
+
),
|
|
2200
2211
|
cursor: "pointer"
|
|
2201
2212
|
}
|
|
2202
2213
|
},
|
|
@@ -2204,21 +2215,21 @@ const p = (o) => ({
|
|
|
2204
2215
|
"& .M4LSideBar-navItemRootContentIconTypo": {
|
|
2205
2216
|
fontSize: "14px !important",
|
|
2206
2217
|
"& .M4LIcon-icon": {
|
|
2207
|
-
backgroundColor: o.palette.state.focus
|
|
2218
|
+
backgroundColor: o.vars.palette.state.focus
|
|
2208
2219
|
},
|
|
2209
2220
|
"& .M4LTypography-root": {
|
|
2210
2221
|
"& .MuiTypography-root": {
|
|
2211
|
-
color: o.palette.state.focus
|
|
2222
|
+
color: o.vars.palette.state.focus
|
|
2212
2223
|
}
|
|
2213
2224
|
},
|
|
2214
2225
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
2215
|
-
backgroundColor: o.palette.state.focus
|
|
2226
|
+
backgroundColor: o.vars.palette.state.focus
|
|
2216
2227
|
}
|
|
2217
2228
|
},
|
|
2218
2229
|
"& .M4LSideBar-arrowIconRoot": {
|
|
2219
2230
|
"& .M4LIcon-root": {
|
|
2220
2231
|
"& .M4LIcon-icon": {
|
|
2221
|
-
backgroundColor: o.palette.state.focus
|
|
2232
|
+
backgroundColor: o.vars.palette.state.focus
|
|
2222
2233
|
}
|
|
2223
2234
|
}
|
|
2224
2235
|
},
|
|
@@ -2228,7 +2239,7 @@ const p = (o) => ({
|
|
|
2228
2239
|
top: "0px",
|
|
2229
2240
|
bottom: "0px",
|
|
2230
2241
|
right: "0px",
|
|
2231
|
-
backgroundColor: o.palette.state.focus,
|
|
2242
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
2232
2243
|
borderRadius: "4px 0px 0px 4px",
|
|
2233
2244
|
position: "absolute"
|
|
2234
2245
|
}
|
|
@@ -2245,7 +2256,7 @@ const p = (o) => ({
|
|
|
2245
2256
|
gap: "8px",
|
|
2246
2257
|
width: "100%",
|
|
2247
2258
|
"& .M4LIcon-icon": {
|
|
2248
|
-
backgroundColor: o.palette.text.primary,
|
|
2259
|
+
backgroundColor: o.vars.palette.text.primary,
|
|
2249
2260
|
width: "18px",
|
|
2250
2261
|
height: "18px"
|
|
2251
2262
|
},
|
|
@@ -2254,8 +2265,8 @@ const p = (o) => ({
|
|
|
2254
2265
|
flexGrow: "1",
|
|
2255
2266
|
overflow: "hidden",
|
|
2256
2267
|
"& .MuiTypography-root": {
|
|
2257
|
-
...o.typography.paragraph,
|
|
2258
|
-
color: o.palette.text.primary,
|
|
2268
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
2269
|
+
color: o.vars.palette.text.primary,
|
|
2259
2270
|
textWrap: "nowrap",
|
|
2260
2271
|
textOverflow: "ellipsis",
|
|
2261
2272
|
display: "block",
|
|
@@ -2264,13 +2275,13 @@ const p = (o) => ({
|
|
|
2264
2275
|
}
|
|
2265
2276
|
},
|
|
2266
2277
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
2267
|
-
backgroundColor: o.palette.text.primary
|
|
2278
|
+
backgroundColor: o.vars.palette.text.primary
|
|
2268
2279
|
}
|
|
2269
2280
|
},
|
|
2270
2281
|
"& .M4LSideBar-arrowIconRoot": {
|
|
2271
2282
|
"& .M4LIcon-root": {
|
|
2272
2283
|
"& .M4LIcon-icon": {
|
|
2273
|
-
background: o.palette.text.primary
|
|
2284
|
+
background: o.vars.palette.text.primary
|
|
2274
2285
|
}
|
|
2275
2286
|
}
|
|
2276
2287
|
}
|
|
@@ -2288,13 +2299,13 @@ const p = (o) => ({
|
|
|
2288
2299
|
gap: "8px",
|
|
2289
2300
|
padding: "0px",
|
|
2290
2301
|
"&.M4LSideBar-subItemCollapseActive": {
|
|
2291
|
-
backgroundColor: o.palette.state.active12,
|
|
2302
|
+
backgroundColor: o.vars.palette.state.active12,
|
|
2292
2303
|
gap: "8px",
|
|
2293
2304
|
"& .MuiButtonBase-root": {
|
|
2294
2305
|
padding: "0px",
|
|
2295
2306
|
"& .M4LIcon-root": {
|
|
2296
2307
|
"& .M4LIcon-icon": {
|
|
2297
|
-
backgroundColor: o.palette.state.focus
|
|
2308
|
+
backgroundColor: o.vars.palette.state.focus
|
|
2298
2309
|
}
|
|
2299
2310
|
}
|
|
2300
2311
|
}
|
|
@@ -2304,20 +2315,20 @@ const p = (o) => ({
|
|
|
2304
2315
|
padding: "0px",
|
|
2305
2316
|
"& .M4LIcon-root": {
|
|
2306
2317
|
"& .M4LIcon-icon": {
|
|
2307
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
2318
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
2308
2319
|
}
|
|
2309
2320
|
}
|
|
2310
2321
|
},
|
|
2311
2322
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
2312
2323
|
height: "14px",
|
|
2313
2324
|
borderRadius: "4px",
|
|
2314
|
-
backgroundColor: o.palette.state.focus,
|
|
2325
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
2315
2326
|
gap: "8px"
|
|
2316
2327
|
}
|
|
2317
2328
|
},
|
|
2318
2329
|
"&:hover": {
|
|
2319
2330
|
padding: "0 8px",
|
|
2320
|
-
background: o.palette.state.default
|
|
2331
|
+
background: o.vars.palette.state.default
|
|
2321
2332
|
}
|
|
2322
2333
|
},
|
|
2323
2334
|
"& .M4LSideBar-navSubItemContentRoot": {
|
|
@@ -2328,14 +2339,14 @@ const p = (o) => ({
|
|
|
2328
2339
|
minWidth: "5px",
|
|
2329
2340
|
minHeight: "5px",
|
|
2330
2341
|
borderRadius: "50%",
|
|
2331
|
-
backgroundColor: o.palette.text.primary
|
|
2342
|
+
backgroundColor: o.vars.palette.text.primary
|
|
2332
2343
|
},
|
|
2333
2344
|
"& .M4LTypography-root": {
|
|
2334
2345
|
display: "flex",
|
|
2335
2346
|
width: "100%",
|
|
2336
2347
|
"& .MuiTypography-root": {
|
|
2337
|
-
...o.typography.paragraph,
|
|
2338
|
-
color: o.palette.text.primary,
|
|
2348
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
2349
|
+
color: o.vars.palette.text.primary,
|
|
2339
2350
|
with: "100%",
|
|
2340
2351
|
overflow: "hidden",
|
|
2341
2352
|
textOverflow: "ellipsis",
|
|
@@ -2350,7 +2361,7 @@ const p = (o) => ({
|
|
|
2350
2361
|
"&.M4LSideBar-drawer.M4LSideBar-variantComercial": {
|
|
2351
2362
|
"& .M4LSideBar-subItemActive": {
|
|
2352
2363
|
"& .M4LIcon-icon": {
|
|
2353
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
2364
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
2354
2365
|
}
|
|
2355
2366
|
},
|
|
2356
2367
|
"& .M4LSideBar-contentMobile": {
|
|
@@ -2384,8 +2395,8 @@ const p = (o) => ({
|
|
|
2384
2395
|
},
|
|
2385
2396
|
"& .M4LImage-root": {
|
|
2386
2397
|
position: "relative",
|
|
2387
|
-
background: o.palette.background.default,
|
|
2388
|
-
boxShadow: o.customShadows
|
|
2398
|
+
background: o.vars.palette.background.default,
|
|
2399
|
+
boxShadow: o.vars.customShadows?.z2,
|
|
2389
2400
|
padding: "6px",
|
|
2390
2401
|
borderRadius: "6px",
|
|
2391
2402
|
minWidth: "50px !important",
|
|
@@ -2431,40 +2442,43 @@ const p = (o) => ({
|
|
|
2431
2442
|
backgroundColor: "transparent",
|
|
2432
2443
|
borderRadius: "4px",
|
|
2433
2444
|
"&:hover": {
|
|
2434
|
-
background: o.palette.state.default,
|
|
2445
|
+
background: o.vars.palette.state.default,
|
|
2435
2446
|
cursor: "pointer"
|
|
2436
2447
|
}
|
|
2437
2448
|
},
|
|
2438
2449
|
"&.M4LSideBar-itemMainActive": {
|
|
2439
2450
|
borderRadius: "4px",
|
|
2440
|
-
background: o.palette.state.active12,
|
|
2451
|
+
background: o.vars.palette.state.active12,
|
|
2441
2452
|
border: "1px solid",
|
|
2442
|
-
borderColor: o.palette.state.active12,
|
|
2453
|
+
borderColor: o.vars.palette.state.active12,
|
|
2443
2454
|
"& .M4LSideBar-navItemMainRoot": {
|
|
2444
|
-
background: o.palette.state.active12,
|
|
2455
|
+
background: o.vars.palette.state.active12,
|
|
2445
2456
|
"&:hover": {
|
|
2446
|
-
background: t(
|
|
2457
|
+
background: t(
|
|
2458
|
+
o.colorSchemes.finalTheme.palette.state.active || "#fff",
|
|
2459
|
+
0.24
|
|
2460
|
+
),
|
|
2447
2461
|
cursor: "pointer"
|
|
2448
2462
|
}
|
|
2449
2463
|
},
|
|
2450
2464
|
"& .M4LSideBar-navItemRootContent": {
|
|
2451
2465
|
"& .M4LSideBar-navItemRootContentIconTypo": {
|
|
2452
2466
|
"& .M4LIcon-icon": {
|
|
2453
|
-
backgroundColor: o.palette.state.focus
|
|
2467
|
+
backgroundColor: o.vars.palette.state.focus
|
|
2454
2468
|
},
|
|
2455
2469
|
"& .M4LTypography-root": {
|
|
2456
2470
|
"& .MuiTypography-root": {
|
|
2457
|
-
color: o.palette.state.focus
|
|
2471
|
+
color: o.vars.palette.state.focus
|
|
2458
2472
|
}
|
|
2459
2473
|
},
|
|
2460
2474
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
2461
|
-
backgroundColor: o.palette.state.focus
|
|
2475
|
+
backgroundColor: o.vars.palette.state.focus
|
|
2462
2476
|
}
|
|
2463
2477
|
},
|
|
2464
2478
|
"& .M4LSideBar-arrowIconRoot": {
|
|
2465
2479
|
"& .M4LIcon-root": {
|
|
2466
2480
|
"& .M4LIcon-icon": {
|
|
2467
|
-
backgroundColor: o.palette.state.focus
|
|
2481
|
+
backgroundColor: o.vars.palette.state.focus
|
|
2468
2482
|
}
|
|
2469
2483
|
}
|
|
2470
2484
|
},
|
|
@@ -2474,7 +2488,7 @@ const p = (o) => ({
|
|
|
2474
2488
|
top: "0px",
|
|
2475
2489
|
bottom: "0px",
|
|
2476
2490
|
right: "0px",
|
|
2477
|
-
backgroundColor: o.palette.state.focus,
|
|
2491
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
2478
2492
|
borderRadius: "4px 0px 0px 4px",
|
|
2479
2493
|
position: "absolute"
|
|
2480
2494
|
}
|
|
@@ -2491,7 +2505,7 @@ const p = (o) => ({
|
|
|
2491
2505
|
gap: "8px",
|
|
2492
2506
|
width: "100%",
|
|
2493
2507
|
"& .M4LIcon-icon": {
|
|
2494
|
-
backgroundColor: o.palette.text.primary,
|
|
2508
|
+
backgroundColor: o.vars.palette.text.primary,
|
|
2495
2509
|
width: "18px",
|
|
2496
2510
|
height: "18px"
|
|
2497
2511
|
},
|
|
@@ -2500,8 +2514,8 @@ const p = (o) => ({
|
|
|
2500
2514
|
flexGrow: "1",
|
|
2501
2515
|
overflow: "hidden",
|
|
2502
2516
|
"& .MuiTypography-root": {
|
|
2503
|
-
...o.typography.paragraph,
|
|
2504
|
-
color: o.palette.text.primary,
|
|
2517
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
2518
|
+
color: o.vars.palette.text.primary,
|
|
2505
2519
|
textWrap: "nowrap",
|
|
2506
2520
|
textOverflow: "ellipsis",
|
|
2507
2521
|
display: "block",
|
|
@@ -2509,13 +2523,13 @@ const p = (o) => ({
|
|
|
2509
2523
|
}
|
|
2510
2524
|
},
|
|
2511
2525
|
"& .M4LSideBar-arrowIconRoot .M4LIcon-icon": {
|
|
2512
|
-
backgroundColor: o.palette.text.primary
|
|
2526
|
+
backgroundColor: o.vars.palette.text.primary
|
|
2513
2527
|
}
|
|
2514
2528
|
},
|
|
2515
2529
|
"& .M4LSideBar-arrowIconRoot": {
|
|
2516
2530
|
"& .M4LIcon-root": {
|
|
2517
2531
|
"& .M4LIcon-icon": {
|
|
2518
|
-
background: o.palette.text.primary
|
|
2532
|
+
background: o.vars.palette.text.primary
|
|
2519
2533
|
}
|
|
2520
2534
|
}
|
|
2521
2535
|
}
|
|
@@ -2533,13 +2547,13 @@ const p = (o) => ({
|
|
|
2533
2547
|
gap: "8px",
|
|
2534
2548
|
padding: "0px",
|
|
2535
2549
|
"&.M4LSideBar-subItemCollapseActive": {
|
|
2536
|
-
backgroundColor: o.palette.state.active12,
|
|
2550
|
+
backgroundColor: o.vars.palette.state.active12,
|
|
2537
2551
|
gap: "8px",
|
|
2538
2552
|
"& .MuiButtonBase-root": {
|
|
2539
2553
|
padding: "0px",
|
|
2540
2554
|
"& .M4LIcon-root": {
|
|
2541
2555
|
"& .M4LIcon-icon": {
|
|
2542
|
-
backgroundColor: o.palette.state.focus
|
|
2556
|
+
backgroundColor: o.vars.palette.state.focus
|
|
2543
2557
|
}
|
|
2544
2558
|
}
|
|
2545
2559
|
}
|
|
@@ -2549,19 +2563,19 @@ const p = (o) => ({
|
|
|
2549
2563
|
padding: "0px",
|
|
2550
2564
|
"& .M4LIcon-root": {
|
|
2551
2565
|
"& .M4LIcon-icon": {
|
|
2552
|
-
backgroundColor: `${o.palette.state.focus}!important`
|
|
2566
|
+
backgroundColor: `${o.vars.palette.state.focus}!important`
|
|
2553
2567
|
}
|
|
2554
2568
|
}
|
|
2555
2569
|
},
|
|
2556
2570
|
"& .M4LSideBar-navSubItemContentBullet": {
|
|
2557
2571
|
height: "14px",
|
|
2558
2572
|
borderRadius: "4px",
|
|
2559
|
-
backgroundColor: o.palette.state.focus,
|
|
2573
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
2560
2574
|
gap: "8px"
|
|
2561
2575
|
}
|
|
2562
2576
|
},
|
|
2563
2577
|
"&:hover": {
|
|
2564
|
-
background: o.palette.state.default,
|
|
2578
|
+
background: o.vars.palette.state.default,
|
|
2565
2579
|
padding: "0 8px"
|
|
2566
2580
|
}
|
|
2567
2581
|
},
|
|
@@ -2573,14 +2587,14 @@ const p = (o) => ({
|
|
|
2573
2587
|
minWidth: "5px",
|
|
2574
2588
|
minHeight: "5px",
|
|
2575
2589
|
borderRadius: "50%",
|
|
2576
|
-
backgroundColor: o.palette.text.primary
|
|
2590
|
+
backgroundColor: o.vars.palette.text.primary
|
|
2577
2591
|
},
|
|
2578
2592
|
"& .M4LTypography-root": {
|
|
2579
2593
|
display: "flex",
|
|
2580
2594
|
width: "100%",
|
|
2581
2595
|
"& .MuiTypography-root": {
|
|
2582
|
-
...o.typography.paragraph,
|
|
2583
|
-
color: o.palette.text.primary,
|
|
2596
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
2597
|
+
color: o.colorSchemes.finalTheme.palette.text.primary,
|
|
2584
2598
|
with: "100%",
|
|
2585
2599
|
overflow: "hidden",
|
|
2586
2600
|
textOverflow: "ellipsis",
|
|
@@ -2595,7 +2609,7 @@ const p = (o) => ({
|
|
|
2595
2609
|
}
|
|
2596
2610
|
},
|
|
2597
2611
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
2598
|
-
backgroundColor: o.palette.text.primary
|
|
2612
|
+
backgroundColor: o.vars.palette.text.primary
|
|
2599
2613
|
}
|
|
2600
2614
|
},
|
|
2601
2615
|
"& .M4LSideBar-footer": {
|
|
@@ -2619,7 +2633,7 @@ const p = (o) => ({
|
|
|
2619
2633
|
}
|
|
2620
2634
|
},
|
|
2621
2635
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
2622
|
-
backgroundColor: o.palette.text.primary
|
|
2636
|
+
backgroundColor: o.vars.palette.text.primary
|
|
2623
2637
|
}
|
|
2624
2638
|
},
|
|
2625
2639
|
"& .M4LSideBar-footer": {
|
|
@@ -2642,7 +2656,7 @@ const p = (o) => ({
|
|
|
2642
2656
|
}
|
|
2643
2657
|
}
|
|
2644
2658
|
}
|
|
2645
|
-
}),
|
|
2659
|
+
}), m = (o) => ({
|
|
2646
2660
|
M4LAreasAdmin: {
|
|
2647
2661
|
styleOverrides: {
|
|
2648
2662
|
"&.M4LAreasAdmin-root": {
|
|
@@ -2658,7 +2672,7 @@ const p = (o) => ({
|
|
|
2658
2672
|
gap: "8px",
|
|
2659
2673
|
borderRight: "1px solid",
|
|
2660
2674
|
borderLeft: "1px solid",
|
|
2661
|
-
borderColor: o.palette.state.borderDisable,
|
|
2675
|
+
borderColor: o.vars.palette.state.borderDisable,
|
|
2662
2676
|
[o.breakpoints.down("sm")]: {
|
|
2663
2677
|
paddingRight: "0px",
|
|
2664
2678
|
width: "100%",
|
|
@@ -2687,12 +2701,12 @@ const p = (o) => ({
|
|
|
2687
2701
|
},
|
|
2688
2702
|
"&.M4LAreasAdmin-isFocus": {
|
|
2689
2703
|
border: "1px solid",
|
|
2690
|
-
borderColor: o.palette.primary.main,
|
|
2704
|
+
borderColor: o.vars.palette.primary.main,
|
|
2691
2705
|
gap: "0px"
|
|
2692
2706
|
},
|
|
2693
2707
|
[o.breakpoints.down("sm")]: {
|
|
2694
2708
|
height: "auto",
|
|
2695
|
-
background: o.palette.background.default,
|
|
2709
|
+
background: o.vars.palette.background.default,
|
|
2696
2710
|
width: "100%",
|
|
2697
2711
|
maxWidth: "100%",
|
|
2698
2712
|
paddingRight: "0px",
|
|
@@ -2703,12 +2717,12 @@ const p = (o) => ({
|
|
|
2703
2717
|
width: "8px",
|
|
2704
2718
|
maxWidth: "12px",
|
|
2705
2719
|
height: "6px",
|
|
2706
|
-
background: o.palette.state.default,
|
|
2720
|
+
background: o.vars.palette.state.default,
|
|
2707
2721
|
position: "absolute",
|
|
2708
2722
|
zIndex: "10000"
|
|
2709
2723
|
},
|
|
2710
2724
|
"*::-webkit-scrollbar-thumb": {
|
|
2711
|
-
background: o.palette.text.disabled,
|
|
2725
|
+
background: o.vars.palette.text.disabled,
|
|
2712
2726
|
position: "absolute",
|
|
2713
2727
|
borderRadius: "4px",
|
|
2714
2728
|
zIndex: "10000"
|
|
@@ -2720,15 +2734,15 @@ const p = (o) => ({
|
|
|
2720
2734
|
width: "100%",
|
|
2721
2735
|
overflow: "auto",
|
|
2722
2736
|
height: "36px",
|
|
2723
|
-
borderColor: o.palette.state.hoverDefault,
|
|
2737
|
+
borderColor: o.vars.palette.state.hoverDefault,
|
|
2724
2738
|
[o.breakpoints.down("sm")]: {
|
|
2725
2739
|
background: "none",
|
|
2726
2740
|
borderRight: "none",
|
|
2727
2741
|
paddingLeft: "0px"
|
|
2728
2742
|
},
|
|
2729
2743
|
"& .M4LAreasAdmin-areaIconLayer": {
|
|
2730
|
-
background: o.palette.background.neutral,
|
|
2731
|
-
boxShadow: o.customShadows.z2,
|
|
2744
|
+
background: o.vars.palette.background.neutral,
|
|
2745
|
+
boxShadow: o.vars.customShadows.z2,
|
|
2732
2746
|
display: "flex",
|
|
2733
2747
|
justifyContent: "center",
|
|
2734
2748
|
width: "36px",
|
|
@@ -2787,7 +2801,7 @@ const p = (o) => ({
|
|
|
2787
2801
|
"& .M4LAreasAdmin-areaChipMobileRoot": {
|
|
2788
2802
|
width: "100%",
|
|
2789
2803
|
border: "0",
|
|
2790
|
-
background: o.palette.background.default,
|
|
2804
|
+
background: o.vars.palette.background.default,
|
|
2791
2805
|
"& .M4LAreasAdmin-areaChipRoot": {
|
|
2792
2806
|
width: "100%",
|
|
2793
2807
|
paddingLeft: "8px",
|
|
@@ -2797,7 +2811,7 @@ const p = (o) => ({
|
|
|
2797
2811
|
overflow: "hidden",
|
|
2798
2812
|
textOverflow: "ellipsis",
|
|
2799
2813
|
gap: "4px",
|
|
2800
|
-
background: o.palette.background.default,
|
|
2814
|
+
background: o.vars.palette.background.default,
|
|
2801
2815
|
"& .M4LAreasAdmin-areaChipRoot": {
|
|
2802
2816
|
width: "100%"
|
|
2803
2817
|
}
|
|
@@ -2812,25 +2826,33 @@ const p = (o) => ({
|
|
|
2812
2826
|
maxWidth: "100%",
|
|
2813
2827
|
cursor: "pointer",
|
|
2814
2828
|
"&:hover": {
|
|
2815
|
-
background: o.palette.state.hoverDefault
|
|
2829
|
+
background: o.vars.palette.state.hoverDefault
|
|
2816
2830
|
},
|
|
2817
2831
|
[o.breakpoints.down("sm")]: {
|
|
2818
2832
|
background: "none",
|
|
2819
2833
|
border: "none",
|
|
2820
2834
|
boxShadow: "none",
|
|
2821
2835
|
width: "100%"
|
|
2836
|
+
},
|
|
2837
|
+
"& .M4LAreasAdmin-areaChipEditButton": {
|
|
2838
|
+
"& .M4LIcon-icon": {
|
|
2839
|
+
width: "12px",
|
|
2840
|
+
height: "12px",
|
|
2841
|
+
minWidth: "12px",
|
|
2842
|
+
minHeight: "12px"
|
|
2843
|
+
}
|
|
2822
2844
|
}
|
|
2823
2845
|
},
|
|
2824
2846
|
"& .M4LAreasAdmin-areaChipMobileRoot": {
|
|
2825
2847
|
display: "flex",
|
|
2826
2848
|
overflow: "hidden",
|
|
2827
2849
|
width: "100%",
|
|
2828
|
-
backgroundColor: o.palette.state.default,
|
|
2850
|
+
backgroundColor: o.vars.palette.state.default,
|
|
2829
2851
|
borderTop: "1.5px solid",
|
|
2830
|
-
borderColor: o.palette.state.borderTop,
|
|
2852
|
+
borderColor: o.vars.palette.state.borderTop,
|
|
2831
2853
|
borderRadius: "4px",
|
|
2832
2854
|
[o.breakpoints.down("sm")]: {
|
|
2833
|
-
backgroundColor: o.palette.background.default,
|
|
2855
|
+
backgroundColor: o.vars.palette.background.default,
|
|
2834
2856
|
width: "100%"
|
|
2835
2857
|
},
|
|
2836
2858
|
"& .M4LAreasAdmin-areaChipRoot ": {
|
|
@@ -2855,11 +2877,11 @@ const p = (o) => ({
|
|
|
2855
2877
|
display: "flex",
|
|
2856
2878
|
width: "fit-content",
|
|
2857
2879
|
borderLeft: "1px solid",
|
|
2858
|
-
borderColor: o.palette.divider,
|
|
2880
|
+
borderColor: o.vars.palette.divider,
|
|
2859
2881
|
borderRadius: "0px 0px 0px 0px",
|
|
2860
|
-
boxShadow: o.customShadows.z2,
|
|
2861
|
-
...o.typography.body,
|
|
2862
|
-
color: o.palette.text.primary,
|
|
2882
|
+
boxShadow: o.vars.customShadows.z2,
|
|
2883
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
2884
|
+
color: o.vars.palette.text.primary,
|
|
2863
2885
|
[o.breakpoints.down("sm")]: {
|
|
2864
2886
|
boxShadow: "none"
|
|
2865
2887
|
},
|
|
@@ -2867,7 +2889,7 @@ const p = (o) => ({
|
|
|
2867
2889
|
background: "transparent",
|
|
2868
2890
|
backgroundColor: "transparent",
|
|
2869
2891
|
"&:hover": {
|
|
2870
|
-
background: o.palette.state.active12
|
|
2892
|
+
background: o.vars.palette.state.active12
|
|
2871
2893
|
},
|
|
2872
2894
|
"& .M4LIcon-icon": {}
|
|
2873
2895
|
}
|
|
@@ -2879,7 +2901,7 @@ const p = (o) => ({
|
|
|
2879
2901
|
},
|
|
2880
2902
|
"& .M4LAreasAdmin-areaChipRoot": {
|
|
2881
2903
|
display: "flex",
|
|
2882
|
-
background: o.palette.state.default,
|
|
2904
|
+
background: o.vars.palette.state.default,
|
|
2883
2905
|
borderRadius: "4px 4px 4px 4px",
|
|
2884
2906
|
minHeight: "24px",
|
|
2885
2907
|
width: "fit-content",
|
|
@@ -2893,18 +2915,19 @@ const p = (o) => ({
|
|
|
2893
2915
|
boxShadow: "none"
|
|
2894
2916
|
},
|
|
2895
2917
|
"&.M4LAreasAdmin-selected": {
|
|
2896
|
-
background: o.palette.state.active,
|
|
2897
|
-
...o.typography.body,
|
|
2898
|
-
color: o.palette.text.primary,
|
|
2918
|
+
background: o.vars.palette.state.active,
|
|
2919
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
2920
|
+
color: o.vars.palette.text.primary,
|
|
2899
2921
|
height: "22px",
|
|
2922
|
+
transition: "all 0.5s ease",
|
|
2900
2923
|
"&:hover": {
|
|
2901
|
-
background: o.palette.state.hover
|
|
2924
|
+
background: o.vars.palette.state.hover
|
|
2902
2925
|
},
|
|
2903
2926
|
[o.breakpoints.down("sm")]: {
|
|
2904
2927
|
height: "auto",
|
|
2905
2928
|
background: "none",
|
|
2906
2929
|
"&:hover": {
|
|
2907
|
-
background: o.palette.state.hoverDefault
|
|
2930
|
+
background: o.vars.palette.state.hoverDefault
|
|
2908
2931
|
}
|
|
2909
2932
|
},
|
|
2910
2933
|
"& .M4LAreasAdmin-areaChipTitle": {
|
|
@@ -2916,8 +2939,8 @@ const p = (o) => ({
|
|
|
2916
2939
|
justifyContent: "center",
|
|
2917
2940
|
display: "flex",
|
|
2918
2941
|
alignItems: "center",
|
|
2919
|
-
color: o.palette.patronus?.marbleLight[10],
|
|
2920
|
-
...o.typography.
|
|
2942
|
+
color: o.vars.palette.patronus?.marbleLight[10],
|
|
2943
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
2921
2944
|
[o.breakpoints.down("sm")]: {
|
|
2922
2945
|
display: "inline",
|
|
2923
2946
|
fontSize: "14px",
|
|
@@ -2925,20 +2948,20 @@ const p = (o) => ({
|
|
|
2925
2948
|
overflow: "hidden",
|
|
2926
2949
|
whiteSpace: "nowrap",
|
|
2927
2950
|
flex: "1",
|
|
2928
|
-
color: o.palette.text.primary
|
|
2951
|
+
color: o.vars.palette.text.primary
|
|
2929
2952
|
}
|
|
2930
2953
|
},
|
|
2931
2954
|
"& .M4LIconButton-root": {
|
|
2932
2955
|
"&:hover": {
|
|
2933
|
-
background: o.palette.state.active
|
|
2956
|
+
background: o.vars.palette.state.active
|
|
2934
2957
|
},
|
|
2935
2958
|
[o.breakpoints.down("sm")]: {
|
|
2936
|
-
color: o.palette.text.primary
|
|
2959
|
+
color: o.vars.palette.text.primary
|
|
2937
2960
|
},
|
|
2938
2961
|
"& .M4LIcon-icon": {
|
|
2939
|
-
backgroundColor: `${o.palette.patronus?.marbleLight[10]}`,
|
|
2962
|
+
backgroundColor: `${o.vars.palette.patronus?.marbleLight[10]}`,
|
|
2940
2963
|
[o.breakpoints.down("sm")]: {
|
|
2941
|
-
color: o.palette.text.primary
|
|
2964
|
+
color: o.vars.palette.text.primary
|
|
2942
2965
|
}
|
|
2943
2966
|
}
|
|
2944
2967
|
}
|
|
@@ -2952,8 +2975,8 @@ const p = (o) => ({
|
|
|
2952
2975
|
justifyContent: "center",
|
|
2953
2976
|
display: "flex",
|
|
2954
2977
|
alignItems: "center",
|
|
2955
|
-
color: o.palette.text.secondary,
|
|
2956
|
-
...o.typography.
|
|
2978
|
+
color: o.vars.palette.text.secondary,
|
|
2979
|
+
...o.colorSchemes.finalTheme.typography.body
|
|
2957
2980
|
},
|
|
2958
2981
|
"& .M4LAreasAdmin-areaContainerChipEditButton": {
|
|
2959
2982
|
display: "flex",
|
|
@@ -2965,12 +2988,12 @@ const p = (o) => ({
|
|
|
2965
2988
|
width: "20px",
|
|
2966
2989
|
height: "20px",
|
|
2967
2990
|
[o.breakpoints.down("sm")]: {
|
|
2968
|
-
color: o.palette.text.primary
|
|
2991
|
+
color: o.vars.palette.text.primary
|
|
2969
2992
|
},
|
|
2970
2993
|
"&.M4LIconButton-variantPrimary": {
|
|
2971
|
-
background: o.palette.state.active,
|
|
2994
|
+
background: o.vars.palette.state.active,
|
|
2972
2995
|
[o.breakpoints.down("sm")]: {
|
|
2973
|
-
color: o.palette.text.primary
|
|
2996
|
+
color: o.vars.palette.text.primary
|
|
2974
2997
|
}
|
|
2975
2998
|
}
|
|
2976
2999
|
}
|
|
@@ -2983,17 +3006,17 @@ const p = (o) => ({
|
|
|
2983
3006
|
width: "100%",
|
|
2984
3007
|
height: "28px",
|
|
2985
3008
|
borderLeft: "1px solid",
|
|
2986
|
-
borderColor: o.palette.state.borderSecondary,
|
|
3009
|
+
borderColor: o.vars.palette.state.borderSecondary,
|
|
2987
3010
|
borderRadius: "0px"
|
|
2988
3011
|
}
|
|
2989
3012
|
},
|
|
2990
3013
|
"& .M4LAreasAdmin-areasAddButton": {
|
|
2991
3014
|
flexGrow: "2",
|
|
2992
|
-
background: o.palette.state.default
|
|
3015
|
+
background: o.vars.palette.state.default
|
|
2993
3016
|
},
|
|
2994
3017
|
"&.M4LAreasAdmin-isMobile": {
|
|
2995
3018
|
overflow: "hidden",
|
|
2996
|
-
boxShadow: o.customShadows.z1,
|
|
3019
|
+
boxShadow: o.vars.customShadows.z1,
|
|
2997
3020
|
width: "100%",
|
|
2998
3021
|
"& .M4LAreasAdmin-areaContainerChips": {
|
|
2999
3022
|
width: "100%",
|
|
@@ -3074,12 +3097,12 @@ const p = (o) => ({
|
|
|
3074
3097
|
}
|
|
3075
3098
|
}
|
|
3076
3099
|
}
|
|
3077
|
-
}),
|
|
3100
|
+
}), C = (o) => ({
|
|
3078
3101
|
M4LAreasViewer: {
|
|
3079
3102
|
styleOverrides: {
|
|
3080
3103
|
"&.M4LAreasViewer-root": {
|
|
3081
3104
|
test: "root",
|
|
3082
|
-
background: o.palette.background.background,
|
|
3105
|
+
background: o.vars.palette.background.background,
|
|
3083
3106
|
"& .M4LGridLayout-gridItemRoot.M4LGridLayout-colapsed-40 .M4LAreasViewer-windowHeader": {
|
|
3084
3107
|
minHeight: "38px",
|
|
3085
3108
|
height: "38px"
|
|
@@ -3117,9 +3140,9 @@ const p = (o) => ({
|
|
|
3117
3140
|
}
|
|
3118
3141
|
},
|
|
3119
3142
|
"& .M4LAreasViewer-windowRoot": {
|
|
3120
|
-
background: o.palette.background.neutral,
|
|
3143
|
+
background: o.vars.palette.background.neutral,
|
|
3121
3144
|
border: "1.5px solid",
|
|
3122
|
-
borderColor: o.palette.state.borderPrimary,
|
|
3145
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
3123
3146
|
borderRadius: "4px",
|
|
3124
3147
|
display: "flex",
|
|
3125
3148
|
"&:not(.M4LAreasViewer-loading)": {
|
|
@@ -3132,7 +3155,7 @@ const p = (o) => ({
|
|
|
3132
3155
|
},
|
|
3133
3156
|
"&.react-colapsed": {
|
|
3134
3157
|
border: "1px solid",
|
|
3135
|
-
borderColor: o.palette.state.borderPrimary
|
|
3158
|
+
borderColor: o.vars.palette.state.borderPrimary
|
|
3136
3159
|
},
|
|
3137
3160
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
3138
3161
|
display: "flex",
|
|
@@ -3145,7 +3168,7 @@ const p = (o) => ({
|
|
|
3145
3168
|
display: "flex",
|
|
3146
3169
|
flexDirection: "column",
|
|
3147
3170
|
padding: "6px 4px 6px 8px",
|
|
3148
|
-
boxShadow: o.customShadows.z1,
|
|
3171
|
+
boxShadow: o.vars.customShadows.z1,
|
|
3149
3172
|
"& .M4LAreasViewer-windowHeaderContent": {
|
|
3150
3173
|
display: "flex",
|
|
3151
3174
|
width: "100%",
|
|
@@ -3153,7 +3176,7 @@ const p = (o) => ({
|
|
|
3153
3176
|
alignItems: "center",
|
|
3154
3177
|
"& .M4LIcon-root": {
|
|
3155
3178
|
"& .M4LIcon-icon": {
|
|
3156
|
-
background: o.palette.text.secondary
|
|
3179
|
+
background: o.vars.palette.text.secondary
|
|
3157
3180
|
}
|
|
3158
3181
|
},
|
|
3159
3182
|
"& .M4LAreasViewer-windowHeaderTitle": {
|
|
@@ -3168,22 +3191,23 @@ const p = (o) => ({
|
|
|
3168
3191
|
overflow: "hidden",
|
|
3169
3192
|
textOverflow: "ellipsis",
|
|
3170
3193
|
width: "100%",
|
|
3171
|
-
|
|
3194
|
+
fontSize: "16px",
|
|
3195
|
+
color: o.vars.palette.text.secondary
|
|
3172
3196
|
}
|
|
3173
3197
|
},
|
|
3174
3198
|
"& .M4LAreasViewer-windowHeaderCancelHandle": {
|
|
3175
3199
|
"& .M4LIconButton-icon": {
|
|
3176
3200
|
"& .MuiButtonBase-root": {
|
|
3177
3201
|
"& .M4LIcon-icon": {
|
|
3178
|
-
background: o.palette.text.secondary
|
|
3202
|
+
background: o.vars.palette.text.secondary
|
|
3179
3203
|
}
|
|
3180
3204
|
}
|
|
3181
3205
|
}
|
|
3182
3206
|
}
|
|
3183
3207
|
},
|
|
3184
3208
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
3185
|
-
...o.typography.paragraphDens,
|
|
3186
|
-
color: o.palette.text.primary,
|
|
3209
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
3210
|
+
color: o.vars.palette.text.primary,
|
|
3187
3211
|
overflow: "visible"
|
|
3188
3212
|
}
|
|
3189
3213
|
},
|
|
@@ -3197,8 +3221,8 @@ const p = (o) => ({
|
|
|
3197
3221
|
maxHeight: "fit-content",
|
|
3198
3222
|
zIndex: "1000",
|
|
3199
3223
|
gap: "2px",
|
|
3200
|
-
background: o.palette.background.default,
|
|
3201
|
-
boxShadow: o.customShadows
|
|
3224
|
+
background: o.vars.palette.background.default,
|
|
3225
|
+
boxShadow: o.customShadows?.z2,
|
|
3202
3226
|
"& .M4LAreasViewer-windowToastiesContainerTostys": {
|
|
3203
3227
|
boxSizing: "border-box",
|
|
3204
3228
|
overflow: "auto",
|
|
@@ -3207,11 +3231,11 @@ const p = (o) => ({
|
|
|
3207
3231
|
width: "100%",
|
|
3208
3232
|
maxHeight: "128px",
|
|
3209
3233
|
"& .M4LAreasViewer-windowToastyContainer": {
|
|
3210
|
-
background: o.palette.patronus?.middleYellow[10],
|
|
3234
|
+
background: o.vars.palette.patronus?.middleYellow[10],
|
|
3211
3235
|
borderRadius: "4px",
|
|
3212
3236
|
padding: "0px 0px 0px 0px",
|
|
3213
3237
|
width: "100%",
|
|
3214
|
-
boxShadow: o.customShadows
|
|
3238
|
+
boxShadow: o.customShadows?.z2,
|
|
3215
3239
|
gap: "4px",
|
|
3216
3240
|
position: "relative",
|
|
3217
3241
|
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
@@ -3225,85 +3249,85 @@ const p = (o) => ({
|
|
|
3225
3249
|
display: "flex",
|
|
3226
3250
|
alignItems: "center",
|
|
3227
3251
|
padding: "8px",
|
|
3228
|
-
...o.typography.body,
|
|
3229
|
-
color: o.palette.patronus?.onyx[60],
|
|
3252
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
3253
|
+
color: o.vars.palette.patronus?.onyx[60],
|
|
3230
3254
|
position: "relative",
|
|
3231
3255
|
"& .MuiLinearProgress-root": {
|
|
3232
3256
|
position: "absolute",
|
|
3233
3257
|
width: "100%",
|
|
3234
3258
|
top: "0px",
|
|
3235
3259
|
left: "0px",
|
|
3236
|
-
background: o.palette.state.active12,
|
|
3260
|
+
background: o.vars.palette.state.active12,
|
|
3237
3261
|
"& .MuiLinearProgress-bar1Determinate .MuiLinearProgress-barColorPrimary": {
|
|
3238
3262
|
transform: "translateX(100%)"
|
|
3239
3263
|
}
|
|
3240
3264
|
}
|
|
3241
3265
|
},
|
|
3242
3266
|
"&.M4LAreasViewer-error": {
|
|
3243
|
-
background: o.palette.patronus?.desertBeige[10],
|
|
3267
|
+
background: o.vars.palette.patronus?.desertBeige[10],
|
|
3244
3268
|
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
3245
|
-
background: o.palette.error.main,
|
|
3269
|
+
background: o.vars.palette.error.main,
|
|
3246
3270
|
"& .M4LIcon-icon": {
|
|
3247
|
-
backgroundColor: o.palette.patronus?.marbleLight[40]
|
|
3271
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[40]
|
|
3248
3272
|
},
|
|
3249
3273
|
"& .M4LAreasViewer-pinIn": {
|
|
3250
|
-
background: o.palette.state.error.hover,
|
|
3251
|
-
boxShadow: o.customShadows.z1,
|
|
3274
|
+
background: o.vars.palette.state.error.hover,
|
|
3275
|
+
boxShadow: o.vars.customShadows.z1,
|
|
3252
3276
|
border: "none"
|
|
3253
3277
|
},
|
|
3254
3278
|
"& .M4LIconButton-root:hover": {
|
|
3255
|
-
background: o.palette.state.error.hover
|
|
3279
|
+
background: o.vars.palette.state.error.hover
|
|
3256
3280
|
}
|
|
3257
3281
|
}
|
|
3258
3282
|
},
|
|
3259
3283
|
"&.M4LAreasViewer-info": {
|
|
3260
|
-
background: o.palette.patronus?.crayonBlue[10],
|
|
3284
|
+
background: o.vars.palette.patronus?.crayonBlue[10],
|
|
3261
3285
|
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
3262
|
-
background: o.palette.info.main,
|
|
3286
|
+
background: o.vars.palette.info.main,
|
|
3263
3287
|
"& .M4LIcon-icon": {
|
|
3264
|
-
backgroundColor: o.palette.patronus?.marbleLight[40]
|
|
3288
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[40]
|
|
3265
3289
|
},
|
|
3266
3290
|
"& .M4LAreasViewer-pinIn": {
|
|
3267
|
-
background: o.palette.state.info.hover,
|
|
3268
|
-
boxShadow: o.customShadows.z1,
|
|
3291
|
+
background: o.vars.palette.state.info.hover,
|
|
3292
|
+
boxShadow: o.vars.customShadows.z1,
|
|
3269
3293
|
border: "none"
|
|
3270
3294
|
},
|
|
3271
3295
|
"& .M4LIconButton-root:hover": {
|
|
3272
|
-
background: o.palette.state.info.hover
|
|
3296
|
+
background: o.vars.palette.state.info.hover
|
|
3273
3297
|
}
|
|
3274
3298
|
}
|
|
3275
3299
|
},
|
|
3276
3300
|
"&.M4LAreasViewer-warning": {
|
|
3277
|
-
background: o.palette.patronus?.middleYellow[10],
|
|
3301
|
+
background: o.vars.palette.patronus?.middleYellow[10],
|
|
3278
3302
|
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
3279
|
-
background: o.palette.warning.main,
|
|
3303
|
+
background: o.vars.palette.warning.main,
|
|
3280
3304
|
"& .M4LIcon-icon": {
|
|
3281
|
-
backgroundColor: o.palette.patronus?.onyx[50]
|
|
3305
|
+
backgroundColor: o.vars.palette.patronus?.onyx[50]
|
|
3282
3306
|
},
|
|
3283
3307
|
"& .M4LAreasViewer-pinIn": {
|
|
3284
|
-
background: o.palette.state.warning.hover,
|
|
3285
|
-
boxShadow: o.customShadows.z1,
|
|
3308
|
+
background: o.vars.palette.state.warning.hover,
|
|
3309
|
+
boxShadow: o.vars.customShadows.z1,
|
|
3286
3310
|
border: "none"
|
|
3287
3311
|
},
|
|
3288
3312
|
"& .M4LIconButton-root:hover": {
|
|
3289
|
-
background: o.palette.state.warning.hover
|
|
3313
|
+
background: o.vars.palette.state.warning.hover
|
|
3290
3314
|
}
|
|
3291
3315
|
}
|
|
3292
3316
|
},
|
|
3293
3317
|
"&.M4LAreasViewer-success ": {
|
|
3294
|
-
background: o.palette.patronus?.acidGreen[10],
|
|
3318
|
+
background: o.vars.palette.patronus?.acidGreen[10],
|
|
3295
3319
|
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
3296
|
-
background: o.palette.success.main,
|
|
3320
|
+
background: o.vars.palette.success.main,
|
|
3297
3321
|
"& .M4LIcon-icon": {
|
|
3298
|
-
backgroundColor: o.palette.patronus?.onyx[50]
|
|
3322
|
+
backgroundColor: o.vars.palette.patronus?.onyx[50]
|
|
3299
3323
|
},
|
|
3300
3324
|
"& .M4LAreasViewer-pinIn": {
|
|
3301
|
-
background: o.palette.state.success.hover,
|
|
3302
|
-
boxShadow: o.customShadows.z1,
|
|
3325
|
+
background: o.vars.palette.state.success.hover,
|
|
3326
|
+
boxShadow: o.vars.customShadows.z1,
|
|
3303
3327
|
border: "none"
|
|
3304
3328
|
},
|
|
3305
3329
|
"& .M4LIconButton-root:hover": {
|
|
3306
|
-
background: o.palette.state.success.hover
|
|
3330
|
+
background: o.vars.palette.state.success.hover
|
|
3307
3331
|
}
|
|
3308
3332
|
}
|
|
3309
3333
|
}
|
|
@@ -3312,7 +3336,7 @@ const p = (o) => ({
|
|
|
3312
3336
|
},
|
|
3313
3337
|
"& .M4LAreasViewer-windowContent": {
|
|
3314
3338
|
padding: "16px",
|
|
3315
|
-
background: o.palette.background.default,
|
|
3339
|
+
background: o.vars.palette.background.default,
|
|
3316
3340
|
display: "flex",
|
|
3317
3341
|
flexDirection: "column",
|
|
3318
3342
|
alignItems: "center",
|
|
@@ -3321,7 +3345,7 @@ const p = (o) => ({
|
|
|
3321
3345
|
flex: "1",
|
|
3322
3346
|
overflow: "hidden",
|
|
3323
3347
|
[o.breakpoints.up("sm")]: {
|
|
3324
|
-
padding: "
|
|
3348
|
+
padding: "12px"
|
|
3325
3349
|
},
|
|
3326
3350
|
"& .M4LAreasViewer-containerComponent": {
|
|
3327
3351
|
display: "flex",
|
|
@@ -3346,20 +3370,20 @@ const p = (o) => ({
|
|
|
3346
3370
|
alignItems: "center",
|
|
3347
3371
|
padding: "0 16px",
|
|
3348
3372
|
"& .MuiLinearProgress-root": {
|
|
3349
|
-
background:
|
|
3373
|
+
background: r(o.colorSchemes.finalTheme.palette.state.active, 0.3)
|
|
3350
3374
|
}
|
|
3351
3375
|
}
|
|
3352
3376
|
},
|
|
3353
3377
|
"&.M4LAreasViewer-selectedWindow": {
|
|
3354
3378
|
border: "1.5px solid",
|
|
3355
|
-
borderColor: o.palette.state.lineTheme,
|
|
3356
|
-
boxShadow: o.customShadows
|
|
3379
|
+
borderColor: o.vars.palette.state.lineTheme,
|
|
3380
|
+
boxShadow: o.customShadows?.z2,
|
|
3357
3381
|
backdropFilter: "blur(100px)",
|
|
3358
|
-
background: o.palette.background.default,
|
|
3382
|
+
background: o.vars.palette.background.default,
|
|
3359
3383
|
"& .M4LAreasViewer-windowHeader": {
|
|
3360
3384
|
display: "flex",
|
|
3361
3385
|
flexDirection: "column",
|
|
3362
|
-
background: o.palette.state.active12,
|
|
3386
|
+
background: o.vars.palette.state.active12,
|
|
3363
3387
|
gap: "4px",
|
|
3364
3388
|
alignItems: "center",
|
|
3365
3389
|
position: "relative",
|
|
@@ -3370,34 +3394,34 @@ const p = (o) => ({
|
|
|
3370
3394
|
"& .M4LAreasViewer-windowHeaderContent": {
|
|
3371
3395
|
"& .M4LIcon-root": {
|
|
3372
3396
|
"& .M4LIcon-icon": {
|
|
3373
|
-
background: o.palette.state.focus
|
|
3397
|
+
background: o.vars.palette.state.focus
|
|
3374
3398
|
}
|
|
3375
3399
|
},
|
|
3376
3400
|
"& .M4LAreasViewer-windowHeaderCancelHandle": {
|
|
3377
3401
|
"& .M4LIcon-root": {
|
|
3378
3402
|
"& .M4LIcon-icon": {
|
|
3379
|
-
background: o.palette.text.primary
|
|
3403
|
+
background: o.vars.palette.text.primary
|
|
3380
3404
|
}
|
|
3381
3405
|
}
|
|
3382
3406
|
}
|
|
3383
3407
|
},
|
|
3384
3408
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
3385
|
-
...o.typography.paragraphDens,
|
|
3386
|
-
color: o.palette.state.focus
|
|
3409
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
3410
|
+
color: o.vars.palette.state.focus
|
|
3387
3411
|
},
|
|
3388
3412
|
"& .MuiButtonBase-root": {
|
|
3389
3413
|
"& .M4LIcon-icon": {
|
|
3390
|
-
backgroundColor: o.palette.text.primary
|
|
3414
|
+
backgroundColor: o.vars.palette.text.primary
|
|
3391
3415
|
}
|
|
3392
3416
|
},
|
|
3393
3417
|
"& .Mui-disabled": {
|
|
3394
3418
|
"& .M4LIcon-icon": {
|
|
3395
|
-
backgroundColor: o.palette.text.disabled
|
|
3419
|
+
backgroundColor: o.vars.palette.text.disabled
|
|
3396
3420
|
}
|
|
3397
3421
|
},
|
|
3398
3422
|
"& .MuiButtonBase-root:hover": {
|
|
3399
3423
|
"& .M4LIcon-icon": {
|
|
3400
|
-
backgroundColor: o.palette.state.hover
|
|
3424
|
+
backgroundColor: o.vars.palette.state.hover
|
|
3401
3425
|
}
|
|
3402
3426
|
}
|
|
3403
3427
|
}
|
|
@@ -3405,7 +3429,7 @@ const p = (o) => ({
|
|
|
3405
3429
|
},
|
|
3406
3430
|
"&.M4LGridLayout-root .M4LGridLayout-maximizeMe": {
|
|
3407
3431
|
border: "1.5px solid",
|
|
3408
|
-
borderColor: o.palette.state.borderPrimary,
|
|
3432
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
3409
3433
|
borderRadius: "4px",
|
|
3410
3434
|
"& .M4LAreasViewer-windowContent": {
|
|
3411
3435
|
padding: "16px"
|
|
@@ -3419,41 +3443,41 @@ const p = (o) => ({
|
|
|
3419
3443
|
},
|
|
3420
3444
|
"&.M4LGridLayout-colapsed ": {
|
|
3421
3445
|
"& .M4LAreasViewer-windowRoot": {
|
|
3422
|
-
borderColor: o.palette.state.hoverDefault,
|
|
3423
|
-
boxShadow: o.customShadows.z1
|
|
3446
|
+
borderColor: o.vars.palette.state.hoverDefault,
|
|
3447
|
+
boxShadow: o.vars.customShadows.z1
|
|
3424
3448
|
}
|
|
3425
3449
|
},
|
|
3426
3450
|
"&.react-draggable": {
|
|
3427
|
-
background: o.palette.state.active12
|
|
3451
|
+
background: o.vars.palette.state.active12
|
|
3428
3452
|
},
|
|
3429
3453
|
"& .M4LAreasViewer-windowPopupRoot": {
|
|
3430
|
-
boxShadow: o.customShadows
|
|
3454
|
+
boxShadow: o.customShadows?.z2,
|
|
3431
3455
|
border: "none",
|
|
3432
|
-
background: o.palette.background.default,
|
|
3456
|
+
background: o.vars.palette.background.default,
|
|
3433
3457
|
borderRadius: "4px",
|
|
3434
3458
|
backdropFilter: "blur(8px)",
|
|
3435
3459
|
"& .M4LIcon-root.custom-handle": {
|
|
3436
3460
|
"& .M4LIcon-icon": {
|
|
3437
|
-
backgroundColor: o.palette.state.skeleton.default,
|
|
3461
|
+
backgroundColor: o.vars.palette.state.skeleton.default,
|
|
3438
3462
|
width: "11px",
|
|
3439
3463
|
height: "11px",
|
|
3440
3464
|
minWidth: "11px",
|
|
3441
3465
|
minHeight: "11px",
|
|
3442
|
-
boxShadow: o.customShadows.z1,
|
|
3466
|
+
boxShadow: o.vars.customShadows.z1,
|
|
3443
3467
|
border: "1px solid",
|
|
3444
|
-
borderColor: o.palette.opacity.cool[24]
|
|
3468
|
+
borderColor: o.vars.palette.opacity.cool[24]
|
|
3445
3469
|
}
|
|
3446
3470
|
},
|
|
3447
3471
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
3448
|
-
background: o.palette.background.default,
|
|
3472
|
+
background: o.vars.palette.background.default,
|
|
3449
3473
|
borderRadius: "4px",
|
|
3450
3474
|
border: "1.5px solid",
|
|
3451
|
-
borderColor: o.palette.state.borderPrimary,
|
|
3475
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
3452
3476
|
"& .M4LAreasViewer-windowHeader": {
|
|
3453
3477
|
boxShadow: "none",
|
|
3454
3478
|
borderTopLeftRadius: "4px",
|
|
3455
3479
|
borderTopRightRadius: "4px",
|
|
3456
|
-
background: o.palette.background.header,
|
|
3480
|
+
background: o.vars.palette.background.header,
|
|
3457
3481
|
border: "none",
|
|
3458
3482
|
"& .M4LIcon-root": {
|
|
3459
3483
|
"& .M4LIcon-icon": {
|
|
@@ -3461,25 +3485,25 @@ const p = (o) => ({
|
|
|
3461
3485
|
height: "18px",
|
|
3462
3486
|
minWidth: "18px",
|
|
3463
3487
|
minHeight: "18px",
|
|
3464
|
-
backgroundColor: o.palette.text.secondary
|
|
3488
|
+
backgroundColor: o.vars.palette.text.secondary
|
|
3465
3489
|
}
|
|
3466
3490
|
},
|
|
3467
3491
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
3468
|
-
...o.typography.paragraphDens,
|
|
3469
|
-
color: o.palette.text.secondary,
|
|
3492
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
3493
|
+
color: o.vars.palette.text.secondary,
|
|
3470
3494
|
overflow: "visible"
|
|
3471
3495
|
}
|
|
3472
3496
|
},
|
|
3473
3497
|
"& .M4LAreasViewer-windowContent": {
|
|
3474
|
-
background: o.palette.background.neutral,
|
|
3475
|
-
padding: "
|
|
3498
|
+
background: o.vars.palette.background.neutral,
|
|
3499
|
+
padding: "12px"
|
|
3476
3500
|
}
|
|
3477
3501
|
},
|
|
3478
3502
|
"& .M4LAreasViewer-windowRoot": {
|
|
3479
3503
|
padding: "4px",
|
|
3480
|
-
background: o.palette.background.default,
|
|
3504
|
+
background: o.vars.palette.background.default,
|
|
3481
3505
|
borderRadius: "4px",
|
|
3482
|
-
borderColor: o.palette.state.hoverDefault,
|
|
3506
|
+
borderColor: o.vars.palette.state.hoverDefault,
|
|
3483
3507
|
"&:not(.M4LAreasViewer-loading)": {
|
|
3484
3508
|
"& .M4LinearProgressIndeterminate-root": {
|
|
3485
3509
|
opacity: 0
|
|
@@ -3489,23 +3513,23 @@ const p = (o) => ({
|
|
|
3489
3513
|
backgroundColor: "transparent"
|
|
3490
3514
|
},
|
|
3491
3515
|
"&.M4LAreasViewer-selectedWindow": {
|
|
3492
|
-
borderColor: o.palette.state.active12,
|
|
3493
|
-
background: o.palette.state.active12,
|
|
3494
|
-
boxShadow: o.customShadows.z4,
|
|
3516
|
+
borderColor: o.vars.palette.state.active12,
|
|
3517
|
+
background: o.vars.palette.state.active12,
|
|
3518
|
+
boxShadow: o.vars.customShadows.z4,
|
|
3495
3519
|
padding: "4px",
|
|
3496
3520
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
3497
3521
|
"& .M4LAreasViewer-windowHeader": {
|
|
3498
|
-
background: o.palette.state.default,
|
|
3522
|
+
background: o.vars.palette.state.default,
|
|
3499
3523
|
borderRadius: "4px",
|
|
3500
|
-
boxShadow: o.customShadows.z1,
|
|
3524
|
+
boxShadow: o.vars.customShadows.z1,
|
|
3501
3525
|
"& .M4LIcon-root": {
|
|
3502
3526
|
"& .M4LIcon-icon": {
|
|
3503
|
-
backgroundColor: o.palette.text.primary
|
|
3527
|
+
backgroundColor: o.vars.palette.text.primary
|
|
3504
3528
|
}
|
|
3505
3529
|
},
|
|
3506
3530
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
3507
|
-
...o.typography.paragraph,
|
|
3508
|
-
color: o.palette.text.primary,
|
|
3531
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
3532
|
+
color: o.vars.palette.text.primary,
|
|
3509
3533
|
overflow: "visible"
|
|
3510
3534
|
}
|
|
3511
3535
|
}
|
|
@@ -3514,27 +3538,27 @@ const p = (o) => ({
|
|
|
3514
3538
|
},
|
|
3515
3539
|
"&.M4LAreasViewer-selectedWindow": {
|
|
3516
3540
|
border: "none",
|
|
3517
|
-
background: o.palette.state.active12,
|
|
3518
|
-
boxShadow: o.customShadows.z4,
|
|
3541
|
+
background: o.vars.palette.state.active12,
|
|
3542
|
+
boxShadow: o.vars.customShadows.z4,
|
|
3519
3543
|
[o.breakpoints.down("sm")]: {
|
|
3520
3544
|
padding: "0"
|
|
3521
3545
|
},
|
|
3522
3546
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
3523
|
-
boxShadow: o.customShadows
|
|
3547
|
+
boxShadow: o.customShadows?.z2,
|
|
3524
3548
|
border: "1.5px solid",
|
|
3525
|
-
borderColor:
|
|
3549
|
+
borderColor: r(o.colorSchemes.finalTheme.palette.state.active, 0.5),
|
|
3526
3550
|
"& .M4LAreasViewer-windowHeader": {
|
|
3527
|
-
background: o.palette.state.active12,
|
|
3551
|
+
background: o.vars.palette.state.active12,
|
|
3528
3552
|
borderTopLeftRadius: "4px",
|
|
3529
3553
|
borderTopRightRadius: "4px",
|
|
3530
3554
|
"& .M4LIcon-root": {
|
|
3531
3555
|
"& .M4LIcon-icon": {
|
|
3532
|
-
backgroundColor: o.palette.text.primary
|
|
3556
|
+
backgroundColor: o.vars.palette.text.primary
|
|
3533
3557
|
}
|
|
3534
3558
|
},
|
|
3535
3559
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
3536
|
-
...o.typography.paragraphDens,
|
|
3537
|
-
color: o.palette.text.primary,
|
|
3560
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
3561
|
+
color: o.vars.palette.text.primary,
|
|
3538
3562
|
overflow: "visible"
|
|
3539
3563
|
}
|
|
3540
3564
|
}
|
|
@@ -3543,22 +3567,22 @@ const p = (o) => ({
|
|
|
3543
3567
|
}
|
|
3544
3568
|
},
|
|
3545
3569
|
"& .M4LAreasViewer-panelWindowsRoot": {
|
|
3546
|
-
background: o.palette.background.neutral,
|
|
3570
|
+
background: o.vars.palette.background.neutral,
|
|
3547
3571
|
display: "flex",
|
|
3548
3572
|
alignItems: "center",
|
|
3549
3573
|
padding: "8px",
|
|
3550
3574
|
gap: "8px",
|
|
3551
3575
|
borderLeft: "1.5px solid",
|
|
3552
|
-
borderColor: o.palette.state.borderPrimary,
|
|
3576
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
3553
3577
|
"& .M4LAreasViewer-panelWindowsButtonContainer": {
|
|
3554
3578
|
borderRadius: "2px",
|
|
3555
|
-
boxShadow: o.customShadows.z1,
|
|
3579
|
+
boxShadow: o.vars.customShadows.z1,
|
|
3556
3580
|
"&.M4LAreasViewer-selected": {
|
|
3557
|
-
background: o.palette.state.active,
|
|
3581
|
+
background: o.vars.palette.state.active,
|
|
3558
3582
|
"& .M4LIconButton-root": {
|
|
3559
3583
|
"& .M4LIcon-root": {
|
|
3560
3584
|
"& .M4LIcon-icon": {
|
|
3561
|
-
backgroundColor: o.palette.primary.contrastText
|
|
3585
|
+
backgroundColor: o.vars.palette.primary.contrastText
|
|
3562
3586
|
}
|
|
3563
3587
|
}
|
|
3564
3588
|
}
|
|
@@ -3572,13 +3596,13 @@ const p = (o) => ({
|
|
|
3572
3596
|
styleOverrides: {
|
|
3573
3597
|
"&.M4LAreasViewer-windowModalRoot .M4LAreasViewer-windowRoot": {
|
|
3574
3598
|
borderRadius: "4px",
|
|
3575
|
-
boxShadow: o.customShadows.z4,
|
|
3576
|
-
background: o.palette.background.default,
|
|
3599
|
+
boxShadow: o.vars.customShadows.z4,
|
|
3600
|
+
background: o.vars.palette.background.default,
|
|
3577
3601
|
border: "2px solid",
|
|
3578
|
-
borderColor: o.palette.state.borderDens,
|
|
3602
|
+
borderColor: o.vars.palette.state.borderDens,
|
|
3579
3603
|
"& .M4LAreasViewer-windowContent": {
|
|
3580
3604
|
borderRadius: "4px",
|
|
3581
|
-
background: o.palette.background.default
|
|
3605
|
+
background: o.vars.palette.background.default
|
|
3582
3606
|
},
|
|
3583
3607
|
"& .M4LAreasViewer-windowHeaderTitle": {
|
|
3584
3608
|
display: "flex",
|
|
@@ -3591,7 +3615,8 @@ const p = (o) => ({
|
|
|
3591
3615
|
whiteSpace: "nowrap",
|
|
3592
3616
|
overflow: "hidden",
|
|
3593
3617
|
textOverflow: "ellipsis",
|
|
3594
|
-
width: "100%"
|
|
3618
|
+
width: "100%",
|
|
3619
|
+
fontSize: "16px"
|
|
3595
3620
|
}
|
|
3596
3621
|
},
|
|
3597
3622
|
"& .M4LAreasViewer-areasLoadingErrorRoot": {
|
|
@@ -3620,28 +3645,28 @@ const p = (o) => ({
|
|
|
3620
3645
|
" .M4LIcon-icon": {
|
|
3621
3646
|
width: "100px",
|
|
3622
3647
|
height: "100px",
|
|
3623
|
-
backgroundColor: o.palette.state.skeleton.default
|
|
3648
|
+
backgroundColor: o.vars.palette.state.skeleton.default
|
|
3624
3649
|
}
|
|
3625
3650
|
},
|
|
3626
3651
|
"& .M4LAreasViewer-areasLoadingErrorTitle": {
|
|
3627
|
-
...o.typography.h3,
|
|
3628
|
-
color: o.palette.text.primary,
|
|
3652
|
+
...o.colorSchemes.finalTheme.typography.h3,
|
|
3653
|
+
color: o.vars.palette.text.primary,
|
|
3629
3654
|
[o.breakpoints.down("sm")]: {
|
|
3630
|
-
...o.typography.h5
|
|
3655
|
+
...o.colorSchemes.finalTheme.typography.h5
|
|
3631
3656
|
}
|
|
3632
3657
|
},
|
|
3633
3658
|
"& .M4LAreasViewer-areasLoadingErrorDescription": {
|
|
3634
|
-
...o.typography.subtitle,
|
|
3635
|
-
color: o.palette.text.secondary
|
|
3659
|
+
...o.colorSchemes.finalTheme.typography.subtitle,
|
|
3660
|
+
color: o.vars.palette.text.secondary
|
|
3636
3661
|
},
|
|
3637
3662
|
"& .M4LAreasViewer-areasLoadingErrorDivider": {
|
|
3638
3663
|
width: "208px",
|
|
3639
3664
|
height: "1px",
|
|
3640
|
-
background: o.palette.state.skeleton.default
|
|
3665
|
+
background: o.vars.palette.state.skeleton.default
|
|
3641
3666
|
},
|
|
3642
3667
|
"& .MuiTypography-paragraph": {
|
|
3643
|
-
...o.typography.body,
|
|
3644
|
-
color: o.palette.text.primary
|
|
3668
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
3669
|
+
color: o.vars.palette.text.primary
|
|
3645
3670
|
},
|
|
3646
3671
|
"& .MuiButtonBase-root": {
|
|
3647
3672
|
marginTop: "4px"
|
|
@@ -3649,7 +3674,7 @@ const p = (o) => ({
|
|
|
3649
3674
|
}
|
|
3650
3675
|
},
|
|
3651
3676
|
"& .MuiBackdrop-root": {
|
|
3652
|
-
background:
|
|
3677
|
+
background: r(`${o.colorSchemes.finalTheme.palette.patronus?.onyx[60]}`, 0.8)
|
|
3653
3678
|
},
|
|
3654
3679
|
"&:not(.M4LAreasViewer-loading)": {
|
|
3655
3680
|
"& .M4LinearProgressIndeterminate-root": {
|
|
@@ -3663,9 +3688,9 @@ const p = (o) => ({
|
|
|
3663
3688
|
display: "flex",
|
|
3664
3689
|
flexDirection: "column",
|
|
3665
3690
|
height: "100%",
|
|
3666
|
-
background: o.palette.background.default,
|
|
3691
|
+
background: o.vars.palette.background.default,
|
|
3667
3692
|
borderRadius: "4px",
|
|
3668
|
-
boxShadow: o.customShadows.z4,
|
|
3693
|
+
boxShadow: o.vars.customShadows.z4,
|
|
3669
3694
|
overflow: "hidden",
|
|
3670
3695
|
"& .M4LAreasViewer-windowHeader": {
|
|
3671
3696
|
cursor: "all-scroll",
|
|
@@ -3674,7 +3699,7 @@ const p = (o) => ({
|
|
|
3674
3699
|
padding: "6px 4px 6px 8px",
|
|
3675
3700
|
borderRadius: "4px",
|
|
3676
3701
|
border: "none",
|
|
3677
|
-
background: o.palette.state.active12,
|
|
3702
|
+
background: o.vars.palette.state.active12,
|
|
3678
3703
|
height: "28px",
|
|
3679
3704
|
minHeight: "28px",
|
|
3680
3705
|
[o.breakpoints.down("md")]: {
|
|
@@ -3682,8 +3707,8 @@ const p = (o) => ({
|
|
|
3682
3707
|
minHeight: "36px"
|
|
3683
3708
|
},
|
|
3684
3709
|
"& .M4LTypography-root .MuiTypography-root": {
|
|
3685
|
-
...o.typography.paragraph,
|
|
3686
|
-
color: o.palette.text.primary,
|
|
3710
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
3711
|
+
color: o.vars.palette.text.primary,
|
|
3687
3712
|
overflow: "hidden"
|
|
3688
3713
|
},
|
|
3689
3714
|
"& .M4LAreasViewer-windowHeaderContent": {
|
|
@@ -3694,7 +3719,7 @@ const p = (o) => ({
|
|
|
3694
3719
|
},
|
|
3695
3720
|
"& .M4LAreasViewer-windowContent": {
|
|
3696
3721
|
padding: "12px",
|
|
3697
|
-
background: o.palette.background.default,
|
|
3722
|
+
background: o.vars.palette.background.default,
|
|
3698
3723
|
borderRadius: "4px",
|
|
3699
3724
|
display: "flex",
|
|
3700
3725
|
flexDirection: "column",
|
|
@@ -3723,19 +3748,19 @@ const p = (o) => ({
|
|
|
3723
3748
|
},
|
|
3724
3749
|
"& .M4LIcon-root.custom-handle": {
|
|
3725
3750
|
"& .M4LIcon-icon": {
|
|
3726
|
-
backgroundColor: o.palette.state.skeleton.default,
|
|
3751
|
+
backgroundColor: o.vars.palette.state.skeleton.default,
|
|
3727
3752
|
width: "11px",
|
|
3728
3753
|
height: "11px",
|
|
3729
3754
|
minWidth: "11px",
|
|
3730
3755
|
minHeight: "11px",
|
|
3731
|
-
boxShadow: o.customShadows
|
|
3756
|
+
boxShadow: o.customShadows?.z2,
|
|
3732
3757
|
border: "1px solid",
|
|
3733
|
-
borderColor: o.palette.state.hoverDefault
|
|
3758
|
+
borderColor: o.vars.palette.state.hoverDefault
|
|
3734
3759
|
}
|
|
3735
3760
|
}
|
|
3736
3761
|
}
|
|
3737
3762
|
}
|
|
3738
|
-
}),
|
|
3763
|
+
}), S = (o) => ({
|
|
3739
3764
|
M4LAppBar: {
|
|
3740
3765
|
styleOverrides: {
|
|
3741
3766
|
"&.M4LAppBar-root": {
|
|
@@ -3747,9 +3772,9 @@ const p = (o) => ({
|
|
|
3747
3772
|
height: "52px",
|
|
3748
3773
|
alignItems: "center",
|
|
3749
3774
|
padding: "8px 16px",
|
|
3750
|
-
background: o.palette.background.default,
|
|
3775
|
+
background: o.vars.palette.background.default,
|
|
3751
3776
|
borderBottom: "1.5px solid",
|
|
3752
|
-
borderColor: o.palette.state.borderPrimary,
|
|
3777
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
3753
3778
|
justifyContent: "space-between",
|
|
3754
3779
|
gap: "40px",
|
|
3755
3780
|
[o.breakpoints.down("sm")]: {
|
|
@@ -3785,16 +3810,16 @@ const p = (o) => ({
|
|
|
3785
3810
|
minHeight: "36px",
|
|
3786
3811
|
alignItems: "center",
|
|
3787
3812
|
borderRadius: "4px",
|
|
3788
|
-
borderColor: o.palette.state.default,
|
|
3813
|
+
borderColor: o.vars.palette.state.default,
|
|
3789
3814
|
justifyContent: "space-between",
|
|
3790
3815
|
"& .M4LAppBar-iconMenuToggle": {
|
|
3791
|
-
background: o.palette.state.default,
|
|
3816
|
+
background: o.vars.palette.state.default,
|
|
3792
3817
|
width: "36px",
|
|
3793
3818
|
height: "36px",
|
|
3794
3819
|
minWidth: "36px",
|
|
3795
3820
|
minHeight: "36px",
|
|
3796
3821
|
[o.breakpoints.down("sm")]: {
|
|
3797
|
-
background: o.palette.state.default,
|
|
3822
|
+
background: o.vars.palette.state.default,
|
|
3798
3823
|
width: "36px",
|
|
3799
3824
|
height: "36px",
|
|
3800
3825
|
minWidth: "36px",
|
|
@@ -3826,14 +3851,6 @@ const p = (o) => ({
|
|
|
3826
3851
|
borderRadius: "6px",
|
|
3827
3852
|
gap: "8px"
|
|
3828
3853
|
},
|
|
3829
|
-
"& .M4LanguagePopover-root": {
|
|
3830
|
-
"& .M4LImageButton-root": {
|
|
3831
|
-
"& .MuiButtonBase-root": {
|
|
3832
|
-
width: "28px",
|
|
3833
|
-
height: "28px"
|
|
3834
|
-
}
|
|
3835
|
-
}
|
|
3836
|
-
},
|
|
3837
3854
|
"& .M4LAvatar-root": {
|
|
3838
3855
|
width: "28px",
|
|
3839
3856
|
height: "28px",
|
|
@@ -3858,29 +3875,46 @@ const p = (o) => ({
|
|
|
3858
3875
|
}
|
|
3859
3876
|
}
|
|
3860
3877
|
}
|
|
3861
|
-
}),
|
|
3878
|
+
}), k = (o) => ({
|
|
3862
3879
|
M4LAvatar: {
|
|
3863
3880
|
styleOverrides: {
|
|
3864
3881
|
"&.M4LAvatar-root": {
|
|
3882
|
+
padding: "0px !important",
|
|
3883
|
+
display: "flex",
|
|
3884
|
+
alignItems: "center",
|
|
3885
|
+
justifyContent: "center",
|
|
3886
|
+
width: "36px !important",
|
|
3887
|
+
height: "36px !important",
|
|
3865
3888
|
"& .MuiAvatar-root": {
|
|
3866
|
-
width: "
|
|
3867
|
-
height: "
|
|
3889
|
+
width: "28px !important",
|
|
3890
|
+
height: "28px !important",
|
|
3868
3891
|
borderRadius: "4px",
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3892
|
+
background: e.blazeOrange[50],
|
|
3893
|
+
color: e.marbleLight[30],
|
|
3894
|
+
boxShadow: o.vars.customShadows.z1,
|
|
3895
|
+
...o.typography.subtitle
|
|
3896
|
+
},
|
|
3897
|
+
[o.breakpoints.up("md")]: {
|
|
3898
|
+
width: "28px !important",
|
|
3899
|
+
height: "28px !important",
|
|
3900
|
+
"& .MuiAvatar-root": {
|
|
3901
|
+
width: "20px !important",
|
|
3902
|
+
height: "20px !important"
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3905
|
+
[o.breakpoints.down("sm")]: {
|
|
3906
|
+
width: "36px !important",
|
|
3907
|
+
height: "36px !important",
|
|
3908
|
+
"& .MuiAvatar-root": {
|
|
3909
|
+
width: "28px !important",
|
|
3910
|
+
height: "28px !important"
|
|
3877
3911
|
}
|
|
3878
3912
|
},
|
|
3879
3913
|
test: "root"
|
|
3880
3914
|
}
|
|
3881
3915
|
}
|
|
3882
3916
|
}
|
|
3883
|
-
}),
|
|
3917
|
+
}), B = (o) => ({
|
|
3884
3918
|
M4LAccountPopover: {
|
|
3885
3919
|
styleOverrides: {
|
|
3886
3920
|
"&.M4LAccountPopover-root": {
|
|
@@ -3902,8 +3936,8 @@ const p = (o) => ({
|
|
|
3902
3936
|
gap: "4px",
|
|
3903
3937
|
padding: "12px",
|
|
3904
3938
|
borderRadius: "6px",
|
|
3905
|
-
boxShadow: o.customShadows
|
|
3906
|
-
background: o.palette.background.default,
|
|
3939
|
+
boxShadow: o.customShadows?.z2,
|
|
3940
|
+
background: o.vars.palette.background.default,
|
|
3907
3941
|
"& .M4LAccountPopover-containerUserInfo": {
|
|
3908
3942
|
display: "flex",
|
|
3909
3943
|
flexDirection: "column",
|
|
@@ -3918,8 +3952,8 @@ const p = (o) => ({
|
|
|
3918
3952
|
minHeight: "16px"
|
|
3919
3953
|
},
|
|
3920
3954
|
"& .M4LAccountPopover-labelUserName": {
|
|
3921
|
-
color: o.palette.text.primary,
|
|
3922
|
-
...o.typography.bodyDens,
|
|
3955
|
+
color: o.vars.palette.text.primary,
|
|
3956
|
+
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
3923
3957
|
width: "100%",
|
|
3924
3958
|
minHeight: "20px",
|
|
3925
3959
|
display: "flex",
|
|
@@ -3936,8 +3970,8 @@ const p = (o) => ({
|
|
|
3936
3970
|
minHeight: "16px"
|
|
3937
3971
|
},
|
|
3938
3972
|
"& .M4LAccountPopover-labelUserEmail": {
|
|
3939
|
-
color: o.palette.text.primary,
|
|
3940
|
-
...o.typography.body,
|
|
3973
|
+
color: o.vars.palette.text.primary,
|
|
3974
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
3941
3975
|
width: "100%",
|
|
3942
3976
|
minHeight: "20px",
|
|
3943
3977
|
display: "flex",
|
|
@@ -3955,8 +3989,8 @@ const p = (o) => ({
|
|
|
3955
3989
|
minHeight: "16px"
|
|
3956
3990
|
},
|
|
3957
3991
|
"& .M4LAccountPopover-labelVersion": {
|
|
3958
|
-
color: o.palette.text.secondary,
|
|
3959
|
-
...o.typography.body,
|
|
3992
|
+
color: o.vars.palette.text.secondary,
|
|
3993
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
3960
3994
|
width: "100%",
|
|
3961
3995
|
minHeight: "20px",
|
|
3962
3996
|
display: "flex",
|
|
@@ -3966,7 +4000,7 @@ const p = (o) => ({
|
|
|
3966
4000
|
"& .M4LAccountPopover-containerMenuItems": {
|
|
3967
4001
|
borderTop: "1.5px solid",
|
|
3968
4002
|
borderBottom: "1.5px solid",
|
|
3969
|
-
borderColor: o.palette.state.default,
|
|
4003
|
+
borderColor: o.vars.palette.state.default,
|
|
3970
4004
|
padding: "2px 4px",
|
|
3971
4005
|
display: "flex",
|
|
3972
4006
|
flexDirection: "column",
|
|
@@ -3984,15 +4018,15 @@ const p = (o) => ({
|
|
|
3984
4018
|
borderRadius: "4px",
|
|
3985
4019
|
cursor: "pointer",
|
|
3986
4020
|
"&:hover": {
|
|
3987
|
-
background: o.palette.state.default
|
|
4021
|
+
background: o.vars.palette.state.default
|
|
3988
4022
|
},
|
|
3989
4023
|
"& .M4LIcon-root": {
|
|
3990
4024
|
minWidth: "16px",
|
|
3991
4025
|
minHeight: "16px"
|
|
3992
4026
|
},
|
|
3993
4027
|
"& .M4LAccountPopover-menuItem": {
|
|
3994
|
-
color: o.palette.text.primary,
|
|
3995
|
-
...o.typography.body,
|
|
4028
|
+
color: o.vars.palette.text.primary,
|
|
4029
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
3996
4030
|
borderRadius: "4px",
|
|
3997
4031
|
width: "100%",
|
|
3998
4032
|
minHeight: "20px",
|
|
@@ -4011,15 +4045,15 @@ const p = (o) => ({
|
|
|
4011
4045
|
alignItems: "center",
|
|
4012
4046
|
cursor: "pointer",
|
|
4013
4047
|
"&:hover": {
|
|
4014
|
-
background: o.palette.state.default
|
|
4048
|
+
background: o.vars.palette.state.default
|
|
4015
4049
|
},
|
|
4016
4050
|
"& .M4LIcon-root": {
|
|
4017
4051
|
minWidth: "16px",
|
|
4018
4052
|
minHeight: "16px"
|
|
4019
4053
|
},
|
|
4020
4054
|
"& .M4LAccountPopover-logOut": {
|
|
4021
|
-
color: o.palette.text.primary,
|
|
4022
|
-
...o.typography.body,
|
|
4055
|
+
color: o.vars.palette.text.primary,
|
|
4056
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
4023
4057
|
borderRadius: "4px",
|
|
4024
4058
|
width: "100%",
|
|
4025
4059
|
minHeight: "20px",
|
|
@@ -4096,7 +4130,7 @@ const p = (o) => ({
|
|
|
4096
4130
|
minHeight: "36px",
|
|
4097
4131
|
alignItems: "center",
|
|
4098
4132
|
"&:hover": {
|
|
4099
|
-
background: o.palette.state.default
|
|
4133
|
+
background: o.vars.palette.state.default
|
|
4100
4134
|
},
|
|
4101
4135
|
"& .M4LIcon-root": {
|
|
4102
4136
|
minWidth: "20px",
|
|
@@ -4119,7 +4153,7 @@ const p = (o) => ({
|
|
|
4119
4153
|
minHeight: "36px",
|
|
4120
4154
|
alignItems: "center",
|
|
4121
4155
|
"&:hover": {
|
|
4122
|
-
background: o.palette.state.default
|
|
4156
|
+
background: o.vars.palette.state.default
|
|
4123
4157
|
},
|
|
4124
4158
|
"& .M4LIcon-root": {
|
|
4125
4159
|
minWidth: "20px",
|
|
@@ -4159,7 +4193,7 @@ const p = (o) => ({
|
|
|
4159
4193
|
}
|
|
4160
4194
|
}
|
|
4161
4195
|
}
|
|
4162
|
-
}),
|
|
4196
|
+
}), I = (o) => ({
|
|
4163
4197
|
M4LModuleLayout: {
|
|
4164
4198
|
styleOverrides: {
|
|
4165
4199
|
"&.M4LModuleLayout-root": {
|
|
@@ -4176,7 +4210,7 @@ const p = (o) => ({
|
|
|
4176
4210
|
}
|
|
4177
4211
|
}
|
|
4178
4212
|
}
|
|
4179
|
-
}),
|
|
4213
|
+
}), T = (o) => ({
|
|
4180
4214
|
M4LMasterDetailLayout: {
|
|
4181
4215
|
styleOverrides: {
|
|
4182
4216
|
"&.M4LMasterDetailLayout-root": {
|
|
@@ -4189,7 +4223,7 @@ const p = (o) => ({
|
|
|
4189
4223
|
width: "100%",
|
|
4190
4224
|
height: "100%",
|
|
4191
4225
|
boxShadow: "none",
|
|
4192
|
-
background: o.palette.background.default,
|
|
4226
|
+
background: o.vars.palette.background.default,
|
|
4193
4227
|
border: "0px",
|
|
4194
4228
|
borderColor: "transparent",
|
|
4195
4229
|
borderRadius: "4px",
|
|
@@ -4199,17 +4233,17 @@ const p = (o) => ({
|
|
|
4199
4233
|
}
|
|
4200
4234
|
},
|
|
4201
4235
|
"& .M4LSplitLayout-secondPart": {
|
|
4202
|
-
background: o.palette.background.default,
|
|
4236
|
+
background: o.vars.palette.background.default,
|
|
4203
4237
|
borderRadius: "4px"
|
|
4204
4238
|
},
|
|
4205
4239
|
"& .layout-pane-primary": {
|
|
4206
|
-
background: o.palette.background.default,
|
|
4240
|
+
background: o.vars.palette.background.default,
|
|
4207
4241
|
borderRadius: "4px"
|
|
4208
4242
|
}
|
|
4209
4243
|
}
|
|
4210
4244
|
}
|
|
4211
4245
|
}
|
|
4212
|
-
}),
|
|
4246
|
+
}), R = (o) => ({
|
|
4213
4247
|
M4LSplitLayout: {
|
|
4214
4248
|
styleOverrides: {
|
|
4215
4249
|
"&.M4LSplitLayout-root": {
|
|
@@ -4231,7 +4265,6 @@ const p = (o) => ({
|
|
|
4231
4265
|
width: "100%",
|
|
4232
4266
|
height: "100%",
|
|
4233
4267
|
"& .M4LStack-root": {
|
|
4234
|
-
gap: "8px",
|
|
4235
4268
|
overflow: "hidden"
|
|
4236
4269
|
}
|
|
4237
4270
|
},
|
|
@@ -4274,7 +4307,7 @@ const p = (o) => ({
|
|
|
4274
4307
|
width: "4px",
|
|
4275
4308
|
top: "calc(50% - 22.5px)",
|
|
4276
4309
|
position: "absolute",
|
|
4277
|
-
background: o.palette.state.active,
|
|
4310
|
+
background: o.vars.palette.state.active,
|
|
4278
4311
|
borderRadius: "1px",
|
|
4279
4312
|
margin: "1px 0px"
|
|
4280
4313
|
},
|
|
@@ -4299,12 +4332,12 @@ const p = (o) => ({
|
|
|
4299
4332
|
height: "4px !important",
|
|
4300
4333
|
left: "calc(50% - 22.5px)",
|
|
4301
4334
|
top: "unset",
|
|
4302
|
-
background: o.palette.state.active,
|
|
4335
|
+
background: o.vars.palette.state.active,
|
|
4303
4336
|
borderRadius: "2px",
|
|
4304
4337
|
zIndex: "1"
|
|
4305
4338
|
},
|
|
4306
4339
|
"& .splitter-layout > .layout-splitter:hover:before, .splitter-layout.layout-changing > .layout-splitter:before": {
|
|
4307
|
-
background: o.palette.state.hover
|
|
4340
|
+
background: o.vars.palette.state.hover
|
|
4308
4341
|
},
|
|
4309
4342
|
"& .splitter-layout.splitter-layout-vertical": {
|
|
4310
4343
|
flexDirection: "column",
|
|
@@ -4315,7 +4348,7 @@ const p = (o) => ({
|
|
|
4315
4348
|
left: "0",
|
|
4316
4349
|
right: "0",
|
|
4317
4350
|
position: "absolute",
|
|
4318
|
-
background: o.palette.state.borderPrimary
|
|
4351
|
+
background: o.vars.palette.state.borderPrimary
|
|
4319
4352
|
}
|
|
4320
4353
|
},
|
|
4321
4354
|
"& .splitter-layout:not(.splitter-layout-vertical)": {
|
|
@@ -4325,13 +4358,13 @@ const p = (o) => ({
|
|
|
4325
4358
|
top: "0",
|
|
4326
4359
|
bottom: "0",
|
|
4327
4360
|
position: "absolute",
|
|
4328
|
-
background: o.palette.state.borderPrimary
|
|
4361
|
+
background: o.vars.palette.state.borderPrimary
|
|
4329
4362
|
}
|
|
4330
4363
|
}
|
|
4331
4364
|
}
|
|
4332
4365
|
}
|
|
4333
4366
|
}
|
|
4334
|
-
}),
|
|
4367
|
+
}), A = (o) => ({
|
|
4335
4368
|
M4LCommonActions: {
|
|
4336
4369
|
styleOverrides: {
|
|
4337
4370
|
"&.M4LCommonActions-root": {
|
|
@@ -4344,7 +4377,7 @@ const p = (o) => ({
|
|
|
4344
4377
|
}
|
|
4345
4378
|
}
|
|
4346
4379
|
}
|
|
4347
|
-
}),
|
|
4380
|
+
}), D = (o) => ({
|
|
4348
4381
|
M4LinearProgressIndeterminate: {
|
|
4349
4382
|
styleOverrides: {
|
|
4350
4383
|
"&.M4LinearProgressIndeterminate-root": {
|
|
@@ -4391,14 +4424,14 @@ const p = (o) => ({
|
|
|
4391
4424
|
right: "100%",
|
|
4392
4425
|
bottom: "0",
|
|
4393
4426
|
left: "0",
|
|
4394
|
-
backgroundColor: o.palette.state.focus,
|
|
4427
|
+
backgroundColor: o.vars.palette.state.focus,
|
|
4395
4428
|
width: "0",
|
|
4396
4429
|
animation: "borealisBar 2s linear infinite"
|
|
4397
4430
|
}
|
|
4398
4431
|
}
|
|
4399
4432
|
}
|
|
4400
4433
|
}
|
|
4401
|
-
}),
|
|
4434
|
+
}), P = (o) => ({
|
|
4402
4435
|
M4LPropertyValue: {
|
|
4403
4436
|
styleOverrides: {
|
|
4404
4437
|
"&.M4LPropertyValue-root": {
|
|
@@ -4409,7 +4442,7 @@ const p = (o) => ({
|
|
|
4409
4442
|
minHeight: "23px",
|
|
4410
4443
|
flexDirection: "column",
|
|
4411
4444
|
borderBottom: "1px solid",
|
|
4412
|
-
borderColor: o.palette.state.borderDisable,
|
|
4445
|
+
borderColor: o.vars.palette.state.borderDisable,
|
|
4413
4446
|
"&.M4LPropertyValue-isMobile": {
|
|
4414
4447
|
gridTemplateColumns: "1fr!important",
|
|
4415
4448
|
minHeight: "24px"
|
|
@@ -4426,8 +4459,8 @@ const p = (o) => ({
|
|
|
4426
4459
|
maxWidth: "100%",
|
|
4427
4460
|
width: "100% !important",
|
|
4428
4461
|
minHeight: "24px",
|
|
4429
|
-
...o.typography.body,
|
|
4430
|
-
color: o.palette.text.secondary,
|
|
4462
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
4463
|
+
color: o.vars.palette.text.secondary,
|
|
4431
4464
|
fontWeight: "400 !important",
|
|
4432
4465
|
display: "flex",
|
|
4433
4466
|
alignItems: "center",
|
|
@@ -4437,8 +4470,8 @@ const p = (o) => ({
|
|
|
4437
4470
|
overflow: "hidden",
|
|
4438
4471
|
overflowWrap: "break-word",
|
|
4439
4472
|
"& .M4LTypography-root": {
|
|
4440
|
-
...o.typography.body,
|
|
4441
|
-
color: o.palette.text.secondary,
|
|
4473
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
4474
|
+
color: o.vars.palette.text.secondary,
|
|
4442
4475
|
fontWeight: "400 !important"
|
|
4443
4476
|
}
|
|
4444
4477
|
},
|
|
@@ -4446,8 +4479,8 @@ const p = (o) => ({
|
|
|
4446
4479
|
maxWidth: "100%",
|
|
4447
4480
|
width: "100%",
|
|
4448
4481
|
minHeight: "24px",
|
|
4449
|
-
...o.typography.body,
|
|
4450
|
-
color: o.palette.text.primary,
|
|
4482
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
4483
|
+
color: o.vars.palette.text.primary,
|
|
4451
4484
|
overflow: "hidden",
|
|
4452
4485
|
textOverflow: "ellipsis",
|
|
4453
4486
|
position: "relative",
|
|
@@ -4456,8 +4489,8 @@ const p = (o) => ({
|
|
|
4456
4489
|
overflowWrap: "break-word",
|
|
4457
4490
|
justifyContent: "center",
|
|
4458
4491
|
"& .M4LTypography-root": {
|
|
4459
|
-
...o.typography.body,
|
|
4460
|
-
color: o.palette.text.primary
|
|
4492
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
4493
|
+
color: o.vars.palette.text.primary
|
|
4461
4494
|
},
|
|
4462
4495
|
"& .M4LRHFTextField-root.M4LRHFTextField-sizeSmall": {
|
|
4463
4496
|
"& .MuiFormControl-root": {
|
|
@@ -4500,15 +4533,16 @@ const p = (o) => ({
|
|
|
4500
4533
|
}
|
|
4501
4534
|
}
|
|
4502
4535
|
}
|
|
4503
|
-
}),
|
|
4536
|
+
}), H = (o) => ({
|
|
4504
4537
|
M4LTab: {
|
|
4505
4538
|
styleOverrides: {
|
|
4506
4539
|
"&.M4LTab-root": {
|
|
4507
4540
|
width: "fit-content",
|
|
4508
|
-
background: o.palette.background.header,
|
|
4541
|
+
background: o.vars.palette.background.header,
|
|
4509
4542
|
borderRadius: "4px 4px 0 0",
|
|
4543
|
+
zIndex: "3",
|
|
4510
4544
|
"& .MuiButtonBase-root": {
|
|
4511
|
-
background: o.palette.background.header,
|
|
4545
|
+
background: o.vars.palette.background.header,
|
|
4512
4546
|
height: "32px",
|
|
4513
4547
|
display: "flex",
|
|
4514
4548
|
flexDirection: "row",
|
|
@@ -4518,25 +4552,35 @@ const p = (o) => ({
|
|
|
4518
4552
|
minHeight: "fit-content",
|
|
4519
4553
|
minWidth: "fit-content",
|
|
4520
4554
|
gap: "8px",
|
|
4521
|
-
...o.typography.body,
|
|
4522
|
-
color: o.palette.text.primary,
|
|
4555
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
4556
|
+
color: o.vars.palette.text.primary,
|
|
4523
4557
|
lineHeight: "none",
|
|
4524
4558
|
borderRadius: "4px 4px 0 0",
|
|
4525
4559
|
"& .M4LIcon-root": {
|
|
4526
4560
|
marginBottom: "0"
|
|
4561
|
+
},
|
|
4562
|
+
[o.breakpoints.down("md")]: {
|
|
4563
|
+
height: "44px",
|
|
4564
|
+
minHeight: "fit-content"
|
|
4527
4565
|
}
|
|
4528
4566
|
},
|
|
4567
|
+
"& .MuiTab-root": {
|
|
4568
|
+
borderBottom: `1px solid ${o.vars.palette.state.borderSecondary}`
|
|
4569
|
+
},
|
|
4529
4570
|
"& .MuiButtonBase-root:hover": {
|
|
4530
|
-
color: o.palette.state.hover,
|
|
4571
|
+
color: o.vars.palette.state.hover,
|
|
4531
4572
|
"& .M4LIcon-icon": {
|
|
4532
|
-
backgroundColor: o.palette.state.hover
|
|
4573
|
+
backgroundColor: o.vars.palette.state.hover
|
|
4533
4574
|
}
|
|
4534
4575
|
},
|
|
4535
4576
|
"& .Mui-selected": {
|
|
4536
|
-
background: o.palette.background.default,
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4577
|
+
background: o.vars.palette.background.default,
|
|
4578
|
+
borderTop: `1px solid ${o.vars.palette.state.borderSecondary}`,
|
|
4579
|
+
borderLeft: `1px solid ${o.vars.palette.state.borderSecondary}`,
|
|
4580
|
+
borderRight: `1px solid ${o.vars.palette.state.borderSecondary}`,
|
|
4581
|
+
borderBottom: `1px solid ${o.vars.palette.background.default}`,
|
|
4582
|
+
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
4583
|
+
color: o.vars.palette.text.primary,
|
|
4540
4584
|
lineHeight: "none",
|
|
4541
4585
|
"&::before": {
|
|
4542
4586
|
content: '""',
|
|
@@ -4544,7 +4588,7 @@ const p = (o) => ({
|
|
|
4544
4588
|
height: "2px",
|
|
4545
4589
|
left: "1.5px",
|
|
4546
4590
|
top: "0px",
|
|
4547
|
-
backgroundColor: o.palette.state.active,
|
|
4591
|
+
backgroundColor: o.vars.palette.state.active,
|
|
4548
4592
|
borderRadius: "2px 2px 0px 0px",
|
|
4549
4593
|
position: "absolute"
|
|
4550
4594
|
}
|
|
@@ -4552,27 +4596,27 @@ const p = (o) => ({
|
|
|
4552
4596
|
}
|
|
4553
4597
|
}
|
|
4554
4598
|
}
|
|
4555
|
-
}),
|
|
4599
|
+
}), F = (o) => ({
|
|
4556
4600
|
M4LAccordion: {
|
|
4557
4601
|
styleOverrides: {
|
|
4558
4602
|
"&.M4LAccordion-root": {
|
|
4559
4603
|
width: "100%",
|
|
4560
|
-
background: o.palette.background.default,
|
|
4604
|
+
background: o.vars.palette.background.default,
|
|
4561
4605
|
borderRadius: "4px",
|
|
4562
4606
|
"& .M4LTypography-root": {
|
|
4563
4607
|
padding: "4px 8px",
|
|
4564
4608
|
display: "flex",
|
|
4565
4609
|
alignItems: "center",
|
|
4566
4610
|
"& .MuiTypography-root": {
|
|
4567
|
-
...o.typography.bodyDens,
|
|
4568
|
-
color: o.palette.text.primary
|
|
4611
|
+
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
4612
|
+
color: o.vars.palette.text.primary
|
|
4569
4613
|
}
|
|
4570
4614
|
},
|
|
4571
4615
|
"& .MuiPaper-root": {
|
|
4572
4616
|
marginBottom: "0px",
|
|
4573
4617
|
borderRadius: "4px",
|
|
4574
4618
|
border: "1px solid",
|
|
4575
|
-
borderColor: o.palette.state.borderPrimary,
|
|
4619
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
4576
4620
|
"& .MuiCollapse-root": {
|
|
4577
4621
|
padding: "8px",
|
|
4578
4622
|
"& .MuiCollapse-wrapper": {
|
|
@@ -4607,20 +4651,20 @@ const p = (o) => ({
|
|
|
4607
4651
|
}
|
|
4608
4652
|
},
|
|
4609
4653
|
"& .Mui-expanded": {
|
|
4610
|
-
background: o.palette.state.active12,
|
|
4654
|
+
background: o.vars.palette.state.active12,
|
|
4611
4655
|
height: "28px",
|
|
4612
4656
|
minHeight: "28px",
|
|
4613
4657
|
"& .MuiButtonBase-root": {
|
|
4614
4658
|
"&.MuiAccordionSummary-content": {
|
|
4615
4659
|
borderRadius: "0 0 0 0 !important",
|
|
4616
|
-
background: o.palette.state.active12,
|
|
4660
|
+
background: o.vars.palette.state.active12,
|
|
4617
4661
|
height: "28px",
|
|
4618
4662
|
minHeight: "28px"
|
|
4619
4663
|
},
|
|
4620
4664
|
"& .M4LTypography-root": {
|
|
4621
4665
|
"& .MuiTypography-root": {
|
|
4622
|
-
...o.typography.bodyDens,
|
|
4623
|
-
color: o.palette.text?.primary
|
|
4666
|
+
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
4667
|
+
color: o.vars.palette.text?.primary
|
|
4624
4668
|
}
|
|
4625
4669
|
},
|
|
4626
4670
|
"& .MuiAccordionSummary-expandIconWrapper": {
|
|
@@ -4646,17 +4690,17 @@ const p = (o) => ({
|
|
|
4646
4690
|
minHeight: "28px",
|
|
4647
4691
|
padding: "0",
|
|
4648
4692
|
"&:hover": {
|
|
4649
|
-
background: o.palette.state?.hoverDefault
|
|
4693
|
+
background: o.vars.palette.state?.hoverDefault
|
|
4650
4694
|
}
|
|
4651
4695
|
},
|
|
4652
4696
|
"& .MuiCollapse-root": {
|
|
4653
|
-
background: o.palette.background.default,
|
|
4654
|
-
borderColor: o.palette.state.borderPrimary,
|
|
4697
|
+
background: o.vars.palette.background.default,
|
|
4698
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
4655
4699
|
borderRadius: "0px 0px 4px 4px",
|
|
4656
4700
|
padding: "8px",
|
|
4657
4701
|
"&.MuiButtonBase-root": {
|
|
4658
4702
|
padding: "4px 8px !important",
|
|
4659
|
-
background: o.palette.background.neutral
|
|
4703
|
+
background: o.vars.palette.background.neutral
|
|
4660
4704
|
},
|
|
4661
4705
|
"& .M4LAccordion-content": {
|
|
4662
4706
|
display: "flex !important",
|
|
@@ -4693,7 +4737,7 @@ const p = (o) => ({
|
|
|
4693
4737
|
}
|
|
4694
4738
|
}
|
|
4695
4739
|
}
|
|
4696
|
-
}),
|
|
4740
|
+
}), W = (o) => ({
|
|
4697
4741
|
M4LRHFormProvider: {
|
|
4698
4742
|
styleOverrides: {
|
|
4699
4743
|
"&.M4LRHFormProvider-root": {
|
|
@@ -4708,12 +4752,12 @@ const p = (o) => ({
|
|
|
4708
4752
|
}
|
|
4709
4753
|
}
|
|
4710
4754
|
}
|
|
4711
|
-
}),
|
|
4755
|
+
}), z = (o) => ({
|
|
4712
4756
|
M4LPeriod: {
|
|
4713
4757
|
styleOverrides: {
|
|
4714
4758
|
"&.M4LPeriod-root": {
|
|
4715
4759
|
border: "solid 1px",
|
|
4716
|
-
borderColor: o.palette.state.borderPrimary,
|
|
4760
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
4717
4761
|
display: "flex",
|
|
4718
4762
|
width: "100%",
|
|
4719
4763
|
height: "auto",
|
|
@@ -4734,11 +4778,11 @@ const p = (o) => ({
|
|
|
4734
4778
|
borderRight: "1px solid",
|
|
4735
4779
|
display: "flex",
|
|
4736
4780
|
alignItems: "center",
|
|
4737
|
-
borderColor: o.palette.state.borderPrimary,
|
|
4781
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
4738
4782
|
[o.breakpoints.down("md")]: {
|
|
4739
4783
|
borderRight: "0",
|
|
4740
4784
|
borderBottom: "1px solid",
|
|
4741
|
-
borderColor: o.palette.state.borderPrimary
|
|
4785
|
+
borderColor: o.vars.palette.state.borderPrimary
|
|
4742
4786
|
}
|
|
4743
4787
|
},
|
|
4744
4788
|
"& .M4LPeriod-skeletonFieldSecondary": {
|
|
@@ -4749,20 +4793,20 @@ const p = (o) => ({
|
|
|
4749
4793
|
}
|
|
4750
4794
|
},
|
|
4751
4795
|
"&:hover": {
|
|
4752
|
-
borderColor: o.palette.state.hover
|
|
4796
|
+
borderColor: o.vars.palette.state.hover
|
|
4753
4797
|
},
|
|
4754
4798
|
"&.M4LPeriod-isFocus": {
|
|
4755
|
-
borderColor: o.palette.state.active
|
|
4799
|
+
borderColor: o.vars.palette.state.active
|
|
4756
4800
|
},
|
|
4757
4801
|
"& .MuiAutocomplete-root": {
|
|
4758
4802
|
width: "100%",
|
|
4759
4803
|
borderRadius: 0,
|
|
4760
4804
|
borderRight: "1px solid",
|
|
4761
|
-
borderColor: o.palette.state.borderPrimary,
|
|
4805
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
4762
4806
|
[o.breakpoints.down("md")]: {
|
|
4763
4807
|
borderRight: 0,
|
|
4764
4808
|
borderBottom: "1px solid",
|
|
4765
|
-
borderColor: o.palette.state.borderPrimary
|
|
4809
|
+
borderColor: o.vars.palette.state.borderPrimary
|
|
4766
4810
|
},
|
|
4767
4811
|
"& .MuiInput-root": {
|
|
4768
4812
|
backgroundColor: "transparent"
|
|
@@ -4816,7 +4860,7 @@ const p = (o) => ({
|
|
|
4816
4860
|
height: "100% !important",
|
|
4817
4861
|
padding: "0px 0px 0px 8px",
|
|
4818
4862
|
borderRight: "1px solid",
|
|
4819
|
-
borderColor: o.palette.state.borderPrimary
|
|
4863
|
+
borderColor: o.vars.palette.state.borderPrimary
|
|
4820
4864
|
},
|
|
4821
4865
|
"& .M4LPeriod-containerDateValue": {
|
|
4822
4866
|
display: "flex",
|
|
@@ -4824,63 +4868,63 @@ const p = (o) => ({
|
|
|
4824
4868
|
padding: "0px 0px 0px 8px"
|
|
4825
4869
|
},
|
|
4826
4870
|
"&.M4LPeriod-stateError": {
|
|
4827
|
-
borderColor: o.palette.state.error.normal,
|
|
4828
|
-
boxShadow: o.customShadows
|
|
4871
|
+
borderColor: o.vars.palette.state.error.normal,
|
|
4872
|
+
boxShadow: o.customShadows?.z2,
|
|
4829
4873
|
"&.M4LPeriod-stateError:hover": {
|
|
4830
|
-
borderColor: o.palette.state.error.normal,
|
|
4874
|
+
borderColor: o.vars.palette.state.error.normal,
|
|
4831
4875
|
background: "transparent",
|
|
4832
|
-
boxShadow: o.customShadows
|
|
4876
|
+
boxShadow: o.customShadows?.z2
|
|
4833
4877
|
},
|
|
4834
4878
|
"& .MuiTextField-root:hover": {
|
|
4835
4879
|
width: "100%",
|
|
4836
4880
|
background: "transparent",
|
|
4837
4881
|
"& .MuiInputBase-root:hover": {
|
|
4838
|
-
background: o.palette.error.opacity,
|
|
4882
|
+
background: o.vars.palette.error.opacity,
|
|
4839
4883
|
height: "100%"
|
|
4840
4884
|
}
|
|
4841
4885
|
}
|
|
4842
4886
|
},
|
|
4843
4887
|
"&.M4LPeriod-stateWarning": {
|
|
4844
|
-
borderColor: o.palette.state.warning.normal,
|
|
4845
|
-
boxShadow: o.customShadows
|
|
4888
|
+
borderColor: o.vars.palette.state.warning.normal,
|
|
4889
|
+
boxShadow: o.customShadows?.z2,
|
|
4846
4890
|
"&.M4LPeriod-stateWarning:hover": {
|
|
4847
|
-
borderColor: o.palette.state.warning.normal,
|
|
4848
|
-
boxShadow: o.customShadows
|
|
4891
|
+
borderColor: o.vars.palette.state.warning.normal,
|
|
4892
|
+
boxShadow: o.customShadows?.z2,
|
|
4849
4893
|
background: "transparent",
|
|
4850
4894
|
"& .MuiTextField-root:hover": {
|
|
4851
4895
|
background: "transparent",
|
|
4852
4896
|
"& .MuiInputBase-root:hover": {
|
|
4853
|
-
background: o.palette.warning.opacity
|
|
4897
|
+
background: o.vars.palette.warning.opacity
|
|
4854
4898
|
}
|
|
4855
4899
|
}
|
|
4856
4900
|
}
|
|
4857
4901
|
},
|
|
4858
4902
|
"&.M4LPeriod-stateSuccess": {
|
|
4859
|
-
borderColor: o.palette.state.success.normal,
|
|
4860
|
-
boxShadow: o.customShadows
|
|
4903
|
+
borderColor: o.vars.palette.state.success.normal,
|
|
4904
|
+
boxShadow: o.customShadows?.z2,
|
|
4861
4905
|
"&.M4LPeriod-stateSuccess:hover": {
|
|
4862
|
-
borderColor: o.palette.state.success.normal,
|
|
4863
|
-
boxShadow: o.customShadows
|
|
4906
|
+
borderColor: o.vars.palette.state.success.normal,
|
|
4907
|
+
boxShadow: o.customShadows?.z2,
|
|
4864
4908
|
background: "transparent",
|
|
4865
4909
|
"& .MuiTextField-root:hover": {
|
|
4866
4910
|
background: "transparent",
|
|
4867
4911
|
"& .MuiInputBase-root:hover": {
|
|
4868
|
-
background: o.palette.success.opacity
|
|
4912
|
+
background: o.vars.palette.success.opacity
|
|
4869
4913
|
}
|
|
4870
4914
|
}
|
|
4871
4915
|
}
|
|
4872
4916
|
},
|
|
4873
4917
|
"&.M4LPeriod-stateInfo": {
|
|
4874
|
-
borderColor: o.palette.state.info.normal,
|
|
4875
|
-
boxShadow: o.customShadows
|
|
4918
|
+
borderColor: o.vars.palette.state.info.normal,
|
|
4919
|
+
boxShadow: o.customShadows?.z2,
|
|
4876
4920
|
"&.M4LPeriod-stateInfo:hover": {
|
|
4877
|
-
borderColor: o.palette.state.info.normal,
|
|
4921
|
+
borderColor: o.vars.palette.state.info.normal,
|
|
4878
4922
|
background: "transparent",
|
|
4879
|
-
boxShadow: o.customShadows
|
|
4923
|
+
boxShadow: o.customShadows?.z2,
|
|
4880
4924
|
"& .MuiTextField-root:hover": {
|
|
4881
4925
|
background: "transparent",
|
|
4882
4926
|
"& .MuiInputBase-root:hover": {
|
|
4883
|
-
background: o.palette.info.opacity
|
|
4927
|
+
background: o.vars.palette.info.opacity
|
|
4884
4928
|
}
|
|
4885
4929
|
}
|
|
4886
4930
|
}
|
|
@@ -4888,7 +4932,7 @@ const p = (o) => ({
|
|
|
4888
4932
|
}
|
|
4889
4933
|
}
|
|
4890
4934
|
}
|
|
4891
|
-
}),
|
|
4935
|
+
}), V = (o) => ({
|
|
4892
4936
|
M4LModalDialog: {
|
|
4893
4937
|
styleOverrides: {
|
|
4894
4938
|
"&.M4LModal-root": {
|
|
@@ -4908,8 +4952,8 @@ const p = (o) => ({
|
|
|
4908
4952
|
height: "100%",
|
|
4909
4953
|
overflow: "hidden",
|
|
4910
4954
|
width: "100%",
|
|
4911
|
-
background: o.palette.background.default,
|
|
4912
|
-
boxShadow: o.customShadows
|
|
4955
|
+
background: o.vars.palette.background.default,
|
|
4956
|
+
boxShadow: o.customShadows?.z2,
|
|
4913
4957
|
borderRadius: "4px",
|
|
4914
4958
|
"& .M4LCommonActions-root": {
|
|
4915
4959
|
padding: "16px 0 0 0",
|
|
@@ -4946,12 +4990,12 @@ const p = (o) => ({
|
|
|
4946
4990
|
width: "100px"
|
|
4947
4991
|
},
|
|
4948
4992
|
"& .MuiTypography-subtitle": {
|
|
4949
|
-
...o.typography.subtitleDens,
|
|
4950
|
-
color: o.palette.text.primary
|
|
4993
|
+
...o.colorSchemes.finalTheme.typography.subtitleDens,
|
|
4994
|
+
color: o.vars.palette.text.primary
|
|
4951
4995
|
},
|
|
4952
4996
|
"& .M4LModal-messageContainer": {
|
|
4953
|
-
...o.typography.body,
|
|
4954
|
-
color: o.palette.text.secondary,
|
|
4997
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
4998
|
+
color: o.vars.palette.text.secondary,
|
|
4955
4999
|
textAlign: "center"
|
|
4956
5000
|
}
|
|
4957
5001
|
}
|
|
@@ -4970,7 +5014,7 @@ const p = (o) => ({
|
|
|
4970
5014
|
justifyContent: "center"
|
|
4971
5015
|
},
|
|
4972
5016
|
"& .M4LModal-titleHeader": {
|
|
4973
|
-
...o.typography.paragraphDens,
|
|
5017
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
4974
5018
|
width: "100%",
|
|
4975
5019
|
whiteSpace: "nowrap",
|
|
4976
5020
|
textOverflow: "ellipsis",
|
|
@@ -4987,7 +5031,6 @@ const p = (o) => ({
|
|
|
4987
5031
|
flex: "1",
|
|
4988
5032
|
overflow: "hidden",
|
|
4989
5033
|
"& .M4LStack-root": {
|
|
4990
|
-
gap: "8px",
|
|
4991
5034
|
overflow: "hidden"
|
|
4992
5035
|
}
|
|
4993
5036
|
}
|
|
@@ -5006,24 +5049,24 @@ const p = (o) => ({
|
|
|
5006
5049
|
margin: "0px",
|
|
5007
5050
|
maxWidth: "unset",
|
|
5008
5051
|
maxHeight: "unset",
|
|
5009
|
-
background: o.palette.state.active12,
|
|
5052
|
+
background: o.vars.palette.state.active12,
|
|
5010
5053
|
border: "2px solid",
|
|
5011
|
-
borderColor: o.palette.state.borderPrimary,
|
|
5012
|
-
boxShadow: o.customShadows.z4,
|
|
5054
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
5055
|
+
boxShadow: o.vars.customShadows.z4,
|
|
5013
5056
|
width: "auto",
|
|
5014
5057
|
height: "auto"
|
|
5015
5058
|
}
|
|
5016
5059
|
}
|
|
5017
5060
|
}
|
|
5018
|
-
}),
|
|
5061
|
+
}), O = (o) => ({
|
|
5019
5062
|
M4LPaperForm: {
|
|
5020
5063
|
styleOverrides: {
|
|
5021
5064
|
"&.M4LPaperForm-root": {
|
|
5022
5065
|
padding: "0",
|
|
5023
5066
|
borderRadius: "4px",
|
|
5024
|
-
background: o.palette.background.default,
|
|
5067
|
+
background: o.vars.palette.background.default,
|
|
5025
5068
|
border: "1px solid",
|
|
5026
|
-
borderColor: o.palette.state.borderSecondary,
|
|
5069
|
+
borderColor: o.vars.palette.state.borderSecondary,
|
|
5027
5070
|
width: "100%",
|
|
5028
5071
|
height: "auto",
|
|
5029
5072
|
"&.M4LPaperForm-isForm .M4LPaperForm-content": {
|
|
@@ -5036,15 +5079,15 @@ const p = (o) => ({
|
|
|
5036
5079
|
padding: "2px 4px 2px 8px",
|
|
5037
5080
|
margin: "0px",
|
|
5038
5081
|
borderRadius: "4px",
|
|
5039
|
-
background: o.palette.background.header,
|
|
5082
|
+
background: o.vars.palette.background.header,
|
|
5040
5083
|
borderBottom: "none",
|
|
5041
5084
|
[o.breakpoints.down("md")]: {
|
|
5042
5085
|
height: "36px",
|
|
5043
5086
|
minHeight: "36px"
|
|
5044
5087
|
},
|
|
5045
5088
|
"& .M4LPaperForm-iconTitleContainer": {
|
|
5046
|
-
...o.typography.bodyDens,
|
|
5047
|
-
color: o.palette.text.primary,
|
|
5089
|
+
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
5090
|
+
color: o.vars.palette.text.primary,
|
|
5048
5091
|
display: "flex",
|
|
5049
5092
|
gap: "8px",
|
|
5050
5093
|
"& .M4LPaperForm-iconHeaderContainer": {
|
|
@@ -5058,13 +5101,13 @@ const p = (o) => ({
|
|
|
5058
5101
|
height: "fit-content",
|
|
5059
5102
|
width: "100%",
|
|
5060
5103
|
padding: "12px",
|
|
5061
|
-
color: o.palette.text.primary,
|
|
5062
|
-
...o.typography.body
|
|
5104
|
+
color: o.vars.palette.text.primary,
|
|
5105
|
+
...o.colorSchemes.finalTheme.typography.body
|
|
5063
5106
|
}
|
|
5064
5107
|
}
|
|
5065
5108
|
}
|
|
5066
5109
|
}
|
|
5067
|
-
}),
|
|
5110
|
+
}), j = (o) => ({
|
|
5068
5111
|
M4LTooltip: {
|
|
5069
5112
|
styleOverrides: {
|
|
5070
5113
|
"&.M4LTooltip-root": {
|
|
@@ -5072,20 +5115,20 @@ const p = (o) => ({
|
|
|
5072
5115
|
"& .MuiTooltip-tooltip": {
|
|
5073
5116
|
display: "flex",
|
|
5074
5117
|
alignItems: "center",
|
|
5075
|
-
background: o.palette.info.main,
|
|
5118
|
+
background: o.vars.palette.info.main,
|
|
5076
5119
|
borderRadius: "4px",
|
|
5077
|
-
boxShadow: o.customShadows
|
|
5120
|
+
boxShadow: o.customShadows?.z2,
|
|
5078
5121
|
padding: "4px 8px",
|
|
5079
5122
|
height: "fit-content",
|
|
5080
5123
|
minHeight: "24px",
|
|
5081
5124
|
width: "fit-content",
|
|
5082
|
-
color:
|
|
5083
|
-
...o.typography.body
|
|
5125
|
+
color: e.marbleLight[30],
|
|
5126
|
+
...o.colorSchemes.finalTheme.typography.body
|
|
5084
5127
|
}
|
|
5085
5128
|
}
|
|
5086
5129
|
}
|
|
5087
5130
|
}
|
|
5088
|
-
}),
|
|
5131
|
+
}), G = (o) => ({
|
|
5089
5132
|
M4LBadge: {
|
|
5090
5133
|
styleOverrides: {
|
|
5091
5134
|
"&.M4LBadge-root": {
|
|
@@ -5105,26 +5148,26 @@ const p = (o) => ({
|
|
|
5105
5148
|
paddingLeft: "7px",
|
|
5106
5149
|
borderRadius: "4px",
|
|
5107
5150
|
border: "1px solid",
|
|
5108
|
-
borderColor: o.palette.background.default,
|
|
5109
|
-
backgroundColor: o.palette.state.error.normal,
|
|
5151
|
+
borderColor: o.vars.palette.background.default,
|
|
5152
|
+
backgroundColor: o.vars.palette.state.error.normal,
|
|
5110
5153
|
height: "16px",
|
|
5111
5154
|
top: "14%",
|
|
5112
5155
|
right: "16%",
|
|
5113
|
-
color: o.palette.patronus?.marbleLight[30]
|
|
5156
|
+
color: o.vars.palette.patronus?.marbleLight[30]
|
|
5114
5157
|
}
|
|
5115
5158
|
}
|
|
5116
5159
|
}
|
|
5117
5160
|
}
|
|
5118
5161
|
}
|
|
5119
|
-
}),
|
|
5162
|
+
}), N = (o) => (console.log("Test media query", o.typography.body), {
|
|
5120
5163
|
M4LDataGrid: {
|
|
5121
5164
|
styleOverrides: {
|
|
5122
5165
|
"&.M4LDataGrid-root": {
|
|
5123
|
-
background: o.palette.background.default,
|
|
5166
|
+
background: o.vars.palette.background.default,
|
|
5124
5167
|
boxShadow: "unset",
|
|
5125
5168
|
borderRadius: "4px",
|
|
5126
5169
|
border: "1px solid",
|
|
5127
|
-
borderColor: o.palette.state.borderPrimary,
|
|
5170
|
+
borderColor: o.vars.palette.state.borderPrimary,
|
|
5128
5171
|
display: "flex",
|
|
5129
5172
|
position: "relative",
|
|
5130
5173
|
flexDirection: "column",
|
|
@@ -5145,7 +5188,7 @@ const p = (o) => ({
|
|
|
5145
5188
|
}
|
|
5146
5189
|
},
|
|
5147
5190
|
"& .M4LDataGrid-actions": {
|
|
5148
|
-
...o.typography.body,
|
|
5191
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
5149
5192
|
left: "0px",
|
|
5150
5193
|
right: "0px",
|
|
5151
5194
|
top: "0px",
|
|
@@ -5157,7 +5200,7 @@ const p = (o) => ({
|
|
|
5157
5200
|
borderRadius: "4px",
|
|
5158
5201
|
alignItems: "center",
|
|
5159
5202
|
justifyContent: "space-between",
|
|
5160
|
-
background: o.palette.background.default,
|
|
5203
|
+
background: o.vars.palette.background.default,
|
|
5161
5204
|
position: "absolute",
|
|
5162
5205
|
gap: "8px",
|
|
5163
5206
|
["@container main (max-width: 600px)"]: {
|
|
@@ -5169,7 +5212,7 @@ const p = (o) => ({
|
|
|
5169
5212
|
gap: "8px",
|
|
5170
5213
|
marginLeft: "12px",
|
|
5171
5214
|
"& .M4LIconButton-root": {
|
|
5172
|
-
background: o.palette.background.default
|
|
5215
|
+
background: o.vars.palette.background.default
|
|
5173
5216
|
}
|
|
5174
5217
|
},
|
|
5175
5218
|
"& .M4LDataGrid-rowsCount": {
|
|
@@ -5177,8 +5220,8 @@ const p = (o) => ({
|
|
|
5177
5220
|
gap: "8px",
|
|
5178
5221
|
alignItems: "center",
|
|
5179
5222
|
"& .M4LDataGrid-rowsCountLabel": {
|
|
5180
|
-
...o.typography.body,
|
|
5181
|
-
color: o.palette.text.primary,
|
|
5223
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
5224
|
+
color: o.vars.palette.text.primary,
|
|
5182
5225
|
height: "100%"
|
|
5183
5226
|
},
|
|
5184
5227
|
"& .M4LDataGrid-rowsCountValue": {
|
|
@@ -5186,7 +5229,7 @@ const p = (o) => ({
|
|
|
5186
5229
|
paddingBottom: "2px",
|
|
5187
5230
|
paddingLeft: "4px",
|
|
5188
5231
|
paddingRight: "6px",
|
|
5189
|
-
background: o.palette.background.default,
|
|
5232
|
+
background: o.vars.palette.background.default,
|
|
5190
5233
|
borderRadius: "4px"
|
|
5191
5234
|
}
|
|
5192
5235
|
},
|
|
@@ -5208,8 +5251,8 @@ const p = (o) => ({
|
|
|
5208
5251
|
padding: "0 4px",
|
|
5209
5252
|
borderRadius: "4px",
|
|
5210
5253
|
border: "none",
|
|
5211
|
-
boxshadow: o.customShadows
|
|
5212
|
-
background: o.palette.background.default,
|
|
5254
|
+
boxshadow: o.customShadows?.z2,
|
|
5255
|
+
background: o.vars.palette.background.default,
|
|
5213
5256
|
["@container main (max-width: 600px)"]: {
|
|
5214
5257
|
top: "44px"
|
|
5215
5258
|
},
|
|
@@ -5220,7 +5263,7 @@ const p = (o) => ({
|
|
|
5220
5263
|
borderRadius: "4px 0px",
|
|
5221
5264
|
"& .rdg ": {
|
|
5222
5265
|
border: "none",
|
|
5223
|
-
background: o.palette.background.default,
|
|
5266
|
+
background: o.vars.palette.background.default,
|
|
5224
5267
|
gridColumnGap: "0px",
|
|
5225
5268
|
gridRowGap: "0px",
|
|
5226
5269
|
userSelect: "initial",
|
|
@@ -5229,16 +5272,16 @@ const p = (o) => ({
|
|
|
5229
5272
|
overflow: "auto",
|
|
5230
5273
|
padding: "0px",
|
|
5231
5274
|
"--rdg-grid-inline-size": "0px",
|
|
5232
|
-
"--rdg-header-background-color": o.palette.background.header,
|
|
5275
|
+
"--rdg-header-background-color": o.vars.palette.background.header,
|
|
5233
5276
|
"--rdg-row-selected-background-color": "#D9E9FC",
|
|
5234
5277
|
"--rdg-row-hover-background-color": "#D9E9FC",
|
|
5235
|
-
"--rdg-background-color": o.palette.background.default,
|
|
5236
|
-
"--rdg-selection-color": o.palette.state.lineTheme,
|
|
5237
|
-
"--row-selected-hover-background-color": (o.palette.mode === "light", o.palette.state
|
|
5238
|
-
"--rdg-checkbox-color": o.palette.primary.main,
|
|
5278
|
+
"--rdg-background-color": o.vars.palette.background.default,
|
|
5279
|
+
"--rdg-selection-color": o.vars.palette.state.lineTheme,
|
|
5280
|
+
"--row-selected-hover-background-color": (o.colorSchemes.finalTheme.palette.mode === "light", o.vars.palette.state?.toneOp),
|
|
5281
|
+
"--rdg-checkbox-color": o.vars.palette.primary.main,
|
|
5239
5282
|
"--rdg-checkbox-focus-color": t(
|
|
5240
|
-
o.palette.primary.main,
|
|
5241
|
-
o.palette.action.selectedOpacity
|
|
5283
|
+
o.colorSchemes.finalTheme.palette.primary.main,
|
|
5284
|
+
o.colorSchemes.finalTheme.palette.action.selectedOpacity
|
|
5242
5285
|
),
|
|
5243
5286
|
"--rdg-border-color": "none",
|
|
5244
5287
|
"&:last-child .rdg-cell": {
|
|
@@ -5246,7 +5289,7 @@ const p = (o) => ({
|
|
|
5246
5289
|
borderBottom: "1px solid",
|
|
5247
5290
|
borderLeft: "0.5px solid",
|
|
5248
5291
|
borderRight: "0.5px solid",
|
|
5249
|
-
borderColor: o.palette.state.borderDisable
|
|
5292
|
+
borderColor: o.vars.palette.state.borderDisable
|
|
5250
5293
|
}
|
|
5251
5294
|
},
|
|
5252
5295
|
'& [role="columnheader"]': {
|
|
@@ -5255,21 +5298,21 @@ const p = (o) => ({
|
|
|
5255
5298
|
},
|
|
5256
5299
|
"& .rdg-row": {
|
|
5257
5300
|
'&[aria-selected="false"] .rdg-cell': {
|
|
5258
|
-
backgroundColor: o.palette.background.default,
|
|
5301
|
+
backgroundColor: o.vars.palette.background.default,
|
|
5259
5302
|
borderLeft: "0.5px solid",
|
|
5260
|
-
borderColor: o.palette.state.borderDisable
|
|
5303
|
+
borderColor: o.vars.palette.state.borderDisable
|
|
5261
5304
|
},
|
|
5262
5305
|
"&:nth-of-type(odd)": {
|
|
5263
5306
|
"& .rdg-cell": {
|
|
5264
|
-
backgroundColor: o.palette.background.default
|
|
5307
|
+
backgroundColor: o.vars.palette.background.default
|
|
5265
5308
|
}
|
|
5266
5309
|
},
|
|
5267
5310
|
'&[aria-selected="true"] .rdg-cell': {
|
|
5268
|
-
backgroundColor: o.palette.state
|
|
5311
|
+
backgroundColor: o.vars.palette.state?.toneOp
|
|
5269
5312
|
},
|
|
5270
5313
|
"&:hover": {
|
|
5271
5314
|
"& .rdg-cell": {
|
|
5272
|
-
backgroundColor: `${o.palette.state.gridHover}!important`,
|
|
5315
|
+
backgroundColor: `${o.vars.palette.state.gridHover}!important`,
|
|
5273
5316
|
transition: "background-color 0.1s linear"
|
|
5274
5317
|
}
|
|
5275
5318
|
},
|
|
@@ -5279,8 +5322,8 @@ const p = (o) => ({
|
|
|
5279
5322
|
transition: "background-color 0.1s linear",
|
|
5280
5323
|
borderBottom: "0px solid transparent",
|
|
5281
5324
|
borderRight: "0.5px solid transparent",
|
|
5282
|
-
borderColor: o.palette.background.background,
|
|
5283
|
-
color: o.palette.text.secondary,
|
|
5325
|
+
borderColor: o.vars.palette.background.background,
|
|
5326
|
+
color: o.vars.palette.text.secondary,
|
|
5284
5327
|
display: "inline",
|
|
5285
5328
|
justifyContent: "center",
|
|
5286
5329
|
alignItems: "center",
|
|
@@ -5288,7 +5331,7 @@ const p = (o) => ({
|
|
|
5288
5331
|
gridTemplateColumns: "auto",
|
|
5289
5332
|
"& .rdg-text-editor": {
|
|
5290
5333
|
textAlign: "inherit",
|
|
5291
|
-
color: o.palette.text.secondary,
|
|
5334
|
+
color: o.vars.palette.text.secondary,
|
|
5292
5335
|
padding: "0 8px",
|
|
5293
5336
|
lineHeight: "var(--rdg-row-height)!important",
|
|
5294
5337
|
border: "0",
|
|
@@ -5296,8 +5339,8 @@ const p = (o) => ({
|
|
|
5296
5339
|
borderBottom: "1px solid",
|
|
5297
5340
|
borderLeft: "0.5px solid",
|
|
5298
5341
|
borderRight: "0.5px solid",
|
|
5299
|
-
borderColor: `${o.palette.state.borderDisable}!important`,
|
|
5300
|
-
...o.typography.body
|
|
5342
|
+
borderColor: `${o.vars.palette.state.borderDisable}!important`,
|
|
5343
|
+
...o.colorSchemes.finalTheme.typography.body
|
|
5301
5344
|
},
|
|
5302
5345
|
"&.rdg-cell-frozen": {
|
|
5303
5346
|
display: "flex",
|
|
@@ -5307,7 +5350,7 @@ const p = (o) => ({
|
|
|
5307
5350
|
},
|
|
5308
5351
|
"&:after": {
|
|
5309
5352
|
content: '""',
|
|
5310
|
-
borderRight: `0px solid ${o.palette.divider}`,
|
|
5353
|
+
borderRight: `0px solid ${o.vars.palette.divider}`,
|
|
5311
5354
|
position: "absolute",
|
|
5312
5355
|
right: "0px",
|
|
5313
5356
|
height: "100%"
|
|
@@ -5317,11 +5360,11 @@ const p = (o) => ({
|
|
|
5317
5360
|
}
|
|
5318
5361
|
},
|
|
5319
5362
|
'& .rdg-cell[role="gridcell"]': {
|
|
5320
|
-
...o.typography.body,
|
|
5363
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
5321
5364
|
lineHeight: "var(--rdg-row-height)!important"
|
|
5322
5365
|
},
|
|
5323
5366
|
'& .rdg-cell[role="columnheader"] .rdg-header-sort-name': {
|
|
5324
|
-
...o.typography.bodyDens,
|
|
5367
|
+
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
5325
5368
|
lineHeight: "var(--rdg-row-height)!important",
|
|
5326
5369
|
height: "28px",
|
|
5327
5370
|
display: "flex",
|
|
@@ -5329,15 +5372,15 @@ const p = (o) => ({
|
|
|
5329
5372
|
alignItems: "center"
|
|
5330
5373
|
},
|
|
5331
5374
|
'& .rdg-cell[role="columnheader"] [draggable="true"]': {
|
|
5332
|
-
...o.typography.bodyDens,
|
|
5375
|
+
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
5333
5376
|
lineHeight: "var(--rdg-row-height)!important"
|
|
5334
5377
|
},
|
|
5335
5378
|
"& [aria-selected=true]": {
|
|
5336
|
-
backgroundColor: o.palette.state
|
|
5337
|
-
color: o.palette.text.primary,
|
|
5379
|
+
backgroundColor: o.vars.palette.state?.toneOp,
|
|
5380
|
+
color: o.vars.palette.text.primary,
|
|
5338
5381
|
outline: "1px solid",
|
|
5339
5382
|
outlineOffset: "-1px",
|
|
5340
|
-
outlineColor: o.palette.state.lineTheme
|
|
5383
|
+
outlineColor: o.vars.palette.state.lineTheme
|
|
5341
5384
|
},
|
|
5342
5385
|
"& .rdg-cell.rdg-cell-align-left": {
|
|
5343
5386
|
textAlign: "start",
|
|
@@ -5357,26 +5400,26 @@ const p = (o) => ({
|
|
|
5357
5400
|
},
|
|
5358
5401
|
"& .rdg-row :last-child:after": {
|
|
5359
5402
|
borderRight: "0px solid",
|
|
5360
|
-
borderColor: o.palette.background.neutral
|
|
5403
|
+
borderColor: o.vars.palette.background.neutral
|
|
5361
5404
|
},
|
|
5362
5405
|
"& .rdg-header-row": {
|
|
5363
|
-
backgroundColor: o.palette.background.header
|
|
5406
|
+
backgroundColor: o.vars.palette.background.header
|
|
5364
5407
|
},
|
|
5365
5408
|
"& .rdg-header-row .rdg-cell": {
|
|
5366
5409
|
fontFamily: o.typography.body,
|
|
5367
5410
|
fontWeight: o.typography.body,
|
|
5368
5411
|
fontSize: o.typography.body,
|
|
5369
|
-
color: o.palette.text.primary,
|
|
5412
|
+
color: o.vars.palette.text.primary,
|
|
5370
5413
|
borderRight: "0.5px solid !important",
|
|
5371
5414
|
boxShadow: "none",
|
|
5372
5415
|
gridTemplateColumns: "auto",
|
|
5373
5416
|
borderBottom: "0.5px solid !important",
|
|
5374
|
-
borderColor: `${o.palette.state.borderDisable}!important`,
|
|
5417
|
+
borderColor: `${o.vars.palette.state.borderDisable}!important`,
|
|
5375
5418
|
'& [draggable="true"]': {
|
|
5376
5419
|
fontSize: o.typography.body
|
|
5377
5420
|
},
|
|
5378
5421
|
"&.rdg-cell-frozen-last": {
|
|
5379
|
-
borderColor: o.palette.background.default,
|
|
5422
|
+
borderColor: o.vars.palette.background.default,
|
|
5380
5423
|
boxShadow: "var(--rdg-frozen-cell-box-shadow)",
|
|
5381
5424
|
"&:after": {}
|
|
5382
5425
|
},
|
|
@@ -5406,7 +5449,7 @@ const p = (o) => ({
|
|
|
5406
5449
|
width: "100%",
|
|
5407
5450
|
flexGrow: "1",
|
|
5408
5451
|
alignItems: "center",
|
|
5409
|
-
color: o.palette.text.primary
|
|
5452
|
+
color: o.vars.palette.text.primary
|
|
5410
5453
|
}
|
|
5411
5454
|
}
|
|
5412
5455
|
},
|
|
@@ -5458,7 +5501,7 @@ const p = (o) => ({
|
|
|
5458
5501
|
}
|
|
5459
5502
|
}
|
|
5460
5503
|
}
|
|
5461
|
-
}),
|
|
5504
|
+
}), E = (o) => ({
|
|
5462
5505
|
M4LPager: {
|
|
5463
5506
|
styleOverrides: {
|
|
5464
5507
|
"&.M4LPager-root": {
|
|
@@ -5476,7 +5519,7 @@ const p = (o) => ({
|
|
|
5476
5519
|
alignItems: "center",
|
|
5477
5520
|
gap: "2px",
|
|
5478
5521
|
width: "fit-content",
|
|
5479
|
-
background: o.palette.background.default,
|
|
5522
|
+
background: o.vars.palette.background.default,
|
|
5480
5523
|
borderRadius: "4px",
|
|
5481
5524
|
margin: "auto",
|
|
5482
5525
|
[o.breakpoints.down("sm")]: {
|
|
@@ -5503,8 +5546,8 @@ const p = (o) => ({
|
|
|
5503
5546
|
alignItems: "center",
|
|
5504
5547
|
"& .M4LPager-select": {
|
|
5505
5548
|
"& .MuiSelect-select": {
|
|
5506
|
-
...o.typography.body,
|
|
5507
|
-
color: o.palette.text.primary
|
|
5549
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
5550
|
+
color: o.vars.palette.text.primary
|
|
5508
5551
|
},
|
|
5509
5552
|
"& .MuiSelect-icon": {
|
|
5510
5553
|
right: "0",
|
|
@@ -5519,11 +5562,11 @@ const p = (o) => ({
|
|
|
5519
5562
|
"& .MuiInputBase-root": {
|
|
5520
5563
|
padding: "4px 2px 4px 6px",
|
|
5521
5564
|
borderRadius: "4px",
|
|
5522
|
-
background: o.palette.background.default,
|
|
5565
|
+
background: o.vars.palette.background.default,
|
|
5523
5566
|
overflow: "hidden",
|
|
5524
5567
|
minWidth: "fit-content",
|
|
5525
5568
|
"& .MuiSvgIcon-root": {
|
|
5526
|
-
background: o.palette.background.default
|
|
5569
|
+
background: o.vars.palette.background.default
|
|
5527
5570
|
}
|
|
5528
5571
|
},
|
|
5529
5572
|
"& .M4LPager-skeletonRoot": {
|
|
@@ -5558,14 +5601,14 @@ const p = (o) => ({
|
|
|
5558
5601
|
"&.M4LPager-selectMenuPopover": {
|
|
5559
5602
|
"& .MuiList-root": {
|
|
5560
5603
|
"& .MuiMenuItem-root": {
|
|
5561
|
-
...o.typography.body,
|
|
5562
|
-
color: o.palette.text.primary
|
|
5604
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
5605
|
+
color: o.vars.palette.text.primary
|
|
5563
5606
|
}
|
|
5564
5607
|
}
|
|
5565
5608
|
}
|
|
5566
5609
|
}
|
|
5567
5610
|
}
|
|
5568
|
-
}),
|
|
5611
|
+
}), $ = (o) => ({
|
|
5569
5612
|
M4LCheckBox: {
|
|
5570
5613
|
styleOverrides: {
|
|
5571
5614
|
"&.M4LCheckBox-root": {
|
|
@@ -5580,8 +5623,8 @@ const p = (o) => ({
|
|
|
5580
5623
|
height: "36px"
|
|
5581
5624
|
},
|
|
5582
5625
|
"& .MuiTypography-root": {
|
|
5583
|
-
color: o.palette.text.primary,
|
|
5584
|
-
...o.typography.body
|
|
5626
|
+
color: o.vars.palette.text.primary,
|
|
5627
|
+
...o.colorSchemes.finalTheme.typography.body
|
|
5585
5628
|
},
|
|
5586
5629
|
"&.M4LCheckBox-small ": {
|
|
5587
5630
|
"& .MuiButtonBase-root": {
|
|
@@ -5611,24 +5654,24 @@ const p = (o) => ({
|
|
|
5611
5654
|
borderRadius: "4px"
|
|
5612
5655
|
},
|
|
5613
5656
|
"& .MuiButtonBase-root:hover": {
|
|
5614
|
-
backgroundColor: o.palette.state?.active12,
|
|
5657
|
+
backgroundColor: o.vars.palette.state?.active12,
|
|
5615
5658
|
borderRadius: "4px"
|
|
5616
5659
|
},
|
|
5617
5660
|
"& .Mui-focusVisible": {
|
|
5618
5661
|
border: "1px solid",
|
|
5619
|
-
borderColor: o.palette.state?.focus
|
|
5662
|
+
borderColor: o.vars.palette.state?.focus
|
|
5620
5663
|
},
|
|
5621
5664
|
"& .MuiButtonBase-root:hover .MuiSvgIcon-root": {
|
|
5622
|
-
fill: o.palette.state?.hover
|
|
5665
|
+
fill: o.vars.palette.state?.hover
|
|
5623
5666
|
},
|
|
5624
5667
|
"& .M4LCheckBox-checkTypography .MuiTypography-root": {
|
|
5625
|
-
...o.typography.body
|
|
5668
|
+
...o.colorSchemes.finalTheme.typography.body
|
|
5626
5669
|
},
|
|
5627
5670
|
"& .M4LCheckBox-stateDisabled .MuiSvgIcon-root": {
|
|
5628
|
-
fill: o.palette.state?.default
|
|
5671
|
+
fill: o.vars.palette.state?.default
|
|
5629
5672
|
},
|
|
5630
5673
|
"& .M4LCheckBox-stateDisabled .MuiTypography-root": {
|
|
5631
|
-
color: o.palette.text.disabled
|
|
5674
|
+
color: o.vars.palette.text.disabled
|
|
5632
5675
|
},
|
|
5633
5676
|
"& .MuiButtonBase-root .Mui-focusVisible:focus-visible": {
|
|
5634
5677
|
outline: "#fff00"
|
|
@@ -5636,7 +5679,7 @@ const p = (o) => ({
|
|
|
5636
5679
|
}
|
|
5637
5680
|
}
|
|
5638
5681
|
}
|
|
5639
|
-
}),
|
|
5682
|
+
}), _ = (o) => ({
|
|
5640
5683
|
M4LStack: {
|
|
5641
5684
|
styleOverrides: {
|
|
5642
5685
|
"&.M4LStack-root": {
|
|
@@ -5649,7 +5692,7 @@ const p = (o) => ({
|
|
|
5649
5692
|
}
|
|
5650
5693
|
}
|
|
5651
5694
|
}
|
|
5652
|
-
}),
|
|
5695
|
+
}), U = (o) => ({
|
|
5653
5696
|
M4LTabs: {
|
|
5654
5697
|
styleOverrides: {
|
|
5655
5698
|
"&.M4LTabs-root": {
|
|
@@ -5658,19 +5701,20 @@ const p = (o) => ({
|
|
|
5658
5701
|
position: "relative",
|
|
5659
5702
|
minHeight: "32px",
|
|
5660
5703
|
borderRadius: "4px 4px 0 0",
|
|
5704
|
+
zIndex: "2",
|
|
5661
5705
|
"& .MuiTabs-indicator": {
|
|
5662
5706
|
display: "none"
|
|
5663
5707
|
},
|
|
5664
5708
|
"& .MuiButtonBase-root": {
|
|
5665
|
-
background: o.palette.background.background,
|
|
5709
|
+
background: o.vars.palette.background.background,
|
|
5666
5710
|
borderRadius: "4px 4px 0 0",
|
|
5667
5711
|
"& .MuiSvgIcon-root": {
|
|
5668
|
-
color: o.palette.text.primary
|
|
5712
|
+
color: o.vars.palette.text.primary
|
|
5669
5713
|
}
|
|
5670
5714
|
},
|
|
5671
5715
|
"& .MuiButtonBase-root:hover": {
|
|
5672
5716
|
"& .MuiSvgIcon-root": {
|
|
5673
|
-
color: o.palette.state.active
|
|
5717
|
+
color: o.vars.palette.state.active
|
|
5674
5718
|
}
|
|
5675
5719
|
},
|
|
5676
5720
|
"& .MuiTabs-scroller": {
|
|
@@ -5678,8 +5722,7 @@ const p = (o) => ({
|
|
|
5678
5722
|
"& .MuiTabs-flexContainer": {
|
|
5679
5723
|
padding: "0px",
|
|
5680
5724
|
backgroundColor: "transparent",
|
|
5681
|
-
|
|
5682
|
-
width: "fit-content",
|
|
5725
|
+
width: "100%",
|
|
5683
5726
|
borderRadius: "4px 4px 0 0"
|
|
5684
5727
|
}
|
|
5685
5728
|
},
|
|
@@ -5689,7 +5732,7 @@ const p = (o) => ({
|
|
|
5689
5732
|
}
|
|
5690
5733
|
}
|
|
5691
5734
|
}
|
|
5692
|
-
}),
|
|
5735
|
+
}), q = (o) => ({
|
|
5693
5736
|
M4LNoItemSelected: {
|
|
5694
5737
|
styleOverrides: {
|
|
5695
5738
|
"&.M4LNoItemSelected-root": {
|
|
@@ -5709,7 +5752,7 @@ const p = (o) => ({
|
|
|
5709
5752
|
}
|
|
5710
5753
|
}
|
|
5711
5754
|
}
|
|
5712
|
-
}),
|
|
5755
|
+
}), Y = (o) => ({
|
|
5713
5756
|
M4LScrollBar: {
|
|
5714
5757
|
styleOverrides: {
|
|
5715
5758
|
"&.M4LScrollBar-root": {
|
|
@@ -5734,17 +5777,17 @@ const p = (o) => ({
|
|
|
5734
5777
|
position: "relative"
|
|
5735
5778
|
},
|
|
5736
5779
|
"& .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before": {
|
|
5737
|
-
background: o.palette.state.scrollBar,
|
|
5780
|
+
background: o.vars.palette.state.scrollBar,
|
|
5738
5781
|
borderRadius: "2px"
|
|
5739
5782
|
},
|
|
5740
5783
|
"& .simplebar-track.simplebar-vertical .simplebar-scrollbar:before": {
|
|
5741
|
-
background: o.palette.state.scrollBar,
|
|
5784
|
+
background: o.vars.palette.state.scrollBar,
|
|
5742
5785
|
borderRadius: "2px"
|
|
5743
5786
|
}
|
|
5744
5787
|
}
|
|
5745
5788
|
}
|
|
5746
5789
|
}
|
|
5747
|
-
}),
|
|
5790
|
+
}), X = (o) => ({
|
|
5748
5791
|
M4LGridLayout: {
|
|
5749
5792
|
styleOverrides: {
|
|
5750
5793
|
"&.M4LGridLayout-root": {
|
|
@@ -5752,34 +5795,45 @@ const p = (o) => ({
|
|
|
5752
5795
|
}
|
|
5753
5796
|
}
|
|
5754
5797
|
}
|
|
5755
|
-
}),
|
|
5798
|
+
}), J = (o) => ({
|
|
5756
5799
|
M4LTabContent: {
|
|
5757
5800
|
styleOverrides: {
|
|
5758
5801
|
"&.M4LTabContent-root": {
|
|
5759
|
-
padding: "
|
|
5802
|
+
padding: "12px",
|
|
5760
5803
|
display: "flex",
|
|
5761
5804
|
overflow: "hidden",
|
|
5762
5805
|
height: "100%",
|
|
5763
5806
|
flexDirection: "column",
|
|
5764
5807
|
gap: "8px",
|
|
5765
|
-
background: o.palette.background.default,
|
|
5766
|
-
borderRadius: "0
|
|
5808
|
+
background: o.vars.palette.background.default,
|
|
5809
|
+
borderRadius: "0 4px 4px 4px",
|
|
5767
5810
|
position: "relative",
|
|
5768
5811
|
flex: 1,
|
|
5812
|
+
borderTop: "1px solid",
|
|
5813
|
+
borderLeft: "1px solid",
|
|
5814
|
+
borderRight: "1px solid",
|
|
5815
|
+
borderBottom: "1px solid",
|
|
5816
|
+
borderColor: o.vars.palette.state.borderSecondary,
|
|
5817
|
+
boxSizing: "border-box",
|
|
5818
|
+
zIndex: "1",
|
|
5819
|
+
top: "-1px",
|
|
5820
|
+
"& .M4LStack-root": {
|
|
5821
|
+
gap: "8px !important"
|
|
5822
|
+
},
|
|
5769
5823
|
"&.M4LTabContent-root > div": {
|
|
5770
5824
|
gap: "8px"
|
|
5771
5825
|
}
|
|
5772
5826
|
}
|
|
5773
5827
|
}
|
|
5774
5828
|
}
|
|
5775
|
-
}),
|
|
5829
|
+
}), K = (o) => ({
|
|
5776
5830
|
M4LMenuActions: {
|
|
5777
5831
|
styleOverrides: {
|
|
5778
5832
|
"&.M4LMenuActions-root": {
|
|
5779
5833
|
"& .MuiPaper-root": {
|
|
5780
5834
|
display: "flex",
|
|
5781
5835
|
flexDirection: "column",
|
|
5782
|
-
background: o.palette.background.default,
|
|
5836
|
+
background: o.vars.palette.background.default,
|
|
5783
5837
|
gap: "8px",
|
|
5784
5838
|
"& .MuiButtonBase-root": {
|
|
5785
5839
|
display: "flex",
|
|
@@ -5798,15 +5852,15 @@ const p = (o) => ({
|
|
|
5798
5852
|
}
|
|
5799
5853
|
},
|
|
5800
5854
|
"& .M4LMenuActions-itemDelete": {
|
|
5801
|
-
color: o.palette.state.error.normal,
|
|
5855
|
+
color: o.vars.palette.state.error.normal,
|
|
5802
5856
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
5803
|
-
backgroundColor: o.palette.state.error.normal
|
|
5857
|
+
backgroundColor: o.vars.palette.state.error.normal
|
|
5804
5858
|
}
|
|
5805
5859
|
}
|
|
5806
5860
|
}
|
|
5807
5861
|
}
|
|
5808
5862
|
}
|
|
5809
|
-
}),
|
|
5863
|
+
}), Q = (o) => ({
|
|
5810
5864
|
M4LPrintingSystem: {
|
|
5811
5865
|
styleOverrides: {
|
|
5812
5866
|
"&.M4LPrintingSystem-root": {
|
|
@@ -5845,17 +5899,17 @@ const p = (o) => ({
|
|
|
5845
5899
|
"& .M4LPrintingSystem-textBoxNodeRoot": {
|
|
5846
5900
|
height: "auto",
|
|
5847
5901
|
"&.M4LPrintingSystem-textBoxNodeVariant-h1": {
|
|
5848
|
-
...o.typography.h1,
|
|
5902
|
+
...o.colorSchemes.finalTheme.typography.h1,
|
|
5849
5903
|
fontSize: "18px!important"
|
|
5850
5904
|
},
|
|
5851
5905
|
"&.M4LPrintingSystem-textBoxNodeVariant-h3": {
|
|
5852
|
-
...o.typography.subtitle
|
|
5906
|
+
...o.colorSchemes.finalTheme.typography.subtitle
|
|
5853
5907
|
},
|
|
5854
5908
|
"&.M4LPrintingSystem-textBoxNodeVariant-body": {
|
|
5855
|
-
...o.typography.body
|
|
5909
|
+
...o.colorSchemes.finalTheme.typography.body
|
|
5856
5910
|
},
|
|
5857
5911
|
"&.M4LPrintingSystem-textBoxNodeVariant-action": {
|
|
5858
|
-
...o.typography.action,
|
|
5912
|
+
...o.colorSchemes.finalTheme.typography.action,
|
|
5859
5913
|
fontSize: "10px!important"
|
|
5860
5914
|
}
|
|
5861
5915
|
},
|
|
@@ -5872,12 +5926,12 @@ const p = (o) => ({
|
|
|
5872
5926
|
border: "2px",
|
|
5873
5927
|
backgroundColor: "#F0F2F2",
|
|
5874
5928
|
"& .M4LPrintingSystem-paperNodeTitle": {
|
|
5875
|
-
...o.typography.subtitleDens,
|
|
5929
|
+
...o.colorSchemes.finalTheme.typography.subtitleDens,
|
|
5876
5930
|
fontSize: "12px!important",
|
|
5877
5931
|
color: "#364040"
|
|
5878
5932
|
},
|
|
5879
5933
|
"& .M4LPrintingSystem-paperNodeTitleSecondary": {
|
|
5880
|
-
...o.typography.subtitleDens,
|
|
5934
|
+
...o.colorSchemes.finalTheme.typography.subtitleDens,
|
|
5881
5935
|
fontSize: "12px!important",
|
|
5882
5936
|
paddingLeft: "10px",
|
|
5883
5937
|
marginLeft: "10px",
|
|
@@ -5914,13 +5968,13 @@ const p = (o) => ({
|
|
|
5914
5968
|
}
|
|
5915
5969
|
},
|
|
5916
5970
|
"& .M4LPrintingSystem-propertyValueNodeTitle": {
|
|
5917
|
-
...o.typography.body,
|
|
5971
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
5918
5972
|
color: "#323B3B",
|
|
5919
5973
|
borderBottom: "1px solid",
|
|
5920
5974
|
borderColor: "#323B3B"
|
|
5921
5975
|
},
|
|
5922
5976
|
"& .M4LPrintingSystem-propertyValueNodeContent": {
|
|
5923
|
-
...o.typography.body,
|
|
5977
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
5924
5978
|
width: "100%",
|
|
5925
5979
|
borderBottom: "1px solid",
|
|
5926
5980
|
borderColor: "#E9EBEB"
|
|
@@ -5948,7 +6002,7 @@ const p = (o) => ({
|
|
|
5948
6002
|
borderRadius: "2px",
|
|
5949
6003
|
backgroundColor: "#E1E9EA",
|
|
5950
6004
|
flex: "1",
|
|
5951
|
-
...o.typography.bodyDens,
|
|
6005
|
+
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
5952
6006
|
color: "#364040",
|
|
5953
6007
|
"&:first-of-type": {
|
|
5954
6008
|
borderTopLeftRadius: "10px"
|
|
@@ -5965,7 +6019,7 @@ const p = (o) => ({
|
|
|
5965
6019
|
minHeight: "30px",
|
|
5966
6020
|
height: "auto",
|
|
5967
6021
|
flex: "1",
|
|
5968
|
-
...o.typography.body,
|
|
6022
|
+
...o.colorSchemes.finalTheme.typography.body,
|
|
5969
6023
|
color: "#364040"
|
|
5970
6024
|
},
|
|
5971
6025
|
"& .M4LPrintingSystem-gridNodeTr": {
|
|
@@ -5988,24 +6042,24 @@ const p = (o) => ({
|
|
|
5988
6042
|
}
|
|
5989
6043
|
}
|
|
5990
6044
|
}
|
|
5991
|
-
}),
|
|
6045
|
+
}), Z = (o) => ({
|
|
5992
6046
|
M4LFormatter: {
|
|
5993
6047
|
styleOverrides: {
|
|
5994
6048
|
"&.M4LFormatter-root": {
|
|
5995
6049
|
"& .M4LFormatter-booleanFormatterIcon": {
|
|
5996
6050
|
"& .M4LIcon-icon": {
|
|
5997
|
-
backgroundColor: o.palette.text.secondary
|
|
6051
|
+
backgroundColor: o.vars.palette.text.secondary
|
|
5998
6052
|
},
|
|
5999
6053
|
"&.M4LFormatter-booleanFormatterCheck": {
|
|
6000
6054
|
"& .M4LIcon-icon": {
|
|
6001
|
-
backgroundColor: o.palette.state.active
|
|
6055
|
+
backgroundColor: o.vars.palette.state.active
|
|
6002
6056
|
}
|
|
6003
6057
|
}
|
|
6004
6058
|
}
|
|
6005
6059
|
}
|
|
6006
6060
|
}
|
|
6007
6061
|
}
|
|
6008
|
-
}),
|
|
6062
|
+
}), oo = (o) => ({
|
|
6009
6063
|
M4LoadingError: {
|
|
6010
6064
|
styleOverrides: {
|
|
6011
6065
|
"&.M4LoadingError-root": {
|
|
@@ -6033,38 +6087,38 @@ const p = (o) => ({
|
|
|
6033
6087
|
" .M4LIcon-icon": {
|
|
6034
6088
|
width: "100px",
|
|
6035
6089
|
height: "100px",
|
|
6036
|
-
backgroundColor: o.palette.state.skeleton.default
|
|
6090
|
+
backgroundColor: o.vars.palette.state.skeleton.default
|
|
6037
6091
|
}
|
|
6038
6092
|
},
|
|
6039
6093
|
"& .M4LoadingError-titleDescription": {
|
|
6040
6094
|
textAlign: "center"
|
|
6041
6095
|
},
|
|
6042
6096
|
"& .M4LoadingError-loadingErrorTitle": {
|
|
6043
|
-
...o.typography.h5,
|
|
6044
|
-
color: o.palette.text.primary,
|
|
6097
|
+
...o.colorSchemes.finalTheme.typography.h5,
|
|
6098
|
+
color: o.vars.palette.text.primary,
|
|
6045
6099
|
[o.breakpoints.down("sm")]: {
|
|
6046
|
-
...o.typography.h5
|
|
6100
|
+
...o.colorSchemes.finalTheme.typography.h5
|
|
6047
6101
|
}
|
|
6048
6102
|
},
|
|
6049
6103
|
"& .M4LoadingError-loadingErrorDescription": {
|
|
6050
|
-
...o.typography.paragraphDens,
|
|
6051
|
-
color: o.palette.text.secondary
|
|
6104
|
+
...o.colorSchemes.finalTheme.typography.paragraphDens,
|
|
6105
|
+
color: o.vars.palette.text.secondary
|
|
6052
6106
|
},
|
|
6053
6107
|
"& .M4LoadingError-loadingErrorDivider": {
|
|
6054
6108
|
width: "208px",
|
|
6055
6109
|
height: "1px",
|
|
6056
|
-
background: o.palette.state.borderPrimary
|
|
6110
|
+
background: o.vars.palette.state.borderPrimary
|
|
6057
6111
|
},
|
|
6058
6112
|
"& .MuiTypography-paragraph": {
|
|
6059
|
-
...o.typography.paragraph,
|
|
6060
|
-
color: o.palette.text.primary
|
|
6113
|
+
...o.colorSchemes.finalTheme.typography.paragraph,
|
|
6114
|
+
color: o.vars.palette.text.primary
|
|
6061
6115
|
},
|
|
6062
6116
|
"& .MuiButtonBase-root": {}
|
|
6063
6117
|
}
|
|
6064
6118
|
}
|
|
6065
6119
|
}
|
|
6066
6120
|
}
|
|
6067
|
-
}),
|
|
6121
|
+
}), to = (o) => ({
|
|
6068
6122
|
M4LMFLoader: {
|
|
6069
6123
|
styleOverrides: {
|
|
6070
6124
|
"&.M4LMFLoader-root": {
|
|
@@ -6083,7 +6137,7 @@ const p = (o) => ({
|
|
|
6083
6137
|
}
|
|
6084
6138
|
}
|
|
6085
6139
|
}
|
|
6086
|
-
}),
|
|
6140
|
+
}), ro = (o) => ({
|
|
6087
6141
|
M4LLoadingButton: {
|
|
6088
6142
|
styleOverrides: {
|
|
6089
6143
|
"&.M4LLoadingButton-root": {
|
|
@@ -6102,7 +6156,7 @@ const p = (o) => ({
|
|
|
6102
6156
|
}
|
|
6103
6157
|
},
|
|
6104
6158
|
"& .MuiCircularProgress-root": {
|
|
6105
|
-
color: `${o.palette.text.primary}!important`
|
|
6159
|
+
color: `${o.vars.palette.text.primary}!important`
|
|
6106
6160
|
},
|
|
6107
6161
|
"& .M4LLoadingButton-skeleton ": {
|
|
6108
6162
|
height: "100%!important",
|
|
@@ -6115,7 +6169,7 @@ const p = (o) => ({
|
|
|
6115
6169
|
transition: "all .5s ease",
|
|
6116
6170
|
borderRadius: "4px",
|
|
6117
6171
|
border: "1px solid transparent",
|
|
6118
|
-
...o.typography.action,
|
|
6172
|
+
...o.colorSchemes.finalTheme.typography.action,
|
|
6119
6173
|
"& .M4LIcon-icon": {
|
|
6120
6174
|
transition: "all .5s ease"
|
|
6121
6175
|
},
|
|
@@ -6125,7 +6179,7 @@ const p = (o) => ({
|
|
|
6125
6179
|
"&::before": {
|
|
6126
6180
|
inset: "0",
|
|
6127
6181
|
border: "1px solid",
|
|
6128
|
-
borderColor: o.palette.state?.focus,
|
|
6182
|
+
borderColor: o.vars.palette.state?.focus,
|
|
6129
6183
|
borderRadius: "4px",
|
|
6130
6184
|
transform: "scale(1.07, 1.36)",
|
|
6131
6185
|
position: "absolute",
|
|
@@ -6134,39 +6188,39 @@ const p = (o) => ({
|
|
|
6134
6188
|
},
|
|
6135
6189
|
"&.M4LLoadingButton-isDisabled": {
|
|
6136
6190
|
"& .MuiButtonBase-root": {
|
|
6137
|
-
color: `${o.palette.text.disabled}!important`,
|
|
6191
|
+
color: `${o.vars.palette.text.disabled}!important`,
|
|
6138
6192
|
"& .M4LIcon-icon": {
|
|
6139
|
-
backgroundColor: `${o.palette.text.disabled}!important`
|
|
6193
|
+
backgroundColor: `${o.vars.palette.text.disabled}!important`
|
|
6140
6194
|
}
|
|
6141
6195
|
},
|
|
6142
6196
|
"&.M4LLoadingButton-variantContained": {
|
|
6143
6197
|
"& .MuiButtonBase-root": {
|
|
6144
|
-
color: o.palette.text.disabled,
|
|
6198
|
+
color: o.vars.palette.text.disabled,
|
|
6145
6199
|
"& .M4LIcon-icon": {
|
|
6146
|
-
backgroundColor: o.palette.text.disabled
|
|
6200
|
+
backgroundColor: o.vars.palette.text.disabled
|
|
6147
6201
|
},
|
|
6148
6202
|
"&:hover": {
|
|
6149
|
-
backgroundColor: o.palette.state?.default,
|
|
6150
|
-
color: o.palette.text.disabled,
|
|
6203
|
+
backgroundColor: o.vars.palette.state?.default,
|
|
6204
|
+
color: o.vars.palette.text.disabled,
|
|
6151
6205
|
"& .M4LIcon-icon": {
|
|
6152
|
-
backgroundColor: o.palette.text.disabled,
|
|
6153
|
-
color: o.palette.text.disabled
|
|
6206
|
+
backgroundColor: o.vars.palette.text.disabled,
|
|
6207
|
+
color: o.vars.palette.text.disabled
|
|
6154
6208
|
}
|
|
6155
6209
|
},
|
|
6156
6210
|
"&:active": {
|
|
6157
|
-
backgroundColor: o.palette.state?.default,
|
|
6158
|
-
color: o.palette.text.disabled,
|
|
6211
|
+
backgroundColor: o.vars.palette.state?.default,
|
|
6212
|
+
color: o.vars.palette.text.disabled,
|
|
6159
6213
|
"& .M4LIcon-icon": {
|
|
6160
|
-
backgroundColor: o.palette.text.disabled,
|
|
6161
|
-
color: o.palette.text.disabled
|
|
6214
|
+
backgroundColor: o.vars.palette.text.disabled,
|
|
6215
|
+
color: o.vars.palette.text.disabled
|
|
6162
6216
|
}
|
|
6163
6217
|
},
|
|
6164
6218
|
"&.Mui-focusVisible": {
|
|
6165
|
-
backgroundColor: o.palette.state?.default,
|
|
6166
|
-
color: o.palette.text.disabled,
|
|
6219
|
+
backgroundColor: o.vars.palette.state?.default,
|
|
6220
|
+
color: o.vars.palette.text.disabled,
|
|
6167
6221
|
"& .M4LIcon-icon": {
|
|
6168
|
-
backgroundColor: o.palette.text.disabled,
|
|
6169
|
-
color: o.palette.text.disabled
|
|
6222
|
+
backgroundColor: o.vars.palette.text.disabled,
|
|
6223
|
+
color: o.vars.palette.text.disabled
|
|
6170
6224
|
},
|
|
6171
6225
|
"&::before": {
|
|
6172
6226
|
content: "none"
|
|
@@ -6199,12 +6253,12 @@ const p = (o) => ({
|
|
|
6199
6253
|
},
|
|
6200
6254
|
"& .M4LTypography-root": {
|
|
6201
6255
|
"& .MuiTypography-root": {
|
|
6202
|
-
color: o.palette.patronus?.marbleLight[30]
|
|
6256
|
+
color: o.vars.palette.patronus?.marbleLight[30]
|
|
6203
6257
|
}
|
|
6204
6258
|
},
|
|
6205
6259
|
"& .MuiButtonBase-root": {
|
|
6206
|
-
backgroundColor: o.palette.state?.active,
|
|
6207
|
-
color: o.palette.patronus?.marbleLight[10],
|
|
6260
|
+
backgroundColor: o.vars.palette.state?.active,
|
|
6261
|
+
color: o.vars.palette.patronus?.marbleLight[10],
|
|
6208
6262
|
boxShadow: o.customShadows?.primary,
|
|
6209
6263
|
position: "relative",
|
|
6210
6264
|
"& .M4LTypography-root": {
|
|
@@ -6213,29 +6267,29 @@ const p = (o) => ({
|
|
|
6213
6267
|
}
|
|
6214
6268
|
},
|
|
6215
6269
|
"& .M4LIcon-icon": {
|
|
6216
|
-
backgroundColor: o.palette.text.secondary
|
|
6270
|
+
backgroundColor: o.vars.palette.text.secondary
|
|
6217
6271
|
},
|
|
6218
6272
|
"&:hover": {
|
|
6219
|
-
backgroundColor: o.palette.state?.hover,
|
|
6273
|
+
backgroundColor: o.vars.palette.state?.hover,
|
|
6220
6274
|
"& .M4LIcon-icon": {
|
|
6221
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
6275
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
6222
6276
|
},
|
|
6223
6277
|
"& .MuiTypography-root": {
|
|
6224
6278
|
color: "#fff"
|
|
6225
6279
|
}
|
|
6226
6280
|
},
|
|
6227
6281
|
"&:active": {
|
|
6228
|
-
backgroundColor: o.palette.state?.active,
|
|
6229
|
-
color: o.palette.patronus?.marbleLight[10],
|
|
6282
|
+
backgroundColor: o.vars.palette.state?.active,
|
|
6283
|
+
color: o.vars.palette.patronus?.marbleLight[10],
|
|
6230
6284
|
"& .M4LIcon-icon": {
|
|
6231
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
6285
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
6232
6286
|
}
|
|
6233
6287
|
},
|
|
6234
6288
|
"&.Mui-focusVisible": {
|
|
6235
|
-
backgroundColor: o.palette.state?.active,
|
|
6236
|
-
color: o.palette.patronus?.marbleLight[10],
|
|
6289
|
+
backgroundColor: o.vars.palette.state?.active,
|
|
6290
|
+
color: o.vars.palette.patronus?.marbleLight[10],
|
|
6237
6291
|
"& .M4LIcon-icon": {
|
|
6238
|
-
backgroundColor: o.palette.patronus?.marbleLight[10]
|
|
6292
|
+
backgroundColor: o.vars.palette.patronus?.marbleLight[10]
|
|
6239
6293
|
},
|
|
6240
6294
|
"&::before": {
|
|
6241
6295
|
content: "''"
|
|
@@ -6246,33 +6300,33 @@ const p = (o) => ({
|
|
|
6246
6300
|
"&.M4LLoadingButton-variantOutlined": {
|
|
6247
6301
|
"& .MuiButtonBase-root": {
|
|
6248
6302
|
border: "1px solid",
|
|
6249
|
-
borderColor: o.palette.text.secondary,
|
|
6250
|
-
color: o.palette.text.secondary,
|
|
6303
|
+
borderColor: o.vars.palette.text.secondary,
|
|
6304
|
+
color: o.vars.palette.text.secondary,
|
|
6251
6305
|
"& .M4LIcon-icon": {
|
|
6252
|
-
backgroundColor: o.palette.text.secondary
|
|
6306
|
+
backgroundColor: o.vars.palette.text.secondary
|
|
6253
6307
|
},
|
|
6254
6308
|
"&:hover": {
|
|
6255
|
-
borderColor: o.palette.state?.hover,
|
|
6256
|
-
color: o.palette.state?.hover,
|
|
6257
|
-
backgroundColor: o.palette.state?.active12,
|
|
6309
|
+
borderColor: o.vars.palette.state?.hover,
|
|
6310
|
+
color: o.vars.palette.state?.hover,
|
|
6311
|
+
backgroundColor: o.vars.palette.state?.active12,
|
|
6258
6312
|
"& .M4LIcon-icon": {
|
|
6259
|
-
backgroundColor: o.palette.state?.hover
|
|
6313
|
+
backgroundColor: o.vars.palette.state?.hover
|
|
6260
6314
|
}
|
|
6261
6315
|
},
|
|
6262
6316
|
"&:active": {
|
|
6263
|
-
borderColor: o.palette.state?.active,
|
|
6264
|
-
color: o.palette.state?.active,
|
|
6317
|
+
borderColor: o.vars.palette.state?.active,
|
|
6318
|
+
color: o.vars.palette.state?.active,
|
|
6265
6319
|
backgroundColor: "transparent",
|
|
6266
6320
|
"& .M4LIcon-icon": {
|
|
6267
|
-
backgroundColor: o.palette.state?.active
|
|
6321
|
+
backgroundColor: o.vars.palette.state?.active
|
|
6268
6322
|
}
|
|
6269
6323
|
},
|
|
6270
6324
|
"&.Mui-focusVisible": {
|
|
6271
|
-
borderColor: o.palette.state?.active,
|
|
6272
|
-
color: o.palette.state?.active,
|
|
6325
|
+
borderColor: o.vars.palette.state?.active,
|
|
6326
|
+
color: o.vars.palette.state?.active,
|
|
6273
6327
|
backgroundColor: "transparent",
|
|
6274
6328
|
"& .M4LIcon-icon": {
|
|
6275
|
-
backgroundColor: o.palette.state?.active
|
|
6329
|
+
backgroundColor: o.vars.palette.state?.active
|
|
6276
6330
|
},
|
|
6277
6331
|
"&::before": {
|
|
6278
6332
|
content: "''"
|
|
@@ -6282,29 +6336,29 @@ const p = (o) => ({
|
|
|
6282
6336
|
},
|
|
6283
6337
|
"&.M4LLoadingButton-variantText": {
|
|
6284
6338
|
"& .MuiButtonBase-root": {
|
|
6285
|
-
color: o.palette.text.secondary,
|
|
6339
|
+
color: o.vars.palette.text.secondary,
|
|
6286
6340
|
"& .M4LIcon-icon": {
|
|
6287
|
-
backgroundColor: o.palette.text.secondary
|
|
6341
|
+
backgroundColor: o.vars.palette.text.secondary
|
|
6288
6342
|
},
|
|
6289
6343
|
"&:hover": {
|
|
6290
|
-
backgroundColor: o.palette.state?.active12,
|
|
6291
|
-
color: o.palette.state?.hover,
|
|
6344
|
+
backgroundColor: o.vars.palette.state?.active12,
|
|
6345
|
+
color: o.vars.palette.state?.hover,
|
|
6292
6346
|
"& .M4LIcon-icon": {
|
|
6293
|
-
backgroundColor: o.palette.state?.hover
|
|
6347
|
+
backgroundColor: o.vars.palette.state?.hover
|
|
6294
6348
|
}
|
|
6295
6349
|
},
|
|
6296
6350
|
"&:active": {
|
|
6297
6351
|
backgroundColor: "transparent",
|
|
6298
|
-
color: o.palette.state?.active,
|
|
6352
|
+
color: o.vars.palette.state?.active,
|
|
6299
6353
|
"& .M4LIcon-icon": {
|
|
6300
|
-
backgroundColor: o.palette.state?.active
|
|
6354
|
+
backgroundColor: o.vars.palette.state?.active
|
|
6301
6355
|
}
|
|
6302
6356
|
},
|
|
6303
6357
|
"&.Mui-focusVisible": {
|
|
6304
6358
|
backgroundColor: "transparent",
|
|
6305
|
-
color: o.palette.state?.active,
|
|
6359
|
+
color: o.vars.palette.state?.active,
|
|
6306
6360
|
"& .M4LIcon-icon": {
|
|
6307
|
-
backgroundColor: o.palette.state?.active
|
|
6361
|
+
backgroundColor: o.vars.palette.state?.active
|
|
6308
6362
|
},
|
|
6309
6363
|
"&:before": {
|
|
6310
6364
|
content: "''"
|
|
@@ -6315,7 +6369,7 @@ const p = (o) => ({
|
|
|
6315
6369
|
}
|
|
6316
6370
|
}
|
|
6317
6371
|
}
|
|
6318
|
-
}),
|
|
6372
|
+
}), eo = (o) => ({
|
|
6319
6373
|
M4LToastContainer: {
|
|
6320
6374
|
styleOverrides: {
|
|
6321
6375
|
"&.M4LToastContainer-root": {
|
|
@@ -6330,8 +6384,8 @@ const p = (o) => ({
|
|
|
6330
6384
|
"& .Toastify__toast": {
|
|
6331
6385
|
padding: "8px",
|
|
6332
6386
|
marginBottom: "0px",
|
|
6333
|
-
backgroundColor: o.palette.background.default,
|
|
6334
|
-
boxShadow: o.customShadows
|
|
6387
|
+
backgroundColor: o.vars.palette.background.default,
|
|
6388
|
+
boxShadow: o.customShadows?.z2,
|
|
6335
6389
|
minHeight: "54px !important",
|
|
6336
6390
|
"& .Toastify__toast-body": {
|
|
6337
6391
|
margin: "0px",
|
|
@@ -6352,39 +6406,39 @@ const p = (o) => ({
|
|
|
6352
6406
|
borderRadius: "2px"
|
|
6353
6407
|
},
|
|
6354
6408
|
"& .M4LToastContainer-toastMessageInfo": {
|
|
6355
|
-
...o.typography.bodyDens,
|
|
6356
|
-
color: o.palette.text.primary
|
|
6409
|
+
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
6410
|
+
color: o.vars.palette.text.primary
|
|
6357
6411
|
}
|
|
6358
6412
|
}
|
|
6359
6413
|
},
|
|
6360
6414
|
"& .Toastify__close-button": {
|
|
6361
6415
|
margin: "auto auto",
|
|
6362
6416
|
"& > svg": {
|
|
6363
|
-
fill: o.palette.text.primary
|
|
6417
|
+
fill: o.vars.palette.text.primary
|
|
6364
6418
|
}
|
|
6365
6419
|
},
|
|
6366
6420
|
"&.Toastify__toast--info": {
|
|
6367
6421
|
"& .Toastify__toast-body": {
|
|
6368
6422
|
"& .M4LToastContainer-toastMessageContainer": {
|
|
6369
6423
|
"& .M4LToastContainer-toastMessageIcon": {
|
|
6370
|
-
background: `${o.palette.state.info.normal} !important`
|
|
6424
|
+
background: `${o.vars.palette.state.info.normal} !important`
|
|
6371
6425
|
}
|
|
6372
6426
|
}
|
|
6373
6427
|
}
|
|
6374
6428
|
},
|
|
6375
6429
|
"&.Toastify__toast--success": {
|
|
6376
6430
|
"& .M4LToastContainer-toastMessageIcon": {
|
|
6377
|
-
background: `${o.palette.state.success.normal} !important`
|
|
6431
|
+
background: `${o.vars.palette.state.success.normal} !important`
|
|
6378
6432
|
}
|
|
6379
6433
|
},
|
|
6380
6434
|
"&.Toastify__toast--warning": {
|
|
6381
6435
|
"& .M4LToastContainer-toastMessageIcon": {
|
|
6382
|
-
background: `${o.palette.state.warning.normal} !important`
|
|
6436
|
+
background: `${o.vars.palette.state.warning.normal} !important`
|
|
6383
6437
|
}
|
|
6384
6438
|
},
|
|
6385
6439
|
"&.Toastify__toast--error": {
|
|
6386
6440
|
"& .M4LToastContainer-toastMessageIcon": {
|
|
6387
|
-
background: `${o.palette.state.error.normal} !important`
|
|
6441
|
+
background: `${o.vars.palette.state.error.normal} !important`
|
|
6388
6442
|
}
|
|
6389
6443
|
}
|
|
6390
6444
|
}
|
|
@@ -6393,7 +6447,7 @@ const p = (o) => ({
|
|
|
6393
6447
|
}
|
|
6394
6448
|
}
|
|
6395
6449
|
}
|
|
6396
|
-
}),
|
|
6450
|
+
}), ao = (o) => ({
|
|
6397
6451
|
M4LPDFViewer: {
|
|
6398
6452
|
styleOverrides: {
|
|
6399
6453
|
"&.M4LPDFViewer-root": {
|
|
@@ -6408,7 +6462,7 @@ const p = (o) => ({
|
|
|
6408
6462
|
}
|
|
6409
6463
|
}
|
|
6410
6464
|
}
|
|
6411
|
-
}),
|
|
6465
|
+
}), io = (o) => ({
|
|
6412
6466
|
M4LTopBar: {
|
|
6413
6467
|
styleOverrides: {
|
|
6414
6468
|
"&.M4LTopBar-root": {
|
|
@@ -6433,25 +6487,25 @@ const p = (o) => ({
|
|
|
6433
6487
|
"& .M4LTopBar-ContainerAccordionCase1": {
|
|
6434
6488
|
"& .M4LIcon-root": {
|
|
6435
6489
|
"& .M4LIcon-icon": {
|
|
6436
|
-
backgroundColor: o.palette.primary.main
|
|
6490
|
+
backgroundColor: o.vars.palette.primary.main
|
|
6437
6491
|
}
|
|
6438
6492
|
},
|
|
6439
6493
|
"& .MuiButtonBase-root": {
|
|
6440
|
-
color: o.palette.primary.main
|
|
6494
|
+
color: o.vars.palette.primary.main
|
|
6441
6495
|
}
|
|
6442
6496
|
},
|
|
6443
6497
|
"& .M4LTopBar-ContainerAccordion": {
|
|
6444
6498
|
"& .M4LIcon-root": {
|
|
6445
6499
|
"& .M4LIcon-icon": {
|
|
6446
|
-
backgroundColor: o.palette.primary.main
|
|
6500
|
+
backgroundColor: o.vars.palette.primary.main
|
|
6447
6501
|
}
|
|
6448
6502
|
},
|
|
6449
6503
|
"& .MuiButtonBase-root": {
|
|
6450
|
-
color: o.palette.primary.main
|
|
6504
|
+
color: o.vars.palette.primary.main
|
|
6451
6505
|
}
|
|
6452
6506
|
},
|
|
6453
6507
|
"& .MuiButtonBase-root": {
|
|
6454
|
-
color: o.palette.primary.main
|
|
6508
|
+
color: o.vars.palette.primary.main
|
|
6455
6509
|
}
|
|
6456
6510
|
}
|
|
6457
6511
|
}
|
|
@@ -6464,14 +6518,14 @@ const p = (o) => ({
|
|
|
6464
6518
|
"& .M4LTopBar-ItemSelect": {
|
|
6465
6519
|
"&.M4LTopBar-IsActive": {
|
|
6466
6520
|
"& .MuiButtonBase-root": {
|
|
6467
|
-
color: o.palette.primary.main
|
|
6521
|
+
color: o.vars.palette.primary.main
|
|
6468
6522
|
}
|
|
6469
6523
|
}
|
|
6470
6524
|
}
|
|
6471
6525
|
}
|
|
6472
6526
|
}
|
|
6473
6527
|
}
|
|
6474
|
-
}),
|
|
6528
|
+
}), no = (o) => ({
|
|
6475
6529
|
M4LAppBarCommercial: {
|
|
6476
6530
|
styleOverrides: {
|
|
6477
6531
|
"&.M4LAppBarCommercial-root": {
|
|
@@ -6481,7 +6535,7 @@ const p = (o) => ({
|
|
|
6481
6535
|
alignItems: "center",
|
|
6482
6536
|
padding: "8px 80px",
|
|
6483
6537
|
minHeight: "80px",
|
|
6484
|
-
backgroundColor: o.palette.background.default,
|
|
6538
|
+
backgroundColor: o.vars.palette.background.default,
|
|
6485
6539
|
position: "fixed",
|
|
6486
6540
|
zIndex: "100",
|
|
6487
6541
|
borderBottom: "1px solid rgba(9, 30, 66, 0.10)",
|
|
@@ -6492,7 +6546,7 @@ const p = (o) => ({
|
|
|
6492
6546
|
}
|
|
6493
6547
|
}
|
|
6494
6548
|
}
|
|
6495
|
-
}),
|
|
6549
|
+
}), po = (o) => ({
|
|
6496
6550
|
M4LSectionCommercial: {
|
|
6497
6551
|
styleOverrides: {
|
|
6498
6552
|
"&.M4LSectionCommercial-root": {
|
|
@@ -6511,7 +6565,7 @@ const p = (o) => ({
|
|
|
6511
6565
|
}
|
|
6512
6566
|
}
|
|
6513
6567
|
}
|
|
6514
|
-
}),
|
|
6568
|
+
}), lo = (o) => ({
|
|
6515
6569
|
M4LHamburgerMenuCommercial: {
|
|
6516
6570
|
styleOverrides: {
|
|
6517
6571
|
"&.M4LHamburgerMenuCommercial-root": {
|
|
@@ -6521,7 +6575,7 @@ const p = (o) => ({
|
|
|
6521
6575
|
}
|
|
6522
6576
|
}
|
|
6523
6577
|
}
|
|
6524
|
-
}),
|
|
6578
|
+
}), so = (o) => ({
|
|
6525
6579
|
M4LFieldLabel: {
|
|
6526
6580
|
styleOverrides: {
|
|
6527
6581
|
"&.M4LFieldLabel-root": {
|
|
@@ -6532,13 +6586,13 @@ const p = (o) => ({
|
|
|
6532
6586
|
"& .M4LFieldLabel-mandatory": {
|
|
6533
6587
|
marginLeft: "2px",
|
|
6534
6588
|
"& .MuiTypography-root": {
|
|
6535
|
-
color: o.palette.text.secondary
|
|
6589
|
+
color: o.vars.palette.text.secondary
|
|
6536
6590
|
}
|
|
6537
6591
|
},
|
|
6538
6592
|
"& .M4LFieldLabel-tooltip": {
|
|
6539
6593
|
marginLeft: "6px",
|
|
6540
6594
|
"& .M4LIcon-root .M4LIcon-icon": {
|
|
6541
|
-
backgroundColor: o.palette.info.main
|
|
6595
|
+
backgroundColor: o.vars.palette.info.main
|
|
6542
6596
|
}
|
|
6543
6597
|
}
|
|
6544
6598
|
}
|
|
@@ -6546,57 +6600,57 @@ const p = (o) => ({
|
|
|
6546
6600
|
}
|
|
6547
6601
|
});
|
|
6548
6602
|
export {
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
|
|
6569
|
-
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
|
|
6579
|
-
|
|
6580
|
-
|
|
6581
|
-
|
|
6582
|
-
|
|
6583
|
-
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6603
|
+
H as A,
|
|
6604
|
+
F as B,
|
|
6605
|
+
z as C,
|
|
6606
|
+
V as D,
|
|
6607
|
+
O as E,
|
|
6608
|
+
j as F,
|
|
6609
|
+
E as G,
|
|
6610
|
+
$ as H,
|
|
6611
|
+
_ as I,
|
|
6612
|
+
U as J,
|
|
6613
|
+
q as K,
|
|
6614
|
+
Y as L,
|
|
6615
|
+
ro as M,
|
|
6616
|
+
X as N,
|
|
6617
|
+
J as O,
|
|
6618
|
+
K as P,
|
|
6619
|
+
Q,
|
|
6620
|
+
Z as R,
|
|
6621
|
+
oo as S,
|
|
6622
|
+
to as T,
|
|
6623
|
+
eo as U,
|
|
6624
|
+
ao as V,
|
|
6625
|
+
io as W,
|
|
6626
|
+
no as X,
|
|
6627
|
+
po as Y,
|
|
6628
|
+
lo as Z,
|
|
6629
|
+
so as _,
|
|
6630
|
+
c as a,
|
|
6631
|
+
W as b,
|
|
6632
|
+
x as c,
|
|
6633
|
+
g as d,
|
|
6634
|
+
u as e,
|
|
6635
|
+
b as f,
|
|
6636
|
+
f as g,
|
|
6637
|
+
M as h,
|
|
6638
|
+
G as i,
|
|
6639
|
+
v as j,
|
|
6640
|
+
N as k,
|
|
6641
|
+
L as l,
|
|
6642
|
+
y as m,
|
|
6643
|
+
h as n,
|
|
6644
|
+
w as o,
|
|
6645
|
+
S as p,
|
|
6646
|
+
m as q,
|
|
6647
|
+
C as r,
|
|
6648
|
+
k as s,
|
|
6649
|
+
B as t,
|
|
6650
|
+
I as u,
|
|
6651
|
+
T as v,
|
|
6652
|
+
R as w,
|
|
6653
|
+
A as x,
|
|
6654
|
+
D as y,
|
|
6655
|
+
P as z
|
|
6602
6656
|
};
|