From 6407493de8e1a067a41178501505e684588f56eb Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Wed, 22 Apr 2026 15:25:41 +0100 Subject: [PATCH] Update report.api.md Signed-off-by: Charles de Dreuille --- packages/ui/report.api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/report.api.md b/packages/ui/report.api.md index 08ec6887e0..92fb3d1511 100644 --- a/packages/ui/report.api.md +++ b/packages/ui/report.api.md @@ -1545,7 +1545,7 @@ export const HeaderDefinition: { readonly tabsWrapper: 'bui-HeaderTabsWrapper'; readonly controls: 'bui-HeaderControls'; readonly tags: 'bui-HeaderTags'; - readonly tagDivider: 'bui-HeaderTagDivider'; + readonly tag: 'bui-HeaderTag'; readonly description: 'bui-HeaderDescription'; readonly metaRow: 'bui-HeaderMetaRow'; readonly metaItem: 'bui-HeaderMetaItem'; @@ -1716,7 +1716,7 @@ export const HeaderPageDefinition: { readonly tabsWrapper: 'bui-HeaderTabsWrapper'; readonly controls: 'bui-HeaderControls'; readonly tags: 'bui-HeaderTags'; - readonly tagDivider: 'bui-HeaderTagDivider'; + readonly tag: 'bui-HeaderTag'; readonly description: 'bui-HeaderDescription'; readonly metaRow: 'bui-HeaderMetaRow'; readonly metaItem: 'bui-HeaderMetaItem';