Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@patternfly/pfe-button

Package Overview
Dependencies
Maintainers
16
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/pfe-button - npm Package Compare versions

Comparing version 2.0.0-next.4 to 2.0.0-next.5

2

custom-elements.json

@@ -673,3 +673,3 @@ {

"static": true,
"default": "2.0.0-next.4",
"default": "2.0.0-next.5",
"readonly": true

@@ -676,0 +676,0 @@ },

{
"name": "@patternfly/pfe-button",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"license": "MIT",

@@ -72,5 +72,7 @@ "description": "Button element for PatternFly Elements",

"dependencies": {
"@patternfly/pfe-core": "^2.0.0-next.6",
"lit": "^2.1.2"
"@patternfly/pfe-core": "^2.0.0-next.8",
"@patternfly/pfe-icon": "^2.0.0-next.4",
"@patternfly/pfe-progress-indicator": "^2.0.0-next.4",
"lit": "2.3.0"
}
}
import { BaseButton } from './BaseButton.js';
import '@patternfly/pfe-icon';
import '@patternfly/pfe-progress-indicator';
/**

@@ -3,0 +5,0 @@ * Buttons allow users to perform an action when triggered. They feature a text

@@ -1,2 +0,2 @@

var g=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var a=(l,r,i,n)=>{for(var t=n>1?void 0:n?b(r,i):r,e=l.length-1,p;e>=0;e--)(p=l[e])&&(t=(n?p(r,i,t):p(t))||t);return n&&t&&g(r,i,t),t};import{html as m}from"lit";import{customElement as v,property as c}from"lit/decorators.js";import{BaseButton as d}from"./BaseButton.js";import{css as f}from"lit";var u=f`:host([warning]) ::slotted(button){color:var(--pf-c-button--m-warning--Color,var(--pf-global--Color--dark-100,#151515))!important;background-color:var(--pf-c-button--m-warning--BackgroundColor,var(--pf-global--warning-color--100,#f0ab00))!important}:host([warning]) ::slotted(button:active){--pf-c-button--m-warning--Color:var(--pf-c-button--m-warning--active--Color,
var g=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var a=(l,r,i,n)=>{for(var t=n>1?void 0:n?b(r,i):r,e=l.length-1,p;e>=0;e--)(p=l[e])&&(t=(n?p(r,i,t):p(t))||t);return n&&t&&g(r,i,t),t};import{html as m}from"lit";import{customElement as v,property as c}from"lit/decorators.js";import{BaseButton as d}from"./BaseButton.js";import"@patternfly/pfe-icon";import"@patternfly/pfe-progress-indicator";import{css as f}from"lit";var u=f`:host([warning]) ::slotted(button){color:var(--pf-c-button--m-warning--Color,var(--pf-global--Color--dark-100,#151515))!important;background-color:var(--pf-c-button--m-warning--BackgroundColor,var(--pf-global--warning-color--100,#f0ab00))!important}:host([warning]) ::slotted(button:active){--pf-c-button--m-warning--Color:var(--pf-c-button--m-warning--active--Color,
var(--pf-global--Color--dark-100, #151515));--pf-c-button--m-warning--BackgroundColor:var(--pf-c-button--m-warning--active--BackgroundColor,

@@ -3,0 +3,0 @@ var(--pf-global--palette--gold-500, #c58c00))}:host([warning]) ::slotted(button:focus){--pf-c-button--m-warning--Color:var(--pf-c-button--m-warning--focus--Color,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc