@graphcommerce/framer-next-pages 2.109.2 → 3.0.0
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 +65 -100
- package/components/Page.tsx +12 -17
- package/components/Pages.tsx +2 -3
- package/package.json +9 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,149 +1,124 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3
|
+
## 3.0.0
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
### Major Changes
|
|
7
6
|
|
|
7
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
8
|
+
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
9
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
8
10
|
|
|
9
|
-
###
|
|
11
|
+
### Patch Changes
|
|
10
12
|
|
|
11
|
-
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
15
|
+
- @graphcommerce/framer-utils@3.0.0
|
|
12
16
|
|
|
17
|
+
All notable changes to this project will be documented in this file. See
|
|
18
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
13
19
|
|
|
20
|
+
## [2.109.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.109.1...@graphcommerce/framer-next-pages@2.109.2) (2022-01-04)
|
|
14
21
|
|
|
22
|
+
### Bug Fixes
|
|
15
23
|
|
|
24
|
+
- regression where close button didn't work
|
|
25
|
+
([5bf57b4](https://github.com/ho-nl/m2-pwa/commit/5bf57b470ab7c013fbe0a896792fcb316a454aa4))
|
|
16
26
|
|
|
17
27
|
# [2.109.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.108.11...@graphcommerce/framer-next-pages@2.109.0) (2022-01-03)
|
|
18
28
|
|
|
19
|
-
|
|
20
29
|
### Features
|
|
21
30
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
31
|
+
- **framer-next-pages:** reduce rerenders when navigating to a new page
|
|
32
|
+
([5cf3301](https://github.com/ho-nl/m2-pwa/commit/5cf330130bb3527057da015e3c4a6fa295d7262e))
|
|
27
33
|
|
|
28
34
|
## [2.108.10](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.108.9...@graphcommerce/framer-next-pages@2.108.10) (2021-12-23)
|
|
29
35
|
|
|
30
|
-
|
|
31
36
|
### Bug Fixes
|
|
32
37
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
+
- **framer-next-pages:** closing is janky, caused by setting pointer-events to none, trying without
|
|
39
|
+
resetting the pointerevents
|
|
40
|
+
([9247fa3](https://github.com/ho-nl/m2-pwa/commit/9247fa312926416802abd68ea04b1e6b52531f2c))
|
|
38
41
|
|
|
39
42
|
## [2.108.8](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.108.7...@graphcommerce/framer-next-pages@2.108.8) (2021-12-21)
|
|
40
43
|
|
|
41
|
-
|
|
42
44
|
### Bug Fixes
|
|
43
45
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
- **graphql:** make sure we're passing the correct store code to the schema endpoint
|
|
47
|
+
([39753f2](https://github.com/ho-nl/m2-pwa/commit/39753f2117ce7ba79dab035c4134e642829e7f18))
|
|
48
|
+
- make sure we're remounting when the store changes
|
|
49
|
+
([10756e3](https://github.com/ho-nl/m2-pwa/commit/10756e3eb252f8a91d84534ae024edb382a4ea0d))
|
|
50
50
|
|
|
51
51
|
## [2.108.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.108.6...@graphcommerce/framer-next-pages@2.108.7) (2021-12-20)
|
|
52
52
|
|
|
53
|
-
|
|
54
53
|
### Bug Fixes
|
|
55
54
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
55
|
+
- animations would run on background page, make sure animations are not running when page is not
|
|
56
|
+
active
|
|
57
|
+
([2fcf4b8](https://github.com/ho-nl/m2-pwa/commit/2fcf4b8a853108147477e3a67c7ea202abb2842f))
|
|
61
58
|
|
|
62
59
|
## [2.108.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.108.2...@graphcommerce/framer-next-pages@2.108.3) (2021-12-15)
|
|
63
60
|
|
|
64
|
-
|
|
65
61
|
### Bug Fixes
|
|
66
62
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
63
|
+
- **framer-next-pages:** make sure the cancellation of loading the fallback doesn't show an error
|
|
64
|
+
([3470461](https://github.com/ho-nl/m2-pwa/commit/34704612c7b19a61a8309967b982e5f04c0fe8b2))
|
|
72
65
|
|
|
73
66
|
## [2.108.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.108.1...@graphcommerce/framer-next-pages@2.108.2) (2021-12-13)
|
|
74
67
|
|
|
75
|
-
|
|
76
68
|
### Bug Fixes
|
|
77
69
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
70
|
+
- make sure we're using the correct variant
|
|
71
|
+
([7fff606](https://github.com/ho-nl/m2-pwa/commit/7fff606390bc63c14cd8c033fbe5138226517869))
|
|
83
72
|
|
|
84
73
|
# [2.108.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.107.5...@graphcommerce/framer-next-pages@2.108.0) (2021-12-03)
|
|
85
74
|
|
|
86
|
-
|
|
87
75
|
### Bug Fixes
|
|
88
76
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
77
|
+
- **framer-next-pages:** do no throw error when framer next pages is recreated
|
|
78
|
+
([6c4665b](https://github.com/ho-nl/m2-pwa/commit/6c4665b4a00adb1c1d770c458a590f4360be83d8))
|
|
79
|
+
- make sure the fallback loads during idle timing to prevent jank
|
|
80
|
+
([dd888e2](https://github.com/ho-nl/m2-pwa/commit/dd888e27b94091233d74ddba1023310b09910f0f))
|
|
81
|
+
- make sure the overlay becomes visible, even if the overlay is scrolled
|
|
82
|
+
([1738c98](https://github.com/ho-nl/m2-pwa/commit/1738c982ea84ec2b93daa824c4b8c86ab2a3f5ed))
|
|
83
|
+
- make sure the overlays are rendered correctly on mobile
|
|
84
|
+
([48f7050](https://github.com/ho-nl/m2-pwa/commit/48f705060e99b997f5b1db03ccc49f1051a1ed8f))
|
|
85
|
+
- minHeight of page on iOS is sometimes less high than expected
|
|
86
|
+
([8a0bc23](https://github.com/ho-nl/m2-pwa/commit/8a0bc234d153d974ac415369483ddabfb5e7fb0c))
|
|
87
|
+
- spacing of LayoutTItle
|
|
88
|
+
([7afcd31](https://github.com/ho-nl/m2-pwa/commit/7afcd3163d16e902cf2ff7917f56ee6a8798f55b))
|
|
96
89
|
|
|
97
90
|
### Features
|
|
98
91
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
92
|
+
- **framer-next-pages:** automatically create a fallback page when there is no page to render.
|
|
93
|
+
([f18a804](https://github.com/ho-nl/m2-pwa/commit/f18a804a228901431f848927844dd9cd324170c1))
|
|
104
94
|
|
|
105
95
|
## [2.107.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.107.2...@graphcommerce/framer-next-pages@2.107.3) (2021-11-02)
|
|
106
96
|
|
|
107
|
-
|
|
108
97
|
### Bug Fixes
|
|
109
98
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
99
|
+
- **framer-next-pages:** prevent back button loop when previous page is the up page of the previous
|
|
100
|
+
page ([cbdde83](https://github.com/ho-nl/m2-pwa/commit/cbdde83790337bdf4c5f03c907ca6e6e02792e70))
|
|
115
101
|
|
|
116
102
|
# [2.107.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.106.12...@graphcommerce/framer-next-pages@2.107.0) (2021-10-27)
|
|
117
103
|
|
|
118
|
-
|
|
119
104
|
### Features
|
|
120
105
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
106
|
+
- **nextjs:** upgraded to nextjs 12
|
|
107
|
+
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
126
108
|
|
|
127
109
|
## [2.106.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.106.0...@graphcommerce/framer-next-pages@2.106.2) (2021-09-27)
|
|
128
110
|
|
|
129
|
-
|
|
130
111
|
### Bug Fixes
|
|
131
112
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
113
|
+
- ignore example directories when publishing
|
|
114
|
+
([620cbb2](https://github.com/ho-nl/m2-pwa/commit/620cbb2d8e68b727b8593e2e45702c4d12276d92))
|
|
115
|
+
- versions
|
|
116
|
+
([b8b306c](https://github.com/ho-nl/m2-pwa/commit/b8b306c8f3a13415e441d0593c638ae2a3731cd6))
|
|
138
117
|
|
|
139
118
|
## [2.106.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/framer-next-pages@2.106.0...@graphcommerce/framer-next-pages@2.106.1) (2021-09-27)
|
|
140
119
|
|
|
141
120
|
**Note:** Version bump only for package @graphcommerce/framer-next-pages
|
|
142
121
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
122
|
# Change Log
|
|
148
123
|
|
|
149
124
|
All notable changes to this project will be documented in this file. See
|
|
@@ -159,8 +134,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
159
134
|
([59f7b20](https://github.com/ho-nl/m2-pwa/commit/59f7b2047194c3506037fc88d791302c7c4a1a69))
|
|
160
135
|
- edit billing address updating state
|
|
161
136
|
([ecd9f48](https://github.com/ho-nl/m2-pwa/commit/ecd9f48ce313d8e7a698c06ff29b88231dc50168))
|
|
162
|
-
- **framer-next-pages:** back navigation renders the wrong page, items were
|
|
163
|
-
reversed
|
|
137
|
+
- **framer-next-pages:** back navigation renders the wrong page, items were reversed
|
|
164
138
|
([7168fc1](https://github.com/ho-nl/m2-pwa/commit/7168fc1d1daa3920ae401dda0029e35a253068ec))
|
|
165
139
|
- **framer-next-pages:** backSteps returns NaN
|
|
166
140
|
([31ac95a](https://github.com/ho-nl/m2-pwa/commit/31ac95a75fb166efdc2d52d0aa0e40e45290e6bb))
|
|
@@ -174,8 +148,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
174
148
|
([4870925](https://github.com/ho-nl/m2-pwa/commit/4870925554cfee3ac94209719d9464b82fce9cc5))
|
|
175
149
|
- **framer-next-pages:** overlay offset fixes
|
|
176
150
|
([1b45cc8](https://github.com/ho-nl/m2-pwa/commit/1b45cc85412c17a4a02ae6a3bad23808def6cbfc))
|
|
177
|
-
- **framer-next-pages:** prevent unessary rerender when navigating back to a
|
|
178
|
-
previous page
|
|
151
|
+
- **framer-next-pages:** prevent unessary rerender when navigating back to a previous page
|
|
179
152
|
([a5568d0](https://github.com/ho-nl/m2-pwa/commit/a5568d00a034ef0686bd36b548af1def93ad1522))
|
|
180
153
|
- **framer-next-pages:** router proxy couldn’t fall back to home
|
|
181
154
|
([7644698](https://github.com/ho-nl/m2-pwa/commit/76446981898e7573148ad71d496ef5bafc1232b8))
|
|
@@ -187,11 +160,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
187
160
|
([c2fb164](https://github.com/ho-nl/m2-pwa/commit/c2fb164b342770089b787378a3f79529c36d2152))
|
|
188
161
|
- **framer-sheet:** left/rigth sheet is a little higher than the page
|
|
189
162
|
([4c4679d](https://github.com/ho-nl/m2-pwa/commit/4c4679d00de1e3306aa0587ad9f9f10df8e2324a))
|
|
190
|
-
- **framer-sheet:** make opacity animation of SheetBackdrop less jarring when
|
|
191
|
-
dragging fast
|
|
163
|
+
- **framer-sheet:** make opacity animation of SheetBackdrop less jarring when dragging fast
|
|
192
164
|
([f25b7ce](https://github.com/ho-nl/m2-pwa/commit/f25b7ce2a16a621799a434704ed77b59089808cb))
|
|
193
|
-
- **framer-sheet:** make sure the left/right drawer have more space / better
|
|
194
|
-
scrollbar
|
|
165
|
+
- **framer-sheet:** make sure the left/right drawer have more space / better scrollbar
|
|
195
166
|
([226387a](https://github.com/ho-nl/m2-pwa/commit/226387a5e7b9b8a93f9516c97879be959b8072dc))
|
|
196
167
|
- ignore md files from triggering version updates
|
|
197
168
|
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
@@ -216,16 +187,13 @@ All notable changes to this project will be documented in this file. See
|
|
|
216
187
|
([f0b44b4](https://github.com/ho-nl/m2-pwa/commit/f0b44b44a3c4976a35ca3235e305bd5f281f78d7))
|
|
217
188
|
- **framer-next-pages:** added SheetBackdrop component
|
|
218
189
|
([4981744](https://github.com/ho-nl/m2-pwa/commit/4981744a8bc5f74a0b7d510e0000d3070b388c79))
|
|
219
|
-
- **framer-next-pages:** added useCloseOverlay hook to close multiple steps at
|
|
220
|
-
once
|
|
190
|
+
- **framer-next-pages:** added useCloseOverlay hook to close multiple steps at once
|
|
221
191
|
([55b7473](https://github.com/ho-nl/m2-pwa/commit/55b74730e64060c20072bf10f34d346964edc51f))
|
|
222
|
-
- **framer-next-pages:** added usePageRouter().go(-2) functionality to close
|
|
223
|
-
overlays
|
|
192
|
+
- **framer-next-pages:** added usePageRouter().go(-2) functionality to close overlays
|
|
224
193
|
([cb177e7](https://github.com/ho-nl/m2-pwa/commit/cb177e7266939b3a6a4f04c03852f024fd2dca3e))
|
|
225
194
|
- **framer-next-pages:** animate drag indicator when resizing height
|
|
226
195
|
([5b687d1](https://github.com/ho-nl/m2-pwa/commit/5b687d1cf5a04dfa2f499d1335404cd41992a7aa))
|
|
227
|
-
- **framer-next-pages:** animate the SheetBackdrop based on the y-value of the
|
|
228
|
-
sheet
|
|
196
|
+
- **framer-next-pages:** animate the SheetBackdrop based on the y-value of the sheet
|
|
229
197
|
([96af2d4](https://github.com/ho-nl/m2-pwa/commit/96af2d4dcab87f952f9d3621a7cce9099f9310f6))
|
|
230
198
|
- **framer-next-pages:** base sheet on container height
|
|
231
199
|
([b8293e3](https://github.com/ho-nl/m2-pwa/commit/b8293e3762892529d39d3e12032d0450166ae79e))
|
|
@@ -237,8 +205,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
237
205
|
([7604fc0](https://github.com/ho-nl/m2-pwa/commit/7604fc037d76cefda711b7b6ccb40f14c1ef4c8e))
|
|
238
206
|
- **framer-next-pages:** move example to @graphcommerce/next-config
|
|
239
207
|
([b801856](https://github.com/ho-nl/m2-pwa/commit/b801856d370804616a986a6a66ba88ae4f193b4b))
|
|
240
|
-
- **framer-next-pages:** usePageDirection to determine which direction the user
|
|
241
|
-
is navigating
|
|
208
|
+
- **framer-next-pages:** usePageDirection to determine which direction the user is navigating
|
|
242
209
|
([6769b90](https://github.com/ho-nl/m2-pwa/commit/6769b909486cbcc8bf58d83d13e0ef1b84a7389d))
|
|
243
210
|
- **framer-next-pages:** working on new sheet component
|
|
244
211
|
([cc6fb11](https://github.com/ho-nl/m2-pwa/commit/cc6fb11b22db59276a3ea32493bf340c02850a2c))
|
|
@@ -246,8 +213,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
246
213
|
([2cc164e](https://github.com/ho-nl/m2-pwa/commit/2cc164eac4b5022cfdf347a83ea559e26103063f))
|
|
247
214
|
- **framer-sheet:** created separate package that can be implemented
|
|
248
215
|
([69cc8ce](https://github.com/ho-nl/m2-pwa/commit/69cc8ce3237125335524728a70f4dae050032108))
|
|
249
|
-
- **framer-utils:** created framer-utils and implemented for framer-sheet and
|
|
250
|
-
framer-next-pages
|
|
216
|
+
- **framer-utils:** created framer-utils and implemented for framer-sheet and framer-next-pages
|
|
251
217
|
([788bf28](https://github.com/ho-nl/m2-pwa/commit/788bf282d4a38ec5e78ab7244065c540dfc132a1))
|
|
252
218
|
- **image:** introduced completely rewritten Image component
|
|
253
219
|
([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
@@ -265,8 +231,8 @@ All notable changes to this project will be documented in this file. See
|
|
|
265
231
|
([9094551](https://github.com/ho-nl/m2-pwa/commit/909455146d159a839fa72046c15332fc763f315f))
|
|
266
232
|
- **playwright:** added new playwright package to enable browser testing
|
|
267
233
|
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
268
|
-
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce)
|
|
269
|
-
|
|
234
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
235
|
+
[@reachdigital](https://github.com/reachdigital)
|
|
270
236
|
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
271
237
|
- upgraded to nextjs 11
|
|
272
238
|
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
@@ -335,8 +301,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
335
301
|
|
|
336
302
|
- back button behavior
|
|
337
303
|
([59f7b20](https://github.com/ho-nl/m2-pwa/commit/59f7b2047194c3506037fc88d791302c7c4a1a69))
|
|
338
|
-
- **framer-next-pages:** back navigation renders the wrong page, items were
|
|
339
|
-
reversed
|
|
304
|
+
- **framer-next-pages:** back navigation renders the wrong page, items were reversed
|
|
340
305
|
([7168fc1](https://github.com/ho-nl/m2-pwa/commit/7168fc1d1daa3920ae401dda0029e35a253068ec))
|
|
341
306
|
- **framer-next-pages:** backSteps returns NaN
|
|
342
307
|
([31ac95a](https://github.com/ho-nl/m2-pwa/commit/31ac95a75fb166efdc2d52d0aa0e40e45290e6bb))
|
package/components/Page.tsx
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { css } from '@emotion/react'
|
|
2
2
|
import { m, useIsPresent } from 'framer-motion'
|
|
3
3
|
import React from 'react'
|
|
4
4
|
import type { PageItem } from '../types'
|
|
@@ -14,24 +14,9 @@ export function scrollPos(idx: number): { x: number; y: number } {
|
|
|
14
14
|
return scroll ? JSON.parse(scroll) : { x: 0, y: 0 }
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
const useStyles = makeStyles(
|
|
18
|
-
{
|
|
19
|
-
page: {
|
|
20
|
-
left: 0,
|
|
21
|
-
right: 0,
|
|
22
|
-
minHeight: '100vh',
|
|
23
|
-
'@supports (-webkit-touch-callout: none)': {
|
|
24
|
-
height: '-webkit-fill-available',
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
{ name: 'FramerNextPage' },
|
|
29
|
-
)
|
|
30
|
-
|
|
31
17
|
export default function Page(props: PageProps) {
|
|
32
18
|
const { active, historyIdx, children } = props
|
|
33
19
|
const isPresent = useIsPresent()
|
|
34
|
-
const classes = useStyles()
|
|
35
20
|
|
|
36
21
|
/** The active Page doesn't get any special treatment */
|
|
37
22
|
let top: number | undefined
|
|
@@ -49,7 +34,17 @@ export default function Page(props: PageProps) {
|
|
|
49
34
|
const zIndex = active ? 1 : undefined
|
|
50
35
|
|
|
51
36
|
return (
|
|
52
|
-
<m.div
|
|
37
|
+
<m.div
|
|
38
|
+
style={{ position, top, zIndex }}
|
|
39
|
+
css={css({
|
|
40
|
+
left: 0,
|
|
41
|
+
right: 0,
|
|
42
|
+
minHeight: '100vh',
|
|
43
|
+
'@supports (-webkit-touch-callout: none)': {
|
|
44
|
+
height: '-webkit-fill-available',
|
|
45
|
+
},
|
|
46
|
+
})}
|
|
47
|
+
>
|
|
53
48
|
{children}
|
|
54
49
|
</m.div>
|
|
55
50
|
)
|
package/components/Pages.tsx
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AnimatePresence } from 'framer-motion'
|
|
2
2
|
import { requestIdleCallback, cancelIdleCallback } from 'next/dist/client/request-idle-callback'
|
|
3
3
|
import { AppPropsType } from 'next/dist/shared/lib/utils'
|
|
4
|
-
import { NextRouter, Router
|
|
5
|
-
import
|
|
6
|
-
import {} from 'react-dom'
|
|
4
|
+
import { NextRouter, Router } from 'next/router'
|
|
5
|
+
import { useEffect, useRef, useState } from 'react'
|
|
7
6
|
import { pageContext } from '../context/pageContext'
|
|
8
7
|
import type { PageComponent, PageItem, UpPage } from '../types'
|
|
9
8
|
import Page from './Page'
|
package/package.json
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/framer-next-pages",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "tsc -W"
|
|
7
7
|
},
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
9
|
-
"browserslist": [
|
|
10
|
-
"extends @graphcommerce/browserslist-config-pwa"
|
|
11
|
-
],
|
|
12
9
|
"eslintConfig": {
|
|
13
10
|
"extends": "@graphcommerce/eslint-config-pwa",
|
|
14
11
|
"parserOptions": {
|
|
@@ -16,20 +13,18 @@
|
|
|
16
13
|
}
|
|
17
14
|
},
|
|
18
15
|
"dependencies": {
|
|
19
|
-
"@graphcommerce/framer-utils": "^
|
|
16
|
+
"@graphcommerce/framer-utils": "^3.0.0"
|
|
20
17
|
},
|
|
21
18
|
"devDependencies": {
|
|
22
|
-
"@graphcommerce/
|
|
23
|
-
"@graphcommerce/
|
|
24
|
-
"@graphcommerce/
|
|
25
|
-
"@
|
|
26
|
-
"@playwright/test": "^1.17.1"
|
|
19
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.0",
|
|
20
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.0",
|
|
21
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.0",
|
|
22
|
+
"@playwright/test": "^1.18.1"
|
|
27
23
|
},
|
|
28
24
|
"peerDependencies": {
|
|
29
|
-
"framer-motion": "^
|
|
30
|
-
"next": "^12.0.
|
|
25
|
+
"framer-motion": "^6.2.4",
|
|
26
|
+
"next": "^12.0.10",
|
|
31
27
|
"react": "^17.0.2",
|
|
32
28
|
"react-dom": "^17.0.2"
|
|
33
|
-
}
|
|
34
|
-
"gitHead": "0553535bc06348d46a64c90e5330f8ff108c0cbc"
|
|
29
|
+
}
|
|
35
30
|
}
|