qt-ui-kit 1.0.67 → 1.0.69

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
@@ -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(
@@ -16496,7 +16497,7 @@ function EmailBody({
16496
16497
  /* @__PURE__ */ jsx33(MetadataRow, { metadata: [`Attachments: ${attachments}`] })
16497
16498
  ] }),
16498
16499
  /* @__PURE__ */ jsx33("hr", { className: "text-qtneutral-500" }),
16499
- /* @__PURE__ */ jsx33("div", { className: "body-medium prose break-all", children: body && /* @__PURE__ */ jsx33(
16500
+ /* @__PURE__ */ jsx33("div", { className: "body-medium prose break-all whitespace-pre-line", children: body && /* @__PURE__ */ jsx33(
16500
16501
  ReactMarkdown,
16501
16502
  {
16502
16503
  children: body,