@pelcro/react-pelcro-js 3.22.0-beta.21 → 3.22.0-beta.23
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 +2 -3
- package/dist/index.esm.js +2 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -14855,9 +14855,7 @@ class DonationModal extends React.Component {
|
|
|
14855
14855
|
className: "plc-text-xs pelcro-select-product-description"
|
|
14856
14856
|
}, product.description)), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
14857
14857
|
className: "plc-flex plc-items-end plc-w-full plc-mt-3"
|
|
14858
|
-
},
|
|
14859
|
-
className: "plc-w-1/2 plc-text-xs pelcro-select-product-cost"
|
|
14860
|
-
}, this.locale("labels.startingAt"), " ", this.countStartPrice(product.plans)), /*#__PURE__*/React__default['default'].createElement(Button, Object.assign({
|
|
14858
|
+
}, /*#__PURE__*/React__default['default'].createElement(Button, Object.assign({
|
|
14861
14859
|
onClick: productButtonCallback,
|
|
14862
14860
|
"data-key": product.id,
|
|
14863
14861
|
id: "pelcro-select-product-back-button",
|
|
@@ -18519,6 +18517,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
18519
18517
|
type: LOADING,
|
|
18520
18518
|
payload: false
|
|
18521
18519
|
});
|
|
18520
|
+
onFailure(error);
|
|
18522
18521
|
return dispatch({
|
|
18523
18522
|
type: SHOW_ALERT,
|
|
18524
18523
|
payload: {
|
package/dist/index.esm.js
CHANGED
|
@@ -14825,9 +14825,7 @@ class DonationModal extends Component {
|
|
|
14825
14825
|
className: "plc-text-xs pelcro-select-product-description"
|
|
14826
14826
|
}, product.description)), /*#__PURE__*/React__default.createElement("div", {
|
|
14827
14827
|
className: "plc-flex plc-items-end plc-w-full plc-mt-3"
|
|
14828
|
-
},
|
|
14829
|
-
className: "plc-w-1/2 plc-text-xs pelcro-select-product-cost"
|
|
14830
|
-
}, this.locale("labels.startingAt"), " ", this.countStartPrice(product.plans)), /*#__PURE__*/React__default.createElement(Button, Object.assign({
|
|
14828
|
+
}, /*#__PURE__*/React__default.createElement(Button, Object.assign({
|
|
14831
14829
|
onClick: productButtonCallback,
|
|
14832
14830
|
"data-key": product.id,
|
|
14833
14831
|
id: "pelcro-select-product-back-button",
|
|
@@ -18489,6 +18487,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
|
|
|
18489
18487
|
type: LOADING,
|
|
18490
18488
|
payload: false
|
|
18491
18489
|
});
|
|
18490
|
+
onFailure(error);
|
|
18492
18491
|
return dispatch({
|
|
18493
18492
|
type: SHOW_ALERT,
|
|
18494
18493
|
payload: {
|