@m4l/styles 0.0.47 → 0.0.49

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
@@ -2,7 +2,7 @@ import { d as f } from "./theme/defaultThemeOptions.656b9eff.js";
2
2
  import { c as l, s as g } from "./theme/shadows.86540b18.js";
3
3
  import { P as u, p as d } from "./theme/palette.0590e8a6.js";
4
4
  import { t as S } from "./theme/typography.ed54f014.js";
5
- import { f as O } from "./theme/overrides/index.8e0b0233.js";
5
+ import { f as O } from "./theme/overrides/index.32aa77da.js";
6
6
  import { u as b } from "./utils/useResponsive.2c45e8e0.js";
7
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.2a91ffaf.js";
8
8
  import { g as k } from "./utils/getColorState.7b9634af.js";
@@ -13,8 +13,8 @@ import "@mui/material/useMediaQuery";
13
13
  import "@mui/system";
14
14
  import "@mui/material";
15
15
  import "./theme/overrides/MUIComponents/index.d2b98b86.js";
16
- import "./theme/overrides/M4LExtendedComponents/index.53575c95.js";
17
- import "./theme/overrides/M4LRHFComponents/index.02fada22.js";
16
+ import "./theme/overrides/M4LExtendedComponents/index.0ba2f034.js";
17
+ import "./theme/overrides/M4LRHFComponents/index.f37c2406.js";
18
18
  export {
19
19
  u as PATRONUSCOLORS,
20
20
  h as blaze,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -26,6 +26,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
26
26
  borderRight?: undefined;
27
27
  '& > input'?: undefined;
28
28
  margin?: undefined;
29
+ flexWrap?: undefined;
29
30
  } | {
30
31
  '& .M4LDynamicFilter-containerFistRow': {
31
32
  '& .M4LDynamicFilter-containerClearFilter': {
@@ -37,6 +38,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
37
38
  display: string;
38
39
  borderTop: string;
39
40
  borderColor: string;
41
+ height: string;
40
42
  '& .MuiBox-root'?: undefined;
41
43
  };
42
44
  minHeight?: undefined;
@@ -59,6 +61,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
59
61
  borderRight?: undefined;
60
62
  '& > input'?: undefined;
61
63
  margin?: undefined;
64
+ flexWrap?: undefined;
62
65
  } | {
63
66
  '& .M4LDynamicFilter-wrapperApplyedFilters': {
64
67
  [x: string]: {
@@ -74,6 +77,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
74
77
  display?: undefined;
75
78
  borderTop?: undefined;
76
79
  borderColor?: undefined;
80
+ height?: undefined;
77
81
  };
78
82
  minHeight?: undefined;
79
83
  height?: undefined;
@@ -96,6 +100,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
96
100
  borderRight?: undefined;
97
101
  '& > input'?: undefined;
98
102
  margin?: undefined;
103
+ flexWrap?: undefined;
99
104
  } | {
100
105
  height: string;
101
106
  minHeight?: undefined;
@@ -119,6 +124,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
119
124
  borderRight?: undefined;
120
125
  '& > input'?: undefined;
121
126
  margin?: undefined;
127
+ flexWrap?: undefined;
122
128
  } | {
123
129
  [x: string]: string | {
124
130
  height: string;
@@ -180,6 +186,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
180
186
  borderRight?: undefined;
181
187
  '& > input'?: undefined;
182
188
  margin?: undefined;
189
+ flexWrap?: undefined;
183
190
  } | {
184
191
  borderColor: string;
185
192
  minHeight?: undefined;
@@ -203,6 +210,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
203
210
  borderRight?: undefined;
204
211
  '& > input'?: undefined;
205
212
  margin?: undefined;
213
+ flexWrap?: undefined;
206
214
  } | {
207
215
  display: string;
208
216
  flexDirection: string;
@@ -228,6 +236,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
228
236
  borderRight?: undefined;
229
237
  '& > input'?: undefined;
230
238
  margin?: undefined;
239
+ flexWrap?: undefined;
231
240
  } | {
232
241
  display: string;
233
242
  flexDirection: string;
@@ -274,6 +283,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
274
283
  borderLeft?: undefined;
275
284
  '& .M4LIconButton-root .M4LDynamicFilter-filterButton'?: undefined;
276
285
  margin?: undefined;
286
+ flexWrap?: undefined;
277
287
  } | {
278
288
  [x: string]: string | {
279
289
  height: string;
@@ -301,6 +311,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
301
311
  borderBottomLeftRadius?: undefined;
302
312
  borderRight?: undefined;
303
313
  '& > input'?: undefined;
314
+ flexWrap?: undefined;
304
315
  } | {
305
316
  [x: string]: string | {
306
317
  padding: string;
@@ -308,13 +319,14 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
308
319
  padding: string;
309
320
  gap: string;
310
321
  height: string;
322
+ display: string;
323
+ flexWrap: string;
311
324
  minHeight?: undefined;
312
325
  '& .M4LDynamicFilter-containerFistRow'?: undefined;
313
326
  '& .M4LDynamicFilter-wrapperApplyedFilters'?: undefined;
314
327
  width?: undefined;
315
328
  '& .M4LDynamicFilter-containerInputFilter'?: undefined;
316
329
  borderColor?: undefined;
317
- display?: undefined;
318
330
  flexDirection?: undefined;
319
331
  alignItems?: undefined;
320
332
  borderTopRightRadius?: undefined;
@@ -360,13 +372,13 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
360
372
  borderRight?: undefined;
361
373
  '& > input'?: undefined;
362
374
  margin?: undefined;
375
+ flexWrap?: undefined;
363
376
  };
364
377
  borderRadius: string;
365
378
  background: string;
366
379
  padding: string;
367
380
  border: string;
368
381
  borderColor: string;
369
- minHeight: string;
370
382
  height: string;
371
383
  '&.M4LDynamicFilter-isMobile': {
372
384
  '& .M4LDynamicFilter-containerFistRow': {
@@ -379,6 +391,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
379
391
  display: string;
380
392
  borderTop: string;
381
393
  borderColor: string;
394
+ height: string;
382
395
  };
383
396
  };
384
397
  '&.M4LDynamicFilter-isEmpty': {
@@ -514,6 +527,8 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
514
527
  padding: string;
515
528
  gap: string;
516
529
  height: string;
530
+ display: string;
531
+ flexWrap: string;
517
532
  };
518
533
  '& .M4LDynamicFilter-applyedFilter': {
519
534
  '& .css-5ca9fi': {
@@ -592,6 +607,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
592
607
  [x: string]: string | {
593
608
  padding: string;
594
609
  minWidth: string;
610
+ maxWidth: string;
595
611
  minHeight: string;
596
612
  boxShadow: string;
597
613
  '& .M4LPopover-arrowStyle': {
@@ -601,6 +617,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
601
617
  gap: string;
602
618
  width: string;
603
619
  minWidth: string;
620
+ maxWidth: string;
604
621
  height: string;
605
622
  '& .M4LDynamicFilter-popoverFilterHeader': {
606
623
  background: string;
@@ -621,7 +638,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
621
638
  };
622
639
  '& .M4LDynamicFilter-popoverContainerFields': {
623
640
  height: string;
624
- "& .M4LDynamicFilter-containerStringFilter,\n & .M4LDynamicFilter-containerBooleanFilter,\n & .M4LDynamicFilter-containerNumberFilter,\n & .M4LDynamicFilter-containerDateTimeFilter\n ": {
641
+ "& .M4LDynamicFilter-containerStringFilter,\n & .M4LDynamicFilter-containerBooleanFilter,\n & .M4LDynamicFilter-containerNumberFilter,\n & .M4LDynamicFilter-containerDateTimeFilter,\n & .M4LDynamicFilter-containerSelectFilter\n ": {
625
642
  display: string;
626
643
  height: string;
627
644
  flexDirection: string;
@@ -655,7 +672,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
655
672
  };
656
673
  '& .M4LDynamicFilter-popoverContainerFields': {
657
674
  height: string;
658
- "& .M4LDynamicFilter-containerStringFilter,\n & .M4LDynamicFilter-containerBooleanFilter,\n & .M4LDynamicFilter-containerNumberFilter,\n & .M4LDynamicFilter-containerDateTimeFilter\n ": {
675
+ "& .M4LDynamicFilter-containerStringFilter,\n & .M4LDynamicFilter-containerBooleanFilter,\n & .M4LDynamicFilter-containerNumberFilter,\n & .M4LDynamicFilter-containerDateTimeFilter,\n & .M4LDynamicFilter-containerSelectFilter\n ": {
659
676
  display: string;
660
677
  height: string;
661
678
  flexDirection: string;
@@ -676,6 +693,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
676
693
  };
677
694
  padding?: undefined;
678
695
  minWidth?: undefined;
696
+ maxWidth?: undefined;
679
697
  minHeight?: undefined;
680
698
  boxShadow?: undefined;
681
699
  '& .M4LPopover-arrowStyle'?: undefined;
@@ -685,6 +703,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
685
703
  '& .M4LDynamicFilter-popoverFilterPaper': {
686
704
  padding: string;
687
705
  minWidth: string;
706
+ maxWidth: string;
688
707
  minHeight: string;
689
708
  boxShadow: string;
690
709
  '& .M4LPopover-arrowStyle': {
@@ -694,6 +713,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
694
713
  gap: string;
695
714
  width: string;
696
715
  minWidth: string;
716
+ maxWidth: string;
697
717
  height: string;
698
718
  '& .M4LDynamicFilter-popoverFilterHeader': {
699
719
  background: string;
@@ -714,7 +734,7 @@ export declare const M4LDynamicFilter: (theme: Theme) => {
714
734
  };
715
735
  '& .M4LDynamicFilter-popoverContainerFields': {
716
736
  height: string;
717
- "& .M4LDynamicFilter-containerStringFilter,\n & .M4LDynamicFilter-containerBooleanFilter,\n & .M4LDynamicFilter-containerNumberFilter,\n & .M4LDynamicFilter-containerDateTimeFilter\n ": {
737
+ "& .M4LDynamicFilter-containerStringFilter,\n & .M4LDynamicFilter-containerBooleanFilter,\n & .M4LDynamicFilter-containerNumberFilter,\n & .M4LDynamicFilter-containerDateTimeFilter,\n & .M4LDynamicFilter-containerSelectFilter\n ": {
718
738
  display: string;
719
739
  height: string;
720
740
  flexDirection: string;
@@ -95,7 +95,6 @@ export declare const M4LModalDialog: (theme: Theme) => {
95
95
  flex: string;
96
96
  overflow: string;
97
97
  '& .M4LStack-root': {
98
- gap: string;
99
98
  overflow: string;
100
99
  };
101
100
  };