@suportepos/split-checkout 0.4.7 → 0.4.8
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.es.js
CHANGED
|
@@ -21880,7 +21880,7 @@ function SplitCheckoutForm({
|
|
|
21880
21880
|
window.bpSop_silentOrderPost(options);
|
|
21881
21881
|
};
|
|
21882
21882
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Container, { maxWidth: "lg", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Grid, { container: true, spacing: 3, children: [
|
|
21883
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(Grid, {
|
|
21883
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Grid, { size: { xs: 12, sm: 7 }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Card, { elevation: 0, sx: { border: "1px solid #e2e8f0" }, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(CardContent, { children: [
|
|
21884
21884
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Box, { sx: { display: step === "card" ? "block" : "none" }, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
21885
21885
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Typography, { variant: "h6", sx: { mb: 2 }, children: "Pagamento com cartão de crédito" }),
|
|
21886
21886
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Stack, { spacing: 2, children: [
|
|
@@ -22147,7 +22147,7 @@ function SplitCheckoutForm({
|
|
|
22147
22147
|
] })
|
|
22148
22148
|
] }) })
|
|
22149
22149
|
] }) }) }),
|
|
22150
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(Grid, {
|
|
22150
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Grid, { size: { xs: 12, sm: 5 }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
22151
22151
|
OrderSummary,
|
|
22152
22152
|
{
|
|
22153
22153
|
amount: valor,
|
|
@@ -22269,7 +22269,7 @@ function SplitPixForm({
|
|
|
22269
22269
|
}
|
|
22270
22270
|
};
|
|
22271
22271
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Container, { maxWidth: "lg", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Grid, { container: true, spacing: 3, children: [
|
|
22272
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(Grid, {
|
|
22272
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Grid, { size: { xs: 12, sm: 7 }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Card, { elevation: 0, sx: { border: "1px solid #e2e8f0" }, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(CardContent, { children: [
|
|
22273
22273
|
!pixData && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
22274
22274
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Typography, { variant: "h6", sx: { mb: 2 }, children: "Preencha seus dados para gerar o PIX" }),
|
|
22275
22275
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Stack, { spacing: 2, children: [
|
|
@@ -22416,7 +22416,7 @@ function SplitPixForm({
|
|
|
22416
22416
|
] })
|
|
22417
22417
|
] })
|
|
22418
22418
|
] }) }) }),
|
|
22419
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(Grid, {
|
|
22419
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Grid, { size: { xs: 12, sm: 5 }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
22420
22420
|
OrderSummary,
|
|
22421
22421
|
{
|
|
22422
22422
|
amount: valor,
|