@m4l/graphics 7.2.11-beta-feature-701-create-extended-library.0 → 7.2.11
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,8 +1,8 @@
|
|
|
1
1
|
import { jsx as t } from "@emotion/react/jsx-runtime";
|
|
2
2
|
import { useMemo as i, useId as H, useCallback as c } from "react";
|
|
3
|
-
import { createBrowserHistory as M } from "
|
|
4
|
-
import x from "
|
|
5
|
-
import v from "
|
|
3
|
+
import { createBrowserHistory as M } from "history";
|
|
4
|
+
import x from "eventemitter3";
|
|
5
|
+
import v from "nprogress";
|
|
6
6
|
/* empty css */
|
|
7
7
|
import { EnvironmentProvider as B, HostToolsProvider as D, NetworkProvider as N, axiosOperation as j } from "@m4l/core";
|
|
8
8
|
import { STORYBOOK_LOCALE_HOST_EN as K } from "./constants.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/graphics",
|
|
3
|
-
"version": "7.2.11
|
|
3
|
+
"version": "7.2.11",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"./decorators": {
|
|
25
25
|
"development": "./src/decorators/index.ts",
|
|
26
26
|
"types": "./decorators/index.d.ts",
|
|
27
|
-
"import": "./
|
|
28
|
-
"default": "./
|
|
27
|
+
"import": "./index.js",
|
|
28
|
+
"default": "./index.js"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
@@ -35,13 +35,18 @@
|
|
|
35
35
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
+
"history": "5.3.0",
|
|
39
|
+
"eventemitter3": "4.0.7",
|
|
40
|
+
"nprogress": "0.2.0",
|
|
41
|
+
"@m4l/core": "^2.0.33",
|
|
42
|
+
"@m4l/styles": "^7.1.48",
|
|
38
43
|
"@emotion/react": "11.14.0",
|
|
39
44
|
"@mui/material": "5.16.7",
|
|
40
|
-
"date-fns": "
|
|
41
|
-
"react": "
|
|
45
|
+
"date-fns": "2.30.0",
|
|
46
|
+
"react": "19.2.4",
|
|
42
47
|
"zustand": "4.3.6",
|
|
43
48
|
"@mui/x-date-pickers": "6.20.2",
|
|
44
|
-
"lodash-es": "
|
|
45
|
-
"fast-equals": "
|
|
49
|
+
"lodash-es": "4.17.23",
|
|
50
|
+
"fast-equals": "5.4.0"
|
|
46
51
|
}
|
|
47
52
|
}
|
package/_virtual/index.js
DELETED
package/_virtual/index2.js
DELETED
package/_virtual/nprogress.js
DELETED
package/_virtual/nprogress2.js
DELETED