@ohhwells/bridge 0.1.87-next.261 → 0.1.88-next.262
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -493,7 +493,8 @@ function styleSheetCss() {
|
|
|
493
493
|
);
|
|
494
494
|
}
|
|
495
495
|
rules.push(
|
|
496
|
-
`[data-ohw-style-corners="sharp"] :is(.card, [data-ohw-card]) { border-radius: 0 !important; }
|
|
496
|
+
`[data-ohw-style-corners="sharp"] :is(.card, [data-ohw-card], img, picture, figure, [data-ohw-editable="bg-image"]) { border-radius: 0 !important; }`,
|
|
497
|
+
`[data-ohw-style-corners="sharp"] :has(> img) { border-radius: 0 !important; }`
|
|
497
498
|
);
|
|
498
499
|
for (const align of ["left", "center", "right"]) {
|
|
499
500
|
rules.push(`[data-ohw-style-align="${align}"] { text-align: ${align} !important; }`);
|
|
@@ -21966,7 +21967,7 @@ function OhhwellsBridge() {
|
|
|
21966
21967
|
postToParent2({
|
|
21967
21968
|
type: "ow:ready",
|
|
21968
21969
|
version: "1",
|
|
21969
|
-
bridgeVersion: "0.1.
|
|
21970
|
+
bridgeVersion: "0.1.88",
|
|
21970
21971
|
path: pathname,
|
|
21971
21972
|
nodes: collectEditableNodes(editContentRef.current),
|
|
21972
21973
|
sections
|