@bdt-component-library/button-icon
Advanced tools
Comparing version 0.1.7 to 0.2.0
@@ -11,5 +11,5 @@ import * as React from "react"; | ||
shape?: "circle" | "square"; | ||
size?: "small" | "medium" | "large"; | ||
size?: "tiny" | "small" | "medium" | "large"; | ||
} | ||
declare const ButtonIcon: React.FC<Props>; | ||
export default ButtonIcon; |
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.2.0", | ||
"tag": "@bdt-component-library/button-icon_v0.2.0", | ||
"date": "Fri, 26 Mar 2021 14:00:36 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Add \"tiny\" size, fix global/base css issues, allow css overrides" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.1.7", | ||
@@ -7,0 +19,0 @@ "tag": "@bdt-component-library/button-icon_v0.1.7", |
# Change Log - @bdt-component-library/button-icon | ||
This log was last generated on Wed, 24 Mar 2021 18:56:31 GMT and should not be manually modified. | ||
This log was last generated on Fri, 26 Mar 2021 14:00:36 GMT and should not be manually modified. | ||
## 0.2.0 | ||
Fri, 26 Mar 2021 14:00:36 GMT | ||
### Minor changes | ||
- Add "tiny" size, fix global/base css issues, allow css overrides | ||
## 0.1.7 | ||
@@ -6,0 +13,0 @@ Wed, 24 Mar 2021 18:56:31 GMT |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"description": "ButtonIcon component", | ||
@@ -105,3 +105,3 @@ "author": "BDT", | ||
"dependencies": { | ||
"@bdt-component-library/button": "^0.1.5", | ||
"@bdt-component-library/button": "^0.1.7", | ||
"react-number-format": "^4.4.1", | ||
@@ -108,0 +108,0 @@ "classnames": "^2.2.6" |
@@ -20,3 +20,3 @@ # ButtonIcon Component | ||
| shape | enum("circle", "square") | no | "circle" | Determines the button shape variant | | ||
| size | enum("small", "medium", "large") | no | "small" | Determines the button size variant | | ||
| size | enum("tiny", "small", "medium", "large") | no | "small" | Determines the button size variant | | ||
| loading | boolean | no | false | Determines button loading state | | ||
@@ -23,0 +23,0 @@ | disabled | boolean | no | false | Determines button disabled state | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
477677
1607
4