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

@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.5.9 to 0.5.10

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.5.10](https://github.com/ing-bank/lion/compare/@lion/button@0.5.9...@lion/button@0.5.10) (2020-03-25)
### Bug Fixes
* **button:** prevent clickarea from blocking sibling content ([2b2d6b3](https://github.com/ing-bank/lion/commit/2b2d6b34aa9d8d61f01302480f280ec502da8765))
## [0.5.9](https://github.com/ing-bank/lion/compare/@lion/button@0.5.8...@lion/button@0.5.9) (2020-03-05)

@@ -8,0 +19,0 @@

6

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

@@ -37,3 +37,3 @@ "author": "ing-bank",

"dependencies": {
"@lion/core": "0.4.5"
"@lion/core": "0.5.0"
},

@@ -46,3 +46,3 @@ "devDependencies": {

},
"gitHead": "54c4432b818cf1f6023557d0df5c461ae50412da"
"gitHead": "29e1252560d3fda898f98c271a7b685d1e929035"
}
import {
browserDetection,
css,
DisabledWithTabIndexMixin,
html,
browserDetection,
LitElement,
SlotMixin,
DisabledWithTabIndexMixin,
LitElement,
} from '@lion/core';

@@ -34,2 +34,3 @@

<div class="btn">
<div class="click-area"></div>
${this._beforeTemplate()}

@@ -45,3 +46,2 @@ ${browserDetection.isIE11

<slot name="_button"></slot>
<div class="click-area"></div>
</div>

@@ -48,0 +48,0 @@ `;

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