@react-md/tooltip
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0
@@ -28,3 +28,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -31,0 +31,0 @@ return result; |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
@@ -28,3 +28,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -31,0 +31,0 @@ return result; |
{ | ||
"name": "@react-md/tooltip", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0", | ||
"description": "Create accessible tooltips within react-md based on the material design specifications.", | ||
@@ -22,3 +22,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/mlaursen/react-md", | ||
"url": "https://github.com/mlaursen/react-md.git", | ||
"directory": "packages/tooltip" | ||
@@ -29,2 +29,3 @@ }, | ||
}, | ||
"homepage": "https://react-md.dev/packages/tooltip/demos", | ||
"keywords": [ | ||
@@ -43,10 +44,14 @@ "accessibility", | ||
"dependencies": { | ||
"@react-md/portal": "^2.0.0-beta.2", | ||
"@react-md/theme": "^2.0.0-beta.2", | ||
"@react-md/transition": "^2.0.0-beta.2", | ||
"@react-md/typography": "^2.0.0-beta.2", | ||
"@react-md/utils": "^2.0.0-beta.2", | ||
"@react-md/portal": "^2.0.0", | ||
"@react-md/theme": "^2.0.0", | ||
"@react-md/transition": "^2.0.0", | ||
"@react-md/typography": "^2.0.0", | ||
"@react-md/utils": "^2.0.0", | ||
"classnames": "^2.2.6", | ||
"react-transition-group": "^4.3.0" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
}, | ||
"peerDependencies": { | ||
@@ -61,7 +66,3 @@ "react": ">= 16.8" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
}, | ||
"gitHead": "cf3a082e89a038dd4cc60974874938af6480b289" | ||
"gitHead": "bb7b78bbafd92e86d0a7841a56dbd4d181a405af" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
282825
0
Updated@react-md/portal@^2.0.0
Updated@react-md/theme@^2.0.0
Updated@react-md/transition@^2.0.0
Updated@react-md/typography@^2.0.0
Updated@react-md/utils@^2.0.0