gatsby-matrix-theme 7.1.8 → 7.1.9
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [7.1.9](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.8...v7.1.9) (2022-05-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update the thank you button ([cd95488](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/cd954886cfe90dc79ab55f3ca17735db29a185ef))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* Merge branch 'tm-2828-signup-form-bacom' into 'master' ([090c362](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/090c362751ee172eb3385b5d25f8611827c27c00))
|
|
10
|
+
* Merge branch 'master' into 'tm-2828-signup-form-bacom' ([2a38a36](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/2a38a36a40148d68067f7ef45b899dcec34ace31))
|
|
11
|
+
|
|
1
12
|
## [7.1.8](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.7...v7.1.8) (2022-05-23)
|
|
2
13
|
|
|
3
14
|
|
package/package.json
CHANGED
|
@@ -69,7 +69,6 @@ const NewsletterForm = ({
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
if (nameValidate && (emailValidate || numberValidate)) {
|
|
72
|
-
setToggleSubscribe(true);
|
|
73
72
|
return true;
|
|
74
73
|
}
|
|
75
74
|
return false;
|
|
@@ -107,6 +106,7 @@ const NewsletterForm = ({
|
|
|
107
106
|
text === 'OK' ? (window.location.href = redirectUrl) : setError(true);
|
|
108
107
|
})
|
|
109
108
|
);
|
|
109
|
+
setToggleSubscribe(true);
|
|
110
110
|
};
|
|
111
111
|
|
|
112
112
|
if (setErr) {
|
|
@@ -345,4 +345,4 @@
|
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
|
|
348
|
-
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"./src","files":"**/**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"./src","files":"**/**/**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"}];</script><script src="runtime~main.7aedec23.iframe.bundle.js"></script><script src="152.cf98088f.iframe.bundle.js"></script><script src="main.
|
|
348
|
+
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"./src","files":"**/**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"./src","files":"**/**/**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"}];</script><script src="runtime~main.7aedec23.iframe.bundle.js"></script><script src="152.cf98088f.iframe.bundle.js"></script><script src="main.c266dcc5.iframe.bundle.js"></script></body></html>
|