react-spinners
Advanced tools
Comparing version 0.13.0-beta.5 to 0.13.0-beta.6
@@ -5,2 +5,6 @@ # Change Log | ||
## 0.13.0-beta.6 | ||
- **bugfix**: fix GridLoader rendering issue | ||
## 0.13.0-beta.5 | ||
@@ -7,0 +11,0 @@ |
@@ -58,3 +58,3 @@ "use strict"; | ||
var width = parseFloat(sizeWithUnit.value.toString()) * 3 + parseFloat(marginWithUnit.value.toString()) * 6; | ||
var wrapper = __assign({ width: "".concat(width).concat(sizeWithUnit.unit), fontSize: 0 }, cssOverride); | ||
var wrapper = __assign({ width: "".concat(width).concat(sizeWithUnit.unit), fontSize: 0, display: "inline-block" }, cssOverride); | ||
var style = function (rand) { | ||
@@ -61,0 +61,0 @@ return { |
@@ -33,3 +33,3 @@ var __assign = (this && this.__assign) || function () { | ||
var width = parseFloat(sizeWithUnit.value.toString()) * 3 + parseFloat(marginWithUnit.value.toString()) * 6; | ||
var wrapper = __assign({ width: "".concat(width).concat(sizeWithUnit.unit), fontSize: 0 }, cssOverride); | ||
var wrapper = __assign({ width: "".concat(width).concat(sizeWithUnit.unit), fontSize: 0, display: "inline-block" }, cssOverride); | ||
var style = function (rand) { | ||
@@ -36,0 +36,0 @@ return { |
@@ -58,3 +58,3 @@ "use strict"; | ||
var width = parseFloat(sizeWithUnit.value.toString()) * 3 + parseFloat(marginWithUnit.value.toString()) * 6; | ||
var wrapper = __assign({ width: "".concat(width).concat(sizeWithUnit.unit), fontSize: 0 }, cssOverride); | ||
var wrapper = __assign({ width: "".concat(width).concat(sizeWithUnit.unit), fontSize: 0, display: "inline-block" }, cssOverride); | ||
var style = function (rand) { | ||
@@ -61,0 +61,0 @@ return { |
{ | ||
"name": "react-spinners", | ||
"version": "0.13.0-beta.5", | ||
"version": "0.13.0-beta.6", | ||
"description": "A collection of react loading spinners", | ||
@@ -51,4 +51,3 @@ "repository": { | ||
"remove:tag": "npm dist-tag rm react-spinners", | ||
"publish:alpha": "npm publish --tag alpha && npm run clean", | ||
"publish:beta": "npm publish --tag beta && npm run clean", | ||
"publish:next": "npm publish --tag next && npm run clean", | ||
"storybook": "start-storybook -p 6006", | ||
@@ -55,0 +54,0 @@ "build-storybook": "build-storybook" |
@@ -6,3 +6,8 @@ # React Spinners | ||
[![license](https://img.shields.io/npm/l/react-spinners.svg)][npm_url] | ||
[![next version](https://badgen.net/npm/v/react-spinners/next)](https://www.npmjs.com/package/react-spinners/v/next) | ||
[![Coverage Status](https://coveralls.io/repos/github/davidhu2000/react-spinners/badge.svg?branch=main)](https://coveralls.io/github/davidhu2000/react-spinners?branch=master) | ||
![Dependency Count](https://badgen.net/bundlephobia/dependency-count/react-spinners) | ||
![Types Included](https://badgen.net/npm/types/react-spinners) | ||
![Tree Shaking Supported](https://badgen.net/bundlephobia/tree-shaking/react-spinners) | ||
@@ -9,0 +14,0 @@ [npm_url]: https://www.npmjs.org/package/react-spinners |
@@ -67,3 +67,3 @@ var __assign = (this && this.__assign) || function () { | ||
var width = parseFloat(sizeWithUnit.value.toString()) * 3 + parseFloat(marginWithUnit.value.toString()) * 6; | ||
var wrapper = __assign({ width: "".concat(width).concat(sizeWithUnit.unit), fontSize: 0 }, cssOverride); | ||
var wrapper = __assign({ width: "".concat(width).concat(sizeWithUnit.unit), fontSize: 0, display: "inline-block" }, cssOverride); | ||
var style = function (rand) { | ||
@@ -70,0 +70,0 @@ return { |
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
504343
166