@hig/button
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -216,3 +216,3 @@ import React, { Component } from 'react'; | ||
return { | ||
button: _extends({}, getButtonDefaultButtonRules(themeData), getButtonRulesByType(type, themeData), disabled ? getButtonRulesByDisabled(type, themeData) : _extends({}, hasHover ? getButtonHoverRulesByType(type, themeData) : {}, hasFocus ? getButtonFocusRulesByType(type, themeData) : {}, isPressed ? getButtonPressedRulesByType(type, themeData) : {}), getButtonRulesByWidth(width)), | ||
button: _extends({}, getButtonDefaultButtonRules(themeData), getButtonRulesByType(type, themeData), disabled ? getButtonRulesByDisabled(type, themeData) : _extends({}, hasFocus ? getButtonFocusRulesByType(type, themeData) : {}, hasHover ? getButtonHoverRulesByType(type, themeData) : {}, isPressed ? getButtonPressedRulesByType(type, themeData) : {}), getButtonRulesByWidth(width)), | ||
icon: { | ||
@@ -310,3 +310,3 @@ display: "inline-block", | ||
"span", | ||
{ className: "hig__button__title" }, | ||
null, | ||
title | ||
@@ -313,0 +313,0 @@ ) |
@@ -223,3 +223,3 @@ 'use strict'; | ||
return { | ||
button: _extends({}, getButtonDefaultButtonRules(themeData), getButtonRulesByType(type, themeData), disabled ? getButtonRulesByDisabled(type, themeData) : _extends({}, hasHover ? getButtonHoverRulesByType(type, themeData) : {}, hasFocus ? getButtonFocusRulesByType(type, themeData) : {}, isPressed ? getButtonPressedRulesByType(type, themeData) : {}), getButtonRulesByWidth(width)), | ||
button: _extends({}, getButtonDefaultButtonRules(themeData), getButtonRulesByType(type, themeData), disabled ? getButtonRulesByDisabled(type, themeData) : _extends({}, hasFocus ? getButtonFocusRulesByType(type, themeData) : {}, hasHover ? getButtonHoverRulesByType(type, themeData) : {}, isPressed ? getButtonPressedRulesByType(type, themeData) : {}), getButtonRulesByWidth(width)), | ||
icon: { | ||
@@ -317,3 +317,3 @@ display: "inline-block", | ||
"span", | ||
{ className: "hig__button__title" }, | ||
null, | ||
title | ||
@@ -320,0 +320,0 @@ ) |
@@ -0,1 +1,8 @@ | ||
# [@hig/button-v1.3.1](https://github.com/Autodesk/hig/compare/@hig/button@1.3.0...@hig/button@1.3.1) (2019-03-05) | ||
### Bug Fixes | ||
* button design tweak ([6848aed](https://github.com/Autodesk/hig/commit/6848aed)) | ||
# [@hig/button-v1.3.0](https://github.com/Autodesk/hig/compare/@hig/button@1.2.2...@hig/button@1.3.0) (2019-02-26) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/button", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "HIG Button", | ||
@@ -31,3 +31,3 @@ "author": "Autodesk Inc.", | ||
"@hig/semantic-release-config": "^0.1.0", | ||
"@hig/theme-data": "^2.3.0" | ||
"@hig/theme-data": "^2.3.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "peerDependencies": { |
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
54848