@planetaexo/design-system 0.23.1 → 0.23.2
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1970,12 +1970,12 @@ function TransferDetailsBlock({
|
|
|
1970
1970
|
"div",
|
|
1971
1971
|
{
|
|
1972
1972
|
className: [
|
|
1973
|
-
"w-full max-w-
|
|
1973
|
+
"w-full max-w-sm mx-auto text-left",
|
|
1974
1974
|
className != null ? className : ""
|
|
1975
1975
|
].filter(Boolean).join(" "),
|
|
1976
1976
|
children: [
|
|
1977
1977
|
/* @__PURE__ */ jsx("div", { className: "mb-3 text-xs uppercase tracking-wide text-muted-foreground font-heading", children: label }),
|
|
1978
|
-
/* @__PURE__ */ jsx("dl", { className: "space-y-1.5 text-sm font-
|
|
1978
|
+
/* @__PURE__ */ jsx("dl", { className: "space-y-1.5 text-sm font-sans", children: items.map(([term, value], i) => /* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-baseline gap-x-2", children: [
|
|
1979
1979
|
/* @__PURE__ */ jsxs("dt", { className: "text-muted-foreground shrink-0", children: [
|
|
1980
1980
|
term,
|
|
1981
1981
|
":"
|