@graphcommerce/framer-next-pages 9.0.0-canary.111 → 9.0.0-canary.113

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
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.113
4
+
5
+ ## 9.0.0-canary.112
6
+
3
7
  ## 9.0.0-canary.111
4
8
 
5
9
  ## 9.0.0-canary.110
@@ -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.111",
5
+ "version": "9.0.0-canary.113",
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.111",
16
- "@graphcommerce/framer-utils": "^9.0.0-canary.111",
17
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.111",
18
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.111",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.113",
16
+ "@graphcommerce/framer-utils": "^9.0.0-canary.113",
17
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.113",
18
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.113",
19
19
  "framer-motion": "^11.0.0",
20
20
  "next": "*",
21
21
  "react": "^18.2.0",