@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.js
CHANGED
|
@@ -2936,7 +2936,7 @@ var BillingHistory = ({
|
|
|
2936
2936
|
return `${amount.toFixed(2)} ${currency}`;
|
|
2937
2937
|
}
|
|
2938
2938
|
};
|
|
2939
|
-
return /* @__PURE__ */ jsx(Card, { className: "border-0 bg-
|
|
2939
|
+
return /* @__PURE__ */ jsx(Card, { className: "border-0 bg-black/30 shadow-2xl backdrop-blur-xl", children: /* @__PURE__ */ jsxs("div", { className: "p-4 sm:p-6", children: [
|
|
2940
2940
|
/* @__PURE__ */ jsxs("div", { className: "flex cursor-pointer items-center justify-between", onClick: () => setIsExpanded((prev) => !prev), children: [
|
|
2941
2941
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
2942
2942
|
/* @__PURE__ */ jsx(CardTitle, { className: "text-xl font-semibold", children: t.title }),
|
|
@@ -3109,7 +3109,7 @@ var PaymentMethodsSection = ({
|
|
|
3109
3109
|
const handleCardTokenize = (token, billing) => {
|
|
3110
3110
|
createMutation.mutate(buildPayload(token, billing));
|
|
3111
3111
|
};
|
|
3112
|
-
return /* @__PURE__ */ jsxs(Card, { className: "bg-
|
|
3112
|
+
return /* @__PURE__ */ jsxs(Card, { className: "border-0 bg-black/30 shadow-2xl backdrop-blur-xl", children: [
|
|
3113
3113
|
/* @__PURE__ */ jsxs(CardHeader, { className: "flex flex-col gap-4 md:flex-row md:items-center md:justify-between", children: [
|
|
3114
3114
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
3115
3115
|
/* @__PURE__ */ jsx(CardTitle, { className: "flex items-center gap-2", children: t.title }),
|