@pelcro/react-pelcro-js 3.6.0-beta.24 → 3.6.0-beta.25
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 +0 -3
- package/dist/index.esm.js +0 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18523,9 +18523,6 @@ 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);
|
|
18529
18526
|
this.props.setView("meter");
|
|
18530
18527
|
});
|
|
18531
18528
|
|
package/dist/index.esm.js
CHANGED
|
@@ -18493,9 +18493,6 @@ 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);
|
|
18499
18496
|
this.props.setView("meter");
|
|
18500
18497
|
});
|
|
18501
18498
|
|