Socket
Socket
Sign inDemoInstall

@lion/button

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/button - npm Package Compare versions

Comparing version 0.12.3 to 0.12.4

7

CHANGELOG.md
# Change Log
## 0.12.4
### Patch Changes
- Updated dependencies [776feaa0]
- @lion/core@0.17.4
## 0.12.3

@@ -4,0 +11,0 @@

4

package.json
{
"name": "@lion/button",
"version": "0.12.3",
"version": "0.12.4",
"description": "A button that is easily styleable and accessible in all contexts",

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

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

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

declare const LionButton_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/SlotMixinTypes").SlotHost> & Pick<typeof import("@lion/core/types/SlotMixinTypes").SlotHost, "prototype"> & Pick<{
new (): HTMLElement;
prototype: HTMLElement;
}, "prototype"> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledWithTabIndexMixinTypes").DisabledWithTabIndexHost> & Pick<typeof import("@lion/core/types/DisabledWithTabIndexMixinTypes").DisabledWithTabIndexHost, "prototype"> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledMixinTypes").DisabledHost> & Pick<typeof import("@lion/core/types/DisabledMixinTypes").DisabledHost, "prototype"> & Pick<typeof LitElement, "prototype" | "render" | "styles" | "getStyles" | "properties" | "observedAttributes" | "createProperty">;
}, "prototype"> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledWithTabIndexMixinTypes").DisabledWithTabIndexHost> & Pick<typeof import("@lion/core/types/DisabledWithTabIndexMixinTypes").DisabledWithTabIndexHost, "prototype"> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledMixinTypes").DisabledHost> & Pick<typeof import("@lion/core/types/DisabledMixinTypes").DisabledHost, "prototype"> & Pick<typeof LitElement, "prototype" | "render" | "styles" | "shadowRootOptions" | "getStyles" | "properties" | "observedAttributes" | "createProperty">;
/**

@@ -6,0 +6,0 @@ * @typedef {import('@lion/core').TemplateResult} TemplateResult

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