build api report

Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
Jonathan Roebuck
2024-10-03 16:10:18 +01:00
parent e77ff3d2ff
commit b672693280
+5
View File
@@ -81,6 +81,9 @@ export type BackstagePaletteAdditions = {
closeButtonColor?: string;
warning?: string;
};
code: {
background?: string;
};
};
// @public @deprecated
@@ -310,6 +313,7 @@ export const palettes: {
tabbar: {
indicator: string;
};
code: {};
};
dark: {
type: 'dark';
@@ -384,6 +388,7 @@ export const palettes: {
tabbar: {
indicator: string;
};
code: {};
};
};