@graphcommerce/next-ui 3.21.0 → 3.21.4

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,28 @@
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.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.3...@graphcommerce/next-ui@3.21.4) (2021-12-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **framer-scroller:** remove jank from scroller when opening ([c618bf2](https://github.com/ho-nl/m2-pwa/commit/c618bf290bd580fe5eb45663c44843dd751e00ed))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.21.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.0...@graphcommerce/next-ui@3.21.1) (2021-12-17)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * darkMode fixes ([7d33d45](https://github.com/ho-nl/m2-pwa/commit/7d33d452ec801632565839b2fdfef0bc4959c14a))
23
+
24
+
25
+
26
+
27
+
6
28
  # [3.21.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.20.9...@graphcommerce/next-ui@3.21.0) (2021-12-17)
7
29
 
8
30
 
package/Form/index.tsx CHANGED
@@ -18,7 +18,7 @@ const useStyles = makeStyles(
18
18
  background:
19
19
  theme.palette.type === 'light'
20
20
  ? darken(theme.palette.background.default, 0.03)
21
- : lighten(theme.palette.background.default, 0.2),
21
+ : lighten(theme.palette.background.default, 0.1),
22
22
  },
23
23
  contained: {
24
24
  padding: `${theme.spacings.xxs} ${theme.spacings.sm}`,
@@ -215,6 +215,7 @@ const useStyles = makeStyles(
215
215
  left: 0,
216
216
  backgroundColor: 'rgba(0, 0, 0, 0.5)',
217
217
  WebkitTapHighlightColor: 'transparent',
218
+ willChange: 'opacity',
218
219
  },
219
220
  }),
220
221
  { name: 'Overlay' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/next-ui",
3
- "version": "3.21.0",
3
+ "version": "3.21.4",
4
4
  "author": "",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -10,18 +10,18 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@apollo/client": "^3.5.6",
13
- "@graphcommerce/framer-next-pages": "^2.108.4",
14
- "@graphcommerce/framer-scroller": "^1.1.10",
15
- "@graphcommerce/framer-utils": "^2.103.19",
16
- "@graphcommerce/graphql": "^2.105.9",
17
- "@graphcommerce/image": "^2.105.8",
13
+ "@graphcommerce/framer-next-pages": "^2.108.6",
14
+ "@graphcommerce/framer-scroller": "^1.1.14",
15
+ "@graphcommerce/framer-utils": "^2.103.20",
16
+ "@graphcommerce/graphql": "^2.105.11",
17
+ "@graphcommerce/image": "^2.105.10",
18
18
  "@lingui/macro": "^3.13.0",
19
19
  "@material-ui/core": "^4.12.3",
20
20
  "@material-ui/lab": "^4.0.0-alpha.60",
21
21
  "@material-ui/styles": "^4.11.4",
22
22
  "clsx": "^1.1.1",
23
- "framer-motion": "^5.5.1",
24
- "graphql": "^16.1.0",
23
+ "framer-motion": "^5.5.5",
24
+ "graphql": "^16.2.0",
25
25
  "next": "^12.0.7",
26
26
  "react": "^17.0.2",
27
27
  "react-dom": "^17.0.2",
@@ -32,10 +32,10 @@
32
32
  "type-fest": "^2.8.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@graphcommerce/browserslist-config-pwa": "^3.0.2",
36
- "@graphcommerce/eslint-config-pwa": "^3.1.8",
37
- "@graphcommerce/prettier-config-pwa": "^3.0.4",
38
- "@graphcommerce/typescript-config-pwa": "^3.1.1",
35
+ "@graphcommerce/browserslist-config-pwa": "^3.0.3",
36
+ "@graphcommerce/eslint-config-pwa": "^3.1.9",
37
+ "@graphcommerce/prettier-config-pwa": "^3.0.5",
38
+ "@graphcommerce/typescript-config-pwa": "^3.1.2",
39
39
  "@playwright/test": "^1.17.1",
40
40
  "@types/react-is": "^17.0.3",
41
41
  "graphql-tag": "2.12.6",
@@ -52,5 +52,5 @@
52
52
  "project": "./tsconfig.json"
53
53
  }
54
54
  },
55
- "gitHead": "f18eba6b141623d926f5ae3a6efc1409d3bd365c"
55
+ "gitHead": "cac49a2bf6cdcbb6131dc7b64172e90aad257c6d"
56
56
  }