@m4l/styles 0.0.19 → 0.0.20

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 CHANGED
@@ -1,11 +1,11 @@
1
- import { d as f } from "./theme/defaultThemeOptions.d67fe64c.js";
2
- import { c as l, s as g } from "./theme/shadows.354bbb03.js";
3
- import { P as u, p as d } from "./theme/palette.95c4f9c8.js";
4
- import { t as S } from "./theme/typography.61f909b7.js";
5
- import { f as C } from "./theme/overrides/index.6b7aec0f.js";
6
- import { u as R } from "./utils/useResponsive.2c45e8e0.js";
7
- import { e as T, b, c as v, d as y, g as z, a as w, t as F } from "./utils/getColorPresets.d73f30ad.js";
8
- import { g as k } from "./utils/getColorState.bde51cf7.js";
1
+ import { d as f } from "./theme/defaultThemeOptions.dd98806d.js";
2
+ import { c as l, s as g } from "./theme/shadows.0d04d424.js";
3
+ import { P as n, p as d } from "./theme/palette.6e480083.js";
4
+ import { t as S } from "./theme/typography.8b60719b.js";
5
+ import { f as O } from "./theme/overrides/index.0d219399.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.4a88b0ed.js";
8
+ import { g as k } from "./utils/getColorState.1cdd7909.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";
@@ -13,22 +13,22 @@ import "@mui/material/useMediaQuery";
13
13
  import "@mui/system";
14
14
  import "@mui/material";
15
15
  import "./theme/overrides/MUIComponents/index.e3d060c3.js";
16
- import "./theme/overrides/M4LExtendedComponents/index.bd713d88.js";
16
+ import "./theme/overrides/M4LExtendedComponents/index.ead1a06a.js";
17
17
  import "./theme/overrides/M4LRHFComponents/index.1406e2ed.js";
