@graphcommerce/next-ui 6.2.0-canary.93 → 6.2.0-canary.95

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.2.0-canary.95
4
+
5
+ ## 6.2.0-canary.94
6
+
3
7
  ## 6.2.0-canary.93
4
8
 
5
9
  ## 6.2.0-canary.92
@@ -95,6 +95,7 @@ export function useNavigation() {
95
95
  * }
96
96
  * ```
97
97
  */
98
+
98
99
  export function useNavigationSelection(): UseNavigationSelection {
99
100
  return useMotionValue<NavigationPath | false>(false)
100
101
  }
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.2.0-canary.93",
5
+ "version": "6.2.0-canary.95",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "sideEffects": false,
@@ -18,18 +18,18 @@
18
18
  "@emotion/react": "^11.11.1",
19
19
  "@emotion/server": "^11.11.0",
20
20
  "@emotion/styled": "^11.11.0",
21
- "@graphcommerce/framer-next-pages": "6.2.0-canary.93",
22
- "@graphcommerce/framer-scroller": "6.2.0-canary.93",
23
- "@graphcommerce/framer-utils": "6.2.0-canary.93",
24
- "@graphcommerce/image": "6.2.0-canary.93",
21
+ "@graphcommerce/framer-next-pages": "6.2.0-canary.95",
22
+ "@graphcommerce/framer-scroller": "6.2.0-canary.95",
23
+ "@graphcommerce/framer-utils": "6.2.0-canary.95",
24
+ "@graphcommerce/image": "6.2.0-canary.95",
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.2.0-canary.93",
31
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.93",
32
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.93",
30
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.95",
31
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.95",
32
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.95",
33
33
  "@types/cookie": "^0.5.1",
34
34
  "@types/react-is": "^18.2.1",
35
35
  "typescript": "5.1.3"