gatsby-matrix-theme 16.0.2 → 16.0.4
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 +17 -0
- package/package.json +2 -2
- package/src/components/atoms/cards/comparison-table/table/index.js +1 -1
- package/src/gatsby-core-theme/components/molecules/main/index.js +2 -2
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/main.a0d29a57.iframe.bundle.js +1 -0
- package/storybook/public/main.287025af.iframe.bundle.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [16.0.4](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v16.0.3...v16.0.4) (2023-03-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* account and user converted to vars for optinmonstr ([4fb5468](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/4fb54686fc46db96af5c88557df1a76528013d8b))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* Merge branch 'master' of git.ilcd.rocks:team-floyd/themes/matrix-theme ([884bd4b](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/884bd4b7553d5df68f26253cab6525915abfb9ec))
|
|
10
|
+
|
|
11
|
+
## [16.0.3](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v16.0.2...v16.0.3) (2023-03-23)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* update matrix theme with latest version ([b2a1089](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/b2a1089db3d8f0f838e8935422eaa4cc79e32b34))
|
|
17
|
+
|
|
1
18
|
## [16.0.2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v16.0.1...v16.0.2) (2023-03-23)
|
|
2
19
|
|
|
3
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-matrix-theme",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.4",
|
|
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": "^4.20.0",
|
|
28
|
-
"gatsby-core-theme": "18.0.
|
|
28
|
+
"gatsby-core-theme": "18.0.25",
|
|
29
29
|
"gatsby-plugin-sharp": "^4.10.2",
|
|
30
30
|
"gatsby-plugin-sitemap": "^3.3.0",
|
|
31
31
|
"gatsby-transformer-sharp": "^4.10.0",
|
|
@@ -76,7 +76,7 @@ export default function ComparisonTable({
|
|
|
76
76
|
return <CustomComponent key={key} operator={item} />;
|
|
77
77
|
}
|
|
78
78
|
const imageObject =
|
|
79
|
-
item?.relation
|
|
79
|
+
item?.relation?.standardised_logo_url_object || item?.relation?.logo_url_object;
|
|
80
80
|
const itemName = item?.relation?.name;
|
|
81
81
|
|
|
82
82
|
switch (heading) {
|
|
@@ -106,8 +106,8 @@ const Main = ({ section = {}, pageContext = {}, showAuthor = true, exclOperator
|
|
|
106
106
|
{process.env.ENABLE_OPTINMONSTR === 'true' && (
|
|
107
107
|
<Script
|
|
108
108
|
id="optin-monstr"
|
|
109
|
-
data-user=
|
|
110
|
-
data-account=
|
|
109
|
+
data-user={process.env.OPTINMONSTR_USER}
|
|
110
|
+
data-account={process.env.OPTINMONSTR_ACC}
|
|
111
111
|
strategy="idle"
|
|
112
112
|
src="https://a.omappapi.com/app/js/api.min.js"
|
|
113
113
|
/>
|
|
@@ -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.514de402.iframe.bundle.js"></script><script src="870.31bd2be0.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.514de402.iframe.bundle.js"></script><script src="870.31bd2be0.iframe.bundle.js"></script><script src="main.a0d29a57.iframe.bundle.js"></script></body></html>
|