@hig/icon-button
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -184,3 +184,13 @@ import React, { Component } from 'react'; | ||
Element, | ||
_extends$1({ className: css(styles.iconButton) }, props), | ||
_extends$1({ | ||
className: css(styles.iconButton), | ||
onClick: onClick, | ||
onBlur: onBlur, | ||
onFocus: onFocus, | ||
onMouseDown: onMouseDown, | ||
onMouseEnter: onMouseEnter, | ||
onMouseLeave: onMouseLeave, | ||
onMouseUp: onMouseUp, | ||
title: title | ||
}, linkProps), | ||
icon | ||
@@ -187,0 +197,0 @@ ); |
@@ -191,3 +191,13 @@ 'use strict'; | ||
Element, | ||
_extends$1({ className: emotion.css(styles.iconButton) }, props), | ||
_extends$1({ | ||
className: emotion.css(styles.iconButton), | ||
onClick: onClick, | ||
onBlur: onBlur, | ||
onFocus: onFocus, | ||
onMouseDown: onMouseDown, | ||
onMouseEnter: onMouseEnter, | ||
onMouseLeave: onMouseLeave, | ||
onMouseUp: onMouseUp, | ||
title: title | ||
}, linkProps), | ||
icon | ||
@@ -194,0 +204,0 @@ ); |
@@ -0,1 +1,8 @@ | ||
# [@hig/icon-button-v2.0.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.0.0...@hig/icon-button@2.0.1) (2019-04-23) | ||
### Bug Fixes | ||
* console errors for invalid props ([608c207](https://github.com/Autodesk/hig/commit/608c207)) | ||
# [@hig/icon-button-v2.0.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@1.0.2...@hig/icon-button@2.0.0) (2019-04-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/icon-button", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "HIG IconButton component", | ||
@@ -34,3 +34,3 @@ "author": "Autodesk Inc.", | ||
"@hig/theme-context": "^3.0.0", | ||
"@hig/theme-data": "^2.3.5", | ||
"@hig/theme-data": "^2.4.0", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -37,0 +37,0 @@ }, |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
39461
992
0