@m4l/styles 0.0.22 → 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.
Files changed (24) hide show
  1. package/index.js +9 -9
  2. package/package.json +1 -1
  3. package/theme/{defaultThemeOptions.733652aa.js → defaultThemeOptions.605b5b1a.js} +5 -5
  4. package/theme/index.c8a2f20d.js +7 -0
  5. package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +1 -0
  6. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +40 -25
  7. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +5604 -190
  8. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +0 -2
  9. package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +3 -1
  10. package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +4 -0
  11. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +280 -818
  12. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +15 -2
  13. package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +6 -0
  14. package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +76 -0
  15. package/theme/overrides/M4LExtendedComponents/{index.28d622ba.js → index.566e183a.js} +349 -127
  16. package/theme/overrides/MUIComponents/DataGrid.d.ts +1 -1616
  17. package/theme/overrides/MUIComponents/{index.d308ce65.js → index.b9c696e9.js} +2 -2
  18. package/theme/overrides/{index.76becad2.js → index.ed4b5bcb.js} +2 -2
  19. package/theme/{palette.a914c187.js → palette.688aaf56.js} +1 -1
  20. package/theme/{shadows.3dfe77c2.js → shadows.1b2f7a87.js} +1 -1
  21. package/theme/{typography.dd335f0f.js → typography.86a19de9.js} +4 -4
  22. package/utils/{getColorPresets.9c103b85.js → getColorPresets.8106cfef.js} +1 -1
  23. package/utils/{getColorState.184e9d10.js → getColorState.7b615773.js} +31 -31
  24. package/theme/index.fa6b03ae.js +0 -7
package/index.js CHANGED
@@ -1,19 +1,19 @@
1
- import { d as f } from "./theme/defaultThemeOptions.733652aa.js";
2
- import { c as l, s as g } from "./theme/shadows.3dfe77c2.js";
3
- import { P as n, p as d } from "./theme/palette.a914c187.js";
4
- import { t as S } from "./theme/typography.dd335f0f.js";
5
- import { f as O } from "./theme/overrides/index.76becad2.js";
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.9c103b85.js";
8
- import { g as k } from "./utils/getColorState.184e9d10.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.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.d308ce65.js";
16
- import "./theme/overrides/M4LExtendedComponents/index.28d622ba.js";
15
+ import "./theme/overrides/MUIComponents/index.b9c696e9.js";
16
+ import "./theme/overrides/M4LExtendedComponents/index.566e183a.js";
17
17
  import "./theme/overrides/M4LRHFComponents/index.0e107243.js";
18
18
  export {
19
19
  n as PATRONUSCOLORS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -1,12 +1,12 @@
1
1
  import "@mui/material/styles";
2
2
  import "@mui/material/useMediaQuery";
3
- import { g as t } from "../utils/getColorPresets.9c103b85.js";
3
+ import { g as t } from "../utils/getColorPresets.8106cfef.js";
4
4
  import "@mui/system";
5
- import { t as o } from "./typography.dd335f0f.js";
6
- import { p as a } from "./palette.a914c187.js";
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.3dfe77c2.js";
9
- import { g as i } from "../utils/getColorState.184e9d10.js";
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: {
@@ -0,0 +1,7 @@
1
+ import "./defaultThemeOptions.605b5b1a.js";
2
+ import "./shadows.1b2f7a87.js";
3
+ import "./palette.688aaf56.js";
4
+ import "./typography.86a19de9.js";
5
+ import "@mui/material";
6
+ import "@mui/material/styles";
7
+ import "@mui/system";
@@ -19,6 +19,7 @@ export declare const M4LAccordion: (theme: Theme) => {
19
19
  };
20
20
  };
21
21
  '& .MuiButtonBase-root': {
22
+ padding: string;
22
23
  '&.MuiAccordionSummary-root.Mui-expanded': {
23
24
  background: string;
24
25
  '& .M4LTypography-root': {
@@ -10,7 +10,6 @@ export declare const M4LAccountPopover: (theme: Theme) => {
10
10
  M4LAccountPopoverPopover: {
11
11
  styleOverrides: {
12
12
  '&.M4LAccountPopover-popover': {
13
- test: string;
14
13
  display: string;
15
14
  flexDirection: string;
16
15
  gap: string;
@@ -23,38 +22,54 @@ export declare const M4LAccountPopover: (theme: Theme) => {
23
22
  borderRadius: string;
24
23
  boxShadow: string;
25
24
  background: string;
26
- };
27
- '& .M4LAccountPopover-containerAppVersion': {
28
- display: string;
29
- borderBottom: string;
30
- borderColor: string;
31
- padding: string;
32
- };
33
- '& .M4LAccountPopover-containerMenuItems': {
34
- '& .M4LAccountPopover-menuItem': {
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': {
35
60
  padding: string;
36
61
  borderRadius: string;
37
- cursor: string;
38
62
  '&:hover': {
39
63
  background: string;
40
64
  };
65
+ justifyContent: string;
66
+ cursor: string;
67
+ color: string;
41
68
  };
42
- };
43
- '& .M4LAccountPopover-logOut': {
44
- borderTop: string;
45
- borderColor: string;
46
- justifyContent: string;
47
- paddingTop: string;
48
- cursor: string;
49
- padding: string;
50
- borderRadius: string;
51
- '&:hover': {
52
- background: string;
69
+ '& .M4LPopover-arrowStyle': {
70
+ display: string;
53
71
  };
54
72
  };
55
- '& .M4LPopover-arrowStyle': {
56
- display: string;
57
- };
58
73
  };
59
74
  };
60
75
  };