New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@patternfly-java/finder

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly-java/finder - npm Package Compare versions

Comparing version
0.6.14
to
0.6.15
+26
-2
finder.css

@@ -109,2 +109,4 @@ /**

.pf-v6-c-finder {
container-type: inline-size;
container-name: finder;
display: flex;

@@ -139,3 +141,3 @@ background-color: var(--pf-v6-c-finder--BackgroundColor);

flex-shrink: 0;
width: var(--pf-v6-c-finder__column--Width);
width: clamp(14rem, 25cqi, 18rem);
border-right: var(--pf-v6-c-finder__column--BorderRightWidth) solid var(--pf-v6-c-finder__column--BorderRightColor);

@@ -419,3 +421,3 @@ }

flex-direction: column;
min-width: var(--pf-v6-c-finder__preview--MinWidth);
min-width: clamp(16rem, 30cqi, 28rem);
background-color: var(--pf-v6-c-finder__preview--BackgroundColor);

@@ -431,1 +433,23 @@ flex: 1;

}
/* ===================================================================
Responsive container queries
=================================================================== */
@container finder (max-width: 40rem) {
.pf-v6-c-finder__columns {
--pf-v6-c-finder-MaxColumns: 1;
}
}
@container finder (min-width: 40rem) and (max-width: 60rem) {
.pf-v6-c-finder__columns {
--pf-v6-c-finder-MaxColumns: 2;
}
}
@container finder (min-width: 60rem) and (max-width: 80rem) {
.pf-v6-c-finder__columns {
--pf-v6-c-finder-MaxColumns: 3;
}
}
+1
-1
{
"name": "@patternfly-java/finder",
"private": false,
"version": "0.6.14",
"version": "0.6.15",
"description": "CSS for the PatternFly Java finder extension.",

@@ -6,0 +6,0 @@ "homepage": "https://patternfly-java.github.io/",