chore: update api report
Signed-off-by: Jano González <janog@spotify.com>
This commit is contained in:
@@ -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.';
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user