@graphcommerce/magento-category 3.3.23 → 3.3.27

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,19 @@
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.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
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **category-hero-nav:** category children mobile styles ([7928853](https://github.com/ho-nl/m2-pwa/commit/79288538bb3b99682a7beea22223d35106a5d9c2))
12
+ * **category-hero-nav:** category positioning ([2921dde](https://github.com/ho-nl/m2-pwa/commit/2921ddec4731e19c1ccb11f941ec59826a1f908d))
13
+ * **category-hero-nav:** spacing ([94de2cf](https://github.com/ho-nl/m2-pwa/commit/94de2cf7be9c82a6408dbe33438275051d57143d))
14
+
15
+
16
+
17
+
18
+
6
19
  ## [3.3.6](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-category@3.3.5...@graphcommerce/magento-category@3.3.6) (2021-11-02)
7
20
 
8
21
 
@@ -8,8 +8,12 @@ const useStyles = makeStyles(
8
8
  wrapper: {
9
9
  display: 'grid',
10
10
  gridTemplateColumns: '1fr',
11
- gridTemplateAreas: `"title" "categories" "placeholder"`,
12
- gridTemplateRows: 'auto 60vw',
11
+ gridTemplateAreas: `
12
+ "title"
13
+ "categories"
14
+ "placeholder"
15
+ `,
16
+ gridTemplateRows: 'auto 1fr 1fr',
13
17
  borderBottom: `1px solid ${theme.palette.divider}`,
14
18
  marginBottom: theme.spacings.xl,
15
19
  paddingRight: 0,
@@ -24,19 +28,18 @@ const useStyles = makeStyles(
24
28
  gridArea: 'categories',
25
29
  display: 'grid',
26
30
  gridColumnGap: theme.spacings.xl,
27
- gridTemplateColumns: 'repeat(2, min-content)',
28
31
  gridRowGap: theme.spacings.lg,
29
32
  height: 'min-content',
30
- alignSelf: 'center',
31
33
  maxWidth: '80vw',
32
34
  justifySelf: 'center',
35
+ alignSelf: 'start',
36
+ gridTemplateColumns: '1fr 1fr',
33
37
  [theme.breakpoints.up('md')]: {
34
38
  gridColumnGap: theme.spacings.md,
35
39
  gridRowGap: theme.spacings.md,
36
- gridTemplateColumns: 'repeat(2, 1fr)',
37
40
  maxWidth: '100vw',
38
41
  width: '100%',
39
- alignSelf: 'start',
42
+ justifySelf: 'start',
40
43
  },
41
44
  },
42
45
  title: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-category",
3
- "version": "3.3.23",
3
+ "version": "3.3.27",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -24,9 +24,9 @@
24
24
  "@graphcommerce/framer-scroller": "^1.0.3",
25
25
  "@graphcommerce/graphql": "^2.105.4",
26
26
  "@graphcommerce/image": "^2.105.3",
27
- "@graphcommerce/magento-product": "^3.5.17",
28
- "@graphcommerce/magento-store": "^3.2.16",
29
- "@graphcommerce/next-ui": "^3.14.8",
27
+ "@graphcommerce/magento-product": "^3.5.20",
28
+ "@graphcommerce/magento-store": "^3.2.19",
29
+ "@graphcommerce/next-ui": "^3.15.2",
30
30
  "@graphql-typed-document-node/core": "^3.1.0",
31
31
  "@material-ui/core": "^4.12.3",
32
32
  "next": "^12.0.3",
@@ -34,5 +34,5 @@
34
34
  "react-dom": "^17.0.2",
35
35
  "type-fest": "^2.5.1"
36
36
  },
37
- "gitHead": "4e309955dd02ff7c4da55483871edb689f2a6aa3"
37
+ "gitHead": "47e8be849eaecea00f8673696ae1ec3283ec5fd6"
38
38
  }