update api reports

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2024-09-11 16:03:23 +02:00
committed by blam
parent dca4119a4e
commit 66eb59534d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -706,6 +706,7 @@ export type LinkProps = Omit<LinkProps_2, 'to'> &
to: string;
component?: ElementType<any>;
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)
+1 -1
View File
@@ -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';