gatsby-matrix-theme 25.1.7 → 25.1.8
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 +8 -0
- package/package.json +1 -1
- package/src/components/molecules/small-welcome-bonus/index.js +2 -2
- package/src/components/molecules/wagering-calculator/wagering-calculator.module.scss +5 -6
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/{main.f03d4a3e.iframe.bundle.js → main.391cddf6.iframe.bundle.js} +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [25.1.8](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v25.1.7...v25.1.8) (2023-06-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* wagering calc styling ([6900f5a](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/6900f5abf61cf4d18413f095806e29eacadf97ef))
|
|
7
|
+
* wagering calc styling ([582610e](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/582610ed84d53999dc4760b9f273c58d01035b9f))
|
|
8
|
+
|
|
1
9
|
## [25.1.7](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v25.1.6...v25.1.7) (2023-06-13)
|
|
2
10
|
|
|
3
11
|
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@ import styles from './small-welcome-bonus.module.scss';
|
|
|
18
18
|
|
|
19
19
|
const Index = ({ page }) => {
|
|
20
20
|
const operator = page?.extra_fields?.game_review_summary_operator;
|
|
21
|
-
const {
|
|
21
|
+
const { status } = operator;
|
|
22
22
|
const { translations } = useContext(Context) || {};
|
|
23
23
|
const prettyLink = prettyTracker(operator, 'main', false, page.template);
|
|
24
24
|
let playNow = translate(translations, 'play_now', 'Play now');
|
|
@@ -47,7 +47,7 @@ const Index = ({ page }) => {
|
|
|
47
47
|
width={120}
|
|
48
48
|
height={50}
|
|
49
49
|
alt={getAltText(logUrlObject, operator?.name)}
|
|
50
|
-
src={imagePrettyUrl(
|
|
50
|
+
src={imagePrettyUrl(logUrlObject.filename, 120, 50)}
|
|
51
51
|
/>
|
|
52
52
|
</a>
|
|
53
53
|
</div>
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
border-radius: 1.2rem;
|
|
8
8
|
box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.09);
|
|
9
9
|
background-color: var(--color-4);
|
|
10
|
-
z-index: 1;
|
|
11
10
|
|
|
12
11
|
@include min(tablet) {
|
|
13
12
|
padding: 2.4rem;
|
|
@@ -60,11 +59,10 @@
|
|
|
60
59
|
}
|
|
61
60
|
|
|
62
61
|
.info {
|
|
63
|
-
height:
|
|
62
|
+
height: 100%;
|
|
64
63
|
position: absolute;
|
|
65
64
|
top: 0;
|
|
66
65
|
left: 0;
|
|
67
|
-
z-index: 3;
|
|
68
66
|
background: white;
|
|
69
67
|
padding: 2.4rem;
|
|
70
68
|
svg {
|
|
@@ -191,7 +189,7 @@
|
|
|
191
189
|
> h3 {
|
|
192
190
|
margin-top: 2.4rem;
|
|
193
191
|
margin-bottom: 1.6rem;
|
|
194
|
-
|
|
192
|
+
|
|
195
193
|
@include min(tablet) {
|
|
196
194
|
margin-top: 3.2rem;
|
|
197
195
|
}
|
|
@@ -215,9 +213,10 @@
|
|
|
215
213
|
a:first-child {
|
|
216
214
|
height: 6.4rem;
|
|
217
215
|
width: 6.4rem;
|
|
218
|
-
|
|
219
216
|
flex-grow: 1;
|
|
220
|
-
|
|
217
|
+
@include min(tablet) {
|
|
218
|
+
flex-grow: inherit;
|
|
219
|
+
}
|
|
221
220
|
}
|
|
222
221
|
|
|
223
222
|
img {
|
|
@@ -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.349b6fb9.iframe.bundle.js"></script><script src="134.8ffd6917.iframe.bundle.js"></script><script src="main.
|
|
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.349b6fb9.iframe.bundle.js"></script><script src="134.8ffd6917.iframe.bundle.js"></script><script src="main.391cddf6.iframe.bundle.js"></script></body></html>
|