@m4l/styles 0.0.32 → 0.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/index.js +9 -9
  2. package/package.json +1 -1
  3. package/theme/{defaultThemeOptions.b25c825e.js → defaultThemeOptions.66a289a7.js} +4 -4
  4. package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +245 -32
  5. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +326 -1
  6. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +85 -77
  7. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +87 -17
  8. package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +4 -1
  9. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +12 -7
  10. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +29 -3
  11. package/theme/overrides/M4LExtendedComponents/M4LImageButton.d.ts +115 -0
  12. package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +0 -2
  13. package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +5 -1
  14. package/theme/overrides/M4LExtendedComponents/M4LPDFViewer.d.ts +17 -0
  15. package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +424 -10
  16. package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +90 -0
  17. package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1 -1
  18. package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +83 -36
  19. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +12 -6
  20. package/theme/overrides/M4LExtendedComponents/M4LStack.d.ts +1 -0
  21. package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +3 -0
  22. package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +65 -15
  23. package/theme/overrides/M4LExtendedComponents/M4LanguagePopover.d.ts +16 -1
  24. package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +326 -0
  25. package/theme/overrides/M4LExtendedComponents/{index.15f2650a.js → index.e406c71f.js} +687 -253
  26. package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +0 -1
  27. package/theme/overrides/M4LRHFComponents/M4LRHFCheckbox.d.ts +178 -0
  28. package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +155 -6
  29. package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +9 -9
  30. package/theme/overrides/M4LRHFComponents/{index.e6262889.js → index.d7a80536.js} +61 -31
  31. package/theme/overrides/MUIComponents/Input.d.ts +5 -5
  32. package/theme/overrides/MUIComponents/{index.1b2b2be2.js → index.b3f5b7a7.js} +4 -4
  33. package/theme/overrides/{index.158187f3.js → index.2d07abe3.js} +16 -15
  34. package/theme/{palette.31d770bc.js → palette.1b577d8c.js} +14 -14
  35. package/theme/{shadows.9800d84c.js → shadows.a726d8c6.js} +26 -26
  36. package/utils/{getColorPresets.9fec9cc2.js → getColorPresets.479f9922.js} +1 -1
  37. package/utils/{getColorState.4350ccb4.js → getColorState.ce01540c.js} +47 -47
