gatsby-matrix-theme 19.0.12 → 20.0.0

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,26 @@
1
+ # [20.0.0](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v19.0.12...v20.0.0) (2023-04-20)
2
+
3
+
4
+ ### Code Refactoring
5
+
6
+ * changes to article author as link styles ([2cf5eaa](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/2cf5eaaadbe1ad34616d3d5ffae2bc70cb789c9d))
7
+ * changes to bonus on operator and article cards ([006c7be](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/006c7befa3f6d2c7143772d6bd523dae2cf21051))
8
+ * reverse temp ([595e0fa](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/595e0fa573f9177e4bbb3d05c74f10659099bbb7))
9
+ * temp ([aa172b2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/aa172b2c49642e4949c7818d0ed68c66fcef652b))
10
+ * update comparison table bonus flex align for w3c ([de03e02](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/de03e02a82cb8eb7affe343bce35a77448c00bd9))
11
+ * update footer templates anchor class for w3c ([016392b](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/016392bbf770d61596ff7abdcdcb62941bb0ce5d))
12
+
13
+
14
+ ### Config
15
+
16
+ * update core version ([4138be9](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/4138be91fb02ef847398811ffb2adab8458bc2fb))
17
+
18
+
19
+ * Merge branch 'tm-3386-w3-validator-fixes' into 'master' ([2c0f950](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/2c0f95038fde6b66cab24ba0c1f449ad543ee2da))
20
+ * Merge branch 'tm-3309-operator-cards' into 'master' ([e43c67e](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/e43c67e9b6961937b5caa0276be14b6be419825e))
21
+ * Merge branch 'master' into tm-3309-operator-cards ([c8e8c70](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/c8e8c7052a44a00b8b8ad63a5d2116aca3bda990))
22
+ * Merge branch 'master' into tm-3309-operator-cards ([7b455f4](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/7b455f4a4d8ab57b3f8b326e75ab0b6ad4eb3a3f))
23
+
1
24
  ## [19.0.12](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v19.0.11...v19.0.12) (2023-04-19)
2
25
 
3
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "19.0.12",
3
+ "version": "20.0.0",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@react-icons/all-files": "^4.1.0",
27
27
  "gatsby": "^4.20.0",
28
- "gatsby-core-theme": "20.0.11",
28
+ "gatsby-core-theme": "20.0.13",
29
29
  "gatsby-plugin-sharp": "^4.10.2",
30
30
  "gatsby-plugin-sitemap": "^3.3.0",
31
31
  "gatsby-transformer-sharp": "^4.10.0",
@@ -53,9 +53,19 @@
53
53
  @include flex-align(flex-start, flex-start);
54
54
  gap: .2rem;
55
55
  flex-grow: 1;
56
- >span {
56
+ > span {
57
57
  flex-grow: 1;
58
- @include flex-align(flex-end, flex-end);
58
+ @include flex-align(flex-start, flex-start);
59
+
60
+ + span {
61
+ justify-content: flex-end;
62
+ }
63
+ }
64
+
65
+ > a {
66
+ + span {
67
+ justify-content: flex-end;
68
+ }
59
69
  }
60
70
  }
61
71
  }
@@ -10,6 +10,12 @@ export default {
10
10
  description: 'Set true to show the Template 2',
11
11
  name: 'Template 2',
12
12
  },
