react-spinners
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -5,2 +5,6 @@ # Change Log | ||
## 0.13.3 | ||
- **bugfix**: Fix PuffLoader initial rendering issue | ||
## 0.13.2 | ||
@@ -7,0 +11,0 @@ |
@@ -73,3 +73,3 @@ "use strict"; | ||
animationTimingFunction: "cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1)", | ||
animationDelay: i === 1 ? "1s" : "0s", | ||
animationDelay: i === 1 ? "-1s" : "0s", | ||
}; | ||
@@ -76,0 +76,0 @@ }; |
@@ -48,3 +48,3 @@ var __assign = (this && this.__assign) || function () { | ||
animationTimingFunction: "cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1)", | ||
animationDelay: i === 1 ? "1s" : "0s", | ||
animationDelay: i === 1 ? "-1s" : "0s", | ||
}; | ||
@@ -51,0 +51,0 @@ }; |
{ | ||
"name": "react-spinners", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -73,3 +73,3 @@ "use strict"; | ||
animationTimingFunction: "cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1)", | ||
animationDelay: i === 1 ? "1s" : "0s", | ||
animationDelay: i === 1 ? "-1s" : "0s", | ||
}; | ||
@@ -76,0 +76,0 @@ }; |
@@ -82,3 +82,3 @@ var __assign = (this && this.__assign) || function () { | ||
animationTimingFunction: "cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1)", | ||
animationDelay: i === 1 ? "1s" : "0s", | ||
animationDelay: i === 1 ? "-1s" : "0s", | ||
}; | ||
@@ -85,0 +85,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
505687