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

@bdt-component-library/button-icon

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bdt-component-library/button-icon - npm Package Compare versions

Comparing version 0.1.7 to 0.2.0

2

build/ButtonIcon.d.ts

@@ -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

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