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.14
to
0.1.15
+1
-1
package.json
{
"name": "@plcmp/pl-button",
"version": "0.1.14",
"version": "0.1.15",
"description": "Simple button implementation.",

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

@@ -82,4 +82,4 @@ import { PlElement, html, css } from "polylib";

:host ::slotted(*:first-of-type[slot="prefix"]) { padding-inline-end: var(--space-sm) }
:host ::slotted(*:last-of-type[slot="suffix"]) { padding-inline-start: var(--space-sm) }
: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) }

@@ -86,0 +86,0 @@ :host([variant=primary]:hover:not([loading],[disabled])),