qt-ui-kit 1.0.55 → 1.0.56

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
@@ -16327,7 +16327,8 @@ function SingleEvent({
16327
16327
  startExpanded,
16328
16328
  sender,
16329
16329
  source,
16330
- subjectLine
16330
+ subjectLine,
16331
+ onExternal
16331
16332
  }) {
16332
16333
  const [selected, setSelected] = useState3(false);
16333
16334
  const [expanded, setExpanded] = useState3(false);
@@ -16369,7 +16370,8 @@ function SingleEvent({
16369
16370
  leftText: sender,
16370
16371
  seperator: "via",
16371
16372
  rightText: source,
16372
- shrunk: true
16373
+ shrunk: true,
16374
+ onClick: onExternal
16373
16375
  }
16374
16376
  ),
16375
16377
  /* @__PURE__ */ jsx31(SubjectLineRow, { text: subjectLine })
@@ -16533,7 +16535,8 @@ function ChatBubble({
16533
16535
  name,
16534
16536
  image,
16535
16537
  timestamp,
16536
- emojis
16538
+ emojis,
16539
+ onExternal
16537
16540
  }) {
16538
16541
  const [expanded, setExpanded] = useState4(false);
16539
16542
  const [truncatedText, setTruncatedText] = useState4(false);
@@ -16568,7 +16571,7 @@ function ChatBubble({
16568
16571
  /* @__PURE__ */ jsx36("div", { className: "body-small-bold", children: name }),
16569
16572
  /* @__PURE__ */ jsx36("div", { className: "text-qtneutral-700 label-3", children: timestamp })
16570
16573
  ] }),
16571
- /* @__PURE__ */ jsx36(ExternalLink, { size: 16 })
16574
+ /* @__PURE__ */ jsx36("div", { onClick: onExternal, children: /* @__PURE__ */ jsx36(ExternalLink, { size: 16 }) })
16572
16575
  ] }),
16573
16576
  /* @__PURE__ */ jsxs25("div", { className: clsx9("flex flex-col gap-2", !expanded && " "), children: [
16574
16577
  summary && truncatedText && /* @__PURE__ */ jsxs25("div", { children: [