Update packages/ui api report.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-02-27 15:08:17 +01:00
parent d8dbab6d17
commit fb5400e39b
+2 -2
View File
@@ -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<TFilter> {