gatsby-matrix-theme 10.0.10 → 10.0.12
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/.ci.yml +1 -1
- package/CHANGELOG.md +40 -0
- package/package.json +2 -2
- package/src/components/atoms/cards/comparison-table/table/table.module.scss +1 -0
- package/src/gatsby-core-theme/components/atoms/spotlights/spotlights-theme.module.scss +28 -0
- package/src/gatsby-core-theme/components/atoms/spotlights/spotlights.module.scss +70 -0
- package/src/gatsby-core-theme/components/molecules/content/content.module.scss +3 -6
- package/src/gatsby-core-theme/components/molecules/module/index.js +1 -1
- package/storybook/public/{662.a94e9698.iframe.bundle.js → 455.4a66b118.iframe.bundle.js} +4 -4
- package/storybook/public/{662.a94e9698.iframe.bundle.js.LICENSE.txt → 455.4a66b118.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook/public/{662.a94e9698.iframe.bundle.js.map → 455.4a66b118.iframe.bundle.js.map} +1 -1
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/main.19dfecb4.iframe.bundle.js +1 -0
- package/src/gatsby-core-theme/components/molecules/content/content.stories.js +0 -79
- package/src/gatsby-core-theme/components/molecules/content/index.js +0 -117
- package/storybook/public/main.feb88187.iframe.bundle.js +0 -1
package/.ci.yml
CHANGED
|
@@ -26,7 +26,7 @@ Matrix Theme Test:
|
|
|
26
26
|
- if: '$CI_PIPELINE_SOURCE == "push" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "beta") && $PIPELINE == "automated"'
|
|
27
27
|
|
|
28
28
|
Theme Publish:
|
|
29
|
-
image:
|
|
29
|
+
image: node:18.0.0
|
|
30
30
|
stage: publish
|
|
31
31
|
tags:
|
|
32
32
|
- floyd-runner-test
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
1
|
+
## [10.0.12](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v10.0.11...v10.0.12) (2023-01-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update core version ([638f2f3](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/638f2f36ef4a8b945ffa6d6490cecd0eab86cf86))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* Merge branch 'update-core-version' into 'master' ([6836e1b](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/6836e1b41633c59bebee6a9290e8f35db894a0ca))
|
|
10
|
+
|
|
11
|
+
## [10.0.11](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v10.0.10...v10.0.11) (2023-01-10)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* comparison table irl border ([45cd7b5](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/45cd7b549754808c97f72699b754beaf4ffc5f6c))
|
|
17
|
+
* remove content, we will get it from core ([404b329](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/404b32971e264ae5cd8a1df8d2306e16ab1c1085))
|
|
18
|
+
* remove story books ([f9ca6a1](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/f9ca6a17cd5fa9823b566b6d739e4d7745140254))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Code Refactoring
|
|
22
|
+
|
|
23
|
+
* add spotlights style override ([785a936](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/785a936aa47b63a39515de0e29015231662b792c))
|
|
24
|
+
* update spotlights ol numbering ([27d9985](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/27d9985cb365c576d010794076af330b51669bb0))
|
|
25
|
+
* update strings.test.js with 2023 year ([bfe88ca](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/bfe88ca25d856b95302c99b2be6e5d8c55366d1b))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Config
|
|
29
|
+
|
|
30
|
+
* update core theme and publish node versions ([aa07249](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/aa072495e01fa9774fe57003ba8693a89c683b5b))
|
|
31
|
+
* update core theme version ([c3cdd03](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/c3cdd033fe44539ed090c9de942feb5e0fcbb143))
|
|
32
|
+
* update publish node version to 18 ([fa31294](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/fa31294a5514b190648ef643f964f898b4411365))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
* Merge branch 'update-publish-node-version' into 'master' ([461f08c](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/461f08c5a95222c2f9a336d33b367ad53eba7ab1))
|
|
36
|
+
* Merge branch 'tm-3247-update-spotlights-ol-numbering' into 'master' ([b7400ae](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/b7400ae5f33f0facb8f1df3f72ede1410ef001c1))
|
|
37
|
+
* Merge branch 'master' into 'tm-3247-update-spotlights-ol-numbering' ([e88cdb4](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/e88cdb4a116ef0e84d7e17b36be75ebd6895fd56))
|
|
38
|
+
* Merge branch 'tm-3255-content-module-show-more' into 'master' ([370a937](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/370a937359b925cbd881698bdd1d30c5b6e7a942))
|
|
39
|
+
* Merge branch 'tm-3099-comparison-table' into 'master' ([5d464dc](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/5d464dc7eac1e1cb1e4b753dd156f35f6faa7c79))
|
|
40
|
+
|
|
1
41
|
## [10.0.10](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v10.0.9...v10.0.10) (2023-01-02)
|
|
2
42
|
|
|
3
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-matrix-theme",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.12",
|
|
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": "
|
|
28
|
+
"gatsby-core-theme": "18.0.1",
|
|
29
29
|
"gatsby-plugin-sharp": "^4.10.2",
|
|
30
30
|
"gatsby-plugin-sitemap": "^3.3.0",
|
|
31
31
|
"gatsby-transformer-sharp": "^4.10.0",
|
|
@@ -4,6 +4,20 @@
|
|
|
4
4
|
border-radius: var(--spotlight-testimonials-border-radius);
|
|
5
5
|
background-color: var(--spotlight-testimonials-background-color);
|
|
6
6
|
|
|
7
|
+
ol {
|
|
8
|
+
counter-reset: LI_ITEM;
|
|
9
|
+
|
|
10
|
+
li {
|
|
11
|
+
flex-direction: row;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
li::before {
|
|
15
|
+
margin-right: 0.4rem;
|
|
16
|
+
content: counter(LI_ITEM) '.';
|
|
17
|
+
counter-increment: LI_ITEM;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
7
21
|
img {
|
|
8
22
|
border-radius: 8rem;
|
|
9
23
|
width: 15rem !important;
|
|
@@ -62,6 +76,20 @@
|
|
|
62
76
|
justify-content: center;
|
|
63
77
|
width: calc(100% - 4.5rem);
|
|
64
78
|
|
|
79
|
+
ol {
|
|
80
|
+
counter-reset: LI_ITEM;
|
|
81
|
+
|
|
82
|
+
li {
|
|
83
|
+
flex-direction: row;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
li::before {
|
|
87
|
+
margin-right: 0.4rem;
|
|
88
|
+
content: counter(LI_ITEM) '.';
|
|
89
|
+
counter-increment: LI_ITEM;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
65
93
|
> a > img,
|
|
66
94
|
> img {
|
|
67
95
|
position: absolute;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
.spotlightsContainer {
|
|
2
|
+
margin: 0 auto;
|
|
3
|
+
width: 100%;
|
|
4
|
+
max-width: var(--main-container-max);
|
|
5
|
+
|
|
6
|
+
display: grid;
|
|
7
|
+
grid-template-columns: repeat(1, 1fr);
|
|
8
|
+
column-gap: 1rem;
|
|
9
|
+
@include min(tablet) {
|
|
10
|
+
grid-template-columns: repeat(2, 1fr);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@include min(desktop) {
|
|
14
|
+
grid-template-columns: repeat(3, 1fr);
|
|
15
|
+
column-gap: 1.6rem;
|
|
16
|
+
}
|
|
17
|
+
li {
|
|
18
|
+
text-align: center;
|
|
19
|
+
background-color: var(--color-9);
|
|
20
|
+
border: none;
|
|
21
|
+
margin-bottom: 1rem;
|
|
22
|
+
padding: 1.5rem;
|
|
23
|
+
|
|
24
|
+
@include min(desktop) {
|
|
25
|
+
margin-bottom: 1.6rem;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@include flex-direction(column);
|
|
29
|
+
|
|
30
|
+
ol {
|
|
31
|
+
counter-reset: LI_ITEM;
|
|
32
|
+
|
|
33
|
+
li {
|
|
34
|
+
flex-direction: row;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
li::before {
|
|
38
|
+
margin-right: 0.4rem;
|
|
39
|
+
content: counter(LI_ITEM) '.';
|
|
40
|
+
counter-increment: LI_ITEM;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
img {
|
|
45
|
+
margin: 0 auto;
|
|
46
|
+
margin-bottom: 1rem;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
> div > a {
|
|
50
|
+
@include flex-direction(column);
|
|
51
|
+
color: #000;
|
|
52
|
+
font-size: 2rem;
|
|
53
|
+
font-weight: 700;
|
|
54
|
+
margin-top: 1rem;
|
|
55
|
+
width: 100%;
|
|
56
|
+
|
|
57
|
+
label {
|
|
58
|
+
cursor: pointer;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
span {
|
|
63
|
+
display: block;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
svg {
|
|
67
|
+
display: none;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -141,11 +141,10 @@
|
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
|
|
144
|
+
|
|
145
145
|
&.showMore {
|
|
146
146
|
max-height: 17.8rem;
|
|
147
147
|
overflow: hidden;
|
|
148
|
-
position: relative;
|
|
149
148
|
|
|
150
149
|
&::before {
|
|
151
150
|
content: '';
|
|
@@ -158,7 +157,7 @@
|
|
|
158
157
|
background-image: linear-gradient(to bottom, rgba(209, 209, 209, 0), #ffffff);
|
|
159
158
|
}
|
|
160
159
|
}
|
|
161
|
-
|
|
160
|
+
|
|
162
161
|
}
|
|
163
162
|
|
|
164
163
|
.firstTable {
|
|
@@ -312,9 +311,7 @@
|
|
|
312
311
|
font-size: 1.8rem;
|
|
313
312
|
line-height: 3rem;
|
|
314
313
|
color: #171f49;
|
|
315
|
-
|
|
316
|
-
display: none;
|
|
317
|
-
}
|
|
314
|
+
|
|
318
315
|
}
|
|
319
316
|
|
|
320
317
|
.floatLeft {
|
|
@@ -16,7 +16,7 @@ const Modules = ({ module, page, pageContext, index, exclOperator }) => {
|
|
|
16
16
|
switch (name) {
|
|
17
17
|
// Modules
|
|
18
18
|
case 'content':
|
|
19
|
-
return loadable(() => import('
|
|
19
|
+
return loadable(() => import('gatsby-core-theme/src/components/molecules/content'));
|
|
20
20
|
case 'top_list':
|
|
21
21
|
return loadable(() => import('gatsby-core-theme/src/components/organisms/toplist'));
|
|
22
22
|
case 'archive':
|