@ozen-ui/kit
Version:
React component library
31 lines (30 loc) • 656 B
JavaScript
export var matchVariantToTag = {
'heading-4xl': 'h1',
'heading-3xl': 'h2',
'heading-2xl': 'h3',
'heading-xl': 'h4',
'heading-l': 'h5',
'text-4xl': 'p',
'text-4xl_1': 'p',
'text-3xl': 'p',
'text-3xl_1': 'p',
'text-2xl': 'p',
'text-2xl_1': 'p',
'text-xl': 'p',
'text-xl_1': 'p',
'text-l': 'p',
'text-l_1': 'p',
'text-m': 'p',
'text-m_1': 'p',
'text-s': 'p',
'text-s_1': 'p',
'text-xs': 'p',
'text-xs_1': 'p',
'text-2xs': 'p',
'text-2xs_1': 'p',
'text-3xs': 'p',
'text-3xs_1': 'p',
'caption-3xs': 'span',
'caption-3xs_1': 'span',
inherit: 'p',
};