qt-ui-kit 1.0.66 → 1.0.68
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
|
@@ -16527,7 +16527,7 @@ function EmailBody({
|
|
|
16527
16527
|
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "body-medium prose break-all", children: body && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
16528
16528
|
import_react_markdown.default,
|
|
16529
16529
|
{
|
|
16530
|
-
children:
|
|
16530
|
+
children: body,
|
|
16531
16531
|
rehypePlugins: [import_rehype_raw.default],
|
|
16532
16532
|
components: {
|
|
16533
16533
|
img: ({ node, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("img", { style: { maxWidth: "100%" }, ...props })
|