react-spinners
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -108,4 +108,4 @@ (function (global, factory) { | ||
_createClass(Loader, [{ | ||
key: 'getBallStyle', | ||
value: function getBallStyle() { | ||
key: 'getLineStyle', | ||
value: function getLineStyle() { | ||
return { | ||
@@ -112,0 +112,0 @@ backgroundColor: this.props.color, |
@@ -202,4 +202,4 @@ (function (global, factory) { | ||
color: _propTypes2.default.string, | ||
size: _propTypes2.default.number, | ||
margin: _propTypes2.default.number | ||
size: _propTypes2.default.string, | ||
margin: _propTypes2.default.string | ||
@@ -212,4 +212,4 @@ /** | ||
color: '#ffffff', | ||
size: 25, | ||
margin: 2 | ||
size: '25px', | ||
margin: '2px' | ||
}; | ||
@@ -216,0 +216,0 @@ |
@@ -173,4 +173,4 @@ (function (global, factory) { | ||
color: _propTypes2.default.string, | ||
size: _propTypes2.default.number, | ||
margin: _propTypes2.default.number | ||
size: _propTypes2.default.string, | ||
margin: _propTypes2.default.string | ||
@@ -183,4 +183,4 @@ /** | ||
color: '#ffffff', | ||
size: 15, | ||
margin: 2 | ||
size: '15px', | ||
margin: '2px' | ||
}; | ||
@@ -187,0 +187,0 @@ |
@@ -203,4 +203,4 @@ (function (global, factory) { | ||
color: _propTypes2.default.string, | ||
size: _propTypes2.default.number, | ||
margin: _propTypes2.default.number | ||
size: _propTypes2.default.string, | ||
margin: _propTypes2.default.string | ||
@@ -207,0 +207,0 @@ /** |
@@ -210,4 +210,4 @@ (function (global, factory) { | ||
color: _propTypes2.default.string, | ||
size: _propTypes2.default.number, | ||
margin: _propTypes2.default.number | ||
size: _propTypes2.default.string, | ||
margin: _propTypes2.default.string | ||
@@ -214,0 +214,0 @@ /** |
{ | ||
"name": "react-spinners", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -28,3 +28,3 @@ import React from 'react'; | ||
*/ | ||
getBallStyle() { | ||
getLineStyle() { | ||
return { | ||
@@ -31,0 +31,0 @@ backgroundColor: this.props.color, |
@@ -127,4 +127,4 @@ import React from 'react'; | ||
color: PropTypes.string, | ||
size: PropTypes.number, | ||
margin: PropTypes.number | ||
size: PropTypes.string, | ||
margin: PropTypes.string | ||
} | ||
@@ -138,6 +138,6 @@ | ||
color: '#ffffff', | ||
size: 25, | ||
margin: 2 | ||
size: '25px', | ||
margin: '2px' | ||
} | ||
export default Loader; |
@@ -101,4 +101,4 @@ import React from 'react'; | ||
color: PropTypes.string, | ||
size: PropTypes.number, | ||
margin: PropTypes.number | ||
size: PropTypes.string, | ||
margin: PropTypes.string | ||
} | ||
@@ -112,6 +112,6 @@ | ||
color: '#ffffff', | ||
size: 15, | ||
margin: 2 | ||
size: '15px', | ||
margin: '2px' | ||
} | ||
export default Loader; |
@@ -128,4 +128,4 @@ import React from 'react'; | ||
color: PropTypes.string, | ||
size: PropTypes.number, | ||
margin: PropTypes.number | ||
size: PropTypes.string, | ||
margin: PropTypes.string | ||
} | ||
@@ -132,0 +132,0 @@ |
@@ -137,4 +137,4 @@ import React from 'react'; | ||
color: PropTypes.string, | ||
size: PropTypes.number, | ||
margin: PropTypes.number | ||
size: PropTypes.string, | ||
margin: PropTypes.string | ||
} | ||
@@ -141,0 +141,0 @@ |
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
216136
0