@ultraviolet/plus 0.6.15 → 0.7.0

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.
@@ -107,7 +107,7 @@ const ContentCard = /*#__PURE__*/forwardRef(({
107
107
  target: target,
108
108
  onClick: onClick,
109
109
  href: href,
110
- role: onClick ? 'button' : undefined,
110
+ role: onClick && !href ? 'button' : undefined,
111
111
  ref: ref,
112
112
  className: className,
113
113
  children: loading ? jsx(Skeleton, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/plus",
3
- "version": "0.6.15",
3
+ "version": "0.7.0",
4
4
  "description": "Ultraviolet Plus",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {