@m4l/styles 1.0.9 → 2.0.1

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,7 +1,11 @@
1
1
  import { alpha as t } from "@mui/material/styles";
2
- import { alpha as r } from "@mui/system";
3
- import { P as e } from "../../palette.287635f2.js";
4
- const p = (o) => ({
2
+ import { alpha as e } from "@mui/system";
3
+ import "../../defaultThemeOptions.d580f3ec.js";
4
+ import "../../shadows.e0c009ff.js";
5
+ import { P as r } from "../../palette.287635f2.js";
6
+ import "../../typography.947dc33f.js";
7
+ import "@mui/material";
8
+ const c = (o) => ({
5
9
  M4LIcon: {
6
10
  styleOverrides: {
7
11
  ["&.M4LIcon-root"]: {
@@ -50,7 +54,7 @@ const p = (o) => ({
50
54
  }
51
55
  }
52
56
  }
53
- }), d = (o) => ({
57
+ }), g = (o) => ({
54
58
  M4LIconButton: {
55
59
  styleOverrides: {
56
60
  ["&.M4LIconButton-root"]: {
@@ -185,7 +189,7 @@ const p = (o) => ({
185
189
  }
186
190
  }
187
191
  }
188
- }), s = (o) => ({
192
+ }), x = (o) => ({
189
193
  M4LanguagePopover: {
190
194
  styleOverrides: {
191
195
  ["&.M4LanguagePopover-root"]: {
@@ -206,7 +210,7 @@ const p = (o) => ({
206
210
  }
207
211
  }
208
212
  }
209
- }), l = (o) => ({
213
+ }), u = (o) => ({
210
214
  M4LImageButton: {
211
215
  styleOverrides: {
212
216
  ["&.M4LImageButton-root"]: {
@@ -260,7 +264,7 @@ const p = (o) => ({
260
264
  }
261
265
  }
262
266
  }
263
- }), c = (o) => ({
267
+ }), b = (o) => ({
264
268
  M4LImage: {
265
269
  styleOverrides: {
266
270
  ["&.M4LImage-root"]: {
@@ -271,7 +275,7 @@ const p = (o) => ({
271
275
  }
272
276
  }
273
277
  }
274
- }), g = (o) => ({
278
+ }), M = (o) => ({
275
279
  M4LPopover: {
276
280
  styleOverrides: {
277
281
  "&.M4LPopover-root": {
@@ -362,7 +366,7 @@ const p = (o) => ({
362
366
  }
363
367
  }
364
368
  }
365
- }), x = (o) => ({
369
+ }), L = (o) => ({
366
370
  M4LErrorLabel: {
367
371
  styleOverrides: {
368
372
  ["&.M4LHelperText-root"]: {
@@ -381,7 +385,7 @@ const p = (o) => ({
381
385
  }
382
386
  }
383
387
  }
384
- }), u = (o) => ({
388
+ }), v = (o) => ({
385
389
  M4LTypography: {
386
390
  styleOverrides: {
387
391
  ["&.M4LTypography-root"]: {
@@ -393,7 +397,7 @@ const p = (o) => ({
393
397
  }
394
398
  }
395
399
  }
396
- }), b = (o) => ({
400
+ }), h = (o) => ({
397
401
  M4LButton: {
398
402
  styleOverrides: {
399
403
  "&.M4LButton-root": {
@@ -626,7 +630,7 @@ const p = (o) => ({
626
630
  }
627
631
  }
628
632
  }
629
- }), M = (o) => ({
633
+ }), y = (o) => ({
630
634
  M4LNavLink: {
631
635
  styleOverrides: {
632
636
  ["&.M4LNavLink-root"]: {
@@ -646,7 +650,7 @@ const p = (o) => ({
646
650
  }
647
651
  }
648
652
  }
649
- }), L = (o) => ({
653
+ }), f = (o) => ({
650
654
  M4LSideBar: {
651
655
  styleOverrides: {
652
656
  "&.M4LSideBar-root": {
@@ -2348,7 +2352,7 @@ const p = (o) => ({
2348
2352
  }
2349
2353
  }
2350
2354
  }
2351
- }), v = (o) => ({
2355
+ }), w = (o) => ({
2352
2356
  M4LAreasAdmin: {
2353
2357
  styleOverrides: {
2354
2358
  "&.M4LAreasAdmin-root": {
@@ -2789,7 +2793,7 @@ const p = (o) => ({
2789
2793
  }
2790
2794
  }
2791
2795
  }
2792
- }), h = (o) => ({
2796
+ }), m = (o) => ({
2793
2797
  M4LAreasViewer: {
2794
2798
  styleOverrides: {
2795
2799
  "&.M4LAreasViewer-root": {
@@ -2902,129 +2906,6 @@ const p = (o) => ({
2902
2906
  overflow: "visible"
2903
2907
  }
2904
2908
  },
2905
- "& .M4LAreasViewer-windowToastiesContainer": {
2906
- padding: "8px",
2907
- top: "37px",
2908
- position: "absolute",
2909
- display: "flex",
2910
- flexDirection: "column",
2911
- width: "100%",
2912
- maxHeight: "fit-content",
2913
- zIndex: "1000",
2914
- gap: "2px",
2915
- background: o.vars.palette.background.default,
2916
- boxShadow: o.customShadows?.z2,
2917
- "& .M4LAreasViewer-windowToastiesContainerTostys": {
2918
- boxSizing: "border-box",
2919
- overflow: "auto",
2920
- display: "flex",
2921
- flexDirection: "column",
2922
- width: "100%",
2923
- maxHeight: "128px",
2924
- "& .M4LAreasViewer-windowToastyContainer": {
2925
- background: o.vars.palette.patronus?.middleYellow[10],
2926
- borderRadius: "4px",
2927
- padding: "0px 0px 0px 0px",
2928
- width: "100%",
2929
- boxShadow: o.customShadows?.z2,
2930
- gap: "4px",
2931
- position: "relative",
2932
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
2933
- padding: "4px",
2934
- display: "flex",
2935
- flexDirection: "column",
2936
- gap: "4px",
2937
- borderRadius: "0px 4px 4px 0px"
2938
- },
2939
- "& .M4LAreasViewer-windowToastyMessage": {
2940
- display: "flex",
2941
- alignItems: "center",
2942
- padding: "8px",
2943
- ...o.colorSchemes.finalTheme.typography.body,
2944
- color: o.vars.palette.patronus?.onyx[60],
2945
- position: "relative",
2946
- "& .MuiLinearProgress-root": {
2947
- position: "absolute",
2948
- width: "100%",
2949
- top: "0px",
2950
- left: "0px",
2951
- background: o.vars.palette.state.active12,
2952
- "& .MuiLinearProgress-bar1Determinate .MuiLinearProgress-barColorPrimary": {
2953
- transform: "translateX(100%)"
2954
- }
2955
- }
2956
- },
2957
- "&.M4LAreasViewer-error": {
2958
- background: o.vars.palette.patronus?.desertBeige[10],
2959
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
2960
- background: o.vars.palette.error.main,
2961
- "& .M4LIcon-icon": {
2962
- backgroundColor: o.vars.palette.patronus?.marbleLight[40]
2963
- },
2964
- "& .M4LAreasViewer-pinIn": {
2965
- background: o.vars.palette.state.error.hover,
2966
- boxShadow: o.vars.customShadows.z1,
2967
- border: "none"
2968
- },
2969
- "& .M4LIconButton-root:hover": {
2970
- background: o.vars.palette.state.error.hover
2971
- }
2972
- }
2973
- },
2974
- "&.M4LAreasViewer-info": {
2975
- background: o.vars.palette.patronus?.crayonBlue[10],
2976
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
2977
- background: o.vars.palette.info.main,
2978
- "& .M4LIcon-icon": {
2979
- backgroundColor: o.vars.palette.patronus?.marbleLight[40]
2980
- },
2981
- "& .M4LAreasViewer-pinIn": {
2982
- background: o.vars.palette.state.info.hover,
2983
- boxShadow: o.vars.customShadows.z1,
2984
- border: "none"
2985
- },
2986
- "& .M4LIconButton-root:hover": {
2987
- background: o.vars.palette.state.info.hover
2988
- }
2989
- }
2990
- },
2991
- "&.M4LAreasViewer-warning": {
2992
- background: o.vars.palette.patronus?.middleYellow[10],
2993
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
2994
- background: o.vars.palette.warning.main,
2995
- "& .M4LIcon-icon": {
2996
- backgroundColor: o.vars.palette.patronus?.onyx[50]
2997
- },
2998
- "& .M4LAreasViewer-pinIn": {
2999
- background: o.vars.palette.state.warning.hover,
3000
- boxShadow: o.vars.customShadows.z1,
3001
- border: "none"
3002
- },
3003
- "& .M4LIconButton-root:hover": {
3004
- background: o.vars.palette.state.warning.hover
3005
- }
3006
- }
3007
- },
3008
- "&.M4LAreasViewer-success ": {
3009
- background: o.vars.palette.patronus?.acidGreen[10],
3010
- "& .M4LAreasViewer-windowToastyButtonsContainer": {
3011
- background: o.vars.palette.success.main,
3012
- "& .M4LIcon-icon": {
3013
- backgroundColor: o.vars.palette.patronus?.onyx[50]
3014
- },
3015
- "& .M4LAreasViewer-pinIn": {
3016
- background: o.vars.palette.state.success.hover,
3017
- boxShadow: o.vars.customShadows.z1,
3018
- border: "none"
3019
- },
3020
- "& .M4LIconButton-root:hover": {
3021
- background: o.vars.palette.state.success.hover
3022
- }
3023
- }
3024
- }
3025
- }
3026
- }
3027
- },
3028
2909
  "& .M4LAreasViewer-windowContent": {
3029
2910
  padding: "16px",
3030
2911
  background: o.vars.palette.background.default,
@@ -3061,7 +2942,7 @@ const p = (o) => ({
3061
2942
  alignItems: "center",
3062
2943
  padding: "0 16px",
3063
2944
  "& .MuiLinearProgress-root": {
3064
- background: r(o.colorSchemes.finalTheme.palette.state.active, 0.3)
2945
+ background: `rgba(${o.colorSchemes.finalTheme.palette.state.active} / 0.3)`
3065
2946
  }
3066
2947
  }
3067
2948
  },
@@ -3237,7 +3118,7 @@ const p = (o) => ({
3237
3118
  "& .M4LAreasViewer-windowRootContainer": {
3238
3119
  boxShadow: o.customShadows?.z2,
3239
3120
  border: "1.5px solid",
3240
- borderColor: r(o.colorSchemes.finalTheme.palette.state.active, 0.5),
3121
+ borderColor: `rgba(${o.colorSchemes.finalTheme.palette.state.active} / 0.5)`,
3241
3122
  "& .M4LAreasViewer-windowHeader": {
3242
3123
  background: o.vars.palette.state.active12,
3243
3124
  borderTopLeftRadius: "4px",
@@ -3370,7 +3251,7 @@ const p = (o) => ({
3370
3251
  }
3371
3252
  },
3372
3253
  "& .MuiBackdrop-root": {
3373
- background: r(`${o.colorSchemes.finalTheme.palette.patronus?.onyx[60]}`, 0.8)
3254
+ background: e(`${o.colorSchemes.finalTheme.palette.patronus?.onyx[60]}`, 0.8)
3374
3255
  },
3375
3256
  "&:not(.M4LAreasViewer-loading)": {
3376
3257
  "& .M4LinearProgressIndeterminate-root": {
@@ -3456,7 +3337,7 @@ const p = (o) => ({
3456
3337
  }
3457
3338
  }
3458
3339
  }
3459
- }), y = (o) => ({
3340
+ }), C = (o) => ({
3460
3341
  M4LAppBar: {
3461
3342
  styleOverrides: {
3462
3343
  "&.M4LAppBar-root": {
@@ -3571,7 +3452,7 @@ const p = (o) => ({
3571
3452
  }
3572
3453
  }
3573
3454
  }
3574
- }), f = (o) => ({
3455
+ }), k = (o) => ({
3575
3456
  M4LAvatar: {
3576
3457
  styleOverrides: {
3577
3458
  "&.M4LAvatar-root": {
@@ -3585,8 +3466,8 @@ const p = (o) => ({
3585
3466
  width: "28px !important",
3586
3467
  height: "28px !important",
3587
3468
  borderRadius: "4px",
3588
- background: e.blazeOrange[50],
3589
- color: e.marbleLight[30],
3469
+ background: r.blazeOrange[50],
3470
+ color: r.marbleLight[30],
3590
3471
  boxShadow: o.vars.customShadows.z1,
3591
3472
  ...o.typography.subtitle
3592
3473
  },
@@ -3610,7 +3491,7 @@ const p = (o) => ({
3610
3491
  }
3611
3492
  }
3612
3493
  }
3613
- }), w = (o) => ({
3494
+ }), S = (o) => ({
3614
3495
  M4LAccountPopover: {
3615
3496
  styleOverrides: {
3616
3497
  "&.M4LAccountPopover-root": {
@@ -3889,7 +3770,7 @@ const p = (o) => ({
3889
3770
  }
3890
3771
  }
3891
3772
  }
3892
- }), m = (o) => ({
3773
+ }), B = (o) => ({
3893
3774
  M4LModuleLayout: {
3894
3775
  styleOverrides: {
3895
3776
  "&.M4LModuleLayout-root": {
@@ -3906,7 +3787,7 @@ const p = (o) => ({
3906
3787
  }
3907
3788
  }
3908
3789
  }
3909
- }), C = (o) => ({
3790
+ }), I = (o) => ({
3910
3791
  M4LMasterDetailLayout: {
3911
3792
  styleOverrides: {
3912
3793
  "&.M4LMasterDetailLayout-root": {
@@ -3939,7 +3820,7 @@ const p = (o) => ({
3939
3820
  }
3940
3821
  }
3941
3822
  }
3942
- }), k = (o) => ({
3823
+ }), T = (o) => ({
3943
3824
  M4LSplitLayout: {
3944
3825
  styleOverrides: {
3945
3826
  "&.M4LSplitLayout-root": {
@@ -4060,7 +3941,7 @@ const p = (o) => ({
4060
3941
  }
4061
3942
  }
4062
3943
  }
4063
- }), S = (o) => ({
3944
+ }), R = (o) => ({
4064
3945
  M4LCommonActions: {
4065
3946
  styleOverrides: {
4066
3947
  "&.M4LCommonActions-root": {
@@ -4073,7 +3954,7 @@ const p = (o) => ({
4073
3954
  }
4074
3955
  }
4075
3956
  }
4076
- }), B = (o) => ({
3957
+ }), A = (o) => ({
4077
3958
  M4LinearProgressIndeterminate: {
4078
3959
  styleOverrides: {
4079
3960
  "&.M4LinearProgressIndeterminate-root": {
@@ -4127,7 +4008,7 @@ const p = (o) => ({
4127
4008
  }
4128
4009
  }
4129
4010
  }
4130
- }), I = (o) => ({
4011
+ }), P = (o) => ({
4131
4012
  M4LPropertyValue: {
4132
4013
  styleOverrides: {
4133
4014
  "&.M4LPropertyValue-root": {
@@ -4229,7 +4110,7 @@ const p = (o) => ({
4229
4110
  }
4230
4111
  }
4231
4112
  }
4232
- }), T = (o) => ({
4113
+ }), D = (o) => ({
4233
4114
  M4LTab: {
4234
4115
  styleOverrides: {
4235
4116
  "&.M4LTab-root": {
@@ -4292,7 +4173,7 @@ const p = (o) => ({
4292
4173
  }
4293
4174
  }
4294
4175
  }
4295
- }), R = (o) => ({
4176
+ }), H = (o) => ({
4296
4177
  M4LAccordion: {
4297
4178
  styleOverrides: {
4298
4179
  "&.M4LAccordion-root": {
@@ -4433,7 +4314,7 @@ const p = (o) => ({
4433
4314
  }
4434
4315
  }
4435
4316
  }
4436
- }), A = (o) => ({
4317
+ }), W = (o) => ({
4437
4318
  M4LRHFormProvider: {
4438
4319
  styleOverrides: {
4439
4320
  "&.M4LRHFormProvider-root": {
@@ -4448,7 +4329,7 @@ const p = (o) => ({
4448
4329
  }
4449
4330
  }
4450
4331
  }
4451
- }), P = (o) => ({
4332
+ }), O = (o) => ({
4452
4333
  M4LPeriod: {
4453
4334
  styleOverrides: {
4454
4335
  "&.M4LPeriod-root": {
@@ -4628,7 +4509,7 @@ const p = (o) => ({
4628
4509
  }
4629
4510
  }
4630
4511
  }
4631
- }), D = (o) => ({
4512
+ }), z = (o) => ({
4632
4513
  M4LModalDialog: {
4633
4514
  styleOverrides: {
4634
4515
  "&.M4LModal-root": {
@@ -4754,7 +4635,7 @@ const p = (o) => ({
4754
4635
  }
4755
4636
  }
4756
4637
  }
4757
- }), H = (o) => ({
4638
+ }), V = (o) => ({
4758
4639
  M4LPaperForm: {
4759
4640
  styleOverrides: {
4760
4641
  "&.M4LPaperForm-root": {
@@ -4803,7 +4684,7 @@ const p = (o) => ({
4803
4684
  }
4804
4685
  }
4805
4686
  }
4806
- }), W = (o) => ({
4687
+ }), G = (o) => ({
4807
4688
  M4LTooltip: {
4808
4689
  styleOverrides: {
4809
4690
  "&.M4LTooltip-root": {
@@ -4818,13 +4699,13 @@ const p = (o) => ({
4818
4699
  height: "fit-content",
4819
4700
  minHeight: "24px",
4820
4701
  width: "fit-content",
4821
- color: e.marbleLight[30],
4702
+ color: r.marbleLight[30],
4822
4703
  ...o.colorSchemes.finalTheme.typography.body
4823
4704
  }
4824
4705
  }
4825
4706
  }
4826
4707
  }
4827
- }), O = (o) => ({
4708
+ }), F = (o) => ({
4828
4709
  M4LBadge: {
4829
4710
  styleOverrides: {
4830
4711
  "&.M4LBadge-root": {
@@ -4855,7 +4736,7 @@ const p = (o) => ({
4855
4736
  }
4856
4737
  }
4857
4738
  }
4858
- }), z = (o) => (console.log("Test media query", o.typography.body), {
4739
+ }), j = (o) => (console.log("Test media query", o.typography.body), {
4859
4740
  M4LDataGrid: {
4860
4741
  styleOverrides: {
4861
4742
  "&.M4LDataGrid-root": {
@@ -5202,7 +5083,7 @@ const p = (o) => ({
5202
5083
  }
5203
5084
  }
5204
5085
  }
5205
- }), V = (o) => ({
5086
+ }), N = (o) => ({
5206
5087
  M4LPager: {
5207
5088
  styleOverrides: {
5208
5089
  "&.M4LPager-root": {
@@ -5309,7 +5190,7 @@ const p = (o) => ({
5309
5190
  }
5310
5191
  }
5311
5192
  }
5312
- }), G = (o) => ({
5193
+ }), E = (o) => ({
5313
5194
  M4LCheckBox: {
5314
5195
  styleOverrides: {
5315
5196
  "&.M4LCheckBox-root": {
@@ -5383,7 +5264,7 @@ const p = (o) => ({
5383
5264
  }
5384
5265
  }
5385
5266
  }
5386
- }), F = (o) => ({
5267
+ }), $ = (o) => ({
5387
5268
  M4LStack: {
5388
5269
  styleOverrides: {
5389
5270
  "&.M4LStack-root": {
@@ -5396,7 +5277,7 @@ const p = (o) => ({
5396
5277
  }
5397
5278
  }
5398
5279
  }
5399
- }), j = (o) => ({
5280
+ }), U = (o) => ({
5400
5281
  M4LTabs: {
5401
5282
  styleOverrides: {
5402
5283
  "&.M4LTabs-root": {
@@ -5436,7 +5317,7 @@ const p = (o) => ({
5436
5317
  }
5437
5318
  }
5438
5319
  }
5439
- }), N = (o) => ({
5320
+ }), _ = (o) => ({
5440
5321
  M4LNoItemSelected: {
5441
5322
  styleOverrides: {
5442
5323
  "&.M4LNoItemSelected-root": {
@@ -5456,7 +5337,7 @@ const p = (o) => ({
5456
5337
  }
5457
5338
  }
5458
5339
  }
5459
- }), E = (o) => ({
5340
+ }), q = (o) => ({
5460
5341
  M4LScrollBar: {
5461
5342
  styleOverrides: {
5462
5343
  "&.M4LScrollBar-root": {
@@ -5491,7 +5372,7 @@ const p = (o) => ({
5491
5372
  }
5492
5373
  }
5493
5374
  }
5494
- }), $ = (o) => ({
5375
+ }), J = (o) => ({
5495
5376
  M4LGridLayout: {
5496
5377
  styleOverrides: {
5497
5378
  "&.M4LGridLayout-root": {
@@ -5499,7 +5380,7 @@ const p = (o) => ({
5499
5380
  }
5500
5381
  }
5501
5382
  }
5502
- }), _ = (o) => ({
5383
+ }), K = (o) => ({
5503
5384
  M4LTabContent: {
5504
5385
  styleOverrides: {
5505
5386
  "&.M4LTabContent-root": {
@@ -5530,7 +5411,7 @@ const p = (o) => ({
5530
5411
  }
5531
5412
  }
5532
5413
  }
5533
- }), U = (o) => ({
5414
+ }), Q = (o) => ({
5534
5415
  M4LMenuActions: {
5535
5416
  styleOverrides: {
5536
5417
  "&.M4LMenuActions-root": {
@@ -5564,7 +5445,7 @@ const p = (o) => ({
5564
5445
  }
5565
5446
  }
5566
5447
  }
5567
- }), q = (o) => ({
5448
+ }), X = (o) => ({
5568
5449
  M4LPrintingSystem: {
5569
5450
  styleOverrides: {
5570
5451
  "&.M4LPrintingSystem-root": {
@@ -5763,7 +5644,7 @@ const p = (o) => ({
5763
5644
  }
5764
5645
  }
5765
5646
  }
5766
- }), X = (o) => ({
5647
+ }), Z = (o) => ({
5767
5648
  M4LoadingError: {
5768
5649
  styleOverrides: {
5769
5650
  "&.M4LoadingError-root": {
@@ -5822,7 +5703,7 @@ const p = (o) => ({
5822
5703
  }
5823
5704
  }
5824
5705
  }
5825
- }), J = (o) => ({
5706
+ }), oo = (o) => ({
5826
5707
  M4LMFLoader: {
5827
5708
  styleOverrides: {
5828
5709
  "&.M4LMFLoader-root": {
@@ -5841,7 +5722,7 @@ const p = (o) => ({
5841
5722
  }
5842
5723
  }
5843
5724
  }
5844
- }), K = (o) => ({
5725
+ }), to = (o) => ({
5845
5726
  M4LLoadingButton: {
5846
5727
  styleOverrides: {
5847
5728
  "&.M4LLoadingButton-root": {
@@ -6073,85 +5954,7 @@ const p = (o) => ({
6073
5954
  }
6074
5955
  }
6075
5956
  }
6076
- }), Q = (o) => ({
6077
- M4LToastContainer: {
6078
- styleOverrides: {
6079
- "&.M4LToastContainer-root": {
6080
- width: "100%",
6081
- height: "100%",
6082
- position: "relative",
6083
- "& .Toastify": {
6084
- "& .Toastify__toast-container": {
6085
- display: "flex",
6086
- flexDirection: "column",
6087
- gap: "16px",
6088
- "& .Toastify__toast": {
6089
- padding: "8px",
6090
- marginBottom: "0px",
6091
- backgroundColor: o.vars.palette.background.default,
6092
- boxShadow: o.customShadows?.z2,
6093
- minHeight: "54px !important",
6094
- "& .Toastify__toast-body": {
6095
- margin: "0px",
6096
- padding: "0px",
6097
- "& .Toastify__toast-icon": {
6098
- display: "none"
6099
- },
6100
- "& .M4LToastContainer-toastMessageContainer": {
6101
- display: "flex",
6102
- alignItems: "center",
6103
- gap: "10px",
6104
- "& .M4LToastContainer-toastMessageIcon": {
6105
- height: "22px",
6106
- width: "22px",
6107
- display: "flex",
6108
- alignItems: "center",
6109
- justifyContent: "center",
6110
- borderRadius: "2px"
6111
- },
6112
- "& .M4LToastContainer-toastMessageInfo": {
6113
- ...o.colorSchemes.finalTheme.typography.bodyDens,
6114
- color: o.vars.palette.text.primary
6115
- }
6116
- }
6117
- },
6118
- "& .Toastify__close-button": {
6119
- margin: "auto auto",
6120
- "& > svg": {
6121
- fill: o.vars.palette.text.primary
6122
- }
6123
- },
6124
- "&.Toastify__toast--info": {
6125
- "& .Toastify__toast-body": {
6126
- "& .M4LToastContainer-toastMessageContainer": {
6127
- "& .M4LToastContainer-toastMessageIcon": {
6128
- background: `${o.vars.palette.state.info.normal} !important`
6129
- }
6130
- }
6131
- }
6132
- },
6133
- "&.Toastify__toast--success": {
6134
- "& .M4LToastContainer-toastMessageIcon": {
6135
- background: `${o.vars.palette.state.success.normal} !important`
6136
- }
6137
- },
6138
- "&.Toastify__toast--warning": {
6139
- "& .M4LToastContainer-toastMessageIcon": {
6140
- background: `${o.vars.palette.state.warning.normal} !important`
6141
- }
6142
- },
6143
- "&.Toastify__toast--error": {
6144
- "& .M4LToastContainer-toastMessageIcon": {
6145
- background: `${o.vars.palette.state.error.normal} !important`
6146
- }
6147
- }
6148
- }
6149
- }
6150
- }
6151
- }
6152
- }
6153
- }
6154
- }), Z = (o) => ({
5957
+ }), ro = (o) => ({
6155
5958
  M4LPDFViewer: {
6156
5959
  styleOverrides: {
6157
5960
  "&.M4LPDFViewer-root": {
@@ -6166,7 +5969,7 @@ const p = (o) => ({
6166
5969
  }
6167
5970
  }
6168
5971
  }
6169
- }), oo = (o) => ({
5972
+ }), eo = (o) => ({
6170
5973
  M4LTopBar: {
6171
5974
  styleOverrides: {
6172
5975
  "&.M4LTopBar-root": {
@@ -6229,7 +6032,7 @@ const p = (o) => ({
6229
6032
  }
6230
6033
  }
6231
6034
  }
6232
- }), to = (o) => ({
6035
+ }), ao = (o) => ({
6233
6036
  M4LAppBarCommercial: {
6234
6037
  styleOverrides: {
6235
6038
  "&.M4LAppBarCommercial-root": {
@@ -6250,7 +6053,7 @@ const p = (o) => ({
6250
6053
  }
6251
6054
  }
6252
6055
  }
6253
- }), ro = (o) => ({
6056
+ }), io = (o) => ({
6254
6057
  M4LSectionCommercial: {
6255
6058
  styleOverrides: {
6256
6059
  "&.M4LSectionCommercial-root": {
@@ -6269,7 +6072,7 @@ const p = (o) => ({
6269
6072
  }
6270
6073
  }
6271
6074
  }
6272
- }), eo = (o) => ({
6075
+ }), no = (o) => ({
6273
6076
  M4LHamburgerMenuCommercial: {
6274
6077
  styleOverrides: {
6275
6078
  "&.M4LHamburgerMenuCommercial-root": {
@@ -6279,7 +6082,7 @@ const p = (o) => ({
6279
6082
  }
6280
6083
  }
6281
6084
  }
6282
- }), ao = (o) => ({
6085
+ }), po = (o) => ({
6283
6086
  M4LFieldLabel: {
6284
6087
  styleOverrides: {
6285
6088
  "&.M4LFieldLabel-root": {
@@ -6302,7 +6105,7 @@ const p = (o) => ({
6302
6105
  }
6303
6106
  }
6304
6107
  }
6305
- }), io = (o) => ({
6108
+ }), lo = (o) => ({
6306
6109
  M4LMap: {
6307
6110
  styleOverrides: {
6308
6111
  "&.M4LMap-root": {
@@ -6551,7 +6354,7 @@ const p = (o) => ({
6551
6354
  }
6552
6355
  }
6553
6356
  }
6554
- }), no = (o) => ({
6357
+ }), so = (o) => ({
6555
6358
  M4LMapGpsTools: {
6556
6359
  styleOverrides: {
6557
6360
  "&.M4LMapGpsTools-gpsToolsRoot": {
@@ -6608,58 +6411,57 @@ const p = (o) => ({
6608
6411
  }
6609
6412
  });
6610
6413
  export {
6611
- io as $,
6612
- R as A,
6613
- P as B,
6614
- D as C,
6615
- H as D,
6616
- W as E,
6617
- V as F,
6618
- G,
6619
- F as H,
6620
- j as I,
6621
- N as J,
6622
- E as K,
6623
- $ as L,
6624
- K as M,
6625
- _ as N,
6626
- U as O,
6627
- q as P,
6414
+ H as A,
6415
+ O as B,
6416
+ z as C,
6417
+ V as D,
6418
+ G as E,
6419
+ N as F,
6420
+ E as G,
6421
+ $ as H,
6422
+ U as I,
6423
+ _ as J,
6424
+ q as K,
6425
+ J as L,
6426
+ to as M,
6427
+ K as N,
6428
+ Q as O,
6429
+ X as P,
6628
6430
  Y as Q,
6629
- X as R,
6630
- J as S,
6631
- Q as T,
6632
- Z as U,
6633
- oo as V,
6634
- to as W,
6635
- ro as X,
6636
- eo as Y,
6637
- ao as Z,
6638
- no as _,
6639
- A as a,
6640
- p as b,
6641
- d as c,
6642
- s as d,
6643
- l as e,
6644
- M as f,
6645
- c as g,
6646
- O as h,
6647
- g as i,
6648
- z as j,
6649
- x as k,
6650
- u as l,
6651
- b as m,
6652
- L as n,
6653
- y as o,
6654
- v as p,
6655
- h as q,
6656
- f as r,
6657
- w as s,
6658
- m as t,
6659
- C as u,
6660
- k as v,
6661
- S as w,
6662
- B as x,
6663
- I as y,
6664
- T as z
6431
+ Z as R,
6432
+ oo as S,
6433
+ ro as T,
6434
+ eo as U,
6435
+ ao as V,
6436
+ io as W,
6437
+ no as X,
6438
+ po as Y,
6439
+ so as Z,
6440
+ lo as _,
6441
+ W as a,
6442
+ c as b,
6443
+ g as c,
6444
+ x as d,
6445
+ u as e,
6446
+ y as f,
6447
+ b as g,
6448
+ F as h,
6449
+ M as i,
6450
+ j,
6451
+ L as k,
6452
+ v as l,
6453
+ h as m,
6454
+ f as n,
6455
+ C as o,
6456
+ w as p,
6457
+ m as q,
6458
+ k as r,
6459
+ S as s,
6460
+ B as t,
6461
+ I as u,
6462
+ T as v,
6463
+ R as w,
6464
+ A as x,
6465
+ P as y,
6466
+ D as z
6665
6467
  };