@m4l/styles 0.0.32 → 0.0.33

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 (37) hide show
  1. package/index.js +9 -9
  2. package/package.json +1 -1
  3. package/theme/{defaultThemeOptions.b25c825e.js → defaultThemeOptions.8a0a9552.js} +4 -4
  4. package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +245 -32
  5. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +326 -1
  6. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +85 -77
  7. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +87 -17
  8. package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +4 -0
  9. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +12 -7
  10. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +29 -3
  11. package/theme/overrides/M4LExtendedComponents/M4LImageButton.d.ts +115 -0
  12. package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +0 -2
  13. package/theme/overrides/M4LExtendedComponents/M4LPDFViewer.d.ts +17 -0
  14. package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +424 -10
  15. package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +90 -0
  16. package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1 -1
  17. package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +83 -36
  18. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +12 -6
  19. package/theme/overrides/M4LExtendedComponents/M4LStack.d.ts +1 -0
  20. package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +3 -0
  21. package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +65 -15
  22. package/theme/overrides/M4LExtendedComponents/M4LanguagePopover.d.ts +16 -1
  23. package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +326 -0
  24. package/theme/overrides/M4LExtendedComponents/{index.15f2650a.js → index.7ce8c9f6.js} +680 -249
  25. package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +0 -1
  26. package/theme/overrides/M4LRHFComponents/M4LRHFCheckbox.d.ts +178 -0
  27. package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +155 -6
  28. package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +9 -9
  29. package/theme/overrides/M4LRHFComponents/{index.e6262889.js → index.d7a80536.js} +61 -31
  30. package/theme/overrides/MUIComponents/Input.d.ts +5 -5
  31. package/theme/overrides/MUIComponents/{index.1b2b2be2.js → index.b3f5b7a7.js} +4 -4
  32. package/theme/overrides/{index.158187f3.js → index.c6df0378.js} +16 -15
  33. package/theme/{palette.31d770bc.js → palette.c010be01.js} +18 -18
  34. package/theme/palette.d.ts +1 -1
  35. package/theme/{shadows.9800d84c.js → shadows.f7e9f204.js} +26 -26
  36. package/utils/{getColorPresets.9fec9cc2.js → getColorPresets.fd669756.js} +1 -1
  37. package/utils/{getColorState.4350ccb4.js → getColorState.5e26c43a.js} +47 -47
package/index.js CHANGED
@@ -1,19 +1,19 @@
1
1
  import { g as f, m as x } from "./config.5405b46b.js";
2
- import { d as g } from "./theme/defaultThemeOptions.b25c825e.js";
3
- import { c as u, s as d } from "./theme/shadows.9800d84c.js";
4
- import { P as S, p as C } from "./theme/palette.31d770bc.js";
2
+ import { d as g } from "./theme/defaultThemeOptions.8a0a9552.js";
3
+ import { c as u, s as d } from "./theme/shadows.f7e9f204.js";
4
+ import { P as S, p as C } from "./theme/palette.c010be01.js";
5
5
  import { t as R } from "./theme/typography.b14a8e35.js";
6
- import { f as c } from "./theme/overrides/index.158187f3.js";
6
+ import { f as c } from "./theme/overrides/index.c6df0378.js";
7
7
  import { u as T } from "./utils/useResponsive.2c45e8e0.js";
8
- import { g as w } from "./utils/getColorState.4350ccb4.js";
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.9fec9cc2.js";
8
+ import { g as w } from "./utils/getColorState.5e26c43a.js";
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.fd669756.js";
10
10
  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
- import "./theme/overrides/MUIComponents/index.1b2b2be2.js";
14
- import "./theme/overrides/M4LExtendedComponents/index.15f2650a.js";
13
+ import "./theme/overrides/MUIComponents/index.b3f5b7a7.js";
14
+ import "./theme/overrides/M4LExtendedComponents/index.7ce8c9f6.js";
15
15
  import "@mui/system";
16
- import "./theme/overrides/M4LRHFComponents/index.e6262889.js";
16
+ import "./theme/overrides/M4LRHFComponents/index.d7a80536.js";
17
17
  import "@mui/material/useMediaQuery";
