@graphcommerce/next-ui 3.19.0 → 3.19.1

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.
@@ -24,7 +24,7 @@ const useStyles = makeStyles((theme: Theme) => ({
24
24
  }))
25
25
 
26
26
  export type ButtonLinkProps = {
27
- title: string
27
+ title: string | React.ReactNode
28
28
  url: string
29
29
  endIcon?: React.ReactNode
30
30
  } & ButtonProps &
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/next-ui",
3
- "version": "3.19.0",
3
+ "version": "3.19.1",
4
4
  "author": "",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -53,5 +53,5 @@
53
53
  "project": "./tsconfig.json"
54
54
  }
55
55
  },
56
- "gitHead": "f079c0b5b96dd1a048ca4d3c1d07916353c6bc33"
56
+ "gitHead": "a145ddd41ca83136c7a478e791a9e843b2aee15f"
57
57
  }