@clayui/shared
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -6,2 +6,8 @@ # Change Log | ||
## [3.1.3](https://github.com/liferay/clay/compare/@clayui/shared@3.1.2...@clayui/shared@3.1.3) (2020-07-07) | ||
### Bug Fixes | ||
- **@clayui/link:** pass onClick to ClayLink ([1018420](https://github.com/liferay/clay/commit/1018420)) | ||
## [3.1.2](https://github.com/liferay/clay/compare/@clayui/shared@3.1.1...@clayui/shared@3.1.2) (2020-06-18) | ||
@@ -8,0 +14,0 @@ |
@@ -8,3 +8,3 @@ import ClayButton from '@clayui/button'; | ||
linkDisplayType?: React.ComponentProps<typeof ClayLink>['displayType']; | ||
onClick?: React.ComponentProps<typeof ClayButton>['onClick']; | ||
onClick?: React.HTMLAttributes<HTMLAnchorElement & HTMLButtonElement>['onClick']; | ||
[propName: string]: any; | ||
@@ -11,0 +11,0 @@ } |
@@ -34,2 +34,3 @@ "use strict"; | ||
href: href, | ||
onClick: onClick, | ||
ref: ref | ||
@@ -36,0 +37,0 @@ })); |
{ | ||
"name": "@clayui/shared", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "ClayShared component", | ||
@@ -40,3 +40,3 @@ "license": "BSD-3-Clause", | ||
], | ||
"gitHead": "0b4bbca3faa7445e2e10acc86d6288d20f2bc9dc" | ||
"gitHead": "578a373f4e7cef10c2bff36871d2693ee21844f7" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2952
1332
56111
31