From b672693280bb1718aaff31f6d7db50a8dbed523a Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Thu, 3 Oct 2024 16:10:18 +0100 Subject: [PATCH] build api report Signed-off-by: Jonathan Roebuck --- packages/theme/report.api.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/theme/report.api.md b/packages/theme/report.api.md index b380ce9fd1..a0c41ca45c 100644 --- a/packages/theme/report.api.md +++ b/packages/theme/report.api.md @@ -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: {}; }; };