@m4l/styles 0.0.45 → 0.0.47
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 +3 -3
- package/package.json +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +20 -139
- package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +18 -3
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +71 -9
- package/theme/overrides/M4LExtendedComponents/{index.21173919.js → index.53575c95.js} +102 -40
- package/theme/overrides/MUIComponents/{index.b3f5b7a7.js → index.d2b98b86.js} +41 -98
- package/theme/overrides/index.8e0b0233.js +110 -0
- package/theme/overrides/MUIComponents/Dialog.d.ts +0 -55
- package/theme/overrides/index.1864049e.js +0 -111
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { d as f } from "./theme/defaultThemeOptions.656b9eff.js";
|
|
|
2
2
|
import { c as l, s as g } from "./theme/shadows.86540b18.js";
|
|
3
3
|
import { P as u, p as d } from "./theme/palette.0590e8a6.js";
|
|
4
4
|
import { t as S } from "./theme/typography.ed54f014.js";
|
|
5
|
-
import { f as O } from "./theme/overrides/index.
|
|
5
|
+
import { f as O } from "./theme/overrides/index.8e0b0233.js";
|
|
6
6
|
import { u as b } from "./utils/useResponsive.2c45e8e0.js";
|
|
7
7
|
import { e as h, b as T, c as v, d as w, g as z, a as y, t as F } from "./utils/getColorPresets.2a91ffaf.js";
|
|
8
8
|
import { g as k } from "./utils/getColorState.7b9634af.js";
|
|
@@ -12,8 +12,8 @@ import "@mui/material/styles";
|
|
|
12
12
|
import "@mui/material/useMediaQuery";
|
|
13
13
|
import "@mui/system";
|
|
14
14
|
import "@mui/material";
|
|
15
|
-
import "./theme/overrides/MUIComponents/index.
|
|
16
|
-
import "./theme/overrides/M4LExtendedComponents/index.
|
|
15
|
+
import "./theme/overrides/MUIComponents/index.d2b98b86.js";
|
|
16
|
+
import "./theme/overrides/M4LExtendedComponents/index.53575c95.js";
|
|
17
17
|
import "./theme/overrides/M4LRHFComponents/index.02fada22.js";
|
|
18
18
|
export {
|
|
19
19
|
u as PATRONUSCOLORS,
|
package/package.json
CHANGED
|
@@ -4,145 +4,7 @@ export declare const M4LModalDialog: (theme: Theme) => {
|
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LModal-root': {
|
|
6
6
|
test: string;
|
|
7
|
-
'& .MuiPaper-root
|
|
8
|
-
[x: string]: string | {
|
|
9
|
-
width: string;
|
|
10
|
-
height: string;
|
|
11
|
-
maxHeight: string;
|
|
12
|
-
borderColor: string;
|
|
13
|
-
display?: undefined;
|
|
14
|
-
flexDirection?: undefined;
|
|
15
|
-
justifyContent?: undefined;
|
|
16
|
-
alignItems?: undefined;
|
|
17
|
-
overflow?: undefined;
|
|
18
|
-
background?: undefined;
|
|
19
|
-
boxShadow?: undefined;
|
|
20
|
-
borderRadius?: undefined;
|
|
21
|
-
'& .M4LCommonActions-root'?: undefined;
|
|
22
|
-
'& .M4LModal-containerMassageIlustration'?: undefined;
|
|
23
|
-
'& .M4LModal-headerContainer'?: undefined;
|
|
24
|
-
'& .M4LModal-windowContent'?: undefined;
|
|
25
|
-
} | {
|
|
26
|
-
display: string;
|
|
27
|
-
flexDirection: string;
|
|
28
|
-
width: string;
|
|
29
|
-
height: string;
|
|
30
|
-
maxHeight?: undefined;
|
|
31
|
-
borderColor?: undefined;
|
|
32
|
-
justifyContent?: undefined;
|
|
33
|
-
alignItems?: undefined;
|
|
34
|
-
overflow?: undefined;
|
|
35
|
-
background?: undefined;
|
|
36
|
-
boxShadow?: undefined;
|
|
37
|
-
borderRadius?: undefined;
|
|
38
|
-
'& .M4LCommonActions-root'?: undefined;
|
|
39
|
-
'& .M4LModal-containerMassageIlustration'?: undefined;
|
|
40
|
-
'& .M4LModal-headerContainer'?: undefined;
|
|
41
|
-
'& .M4LModal-windowContent'?: undefined;
|
|
42
|
-
} | {
|
|
43
|
-
display: string;
|
|
44
|
-
flexDirection: string;
|
|
45
|
-
justifyContent: string;
|
|
46
|
-
alignItems: string;
|
|
47
|
-
height: string;
|
|
48
|
-
overflow: string;
|
|
49
|
-
width: string;
|
|
50
|
-
background: string;
|
|
51
|
-
boxShadow: string;
|
|
52
|
-
borderRadius: string;
|
|
53
|
-
'& .M4LCommonActions-root': {
|
|
54
|
-
padding: string;
|
|
55
|
-
margin: string;
|
|
56
|
-
width: string;
|
|
57
|
-
height: string;
|
|
58
|
-
display: string;
|
|
59
|
-
flexDirection: string;
|
|
60
|
-
justifyContent: string;
|
|
61
|
-
gap: string;
|
|
62
|
-
};
|
|
63
|
-
'& .M4LModal-containerMassageIlustration': {
|
|
64
|
-
display: string;
|
|
65
|
-
flexDirection: string;
|
|
66
|
-
justifyContent: string;
|
|
67
|
-
alignItems: string;
|
|
68
|
-
height: string;
|
|
69
|
-
width: string;
|
|
70
|
-
overflow: string;
|
|
71
|
-
gap: string;
|
|
72
|
-
'& .M4LModal-modalContent': {
|
|
73
|
-
display: string;
|
|
74
|
-
flexDirection: string;
|
|
75
|
-
justifyContent: string;
|
|
76
|
-
alignItems: string;
|
|
77
|
-
gap: string;
|
|
78
|
-
'& .M4LModal-illustrationContainer': {
|
|
79
|
-
display: string;
|
|
80
|
-
flexDirection: string;
|
|
81
|
-
justifyContent: string;
|
|
82
|
-
alignItems: string;
|
|
83
|
-
marginBottom: string;
|
|
84
|
-
height: string;
|
|
85
|
-
width: string;
|
|
86
|
-
};
|
|
87
|
-
'& .MuiTypography-subtitle': {
|
|
88
|
-
color: string;
|
|
89
|
-
};
|
|
90
|
-
'& .M4LModal-messageContainer': {
|
|
91
|
-
color: string;
|
|
92
|
-
textAlign: string;
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
'& .M4LModal-headerContainer': {
|
|
97
|
-
display: string;
|
|
98
|
-
alignItems: string;
|
|
99
|
-
justifyContent: string;
|
|
100
|
-
minHeight: string;
|
|
101
|
-
padding: string;
|
|
102
|
-
gap: string;
|
|
103
|
-
cursor: string;
|
|
104
|
-
'& .M4LModal-iconHeader': {
|
|
105
|
-
display: string;
|
|
106
|
-
alignItems: string;
|
|
107
|
-
justifyContent: string;
|
|
108
|
-
};
|
|
109
|
-
'& .M4LModal-titleHeader': {
|
|
110
|
-
width: string;
|
|
111
|
-
whiteSpace: string;
|
|
112
|
-
textOverflow: string;
|
|
113
|
-
overflow: string;
|
|
114
|
-
};
|
|
115
|
-
'& .M4LModal-iconCloseHeader': {};
|
|
116
|
-
};
|
|
117
|
-
'& .M4LModal-windowContent': {
|
|
118
|
-
padding: string;
|
|
119
|
-
width: string;
|
|
120
|
-
height: string;
|
|
121
|
-
display: string;
|
|
122
|
-
flexDirection: string;
|
|
123
|
-
flex: string;
|
|
124
|
-
overflow: string;
|
|
125
|
-
'& .M4LStack-root': {
|
|
126
|
-
gap: string;
|
|
127
|
-
overflow: string;
|
|
128
|
-
};
|
|
129
|
-
};
|
|
130
|
-
maxHeight?: undefined;
|
|
131
|
-
borderColor?: undefined;
|
|
132
|
-
};
|
|
133
|
-
display: string;
|
|
134
|
-
flexDirection: string;
|
|
135
|
-
overflow: string;
|
|
136
|
-
borderRadius: string;
|
|
137
|
-
margin: string;
|
|
138
|
-
width: string;
|
|
139
|
-
height: string;
|
|
140
|
-
maxWidth: string;
|
|
141
|
-
maxHeight: string;
|
|
142
|
-
background: string;
|
|
143
|
-
border: string;
|
|
144
|
-
borderColor: string;
|
|
145
|
-
boxShadow: string;
|
|
7
|
+
'& .MuiPaper-root': {
|
|
146
8
|
'& .M4LModal-windowBaseRoot': {
|
|
147
9
|
display: string;
|
|
148
10
|
flexDirection: string;
|
|
@@ -240,6 +102,25 @@ export declare const M4LModalDialog: (theme: Theme) => {
|
|
|
240
102
|
};
|
|
241
103
|
};
|
|
242
104
|
};
|
|
105
|
+
'& .MuiPaper-root.MuiDialog-paperFullScreen': {
|
|
106
|
+
width: string;
|
|
107
|
+
height: string;
|
|
108
|
+
};
|
|
109
|
+
'& .MuiPaper-root:not(.MuiDialog-paperFullScreen).MuiDialog-paper': {
|
|
110
|
+
display: string;
|
|
111
|
+
flexDirection: string;
|
|
112
|
+
overflow: string;
|
|
113
|
+
borderRadius: string;
|
|
114
|
+
margin: string;
|
|
115
|
+
maxWidth: string;
|
|
116
|
+
maxHeight: string;
|
|
117
|
+
background: string;
|
|
118
|
+
border: string;
|
|
119
|
+
borderColor: string;
|
|
120
|
+
boxShadow: string;
|
|
121
|
+
width: string;
|
|
122
|
+
height: string;
|
|
123
|
+
};
|
|
243
124
|
};
|
|
244
125
|
};
|
|
245
126
|
};
|
|
@@ -7,7 +7,6 @@ export declare const M4LPager: (theme: Theme) => {
|
|
|
7
7
|
display: string;
|
|
8
8
|
flexDirection: string;
|
|
9
9
|
alignItems: string;
|
|
10
|
-
gap: string;
|
|
11
10
|
whiteSpace: string;
|
|
12
11
|
width: string;
|
|
13
12
|
justifyContent: string;
|
|
@@ -58,9 +57,21 @@ export declare const M4LPager: (theme: Theme) => {
|
|
|
58
57
|
"& .M4LPager-labelRowsPerPageContainer": {
|
|
59
58
|
display: string;
|
|
60
59
|
flexDirection: string;
|
|
61
|
-
gap: string;
|
|
62
60
|
justifyContent: string;
|
|
63
61
|
alignItems: string;
|
|
62
|
+
'& .M4LPager-select': {
|
|
63
|
+
'& .MuiSelect-select': {
|
|
64
|
+
color: string;
|
|
65
|
+
};
|
|
66
|
+
'& .MuiSelect-icon': {
|
|
67
|
+
right: string;
|
|
68
|
+
top: string;
|
|
69
|
+
bottom: string;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
'& .M4LPager-labelDisplayRows': {
|
|
74
|
+
marginLeft: string;
|
|
64
75
|
};
|
|
65
76
|
"& .MuiInputBase-root": {
|
|
66
77
|
padding: string;
|
|
@@ -102,7 +113,11 @@ export declare const M4LPager: (theme: Theme) => {
|
|
|
102
113
|
M4LPagerMenuPopover: {
|
|
103
114
|
styleOverrides: {
|
|
104
115
|
'&.M4LPager-selectMenuPopover': {
|
|
105
|
-
|
|
116
|
+
'& .MuiList-root': {
|
|
117
|
+
'& .MuiMenuItem-root': {
|
|
118
|
+
color: string;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
106
121
|
};
|
|
107
122
|
};
|
|
108
123
|
};
|