@ohhwells/bridge 0.1.38-next.64 → 0.1.38-next.67

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
@@ -4788,15 +4788,12 @@ function MediaOverlay({
4788
4788
  className: "flex items-center justify-center cursor-pointer",
4789
4789
  style: {
4790
4790
  ...box,
4791
- // When text overlays this media, let clicks fall THROUGH to the text underneath. In the
4792
- // parent this needed a whole `ow:click-at` round-trip to re-hit-test inside the iframe;
4793
- // in-document, pointer-events does it natively. The button below opts back in, so
4794
- // Replace still works.
4795
- pointerEvents: hover.hasTextOverlap ? "none" : "auto",
4791
+ // Keep the full-size visual overlay click-through so carousel controls and editable
4792
+ // content underneath remain interactive. The Replace button opts back in below.
4793
+ pointerEvents: "none",
4796
4794
  boxShadow: "inset 0 0 0 1.5px var(--color-primary)",
4797
4795
  background: "color-mix(in srgb, var(--color-primary) 20%, transparent)"
4798
4796
  },
4799
- onClick: () => onReplace(hover.key),
4800
4797
  children: /* @__PURE__ */ jsxs5(
4801
4798
  Button,
4802
4799
  {