From fb5400e39bfde501c25455471aaf31910ec86ced Mon Sep 17 00:00:00 2001 From: Johan Persson Date: Fri, 27 Feb 2026 15:08:17 +0100 Subject: [PATCH] Update packages/ui api report. Signed-off-by: Johan Persson --- 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 0533128712..1c9e544754 100644 --- a/packages/ui/report.api.md +++ b/packages/ui/report.api.md @@ -75,7 +75,7 @@ export const AccordionDefinition: { readonly propDefs: { readonly bg: { readonly dataAttribute: true; - readonly default: 'neutral-auto'; + readonly default: 'neutral'; }; readonly children: {}; readonly className: {}; @@ -1814,7 +1814,7 @@ export interface PopoverProps PopoverOwnProps {} // @public -export type ProviderBg = ContainerBg | 'neutral-auto'; +export type ProviderBg = 'neutral' | 'danger' | 'warning' | 'success'; // @public (undocumented) export interface QueryOptions {