react-grid-system
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -88,3 +88,3 @@ 'use strict'; | ||
*/ | ||
children: _react2.default.PropTypes.node.isRequired, | ||
children: _react2.default.PropTypes.node, | ||
/** | ||
@@ -126,2 +126,3 @@ * The width of the column for screenclass `xs`, between 0 and 12 | ||
Col.defaultProps = { | ||
children: null, | ||
xs: 12, | ||
@@ -128,0 +129,0 @@ sm: 12, |
@@ -31,3 +31,3 @@ 'use strict'; | ||
var styles = _extends({}, moreStyle, { | ||
var styles = _extends({ | ||
boxSizing: 'border-box', | ||
@@ -38,3 +38,3 @@ minHeight: '1px', | ||
float: 'left' | ||
}); | ||
}, moreStyle); | ||
@@ -41,0 +41,0 @@ styles.width = '100%'; |
@@ -22,3 +22,3 @@ 'use strict'; | ||
var styles = _extends({}, moreStyle, { | ||
var styles = _extends({ | ||
boxSizing: 'border-box', | ||
@@ -31,3 +31,3 @@ position: 'relative', | ||
width: 'auto' | ||
}); | ||
}, moreStyle); | ||
@@ -34,0 +34,0 @@ if (fluid) { |
@@ -18,6 +18,6 @@ 'use strict'; | ||
return _extends({}, moreStyle, { | ||
return _extends({ | ||
marginLeft: '-' + theGutterWidth / 2 + 'px', | ||
marginRight: '-' + theGutterWidth / 2 + 'px' | ||
}); | ||
}, moreStyle); | ||
}; | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "react-grid-system", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A no CSS Bootstrap-like responsive grid system for React.", | ||
@@ -47,3 +47,3 @@ "main": "./build/index.js", | ||
"babel-preset-latest": "^6.22.0", | ||
"babel-preset-react": "^6.22.0", | ||
"babel-preset-react": "^6.23.0", | ||
"babel-preset-stage-1": "^6.22.0", | ||
@@ -50,0 +50,0 @@ "gulp": "^3.9.1", |
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
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
753
0
40991