@m4l/styles 0.0.25 → 0.0.27
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 +6 -6
- package/package.json +1 -1
- package/theme/defaultThemeOptions.e09f6ae8.js +30 -0
- package/theme/{index.8bbc9635.js → index.e131f0b1.js} +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +4 -3
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +3153 -1675
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +15 -10
- package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +17 -1
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +13 -9
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +155 -32
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +4 -0
- package/theme/overrides/M4LExtendedComponents/M4LScrollBar.d.ts +20 -5
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +40 -52
- package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +1 -1
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +6 -0
- package/theme/overrides/M4LExtendedComponents/{index.a0dbf03e.js → index.8ed38278.js} +264 -133
- package/theme/overrides/MUIComponents/Badge.d.ts +2 -0
- package/theme/overrides/MUIComponents/Tabs.d.ts +1 -2
- package/theme/overrides/MUIComponents/{index.56b4e9b3.js → index.c5a85efa.js} +15 -14
- package/theme/overrides/{index.5c0e3013.js → index.0d1a7a95.js} +10 -10
- package/theme/{typography.248c39d2.js → typography.006a6c85.js} +1 -1
- package/utils/{getColorState.2c0892d1.js → getColorState.f10d3d33.js} +8 -8
- package/theme/defaultThemeOptions.ce206b4e.js +0 -30
package/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { d as f } from "./theme/defaultThemeOptions.
|
|
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.
|
|
5
|
-
import { f as O } from "./theme/overrides/index.
|
|
4
|
+
import { t as S } from "./theme/typography.006a6c85.js";
|
|
5
|
+
import { f as O } from "./theme/overrides/index.0d1a7a95.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.
|
|
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.
|
|
16
|
-
import "./theme/overrides/M4LExtendedComponents/index.
|
|
15
|
+
import "./theme/overrides/MUIComponents/index.c5a85efa.js";
|
|
16
|
+
import "./theme/overrides/M4LExtendedComponents/index.8ed38278.js";
|
|
17
17
|
import "./theme/overrides/M4LRHFComponents/index.3df47466.js";
|
|
18
18
|
export {
|
|
19
19
|
u as PATRONUSCOLORS,
|
package/package.json
CHANGED
|
@@ -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.
|
|
1
|
+
import "./defaultThemeOptions.e09f6ae8.js";
|
|
2
2
|
import "./shadows.386e7ef4.js";
|
|
3
3
|
import "./palette.b6e02e1c.js";
|
|
4
|
-
import "./typography.
|
|
4
|
+
import "./typography.006a6c85.js";
|
|
5
5
|
import "@mui/material";
|
|
6
6
|
import "@mui/material/styles";
|
|
7
7
|
import "@mui/system";
|
|
@@ -42,9 +42,10 @@ export declare const M4LAccordion: (theme: Theme) => {
|
|
|
42
42
|
borderColor: string;
|
|
43
43
|
borderRadius: string;
|
|
44
44
|
padding: string;
|
|
45
|
-
'& .
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
'& .M4LAccordion-content': {
|
|
46
|
+
'& .M4LPropertyValue-root:last-of-type': {
|
|
47
|
+
borderBottom: string;
|
|
48
|
+
};
|
|
48
49
|
};
|
|
49
50
|
};
|
|
50
51
|
};
|
|
@@ -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
|
};
|