@m4l/styles 0.0.21 → 0.0.23
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 +10 -10
- package/package.json +1 -1
- package/theme/{defaultThemeOptions.81e20130.js → defaultThemeOptions.605b5b1a.js} +5 -5
- package/theme/index.c8a2f20d.js +7 -0
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +47 -26
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +5604 -190
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +14 -2
- package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +4 -1
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +4 -0
- package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +56 -0
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +450 -0
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +21 -2
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +6 -0
- package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +110 -0
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +4 -0
- package/theme/overrides/M4LExtendedComponents/{index.9ecb9eb5.js → index.566e183a.js} +642 -108
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +64 -30
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocompleteAsync.d.ts +1 -0
- package/theme/overrides/M4LRHFComponents/{index.e3118e8b.js → index.0e107243.js} +67 -38
- package/theme/overrides/MUIComponents/Autocomplete.d.ts +13 -2
- package/theme/overrides/MUIComponents/DataGrid.d.ts +1 -1616
- package/theme/overrides/MUIComponents/{index.25926753.js → index.b9c696e9.js} +37 -26
- package/theme/overrides/index.ed4b5bcb.js +93 -0
- package/theme/{palette.ad96498c.js → palette.688aaf56.js} +3 -3
- package/theme/{shadows.c56e8ae9.js → shadows.1b2f7a87.js} +1 -1
- package/theme/{typography.39389e10.js → typography.86a19de9.js} +4 -4
- package/utils/{getColorPresets.82f91ceb.js → getColorPresets.8106cfef.js} +1 -1
- package/utils/{getColorState.0e5b3a7c.js → getColorState.7b615773.js} +33 -33
- package/theme/index.38ad102a.js +0 -7
- package/theme/overrides/index.05460ef6.js +0 -90
package/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { d as f } from "./theme/defaultThemeOptions.
|
|
2
|
-
import { c as l, s as g } from "./theme/shadows.
|
|
3
|
-
import { P as n, p as d } from "./theme/palette.
|
|
4
|
-
import { t as S } from "./theme/typography.
|
|
5
|
-
import { f as O } from "./theme/overrides/index.
|
|
1
|
+
import { d as f } from "./theme/defaultThemeOptions.605b5b1a.js";
|
|
2
|
+
import { c as l, s as g } from "./theme/shadows.1b2f7a87.js";
|
|
3
|
+
import { P as n, p as d } from "./theme/palette.688aaf56.js";
|
|
4
|
+
import { t as S } from "./theme/typography.86a19de9.js";
|
|
5
|
+
import { f as O } from "./theme/overrides/index.ed4b5bcb.js";
|
|
6
6
|
import { u as c } from "./utils/useResponsive.2c45e8e0.js";
|
|
7
|
-
import { e as T, c as b, d as v, b as z, g as w, a as y, t as F } from "./utils/getColorPresets.
|
|
8
|
-
import { g as k } from "./utils/getColorState.
|
|
7
|
+
import { e as T, c as b, d as v, b as z, g as w, a as y, t as F } from "./utils/getColorPresets.8106cfef.js";
|
|
8
|
+
import { g as k } from "./utils/getColorState.7b615773.js";
|
|
9
9
|
import { g as A, p as B, a as L, r as N } from "./utils/getFontValue.88831637.js";
|
|
10
10
|
import { g as j, m as D } from "./config.5405b46b.js";
|
|
11
11
|
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.
|
|
17
|
-
import "./theme/overrides/M4LRHFComponents/index.
|
|
15
|
+
import "./theme/overrides/MUIComponents/index.b9c696e9.js";
|
|
16
|
+
import "./theme/overrides/M4LExtendedComponents/index.566e183a.js";
|
|
17
|
+
import "./theme/overrides/M4LRHFComponents/index.0e107243.js";
|
|
18
18
|
export {
|
|
19
19
|
n as PATRONUSCOLORS,
|
|
20
20
|
T as blaze,
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "@mui/material/styles";
|
|
2
2
|
import "@mui/material/useMediaQuery";
|
|
3
|
-
import { g as t } from "../utils/getColorPresets.
|
|
3
|
+
import { g as t } from "../utils/getColorPresets.8106cfef.js";
|
|
4
4
|
import "@mui/system";
|
|
5
|
-
import { t as o } from "./typography.
|
|
6
|
-
import { p as a } from "./palette.
|
|
5
|
+
import { t as o } from "./typography.86a19de9.js";
|
|
6
|
+
import { p as a } from "./palette.688aaf56.js";
|
|
7
7
|
import { alpha as s } from "@mui/material";
|
|
8
|
-
import { s as p, c as e } from "./shadows.
|
|
9
|
-
import { g as i } from "../utils/getColorState.
|
|
8
|
+
import { s as p, c as e } from "./shadows.1b2f7a87.js";
|
|
9
|
+
import { g as i } from "../utils/getColorState.7b615773.js";
|
|
10
10
|
const w = {
|
|
11
11
|
typography: o,
|
|
12
12
|
palette: {
|
|
@@ -2,53 +2,74 @@ import { Theme } from '@mui/material/styles';
|
|
|
2
2
|
export declare const M4LAccountPopover: (theme: Theme) => {
|
|
3
3
|
M4LAccountPopover: {
|
|
4
4
|
styleOverrides: {
|
|
5
|
-
'&.M4LAccountPopover-root': {
|
|
5
|
+
'&.M4LAccountPopover-root': {
|
|
6
|
+
borderRadius: string;
|
|
7
|
+
};
|
|
6
8
|
};
|
|
7
9
|
};
|
|
8
10
|
M4LAccountPopoverPopover: {
|
|
9
11
|
styleOverrides: {
|
|
10
12
|
'&.M4LAccountPopover-popover': {
|
|
11
|
-
test: string;
|
|
12
13
|
display: string;
|
|
13
14
|
flexDirection: string;
|
|
14
15
|
gap: string;
|
|
16
|
+
borderRadius: string;
|
|
15
17
|
'& .MuiPaper-root': {
|
|
16
18
|
display: string;
|
|
17
19
|
flexDirection: string;
|
|
18
20
|
gap: string;
|
|
19
21
|
padding: string;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
borderRadius: string;
|
|
23
|
+
boxShadow: string;
|
|
24
|
+
background: string;
|
|
25
|
+
'& .M4LAccountPopover-containerUserInfo': {
|
|
26
|
+
display: string;
|
|
27
|
+
flexDirection: string;
|
|
28
|
+
"& .M4LAccountPopover-labelUserName": {
|
|
29
|
+
padding: string;
|
|
30
|
+
color: string;
|
|
31
|
+
};
|
|
32
|
+
"& .M4LAccountPopover-labelUserEmail": {
|
|
33
|
+
padding: string;
|
|
34
|
+
color: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
'& .M4LAccountPopover-containerAppVersion': {
|
|
38
|
+
display: string;
|
|
39
|
+
padding: string;
|
|
40
|
+
"& .M4LAccountPopover-labelVersion": {
|
|
41
|
+
color: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
'& .M4LAccountPopover-containerMenuItems': {
|
|
45
|
+
borderTop: string;
|
|
46
|
+
borderBottom: string;
|
|
47
|
+
borderColor: string;
|
|
48
|
+
padding: string;
|
|
49
|
+
margin: string;
|
|
50
|
+
'& .M4LAccountPopover-menuItem': {
|
|
51
|
+
padding: string;
|
|
52
|
+
borderRadius: string;
|
|
53
|
+
cursor: string;
|
|
54
|
+
'&:hover': {
|
|
55
|
+
background: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
'& .M4LAccountPopover-logOut': {
|
|
29
60
|
padding: string;
|
|
30
61
|
borderRadius: string;
|
|
31
|
-
cursor: string;
|
|
32
62
|
'&:hover': {
|
|
33
63
|
background: string;
|
|
34
64
|
};
|
|
65
|
+
justifyContent: string;
|
|
66
|
+
cursor: string;
|
|
67
|
+
color: string;
|
|
35
68
|
};
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
borderTop: string;
|
|
39
|
-
borderColor: string;
|
|
40
|
-
justifyContent: string;
|
|
41
|
-
paddingTop: string;
|
|
42
|
-
cursor: string;
|
|
43
|
-
padding: string;
|
|
44
|
-
borderRadius: string;
|
|
45
|
-
'&:hover': {
|
|
46
|
-
background: string;
|
|
69
|
+
'& .M4LPopover-arrowStyle': {
|
|
70
|
+
display: string;
|
|
47
71
|
};
|
|
48
72
|
};
|
|
49
|
-
'& .M4LPopover-arrowStyle': {
|
|
50
|
-
display: string;
|
|
51
|
-
};
|
|
52
73
|
};
|
|
53
74
|
};
|
|
54
75
|
};
|