From 3a3e22310ed5a17893cd478dd6a7ecf3e65e508c Mon Sep 17 00:00:00 2001 From: Max Korsunov Date: Wed, 15 Jan 2025 14:45:23 +0400 Subject: [PATCH] feat(ui): add `bodyTechnical` text style --- packages/ui/src/Text/index.tsx | 6 ++++-- packages/ui/src/Text/types.ts | 1 + packages/ui/src/utils/typography.ts | 12 +++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/packages/ui/src/Text/index.tsx b/packages/ui/src/Text/index.tsx index 36fb7f1d8..0ac534c5e 100644 --- a/packages/ui/src/Text/index.tsx +++ b/packages/ui/src/Text/index.tsx @@ -2,6 +2,7 @@ import cn from 'clsx'; import { body, + bodyTechnical, detail, h1, h2, @@ -10,7 +11,7 @@ import { large, small, detailTechnical, - strong, + bodyStrong, technical, xxl, p, @@ -134,13 +135,14 @@ const VARIANT_MAP: Record