Socket
Socket
Sign inDemoInstall

@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.2.0 to 2.2.1

2

build/index.es.js

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

var dynamicIconColor = on ? themeData["iconButton.on.iconColor"] : themeData["iconButton.iconColor"];
var iconColor = isDynamic ? dynamicIconColor : "initial";
var iconColor = isDynamic ? dynamicIconColor : "";

@@ -107,0 +107,0 @@ return {

@@ -111,3 +111,3 @@ 'use strict';

var dynamicIconColor = on ? themeData["iconButton.on.iconColor"] : themeData["iconButton.iconColor"];
var iconColor = isDynamic ? dynamicIconColor : "initial";
var iconColor = isDynamic ? dynamicIconColor : "";

@@ -114,0 +114,0 @@ return {

@@ -0,1 +1,8 @@

# [@hig/icon-button-v2.2.1](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.2.0...@hig/icon-button@2.2.1) (2019-08-02)
### Bug Fixes
* remove static variant's fill color ([8c71b7a](https://github.com/Autodesk/hig/commit/8c71b7a))
# [@hig/icon-button-v2.2.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.1.3...@hig/icon-button@2.2.0) (2019-08-01)

@@ -2,0 +9,0 @@

{
"name": "@hig/icon-button",
"version": "2.2.0",
"version": "2.2.1",
"description": "HIG IconButton component",

@@ -34,3 +34,3 @@ "author": "Autodesk Inc.",

"@hig/theme-context": "^3.0.0",
"@hig/theme-data": "^2.8.1",
"@hig/theme-data": "^2.9.0",
"react": "^15.4.1 || ^16.3.2"

@@ -37,0 +37,0 @@ },

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