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.js CHANGED
@@ -15124,7 +15124,7 @@ function SenderSourceRow({
15124
15124
  // src/components/molecules/text_content/subject_line_row/subject_line_row.tsx
15125
15125
  var import_jsx_runtime12 = require("react/jsx-runtime");
15126
15126
  function SubjectLineRow({ text }) {
15127
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "flex h-[17px]", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "text-neutral-900 body-small", children: text }) });
15127
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "flex h-[17px]", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "text-neutral-900 body-small line-clamp-1", children: text }) });
15128
15128
  }
15129
15129
 
15130
15130
  // src/components/organisms/preview_card/preview_card.tsx
@@ -15485,7 +15485,7 @@ function PreviewCard({
15485
15485
  subjectLine && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(SubjectLineRow, { text: subjectLine })
15486
15486
  ] }),
15487
15487
  body && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "flex flex-col max-w-full w-full wrap-anywhere", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("p", { className: "line-clamp-2 body-small", children: body }) }),
15488
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "flex", children: body && /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "w-full relative flex place-content-between place-items-center", children: [
15488
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("div", { className: "flex", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "w-full relative flex place-content-between place-items-center", children: [
15489
15489
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
15490
15490
  "div",
15491
15491
  {