qt-ui-kit 1.0.21 → 1.0.22
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15234,7 +15234,7 @@ function PreviewCard({
|
|
|
15234
15234
|
subjectLine && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(SubjectLineRow, { text: subjectLine }),
|
|
15235
15235
|
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(MetadataRow, { metadata })
|
|
15236
15236
|
] }),
|
|
15237
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "bg-white flex flex-none flex-col gap-2 h-[136px] wrap-anywhere rounded-2xl text-sm p-4 leading-[120%] font-normal", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(MarkdownRenderer, { content: body || "", truncated: true }) })
|
|
15237
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "bg-white flex flex-none flex-col max-w-full gap-2 h-[136px] wrap-anywhere rounded-2xl text-sm p-4 leading-[120%] font-normal", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(MarkdownRenderer, { content: body || "", truncated: true }) })
|
|
15238
15238
|
] })
|
|
15239
15239
|
]
|
|
15240
15240
|
}
|