From 360b320bfc884d8557720a8394a8ee6242d108b5 Mon Sep 17 00:00:00 2001 From: Elena Makarova Date: Fri, 18 Oct 2024 18:13:12 +0300 Subject: [PATCH] chore: deprecate DefinitionList --- src/components/DefinitionList/DefinitionList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DefinitionList/DefinitionList.tsx b/src/components/DefinitionList/DefinitionList.tsx index a42a1eb3..577c7e88 100644 --- a/src/components/DefinitionList/DefinitionList.tsx +++ b/src/components/DefinitionList/DefinitionList.tsx @@ -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 ;