qt-ui-kit 1.0.59 → 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.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16442,7 +16442,8 @@ function EventCard({
|
|
|
16442
16442
|
sender: d.sender,
|
|
16443
16443
|
source: d.source,
|
|
16444
16444
|
subjectLine: d.subjectLine,
|
|
16445
|
-
onExternal: () => window.open(d.link, "_blank")
|
|
16445
|
+
onExternal: () => window.open(d.link, "_blank"),
|
|
16446
|
+
summary: d.summary
|
|
16446
16447
|
}
|
|
16447
16448
|
)) : /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, { children: " " }) });
|
|
16448
16449
|
case "ticket" /* TICKET */:
|
|
@@ -16456,7 +16457,8 @@ function EventCard({
|
|
|
16456
16457
|
sender: d.sender,
|
|
16457
16458
|
source: d.source,
|
|
16458
16459
|
subjectLine: d.subjectLine,
|
|
16459
|
-
onExternal: () => window.open(d.link, "_blank")
|
|
16460
|
+
onExternal: () => window.open(d.link, "_blank"),
|
|
16461
|
+
summary: d.summary
|
|
16460
16462
|
}
|
|
16461
16463
|
)) : /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, { children: " " }) });
|
|
16462
16464
|
default:
|