From 6340c0446dc7f2025b842b7575bf02774670aa54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sofia=20Sj=C3=B6blad?= Date: Thu, 14 Aug 2025 09:46:27 +0200 Subject: [PATCH] Update API reports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sofia Sjöblad --- packages/ui/report.api.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/ui/report.api.md b/packages/ui/report.api.md index a69794fe0c..c099a31e05 100644 --- a/packages/ui/report.api.md +++ b/packages/ui/report.api.md @@ -207,18 +207,33 @@ export const Card: ForwardRefExoticComponent< CardProps & RefAttributes >; +// @public +export const CardBody: ForwardRefExoticComponent< + CardBodyProps & RefAttributes +>; + // @public export interface CardBodyProps extends React.HTMLAttributes { // (undocumented) children?: React.ReactNode; } +// @public +export const CardFooter: ForwardRefExoticComponent< + CardFooterProps & RefAttributes +>; + // @public export interface CardFooterProps extends React.HTMLAttributes { // (undocumented) children?: React.ReactNode; } +// @public +export const CardHeader: ForwardRefExoticComponent< + CardHeaderProps & RefAttributes +>; + // @public export interface CardHeaderProps extends React.HTMLAttributes { // (undocumented)