18
18
  export {
19
- u as PATRONUSCOLORS,
19
+ n as PATRONUSCOLORS,
20
20
  T as blaze,
21
- b as candy,
22
- v as colorPresets,
21
+ b as colorPresets,
23
22
  l as createCustomShadows,
24
- y as defaultPreset,
23
+ v as defaultPreset,
25
24
  f as defaultThemeOptions,
26
- C as fnComponentsOverrides,
27
- z as getColorPresets,
25
+ z as desert,
26
+ O as fnComponentsOverrides,
27
+ w as getColorPresets,
28
28
  k as getColorState,
29
29
  A as getFontValue,
30
30
  j as globalRemSize,
31
- w as grass,
31
+ y as grass,
32
32
  D as muiBreakpointsValues,
33
33
  d as palette,
34
34
  B as pxToRem,
@@ -37,5 +37,5 @@ export {
37
37
  g as shadows,
38
38
  F as turqui,
39
39
  S as typography,
40
- R as useResponsive
40
+ c as useResponsive
41
41
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
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.d73f30ad.js";
3
+ import { g as t } from "../utils/getColorPresets.4a88b0ed.js";
4
4
  import "@mui/system";
5
- import { t as o } from "./typography.61f909b7.js";
6
- import { p as a } from "./palette.95c4f9c8.js";
5
+ import { t as o } from "./typography.8b60719b.js";
6
+ import { p as a } from "./palette.6e480083.js";
7
7
  import { alpha as s } from "@mui/material";
8
- import { s as p, c as e } from "./shadows.354bbb03.js";
9
- import { g as i } from "../utils/getColorState.bde51cf7.js";
8
+ import { s as p, c as e } from "./shadows.0d04d424.js";
9
+ import { g as i } from "../utils/getColorState.1cdd7909.js";
10
10
  const w = {
11
11
  typography: o,
12
12
  palette: {
@@ -0,0 +1,7 @@
1
+ import "./defaultThemeOptions.dd98806d.js";
2
+ import "./shadows.0d04d424.js";
3
+ import "./palette.6e480083.js";
4
+ import "./typography.8b60719b.js";
5
+ import "@mui/material";
6
+ import "@mui/material/styles";
7
+ import "@mui/system";
@@ -3,6 +3,192 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
3
3
  M4LDynamicFilter: {
4
4
  styleOverrides: {
5
5
  '&.M4LDynamicFilter-root': {
6
+ [x: string]: string | {
7
+ gap: string;
8
+ height?: undefined;
9
+ width?: undefined;
10
+ '& .M4LDynamicFilter-containerInputFilter'?: undefined;
11
+ borderColor?: undefined;
12
+ display?: undefined;
13
+ flexDirection?: undefined;
14
+ backgroundColor?: undefined;
15
+ padding?: undefined;
16
+ maxWidth?: undefined;
17
+ alignItems?: undefined;
18
+ '& > input'?: undefined;
19
+ '& input:focus-visible'?: undefined;
20
+ borderLeft?: undefined;
21
+ } | {
22
+ [x: string]: string | {
23
+ height: string;
24
+ background: string;
25
+ display: string;
26
+ flexDirection: string;
27
+ alignItems: string;
28
+ justifyContent: string;
29
+ width?: undefined;
30
+ maxWidth?: undefined;
31
+ } | {
32
+ [x: string]: string | {
33
+ height: string;
34
+ };
35
+ width: string;
36
+ alignItems: string;
37
+ maxWidth: string;
38
+ height?: undefined;
39
+ background?: undefined;
40
+ display?: undefined;
41
+ flexDirection?: undefined;
42
+ justifyContent?: undefined;
43
+ };
44
+ height: string;
45
+ width: string;
46
+ '& .M4LDynamicFilter-containerInputFilter': {
47
+ [x: string]: string | {
48
+ height: string;
49
+ };
50
+ width: string;
51
+ alignItems: string;
52
+ maxWidth: string;
53
+ };
54
+ gap?: undefined;
55
+ borderColor?: undefined;
56
+ display?: undefined;
57
+ flexDirection?: undefined;
58
+ backgroundColor?: undefined;
59
+ padding?: undefined;
60
+ maxWidth?: undefined;
61
+ alignItems?: undefined;
62
+ '& > input'?: undefined;
63
+ '& input:focus-visible'?: undefined;
64
+ borderLeft?: undefined;
65
+ } | {
66
+ borderColor: string;
67
+ gap?: undefined;
68
+ height?: undefined;
69
+ width?: undefined;
70
+ '& .M4LDynamicFilter-containerInputFilter'?: undefined;
71
+ display?: undefined;
72
+ flexDirection?: undefined;
73
+ backgroundColor?: undefined;
74
+ padding?: undefined;
75
+ maxWidth?: undefined;
76
+ alignItems?: undefined;
77
+ '& > input'?: undefined;
78
+ '& input:focus-visible'?: undefined;
79
+ borderLeft?: undefined;
80
+ } | {
81
+ [x: string]: string | {
82
+ gap: string;
83
+ padding: string;
84
+ };
85
+ display: string;
86
+ flexDirection: string;
87
+ gap: string;
88
+ backgroundColor: string;
89
+ padding: string;
90
+ height?: undefined;
91
+ width?: undefined;
92
+ '& .M4LDynamicFilter-containerInputFilter'?: undefined;
93
+ borderColor?: undefined;
94
+ maxWidth?: undefined;
95
+ alignItems?: undefined;
96
+ '& > input'?: undefined;
97
+ '& input:focus-visible'?: undefined;
98
+ borderLeft?: undefined;
99
+ } | {
100
+ display: string;
101
+ flexDirection: string;
102
+ gap: string;
103
+ padding: string;
104
+ backgroundColor: string;
105
+ height: string;
106
+ maxWidth: string;
107
+ width: string;
108
+ alignItems: string;
109
+ '& > input': {
110
+ color: string;
111
+ padding: string;
112
+ width: string;
113
+ height: string;
114
+ borderRadius: string;
115
+ border: string;
116
+ borderColor: string;
117
+ background: string;
118
+ };
119
+ '& input:focus-visible': {
120
+ border: string;
121
+ borderColor: string;
122
+ background: string;
123
+ BorderRadius: string;
124
+ outline: string;
125
+ padding: string;
126
+ };
127
+ '& .M4LDynamicFilter-containerInputFilter'?: undefined;
128
+ borderColor?: undefined;
129
+ borderLeft?: undefined;
130
+ } | {
131
+ [x: string]: string | {
132
+ height: string;
133
+ padding: string;
134
+ };
135
+ borderLeft: string;
136
+ height: string;
137
+ gap?: undefined;
138
+ width?: undefined;
139
+ '& .M4LDynamicFilter-containerInputFilter'?: undefined;
140
+ borderColor?: undefined;
141
+ display?: undefined;
142
+ flexDirection?: undefined;
143
+ backgroundColor?: undefined;
144
+ padding?: undefined;
145
+ maxWidth?: undefined;
146
+ alignItems?: undefined;
147
+ '& > input'?: undefined;
148
+ '& input:focus-visible'?: undefined;
149
+ } | {
150
+ padding: string;
151
+ gap?: undefined;
152
+ height?: undefined;
153
+ width?: undefined;
154
+ '& .M4LDynamicFilter-containerInputFilter'?: undefined;
155
+ borderColor?: undefined;
156
+ display?: undefined;
157
+ flexDirection?: undefined;
158
+ backgroundColor?: undefined;
159
+ maxWidth?: undefined;
160
+ alignItems?: undefined;
161
+ '& > input'?: undefined;
162
+ '& input:focus-visible'?: undefined;
163
+ borderLeft?: undefined;
164
+ } | {
165
+ border: string;
166
+ borderTop: string;
167
+ borderColor: string;
168
+ '& .css-5ca9fi': {
169
+ [x: string]: any;
170
+ };
171
+ '& .css-1wytxsy': {
172
+ [x: string]: any;
173
+ };
174
+ borderRadius: string;
175
+ background: string;
176
+ boxShadow: string;
177
+ color: string;
178
+ gap?: undefined;
179
+ height?: undefined;
180
+ width?: undefined;
181
+ '& .M4LDynamicFilter-containerInputFilter'?: undefined;
182
+ display?: undefined;
183
+ flexDirection?: undefined;
184
+ backgroundColor?: undefined;
185
+ padding?: undefined;
186
+ maxWidth?: undefined;
187
+ alignItems?: undefined;
188
+ '& > input'?: undefined;
189
+ '& input:focus-visible'?: undefined;
190
+ borderLeft?: undefined;
191
+ };
6
192
  borderRadius: string;
7
193
  background: string;
8
194
  boxShadow: string;
@@ -10,9 +196,34 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
10
196
  border: string;
11
197
  borderColor: string;
12
198
  '& .M4LDynamicFilter-containerFistRow': {
199
+ [x: string]: string | {
200
+ height: string;
201
+ background: string;
202
+ display: string;
203
+ flexDirection: string;
204
+ alignItems: string;
205
+ justifyContent: string;
206
+ width?: undefined;
207
+ maxWidth?: undefined;
208
+ } | {
209
+ [x: string]: string | {
210
+ height: string;
211
+ };
212
+ width: string;
213
+ alignItems: string;
214
+ maxWidth: string;
215
+ height?: undefined;
216
+ background?: undefined;
217
+ display?: undefined;
218
+ flexDirection?: undefined;
219
+ justifyContent?: undefined;
220
+ };
13
221
  height: string;
14
222
  width: string;
15
223
  '& .M4LDynamicFilter-containerInputFilter': {
224
+ [x: string]: string | {
225
+ height: string;
226
+ };
16
227
  width: string;
17
228
  alignItems: string;
18
229
  maxWidth: string;
@@ -22,6 +233,10 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
22
233
  borderColor: string;
23
234
  };
24
235
  '& .M4LDynamicFilter-containerClearFilter': {
236
+ [x: string]: string | {
237
+ gap: string;
238
+ padding: string;
239
+ };
25
240
  display: string;
26
241
  flexDirection: string;
27
242
  gap: string;
@@ -58,6 +273,10 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
58
273
  };
59
274
  };
60
275
  '& .M4LDynamicFilter-wrapperApplyedFilters': {
276
+ [x: string]: string | {
277
+ height: string;
278
+ padding: string;
279
+ };
61
280
  borderLeft: string;
62
281
  height: string;
63
282
  };
@@ -103,7 +322,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
103
322
  width: string;
104
323
  '& .M4LDynamicFilter-popoverFilterPaper': {
105
324
  padding: string;
106
- width: string;
325
+ minWidth: string;
107
326
  "& .M4LPopover-arrowStyle": {
108
327
  background: string;
109
328
  };
@@ -4,9 +4,25 @@ export declare const M4LSideBar: (theme: Theme) => {
4
4
  styleOverrides: {
5
5
  '&.M4LSideBar-root': {
6
6
  [x: string]: string | {
7
+ '& .M4LImage-root': {
8
+ minWidth: string;
9
+ minHeight: string;
10
+ background: string;
11
+ };
12
+ width?: undefined;
13
+ height?: undefined;
14
+ padding?: undefined;
15
+ '& .M4LSideBar-containerSideBarLogo'?: undefined;
16
+ '& .M4LSideBar-contentGroups'?: undefined;
17
+ '& .M4LSideBar-collapseButton'?: undefined;
18
+ display?: undefined;
19
+ flexDirection?: undefined;
20
+ paddingLeft?: undefined;
21
+ } | {
7
22
  width: string;
8
23
  height: string;
9
24
  padding: string;
25
+ '& .M4LImage-root'?: undefined;
10
26
  '& .M4LSideBar-containerSideBarLogo'?: undefined;
11
27
  '& .M4LSideBar-contentGroups'?: undefined;
12
28
  '& .M4LSideBar-collapseButton'?: undefined;
@@ -16,11 +32,10 @@ export declare const M4LSideBar: (theme: Theme) => {
16
32
  } | {
17
33
  height: string;
18
34
  '& .M4LSideBar-containerSideBarLogo': {
19
- marginRight: string;
35
+ display: string;
36
+ justifyContent: string;
20
37
  '& .M4LSideBar-containerLogo': {
21
- height: string;
22
38
  display: string;
23
- flexDirection: string;
24
39
  justifyContent: string;
25
40
  alignItems: string;
26
41
  fitContent: string;
@@ -30,7 +45,6 @@ export declare const M4LSideBar: (theme: Theme) => {
30
45
  gap: string;
31
46
  '& .M4LTypography-root': {
32
47
  display: string;
33
- justifyContent: string;
34
48
  width: string;
35
49
  '& .MuiTypography-root': {
36
50
  with: string;
@@ -152,6 +166,8 @@ export declare const M4LSideBar: (theme: Theme) => {
152
166
  '& .M4LSideBar-navSubItemContentRoot ': {
153
167
  '&.M4LSideBar-subItemCollapseActive': {
154
168
  backgroundColor: string;
169
+ width: string;
170
+ height: string;
155
171
  };
156
172
  '&.M4LSideBar-subItemActive': {
157
173
  '& .M4LSideBar-navSubItemContentBullet': {
@@ -162,6 +178,8 @@ export declare const M4LSideBar: (theme: Theme) => {
162
178
  };
163
179
  '&:hover': {
164
180
  background: string;
181
+ width: string;
182
+ height: string;
165
183
  };
166
184
  };
167
185
  '& .M4LSideBar-navSubItemContentRoot': {
@@ -217,6 +235,7 @@ export declare const M4LSideBar: (theme: Theme) => {
217
235
  };
218
236
  };
219
237
  };
238
+ '& .M4LImage-root'?: undefined;
220
239
  width?: undefined;
221
240
  padding?: undefined;
222
241
  display?: undefined;
@@ -227,6 +246,7 @@ export declare const M4LSideBar: (theme: Theme) => {
227
246
  display: string;
228
247
  flexDirection: string;
229
248
  paddingLeft: string;
249
+ '& .M4LImage-root'?: undefined;
230
250
  height?: undefined;
231
251
  padding?: undefined;
232
252
  '& .M4LSideBar-containerSideBarLogo'?: undefined;
@@ -234,6 +254,7 @@ export declare const M4LSideBar: (theme: Theme) => {
234
254
  '& .M4LSideBar-collapseButton'?: undefined;
235
255
  } | {
236
256
  display: string;
257
+ '& .M4LImage-root'?: undefined;
237
258
  width?: undefined;
238
259
  height?: undefined;
239
260
  padding?: undefined;
@@ -249,14 +270,20 @@ export declare const M4LSideBar: (theme: Theme) => {
249
270
  paddingLeft: string;
250
271
  paddingBottom: string;
251
272
  boxShadow: string;
273
+ '&.M4LSideBar-collapsed': {
274
+ '& .M4LImage-root': {
275
+ minWidth: string;
276
+ minHeight: string;
277
+ background: string;
278
+ };
279
+ };
252
280
  '& .M4LSideBar-wrapperSideBar': {
253
281
  height: string;
254
282
  '& .M4LSideBar-containerSideBarLogo': {
255
- marginRight: string;
283
+ display: string;
284
+ justifyContent: string;
256
285
  '& .M4LSideBar-containerLogo': {
257
- height: string;
258
286
  display: string;
259
- flexDirection: string;
260
287
  justifyContent: string;
261
288
  alignItems: string;
262
289
  fitContent: string;
@@ -266,7 +293,6 @@ export declare const M4LSideBar: (theme: Theme) => {
266
293
  gap: string;
267
294
  '& .M4LTypography-root': {
268
295
  display: string;
269
- justifyContent: string;
270
296
  width: string;
271
297
  '& .MuiTypography-root': {
272
298
  with: string;
@@ -388,6 +414,8 @@ export declare const M4LSideBar: (theme: Theme) => {
388
414
  '& .M4LSideBar-navSubItemContentRoot ': {
389
415
  '&.M4LSideBar-subItemCollapseActive': {
390
416
  backgroundColor: string;
417
+ width: string;
418
+ height: string;
391
419
  };
392
420
  '&.M4LSideBar-subItemActive': {
393
421
  '& .M4LSideBar-navSubItemContentBullet': {
@@ -398,6 +426,8 @@ export declare const M4LSideBar: (theme: Theme) => {
398
426
  };
399
427
  '&:hover': {
400
428
  background: string;
429
+ width: string;
430
+ height: string;
401
431
  };
402
432
  };
403
433
  '& .M4LSideBar-navSubItemContentRoot': {
@@ -503,6 +533,8 @@ export declare const M4LSideBar: (theme: Theme) => {
503
533
  };
504
534
  '&:hover': {
505
535
  background: string;
536
+ width: string;
537
+ height: string;
506
538
  };
507
539
  };
508
540
  };