bonuspluscomponents 0.0.305 → 0.0.307

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.
@@ -9135,12 +9135,12 @@ const wd = ({ opened: e, setOpened: t, title: n, style: r, children: o }) => /*
9135
9135
  helperText: v(),
9136
9136
  error: o.isError || i || !1,
9137
9137
  onChange: (g) => {
9138
- var m;
9139
- (m = r == null ? void 0 : r.onChange) == null || m.call(r, g), d(g.target.value, !0);
9138
+ var m, y;
9139
+ (m = r == null ? void 0 : r.onChange) == null || m.call(r, g), d((y = g.target.value) == null ? void 0 : y.trim(), !0);
9140
9140
  },
9141
9141
  onBlur: (g) => {
9142
- var m;
9143
- c(g.target.value), (m = r == null ? void 0 : r.onBlur) == null || m.call(r, g);
9142
+ var m, y;
9143
+ c((m = g.target.value) == null ? void 0 : m.trim()), (y = r == null ? void 0 : r.onBlur) == null || y.call(r, g);
9144
9144
  },
9145
9145
  autoComplete: "off",
9146
9146
  fullWidth: !0
@@ -22954,6 +22954,7 @@ export {
22954
22954
  Cr as IconButton,
22955
22955
  XM as IconRating,
22956
22956
  Pa as Input,
22957
+ lD as InputController,
22957
22958
  ih as Loader,
22958
22959
  Vn as LoadingContext,
22959
22960
  YM as LoadingProvider,