@clayui/button
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -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
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
24916
18
Updated@clayui/icon@^3.0.1