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

@lion/progress-indicator

Package Overview
Dependencies
Maintainers
3
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.5.3 to 0.5.4

8

CHANGELOG.md
# @lion/progress-indicator
## 0.5.4
### Patch Changes
- Updated dependencies [776feaa0]
- @lion/core@0.17.4
- @lion/localize@0.19.4
## 0.5.3

@@ -4,0 +12,0 @@

2

docs/overview.md

@@ -9,3 +9,3 @@ # Content >> Progress Indicator >> Overview ||10

Note: You don't see a live demo here as it would be empty, since there is no styling. Check out the [examples](https://github.com/ing-bank/lion/blob/aa80a360972ab8d23ff3ead28393f34842e0611f/docs/components/content/progress-indicator/examples.md) if you want to see a possible implementation.
Note: You don't see a live demo here as it would be empty, since there is no styling. Check out the [examples](https://github.com/ing-bank/lion/blob/5d08951f429f7756c7ed56cf505151d7f53a7af4/docs/components/content/progress-indicator/examples.md) if you want to see a possible implementation.

@@ -12,0 +12,0 @@ ## Features

{
"name": "@lion/progress-indicator",
"version": "0.5.3",
"version": "0.5.4",
"description": "A progress indicator that is easily styleable and accessible in all contexts",

@@ -39,4 +39,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.17.3",
"@lion/localize": "0.19.3"
"@lion/core": "0.17.4",
"@lion/localize": "0.19.4"
},

@@ -43,0 +43,0 @@ "keywords": [

@@ -9,3 +9,3 @@ # Content >> Progress Indicator >> Overview ||10

Note: You don't see a live demo here as it would be empty, since there is no styling. Check out the [examples](https://github.com/ing-bank/lion/blob/aa80a360972ab8d23ff3ead28393f34842e0611f/docs/components/content/progress-indicator/examples.md) if you want to see a possible implementation.
Note: You don't see a live demo here as it would be empty, since there is no styling. Check out the [examples](https://github.com/ing-bank/lion/blob/5d08951f429f7756c7ed56cf505151d7f53a7af4/docs/components/content/progress-indicator/examples.md) if you want to see a possible implementation.

@@ -12,0 +12,0 @@ ## Features

@@ -1,2 +0,2 @@

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">;
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" | "shadowRootOptions" | "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