@ohhwells/bridge 0.1.42 → 0.1.43
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.js
CHANGED
|
@@ -5792,8 +5792,8 @@ function SectionPickerOverlay({
|
|
|
5792
5792
|
!isOnTargetPage ? /* @__PURE__ */ jsx19(
|
|
5793
5793
|
"div",
|
|
5794
5794
|
{
|
|
5795
|
-
className: "pointer-events-none fixed left-1/2 z-[1] -translate-x-1/2 rounded-md
|
|
5796
|
-
style: { top: chromeClip.top + 64 },
|
|
5795
|
+
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",
|
|
5796
|
+
style: { top: chromeClip.top + 64, backgroundColor: "var(--ohw-background, #ffffff)" },
|
|
5797
5797
|
children: "Loading page preview\u2026"
|
|
5798
5798
|
}
|
|
5799
5799
|
) : null,
|