@lion/switch
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.0...@lion/switch@0.6.1) (2020-03-02) | ||
### Bug Fixes | ||
* normalize subclasser apis ([ce0630f](https://github.com/ing-bank/lion/commit/ce0630f32b2206813e5cfd2c7842b2faa5141591)) | ||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.16...@lion/switch@0.6.0) (2020-03-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lion/switch", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A Switch is used for switching a property or feature on and off", | ||
@@ -37,5 +37,5 @@ "author": "ing-bank", | ||
"dependencies": { | ||
"@lion/choice-input": "0.7.2", | ||
"@lion/choice-input": "0.7.3", | ||
"@lion/core": "0.4.4", | ||
"@lion/field": "0.11.0" | ||
"@lion/field": "0.11.1" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "04db59c9675b9e56b50dfc147201eea530b1d754" | ||
"gitHead": "0c0f67a9a5fbc72a81fd58c63efadbcd596c9822" | ||
} |
@@ -33,6 +33,6 @@ import { html, css } from '@lion/core'; | ||
<div class="form-field__group-one"> | ||
${this.groupOneTemplate()} | ||
${this._groupOneTemplate()} | ||
</div> | ||
<div class="form-field__group-two"> | ||
${this.groupTwoTemplate()} | ||
${this._groupTwoTemplate()} | ||
</div> | ||
@@ -42,11 +42,11 @@ `; | ||
groupOneTemplate() { | ||
_groupOneTemplate() { | ||
return html` | ||
${this.labelTemplate()} ${this.helpTextTemplate()} ${this.feedbackTemplate()} | ||
${this._labelTemplate()} ${this._helpTextTemplate()} ${this._feedbackTemplate()} | ||
`; | ||
} | ||
groupTwoTemplate() { | ||
_groupTwoTemplate() { | ||
return html` | ||
${this.inputGroupTemplate()} | ||
${this._inputGroupTemplate()} | ||
`; | ||
@@ -53,0 +53,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
26665
+ Added@lion/choice-input@0.7.3(transitive)
+ Added@lion/field@0.11.1(transitive)
- Removed@lion/choice-input@0.7.2(transitive)
- Removed@lion/field@0.11.0(transitive)
Updated@lion/choice-input@0.7.3
Updated@lion/field@0.11.1