gatsby-theme-q3 3.3.11 → 3.4.9
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [3.4.9](https://github.com/3merge/q/compare/v3.4.8...v3.4.9) (2022-04-01)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package gatsby-theme-q3
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [3.3.11](https://github.com/3merge/q/compare/v3.3.10...v3.3.11) (2022-03-14)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package gatsby-theme-q3
|
@@ -49,7 +49,7 @@ const useStyle = (0, _core.makeStyles)(theme => ({
|
|
49
49
|
}) => ({
|
50
50
|
backgroundColor: theme.palette.secondary.light,
|
51
51
|
backgroundImage: (0, _lodash.isString)(photo) ? `url("${String(photo).replace(/\s/gi, '%20')}")` : undefined,
|
52
|
-
backgroundSize: '
|
52
|
+
backgroundSize: 'cover',
|
53
53
|
backgroundPosition: 'center',
|
54
54
|
backgroundRepeat: 'no-repeat',
|
55
55
|
width: '100%',
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "gatsby-theme-q3",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.4.9",
|
4
4
|
"main": "index.js",
|
5
5
|
"license": "MIT",
|
6
6
|
"peerDependencies": {
|
@@ -28,13 +28,13 @@
|
|
28
28
|
"gatsby-plugin-robots-txt": "^1.6.14",
|
29
29
|
"gatsby-plugin-sharp": "^4.2.0",
|
30
30
|
"gatsby-plugin-sitemap": "^5.2.0",
|
31
|
-
"gatsby-theme-q3-mui": "^3.
|
31
|
+
"gatsby-theme-q3-mui": "^3.4.9",
|
32
32
|
"gatsby-transformer-sharp": "^4.2.0",
|
33
33
|
"lodash": "^4.17.20",
|
34
34
|
"process": "^0.11.10",
|
35
35
|
"prop-types": "^15.7.2",
|
36
|
-
"q3-ui-helpers": "^3.
|
37
|
-
"q3-ui-locale": "^3.
|
36
|
+
"q3-ui-helpers": "^3.4.9",
|
37
|
+
"q3-ui-locale": "^3.4.9",
|
38
38
|
"query-string": "^7.0.1",
|
39
39
|
"react-helmet": "^6.1.0",
|
40
40
|
"react-share": "^4.3.1",
|
@@ -42,5 +42,5 @@
|
|
42
42
|
"transform-loader": "^0.2.4",
|
43
43
|
"yarn": "^1.22.17"
|
44
44
|
},
|
45
|
-
"gitHead": "
|
45
|
+
"gitHead": "07ce4924c5b70b90e1dae9bdafda250a73a139cb"
|
46
46
|
}
|
@@ -43,7 +43,7 @@ const useStyle = makeStyles((theme) => ({
|
|
43
43
|
backgroundImage: isString(photo)
|
44
44
|
? `url("${String(photo).replace(/\s/gi, '%20')}")`
|
45
45
|
: undefined,
|
46
|
-
backgroundSize: '
|
46
|
+
backgroundSize: 'cover',
|
47
47
|
backgroundPosition: 'center',
|
48
48
|
backgroundRepeat: 'no-repeat',
|
49
49
|
width: '100%',
|