Skip to content

Commit

Permalink
Update catalog version and add isClicked prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiehuff committed Jun 21, 2024
1 parent 427ddc4 commit a5662e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"showdown": ">=2.1.0"
},
"dependencies": {
"@patternfly/react-catalog-view-extension": "^6.0.0-alpha.2",
"@patternfly/react-catalog-view-extension": "^6.0.0-alpha.4",
"dompurify": "^2.2.6",
"history": "^5.0.0",
"showdown": "1.8.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/module/src/catalog/QuickStartTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const QuickStartTile: React.FC<QuickStartTileProps> = ({
onClick();
}
};

return (
<div ref={ref}>
<CatalogTile
Expand All @@ -87,7 +87,7 @@ const QuickStartTile: React.FC<QuickStartTileProps> = ({
icon={quickStartIcon}
className="pfext-quick-start-tile"
data-testid={`qs-card-${camelize(displayName)}`}
// featured={isActive}
isClicked={isActive}
title={
<QuickStartTileHeader
name={displayName}
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@cloudmosaic/quickstarts": "0.0.6",
"@patternfly/patternfly": "6.0.0-alpha.139",
"@patternfly/react-catalog-view-extension": "^6.0.0-alpha.2",
"@patternfly/react-catalog-view-extension": "^6.0.0-alpha.4",
"asciidoctor": "^2.2.1",
"js-base64": "^3.6.0",
"js-yaml": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1487,10 +1487,10 @@
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-6.0.0-alpha.139.tgz#417d6d3cf5e923a9cff28c99ecd8a3489fa935ff"
integrity sha512-RfM0pvIhWwaSzobKh/mjkTqYMnAdeOqC1wH9zg9zTab9GyUQdeGkRkd9gpDEQhuuN/bhNpO03W6jpaqauxfpmA==

"@patternfly/react-catalog-view-extension@^6.0.0-alpha.2":
version "6.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@patternfly/react-catalog-view-extension/-/react-catalog-view-extension-6.0.0-alpha.2.tgz#4cac9960cdc719f38108d143fd9c47b9a7f84cb5"
integrity sha512-w2UH/sQRgh+RfuTDysCpI39qqnDoUHytwe4CcYouxg5FBxtXw2e02MAiMe/kgRD9loYYZlEGkiPhR/d5v9de/A==
"@patternfly/react-catalog-view-extension@^6.0.0-alpha.4":
version "6.0.0-alpha.4"
resolved "https://registry.yarnpkg.com/@patternfly/react-catalog-view-extension/-/react-catalog-view-extension-6.0.0-alpha.4.tgz#a88c9f840efaf2261a1d6ebc56dc1f6101eda387"
integrity sha512-CC+27ZLTzJ9+IZNH7tUAV1EHMYvErqJZfjoYU7emND9ka1p9fPirfdeLwYoJI6je4624x3SG++ngaVoa7XTLgQ==
dependencies:
"@patternfly/react-core" "6.0.0-alpha.61"
"@patternfly/react-styles" "6.0.0-alpha.23"
Expand Down

0 comments on commit a5662e3

Please sign in to comment.