@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.js CHANGED
@@ -1970,12 +1970,12 @@ function TransferDetailsBlock({
1970
1970
  "div",
1971
1971
  {
1972
1972
  className: [
1973
- "w-full max-w-md mx-auto rounded-xl border border-border bg-muted/40 px-5 py-4 text-left",
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-mono", children: items.map(([term, value], i) => /* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-baseline gap-x-2", children: [
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
  ":"