react-crud-mui 0.2.35 → 0.2.36

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 (2) hide show
  1. package/dist/coreui.js +2 -2
  2. package/package.json +1 -1
package/dist/coreui.js CHANGED
@@ -1188,8 +1188,8 @@ function Bl({
1188
1188
  autoSaveContent: i
1189
1189
  }) {
1190
1190
  return /* @__PURE__ */ $(Te, { children: [
1191
- l,
1192
1191
  n,
1192
+ l,
1193
1193
  i
1194
1194
  ] });
1195
1195
  }
@@ -6263,8 +6263,8 @@ function Pl({
6263
6263
  h,
6264
6264
  s,
6265
6265
  n,
6266
- m,
6267
6266
  l,
6267
+ m,
6268
6268
  p,
6269
6269
  i,
6270
6270
  x,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-crud-mui",
3
3
  "private": false,
4
- "version": "0.2.35",
4
+ "version": "0.2.36",
5
5
  "type": "module",
6
6
  "main": "./dist/coreui.js",
7
7
  "module": "./dist/coreui.js",