Socket
Socket
Sign inDemoInstall

@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.13.1 to 0.13.2

7

CHANGELOG.md
# Change Log
## 0.13.2
### Patch Changes
- Updated dependencies [d0b37e62]
- @lion/form-core@0.8.2
## 0.13.1

@@ -4,0 +11,0 @@

75

custom-elements.json

@@ -196,8 +196,2 @@ {

"kind": "method",
"name": "render",
"privacy": "public",
"description": "Restore original render function from FormControlMixin.js\nAs it gets overwritten in ChoiceInputMixin"
},
{
"kind": "method",
"name": "_groupOneTemplate",

@@ -213,25 +207,2 @@ "privacy": "public"

"kind": "method",
"name": "connectedCallback",
"privacy": "public"
},
{
"kind": "method",
"name": "disconnectedCallback",
"privacy": "public"
},
{
"kind": "method",
"name": "updated",
"privacy": "public",
"parameters": [
{
"name": "changedProperties",
"type": {
"text": "PropertyValues "
}
}
]
},
{
"kind": "method",
"name": "_isEmpty",

@@ -397,26 +368,4 @@ "privacy": "public",

},
"attributes": [
{
"name": "role",
"fieldName": "role"
},
{
"name": "checked",
"fieldName": "checked"
}
],
"members": [
{
"kind": "field",
"name": "role",
"privacy": "public",
"default": "'switch'"
},
{
"kind": "field",
"name": "checked",
"privacy": "public",
"default": "false"
},
{
"kind": "method",

@@ -476,4 +425,26 @@ "name": "_toggleChecked",

]
},
{
"kind": "field",
"name": "role",
"privacy": "public",
"default": "'switch'"
},
{
"kind": "field",
"name": "checked",
"privacy": "public",
"default": "false"
}
],
"attributes": [
{
"name": "role",
"fieldName": "role"
},
{
"name": "checked",
"fieldName": "checked"
}
],
"tagName": "lion-switch-button"

@@ -506,2 +477,2 @@ }

]
}
}
{
"name": "@lion/switch",
"version": "0.13.1",
"version": "0.13.2",
"description": "A Switch is used for switching a property or feature on and off",

@@ -27,3 +27,3 @@ "license": "MIT",

"scripts": {
"custom-elements-manifest": "custom-elements-manifest analyze --exclude 'docs/**/*'",
"custom-elements-manifest": "custom-elements-manifest analyze --litelement --exclude 'docs/**/*'",
"debug": "cd ../../ && npm run debug -- --group switch",

@@ -41,3 +41,3 @@ "debug:firefox": "cd ../../ && npm run debug:firefox -- --group switch",

"@lion/core": "0.14.0",
"@lion/form-core": "0.8.1",
"@lion/form-core": "0.8.2",
"@lion/helpers": "0.6.0"

@@ -53,2 +53,3 @@ },

},
"customElementsManifest": "custom-elements.json",
"exports": {

@@ -58,4 +59,3 @@ ".": "./index.js",

"./lion-switch-button": "./lion-switch-button.js"
},
"customElementsManifest": "custom-elements.json"
}
}
}
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