@m4l/styles 3.2.1 → 3.2.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,35 +1,43 @@
1
- import { D as o, g as a, m as r } from "./config-B8bZIPuH.js";
2
- import { d as p } from "./theme/defaultThemeOptions-BlJvKCE6.js";
3
- import { c as f, s as x } from "./theme/shadows-GTYqExFA.js";
4
- import { t as g } from "./theme/typography-BsOO459U.js";
5
- import { f as S } from "./theme/overrides/index-DFdz4PJZ.js";
6
- import { B as n, a as E, C as i, G as T, g as u, p as P } from "./theme/palette-DM0gXxA2.js";
7
- import { u as d } from "./utils/useResponsive-DaeQVwlH.js";
8
- import { D as A, d as L, g as B } from "./utils/getColorPresets-CXZaM9oS.js";
9
- import { g as D, p as F, a as v, r as y } from "./utils/getFontValue-BEO-XID9.js";
10
- import { g as w } from "./utils/getColorState-D1JKXD4T.js";
1
+ import { D as x, g as O, m as g } from "./config.3bb6415c.js";
2
+ import { d as S } from "./theme/defaultThemeOptions.b39953a8.js";
3
+ import { c as n, s as E } from "./theme/shadows.67c0a60a.js";
4
+ import { t as u } from "./theme/typography.616cfe0c.js";
5
+ import { f as R } from "./theme/overrides/index.cc540e59.js";
6
+ import { B as _, a as A, C as L, G as B, g as h, p as D } from "./theme/palette.fc293d0e.js";
7
+ import { u as v } from "./utils/useResponsive.2c45e8e0.js";
8
+ import { D as c, d as w, g as z } from "./utils/getColorPresets.38329841.js";
9
+ import { g as I, p as M, a as U, r as V } from "./utils/getFontValue.88831637.js";
10
+ import { g as b } from "./utils/getColorState.b8092fb6.js";
11
+ import "@mui/material/styles";
12
+ import "@mui/material";
13
+ import "./theme/overrides/MUIComponents/index.2b5bc914.js";
14
+ import "./theme/overrides/M4LRHFComponents/index.7d702163.js";
15
+ import "@mui/system";
16
+ import "./theme/overrides/M4LExtendedComponents/index.dbc24a3d.js";
17
+ import "@mui/material/styles/createPalette";
18
+ import "@mui/material/useMediaQuery";
11
19
  export {
12
- n as BASE_COLORS,
13
- E as BASE_OPACITY_COLORS,
14
- i as COMMON_COLORS,
15
- A as DEFAULT_PRESET,
16
- o as DEFAULT_SIZE,
17
- T as GREY_PALETTE,
18
- f as createCustomShadows,
19
- L as defaultPresetColors,
20
- p as defaultThemeOptions,
21
- S as fnComponentsOverrides,
22
- B as getColorPresets,
23
- w as getColorState,
24
- D as getFontValue,
25
- u as getPaletteByPreset,
26
- a as globalRemSize,
27
- r as muiBreakpointsValues,
28
- P as presetsOptions,
29
- F as pxToRem,
30
- v as remToPx,
31
- y as responsiveFontSizes,
32
- x as shadows,
33
- g as typography,
34
- d as useResponsive
20
+ _ as BASE_COLORS,
21
+ A as BASE_OPACITY_COLORS,
22
+ L as COMMON_COLORS,
23
+ c as DEFAULT_PRESET,
24
+ x as DEFAULT_SIZE,
25
+ B as GREY_PALETTE,
26
+ n as createCustomShadows,
27
+ w as defaultPresetColors,
28
+ S as defaultThemeOptions,
29
+ R as fnComponentsOverrides,
30
+ z as getColorPresets,
31
+ b as getColorState,
32
+ I as getFontValue,
33
+ h as getPaletteByPreset,
34
+ O as globalRemSize,
35
+ g as muiBreakpointsValues,
36
+ D as presetsOptions,
37
+ M as pxToRem,
38
+ U as remToPx,
39
+ V as responsiveFontSizes,
40
+ E as shadows,
41
+ u as typography,
42
+ v as useResponsive
35
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -1,8 +1,8 @@
1
1
  import { createTheme as a, alpha as s } from "@mui/material/styles";
2
- import { t as o } from "./typography-BsOO459U.js";
3
- import { s as r, c as m } from "./shadows-GTYqExFA.js";
4
- import { g as p } from "./palette-DM0gXxA2.js";
5
- import { g as h, D as t } from "../utils/getColorPresets-CXZaM9oS.js";
2
+ import { t as o } from "./typography.616cfe0c.js";
3
+ import { s as r, c as m } from "./shadows.67c0a60a.js";
4
+ import { g as p } from "./palette.fc293d0e.js";
5
+ import { g as h, D as t } from "../utils/getColorPresets.38329841.js";
6
6
  const e = a(), f = {
7
7
  ...e,
8
8
  typography: o,
@@ -52,9 +52,6 @@ export declare const M4LAreasViewer: (theme: Omit<Theme, 'palette' | 'applyStyle
52
52
  opacity: number;
53
53
  };
54
54
  };
55
- '& .react-resizable-handle': {
56
- backgroundColor: string;
57
- };
58
55
  '&.react-colapsed': {
59
56
  border: string;
60
57
  borderColor: string;