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

@lion/switch

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/switch - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

11

CHANGELOG.md

@@ -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 @@

8

package.json
{
"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 @@ }

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