@true-engineering/true-react-common-ui-kit 4.0.0-alpha15 → 4.0.0-alpha16

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.
@@ -10534,7 +10534,7 @@ var InputBase = /* @__PURE__ */ forwardRef(function(_param, ref) {
10534
10534
  var _useState = _sliced_to_array$j(useState(false), 2), isFocused = _useState[0], setFocused = _useState[1];
10535
10535
  var _useState1 = _sliced_to_array$j(useState(), 2), unitsWidth = _useState1[0], setUnitsWidth = _useState1[1];
10536
10536
  var inputRef = useRef(null);
10537
- var mergedRef = mergeRefs([
10537
+ var mergedRef = useMergedRefs([
10538
10538
  ref,
10539
10539
  inputRef
10540
10540
  ]);