react-crud-mui 0.2.89 → 0.2.90

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 +5 -1
  2. package/package.json +1 -1
package/dist/coreui.js CHANGED
@@ -8259,7 +8259,11 @@ function y4({
8259
8259
  ...o
8260
8260
  }, ...a, onValueChange: ({
8261
8261
  floatValue: g
8262
- }) => n == null ? void 0 : n(g ?? 0) });
8262
+ }, {
8263
+ source: m
8264
+ }) => {
8265
+ m === "event" && (n == null || n(g ?? 0));
8266
+ } });
8263
8267
  }
8264
8268
  const If = Dt((n, o) => /* @__PURE__ */ c(y4, { ...n, getRef: o }));
8265
8269
  function w4({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-crud-mui",
3
3
  "private": false,
4
- "version": "0.2.89",
4
+ "version": "0.2.90",
5
5
  "type": "module",
6
6
  "main": "./dist/coreui.js",
7
7
  "module": "./dist/coreui.js",