react-spinners
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -20,3 +20,3 @@ import React from 'react'; | ||
/** | ||
/** | ||
* @return {object} object with ball properties | ||
@@ -23,0 +23,0 @@ */ |
@@ -128,3 +128,3 @@ (function (global, factory) { | ||
key: 'getCircleStyle', | ||
value: function getCircleStyle() { | ||
value: function getCircleStyle(size) { | ||
return { | ||
@@ -131,0 +131,0 @@ width: size, |
{ | ||
"name": "react-spinners", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -25,3 +25,3 @@ import React from 'react'; | ||
/** | ||
/** | ||
* @return {object} object with ball properties | ||
@@ -28,0 +28,0 @@ */ |
@@ -38,3 +38,3 @@ import React from 'react'; | ||
/** | ||
/** | ||
* @return {object} object with ball properties | ||
@@ -41,0 +41,0 @@ */ |
@@ -13,3 +13,3 @@ import React from 'react'; | ||
/** | ||
/** | ||
* @return {object} object with ball properties | ||
@@ -16,0 +16,0 @@ */ |
@@ -31,3 +31,3 @@ import React from 'react'; | ||
/** | ||
/** | ||
* @return {object} object with ball properties | ||
@@ -34,0 +34,0 @@ */ |
@@ -43,6 +43,7 @@ import React from 'react'; | ||
/** | ||
/** | ||
* @param {string} size circle size | ||
* @return {object} object with ball properties | ||
*/ | ||
getCircleStyle() { | ||
getCircleStyle(size) { | ||
return { | ||
@@ -49,0 +50,0 @@ width: size, |
@@ -65,3 +65,3 @@ import React from 'react'; | ||
/** | ||
/** | ||
* @return {object} object with ball properties | ||
@@ -68,0 +68,0 @@ */ |
@@ -28,3 +28,3 @@ import React from 'react'; | ||
/** | ||
/** | ||
* @return {object} object with ball properties | ||
@@ -31,0 +31,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
224317
3964