@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 +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 +453 -453
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2177,6 +2177,7 @@ function EmailCaptureModal({ title, subtitle, onSubmit, onClose }) {
|
|
|
2177
2177
|
/* @__PURE__ */ jsx3(
|
|
2178
2178
|
Dialog.Overlay,
|
|
2179
2179
|
{
|
|
2180
|
+
"data-ohw-scheduling-modal": "",
|
|
2180
2181
|
className: "fixed inset-0 z-50",
|
|
2181
2182
|
style: { background: "rgba(0,0,0,0.45)" }
|
|
2182
2183
|
}
|
|
@@ -2184,6 +2185,7 @@ function EmailCaptureModal({ title, subtitle, onSubmit, onClose }) {
|
|
|
2184
2185
|
/* @__PURE__ */ jsxs2(
|
|
2185
2186
|
Dialog.Content,
|
|
2186
2187
|
{
|
|
2188
|
+
"data-ohw-scheduling-modal": "",
|
|
2187
2189
|
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",
|
|
2188
2190
|
style: { maxWidth: 400 },
|
|
2189
2191
|
children: [
|
|
@@ -21020,7 +21022,7 @@ function OhhwellsBridge() {
|
|
|
21020
21022
|
postToParent2({
|
|
21021
21023
|
type: "ow:ready",
|
|
21022
21024
|
version: "1",
|
|
21023
|
-
bridgeVersion: "0.1.
|
|
21025
|
+
bridgeVersion: "0.1.80",
|
|
21024
21026
|
path: pathname,
|
|
21025
21027
|
nodes: collectEditableNodes(editContentRef.current),
|
|
21026
21028
|
sections
|