@pelcro/react-pelcro-js 3.26.0-beta.4 → 3.26.0-beta.5
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 -2
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21615,7 +21615,7 @@ const SubscriptionCancelOptions = _ref => {
|
|
|
21615
21615
|
className: "plc-text-left plc-mr-auto plc-mb-6"
|
|
21616
21616
|
}, /*#__PURE__*/React__default['default'].createElement("p", {
|
|
21617
21617
|
className: "plc-mb-3"
|
|
21618
|
-
}, t("messages.cancelWhen")), hasPhases && /*#__PURE__*/React__default['default'].createElement(Radio, {
|
|
21618
|
+
}, t("messages.cancelWhen")), subscription.cancel_at_period_end === 0 && hasPhases && /*#__PURE__*/React__default['default'].createElement(Radio, {
|
|
21619
21619
|
onChange: handleOptionSelect,
|
|
21620
21620
|
checked: cancelationOption === "period_end",
|
|
21621
21621
|
value: "period_end"
|
|
@@ -21623,7 +21623,7 @@ const SubscriptionCancelOptions = _ref => {
|
|
|
21623
21623
|
year: "numeric",
|
|
21624
21624
|
month: "short",
|
|
21625
21625
|
day: "numeric"
|
|
21626
|
-
})), /*#__PURE__*/React__default['default'].createElement(Radio, {
|
|
21626
|
+
})), subscription.cancel_at_period_end === 0 && /*#__PURE__*/React__default['default'].createElement(Radio, {
|
|
21627
21627
|
onChange: handleOptionSelect,
|
|
21628
21628
|
checked: cancelationOption === "current_period_end",
|
|
21629
21629
|
value: "current_period_end"
|
package/dist/index.esm.js
CHANGED
|
@@ -21585,7 +21585,7 @@ const SubscriptionCancelOptions = _ref => {
|
|
|
21585
21585
|
className: "plc-text-left plc-mr-auto plc-mb-6"
|
|
21586
21586
|
}, /*#__PURE__*/React__default.createElement("p", {
|
|
21587
21587
|
className: "plc-mb-3"
|
|
21588
|
-
}, t("messages.cancelWhen")), hasPhases && /*#__PURE__*/React__default.createElement(Radio, {
|
|
21588
|
+
}, t("messages.cancelWhen")), subscription.cancel_at_period_end === 0 && hasPhases && /*#__PURE__*/React__default.createElement(Radio, {
|
|
21589
21589
|
onChange: handleOptionSelect,
|
|
21590
21590
|
checked: cancelationOption === "period_end",
|
|
21591
21591
|
value: "period_end"
|
|
@@ -21593,7 +21593,7 @@ const SubscriptionCancelOptions = _ref => {
|
|
|
21593
21593
|
year: "numeric",
|
|
21594
21594
|
month: "short",
|
|
21595
21595
|
day: "numeric"
|
|
21596
|
-
})), /*#__PURE__*/React__default.createElement(Radio, {
|
|
21596
|
+
})), subscription.cancel_at_period_end === 0 && /*#__PURE__*/React__default.createElement(Radio, {
|
|
21597
21597
|
onChange: handleOptionSelect,
|
|
21598
21598
|
checked: cancelationOption === "current_period_end",
|
|
21599
21599
|
value: "current_period_end"
|