@pelcro/react-pelcro-js 4.0.0-alpha.51 → 4.0.0-alpha.52
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.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/pelcro.css +5 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -26829,7 +26829,7 @@ function PaymentMethodView({
|
|
|
26829
26829
|
const isUserLastName = Boolean(window.Pelcro.user.read().last_name);
|
|
26830
26830
|
const isUserPhone = Boolean(window.Pelcro.user.read().phone);
|
|
26831
26831
|
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
26832
|
-
className: "plc-flex plc-flex-col plc-items-center plc-mt-4
|
|
26832
|
+
className: "plc-flex plc-flex-col plc-items-center plc-mt-4 plc-px-8 md:plc-px-0 pelcro-payment-block"
|
|
26833
26833
|
}, order && /*#__PURE__*/React__default['default'].createElement("div", {
|
|
26834
26834
|
className: "plc-w-full plc-p-2 plc-mb-4 plc-font-semibold plc-text-center plc-text-gray-900 plc-bg-gray-100 plc-border plc-border-gray-200"
|
|
26835
26835
|
}, /*#__PURE__*/React__default['default'].createElement("p", {
|
package/dist/index.esm.js
CHANGED
|
@@ -26799,7 +26799,7 @@ function PaymentMethodView({
|
|
|
26799
26799
|
const isUserLastName = Boolean(window.Pelcro.user.read().last_name);
|
|
26800
26800
|
const isUserPhone = Boolean(window.Pelcro.user.read().phone);
|
|
26801
26801
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
26802
|
-
className: "plc-flex plc-flex-col plc-items-center plc-mt-4
|
|
26802
|
+
className: "plc-flex plc-flex-col plc-items-center plc-mt-4 plc-px-8 md:plc-px-0 pelcro-payment-block"
|
|
26803
26803
|
}, order && /*#__PURE__*/React__default.createElement("div", {
|
|
26804
26804
|
className: "plc-w-full plc-p-2 plc-mb-4 plc-font-semibold plc-text-center plc-text-gray-900 plc-bg-gray-100 plc-border plc-border-gray-200"
|
|
26805
26805
|
}, /*#__PURE__*/React__default.createElement("p", {
|
package/dist/pelcro.css
CHANGED