qt-ui-kit 1.0.41 → 1.0.43

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
@@ -15915,7 +15915,7 @@ function EventCard({
15915
15915
  "div",
15916
15916
  {
15917
15917
  className: (0, import_clsx7.default)(
15918
- "flex flex-col rounded-2xl max-w-[765px] w-full h-min border-qtneutral-500 border-[2px] gap-8",
15918
+ "flex flex-col rounded-2xl max-w-[765px] w-full h-min max-h-full border-qtneutral-500 border-[2px] gap-8",
15919
15919
  eventType == "message" /* MESSAGE */ ? "bg-qtneutral-200" : "bg-white py-4 pl-4 pr-2"
15920
15920
  ),
15921
15921
  children: [
@@ -15981,7 +15981,13 @@ var import_react_markdown = __toESM(require("react-markdown"));
15981
15981
  var import_remark_gfm = __toESM(require("remark-gfm"));
15982
15982
  var import_jsx_runtime31 = require("react/jsx-runtime");
15983
15983
  function MarkdownRenderer({ content, truncated }) {
15984
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: (0, import_clsx8.default)("flex markdown", truncated && "line-clamp-3"), children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react_markdown.default, { remarkPlugins: [import_remark_gfm.default], children: content }) });
15984
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
15985
+ "div",
15986
+ {
15987
+ className: (0, import_clsx8.default)("flex flex-col markdown", truncated && "line-clamp-3"),
15988
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react_markdown.default, { remarkPlugins: [import_remark_gfm.default], children: content })
15989
+ }
15990
+ );
15985
15991
  }
15986
15992
 
15987
15993
  // src/components/organisms/chat_messages/chat_bubble/chat_bubble.tsx