@m4l/styles 2.0.3 → 3.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.
- package/index.js +30 -49
- package/package.json +1 -1
- package/theme/defaultThemeOptions-BlJvKCE6.js +24 -0
- package/theme/index-l0sNRNKZ.js +1 -0
- package/theme/index.d.ts +0 -3
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +17 -17
- package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +7 -12
- package/theme/overrides/M4LExtendedComponents/M4LAppBarCommercial.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +33 -33
- package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +7 -7
- package/theme/overrides/M4LExtendedComponents/M4LCommonActions.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LErrorLabel.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LFieldLabel.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LGridLayout.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LHamburgerMenuCommercial.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +4 -4
- package/theme/overrides/M4LExtendedComponents/M4LImageButton.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +6 -6
- package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +41 -41
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LScrollBar.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +7 -7
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LanguagePopover.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +15 -15
- package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/{index.79301515.js → index-Cf72RC_D.js} +785 -477
- package/theme/overrides/M4LRHFComponents/M4LRHFCheckbox.d.ts +1 -1
- package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +1 -1
- package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +1 -1
- package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +2 -2
- package/theme/overrides/M4LRHFComponents/{index.38639c1b.js → index-BRZVeOM5.js} +229 -151
- package/theme/overrides/MUIComponents/Avatar.d.ts +1 -1
- package/theme/overrides/MUIComponents/Button.d.ts +1 -1
- package/theme/overrides/MUIComponents/ButtonGroup.d.ts +1 -1
- package/theme/overrides/MUIComponents/Pagination.d.ts +1 -1
- package/theme/overrides/MUIComponents/Paper.d.ts +1 -1
- package/theme/overrides/MUIComponents/ToggleButton.d.ts +2 -2
- package/theme/overrides/MUIComponents/{index.5c43e3b5.js → index-XoLdmZP6.js} +121 -70
- package/theme/overrides/{index.78952902.js → index-DrDgOdnk.js} +9 -3
- package/theme/palette/baseColors.d.ts +2 -0
- package/theme/palette/baseOpacityColors.d.ts +2 -0
- package/theme/palette/commonColors.d.ts +2 -0
- package/theme/palette/greyPalette.d.ts +2 -0
- package/theme/palette/index.d.ts +6 -0
- package/theme/palette/palette.d.ts +6 -0
- package/theme/palette/presetColors.d.ts +5 -0
- package/theme/palette/stateColors.d.ts +2 -0
- package/theme/palette-DM0gXxA2.js +584 -0
- package/theme/{shadows.e0c009ff.js → shadows-GTYqExFA.js} +19 -18
- package/theme/{typography.947dc33f.js → typography-BsOO459U.js} +34 -31
- package/types/augmentations.d.ts +144 -137
- package/types/types.d.ts +48 -25
- package/utils/getColorPresets-CXZaM9oS.js +14 -0
- package/utils/getColorPresets.d.ts +4 -9
- package/utils/{getFontValue.88831637.js → getFontValue-BEO-XID9.js} +8 -5
- package/utils/index.d.ts +0 -1
- package/vite-env.d.ts +3 -3
- package/theme/defaultThemeOptions.d580f3ec.js +0 -34
- package/theme/index.16e25179.js +0 -7
- package/theme/palette.287635f2.js +0 -438
- package/theme/palette.d.ts +0 -231
- package/utils/getColorPresets.a96a4046.js +0 -76
- package/utils/getColorState.18b61422.js +0 -256
- package/utils/getColorState.d.ts +0 -26
- /package/{config.5405b46b.js → config-CoeBxEZB.js} +0 -0
- /package/utils/{useResponsive.2c45e8e0.js → useResponsive-DaeQVwlH.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LAreasAdmin: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LAreasAdmin: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LAreasAdmin: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LAreasAdmin-root': {
|
|
@@ -559,7 +559,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
559
559
|
justifyContent: string;
|
|
560
560
|
display: string;
|
|
561
561
|
alignItems: string;
|
|
562
|
-
color: string
|
|
562
|
+
color: string;
|
|
563
563
|
};
|
|
564
564
|
'& .M4LIconButton-root': {
|
|
565
565
|
[x: string]: {
|
|
@@ -671,7 +671,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
671
671
|
justifyContent: string;
|
|
672
672
|
display: string;
|
|
673
673
|
alignItems: string;
|
|
674
|
-
color: string
|
|
674
|
+
color: string;
|
|
675
675
|
};
|
|
676
676
|
'& .M4LIconButton-root': {
|
|
677
677
|
[x: string]: {
|
|
@@ -1015,7 +1015,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
1015
1015
|
justifyContent: string;
|
|
1016
1016
|
display: string;
|
|
1017
1017
|
alignItems: string;
|
|
1018
|
-
color: string
|
|
1018
|
+
color: string;
|
|
1019
1019
|
};
|
|
1020
1020
|
'& .M4LIconButton-root': {
|
|
1021
1021
|
[x: string]: {
|
|
@@ -1127,7 +1127,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
1127
1127
|
justifyContent: string;
|
|
1128
1128
|
display: string;
|
|
1129
1129
|
alignItems: string;
|
|
1130
|
-
color: string
|
|
1130
|
+
color: string;
|
|
1131
1131
|
};
|
|
1132
1132
|
'& .M4LIconButton-root': {
|
|
1133
1133
|
[x: string]: {
|
|
@@ -1608,7 +1608,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
1608
1608
|
justifyContent: string;
|
|
1609
1609
|
display: string;
|
|
1610
1610
|
alignItems: string;
|
|
1611
|
-
color: string
|
|
1611
|
+
color: string;
|
|
1612
1612
|
};
|
|
1613
1613
|
'& .M4LIconButton-root': {
|
|
1614
1614
|
[x: string]: {
|
|
@@ -1720,7 +1720,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
1720
1720
|
justifyContent: string;
|
|
1721
1721
|
display: string;
|
|
1722
1722
|
alignItems: string;
|
|
1723
|
-
color: string
|
|
1723
|
+
color: string;
|
|
1724
1724
|
};
|
|
1725
1725
|
'& .M4LIconButton-root': {
|
|
1726
1726
|
[x: string]: {
|
|
@@ -2064,7 +2064,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
2064
2064
|
justifyContent: string;
|
|
2065
2065
|
display: string;
|
|
2066
2066
|
alignItems: string;
|
|
2067
|
-
color: string
|
|
2067
|
+
color: string;
|
|
2068
2068
|
};
|
|
2069
2069
|
'& .M4LIconButton-root': {
|
|
2070
2070
|
[x: string]: {
|
|
@@ -2176,7 +2176,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
2176
2176
|
justifyContent: string;
|
|
2177
2177
|
display: string;
|
|
2178
2178
|
alignItems: string;
|
|
2179
|
-
color: string
|
|
2179
|
+
color: string;
|
|
2180
2180
|
};
|
|
2181
2181
|
'& .M4LIconButton-root': {
|
|
2182
2182
|
[x: string]: {
|
|
@@ -2801,7 +2801,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
2801
2801
|
justifyContent: string;
|
|
2802
2802
|
display: string;
|
|
2803
2803
|
alignItems: string;
|
|
2804
|
-
color: string
|
|
2804
|
+
color: string;
|
|
2805
2805
|
};
|
|
2806
2806
|
'& .M4LIconButton-root': {
|
|
2807
2807
|
[x: string]: {
|
|
@@ -2913,7 +2913,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
2913
2913
|
justifyContent: string;
|
|
2914
2914
|
display: string;
|
|
2915
2915
|
alignItems: string;
|
|
2916
|
-
color: string
|
|
2916
|
+
color: string;
|
|
2917
2917
|
};
|
|
2918
2918
|
'& .M4LIconButton-root': {
|
|
2919
2919
|
[x: string]: {
|
|
@@ -3257,7 +3257,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
3257
3257
|
justifyContent: string;
|
|
3258
3258
|
display: string;
|
|
3259
3259
|
alignItems: string;
|
|
3260
|
-
color: string
|
|
3260
|
+
color: string;
|
|
3261
3261
|
};
|
|
3262
3262
|
'& .M4LIconButton-root': {
|
|
3263
3263
|
[x: string]: {
|
|
@@ -3369,7 +3369,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
3369
3369
|
justifyContent: string;
|
|
3370
3370
|
display: string;
|
|
3371
3371
|
alignItems: string;
|
|
3372
|
-
color: string
|
|
3372
|
+
color: string;
|
|
3373
3373
|
};
|
|
3374
3374
|
'& .M4LIconButton-root': {
|
|
3375
3375
|
[x: string]: {
|
|
@@ -3850,7 +3850,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
3850
3850
|
justifyContent: string;
|
|
3851
3851
|
display: string;
|
|
3852
3852
|
alignItems: string;
|
|
3853
|
-
color: string
|
|
3853
|
+
color: string;
|
|
3854
3854
|
};
|
|
3855
3855
|
'& .M4LIconButton-root': {
|
|
3856
3856
|
[x: string]: {
|
|
@@ -3962,7 +3962,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
3962
3962
|
justifyContent: string;
|
|
3963
3963
|
display: string;
|
|
3964
3964
|
alignItems: string;
|
|
3965
|
-
color: string
|
|
3965
|
+
color: string;
|
|
3966
3966
|
};
|
|
3967
3967
|
'& .M4LIconButton-root': {
|
|
3968
3968
|
[x: string]: {
|
|
@@ -4306,7 +4306,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
4306
4306
|
justifyContent: string;
|
|
4307
4307
|
display: string;
|
|
4308
4308
|
alignItems: string;
|
|
4309
|
-
color: string
|
|
4309
|
+
color: string;
|
|
4310
4310
|
};
|
|
4311
4311
|
'& .M4LIconButton-root': {
|
|
4312
4312
|
[x: string]: {
|
|
@@ -4418,7 +4418,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
4418
4418
|
justifyContent: string;
|
|
4419
4419
|
display: string;
|
|
4420
4420
|
alignItems: string;
|
|
4421
|
-
color: string
|
|
4421
|
+
color: string;
|
|
4422
4422
|
};
|
|
4423
4423
|
'& .M4LIconButton-root': {
|
|
4424
4424
|
[x: string]: {
|
|
@@ -5066,7 +5066,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
5066
5066
|
justifyContent: string;
|
|
5067
5067
|
display: string;
|
|
5068
5068
|
alignItems: string;
|
|
5069
|
-
color: string
|
|
5069
|
+
color: string;
|
|
5070
5070
|
};
|
|
5071
5071
|
'& .M4LIconButton-root': {
|
|
5072
5072
|
[x: string]: {
|
|
@@ -5178,7 +5178,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
5178
5178
|
justifyContent: string;
|
|
5179
5179
|
display: string;
|
|
5180
5180
|
alignItems: string;
|
|
5181
|
-
color: string
|
|
5181
|
+
color: string;
|
|
5182
5182
|
};
|
|
5183
5183
|
'& .M4LIconButton-root': {
|
|
5184
5184
|
[x: string]: {
|
|
@@ -5522,7 +5522,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
5522
5522
|
justifyContent: string;
|
|
5523
5523
|
display: string;
|
|
5524
5524
|
alignItems: string;
|
|
5525
|
-
color: string
|
|
5525
|
+
color: string;
|
|
5526
5526
|
};
|
|
5527
5527
|
'& .M4LIconButton-root': {
|
|
5528
5528
|
[x: string]: {
|
|
@@ -5634,7 +5634,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
5634
5634
|
justifyContent: string;
|
|
5635
5635
|
display: string;
|
|
5636
5636
|
alignItems: string;
|
|
5637
|
-
color: string
|
|
5637
|
+
color: string;
|
|
5638
5638
|
};
|
|
5639
5639
|
'& .M4LIconButton-root': {
|
|
5640
5640
|
[x: string]: {
|
|
@@ -6115,7 +6115,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
6115
6115
|
justifyContent: string;
|
|
6116
6116
|
display: string;
|
|
6117
6117
|
alignItems: string;
|
|
6118
|
-
color: string
|
|
6118
|
+
color: string;
|
|
6119
6119
|
};
|
|
6120
6120
|
'& .M4LIconButton-root': {
|
|
6121
6121
|
[x: string]: {
|
|
@@ -6227,7 +6227,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
6227
6227
|
justifyContent: string;
|
|
6228
6228
|
display: string;
|
|
6229
6229
|
alignItems: string;
|
|
6230
|
-
color: string
|
|
6230
|
+
color: string;
|
|
6231
6231
|
};
|
|
6232
6232
|
'& .M4LIconButton-root': {
|
|
6233
6233
|
[x: string]: {
|
|
@@ -6571,7 +6571,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
6571
6571
|
justifyContent: string;
|
|
6572
6572
|
display: string;
|
|
6573
6573
|
alignItems: string;
|
|
6574
|
-
color: string
|
|
6574
|
+
color: string;
|
|
6575
6575
|
};
|
|
6576
6576
|
'& .M4LIconButton-root': {
|
|
6577
6577
|
[x: string]: {
|
|
@@ -6683,7 +6683,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
6683
6683
|
justifyContent: string;
|
|
6684
6684
|
display: string;
|
|
6685
6685
|
alignItems: string;
|
|
6686
|
-
color: string
|
|
6686
|
+
color: string;
|
|
6687
6687
|
};
|
|
6688
6688
|
'& .M4LIconButton-root': {
|
|
6689
6689
|
[x: string]: {
|
|
@@ -7308,7 +7308,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
7308
7308
|
justifyContent: string;
|
|
7309
7309
|
display: string;
|
|
7310
7310
|
alignItems: string;
|
|
7311
|
-
color: string
|
|
7311
|
+
color: string;
|
|
7312
7312
|
};
|
|
7313
7313
|
'& .M4LIconButton-root': {
|
|
7314
7314
|
[x: string]: {
|
|
@@ -7420,7 +7420,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
7420
7420
|
justifyContent: string;
|
|
7421
7421
|
display: string;
|
|
7422
7422
|
alignItems: string;
|
|
7423
|
-
color: string
|
|
7423
|
+
color: string;
|
|
7424
7424
|
};
|
|
7425
7425
|
'& .M4LIconButton-root': {
|
|
7426
7426
|
[x: string]: {
|
|
@@ -7764,7 +7764,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
7764
7764
|
justifyContent: string;
|
|
7765
7765
|
display: string;
|
|
7766
7766
|
alignItems: string;
|
|
7767
|
-
color: string
|
|
7767
|
+
color: string;
|
|
7768
7768
|
};
|
|
7769
7769
|
'& .M4LIconButton-root': {
|
|
7770
7770
|
[x: string]: {
|
|
@@ -7876,7 +7876,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
7876
7876
|
justifyContent: string;
|
|
7877
7877
|
display: string;
|
|
7878
7878
|
alignItems: string;
|
|
7879
|
-
color: string
|
|
7879
|
+
color: string;
|
|
7880
7880
|
};
|
|
7881
7881
|
'& .M4LIconButton-root': {
|
|
7882
7882
|
[x: string]: {
|
|
@@ -8357,7 +8357,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
8357
8357
|
justifyContent: string;
|
|
8358
8358
|
display: string;
|
|
8359
8359
|
alignItems: string;
|
|
8360
|
-
color: string
|
|
8360
|
+
color: string;
|
|
8361
8361
|
};
|
|
8362
8362
|
'& .M4LIconButton-root': {
|
|
8363
8363
|
[x: string]: {
|
|
@@ -8469,7 +8469,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
8469
8469
|
justifyContent: string;
|
|
8470
8470
|
display: string;
|
|
8471
8471
|
alignItems: string;
|
|
8472
|
-
color: string
|
|
8472
|
+
color: string;
|
|
8473
8473
|
};
|
|
8474
8474
|
'& .M4LIconButton-root': {
|
|
8475
8475
|
[x: string]: {
|
|
@@ -8813,7 +8813,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
8813
8813
|
justifyContent: string;
|
|
8814
8814
|
display: string;
|
|
8815
8815
|
alignItems: string;
|
|
8816
|
-
color: string
|
|
8816
|
+
color: string;
|
|
8817
8817
|
};
|
|
8818
8818
|
'& .M4LIconButton-root': {
|
|
8819
8819
|
[x: string]: {
|
|
@@ -8925,7 +8925,7 @@ export declare const M4LAreasAdmin: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
8925
8925
|
justifyContent: string;
|
|
8926
8926
|
display: string;
|
|
8927
8927
|
alignItems: string;
|
|
8928
|
-
color: string
|
|
8928
|
+
color: string;
|
|
8929
8929
|
};
|
|
8930
8930
|
'& .M4LIconButton-root': {
|
|
8931
8931
|
[x: string]: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LBadge: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LBadge: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LBadge: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LBadge-root': {
|
|
@@ -24,7 +24,7 @@ export declare const M4LBadge: (theme: Omit<Theme, "palette" | "applyStyles"> &
|
|
|
24
24
|
height: string;
|
|
25
25
|
top: string;
|
|
26
26
|
right: string;
|
|
27
|
-
color: string
|
|
27
|
+
color: string;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LButton: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LButton: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LButton: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LButton-root': {
|
|
@@ -104,24 +104,24 @@ export declare const M4LButton: (theme: Omit<Theme, "palette" | "applyStyles"> &
|
|
|
104
104
|
};
|
|
105
105
|
'&.M4LButton-variantContained': {
|
|
106
106
|
backgroundColor: string;
|
|
107
|
-
color: string
|
|
107
|
+
color: string;
|
|
108
108
|
boxShadow: string;
|
|
109
109
|
position: string;
|
|
110
110
|
'& .M4LIcon-icon': {
|
|
111
|
-
backgroundColor: string
|
|
111
|
+
backgroundColor: string;
|
|
112
112
|
};
|
|
113
113
|
'&:hover': {
|
|
114
114
|
backgroundColor: string;
|
|
115
|
-
color: string
|
|
115
|
+
color: string;
|
|
116
116
|
'& .M4LIcon-icon': {
|
|
117
|
-
backgroundColor: string
|
|
117
|
+
backgroundColor: string;
|
|
118
118
|
};
|
|
119
119
|
};
|
|
120
120
|
'&.Mui-focusVisible': {
|
|
121
121
|
backgroundColor: string;
|
|
122
|
-
color: string
|
|
122
|
+
color: string;
|
|
123
123
|
'& .M4LIcon-icon': {
|
|
124
|
-
backgroundColor: string
|
|
124
|
+
backgroundColor: string;
|
|
125
125
|
};
|
|
126
126
|
'&::before': {
|
|
127
127
|
content: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LCommonActions: (_theme: Omit<Theme,
|
|
2
|
+
export declare const M4LCommonActions: (_theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LCommonActions: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LCommonActions-root': {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LErrorLabel: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LErrorLabel: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LErrorLabel: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
"&.M4LHelperText-root": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LFieldLabel: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LFieldLabel: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LFieldLabel: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LFieldLabel-root': {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LGridLayout: (_theme: Omit<Theme,
|
|
2
|
+
export declare const M4LGridLayout: (_theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LGridLayout: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LGridLayout-root': {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LHamburgerMenuCommercial: (_theme: Omit<Theme,
|
|
2
|
+
export declare const M4LHamburgerMenuCommercial: (_theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LHamburgerMenuCommercial: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LHamburgerMenuCommercial-root': {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LIconButton: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LIconButton: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LIconButton: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
"&.M4LIconButton-root": {
|
|
@@ -47,20 +47,20 @@ export declare const M4LIconButton: (theme: Omit<Theme, "palette" | "applyStyles
|
|
|
47
47
|
'&:hover': {
|
|
48
48
|
backgroundColor: string;
|
|
49
49
|
'& .M4LIcon-icon': {
|
|
50
|
-
backgroundColor: string
|
|
50
|
+
backgroundColor: string;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
'&:active': {
|
|
54
54
|
backgroundColor: string;
|
|
55
55
|
transition: string;
|
|
56
56
|
'& .M4LIcon-icon': {
|
|
57
|
-
backgroundColor: string
|
|
57
|
+
backgroundColor: string;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
60
|
'&.M4LIconButton-isFocus': {
|
|
61
61
|
backgroundColor: string;
|
|
62
62
|
'& .M4LIcon-icon': {
|
|
63
|
-
backgroundColor: string
|
|
63
|
+
backgroundColor: string;
|
|
64
64
|
};
|
|
65
65
|
'&::before': {
|
|
66
66
|
content: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LImageButton: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LImageButton: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LImageButton: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
"&.M4LImageButton-root": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LPaperForm: (theme: Omit<Theme,
|
|
2
|
+
export declare const M4LPaperForm: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
|
|
3
3
|
M4LPaperForm: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LPaperForm-root': {
|
|
@@ -13,7 +13,7 @@ export declare const M4LPaperForm: (theme: Omit<Theme, "palette" | "applyStyles"
|
|
|
13
13
|
'&.M4LPaperForm-isForm .M4LPaperForm-content': {
|
|
14
14
|
gap: string;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
'& .M4LPaperForm-headerContainer': {
|
|
17
17
|
[x: string]: string | {
|
|
18
18
|
height: string;
|
|
19
19
|
minHeight: string;
|
|
@@ -21,7 +21,7 @@ export declare const M4LPaperForm: (theme: Omit<Theme, "palette" | "applyStyles"
|
|
|
21
21
|
color: string;
|
|
22
22
|
display: string;
|
|
23
23
|
gap: string;
|
|
24
|
-
|
|
24
|
+
'& .M4LPaperForm-iconHeaderContainer': {
|
|
25
25
|
margin: string;
|
|
26
26
|
};
|
|
27
27
|
height?: undefined;
|
|
@@ -35,16 +35,16 @@ export declare const M4LPaperForm: (theme: Omit<Theme, "palette" | "applyStyles"
|
|
|
35
35
|
borderRadius: string;
|
|
36
36
|
background: string;
|
|
37
37
|
borderBottom: string;
|
|
38
|
-
|
|
38
|
+
'& .M4LPaperForm-iconTitleContainer': {
|
|
39
39
|
color: string;
|
|
40
40
|
display: string;
|
|
41
41
|
gap: string;
|
|
42
|
-
|
|
42
|
+
'& .M4LPaperForm-iconHeaderContainer': {
|
|
43
43
|
margin: string;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
'& .M4LPaperForm-content': {
|
|
48
48
|
display: string;
|
|
49
49
|
flexDirection: string;
|
|
50
50
|
height: string;
|