@graphcommerce/next-ui 4.6.1 → 4.6.2

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.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1426](https://github.com/graphcommerce-org/graphcommerce/pull/1426) [`100f4c38c`](https://github.com/graphcommerce-org/graphcommerce/commit/100f4c38c8fcda4bc6e0425e38028b550b60adc2) Thanks [@paales](https://github.com/paales)! - Upgrade packages
8
+
9
+ - Updated dependencies []:
10
+ - @graphcommerce/framer-scroller@2.1.7
11
+
3
12
  ## 4.6.1
4
13
 
5
14
  ### Patch Changes
@@ -4,7 +4,7 @@ import React from 'react'
4
4
  import { IconSvg } from '../../IconSvg'
5
5
  import { iconChevronRight } from '../../icons'
6
6
 
7
- export type ButtonLinkProps = { url: string; endIcon?: React.ReactNode } & ButtonProps
7
+ export type ButtonLinkListItemProps = { url: string; endIcon?: React.ReactNode } & ButtonProps
8
8
 
9
9
  const ButtonItem = styled(Button)(({ theme }) => ({
10
10
  color: theme.palette.text.primary,
@@ -16,7 +16,7 @@ const ButtonItem = styled(Button)(({ theme }) => ({
16
16
  typography: 'body1',
17
17
  }))
18
18
 
19
- export function ButtonLinkListItem(props: ButtonLinkProps) {
19
+ export function ButtonLinkListItem(props: ButtonLinkListItemProps) {
20
20
  const { children, url, endIcon = <IconSvg src={iconChevronRight} />, ...buttonProps } = props
21
21
 
22
22
  return (
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.6.1",
5
+ "version": "4.6.2",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "sideEffects": false,
@@ -20,10 +20,10 @@
20
20
  "@emotion/server": "^11.4.0",
21
21
  "@emotion/styled": "^11.6.0",
22
22
  "@graphcommerce/framer-next-pages": "3.1.6",
23
- "@graphcommerce/framer-scroller": "2.1.6",
23
+ "@graphcommerce/framer-scroller": "2.1.7",
24
24
  "@graphcommerce/framer-utils": "3.1.2",
25
25
  "@graphcommerce/image": "3.1.5",
26
- "react-is": "^18.0.0",
26
+ "react-is": "^17.0.0",
27
27
  "react-schemaorg": "^2.0.0",
28
28
  "schema-dts": "^1.1.0"
29
29
  },
@@ -37,7 +37,7 @@
37
37
  "react-dom": "^17.0.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@graphcommerce/eslint-config-pwa": "^4.1.5",
40
+ "@graphcommerce/eslint-config-pwa": "^4.1.6",
41
41
  "@graphcommerce/prettier-config-pwa": "^4.0.6",
42
42
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
43
43
  "@playwright/test": "^1.21.1",