@m4l/styles 1.0.1 → 1.0.3

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.
@@ -1,316 +1,11 @@
1
1
  import { alpha as t } from "@mui/material/styles";
2
2
  import { alpha as r } from "@mui/system";
3
- import "../../defaultThemeOptions.0976e58a.js";
3
+ import "../../defaultThemeOptions.d580f3ec.js";
4
4
  import "../../shadows.e0c009ff.js";
5
5
  import { P as e } from "../../palette.287635f2.js";
6
- import "../../typography.2a9a38a6.js";
6
+ import "../../typography.947dc33f.js";
7
7
  import "@mui/material";
8
8
  const c = (o) => ({
9
- M4LDynamicFilter: {
10
- styleOverrides: {
11
- "&.M4LDynamicFilter-root": {
12
- borderRadius: "4px",
13
- background: o.vars.palette.background.default,
14
- padding: "0px",
15
- border: "1px solid",
16
- borderColor: o.vars.palette.state.borderPrimary,
17
- height: "fit-content",
18
- [o.breakpoints.down("sm")]: {
19
- minHeight: "auto",
20
- height: "auto"
21
- },
22
- "&.M4LDynamicFilter-isMobile": {
23
- "& .M4LDynamicFilter-containerFistRow": {
24
- "& .M4LDynamicFilter-containerClearFilter": {
25
- borderLeft: "1px solid",
26
- borderColor: o.vars.palette.state.borderPrimary
27
- }
28
- },
29
- "& .M4LDynamicFilter-wrapperApplyedFilters": {
30
- display: "flex",
31
- borderTop: "1px solid ",
32
- borderColor: o.vars.palette.state.borderSecondary,
33
- height: "fit-content"
34
- }
35
- },
36
- "&.M4LDynamicFilter-isEmpty": {
37
- "& .M4LDynamicFilter-wrapperApplyedFilters": {
38
- [o.breakpoints.down("sm")]: {
39
- display: "none",
40
- height: "100%"
41
- },
42
- "& .MuiBox-root": {
43
- height: "fit-content"
44
- }
45
- }
46
- },
47
- "& .simplebar-content": {
48
- height: "100%"
49
- },
50
- "& .M4LDynamicFilter-containerFistRow": {
51
- height: "32px",
52
- width: "100%",
53
- [o.breakpoints.down("sm")]: {
54
- height: "44px",
55
- display: "flex",
56
- flexDirection: "row",
57
- alignItems: "center",
58
- justifyContent: "center"
59
- },
60
- "& .M4LDynamicFilter-containerInputFilter": {
61
- width: "100%",
62
- alignItems: "center",
63
- maxWidth: "100%",
64
- color: o.vars.palette.text.secondary,
65
- border: "1px solid",
66
- borderColor: "transparent",
67
- [o.breakpoints.down("sm")]: {
68
- height: "100%",
69
- padding: "8px"
70
- }
71
- }
72
- },
73
- "&.M4LDynamicFilter-isInvalid": {
74
- borderColor: o.vars.palette.state.error.normal
75
- },
76
- "& .M4LDynamicFilter-containerClearFilter": {
77
- display: "flex",
78
- flexDirection: "row",
79
- gap: "8px",
80
- padding: "4px",
81
- height: "100%",
82
- alignItems: "center",
83
- borderTopRightRadius: "4px",
84
- borderBottomRightRadius: "4px",
85
- borderLeft: "1px solid",
86
- borderColor: o.vars.palette.state.borderPrimary,
87
- "& .M4LIconButton-root .M4LDynamicFilter-filterButton": {
88
- background: o.vars.palette.state.focus
89
- }
90
- },
91
- "& .M4LDynamicFilter-containerInputFilter": {
92
- display: "flex",
93
- flexDirection: "row",
94
- gap: "8px",
95
- padding: "4px 6px 4px 4px",
96
- height: "100%",
97
- maxWidth: "135px",
98
- width: "100%",
99
- alignItems: "center",
100
- borderTopLeftRadius: "4px",
101
- borderBottomLeftRadius: "4px",
102
- borderRight: "1px solid",
103
- borderColor: o.vars.palette.state.borderPrimary,
104
- "& > input": {
105
- background: o.vars.palette.background.default,
106
- ...o.colorSchemes.finalTheme.typography.body,
107
- color: o.vars.palette.text.secondary,
108
- border: "1px solid",
109
- borderColor: "transparent",
110
- padding: "4px 8px",
111
- width: "100%",
112
- height: "100%",
113
- "&::placeholder": {
114
- color: o.vars.palette.text.secondary
115
- },
116
- "&:focus-visible": {
117
- color: o.vars.palette.text.secondary,
118
- border: "1px solid",
119
- borderColor: o.vars.palette.state.active12,
120
- background: o.vars.palette.state.active12,
121
- BorderRadius: "2px",
122
- outline: "none!important"
123
- },
124
- "&:hover": {
125
- borderColor: o.vars.palette.state?.toneOp,
126
- background: o.vars.palette.state.hoverDefault
127
- }
128
- }
129
- },
130
- "& .M4LDynamicFilter-wrapperApplyedFilters": {
131
- borderLeft: "none",
132
- height: "fit-content",
133
- margin: "0px",
134
- padding: "0px 4px",
135
- [o.breakpoints.down("sm")]: {
136
- height: "auto",
137
- padding: "4px"
138
- }
139
- },
140
- "& .M4LDynamicFilter-containerApplyedFilters": {
141
- padding: "2px",
142
- gap: "4px",
143
- height: "fit-content",
144
- display: "flex",
145
- flexWrap: "wrap",
146
- [o.breakpoints.down("sm")]: {
147
- padding: "0px"
148
- }
149
- },
150
- "& .M4LDynamicFilter-applyedFilter": {
151
- border: "none",
152
- height: "24px",
153
- display: "flex",
154
- alignItems: "center",
155
- borderRadius: "4px",
156
- background: o.vars.palette.state.default,
157
- color: o.vars.palette.text.secondary,
158
- ...o.colorSchemes.finalTheme.typography.body,
159
- [o.breakpoints.down("sm")]: {
160
- height: "fit-content"
161
- },
162
- "& .css-5ca9fi": {
163
- ...o.colorSchemes.finalTheme.typography.body
164
- },
165
- "& .css-1wytxsy": {
166
- ...o.colorSchemes.finalTheme.typography.body
167
- }
168
- }
169
- }
170
- }
171
- },
172
- M4LDynamicFilterPopoverMenuFields: {
173
- styleOverrides: {
174
- "&.M4LDynamicFilter-popoverMenuFields": {
175
- "& .M4LDynamicFilter-popoverMenuFieldsPaper": {
176
- display: "flex",
177
- flexDirection: "column",
178
- padding: "8px",
179
- gap: "4px",
180
- borderRadius: "6px",
181
- "& .M4LDynamicFilter-popoverMenuFieldsItem": {
182
- paddingLeft: "4px",
183
- paddingRight: "4px",
184
- borderRadius: "4px",
185
- "& .M4LDynamicFilter-classespopoverLabelMemuItem": {
186
- ...o.colorSchemes.finalTheme.typography.body,
187
- color: o.vars.palette.text.primary
188
- },
189
- "& .M4LDynamicFilter-popoverMenuFieldsItem:hover": {
190
- ...o.colorSchemes.finalTheme.typography.body,
191
- color: o.vars.palette.state.hover,
192
- background: o.vars.palette.state.default,
193
- borderRadius: "4px",
194
- padding: "4px 12px 4px 8px",
195
- boxShadow: o.customShadows?.z2
196
- }
197
- },
198
- [o.breakpoints.down("md")]: {
199
- padding: "12px",
200
- gap: "4px"
201
- }
202
- }
203
- }
204
- }
205
- },
206
- M4LDynamicFilterPopoverFilter: {
207
- styleOverrides: {
208
- "&.M4LDynamicFilter-popoverFilter": {
209
- width: "auto",
210
- "& .M4LDynamicFilter-popoverFilterPaper": {
211
- padding: "0px",
212
- minWidth: "220px",
213
- maxWidth: "100%",
214
- minHeight: "auto",
215
- boxShadow: o.customShadows?.z2,
216
- "& .M4LPopover-arrowStyle": {
217
- background: "none"
218
- },
219
- "& .M4LRHFormProvider-root": {
220
- gap: "0px",
221
- width: "max-content",
222
- minWidth: "220px",
223
- maxWidth: "420px",
224
- height: "fit-content",
225
- "& .M4LDynamicFilter-popoverFilterHeader": {
226
- background: o.vars.palette.state.default,
227
- display: "flex",
228
- gap: "8px",
229
- padding: "4px 4px 4px 8px",
230
- borderTopLeftRadius: "4px",
231
- borderTopRightRadius: "4px",
232
- borderBottom: "0px",
233
- height: "28px",
234
- "& .M4LIcon-root": {
235
- "& .M4LIcon-icon": {}
236
- },
237
- "& .MuiTypography-root": {
238
- ...o.colorSchemes.finalTheme.typography.paragraphDens,
239
- color: o.vars.palette.text.primary,
240
- "& .MuiTypography-root": {}
241
- }
242
- },
243
- "& .M4LDynamicFilter-popoverContainerFields": {
244
- height: "fit-content",
245
- [`& .M4LDynamicFilter-containerStringFilter,
246
- & .M4LDynamicFilter-containerBooleanFilter,
247
- & .M4LDynamicFilter-containerNumberFilter,
248
- & .M4LDynamicFilter-containerDateTimeFilter,
249
- & .M4LDynamicFilter-containerSelectFilter
250
- `]: {
251
- display: "flex",
252
- height: "auto",
253
- flexDirection: "column",
254
- padding: "12px 12px 0 12px",
255
- gap: "8px"
256
- }
257
- },
258
- "& .M4LCommonActions-root": {
259
- display: "flex",
260
- flexDirection: "row",
261
- gap: "16px",
262
- padding: "16px 12px 12px 12px",
263
- ".M4LButton-root": {
264
- height: "24px"
265
- }
266
- }
267
- }
268
- },
269
- [o.breakpoints.down("sm")]: {
270
- "& .M4LDynamicFilter-popoverFilterPaper": {
271
- "& .M4LRHFormProvider-root": {
272
- "& .M4LDynamicFilter-popoverFilterHeader": {
273
- height: "36px",
274
- "& .M4LIcon-root": {
275
- "& .M4LIcon-icon": {}
276
- },
277
- "& .MuiTypography-root": {
278
- ...o.colorSchemes.finalTheme.typography.paragraphDens,
279
- color: o.vars.palette.text.primary,
280
- "& .MuiTypography-root": {}
281
- }
282
- },
283
- "& .M4LDynamicFilter-popoverContainerFields": {
284
- height: "fit-content",
285
- [`& .M4LDynamicFilter-containerStringFilter,
286
- & .M4LDynamicFilter-containerBooleanFilter,
287
- & .M4LDynamicFilter-containerNumberFilter,
288
- & .M4LDynamicFilter-containerDateTimeFilter,
289
- & .M4LDynamicFilter-containerSelectFilter
290
- `]: {
291
- display: "flex",
292
- height: "auto",
293
- flexDirection: "column",
294
- padding: "16px 16px 0 16px",
295
- gap: "12px"
296
- }
297
- },
298
- "& .M4LCommonActions-root": {
299
- display: "flex",
300
- flexDirection: "row",
301
- gap: "16px",
302
- padding: "24px 16px 16px 16px",
303
- ".M4LButton-root": {
304
- height: "36px"
305
- }
306
- }
307
- }
308
- }
309
- }
310
- }
311
- }
312
- }
313
- }), x = (o) => ({
314
9
  M4LIcon: {
315
10
  styleOverrides: {
316
11
  ["&.M4LIcon-root"]: {
@@ -494,7 +189,7 @@ const c = (o) => ({
494
189
  }
495
190
  }
496
191
  }
497
- }), u = (o) => ({
192
+ }), x = (o) => ({
498
193
  M4LanguagePopover: {
499
194
  styleOverrides: {
500
195
  ["&.M4LanguagePopover-root"]: {
@@ -515,7 +210,7 @@ const c = (o) => ({
515
210
  }
516
211
  }
517
212
  }
518
- }), b = (o) => ({
213
+ }), u = (o) => ({
519
214
  M4LImageButton: {
520
215
  styleOverrides: {
521
216
  ["&.M4LImageButton-root"]: {
@@ -569,7 +264,7 @@ const c = (o) => ({
569
264
  }
570
265
  }
571
266
  }
572
- }), M = (o) => ({
267
+ }), b = (o) => ({
573
268
  M4LImage: {
574
269
  styleOverrides: {
575
270
  ["&.M4LImage-root"]: {
@@ -580,7 +275,7 @@ const c = (o) => ({
580
275
  }
581
276
  }
582
277
  }
583
- }), v = (o) => ({
278
+ }), M = (o) => ({
584
279
  M4LPopover: {
585
280
  styleOverrides: {
586
281
  "&.M4LPopover-root": {
@@ -671,7 +366,7 @@ const c = (o) => ({
671
366
  }
672
367
  }
673
368
  }
674
- }), L = (o) => ({
369
+ }), v = (o) => ({
675
370
  M4LErrorLabel: {
676
371
  styleOverrides: {
677
372
  ["&.M4LHelperText-root"]: {
@@ -690,7 +385,7 @@ const c = (o) => ({
690
385
  }
691
386
  }
692
387
  }
693
- }), y = (o) => ({
388
+ }), L = (o) => ({
694
389
  M4LTypography: {
695
390
  styleOverrides: {
696
391
  ["&.M4LTypography-root"]: {
@@ -702,7 +397,7 @@ const c = (o) => ({
702
397
  }
703
398
  }
704
399
  }
705
- }), h = (o) => ({
400
+ }), y = (o) => ({
706
401
  M4LButton: {
707
402
  styleOverrides: {
708
403
  "&.M4LButton-root": {
@@ -935,7 +630,7 @@ const c = (o) => ({
935
630
  }
936
631
  }
937
632
  }
938
- }), f = (o) => ({
633
+ }), h = (o) => ({
939
634
  M4LNavLink: {
940
635
  styleOverrides: {
941
636
  ["&.M4LNavLink-root"]: {
@@ -955,7 +650,7 @@ const c = (o) => ({
955
650
  }
956
651
  }
957
652
  }
958
- }), w = (o) => ({
653
+ }), f = (o) => ({
959
654
  M4LSideBar: {
960
655
  styleOverrides: {
961
656
  "&.M4LSideBar-root": {
@@ -2656,7 +2351,7 @@ const c = (o) => ({
2656
2351
  }
2657
2352
  }
2658
2353
  }
2659
- }), m = (o) => ({
2354
+ }), w = (o) => ({
2660
2355
  M4LAreasAdmin: {
2661
2356
  styleOverrides: {
2662
2357
  "&.M4LAreasAdmin-root": {
@@ -3097,7 +2792,7 @@ const c = (o) => ({
3097
2792
  }
3098
2793
  }
3099
2794
  }
3100
- }), C = (o) => ({
2795
+ }), m = (o) => ({
3101
2796
  M4LAreasViewer: {
3102
2797
  styleOverrides: {
3103
2798
  "&.M4LAreasViewer-root": {
@@ -3191,7 +2886,6 @@ const c = (o) => ({
3191
2886
  overflow: "hidden",
3192
2887
  textOverflow: "ellipsis",
3193
2888
  width: "100%",
3194
- fontSize: "16px",
3195
2889
  color: o.vars.palette.text.secondary
3196
2890
  }
3197
2891
  },
@@ -3760,7 +3454,7 @@ const c = (o) => ({
3760
3454
  }
3761
3455
  }
3762
3456
  }
3763
- }), S = (o) => ({
3457
+ }), C = (o) => ({
3764
3458
  M4LAppBar: {
3765
3459
  styleOverrides: {
3766
3460
  "&.M4LAppBar-root": {
@@ -3875,7 +3569,7 @@ const c = (o) => ({
3875
3569
  }
3876
3570
  }
3877
3571
  }
3878
- }), k = (o) => ({
3572
+ }), S = (o) => ({
3879
3573
  M4LAvatar: {
3880
3574
  styleOverrides: {
3881
3575
  "&.M4LAvatar-root": {
@@ -4193,7 +3887,7 @@ const c = (o) => ({
4193
3887
  }
4194
3888
  }
4195
3889
  }
4196
- }), I = (o) => ({
3890
+ }), k = (o) => ({
4197
3891
  M4LModuleLayout: {
4198
3892
  styleOverrides: {
4199
3893
  "&.M4LModuleLayout-root": {
@@ -4210,7 +3904,7 @@ const c = (o) => ({
4210
3904
  }
4211
3905
  }
4212
3906
  }
4213
- }), T = (o) => ({
3907
+ }), I = (o) => ({
4214
3908
  M4LMasterDetailLayout: {
4215
3909
  styleOverrides: {
4216
3910
  "&.M4LMasterDetailLayout-root": {
@@ -4243,7 +3937,7 @@ const c = (o) => ({
4243
3937
  }
4244
3938
  }
4245
3939
  }
4246
- }), R = (o) => ({
3940
+ }), T = (o) => ({
4247
3941
  M4LSplitLayout: {
4248
3942
  styleOverrides: {
4249
3943
  "&.M4LSplitLayout-root": {
@@ -4364,7 +4058,7 @@ const c = (o) => ({
4364
4058
  }
4365
4059
  }
4366
4060
  }
4367
- }), A = (o) => ({
4061
+ }), R = (o) => ({
4368
4062
  M4LCommonActions: {
4369
4063
  styleOverrides: {
4370
4064
  "&.M4LCommonActions-root": {
@@ -4377,7 +4071,7 @@ const c = (o) => ({
4377
4071
  }
4378
4072
  }
4379
4073
  }
4380
- }), D = (o) => ({
4074
+ }), A = (o) => ({
4381
4075
  M4LinearProgressIndeterminate: {
4382
4076
  styleOverrides: {
4383
4077
  "&.M4LinearProgressIndeterminate-root": {
@@ -4533,7 +4227,7 @@ const c = (o) => ({
4533
4227
  }
4534
4228
  }
4535
4229
  }
4536
- }), H = (o) => ({
4230
+ }), D = (o) => ({
4537
4231
  M4LTab: {
4538
4232
  styleOverrides: {
4539
4233
  "&.M4LTab-root": {
@@ -4596,7 +4290,7 @@ const c = (o) => ({
4596
4290
  }
4597
4291
  }
4598
4292
  }
4599
- }), F = (o) => ({
4293
+ }), H = (o) => ({
4600
4294
  M4LAccordion: {
4601
4295
  styleOverrides: {
4602
4296
  "&.M4LAccordion-root": {
@@ -5107,7 +4801,7 @@ const c = (o) => ({
5107
4801
  }
5108
4802
  }
5109
4803
  }
5110
- }), j = (o) => ({
4804
+ }), F = (o) => ({
5111
4805
  M4LTooltip: {
5112
4806
  styleOverrides: {
5113
4807
  "&.M4LTooltip-root": {
@@ -5128,7 +4822,7 @@ const c = (o) => ({
5128
4822
  }
5129
4823
  }
5130
4824
  }
5131
- }), G = (o) => ({
4825
+ }), j = (o) => ({
5132
4826
  M4LBadge: {
5133
4827
  styleOverrides: {
5134
4828
  "&.M4LBadge-root": {
@@ -5159,7 +4853,7 @@ const c = (o) => ({
5159
4853
  }
5160
4854
  }
5161
4855
  }
5162
- }), N = (o) => (console.log("Test media query", o.typography.body), {
4856
+ }), G = (o) => (console.log("Test media query", o.typography.body), {
5163
4857
  M4LDataGrid: {
5164
4858
  styleOverrides: {
5165
4859
  "&.M4LDataGrid-root": {
@@ -5501,7 +5195,7 @@ const c = (o) => ({
5501
5195
  }
5502
5196
  }
5503
5197
  }
5504
- }), E = (o) => ({
5198
+ }), N = (o) => ({
5505
5199
  M4LPager: {
5506
5200
  styleOverrides: {
5507
5201
  "&.M4LPager-root": {
@@ -5608,7 +5302,7 @@ const c = (o) => ({
5608
5302
  }
5609
5303
  }
5610
5304
  }
5611
- }), $ = (o) => ({
5305
+ }), E = (o) => ({
5612
5306
  M4LCheckBox: {
5613
5307
  styleOverrides: {
5614
5308
  "&.M4LCheckBox-root": {
@@ -5679,7 +5373,7 @@ const c = (o) => ({
5679
5373
  }
5680
5374
  }
5681
5375
  }
5682
- }), _ = (o) => ({
5376
+ }), $ = (o) => ({
5683
5377
  M4LStack: {
5684
5378
  styleOverrides: {
5685
5379
  "&.M4LStack-root": {
@@ -5692,7 +5386,7 @@ const c = (o) => ({
5692
5386
  }
5693
5387
  }
5694
5388
  }
5695
- }), U = (o) => ({
5389
+ }), _ = (o) => ({
5696
5390
  M4LTabs: {
5697
5391
  styleOverrides: {
5698
5392
  "&.M4LTabs-root": {
@@ -5732,7 +5426,7 @@ const c = (o) => ({
5732
5426
  }
5733
5427
  }
5734
5428
  }
5735
- }), q = (o) => ({
5429
+ }), U = (o) => ({
5736
5430
  M4LNoItemSelected: {
5737
5431
  styleOverrides: {
5738
5432
  "&.M4LNoItemSelected-root": {
@@ -5752,7 +5446,7 @@ const c = (o) => ({
5752
5446
  }
5753
5447
  }
5754
5448
  }
5755
- }), Y = (o) => ({
5449
+ }), q = (o) => ({
5756
5450
  M4LScrollBar: {
5757
5451
  styleOverrides: {
5758
5452
  "&.M4LScrollBar-root": {
@@ -5787,7 +5481,7 @@ const c = (o) => ({
5787
5481
  }
5788
5482
  }
5789
5483
  }
5790
- }), X = (o) => ({
5484
+ }), Y = (o) => ({
5791
5485
  M4LGridLayout: {
5792
5486
  styleOverrides: {
5793
5487
  "&.M4LGridLayout-root": {
@@ -5795,7 +5489,7 @@ const c = (o) => ({
5795
5489
  }
5796
5490
  }
5797
5491
  }
5798
- }), J = (o) => ({
5492
+ }), X = (o) => ({
5799
5493
  M4LTabContent: {
5800
5494
  styleOverrides: {
5801
5495
  "&.M4LTabContent-root": {
@@ -5826,7 +5520,7 @@ const c = (o) => ({
5826
5520
  }
5827
5521
  }
5828
5522
  }
5829
- }), K = (o) => ({
5523
+ }), J = (o) => ({
5830
5524
  M4LMenuActions: {
5831
5525
  styleOverrides: {
5832
5526
  "&.M4LMenuActions-root": {
@@ -5860,7 +5554,7 @@ const c = (o) => ({
5860
5554
  }
5861
5555
  }
5862
5556
  }
5863
- }), Q = (o) => ({
5557
+ }), K = (o) => ({
5864
5558
  M4LPrintingSystem: {
5865
5559
  styleOverrides: {
5866
5560
  "&.M4LPrintingSystem-root": {
@@ -6042,7 +5736,7 @@ const c = (o) => ({
6042
5736
  }
6043
5737
  }
6044
5738
  }
6045
- }), Z = (o) => ({
5739
+ }), Q = (o) => ({
6046
5740
  M4LFormatter: {
6047
5741
  styleOverrides: {
6048
5742
  "&.M4LFormatter-root": {
@@ -6059,7 +5753,7 @@ const c = (o) => ({
6059
5753
  }
6060
5754
  }
6061
5755
  }
6062
- }), oo = (o) => ({
5756
+ }), Z = (o) => ({
6063
5757
  M4LoadingError: {
6064
5758
  styleOverrides: {
6065
5759
  "&.M4LoadingError-root": {
@@ -6118,7 +5812,7 @@ const c = (o) => ({
6118
5812
  }
6119
5813
  }
6120
5814
  }
6121
- }), to = (o) => ({
5815
+ }), oo = (o) => ({
6122
5816
  M4LMFLoader: {
6123
5817
  styleOverrides: {
6124
5818
  "&.M4LMFLoader-root": {
@@ -6137,7 +5831,7 @@ const c = (o) => ({
6137
5831
  }
6138
5832
  }
6139
5833
  }
6140
- }), ro = (o) => ({
5834
+ }), to = (o) => ({
6141
5835
  M4LLoadingButton: {
6142
5836
  styleOverrides: {
6143
5837
  "&.M4LLoadingButton-root": {
@@ -6369,7 +6063,7 @@ const c = (o) => ({
6369
6063
  }
6370
6064
  }
6371
6065
  }
6372
- }), eo = (o) => ({
6066
+ }), ro = (o) => ({
6373
6067
  M4LToastContainer: {
6374
6068
  styleOverrides: {
6375
6069
  "&.M4LToastContainer-root": {
@@ -6447,7 +6141,7 @@ const c = (o) => ({
6447
6141
  }
6448
6142
  }
6449
6143
  }
6450
- }), ao = (o) => ({
6144
+ }), eo = (o) => ({
6451
6145
  M4LPDFViewer: {
6452
6146
  styleOverrides: {
6453
6147
  "&.M4LPDFViewer-root": {
@@ -6462,7 +6156,7 @@ const c = (o) => ({
6462
6156
  }
6463
6157
  }
6464
6158
  }
6465
- }), io = (o) => ({
6159
+ }), ao = (o) => ({
6466
6160
  M4LTopBar: {
6467
6161
  styleOverrides: {
6468
6162
  "&.M4LTopBar-root": {
@@ -6525,7 +6219,7 @@ const c = (o) => ({
6525
6219
  }
6526
6220
  }
6527
6221
  }
6528
- }), no = (o) => ({
6222
+ }), io = (o) => ({
6529
6223
  M4LAppBarCommercial: {
6530
6224
  styleOverrides: {
6531
6225
  "&.M4LAppBarCommercial-root": {
@@ -6546,7 +6240,7 @@ const c = (o) => ({
6546
6240
  }
6547
6241
  }
6548
6242
  }
6549
- }), po = (o) => ({
6243
+ }), no = (o) => ({
6550
6244
  M4LSectionCommercial: {
6551
6245
  styleOverrides: {
6552
6246
  "&.M4LSectionCommercial-root": {
@@ -6565,7 +6259,7 @@ const c = (o) => ({
6565
6259
  }
6566
6260
  }
6567
6261
  }
6568
- }), lo = (o) => ({
6262
+ }), po = (o) => ({
6569
6263
  M4LHamburgerMenuCommercial: {
6570
6264
  styleOverrides: {
6571
6265
  "&.M4LHamburgerMenuCommercial-root": {
@@ -6601,56 +6295,55 @@ const c = (o) => ({
6601
6295
  });
6602
6296
  export {
6603
6297
  H as A,
6604
- F as B,
6605
- z as C,
6606
- V as D,
6607
- O as E,
6608
- j as F,
6298
+ z as B,
6299
+ V as C,
6300
+ O as D,
6301
+ F as E,
6302
+ N as F,
6609
6303
  E as G,
6610
6304
  $ as H,
6611
6305
  _ as I,
6612
6306
  U as J,
6613
6307
  q as K,
6614
6308
  Y as L,
6615
- ro as M,
6309
+ to as M,
6616
6310
  X as N,
6617
6311
  J as O,
6618
6312
  K as P,
6619
6313
  Q,
6620
6314
  Z as R,
6621
6315
  oo as S,
6622
- to as T,
6316
+ ro as T,
6623
6317
  eo as U,
6624
6318
  ao as V,
6625
6319
  io as W,
6626
6320
  no as X,
6627
6321
  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,
6322
+ so as Z,
6323
+ W as a,
6324
+ c as b,
6325
+ g as c,
6326
+ x as d,
6634
6327
  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,
6328
+ h as f,
6329
+ b as g,
6330
+ j as h,
6331
+ M as i,
6332
+ G as j,
6333
+ v as k,
6641
6334
  L as l,
6642
6335
  y as m,
6643
- h as n,
6644
- w as o,
6645
- S as p,
6336
+ f as n,
6337
+ C as o,
6338
+ w as p,
6646
6339
  m as q,
6647
- C as r,
6648
- k as s,
6649
- B as t,
6340
+ S as r,
6341
+ B as s,
6342
+ k as t,
6650
6343
  I as u,
6651
6344
  T as v,
6652
6345
  R as w,
6653
6346
  A as x,
6654
- D as y,
6655
- P as z
6347
+ P as y,
6348
+ D as z
6656
6349
  };