@m4l/graphics 0.0.18 → 0.0.19

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.
@@ -84,7 +84,7 @@ export declare const GREY: {
84
84
  50056: string;
85
85
  50080: string;
86
86
  };
87
- declare const palette: {
87
+ export declare const palette: {
88
88
  readonly light: {
89
89
  readonly mode: "light";
90
90
  readonly text: {
@@ -320,4 +320,3 @@ declare const palette: {
320
320
  readonly divider: string;
321
321
  };
322
322
  };
323
- export default palette;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@m4l/graphics",
3
3
  "private": false,
4
- "version": "0.0.18",
4
+ "version": "0.0.19",
5
5
  "license": "UNLICENSED",
6
6
  "author": "M4L Team",
7
7
  "scripts": {
@@ -38,7 +38,6 @@
38
38
  "@m4l/core": "^0.0.27",
39
39
  "@mui/icons-material": "^5.8.4",
40
40
  "@mui/lab": "^5.0.0-alpha.87",
41
- "@types/lodash": "^4.14.182",
42
41
  "@types/node": "^17.0.40",
43
42
  "@types/nprogress": "^0.2.0",
44
43
  "@types/react": "^18.0.0",