@ohhwells/bridge 0.1.77-next.232 → 0.1.78-next.234
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 +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +469 -469
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2273,6 +2273,7 @@ function EmailCaptureModal({ title, subtitle, onSubmit, onClose }) {
|
|
|
2273
2273
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2274
2274
|
import_radix_ui.Dialog.Overlay,
|
|
2275
2275
|
{
|
|
2276
|
+
"data-ohw-scheduling-modal": "",
|
|
2276
2277
|
className: "fixed inset-0 z-50",
|
|
2277
2278
|
style: { background: "rgba(0,0,0,0.45)" }
|
|
2278
2279
|
}
|
|
@@ -2280,6 +2281,7 @@ function EmailCaptureModal({ title, subtitle, onSubmit, onClose }) {
|
|
|
2280
2281
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
2281
2282
|
import_radix_ui.Dialog.Content,
|
|
2282
2283
|
{
|
|
2284
|
+
"data-ohw-scheduling-modal": "",
|
|
2283
2285
|
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",
|
|
2284
2286
|
style: { maxWidth: 400 },
|
|
2285
2287
|
children: [
|
|
@@ -21133,7 +21135,7 @@ function OhhwellsBridge() {
|
|
|
21133
21135
|
postToParent2({
|
|
21134
21136
|
type: "ow:ready",
|
|
21135
21137
|
version: "1",
|
|
21136
|
-
bridgeVersion: "0.1.
|
|
21138
|
+
bridgeVersion: "0.1.78",
|
|
21137
21139
|
path: pathname,
|
|
21138
21140
|
nodes: collectEditableNodes(editContentRef.current),
|
|
21139
21141
|
sections
|