qt-ui-kit 1.0.80 → 1.0.82

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
@@ -15097,7 +15097,7 @@ function SenderSourceRow({
15097
15097
  // src/components/molecules/text_content/subject_line_row/subject_line_row.tsx
15098
15098
  import { jsx as jsx12 } from "react/jsx-runtime";
15099
15099
  function SubjectLineRow({ text }) {
15100
- return /* @__PURE__ */ jsx12("div", { className: "flex h-[17px]", children: /* @__PURE__ */ jsx12("div", { className: "text-neutral-900 body-small", children: text }) });
15100
+ return /* @__PURE__ */ jsx12("div", { className: "flex h-[17px]", children: /* @__PURE__ */ jsx12("div", { className: "text-neutral-900 body-small line-clamp-1", children: text }) });
15101
15101
  }
15102
15102
 
15103
15103
  // src/components/organisms/preview_card/preview_card.tsx
@@ -15458,7 +15458,7 @@ function PreviewCard({
15458
15458
  subjectLine && /* @__PURE__ */ jsx18(SubjectLineRow, { text: subjectLine })
15459
15459
  ] }),
15460
15460
  body && /* @__PURE__ */ jsx18("div", { className: "flex flex-col max-w-full w-full wrap-anywhere", children: /* @__PURE__ */ jsx18("p", { className: "line-clamp-2 body-small", children: body }) }),
15461
- /* @__PURE__ */ jsx18("div", { className: "flex", children: body && /* @__PURE__ */ jsxs13("div", { className: "w-full relative flex place-content-between place-items-center", children: [
15461
+ /* @__PURE__ */ jsx18("div", { className: "flex", children: /* @__PURE__ */ jsxs13("div", { className: "w-full relative flex place-content-between place-items-center", children: [
15462
15462
  /* @__PURE__ */ jsx18(
15463
15463
  "div",
15464
15464
  {