@@ -3,6 +3,403 @@ export declare const M4LPeriod: (theme: Theme) => {
3
3
  M4LPeriod: {
4
4
  styleOverrides: {
5
5
  '&.M4LPeriod-root': {
6
+ [x: string]: string | {
7
+ backgroundColor?: undefined;
8
+ padding?: undefined;
9
+ minHeight?: undefined;
10
+ minWidth?: undefined;
11
+ borderLeft?: undefined;
12
+ borderColor?: undefined;
13
+ width?: undefined;
14
+ height?: undefined;
15
+ display?: undefined;
16
+ '& .MuiAutocomplete-root'?: undefined;
17
+ "& .MuiFormControl-root"?: undefined;
18
+ '& .MuiTextField-root'?: undefined;
19
+ '&:hover'?: undefined;
20
+ boxShadow?: undefined;
21
+ "&.M4LPeriod-stateError:hover"?: undefined;
22
+ "& .MuiTextField-root:hover"?: undefined;
23
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
24
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
25
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
26
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
27
+ } | {
28
+ backgroundColor: string;
29
+ padding?: undefined;
30
+ minHeight?: undefined;
31
+ minWidth?: undefined;
32
+ borderLeft?: undefined;
33
+ borderColor?: undefined;
34
+ width?: undefined;
35
+ height?: undefined;
36
+ display?: undefined;
37
+ '& .MuiAutocomplete-root'?: undefined;
38
+ "& .MuiFormControl-root"?: undefined;
39
+ '& .MuiTextField-root'?: undefined;
40
+ '&:hover'?: undefined;
41
+ boxShadow?: undefined;
42
+ "&.M4LPeriod-stateError:hover"?: undefined;
43
+ "& .MuiTextField-root:hover"?: undefined;
44
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
45
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
46
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
47
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
48
+ } | {
49
+ padding: string;
50
+ minHeight: string;
51
+ minWidth: string;
52
+ borderLeft: string;
53
+ borderColor: string;
54
+ backgroundColor?: undefined;
55
+ width?: undefined;
56
+ height?: undefined;
57
+ display?: undefined;
58
+ '& .MuiAutocomplete-root'?: undefined;
59
+ "& .MuiFormControl-root"?: undefined;
60
+ '& .MuiTextField-root'?: undefined;
61
+ '&:hover'?: undefined;
62
+ boxShadow?: undefined;
63
+ "&.M4LPeriod-stateError:hover"?: undefined;
64
+ "& .MuiTextField-root:hover"?: undefined;
65
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
66
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
67
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
68
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
69
+ } | {
70
+ width: string;
71
+ height: string;
72
+ padding: string;
73
+ backgroundColor?: undefined;
74
+ minHeight?: undefined;
75
+ minWidth?: undefined;
76
+ borderLeft?: undefined;
77
+ borderColor?: undefined;
78
+ display?: undefined;
79
+ '& .MuiAutocomplete-root'?: undefined;
80
+ "& .MuiFormControl-root"?: undefined;
81
+ '& .MuiTextField-root'?: undefined;
82
+ '&:hover'?: undefined;
83
+ boxShadow?: undefined;
84
+ "&.M4LPeriod-stateError:hover"?: undefined;
85
+ "& .MuiTextField-root:hover"?: undefined;
86
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
87
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
88
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
89
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
90
+ } | {
91
+ display: string;
92
+ width: string;
93
+ padding: string;
94
+ backgroundColor?: undefined;
95
+ minHeight?: undefined;
96
+ minWidth?: undefined;
97
+ borderLeft?: undefined;
98
+ borderColor?: undefined;
99
+ height?: undefined;
100
+ '& .MuiAutocomplete-root'?: undefined;
101
+ "& .MuiFormControl-root"?: undefined;
102
+ '& .MuiTextField-root'?: undefined;
103
+ '&:hover'?: undefined;
104
+ boxShadow?: undefined;
105
+ "&.M4LPeriod-stateError:hover"?: undefined;
106
+ "& .MuiTextField-root:hover"?: undefined;
107
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
108
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
109
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
110
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
111
+ } | {
112
+ width: string;
113
+ height: string;
114
+ '& .MuiAutocomplete-root': {
115
+ width: string;
116
+ height: string;
117
+ borderColor: string;
118
+ "& .MuiFormControl-root": {
119
+ height: string;
120
+ minHeight: string;
121
+ width: string;
122
+ borderRight: string;
123
+ borderColor: string;
124
+ '& .MuiInputBase-root': {
125
+ height: string;
126
+ width: string;
127
+ gap: string;
128
+ padding: string;
129
+ background: string;
130
+ "& .MuiInputBase-input": {
131
+ padding: string;
132
+ height: string;
133
+ };
134
+ '& .MuiAutocomplete-endAdornment': {
135
+ position: string;
136
+ minHeight: string;
137
+ height: string;
138
+ '& .MuiButtonBase-root': {
139
+ padding: string;
140
+ display: string;
141
+ margin: string;
142
+ height: string;
143
+ '& .MuiSvgIcon-root': {
144
+ height: string;
145
+ width: string;
146
+ };
147
+ };
148
+ };
149
+ };
150
+ };
151
+ };
152
+ "& .MuiFormControl-root": {
153
+ height: string;
154
+ minHeight: string;
155
+ width: string;
156
+ '& .MuiInputBase-root': {
157
+ height: string;
158
+ width: string;
159
+ gap: string;
160
+ padding: string;
161
+ background: string;
162
+ "& .MuiInputBase-input": {
163
+ padding: string;
164
+ height: string;
165
+ };
166
+ };
167
+ };
168
+ '& .MuiTextField-root': {
169
+ width: string;
170
+ minHeight: string;
171
+ height: string;
172
+ '& .MuiInputBase-root': {
173
+ minHeight: string;
174
+ padding: string;
175
+ background: string;
176
+ };
177
+ '& .MuiInputBase-root.Mui-focused': {
178
+ paddingLeft: string;
179
+ borderColor: string;
180
+ };
181
+ '& .MuiInputBase-root:hover': {
182
+ paddingLeft: string;
183
+ background: string;
184
+ padding: string;
185
+ };
186
+ };
187
+ "&:hover": {
188
+ borderColor: string;
189
+ '& .MuiAutocomplete-root': {
190
+ borderColor: string;
191
+ };
192
+ };
193
+ backgroundColor?: undefined;
194
+ padding?: undefined;
195
+ minHeight?: undefined;
196
+ minWidth?: undefined;
197
+ borderLeft?: undefined;
198
+ borderColor?: undefined;
199
+ display?: undefined;
200
+ boxShadow?: undefined;
201
+ "&.M4LPeriod-stateError:hover"?: undefined;
202
+ "& .MuiTextField-root:hover"?: undefined;
203
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
204
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
205
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
206
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
207
+ } | {
208
+ borderColor: string;
209
+ boxShadow: string;
210
+ "&.M4LPeriod-stateError:hover": {
211
+ borderColor: string;
212
+ background: string;
213
+ boxShadow: string;
214
+ };
215
+ "& .MuiTextField-root:hover": {
216
+ width: string;
217
+ background: string;
218
+ '& .MuiInputBase-root:hover': {
219
+ paddingLeft: string;
220
+ background: string | undefined;
221
+ height: string;
222
+ };
223
+ };
224
+ backgroundColor?: undefined;
225
+ padding?: undefined;
226
+ minHeight?: undefined;
227
+ minWidth?: undefined;
228
+ borderLeft?: undefined;
229
+ width?: undefined;
230
+ height?: undefined;
231
+ display?: undefined;
232
+ '& .MuiAutocomplete-root'?: undefined;
233
+ "& .MuiFormControl-root"?: undefined;
234
+ '& .MuiTextField-root'?: undefined;
235
+ '&:hover'?: undefined;
236
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
237
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
238
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
239
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
240
+ } | {
241
+ borderColor: string;
242
+ boxShadow: string;
243
+ '&.M4LPeriod-stateWarning:hover': {
244
+ borderColor: string;
245
+ boxShadow: string;
246
+ background: string;
247
+ "& .MuiTextField-root:hover": {
248
+ background: string;
249
+ '& .MuiInputBase-root:hover': {
250
+ background: string | undefined;
251
+ paddingLeft: string;
252
+ };
253
+ };
254
+ };
255
+ backgroundColor?: undefined;
256
+ padding?: undefined;
257
+ minHeight?: undefined;
258
+ minWidth?: undefined;
259
+ borderLeft?: undefined;
260
+ width?: undefined;
261
+ height?: undefined;
262
+ display?: undefined;
263
+ '& .MuiAutocomplete-root'?: undefined;
264
+ "& .MuiFormControl-root"?: undefined;
265
+ '& .MuiTextField-root'?: undefined;
266
+ '&:hover'?: undefined;
267
+ "&.M4LPeriod-stateError:hover"?: undefined;
268
+ "& .MuiTextField-root:hover"?: undefined;
269
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
270
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
271
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
272
+ } | {
273
+ borderColor: string;
274
+ boxShadow: string;
275
+ '&.M4LPeriod-stateSuccess:hover': {
276
+ borderColor: string;
277
+ boxShadow: string;
278
+ background: string;
279
+ "& .MuiTextField-root:hover": {
280
+ background: string;
281
+ '& .MuiInputBase-root:hover': {
282
+ background: string | undefined;
283
+ paddingLeft: string;
284
+ };
285
+ };
286
+ };
287
+ backgroundColor?: undefined;
288
+ padding?: undefined;
289
+ minHeight?: undefined;
290
+ minWidth?: undefined;
291
+ borderLeft?: undefined;
292
+ width?: undefined;
293
+ height?: undefined;
294
+ display?: undefined;
295
+ '& .MuiAutocomplete-root'?: undefined;
296
+ "& .MuiFormControl-root"?: undefined;
297
+ '& .MuiTextField-root'?: undefined;
298
+ '&:hover'?: undefined;
299
+ "&.M4LPeriod-stateError:hover"?: undefined;
300
+ "& .MuiTextField-root:hover"?: undefined;
301
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
302
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
303
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
304
+ } | {
305
+ borderColor: string;
306
+ boxShadow: string;
307
+ '&.M4LPeriod-stateInfo:hover': {
308
+ borderColor: string;
309
+ background: string;
310
+ boxShadow: string;
311
+ "& .MuiTextField-root:hover": {
312
+ background: string;
313
+ '& .MuiInputBase-root:hover': {
314
+ paddingLeft: string;
315
+ background: string | undefined;
316
+ };
317
+ };
318
+ };
319
+ backgroundColor?: undefined;
320
+ padding?: undefined;
321
+ minHeight?: undefined;
322
+ minWidth?: undefined;
323
+ borderLeft?: undefined;
324
+ width?: undefined;
325
+ height?: undefined;
326
+ display?: undefined;
327
+ '& .MuiAutocomplete-root'?: undefined;
328
+ "& .MuiFormControl-root"?: undefined;
329
+ '& .MuiTextField-root'?: undefined;
330
+ '&:hover'?: undefined;
331
+ "&.M4LPeriod-stateError:hover"?: undefined;
332
+ "& .MuiTextField-root:hover"?: undefined;
333
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
334
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
335
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
336
+ } | {
337
+ minHeight: string;
338
+ height: string;
339
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod': {
340
+ height: string;
341
+ minHeight: string;
342
+ '& .MuiAutocomplete-root': {
343
+ height: string;
344
+ minHeight: string;
345
+ "& .MuiFormControl-root": {
346
+ height: string;
347
+ minHeight: string;
348
+ '& .MuiInputBase-root': {
349
+ height: string;
350
+ minHeight: string;
351
+ "& .MuiInputBase-input": {
352
+ minHeight: string;
353
+ height: string;
354
+ };
355
+ '& .MuiAutocomplete-endAdornment': {
356
+ minHeight: string;
357
+ height: string;
358
+ '& .MuiButtonBase-root': {
359
+ minHeight: string;
360
+ minWidth: string;
361
+ height: string;
362
+ '& .MuiSvgIcon-root': {
363
+ minHeight: string;
364
+ minWidth: string;
365
+ height: string;
366
+ };
367
+ };
368
+ };
369
+ };
370
+ };
371
+ };
372
+ "& .MuiFormControl-root": {
373
+ height: string;
374
+ minHeight: string;
375
+ '& .MuiInputBase-root': {
376
+ height: string;
377
+ minHeight: string;
378
+ "& .MuiInputBase-input": {
379
+ height: string;
380
+ minHeight: string;
381
+ };
382
+ };
383
+ };
384
+ };
385
+ backgroundColor?: undefined;
386
+ padding?: undefined;
387
+ minWidth?: undefined;
388
+ borderLeft?: undefined;
389
+ borderColor?: undefined;
390
+ width?: undefined;
391
+ display?: undefined;
392
+ '& .MuiAutocomplete-root'?: undefined;
393
+ "& .MuiFormControl-root"?: undefined;
394
+ '& .MuiTextField-root'?: undefined;
395
+ '&:hover'?: undefined;
396
+ boxShadow?: undefined;
397
+ "&.M4LPeriod-stateError:hover"?: undefined;
398
+ "& .MuiTextField-root:hover"?: undefined;
399
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
400
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
401
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
402
+ };
6
403
  border: string;
7
404
  borderColor: string;
8
405
  display: string;
@@ -18,63 +415,80 @@ export declare const M4LPeriod: (theme: Theme) => {
18
415
  padding: string;
19
416
  minHeight: string;
20
417
  minWidth: string;
418
+ borderLeft: string;
419
+ borderColor: string;
21
420
  };
22
421
  '& .M4LPeriod-containerDateLabel': {
23
422
  width: string;
24
- borderRight: string;
25
- borderColor: string;
423
+ height: string;
26
424
  padding: string;
27
425
  };
28
426
  '& .M4LPeriod-containerDateValue': {
29
427
  display: string;
30
428
  width: string;
31
- borderRight: string;
32
- borderColor: string;
33
429
  padding: string;
34
430
  };
35
431
  '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod': {
36
432
  width: string;
37
- minHeight: string;
38
433
  height: string;
39
434
  '& .MuiAutocomplete-root': {
40
435
  width: string;
41
- minHeight: string;
42
436
  height: string;
43
437
  borderColor: string;
44
438
  "& .MuiFormControl-root": {
45
- minHeight: string;
46
439
  height: string;
440
+ minHeight: string;
47
441
  width: string;
48
442
  borderRight: string;
49
443
  borderColor: string;
50
444
  '& .MuiInputBase-root': {
51
- minHeight: string;
445
+ height: string;
52
446
  width: string;
53
447
  gap: string;
54
448
  padding: string;
55
449
  background: string;
56
450
  "& .MuiInputBase-input": {
57
451
  padding: string;
452
+ height: string;
58
453
  };
59
454
  '& .MuiAutocomplete-endAdornment': {
60
455
  position: string;
61
456
  minHeight: string;
457
+ height: string;
62
458
  '& .MuiButtonBase-root': {
63
459
  padding: string;
64
460
  display: string;
65
461
  margin: string;
66
462
  height: string;
463
+ '& .MuiSvgIcon-root': {
464
+ height: string;
465
+ width: string;
466
+ };
67
467
  };
68
468
  };
69
469
  };
70
470
  };
71
471
  };
472
+ "& .MuiFormControl-root": {
473
+ height: string;
474
+ minHeight: string;
475
+ width: string;
476
+ '& .MuiInputBase-root': {
477
+ height: string;
478
+ width: string;
479
+ gap: string;
480
+ padding: string;
481
+ background: string;
482
+ "& .MuiInputBase-input": {
483
+ padding: string;
484
+ height: string;
485
+ };
486
+ };
487
+ };
72
488
  '& .MuiTextField-root': {
73
489
  width: string;
74
490
  minHeight: string;
75
491
  height: string;
76
- borderRight: string;
77
- borderColor: string;
78
492
  '& .MuiInputBase-root': {
79
493
  minHeight: string;
80
494
  padding: string;
@@ -3,6 +3,91 @@ export declare const M4LPopover: (theme: Theme) => {
3
3
  M4LPopover: {
4
4
  styleOverrides: {
5
5
  '&.M4LPopover-root': {
6
+ [x: string]: string | {
7
+ background: string;
8
+ borderRadius: string;
9
+ padding: string;
10
+ boxShadow: string;
11
+ width: string;
12
+ zIndex: string;
13
+ '& .MuiButtonBase-root': {
14
+ justifyContent: string;
15
+ gap: string;
16
+ margin?: undefined;
17
+ borderRadius?: undefined;
18
+ padding?: undefined;
19
+ };
20
+ '& :nth-of-type(-n + 1)'?: undefined;
21
+ '& .M4LanguagePopover-labelItem'?: undefined;
22
+ '& .MuiButtonBase-root:hover'?: undefined;
23
+ '& .MuiButtonBase-root.Mui-selected'?: undefined;
24
+ '.MuiPaper-root'?: undefined;
25
+ } | {
26
+ '& :nth-of-type(-n + 1)': {
27
+ gap: string;
28
+ };
29
+ '& .M4LanguagePopover-labelItem': {
30
+ color: string;
31
+ borderRadius: string;
32
+ margin: string;
33
+ paddingLeft: string;
34
+ };
35
+ '& .MuiButtonBase-root': {
36
+ margin: string;
37
+ borderRadius: string;
38
+ padding: string;
39
+ gap: string;
40
+ justifyContent: string;
41
+ };
42
+ '& .MuiButtonBase-root:hover': {
43
+ backgroundColor: string;
44
+ borderRadius: string;
45
+ padding: string;
46
+ };
47
+ '& .MuiButtonBase-root.Mui-selected': {
48
+ backgroundColor: string;
49
+ '& .M4LanguagePopover-labelItem': {
50
+ color: string;
51
+ };
52
+ };
53
+ background?: undefined;
54
+ borderRadius?: undefined;
55
+ padding?: undefined;
56
+ boxShadow?: undefined;
57
+ width?: undefined;
58
+ zIndex?: undefined;
59
+ '.MuiPaper-root'?: undefined;
60
+ } | {
61
+ '.MuiPaper-root': {
62
+ padding: string;
63
+ gap: string;
64
+ '& .MuiButtonBase-root': {
65
+ justifyContent: string;
66
+ gap: string;
67
+ '& .css-1qhcwcd': {
68
+ width: string;
69
+ height: string;
70
+ alignItems: string;
71
+ justifyContent: string;
72
+ '& .M4LImage-root': {
73
+ width: string;
74
+ height: string;
75
+ };
76
+ };
77
+ };
78
+ };
79
+ background?: undefined;
80
+ borderRadius?: undefined;
81
+ padding?: undefined;
82
+ boxShadow?: undefined;
83
+ width?: undefined;
84
+ zIndex?: undefined;
85
+ '& .MuiButtonBase-root'?: undefined;
86
+ '& :nth-of-type(-n + 1)'?: undefined;
87
+ '& .M4LanguagePopover-labelItem'?: undefined;
88
+ '& .MuiButtonBase-root:hover'?: undefined;
89
+ '& .MuiButtonBase-root.Mui-selected'?: undefined;
90
+ };
6
91
  minWidth: string;
7
92
  minHeight: string;
8
93
  width: string;
@@ -14,6 +99,10 @@ export declare const M4LPopover: (theme: Theme) => {
14
99
  boxShadow: string;
15
100
  width: string;
16
101
  zIndex: string;
102
+ '& .MuiButtonBase-root': {
103
+ justifyContent: string;
104
+ gap: string;
105
+ };
17
106
  };
18
107
  '& .M4LanguagePopover-containerItems': {
19
108
  '& :nth-of-type(-n + 1)': {
@@ -30,6 +119,7 @@ export declare const M4LPopover: (theme: Theme) => {
30
119
  borderRadius: string;
31
120
  padding: string;
32
121
  gap: string;
122
+ justifyContent: string;
33
123
  };
34
124
  '& .MuiButtonBase-root:hover': {
35
125
  backgroundColor: string;
@@ -872,7 +872,7 @@ export declare const M4LPrintingSystem: (theme: Theme) => {
872
872
  [x: string]: any;
873
873
  };
874
874
  '&.M4LPrintingSystem-textBoxNodeVariant-action': {
875
- [x: string]: any;
875
+ fontSize: string;
876
876
  };
877
877
  };
878
878
  '& .M4LPrintingSystem-bodyNodeRoot': {