@shoplflow/base 0.32.0 → 0.32.1

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
@@ -3170,6 +3170,7 @@ var Input = React3.forwardRef(
3170
3170
  };
3171
3171
  const handleOnBlur = (event) => {
3172
3172
  onBlur && onBlur(event);
3173
+ !isHovered && setIsFocused(false);
3173
3174
  };
3174
3175
  const handleOnKeyDown = (event) => {
3175
3176
  if (event.code === "Tab") {