From f0f2bfea6e2a085a26abccd4905dd42bb2130058 Mon Sep 17 00:00:00 2001 From: hiba-aldalaty Date: Tue, 2 Nov 2021 11:39:27 +0000 Subject: [PATCH] Reattempt building api-report.md for @backstage/theme Signed-off-by: hiba-aldalaty --- packages/theme/api-report.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/theme/api-report.md b/packages/theme/api-report.md index 30dcb7b040..cc27dcb150 100644 --- a/packages/theme/api-report.md +++ b/packages/theme/api-report.md @@ -41,6 +41,15 @@ export type BackstagePaletteAdditions = { indicator: string; color: string; selectedColor: string; + navItem: { + hoverBackground: string; + }; + submenu: { + background: string; + indicator: string; + color: string; + selectedColor: string; + }; }; tabbar: { indicator: string; @@ -64,7 +73,6 @@ export type BackstagePaletteAdditions = { error: string; text: string; link: string; - warning: string; }; };