@lion/progress-indicator
Advanced tools
Comparing version 0.1.4 to 0.2.0
# @lion/progress-indicator | ||
## 0.2.0 | ||
### Minor Changes | ||
- 10666897: Add types for progress-indicator package. | ||
### Patch Changes | ||
- Updated dependencies [01a798e5] | ||
- Updated dependencies [b9327627] | ||
- @lion/core@0.13.0 | ||
- @lion/localize@0.14.5 | ||
## 0.1.4 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@lion/progress-indicator", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "A progress indicator that is easily styleable and accessible in all contexts", | ||
@@ -33,4 +33,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@lion/core": "0.12.0", | ||
"@lion/localize": "0.14.4" | ||
"@lion/core": "0.13.0", | ||
"@lion/localize": "0.14.5" | ||
}, | ||
@@ -37,0 +37,0 @@ "keywords": [ |
@@ -6,2 +6,3 @@ /* eslint-disable class-methods-use-this */ | ||
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/40110 | ||
export class LionProgressIndicator extends LocalizeMixin(LitElement) { | ||
@@ -11,3 +12,3 @@ static get localizeNamespaces() { | ||
{ | ||
'lion-progress-indicator': locale => { | ||
'lion-progress-indicator': /** @param {string} locale */ locale => { | ||
switch (locale) { | ||
@@ -14,0 +15,0 @@ case 'bg-BG': |
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
10430
41
222
+ Added@lion/core@0.13.0(transitive)
+ Added@lion/localize@0.14.5(transitive)
- Removed@lion/core@0.12.0(transitive)
- Removed@lion/localize@0.14.4(transitive)
Updated@lion/core@0.13.0
Updated@lion/localize@0.14.5