chore: update api report

Signed-off-by: Jano González <janog@spotify.com>
This commit is contained in:
Jano González
2024-08-02 15:59:07 +02:00
parent 7e1dfe7bd6
commit f889bf7ac8
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -85,6 +85,8 @@ export const catalogTranslationRef: TranslationRef<
readonly 'hasResourcesCard.emptyMessage': 'No resource is part of this system';
readonly 'hasSubcomponentsCard.title': 'Has subcomponents';
readonly 'hasSubcomponentsCard.emptyMessage': 'No subcomponent is part of this component';
readonly 'hasSubdomainsCard.title': 'Has subdomains';
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.';
+15
View File
@@ -370,6 +370,11 @@ export const EntityHasSubcomponentsCard: (
props: HasSubcomponentsCardProps,
) => JSX.Element;
// @public (undocumented)
export const EntityHasSubdomainsCard: (
props: HasSubdomainsCardProps,
) => JSX.Element;
// @public (undocumented)
export const EntityHasSystemsCard: (props: HasSystemsCardProps) => JSX.Element;
@@ -551,6 +556,16 @@ export interface HasSubcomponentsCardProps {
variant?: InfoCardVariants;
}
// @public (undocumented)
export interface HasSubdomainsCardProps {
// (undocumented)
tableOptions?: TableOptions;
// (undocumented)
title?: string;
// (undocumented)
variant?: InfoCardVariants;
}
// @public (undocumented)
export interface HasSystemsCardProps {
// (undocumented)