@plcmp/pl-button
Advanced tools
+1
-1
| { | ||
| "name": "@plcmp/pl-button", | ||
| "version": "0.1.10", | ||
| "version": "0.1.11", | ||
| "description": "Simple button implementation.", | ||
@@ -5,0 +5,0 @@ "main": "pl-button.js", |
+5
-3
@@ -16,4 +16,7 @@ import { PlElement, html, css } from "polylib"; | ||
| :host { | ||
| display: block; | ||
| width: fit-content; | ||
| height: var(--base-size-md); | ||
| overflow: hidden; | ||
| outline:none; | ||
| display: block; | ||
| user-select: none; | ||
@@ -24,3 +27,2 @@ font: var(--text-font); | ||
| --pl-button-border: 1px solid var(--primary-base); | ||
| flex-shrink: 0; | ||
| } | ||
@@ -60,5 +62,5 @@ | ||
| display: flex; | ||
| height: 100%; | ||
| align-items: center; | ||
| justify-content: center; | ||
| height: var(--base-size-md); | ||
| border-radius: var(--border-radius); | ||
@@ -65,0 +67,0 @@ border: var(--pl-button-border); |
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
9021
0.76%172
1.18%