@movable/ui 4.1.0 → 4.2.0

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.
@@ -148,6 +148,7 @@ declare const palette: {
148
148
  cyan800: "#00838f";
149
149
  cyan900: "#006064";
150
150
  cyan1000: string;
151
+ cyan1100: string;
151
152
  cyanA100: "#84ffff";
152
153
  cyanA200: "#18ffff";
153
154
  cyanA400: "#00e5ff";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Movable Ink's shared MUI components and MUI theme for our vite applications",
5
5
  "module": "lib/index.mjs",
6
6
  "types": "lib/index.d.ts",
@@ -72,6 +72,7 @@
72
72
  "eslint-plugin-react-refresh": "^0.4.3",
73
73
  "eslint-plugin-storybook": "^9.1.4",
74
74
  "lodash-es": "^4.17.21",
75
+ "markdown-to-jsx": "^7.7.0",
75
76
  "notistack": "^3.0.1",
76
77
  "npm-run-all": "^4.1.5",
77
78
  "postcss": "^8.4.27",
@@ -96,6 +97,7 @@
96
97
  "@types/lodash-es": "^4.17.0",
97
98
  "chart.js": "^4.4.8",
98
99
  "lodash-es": "^4.17.21",
100
+ "markdown-to-jsx": "^7.7.0",
99
101
  "notistack": "^3.0.1",
100
102
  "react": "^18.2.0",
101
103
  "react-chartjs-2": "^5.3.0",