@m4l/styles 0.0.48 → 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
@@ -1,41 +1,41 @@
1
- import { g as f, m as x } from "./config.5405b46b.js";
2
- import { d as g } from "./theme/defaultThemeOptions.348dc196.js";
3
- import { c as u, s as d } from "./theme/shadows.86540b18.js";
4
- import { P as S, p as C } from "./theme/palette.0590e8a6.js";
5
- import { t as R } from "./theme/typography.8878fde5.js";
6
- import { f as c } from "./theme/overrides/index.155beeb3.js";
7
- import { u as T } from "./utils/useResponsive.2c45e8e0.js";
8
- import { g as w } from "./utils/getColorState.6c23eada.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.2a91ffaf.js";
10
- import { g as N, p as U, a as j, r as D } from "./utils/getFontValue.88831637.js";
11
- import "@mui/material";
1
+ import { d as f } from "./theme/defaultThemeOptions.656b9eff.js";
2
+ import { c as l, s as g } from "./theme/shadows.86540b18.js";
3
+ import { P as u, p as d } from "./theme/palette.0590e8a6.js";
4
+ import { t as S } from "./theme/typography.ed54f014.js";
5
+ import { f as O } from "./theme/overrides/index.32aa77da.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.2a91ffaf.js";
8
+ import { g as k } from "./utils/getColorState.7b9634af.js";
9
+ import { g as A, p as B, a as L, r as N } from "./utils/getFontValue.88831637.js";
10
+ import { g as j, m as D } from "./config.5405b46b.js";
12
11
  import "@mui/material/styles";
13
- import "./theme/overrides/MUIComponents/index.d2b98b86.js";
14
- import "./theme/overrides/M4LExtendedComponents/index.fbdb0818.js";
12
+ import "@mui/material/useMediaQuery";
15
13
  import "@mui/system";
14
+ import "@mui/material";
15
+ import "./theme/overrides/MUIComponents/index.d2b98b86.js";
16
+ import "./theme/overrides/M4LExtendedComponents/index.0ba2f034.js";
16
17
  import "./theme/overrides/M4LRHFComponents/index.f37c2406.js";
17
- import "@mui/material/useMediaQuery";
18
18
  export {
19
- S as PATRONUSCOLORS,
20
- y as blaze,
21
- F as brown,
22
- V as colorPresets,
23
- u as createCustomShadows,
24
- k as defaultPreset,
25
- g as defaultThemeOptions,
26
- c as fnComponentsOverrides,
27
- q as getColorPresets,
28
- w as getColorState,
29
- N as getFontValue,
30
- f as globalRemSize,
31
- A as grass,
32
- x as muiBreakpointsValues,
33
- C as palette,
34
- U as pxToRem,
35
- j as remToPx,
36
- D as responsiveFontSizes,
37
- d as shadows,
38
- B as turqui,
39
- R as typography,
40
- T as useResponsive
19
+ u as PATRONUSCOLORS,
20
+ h as blaze,
21
+ T as brown,
22
+ v as colorPresets,
23
+ l as createCustomShadows,
24
+ w as defaultPreset,
25
+ f as defaultThemeOptions,
26
+ O as fnComponentsOverrides,
27
+ z as getColorPresets,
28
+ k as getColorState,
29
+ A as getFontValue,
30
+ j as globalRemSize,
31
+ y as grass,
32
+ D as muiBreakpointsValues,
33
+ d as palette,
34
+ B as pxToRem,
35
+ L as remToPx,
36
+ N as responsiveFontSizes,
37
+ g as shadows,
38
+ F as turqui,
39
+ S as typography,
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.48",
3
+ "version": "0.0.49",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -1,10 +1,13 @@
1
- import { t as a } from "./typography.8878fde5.js";
1
+ import "@mui/material/styles";
2
+ import "@mui/material/useMediaQuery";
3
+ import { g as r } from "../utils/getColorPresets.2a91ffaf.js";
4
+ import "@mui/system";
5
+ import { t as a } from "./typography.ed54f014.js";
2
6
  import { p as o } from "./palette.0590e8a6.js";
3
7
  import { alpha as s } from "@mui/material";
4
- import { s as e, c as p } from "./shadows.86540b18.js";
5
- import { g as r } from "../utils/getColorPresets.2a91ffaf.js";
6
- import { g as m } from "../utils/getColorState.6c23eada.js";
7
- const f = {
8
+ import { s as p, c as e } from "./shadows.86540b18.js";
9
+ import { g as m } from "../utils/getColorState.7b9634af.js";
10
+ const k = {
8
11
  typography: a,
9
12
  palette: {
10
13
  ...o.dark,
@@ -14,14 +17,14 @@ const f = {
14
17
  },
15
18
  shape: { borderRadius: 8 },
16
19
  direction: "rtl",
17
- shadows: e.dark,
20
+ shadows: p.dark,
18
21
  customShadows: {
19
22
  primary: `0 8px 16px 0 ${s(r("patronus").main, 0.2)}`,
20
- ...p("dark")
23
+ ...e("dark")
21
24
  },
22
25
  stretch: !0,
23
26
  spacing: (t) => `${0.5 * t}rem`
24
27
  };
25
28
  export {
26
- f as d
29
+ k as d
27
30
  };
@@ -0,0 +1,7 @@
1
+ import "./defaultThemeOptions.656b9eff.js";
2
+ import "./shadows.86540b18.js";
3
+ import "./palette.0590e8a6.js";
4
+ import "./typography.ed54f014.js";
5
+ import "@mui/material";
6
+ import "@mui/material/styles";
7
+ import "@mui/system";
@@ -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': {
@@ -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
  };