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

@patternfly/pfe-card

Package Overview
Dependencies
Maintainers
16
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/pfe-card - npm Package Compare versions

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

30

custom-elements.json

@@ -18,3 +18,3 @@ {

"syntax": "<color>",
"default": "`#ffffff`"
"default": "#ffffff"
},

@@ -25,3 +25,3 @@ {

"syntax": "<color>",
"default": "`#ececec`"
"default": "#ececec"
},

@@ -32,3 +32,3 @@ {

"syntax": "<color>",
"default": "`#f0f0f0`"
"default": "#f0f0f0"
},

@@ -39,3 +39,3 @@ {

"syntax": "<color>",
"default": "`#3c3f42`"
"default": "#3c3f42"
},

@@ -46,3 +46,3 @@ {

"syntax": "<color>",
"default": "`#151515`"
"default": "#151515"
},

@@ -53,3 +53,3 @@ {

"syntax": "<color>",
"default": "`#004080`"
"default": "#004080"
},

@@ -60,3 +60,3 @@ {

"syntax": "<color>",
"default": "`#002952`"
"default": "#002952"
},

@@ -70,3 +70,3 @@ {

"name": "--pfe-card--BackgroundPosition",
"default": "`center center`"
"default": "center center"
},

@@ -76,3 +76,3 @@ {

"name": "--pfe-card--Border",
"default": "`center center`"
"default": "center center"
},

@@ -146,3 +146,3 @@ {

"static": true,
"default": "'{{version}}'",
"default": "2.0.0-next.5",
"readonly": true

@@ -287,3 +287,11 @@ },

"tagName": "pfe-card",
"customElement": true
"customElement": true,
"demos": [
{
"url": "https://patternflyelements.org/components/card/demo/",
"source": {
"href": "https://github.com/patternfly/patternfly-elements/tree/main/elements/pfe-card/demo/pfe-card.html"
}
}
]
}

@@ -290,0 +298,0 @@ ],

{
"name": "@patternfly/pfe-card",
"license": "MIT",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"description": "Cards for PatternFly Elements",

@@ -72,5 +72,5 @@ "customElements": "custom-elements.json",

"dependencies": {
"@patternfly/pfe-core": "^2.0.0-next.4",
"lit": "^2.1.2"
"@patternfly/pfe-core": "^2.0.0-next.8",
"lit": "2.3.0"
}
}

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