gatsby-matrix-theme 53.0.27 → 53.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,26 @@
1
+ ## [53.0.29](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.0.28...v53.0.29) (2025-05-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update core version ([7692f16](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/7692f16f3a6e03583089e45611ba47ca3532a4a6))
7
+
8
+ ## [53.0.28](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.0.27...v53.0.28) (2025-05-14)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * resovle conflicts ([2fe6c84](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/2fe6c8495551820b866b615f96b23662614ebaca))
14
+ * update core version ([2a80b18](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/2a80b18a4acec996ba04e44ce73e738d0da2e674))
15
+ * update matrix theme to include recommended casinos ([15c6e40](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/15c6e4074a9639762a78367919b3e72e75a40ebf))
16
+ * update matrix version ([159fab5](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/159fab51204b504bbff24aa0da92ac3773661e06))
17
+ * update seaerch variable ([af8e6e1](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/af8e6e18a6cdf50ad9d36d7d8fa368d172f41bef))
18
+ * update search variable component ([8556adc](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/8556adc2a68a21d5a6502b45a4aa114b20708da2))
19
+ * update style ([68885f1](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/68885f15e0f1e15697b408345cfca7d0b9d0ac38))
20
+
21
+
22
+ * Merge branch 'tm-5434-enable-recommended-casino-market' into 'master' ([d0e5eec](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/d0e5eece33be284c69d1833ebd2dfce4931b6e71))
23
+
1
24
  ## [53.0.27](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.0.26...v53.0.27) (2025-05-08)
2
25
 
3
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "53.0.27",
3
+ "version": "53.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": "44.0.35",
28
+ "gatsby-core-theme": "44.0.37",
29
29
  "gatsby-plugin-sharp": "^5.11.0",
30
30
  "gatsby-transformer-sharp": "^5.11.0",
31
31
  "gatsby-plugin-sitemap": "^6.13.1",
@@ -11,6 +11,7 @@
11
11
  flex: none;
12
12
  border-radius: 1.6rem;
13
13
  border: 1px solid #ececec;
14
+ height: auto !important;
14
15
  }
15
16
 
16
17
  .coming_soon {
@@ -48,7 +49,7 @@
48
49
  gap: 0.8rem;
49
50
 
50
51
  > div {
51
- border: none;
52
+ border: 0;
52
53
  align-items: center;
53
54
  padding: 4px 8px;
54
55
  border-radius: 10rem;
@@ -60,7 +61,6 @@
60
61
  color: #1b1b1c;
61
62
 
62
63
  > span:first-child {
63
- // color: #ffb32b;color
64
64
  margin-right: 0.4rem;
65
65
 
66
66
  &::before {
@@ -99,10 +99,11 @@
99
99
  .starRatings {
100
100
  > div {
101
101
  > span:first-child {
102
- margin-right: 0rem;
102
+ margin-right: 0;
103
103
  font-size: 1.2rem;
104
104
  font-weight: 700;
105
105
  line-height: 1.8rem;
106
+
106
107
  &::before {
107
108
  font-size: 1.2rem;
108
109
  font-weight: 700;
@@ -111,7 +112,7 @@
111
112
  }
112
113
 
113
114
  > span:last-child {
114
- margin-top: 0rem;
115
+ margin-top: 0;
115
116
  font-size: 1.2rem;
116
117
  font-weight: 700;
117
118
  line-height: 1.8rem;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import Variable from 'gatsby-core-theme/src/components/organisms/search/variable';
3
+ import TemplateOne from '../../../../../components/atoms/cards/operator-card/template-one';
4
+
5
+ export default (props) => <Variable {...props} RecommendedItem={TemplateOne} />;
@@ -0,0 +1,36 @@
1
+
2
+
3
+ .searchVariableComponent {
4
+ background: #fff;
5
+ padding: 2.4rem;
6
+
7
+ @include flex-direction(column);
8
+
9
+ border-radius: 0.8rem;
10
+ margin-top: 0.8rem;
11
+ gap: 1.6rem;
12
+ }
13
+
14
+ .topSearches {
15
+ display: flex;
16
+ gap: 1rem;
17
+ color: #000;
18
+ }
19
+
20
+ .recommendedCasinosItems {
21
+ @include flex-direction(column);
22
+
23
+ gap: 0.4rem;
24
+
25
+ @include min(tablet) {
26
+ @include flex-direction(row);
27
+
28
+ max-width: 29rem;
29
+ }
30
+ }
31
+
32
+ .recommendedCasinos {
33
+ @include flex-direction(column);
34
+
35
+ gap: 1.6rem;
36
+ }
@@ -19,7 +19,6 @@ const SearchContent = ({ page, serverData, allMarkets , pageContext}) => {
19
19
  allMarkets={allMarkets}
20
20
  pageContext={pageContext}
21
21
  searchURLPageName={searchURLPageName}
22
- page={page}
23
22
  pageSearchOptions={{
24
23
  searchTitle: useTranslate('search_results_for', 'Search Results for:'),
25
24
  useArchive: true,
@@ -99,7 +98,6 @@ SearchContent.propTypes = {
99
98
  author: PropTypes.shape({
100
99
  name: PropTypes.string,
101
100
  }),
102
- translations: PropTypes.object,
103
101
  }),
104
102
  };
105
103