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

@lion/button

Package Overview
Dependencies
Maintainers
1
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.9.0 to 0.9.1

7

CHANGELOG.md
# Change Log
## 0.9.1
### Patch Changes
- Updated dependencies [701aadce]
- @lion/core@0.14.1
## 0.9.0

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

80

custom-elements.json

@@ -313,36 +313,4 @@ {

},
"attributes": [
{
"name": "role",
"fieldName": "role"
},
{
"name": "active",
"fieldName": "active"
},
{
"name": "type",
"fieldName": "type"
}
],
"members": [
{
"kind": "field",
"name": "role",
"privacy": "public",
"default": "'button'"
},
{
"kind": "field",
"name": "active",
"privacy": "public",
"default": "false"
},
{
"kind": "field",
"name": "type",
"privacy": "public",
"default": "'submit'"
},
{
"kind": "method",

@@ -453,4 +421,36 @@ "name": "_beforeTemplate",

"privacy": "public"
},
{
"kind": "field",
"name": "role",
"privacy": "public",
"default": "'button'"
},
{
"kind": "field",
"name": "active",
"privacy": "public",
"default": "false"
},
{
"kind": "field",
"name": "type",
"privacy": "public",
"default": "'submit'"
}
],
"attributes": [
{
"name": "role",
"fieldName": "role"
},
{
"name": "active",
"fieldName": "active"
},
{
"name": "type",
"fieldName": "type"
}
],
"tagName": "lion-button"

@@ -487,18 +487,4 @@ }

"exports": []
},
{
"kind": "javascript-module",
"path": "./docs/assets/icon.svg.js",
"declarations": [],
"exports": [
{
"kind": "js",
"name": "default",
"declaration": {
"module": "./docs/assets/icon.svg.js"
}
}
]
}
]
}
}
{
"name": "@lion/button",
"version": "0.9.0",
"version": "0.9.1",
"description": "A button 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/**/*'",
"debug": "cd ../../ && npm run debug -- --group button",

@@ -39,3 +39,3 @@ "debug:firefox": "cd ../../ && npm run debug:firefox -- --group button",

"dependencies": {
"@lion/core": "0.14.0"
"@lion/core": "0.14.1"
},

@@ -50,7 +50,7 @@ "keywords": [

},
"customElementsManifest": "custom-elements.json",
"exports": {
".": "./index.js",
"./lion-button": "./lion-button.js"
},
"customElementsManifest": "custom-elements.json"
}
}
}

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

declare const LionButton_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/SlotMixinTypes").SlotHost> & typeof import("@lion/core/types/SlotMixinTypes").SlotHost & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledWithTabIndexMixinTypes").DisabledWithTabIndexHost> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledMixinTypes").DisabledHost>;
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">;
export class LionButton extends LionButton_base {

@@ -3,0 +6,0 @@ static get properties(): {

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

/* eslint-disable lit-a11y/click-events-have-key-events */
import { browserDetection } from '@lion/core';

@@ -2,0 +3,0 @@ import { aTimeout, expect, fixture, html, oneEvent, unsafeStatic } from '@open-wc/testing';

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