@graphcommerce/next-ui 3.21.12 → 3.21.13
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,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.21.13](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.12...@graphcommerce/next-ui@3.21.13) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **framer-next-pages:** make sure we dont have a double scroll while a bottomsheet is opened ([2887aba](https://github.com/ho-nl/m2-pwa/commit/2887abae0c0c553bdc6343fd2f431e4daeabefb5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.21.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.10...@graphcommerce/next-ui@3.21.11) (2021-12-22)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -11,6 +11,11 @@ import { useOverlayPosition } from '../hooks/useOverlayPosition'
|
|
|
11
11
|
|
|
12
12
|
const useStyles = makeStyles(
|
|
13
13
|
(theme: Theme) => ({
|
|
14
|
+
'@global': {
|
|
15
|
+
body: {
|
|
16
|
+
overflow: 'hidden',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
14
19
|
root: {
|
|
15
20
|
display: 'grid',
|
|
16
21
|
cursor: 'default',
|
|
@@ -138,12 +143,7 @@ const useStyles = makeStyles(
|
|
|
138
143
|
minWidth: 'min(800px, 90vw)',
|
|
139
144
|
scrollSnapAlign: 'end',
|
|
140
145
|
|
|
141
|
-
|
|
142
|
-
// We can't change this value with JS as that causes much jank
|
|
143
|
-
[`@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (max-width:${theme.breakpoints.values.sm}px)`]:
|
|
144
|
-
{
|
|
145
|
-
paddingBottom: 56,
|
|
146
|
-
},
|
|
146
|
+
paddingBottom: 56,
|
|
147
147
|
},
|
|
148
148
|
overlayPaneVariantSmBottom: {
|
|
149
149
|
[theme.breakpoints.down('sm')]: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/next-ui",
|
|
3
|
-
"version": "3.21.
|
|
3
|
+
"version": "3.21.13",
|
|
4
4
|
"author": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@apollo/client": "^3.5.6",
|
|
13
13
|
"@graphcommerce/framer-next-pages": "^2.108.9",
|
|
14
|
-
"@graphcommerce/framer-scroller": "^1.1.
|
|
14
|
+
"@graphcommerce/framer-scroller": "^1.1.23",
|
|
15
15
|
"@graphcommerce/framer-utils": "^2.103.20",
|
|
16
16
|
"@graphcommerce/graphql": "^2.105.12",
|
|
17
17
|
"@graphcommerce/image": "^2.105.11",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"project": "./tsconfig.json"
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "2c255f0b276983c31b7c727743f93c1ae558b4c5"
|
|
56
56
|
}
|