qt-ui-kit 1.0.68 → 1.0.70
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +3 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16426,7 +16426,8 @@ function EventCard({
|
|
|
16426
16426
|
subjectLine: d.subjectLine,
|
|
16427
16427
|
onExternal: () => window.open(d.link, "_blank"),
|
|
16428
16428
|
summary: d.summary
|
|
16429
|
-
}
|
|
16429
|
+
},
|
|
16430
|
+
d.subjectLine
|
|
16430
16431
|
)) : /* @__PURE__ */ jsx32(Fragment12, { children: " " }) });
|
|
16431
16432
|
case "ticket" /* TICKET */:
|
|
16432
16433
|
return /* @__PURE__ */ jsx32(Fragment12, { children: eventData ? eventData.map((d, i) => /* @__PURE__ */ jsx32(
|
|
@@ -16497,7 +16498,7 @@ function EmailBody({
|
|
|
16497
16498
|
/* @__PURE__ */ jsx33(MetadataRow, { metadata: [`Attachments: ${attachments}`] })
|
|
16498
16499
|
] }),
|
|
16499
16500
|
/* @__PURE__ */ jsx33("hr", { className: "text-qtneutral-500" }),
|
|
16500
|
-
/* @__PURE__ */ jsx33("div", { className: "body-medium prose break-all", children: body && /* @__PURE__ */ jsx33(
|
|
16501
|
+
/* @__PURE__ */ jsx33("div", { className: "body-medium prose break-all whitespace-pre-line", children: body && /* @__PURE__ */ jsx33(
|
|
16501
16502
|
ReactMarkdown,
|
|
16502
16503
|
{
|
|
16503
16504
|
children: body,
|