@pelcro/react-pelcro-js 3.6.0-beta.28 → 3.6.0-beta.29
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 +5 -5
- package/dist/index.esm.js +5 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5039,7 +5039,7 @@ var labels$h = {
|
|
|
5039
5039
|
inTrial: "In trial",
|
|
5040
5040
|
endingSoon: "Ending soon",
|
|
5041
5041
|
scheduled: "Scheduled",
|
|
5042
|
-
incomplete: "
|
|
5042
|
+
incomplete: "Incomplete"
|
|
5043
5043
|
},
|
|
5044
5044
|
shipments: "Shipments remaining",
|
|
5045
5045
|
logout: "Logout",
|
|
@@ -5139,10 +5139,10 @@ var labels$g = {
|
|
|
5139
5139
|
status: {
|
|
5140
5140
|
title: "Statut",
|
|
5141
5141
|
active: "Active",
|
|
5142
|
-
inTrial: "
|
|
5143
|
-
endingSoon: "
|
|
5142
|
+
inTrial: "En essai",
|
|
5143
|
+
endingSoon: "Expire bientôt",
|
|
5144
5144
|
scheduled: "Programmé",
|
|
5145
|
-
incomplete: "
|
|
5145
|
+
incomplete: "Incomplet"
|
|
5146
5146
|
},
|
|
5147
5147
|
shipments: "Expéditions restantes",
|
|
5148
5148
|
logout: "Déconnexion",
|
|
@@ -25370,7 +25370,7 @@ const SubscriptionsItems = ({
|
|
|
25370
25370
|
onClick: onReactivateClick,
|
|
25371
25371
|
disabled: disableSubmit,
|
|
25372
25372
|
"data-key": sub.id
|
|
25373
|
-
}, t("labels.reactivate")), sub.cancel_at_period_end === 1 && /*#__PURE__*/React__default['default'].createElement(Button, {
|
|
25373
|
+
}, t("labels.reactivate")), sub.cancel_at_period_end === 1 && sub.status !== "incomplete" && /*#__PURE__*/React__default['default'].createElement(Button, {
|
|
25374
25374
|
variant: "ghost",
|
|
25375
25375
|
className: "plc-text-blue-400 pelcro-dashboard-sub-renew-button",
|
|
25376
25376
|
icon: /*#__PURE__*/React__default['default'].createElement(SvgRefresh, null),
|
package/dist/index.esm.js
CHANGED
|
@@ -5009,7 +5009,7 @@ var labels$h = {
|
|
|
5009
5009
|
inTrial: "In trial",
|
|
5010
5010
|
endingSoon: "Ending soon",
|
|
5011
5011
|
scheduled: "Scheduled",
|
|
5012
|
-
incomplete: "
|
|
5012
|
+
incomplete: "Incomplete"
|
|
5013
5013
|
},
|
|
5014
5014
|
shipments: "Shipments remaining",
|
|
5015
5015
|
logout: "Logout",
|
|
@@ -5109,10 +5109,10 @@ var labels$g = {
|
|
|
5109
5109
|
status: {
|
|
5110
5110
|
title: "Statut",
|
|
5111
5111
|
active: "Active",
|
|
5112
|
-
inTrial: "
|
|
5113
|
-
endingSoon: "
|
|
5112
|
+
inTrial: "En essai",
|
|
5113
|
+
endingSoon: "Expire bientôt",
|
|
5114
5114
|
scheduled: "Programmé",
|
|
5115
|
-
incomplete: "
|
|
5115
|
+
incomplete: "Incomplet"
|
|
5116
5116
|
},
|
|
5117
5117
|
shipments: "Expéditions restantes",
|
|
5118
5118
|
logout: "Déconnexion",
|
|
@@ -25340,7 +25340,7 @@ const SubscriptionsItems = ({
|
|
|
25340
25340
|
onClick: onReactivateClick,
|
|
25341
25341
|
disabled: disableSubmit,
|
|
25342
25342
|
"data-key": sub.id
|
|
25343
|
-
}, t("labels.reactivate")), sub.cancel_at_period_end === 1 && /*#__PURE__*/React__default.createElement(Button, {
|
|
25343
|
+
}, t("labels.reactivate")), sub.cancel_at_period_end === 1 && sub.status !== "incomplete" && /*#__PURE__*/React__default.createElement(Button, {
|
|
25344
25344
|
variant: "ghost",
|
|
25345
25345
|
className: "plc-text-blue-400 pelcro-dashboard-sub-renew-button",
|
|
25346
25346
|
icon: /*#__PURE__*/React__default.createElement(SvgRefresh, null),
|