qt-ui-kit 1.0.51 → 1.0.52
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +3 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15227,7 +15227,7 @@ function SenderSourceRow({
|
|
|
15227
15227
|
shrunk,
|
|
15228
15228
|
date
|
|
15229
15229
|
}) {
|
|
15230
|
-
return /* @__PURE__ */ jsxs9("div", { className: "flex
|
|
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
15231
|
/* @__PURE__ */ jsxs9("div", { className: "flex gap-[4px] place-items-center flex-wrap", children: [
|
|
15232
15232
|
/* @__PURE__ */ jsx12("div", { className: "body-small-bold", children: leftText }),
|
|
15233
15233
|
/* @__PURE__ */ jsx12("div", { className: "body-small", children: seperator }),
|