@m4l/styles 0.0.23 → 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.
Files changed (38) hide show
  1. package/index.js +17 -17
  2. package/package.json +1 -1
  3. package/theme/{defaultThemeOptions.605b5b1a.js → defaultThemeOptions.d50c50f1.js} +5 -5
  4. package/theme/index.5e193e78.js +7 -0
  5. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +52 -7
  6. package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +2 -4
  7. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +720 -387
  8. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +22 -0
  9. package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +7 -1
  10. package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +22 -1
  11. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +11 -7
  12. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +12 -20
  13. package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +1 -9
  14. package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +955 -4
  15. package/theme/overrides/M4LExtendedComponents/M4LModuleLayout.d.ts +0 -3
  16. package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +14 -1
  17. package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +4 -1
  18. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +158 -53
  19. package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +2 -1
  20. package/theme/overrides/M4LExtendedComponents/{index.566e183a.js → index.83dad55c.js} +369 -205
  21. package/theme/overrides/MUIComponents/Avatar.d.ts +2 -0
  22. package/theme/overrides/MUIComponents/Button.d.ts +7 -0
  23. package/theme/overrides/MUIComponents/Input.d.ts +1 -1
  24. package/theme/overrides/MUIComponents/Menu.d.ts +1 -0
  25. package/theme/overrides/MUIComponents/{index.b9c696e9.js → index.1489876d.js} +31 -20
  26. package/theme/overrides/{index.ed4b5bcb.js → index.03494fe3.js} +3 -3
  27. package/theme/palette.d.ts +10 -6
  28. package/theme/{palette.688aaf56.js → palette.d06284f6.js} +52 -32
  29. package/theme/{shadows.1b2f7a87.js → shadows.7ecb0e23.js} +1 -1
  30. package/theme/{typography.86a19de9.js → typography.b693a0c9.js} +4 -4
  31. package/types/augmentations.d.ts +1 -1
  32. package/types/types.d.ts +1 -1
  33. package/utils/getColorPresets.826b8bc5.js +70 -0
  34. package/utils/getColorPresets.d.ts +1 -1
  35. package/utils/{getColorState.7b615773.js → getColorState.c9741929.js} +57 -45
  36. package/utils/getColorState.d.ts +1 -0
  37. package/theme/index.c8a2f20d.js +0 -7
  38. package/utils/getColorPresets.8106cfef.js +0 -70
package/index.js CHANGED
@@ -1,30 +1,30 @@
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
- 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.8106cfef.js";
8
- import { g as k } from "./utils/getColorState.7b615773.js";
1
+ import { d as f } from "./theme/defaultThemeOptions.d50c50f1.js";
2
+ import { c as l, s as g } from "./theme/shadows.7ecb0e23.js";
3
+ import { P as u, p as d } from "./theme/palette.d06284f6.js";
4
+ import { t as S } from "./theme/typography.b693a0c9.js";
5
+ import { f as O } from "./theme/overrides/index.03494fe3.js";
6
+ import { u as b } from "./utils/useResponsive.2c45e8e0.js";
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.826b8bc5.js";
8
+ import { g as k } from "./utils/getColorState.c9741929.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.b9c696e9.js";
16
- import "./theme/overrides/M4LExtendedComponents/index.566e183a.js";
15
+ import "./theme/overrides/MUIComponents/index.1489876d.js";
16
+ import "./theme/overrides/M4LExtendedComponents/index.83dad55c.js";
17
17
  import "./theme/overrides/M4LRHFComponents/index.0e107243.js";
