@m4l/graphics 0.0.11 → 0.0.14

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/dist/index.js CHANGED
@@ -9401,6 +9401,7 @@ function HostThemeProvider(props) {
9401
9401
  return;
9402
9402
  }
9403
9403
  if (!isMicroFrontEnd) {
9404
+ setFinalThemeOptions(hostThemeOptions);
9404
9405
  events_emit(EmitEvents.EMMIT_EVENT_HOST_THEME_CHANGE, hostThemeOptions);
9405
9406
  }
9406
9407
  }, [hostThemeOptions]);
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { Locale } from 'date-fns';
2
+ import type { Locale } from 'date-fns';
3
3
  export declare type LangType = {
4
4
  label: string;
5
5
  value: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@m4l/graphics",
3
3
  "private": false,
4
- "version": "0.0.11",
4
+ "version": "0.0.14",
5
5
  "license": "UNLICENSED",
6
6
  "author": "M4L Team",
7
7
  "scripts": {
@@ -35,10 +35,15 @@
35
35
  "simplebar-react": "^2.4.1",
36
36
  "vite-tsconfig-paths": "^3.5.0"
37
37
  },
38
+ "peerDependencies": {
39
+ "@m4l/core": "^0.0.26",
40
+ "react": ">=18",
41
+ "react-dom": "^18.0.0"
42
+ },
38
43
  "devDependencies": {
39
44
  "@emotion/styled": "^11.9.3",
40
45
  "@hookform/resolvers": "^2.9.3",
41
- "@m4l/core": "^0.0.16",
46
+ "@m4l/core": "^0.0.26",
42
47
  "@mui/icons-material": "^5.8.4",
43
48
  "@mui/lab": "^5.0.0-alpha.87",
44
49
  "@types/lodash": "^4.14.182",
@@ -71,11 +76,6 @@
71
76
  "vite-plugin-dts": "^1.2.0",
72
77
  "vite-plugin-mkcert": "^1.6.4"
73
78
  },
74
- "peerDependencies": {
75
- "@m4l/core": "^0.0.8",
76
- "react": ">=18",
77
- "react-dom": "^18.0.0"
78
- },
79
79
  "files": [
80
80
  "dist"
81
81
  ],