@myunisoft/design-system 1.3.0 → 1.3.1-rev157-3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myunisoft/design-system",
3
- "version": "1.3.0",
3
+ "version": "1.3.1-rev157-3",
4
4
  "description": "Design System of MyUnisoft",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",
@@ -38,6 +38,9 @@
38
38
  "@mui/material": "7.3.6",
39
39
  "@mui/utils": "7.3.6",
40
40
  "@mui/x-data-grid-pro": "7.29.9",
41
+ "@mui/x-tree-view-pro": "8.17.0",
42
+ "@myunisoft/mui-symbols-material-w300-esm": "0.7.3",
43
+ "@myunisoft/mui-symbols-material-w400-esm": "0.7.3",
41
44
  "@testing-library/dom": "10.1.0",
42
45
  "autosuggest-highlight": "3.3.4",
43
46
  "classnames": "2.3.2",
@@ -51,9 +54,9 @@
51
54
  "numeral": "2.0.6",
52
55
  "pretty-bytes": "6.0.0",
53
56
  "prop-types": "15.8.1",
54
- "react": "19.1.1",
57
+ "react": "19.2.1",
55
58
  "react-color": "2.19.3",
56
- "react-dom": "19.1.1",
59
+ "react-dom": "19.2.1",
57
60
  "react-draft-wysiwyg": "1.15.0",
58
61
  "react-draggable": "4.4.6",
59
62
  "react-dropzone": "14.2.3",
@@ -111,7 +114,7 @@
111
114
  },
112
115
  "peerDependencies": {
113
116
  "@mui/material": "7.3.6",
114
- "react": "19.1.1",
115
- "react-dom": "19.1.1"
117
+ "react": "19.2.1",
118
+ "react-dom": "19.2.1"
116
119
  }
117
120
  }