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

@hig/icon-button

Package Overview
Dependencies
Maintainers
4
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/icon-button - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

3

build/index.es.js

@@ -184,2 +184,3 @@ import React, { Component } from 'react';

});
var tabIndex = disabled ? "-1" : "0";

@@ -190,2 +191,3 @@ return React.createElement(

className: css(styles.iconButton),
disabled: disabled,
onClick: onClick,

@@ -198,2 +200,3 @@ onBlur: onBlur,

onMouseUp: onMouseUp,
tabIndex: tabIndex,
title: title

@@ -200,0 +203,0 @@ }, linkProps),

@@ -191,2 +191,3 @@ 'use strict';

});
var tabIndex = disabled ? "-1" : "0";

@@ -197,2 +198,3 @@ return React__default.createElement(

className: emotion.css(styles.iconButton),
disabled: disabled,
onClick: onClick,

@@ -205,2 +207,3 @@ onBlur: onBlur,

onMouseUp: onMouseUp,
tabIndex: tabIndex,
title: title

@@ -207,0 +210,0 @@ }, linkProps),

@@ -0,1 +1,9 @@

# [@hig/icon-button-v2.1.3](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.1.2...@hig/icon-button@2.1.3) (2019-07-26)
### Bug Fixes
* pass down disabled attribute to root element ([3f57c24](https://github.com/Autodesk/hig/commit/3f57c24))
* prevent disabled IconButton gaining tab focus ([f548f9c](https://github.com/Autodesk/hig/commit/f548f9c))
# [@hig/icon-button-v2.1.2](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.1.1...@hig/icon-button@2.1.2) (2019-07-24)

@@ -2,0 +10,0 @@

2

package.json
{
"name": "@hig/icon-button",
"version": "2.1.2",
"version": "2.1.3",
"description": "HIG IconButton component",

@@ -5,0 +5,0 @@ "author": "Autodesk Inc.",

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