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

@igloo-ui/icon-button

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@igloo-ui/icon-button - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

3

dist/IconButton.d.ts

@@ -15,3 +15,4 @@ import * as React from 'react';

onClick?: () => void;
/** True if the control is disabled and shows a disabled state. The user cannot click on the button */
/** True if the control is disabled and shows a disabled state.
* The user cannot click on the button */
disabled?: boolean;

@@ -18,0 +19,0 @@ /** Button size */

@@ -227,3 +227,3 @@ import './icon-button.css';

});
return (React.createElement(Button, Object.assign({ ref: ref, className: classes, onClick: onClick, disabled: disabled }, rest), icon));
return (React.createElement(Button, Object.assign({ ref: ref, className: classes, onClick: onClick, disabled: disabled, "data-test": dataTest }, rest), icon));
});

@@ -230,0 +230,0 @@

{
"name": "@igloo-ui/icon-button",
"version": "0.2.10",
"version": "0.2.11",
"main": "dist/IconButton.js",

@@ -27,3 +27,3 @@ "module": "dist/IconButton.js",

"dependencies": {
"@igloo-ui/button": "^0.3.0",
"@igloo-ui/button": "^0.3.5",
"@igloo-ui/tokens": "^2.0.0",

@@ -40,3 +40,3 @@ "classnames": "^2.3.1"

],
"gitHead": "e22f4c8e0938fb8edd2f7948fc4aa2d9943f6dfd"
"gitHead": "ca1a65b9d762a871c85f0b7a5b1cb62b764d3b43"
}
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