@m4l/styles 0.0.20 → 0.0.22

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 (34) hide show
  1. package/index.js +10 -10
  2. package/package.json +1 -1
  3. package/theme/{defaultThemeOptions.dd98806d.js → defaultThemeOptions.733652aa.js} +5 -5
  4. package/theme/index.fa6b03ae.js +7 -0
  5. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +8 -2
  6. package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +237 -67
  7. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +1151 -336
  8. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +132 -65
  9. package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +2 -1
  10. package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +56 -0
  11. package/theme/overrides/M4LExtendedComponents/M4LCommonActions.d.ts +1 -0
  12. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +988 -0
  13. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +31 -7
  14. package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +34 -0
  15. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +20 -14
  16. package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +8 -4
  17. package/theme/overrides/M4LExtendedComponents/{index.ead1a06a.js → index.28d622ba.js} +823 -309
  18. package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +77 -29
  19. package/theme/overrides/M4LRHFComponents/M4LRHFAutocompleteAsync.d.ts +1 -0
  20. package/theme/overrides/M4LRHFComponents/{index.1406e2ed.js → index.0e107243.js} +79 -36
  21. package/theme/overrides/MUIComponents/Autocomplete.d.ts +13 -2
  22. package/theme/overrides/MUIComponents/Button.d.ts +3 -1
  23. package/theme/overrides/MUIComponents/Input.d.ts +16 -3
  24. package/theme/overrides/MUIComponents/Tabs.d.ts +2 -0
  25. package/theme/overrides/MUIComponents/{index.e3d060c3.js → index.d308ce65.js} +68 -39
  26. package/theme/overrides/index.76becad2.js +93 -0
  27. package/theme/{palette.6e480083.js → palette.a914c187.js} +5 -5
  28. package/theme/{shadows.0d04d424.js → shadows.3dfe77c2.js} +1 -1
  29. package/theme/{typography.8b60719b.js → typography.dd335f0f.js} +4 -4
  30. package/utils/{getColorPresets.4a88b0ed.js → getColorPresets.9c103b85.js} +1 -1
  31. package/utils/{getColorState.1cdd7909.js → getColorState.184e9d10.js} +40 -28
  32. package/utils/getColorState.d.ts +1 -0
  33. package/theme/index.7512919c.js +0 -7
  34. package/theme/overrides/index.0d219399.js +0 -90
