@hook-sdk/template 0.28.5 → 0.28.6
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 -1
package/dist/index.js
CHANGED
|
@@ -4124,7 +4124,7 @@ function CheckoutPageDefault() {
|
|
|
4124
4124
|
/* @__PURE__ */ jsx48("div", { className: "text-[11px] text-muted-foreground", children: "Coach" })
|
|
4125
4125
|
] }),
|
|
4126
4126
|
/* @__PURE__ */ jsxs29("div", { className: "text-right", children: [
|
|
4127
|
-
/* @__PURE__ */ jsxs29("div", { className: "text-sm font-bold text-foreground", children: [
|
|
4127
|
+
form.method !== "pix-auto" && /* @__PURE__ */ jsxs29("div", { className: "text-sm font-bold text-foreground", children: [
|
|
4128
4128
|
cyclePriceText,
|
|
4129
4129
|
"/",
|
|
4130
4130
|
annual ? "ano" : "m\xEAs"
|
|
@@ -4158,7 +4158,7 @@ function CheckoutPageDefault() {
|
|
|
4158
4158
|
{
|
|
4159
4159
|
type: "submit",
|
|
4160
4160
|
disabled: !form.canSubmit,
|
|
4161
|
-
className: "w-full rounded-full bg-primary text-primary-foreground
|
|
4161
|
+
className: "w-full rounded-full bg-primary text-primary-foreground h-14 px-5 text-base font-bold inline-flex items-center justify-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed shadow-lg",
|
|
4162
4162
|
children: form.submitting ? /* @__PURE__ */ jsxs29(Fragment7, { children: [
|
|
4163
4163
|
/* @__PURE__ */ jsx48(Spinner2, {}),
|
|
4164
4164
|
" ",
|