@plcmp/pl-button
Advanced tools
+1
-1
| { | ||
| "name": "@plcmp/pl-button", | ||
| "version": "0.1.17", | ||
| "version": "0.1.18", | ||
| "description": "Simple button implementation.", | ||
@@ -5,0 +5,0 @@ "main": "pl-button.js", |
+5
-5
@@ -87,3 +87,3 @@ import { PlElement, html, css } from "polylib"; | ||
| :host([variant=primary]:hover:not([loading],[disabled])), | ||
| :host([variant=primary]:focus:not([loading],[disabled])){ | ||
| :host([variant=primary]:focus-visible:not([loading],[disabled])){ | ||
| background: var(--primary-dark); | ||
@@ -105,3 +105,3 @@ border: 1px solid var(--primary-darkest); | ||
| :host([variant=secondary]:hover:not([loading],[disabled])), | ||
| :host([variant=secondary]:focus:not([loading],[disabled])){ | ||
| :host([variant=secondary]:focus-visible:not([loading],[disabled])){ | ||
| background: var(--primary-light); | ||
@@ -126,3 +126,3 @@ color: var(--primary-dark); | ||
| :host([variant=ghost]:hover:not([loading],[disabled])), | ||
| :host([variant=ghost]:focus:not([loading],[disabled])){ | ||
| :host([variant=ghost]:focus-visible:not([loading],[disabled])){ | ||
| background: var(--primary-light); | ||
@@ -146,3 +146,3 @@ color: var(--primary-dark); | ||
| :host([variant=link]:hover:not([loading],[disabled])),:host([variant=link]:focus:not([loading],[disabled])){ | ||
| :host([variant=link]:hover:not([loading],[disabled])),:host([variant=link]:focus-visible:not([loading],[disabled])){ | ||
| background: transparent; | ||
@@ -154,3 +154,3 @@ color: var(--primary-dark); | ||
| :host([variant=link]:hover:not([loading],[disabled])) ::slotted(*), | ||
| :host([variant=link]:focus:not([loading],[disabled])) ::slotted(*){ | ||
| :host([variant=link]:focus-visible:not([loading],[disabled])) ::slotted(*){ | ||
| filter: drop-shadow(0px 2px 1px rgba(51, 113, 109, 0.4)); | ||
@@ -157,0 +157,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
9470
0.42%