@graphcommerce/next-ui 8.0.0-canary.83 → 8.0.0-canary.85

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
+ ## 8.0.0-canary.85
4
+
5
+ ## 8.0.0-canary.84
6
+
7
+ ### Patch Changes
8
+
9
+ - [#2161](https://github.com/graphcommerce-org/graphcommerce/pull/2161) [`cc5c636`](https://github.com/graphcommerce-org/graphcommerce/commit/cc5c636f9f2b3d9fa33384b9a02d6ad3631aa414) - Removed whitespace on top of the zoomed in image on the PDP.
10
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
11
+
3
12
  ## 8.0.0-canary.83
4
13
 
5
14
  ## 8.0.0-canary.82
@@ -190,7 +190,7 @@ export function SidebarGallery(props: SidebarGalleryProps) {
190
190
  },
191
191
  zoomed && {
192
192
  position: 'relative',
193
- top: 0,
193
+ top: { xs: 0, md: 0 },
194
194
  marginTop: 0,
195
195
  paddingTop: dvh(100),
196
196
  },
@@ -37,7 +37,7 @@ const LogoContainer = styled(NextLink, {
37
37
  name,
38
38
  slot: 'parent',
39
39
  overridesResolver: (_props, styles) => styles.parent,
40
- })()
40
+ })({})
41
41
 
42
42
  export type LogoProps = {
43
43
  href?: `/${string}`
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": "8.0.0-canary.83",
5
+ "version": "8.0.0-canary.85",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -26,14 +26,14 @@
26
26
  "typescript": "5.3.3"
27
27
  },
28
28
  "peerDependencies": {
29
- "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83",
30
- "@graphcommerce/framer-next-pages": "^8.0.0-canary.83",
31
- "@graphcommerce/framer-scroller": "^8.0.0-canary.83",
32
- "@graphcommerce/framer-utils": "^8.0.0-canary.83",
33
- "@graphcommerce/image": "^8.0.0-canary.83",
34
- "@graphcommerce/lingui-next": "^8.0.0-canary.83",
35
- "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83",
36
- "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83",
29
+ "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.85",
30
+ "@graphcommerce/framer-next-pages": "^8.0.0-canary.85",
31
+ "@graphcommerce/framer-scroller": "^8.0.0-canary.85",
32
+ "@graphcommerce/framer-utils": "^8.0.0-canary.85",
33
+ "@graphcommerce/image": "^8.0.0-canary.85",
34
+ "@graphcommerce/lingui-next": "^8.0.0-canary.85",
35
+ "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.85",
36
+ "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.85",
37
37
  "@lingui/core": "^4.2.1",
38
38
  "@lingui/macro": "^4.2.1",
39
39
  "@lingui/react": "^4.2.1",