qt-ui-kit 1.0.81 → 1.0.83
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
|
@@ -15461,8 +15461,8 @@ function PreviewCard({
|
|
|
15461
15461
|
"div",
|
|
15462
15462
|
{
|
|
15463
15463
|
className: (0, import_clsx4.default)(
|
|
15464
|
-
"flex gap-4 h-min w-[409px]
|
|
15465
|
-
selected ? "bg-qtpurple-200 border-qtpurple-200" : "",
|
|
15464
|
+
"flex gap-4 h-min w-[409px] rounded-3xl p-4 border-[2px] preview-card-shadow",
|
|
15465
|
+
selected ? "bg-qtpurple-200 border-qtpurple-200" : "bg-white",
|
|
15466
15466
|
!read ? "border-qtpurple-500" : "border-neutral-6"
|
|
15467
15467
|
),
|
|
15468
15468
|
onClick: (e) => {
|