@bdt-component-library/button-icon
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -11,5 +11,5 @@ import * as React from "react"; | ||
shape?: "circle" | "square"; | ||
size?: "tiny" | "small" | "medium" | "large"; | ||
size?: "tiny" | "small" | "medium" | "large" | "custom"; | ||
} | ||
declare const ButtonIcon: React.FC<Props>; | ||
export default ButtonIcon; |
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.3.0", | ||
"tag": "@bdt-component-library/button-icon_v0.3.0", | ||
"date": "Mon, 05 Apr 2021 18:19:04 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Add custom size option" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.2.2", | ||
@@ -7,0 +19,0 @@ "tag": "@bdt-component-library/button-icon_v0.2.2", |
# Change Log - @bdt-component-library/button-icon | ||
This log was last generated on Tue, 30 Mar 2021 19:28:01 GMT and should not be manually modified. | ||
This log was last generated on Mon, 05 Apr 2021 18:19:04 GMT and should not be manually modified. | ||
## 0.3.0 | ||
Mon, 05 Apr 2021 18:19:04 GMT | ||
### Minor changes | ||
- Add custom size option | ||
## 0.2.2 | ||
@@ -6,0 +13,0 @@ Tue, 30 Mar 2021 19:28:01 GMT |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "ButtonIcon component", | ||
@@ -105,3 +105,3 @@ "author": "BDT", | ||
"dependencies": { | ||
"@bdt-component-library/button": "^0.1.9", | ||
"@bdt-component-library/button": "^0.2.0", | ||
"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("tiny", "small", "medium", "large") | no | "small" | Determines the button size variant | | ||
| size | enum("tiny", "small", "medium", "large", "custom") | no | "small" | Determines the button size variant ("custom" allows overrides) | | ||
| 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
497946
1685
+ Added@bdt-component-library/button@0.2.0(transitive)
- Removed@bdt-component-library/button@0.1.9(transitive)