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

@hig/button

Package Overview
Dependencies
Maintainers
4
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/button - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

build/index.es.js

@@ -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": {

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