@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.
- package/index.js +46 -46
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.d580f3ec.js → defaultThemeOptions.cc70c82e.js} +5 -8
- package/theme/index.34d0fdea.js +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +0 -122
- package/theme/overrides/M4LExtendedComponents/{index.8c011674.js → index.8f549882.js} +114 -320
- package/theme/overrides/{index.781cfe02.js → index.3234140e.js} +13 -14
- package/theme/{typography.947dc33f.js → typography.616cfe0c.js} +24 -31
- package/types/augmentations.d.ts +137 -144
- package/types/index.d.ts +1 -1
- package/types/types.d.ts +29 -24
- package/utils/{getColorState.18b61422.js → getColorState.7cbf2219.js} +4 -9
- package/vite-env.d.ts +3 -3
- package/theme/index.16e25179.js +0 -7
- 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
|
-
};
|