@doujins/payments-ui 0.1.9 → 0.1.10

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
@@ -2969,7 +2969,7 @@ var BillingHistory = ({
2969
2969
  return `${amount.toFixed(2)} ${currency}`;
2970
2970
  }
2971
2971
  };
2972
- return /* @__PURE__ */ jsxRuntime.jsx(Card, { className: "border-0 bg-background/5 shadow-lg", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "p-4 sm:p-6", children: [
2972
+ return /* @__PURE__ */ jsxRuntime.jsx(Card, { className: "border-0 bg-black/30 shadow-2xl backdrop-blur-xl", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "p-4 sm:p-6", children: [
2973
2973
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex cursor-pointer items-center justify-between", onClick: () => setIsExpanded((prev) => !prev), children: [
2974
2974
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
2975
2975
  /* @__PURE__ */ jsxRuntime.jsx(CardTitle, { className: "text-xl font-semibold", children: t.title }),
@@ -3142,7 +3142,7 @@ var PaymentMethodsSection = ({
3142
3142
  const handleCardTokenize = (token, billing) => {
3143
3143
  createMutation.mutate(buildPayload(token, billing));
3144
3144
  };
3145
- return /* @__PURE__ */ jsxRuntime.jsxs(Card, { className: "bg-bckground border-border rounded-md", children: [
3145
+ return /* @__PURE__ */ jsxRuntime.jsxs(Card, { className: "border-0 bg-black/30 shadow-2xl backdrop-blur-xl", children: [
3146
3146
  /* @__PURE__ */ jsxRuntime.jsxs(CardHeader, { className: "flex flex-col gap-4 md:flex-row md:items-center md:justify-between", children: [
3147
3147
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
3148
3148
  /* @__PURE__ */ jsxRuntime.jsx(CardTitle, { className: "flex items-center gap-2", children: t.title }),