@gisce/react-ooui 1.5.4-rc.1 → 1.5.4-rc.3

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.
@@ -10732,12 +10732,12 @@ const ru = bt(nu), ou = (e) => {
10732
10732
  } = e;
10733
10733
  return /* @__PURE__ */ n("div", {
10734
10734
  style: {
10735
- height: r.height ? r.height + "px" : "100%",
10735
+ height: r != null && r.height ? r.height + "px" : "100%",
10736
10736
  overflow: "auto"
10737
10737
  },
10738
10738
  children: /* @__PURE__ */ n(zi, {
10739
- children: t,
10740
- className: "ant-typography"
10739
+ className: "markdown-typography",
10740
+ children: t
10741
10741
  })
10742
10742
  });
10743
10743
  }, lu = (e) => {