@gisce/react-ooui 1.2.0-rc.75 → 1.2.0-rc.76

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.
@@ -39,7 +39,7 @@ const {
39
39
  fieldForLabel: s,
40
40
  labelSize: u,
41
41
  labelType: l
42
- } = t, d = s !== null && a.length > 1 ? a + " :" : a, p = r || (s ? n ? "left" : "right" : "left"), g = u === "text" ? Text$3 : Title$4;
42
+ } = t, d = s !== null && a.length > 1 ? a + " :" : a, p = r || (s ? n ? "left" : "right" : "left"), g = u === void 0 ? Text$3 : Title$4;
43
43
  return /* @__PURE__ */ jsxs("div", {
44
44
  className: `flex flex-row items-center pb-1 pt-1 ${alignClass[p]}`,
45
45
  children: [o && /* @__PURE__ */ jsx(Tooltip$2, {
@@ -50,7 +50,7 @@ const {
50
50
  }), /* @__PURE__ */ jsx("span", {
51
51
  className: "pr-2",
52
52
  children: /* @__PURE__ */ jsx(g, {
53
- level: u !== "text" ? u : null,
53
+ level: u,
54
54
  type: l,
55
55
  children: /* @__PURE__ */ jsx(Interweave, {
56
56
  content: d
@@ -28038,10 +28038,17 @@ const Dashboard$1 = forwardRef(Dashboard), Tag = (e) => /* @__PURE__ */ jsx(Fiel
28038
28038
  })
28039
28039
  }), MarkdownInput = (e) => {
28040
28040
  const {
28041
- value: t
28041
+ value: t,
28042
+ ooui: r
28042
28043
  } = e;
28043
- return /* @__PURE__ */ jsx(ReactMarkdown, {
28044
- children: t
28044
+ return /* @__PURE__ */ jsx("div", {
28045
+ style: {
28046
+ height: r.height ? r.height + "px" : "100%"
28047
+ },
28048
+ children: /* @__PURE__ */ jsx(ReactMarkdown, {
28049
+ children: t,
28050
+ className: "ant-typography"
28051
+ })
28045
28052
  });
28046
28053
  }, Radio = (e) => {
28047
28054
  const {