From 0a7854b22e3300474fdab86b5e36e5a407514546 Mon Sep 17 00:00:00 2001 From: Hellen Date: Fri, 18 Oct 2024 18:21:17 +0300 Subject: [PATCH] chore: deprecate DefinitionList (#229) --- 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 a42a1eb..577c7e8 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 ;