18
18
  export {
19
19
  S as PATRONUSCOLORS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -1,9 +1,9 @@
1
1
  import { t as a } from "./typography.b14a8e35.js";
2
- import { p as o } from "./palette.31d770bc.js";
2
+ import { p as o } from "./palette.c010be01.js";
3
3
  import { alpha as s } from "@mui/material";
4
- import { s as e, c as p } from "./shadows.9800d84c.js";
5
- import { g as r } from "../utils/getColorPresets.9fec9cc2.js";
6
- import { g as m } from "../utils/getColorState.4350ccb4.js";
4
+ import { s as e, c as p } from "./shadows.f7e9f204.js";
5
+ import { g as r } from "../utils/getColorPresets.fd669756.js";
6
+ import { g as m } from "../utils/getColorState.5e26c43a.js";
7
7
  const f = {
8
8
  typography: a,
9
9
  palette: {
@@ -3,59 +3,272 @@ export declare const M4LAccordion: (theme: Theme) => {
3
3
  M4LAccordion: {
4
4
  styleOverrides: {
5
5
  '&.M4LAccordion-root': {
6
+ [x: string]: string | {
7
+ padding: string;
8
+ display: string;
9
+ alignItems: string;
10
+ '& .MuiTypography-root': {
11
+ color: string;
12
+ };
13
+ marginBottom?: undefined;
14
+ borderRadius?: undefined;
15
+ border?: undefined;
16
+ borderColor?: undefined;
17
+ '& .MuiCollapse-root'?: undefined;
18
+ height?: undefined;
19
+ minHeight?: undefined;
20
+ background?: undefined;
21
+ '&.MuiAccordionSummary-root'?: undefined;
22
+ test?: undefined;
23
+ '&.MuiButtonBase-root'?: undefined;
24
+ '& .M4LAccordion-content'?: undefined;
25
+ '& .MuiButtonBase-root'?: undefined;
26
+ } | {
27
+ marginBottom: string;
28
+ borderRadius: string;
29
+ border: string;
30
+ borderColor: string;
31
+ '& .MuiCollapse-root': {
32
+ '& .MuiCollapse-wrapper': {
33
+ '& .MuiCollapse-wrapperInner': {
34
+ '& .MuiAccordion-region': {
35
+ '$ .M4LAccordion-content': {
36
+ display: string;
37
+ gap: string;
38
+ };
39
+ };
40
+ };
41
+ };
42
+ };
43
+ padding?: undefined;
44
+ display?: undefined;
45
+ alignItems?: undefined;
46
+ '& .MuiTypography-root'?: undefined;
47
+ height?: undefined;
48
+ minHeight?: undefined;
49
+ background?: undefined;
50
+ '&.MuiAccordionSummary-root'?: undefined;
51
+ test?: undefined;
52
+ '&.MuiButtonBase-root'?: undefined;
53
+ '& .M4LAccordion-content'?: undefined;
54
+ '& .MuiButtonBase-root'?: undefined;
55
+ } | {
56
+ padding: string;
57
+ borderRadius: string;
58
+ height: string;
59
+ minHeight: string;
60
+ background: string;
61
+ '&.MuiAccordionSummary-root': {
62
+ Zheight: string;
63
+ minHeight: string;
64
+ padding: string;
65
+ '& .M4LAccordion-labelIcon': {
66
+ display: string;
67
+ flexDirection: string;
68
+ justifyContent: string;
69
+ '& .M4LIcon-root': {
70
+ padding: string;
71
+ };
72
+ };
73
+ '& .Mui-expanded': {
74
+ background: string;
75
+ height: string;
76
+ minHeight: string;
77
+ '& .MuiButtonBase-root': {
78
+ '&.MuiAccordionSummary-content': {
79
+ borderRadius: string;
80
+ background: string;
81
+ height: string;
82
+ minHeight: string;
83
+ };
84
+ '& .M4LTypography-root': {
85
+ '& .MuiTypography-root': {
86
+ color: string;
87
+ };
88
+ };
89
+ '& .MuiAccordionSummary-expandIconWrapper': {
90
+ transform: string;
91
+ };
92
+ '& .M4LAccordion-endIcon': {
93
+ transform: string;
94
+ };
95
+ };
96
+ };
97
+ };
98
+ test: string;
99
+ display?: undefined;
100
+ alignItems?: undefined;
101
+ '& .MuiTypography-root'?: undefined;
102
+ marginBottom?: undefined;
103
+ border?: undefined;
104
+ borderColor?: undefined;
105
+ '& .MuiCollapse-root'?: undefined;
106
+ '&.MuiButtonBase-root'?: undefined;
107
+ '& .M4LAccordion-content'?: undefined;
108
+ '& .MuiButtonBase-root'?: undefined;
109
+ } | {
110
+ background: string;
111
+ borderColor: string;
112
+ borderRadius: string;
113
+ padding: string;
114
+ '&.MuiButtonBase-root': {
115
+ padding: string;
116
+ background: string;
117
+ '&.MuiAccordionSummary-root': {
118
+ padding: string;
119
+ background: string;
120
+ };
121
+ };
122
+ '& .M4LAccordion-content': {
123
+ display: string;
124
+ flexDirection: string;
125
+ gap: string;
126
+ '& .M4LPropertyValue-root:last-of-type': {
127
+ borderBottom: string;
128
+ };
129
+ };
130
+ display?: undefined;
131
+ alignItems?: undefined;
132
+ '& .MuiTypography-root'?: undefined;
133
+ marginBottom?: undefined;
134
+ border?: undefined;
135
+ '& .MuiCollapse-root'?: undefined;
136
+ height?: undefined;
137
+ minHeight?: undefined;
138
+ '&.MuiAccordionSummary-root'?: undefined;
139
+ test?: undefined;
140
+ '& .MuiButtonBase-root'?: undefined;
141
+ } | {
142
+ '& .MuiButtonBase-root': {
143
+ height: string;
144
+ minHeight: string;
145
+ '&.MuiAccordionSummary-root': {
146
+ height: string;
147
+ minHeight: string;
148
+ '& .Mui-expanded': {
149
+ height: string;
150
+ minHeight: string;
151
+ '& .MuiButtonBase-root': {
152
+ '&.MuiAccordionSummary-content': {
153
+ height: string;
154
+ minHeight: string;
155
+ };
156
+ };
157
+ };
158
+ };
159
+ test: string;
160
+ };
161
+ padding?: undefined;
162
+ display?: undefined;
163
+ alignItems?: undefined;
164
+ '& .MuiTypography-root'?: undefined;
165
+ marginBottom?: undefined;
166
+ borderRadius?: undefined;
167
+ border?: undefined;
168
+ borderColor?: undefined;
169
+ '& .MuiCollapse-root'?: undefined;
170
+ height?: undefined;
171
+ minHeight?: undefined;
172
+ background?: undefined;
173
+ '&.MuiAccordionSummary-root'?: undefined;
174
+ test?: undefined;
175
+ '&.MuiButtonBase-root'?: undefined;
176
+ '& .M4LAccordion-content'?: undefined;
177
+ };
6
178
  width: string;
7
179
  background: string;
8
180
  borderRadius: string;
9
181
  '& .M4LTypography-root': {
182
+ padding: string;
183
+ display: string;
184
+ alignItems: string;
10
185
  '& .MuiTypography-root': {
11
186
  color: string;
12
187
  };
13
188
  };
14
189
  '& .MuiPaper-root': {
15
- background: string;
16
190
  marginBottom: string;
17
191
  borderRadius: string;
18
192
  border: string;
19
193
  borderColor: string;
194
+ '& .MuiCollapse-root': {
195
+ '& .MuiCollapse-wrapper': {
196
+ '& .MuiCollapse-wrapperInner': {
197
+ '& .MuiAccordion-region': {
198
+ '$ .M4LAccordion-content': {
199
+ display: string;
200
+ gap: string;
201
+ };
202
+ };
203
+ };
204
+ };
205
+ };
20
206
  };
21
- };
22
- '& .MuiButtonBase-root': {
23
- padding: string;
24
- borderRadius: string;
25
- height: string;
26
- minHeight: string;
27
- "&:hover": {};
28
- '&.MuiAccordionSummary-root': {
207
+ '& .MuiButtonBase-root': {
208
+ padding: string;
209
+ borderRadius: string;
210
+ height: string;
211
+ minHeight: string;
29
212
  background: string;
30
- '& .Mui-expanded': {
31
- background: string;
32
- borderRadius: string;
33
- height: string;
213
+ '&.MuiAccordionSummary-root': {
214
+ Zheight: string;
34
215
  minHeight: string;
35
- '& .M4LTypography-root': {
36
- '& .MuiTypography-root': {
37
- color: string;
216
+ padding: string;
217
+ '& .M4LAccordion-labelIcon': {
218
+ display: string;
219
+ flexDirection: string;
220
+ justifyContent: string;
221
+ '& .M4LIcon-root': {
222
+ padding: string;
38
223
  };
39
224
  };
40
- '& .MuiAccordionSummary-expandIconWrapper': {
41
- transform: string;
42
- };
43
- '& .M4LAccordion-endIcon': {
44
- transform: string;
225
+ '& .Mui-expanded': {
226
+ background: string;
227
+ height: string;
228
+ minHeight: string;
229
+ '& .MuiButtonBase-root': {
230
+ '&.MuiAccordionSummary-content': {
231
+ borderRadius: string;
232
+ background: string;
233
+ height: string;
234
+ minHeight: string;
235
+ };
236
+ '& .M4LTypography-root': {
237
+ '& .MuiTypography-root': {
238
+ color: string;
239
+ };
240
+ };
241
+ '& .MuiAccordionSummary-expandIconWrapper': {
242
+ transform: string;
243
+ };
244
+ '& .M4LAccordion-endIcon': {
245
+ transform: string;
246
+ };
247
+ };
45
248
  };
46
- '& .M4LIconButton-root': {};
47
249
  };
250
+ test: string;
48
251
  };
49
- test: string;
50
- };
51
- '& .MuiCollapse-root': {
52
- background: string;
53
- borderColor: string;
54
- borderRadius: string;
55
- padding: string;
56
- '& .M4LAccordion-content': {
57
- '& .M4LPropertyValue-root:last-of-type': {
58
- borderBottom: string;
252
+ '& .MuiCollapse-root': {
253
+ background: string;
254
+ borderColor: string;
255
+ borderRadius: string;
256
+ padding: string;
257
+ '&.MuiButtonBase-root': {
258
+ padding: string;
259
+ background: string;
260
+ '&.MuiAccordionSummary-root': {
261
+ padding: string;
262
+ background: string;
263
+ };
264
+ };
265
+ '& .M4LAccordion-content': {
266
+ display: string;
267
+ flexDirection: string;
268
+ gap: string;
269
+ '& .M4LPropertyValue-root:last-of-type': {
270
+ borderBottom: string;
271
+ };
59
272
  };
60
273
  };
61
274
  };