gatsby-matrix-theme 7.1.58 → 7.1.59

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,16 @@
1
+ ## [7.1.59](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.58...v7.1.59) (2022-09-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * author cards ([5c50ffc](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/5c50ffc41dd719220cd867c18fb67325e750b39b))
7
+ * newsletter form ([3133f28](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/3133f28e896303b71974ddfd282022544b718d56))
8
+ * update-core-version ([40fa9d5](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/40fa9d5b399ff057eb3646fc0be0a04277059d8b))
9
+
10
+
11
+ * Merge branch 'core-version-update' into 'master' ([edca65f](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/edca65ffacfb50474bc8b6cf27a7e013e31433de))
12
+ * Merge branch 'tm-3014-sign-up-form' into 'master' ([44aa2f7](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/44aa2f7e7c56fcd50bff5d5ca1fa2f030b9d818e))
13
+
1
14
  ## [7.1.58](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.57...v7.1.58) (2022-09-08)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "7.1.58",
3
+ "version": "7.1.59",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "gatsby": "^4.20.0",
27
- "gatsby-core-theme": "11.0.6",
27
+ "gatsby-core-theme": "11.0.7",
28
28
  "gatsby-plugin-sharp": "^4.10.2",
29
29
  "gatsby-plugin-sitemap": "^3.3.0",
30
30
  "gatsby-transformer-sharp": "^4.10.0",
@@ -16,7 +16,7 @@ import Author from '../../../../gatsby-core-theme/components/atoms/author';
16
16
  import BaseCard from '../base-card';
17
17
  import styles from './article-card.module.scss';
18
18
 
19
- const ArticleCard = ({ item, width, height, authorImage = true }) => {
19
+ const ArticleCard = ({ item, width, height, authorImage = false }) => {
20
20
  const { author, created_at, title, path, banner } = item;
21
21
  const pictureSource = {
22
22
  webp: '../../../../../../../images/default-article.webp',
@@ -51,7 +51,7 @@ const Newsletter = ({ page, openBtnText = 'Unlock Bonuses', footer = false }) =>
51
51
  : styles.newsletter
52
52
  }
53
53
  >
54
- <Form redirectUrl={redirectUrl} ppcPage={ppcPage} />
54
+ <Form redirectUrl={redirectUrl} ppcPage={ppcPage} footer={footer} />
55
55
  {!footer ? (
56
56
  <MdClose className={styles.closeBtn} onClick={() => setToggleNewsletter(false)} />
57
57
  ) : null}
@@ -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.eee2bd5c.iframe.bundle.js"></script><script src="252.a9c1a24e.iframe.bundle.js"></script><script src="main.bea31413.iframe.bundle.js"></script></body></html>
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.eee2bd5c.iframe.bundle.js"></script><script src="252.a9c1a24e.iframe.bundle.js"></script><script src="main.d8589f9c.iframe.bundle.js"></script></body></html>