@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.
- package/index.js +47 -47
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.cc70c82e.js → defaultThemeOptions.d580f3ec.js} +8 -5
- package/theme/index.16e25179.js +7 -0
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +0 -122
- package/theme/overrides/M4LExtendedComponents/{index.a1f65f10.js → index.79301515.js} +116 -314
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +9 -1
- package/theme/overrides/M4LRHFComponents/{index.3599b255.js → index.a4e93e8e.js} +18 -4
- package/theme/overrides/{index.f76e2bb0.js → index.11f693b6.js} +14 -15
- package/theme/{typography.616cfe0c.js → typography.947dc33f.js} +31 -24
- package/types/augmentations.d.ts +137 -137
- package/utils/{getColorState.7cbf2219.js → getColorState.18b61422.js} +9 -4
- package/vite-env.d.ts +3 -3
- package/theme/index.34d0fdea.js +0 -1
- package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +0 -79
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { Theme, CssVarsTheme } from '@mui/material/styles';
|
|
2
|
-
export declare const M4LToastContainer: (theme: Omit<Theme, "palette" | "applyStyles"> & CssVarsTheme) => {
|
|
3
|
-
M4LToastContainer: {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
'&.M4LToastContainer-root': {
|
|
6
|
-
width: string;
|
|
7
|
-
height: string;
|
|
8
|
-
position: string;
|
|
9
|
-
'& .Toastify': {
|
|
10
|
-
'& .Toastify__toast-container': {
|
|
11
|
-
display: string;
|
|
12
|
-
flexDirection: string;
|
|
13
|
-
gap: string;
|
|
14
|
-
'& .Toastify__toast': {
|
|
15
|
-
padding: string;
|
|
16
|
-
marginBottom: string;
|
|
17
|
-
backgroundColor: string;
|
|
18
|
-
boxShadow: string;
|
|
19
|
-
minHeight: string;
|
|
20
|
-
'& .Toastify__toast-body': {
|
|
21
|
-
margin: string;
|
|
22
|
-
padding: string;
|
|
23
|
-
'& .Toastify__toast-icon': {
|
|
24
|
-
display: string;
|
|
25
|
-
};
|
|
26
|
-
'& .M4LToastContainer-toastMessageContainer': {
|
|
27
|
-
display: string;
|
|
28
|
-
alignItems: string;
|
|
29
|
-
gap: string;
|
|
30
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
31
|
-
height: string;
|
|
32
|
-
width: string;
|
|
33
|
-
display: string;
|
|
34
|
-
alignItems: string;
|
|
35
|
-
justifyContent: string;
|
|
36
|
-
borderRadius: string;
|
|
37
|
-
};
|
|
38
|
-
'& .M4LToastContainer-toastMessageInfo': {
|
|
39
|
-
color: string;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
'& .Toastify__close-button': {
|
|
44
|
-
margin: string;
|
|
45
|
-
'& > svg': {
|
|
46
|
-
fill: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
'&.Toastify__toast--info': {
|
|
50
|
-
'& .Toastify__toast-body': {
|
|
51
|
-
'& .M4LToastContainer-toastMessageContainer': {
|
|
52
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
53
|
-
background: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
'&.Toastify__toast--success': {
|
|
59
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
60
|
-
background: string;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
'&.Toastify__toast--warning': {
|
|
64
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
65
|
-
background: string;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
'&.Toastify__toast--error': {
|
|
69
|
-
'& .M4LToastContainer-toastMessageIcon': {
|
|
70
|
-
background: string;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
};
|