gatsby-matrix-theme 28.0.1 → 28.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 +15 -0
- package/package.json +2 -2
- package/src/components/atoms/cards/operator-card/template-one/index.js +3 -4
- package/src/components/atoms/cards/operator-card/template-one/template-one.test.js +3 -3
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/main.71af737e.iframe.bundle.js +2 -0
- package/storybook/public/main.84a56ef7.iframe.bundle.js +0 -2
- /package/storybook/public/{main.84a56ef7.iframe.bundle.js.LICENSE.txt → main.71af737e.iframe.bundle.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [28.0.3](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v28.0.2...v28.0.3) (2023-07-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* card operator author ([b9b9dae](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/b9b9dae5a200c504aac0bb3a55073876a28b4965))
|
|
7
|
+
* card operator author ([8326091](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/832609186c06722a6c39da322efaa027be38d072))
|
|
8
|
+
|
|
9
|
+
## [28.0.2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v28.0.1...v28.0.2) (2023-07-19)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* updated to latest version ([4950c8f](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/4950c8f82a0228a21665c25c06e8d93982c5ae8c))
|
|
15
|
+
|
|
1
16
|
## [28.0.1](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v28.0.0...v28.0.1) (2023-07-17)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-matrix-theme",
|
|
3
|
-
"version": "28.0.
|
|
3
|
+
"version": "28.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": "25.0.
|
|
28
|
+
"gatsby-core-theme": "25.0.5",
|
|
29
29
|
"gatsby-plugin-sharp": "^5.11.0",
|
|
30
30
|
"gatsby-plugin-sitemap": "^3.3.0",
|
|
31
31
|
"gatsby-transformer-sharp": "^5.11.0",
|
|
@@ -91,10 +91,9 @@ const TemplateOne = ({
|
|
|
91
91
|
<div className={styles?.authorData || ''}>
|
|
92
92
|
<LazyImage
|
|
93
93
|
alt={item?.author?.name}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
src={imagePrettyUrl(item?.author?.image, 80, 80)}
|
|
94
|
+
width={20}
|
|
95
|
+
height={20}
|
|
96
|
+
src={imagePrettyUrl(item?.author?.image, 20, 20)}
|
|
98
97
|
/>
|
|
99
98
|
<span>
|
|
100
99
|
<LazyImage
|
|
@@ -58,10 +58,10 @@ describe('TemplateOne component', () => {
|
|
|
58
58
|
expect(img).toBeVisible();
|
|
59
59
|
expect(img).toHaveAttribute(
|
|
60
60
|
'src',
|
|
61
|
-
'https://cdn.images.com/fit-in/
|
|
61
|
+
'https://cdn.images.com/fit-in/20x20/1666946339/cameron-murphy.png'
|
|
62
62
|
);
|
|
63
|
-
expect(img).toHaveAttribute('width', '
|
|
64
|
-
expect(img).toHaveAttribute('height', '
|
|
63
|
+
expect(img).toHaveAttribute('width', '20');
|
|
64
|
+
expect(img).toHaveAttribute('height', '20');
|
|
65
65
|
});
|
|
66
66
|
});
|
|
67
67
|
test('if no author data, show nothing', async () => {
|
|
@@ -361,4 +361,4 @@
|
|
|
361
361
|
|
|
362
362
|
|
|
363
363
|
|
|
364
|
-
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)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/navigation","files":"navigation.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/navigation\\/navigation\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/anchor","files":"anchor.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/anchor\\/anchor\\.stories\\.js)$"}];</script><script src="runtime~main.7de69f76.iframe.bundle.js"></script><script src="115.958218a1.iframe.bundle.js"></script><script src="main.
|
|
364
|
+
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)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/navigation","files":"navigation.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/navigation\\/navigation\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/anchor","files":"anchor.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/anchor\\/anchor\\.stories\\.js)$"}];</script><script src="runtime~main.7de69f76.iframe.bundle.js"></script><script src="115.958218a1.iframe.bundle.js"></script><script src="main.71af737e.iframe.bundle.js"></script></body></html>
|