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

@clayui/button

Package Overview
Dependencies
Maintainers
14
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/button - npm Package Compare versions

Comparing version 3.56.0 to 3.65.0

2

lib/Button.d.ts

@@ -38,4 +38,4 @@ /**

declare const _default: React.ForwardRefExoticComponent<IProps & React.RefAttributes<HTMLButtonElement>> & {
Group: React.FunctionComponent<import("./Group").IButtonGroupProps>;
Group: ({ children, className, role, spaced, vertical, ...otherProps }: import("./Group").IButtonGroupProps) => JSX.Element;
};
export default _default;

@@ -16,3 +16,3 @@ /**

}
declare const ClayButtonGroup: React.FunctionComponent<IButtonGroupProps>;
declare const ClayButtonGroup: ({ children, className, role, spaced, vertical, ...otherProps }: IButtonGroupProps) => JSX.Element;
export default ClayButtonGroup;
{
"name": "@clayui/button",
"version": "3.56.0",
"version": "3.65.0",
"description": "ClayButton component",

@@ -40,3 +40,3 @@ "license": "BSD-3-Clause",

],
"gitHead": "1c33d9c709d8ce071862f0087c76ac23ce11465b"
"gitHead": "603f05c8d617d98e29f0456b5d6618f9a95ce740"
}

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