@ohhwells/bridge 0.1.42-next.95 → 0.1.42-next.97
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -6
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6000,8 +6000,8 @@ function SectionPickerOverlay({
|
|
|
6000
6000
|
!isOnTargetPage ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
6001
6001
|
"div",
|
|
6002
6002
|
{
|
|
6003
|
-
className: "pointer-events-none fixed left-1/2 z-[1] -translate-x-1/2 rounded-md
|
|
6004
|
-
style: { top: chromeClip.top + 64 },
|
|
6003
|
+
className: "pointer-events-none fixed left-1/2 z-[1] -translate-x-1/2 rounded-md px-3 py-2 text-sm text-muted-foreground shadow-sm",
|
|
6004
|
+
style: { top: chromeClip.top + 64, backgroundColor: "var(--ohw-background, #ffffff)" },
|
|
6005
6005
|
children: "Loading page preview\u2026"
|
|
6006
6006
|
}
|
|
6007
6007
|
) : null,
|