@m4l/graphics 7.2.0 → 7.2.1
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.
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as e, Fragment as
|
|
2
|
-
import { useTheme as
|
|
3
|
-
import { GlobalStyles as
|
|
1
|
+
import { jsx as e, Fragment as i } from "react/jsx-runtime";
|
|
2
|
+
import { useTheme as r } from "@mui/material/styles";
|
|
3
|
+
import { GlobalStyles as a } from "@mui/material";
|
|
4
4
|
import { globalRemSize as o } from "@m4l/styles";
|
|
5
5
|
function b() {
|
|
6
|
-
const t =
|
|
7
|
-
return /* @__PURE__ */ e(
|
|
8
|
-
|
|
6
|
+
const t = r();
|
|
7
|
+
return /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
|
|
8
|
+
a,
|
|
9
9
|
{
|
|
10
10
|
styles: {
|
|
11
11
|
body: {
|
|
@@ -13,6 +13,10 @@ function b() {
|
|
|
13
13
|
textRendering: "geometricPrecision",
|
|
14
14
|
width: "100%",
|
|
15
15
|
height: "100vh",
|
|
16
|
+
"#rootIsolation": {
|
|
17
|
+
width: "100vw",
|
|
18
|
+
height: "100vh"
|
|
19
|
+
},
|
|
16
20
|
"*::-webkit-scrollbar": {
|
|
17
21
|
width: `${t.vars.size.baseSpacings.sp1}!important`,
|
|
18
22
|
height: `${t.vars.size.baseSpacings.sp1}!important`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/graphics",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "M4L Team*",
|
|
6
6
|
"type": "module",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"resolutions": {
|
|
35
|
-
"eslint": "
|
|
35
|
+
"eslint": "9.28.0",
|
|
36
36
|
"react": "^18.0.0",
|
|
37
37
|
"@types/react": "^18.0.0",
|
|
38
38
|
"@types/react-dom": "^18.0.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"vite": "6.3.5"
|
|
41
41
|
},
|
|
42
42
|
"overrides": {
|
|
43
|
-
"eslint": "
|
|
43
|
+
"eslint": "9.28.0",
|
|
44
44
|
"react": "^18.0.0",
|
|
45
45
|
"@types/react": "^18.0.0",
|
|
46
46
|
"@types/react-dom": "^18.0.0",
|