@ohhwells/bridge 0.1.38-next.60 → 0.1.38-next.61

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
@@ -9356,6 +9356,7 @@ function OhhwellsBridge() {
9356
9356
  const handleDocMouseLeave = () => {
9357
9357
  hoveredImageRef.current = null;
9358
9358
  setMediaHover(null);
9359
+ setCarouselHover(null);
9359
9360
  document.querySelectorAll("[data-ohw-state-hovered]").forEach((el) => el.removeAttribute("data-ohw-state-hovered"));
9360
9361
  document.querySelectorAll("[data-ohw-hovered]").forEach((el) => el.removeAttribute("data-ohw-hovered"));
9361
9362
  activeStateElRef.current = null;