gatsby-matrix-theme 7.1.8 → 7.1.11
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,37 @@
|
|
|
1
|
+
## [7.1.11](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.10...v7.1.11) (2022-05-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* changed logic in form ([2810f95](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/2810f95f8eb5e9fd517bfe5b7ba1e6109d17496e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* Merge branch 'tm-2828-add-signup-form-bacom' into 'master' ([7e24e86](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/7e24e86d22748117506508e005ddb9bf6768e884))
|
|
10
|
+
|
|
11
|
+
## [7.1.10](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.9...v7.1.10) (2022-05-24)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* add class to subscribetext ([e492824](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/e492824203d7891f7d3cf89d0edd55bce3ac465a))
|
|
17
|
+
* styling fofr the header ([edeb208](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/edeb2086fe96a14bbc7fee2ca1f539e824558edd))
|
|
18
|
+
* toggleSubscribe state ([fdbb622](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/fdbb6229c73946c5d0c55546fcefef06381c5b91))
|
|
19
|
+
* update h2 to p and give it class ([58ab3cc](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/58ab3cc0846605a7620dcfc2f1164f755709fa7d))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
* Merge branch 'tm-2828-add-signup-form-bacom' into 'master' ([7888ff0](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/7888ff08a8325876bd225331973377f89970c84e))
|
|
23
|
+
|
|
24
|
+
## [7.1.9](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.8...v7.1.9) (2022-05-23)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* update the thank you button ([cd95488](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/cd954886cfe90dc79ab55f3ca17735db29a185ef))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
* Merge branch 'tm-2828-signup-form-bacom' into 'master' ([090c362](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/090c362751ee172eb3385b5d25f8611827c27c00))
|
|
33
|
+
* Merge branch 'master' into 'tm-2828-signup-form-bacom' ([2a38a36](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/2a38a36a40148d68067f7ef45b899dcec34ace31))
|
|
34
|
+
|
|
1
35
|
## [7.1.8](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.7...v7.1.8) (2022-05-23)
|
|
2
36
|
|
|
3
37
|
|
package/package.json
CHANGED
|
@@ -125,11 +125,18 @@ const NewsletterForm = ({
|
|
|
125
125
|
|
|
126
126
|
return (
|
|
127
127
|
<>
|
|
128
|
-
{toggleSubscribe
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
128
|
+
{toggleSubscribe ? (
|
|
129
|
+
formText.thankYouText && <p className={styles.thankYouText}>Thank you</p>
|
|
130
|
+
) : (
|
|
131
|
+
<p className={styles.maintext}>{formText.mainText}</p>
|
|
132
|
+
)}
|
|
133
|
+
{toggleSubscribe ? (
|
|
134
|
+
<p
|
|
135
|
+
dangerouslySetInnerHTML={{ __html: formText.subscribeText }}
|
|
136
|
+
className={styles.subscribe}
|
|
137
|
+
/>
|
|
138
|
+
) : null}
|
|
139
|
+
{!error && !toggleSubscribe ? (
|
|
133
140
|
<form ref={form} onSubmit={handelSubmit}>
|
|
134
141
|
{formText.textAboveName ? (
|
|
135
142
|
<p className={styles.textAboveInput}>{formText.textAboveName}</p>
|
|
@@ -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.72c7cc66.iframe.bundle.js"></script></body></html>
|