gatsby-core-theme 36.0.2 → 36.0.3

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,10 @@
1
+ ## [36.0.3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v36.0.2...v36.0.3) (2024-08-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * body component and game attributes ([d069921](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d069921b7a98295b67d30f5508796e29b1d3c17d))
7
+
1
8
  ## [36.0.2](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v36.0.1...v36.0.2) (2024-08-21)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "36.0.2",
3
+ "version": "36.0.3",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -49,7 +49,7 @@ const Main = ({
49
49
 
50
50
  return (
51
51
  <main className={styles.modulePage || ""}>
52
- {section.modules &&
52
+ {section && section.modules &&
53
53
  section.modules.map((module, index) => (
54
54
  <Module
55
55
  key={keygen()}
@@ -62,7 +62,7 @@ function Body({ pageContext, children, serverData }) {
62
62
  />
63
63
  )}
64
64
  {!is404 && <Header serverData={serverData} section={pageContext} />}
65
- {main && !children && (
65
+ {!children && (
66
66
  <Main
67
67
  serverData={serverData}
68
68
  section={main}
@@ -88,12 +88,22 @@ export const pickRelationKeys = {
88
88
  'first_rating',
89
89
  'second_rating',
90
90
  'third_rating',
91
- 'markets',
92
91
  'fourth_rating',
93
92
  'standardised_logo_filename_object',
94
93
  'thumbnail_filename',
95
94
  'thumbnail_filename_object',
96
95
  'name',
96
+ 'iframe',
97
+ 'markets',
98
+ 'average_rating',
99
+ 'maximum_bet',
100
+ 'volatility',
101
+ 'rtp',
102
+ 'freespins',
103
+ 'number_of_reels',
104
+ 'winning_lines',
105
+ 'affiliate_games',
106
+ 'minimum_bet'
97
107
  ],
98
108
  software_provider: [
99
109
  'logo_filename_object',