@ohhwells/bridge 0.1.86 → 0.1.87
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 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11196,6 +11196,7 @@ function iconMarkupSizedFor(slot, markup) {
|
|
|
11196
11196
|
holder.innerHTML = markup;
|
|
11197
11197
|
const glyph = holder.querySelector(GLYPH_SELECTOR);
|
|
11198
11198
|
if (!glyph) return markup;
|
|
11199
|
+
glyph.style.display = "block";
|
|
11199
11200
|
if (!box) {
|
|
11200
11201
|
glyph.style.width = "1.5em";
|
|
11201
11202
|
glyph.style.height = "1.5em";
|
|
@@ -21245,7 +21246,7 @@ function OhhwellsBridge() {
|
|
|
21245
21246
|
postToParent2({
|
|
21246
21247
|
type: "ow:ready",
|
|
21247
21248
|
version: "1",
|
|
21248
|
-
bridgeVersion: "0.1.
|
|
21249
|
+
bridgeVersion: "0.1.86",
|
|
21249
21250
|
path: pathname,
|
|
21250
21251
|
nodes: collectEditableNodes(editContentRef.current),
|
|
21251
21252
|
sections
|