@hig/tabs
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
# [@hig/tabs-v1.0.3](https://github.com/Autodesk/hig/compare/@hig/tabs@1.0.2...@hig/tabs@1.0.3) (2019-04-25) | ||
### Bug Fixes | ||
* remove fonts package as a dependency ([5ebb31d](https://github.com/Autodesk/hig/commit/5ebb31d)) | ||
# [@hig/tabs-v1.0.2](https://github.com/Autodesk/hig/compare/@hig/tabs@1.0.1...@hig/tabs@1.0.2) (2019-03-20) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/tabs", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "HIG Tabs", | ||
@@ -16,3 +16,2 @@ "author": "Autodesk Inc.", | ||
"module": "build/index.es.js", | ||
"style": "build/index.css", | ||
"files": [ | ||
@@ -23,3 +22,2 @@ "build/*" | ||
"@hig/behaviors": "^1.1.1", | ||
"@hig/fonts": "^1.0.1", | ||
"@hig/typography": "^1.0.3", | ||
@@ -33,4 +31,4 @@ "emotion": "^10.0.0", | ||
"peerDependencies": { | ||
"@hig/theme-context": "^2.1.3", | ||
"@hig/theme-data": "^2.3.3", | ||
"@hig/theme-context": "^3.0.0", | ||
"@hig/theme-data": "^2.4.0", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -37,0 +35,0 @@ }, |
@@ -15,7 +15,6 @@ # Tabs | ||
### Import the component and CSS | ||
### Import the component | ||
```js | ||
import Tabs, { Tab } from "@hig/tabs"; | ||
import "@hig/tabs/build/index.css"; | ||
``` | ||
@@ -22,0 +21,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
10
49704
5
1404
30
- Removed@hig/fonts@^1.0.1
- Removed@hig/fonts@1.1.0(transitive)
- 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)