terra-arrange
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -40,1 +40,7 @@ # Terra Arrange | ||
``` | ||
## 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) |
@@ -47,5 +47,3 @@ 'use strict'; | ||
/** | ||
* The vertical orientation of all three containers. | ||
* It will override the aligment of alignFitStart, alignFill and alignFitEnd if given. | ||
* One of: `center`, `bottom`, `stretch`. | ||
* The vertical orientation of all three containers. It will override the aligment of alignFitStart, alignFill and alignFitEnd if given. One of: `center`, `bottom`, `stretch`. | ||
*/ | ||
@@ -52,0 +50,0 @@ align: _propTypes2.default.oneOf(alignmentTypes), |
{ | ||
"name": "terra-arrange", | ||
"main": "lib/Arrange.js", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.", | ||
@@ -30,2 +30,3 @@ "repository": { | ||
"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss", | ||
"props-table": "props-table ./src/Arrange.jsx --out-dir ./docs/props-table", | ||
"test": "npm run test:spec && npm run test:nightwatch-default", | ||
@@ -44,4 +45,4 @@ "test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^0.7.0", | ||
"terra-mixins": "^1.3.0" | ||
"terra-base": "^0.8.0", | ||
"terra-mixins": "^1.4.0" | ||
}, | ||
@@ -51,9 +52,10 @@ "dependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-base": "^0.7.0", | ||
"terra-mixins": "^1.3.0" | ||
"terra-base": "^0.8.0", | ||
"terra-mixins": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"terra-icon": "^0.7.0", | ||
"terra-toolkit": "^0.4.0" | ||
"terra-icon": "^0.8.0", | ||
"terra-props-table": "^0.9.0", | ||
"terra-toolkit": "^0.5.0" | ||
} | ||
} |
23765
9
3
90
+ 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