@pelcro/react-pelcro-js 3.21.0-beta.3 → 3.21.0-beta.4

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
@@ -13301,7 +13301,7 @@ function LoginModal(_ref) {
13301
13301
  }
13302
13302
  resetView();
13303
13303
  const viewFromURL = getStableViewID(window.Pelcro.helpers.getURLParameter("view"));
13304
- const viewsURLs = ["invoice-details", "gift-redeem", "plan-select"];
13304
+ const viewsURLs = ["invoice-details", "gift-redeem", "plan-select", "payment-method-update"];
13305
13305
  if (viewsURLs.includes(viewFromURL)) {
13306
13306
  initViewFromURL();
13307
13307
  }
package/dist/index.esm.js CHANGED
@@ -13271,7 +13271,7 @@ function LoginModal(_ref) {
13271
13271
  }
13272
13272
  resetView();
13273
13273
  const viewFromURL = getStableViewID(window.Pelcro.helpers.getURLParameter("view"));
13274
- const viewsURLs = ["invoice-details", "gift-redeem", "plan-select"];
13274
+ const viewsURLs = ["invoice-details", "gift-redeem", "plan-select", "payment-method-update"];
13275
13275
  if (viewsURLs.includes(viewFromURL)) {
13276
13276
  initViewFromURL();
13277
13277
  }
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.21.0-beta.3",
4
+ "version": "3.21.0-beta.4",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",