@pelcro/react-pelcro-js 4.0.0-alpha.23 → 4.0.0-alpha.24

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
@@ -32590,6 +32590,7 @@ const SubscriptionsItems = ({
32590
32590
  return switchView("email-verify");
32591
32591
  }
32592
32592
 
32593
+ switchView(null);
32593
32594
  onClose === null || onClose === void 0 ? void 0 : onClose();
32594
32595
  notify.confirm((onSuccess, onFailure) => {
32595
32596
  cancelSubscription(sub.id, onSuccess, onFailure);
package/dist/index.esm.js CHANGED
@@ -32560,6 +32560,7 @@ const SubscriptionsItems = ({
32560
32560
  return switchView("email-verify");
32561
32561
  }
32562
32562
 
32563
+ switchView(null);
32563
32564
  onClose === null || onClose === void 0 ? void 0 : onClose();
32564
32565
  notify.confirm((onSuccess, onFailure) => {
32565
32566
  cancelSubscription(sub.id, onSuccess, onFailure);
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": "4.0.0-alpha.23",
4
+ "version": "4.0.0-alpha.24",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",