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.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16583,7 +16583,6 @@ function EmailBody({
|
|
|
16583
16583
|
body
|
|
16584
16584
|
}) {
|
|
16585
16585
|
const clean = import_dompurify.default.sanitize(body ?? "");
|
|
16586
|
-
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";
|
|
16587
16586
|
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl overflow-auto", children: [
|
|
16588
16587
|
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "flex flex-col gap-0.5", children: [
|
|
16589
16588
|
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(MetadataRow, { metadata: [`Subject: ${subjectLine}`] }),
|