dynamic-mui 1.0.67 → 1.0.69

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.
Files changed (35) hide show
  1. package/build/asset-manifest.json +3 -3
  2. package/build/index.html +1 -1
  3. package/build/static/js/main.b9f075ec.js +185 -0
  4. package/build/static/js/{main.4dbadf17.js.LICENSE.txt → main.b9f075ec.js.LICENSE.txt} +8 -0
  5. package/build/static/js/main.b9f075ec.js.map +1 -0
  6. package/dist-modules/components/DynamicComponent.js +1 -1
  7. package/dist-modules/components/FormGenerator.js +8 -13
  8. package/dist-modules/components/charts/Bar/bar.js +2 -2
  9. package/dist-modules/components/charts/Line/line.js +2 -2
  10. package/dist-modules/components/charts/Mixchart/mixChart.js +4 -4
  11. package/dist-modules/components/charts/Pie/pie.js +2 -2
  12. package/dist-modules/components/controls/CheckBox/checkbox.js +2 -2
  13. package/dist-modules/components/controls/DataTable/datatable.js +1 -1
  14. package/dist-modules/components/controls/DateTime/datetime.js +5 -5
  15. package/dist-modules/components/controls/DateTimePicker/datetimepicker.js +5 -5
  16. package/dist-modules/components/controls/Radio/radio.js +2 -2
  17. package/dist-modules/components/controls/Select/select.js +16 -17
  18. package/dist-modules/components/controls/Stepper/stepper.js +5 -5
  19. package/dist-modules/components/controls/Switch/switch.js +2 -2
  20. package/dist-modules/components/controls/TextField/textfield.js +2 -2
  21. package/dist-modules/components/controls/TimePicker/timepicker.js +5 -5
  22. package/dist-modules/components/controls/Typography/typography.js +2 -2
  23. package/dist-modules/components/controls/index.js +1 -1
  24. package/dist-modules/util/helper.js +7 -8
  25. package/dist-modules/util/stepperComponents.js +1 -1
  26. package/dist-modules/util/useUpdateEffect.js +1 -1
  27. package/dist-modules/util/validation.js +1 -1
  28. package/docs/asset-manifest.json +2 -2
  29. package/docs/build/bundle.036bacf5.js +184 -0
  30. package/docs/build/{bundle.ee4fe2f2.js.LICENSE.txt → bundle.036bacf5.js.LICENSE.txt} +8 -0
  31. package/docs/index.html +1 -1
  32. package/package.json +27 -27
  33. package/build/static/js/main.4dbadf17.js +0 -3
  34. package/build/static/js/main.4dbadf17.js.map +0 -1
  35. package/docs/build/bundle.ee4fe2f2.js +0 -2
@@ -96,6 +96,14 @@ object-assign
96
96
  * LICENSE file in the root directory of this source tree.
97
97
  */
98
98
 
99
+ /**
100
+ * @mui/styled-engine v6.1.8
101
+ *
102
+ * @license MIT
103
+ * This source code is licensed under the MIT license found in the
104
+ * LICENSE file in the root directory of this source tree.
105
+ */
106
+
99
107
  /**
100
108
  * A better abstraction over CSS.
101
109
  *
package/docs/index.html CHANGED
@@ -11,6 +11,6 @@
11
11
  </head>
12
12
  <body>
13
13
  <div id="rsg-root"></div>
14
- <script src="build/bundle.ee4fe2f2.js"></script>
14
+ <script src="build/bundle.036bacf5.js"></script>
15
15
  </body>
16
16
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dynamic-mui",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "author": "Dinakaran S",
5
5
  "user": "dinakarans",
6
6
  "repository": {
@@ -14,31 +14,31 @@
14
14
  "main": "dist-modules",
15
15
  "module": "src",
16
16
  "dependencies": {
17
- "@babel/eslint-parser": "^7.24.5",
17
+ "@babel/eslint-parser": "^7.25.9",
18
18
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
19
- "@babel/plugin-transform-modules-commonjs": "^7.24.1",
20
- "@emotion/react": "^11.11.4",
21
- "@emotion/styled": "^11.11.5",
22
- "@mui/icons-material": "^5.15.17",
23
- "@mui/material": "^5.15.17",
24
- "@mui/x-charts": "^7.4.0",
25
- "@mui/x-data-grid": "^7.4.0",
26
- "@mui/x-date-pickers": "^7.4.0",
27
- "@testing-library/jest-dom": "^6.4.5",
28
- "@testing-library/react": "^15.0.7",
19
+ "@babel/plugin-transform-modules-commonjs": "^7.25.9",
20
+ "@emotion/react": "^11.13.5",
21
+ "@emotion/styled": "^11.13.5",
22
+ "@mui/icons-material": "^6.1.8",
23
+ "@mui/material": "^6.1.8",
24
+ "@mui/x-charts": "^7.22.3",
25
+ "@mui/x-data-grid": "^7.22.3",
26
+ "@mui/x-date-pickers": "^7.22.3",
27
+ "@testing-library/jest-dom": "^6.6.3",
28
+ "@testing-library/react": "^16.0.1",
29
29
  "@testing-library/user-event": "^14.5.2",
30
30
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
31
- "dayjs": "^1.11.11",
31
+ "dayjs": "^1.11.13",
32
32
  "lodash": "^4.17.21",
33
33
  "numeral": "^2.0.6",
34
34
  "prop-types": "^15.8.1",
35
35
  "react": "^18.3.1",
36
36
  "react-dom": "^18.3.1",
37
37
  "react-json-tree": "^0.19.0",
38
- "react-number-format": "^5.3.4",
38
+ "react-number-format": "^5.4.2",
39
39
  "react-scripts": "5.0.1",
40
40
  "validator": "^13.12.0",
41
- "web-vitals": "^4.0.0"
41
+ "web-vitals": "^4.2.4"
42
42
  },
43
43
  "scripts": {
44
44
  "start": "craco start",
@@ -71,22 +71,22 @@
71
71
  ]
72
72
  },
73
73
  "devDependencies": {
74
- "@babel/cli": "^7.24.5",
75
- "@babel/core": "^7.24.5",
74
+ "@babel/cli": "^7.25.9",
75
+ "@babel/core": "^7.26.0",
76
76
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
77
- "@babel/preset-env": "^7.24.5",
78
- "@babel/preset-react": "^7.24.1",
77
+ "@babel/preset-env": "^7.26.0",
78
+ "@babel/preset-react": "^7.25.9",
79
79
  "@craco/craco": "^7.1.0",
80
- "eslint": "8.57.0",
80
+ "eslint": "8.57.1",
81
81
  "eslint-config-airbnb": "^19.0.4",
82
82
  "eslint-config-prettier": "^9.1.0",
83
- "eslint-plugin-import": "^2.29.1",
84
- "eslint-plugin-jsx-a11y": "^6.8.0",
85
- "eslint-plugin-prettier": "^5.1.3",
86
- "eslint-plugin-react": "^7.34.1",
87
- "eslint-plugin-react-hooks": "^4.6.2",
88
- "prettier": "^3.2.5",
89
- "react-styleguidist": "^13.1.2",
83
+ "eslint-plugin-import": "^2.31.0",
84
+ "eslint-plugin-jsx-a11y": "^6.10.2",
85
+ "eslint-plugin-prettier": "^5.2.1",
86
+ "eslint-plugin-react": "^7.37.2",
87
+ "eslint-plugin-react-hooks": "^5.0.0",
88
+ "prettier": "^3.3.3",
89
+ "react-styleguidist": "^13.1.3",
90
90
  "tinycolor2": "^1.6.0"
91
91
  }
92
92
  }