@seed-catalog/stepper
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@seed-catalog/stepper", | ||
"private": false, | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Stepper custom-element", | ||
@@ -6,0 +6,0 @@ "author": "vicdata@outlook.com", |
@@ -67,2 +67,5 @@ import { LitElement, html, css } from 'lit-element'; | ||
if (name === 'index') this.index = parseInt(newVal); | ||
if (name === 'size') this.size = parseInt(newVal); | ||
if (name === 'coloractive') this.colorActive = newVal; | ||
@@ -69,0 +72,0 @@ if (name === 'colorback') this.colorBack = newVal; |
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
6218
133