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

@hig/text-link

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/text-link - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

build/index.es.js

@@ -1625,12 +1625,12 @@ import React, { Component } from 'react';

color: themeData["textLink.textColor"],
color: themeData["textLink.primary.default.fontColor"],
outline: "none"
}, hasHover ? {
color: themeData["textLink.hover.textColor"],
color: themeData["textLink.primary.hover.fontColor"],
textDecoration: "underline",
textDecorationColor: themeData["textLink.hover.underline.color"]
textDecorationColor: themeData["textLink.primary.hover.underlineColor"]
} : {}, hasFocus ? {
color: themeData["textLink.focus.textColor"],
outline: "solid " + themeData["textLink.focus.halo.width"] + " " + themeData["textLink.focus.halo.color"]
color: themeData["textLink.primary.focus.fontColor"],
outline: "solid " + themeData["textLink.focus.haloWidth"] + " " + themeData["textLink.focus.haloColor"]
} : {});

@@ -1637,0 +1637,0 @@ }

@@ -1632,12 +1632,12 @@ 'use strict';

color: themeData["textLink.textColor"],
color: themeData["textLink.primary.default.fontColor"],
outline: "none"
}, hasHover ? {
color: themeData["textLink.hover.textColor"],
color: themeData["textLink.primary.hover.fontColor"],
textDecoration: "underline",
textDecorationColor: themeData["textLink.hover.underline.color"]
textDecorationColor: themeData["textLink.primary.hover.underlineColor"]
} : {}, hasFocus ? {
color: themeData["textLink.focus.textColor"],
outline: "solid " + themeData["textLink.focus.halo.width"] + " " + themeData["textLink.focus.halo.color"]
color: themeData["textLink.primary.focus.fontColor"],
outline: "solid " + themeData["textLink.focus.haloWidth"] + " " + themeData["textLink.focus.haloColor"]
} : {});

@@ -1644,0 +1644,0 @@ }

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

# [@hig/text-link-v1.1.1](https://github.com/Autodesk/hig/compare/@hig/text-link@1.1.0...@hig/text-link@1.1.1) (2020-05-12)
### Bug Fixes
* stop using deprecated theme-data roles ([0bc4ada](https://github.com/Autodesk/hig/commit/0bc4ada))
# [@hig/text-link-v1.1.0](https://github.com/Autodesk/hig/compare/@hig/text-link@1.0.1...@hig/text-link@1.1.0) (2020-02-21)

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

{
"name": "@hig/text-link",
"version": "1.1.0",
"version": "1.1.1",
"description": "HIG Text Link",

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

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

@@ -29,0 +29,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