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.mjs CHANGED
@@ -16500,7 +16500,7 @@ function EmailBody({
16500
16500
  /* @__PURE__ */ jsx33("div", { className: "body-medium prose break-all", children: body && /* @__PURE__ */ jsx33(
16501
16501
  ReactMarkdown,
16502
16502
  {
16503
- children: clean,
16503
+ children: body,
16504
16504
  rehypePlugins: [rehypeRaw],
16505
16505
  components: {
16506
16506
  img: ({ node, ...props }) => /* @__PURE__ */ jsx33("img", { style: { maxWidth: "100%" }, ...props })