@m4l/styles 2.0.1 → 2.0.2

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,51 +1,44 @@
1
- import { d as f } from "./theme/defaultThemeOptions.d580f3ec.js";
2
- import { c as R, s as S } from "./theme/shadows.e0c009ff.js";
3
- import { C, E as l, G as g, I as n, O as u, P, a as T, b as d, S as A, c as E, W as N, p as b } from "./theme/palette.287635f2.js";
4
- import { t as I } from "./theme/typography.947dc33f.js";
5
- import { f as F } from "./theme/overrides/index.11f693b6.js";
6
- import { u as v } from "./utils/useResponsive.2c45e8e0.js";
7
- import { e as z, b as G, c as L, d as M, g as U, a as y, t as D } from "./utils/getColorPresets.a96a4046.js";
8
- import { g as W } from "./utils/getColorState.18b61422.js";
9
- import { g as q, p as B, a as j, r as H } from "./utils/getFontValue.88831637.js";
10
- import { g as K, m as Q } from "./config.5405b46b.js";
11
- import "@mui/material/styles";
12
- import "@mui/material/useMediaQuery";
13
- import "@mui/system";
14
- import "@mui/material";
15
- import "./theme/overrides/MUIComponents/index.5c43e3b5.js";
16
- import "./theme/overrides/M4LRHFComponents/index.a4e93e8e.js";
17
- import "./theme/overrides/M4LExtendedComponents/index.79301515.js";
1
+ import { g as e, m as o } from "./config-CoeBxEZB.js";
2
+ import { d as t } from "./theme/defaultThemeOptions-CNJ2UmWH.js";
3
+ import { c as m, s as f } from "./theme/shadows-C9Ji2xrX.js";
4
+ import { t as R } from "./theme/typography-BsOO459U.js";
5
+ import { f as x } from "./theme/overrides/index-CuD-MKOg.js";
6
+ import { C as l, E as g, G as n, I as u, O as i, P, a as T, b as d, S as A, c as E, W as N, p as b } from "./theme/palette-CR1CkF2l.js";
7
+ import { u as I } from "./utils/useResponsive-DaeQVwlH.js";
8
+ import { g as F } from "./utils/getColorState-CGc0yrt5.js";
9
+ import { e as v, b as w, c as z, d as G, g as L, a as M, t as U } from "./utils/getColorPresets-B12zVrZ8.js";
10
+ import { g as D, p as V, a as W, r as k } from "./utils/getFontValue-BEO-XID9.js";
18
11
  export {
19
- C as COMMON,
20
- l as ERROR,
21
- g as GREY,
22
- n as INFO,
23
- u as OPACITYCOLORS,
12
+ l as COMMON,
13
+ g as ERROR,
14
+ n as GREY,
15
+ u as INFO,
16
+ i as OPACITYCOLORS,
24
17
  P as PATRONUSCOLORS,
25
18
  T as PRIMARY,
26
19
  d as SECONDARY,
27
20
  A as STATEDEFAULT,
28
21
  E as SUCCESS,
29
22
  N as WARNING,
30
- z as blaze,
31
- G as brown,
32
- L as colorPresets,
33
- R as createCustomShadows,
34
- M as defaultPreset,
35
- f as defaultThemeOptions,
36
- F as fnComponentsOverrides,
37
- U as getColorPresets,
38
- W as getColorState,
39
- q as getFontValue,
40
- K as globalRemSize,
41
- y as grass,
42
- Q as muiBreakpointsValues,
23
+ v as blaze,
24
+ w as brown,
25
+ z as colorPresets,
26
+ m as createCustomShadows,
27
+ G as defaultPreset,
28
+ t as defaultThemeOptions,
29
+ x as fnComponentsOverrides,
30
+ L as getColorPresets,
31
+ F as getColorState,
32
+ D as getFontValue,
33
+ e as globalRemSize,
34
+ M as grass,
35
+ o as muiBreakpointsValues,
43
36
  b as palette,
44
- B as pxToRem,
45
- j as remToPx,
46
- H as responsiveFontSizes,
47
- S as shadows,
48
- D as turqui,
49
- I as typography,
50
- v as useResponsive
37
+ V as pxToRem,
38
+ W as remToPx,
39
+ k as responsiveFontSizes,
40
+ f as shadows,
41
+ U as turqui,
42
+ R as typography,
43
+ I as useResponsive
51
44
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -1,13 +1,10 @@
1
- import "@mui/material/styles";
2
- import "@mui/material/useMediaQuery";
3
- import { g as t } from "../utils/getColorPresets.a96a4046.js";
4
- import "@mui/system";
5
- import { t as a } from "./typography.947dc33f.js";
6
- import { p as e } from "./palette.287635f2.js";
1
+ import { t as a } from "./typography-BsOO459U.js";
2
+ import { p as e } from "./palette-CR1CkF2l.js";
7
3
  import { createTheme as o, alpha as s } from "@mui/material";
8
- import { s as p, c as m } from "./shadows.e0c009ff.js";
9
- import { g as i } from "../utils/getColorState.18b61422.js";
10
- const r = o(), k = {
4
+ import { s as p, c as m } from "./shadows-C9Ji2xrX.js";
5
+ import { g as t } from "../utils/getColorPresets-B12zVrZ8.js";
6
+ import { g as i } from "../utils/getColorState-CGc0yrt5.js";
7
+ const r = o(), f = {
11
8
  ...r,
12
9
  typography: a,
13
10
  palette: {
@@ -30,5 +27,5 @@ const r = o(), k = {
30
27
  stretch: !0
31
28
  };
32
29
  export {
33
- k as d
30
+ f as d
34
31
  };
@@ -0,0 +1 @@
1
+