chore: update changeset and API reports
Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
@@ -4,6 +4,4 @@
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Added `EntityInfoCard` component to `@backstage/plugin-catalog-react` as a BUI-based card wrapper for entity page cards. Migrated `EntityAboutCard`, `EntityLinksCard`, `EntityLabelsCard`, `GroupProfileCard`, and `UserProfileCard` from MUI/InfoCard to use the new BUI card layout.
|
||||
|
||||
**Affected components:** EntityInfoCard, EntityAboutCard, EntityLinksCard, EntityLabelsCard, GroupProfileCard, UserProfileCard
|
||||
Added `EntityInfoCard` component to `@backstage/plugin-catalog-react` as a BUI-based card wrapper for entity page cards. Migrated `EntityAboutCard`, `EntityLinksCard`, `EntityLabelsCard`, `GroupProfileCard`, and `UserProfileCard` from MUI/InfoCard to use the new BUI card layout. Replaced MUI ImageList and Grid internals in LinksGridList and AboutContent with BUI Grid. Migrated EntityLabelsCard from core-components Table to BUI Table. Updated GroupProfileCard and UserProfileCard to use BUI Avatar in card titles.
|
||||
|
||||
@@ -8,6 +8,7 @@ import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { CatalogApi } from '@backstage/plugin-catalog-react';
|
||||
import { ComponentEntity } from '@backstage/catalog-model';
|
||||
import { CompoundEntityRef } from '@backstage/catalog-model';
|
||||
import { CSSProperties } from 'react';
|
||||
import { DomainEntity } from '@backstage/catalog-model';
|
||||
import { ElementType } from 'react';
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
@@ -68,6 +69,8 @@ export interface AboutFieldProps {
|
||||
// (undocumented)
|
||||
label: string;
|
||||
// (undocumented)
|
||||
style?: CSSProperties;
|
||||
// (undocumented)
|
||||
value?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user