From 66eb59534d8ce0e983fc735a12fb84a8357e7023 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Wed, 11 Sep 2024 16:03:23 +0200 Subject: [PATCH] update api reports Signed-off-by: Emma Indal --- packages/core-components/report.api.md | 1 + plugins/catalog/report-alpha.api.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core-components/report.api.md b/packages/core-components/report.api.md index d71d6a1e9f..4c2727ab1e 100644 --- a/packages/core-components/report.api.md +++ b/packages/core-components/report.api.md @@ -706,6 +706,7 @@ export type LinkProps = Omit & to: string; component?: ElementType; noTrack?: boolean; + externalLinkIcon?: React_2.ReactNode; }; // Warning: (ae-missing-release-tag) "LoginRequestListItemClassKey" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) diff --git a/plugins/catalog/report-alpha.api.md b/plugins/catalog/report-alpha.api.md index 13ee6d0314..b7fa14d003 100644 --- a/plugins/catalog/report-alpha.api.md +++ b/plugins/catalog/report-alpha.api.md @@ -113,7 +113,7 @@ export const catalogTranslationRef: TranslationRef< readonly 'hasSubdomainsCard.emptyMessage': 'No subdomain is part of this domain'; readonly 'hasSystemsCard.title': 'Has systems'; readonly 'hasSystemsCard.emptyMessage': 'No system is part of this domain'; - readonly 'relatedEntitiesCard.emptyHelpLinkTitle': 'Learn how to change this.'; + readonly 'relatedEntitiesCard.emptyHelpLinkTitle': 'Learn how to change this'; readonly 'systemDiagramCard.title': 'System Diagram'; readonly 'systemDiagramCard.description': 'Use pinch & zoo to move around the diagram.'; readonly 'systemDiagramCard.edgeLabels.dependsOn': 'depends on';