anchor-ui
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -89,7 +89,7 @@ 'use strict'; | ||
) : null, | ||
_react2.default.createElement( | ||
text ? _react2.default.createElement( | ||
'h1', | ||
{ style: (0, _combineStyles2.default)(_appHeader2.default.text, textStyle) }, | ||
text | ||
), | ||
) : null, | ||
rightButton ? _react2.default.createElement( | ||
@@ -112,3 +112,3 @@ 'div', | ||
*/ | ||
text: _react.PropTypes.node.isRequired, | ||
text: _react.PropTypes.node, | ||
/** | ||
@@ -140,2 +140,3 @@ * Icon (your app's icon) | ||
AppHeader.defaultProps = { | ||
text: null, | ||
style: {}, | ||
@@ -142,0 +143,0 @@ textStyle: {}, |
{ | ||
"name": "anchor-ui", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "React Component UI Kit", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
209991
4053