terra-status
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -13,2 +13,6 @@ 'use strict'; | ||
var _propTypes = require('prop-types'); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _classnames = require('classnames'); | ||
@@ -32,7 +36,7 @@ | ||
*/ | ||
children: _react.PropTypes.node.isRequired, | ||
children: _propTypes2.default.node.isRequired, | ||
/** | ||
* The color of the status indicator. Accepts a CSS color value. | ||
*/ | ||
color: _react.PropTypes.string.isRequired | ||
color: _propTypes2.default.string.isRequired | ||
}; | ||
@@ -39,0 +43,0 @@ |
{ | ||
"name": "terra-status", | ||
"main": "lib/Status.js", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "The status component provides a customizable color indictor to signify a specific condition.", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "rm -rf lib", | ||
"compile:clean": "$(cd ..; npm bin)/rimraf lib", | ||
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files", | ||
@@ -43,4 +43,4 @@ "lint": "npm run lint:js && npm run lint:scss", | ||
"devDependencies": { | ||
"terra-arrange": "^0.x", | ||
"terra-toolkit": "^0.x" | ||
"terra-arrange": "^0.3.0", | ||
"terra-toolkit": "^0.3.0" | ||
}, | ||
@@ -50,10 +50,11 @@ "peerDependencies": { | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^0.x", | ||
"terra-mixins": "^1.0.0" | ||
"terra-base": "^0.4.0", | ||
"terra-mixins": "^1.1.0" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"terra-base": "^0.x", | ||
"terra-mixins": "^1.0.0" | ||
"prop-types": "^15.5.8", | ||
"terra-base": "^0.4.0", | ||
"terra-mixins": "^1.1.0" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
164368
8
43
194
+ Addedprop-types@^15.5.8
+ Addedterra-base@0.4.2(transitive)
- Removedhoist-non-react-statics@3.3.2(transitive)
- Removedintl@1.2.5(transitive)
- Removedintl-format-cache@2.2.9(transitive)
- Removedintl-messageformat@2.2.0(transitive)
- Removedintl-messageformat-parser@1.4.0(transitive)
- Removedintl-relativeformat@2.2.0(transitive)
- Removedinvariant@2.2.4(transitive)
- Removedreact-intl@2.9.0(transitive)
- Removedterra-base@0.9.0(transitive)
- Removedterra-i18n@0.5.0(transitive)
Updatedterra-base@^0.4.0
Updatedterra-mixins@^1.1.0