@pelcro/react-pelcro-js 4.0.0-alpha.113 → 4.0.0-alpha.114
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
|
@@ -26493,9 +26493,7 @@ class SelectModal extends React.Component {
|
|
|
26493
26493
|
"data-key": plan.id,
|
|
26494
26494
|
onClick: e => {
|
|
26495
26495
|
this.selectPlan(e, false);
|
|
26496
|
-
|
|
26497
|
-
this.props.setItem(this.state.itemId);
|
|
26498
|
-
}
|
|
26496
|
+
this.props.setItem(this.state.itemId);
|
|
26499
26497
|
}
|
|
26500
26498
|
}, this.locale("buttons.select")), !disableGifting && /*#__PURE__*/React__default['default'].createElement("button", {
|
|
26501
26499
|
className: `plc-flex plc-items-center plc-justify-center plc-text-center plc-py-2 plc-px-4 plc-w-full plc-border-2 plc-rounded-sm plc-border-primary focus:plc-outline-none plc-text-primary plc-bg-white hover:plc-border-primary-600 hover:plc-text-primary-600 hover:plc-shadow-sm plc-transition-all`,
|
package/dist/index.esm.js
CHANGED
|
@@ -26451,9 +26451,7 @@ class SelectModal extends Component {
|
|
|
26451
26451
|
"data-key": plan.id,
|
|
26452
26452
|
onClick: e => {
|
|
26453
26453
|
this.selectPlan(e, false);
|
|
26454
|
-
|
|
26455
|
-
this.props.setItem(this.state.itemId);
|
|
26456
|
-
}
|
|
26454
|
+
this.props.setItem(this.state.itemId);
|
|
26457
26455
|
}
|
|
26458
26456
|
}, this.locale("buttons.select")), !disableGifting && /*#__PURE__*/React__default.createElement("button", {
|
|
26459
26457
|
className: `plc-flex plc-items-center plc-justify-center plc-text-center plc-py-2 plc-px-4 plc-w-full plc-border-2 plc-rounded-sm plc-border-primary focus:plc-outline-none plc-text-primary plc-bg-white hover:plc-border-primary-600 hover:plc-text-primary-600 hover:plc-shadow-sm plc-transition-all`,
|