@ohhwells/bridge 0.1.38-next.66 → 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.cjs CHANGED
@@ -4850,15 +4850,12 @@ function MediaOverlay({
4850
4850
  className: "flex items-center justify-center cursor-pointer",
4851
4851
  style: {
4852
4852
  ...box,
4853
- // When text overlays this media, let clicks fall THROUGH to the text underneath. In the
4854
- // parent this needed a whole `ow:click-at` round-trip to re-hit-test inside the iframe;
4855
- // in-document, pointer-events does it natively. The button below opts back in, so
4856
- // Replace still works.
4857
- pointerEvents: hover.hasTextOverlap ? "none" : "auto",
4853
+ // Keep the full-size visual overlay click-through so carousel controls and editable
4854
+ // content underneath remain interactive. The Replace button opts back in below.
4855
+ pointerEvents: "none",
4858
4856
  boxShadow: "inset 0 0 0 1.5px var(--color-primary)",
4859
4857
  background: "color-mix(in srgb, var(--color-primary) 20%, transparent)"
4860
4858
  },
4861
- onClick: () => onReplace(hover.key),
4862
4859
  children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
4863
4860
  Button,
4864
4861
  {