@holmesdev/ponder-spinners
Advanced tools
Comparing version 1.0.28 to 1.0.29
{ | ||
"name": "@holmesdev/ponder-spinners", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -93,3 +93,3 @@ <div align="center"> | ||
direction="360deg" | ||
size="100" | ||
size={100} | ||
/>; | ||
@@ -103,3 +103,3 @@ ``` | ||
<Dots colors={["#22333B", "#FF6F61", "#B7AEA3"]} />; | ||
<Dots color1="#22333B" color2="#FF6F61" color3="#B7AEA3" />; | ||
``` | ||
@@ -112,3 +112,8 @@ | ||
<PulseBox color={["#22333B", "#FF6F61", "#ffa9a1", "#22333B"]} />; | ||
<PulseBox | ||
color1="#22333B" | ||
color2="#FF6F61" | ||
color3="#ffa9a1" | ||
color4="#22333B" | ||
/>; | ||
``` | ||
@@ -121,3 +126,3 @@ | ||
<Wave size="70px" color={["#22333B", "#EAE0D5"]} speed="2s" opacity={1} />; | ||
<Wave size={70} color1="#22333B" color2="#EAE0D5" speed="2s" opacity={1} />; | ||
``` | ||
@@ -207,4 +212,4 @@ | ||
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/4DEVS-Holmesglen/DBUG-DINGOES/blob/main/MIT%20License) | ||
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/DBUG-DINGOES/blob/main/MIT%20License) | ||
Available for open-source consumption under MIT licensing. See [MIT License](https://opensource.org/licenses/MIT) for more information. |
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
53699
211