@m4l/styles 0.0.38 → 0.0.39

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,7 +2926,7 @@ 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",
@@ -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
  },
@@ -2908,19 +2967,13 @@ const c = (o) => ({
2908
2967
  borderColor: o.palette.state.default,
2909
2968
  justifyContent: "space-between",
2910
2969
  "& .M4LAppBar-iconMenuToggle": {
2911
- background: o.palette.background.default,
2912
- boxShadow: o.customShadows.z1,
2913
- borderTop: "1px solid",
2914
- borderColor: o.palette.state.default,
2970
+ background: o.palette.state.default,
2915
2971
  width: "36px",
2916
2972
  height: "36px",
2917
2973
  minWidth: "36px",
2918
2974
  minHeight: "36px",
2919
2975
  [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,
2976
+ background: o.palette.state.default,
2924
2977
  width: "36px",
2925
2978
  height: "36px",
2926
2979
  minWidth: "36px",
@@ -2984,7 +3037,7 @@ const c = (o) => ({
2984
3037
  }
2985
3038
  }
2986
3039
  }
2987
- }), I = (o) => ({
3040
+ }), m = (o) => ({
2988
3041
  M4LAvatar: {
2989
3042
  styleOverrides: {
2990
3043
  "&.M4LAvatar-root": {
@@ -3006,7 +3059,7 @@ const c = (o) => ({
3006
3059
  }
3007
3060
  }
3008
3061
  }
3009
- }), B = (o) => ({
3062
+ }), v = (o) => ({
3010
3063
  M4LAccountPopover: {
3011
3064
  styleOverrides: {
3012
3065
  "&.M4LAccountPopover-root": {
@@ -3285,7 +3338,7 @@ const c = (o) => ({
3285
3338
  }
3286
3339
  }
3287
3340
  }
3288
- }), S = (o) => ({
3341
+ }), C = (o) => ({
3289
3342
  M4LModuleLayout: {
3290
3343
  styleOverrides: {
3291
3344
  "&.M4LModuleLayout-root": {
@@ -3302,7 +3355,7 @@ const c = (o) => ({
3302
3355
  }
3303
3356
  }
3304
3357
  }
3305
- }), R = (o) => ({
3358
+ }), k = (o) => ({
3306
3359
  M4LMasterDetailLayout: {
3307
3360
  styleOverrides: {
3308
3361
  "&.M4LMasterDetailLayout-root": {
@@ -3335,7 +3388,7 @@ const c = (o) => ({
3335
3388
  }
3336
3389
  }
3337
3390
  }
3338
- }), A = (o) => ({
3391
+ }), I = (o) => ({
3339
3392
  M4LSplitLayout: {
3340
3393
  styleOverrides: {
3341
3394
  "&.M4LSplitLayout-root": {
@@ -3457,7 +3510,7 @@ const c = (o) => ({
3457
3510
  }
3458
3511
  }
3459
3512
  }
3460
- }), T = (o) => ({
3513
+ }), B = (o) => ({
3461
3514
  M4LCommonActions: {
3462
3515
  styleOverrides: {
3463
3516
  "&.M4LCommonActions-root": {
@@ -3470,7 +3523,7 @@ const c = (o) => ({
3470
3523
  }
3471
3524
  }
3472
3525
  }
3473
- }), P = (o) => ({
3526
+ }), S = (o) => ({
3474
3527
  M4LinearProgressIndeterminate: {
3475
3528
  styleOverrides: {
3476
3529
  "&.M4LinearProgressIndeterminate-root": {
@@ -3524,7 +3577,7 @@ const c = (o) => ({
3524
3577
  }
3525
3578
  }
3526
3579
  }
3527
- }), D = (o) => ({
3580
+ }), R = (o) => ({
3528
3581
  M4LPropertyValue: {
3529
3582
  styleOverrides: {
3530
3583
  "&.M4LPropertyValue-root": {
@@ -3628,7 +3681,7 @@ const c = (o) => ({
3628
3681
  }
3629
3682
  }
3630
3683
  }
3631
- }), H = (o) => ({
3684
+ }), A = (o) => ({
3632
3685
  M4LTab: {
3633
3686
  styleOverrides: {
3634
3687
  "&.M4LTab-root": {
@@ -3680,7 +3733,7 @@ const c = (o) => ({
3680
3733
  }
3681
3734
  }
3682
3735
  }
3683
- }), F = (o) => ({
3736
+ }), T = (o) => ({
3684
3737
  M4LAccordion: {
3685
3738
  styleOverrides: {
3686
3739
  "&.M4LAccordion-root": {
@@ -3821,7 +3874,7 @@ const c = (o) => ({
3821
3874
  }
3822
3875
  }
3823
3876
  }
3824
- }), V = (o) => ({
3877
+ }), P = (o) => ({
3825
3878
  M4LRHFormProvider: {
3826
3879
  styleOverrides: {
3827
3880
  "&.M4LRHFormProvider-root": {
@@ -3836,7 +3889,7 @@ const c = (o) => ({
3836
3889
  }
3837
3890
  }
3838
3891
  }
3839
- }), z = (o) => ({
3892
+ }), D = (o) => ({
3840
3893
  M4LPeriod: {
3841
3894
  styleOverrides: {
3842
3895
  "&.M4LPeriod-root": {
@@ -4072,7 +4125,7 @@ const c = (o) => ({
4072
4125
  }
4073
4126
  }
4074
4127
  }
4075
- }), W = (o) => ({
4128
+ }), H = (o) => ({
4076
4129
  M4LModalDialog: {
4077
4130
  styleOverrides: {
4078
4131
  "&.M4LModal-root": {
@@ -4199,7 +4252,7 @@ const c = (o) => ({
4199
4252
  }
4200
4253
  }
4201
4254
  }
4202
- }), O = (o) => ({
4255
+ }), F = (o) => ({
4203
4256
  M4LPaperForm: {
4204
4257
  styleOverrides: {
4205
4258
  "&.M4LPaperForm-root": {
@@ -4248,7 +4301,7 @@ const c = (o) => ({
4248
4301
  }
4249
4302
  }
4250
4303
  }
4251
- }), j = (o) => ({
4304
+ }), W = (o) => ({
4252
4305
  M4LTooltip: {
4253
4306
  styleOverrides: {
4254
4307
  "&.M4LTooltip-root": {
@@ -4269,7 +4322,7 @@ const c = (o) => ({
4269
4322
  }
4270
4323
  }
4271
4324
  }
4272
- }), G = (o) => ({
4325
+ }), V = (o) => ({
4273
4326
  M4LBadge: {
4274
4327
  styleOverrides: {
4275
4328
  "&.M4LBadge-root": {
@@ -4300,7 +4353,7 @@ const c = (o) => ({
4300
4353
  }
4301
4354
  }
4302
4355
  }
4303
- }), N = (o) => ({
4356
+ }), z = (o) => ({
4304
4357
  M4LDataGrid: {
4305
4358
  styleOverrides: {
4306
4359
  "&.M4LDataGrid-root": {
@@ -4480,7 +4533,11 @@ const c = (o) => ({
4480
4533
  },
4481
4534
  '& .rdg-cell[role="columnheader"] .rdg-header-sort-name': {
4482
4535
  ...o.typography.bodyDens,
4483
- lineHeight: "var(--rdg-row-height)!important"
4536
+ lineHeight: "var(--rdg-row-height)!important",
4537
+ height: "28px",
4538
+ display: "flex",
4539
+ justifyContent: "center",
4540
+ alignItems: "center"
4484
4541
  },
4485
4542
  '& .rdg-cell[role="columnheader"] [draggable="true"]': {
4486
4543
  ...o.typography.bodyDens,
@@ -4612,7 +4669,7 @@ const c = (o) => ({
4612
4669
  }
4613
4670
  }
4614
4671
  }
4615
- }), E = (o) => ({
4672
+ }), O = (o) => ({
4616
4673
  M4LPager: {
4617
4674
  styleOverrides: {
4618
4675
  "&.M4LPager-root": {
@@ -4700,7 +4757,7 @@ const c = (o) => ({
4700
4757
  }
4701
4758
  }
4702
4759
  }
4703
- }), _ = (o) => ({
4760
+ }), j = (o) => ({
4704
4761
  M4LCheckBox: {
4705
4762
  styleOverrides: {
4706
4763
  "&.M4LCheckBox-root": {
@@ -4756,7 +4813,7 @@ const c = (o) => ({
4756
4813
  }
4757
4814
  }
4758
4815
  }
4759
- }), $ = (o) => ({
4816
+ }), G = (o) => ({
4760
4817
  M4LStack: {
4761
4818
  styleOverrides: {
4762
4819
  "&.M4LStack-root": {
@@ -4769,7 +4826,7 @@ const c = (o) => ({
4769
4826
  }
4770
4827
  }
4771
4828
  }
4772
- }), U = (o) => ({
4829
+ }), N = (o) => ({
4773
4830
  M4LTabs: {
4774
4831
  styleOverrides: {
4775
4832
  "&.M4LTabs-root": {
@@ -4809,7 +4866,7 @@ const c = (o) => ({
4809
4866
  }
4810
4867
  }
4811
4868
  }
4812
- }), q = (o) => ({
4869
+ }), E = (o) => ({
4813
4870
  M4LNoItemSelected: {
4814
4871
  styleOverrides: {
4815
4872
  "&.M4LNoItemSelected-root": {
@@ -4829,7 +4886,7 @@ const c = (o) => ({
4829
4886
  }
4830
4887
  }
4831
4888
  }
4832
- }), Y = (o) => ({
4889
+ }), _ = (o) => ({
4833
4890
  M4LScrollBar: {
4834
4891
  styleOverrides: {
4835
4892
  "&.M4LScrollBar-root": {
@@ -4864,7 +4921,7 @@ const c = (o) => ({
4864
4921
  }
4865
4922
  }
4866
4923
  }
4867
- }), J = (o) => ({
4924
+ }), $ = (o) => ({
4868
4925
  M4LGridLayout: {
4869
4926
  styleOverrides: {
4870
4927
  "&.M4LGridLayout-root": {
@@ -4872,7 +4929,7 @@ const c = (o) => ({
4872
4929
  }
4873
4930
  }
4874
4931
  }
4875
- }), K = (o) => ({
4932
+ }), U = (o) => ({
4876
4933
  M4LTabContent: {
4877
4934
  styleOverrides: {
4878
4935
  "&.M4LTabContent-root": {
@@ -4892,7 +4949,7 @@ const c = (o) => ({
4892
4949
  }
4893
4950
  }
4894
4951
  }
4895
- }), Q = (o) => ({
4952
+ }), q = (o) => ({
4896
4953
  M4LMenuActions: {
4897
4954
  styleOverrides: {
4898
4955
  "&.M4LMenuActions-root": {
@@ -4926,7 +4983,7 @@ const c = (o) => ({
4926
4983
  }
4927
4984
  }
4928
4985
  }
4929
- }), X = (o) => ({
4986
+ }), Y = (o) => ({
4930
4987
  M4LPrintingSystem: {
4931
4988
  styleOverrides: {
4932
4989
  "&.M4LPrintingSystem-root": {
@@ -5108,7 +5165,7 @@ const c = (o) => ({
5108
5165
  }
5109
5166
  }
5110
5167
  }
5111
- }), Z = (o) => ({
5168
+ }), J = (o) => ({
5112
5169
  M4LFormatter: {
5113
5170
  styleOverrides: {
5114
5171
  "&.M4LFormatter-root": {
@@ -5125,7 +5182,7 @@ const c = (o) => ({
5125
5182
  }
5126
5183
  }
5127
5184
  }
5128
- }), oo = (o) => ({
5185
+ }), K = (o) => ({
5129
5186
  M4LoadingError: {
5130
5187
  styleOverrides: {
5131
5188
  "&.M4LoadingError-root": {
@@ -5184,7 +5241,7 @@ const c = (o) => ({
5184
5241
  }
5185
5242
  }
5186
5243
  }
5187
- }), to = (o) => ({
5244
+ }), Q = (o) => ({
5188
5245
  M4LMFLoader: {
5189
5246
  styleOverrides: {
5190
5247
  "&.M4LMFLoader-root": {
@@ -5197,7 +5254,7 @@ const c = (o) => ({
5197
5254
  }
5198
5255
  }
5199
5256
  }
5200
- }), eo = (o) => ({
5257
+ }), X = (o) => ({
5201
5258
  M4LLoadingButton: {
5202
5259
  styleOverrides: {
5203
5260
  "&.M4LLoadingButton-root": {
@@ -5429,7 +5486,7 @@ const c = (o) => ({
5429
5486
  }
5430
5487
  }
5431
5488
  }
5432
- }), ro = (o) => ({
5489
+ }), Z = (o) => ({
5433
5490
  M4LToastContainer: {
5434
5491
  styleOverrides: {
5435
5492
  "&.M4LToastContainer-root": {
@@ -5507,7 +5564,7 @@ const c = (o) => ({
5507
5564
  }
5508
5565
  }
5509
5566
  }
5510
- }), ao = (o) => ({
5567
+ }), oo = (o) => ({
5511
5568
  M4LPDFViewer: {
5512
5569
  styleOverrides: {
5513
5570
  "&.M4LPDFViewer-root": {
@@ -5524,52 +5581,52 @@ const c = (o) => ({
5524
5581
  }
5525
5582
  });
5526
5583
  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
5584
+ A,
5585
+ T as B,
5586
+ D as C,
5587
+ H as D,
5588
+ F as E,
5589
+ W as F,
5590
+ O as G,
5591
+ j as H,
5592
+ G as I,
5593
+ N as J,
5594
+ E as K,
5595
+ _ as L,
5596
+ X as M,
5597
+ $ as N,
5598
+ U as O,
5599
+ q as P,
5600
+ Y as Q,
5601
+ J as R,
5602
+ K as S,
5603
+ Q as T,
5604
+ Z as U,
5605
+ oo as V,
5606
+ p as a,
5607
+ P as b,
5608
+ d as c,
5609
+ l as d,
5610
+ s as e,
5611
+ c as f,
5612
+ y as g,
5613
+ g as h,
5614
+ V as i,
5615
+ x as j,
5616
+ z as k,
5617
+ u as l,
5618
+ b as m,
5619
+ M as n,
5620
+ L as o,
5621
+ w as p,
5622
+ h as q,
5623
+ f as r,
5624
+ m as s,
5625
+ v as t,
5626
+ C as u,
5627
+ k as v,
5628
+ I as w,
5629
+ B as x,
5630
+ S as y,
5631
+ R as z
5575
5632
  };