Skip to content

Commit

Permalink
chore: deprecate DefinitionList (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug authored Oct 18, 2024
1 parent c1e3e19 commit 0a7854b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DefinitionList/DefinitionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function DefinitionListGrouped({
);
}

/** @deprecated it's been moved to `@gravity-ui/uikit`. It's available there since version 6.32.0 */
export function DefinitionList({items, ...rest}: DefinitionListProps) {
if (onlySingleItems(items)) {
return <DefinitionListGranular {...rest} items={items} />;
Expand Down

0 comments on commit 0a7854b

Please sign in to comment.