@assecosolutions/fox-progress
Advanced tools
Comparing version 0.0.1-alpha.7.0.11 to 1.0.1-stable.7.0
@@ -22,4 +22,6 @@ import { customElement, LitElement, property, query } from 'lit-element'; | ||
@query('fox-linear-progress') linearProgress: FoxLinearProgress; | ||
@query('fox-circular-progress') circularProgress: FoxCircularProgress; | ||
@query('fox-linear-progress') linearProgress: FoxLinearProgress | undefined; | ||
@query('fox-circular-progress') circularProgress: | ||
| FoxCircularProgress | ||
| undefined; | ||
@@ -33,3 +35,3 @@ render() { | ||
} | ||
return; | ||
return null; | ||
} | ||
@@ -36,0 +38,0 @@ |
{ | ||
"name": "@assecosolutions/fox-progress", | ||
"version": "0.0.1-alpha.7.0.11", | ||
"version": "1.0.1-stable.7.0", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "lib": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
70283
34
447
0