@pelcro/react-pelcro-js 3.22.0-beta.21 → 3.22.0-beta.22
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 -3
- package/dist/index.esm.js +1 -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",
|
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",
|