gatsby-matrix-theme 25.1.0 → 25.1.1

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,12 @@
1
+ ## [25.1.1](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v25.1.0...v25.1.1) (2023-06-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * limited reccommended casinos ([aa8b10e](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/aa8b10e35c842c62aa5a4167679aa6b7c4cf97f4))
7
+ * limited reccommended casinos ([d9b7741](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/d9b77414b46bc6517aefa18f1e79485dfea39409))
8
+ * limited reccommended casinos ([fc23123](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/fc231237ac400a603ff169469b92406cf80571ea))
9
+
1
10
  # [25.1.0](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v25.0.0...v25.1.0) (2023-06-02)
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "25.1.0",
3
+ "version": "25.1.1",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -123,7 +123,7 @@ const WageringCalculator = ({
123
123
  {operators.length > 0 && isRecommendedOperators && (
124
124
  <div className={styles.reccommendedCasinos}>
125
125
  <h3>{translate(translations, 'recommended_casinos', 'Recommended Casinos')}</h3>
126
- {operators.map((operator) => {
126
+ {operators.slice(0, 3).map((operator) => {
127
127
  const prettyLink = prettyTracker(operator, 'main', false);
128
128
  const imageObject =
129
129
  operator?.standardised_logo_url_object || operator?.logo_url_object;
@@ -28,7 +28,7 @@
28
28
 
29
29
  button {
30
30
  align-self: end;
31
- height: 5.9rem;
31
+ height: 4.8rem !important;
32
32
  width: 100%;
33
33
  }
34
34
 
@@ -97,8 +97,8 @@
97
97
 
98
98
  .input,
99
99
  .select {
100
- padding: 16px;
101
- height: 5.9rem;
100
+ padding: 14px;
101
+ height: 4.8rem;
102
102
  background: #f8f7f5;
103
103
  border-radius: 4px;
104
104
  }
@@ -163,6 +163,10 @@
163
163
  }
164
164
 
165
165
  .reccommendedCasinos {
166
+ > h2 {
167
+ margin-top: 1rem;
168
+ }
169
+
166
170
  > div {
167
171
  margin-bottom: 0.8rem;
168
172
  background: #f1efec;
@@ -42,7 +42,7 @@ export default {
42
42
  {
43
43
  items: [
44
44
  {
45
- items: [getOperatorData(), getOperatorData()],
45
+ items: [getOperatorData(), getOperatorData(), getOperatorData()],
46
46
  },
47
47
  ],
48
48
  },
@@ -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.19897eea.iframe.bundle.js"></script><script src="main.c44f4334.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.349b6fb9.iframe.bundle.js"></script><script src="134.19897eea.iframe.bundle.js"></script><script src="main.acece55b.iframe.bundle.js"></script></body></html>