@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.js CHANGED
@@ -11123,6 +11123,7 @@ function iconMarkupSizedFor(slot, markup) {
11123
11123
  holder.innerHTML = markup;
11124
11124
  const glyph = holder.querySelector(GLYPH_SELECTOR);
11125
11125
  if (!glyph) return markup;
11126
+ glyph.style.display = "block";
11126
11127
  if (!box) {
11127
11128
  glyph.style.width = "1.5em";
11128
11129
  glyph.style.height = "1.5em";
@@ -21178,7 +21179,7 @@ function OhhwellsBridge() {
21178
21179
  postToParent2({
21179
21180
  type: "ow:ready",
21180
21181
  version: "1",
21181
- bridgeVersion: "0.1.85",
21182
+ bridgeVersion: "0.1.86",
21182
21183
  path: pathname,
21183
21184
  nodes: collectEditableNodes(editContentRef.current),
21184
21185
  sections