@graphcommerce/next-ui 4.29.0 → 4.29.1

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,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1684](https://github.com/graphcommerce-org/graphcommerce/pull/1684) [`98d6a9cce`](https://github.com/graphcommerce-org/graphcommerce/commit/98d6a9cce1bb9514088be0af2736721b3edda467) Thanks [@paales](https://github.com/paales)! - When dragging the overlay down it doesn't close
8
+
9
+ - Updated dependencies []:
10
+ - @graphcommerce/framer-scroller@2.1.43
11
+
3
12
  ## 4.29.0
4
13
 
5
14
  ### Minor Changes
@@ -195,10 +195,7 @@ export function OverlayBase(incommingProps: LayoutOverlayBaseProps) {
195
195
 
196
196
  // When the overlay isn't visible anymore, we navigate back.
197
197
  useEffect(
198
- () =>
199
- positions.open.visible.onChange(
200
- (o) => position.get() !== OverlayPosition.OPENED && o === 0 && closeOverlay(),
201
- ),
198
+ () => positions.open.visible.onChange((o) => o === 0 && closeOverlay()),
202
199
  [closeOverlay, position, positions.open.visible],
203
200
  )
204
201
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/next-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.29.0",
5
+ "version": "4.29.1",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "sideEffects": false,
@@ -20,7 +20,7 @@
20
20
  "@emotion/server": "^11.4.0",
21
21
  "@emotion/styled": "^11.9.3",
22
22
  "@graphcommerce/framer-next-pages": "3.3.2",
23
- "@graphcommerce/framer-scroller": "2.1.42",
23
+ "@graphcommerce/framer-scroller": "2.1.43",
24
24
  "@graphcommerce/framer-utils": "3.2.1",
25
25
  "@graphcommerce/image": "3.1.10",
26
26
  "cookie": "^0.5.0",