react-spinners
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -132,3 +132,3 @@ (function (global, factory) { | ||
value: function getPosStyle(i) { | ||
var radius = '20'; | ||
var radius = 20; | ||
var quarter = radius / 2 + radius / 5.5; | ||
@@ -135,0 +135,0 @@ |
@@ -85,3 +85,3 @@ (function (global, factory) { | ||
*/ | ||
var animationName = {}; | ||
var animations = {}; | ||
@@ -88,0 +88,0 @@ var Loader = function (_React$Component) { |
{ | ||
"name": "react-spinners", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -57,3 +57,3 @@ import React from 'react'; | ||
getPosStyle(i) { | ||
let radius = '20'; | ||
let radius = 20; | ||
let quarter = (radius / 2) + (radius / 5.5); | ||
@@ -60,0 +60,0 @@ |
@@ -9,3 +9,3 @@ import React from 'react'; | ||
*/ | ||
const animationName = {}; | ||
let animations = {}; | ||
@@ -35,3 +35,3 @@ class Loader extends React.Component { | ||
if (! animationName) { | ||
if (!animationName) { | ||
let keyframes = { | ||
@@ -79,3 +79,3 @@ '75%': { | ||
this.getBallStyle(i), | ||
this.getAnimationStyle(i), | ||
this.getAnimationStyle(i), | ||
{ | ||
@@ -82,0 +82,0 @@ width: 10, |
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
216121