18
18
  export {
19
- n as PATRONUSCOLORS,
20
- T as blaze,
21
- b as colorPresets,
19
+ u as PATRONUSCOLORS,
20
+ h as blaze,
21
+ T as brown,
22
+ v as colorPresets,
22
23
  l as createCustomShadows,
23
- v as defaultPreset,
24
+ w as defaultPreset,
24
25
  f as defaultThemeOptions,
25
- z as desert,
26
26
  O as fnComponentsOverrides,
27
- w as getColorPresets,
27
+ z as getColorPresets,
28
28
  k as getColorState,
29
29
  A as getFontValue,
30
30
  j as globalRemSize,
@@ -37,5 +37,5 @@ export {
37
37
  g as shadows,
38
38
  F as turqui,
39
39
  S as typography,
40
- c as useResponsive
40
+ b as useResponsive
41
41
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
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.8106cfef.js";
3
+ import { g as t } from "../utils/getColorPresets.826b8bc5.js";
4
4
  import "@mui/system";
5
- import { t as o } from "./typography.86a19de9.js";
6
- import { p as a } from "./palette.688aaf56.js";
5
+ import { t as o } from "./typography.b693a0c9.js";
6
+ import { p as a } from "./palette.d06284f6.js";
7
7
  import { alpha as s } from "@mui/material";
8
- import { s as p, c as e } from "./shadows.1b2f7a87.js";
9
- import { g as i } from "../utils/getColorState.7b615773.js";
8
+ import { s as p, c as e } from "./shadows.7ecb0e23.js";
9
+ import { g as i } from "../utils/getColorState.c9741929.js";
10
10
  const w = {
11
11
  typography: o,
12
12
  palette: {
@@ -0,0 +1,7 @@
1
+ import "./defaultThemeOptions.d50c50f1.js";
2
+ import "./shadows.7ecb0e23.js";
3
+ import "./palette.d06284f6.js";
4
+ import "./typography.b693a0c9.js";
5
+ import "@mui/material";
6
+ import "@mui/material/styles";
7
+ import "@mui/system";
@@ -25,19 +25,34 @@ export declare const M4LAccountPopover: (theme: Theme) => {
25
25
  '& .M4LAccountPopover-containerUserInfo': {
26
26
  display: string;
27
27
  flexDirection: string;
28
- "& .M4LAccountPopover-labelUserName": {
28
+ '& .M4LAccountPopover-containerUserName': {
29
+ display: string;
30
+ flexDirection: string;
31
+ gap: string;
29
32
  padding: string;
30
- color: string;
33
+ "& .M4LAccountPopover-labelUserName": {
34
+ padding: string;
35
+ color: string;
36
+ };
31
37
  };
32
- "& .M4LAccountPopover-labelUserEmail": {
38
+ '& .M4LAccountPopover-containerUserEmail': {
39
+ display: string;
40
+ flexDirection: string;
41
+ gap: string;
33
42
  padding: string;
34
- color: string;
43
+ "& .M4LAccountPopover-labelUserEmail": {
44
+ padding: string;
45
+ color: string;
46
+ };
35
47
  };
36
48
  };
37
49
  '& .M4LAccountPopover-containerAppVersion': {
38
50
  display: string;
51
+ flexDirection: string;
52
+ gap: string;
39
53
  padding: string;
40
54
  "& .M4LAccountPopover-labelVersion": {
55
+ padding: string;
41
56
  color: string;
42
57
  };
43
58
  };
@@ -47,13 +62,24 @@ export declare const M4LAccountPopover: (theme: Theme) => {
47
62
  borderColor: string;
48
63
  padding: string;
49
64
  margin: string;
50
- '& .M4LAccountPopover-menuItem': {
51
- padding: string;
65
+ display: string;
66
+ flexDirection: string;
67
+ gap: string;
68
+ '& .M4LAccountPopover-containerSetting': {
69
+ display: string;
70
+ flexDirection: string;
71
+ gap: string;
72
+ width: string;
52
73
  borderRadius: string;
53
- cursor: string;
74
+ padding: string;
54
75
  '&:hover': {
55
76
  background: string;
56
77
  };
78
+ '& .M4LAccountPopover-menuItem': {
79
+ padding: string;
80
+ borderRadius: string;
81
+ cursor: string;
82
+ };
57
83
  };
58
84
  };
59
85
  '& .M4LAccountPopover-logOut': {
@@ -68,6 +94,25 @@ export declare const M4LAccountPopover: (theme: Theme) => {
68
94
  };
69
95
  '& .M4LPopover-arrowStyle': {
70
96
  display: string;
97
+ '& .M4LAccountPopover-containerUserInfo': {
98
+ display: string;
99
+ '& .M4LAccountPopover-containerUserName': {
100
+ display: string;
101
+ flexDirection: string;
102
+ gap: string;
103
+ };
104
+ '& .M4LAccountPopover-containerUserEmail': {
105
+ display: string;
106
+ flexDirection: string;
107
+ gap: string;
108
+ };
109
+ '& .M4LAccountPopover-containerAppVersion': {
110
+ display: string;
111
+ flexDirection: string;
112
+ gap: string;
113
+ };
114
+ '& .M4LAccountPopover-logOut': {};
115
+ };
71
116
  };
72
117
  };
73
118
  };
@@ -65,7 +65,7 @@ export declare const M4LAppBar: (theme: Theme) => {
65
65
  boxShadow: string;
66
66
  paddingRight: string;
67
67
  borderRadius: string;
68
- overflow: string;
68
+ overflow?: undefined;
69
69
  justifyContent?: undefined;
70
70
  '& .M4LAvatar-root'?: undefined;
71
71
  } | {
@@ -181,10 +181,8 @@ export declare const M4LAppBar: (theme: Theme) => {
181
181
  alignItems: string;
182
182
  borderRadius: string;
183
183
  padding: string;
184
- borderTop: string;
185
184
  borderColor: string;
186
185
  background: string;
187
- boxShadow: string;
188
186
  justifyContent: string;
189
187
  marginLeft: string;
190
188
  '& .M4LAppBar-containerIconMenuToggle': {
@@ -230,7 +228,7 @@ export declare const M4LAppBar: (theme: Theme) => {
230
228
  boxShadow: string;
231
229
  paddingRight: string;
232
230
  borderRadius: string;
233
- overflow: string;
231
+ overflow?: undefined;
234
232
  justifyContent?: undefined;
235
233
  '& .M4LAvatar-root'?: undefined;
236
234
  } | {