react-spinners
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -202,4 +202,4 @@ (function (global, factory) { | ||
color: _propTypes2.default.string, | ||
size: _propTypes2.default.string, | ||
margin: _propTypes2.default.string | ||
size: _propTypes2.default.number, | ||
margin: _propTypes2.default.number | ||
@@ -212,4 +212,4 @@ /** | ||
color: '#ffffff', | ||
size: '25px', | ||
margin: '2px' | ||
size: 25, | ||
margin: 2 | ||
}; | ||
@@ -216,0 +216,0 @@ |
@@ -179,3 +179,3 @@ (function (global, factory) { | ||
color: '#ffffff', | ||
size: '50px', | ||
size: '15px', | ||
margin: '2px' | ||
@@ -182,0 +182,0 @@ }; |
{ | ||
"name": "react-spinners", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -127,4 +127,4 @@ import React from 'react'; | ||
color: PropTypes.string, | ||
size: PropTypes.string, | ||
margin: PropTypes.string | ||
size: PropTypes.number, | ||
margin: PropTypes.number | ||
} | ||
@@ -138,6 +138,6 @@ | ||
color: '#ffffff', | ||
size: '25px', | ||
margin: '2px' | ||
size: 25, | ||
margin: 2 | ||
} | ||
export default Loader; |
@@ -108,3 +108,3 @@ import React from 'react'; | ||
color: '#ffffff', | ||
size: '50px', | ||
size: '15px', | ||
margin: '2px' | ||
@@ -111,0 +111,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
256332