@lion/button
Advanced tools
Comparing version 0.5.9 to 0.5.10
@@ -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 @@ |
{ | ||
"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 @@ `; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58172
+ Added@lion/core@0.5.0(transitive)
+ Added@open-wc/scoped-elements@1.3.7(transitive)
- Removed@lion/core@0.4.5(transitive)
- Removed@open-wc/scoped-elements@0.5.0(transitive)
Updated@lion/core@0.5.0