@ohhwells/bridge 0.1.38-next.66 → 0.1.38-next.68
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/README.md +1 -1
- package/dist/index.cjs +3 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -386,7 +386,7 @@ The package ships the full OhhWells design token set, scoped to `[data-ohw-bridg
|
|
|
386
386
|
|
|
387
387
|
### Brand palette
|
|
388
388
|
|
|
389
|
-
Re:Bound brand colors: `bone`, `ivory`, `sand`, `linen`, `stone`, `clay`, `umber`, `umber-deep`, `espresso`, `clove`, `ink`, `ash`, `carbon
|
|
389
|
+
Re:Bound brand colors: `bone`, `ivory`, `sand`, `linen`, `stone`, `clay`, `umber`, `umber-deep`, `espresso`, `clove`, `ink`, `ash`, `carbon`
|
|
390
390
|
|
|
391
391
|
---
|
|
392
392
|
|
package/dist/index.cjs
CHANGED
|
@@ -4850,15 +4850,12 @@ function MediaOverlay({
|
|
|
4850
4850
|
className: "flex items-center justify-center cursor-pointer",
|
|
4851
4851
|
style: {
|
|
4852
4852
|
...box,
|
|
4853
|
-
//
|
|
4854
|
-
//
|
|
4855
|
-
|
|
4856
|
-
// Replace still works.
|
|
4857
|
-
pointerEvents: hover.hasTextOverlap ? "none" : "auto",
|
|
4853
|
+
// Keep the full-size visual overlay click-through so carousel controls and editable
|
|
4854
|
+
// content underneath remain interactive. The Replace button opts back in below.
|
|
4855
|
+
pointerEvents: "none",
|
|
4858
4856
|
boxShadow: "inset 0 0 0 1.5px var(--color-primary)",
|
|
4859
4857
|
background: "color-mix(in srgb, var(--color-primary) 20%, transparent)"
|
|
4860
4858
|
},
|
|
4861
|
-
onClick: () => onReplace(hover.key),
|
|
4862
4859
|
children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
4863
4860
|
Button,
|
|
4864
4861
|
{
|