Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@plcmp/pl-button

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plcmp/pl-button - npm Package Compare versions

Comparing version
0.1.15
to
0.1.16
+1
-1
package.json
{
"name": "@plcmp/pl-button",
"version": "0.1.15",
"version": "0.1.16",
"description": "Simple button implementation.",

@@ -5,0 +5,0 @@ "main": "pl-button.js",

@@ -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 @@