@ohhwells/bridge 0.1.80 → 0.1.81

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
@@ -2250,6 +2250,7 @@ function EmailCaptureModal({ title, subtitle, onSubmit, onClose }) {
2250
2250
  /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
2251
2251
  import_radix_ui.Dialog.Overlay,
2252
2252
  {
2253
+ "data-ohw-scheduling-modal": "",
2253
2254
  className: "fixed inset-0 z-50",
2254
2255
  style: { background: "rgba(0,0,0,0.45)" }
2255
2256
  }
@@ -2257,6 +2258,7 @@ function EmailCaptureModal({ title, subtitle, onSubmit, onClose }) {
2257
2258
  /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
2258
2259
  import_radix_ui.Dialog.Content,
2259
2260
  {
2261
+ "data-ohw-scheduling-modal": "",
2260
2262
  className: "fixed left-1/2 top-1/2 z-50 w-full -translate-x-1/2 -translate-y-1/2 bg-white rounded-xl shadow-xl outline-none font-body box-border overflow-hidden",
2261
2263
  style: { maxWidth: 400 },
2262
2264
  children: [
@@ -21087,7 +21089,7 @@ function OhhwellsBridge() {
21087
21089
  postToParent2({
21088
21090
  type: "ow:ready",
21089
21091
  version: "1",
21090
- bridgeVersion: "0.1.79",
21092
+ bridgeVersion: "0.1.80",
21091
21093
  path: pathname,
21092
21094
  nodes: collectEditableNodes(editContentRef.current),
21093
21095
  sections