react-crud-mui 0.2.107 → 0.2.108

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 +3 -2
  2. package/package.json +1 -1
package/dist/coreui.js CHANGED
@@ -2098,9 +2098,10 @@ function wn({
2098
2098
  }
2099
2099
  function Ab({
2100
2100
  children: n,
2101
- ...o
2101
+ disabled: o,
2102
+ ...i
2102
2103
  }) {
2103
- return /* @__PURE__ */ c(g3, { ...o, handle: `.${Yu}`, children: /* @__PURE__ */ c("div", { children: n }) });
2104
+ return o ? n : /* @__PURE__ */ c(g3, { ...i, handle: `.${Yu}`, children: /* @__PURE__ */ c("div", { children: n }) });
2104
2105
  }
2105
2106
  wn.Scroll = Mb;
2106
2107
  function Lb({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-crud-mui",
3
3
  "private": false,
4
- "version": "0.2.107",
4
+ "version": "0.2.108",
5
5
  "type": "module",
6
6
  "main": "./dist/coreui.js",
7
7
  "module": "./dist/coreui.js",