@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 +1 -3
- package/dist/index.esm.js +1 -3
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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
|
|