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

@hig/tooltip

Package Overview
Dependencies
Maintainers
6
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.1.1 to 1.1.2

6

build/index.es.js

@@ -1887,10 +1887,8 @@ import React from 'react';

var Tooltip = function Tooltip(props) {
function Tooltip(props) {
return React.createElement(Flyout, _extends$1({
pointer: React.createElement(PointerPresenter, { stylesheet: props.stylesheet })
}, props));
};
}
Tooltip.displayName = "Tooltip";
Tooltip.defaultProps = {

@@ -1897,0 +1895,0 @@ /**

@@ -1893,10 +1893,8 @@ 'use strict';

var Tooltip = function Tooltip(props) {
function Tooltip(props) {
return React.createElement(Flyout__default, _extends$1({
pointer: React.createElement(PointerPresenter, { stylesheet: props.stylesheet })
}, props));
};
}
Tooltip.displayName = "Tooltip";
Tooltip.defaultProps = {

@@ -1903,0 +1901,0 @@ /**

@@ -0,1 +1,13 @@

# [@hig/tooltip-v1.1.2](https://github.com/Autodesk/hig/compare/@hig/tooltip@1.1.1...@hig/tooltip@1.1.2) (2022-01-12)
### Bug Fixes
* Forcing semantic release by editing readmes ([d39b61f](https://github.com/Autodesk/hig/commit/d39b61f))
### Reverts
* "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](https://github.com/Autodesk/hig/commit/bf78986))
# [@hig/tooltip-v1.1.1](https://github.com/Autodesk/hig/compare/@hig/tooltip@1.1.0...@hig/tooltip@1.1.1) (2022-01-12)

@@ -2,0 +14,0 @@

{
"name": "@hig/tooltip",
"version": "1.1.1",
"version": "1.1.2",
"description": "HIG Tooltip",

@@ -20,5 +20,5 @@ "author": "Autodesk Inc.",

"dependencies": {
"@hig/flyout": "^1.3.0",
"@hig/typography": "^1.2.1",
"@hig/utils": "^0.4.0",
"@hig/flyout": "^1.3.1",
"@hig/typography": "^1.2.2",
"@hig/utils": "^0.4.1",
"prop-types": "^15.7.1",

@@ -28,5 +28,5 @@ "react-lifecycles-compat": "^3.0.4"

"peerDependencies": {
"@hig/theme-context": "^3.0.2",
"@hig/theme-data": "^2.22.0",
"react": "^17.0.0"
"@hig/theme-context": "^3.0.3",
"@hig/theme-data": "^2.22.1",
"react": "^15.4.1 || ^16.3.2"
},

@@ -33,0 +33,0 @@ "devDependencies": {

@@ -7,2 +7,3 @@ # Tooltip

## Getting started

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