@hig/tooltip
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -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 @@ |
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
129900
65
3606
- Removedreact@17.0.2(transitive)
Updated@hig/flyout@^1.3.1
Updated@hig/typography@^1.2.2
Updated@hig/utils@^0.4.1