@pelcro/react-pelcro-js 3.6.0-beta.24 → 3.6.0-beta.26

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
@@ -18523,9 +18523,7 @@ class DefaultNewsLetter extends React.Component {
18523
18523
  });
18524
18524
 
18525
18525
  _defineProperty$3(this, "postSubmit", () => {
18526
- var _this$product, _this$product$paywall, _this$product2, _this$product2$paywal;
18527
-
18528
- window.Pelcro.paywall.decrementPageViewFrequency((_this$product = this.product) === null || _this$product === void 0 ? void 0 : (_this$product$paywall = _this$product.paywall) === null || _this$product$paywall === void 0 ? void 0 : _this$product$paywall.newsletter_extra_visits, (_this$product2 = this.product) === null || _this$product2 === void 0 ? void 0 : (_this$product2$paywal = _this$product2.paywall) === null || _this$product2$paywal === void 0 ? void 0 : _this$product2$paywal.frequency_limit);
18526
+ window.Pelcro.paywall.setNewsletterExtraVisits(true);
18529
18527
  this.props.setView("meter");
18530
18528
  });
18531
18529
 
package/dist/index.esm.js CHANGED
@@ -18493,9 +18493,7 @@ class DefaultNewsLetter extends Component {
18493
18493
  });
18494
18494
 
18495
18495
  _defineProperty$3(this, "postSubmit", () => {
18496
- var _this$product, _this$product$paywall, _this$product2, _this$product2$paywal;
18497
-
18498
- window.Pelcro.paywall.decrementPageViewFrequency((_this$product = this.product) === null || _this$product === void 0 ? void 0 : (_this$product$paywall = _this$product.paywall) === null || _this$product$paywall === void 0 ? void 0 : _this$product$paywall.newsletter_extra_visits, (_this$product2 = this.product) === null || _this$product2 === void 0 ? void 0 : (_this$product2$paywal = _this$product2.paywall) === null || _this$product2$paywal === void 0 ? void 0 : _this$product2$paywal.frequency_limit);
18496
+ window.Pelcro.paywall.setNewsletterExtraVisits(true);
18499
18497
  this.props.setView("meter");
18500
18498
  });
18501
18499
 
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.24",
4
+ "version": "3.6.0-beta.26",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",