@m4l/styles 0.0.25 → 0.0.26

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,19 +1,19 @@
1
- import { d as f } from "./theme/defaultThemeOptions.ce206b4e.js";
1
+ import { d as f } from "./theme/defaultThemeOptions.e09f6ae8.js";
2
2
  import { c as l, s as g } from "./theme/shadows.386e7ef4.js";
3
3
  import { P as u, p as d } from "./theme/palette.b6e02e1c.js";
4
- import { t as S } from "./theme/typography.248c39d2.js";
5
- import { f as O } from "./theme/overrides/index.5c0e3013.js";
4
+ import { t as S } from "./theme/typography.006a6c85.js";
5
+ import { f as O } from "./theme/overrides/index.ede1f7a6.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.241c5bac.js";
8
- import { g as k } from "./utils/getColorState.2c0892d1.js";
8
+ import { g as k } from "./utils/getColorState.f10d3d33.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";
12
12
  import "@mui/material/useMediaQuery";
13
13
  import "@mui/system";
14
14
  import "@mui/material";
15
- import "./theme/overrides/MUIComponents/index.56b4e9b3.js";
16
- import "./theme/overrides/M4LExtendedComponents/index.a0dbf03e.js";
15
+ import "./theme/overrides/MUIComponents/index.c5a85efa.js";
16
+ import "./theme/overrides/M4LExtendedComponents/index.ebc4ec7a.js";
17
17
  import "./theme/overrides/M4LRHFComponents/index.3df47466.js";
18
18
  export {
19
19
  u as PATRONUSCOLORS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -0,0 +1,30 @@
1
+ import "@mui/material/styles";
2
+ import "@mui/material/useMediaQuery";
3
+ import { g as r } from "../utils/getColorPresets.241c5bac.js";
4
+ import "@mui/system";
5
+ import { t as a } from "./typography.006a6c85.js";
6
+ import { p as o } from "./palette.b6e02e1c.js";
7
+ import { alpha as s } from "@mui/material";
8
+ import { s as p, c as e } from "./shadows.386e7ef4.js";
9
+ import { g as m } from "../utils/getColorState.f10d3d33.js";
10
+ const k = {
11
+ typography: a,
12
+ palette: {
13
+ ...o.dark,
14
+ primary: r("patronus"),
15
+ state: { ...m("patronus", "dark") },
16
+ representative: r("patronus").darker
17
+ },
18
+ shape: { borderRadius: 8 },
19
+ direction: "rtl",
20
+ shadows: p.dark,
21
+ customShadows: {
22
+ primary: `0 8px 16px 0 ${s(r("patronus").main, 0.2)}`,
23
+ ...e("dark")
24
+ },
25
+ stretch: !0,
26
+ spacing: (t) => `${0.5 * t}rem`
27
+ };
28
+ export {
29
+ k as d
30
+ };
@@ -1,7 +1,7 @@
1
- import "./defaultThemeOptions.ce206b4e.js";
1
+ import "./defaultThemeOptions.e09f6ae8.js";
2
2
  import "./shadows.386e7ef4.js";
3
3
  import "./palette.b6e02e1c.js";
4
- import "./typography.248c39d2.js";
4
+ import "./typography.006a6c85.js";
5
5
  import "@mui/material";
6
6
  import "@mui/material/styles";
7
7
  import "@mui/system";
@@ -72,13 +72,13 @@ export declare const M4LAccountPopover: (theme: Theme) => {
72
72
  width: string;
73
73
  borderRadius: string;
74
74
  padding: string;
75
+ cursor: string;
75
76
  '&:hover': {
76
77
  background: string;
77
78
  };
78
79
  '& .M4LAccountPopover-menuItem': {
79
80
  padding: string;
80
81
  borderRadius: string;
81
- cursor: string;
82
82
  };
83
83
  };
84
84
  };
@@ -90,13 +90,13 @@ export declare const M4LAccountPopover: (theme: Theme) => {
90
90
  borderRadius: string;
91
91
  width: string;
92
92
  alignItems: string;
93
+ cursor: string;
93
94
  '&:hover': {
94
95
  background: string;
95
96
  };
96
97
  '& .M4LAccountPopover-logOut': {
97
98
  padding: string;
98
99
  borderRadius: string;
99
- cursor: string;
100
100
  color: string;
101
101
  };
102
102
  };