@aveonline/ui-react 2.33.4 → 2.33.5

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.
package/dist/ui-react.mjs CHANGED
@@ -21246,7 +21246,9 @@ const Ume = qe((e, t) => {
21246
21246
  allowNegativeValue: !1,
21247
21247
  allowDecimals: !1,
21248
21248
  title: oe,
21249
- onValueChange: (L) => Q == null ? void 0 : Q(L ?? "")
21249
+ onValueChange: (L) => {
21250
+ Q == null || Q(String(L ?? ""));
21251
+ }
21250
21252
  }
21251
21253
  ) : w === "custom" && I ? /* @__PURE__ */ A.jsx(
21252
21254
  ld,
@@ -21262,7 +21264,9 @@ const Ume = qe((e, t) => {
21262
21264
  value: j,
21263
21265
  disabled: i,
21264
21266
  title: oe,
21265
- onValueChange: (L) => Q == null ? void 0 : Q(L ?? ""),
21267
+ onValueChange: (L) => {
21268
+ Q == null || Q(String(L ?? ""));
21269
+ },
21266
21270
  ...I
21267
21271
  }
21268
21272
  ) : /* @__PURE__ */ A.jsx("input", { ...ae });
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aveonline/ui-react",
3
3
  "description": "Home base for Aveonline design system - ecosystem react",
4
4
  "private": false,
5
- "version": "2.33.4",
5
+ "version": "2.33.5",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"