You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign 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.13
to
0.1.14
+1
-1
package.json
{
"name": "@plcmp/pl-button",
"version": "0.1.13",
"version": "0.1.14",
"description": "Simple button implementation.",

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

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

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

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