qt-ui-kit 1.0.47 → 1.0.48

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.d.mts CHANGED
@@ -53,6 +53,9 @@ type EventGroup = {
53
53
  summary?: string;
54
54
  eventBody?: ReactNode;
55
55
  service?: IntegrationService;
56
+ sender?: string;
57
+ source?: string;
58
+ subjectLine?: string;
56
59
  };
57
60
  type TicketComment = {
58
61
  name?: string;
package/dist/index.d.ts CHANGED
@@ -53,6 +53,9 @@ type EventGroup = {
53
53
  summary?: string;
54
54
  eventBody?: ReactNode;
55
55
  service?: IntegrationService;
56
+ sender?: string;
57
+ source?: string;
58
+ subjectLine?: string;
56
59
  };
57
60
  type TicketComment = {
58
61
  name?: string;
package/dist/index.js CHANGED
@@ -16128,7 +16128,10 @@ function EventCard({
16128
16128
  urgency: d.urgency,
16129
16129
  service: d.service,
16130
16130
  body: d.eventBody,
16131
- startExpanded: i == eventData.length - 1
16131
+ startExpanded: i == eventData.length - 1,
16132
+ sender: d.sender,
16133
+ source: d.source,
16134
+ subjectLine: d.subjectLine
16132
16135
  }
16133
16136
  )) : /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, { children: " " }) });
16134
16137
  case "ticket" /* TICKET */:
@@ -16138,7 +16141,10 @@ function EventCard({
16138
16141
  urgency: d.urgency,
16139
16142
  service: d.service,
16140
16143
  body: d.eventBody,
16141
- startExpanded: i == eventData.length - 1
16144
+ startExpanded: i == eventData.length - 1,
16145
+ sender: d.sender,
16146
+ source: d.source,
16147
+ subjectLine: d.subjectLine
16142
16148
  }
16143
16149
  )) : /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, { children: " " }) });
16144
16150
  default: