@graphcommerce/magento-category 3.3.26 → 3.4.0
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
|
@@ -3,6 +3,29 @@
|
|
|
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.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-category@3.3.29...@graphcommerce/magento-category@3.4.0) (2021-11-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.3.28](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-category@3.3.27...@graphcommerce/magento-category@3.3.28) (2021-11-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* fix spacing category video ([592f569](https://github.com/ho-nl/m2-pwa/commit/592f5690b28a423f10efaa4e685fdf7aaa9260dd))
|
|
23
|
+
* safari video height stretch fix ([76a800b](https://github.com/ho-nl/m2-pwa/commit/76a800b80bd29fd92f55ff9d9e24bb8e1bfdf830))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
6
29
|
## [3.3.26](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-category@3.3.25...@graphcommerce/magento-category@3.3.26) (2021-11-11)
|
|
7
30
|
|
|
8
31
|
|
|
@@ -13,7 +13,7 @@ const useStyles = makeStyles(
|
|
|
13
13
|
"categories"
|
|
14
14
|
"placeholder"
|
|
15
15
|
`,
|
|
16
|
-
gridTemplateRows: 'auto
|
|
16
|
+
gridTemplateRows: 'auto auto 1fr',
|
|
17
17
|
borderBottom: `1px solid ${theme.palette.divider}`,
|
|
18
18
|
marginBottom: theme.spacings.xl,
|
|
19
19
|
paddingRight: 0,
|
|
@@ -34,7 +34,9 @@ const useStyles = makeStyles(
|
|
|
34
34
|
justifySelf: 'center',
|
|
35
35
|
alignSelf: 'start',
|
|
36
36
|
gridTemplateColumns: '1fr 1fr',
|
|
37
|
+
marginBottom: theme.spacings.lg,
|
|
37
38
|
[theme.breakpoints.up('md')]: {
|
|
39
|
+
margin: 0,
|
|
38
40
|
gridColumnGap: theme.spacings.md,
|
|
39
41
|
gridRowGap: theme.spacings.md,
|
|
40
42
|
maxWidth: '100vw',
|
|
@@ -53,11 +55,13 @@ const useStyles = makeStyles(
|
|
|
53
55
|
gridArea: 'placeholder',
|
|
54
56
|
minHeight: '40vh',
|
|
55
57
|
overflow: 'hidden',
|
|
56
|
-
|
|
57
|
-
'&
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
display: 'flex',
|
|
59
|
+
'& > div': {
|
|
60
|
+
display: 'flex',
|
|
61
|
+
},
|
|
62
|
+
'& video': {
|
|
60
63
|
objectFit: 'cover',
|
|
64
|
+
width: '100%',
|
|
61
65
|
},
|
|
62
66
|
},
|
|
63
67
|
[theme.breakpoints.up('md')]: {
|
|
@@ -113,7 +117,9 @@ export default function CategoryHeroNav({ children, title, asset }: CategoryHero
|
|
|
113
117
|
)
|
|
114
118
|
})}
|
|
115
119
|
</div>
|
|
116
|
-
<div className={classes.placeholder}>
|
|
120
|
+
<div className={classes.placeholder}>
|
|
121
|
+
<div>{asset}</div>
|
|
122
|
+
</div>
|
|
117
123
|
</div>
|
|
118
124
|
</>
|
|
119
125
|
)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/magento-category",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
6
6
|
"browserslist": [
|
|
@@ -14,25 +14,25 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@graphcommerce/browserslist-config-pwa": "^3.0.2",
|
|
17
|
-
"@graphcommerce/eslint-config-pwa": "^3.1.
|
|
17
|
+
"@graphcommerce/eslint-config-pwa": "^3.1.5",
|
|
18
18
|
"@graphcommerce/prettier-config-pwa": "^3.0.4",
|
|
19
19
|
"@graphcommerce/typescript-config-pwa": "^3.1.1",
|
|
20
20
|
"@playwright/test": "^1.16.2"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@apollo/client": "^3.4.16",
|
|
24
|
-
"@graphcommerce/framer-scroller": "^1.0.
|
|
25
|
-
"@graphcommerce/graphql": "^2.105.
|
|
26
|
-
"@graphcommerce/image": "^2.105.
|
|
27
|
-
"@graphcommerce/magento-product": "^3.
|
|
28
|
-
"@graphcommerce/magento-store": "^3.
|
|
29
|
-
"@graphcommerce/next-ui": "^3.
|
|
30
|
-
"@
|
|
24
|
+
"@graphcommerce/framer-scroller": "^1.0.4",
|
|
25
|
+
"@graphcommerce/graphql": "^2.105.5",
|
|
26
|
+
"@graphcommerce/image": "^2.105.4",
|
|
27
|
+
"@graphcommerce/magento-product": "^3.6.0",
|
|
28
|
+
"@graphcommerce/magento-store": "^3.3.0",
|
|
29
|
+
"@graphcommerce/next-ui": "^3.17.0",
|
|
30
|
+
"@lingui/macro": "^3.12.1",
|
|
31
31
|
"@material-ui/core": "^4.12.3",
|
|
32
32
|
"next": "^12.0.3",
|
|
33
33
|
"react": "^17.0.2",
|
|
34
34
|
"react-dom": "^17.0.2",
|
|
35
35
|
"type-fest": "^2.5.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "6a39908a131938d9c3365cc937b92c1f1f8b33c6"
|
|
38
38
|
}
|