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

@hig/tooltip

Package Overview
Dependencies
Maintainers
3
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/tooltip - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

build/index.es.js

@@ -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 @@ },

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