qt-ui-kit 1.0.63 → 1.0.65
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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +0 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15229,7 +15229,7 @@ function SenderSourceRow({
|
|
|
15229
15229
|
}) {
|
|
15230
15230
|
return /* @__PURE__ */ jsxs9("div", { className: "flex w-full place-content-between text-neutral-1 text-[14px] leading-[130%] ", children: [
|
|
15231
15231
|
/* @__PURE__ */ jsxs9("div", { className: "flex gap-[4px] place-items-center", children: [
|
|
15232
|
-
/* @__PURE__ */ jsx12("div", { className: "body-small-bold line-clamp-1", children: leftText }),
|
|
15232
|
+
/* @__PURE__ */ jsx12("div", { className: "body-small-bold break-all line-clamp-1", children: leftText }),
|
|
15233
15233
|
/* @__PURE__ */ jsx12("div", { className: "body-smal text-center", children: seperator }),
|
|
15234
15234
|
/* @__PURE__ */ jsx12("div", { className: "body-small-bold text-center line-clamp-1", children: rightText }),
|
|
15235
15235
|
/* @__PURE__ */ jsx12("div", { className: "label-3 flex", children: date && formatCustomRelative(date) })
|
|
@@ -15727,7 +15727,7 @@ function PreviewCard({
|
|
|
15727
15727
|
)
|
|
15728
15728
|
] }),
|
|
15729
15729
|
/* @__PURE__ */ jsxs14("div", { className: "flex flex-col gap-2 grow ", children: [
|
|
15730
|
-
/* @__PURE__ */ jsxs14("div", { className: "flex flex-col grow gap-1
|
|
15730
|
+
/* @__PURE__ */ jsxs14("div", { className: "flex flex-col grow gap-1", children: [
|
|
15731
15731
|
/* @__PURE__ */ jsx21(
|
|
15732
15732
|
SenderSourceRow,
|
|
15733
15733
|
{
|
|
@@ -16482,7 +16482,6 @@ function EmailBody({
|
|
|
16482
16482
|
attachments,
|
|
16483
16483
|
body
|
|
16484
16484
|
}) {
|
|
16485
|
-
body = "Hi Greg,\n\nJust checking in on the milestone for Project Alpha this week. We\u2019re hoping to see visible progress by Friday, per the plan. Can you confirm we\u2019re still on track?\n\nThanks so much,\nDana\n\nDirector Major Projects\nAmtryx Co.";
|
|
16486
16485
|
return /* @__PURE__ */ jsxs23("div", { className: "flex flex-col gap-4 bg-white p-4 rounded-b-2xl", children: [
|
|
16487
16486
|
/* @__PURE__ */ jsxs23("div", { className: "flex flex-col gap-0.5", children: [
|
|
16488
16487
|
/* @__PURE__ */ jsx33(MetadataRow, { metadata: [`Subject: ${subjectLine}`] }),
|