@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 CHANGED
@@ -5039,7 +5039,7 @@ var labels$h = {
5039
5039
  inTrial: "In trial",
5040
5040
  endingSoon: "Ending soon",
5041
5041
  scheduled: "Scheduled",
5042
- incomplete: "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: "Dans l'essai",
5143
- endingSoon: "Fin bientôt",
5142
+ inTrial: "En essai",
5143
+ endingSoon: "Expire bientôt",
5144
5144
  scheduled: "Programmé",
5145
- incomplete: "incomplète"
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: "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: "Dans l'essai",
5113
- endingSoon: "Fin bientôt",
5112
+ inTrial: "En essai",
5113
+ endingSoon: "Expire bientôt",
5114
5114
  scheduled: "Programmé",
5115
- incomplete: "incomplète"
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),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.6.0-beta.28",
4
+ "version": "3.6.0-beta.29",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",