@patternfly/pfe-card
Advanced tools
Comparing version 2.0.0-next.4 to 2.0.0-next.5
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43480
451