@graphcommerce/next-ui 6.2.0-canary.28 → 6.2.0-canary.29

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,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.29
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1946](https://github.com/graphcommerce-org/graphcommerce/pull/1946) [`87260618b`](https://github.com/graphcommerce-org/graphcommerce/commit/87260618b8abaebd727ff4435abb1aea6ed33730) - Firefox: scroll snap overlays would snap to 0 when the scroll snap targets wouldn’t exactly match the possible targets. ([@paales](https://github.com/paales))
8
+
3
9
  ## 6.2.0-canary.28
4
10
 
5
11
  ## 6.2.0-canary.27
@@ -469,7 +469,7 @@ export function OverlayBase(incomingProps: LayoutOverlayBaseProps) {
469
469
  sx={(theme) => ({
470
470
  display: 'grid',
471
471
  gridArea: 'overlay',
472
- scrollSnapAlign: 'start',
472
+ scrollSnapAlign: 'end',
473
473
  scrollSnapStop: 'always',
474
474
  pointerEvents: 'none',
475
475
  [theme.breakpoints.down('md')]: {
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.28",
5
+ "version": "6.2.0-canary.29",
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.2.0-canary.28",
22
- "@graphcommerce/framer-scroller": "6.2.0-canary.28",
23
- "@graphcommerce/framer-utils": "6.2.0-canary.28",
24
- "@graphcommerce/image": "6.2.0-canary.28",
21
+ "@graphcommerce/framer-next-pages": "6.2.0-canary.29",
22
+ "@graphcommerce/framer-scroller": "6.2.0-canary.29",
23
+ "@graphcommerce/framer-utils": "6.2.0-canary.29",
24
+ "@graphcommerce/image": "6.2.0-canary.29",
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.28",
31
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.28",
32
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.28",
30
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.29",
31
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.29",
32
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.29",
33
33
  "@types/cookie": "^0.5.1",
34
34
  "@types/react-is": "^17.0.3",
35
35
  "typescript": "4.9.5"