From 6f83727f8242762964fe317957913141ded08796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Mon, 18 Mar 2024 14:04:47 +0100 Subject: [PATCH] api report MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustaf Räntilä --- plugins/tech-insights/api-report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/tech-insights/api-report.md b/plugins/tech-insights/api-report.md index 1e07c0fc69..5544299bf2 100644 --- a/plugins/tech-insights/api-report.md +++ b/plugins/tech-insights/api-report.md @@ -39,6 +39,7 @@ export type CheckResultRenderer = { type: string; component: (check: CheckResult) => React_2.ReactElement; description?: (check: CheckResult) => string | React_2.ReactElement; + isFailed?: (check: CheckResult) => boolean; }; // @public (undocumented) @@ -46,6 +47,7 @@ export const EntityTechInsightsScorecardCard: (props: { title: string; description?: string | undefined; checksId?: string[] | undefined; + onlyFailed?: boolean | undefined; }) => JSX_2.Element; // @public (undocumented) @@ -73,6 +75,7 @@ export const ScorecardInfo: (props: { checkResults: CheckResult[]; title: string; description?: string | undefined; + noWarning?: boolean | undefined; }) => JSX_2.Element; // @public (undocumented)