@lion/switch
Advanced tools
Comparing version 0.10.5 to 0.10.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.10.6](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.5...@lion/switch@0.10.6) (2020-06-10) | ||
**Note:** Version bump only for package @lion/switch | ||
## [0.10.5](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.4...@lion/switch@0.10.5) (2020-06-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@lion/switch", | ||
"version": "0.10.5", | ||
"version": "0.10.6", | ||
"description": "A Switch is used for switching a property or feature on and off", | ||
@@ -42,5 +42,5 @@ "author": "ing-bank", | ||
"@lion/core": "0.7.1", | ||
"@lion/form-core": "0.1.4" | ||
"@lion/form-core": "0.1.5" | ||
}, | ||
"gitHead": "43fc4d28dfe10a206b9e3cab7882bd253db9dd82" | ||
"gitHead": "0f7ee151e0734295198288d38d69e4bf7f4897c1" | ||
} |
@@ -17,3 +17,3 @@ # Switch | ||
```js story | ||
```js preview-story | ||
export const main = () => html` <lion-switch label="Label" help-text="Help text"></lion-switch> `; | ||
@@ -20,0 +20,0 @@ ``` |
@@ -0,4 +1,3 @@ | ||
import { css, html, ScopedElementsMixin } from '@lion/core'; | ||
import { ChoiceInputMixin, LionField } from '@lion/form-core'; | ||
import { css, html, ScopedElementsMixin } from '@lion/core'; | ||
import { LionSwitchButton } from './LionSwitchButton.js'; | ||
@@ -75,3 +74,3 @@ | ||
/** | ||
* Override this function from ChoiceInputMixin | ||
* Override this function from ChoiceInputMixin. | ||
*/ | ||
@@ -78,0 +77,0 @@ // eslint-disable-next-line class-methods-use-this |
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
29657
+ Added@lion/form-core@0.1.5(transitive)
- Removed@lion/form-core@0.1.4(transitive)
Updated@lion/form-core@0.1.5