Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lion/progress-indicator

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/progress-indicator - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

CHANGELOG.md
# @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 @@

98

custom-elements.json

@@ -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(): {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc