@m4l/styles 1.0.9 → 2.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 +2 -2
- package/package.json +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +0 -122
- package/theme/overrides/M4LExtendedComponents/{index.a1f65f10.js → index.8f549882.js} +35 -237
- package/theme/overrides/{index.f76e2bb0.js → index.3234140e.js} +13 -14
- package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +0 -79
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { g as f, m as O } from "./config.5405b46b.js";
|
|
|
2
2
|
import { d as S } from "./theme/defaultThemeOptions.cc70c82e.js";
|
|
3
3
|
import { c as C, s as l } from "./theme/shadows.e0c009ff.js";
|
|
4
4
|
import { t as n } from "./theme/typography.616cfe0c.js";
|
|
5
|
-
import { f as P } from "./theme/overrides/index.
|
|
5
|
+
import { f as P } from "./theme/overrides/index.3234140e.js";
|
|
6
6
|
import { C as d, E as A, G as E, I as N, O as b, P as c, a as I, b as h, S as F, c as Y, W as v, p as w } from "./theme/palette.287635f2.js";
|
|
7
7
|
import { u as G } from "./utils/useResponsive.2c45e8e0.js";
|
|
8
8
|
import { g as M } from "./utils/getColorState.7cbf2219.js";
|
|
@@ -13,7 +13,7 @@ import "@mui/material/styles";
|
|
|
13
13
|
import "./theme/overrides/MUIComponents/index.5c43e3b5.js";
|
|
14
14
|
import "./theme/overrides/M4LRHFComponents/index.3599b255.js";
|
|
15
15
|
import "@mui/system";
|
|
16
|
-
import "./theme/overrides/M4LExtendedComponents/index.
|
|
16
|
+
import "./theme/overrides/M4LExtendedComponents/index.8f549882.js";
|
|
17
17
|
import "@mui/material/useMediaQuery";
|
|
18
18
|
export {
|
|
19
19
|
d as COMMON,
|
package/package.json
CHANGED
|
@@ -111,128 +111,6 @@ export declare const M4LAreasViewer: (theme: Omit<Theme, 'palette' | 'applyStyle
|
|
|
111
111
|
overflow: string;
|
|
112
112
|
};
|
|
113
113
|
};
|
|
114
|
-
'& .M4LAreasViewer-windowToastiesContainer': {
|
|
115
|
-
padding: string;
|
|
116
|
-
top: string;
|
|
117
|
-
position: string;
|
|
118
|
-
display: string;
|
|
119
|
-
flexDirection: string;
|
|
120
|
-
width: string;
|
|
121
|
-
maxHeight: string;
|
|
122
|
-
zIndex: string;
|
|
123
|
-
gap: string;
|
|
124
|
-
background: string;
|
|
125
|
-
boxShadow: string;
|
|
126
|
-
'& .M4LAreasViewer-windowToastiesContainerTostys': {
|
|
127
|
-
boxSizing: string;
|
|
128
|
-
overflow: string;
|
|
129
|
-
display: string;
|
|
130
|
-
flexDirection: string;
|
|
131
|
-
width: string;
|
|
132
|
-
maxHeight: string;
|
|
133
|
-
'& .M4LAreasViewer-windowToastyContainer': {
|
|
134
|
-
background: string | undefined;
|
|
135
|
-
borderRadius: string;
|
|
136
|
-
padding: string;
|
|
137
|
-
width: string;
|
|
138
|
-
boxShadow: string;
|
|
139
|
-
gap: string;
|
|
140
|
-
position: string;
|
|
141
|
-
'& .M4LAreasViewer-windowToastyButtonsContainer': {
|
|
142
|
-
padding: string;
|
|
143
|
-
display: string;
|
|
144
|
-
flexDirection: string;
|
|
145
|
-
gap: string;
|
|
146
|
-
borderRadius: string;
|
|
147
|
-
};
|
|
148
|
-
'& .M4LAreasViewer-windowToastyMessage': {
|
|
149
|
-
color: string | undefined;
|
|
150
|
-
position: string;
|
|
151
|
-
'& .MuiLinearProgress-root': {
|
|
152
|
-
position: string;
|
|
153
|
-
width: string;
|
|
154
|
-
top: string;
|
|
155
|
-
left: string;
|
|
156
|
-
background: string;
|
|
157
|
-
'& .MuiLinearProgress-bar1Determinate .MuiLinearProgress-barColorPrimary': {
|
|
158
|
-
transform: string;
|
|
159
|
-
};
|
|
160
|
-
};
|
|
161
|
-
display: string;
|
|
162
|
-
alignItems: string;
|
|
163
|
-
padding: string;
|
|
164
|
-
};
|
|
165
|
-
'&.M4LAreasViewer-error': {
|
|
166
|
-
background: string | undefined;
|
|
167
|
-
'& .M4LAreasViewer-windowToastyButtonsContainer': {
|
|
168
|
-
background: string;
|
|
169
|
-
'& .M4LIcon-icon': {
|
|
170
|
-
backgroundColor: string | undefined;
|
|
171
|
-
};
|
|
172
|
-
'& .M4LAreasViewer-pinIn': {
|
|
173
|
-
background: string;
|
|
174
|
-
boxShadow: string;
|
|
175
|
-
border: string;
|
|
176
|
-
};
|
|
177
|
-
'& .M4LIconButton-root:hover': {
|
|
178
|
-
background: string;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
};
|
|
182
|
-
'&.M4LAreasViewer-info': {
|
|
183
|
-
background: string | undefined;
|
|
184
|
-
'& .M4LAreasViewer-windowToastyButtonsContainer': {
|
|
185
|
-
background: string;
|
|
186
|
-
'& .M4LIcon-icon': {
|
|
187
|
-
backgroundColor: string | undefined;
|
|
188
|
-
};
|
|
189
|
-
'& .M4LAreasViewer-pinIn': {
|
|
190
|
-
background: string;
|
|
191
|
-
boxShadow: string;
|
|
192
|
-
border: string;
|
|
193
|
-
};
|
|
194
|
-
'& .M4LIconButton-root:hover': {
|
|
195
|
-
background: string;
|
|
196
|
-
};
|
|
197
|
-
};
|
|
198
|
-
};
|
|
199
|
-
'&.M4LAreasViewer-warning': {
|
|
200
|
-
background: string | undefined;
|
|
201
|
-
'& .M4LAreasViewer-windowToastyButtonsContainer': {
|
|
202
|
-
background: string;
|
|
203
|
-
'& .M4LIcon-icon': {
|
|
204
|
-
backgroundColor: string | undefined;
|
|
205
|
-
};
|
|
206
|
-
'& .M4LAreasViewer-pinIn': {
|
|
207
|
-
background: string;
|
|
208
|
-
boxShadow: string;
|
|
209
|
-
border: string;
|
|
210
|
-
};
|
|
211
|
-
'& .M4LIconButton-root:hover': {
|
|
212
|
-
background: string;
|
|
213
|
-
};
|
|
214
|
-
};
|
|
215
|
-
};
|
|
216
|
-
'&.M4LAreasViewer-success ': {
|
|
217
|
-
background: string | undefined;
|
|
218
|
-
'& .M4LAreasViewer-windowToastyButtonsContainer': {
|
|
219
|
-
background: string;
|
|
220
|
-
'& .M4LIcon-icon': {
|
|
221
|
-
backgroundColor: string | undefined;
|
|
222
|
-
};
|
|
223
|
-
'& .M4LAreasViewer-pinIn': {
|
|
224
|
-
background: string;
|
|
225
|
-
boxShadow: string;
|
|
226
|
-
border: string;
|
|
227
|
-
};
|
|
228
|
-
'& .M4LIconButton-root:hover': {
|
|
229
|
-
background: string;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
};
|
|
233
|
-
};
|
|
234
|
-
};
|
|
235
|
-
};
|
|
236
114
|
'& .M4LAreasViewer-windowContent': {
|
|
237
115
|
[x: string]: string | {
|
|
238
116
|
padding: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { alpha as t } from "@mui/material/styles";
|
|
2
|
-
import { alpha as
|
|
3
|
-
import { P as
|
|
2
|
+
import { alpha as e } from "@mui/system";
|
|
3
|
+
import { P as r } from "../../palette.287635f2.js";
|
|
4
4
|
const p = (o) => ({
|
|
5
5
|
M4LIcon: {
|
|
6
6
|
styleOverrides: {
|
|
@@ -185,7 +185,7 @@ const p = (o) => ({
|
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
}),
|
|
188
|
+
}), l = (o) => ({
|
|
189
189
|
M4LanguagePopover: {
|
|
190
190
|
styleOverrides: {
|
|
191
191
|
["&.M4LanguagePopover-root"]: {
|
|
@@ -206,7 +206,7 @@ const p = (o) => ({
|
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
}),
|
|
209
|
+
}), s = (o) => ({
|
|
210
210
|
M4LImageButton: {
|
|
211
211
|
styleOverrides: {
|
|
212
212
|
["&.M4LImageButton-root"]: {
|
|
@@ -2902,129 +2902,6 @@ const p = (o) => ({
|
|
|
2902
2902
|
overflow: "visible"
|
|
2903
2903
|
}
|
|
2904
2904
|
},
|
|
2905
|
-
"& .M4LAreasViewer-windowToastiesContainer": {
|
|
2906
|
-
padding: "8px",
|
|
2907
|
-
top: "37px",
|
|
2908
|
-
position: "absolute",
|
|
2909
|
-
display: "flex",
|
|
2910
|
-
flexDirection: "column",
|
|
2911
|
-
width: "100%",
|
|
2912
|
-
maxHeight: "fit-content",
|
|
2913
|
-
zIndex: "1000",
|
|
2914
|
-
gap: "2px",
|
|
2915
|
-
background: o.vars.palette.background.default,
|
|
2916
|
-
boxShadow: o.customShadows?.z2,
|
|
2917
|
-
"& .M4LAreasViewer-windowToastiesContainerTostys": {
|
|
2918
|
-
boxSizing: "border-box",
|
|
2919
|
-
overflow: "auto",
|
|
2920
|
-
display: "flex",
|
|
2921
|
-
flexDirection: "column",
|
|
2922
|
-
width: "100%",
|
|
2923
|
-
maxHeight: "128px",
|
|
2924
|
-
"& .M4LAreasViewer-windowToastyContainer": {
|
|
2925
|
-
background: o.vars.palette.patronus?.middleYellow[10],
|
|
2926
|
-
borderRadius: "4px",
|
|
2927
|
-
padding: "0px 0px 0px 0px",
|
|
2928
|
-
width: "100%",
|
|
2929
|
-
boxShadow: o.customShadows?.z2,
|
|
2930
|
-
gap: "4px",
|
|
2931
|
-
position: "relative",
|
|
2932
|
-
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
2933
|
-
padding: "4px",
|
|
2934
|
-
display: "flex",
|
|
2935
|
-
flexDirection: "column",
|
|
2936
|
-
gap: "4px",
|
|
2937
|
-
borderRadius: "0px 4px 4px 0px"
|
|
2938
|
-
},
|
|
2939
|
-
"& .M4LAreasViewer-windowToastyMessage": {
|
|
2940
|
-
display: "flex",
|
|
2941
|
-
alignItems: "center",
|
|
2942
|
-
padding: "8px",
|
|
2943
|
-
...o.colorSchemes.finalTheme.typography.body,
|
|
2944
|
-
color: o.vars.palette.patronus?.onyx[60],
|
|
2945
|
-
position: "relative",
|
|
2946
|
-
"& .MuiLinearProgress-root": {
|
|
2947
|
-
position: "absolute",
|
|
2948
|
-
width: "100%",
|
|
2949
|
-
top: "0px",
|
|
2950
|
-
left: "0px",
|
|
2951
|
-
background: o.vars.palette.state.active12,
|
|
2952
|
-
"& .MuiLinearProgress-bar1Determinate .MuiLinearProgress-barColorPrimary": {
|
|
2953
|
-
transform: "translateX(100%)"
|
|
2954
|
-
}
|
|
2955
|
-
}
|
|
2956
|
-
},
|
|
2957
|
-
"&.M4LAreasViewer-error": {
|
|
2958
|
-
background: o.vars.palette.patronus?.desertBeige[10],
|
|
2959
|
-
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
2960
|
-
background: o.vars.palette.error.main,
|
|
2961
|
-
"& .M4LIcon-icon": {
|
|
2962
|
-
backgroundColor: o.vars.palette.patronus?.marbleLight[40]
|
|
2963
|
-
},
|
|
2964
|
-
"& .M4LAreasViewer-pinIn": {
|
|
2965
|
-
background: o.vars.palette.state.error.hover,
|
|
2966
|
-
boxShadow: o.vars.customShadows.z1,
|
|
2967
|
-
border: "none"
|
|
2968
|
-
},
|
|
2969
|
-
"& .M4LIconButton-root:hover": {
|
|
2970
|
-
background: o.vars.palette.state.error.hover
|
|
2971
|
-
}
|
|
2972
|
-
}
|
|
2973
|
-
},
|
|
2974
|
-
"&.M4LAreasViewer-info": {
|
|
2975
|
-
background: o.vars.palette.patronus?.crayonBlue[10],
|
|
2976
|
-
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
2977
|
-
background: o.vars.palette.info.main,
|
|
2978
|
-
"& .M4LIcon-icon": {
|
|
2979
|
-
backgroundColor: o.vars.palette.patronus?.marbleLight[40]
|
|
2980
|
-
},
|
|
2981
|
-
"& .M4LAreasViewer-pinIn": {
|
|
2982
|
-
background: o.vars.palette.state.info.hover,
|
|
2983
|
-
boxShadow: o.vars.customShadows.z1,
|
|
2984
|
-
border: "none"
|
|
2985
|
-
},
|
|
2986
|
-
"& .M4LIconButton-root:hover": {
|
|
2987
|
-
background: o.vars.palette.state.info.hover
|
|
2988
|
-
}
|
|
2989
|
-
}
|
|
2990
|
-
},
|
|
2991
|
-
"&.M4LAreasViewer-warning": {
|
|
2992
|
-
background: o.vars.palette.patronus?.middleYellow[10],
|
|
2993
|
-
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
2994
|
-
background: o.vars.palette.warning.main,
|
|
2995
|
-
"& .M4LIcon-icon": {
|
|
2996
|
-
backgroundColor: o.vars.palette.patronus?.onyx[50]
|
|
2997
|
-
},
|
|
2998
|
-
"& .M4LAreasViewer-pinIn": {
|
|
2999
|
-
background: o.vars.palette.state.warning.hover,
|
|
3000
|
-
boxShadow: o.vars.customShadows.z1,
|
|
3001
|
-
border: "none"
|
|
3002
|
-
},
|
|
3003
|
-
"& .M4LIconButton-root:hover": {
|
|
3004
|
-
background: o.vars.palette.state.warning.hover
|
|
3005
|
-
}
|
|
3006
|
-
}
|
|
3007
|
-
},
|
|
3008
|
-
"&.M4LAreasViewer-success ": {
|
|
3009
|
-
background: o.vars.palette.patronus?.acidGreen[10],
|
|
3010
|
-
"& .M4LAreasViewer-windowToastyButtonsContainer": {
|
|
3011
|
-
background: o.vars.palette.success.main,
|
|
3012
|
-
"& .M4LIcon-icon": {
|
|
3013
|
-
backgroundColor: o.vars.palette.patronus?.onyx[50]
|
|
3014
|
-
},
|
|
3015
|
-
"& .M4LAreasViewer-pinIn": {
|
|
3016
|
-
background: o.vars.palette.state.success.hover,
|
|
3017
|
-
boxShadow: o.vars.customShadows.z1,
|
|
3018
|
-
border: "none"
|
|
3019
|
-
},
|
|
3020
|
-
"& .M4LIconButton-root:hover": {
|
|
3021
|
-
background: o.vars.palette.state.success.hover
|
|
3022
|
-
}
|
|
3023
|
-
}
|
|
3024
|
-
}
|
|
3025
|
-
}
|
|
3026
|
-
}
|
|
3027
|
-
},
|
|
3028
2905
|
"& .M4LAreasViewer-windowContent": {
|
|
3029
2906
|
padding: "16px",
|
|
3030
2907
|
background: o.vars.palette.background.default,
|
|
@@ -3061,7 +2938,7 @@ const p = (o) => ({
|
|
|
3061
2938
|
alignItems: "center",
|
|
3062
2939
|
padding: "0 16px",
|
|
3063
2940
|
"& .MuiLinearProgress-root": {
|
|
3064
|
-
background:
|
|
2941
|
+
background: `rgba(${o.colorSchemes.finalTheme.palette.state.active} / 0.3)`
|
|
3065
2942
|
}
|
|
3066
2943
|
}
|
|
3067
2944
|
},
|
|
@@ -3237,7 +3114,7 @@ const p = (o) => ({
|
|
|
3237
3114
|
"& .M4LAreasViewer-windowRootContainer": {
|
|
3238
3115
|
boxShadow: o.customShadows?.z2,
|
|
3239
3116
|
border: "1.5px solid",
|
|
3240
|
-
borderColor:
|
|
3117
|
+
borderColor: `rgba(${o.colorSchemes.finalTheme.palette.state.active} / 0.5)`,
|
|
3241
3118
|
"& .M4LAreasViewer-windowHeader": {
|
|
3242
3119
|
background: o.vars.palette.state.active12,
|
|
3243
3120
|
borderTopLeftRadius: "4px",
|
|
@@ -3370,7 +3247,7 @@ const p = (o) => ({
|
|
|
3370
3247
|
}
|
|
3371
3248
|
},
|
|
3372
3249
|
"& .MuiBackdrop-root": {
|
|
3373
|
-
background:
|
|
3250
|
+
background: e(`${o.colorSchemes.finalTheme.palette.patronus?.onyx[60]}`, 0.8)
|
|
3374
3251
|
},
|
|
3375
3252
|
"&:not(.M4LAreasViewer-loading)": {
|
|
3376
3253
|
"& .M4LinearProgressIndeterminate-root": {
|
|
@@ -3585,8 +3462,8 @@ const p = (o) => ({
|
|
|
3585
3462
|
width: "28px !important",
|
|
3586
3463
|
height: "28px !important",
|
|
3587
3464
|
borderRadius: "4px",
|
|
3588
|
-
background:
|
|
3589
|
-
color:
|
|
3465
|
+
background: r.blazeOrange[50],
|
|
3466
|
+
color: r.marbleLight[30],
|
|
3590
3467
|
boxShadow: o.vars.customShadows.z1,
|
|
3591
3468
|
...o.typography.subtitle
|
|
3592
3469
|
},
|
|
@@ -4818,7 +4695,7 @@ const p = (o) => ({
|
|
|
4818
4695
|
height: "fit-content",
|
|
4819
4696
|
minHeight: "24px",
|
|
4820
4697
|
width: "fit-content",
|
|
4821
|
-
color:
|
|
4698
|
+
color: r.marbleLight[30],
|
|
4822
4699
|
...o.colorSchemes.finalTheme.typography.body
|
|
4823
4700
|
}
|
|
4824
4701
|
}
|
|
@@ -5499,7 +5376,7 @@ const p = (o) => ({
|
|
|
5499
5376
|
}
|
|
5500
5377
|
}
|
|
5501
5378
|
}
|
|
5502
|
-
}),
|
|
5379
|
+
}), U = (o) => ({
|
|
5503
5380
|
M4LTabContent: {
|
|
5504
5381
|
styleOverrides: {
|
|
5505
5382
|
"&.M4LTabContent-root": {
|
|
@@ -5530,7 +5407,7 @@ const p = (o) => ({
|
|
|
5530
5407
|
}
|
|
5531
5408
|
}
|
|
5532
5409
|
}
|
|
5533
|
-
}),
|
|
5410
|
+
}), _ = (o) => ({
|
|
5534
5411
|
M4LMenuActions: {
|
|
5535
5412
|
styleOverrides: {
|
|
5536
5413
|
"&.M4LMenuActions-root": {
|
|
@@ -5746,7 +5623,7 @@ const p = (o) => ({
|
|
|
5746
5623
|
}
|
|
5747
5624
|
}
|
|
5748
5625
|
}
|
|
5749
|
-
}),
|
|
5626
|
+
}), J = (o) => ({
|
|
5750
5627
|
M4LFormatter: {
|
|
5751
5628
|
styleOverrides: {
|
|
5752
5629
|
"&.M4LFormatter-root": {
|
|
@@ -5763,7 +5640,7 @@ const p = (o) => ({
|
|
|
5763
5640
|
}
|
|
5764
5641
|
}
|
|
5765
5642
|
}
|
|
5766
|
-
}),
|
|
5643
|
+
}), K = (o) => ({
|
|
5767
5644
|
M4LoadingError: {
|
|
5768
5645
|
styleOverrides: {
|
|
5769
5646
|
"&.M4LoadingError-root": {
|
|
@@ -5822,7 +5699,7 @@ const p = (o) => ({
|
|
|
5822
5699
|
}
|
|
5823
5700
|
}
|
|
5824
5701
|
}
|
|
5825
|
-
}),
|
|
5702
|
+
}), Q = (o) => ({
|
|
5826
5703
|
M4LMFLoader: {
|
|
5827
5704
|
styleOverrides: {
|
|
5828
5705
|
"&.M4LMFLoader-root": {
|
|
@@ -5841,7 +5718,7 @@ const p = (o) => ({
|
|
|
5841
5718
|
}
|
|
5842
5719
|
}
|
|
5843
5720
|
}
|
|
5844
|
-
}),
|
|
5721
|
+
}), X = (o) => ({
|
|
5845
5722
|
M4LLoadingButton: {
|
|
5846
5723
|
styleOverrides: {
|
|
5847
5724
|
"&.M4LLoadingButton-root": {
|
|
@@ -6073,85 +5950,7 @@ const p = (o) => ({
|
|
|
6073
5950
|
}
|
|
6074
5951
|
}
|
|
6075
5952
|
}
|
|
6076
|
-
}),
|
|
6077
|
-
M4LToastContainer: {
|
|
6078
|
-
styleOverrides: {
|
|
6079
|
-
"&.M4LToastContainer-root": {
|
|
6080
|
-
width: "100%",
|
|
6081
|
-
height: "100%",
|
|
6082
|
-
position: "relative",
|
|
6083
|
-
"& .Toastify": {
|
|
6084
|
-
"& .Toastify__toast-container": {
|
|
6085
|
-
display: "flex",
|
|
6086
|
-
flexDirection: "column",
|
|
6087
|
-
gap: "16px",
|
|
6088
|
-
"& .Toastify__toast": {
|
|
6089
|
-
padding: "8px",
|
|
6090
|
-
marginBottom: "0px",
|
|
6091
|
-
backgroundColor: o.vars.palette.background.default,
|
|
6092
|
-
boxShadow: o.customShadows?.z2,
|
|
6093
|
-
minHeight: "54px !important",
|
|
6094
|
-
"& .Toastify__toast-body": {
|
|
6095
|
-
margin: "0px",
|
|
6096
|
-
padding: "0px",
|
|
6097
|
-
"& .Toastify__toast-icon": {
|
|
6098
|
-
display: "none"
|
|
6099
|
-
},
|
|
6100
|
-
"& .M4LToastContainer-toastMessageContainer": {
|
|
6101
|
-
display: "flex",
|
|
6102
|
-
alignItems: "center",
|
|
6103
|
-
gap: "10px",
|
|
6104
|
-
"& .M4LToastContainer-toastMessageIcon": {
|
|
6105
|
-
height: "22px",
|
|
6106
|
-
width: "22px",
|
|
6107
|
-
display: "flex",
|
|
6108
|
-
alignItems: "center",
|
|
6109
|
-
justifyContent: "center",
|
|
6110
|
-
borderRadius: "2px"
|
|
6111
|
-
},
|
|
6112
|
-
"& .M4LToastContainer-toastMessageInfo": {
|
|
6113
|
-
...o.colorSchemes.finalTheme.typography.bodyDens,
|
|
6114
|
-
color: o.vars.palette.text.primary
|
|
6115
|
-
}
|
|
6116
|
-
}
|
|
6117
|
-
},
|
|
6118
|
-
"& .Toastify__close-button": {
|
|
6119
|
-
margin: "auto auto",
|
|
6120
|
-
"& > svg": {
|
|
6121
|
-
fill: o.vars.palette.text.primary
|
|
6122
|
-
}
|
|
6123
|
-
},
|
|
6124
|
-
"&.Toastify__toast--info": {
|
|
6125
|
-
"& .Toastify__toast-body": {
|
|
6126
|
-
"& .M4LToastContainer-toastMessageContainer": {
|
|
6127
|
-
"& .M4LToastContainer-toastMessageIcon": {
|
|
6128
|
-
background: `${o.vars.palette.state.info.normal} !important`
|
|
6129
|
-
}
|
|
6130
|
-
}
|
|
6131
|
-
}
|
|
6132
|
-
},
|
|
6133
|
-
"&.Toastify__toast--success": {
|
|
6134
|
-
"& .M4LToastContainer-toastMessageIcon": {
|
|
6135
|
-
background: `${o.vars.palette.state.success.normal} !important`
|
|
6136
|
-
}
|
|
6137
|
-
},
|
|
6138
|
-
"&.Toastify__toast--warning": {
|
|
6139
|
-
"& .M4LToastContainer-toastMessageIcon": {
|
|
6140
|
-
background: `${o.vars.palette.state.warning.normal} !important`
|
|
6141
|
-
}
|
|
6142
|
-
},
|
|
6143
|
-
"&.Toastify__toast--error": {
|
|
6144
|
-
"& .M4LToastContainer-toastMessageIcon": {
|
|
6145
|
-
background: `${o.vars.palette.state.error.normal} !important`
|
|
6146
|
-
}
|
|
6147
|
-
}
|
|
6148
|
-
}
|
|
6149
|
-
}
|
|
6150
|
-
}
|
|
6151
|
-
}
|
|
6152
|
-
}
|
|
6153
|
-
}
|
|
6154
|
-
}), Z = (o) => ({
|
|
5953
|
+
}), Y = (o) => ({
|
|
6155
5954
|
M4LPDFViewer: {
|
|
6156
5955
|
styleOverrides: {
|
|
6157
5956
|
"&.M4LPDFViewer-root": {
|
|
@@ -6166,7 +5965,7 @@ const p = (o) => ({
|
|
|
6166
5965
|
}
|
|
6167
5966
|
}
|
|
6168
5967
|
}
|
|
6169
|
-
}),
|
|
5968
|
+
}), Z = (o) => ({
|
|
6170
5969
|
M4LTopBar: {
|
|
6171
5970
|
styleOverrides: {
|
|
6172
5971
|
"&.M4LTopBar-root": {
|
|
@@ -6229,7 +6028,7 @@ const p = (o) => ({
|
|
|
6229
6028
|
}
|
|
6230
6029
|
}
|
|
6231
6030
|
}
|
|
6232
|
-
}),
|
|
6031
|
+
}), oo = (o) => ({
|
|
6233
6032
|
M4LAppBarCommercial: {
|
|
6234
6033
|
styleOverrides: {
|
|
6235
6034
|
"&.M4LAppBarCommercial-root": {
|
|
@@ -6250,7 +6049,7 @@ const p = (o) => ({
|
|
|
6250
6049
|
}
|
|
6251
6050
|
}
|
|
6252
6051
|
}
|
|
6253
|
-
}),
|
|
6052
|
+
}), to = (o) => ({
|
|
6254
6053
|
M4LSectionCommercial: {
|
|
6255
6054
|
styleOverrides: {
|
|
6256
6055
|
"&.M4LSectionCommercial-root": {
|
|
@@ -6269,7 +6068,7 @@ const p = (o) => ({
|
|
|
6269
6068
|
}
|
|
6270
6069
|
}
|
|
6271
6070
|
}
|
|
6272
|
-
}),
|
|
6071
|
+
}), ro = (o) => ({
|
|
6273
6072
|
M4LHamburgerMenuCommercial: {
|
|
6274
6073
|
styleOverrides: {
|
|
6275
6074
|
"&.M4LHamburgerMenuCommercial-root": {
|
|
@@ -6279,7 +6078,7 @@ const p = (o) => ({
|
|
|
6279
6078
|
}
|
|
6280
6079
|
}
|
|
6281
6080
|
}
|
|
6282
|
-
}),
|
|
6081
|
+
}), eo = (o) => ({
|
|
6283
6082
|
M4LFieldLabel: {
|
|
6284
6083
|
styleOverrides: {
|
|
6285
6084
|
"&.M4LFieldLabel-root": {
|
|
@@ -6302,7 +6101,7 @@ const p = (o) => ({
|
|
|
6302
6101
|
}
|
|
6303
6102
|
}
|
|
6304
6103
|
}
|
|
6305
|
-
}),
|
|
6104
|
+
}), ao = (o) => ({
|
|
6306
6105
|
M4LMap: {
|
|
6307
6106
|
styleOverrides: {
|
|
6308
6107
|
"&.M4LMap-root": {
|
|
@@ -6551,7 +6350,7 @@ const p = (o) => ({
|
|
|
6551
6350
|
}
|
|
6552
6351
|
}
|
|
6553
6352
|
}
|
|
6554
|
-
}),
|
|
6353
|
+
}), io = (o) => ({
|
|
6555
6354
|
M4LMapGpsTools: {
|
|
6556
6355
|
styleOverrides: {
|
|
6557
6356
|
"&.M4LMapGpsTools-gpsToolsRoot": {
|
|
@@ -6608,7 +6407,6 @@ const p = (o) => ({
|
|
|
6608
6407
|
}
|
|
6609
6408
|
});
|
|
6610
6409
|
export {
|
|
6611
|
-
io as $,
|
|
6612
6410
|
R as A,
|
|
6613
6411
|
P as B,
|
|
6614
6412
|
D as C,
|
|
@@ -6621,26 +6419,26 @@ export {
|
|
|
6621
6419
|
N as J,
|
|
6622
6420
|
E as K,
|
|
6623
6421
|
$ as L,
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
|
|
6422
|
+
X as M,
|
|
6423
|
+
U as N,
|
|
6424
|
+
_ as O,
|
|
6627
6425
|
q as P,
|
|
6628
|
-
|
|
6629
|
-
|
|
6630
|
-
|
|
6631
|
-
|
|
6426
|
+
J as Q,
|
|
6427
|
+
K as R,
|
|
6428
|
+
Q as S,
|
|
6429
|
+
Y as T,
|
|
6632
6430
|
Z as U,
|
|
6633
6431
|
oo as V,
|
|
6634
6432
|
to as W,
|
|
6635
6433
|
ro as X,
|
|
6636
6434
|
eo as Y,
|
|
6637
|
-
|
|
6638
|
-
|
|
6435
|
+
io as Z,
|
|
6436
|
+
ao as _,
|
|
6639
6437
|
A as a,
|
|
6640
6438
|
p as b,
|
|
6641
6439
|
d as c,
|
|
6642
|
-
|
|
6643
|
-
|
|
6440
|
+
l as d,
|
|
6441
|
+
s as e,
|
|
6644
6442
|
M as f,
|
|
6645
6443
|
c as g,
|
|
6646
6444
|
O as h,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { F as s, C as o, M as r, L, I as M, a as n, R as i, B as p, b as l, T as c, P as d, S as u, c as g, d as B, A as F, e as P, D as
|
|
1
|
+
import { F as s, C as o, M as r, L, I as M, a as n, R as i, B as p, b as l, T as c, P as d, S as u, c as g, d as B, A as F, e as P, D as A, f as T, g as b, h as C, i as S, j as y, k as I, l as R, m as v, n as H, o as k, p as D, q as f, r as x, s as w, t as G, u as V, v as j, w as E, x as N, y as O, z as q } from "./MUIComponents/index.5c43e3b5.js";
|
|
2
2
|
import { M as z, a as U, b as J, c as K, d as Q, e as W, f as X, g as Y, h as Z } from "./M4LRHFComponents/index.3599b255.js";
|
|
3
|
-
import { M as _, a as $, b as t, c as m, d as e, e as h, f as aa, g as sa, h as oa, i as ra, j as La, k as Ma, l as na, m as ia, n as pa, o as la, p as ca, q as da, r as ua, s as ga, t as Ba, u as Fa, v as Pa, w as
|
|
4
|
-
function
|
|
3
|
+
import { M as _, a as $, b as t, c as m, d as e, e as h, f as aa, g as sa, h as oa, i as ra, j as La, k as Ma, l as na, m as ia, n as pa, o as la, p as ca, q as da, r as ua, s as ga, t as Ba, u as Fa, v as Pa, w as Aa, x as Ta, y as ba, z as Ca, A as Sa, B as ya, C as Ia, D as Ra, E as va, F as Ha, G as ka, H as Da, I as fa, J as xa, K as wa, L as Ga, N as Va, O as ja, P as Ea, Q as Na, R as Oa, S as qa, T as za, U as Ua, V as Ja, W as Ka, X as Qa, Y as Wa, Z as Xa, _ as Ya } from "./M4LExtendedComponents/index.8f549882.js";
|
|
4
|
+
function ta(a) {
|
|
5
5
|
return Object.assign(
|
|
6
6
|
s(a),
|
|
7
7
|
o(a),
|
|
@@ -19,8 +19,8 @@ function ma(a) {
|
|
|
19
19
|
B(a),
|
|
20
20
|
F(a),
|
|
21
21
|
P(a),
|
|
22
|
-
T(a),
|
|
23
22
|
A(a),
|
|
23
|
+
T(a),
|
|
24
24
|
b(a),
|
|
25
25
|
C(),
|
|
26
26
|
S(),
|
|
@@ -72,8 +72,8 @@ function ma(a) {
|
|
|
72
72
|
Ba(),
|
|
73
73
|
Fa(a),
|
|
74
74
|
Pa(a),
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
Aa(),
|
|
76
|
+
Ta(a),
|
|
77
77
|
ba(a),
|
|
78
78
|
Ca(a),
|
|
79
79
|
Sa(a),
|
|
@@ -95,17 +95,16 @@ function ma(a) {
|
|
|
95
95
|
Oa(a),
|
|
96
96
|
qa(),
|
|
97
97
|
Z(a),
|
|
98
|
-
za(
|
|
99
|
-
Ua(),
|
|
98
|
+
za(),
|
|
99
|
+
Ua(a),
|
|
100
100
|
Ja(a),
|
|
101
101
|
Ka(a),
|
|
102
|
-
Qa(
|
|
103
|
-
Wa(),
|
|
104
|
-
Xa(
|
|
105
|
-
Ya()
|
|
106
|
-
Za(a)
|
|
102
|
+
Qa(),
|
|
103
|
+
Wa(a),
|
|
104
|
+
Xa(),
|
|
105
|
+
Ya(a)
|
|
107
106
|
);
|
|
108
107
|
}
|
|
109
108
|
export {
|
|
110
|
-
|
|
109
|
+
ta as f
|
|
111
110
|
};
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LToastContainer: (theme: Omit<Theme, "palette" | "applyStyles"> & CssVarsTheme) => {
|
|
3
|
-
M4LToastContainer: {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
'&.M4LToastContainer-root': {
|
|
6
|
-
width: string;
|
|
7
|
-
height: string;
|
|
8
|
-
position: string;
|
|
9
|
-
'& .Toastify': {
|
|
10
|
-
'& .Toastify__toast-container': {
|
|
11
|
-
display: string;
|
|
12
|
-
flexDirection: string;
|
|
13
|
-
gap: string;
|
|
14
|
-
'& .Toastify__toast': {
|
|
15
|
-
padding: string;
|
|
16
|
-
marginBottom: string;
|
|
17
|
-
backgroundColor: string;
|
|
18
|
-
boxShadow: string;
|
|
19
|
-
minHeight: string;
|
|
20
|
-
'& .Toastify__toast-body': {
|
|
21
|
-
margin: string;
|
|
22
|
-
padding: string;
|
|
23
|
-
'& .Toastify__toast-icon': {
|
|
24
|
-
display: string;
|
|
25
|
-
};
|
|
26
|
-
'& .M4LToastContainer-toastMessageContainer': {
|
|
27
|
-
display: string;
|
|
28
|
-
alignItems: string;
|
|
29
|
-
gap: string;
|
|
30
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
31
|
-
height: string;
|
|
32
|
-
width: string;
|
|
33
|
-
display: string;
|
|
34
|
-
alignItems: string;
|
|
35
|
-
justifyContent: string;
|
|
36
|
-
borderRadius: string;
|
|
37
|
-
};
|
|
38
|
-
'& .M4LToastContainer-toastMessageInfo': {
|
|
39
|
-
color: string;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
'& .Toastify__close-button': {
|
|
44
|
-
margin: string;
|
|
45
|
-
'& > svg': {
|
|
46
|
-
fill: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
'&.Toastify__toast--info': {
|
|
50
|
-
'& .Toastify__toast-body': {
|
|
51
|
-
'& .M4LToastContainer-toastMessageContainer': {
|
|
52
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
53
|
-
background: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
'&.Toastify__toast--success': {
|
|
59
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
60
|
-
background: string;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
'&.Toastify__toast--warning': {
|
|
64
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
65
|
-
background: string;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
'&.Toastify__toast--error': {
|
|
69
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
70
|
-
background: string;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
};
|