@hig/tooltip
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1604,3 +1604,3 @@ import React from 'react'; | ||
panel: { | ||
border: themeData ? "1px solid " + themeData["tooltip.borderColor"] : "none", | ||
border: themeData ? "1px solid " + themeData["tooltip.backgroundColor"] : "none", | ||
backgroundColor: themeData ? themeData["tooltip.backgroundColor"] : "none", | ||
@@ -1657,3 +1657,3 @@ borderRadius: themeData ? themeData["tooltip.borderRadius"] : 0 | ||
var typographyCustomColor = resolvedRoles["tooltip.textColor"]; | ||
var typographyCustomColor = resolvedRoles["tooltip.title.fontColor"]; | ||
var typographyCustomStyles = { | ||
@@ -1660,0 +1660,0 @@ color: typographyCustomColor, |
@@ -1610,3 +1610,3 @@ 'use strict'; | ||
panel: { | ||
border: themeData ? "1px solid " + themeData["tooltip.borderColor"] : "none", | ||
border: themeData ? "1px solid " + themeData["tooltip.backgroundColor"] : "none", | ||
backgroundColor: themeData ? themeData["tooltip.backgroundColor"] : "none", | ||
@@ -1663,3 +1663,3 @@ borderRadius: themeData ? themeData["tooltip.borderRadius"] : 0 | ||
var typographyCustomColor = resolvedRoles["tooltip.textColor"]; | ||
var typographyCustomColor = resolvedRoles["tooltip.title.fontColor"]; | ||
var typographyCustomStyles = { | ||
@@ -1666,0 +1666,0 @@ color: typographyCustomColor, |
@@ -0,1 +1,8 @@ | ||
# [@hig/tooltip-v1.0.6](https://github.com/Autodesk/hig/compare/@hig/tooltip@1.0.5...@hig/tooltip@1.0.6) (2020-05-13) | ||
### Bug Fixes | ||
* stop using deprecated theme-data roles ([48539e6](https://github.com/Autodesk/hig/commit/48539e6)) | ||
# [@hig/tooltip-v1.0.5](https://github.com/Autodesk/hig/compare/@hig/tooltip@1.0.4...@hig/tooltip@1.0.5) (2020-02-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/tooltip", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "HIG Tooltip", | ||
@@ -20,3 +20,3 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/flyout": "^1.2.0", | ||
"@hig/flyout": "^1.2.1", | ||
"@hig/typography": "^1.0.4", | ||
@@ -28,3 +28,3 @@ "prop-types": "^15.7.1", | ||
"@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" | ||
@@ -31,0 +31,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
120525
Updated@hig/flyout@^1.2.1