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

@clayui/button

Package Overview
Dependencies
Maintainers
3
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.0.0 to 3.0.1

CHANGELOG.md

2

lib/Button.d.ts

@@ -0,3 +1,3 @@

import React from 'react';
import ButtonGroup from './Group';
import React from 'react';
export declare type DisplayType = 'primary' | 'secondary' | 'link' | 'unstyled';

@@ -4,0 +4,0 @@ interface IProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {

@@ -8,4 +8,2 @@ "use strict";

var _Group = _interopRequireDefault(require("./Group"));
var _classnames = _interopRequireDefault(require("classnames"));

@@ -15,2 +13,4 @@

var _Group = _interopRequireDefault(require("./Group"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -17,0 +17,0 @@

@@ -0,3 +1,3 @@

import React from 'react';
import ClayButton from './Button';
import React from 'react';
interface IProps extends React.ComponentProps<typeof ClayButton> {

@@ -4,0 +4,0 @@ spritemap?: string;

@@ -8,4 +8,2 @@ "use strict";

var _Button = _interopRequireDefault(require("./Button"));
var _icon = _interopRequireDefault(require("@clayui/icon"));

@@ -15,2 +13,4 @@

var _Button = _interopRequireDefault(require("./Button"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -17,0 +17,0 @@

{
"name": "@clayui/button",
"version": "3.0.0",
"version": "3.0.1",
"description": "ClayButton component",

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

"dependencies": {
"@clayui/icon": "^3.0.0",
"@clayui/icon": "^3.0.1",
"classnames": "^2.2.6"

@@ -40,3 +40,4 @@ },

"extends browserslist-config-clay"
]
],
"gitHead": "93b7745a96e45cd274ba50c4b25d4395a0c566ca"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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