@gisce/react-ooui 1.1.60 → 1.1.61

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.
@@ -37,7 +37,7 @@ const {
37
37
  fieldForLabel: s,
38
38
  labelSize: u,
39
39
  labelType: l
40
- } = t, d = s !== null && a.length > 1 ? a + " :" : a, p = r || (s ? n ? "left" : "right" : "left"), h = u === "text" ? Text$3 : Title$4;
40
+ } = t, d = s !== null && a.length > 1 ? a + " :" : a, p = r || (s ? n ? "left" : "right" : "left"), h = u === void 0 ? Text$3 : Title$4;
41
41
  return /* @__PURE__ */ jsxs("div", {
42
42
  className: `flex flex-row items-center pb-1 pt-1 ${alignClass[p]}`,
43
43
  children: [o && /* @__PURE__ */ jsx(Tooltip$2, {
@@ -48,7 +48,7 @@ const {
48
48
  }), /* @__PURE__ */ jsx("span", {
49
49
  className: "pr-2",
50
50
  children: /* @__PURE__ */ jsx(h, {
51
- level: u !== "text" ? u : null,
51
+ level: u,
52
52
  type: l,
53
53
  children: /* @__PURE__ */ jsx(Interweave, {
54
54
  content: d
@@ -25837,10 +25837,17 @@ const Dashboard$1 = forwardRef(Dashboard), Tag = (e) => /* @__PURE__ */ jsx(Fiel
25837
25837
  })
25838
25838
  }), MarkdownInput = (e) => {
25839
25839
  const {
25840
- value: t
25840
+ value: t,
25841
+ ooui: r
25841
25842
  } = e;
25842
- return /* @__PURE__ */ jsx(ReactMarkdown, {
25843
- children: t
25843
+ return /* @__PURE__ */ jsx("div", {
25844
+ style: {
25845
+ height: r.height ? r.height + "px" : "100%"
25846
+ },
25847
+ children: /* @__PURE__ */ jsx(ReactMarkdown, {
25848
+ children: t,
25849
+ className: "ant-typography"
25850
+ })
25844
25851
  });
25845
25852
  }, Radio = (e) => {
25846
25853
  const {