gatsby-matrix-theme 3.2.10 → 3.2.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,13 @@
1
+ ## [3.2.11](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v3.2.10...v3.2.11) (2022-01-13)
2
+
3
+
4
+ ### Code Refactoring
5
+
6
+ * update newsletter form for w3 validator ([11243b9](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/11243b94527d6dc2a62310c60d530199e9be1516))
7
+
8
+
9
+ * Merge branch 'tm-2567-update-theme-for-w3-validator' into 'master' ([82c4eaf](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/82c4eafbdac22cde92706d82a6e7365878f1854d))
10
+
1
11
  ## [3.2.10](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v3.2.9...v3.2.10) (2022-01-13)
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "3.2.10",
3
+ "version": "3.2.11",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -45,8 +45,8 @@ const NewsletterForm =({
45
45
  }
46
46
  return(
47
47
  <form action={formAction} method="post" ref={form} onSubmit={handelSubmit}>
48
- <input type="hidden" name="listname" aria-label="hidden" value={newsletterListId} />
49
- <input type="hidden" name="redirect" aria-label="hidden" value={redirectUrl} />
48
+ <input type="hidden" name="listname" aria-label="listname" aria-hidden="true" value={newsletterListId} />
49
+ <input type="hidden" name="redirect" aria-label="redirect" aria-hidden="true" value={redirectUrl} />
50
50
  <input className={styles.input} placeholder={placeholderName} type="text" name="name" />
51
51
  <input className={styles.input} placeholder={placeholderEmail} type="email" name="email" />
52
52
  <button className={styles.button} type="submit">{buttonText}</button>
@@ -135,4 +135,4 @@
135
135
 
136
136
 
137
137
 
138
- window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.ce98447d.iframe.bundle.js"></script><script src="vendors~main.8e6f3896.iframe.bundle.js"></script><script src="main.cc4a6f61.iframe.bundle.js"></script></body></html>
138
+ window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.ce98447d.iframe.bundle.js"></script><script src="vendors~main.8e6f3896.iframe.bundle.js"></script><script src="main.35c61ead.iframe.bundle.js"></script></body></html>