@m4l/graphics 0.1.36 → 0.1.37
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/contexts/HostThemeContext/{index.1876eb9a.js → index.a6a62c70.js} +1 -1
- package/contexts/HostThemeContext/types.d.ts +1 -1
- package/contexts/{index.4570a1cb.js → index.84089632.js} +1 -1
- package/hooks/{index.2fe4bbf1.js → index.a4ef9776.js} +1 -1
- package/index.js +28 -29
- package/package.json +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createContext as H, useState as E, useMemo as v, useCallback as M, useEffect as c } from "react";
|
|
2
2
|
import { CssBaseline as C } from "@mui/material";
|
|
3
|
-
import { createTheme as O, StyledEngineProvider as N, ThemeProvider as S } from "@
|
|
3
|
+
import { createTheme as O, StyledEngineProvider as N, ThemeProvider as S } from "@mui/material/styles";
|
|
4
4
|
import { useHostTools as x, EmitEvents as o } from "@m4l/core";
|
|
5
5
|
import { jsx as n, jsxs as F } from "react/jsx-runtime";
|
|
6
6
|
const I = H(null);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useRef as n, useEffect as s, useState as u, useContext as f } from "react";
|
|
2
|
-
import { H as i } from "../contexts/HostThemeContext/index.
|
|
2
|
+
import { H as i } from "../contexts/HostThemeContext/index.a6a62c70.js";
|
|
3
3
|
import "../contexts/FormatterContext/index.92336f4c.js";
|
|
4
4
|
import "../contexts/LocalesContext/index.3fcfbe02.js";
|
|
5
5
|
import "@mui/material/styles";
|
package/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { P as
|
|
2
|
-
import { F as
|
|
3
|
-
import { L as
|
|
4
|
-
import { H as
|
|
5
|
-
import { u as
|
|
6
|
-
import { u as
|
|
7
|
-
import { b as
|
|
8
|
-
import { u as
|
|
9
|
-
import { u as
|
|
10
|
-
import { C as
|
|
1
|
+
import { P as x } from "./components/ProgressBarStyle/index.fb6fd9ed.js";
|
|
2
|
+
import { F as l, a as d } from "./contexts/FormatterContext/index.92336f4c.js";
|
|
3
|
+
import { L as P, a as c, g } from "./contexts/LocalesContext/index.3fcfbe02.js";
|
|
4
|
+
import { H as C, a as L } from "./contexts/HostThemeContext/index.a6a62c70.js";
|
|
5
|
+
import { u as H } from "./hooks/useFirstRender/index.1e9b02fb.js";
|
|
6
|
+
import { u as T } from "./hooks/useFormatter/index.57ac8cca.js";
|
|
7
|
+
import { b as w, u as S, a as b } from "./hooks/index.a4ef9776.js";
|
|
8
|
+
import { u as z } from "./hooks/useLocales/index.8154a401.js";
|
|
9
|
+
import { u as B, a as D } from "./hooks/useResponsive/index.fc5e1b4f.js";
|
|
10
|
+
import { C as I, g as M } from "./utils/index.6909c662.js";
|
|
11
11
|
import "@mui/material/styles";
|
|
12
12
|
import "@mui/material";
|
|
13
13
|
import "react/jsx-runtime";
|
|
@@ -16,25 +16,24 @@ import "@m4l/core";
|
|
|
16
16
|
import "@mui/x-date-pickers/AdapterDateFns";
|
|
17
17
|
import "@mui/x-date-pickers";
|
|
18
18
|
import "date-fns/locale/en-US";
|
|
19
|
-
import "@m4l/styles";
|
|
20
19
|
import "@mui/material/useMediaQuery";
|
|
21
20
|
export {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
21
|
+
I as Capitalize,
|
|
22
|
+
l as FormatterContext,
|
|
23
|
+
d as FormatterProvider,
|
|
24
|
+
C as HostThemeContext,
|
|
25
|
+
L as HostThemeProvider,
|
|
26
|
+
P as LocalesContext,
|
|
27
|
+
c as LocalesProvider,
|
|
28
|
+
x as ProgressBarStyle,
|
|
29
|
+
M as getAnchorElPositionWindow,
|
|
30
|
+
g as getLocaleFromNetwork,
|
|
31
|
+
H as useFirstRender,
|
|
32
|
+
T as useFormatter,
|
|
33
|
+
w as useHostTheme,
|
|
34
|
+
S as useIsMountedRef,
|
|
35
|
+
z as useLocales,
|
|
36
|
+
b as useOffSetTop,
|
|
37
|
+
B as useResponsive,
|
|
38
|
+
D as useResponsiveDesktop
|
|
40
39
|
};
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/graphics",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
|
-
"author": "M4L Team",
|
|
5
|
+
"author": "M4L Team*",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@m4l/core": "*",
|
|
8
|
+
"@m4l/styles": "*",
|
|
8
9
|
"@mui/x-date-pickers": "6.2.0",
|
|
9
10
|
"date-fns": "^2.29.2"
|
|
10
11
|
},
|