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 +17 -0
- package/package.json +2 -2
- package/src/components/atoms/recommended-operators/index.js +8 -1
- package/src/components/atoms/recommended-operators/recommended-operators.module.scss +3 -2
- package/storybook/public/{182.47d823d2.iframe.bundle.js → 182.dd603f55.iframe.bundle.js} +3 -3
- package/storybook/public/{182.47d823d2.iframe.bundle.js.map → 182.dd603f55.iframe.bundle.js.map} +1 -1
- package/storybook/public/43.ff3db0c5.iframe.bundle.js +1 -0
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/{runtime~main.90de754d.iframe.bundle.js → runtime~main.a3f0f7b2.iframe.bundle.js} +1 -1
- package/storybook/public/43.3fe696b4.iframe.bundle.js +0 -1
- /package/storybook/public/{182.47d823d2.iframe.bundle.js.LICENSE.txt → 182.dd603f55.iframe.bundle.js.LICENSE.txt} +0 -0
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.
|
|
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.
|
|
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
|
-
<
|
|
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;}
|