terra-heading
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -18,1 +18,7 @@ # Terra Heading | ||
``` | ||
## Component Features | ||
* [Cross-Browser Support](https://github.com/cerner/terra-core/wiki/Component-Features#cross-browser-support) | ||
* [Responsive Support](https://github.com/cerner/terra-core/wiki/Component-Features#responsive-support) | ||
* [Mobile Support](https://github.com/cerner/terra-core/wiki/Component-Features#mobile-support) | ||
* [LTR/RTL Support](https://github.com/cerner/terra-core/wiki/Component-Features#ltr--rtl-support) |
{ | ||
"name": "terra-heading", | ||
"main": "lib/Heading.js", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.", | ||
@@ -25,3 +25,4 @@ "repository": { | ||
"devDependencies": { | ||
"terra-toolkit": "^0.x" | ||
"terra-props-table": "^0.9.0", | ||
"terra-toolkit": "^0.5.0" | ||
}, | ||
@@ -31,4 +32,4 @@ "peerDependencies": { | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^0.7.0", | ||
"terra-mixins": "^1.0.0" | ||
"terra-base": "^0.8.0", | ||
"terra-mixins": "^1.4.0" | ||
}, | ||
@@ -38,4 +39,4 @@ "dependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-base": "^0.7.0", | ||
"terra-mixins": "^1.0.0" | ||
"terra-base": "^0.8.0", | ||
"terra-mixins": "^1.4.0" | ||
}, | ||
@@ -49,2 +50,3 @@ "scripts": { | ||
"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss", | ||
"props-table": "props-table ./src/Heading.jsx --out-dir ./docs/props-table", | ||
"test": "npm run test:spec && npm run test:nightwatch-default", | ||
@@ -51,0 +53,0 @@ "test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", |
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
24035
15
2
+ Addedterra-base@0.8.0(transitive)
+ Addedterra-i18n@0.4.0(transitive)
- Removedterra-base@0.7.0(transitive)
- Removedterra-i18n@0.3.0(transitive)
Updatedterra-base@^0.8.0
Updatedterra-mixins@^1.4.0