qt-ui-kit 1.0.74 → 1.0.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.
package/dist/index.mjs CHANGED
@@ -16556,7 +16556,6 @@ function EmailBody({
16556
16556
  body
16557
16557
  }) {
16558
16558
  const clean = DOMPurify.sanitize(body ?? "");
16559
- body = "Alex \u2014 this is getting flagged higher up. Please send me a status update on Project Alpha ASAP so I can respond accordingly.\n\n\u2014 Greg";
16560
16559
  return /* @__PURE__ */ jsxs24("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl overflow-auto", children: [
16561
16560
  /* @__PURE__ */ jsxs24("div", { className: "flex flex-col gap-0.5", children: [
16562
16561
  /* @__PURE__ */ jsx34(MetadataRow, { metadata: [`Subject: ${subjectLine}`] }),