@graphcommerce/framer-next-pages 9.0.0-canary.110 → 9.0.0-canary.112
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 +4 -0
- package/components/Page.tsx +0 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/components/Page.tsx
CHANGED
|
@@ -36,7 +36,6 @@ export function Page(props: PageProps) {
|
|
|
36
36
|
<m.div
|
|
37
37
|
layoutScroll
|
|
38
38
|
style={{ position, top, zIndex, minHeight: dvh(100), left: 0, right: 0 }}
|
|
39
|
-
// @ts-expect-error ignore inert for current version
|
|
40
39
|
inert={!active ? ('true' as unknown as boolean) : undefined}
|
|
41
40
|
data-nosnippet={!active ? true : undefined}
|
|
42
41
|
aria-hidden={!active ? true : undefined}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/framer-next-pages",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.112",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
|
16
|
-
"@graphcommerce/framer-utils": "^9.0.0-canary.
|
|
17
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
18
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.112",
|
|
16
|
+
"@graphcommerce/framer-utils": "^9.0.0-canary.112",
|
|
17
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.112",
|
|
18
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.112",
|
|
19
19
|
"framer-motion": "^11.0.0",
|
|
20
20
|
"next": "*",
|
|
21
21
|
"react": "^18.2.0",
|