@m4l/styles 0.0.38 → 0.0.40

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,11 +1,7 @@
1
1
  import { alpha as e } from "@mui/material/styles";
2
2
  import { alpha as t } from "@mui/system";
3
- import "../../defaultThemeOptions.5e505df7.js";
4
- import "../../shadows.479d005a.js";
5
3
  import { P as r } from "../../palette.1b577d8c.js";
6
- import "../../typography.927a0f62.js";
7
- import "@mui/material";
8
- const c = (o) => ({
4
+ const p = (o) => ({
9
5
  M4LDynamicFilter: {
10
6
  styleOverrides: {
11
7
  "&.M4LDynamicFilter-root": {
@@ -304,7 +300,7 @@ const c = (o) => ({
304
300
  }
305
301
  }
306
302
  }
307
- }), g = (o) => ({
303
+ }), d = (o) => ({
308
304
  M4LIcon: {
309
305
  styleOverrides: {
310
306
  ["&.M4LIcon-root"]: {
@@ -353,7 +349,7 @@ const c = (o) => ({
353
349
  }
354
350
  }
355
351
  }
356
- }), x = (o) => ({
352
+ }), l = (o) => ({
357
353
  M4LIconButton: {
358
354
  styleOverrides: {
359
355
  ["&.M4LIconButton-root"]: {
@@ -500,11 +496,15 @@ const c = (o) => ({
500
496
  },
501
497
  "&.M4LIconButton-root .MuiSkeleton-root": {
502
498
  borderRadius: "4px"
499
+ },
500
+ "&.M4LIconButton-togglePressed": {
501
+ backgroundColor: "red!important",
502
+ prop1: 1
503
503
  }
504
504
  }
505
505
  }
506
506
  }
507
- }), u = (o) => ({
507
+ }), s = (o) => ({
508
508
  M4LanguagePopover: {
509
509
  styleOverrides: {
510
510
  ["&.M4LanguagePopover-root"]: {
@@ -525,7 +525,7 @@ const c = (o) => ({
525
525
  }
526
526
  }
527
527
  }
528
- }), b = (o) => ({
528
+ }), c = (o) => ({
529
529
  M4LImageButton: {
530
530
  styleOverrides: {
531
531
  ["&.M4LImageButton-root"]: {
@@ -579,7 +579,7 @@ const c = (o) => ({
579
579
  }
580
580
  }
581
581
  }
582
- }), M = (o) => ({
582
+ }), g = (o) => ({
583
583
  M4LImage: {
584
584
  styleOverrides: {
585
585
  ["&.M4LImage-root"]: {
@@ -616,7 +616,7 @@ const c = (o) => ({
616
616
  }
617
617
  }
618
618
  }
619
- }), y = (o) => ({
619
+ }), x = (o) => ({
620
620
  M4LPopover: {
621
621
  styleOverrides: {
622
622
  "&.M4LPopover-root": {
@@ -707,7 +707,7 @@ const c = (o) => ({
707
707
  }
708
708
  }
709
709
  }
710
- }), L = (o) => ({
710
+ }), u = (o) => ({
711
711
  M4LErrorLabel: {
712
712
  styleOverrides: {
713
713
  ["&.M4LHelperText-root"]: {
@@ -726,7 +726,7 @@ const c = (o) => ({
726
726
  }
727
727
  }
728
728
  }
729
- }), h = (o) => ({
729
+ }), b = (o) => ({
730
730
  M4LTypography: {
731
731
  styleOverrides: {
732
732
  ["&.M4LTypography-root"]: {
@@ -738,7 +738,7 @@ const c = (o) => ({
738
738
  }
739
739
  }
740
740
  }
741
- }), f = (o) => ({
741
+ }), M = (o) => ({
742
742
  M4LButton: {
743
743
  styleOverrides: {
744
744
  "&.M4LButton-root": {
@@ -963,11 +963,15 @@ const c = (o) => ({
963
963
  "&:hover": {
964
964
  backgroundColor: `${o.palette.state.success.hover}`
965
965
  }
966
+ },
967
+ "&.M4LButton-togglePressed .MuiButtonBase-root": {
968
+ backgroundColor: "red!important",
969
+ prop1: 1
966
970
  }
967
971
  }
968
972
  }
969
973
  }
970
- }), w = (o) => ({
974
+ }), y = (o) => ({
971
975
  M4LNavLink: {
972
976
  styleOverrides: {
973
977
  ["&.M4LNavLink-root"]: {
@@ -987,13 +991,13 @@ const c = (o) => ({
987
991
  }
988
992
  }
989
993
  }
990
- }), v = (o) => ({
994
+ }), L = (o) => ({
991
995
  M4LSideBar: {
992
996
  styleOverrides: {
993
997
  "&.M4LSideBar-root": {
994
998
  height: "100%",
995
999
  maxWidth: "220px",
996
- background: o.palette.background.neutral,
1000
+ background: o.palette.background.default,
997
1001
  paddingTop: "24px",
998
1002
  borderRight: "1.5px solid",
999
1003
  borderColor: o.palette.state.borderPrimary,
@@ -1004,7 +1008,7 @@ const c = (o) => ({
1004
1008
  },
1005
1009
  "&.M4LSideBar-collapsed": {
1006
1010
  "& .M4LSideBar-wrapperSideBar": {
1007
- width: "48px",
1011
+ width: "52px",
1008
1012
  transition: "width 0.1s ease",
1009
1013
  "& .M4LSideBar-contentDesktop": {
1010
1014
  "& .M4LSideBar-contentGroups": {
@@ -1023,10 +1027,10 @@ const c = (o) => ({
1023
1027
  width: "2px"
1024
1028
  },
1025
1029
  "& .M4LSideBar-navItemRootContentIconTypo": {
1026
- width: "24px",
1030
+ width: "2px",
1027
1031
  minHeight: "24px",
1028
- height: "24px",
1029
- minWidth: "24px",
1032
+ height: "28px",
1033
+ minWidth: "28px",
1030
1034
  margin: "1px 0 1px 8px",
1031
1035
  "& .M4LIcon-root": {
1032
1036
  paddingTop: "2px",
@@ -1050,13 +1054,25 @@ const c = (o) => ({
1050
1054
  }
1051
1055
  },
1052
1056
  "& .M4LSideBar-collapseButton": {
1053
- padding: "12px",
1057
+ padding: "12px 14px 12px 14px",
1054
1058
  width: "100%",
1055
1059
  "& .M4LSideBar-containerLogoButtonIcon": {
1056
1060
  "& .M4LIconButton-root": {
1057
1061
  "& .MuiButtonBase-root": {
1058
1062
  height: "24px",
1059
- width: "24px"
1063
+ width: "24px",
1064
+ "& .M4LIcon-root": {
1065
+ minHeight: "20px",
1066
+ minWidth: "20px",
1067
+ height: "20px",
1068
+ width: "20px",
1069
+ "& .M4LIcon-icon": {
1070
+ minHeight: "20px",
1071
+ minWidth: "20px",
1072
+ height: "20px",
1073
+ width: "20px"
1074
+ }
1075
+ }
1060
1076
  }
1061
1077
  }
1062
1078
  },
@@ -1149,13 +1165,17 @@ const c = (o) => ({
1149
1165
  borderRadius: "4px 0px 0px 4px",
1150
1166
  justifyContent: "flex-start",
1151
1167
  flexDirection: "column",
1152
- gap: "4px",
1168
+ gap: "2px",
1153
1169
  height: "auto",
1154
1170
  marginBottom: "2px",
1155
1171
  "& .M4LSideBar-navItemMainRoot": {
1156
1172
  backgroundColor: "transparent",
1157
1173
  borderRadius: "4px",
1174
+ minHeight: "32px",
1175
+ height: "32px",
1158
1176
  "& .M4LSideBar-navItemRootContent": {
1177
+ minHeight: "32px",
1178
+ height: "32px",
1159
1179
  "& .M4LSideBar-navItemRootContentIconTypo": {
1160
1180
  alignItems: "center",
1161
1181
  gap: "16px",
@@ -1274,7 +1294,15 @@ const c = (o) => ({
1274
1294
  height: "32px",
1275
1295
  borderRadius: "4px",
1276
1296
  gap: "8px",
1277
- "&.M4LSideBar-subItemCollapseActive": {
1297
+ "& .M4LIcon-root": {
1298
+ minHeight: "20px",
1299
+ minWwidth: "20px",
1300
+ "& .M4LIcon-icon": {
1301
+ minHeight: "20px",
1302
+ minWidth: "20px"
1303
+ }
1304
+ },
1305
+ "& .M4LSideBar-subItemCollapseActive": {
1278
1306
  backgroundColor: o.palette.state.active12,
1279
1307
  gap: "8px",
1280
1308
  "& .MuiButtonBase-root": {
@@ -1328,9 +1356,9 @@ const c = (o) => ({
1328
1356
  },
1329
1357
  "&.M4LSideBar-subItemActive.M4LSideBar-navSubItemContentRoot": {
1330
1358
  "& .M4LTypography-root": {
1331
- color: o.palette.state.active,
1359
+ color: o.palette.state.focus,
1332
1360
  "& .MuiTypography-root": {
1333
- color: o.palette.state.active
1361
+ color: o.palette.state.focus
1334
1362
  }
1335
1363
  }
1336
1364
  }
@@ -1347,14 +1375,14 @@ const c = (o) => ({
1347
1375
  },
1348
1376
  "& .M4LSideBar-collapseButton": {
1349
1377
  display: "flex",
1350
- padding: "12px 44px 12px 12px",
1378
+ padding: "12px 44px 12px 14px",
1351
1379
  borderTop: "1px solid",
1352
- borderColor: o.palette.state.borderPrimary,
1380
+ borderColor: o.palette.state.borderDisable,
1353
1381
  justifyContent: "flex-end",
1354
1382
  gap: "24px",
1355
1383
  alignItems: "center",
1356
1384
  height: "48px",
1357
- width: "240px",
1385
+ width: "220px",
1358
1386
  minHeight: "48px",
1359
1387
  flexDirection: "row-reverse",
1360
1388
  "& .M4LSideBar-containerLogoButton": {
@@ -1379,7 +1407,19 @@ const c = (o) => ({
1379
1407
  "& .M4LIconButton-root": {
1380
1408
  "& .MuiButtonBase-root": {
1381
1409
  height: "24px",
1382
- width: "24px"
1410
+ width: "24px",
1411
+ "& .M4LIcon-root": {
1412
+ minHeight: "20px",
1413
+ minWidth: "20px",
1414
+ height: "20px",
1415
+ width: "20px",
1416
+ "& .M4LIcon-icon": {
1417
+ minHeight: "20px",
1418
+ minWidth: "20px",
1419
+ height: "20px",
1420
+ width: "20px"
1421
+ }
1422
+ }
1383
1423
  }
1384
1424
  }
1385
1425
  }
@@ -1404,6 +1444,14 @@ const c = (o) => ({
1404
1444
  padding: "8px",
1405
1445
  height: "fit-content",
1406
1446
  borderRadius: "4px",
1447
+ "& .M4LIcon-root": {
1448
+ minHeight: "20px",
1449
+ minWwidth: "20px",
1450
+ "& .M4LIcon-icon": {
1451
+ minHeight: "20px",
1452
+ minWidth: "20px"
1453
+ }
1454
+ },
1407
1455
  "&.M4LSideBar-subItemCollapseActive": {
1408
1456
  backgroundColor: o.palette.state.active12
1409
1457
  },
@@ -1467,6 +1515,11 @@ const c = (o) => ({
1467
1515
  "& .M4LSideBar-subItemActive": {
1468
1516
  "& .M4LIcon-icon": {
1469
1517
  backgroundColor: `${o.palette.state.focus}!important`
1518
+ },
1519
+ "& .M4LTypography-root": {
1520
+ "& .MuiTypography-root": {
1521
+ color: `${o.palette.state.focus}!important`
1522
+ }
1470
1523
  }
1471
1524
  },
1472
1525
  "& .M4LSideBar-contentMobile": {
@@ -1703,6 +1756,14 @@ const c = (o) => ({
1703
1756
  gap: "12px",
1704
1757
  margin: "0px 0px 0px 0px",
1705
1758
  padding: "16px",
1759
+ "& .M4LIcon-root": {
1760
+ minHeight: "24px",
1761
+ minWwidth: "24px",
1762
+ "& .M4LIcon-icon": {
1763
+ minHeight: "24px",
1764
+ minWidth: "24px"
1765
+ }
1766
+ },
1706
1767
  "& .M4LSideBar-navSubItemContentBullet": {
1707
1768
  minWidth: "5px",
1708
1769
  minHeight: "5px",
@@ -1762,7 +1823,7 @@ const c = (o) => ({
1762
1823
  }
1763
1824
  }
1764
1825
  }
1765
- }), m = (o) => ({
1826
+ }), h = (o) => ({
1766
1827
  M4LAreasAdmin: {
1767
1828
  styleOverrides: {
1768
1829
  "&.M4LAreasAdmin-root": {
@@ -1780,7 +1841,6 @@ const c = (o) => ({
1780
1841
  borderLeft: "1px solid",
1781
1842
  borderColor: o.palette.state.borderDisable,
1782
1843
  [o.breakpoints.down("sm")]: {
1783
- boxShadow: o.customShadows.z1,
1784
1844
  paddingRight: "0px",
1785
1845
  width: "100%",
1786
1846
  maxWidth: "100%",
@@ -1814,7 +1874,6 @@ const c = (o) => ({
1814
1874
  [o.breakpoints.down("sm")]: {
1815
1875
  height: "auto",
1816
1876
  background: o.palette.background.default,
1817
- boxShadow: o.customShadows.z2,
1818
1877
  width: "100%",
1819
1878
  maxWidth: "100%",
1820
1879
  paddingRight: "0px",
@@ -2001,7 +2060,7 @@ const c = (o) => ({
2001
2060
  },
2002
2061
  "& .M4LAreasAdmin-areaChipRoot": {
2003
2062
  display: "flex",
2004
- background: o.palette.background.default,
2063
+ background: o.palette.state.default,
2005
2064
  borderRadius: "4px 4px 4px 4px",
2006
2065
  minHeight: "24px",
2007
2066
  width: "fit-content",
@@ -2196,7 +2255,7 @@ const c = (o) => ({
2196
2255
  }
2197
2256
  }
2198
2257
  }
2199
- }), C = (o) => ({
2258
+ }), f = (o) => ({
2200
2259
  M4LAreasViewer: {
2201
2260
  styleOverrides: {
2202
2261
  "&.M4LAreasViewer-root": {
@@ -2591,7 +2650,7 @@ const c = (o) => ({
2591
2650
  }
2592
2651
  },
2593
2652
  "& .M4LAreasViewer-windowContent": {
2594
- background: o.palette.background.default,
2653
+ background: o.palette.background.neutral,
2595
2654
  padding: "24px"
2596
2655
  }
2597
2656
  },
@@ -2855,7 +2914,7 @@ const c = (o) => ({
2855
2914
  }
2856
2915
  }
2857
2916
  }
2858
- }), k = (o) => ({
2917
+ }), w = (o) => ({
2859
2918
  M4LAppBar: {
2860
2919
  styleOverrides: {
2861
2920
  "&.M4LAppBar-root": {
@@ -2867,11 +2926,11 @@ const c = (o) => ({
2867
2926
  height: "52px",
2868
2927
  alignItems: "center",
2869
2928
  padding: "8px 16px",
2870
- background: o.palette.background.neutral,
2929
+ background: o.palette.background.default,
2871
2930
  borderBottom: "1.5px solid",
2872
2931
  borderColor: o.palette.state.borderPrimary,
2873
2932
  justifyContent: "space-between",
2874
- gap: "40px",
2933
+ gap: "24px",
2875
2934
  [o.breakpoints.down("sm")]: {
2876
2935
  width: "100%",
2877
2936
  marginLeft: "0",
@@ -2881,7 +2940,7 @@ const c = (o) => ({
2881
2940
  "& .M4LImage-root": {
2882
2941
  width: "34px",
2883
2942
  height: "34px",
2884
- backgroundColor: o.palette.background.default,
2943
+ backgroundColor: o.palette.background.neutral,
2885
2944
  borderRadius: "4px",
2886
2945
  padding: "2px"
2887
2946
  },
@@ -2889,10 +2948,13 @@ const c = (o) => ({
2889
2948
  display: "flex",
2890
2949
  alignItems: "center",
2891
2950
  gap: "12px",
2892
- width: "163px",
2951
+ width: "fit-content",
2893
2952
  "& .M4LTypography-root": {
2894
2953
  textWrap: "nowrap",
2895
- textTransform: "uppercase"
2954
+ textTransform: "uppercase",
2955
+ "& .MuiTypography-root": {
2956
+ ...o.typography.paragraphDens
2957
+ }
2896
2958
  }
2897
2959
  }
2898
2960
  },
@@ -2908,19 +2970,13 @@ const c = (o) => ({
2908
2970
  borderColor: o.palette.state.default,
2909
2971
  justifyContent: "space-between",
2910
2972
  "& .M4LAppBar-iconMenuToggle": {
2911
- background: o.palette.background.default,
2912
- boxShadow: o.customShadows.z1,
2913
- borderTop: "1px solid",
2914
- borderColor: o.palette.state.default,
2973
+ background: o.palette.state.default,
2915
2974
  width: "36px",
2916
2975
  height: "36px",
2917
2976
  minWidth: "36px",
2918
2977
  minHeight: "36px",
2919
2978
  [o.breakpoints.down("sm")]: {
2920
- background: o.palette.background.default,
2921
- boxShadow: o.customShadows.z1,
2922
- borderTop: "1px solid",
2923
- borderColor: o.palette.state.default,
2979
+ background: o.palette.state.default,
2924
2980
  width: "36px",
2925
2981
  height: "36px",
2926
2982
  minWidth: "36px",
@@ -2984,7 +3040,7 @@ const c = (o) => ({
2984
3040
  }
2985
3041
  }
2986
3042
  }
2987
- }), I = (o) => ({
3043
+ }), m = (o) => ({
2988
3044
  M4LAvatar: {
2989
3045
  styleOverrides: {
2990
3046
  "&.M4LAvatar-root": {
@@ -3006,7 +3062,7 @@ const c = (o) => ({
3006
3062
  }
3007
3063
  }
3008
3064
  }
3009
- }), B = (o) => ({
3065
+ }), v = (o) => ({
3010
3066
  M4LAccountPopover: {
3011
3067
  styleOverrides: {
3012
3068
  "&.M4LAccountPopover-root": {
@@ -3285,7 +3341,7 @@ const c = (o) => ({
3285
3341
  }
3286
3342
  }
3287
3343
  }
3288
- }), S = (o) => ({
3344
+ }), C = (o) => ({
3289
3345
  M4LModuleLayout: {
3290
3346
  styleOverrides: {
3291
3347
  "&.M4LModuleLayout-root": {
@@ -3302,7 +3358,7 @@ const c = (o) => ({
3302
3358
  }
3303
3359
  }
3304
3360
  }
3305
- }), R = (o) => ({
3361
+ }), k = (o) => ({
3306
3362
  M4LMasterDetailLayout: {
3307
3363
  styleOverrides: {
3308
3364
  "&.M4LMasterDetailLayout-root": {
@@ -3335,7 +3391,7 @@ const c = (o) => ({
3335
3391
  }
3336
3392
  }
3337
3393
  }
3338
- }), A = (o) => ({
3394
+ }), I = (o) => ({
3339
3395
  M4LSplitLayout: {
3340
3396
  styleOverrides: {
3341
3397
  "&.M4LSplitLayout-root": {
@@ -3457,7 +3513,7 @@ const c = (o) => ({
3457
3513
  }
3458
3514
  }
3459
3515
  }
3460
- }), T = (o) => ({
3516
+ }), B = (o) => ({
3461
3517
  M4LCommonActions: {
3462
3518
  styleOverrides: {
3463
3519
  "&.M4LCommonActions-root": {
@@ -3470,7 +3526,7 @@ const c = (o) => ({
3470
3526
  }
3471
3527
  }
3472
3528
  }
3473
- }), P = (o) => ({
3529
+ }), S = (o) => ({
3474
3530
  M4LinearProgressIndeterminate: {
3475
3531
  styleOverrides: {
3476
3532
  "&.M4LinearProgressIndeterminate-root": {
@@ -3524,7 +3580,7 @@ const c = (o) => ({
3524
3580
  }
3525
3581
  }
3526
3582
  }
3527
- }), D = (o) => ({
3583
+ }), R = (o) => ({
3528
3584
  M4LPropertyValue: {
3529
3585
  styleOverrides: {
3530
3586
  "&.M4LPropertyValue-root": {
@@ -3628,7 +3684,7 @@ const c = (o) => ({
3628
3684
  }
3629
3685
  }
3630
3686
  }
3631
- }), H = (o) => ({
3687
+ }), A = (o) => ({
3632
3688
  M4LTab: {
3633
3689
  styleOverrides: {
3634
3690
  "&.M4LTab-root": {
@@ -3680,7 +3736,7 @@ const c = (o) => ({
3680
3736
  }
3681
3737
  }
3682
3738
  }
3683
- }), F = (o) => ({
3739
+ }), T = (o) => ({
3684
3740
  M4LAccordion: {
3685
3741
  styleOverrides: {
3686
3742
  "&.M4LAccordion-root": {
@@ -3821,7 +3877,7 @@ const c = (o) => ({
3821
3877
  }
3822
3878
  }
3823
3879
  }
3824
- }), V = (o) => ({
3880
+ }), P = (o) => ({
3825
3881
  M4LRHFormProvider: {
3826
3882
  styleOverrides: {
3827
3883
  "&.M4LRHFormProvider-root": {
@@ -3836,7 +3892,7 @@ const c = (o) => ({
3836
3892
  }
3837
3893
  }
3838
3894
  }
3839
- }), z = (o) => ({
3895
+ }), D = (o) => ({
3840
3896
  M4LPeriod: {
3841
3897
  styleOverrides: {
3842
3898
  "&.M4LPeriod-root": {
@@ -4072,7 +4128,7 @@ const c = (o) => ({
4072
4128
  }
4073
4129
  }
4074
4130
  }
4075
- }), W = (o) => ({
4131
+ }), H = (o) => ({
4076
4132
  M4LModalDialog: {
4077
4133
  styleOverrides: {
4078
4134
  "&.M4LModal-root": {
@@ -4199,7 +4255,7 @@ const c = (o) => ({
4199
4255
  }
4200
4256
  }
4201
4257
  }
4202
- }), O = (o) => ({
4258
+ }), F = (o) => ({
4203
4259
  M4LPaperForm: {
4204
4260
  styleOverrides: {
4205
4261
  "&.M4LPaperForm-root": {
@@ -4248,7 +4304,7 @@ const c = (o) => ({
4248
4304
  }
4249
4305
  }
4250
4306
  }
4251
- }), j = (o) => ({
4307
+ }), W = (o) => ({
4252
4308
  M4LTooltip: {
4253
4309
  styleOverrides: {
4254
4310
  "&.M4LTooltip-root": {
@@ -4269,7 +4325,7 @@ const c = (o) => ({
4269
4325
  }
4270
4326
  }
4271
4327
  }
4272
- }), G = (o) => ({
4328
+ }), V = (o) => ({
4273
4329
  M4LBadge: {
4274
4330
  styleOverrides: {
4275
4331
  "&.M4LBadge-root": {
@@ -4300,7 +4356,7 @@ const c = (o) => ({
4300
4356
  }
4301
4357
  }
4302
4358
  }
4303
- }), N = (o) => ({
4359
+ }), z = (o) => ({
4304
4360
  M4LDataGrid: {
4305
4361
  styleOverrides: {
4306
4362
  "&.M4LDataGrid-root": {
@@ -4480,7 +4536,11 @@ const c = (o) => ({
4480
4536
  },
4481
4537
  '& .rdg-cell[role="columnheader"] .rdg-header-sort-name': {
4482
4538
  ...o.typography.bodyDens,
4483
- lineHeight: "var(--rdg-row-height)!important"
4539
+ lineHeight: "var(--rdg-row-height)!important",
4540
+ height: "28px",
4541
+ display: "flex",
4542
+ justifyContent: "center",
4543
+ alignItems: "center"
4484
4544
  },
4485
4545
  '& .rdg-cell[role="columnheader"] [draggable="true"]': {
4486
4546
  ...o.typography.bodyDens,
@@ -4612,7 +4672,7 @@ const c = (o) => ({
4612
4672
  }
4613
4673
  }
4614
4674
  }
4615
- }), E = (o) => ({
4675
+ }), O = (o) => ({
4616
4676
  M4LPager: {
4617
4677
  styleOverrides: {
4618
4678
  "&.M4LPager-root": {
@@ -4700,7 +4760,7 @@ const c = (o) => ({
4700
4760
  }
4701
4761
  }
4702
4762
  }
4703
- }), _ = (o) => ({
4763
+ }), j = (o) => ({
4704
4764
  M4LCheckBox: {
4705
4765
  styleOverrides: {
4706
4766
  "&.M4LCheckBox-root": {
@@ -4756,7 +4816,7 @@ const c = (o) => ({
4756
4816
  }
4757
4817
  }
4758
4818
  }
4759
- }), $ = (o) => ({
4819
+ }), G = (o) => ({
4760
4820
  M4LStack: {
4761
4821
  styleOverrides: {
4762
4822
  "&.M4LStack-root": {
@@ -4769,7 +4829,7 @@ const c = (o) => ({
4769
4829
  }
4770
4830
  }
4771
4831
  }
4772
- }), U = (o) => ({
4832
+ }), N = (o) => ({
4773
4833
  M4LTabs: {
4774
4834
  styleOverrides: {
4775
4835
  "&.M4LTabs-root": {
@@ -4809,7 +4869,7 @@ const c = (o) => ({
4809
4869
  }
4810
4870
  }
4811
4871
  }
4812
- }), q = (o) => ({
4872
+ }), E = (o) => ({
4813
4873
  M4LNoItemSelected: {
4814
4874
  styleOverrides: {
4815
4875
  "&.M4LNoItemSelected-root": {
@@ -4829,7 +4889,7 @@ const c = (o) => ({
4829
4889
  }
4830
4890
  }
4831
4891
  }
4832
- }), Y = (o) => ({
4892
+ }), _ = (o) => ({
4833
4893
  M4LScrollBar: {
4834
4894
  styleOverrides: {
4835
4895
  "&.M4LScrollBar-root": {
@@ -4864,7 +4924,7 @@ const c = (o) => ({
4864
4924
  }
4865
4925
  }
4866
4926
  }
4867
- }), J = (o) => ({
4927
+ }), $ = (o) => ({
4868
4928
  M4LGridLayout: {
4869
4929
  styleOverrides: {
4870
4930
  "&.M4LGridLayout-root": {
@@ -4872,7 +4932,7 @@ const c = (o) => ({
4872
4932
  }
4873
4933
  }
4874
4934
  }
4875
- }), K = (o) => ({
4935
+ }), U = (o) => ({
4876
4936
  M4LTabContent: {
4877
4937
  styleOverrides: {
4878
4938
  "&.M4LTabContent-root": {
@@ -4892,7 +4952,7 @@ const c = (o) => ({
4892
4952
  }
4893
4953
  }
4894
4954
  }
4895
- }), Q = (o) => ({
4955
+ }), q = (o) => ({
4896
4956
  M4LMenuActions: {
4897
4957
  styleOverrides: {
4898
4958
  "&.M4LMenuActions-root": {
@@ -4926,7 +4986,7 @@ const c = (o) => ({
4926
4986
  }
4927
4987
  }
4928
4988
  }
4929
- }), X = (o) => ({
4989
+ }), Y = (o) => ({
4930
4990
  M4LPrintingSystem: {
4931
4991
  styleOverrides: {
4932
4992
  "&.M4LPrintingSystem-root": {
@@ -5108,7 +5168,7 @@ const c = (o) => ({
5108
5168
  }
5109
5169
  }
5110
5170
  }
5111
- }), Z = (o) => ({
5171
+ }), J = (o) => ({
5112
5172
  M4LFormatter: {
5113
5173
  styleOverrides: {
5114
5174
  "&.M4LFormatter-root": {
@@ -5125,7 +5185,7 @@ const c = (o) => ({
5125
5185
  }
5126
5186
  }
5127
5187
  }
5128
- }), oo = (o) => ({
5188
+ }), K = (o) => ({
5129
5189
  M4LoadingError: {
5130
5190
  styleOverrides: {
5131
5191
  "&.M4LoadingError-root": {
@@ -5184,7 +5244,7 @@ const c = (o) => ({
5184
5244
  }
5185
5245
  }
5186
5246
  }
5187
- }), to = (o) => ({
5247
+ }), Q = (o) => ({
5188
5248
  M4LMFLoader: {
5189
5249
  styleOverrides: {
5190
5250
  "&.M4LMFLoader-root": {
@@ -5197,7 +5257,7 @@ const c = (o) => ({
5197
5257
  }
5198
5258
  }
5199
5259
  }
5200
- }), eo = (o) => ({
5260
+ }), X = (o) => ({
5201
5261
  M4LLoadingButton: {
5202
5262
  styleOverrides: {
5203
5263
  "&.M4LLoadingButton-root": {
@@ -5429,7 +5489,7 @@ const c = (o) => ({
5429
5489
  }
5430
5490
  }
5431
5491
  }
5432
- }), ro = (o) => ({
5492
+ }), Z = (o) => ({
5433
5493
  M4LToastContainer: {
5434
5494
  styleOverrides: {
5435
5495
  "&.M4LToastContainer-root": {
@@ -5507,7 +5567,7 @@ const c = (o) => ({
5507
5567
  }
5508
5568
  }
5509
5569
  }
5510
- }), ao = (o) => ({
5570
+ }), oo = (o) => ({
5511
5571
  M4LPDFViewer: {
5512
5572
  styleOverrides: {
5513
5573
  "&.M4LPDFViewer-root": {
@@ -5524,52 +5584,52 @@ const c = (o) => ({
5524
5584
  }
5525
5585
  });
5526
5586
  export {
5527
- H as A,
5528
- F as B,
5529
- z as C,
5530
- W as D,
5531
- O as E,
5532
- j as F,
5533
- E as G,
5534
- _ as H,
5535
- $ as I,
5536
- U as J,
5537
- q as K,
5538
- Y as L,
5539
- eo as M,
5540
- J as N,
5541
- K as O,
5542
- Q as P,
5543
- X as Q,
5544
- Z as R,
5545
- oo as S,
5546
- to as T,
5547
- ro as U,
5548
- ao as V,
5549
- c as a,
5550
- V as b,
5551
- g as c,
5552
- x as d,
5553
- u as e,
5554
- b as f,
5555
- w as g,
5556
- M as h,
5557
- G as i,
5558
- y as j,
5559
- N as k,
5560
- L as l,
5561
- h as m,
5562
- f as n,
5563
- v as o,
5564
- k as p,
5565
- m as q,
5566
- C as r,
5567
- I as s,
5568
- B as t,
5569
- S as u,
5570
- R as v,
5571
- A as w,
5572
- T as x,
5573
- P as y,
5574
- D as z
5587
+ A,
5588
+ T as B,
5589
+ D as C,
5590
+ H as D,
5591
+ F as E,
5592
+ W as F,
5593
+ O as G,
5594
+ j as H,
5595
+ G as I,
5596
+ N as J,
5597
+ E as K,
5598
+ _ as L,
5599
+ X as M,
5600
+ $ as N,
5601
+ U as O,
5602
+ q as P,
5603
+ Y as Q,
5604
+ J as R,
5605
+ K as S,
5606
+ Q as T,
5607
+ Z as U,
5608
+ oo as V,
5609
+ p as a,
5610
+ P as b,
5611
+ d as c,
5612
+ l as d,
5613
+ s as e,
5614
+ c as f,
5615
+ y as g,
5616
+ g as h,
5617
+ V as i,
5618
+ x as j,
5619
+ z as k,
5620
+ u as l,
5621
+ b as m,
5622
+ M as n,
5623
+ L as o,
5624
+ w as p,
5625
+ h as q,
5626
+ f as r,
5627
+ m as s,
5628
+ v as t,
5629
+ C as u,
5630
+ k as v,
5631
+ I as w,
5632
+ B as x,
5633
+ S as y,
5634
+ R as z
5575
5635
  };