@m4l/styles 0.0.22 → 0.0.24
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 +17 -17
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.733652aa.js → defaultThemeOptions.d50c50f1.js} +5 -5
- package/theme/index.5e193e78.js +7 -0
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +85 -25
- package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +2 -4
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +5965 -218
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +22 -2
- package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +9 -1
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +26 -1
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +287 -821
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +17 -12
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +1 -3
- package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +955 -4
- package/theme/overrides/M4LExtendedComponents/M4LModuleLayout.d.ts +0 -3
- package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +76 -0
- package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +14 -1
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +4 -1
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +158 -53
- package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +2 -1
- package/theme/overrides/M4LExtendedComponents/{index.28d622ba.js → index.83dad55c.js} +626 -240
- package/theme/overrides/MUIComponents/Avatar.d.ts +2 -0
- package/theme/overrides/MUIComponents/Button.d.ts +7 -0
- package/theme/overrides/MUIComponents/DataGrid.d.ts +1 -1616
- package/theme/overrides/MUIComponents/Input.d.ts +1 -1
- package/theme/overrides/MUIComponents/Menu.d.ts +1 -0
- package/theme/overrides/MUIComponents/{index.d308ce65.js → index.1489876d.js} +33 -22
- package/theme/overrides/{index.76becad2.js → index.03494fe3.js} +3 -3
- package/theme/palette.d.ts +10 -6
- package/theme/{palette.a914c187.js → palette.d06284f6.js} +53 -33
- package/theme/{shadows.3dfe77c2.js → shadows.7ecb0e23.js} +1 -1
- package/theme/{typography.dd335f0f.js → typography.b693a0c9.js} +4 -4
- package/types/augmentations.d.ts +1 -1
- package/types/types.d.ts +1 -1
- package/utils/getColorPresets.826b8bc5.js +70 -0
- package/utils/getColorPresets.d.ts +1 -1
- package/utils/{getColorState.184e9d10.js → getColorState.c9741929.js} +39 -27
- package/utils/getColorState.d.ts +1 -0
- package/theme/index.fa6b03ae.js +0 -7
- package/utils/getColorPresets.9c103b85.js +0 -70
|
@@ -191,6 +191,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
|
|
|
191
191
|
border: string;
|
|
192
192
|
borderColor: string;
|
|
193
193
|
boxShadow: string | undefined;
|
|
194
|
+
backdropFilter: string;
|
|
194
195
|
"& .M4LAreasViewer-windowHeader": {
|
|
195
196
|
display: string;
|
|
196
197
|
flexDirection: string;
|
|
@@ -220,8 +221,6 @@ export declare const M4LAreasViewer: (theme: Theme) => {
|
|
|
220
221
|
};
|
|
221
222
|
};
|
|
222
223
|
"& .MuiButtonBase-root:hover": {
|
|
223
|
-
background: string;
|
|
224
|
-
color: string;
|
|
225
224
|
"& .M4LIcon-icon": {
|
|
226
225
|
backgroundColor: string;
|
|
227
226
|
};
|
|
@@ -229,6 +228,23 @@ export declare const M4LAreasViewer: (theme: Theme) => {
|
|
|
229
228
|
};
|
|
230
229
|
};
|
|
231
230
|
};
|
|
231
|
+
"&.M4LGridLayout-root .M4LGridLayout-maximizeMe ": {
|
|
232
|
+
"& .M4LAreasViewer-selectedWindow": {
|
|
233
|
+
border: string;
|
|
234
|
+
borderColor: string;
|
|
235
|
+
boxShadow: string;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
"&. M4LGridLayout-colapsed ": {
|
|
239
|
+
"& .M4LAreasViewer-windowRoot": {
|
|
240
|
+
border: string;
|
|
241
|
+
borderColor: string;
|
|
242
|
+
boxShadow: string;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
"&. react-draggable": {
|
|
246
|
+
background: string;
|
|
247
|
+
};
|
|
232
248
|
"& .M4LAreasViewer-windowPopupRoot": {
|
|
233
249
|
boxShadow: string;
|
|
234
250
|
padding: string;
|
|
@@ -259,6 +275,10 @@ export declare const M4LAreasViewer: (theme: Theme) => {
|
|
|
259
275
|
background: string;
|
|
260
276
|
"& .M4LIcon-root": {
|
|
261
277
|
"& .M4LIcon-icon": {
|
|
278
|
+
width: string;
|
|
279
|
+
height: string;
|
|
280
|
+
minWidth: string;
|
|
281
|
+
minHeight: string;
|
|
262
282
|
backgroundColor: string;
|
|
263
283
|
};
|
|
264
284
|
};
|
|
@@ -4,10 +4,18 @@ export declare const M4LAvatar: (theme: Theme) => {
|
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
'&.M4LAvatar-root': {
|
|
6
6
|
'& .MuiAvatar-root': {
|
|
7
|
+
[x: string]: string | {
|
|
8
|
+
boxShadow: string;
|
|
9
|
+
};
|
|
7
10
|
width: string;
|
|
8
11
|
height: string;
|
|
9
12
|
borderRadius: string;
|
|
10
|
-
|
|
13
|
+
padding: string;
|
|
14
|
+
background: string;
|
|
15
|
+
color: string;
|
|
16
|
+
boxShadow: string;
|
|
17
|
+
borderTop: string;
|
|
18
|
+
borderColor: string;
|
|
11
19
|
};
|
|
12
20
|
test: string;
|
|
13
21
|
};
|
|
@@ -97,7 +97,7 @@ export declare const M4LButton: (theme: Theme) => {
|
|
|
97
97
|
'& .MuiButtonBase-root': {
|
|
98
98
|
backgroundColor: string;
|
|
99
99
|
color: string | undefined;
|
|
100
|
-
boxShadow: string
|
|
100
|
+
boxShadow: string;
|
|
101
101
|
position: string;
|
|
102
102
|
'& .M4LIcon-icon': {
|
|
103
103
|
backgroundColor: string | undefined;
|
|
@@ -190,6 +190,31 @@ export declare const M4LButton: (theme: Theme) => {
|
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
|
+
"& .M4LButton-colorWarning": {
|
|
194
|
+
backgroundColor: import("../..").StateDefault;
|
|
195
|
+
color: string | undefined;
|
|
196
|
+
boxShadow: string;
|
|
197
|
+
};
|
|
198
|
+
"& .M4LButton-colorError": {
|
|
199
|
+
backgroundColor: import("../..").StateDefault;
|
|
200
|
+
color: string | undefined;
|
|
201
|
+
boxShadow: string;
|
|
202
|
+
};
|
|
203
|
+
"& .M4LButton-colorSuccess": {
|
|
204
|
+
backgroundColor: import("../..").StateDefault;
|
|
205
|
+
color: string | undefined;
|
|
206
|
+
boxShadow: string;
|
|
207
|
+
};
|
|
208
|
+
'&.M4LButton-colorError .MuiButtonBase-root': {
|
|
209
|
+
backgroundColor: string;
|
|
210
|
+
test: string;
|
|
211
|
+
};
|
|
212
|
+
"&.M4LButton-colorWarning .MuiButtonBase-root": {
|
|
213
|
+
backgroundColor: string;
|
|
214
|
+
};
|
|
215
|
+
"&.M4LButton-colorSuccess .MuiButtonBase-root": {
|
|
216
|
+
backgroundColor: string;
|
|
217
|
+
};
|
|
193
218
|
width: string;
|
|
194
219
|
display: string;
|
|
195
220
|
justifyContent: string;
|