gatsby-matrix-theme 37.0.27 → 37.0.29

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,20 @@
1
+ ## [37.0.29](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v37.0.28...v37.0.29) (2023-12-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated styling and pretty links for recommended-casinos ([e503088](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/e503088284f3d7056fc32ca3825395a4873abea6))
7
+
8
+
9
+ * Merge branch 'tm-3828-wagering-calculator' into 'master' ([b39b5c0](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/b39b5c09c165f0c3b995182f542c408cd6a6b68f))
10
+
11
+ ## [37.0.28](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v37.0.27...v37.0.28) (2023-12-11)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * theme update ([a7b8529](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/a7b852951bd362bd7192f6ef97fdf50abf74fe64))
17
+
1
18
  ## [37.0.27](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v37.0.26...v37.0.27) (2023-12-06)
2
19
 
3
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "37.0.27",
3
+ "version": "37.0.29",
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": "^5.11.0",
28
- "gatsby-core-theme": "30.0.31",
28
+ "gatsby-core-theme": "30.0.32",
29
29
  "gatsby-plugin-sharp": "^5.11.0",
30
30
  "gatsby-plugin-sitemap": "^3.3.0",
31
31
  "gatsby-transformer-sharp": "^5.11.0",
@@ -42,7 +42,14 @@ const RecommendedOperators = ({
42
42
  />
43
43
  </a>
44
44
  <div className={styles.operatorBonus}>
45
- <Bonus item={operator} tracker="main" />
45
+ <a
46
+ href={prettyLink}
47
+ aria-label={operator.name}
48
+ target="_blank"
49
+ rel="nofollow noreferrer sponsored"
50
+ >
51
+ <Bonus item={operator} tracker="main" />
52
+ </a>
46
53
  {showTerms && <TermsConditions operator={operator} hasCollapse={false} />}
47
54
  </div>
48
55
  {showCouponCode && (
@@ -95,12 +95,12 @@
95
95
  border-radius: 0.8rem;
96
96
  }
97
97
 
98
- > span {
98
+ > span, > a > span {
99
99
  font-weight: 700;
100
100
  color: #515156;
101
101
  font-size: 1.2rem;
102
102
  line-height: 1.8rem;
103
-
103
+ @include flex-align(center, center);
104
104
  @include min(tablet) {
105
105
  @include flex-direction(row);
106
106
  font-size: 1.4rem;
@@ -147,6 +147,7 @@
147
147
  @include min(tablet){
148
148
  display: inline-flex;
149
149
  margin: auto 0;
150
+ cursor: default;
150
151
  a{font-size: 1.4rem; padding: 0 !important;}
151
152
  };
152
153
  span > a{display: none;}