qt-ui-kit 1.0.58 → 1.0.60

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
@@ -16328,7 +16328,8 @@ function SingleEvent({
16328
16328
  sender,
16329
16329
  source,
16330
16330
  subjectLine,
16331
- onExternal
16331
+ onExternal,
16332
+ summary
16332
16333
  }) {
16333
16334
  const [selected, setSelected] = useState3(false);
16334
16335
  const [expanded, setExpanded] = useState3(false);
@@ -16379,7 +16380,7 @@ function SingleEvent({
16379
16380
  ] }),
16380
16381
  expanded && /* @__PURE__ */ jsxs21(Fragment11, { children: [
16381
16382
  /* @__PURE__ */ jsxs21("div", { children: [
16382
- /* @__PURE__ */ jsx31(IntelCard, { summary: "summary", urgency }),
16383
+ /* @__PURE__ */ jsx31(IntelCard, { summary, urgency }),
16383
16384
  body
16384
16385
  ] }),
16385
16386
  /* @__PURE__ */ jsx31(BrandIcon, { service })
@@ -16414,7 +16415,8 @@ function EventCard({
16414
16415
  sender: d.sender,
16415
16416
  source: d.source,
16416
16417
  subjectLine: d.subjectLine,
16417
- onExternal: () => window.open(d.link, "_blank")
16418
+ onExternal: () => window.open(d.link, "_blank"),
16419
+ summary: d.summary
16418
16420
  }
16419
16421
  )) : /* @__PURE__ */ jsx32(Fragment12, { children: " " }) });
16420
16422
  case "ticket" /* TICKET */:
@@ -16428,7 +16430,8 @@ function EventCard({
16428
16430
  sender: d.sender,
16429
16431
  source: d.source,
16430
16432
  subjectLine: d.subjectLine,
16431
- onExternal: () => window.open(d.link, "_blank")
16433
+ onExternal: () => window.open(d.link, "_blank"),
16434
+ summary: d.summary
16432
16435
  }
16433
16436
  )) : /* @__PURE__ */ jsx32(Fragment12, { children: " " }) });
16434
16437
  default: