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.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15254,12 +15254,12 @@ function SenderSourceRow({
|
|
|
15254
15254
|
shrunk,
|
|
15255
15255
|
date
|
|
15256
15256
|
}) {
|
|
15257
|
-
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "flex
|
|
15258
|
-
/* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "flex gap-[4px] place-items-center
|
|
15259
|
-
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small-bold", children: leftText }),
|
|
15257
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "flex w-full place-content-between text-neutral-1 text-[14px] leading-[130%] flex-nowrap", children: [
|
|
15258
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "flex gap-[4px] place-items-center", children: [
|
|
15259
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small-bold text-nowrap", children: leftText }),
|
|
15260
15260
|
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small", children: seperator }),
|
|
15261
|
-
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small-bold", children: rightText }),
|
|
15262
|
-
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "label-3 flex", children: date && formatCustomRelative(date) })
|
|
15261
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "body-small-bold text-nowrap", children: rightText }),
|
|
15262
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "label-3 flex text-nowrap", children: date && formatCustomRelative(date) })
|
|
15263
15263
|
] }),
|
|
15264
15264
|
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { onClick, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ExternalLink, { size: shrunk ? 16 : 24 }) })
|
|
15265
15265
|
] });
|