@@ -20,6 +20,10 @@ export declare const M4LAreasViewer: (theme: Theme) => {
20
20
  '& .react-resizable-handle': {
21
21
  backgroundColor: string;
22
22
  };
23
+ "&.react-colapsed": {
24
+ border: string;
25
+ borderColor: string;
26
+ };
23
27
  "& .M4LAreasViewer-windowRootContainer": {
24
28
  display: string;
25
29
  flexDirection: string;
@@ -197,7 +201,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
197
201
  padding: string;
198
202
  justifyContent: string;
199
203
  minHeight: string;
200
- borderBottom: string;
204
+ borderTop: string;
201
205
  borderColor: string;
202
206
  overflow: string;
203
207
  cursor: string;
@@ -205,61 +209,46 @@ export declare const M4LAreasViewer: (theme: Theme) => {
205
209
  "& .M4LTypography-root .MuiTypography-root": {
206
210
  [x: string]: any;
207
211
  };
208
- "& .M4LIcon-icon": {
209
- backgroundColor: string;
212
+ "& .MuiButtonBase-root": {
213
+ "& .M4LIcon-icon": {
214
+ backgroundColor: string;
215
+ };
216
+ };
217
+ "& .Mui-disabled": {
218
+ "& .M4LIcon-icon": {
219
+ backgroundColor: string;
220
+ };
221
+ };
222
+ "& .MuiButtonBase-root:hover": {
223
+ background: string;
224
+ color: string;
225
+ "& .M4LIcon-icon": {
226
+ backgroundColor: string;
227
+ };
210
228
  };
211
229
  };
212
230
  };
213
231
  };
214
- };
215
- '& .M4LAreasViewer-panelWindowsRoot': {
216
- background: string;
217
- boxShadow: string;
218
- borderRadius: string;
219
- display: string;
220
- alignItems: string;
221
- margin: string;
222
- padding: string;
223
- gap: string;
224
- '& .M4LAreasViewer-panelWindowsButtonContainer': {
225
- borderRadius: string;
226
- background: string;
232
+ "& .M4LAreasViewer-windowPopupRoot": {
227
233
  boxShadow: string;
228
- '&.M4LAreasViewer-selected': {
229
- background: string;
230
- boxShadow: string;
231
- };
232
- };
233
- };
234
- "& .M4LAreasViewer-windowPopupRoot": {
235
- boxShadow: string;
236
- "& .M4LIcon-root.custom-handle": {
237
- "& .M4LIcon-icon": {
238
- backgroundColor: string;
239
- width: string;
240
- height: string;
241
- minWidth: string;
242
- minHeight: string;
243
- boxShadow: string;
244
- border: string;
245
- borderColor: string;
246
- };
247
- };
248
- "& .M4LAreasViewer-windowRoot": {
249
234
  padding: string;
250
235
  background: string;
251
236
  borderRadius: string;
252
237
  border: string;
253
238
  borderColor: string;
254
239
  backdropFilter: string;
255
- '&:not(.M4LAreasViewer-loading)': {
256
- '& .M4LinearProgressIndeterminate-root': {
257
- opacity: number;
240
+ "& .M4LIcon-root.custom-handle": {
241
+ "& .M4LIcon-icon": {
242
+ backgroundColor: string;
243
+ width: string;
244
+ height: string;
245
+ minWidth: string;
246
+ minHeight: string;
247
+ boxShadow: string;
248
+ border: string;
249
+ borderColor: string;
258
250
  };
259
251
  };
260
- '& > .react-resizable-handle': {
261
- backgroundColor: string;
262
- };
263
252
  "& .M4LAreasViewer-windowRootContainer": {
264
253
  background: string;
265
254
  borderRadius: string;
@@ -268,31 +257,104 @@ export declare const M4LAreasViewer: (theme: Theme) => {
268
257
  minHeight: string;
269
258
  boxShadow: string;
270
259
  background: string;
260
+ "& .M4LIcon-root": {
261
+ "& .M4LIcon-icon": {
262
+ backgroundColor: string;
263
+ };
264
+ };
271
265
  "& .M4LTypography-root .MuiTypography-root": {
272
266
  color: string;
273
267
  };
274
268
  };
275
269
  };
270
+ "& .M4LAreasViewer-windowRoot": {
271
+ padding: string;
272
+ background: string;
273
+ borderRadius: string;
274
+ border: string;
275
+ borderColor: string;
276
+ backdropFilter: string;
277
+ '&:not(.M4LAreasViewer-loading)': {
278
+ '& .M4LinearProgressIndeterminate-root': {
279
+ opacity: number;
280
+ };
281
+ };
282
+ '& > .react-resizable-handle': {
283
+ backgroundColor: string;
284
+ };
285
+ "&.M4LAreasViewer-selectedWindow": {
286
+ border: string;
287
+ borderColor: string;
288
+ background: string;
289
+ boxShadow: string;
290
+ padding: string;
291
+ "& .M4LAreasViewer-windowRootContainer": {
292
+ "& .M4LAreasViewer-windowHeader": {
293
+ background: string;
294
+ height: string;
295
+ borderRadius: string;
296
+ boxShadow: string;
297
+ borderTop: string;
298
+ borderColor: string;
299
+ "& .M4LIcon-root": {
300
+ "& .M4LIcon-icon": {
301
+ backgroundColor: string;
302
+ };
303
+ };
304
+ "& .M4LTypography-root .MuiTypography-root": {
305
+ color: string;
306
+ };
307
+ };
308
+ };
309
+ };
310
+ };
276
311
  "&.M4LAreasViewer-selectedWindow": {
277
312
  border: string;
278
313
  borderColor: string;
279
314
  background: string;
280
315
  boxShadow: string;
281
316
  padding: string;
282
- "& .M4LAreasViewer-windowHeader": {
283
- background: string;
284
- height: string;
285
- borderRadius: string;
317
+ "& .M4LAreasViewer-windowRootContainer": {
286
318
  boxShadow: string;
287
- borderTop: string;
288
- borderColor: string;
289
- "& .M4LTypography-root .MuiTypography-root": {
290
- color: string;
319
+ "& .M4LAreasViewer-windowHeader": {
320
+ background: import("../..").StateSkeleton;
321
+ height: string;
322
+ borderRadius: string;
323
+ boxShadow: string;
324
+ borderTop: string;
325
+ borderColor: string;
326
+ "& .M4LIcon-root": {
327
+ "& .M4LIcon-icon": {
328
+ backgroundColor: string;
329
+ };
330
+ };
331
+ "& .M4LTypography-root .MuiTypography-root": {
332
+ color: string;
333
+ };
291
334
  };
292
335
  };
293
336
  };
294
337
  };
295
338
  };
339
+ '& .M4LAreasViewer-panelWindowsRoot': {
340
+ background: string;
341
+ boxShadow: string;
342
+ borderRadius: string;
343
+ display: string;
344
+ alignItems: string;
345
+ margin: string;
346
+ padding: string;
347
+ gap: string;
348
+ '& .M4LAreasViewer-panelWindowsButtonContainer': {
349
+ borderRadius: string;
350
+ background: string;
351
+ boxShadow: string;
352
+ '&.M4LAreasViewer-selected': {
353
+ background: string;
354
+ boxShadow: string;
355
+ };
356
+ };
357
+ };
296
358
  "& .M4LAreasViewer-areasLoadingErrorRoot": {
297
359
  display: string;
298
360
  flexDirection: string;
@@ -1155,23 +1217,14 @@ export declare const M4LAreasViewer: (theme: Theme) => {
1155
1217
  };
1156
1218
  M4LAreasViewerModal: {
1157
1219
  styleOverrides: {
1158
- "&.M4LAreasViewer-windowModalRoot": {
1220
+ "&.M4LAreasViewer-windowModalRoot .M4LAreasViewer-windowRoot": {
1159
1221
  borderRadius: string;
1160
1222
  boxShadow: string;
1161
- '& .M4LAreasViewer-windowRoot': {
1223
+ background: string;
1224
+ '& .M4LAreasViewer-windowContent': {
1162
1225
  borderRadius: string;
1163
- };
1164
- "& .M4LIcon-root.custom-handle": {
1165
- "& .M4LIcon-icon": {
1166
- backgroundColor: string;
1167
- width: string;
1168
- height: string;
1169
- minWidth: string;
1170
- minHeight: string;
1171
- boxShadow: string;
1172
- border: string;
1173
- borderColor: string;
1174
- };
1226
+ boxShadow: string;
1227
+ background: string;
1175
1228
  };
1176
1229
  "& .M4LAreasViewer-areasLoadingErrorRoot": {
1177
1230
  display: string;
@@ -2046,6 +2099,8 @@ export declare const M4LAreasViewer: (theme: Theme) => {
2046
2099
  flexDirection: string;
2047
2100
  height: string;
2048
2101
  background: string;
2102
+ borderRadius: string;
2103
+ boxShadow: string;
2049
2104
  "& .M4LAreasViewer-windowHeader": {
2050
2105
  cursor: string;
2051
2106
  display: string;
@@ -2077,6 +2132,18 @@ export declare const M4LAreasViewer: (theme: Theme) => {
2077
2132
  };
2078
2133
  };
2079
2134
  };
2135
+ "& .M4LIcon-root.custom-handle": {
2136
+ "& .M4LIcon-icon": {
2137
+ backgroundColor: string;
2138
+ width: string;
2139
+ height: string;
2140
+ minWidth: string;
2141
+ minHeight: string;
2142
+ boxShadow: string;
2143
+ border: string;
2144
+ borderColor: string;
2145
+ };
2146
+ };
2080
2147
  };
2081
2148
  };
2082
2149
  };
@@ -1,5 +1,5 @@
1
1
  import { Theme } from '@mui/material/styles';
2
- export declare const M4LAvatar: (_theme: Theme) => {
2
+ export declare const M4LAvatar: (theme: Theme) => {
3
3
  M4LAvatar: {
4
4
  styleOverrides: {
5
5
  '&.M4LAvatar-root': {
@@ -7,6 +7,7 @@ export declare const M4LAvatar: (_theme: Theme) => {
7
7
  width: string;
8
8
  height: string;
9
9
  borderRadius: string;
10
+ background: string | undefined;
10
11
  };
11
12
  test: string;
12
13
  };
@@ -0,0 +1,56 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ export declare const M4LCheckBox: (theme: Theme) => {
3
+ M4LCheckBox: {
4
+ styleOverrides: {
5
+ '&.M4LCheckBox-root': {
6
+ display: string;
7
+ flexDirection: string;
8
+ gap: string;
9
+ '& .MuiTypography-root': {
10
+ color: string;
11
+ };
12
+ '.M4LCheckBox-small .MuiButtonBase-root': {
13
+ width: string;
14
+ height: string;
15
+ };
16
+ '.MuiCheckbox-root .MuiSvgIcon-fontSizeSmall': {
17
+ width: string;
18
+ height: string;
19
+ };
20
+ '.M4LCheckBox-medium .MuiButtonBase-root': {
21
+ width: string;
22
+ height: string;
23
+ };
24
+ '.MuiCheckbox-root .MuiSvgIcon-fontSizeMedium': {
25
+ width: string;
26
+ height: string;
27
+ };
28
+ '.MuiButtonBase-root': {
29
+ borderRadius: string;
30
+ };
31
+ '.MuiButtonBase-root:hover': {
32
+ backgroundColor: string;
33
+ };
34
+ '.Mui-focusVisible': {
35
+ border: string;
36
+ borderColor: string;
37
+ };
38
+ '.MuiButtonBase-root:hover .MuiSvgIcon-root': {
39
+ fill: string;
40
+ };
41
+ '.M4LCheckBox-checkTypography .MuiTypography-root': {
42
+ [x: string]: any;
43
+ };
44
+ '.M4LCheckBox-stateDisabled .MuiSvgIcon-root': {
45
+ fill: string;
46
+ };
47
+ '.M4LCheckBox-stateDisabled .MuiTypography-root': {
48
+ color: string;
49
+ };
50
+ '.MuiButtonBase-root .Mui-focusVisible:focus-visible': {
51
+ outline: string;
52
+ };
53
+ };
54
+ };
55
+ };
56
+ };
@@ -8,6 +8,7 @@ export declare const M4LCommonActions: (_theme: Theme) => {
8
8
  gap: string;
9
9
  justifyContent: string;
10
10
  width: string;
11
+ overflow: string;
11
12
  };
12
13
  };
13
14
  };