react-spinners
Advanced tools
Comparing version 0.10.4 to 0.10.6
@@ -5,2 +5,6 @@ # Change Log | ||
## 0.10.5 | ||
- **bugfix**: Fixed MoonLoader display issue [#342](https://github.com/davidhu2000/react-spinners/pull/342) | ||
## 0.10.4 | ||
@@ -7,0 +11,0 @@ |
@@ -69,3 +69,3 @@ "use strict"; | ||
var value = helpers_1.parseLengthAndUnit(size || Loader.defaultProps.size).value; | ||
return core_1.css(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", ";\n border: ", "px solid ", ";\n opacity: 0.1;\n box-sizing: content-box;\n "], ["\n ", ";\n border: ", "px solid ", ";\n opacity: 0.1;\n box-sizing: content-box;\n "])), _this.ballStyle(value), _this.moonSize(), color); | ||
return core_1.css(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", ";\n border: ", "px solid ", ";\n opacity: 0.1;\n box-sizing: content-box;\n position: absolute;\n "], ["\n ", ";\n border: ", "px solid ", ";\n opacity: 0.1;\n box-sizing: content-box;\n position: absolute;\n "])), _this.ballStyle(value), _this.moonSize(), color); | ||
}; | ||
@@ -72,0 +72,0 @@ return _this; |
{ | ||
"name": "react-spinners", | ||
"version": "0.10.4", | ||
"version": "0.10.6", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
169387