@hig/tooltip
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,8 @@ | ||
# [@hig/tooltip-v1.0.5](https://github.com/Autodesk/hig/compare/@hig/tooltip@1.0.4...@hig/tooltip@1.0.5) (2020-02-21) | ||
### Bug Fixes | ||
* allow className to be passed down ([94eb3b4](https://github.com/Autodesk/hig/commit/94eb3b4)) | ||
# [@hig/tooltip-v1.0.4](https://github.com/Autodesk/hig/compare/@hig/tooltip@1.0.3...@hig/tooltip@1.0.4) (2019-03-20) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/tooltip", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "HIG Tooltip", | ||
@@ -20,4 +20,4 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/flyout": "^1.0.5", | ||
"@hig/typography": "^1.0.3", | ||
"@hig/flyout": "^1.2.0", | ||
"@hig/typography": "^1.0.4", | ||
"prop-types": "^15.7.1", | ||
@@ -27,4 +27,4 @@ "react-lifecycles-compat": "^3.0.4" | ||
"peerDependencies": { | ||
"@hig/theme-context": "^2.1.3", | ||
"@hig/theme-data": "^2.3.4", | ||
"@hig/theme-context": "^3.0.0", | ||
"@hig/theme-data": "^2.14.0", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -31,0 +31,0 @@ }, |
@@ -28,1 +28,4 @@ # Tooltip | ||
``` | ||
## Custom CSS | ||
Use the `className` prop to pass in a css class name to the outermost container of the component. The class name will also pass down to most of the other styled elements within the component. |
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
120268
31
- Removed@hig/theme-context@2.1.3(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-context@0.2.3(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updated@hig/flyout@^1.2.0
Updated@hig/typography@^1.0.4