@plcmp/pl-checkbox
Advanced tools
+1
-1
| { | ||
| "name": "@plcmp/pl-checkbox", | ||
| "version": "0.1.7", | ||
| "version": "0.1.8", | ||
| "description": "Simple checkbox component.", | ||
@@ -5,0 +5,0 @@ "main": "pl-checkbox.js", |
+0
-11
@@ -8,3 +8,2 @@ import { PlElement, html, css } from "polylib"; | ||
| label: { type: String }, | ||
| variant: { type: String }, | ||
| orientation: { type: String }, | ||
@@ -138,12 +137,2 @@ | ||
| connectedCallback() { | ||
| super.connectedCallback(); | ||
| if (this.variant) { | ||
| console.log('Variant is deprecated, use orientation instead'); | ||
| this.orientation = this.variant; | ||
| } | ||
| } | ||
| static template = html` | ||
@@ -150,0 +139,0 @@ <pl-labeled-container label="[[label]]" orientation="[[orientation]]"> |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
7494
-3.39%136
-5.56%