Add support for legend

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-07-21 13:05:17 +01:00
parent 396ae15db0
commit d71d63e295
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1698,7 +1698,8 @@ export type TextOwnProps = {
| 'div'
| 'strong'
| 'em'
| 'small';
| 'small'
| 'legend';
variant?: TextVariants | Partial<Record<Breakpoint, TextVariants>>;
weight?: TextWeights | Partial<Record<Breakpoint, TextWeights>>;
color?:
+2 -1
View File
@@ -38,7 +38,8 @@ export type TextOwnProps = {
| 'div'
| 'strong'
| 'em'
| 'small';
| 'small'
| 'legend';
variant?: TextVariants | Partial<Record<Breakpoint, TextVariants>>;
weight?: TextWeights | Partial<Record<Breakpoint, TextWeights>>;
color?: