Skip to content

Commit 104a371

Browse files
committed
Fixed missing export for CardSubtitle.
1 parent c7f1a6e commit 104a371

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

packages/react-core/src/components/Card/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export * from './CardBody';
33
export * from './CardExpandableContent';
44
export * from './CardFooter';
55
export * from './CardTitle';
6+
export * from './CardSubtitle';
67
export * from './CardHeader';

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4517,10 +4517,10 @@ __metadata:
45174517
languageName: node
45184518
linkType: hard
45194519

4520-
"@patternfly/patternfly@npm:6.5.0-prerelease.9":
4521-
version: 6.5.0-prerelease.9
4522-
resolution: "@patternfly/patternfly@npm:6.5.0-prerelease.9"
4523-
checksum: 10c0/f3ab8f6b9a94409bffb57a9d56a823a0c4bd639c284620c33ccb7302ffddeff6d4b54bac7314da4f10cfd330177236b5504a85ce743a997d02c2bf992e8f52c3
4520+
"@patternfly/patternfly@npm:6.5.0-prerelease.14":
4521+
version: 6.5.0-prerelease.14
4522+
resolution: "@patternfly/patternfly@npm:6.5.0-prerelease.14"
4523+
checksum: 10c0/d2bca43a2b4c98767b81dc5569eb5960866c9e7b757276b69aa8eacc06414723e3a58b434c7f1b46e416fe02474dbc333707e6c6a82ca05201900458d74ca548
45244524
languageName: node
45254525
linkType: hard
45264526

@@ -4618,7 +4618,7 @@ __metadata:
46184618
version: 0.0.0-use.local
46194619
resolution: "@patternfly/react-core@workspace:packages/react-core"
46204620
dependencies:
4621-
"@patternfly/patternfly": "npm:6.5.0-prerelease.9"
4621+
"@patternfly/patternfly": "npm:6.5.0-prerelease.14"
46224622
"@patternfly/react-icons": "workspace:^"
46234623
"@patternfly/react-styles": "workspace:^"
46244624
"@patternfly/react-tokens": "workspace:^"
@@ -4639,7 +4639,7 @@ __metadata:
46394639
resolution: "@patternfly/react-docs@workspace:packages/react-docs"
46404640
dependencies:
46414641
"@patternfly/documentation-framework": "npm:^6.22.8"
4642-
"@patternfly/patternfly": "npm:6.5.0-prerelease.9"
4642+
"@patternfly/patternfly": "npm:6.5.0-prerelease.14"
46434643
"@patternfly/patternfly-a11y": "npm:5.1.0"
46444644
"@patternfly/react-charts": "workspace:^"
46454645
"@patternfly/react-code-editor": "workspace:^"
@@ -4679,7 +4679,7 @@ __metadata:
46794679
"@fortawesome/free-brands-svg-icons": "npm:^5.15.4"
46804680
"@fortawesome/free-regular-svg-icons": "npm:^5.15.4"
46814681
"@fortawesome/free-solid-svg-icons": "npm:^5.15.4"
4682-
"@patternfly/patternfly": "npm:6.5.0-prerelease.9"
4682+
"@patternfly/patternfly": "npm:6.5.0-prerelease.14"
46834683
fs-extra: "npm:^11.3.0"
46844684
tslib: "npm:^2.8.1"
46854685
peerDependencies:
@@ -4764,7 +4764,7 @@ __metadata:
47644764
version: 0.0.0-use.local
47654765
resolution: "@patternfly/react-styles@workspace:packages/react-styles"
47664766
dependencies:
4767-
"@patternfly/patternfly": "npm:6.5.0-prerelease.9"
4767+
"@patternfly/patternfly": "npm:6.5.0-prerelease.14"
47684768
change-case: "npm:^5.4.4"
47694769
fs-extra: "npm:^11.3.0"
47704770
languageName: unknown
@@ -4806,7 +4806,7 @@ __metadata:
48064806
resolution: "@patternfly/react-tokens@workspace:packages/react-tokens"
48074807
dependencies:
48084808
"@adobe/css-tools": "npm:^4.4.4"
4809-
"@patternfly/patternfly": "npm:6.5.0-prerelease.9"
4809+
"@patternfly/patternfly": "npm:6.5.0-prerelease.14"
48104810
fs-extra: "npm:^11.3.0"
48114811
languageName: unknown
48124812
linkType: soft

0 commit comments

Comments
 (0)