qt-ui-kit 1.0.64 → 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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- 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
|
{
|