@graphcommerce/next-ui 3.18.0 → 3.18.1

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.
@@ -131,7 +131,6 @@ const useStyles = makeStyles(
131
131
  sheetHeaderFillMobileOnly: {
132
132
  [theme.breakpoints.up('md')]: {
133
133
  pointerEvents: 'none',
134
- background: 'green',
135
134
  position: 'fixed',
136
135
  },
137
136
  },
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.18.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.18.0...@graphcommerce/next-ui@3.18.1) (2021-11-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * green app shell header ([a0774e6](https://github.com/ho-nl/m2-pwa/commit/a0774e6da078ea1e96d7d93bccafae5b55a69792))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.18.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.17.1...@graphcommerce/next-ui@3.18.0) (2021-11-22)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/next-ui",
3
- "version": "3.18.0",
3
+ "version": "3.18.1",
4
4
  "author": "",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -53,5 +53,5 @@
53
53
  "project": "./tsconfig.json"
54
54
  }
55
55
  },
56
- "gitHead": "033692947ca401d23791b3fcb9d65dc8c4e32bbc"
56
+ "gitHead": "5ed153aa2213be8363138c0956872fe2fde2f590"
57
57
  }