@pelcro/react-pelcro-js 3.6.0-beta.25 → 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 -0
- package/dist/index.esm.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18523,6 +18523,7 @@ class DefaultNewsLetter extends React.Component {
|
|
|
18523
18523
|
});
|
|
18524
18524
|
|
|
18525
18525
|
_defineProperty$3(this, "postSubmit", () => {
|
|
18526
|
+
window.Pelcro.paywall.setNewsletterExtraVisits(true);
|
|
18526
18527
|
this.props.setView("meter");
|
|
18527
18528
|
});
|
|
18528
18529
|
|
package/dist/index.esm.js
CHANGED
|
@@ -18493,6 +18493,7 @@ class DefaultNewsLetter extends Component {
|
|
|
18493
18493
|
});
|
|
18494
18494
|
|
|
18495
18495
|
_defineProperty$3(this, "postSubmit", () => {
|
|
18496
|
+
window.Pelcro.paywall.setNewsletterExtraVisits(true);
|
|
18496
18497
|
this.props.setView("meter");
|
|
18497
18498
|
});
|
|
18498
18499
|
|