@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
@@ -13,6 +13,24 @@ export declare const M4LAreasViewer: (theme: Theme) => {
13
13
  minHeight: string;
14
14
  height: string;
15
15
  };
16
+ '& .M4LGridLayout-gridItemRoot': {
17
+ '& .react-resizable-handle-nw': {
18
+ top: string;
19
+ left: string;
20
+ };
21
+ '& .react-resizable-handle-ne': {
22
+ top: string;
23
+ right: string;
24
+ };
25
+ '& .react-resizable-handle-sw': {
26
+ bottom: string;
27
+ left: string;
28
+ };
29
+ '& .react-resizable-handle-se': {
30
+ bottom: string;
31
+ right: string;
32
+ };
33
+ };
16
34
  '& .M4LAreasViewer-areaGridLayout': {
17
35
  '& .M4LAreasViewer-resizeHandle': {
18
36
  test: string;
@@ -24,9 +42,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
24
42
  '& .M4LAreasViewer-windowRoot': {
25
43
  background: string;
26
44
  border: string;
27
- borderTop: string;
28
45
  borderColor: string;
29
- boxShadow: string;
30
46
  borderRadius: string;
31
47
  display: string;
32
48
  '&:not(.M4LAreasViewer-loading)': {
@@ -49,11 +65,8 @@ export declare const M4LAreasViewer: (theme: Theme) => {
49
65
  overflow: string;
50
66
  };
51
67
  '& .M4LAreasViewer-windowHeader': {
52
- borderTop: string;
53
- borderColor: string;
54
68
  display: string;
55
69
  flexDirection: string;
56
- background: string;
57
70
  padding: string;
58
71
  boxShadow: string;
59
72
  '& .M4LAreasViewer-windowHeaderContent': {
@@ -61,6 +74,11 @@ export declare const M4LAreasViewer: (theme: Theme) => {
61
74
  width: string;
62
75
  height: string;
63
76
  alignItems: string;
77
+ '& .M4LIcon-root': {
78
+ '& .M4LIcon-icon': {
79
+ background: string;
80
+ };
81
+ };
64
82
  '& .M4LAreasViewer-windowHeaderTitle': {
65
83
  display: string;
66
84
  alignItems: string;
@@ -76,6 +94,15 @@ export declare const M4LAreasViewer: (theme: Theme) => {
76
94
  color: string;
77
95
  };
78
96
  };
97
+ '& .M4LAreasViewer-windowHeaderCancelHandle': {
98
+ '& .M4LIconButton-icon': {
99
+ '& .MuiButtonBase-root': {
100
+ '& .M4LIcon-icon': {
101
+ background: string;
102
+ };
103
+ };
104
+ };
105
+ };
79
106
  };
80
107
  '& .M4LTypography-root .MuiTypography-root': {
81
108
  color: string;
@@ -286,13 +313,11 @@ export declare const M4LAreasViewer: (theme: Theme) => {
286
313
  };
287
314
  '&.M4LAreasViewer-selectedWindow': {
288
315
  border: string;
289
- borderTop: string;
290
316
  borderColor: string;
291
317
  boxShadow: string;
292
318
  backdropFilter: string;
319
+ background: string;
293
320
  '& .M4LAreasViewer-windowHeader': {
294
- borderTop: string;
295
- borderColor: string;
296
321
  display: string;
297
322
  flexDirection: string;
298
323
  background: string;
@@ -303,6 +328,20 @@ export declare const M4LAreasViewer: (theme: Theme) => {
303
328
  justifyContent: string;
304
329
  overflow: string;
305
330
  cursor: string;
331
+ '& .M4LAreasViewer-windowHeaderContent': {
332
+ '& .M4LIcon-root': {
333
+ '& .M4LIcon-icon': {
334
+ background: string;
335
+ };
336
+ };
337
+ '& .M4LAreasViewer-windowHeaderCancelHandle': {
338
+ '& .M4LIcon-root': {
339
+ '& .M4LIcon-icon': {
340
+ background: string;
341
+ };
342
+ };
343
+ };
344
+ };
306
345
  '& .M4LTypography-root .MuiTypography-root': {
307
346
  color: string;
308
347
  };
@@ -325,10 +364,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
325
364
  };
326
365
  };
327
366
  '&.M4LGridLayout-root .M4LGridLayout-maximizeMe': {
328
- borderTop: string;
329
- borderLeft: string;
330
- borderRight: string;
331
- borderBottom: string;
367
+ border: string;
332
368
  borderColor: string;
333
369
  borderRadius: string;
334
370
  '& .M4LAreasViewer-windowContent': {
@@ -341,13 +377,13 @@ export declare const M4LAreasViewer: (theme: Theme) => {
341
377
  border: string;
342
378
  };
343
379
  };
344
- '&. M4LGridLayout-colapsed ': {
380
+ '&.M4LGridLayout-colapsed ': {
345
381
  '& .M4LAreasViewer-windowRoot': {
346
382
  borderColor: string;
347
383
  boxShadow: string;
348
384
  };
349
385
  };
350
- '&. react-draggable': {
386
+ '&.react-draggable': {
351
387
  background: string;
352
388
  };
353
389
  '& .M4LAreasViewer-windowPopupRoot': {
@@ -379,8 +415,6 @@ export declare const M4LAreasViewer: (theme: Theme) => {
379
415
  borderTopRightRadius: string;
380
416
  background: string;
381
417
  border: string;
382
- height: string;
383
- minHeight: string;
384
418
  '& .M4LIcon-root': {
385
419
  '& .M4LIcon-icon': {
386
420
  width: string;
@@ -397,6 +431,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
397
431
  };
398
432
  '& .M4LAreasViewer-windowContent': {
399
433
  background: string;
434
+ padding: string;
400
435
  };
401
436
  };
402
437
  '& .M4LAreasViewer-windowRoot': {
@@ -497,7 +532,6 @@ export declare const M4LAreasViewer: (theme: Theme) => {
497
532
  borderColor: string;
498
533
  '& .M4LAreasViewer-panelWindowsButtonContainer': {
499
534
  borderRadius: string;
500
- background: string;
501
535
  boxShadow: string;
502
536
  '&.M4LAreasViewer-selected': {
503
537
  background: string;
@@ -1434,6 +1468,24 @@ export declare const M4LAreasViewer: (theme: Theme) => {
1434
1468
  boxShadow: string;
1435
1469
  overflow: string;
1436
1470
  '& .M4LAreasViewer-windowHeader': {
1471
+ [x: string]: string | {
1472
+ height: string;
1473
+ minHeight: string;
1474
+ display?: undefined;
1475
+ alignItems?: undefined;
1476
+ } | {
1477
+ color: string;
1478
+ overflow: string;
1479
+ height?: undefined;
1480
+ minHeight?: undefined;
1481
+ display?: undefined;
1482
+ alignItems?: undefined;
1483
+ } | {
1484
+ display: string;
1485
+ alignItems: string;
1486
+ height: string;
1487
+ minHeight?: undefined;
1488
+ };
1437
1489
  cursor: string;
1438
1490
  display: string;
1439
1491
  flexDirection: string;
@@ -1441,6 +1493,8 @@ export declare const M4LAreasViewer: (theme: Theme) => {
1441
1493
  borderRadius: string;
1442
1494
  border: string;
1443
1495
  background: string;
1496
+ height: string;
1497
+ minHeight: string;
1444
1498
  '& .M4LTypography-root .MuiTypography-root': {
1445
1499
  color: string;
1446
1500
  overflow: string;
@@ -1464,6 +1518,22 @@ export declare const M4LAreasViewer: (theme: Theme) => {
1464
1518
  };
1465
1519
  };
1466
1520
  };
1521
+ '& .M4LIcon-root.custom-handle-nw': {
1522
+ top: string;
1523
+ left: string;
1524
+ };
1525
+ '& .M4LIcon-root.custom-handle-ne': {
1526
+ top: string;
1527
+ right: string;
1528
+ };
1529
+ '& .M4LIcon-root.custom-handle-sw': {
1530
+ bottom: string;
1531
+ left: string;
1532
+ };
1533
+ '& .M4LIcon-root.custom-handle-se': {
1534
+ bottom: string;
1535
+ right: string;
1536
+ };
1467
1537
  '& .M4LIcon-root.custom-handle': {
1468
1538
  '& .M4LIcon-icon': {
1469
1539
  backgroundColor: string;
@@ -3,12 +3,15 @@ export declare const M4LButton: (theme: Theme) => {
3
3
  M4LButton: {
4
4
  styleOverrides: {
5
5
  '&.M4LButton-root': {
6
- '& .M4LButton-skeleton ': {
6
+ minHeight: string;
7
+ borderRadius: string;
8
+ '& .M4LButton-skeleton': {
7
9
  height: string;
8
10
  borderRadius: string;
9
11
  };
10
12
  '& .MuiButtonBase-root': {
11
13
  backgroundColor: string;
14
+ height: string;
12
15
  '&:hover, &:focus': {
13
16
  backgroundColor: string;
14
17
  transition: string;
@@ -67,7 +67,6 @@ export declare const M4LDataGrid: (theme: Theme) => {
67
67
  position?: undefined;
68
68
  height?: undefined;
69
69
  overflow?: undefined;
70
- borderRadius?: undefined;
71
70
  '& .rdg '?: undefined;
72
71
  '& [role="columnheader"]'?: undefined;
73
72
  '& .rdg-row'?: undefined;
@@ -89,7 +88,6 @@ export declare const M4LDataGrid: (theme: Theme) => {
89
88
  position: string;
90
89
  height: string;
91
90
  overflow: string;
92
- borderRadius: string;
93
91
  '& .rdg ': {
94
92
  border: string;
95
93
  background: string;
@@ -126,6 +124,8 @@ export declare const M4LDataGrid: (theme: Theme) => {
126
124
  '& .rdg-row': {
127
125
  '&[aria-selected="false"] .rdg-cell': {
128
126
  backgroundColor: string;
127
+ borderLeft: string;
128
+ borderColor: string;
129
129
  };
130
130
  '&:nth-of-type(odd)': {
131
131
  '& .rdg-cell': {
@@ -180,6 +180,9 @@ export declare const M4LDataGrid: (theme: Theme) => {
180
180
  '& [aria-selected=true]': {
181
181
  backgroundColor: string;
182
182
  color: string;
183
+ outline: string;
184
+ outlineOffset: string;
185
+ outlineColor: string;
183
186
  };
184
187
  '& .rdg-cell.rdg-cell-align-left': {
185
188
  textAlign: string;
@@ -203,7 +206,6 @@ export declare const M4LDataGrid: (theme: Theme) => {
203
206
  };
204
207
  '& .rdg-header-row': {
205
208
  backgroundColor: string;
206
- borderColor: string;
207
209
  };
208
210
  '& .rdg-header-row .rdg-cell': {
209
211
  fontFamily: Record<string, any>;
@@ -217,11 +219,11 @@ export declare const M4LDataGrid: (theme: Theme) => {
217
219
  borderColor: string;
218
220
  '&.rdg-cell-frozen-last': {
219
221
  borderColor: string;
222
+ boxShadow: string;
220
223
  '&:after': {
221
224
  borderRight: string;
222
225
  borderColor: string;
223
226
  };
224
- boxShadow: string;
225
227
  };
226
228
  '& .rdg-header-sort-cell': {
227
229
  '& .rdg-header-sort-name + span': {
@@ -270,7 +272,6 @@ export declare const M4LDataGrid: (theme: Theme) => {
270
272
  position: string;
271
273
  height: string;
272
274
  overflow: string;
273
- borderRadius: string;
274
275
  '& .rdg ': {
275
276
  border: string;
276
277
  background: string;
@@ -307,6 +308,8 @@ export declare const M4LDataGrid: (theme: Theme) => {
307
308
  '& .rdg-row': {
308
309
  '&[aria-selected="false"] .rdg-cell': {
309
310
  backgroundColor: string;
311
+ borderLeft: string;
312
+ borderColor: string;
310
313
  };
311
314
  '&:nth-of-type(odd)': {
312
315
  '& .rdg-cell': {
@@ -361,6 +364,9 @@ export declare const M4LDataGrid: (theme: Theme) => {
361
364
  '& [aria-selected=true]': {
362
365
  backgroundColor: string;
363
366
  color: string;
367
+ outline: string;
368
+ outlineOffset: string;
369
+ outlineColor: string;
364
370
  };
365
371
  '& .rdg-cell.rdg-cell-align-left': {
366
372
  textAlign: string;
@@ -384,7 +390,6 @@ export declare const M4LDataGrid: (theme: Theme) => {
384
390
  };
385
391
  '& .rdg-header-row': {
386
392
  backgroundColor: string;
387
- borderColor: string;
388
393
  };
389
394
  '& .rdg-header-row .rdg-cell': {
390
395
  fontFamily: Record<string, any>;
@@ -398,11 +403,11 @@ export declare const M4LDataGrid: (theme: Theme) => {
398
403
  borderColor: string;
399
404
  '&.rdg-cell-frozen-last': {
400
405
  borderColor: string;
406
+ boxShadow: string;
401
407
  '&:after': {
402
408
  borderRight: string;
403
409
  borderColor: string;
404
410
  };
405
- boxShadow: string;
406
411
  };
407
412
  '& .rdg-header-sort-cell': {
408
413
  '& .rdg-header-sort-name + span': {
@@ -6,6 +6,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
6
6
  [x: string]: string | {
7
7
  minHeight: string;
8
8
  height: string;
9
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
9
10
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
10
11
  width?: undefined;
11
12
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
@@ -26,8 +27,16 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
26
27
  '& > input'?: undefined;
27
28
  margin?: undefined;
28
29
  } | {
30
+ '& .M4LDynamicFilter-containerFistRow': {
31
+ '& .M4LDynamicFilter-containerClearFilter': {
32
+ borderLeft: string;
33
+ borderColor: string;
34
+ };
35
+ };
29
36
  '& .M4LDynamicFilter-wrapperApplyedFilters': {
30
37
  display: string;
38
+ borderTop: string;
39
+ borderColor: string;
31
40
  '& .MuiBox-root'?: undefined;
32
41
  };
33
42
  minHeight?: undefined;
@@ -63,9 +72,12 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
63
72
  height: string;
64
73
  };
65
74
  display?: undefined;
75
+ borderTop?: undefined;
76
+ borderColor?: undefined;
66
77
  };
67
78
  minHeight?: undefined;
68
79
  height?: undefined;
80
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
69
81
  width?: undefined;
70
82
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
71
83
  borderColor?: undefined;
@@ -87,6 +99,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
87
99
  } | {
88
100
  height: string;
89
101
  minHeight?: undefined;
102
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
90
103
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
91
104
  width?: undefined;
92
105
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
@@ -149,6 +162,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
149
162
  borderColor: string;
150
163
  };
151
164
  minHeight?: undefined;
165
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
152
166
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
153
167
  borderColor?: undefined;
154
168
  display?: undefined;
@@ -170,6 +184,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
170
184
  borderColor: string;
171
185
  minHeight?: undefined;
172
186
  height?: undefined;
187
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
173
188
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
174
189
  width?: undefined;
175
190
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
@@ -203,6 +218,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
203
218
  background: string;
204
219
  };
205
220
  minHeight?: undefined;
221
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
206
222
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
207
223
  width?: undefined;
208
224
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
@@ -250,6 +266,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
250
266
  background: string;
251
267
  };
252
268
  minHeight?: undefined;
269
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
253
270
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
254
271
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
255
272
  borderTopRightRadius?: undefined;
@@ -267,6 +284,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
267
284
  margin: string;
268
285
  padding: string;
269
286
  minHeight?: undefined;
287
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
270
288
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
271
289
  width?: undefined;
272
290
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
@@ -291,6 +309,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
291
309
  gap: string;
292
310
  height: string;
293
311
  minHeight?: undefined;
312
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
294
313
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
295
314
  width?: undefined;
296
315
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
@@ -323,6 +342,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
323
342
  background: string;
324
343
  color: string;
325
344
  minHeight?: undefined;
345
+ '& .M4LDynamicFilter-containerFistRow'?: undefined;
326
346
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
327
347
  width?: undefined;
328
348
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
@@ -348,9 +368,17 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
348
368
  borderColor: string;
349
369
  minHeight: string;
350
370
  height: string;
351
- '&.M4LDynamicFilter-isEmpty.M4LDynamicFilter-isMobile': {
371
+ '&.M4LDynamicFilter-isMobile': {
372
+ '& .M4LDynamicFilter-containerFistRow': {
373
+ '& .M4LDynamicFilter-containerClearFilter': {
374
+ borderLeft: string;
375
+ borderColor: string;
376
+ };
377
+ };
352
378
  '& .M4LDynamicFilter-wrapperApplyedFilters': {
353
379
  display: string;
380
+ borderTop: string;
381
+ borderColor: string;
354
382
  };
355
383
  };
356
384
  '&.M4LDynamicFilter-isEmpty': {
@@ -514,8 +542,6 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
514
542
  padding: string;
515
543
  gap: string;
516
544
  borderRadius: string;
517
- borderTop: string;
518
- borderColor: string;
519
545
  '& .M4LDynamicFilter-popoverMenuFieldsItem': {
520
546
  paddingLeft: string;
521
547
  paddingRight: string;
@@ -3,6 +3,117 @@ export declare const M4LImageButton: (theme: Theme) => {
3
3
  M4LImageButton: {
4
4
  styleOverrides: {
5
5
  "&.M4LImageButton-root": {
6
+ [x: string]: string | {
7
+ display: string;
8
+ padding: string;
9
+ borderRadius: string;
10
+ alignItems: string;
11
+ justifyContent: string;
12
+ minHeight: string;
13
+ minWidth: string;
14
+ height: string;
15
+ width: string;
16
+ objectFit?: undefined;
17
+ backgroundColor?: undefined;
18
+ border?: undefined;
19
+ borderColor?: undefined;
20
+ '.MuiButtonBase-root'?: undefined;
21
+ } | {
22
+ display: string;
23
+ alignItems: string;
24
+ justifyContent: string;
25
+ objectFit: string;
26
+ width: string;
27
+ height: string;
28
+ padding?: undefined;
29
+ borderRadius?: undefined;
30
+ minHeight?: undefined;
31
+ minWidth?: undefined;
32
+ backgroundColor?: undefined;
33
+ border?: undefined;
34
+ borderColor?: undefined;
35
+ '.MuiButtonBase-root'?: undefined;
36
+ } | {
37
+ borderRadius: string;
38
+ width: string;
39
+ height: string;
40
+ display: string;
41
+ alignItems: string;
42
+ justifyContent: string;
43
+ padding?: undefined;
44
+ minHeight?: undefined;
45
+ minWidth?: undefined;
46
+ objectFit?: undefined;
47
+ backgroundColor?: undefined;
48
+ border?: undefined;
49
+ borderColor?: undefined;
50
+ '.MuiButtonBase-root'?: undefined;
51
+ } | {
52
+ borderRadius: string;
53
+ display?: undefined;
54
+ padding?: undefined;
55
+ alignItems?: undefined;
56
+ justifyContent?: undefined;
57
+ minHeight?: undefined;
58
+ minWidth?: undefined;
59
+ height?: undefined;
60
+ width?: undefined;
61
+ objectFit?: undefined;
62
+ backgroundColor?: undefined;
63
+ border?: undefined;
64
+ borderColor?: undefined;
65
+ '.MuiButtonBase-root'?: undefined;
66
+ } | {
67
+ backgroundColor: string;
68
+ display?: undefined;
69
+ padding?: undefined;
70
+ borderRadius?: undefined;
71
+ alignItems?: undefined;
72
+ justifyContent?: undefined;
73
+ minHeight?: undefined;
74
+ minWidth?: undefined;
75
+ height?: undefined;
76
+ width?: undefined;
77
+ objectFit?: undefined;
78
+ border?: undefined;
79
+ borderColor?: undefined;
80
+ '.MuiButtonBase-root'?: undefined;
81
+ } | {
82
+ backgroundColor: string;
83
+ border: string;
84
+ borderColor: string;
85
+ display?: undefined;
86
+ padding?: undefined;
87
+ borderRadius?: undefined;
88
+ alignItems?: undefined;
89
+ justifyContent?: undefined;
90
+ minHeight?: undefined;
91
+ minWidth?: undefined;
92
+ height?: undefined;
93
+ width?: undefined;
94
+ objectFit?: undefined;
95
+ '.MuiButtonBase-root'?: undefined;
96
+ } | {
97
+ '.MuiButtonBase-root': {
98
+ minHeight: string;
99
+ minWidth: string;
100
+ height: string;
101
+ width: string;
102
+ };
103
+ display?: undefined;
104
+ padding?: undefined;
105
+ borderRadius?: undefined;
106
+ alignItems?: undefined;
107
+ justifyContent?: undefined;
108
+ minHeight?: undefined;
109
+ minWidth?: undefined;
110
+ height?: undefined;
111
+ width?: undefined;
112
+ objectFit?: undefined;
113
+ backgroundColor?: undefined;
114
+ border?: undefined;
115
+ borderColor?: undefined;
116
+ };
6
117
  test: string;
7
118
  '.MuiButtonBase-root': {
8
119
  display: string;
@@ -10,6 +121,10 @@ export declare const M4LImageButton: (theme: Theme) => {
10
121
  borderRadius: string;
11
122
  alignItems: string;
12
123
  justifyContent: string;
124
+ minHeight: string;
125
+ minWidth: string;
126
+ height: string;
127
+ width: string;
13
128
  };
14
129
  '.M4LImage-root': {
15
130
  display: string;
@@ -24,12 +24,10 @@ export declare const M4LMasterDetailLayout: (_theme: Theme) => {
24
24
  "& .M4LSplitLayout-secondPart": {
25
25
  background: string;
26
26
  borderRadius: string;
27
- padding: string;
28
27
  };
29
28
  "& .layout-pane-primary": {
30
29
  background: string;
31
30
  borderRadius: string;
32
- padding: string;
33
31
  };
34
32
  };
35
33
  };
@@ -14,7 +14,11 @@ export declare const M4LMenuActions: (theme: Theme) => {
14
14
  minHeight: string;
15
15
  minWidth: string;
16
16
  padding: string;
17
- '& .M4LIcon-root': {};
17
+ gap: string;
18
+ '& .M4LIcon-root': {
19
+ minHeight: string;
20
+ minWidth: string;
21
+ };
18
22
  '& .css-hgjo64': {
19
23
  margin: string;
20
24
  };
@@ -0,0 +1,17 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ export declare const M4LPDFViewer: (_theme: Theme) => {
3
+ M4LPDFViewer: {
4
+ styleOverrides: {
5
+ '&.M4LPDFViewer-root': {
6
+ width: string;
7
+ height: string;
8
+ position: string;
9
+ '& .M4LButton-root': {
10
+ position: string;
11
+ bottom: string;
12
+ left: string;
13
+ };
14
+ };
15
+ };
16
+ };
17
+ };