UNPKG

@anpdgovbr/shared-ui

Version:

Biblioteca de componentes React com MUI v7 e padrão GovBR-ds para ANPD

24 lines 910 B
import { TypographyVariantsOptions } from '@mui/material/styles'; /** * Sistema de tipografia baseado nos tokens do GovBR Design System * Referência: @govbr-ds/core/dist/core-tokens.min.css * * @security Tokens de font-family com fallbacks previnem falhas de carregamento de fonte * @resilience Hierarquia tipográfica padronizada garante acessibilidade e legibilidade (WCAG 2.1) * * Tokens mapeados: * - --font-family-* para fontFamily * - --font-size-scale-* para fontSize * - --font-weight-* para fontWeight * - --font-line-height-* para lineHeight * - --spacing-scale-* para margins */ export declare const typography: TypographyVariantsOptions & { fontFamily: string; fontSize: number; fontWeightLight: string | number; fontWeightRegular: string | number; fontWeightMedium: string | number; fontWeightBold: string | number; }; //# sourceMappingURL=typography.d.ts.map