react-crud-mui 0.2.83 → 0.2.84

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 +1 -1
  2. package/package.json +1 -1
package/dist/coreui.js CHANGED
@@ -7207,7 +7207,7 @@ function Wt({
7207
7207
  }) {
7208
7208
  const [s, f] = Ge(n), [g, m] = Ge(o);
7209
7209
  return /* @__PURE__ */ c(ff, { reason: s, onReasonChange: (x) => {
7210
- f(x), i == null || i(x);
7210
+ f(x), i == null || i(x), m(o);
7211
7211
  }, activeSegmentIndex: g, onSegmentChanged: m, ...a });
7212
7212
  }
7213
7213
  Wt.Header = Uu;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-crud-mui",
3
3
  "private": false,
4
- "version": "0.2.83",
4
+ "version": "0.2.84",
5
5
  "type": "module",
6
6
  "main": "./dist/coreui.js",
7
7
  "module": "./dist/coreui.js",