@shoplflow/base 0.32.0 → 0.32.2

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.js CHANGED
@@ -3143,6 +3143,7 @@ var Input = forwardRef(
3143
3143
  };
3144
3144
  const handleOnBlur = (event) => {
3145
3145
  onBlur && onBlur(event);
3146
+ !isHovered && setIsFocused(false);
3146
3147
  };
3147
3148
  const handleOnKeyDown = (event) => {
3148
3149
  if (event.code === "Tab") {