chore: add changeset and update API reports for BUI card migration

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-02-26 17:18:36 +01:00
parent aea7bd9f0e
commit 5fc35bbe9b
5 changed files with 18 additions and 7 deletions
+1
View File
@@ -57,6 +57,7 @@
"@backstage/frontend-plugin-api": "workspace:^",
"@backstage/plugin-catalog-common": "workspace:^",
"@backstage/plugin-catalog-react": "workspace:^",
"@backstage/ui": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
+4 -4
View File
@@ -18,7 +18,7 @@ export type ComponentsGridClassKey =
// @public (undocumented)
export const EntityGroupProfileCard: (props: {
variant?: InfoCardVariants;
variant?: string;
showLinks?: boolean;
}) => JSX_2.Element;
@@ -48,7 +48,7 @@ export type EntityRelationAggregation = 'direct' | 'aggregated';
// @public (undocumented)
export const EntityUserProfileCard: (props: {
variant?: InfoCardVariants;
variant?: string;
showLinks?: boolean;
maxRelations?: number;
hideIcons?: boolean;
@@ -56,7 +56,7 @@ export const EntityUserProfileCard: (props: {
// @public (undocumented)
export const GroupProfileCard: (props: {
variant?: InfoCardVariants;
variant?: string;
showLinks?: boolean;
}) => JSX_2.Element;
@@ -116,7 +116,7 @@ export type OwnershipCardClassKey =
// @public (undocumented)
export const UserProfileCard: (props: {
variant?: InfoCardVariants;
variant?: string;
showLinks?: boolean;
maxRelations?: number;
hideIcons?: boolean;