qt-ui-kit 1.0.57 → 1.0.59

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 })