@m4l/styles 1.0.8 → 2.0.0

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 t } from "@mui/material/styles";
2
- import { alpha as r } from "@mui/system";
3
- import "../../defaultThemeOptions.d580f3ec.js";
4
- import "../../shadows.e0c009ff.js";
5
- import { P as e } from "../../palette.287635f2.js";
6
- import "../../typography.947dc33f.js";
7
- import "@mui/material";
8
- const c = (o) => ({
2
+ import { alpha as e } from "@mui/system";
3
+ import { P as r } from "../../palette.287635f2.js";
4
+ const p = (o) => ({
9
5
  M4LIcon: {
10
6
  styleOverrides: {
11
7
  ["&.M4LIcon-root"]: {
@@ -54,7 +50,7 @@ const c = (o) => ({
54
50
  }
55
51
  }
56
52
  }
57
- }), g = (o) => ({
53
+ }), d = (o) => ({
58
54
  M4LIconButton: {
59
55
  styleOverrides: {
60
56
  ["&.M4LIconButton-root"]: {
@@ -189,7 +185,7 @@ const c = (o) => ({
189
185
  }
190
186
  }
191
187
  }
192
- }), x = (o) => ({
188
+ }), l = (o) => ({
193
189
  M4LanguagePopover: {
194
190
  styleOverrides: {
195
191
  ["&.M4LanguagePopover-root"]: {
@@ -210,7 +206,7 @@ const c = (o) => ({
210
206
  }
211
207
  }
212
208
  }
213
- }), u = (o) => ({
209
+ }), s = (o) => ({
214
210
  M4LImageButton: {
215
211
  styleOverrides: {
216
212
  ["&.M4LImageButton-root"]: {
@@ -264,7 +260,7 @@ const c = (o) => ({
264
260
  }
265
261
  }
266
262
  }
267
- }), b = (o) => ({
263
+ }), c = (o) => ({
268
264
  M4LImage: {
269
265
  styleOverrides: {
270
266
  ["&.M4LImage-root"]: {
@@ -275,7 +271,7 @@ const c = (o) => ({
275
271
  }
276
272
  }
277
273
  }
278
- }), M = (o) => ({
274
+ }), g = (o) => ({
279
275
  M4LPopover: {
280
276
  styleOverrides: {
281
277
  "&.M4LPopover-root": {
@@ -366,7 +362,7 @@ const c = (o) => ({
366
362
  }
367
363
  }
368
364
  }
369
- }), L = (o) => ({
365
+ }), x = (o) => ({
370
366
  M4LErrorLabel: {
371
367
  styleOverrides: {
372
368
  ["&.M4LHelperText-root"]: {
@@ -385,7 +381,7 @@ const c = (o) => ({
385
381
  }
386
382
  }
387
383
  }
388
- }), v = (o) => ({
384
+ }), u = (o) => ({
389
385
  M4LTypography: {
390
386
  styleOverrides: {
391
387
  ["&.M4LTypography-root"]: {
@@ -397,7 +393,7 @@ const c = (o) => ({
397
393
  }
398
394
  }
399
395
  }
400
- }), h = (o) => ({
396
+ }), b = (o) => ({
401
397
  M4LButton: {
402
398
  styleOverrides: {
403
399
  "&.M4LButton-root": {
@@ -630,7 +626,7 @@ const c = (o) => ({
630
626
  }
631
627
  }
632
628
  }
633
- }), y = (o) => ({
629
+ }), M = (o) => ({
634
630
  M4LNavLink: {
635
631
  styleOverrides: {
636
632
  ["&.M4LNavLink-root"]: {
@@ -650,7 +646,7 @@ const c = (o) => ({
650
646
  }
651
647
  }
652
648
  }
653
- }), f = (o) => ({
649
+ }), L = (o) => ({
654
650
  M4LSideBar: {
655
651
  styleOverrides: {
656
652
  "&.M4LSideBar-root": {
@@ -2352,7 +2348,7 @@ const c = (o) => ({
2352
2348
  }
2353
2349
  }
2354
2350
  }
2355
- }), w = (o) => ({
2351
+ }), v = (o) => ({
2356
2352
  M4LAreasAdmin: {
2357
2353
  styleOverrides: {
2358
2354
  "&.M4LAreasAdmin-root": {
@@ -2793,7 +2789,7 @@ const c = (o) => ({
2793
2789
  }
2794
2790
  }
2795
2791
  }
2796
- }), m = (o) => ({
2792
+ }), h = (o) => ({
2797
2793
  M4LAreasViewer: {
2798
2794
  styleOverrides: {
2799
2795
  "&.M4LAreasViewer-root": {
@@ -2906,129 +2902,6 @@ const c = (o) => ({
2906
2902
  overflow: "visible"
2907
2903
  }
2908
2904
  },
2909
- "& .M4LAreasViewer-windowToastiesContainer": {
2910
- padding: "8px",
2911
- top: "37px",
2912
- position: "absolute",
2913
- display: "flex",
2914
- flexDirection: "column",
2915
- width: "100%",
2916
- maxHeight: "fit-content",
2917
- zIndex: "1000",
2918
- gap: "2px",
2919
- background: o.vars.palette.background.default,
2920
- boxShadow: o.customShadows?.z2,
2921
- "& .M4LAreasViewer-windowToastiesContainerTostys": {
2922
- boxSizing: "border-box",
2923
- overflow: "auto",
2924
- display: "flex",
2925
- flexDirection: "column",
2926
- width: "100%",
2927
- maxHeight: "128px",
2928
- "& .M4LAreasViewer-windowToastyContainer": {
2929
- background: o.vars.palette.patronus?.middleYellow[10],
2930
- borderRadius: "4px",
2931
- padding: "0px 0px 0px 0px",
2932
- width: "100%",
2933
- boxShadow: o.customShadows?.z2,
2934
- gap: "4px",
2935
- position: "relative",
2936
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
2937
- padding: "4px",
2938
- display: "flex",
2939
- flexDirection: "column",
2940
- gap: "4px",
2941
- borderRadius: "0px 4px 4px 0px"
2942
- },
2943
- "& .M4LAreasViewer-windowToastyMessage": {
2944
- display: "flex",
2945
- alignItems: "center",
2946
- padding: "8px",
2947
- ...o.colorSchemes.finalTheme.typography.body,
2948
- color: o.vars.palette.patronus?.onyx[60],
2949
- position: "relative",
2950
- "& .MuiLinearProgress-root": {
2951
- position: "absolute",
2952
- width: "100%",
2953
- top: "0px",
2954
- left: "0px",
2955
- background: o.vars.palette.state.active12,
2956
- "& .MuiLinearProgress-bar1Determinate .MuiLinearProgress-barColorPrimary": {
2957
- transform: "translateX(100%)"
2958
- }
2959
- }
2960
- },
2961
- "&.M4LAreasViewer-error": {
2962
- background: o.vars.palette.patronus?.desertBeige[10],
2963
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
2964
- background: o.vars.palette.error.main,
2965
- "& .M4LIcon-icon": {
2966
- backgroundColor: o.vars.palette.patronus?.marbleLight[40]
2967
- },
2968
- "& .M4LAreasViewer-pinIn": {
2969
- background: o.vars.palette.state.error.hover,
2970
- boxShadow: o.vars.customShadows.z1,
2971
- border: "none"
2972
- },
2973
- "& .M4LIconButton-root:hover": {
2974
- background: o.vars.palette.state.error.hover
2975
- }
2976
- }
2977
- },
2978
- "&.M4LAreasViewer-info": {
2979
- background: o.vars.palette.patronus?.crayonBlue[10],
2980
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
2981
- background: o.vars.palette.info.main,
2982
- "& .M4LIcon-icon": {
2983
- backgroundColor: o.vars.palette.patronus?.marbleLight[40]
2984
- },
2985
- "& .M4LAreasViewer-pinIn": {
2986
- background: o.vars.palette.state.info.hover,
2987
- boxShadow: o.vars.customShadows.z1,
2988
- border: "none"
2989
- },
2990
- "& .M4LIconButton-root:hover": {
2991
- background: o.vars.palette.state.info.hover
2992
- }
2993
- }
2994
- },
2995
- "&.M4LAreasViewer-warning": {
2996
- background: o.vars.palette.patronus?.middleYellow[10],
2997
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
2998
- background: o.vars.palette.warning.main,
2999
- "& .M4LIcon-icon": {
3000
- backgroundColor: o.vars.palette.patronus?.onyx[50]
3001
- },
3002
- "& .M4LAreasViewer-pinIn": {
3003
- background: o.vars.palette.state.warning.hover,
3004
- boxShadow: o.vars.customShadows.z1,
3005
- border: "none"
3006
- },
3007
- "& .M4LIconButton-root:hover": {
3008
- background: o.vars.palette.state.warning.hover
3009
- }
3010
- }
3011
- },
3012
- "&.M4LAreasViewer-success ": {
3013
- background: o.vars.palette.patronus?.acidGreen[10],
3014
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
3015
- background: o.vars.palette.success.main,
3016
- "& .M4LIcon-icon": {
3017
- backgroundColor: o.vars.palette.patronus?.onyx[50]
3018
- },
3019
- "& .M4LAreasViewer-pinIn": {
3020
- background: o.vars.palette.state.success.hover,
3021
- boxShadow: o.vars.customShadows.z1,
3022
- border: "none"
3023
- },
3024
- "& .M4LIconButton-root:hover": {
3025
- background: o.vars.palette.state.success.hover
3026
- }
3027
- }
3028
- }
3029
- }
3030
- }
3031
- },
3032
2905
  "& .M4LAreasViewer-windowContent": {
3033
2906
  padding: "16px",
3034
2907
  background: o.vars.palette.background.default,
@@ -3065,7 +2938,7 @@ const c = (o) => ({
3065
2938
  alignItems: "center",
3066
2939
  padding: "0 16px",
3067
2940
  "& .MuiLinearProgress-root": {
3068
- background: r(o.colorSchemes.finalTheme.palette.state.active, 0.3)
2941
+ background: `rgba(${o.colorSchemes.finalTheme.palette.state.active} / 0.3)`
3069
2942
  }
3070
2943
  }
3071
2944
  },
@@ -3241,7 +3114,7 @@ const c = (o) => ({
3241
3114
  "& .M4LAreasViewer-windowRootContainer": {
3242
3115
  boxShadow: o.customShadows?.z2,
3243
3116
  border: "1.5px solid",
3244
- borderColor: r(o.colorSchemes.finalTheme.palette.state.active, 0.5),
3117
+ borderColor: `rgba(${o.colorSchemes.finalTheme.palette.state.active} / 0.5)`,
3245
3118
  "& .M4LAreasViewer-windowHeader": {
3246
3119
  background: o.vars.palette.state.active12,
3247
3120
  borderTopLeftRadius: "4px",
@@ -3374,7 +3247,7 @@ const c = (o) => ({
3374
3247
  }
3375
3248
  },
3376
3249
  "& .MuiBackdrop-root": {
3377
- background: r(`${o.colorSchemes.finalTheme.palette.patronus?.onyx[60]}`, 0.8)
3250
+ background: e(`${o.colorSchemes.finalTheme.palette.patronus?.onyx[60]}`, 0.8)
3378
3251
  },
3379
3252
  "&:not(.M4LAreasViewer-loading)": {
3380
3253
  "& .M4LinearProgressIndeterminate-root": {
@@ -3460,7 +3333,7 @@ const c = (o) => ({
3460
3333
  }
3461
3334
  }
3462
3335
  }
3463
- }), C = (o) => ({
3336
+ }), y = (o) => ({
3464
3337
  M4LAppBar: {
3465
3338
  styleOverrides: {
3466
3339
  "&.M4LAppBar-root": {
@@ -3575,7 +3448,7 @@ const c = (o) => ({
3575
3448
  }
3576
3449
  }
3577
3450
  }
3578
- }), k = (o) => ({
3451
+ }), f = (o) => ({
3579
3452
  M4LAvatar: {
3580
3453
  styleOverrides: {
3581
3454
  "&.M4LAvatar-root": {
@@ -3589,8 +3462,8 @@ const c = (o) => ({
3589
3462
  width: "28px !important",
3590
3463
  height: "28px !important",
3591
3464
  borderRadius: "4px",
3592
- background: e.blazeOrange[50],
3593
- color: e.marbleLight[30],
3465
+ background: r.blazeOrange[50],
3466
+ color: r.marbleLight[30],
3594
3467
  boxShadow: o.vars.customShadows.z1,
3595
3468
  ...o.typography.subtitle
3596
3469
  },
@@ -3614,7 +3487,7 @@ const c = (o) => ({
3614
3487
  }
3615
3488
  }
3616
3489
  }
3617
- }), S = (o) => ({
3490
+ }), w = (o) => ({
3618
3491
  M4LAccountPopover: {
3619
3492
  styleOverrides: {
3620
3493
  "&.M4LAccountPopover-root": {
@@ -3893,7 +3766,7 @@ const c = (o) => ({
3893
3766
  }
3894
3767
  }
3895
3768
  }
3896
- }), B = (o) => ({
3769
+ }), m = (o) => ({
3897
3770
  M4LModuleLayout: {
3898
3771
  styleOverrides: {
3899
3772
  "&.M4LModuleLayout-root": {
@@ -3910,7 +3783,7 @@ const c = (o) => ({
3910
3783
  }
3911
3784
  }
3912
3785
  }
3913
- }), I = (o) => ({
3786
+ }), C = (o) => ({
3914
3787
  M4LMasterDetailLayout: {
3915
3788
  styleOverrides: {
3916
3789
  "&.M4LMasterDetailLayout-root": {
@@ -3943,7 +3816,7 @@ const c = (o) => ({
3943
3816
  }
3944
3817
  }
3945
3818
  }
3946
- }), T = (o) => ({
3819
+ }), k = (o) => ({
3947
3820
  M4LSplitLayout: {
3948
3821
  styleOverrides: {
3949
3822
  "&.M4LSplitLayout-root": {
@@ -4064,7 +3937,7 @@ const c = (o) => ({
4064
3937
  }
4065
3938
  }
4066
3939
  }
4067
- }), R = (o) => ({
3940
+ }), S = (o) => ({
4068
3941
  M4LCommonActions: {
4069
3942
  styleOverrides: {
4070
3943
  "&.M4LCommonActions-root": {
@@ -4077,7 +3950,7 @@ const c = (o) => ({
4077
3950
  }
4078
3951
  }
4079
3952
  }
4080
- }), A = (o) => ({
3953
+ }), B = (o) => ({
4081
3954
  M4LinearProgressIndeterminate: {
4082
3955
  styleOverrides: {
4083
3956
  "&.M4LinearProgressIndeterminate-root": {
@@ -4131,7 +4004,7 @@ const c = (o) => ({
4131
4004
  }
4132
4005
  }
4133
4006
  }
4134
- }), P = (o) => ({
4007
+ }), I = (o) => ({
4135
4008
  M4LPropertyValue: {
4136
4009
  styleOverrides: {
4137
4010
  "&.M4LPropertyValue-root": {
@@ -4233,7 +4106,7 @@ const c = (o) => ({
4233
4106
  }
4234
4107
  }
4235
4108
  }
4236
- }), D = (o) => ({
4109
+ }), T = (o) => ({
4237
4110
  M4LTab: {
4238
4111
  styleOverrides: {
4239
4112
  "&.M4LTab-root": {
@@ -4296,7 +4169,7 @@ const c = (o) => ({
4296
4169
  }
4297
4170
  }
4298
4171
  }
4299
- }), H = (o) => ({
4172
+ }), R = (o) => ({
4300
4173
  M4LAccordion: {
4301
4174
  styleOverrides: {
4302
4175
  "&.M4LAccordion-root": {
@@ -4437,7 +4310,7 @@ const c = (o) => ({
4437
4310
  }
4438
4311
  }
4439
4312
  }
4440
- }), W = (o) => ({
4313
+ }), A = (o) => ({
4441
4314
  M4LRHFormProvider: {
4442
4315
  styleOverrides: {
4443
4316
  "&.M4LRHFormProvider-root": {
@@ -4452,7 +4325,7 @@ const c = (o) => ({
4452
4325
  }
4453
4326
  }
4454
4327
  }
4455
- }), O = (o) => ({
4328
+ }), P = (o) => ({
4456
4329
  M4LPeriod: {
4457
4330
  styleOverrides: {
4458
4331
  "&.M4LPeriod-root": {
@@ -4632,7 +4505,7 @@ const c = (o) => ({
4632
4505
  }
4633
4506
  }
4634
4507
  }
4635
- }), z = (o) => ({
4508
+ }), D = (o) => ({
4636
4509
  M4LModalDialog: {
4637
4510
  styleOverrides: {
4638
4511
  "&.M4LModal-root": {
@@ -4758,7 +4631,7 @@ const c = (o) => ({
4758
4631
  }
4759
4632
  }
4760
4633
  }
4761
- }), V = (o) => ({
4634
+ }), H = (o) => ({
4762
4635
  M4LPaperForm: {
4763
4636
  styleOverrides: {
4764
4637
  "&.M4LPaperForm-root": {
@@ -4807,7 +4680,7 @@ const c = (o) => ({
4807
4680
  }
4808
4681
  }
4809
4682
  }
4810
- }), G = (o) => ({
4683
+ }), W = (o) => ({
4811
4684
  M4LTooltip: {
4812
4685
  styleOverrides: {
4813
4686
  "&.M4LTooltip-root": {
@@ -4822,13 +4695,13 @@ const c = (o) => ({
4822
4695
  height: "fit-content",
4823
4696
  minHeight: "24px",
4824
4697
  width: "fit-content",
4825
- color: e.marbleLight[30],
4698
+ color: r.marbleLight[30],
4826
4699
  ...o.colorSchemes.finalTheme.typography.body
4827
4700
  }
4828
4701
  }
4829
4702
  }
4830
4703
  }
4831
- }), F = (o) => ({
4704
+ }), O = (o) => ({
4832
4705
  M4LBadge: {
4833
4706
  styleOverrides: {
4834
4707
  "&.M4LBadge-root": {
@@ -4859,7 +4732,7 @@ const c = (o) => ({
4859
4732
  }
4860
4733
  }
4861
4734
  }
4862
- }), j = (o) => (console.log("Test media query", o.typography.body), {
4735
+ }), z = (o) => (console.log("Test media query", o.typography.body), {
4863
4736
  M4LDataGrid: {
4864
4737
  styleOverrides: {
4865
4738
  "&.M4LDataGrid-root": {
@@ -5206,7 +5079,7 @@ const c = (o) => ({
5206
5079
  }
5207
5080
  }
5208
5081
  }
5209
- }), N = (o) => ({
5082
+ }), V = (o) => ({
5210
5083
  M4LPager: {
5211
5084
  styleOverrides: {
5212
5085
  "&.M4LPager-root": {
@@ -5313,7 +5186,7 @@ const c = (o) => ({
5313
5186
  }
5314
5187
  }
5315
5188
  }
5316
- }), E = (o) => ({
5189
+ }), G = (o) => ({
5317
5190
  M4LCheckBox: {
5318
5191
  styleOverrides: {
5319
5192
  "&.M4LCheckBox-root": {
@@ -5387,7 +5260,7 @@ const c = (o) => ({
5387
5260
  }
5388
5261
  }
5389
5262
  }
5390
- }), $ = (o) => ({
5263
+ }), F = (o) => ({
5391
5264
  M4LStack: {
5392
5265
  styleOverrides: {
5393
5266
  "&.M4LStack-root": {
@@ -5400,7 +5273,7 @@ const c = (o) => ({
5400
5273
  }
5401
5274
  }
5402
5275
  }
5403
- }), _ = (o) => ({
5276
+ }), j = (o) => ({
5404
5277
  M4LTabs: {
5405
5278
  styleOverrides: {
5406
5279
  "&.M4LTabs-root": {
@@ -5440,7 +5313,7 @@ const c = (o) => ({
5440
5313
  }
5441
5314
  }
5442
5315
  }
5443
- }), U = (o) => ({
5316
+ }), N = (o) => ({
5444
5317
  M4LNoItemSelected: {
5445
5318
  styleOverrides: {
5446
5319
  "&.M4LNoItemSelected-root": {
@@ -5460,7 +5333,7 @@ const c = (o) => ({
5460
5333
  }
5461
5334
  }
5462
5335
  }
5463
- }), q = (o) => ({
5336
+ }), E = (o) => ({
5464
5337
  M4LScrollBar: {
5465
5338
  styleOverrides: {
5466
5339
  "&.M4LScrollBar-root": {
@@ -5495,7 +5368,7 @@ const c = (o) => ({
5495
5368
  }
5496
5369
  }
5497
5370
  }
5498
- }), Y = (o) => ({
5371
+ }), $ = (o) => ({
5499
5372
  M4LGridLayout: {
5500
5373
  styleOverrides: {
5501
5374
  "&.M4LGridLayout-root": {
@@ -5503,7 +5376,7 @@ const c = (o) => ({
5503
5376
  }
5504
5377
  }
5505
5378
  }
5506
- }), X = (o) => ({
5379
+ }), U = (o) => ({
5507
5380
  M4LTabContent: {
5508
5381
  styleOverrides: {
5509
5382
  "&.M4LTabContent-root": {
@@ -5534,7 +5407,7 @@ const c = (o) => ({
5534
5407
  }
5535
5408
  }
5536
5409
  }
5537
- }), J = (o) => ({
5410
+ }), _ = (o) => ({
5538
5411
  M4LMenuActions: {
5539
5412
  styleOverrides: {
5540
5413
  "&.M4LMenuActions-root": {
@@ -5568,7 +5441,7 @@ const c = (o) => ({
5568
5441
  }
5569
5442
  }
5570
5443
  }
5571
- }), K = (o) => ({
5444
+ }), q = (o) => ({
5572
5445
  M4LPrintingSystem: {
5573
5446
  styleOverrides: {
5574
5447
  "&.M4LPrintingSystem-root": {
@@ -5750,7 +5623,7 @@ const c = (o) => ({
5750
5623
  }
5751
5624
  }
5752
5625
  }
5753
- }), Q = (o) => ({
5626
+ }), J = (o) => ({
5754
5627
  M4LFormatter: {
5755
5628
  styleOverrides: {
5756
5629
  "&.M4LFormatter-root": {
@@ -5767,7 +5640,7 @@ const c = (o) => ({
5767
5640
  }
5768
5641
  }
5769
5642
  }
5770
- }), Z = (o) => ({
5643
+ }), K = (o) => ({
5771
5644
  M4LoadingError: {
5772
5645
  styleOverrides: {
5773
5646
  "&.M4LoadingError-root": {
@@ -5826,7 +5699,7 @@ const c = (o) => ({
5826
5699
  }
5827
5700
  }
5828
5701
  }
5829
- }), oo = (o) => ({
5702
+ }), Q = (o) => ({
5830
5703
  M4LMFLoader: {
5831
5704
  styleOverrides: {
5832
5705
  "&.M4LMFLoader-root": {
@@ -5845,7 +5718,7 @@ const c = (o) => ({
5845
5718
  }
5846
5719
  }
5847
5720
  }
5848
- }), to = (o) => ({
5721
+ }), X = (o) => ({
5849
5722
  M4LLoadingButton: {
5850
5723
  styleOverrides: {
5851
5724
  "&.M4LLoadingButton-root": {
@@ -6077,85 +5950,7 @@ const c = (o) => ({
6077
5950
  }
6078
5951
  }
6079
5952
  }
6080
- }), ro = (o) => ({
6081
- M4LToastContainer: {
6082
- styleOverrides: {
6083
- "&.M4LToastContainer-root": {
6084
- width: "100%",
6085
- height: "100%",
6086
- position: "relative",
6087
- "& .Toastify": {
6088
- "& .Toastify__toast-container": {
6089
- display: "flex",
6090
- flexDirection: "column",
6091
- gap: "16px",
6092
- "& .Toastify__toast": {
6093
- padding: "8px",
6094
- marginBottom: "0px",
6095
- backgroundColor: o.vars.palette.background.default,
6096
- boxShadow: o.customShadows?.z2,
6097
- minHeight: "54px !important",
6098
- "& .Toastify__toast-body": {
6099
- margin: "0px",
6100
- padding: "0px",
6101
- "& .Toastify__toast-icon": {
6102
- display: "none"
6103
- },
6104
- "& .M4LToastContainer-toastMessageContainer": {
6105
- display: "flex",
6106
- alignItems: "center",
6107
- gap: "10px",
6108
- "& .M4LToastContainer-toastMessageIcon": {
6109
- height: "22px",
6110
- width: "22px",
6111
- display: "flex",
6112
- alignItems: "center",
6113
- justifyContent: "center",
6114
- borderRadius: "2px"
6115
- },
6116
- "& .M4LToastContainer-toastMessageInfo": {
6117
- ...o.colorSchemes.finalTheme.typography.bodyDens,
6118
- color: o.vars.palette.text.primary
6119
- }
6120
- }
6121
- },
6122
- "& .Toastify__close-button": {
6123
- margin: "auto auto",
6124
- "& > svg": {
6125
- fill: o.vars.palette.text.primary
6126
- }
6127
- },
6128
- "&.Toastify__toast--info": {
6129
- "& .Toastify__toast-body": {
6130
- "& .M4LToastContainer-toastMessageContainer": {
6131
- "& .M4LToastContainer-toastMessageIcon": {
6132
- background: `${o.vars.palette.state.info.normal} !important`
6133
- }
6134
- }
6135
- }
6136
- },
6137
- "&.Toastify__toast--success": {
6138
- "& .M4LToastContainer-toastMessageIcon": {
6139
- background: `${o.vars.palette.state.success.normal} !important`
6140
- }
6141
- },
6142
- "&.Toastify__toast--warning": {
6143
- "& .M4LToastContainer-toastMessageIcon": {
6144
- background: `${o.vars.palette.state.warning.normal} !important`
6145
- }
6146
- },
6147
- "&.Toastify__toast--error": {
6148
- "& .M4LToastContainer-toastMessageIcon": {
6149
- background: `${o.vars.palette.state.error.normal} !important`
6150
- }
6151
- }
6152
- }
6153
- }
6154
- }
6155
- }
6156
- }
6157
- }
6158
- }), eo = (o) => ({
5953
+ }), Y = (o) => ({
6159
5954
  M4LPDFViewer: {
6160
5955
  styleOverrides: {
6161
5956
  "&.M4LPDFViewer-root": {
@@ -6170,7 +5965,7 @@ const c = (o) => ({
6170
5965
  }
6171
5966
  }
6172
5967
  }
6173
- }), ao = (o) => ({
5968
+ }), Z = (o) => ({
6174
5969
  M4LTopBar: {
6175
5970
  styleOverrides: {
6176
5971
  "&.M4LTopBar-root": {
@@ -6233,7 +6028,7 @@ const c = (o) => ({
6233
6028
  }
6234
6029
  }
6235
6030
  }
6236
- }), io = (o) => ({
6031
+ }), oo = (o) => ({
6237
6032
  M4LAppBarCommercial: {
6238
6033
  styleOverrides: {
6239
6034
  "&.M4LAppBarCommercial-root": {
@@ -6254,7 +6049,7 @@ const c = (o) => ({
6254
6049
  }
6255
6050
  }
6256
6051
  }
6257
- }), no = (o) => ({
6052
+ }), to = (o) => ({
6258
6053
  M4LSectionCommercial: {
6259
6054
  styleOverrides: {
6260
6055
  "&.M4LSectionCommercial-root": {
@@ -6273,7 +6068,7 @@ const c = (o) => ({
6273
6068
  }
6274
6069
  }
6275
6070
  }
6276
- }), po = (o) => ({
6071
+ }), ro = (o) => ({
6277
6072
  M4LHamburgerMenuCommercial: {
6278
6073
  styleOverrides: {
6279
6074
  "&.M4LHamburgerMenuCommercial-root": {
@@ -6283,7 +6078,7 @@ const c = (o) => ({
6283
6078
  }
6284
6079
  }
6285
6080
  }
6286
- }), so = (o) => ({
6081
+ }), eo = (o) => ({
6287
6082
  M4LFieldLabel: {
6288
6083
  styleOverrides: {
6289
6084
  "&.M4LFieldLabel-root": {
@@ -6306,7 +6101,7 @@ const c = (o) => ({
6306
6101
  }
6307
6102
  }
6308
6103
  }
6309
- }), lo = (o) => ({
6104
+ }), ao = (o) => ({
6310
6105
  M4LMap: {
6311
6106
  styleOverrides: {
6312
6107
  "&.M4LMap-root": {
@@ -6555,7 +6350,7 @@ const c = (o) => ({
6555
6350
  }
6556
6351
  }
6557
6352
  }
6558
- }), co = (o) => ({
6353
+ }), io = (o) => ({
6559
6354
  M4LMapGpsTools: {
6560
6355
  styleOverrides: {
6561
6356
  "&.M4LMapGpsTools-gpsToolsRoot": {
@@ -6612,58 +6407,57 @@ const c = (o) => ({
6612
6407
  }
6613
6408
  });
6614
6409
  export {
6615
- lo as $,
6616
- H as A,
6617
- O as B,
6618
- z as C,
6619
- V as D,
6620
- G as E,
6621
- N as F,
6622
- E as G,
6623
- $ as H,
6624
- _ as I,
6625
- U as J,
6626
- q as K,
6627
- Y as L,
6628
- to as M,
6629
- X as N,
6630
- J as O,
6631
- K as P,
6632
- Q,
6633
- Z as R,
6634
- oo as S,
6635
- ro as T,
6636
- eo as U,
6637
- ao as V,
6638
- io as W,
6639
- no as X,
6640
- po as Y,
6641
- so as Z,
6642
- co as _,
6643
- W as a,
6644
- c as b,
6645
- g as c,
6646
- x as d,
6647
- u as e,
6648
- y as f,
6649
- b as g,
6650
- F as h,
6651
- M as i,
6652
- j,
6653
- L as k,
6654
- v as l,
6655
- h as m,
6656
- f as n,
6657
- C as o,
6658
- w as p,
6659
- m as q,
6660
- k as r,
6661
- S as s,
6662
- B as t,
6663
- I as u,
6664
- T as v,
6665
- R as w,
6666
- A as x,
6667
- P as y,
6668
- D as z
6410
+ R as A,
6411
+ P as B,
6412
+ D as C,
6413
+ H as D,
6414
+ W as E,
6415
+ V as F,
6416
+ G,
6417
+ F as H,
6418
+ j as I,
6419
+ N as J,
6420
+ E as K,
6421
+ $ as L,
6422
+ X as M,
6423
+ U as N,
6424
+ _ as O,
6425
+ q as P,
6426
+ J as Q,
6427
+ K as R,
6428
+ Q as S,
6429
+ Y as T,
6430
+ Z as U,
6431
+ oo as V,
6432
+ to as W,
6433
+ ro as X,
6434
+ eo as Y,
6435
+ io as Z,
6436
+ ao as _,
6437
+ A as a,
6438
+ p as b,
6439
+ d as c,
6440
+ l as d,
6441
+ s as e,
6442
+ M as f,
6443
+ c as g,
6444
+ O as h,
6445
+ g as i,
6446
+ z as j,
6447
+ x as k,
6448
+ u as l,
6449
+ b as m,
6450
+ L as n,
6451
+ y as o,
6452
+ v as p,
6453
+ h as q,
6454
+ f as r,
6455
+ w as s,
6456
+ m as t,
6457
+ C as u,
6458
+ k as v,
6459
+ S as w,
6460
+ B as x,
6461
+ I as y,
6462
+ T as z
6669
6463
  };