qt-ui-kit 1.0.52 → 1.0.54

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
@@ -15227,12 +15227,12 @@ function SenderSourceRow({
15227
15227
  shrunk,
15228
15228
  date
15229
15229
  }) {
15230
- return /* @__PURE__ */ jsxs9("div", { className: "flex h-[18px] w-full place-content-between text-neutral-1 text-[14px] leading-[130%] flex-nowrap", children: [
15231
- /* @__PURE__ */ jsxs9("div", { className: "flex gap-[4px] place-items-center flex-wrap", children: [
15232
- /* @__PURE__ */ jsx12("div", { className: "body-small-bold", children: leftText }),
15230
+ return /* @__PURE__ */ jsxs9("div", { className: "flex w-full place-content-between text-neutral-1 text-[14px] leading-[130%] flex-nowrap", children: [
15231
+ /* @__PURE__ */ jsxs9("div", { className: "flex gap-[4px] place-items-center", children: [
15232
+ /* @__PURE__ */ jsx12("div", { className: "body-small-bold text-nowrap", children: leftText }),
15233
15233
  /* @__PURE__ */ jsx12("div", { className: "body-small", children: seperator }),
15234
- /* @__PURE__ */ jsx12("div", { className: "body-small-bold", children: rightText }),
15235
- /* @__PURE__ */ jsx12("div", { className: "label-3 flex", children: date && formatCustomRelative(date) })
15234
+ /* @__PURE__ */ jsx12("div", { className: "body-small-bold text-nowrap", children: rightText }),
15235
+ /* @__PURE__ */ jsx12("div", { className: "label-3 flex text-nowrap", children: date && formatCustomRelative(date) })
15236
15236
  ] }),
15237
15237
  /* @__PURE__ */ jsx12("div", { onClick, children: /* @__PURE__ */ jsx12(ExternalLink, { size: shrunk ? 16 : 24 }) })
15238
15238
  ] });