Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clayui/shared

Package Overview
Dependencies
Maintainers
3
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/shared - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

6

CHANGELOG.md

@@ -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 @@

2

lib/LinkOrButton.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc