@shoplflow/base 0.22.4 → 0.23.0

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/index.cjs CHANGED
@@ -2509,7 +2509,7 @@ var Input = React3.forwardRef(
2509
2509
  }
2510
2510
  );
2511
2511
  exports.Input = Input;
2512
- exports.StyledInputButton = styled6__default.default.button`
2512
+ exports.StyledInputButton = styled6__default.default.div`
2513
2513
  display: flex;
2514
2514
  flex-direction: row;
2515
2515
  align-items: center;
@@ -2551,6 +2551,7 @@ var InputButton = React3.forwardRef(
2551
2551
  }
2552
2552
  };
2553
2553
  const handleOnClear = (e) => {
2554
+ e.preventDefault();
2554
2555
  e.stopPropagation();
2555
2556
  if (!disabled) {
2556
2557
  onClear && onClear(e);