gatsby-matrix-theme 42.0.2 → 42.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 CHANGED
@@ -1,3 +1,26 @@
1
+ ## [42.0.4](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v42.0.3...v42.0.4) (2024-05-22)
2
+
3
+
4
+ ### Code Refactoring
5
+
6
+ * changes to multiple contributors ([475f021](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/475f02153cba69884c0ea5c98d75e7e4e8800f5d))
7
+ * minor css changes ([2125f06](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/2125f06bd677834d02e3f02878daf1aae104c21d))
8
+
9
+
10
+ ### Config
11
+
12
+ * update theme ([61bfc6a](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/61bfc6a49a188082504c30d924742bc479163d7c))
13
+
14
+
15
+ * Merge branch 'tm-4269-multiple-contributors' into 'master' ([2dd530e](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/2dd530e19be646b3c7bec81035ea735116148082))
16
+
17
+ ## [42.0.3](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v42.0.2...v42.0.3) (2024-05-21)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * update version ([f18f1e6](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/f18f1e6c02a7be3b5d925b2a5356d026f779beb4))
23
+
1
24
  ## [42.0.2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v42.0.1...v42.0.2) (2024-05-21)
2
25
 
3
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "42.0.2",
3
+ "version": "42.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": "^5.11.0",
28
- "gatsby-core-theme": "31.0.0",
28
+ "gatsby-core-theme": "31.0.2",
29
29
  "gatsby-plugin-sharp": "^5.11.0",
30
30
  "gatsby-transformer-sharp": "^5.11.0",
31
31
  "prop-types": "15.7.2",
@@ -22,7 +22,7 @@
22
22
 
23
23
  @include min(laptop) {
24
24
  display: grid;
25
- grid-template-columns: 1.75fr 1fr 2.5fr;
25
+ grid-template-columns: 1.75fr minmax(auto, 1.25fr) minmax(auto, 2.25fr);
26
26
  }
27
27
  }
28
28
 
@@ -41,6 +41,8 @@
41
41
  a {
42
42
  background-color: var(--contributor-social-background-color, #515156);
43
43
  margin: 0;
44
+ height: 2.4rem;
45
+ width: 2.4rem;
44
46
 
45
47
  > svg {
46
48
  color: var(--contributor-social-icons-fill-color, #ffffff);
@@ -57,8 +59,8 @@
57
59
  .statsContainer {
58
60
  @include flex-direction(row);
59
61
  flex-wrap: wrap;
60
- gap: 1.6rem;
61
- margin: 1.8rem 0;
62
+ gap: 0.8rem;
63
+ margin: 1.9rem 0;
62
64
 
63
65
  @include min(mobile-m) {
64
66
  grid-column: 1 / span 2;
@@ -15,6 +15,7 @@
15
15
 
16
16
  @include min(tablet) {
17
17
  padding: 1.6rem 2.4rem;
18
+ width: 100%;
18
19
  }
19
20
  }
20
21