refactor(catalog): remove obsolete gridSizes prop from AboutField

Remove the unused `gridSizes` prop from AboutField. Grid layout is
now owned by the parent Grid.Root in AboutContent, making this prop
unnecessary.

Update changeset with breaking change and migration guide.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-03-02 16:49:04 +01:00
parent 7388c6516d
commit 2aaacb5095
5 changed files with 8 additions and 19 deletions
@@ -93,9 +93,6 @@ const CardTitle = (props: { title: string; pictureSrc?: string }) =>
/** @public */
export const UserProfileCard = (props: {
// Accepted for API compatibility but not applied.
// The new entity page layout handles card sizing.
// TODO: Discuss removal in code review.
showLinks?: boolean;
maxRelations?: number;
hideIcons?: boolean;