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.12.12 to 0.12.13

12

CHANGELOG.md
# Change Log
## 0.12.13
### Patch Changes
- 98f1bb7e: Ensure all lit imports are imported from @lion/core. Remove devDependencies in all subpackages and move to root package.json. Add demo dependencies as real dependencies for users that extend our docs/demos.
- Updated dependencies [5302ec89]
- Updated dependencies [98f1bb7e]
- Updated dependencies [a8cf4215]
- @lion/form-core@0.7.0
- @lion/core@0.13.7
- @lion/helpers@0.5.18
## 0.12.12

@@ -4,0 +16,0 @@

7

package.json
{
"name": "@lion/switch",
"version": "0.12.12",
"version": "0.12.13",
"description": "A Switch is used for switching a property or feature on and off",

@@ -37,4 +37,5 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.13.6",
"@lion/form-core": "0.6.14"
"@lion/core": "0.13.7",
"@lion/form-core": "0.7.0",
"@lion/helpers": "0.5.18"
},

@@ -41,0 +42,0 @@ "keywords": [

@@ -6,3 +6,3 @@ # Switch

```js script
import { html } from 'lit-html';
import { html } from '@lion/core';
import { Validator } from '@lion/form-core';

@@ -9,0 +9,0 @@ import { LionSwitch } from './index.js';

declare const LionSwitch_base: typeof LionField & import("@open-wc/dedupe-mixin").Constructor<import("@lion/form-core/types/choice-group/ChoiceInputMixinTypes").ChoiceInputHost> & import("@lion/form-core/types/choice-group/ChoiceInputMixinTypes").ChoiceInputHost & import("@open-wc/dedupe-mixin").Constructor<import("@lion/form-core/types/FormatMixinTypes").FormatHost> & import("@lion/form-core/types/FormatMixinTypes").FormatHost & HTMLElement & import("@open-wc/dedupe-mixin").Constructor<import("@open-wc/scoped-elements/types/src/types").ScopedElementsHost> & typeof import("@open-wc/scoped-elements/types/src/types").ScopedElementsHost;
export class LionSwitch extends LionSwitch_base {
static get styles(): (import("lit-element").CSSResult | import("lit-element").CSSResultArray)[];
static get styles(): (import("@lion/core").CSSResult | import("lit-element").CSSResultArray)[];
static get scopedElements(): {

@@ -5,0 +5,0 @@ 'lion-switch-button': typeof LionSwitchButton;

@@ -102,3 +102,3 @@ import { css, html, ScopedElementsMixin } from '@lion/core';

/** @param {import('lit-element').PropertyValues } changedProperties */
/** @param {import('@lion/core').PropertyValues } changedProperties */
updated(changedProperties) {

@@ -105,0 +105,0 @@ super.updated(changedProperties);

@@ -13,3 +13,3 @@ declare const LionSwitchButton_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledWithTabIndexMixinTypes").DisabledWithTabIndexHost> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledMixinTypes").DisabledHost>;

};
static get styles(): import("lit-element").CSSResult[];
static get styles(): import("@lion/core").CSSResult[];
value: string;

@@ -16,0 +16,0 @@ role: string;

@@ -139,3 +139,3 @@ import { html, css, LitElement, DisabledWithTabIndexMixin } from '@lion/core';

/** @param {import('lit-element').PropertyValues } changedProperties */
/** @param {import('@lion/core').PropertyValues } changedProperties */
updated(changedProperties) {

@@ -142,0 +142,0 @@ if (changedProperties.has('disabled')) {

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