@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 CHANGED
@@ -1991,12 +1991,12 @@ function TransferDetailsBlock({
1991
1991
  "div",
1992
1992
  {
1993
1993
  className: [
1994
- "w-full max-w-md mx-auto rounded-xl border border-border bg-muted/40 px-5 py-4 text-left",
1994
+ "w-full max-w-sm mx-auto text-left",
1995
1995
  className != null ? className : ""
1996
1996
  ].filter(Boolean).join(" "),
1997
1997
  children: [
1998
1998
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mb-3 text-xs uppercase tracking-wide text-muted-foreground font-heading", children: label }),
1999
- /* @__PURE__ */ jsxRuntime.jsx("dl", { className: "space-y-1.5 text-sm font-mono", children: items.map(([term, value], i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-baseline gap-x-2", children: [
1999
+ /* @__PURE__ */ jsxRuntime.jsx("dl", { className: "space-y-1.5 text-sm font-sans", children: items.map(([term, value], i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-baseline gap-x-2", children: [
2000
2000
  /* @__PURE__ */ jsxRuntime.jsxs("dt", { className: "text-muted-foreground shrink-0", children: [
2001
2001
  term,
2002
2002
  ":"