react-spinners-css
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -12,2 +12,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
var color = _ref.color, | ||
size = _ref.size, | ||
className = _ref.className, | ||
@@ -27,3 +28,6 @@ style = _ref.style; | ||
className: "lds-ellipsis ".concat(className), | ||
style: _objectSpread({}, style) | ||
style: _objectSpread({}, style, { | ||
width: size, | ||
height: size | ||
}) | ||
}, circles); | ||
@@ -33,4 +37,5 @@ } | ||
color: '#7f58af', | ||
size: 80, | ||
className: '', | ||
style: {} | ||
}; |
@@ -21,4 +21,4 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
background: color, | ||
'border-width': size, | ||
'border-height': size | ||
borderWidth: size, | ||
borderHeight: size | ||
} | ||
@@ -25,0 +25,0 @@ })); |
{ | ||
"name": "react-spinners-css", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# React Spinners CSS Loaders ([Vue](https://github.com/JoshK2/vue-spinners-css), [Angular](https://github.com/JoshK2/ng-spinners)) | ||
[![CircleCI](https://circleci.com/gh/JoshK2/react-spinners-css.svg?style=svg)](https://circleci.com/gh/JoshK2/react-spinners-css) | ||
[![bit components](https://img.shields.io/badge/dynamic/json.svg?color=6e3991&label=bit%20components&query=payload.totalComponents&url=https%3A%2F%2Fapi.bit.dev%2Fscope%2Fjoshk%2Freact-spinners-css)](https://bit.dev/joshk/react-spinners-css) | ||
@@ -38,4 +39,4 @@ [![npm version](https://badge.fury.io/js/react-spinners-css.svg)](https://www.npmjs.com/package/react-spinners-css) | ||
| `<Default/>` | `#7f58af` | - | `""` | `{}` | | ||
| `<Ellipsis/>` | `#7f58af` | `80` | `""` | `{}` | | ||
| `<DualRing/>` | `#7f58af` | `80` | `""` | `{}` | | ||
| `<Ellipsis/>` | `#7f58af` | - | `""` | `{}` | | ||
| `<Facebook/>` | `#7f58af` | `80` | `""` | `{}` | | ||
@@ -42,0 +43,0 @@ | `<Grid/>` | `#7f58af` | - | `""` | `{}` | |
Sorry, the diff of this file is not supported yet
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
50462
1289
115