Socket
Socket
Sign inDemoInstall

@hig/label

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/label - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

build/index.es.js

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

color: themeData["label.fontColor"],
opacity: props.disabled ? themeData["component.disabled.opacity"] : "1.0"
opacity: props.disabled ? themeData["colorScheme.opacity.disabled"] : "1.0"
}

@@ -25,0 +25,0 @@ };

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

color: themeData["label.fontColor"],
opacity: props.disabled ? themeData["component.disabled.opacity"] : "1.0"
opacity: props.disabled ? themeData["colorScheme.opacity.disabled"] : "1.0"
}

@@ -32,0 +32,0 @@ };

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

# [@hig/label-v1.1.1](https://github.com/Autodesk/hig/compare/@hig/label@1.1.0...@hig/label@1.1.1) (2020-05-13)
### Bug Fixes
* stop using deprecated theme-data-roles ([07524b9](https://github.com/Autodesk/hig/commit/07524b9))
# [@hig/label-v1.1.0](https://github.com/Autodesk/hig/compare/@hig/label@1.0.3...@hig/label@1.1.0) (2019-05-17)

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

{
"name": "@hig/label",
"version": "1.1.0",
"version": "1.1.1",
"description": "HIG Label",

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

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

@@ -31,2 +31,3 @@ },

"@hig/eslint-config": "^0.1.0",
"@hig/jest-preset": "^0.1.0",
"@hig/scripts": "^0.1.2",

@@ -44,2 +45,5 @@ "@hig/semantic-release-config": "^0.1.0"

},
"jest": {
"preset": "@hig/jest-preset"
},
"release": {

@@ -46,0 +50,0 @@ "extends": "@hig/semantic-release-config"

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