atomic-spinner
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "atomic-spinner", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Loading spinner that looks like an atom", | ||
@@ -5,0 +5,0 @@ "author": "David Lounsbrough", |
@@ -29,16 +29,16 @@ [![npm](https://img.shields.io/npm/v/atomic-spinner?logo=npm)](https://www.npmjs.com/package/atomic-spinner) | ||
<AtomicSpinner | ||
atomSize = 200, | ||
displayElectronPaths = true, | ||
displayNucleus = true, | ||
electronColorPalette = ['#0081C9', '#5BC0F8', '#86E5FF'], | ||
electronPathCount = 3, | ||
electronPathColor = '#707070', | ||
electronPathWidth = 0.5, | ||
electronsPerPath = 2, | ||
electronSize = 1.5, | ||
nucleusParticleFillColor = '#707070', | ||
nucleusParticleBorderColor = '#999', | ||
nucleusParticleCount = 6, | ||
nucleusParticleSize = 2.5, | ||
nucleusDistanceFromCenter = 2.5 | ||
atomSize={200} | ||
displayElectronPaths | ||
displayNucleus | ||
electronColorPalette={[ '#0081C9', '#5BC0F8', '#86E5FF' ]} | ||
electronPathCount={3} | ||
electronPathColor="#707070" | ||
electronPathWidth={0.5} | ||
electronsPerPath={2} | ||
electronSize={1.5} | ||
nucleusParticleFillColor="#707070" | ||
nucleusParticleBorderColor="#999" | ||
nucleusParticleCount={6} | ||
nucleusParticleSize={2.5} | ||
nucleusDistanceFromCenter={2.5} | ||
/> | ||
@@ -45,0 +45,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
13067