@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 +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 -2
- package/README.md +0 -140
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-
|
|
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-
|
|
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 }),
|