@lion/progress-indicator
Advanced tools
Comparing version 0.3.0 to 0.3.1
# @lion/progress-indicator | ||
## 0.3.1 | ||
### Patch Changes | ||
- Updated dependencies [701aadce] | ||
- @lion/core@0.14.1 | ||
- @lion/localize@0.16.1 | ||
## 0.3.0 | ||
@@ -4,0 +12,0 @@ |
@@ -58,98 +58,2 @@ { | ||
"kind": "javascript-module", | ||
"path": "./demo/CustomProgressIndicator.d.ts", | ||
"declarations": [ | ||
{ | ||
"kind": "class", | ||
"name": "CustomProgressIndicator", | ||
"superclass": { | ||
"name": "LionProgressIndicator", | ||
"module": "/demo/src/LionProgressIndicator.js" | ||
} | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "js", | ||
"name": "CustomProgressIndicator", | ||
"declaration": { | ||
"name": "CustomProgressIndicator", | ||
"module": "./demo/CustomProgressIndicator.d.ts" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "./demo/CustomProgressIndicator.js", | ||
"declarations": [ | ||
{ | ||
"kind": "class", | ||
"name": "CustomProgressIndicator", | ||
"superclass": { | ||
"name": "LionProgressIndicator", | ||
"module": "/demo/src/LionProgressIndicator.js" | ||
}, | ||
"members": [ | ||
{ | ||
"kind": "method", | ||
"name": "_graphicTemplate", | ||
"privacy": "public" | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "localizeNamespaces", | ||
"static": true, | ||
"privacy": "public", | ||
"inheritedFrom": { | ||
"name": "LionProgressIndicator", | ||
"module": "./src/LionProgressIndicator.js" | ||
} | ||
}, | ||
{ | ||
"kind": "method", | ||
"name": "onLocaleUpdated", | ||
"privacy": "public", | ||
"inheritedFrom": { | ||
"name": "LionProgressIndicator", | ||
"module": "./src/LionProgressIndicator.js" | ||
} | ||
} | ||
], | ||
"tagName": "custom-progress-indicator" | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "js", | ||
"name": "CustomProgressIndicator", | ||
"declaration": { | ||
"name": "CustomProgressIndicator", | ||
"module": "./demo/CustomProgressIndicator.js" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "./demo/custom-progress-indicator.d.ts", | ||
"declarations": [], | ||
"exports": [] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "./demo/custom-progress-indicator.js", | ||
"declarations": [], | ||
"exports": [ | ||
{ | ||
"kind": "custom-element-definition", | ||
"name": "custom-progress-indicator", | ||
"declaration": { | ||
"name": "CustomProgressIndicator", | ||
"module": "./demo/CustomProgressIndicator.d.ts" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "./src/LionProgressIndicator.d.ts", | ||
@@ -929,2 +833,2 @@ "declarations": [ | ||
] | ||
} | ||
} |
{ | ||
"name": "@lion/progress-indicator", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A progress indicator that is easily styleable and accessible in all contexts", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"scripts": { | ||
"custom-elements-manifest": "custom-elements-manifest analyze --exclude 'docs/**/*'", | ||
"custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude 'docs/**/*' 'demo/**/*'", | ||
"debug": "cd ../../ && npm run debug -- --group progress-indicator", | ||
@@ -39,4 +39,4 @@ "debug:firefox": "cd ../../ && npm run debug:firefox -- --group progress-indicator", | ||
"dependencies": { | ||
"@lion/core": "0.14.0", | ||
"@lion/localize": "0.16.0" | ||
"@lion/core": "0.14.1", | ||
"@lion/localize": "0.16.1" | ||
}, | ||
@@ -53,7 +53,7 @@ "keywords": [ | ||
}, | ||
"customElementsManifest": "custom-elements.json", | ||
"exports": { | ||
".": "./index.js", | ||
"./lion-progress-indicator": "./lion-progress-indicator.js" | ||
}, | ||
"customElementsManifest": "custom-elements.json" | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
declare const LionProgressIndicator_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/localize/types/LocalizeMixinTypes").LocalizeMixinHost> & typeof import("@lion/localize/types/LocalizeMixinTypes").LocalizeMixinHost; | ||
declare const LionProgressIndicator_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/localize/types/LocalizeMixinTypes").LocalizeMixinHost> & Pick<typeof import("@lion/localize/types/LocalizeMixinTypes").LocalizeMixinHost, "prototype" | "localizeNamespaces" | "waitForLocalizeNamespaces"> & Pick<typeof LitElement, "prototype" | "render" | "styles" | "getStyles" | "properties" | "observedAttributes" | "createProperty">; | ||
export class LionProgressIndicator extends LionProgressIndicator_base { | ||
@@ -3,0 +3,0 @@ static get localizeNamespaces(): { |
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
0
31745
1054
+ Added@lion/core@0.14.1(transitive)
+ Added@lion/localize@0.16.1(transitive)
- Removed@lion/core@0.14.0(transitive)
- Removed@lion/localize@0.16.0(transitive)
Updated@lion/core@0.14.1
Updated@lion/localize@0.16.1