@plcmp/pl-button
Advanced tools
+1
-1
| { | ||
| "name": "@plcmp/pl-button", | ||
| "version": "0.1.15", | ||
| "version": "0.1.16", | ||
| "description": "Simple button implementation.", | ||
@@ -5,0 +5,0 @@ "main": "pl-button.js", |
+5
-2
@@ -59,2 +59,3 @@ import { PlElement, html, css } from "polylib"; | ||
| color: var(--background-color); | ||
| border: 1px solid var(--primary-base); | ||
| border-radius: var(--border-radius); | ||
@@ -83,4 +84,4 @@ font: var(--text-font); | ||
| :host ::slotted(*:last-of-type[slot="prefix"]) { padding-inline-end: var(--space-sm) } | ||
| :host ::slotted(*:first-of-type[slot="suffix"]) { padding-inline-start: var(--space-sm) } | ||
| :host ::slotted(*[slot="prefix"]) { padding-inline-end: var(--space-sm) } | ||
| :host ::slotted(*[slot="suffix"]) { padding-inline-start: var(--space-sm) } | ||
@@ -90,2 +91,3 @@ :host([variant=primary]:hover:not([loading],[disabled])), | ||
| background: var(--primary-dark); | ||
| border: 1px solid var(--primary-darkest); | ||
| } | ||
@@ -95,2 +97,3 @@ | ||
| background: var(--primary-darkest); | ||
| border: 1px solid var(--primary-darkest); | ||
| } | ||
@@ -97,0 +100,0 @@ |
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
9262
1.58%192
1.59%