@graphcommerce/next-ui 6.0.0-canary.40 → 6.0.0-canary.42

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
+ ## 6.0.0-canary.42
4
+
5
+ ## 6.0.0-canary.41
6
+
3
7
  ## 6.0.0-canary.40
4
8
 
5
9
  ## 6.0.0-canary.39
@@ -298,7 +298,7 @@ export function OverlayBase(incomingProps: LayoutOverlayBaseProps) {
298
298
 
299
299
  // When the overlay isn't visible anymore, we navigate back.
300
300
  useEffect(
301
- () => positions.open.visible.onChange((o) => o === 0 && closeOverlay()),
301
+ () => positions.open.visible.on('change', (o) => o === 0 && closeOverlay()),
302
302
  [closeOverlay, position, positions.open.visible],
303
303
  )
304
304
 
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": "6.0.0-canary.40",
5
+ "version": "6.0.0-canary.42",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "sideEffects": false,
@@ -18,18 +18,18 @@
18
18
  "@emotion/react": "^11.10.6",
19
19
  "@emotion/server": "^11.4.0",
20
20
  "@emotion/styled": "^11.10.6",
21
- "@graphcommerce/framer-next-pages": "6.0.0-canary.40",
22
- "@graphcommerce/framer-scroller": "6.0.0-canary.40",
23
- "@graphcommerce/framer-utils": "6.0.0-canary.40",
24
- "@graphcommerce/image": "6.0.0-canary.40",
21
+ "@graphcommerce/framer-next-pages": "6.0.0-canary.42",
22
+ "@graphcommerce/framer-scroller": "6.0.0-canary.42",
23
+ "@graphcommerce/framer-utils": "6.0.0-canary.42",
24
+ "@graphcommerce/image": "6.0.0-canary.42",
25
25
  "cookie": "^0.5.0",
26
26
  "react-is": "^18.2.0",
27
27
  "schema-dts": "^1.1.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@graphcommerce/eslint-config-pwa": "6.0.0-canary.40",
31
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.40",
32
- "@graphcommerce/typescript-config-pwa": "6.0.0-canary.40",
30
+ "@graphcommerce/eslint-config-pwa": "6.0.0-canary.42",
31
+ "@graphcommerce/prettier-config-pwa": "6.0.0-canary.42",
32
+ "@graphcommerce/typescript-config-pwa": "6.0.0-canary.42",
33
33
  "@types/cookie": "^0.5.1",
34
34
  "@types/react-is": "^17.0.3",
35
35
  "typescript": "4.9.5"