13
+ showAuthorAsLink: {
14
+ name: 'showAuthorAsLink',
15
+ type: { name: 'boolean', required: false },
16
+ defaultValue: false,
17
+ description: 'Show author as a link?',
18
+ },
13
19
  showDate: {
14
20
  name: 'showDate',
15
21
  type: { name: 'boolean', required: false },
@@ -80,7 +80,7 @@
80
80
 
81
81
  .bonus {
82
82
  @include flex-direction(column);
83
- @include flex-align(flex-start, column);
83
+ @include flex-align(flex-start, flex-start);
84
84
  span:first-child {
85
85
  font-size: 1.6rem;
86
86
  line-height: 22px;
@@ -51,23 +51,11 @@
51
51
  }
52
52
 
53
53
  .casinoText {
54
- @include flex-align(flex-start, space-between);
54
+ @include flex-align(center, space-between);
55
55
  width: 100%;
56
56
  flex-direction: column;
57
57
  overflow: hidden;
58
-
59
- span {
60
- width: 100%;
61
- font-style: normal;
62
- font-weight: 600;
63
- font-size: 1.6rem;
64
- line-height: 2.7rem;
65
- @include flex-align(center, center);
66
- text-align: center;
67
- text-transform: capitalize;
68
- color: var(--color-50);
69
- padding: 0;
70
- }
58
+ text-align: center;
71
59
  }
72
60
 
73
61
  .cardFooter {
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  .casinoText {
25
- @include flex-align(flex-start, center);
25
+ @include flex-align(center, center);
26
26
  width: 100%;
27
27
  flex-direction: column;
28
28
  padding: 1.6rem;
@@ -31,19 +31,7 @@
31
31
  border: 1.5px dashed var(--color-55);
32
32
  border-radius: 1.2rem;
33
33
  flex: 1;
34
-
35
- span {
36
- width: 100%;
37
- font-style: normal;
38
- font-weight: 600;
39
- font-size: 1.6rem;
40
- line-height: 2.7rem;
41
- @include flex-align(center, center);
42
- text-align: center;
43
- text-transform: capitalize;
44
- color: var(--color-50);
45
- padding: 0;
46
- }
34
+ text-align: center;
47
35
  }
48
36
 
49
37
  .cardFooter {
@@ -21,7 +21,7 @@
21
21
  }
22
22
 
23
23
  .casinoText {
24
- @include flex-align(flex-start, space-between);
24
+ @include flex-align(center, space-between);
25
25
  width: 100%;
26
26
  flex-direction: column;
27
27
  padding: 1.6rem;
@@ -29,19 +29,7 @@
29
29
  background: var(--color-54);
30
30
  border: 1.5px dashed var(--color-55);
31
31
  border-radius: 1.2rem;
32
-
33
- span {
34
- width: 100%;
35
- font-style: normal;
36
- font-weight: 600;
37
- font-size: 1.6rem;
38
- line-height: 2.7rem;
39
- @include flex-align(center, center);
40
- text-align: center;
41
- text-transform: capitalize;
42
- color: var(--color-50);
43
- padding: 0;
44
- }
32
+ text-align: center;
45
33
  }
46
34
 
47
35
  .cardFooter {
@@ -27,19 +27,7 @@
27
27
  width: 100%;
28
28
  flex-direction: column;
29
29
  overflow: hidden;
30
-
31
- span {
32
- width: 100%;
33
- font-style: normal;
34
- font-weight: 600;
35
- font-size: 1.6rem;
36
- line-height: 2.7rem;
37
- @include flex-align(center, center);
38
- text-align: center;
39
- text-transform: capitalize;
40
- color: var(--color-50);
41
- padding: 0;
42
- }
30
+ text-align: center;
43
31
  }
44
32
 
45
33
  .cardFooter {
@@ -24,7 +24,7 @@ const helpText = `
24
24
  href="https://www.begambleaware.org/"
25
25
  target="_blank"
26
26
  rel="nofollow"
27
- className="footer-gtm"
27
+ class="footer-gtm"
28
28
  >
29
29
  website
30
30
  </a>
@@ -24,7 +24,7 @@ const helpText = `
24
24
  href="https://www.begambleaware.org/"
25
25
  target="_blank"
26
26
  rel="nofollow"
27
- className="footer-gtm"
27
+ class="footer-gtm"
28
28
  >
29
29
  website
30
30
  </a>
@@ -24,7 +24,7 @@ const helpText = `
24
24
  href="https://www.begambleaware.org/"
25
25
  target="_blank"
26
26
  rel="nofollow"
27
- className="footer-gtm"
27
+ class="footer-gtm"
28
28
  >
29
29
  website
30
30
  </a>
@@ -35,7 +35,7 @@ const Footer = (props) => {
35
35
  href="https://www.begambleaware.org/"
36
36
  target="_blank"
37
37
  rel="nofollow"
38
- className="footer-gtm"
38
+ class="footer-gtm"
39
39
  >
40
40
  website
41
41
  </a>
@@ -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.411e0a84.iframe.bundle.js"></script><script src="627.5f6bcbc9.iframe.bundle.js"></script><script src="main.d1c22672.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.411e0a84.iframe.bundle.js"></script><script src="627.5f6bcbc9.iframe.bundle.js"></script><script src="main.574da9bb.iframe.bundle.js"></script></body></html>