gatsby-matrix-theme 40.0.1 → 40.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,21 @@
|
|
|
1
|
+
## [40.0.3](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v40.0.2...v40.0.3) (2024-04-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* added footer helpline to matrix ([4a8119f](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/4a8119f7ae363241397a1bfd71017f1e14a20465))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* Merge branch 'tm-4047-footer-helpline' into 'master' ([3ecdf03](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/3ecdf03cea244c6c31f44994d08777418265ebeb))
|
|
10
|
+
* Merge branch 'master' into tm-4047-footer-helpline ([3b99ca5](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/3b99ca51578cdb55bdad373b9f09b676c9ddce9d))
|
|
11
|
+
|
|
12
|
+
## [40.0.2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v40.0.1...v40.0.2) (2024-04-03)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* update theme ([964604c](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/964604c7e4a1b1ef3a9ed2b4aa9a49ca910397bd))
|
|
18
|
+
|
|
1
19
|
## [40.0.1](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v40.0.0...v40.0.1) (2024-04-02)
|
|
2
20
|
|
|
3
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-matrix-theme",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.3",
|
|
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.105",
|
|
29
29
|
"gatsby-plugin-sharp": "^5.11.0",
|
|
30
30
|
"gatsby-plugin-sitemap": "^3.3.0",
|
|
31
31
|
"gatsby-transformer-sharp": "^5.11.0",
|
|
@@ -24,12 +24,18 @@ export default function FloatingArea({
|
|
|
24
24
|
Object.keys(pageContext?.allMarkets || {})?.map((elm) => elm.split('_')[1]) || [];
|
|
25
25
|
const isPageHomepage =
|
|
26
26
|
getAllMarketsHomepage()?.includes(pageContext?.page?.path) || pageContext?.page?.path === '/';
|
|
27
|
+
const footerNavigationData = pageContext.marketSections?.footer_navigation || null;
|
|
27
28
|
|
|
28
29
|
const OperatorBanner =
|
|
29
30
|
pageType === 'operator' && !hideBanner && !hideOperatorBanner
|
|
30
31
|
? loadable(() => import(`gatsby-core-theme/src/components/molecules/bonus/template-two`))
|
|
31
32
|
: null;
|
|
32
33
|
|
|
34
|
+
const FooterNavigation =
|
|
35
|
+
footerNavigationData && footerNavigationData?.modules?.length > 0 && pageType !== 'operator'
|
|
36
|
+
? loadable(() => import(`gatsby-core-theme/src/components/organisms/footer-navigation`))
|
|
37
|
+
: null;
|
|
38
|
+
|
|
33
39
|
return (
|
|
34
40
|
<div className={`${customStyles.floatingArea} ${showScroll ? customStyles.show : ''}`}>
|
|
35
41
|
<ScrollToTop />
|
|
@@ -65,6 +71,7 @@ export default function FloatingArea({
|
|
|
65
71
|
</p>
|
|
66
72
|
</CookieConsent>
|
|
67
73
|
)}
|
|
74
|
+
{FooterNavigation && <FooterNavigation section={footerNavigationData} />}
|
|
68
75
|
</div>
|
|
69
76
|
);
|
|
70
77
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1712153237405,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"metaFramework":{"name":"Gatsby","packageName":"gatsby","version":"5.11.0"},"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.19"},"storybookVersion":"6.5.16","language":"javascript","storybookPackages":{"@storybook/addon-actions":{"version":"6.5.16"},"@storybook/builder-webpack5":{"version":"6.5.16"},"@storybook/manager-webpack5":{"version":"6.5.16"},"@storybook/react":{"version":"6.5.16"}},"framework":{"name":"react"},"addons":{"@storybook/addon-links":{"version":"6.5.16"},"@storybook/addon-essentials":{"version":"6.5.16"}}}
|