From 8610fe8df8fa2082172e870efdfbdca7f01d2af9 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Wed, 24 Dec 2025 09:23:45 +0100 Subject: [PATCH] Update report.api.md Signed-off-by: Charles de Dreuille --- packages/ui/report.api.md | 42 ++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/packages/ui/report.api.md b/packages/ui/report.api.md index 059b7e7387..eeae948048 100644 --- a/packages/ui/report.api.md +++ b/packages/ui/report.api.md @@ -195,7 +195,15 @@ export const BoxDefinition: { 'maxHeight', ]; readonly dataAttributes: { - readonly surface: readonly ['0', '1', '2', '3']; + readonly surface: readonly [ + '0', + '1', + '2', + '3', + 'danger', + 'warning', + 'success', + ]; }; }; @@ -664,7 +672,15 @@ export const FlexDefinition: { 'direction', ]; readonly dataAttributes: { - readonly surface: readonly ['0', '1', '2', '3']; + readonly surface: readonly [ + '0', + '1', + '2', + '3', + 'danger', + 'warning', + 'success', + ]; }; }; @@ -726,7 +742,15 @@ export const GridDefinition: { 'py', ]; readonly dataAttributes: { - readonly surface: readonly ['0', '1', '2', '3']; + readonly surface: readonly [ + '0', + '1', + '2', + '3', + 'danger', + 'warning', + 'success', + ]; }; }; @@ -737,7 +761,15 @@ export const GridItemDefinition: { }; readonly utilityProps: ['colSpan', 'colEnd', 'colStart', 'rowSpan']; readonly dataAttributes: { - readonly surface: readonly ['0', '1', '2', '3']; + readonly surface: readonly [ + '0', + '1', + '2', + '3', + 'danger', + 'warning', + 'success', + ]; }; }; @@ -1251,7 +1283,7 @@ export const SubmenuTrigger: (props: SubmenuTriggerProps) => JSX_2.Element; export interface SubmenuTriggerProps extends SubmenuTriggerProps_2 {} // @public -export type Surface = '0' | '1' | '2' | '3'; +export type Surface = '0' | '1' | '2' | '3' | 'danger' | 'warning' | 'success'; // @public (undocumented) export const Switch: ForwardRefExoticComponent<