@m4l/styles 0.0.42 → 0.0.44
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/M4LIconButton.d.ts +8 -28
- package/theme/overrides/M4LExtendedComponents/M4LImage.d.ts +0 -26
- package/theme/overrides/M4LExtendedComponents/M4LMFLoader.d.ts +6 -0
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +99 -20
- package/theme/overrides/M4LExtendedComponents/{index.ad4ae589.js → index.df05e9ba.js} +120 -99
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +1 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +1 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +1 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +1 -0
- package/theme/overrides/M4LRHFComponents/{index.a9f361b8.js → index.02fada22.js} +8 -4
- package/theme/overrides/{index.dc9d8819.js → index.7c048e7a.js} +2 -2
package/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { d as g } from "./theme/defaultThemeOptions.4c9bc728.js";
|
|
|
3
3
|
import { c as u, s as d } from "./theme/shadows.86540b18.js";
|
|
4
4
|
import { P as S, p as C } from "./theme/palette.0590e8a6.js";
|
|
5
5
|
import { t as R } from "./theme/typography.b14a8e35.js";
|
|
6
|
-
import { f as c } from "./theme/overrides/index.
|
|
6
|
+
import { f as c } from "./theme/overrides/index.7c048e7a.js";
|
|
7
7
|
import { u as T } from "./utils/useResponsive.2c45e8e0.js";
|
|
8
8
|
import { g as w } from "./utils/getColorState.6c23eada.js";
|
|
9
9
|
import { e as y, b as F, c as V, d as k, g as q, a as A, t as B } from "./utils/getColorPresets.2a91ffaf.js";
|
|
@@ -11,9 +11,9 @@ import { g as N, p as U, a as j, r as D } from "./utils/getFontValue.88831637.js
|
|
|
11
11
|
import "@mui/material";
|
|
12
12
|
import "@mui/material/styles";
|
|
13
13
|
import "./theme/overrides/MUIComponents/index.b3f5b7a7.js";
|
|
14
|
-
import "./theme/overrides/M4LExtendedComponents/index.
|
|
14
|
+
import "./theme/overrides/M4LExtendedComponents/index.df05e9ba.js";
|
|
15
15
|
import "@mui/system";
|
|
16
|
-
import "./theme/overrides/M4LRHFComponents/index.
|
|
16
|
+
import "./theme/overrides/M4LRHFComponents/index.02fada22.js";
|
|
17
17
|
import "@mui/material/useMediaQuery";
|
|
18
18
|
export {
|
|
19
19
|
S as PATRONUSCOLORS,
|
package/package.json
CHANGED
|
@@ -21,41 +21,21 @@ export declare const M4LIconButton: (theme: Theme) => {
|
|
|
21
21
|
position: string;
|
|
22
22
|
transition: string;
|
|
23
23
|
};
|
|
24
|
-
'.M4LIconButton-sizeExtraSmall&::before': {
|
|
25
|
-
width: string;
|
|
26
|
-
height: string;
|
|
27
|
-
minWidth: string;
|
|
28
|
-
minHeight: string;
|
|
29
|
-
};
|
|
30
|
-
'.M4LIconButton-sizeSmall&::before': {
|
|
31
|
-
width: string;
|
|
32
|
-
height: string;
|
|
33
|
-
minWidth: string;
|
|
34
|
-
minHeight: string;
|
|
35
|
-
};
|
|
36
|
-
'.M4LIconButton-sizeMedium&::before': {
|
|
37
|
-
width: string;
|
|
38
|
-
height: string;
|
|
39
|
-
minWidth: string;
|
|
40
|
-
minHeight: string;
|
|
41
|
-
};
|
|
42
|
-
'&.M4LIconButton-sizeExtraSmall': {
|
|
43
|
-
width: string;
|
|
44
|
-
height: string;
|
|
45
|
-
minWidth: string;
|
|
46
|
-
minHeight: string;
|
|
47
|
-
};
|
|
48
24
|
'&.M4LIconButton-sizeSmall': {
|
|
49
25
|
width: string;
|
|
50
26
|
height: string;
|
|
51
|
-
|
|
52
|
-
|
|
27
|
+
'& .MuiSkeleton-root': {
|
|
28
|
+
width: string;
|
|
29
|
+
height: string;
|
|
30
|
+
};
|
|
53
31
|
};
|
|
54
32
|
'&.M4LIconButton-sizeMedium': {
|
|
55
33
|
width: string;
|
|
56
34
|
height: string;
|
|
57
|
-
|
|
58
|
-
|
|
35
|
+
'& .MuiSkeleton-root': {
|
|
36
|
+
width: string;
|
|
37
|
+
height: string;
|
|
38
|
+
};
|
|
59
39
|
};
|
|
60
40
|
'& .MuiIconButton-root': {
|
|
61
41
|
position: string;
|
|
@@ -3,36 +3,10 @@ export declare const M4LImage: (_theme: Theme) => {
|
|
|
3
3
|
M4LImage: {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
"&.M4LImage-root": {
|
|
6
|
-
position: string;
|
|
7
6
|
display: string;
|
|
8
7
|
flexDirection: string;
|
|
9
8
|
justifyContent: string;
|
|
10
9
|
alignItems: string;
|
|
11
|
-
'& .M4LImage-img': {
|
|
12
|
-
opacity: number;
|
|
13
|
-
position: string;
|
|
14
|
-
inset: string;
|
|
15
|
-
objectFit: string;
|
|
16
|
-
};
|
|
17
|
-
'&.M4LImage-loaded .M4LImage-img': {
|
|
18
|
-
opacity: number;
|
|
19
|
-
transition: string;
|
|
20
|
-
margin: string;
|
|
21
|
-
};
|
|
22
|
-
'& .M4LImage-skeletonImage, & .M4LImage-skeletonCircle': {
|
|
23
|
-
opacity: number;
|
|
24
|
-
position: string;
|
|
25
|
-
inset: number;
|
|
26
|
-
};
|
|
27
|
-
'&.M4LImage-loaded .M4LImage-skeletonImage, &.M4LImage-loaded .M4LImage-skeletonCircle': {
|
|
28
|
-
opacity: number;
|
|
29
|
-
transition: string;
|
|
30
|
-
};
|
|
31
|
-
'& .M4LImage-lazyLoad': {
|
|
32
|
-
display: string;
|
|
33
|
-
justifyContent: string;
|
|
34
|
-
alignItems: string;
|
|
35
|
-
};
|
|
36
10
|
};
|
|
37
11
|
};
|
|
38
12
|
};
|
|
@@ -9,6 +9,12 @@ export declare const M4LMFLoader: (_theme: Theme) => {
|
|
|
9
9
|
flexDirection: string;
|
|
10
10
|
alignItems: string;
|
|
11
11
|
overflow: string;
|
|
12
|
+
'& .M4LMFLoader-containerLinearProgress': {
|
|
13
|
+
width: string;
|
|
14
|
+
height: string;
|
|
15
|
+
display: string;
|
|
16
|
+
alignItems: string;
|
|
17
|
+
};
|
|
12
18
|
};
|
|
13
19
|
};
|
|
14
20
|
};
|