Skip to content

Commit c45bed8

Browse files
committed
add beta flag, readd 2.2 rhds icons
1 parent 5d8b792 commit c45bed8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/react-core/src/components/Hero/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface HeroProps extends Omit<React.HTMLProps<HTMLDivElement>, 'conten
3434
stop2?: string;
3535
stop3?: string;
3636
};
37-
/** Flag indicating the hero has glass styling when glass theme is applied. */
37+
/** @beta Flag indicating the hero has glass styling when glass theme is applied. */
3838
isGlass?: boolean;
3939
/** Modifies the width of the hero body. */
4040
bodyWidth?: string;

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5595,6 +5595,13 @@ __metadata:
55955595
languageName: node
55965596
linkType: hard
55975597

5598+
"@rhds/icons@npm:^2.2.0":
5599+
version: 2.2.0
5600+
resolution: "@rhds/icons@npm:2.2.0"
5601+
checksum: 10c0/ded19d0056864f284cf1a43b7f4d3959ca9347e3ced78414eb7f6a20901fcb4071a8900d1f1a7840ec7105740c5d1453d1b90c4f2b0355c274fbbba7f52bd50a
5602+
languageName: node
5603+
linkType: hard
5604+
55985605
"@rolldown/pluginutils@npm:1.0.0-beta.27":
55995606
version: 1.0.0-beta.27
56005607
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.27"

0 commit comments

Comments
 (0)