@hig/text-link
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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 @@ }, |
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
113139