onecart-ui
Version:
Cross-platform React and React Native component library with white-label support
165 lines • 4.07 kB
TypeScript
export declare const typographyTokens: {
display2xl: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
displayXl: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
headingXl: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
headingLg: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
headingMd: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
headingSm: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
headingXs: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
bodyXl: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
paragraphIndent: string;
};
bodyLg: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
paragraphIndent: string;
};
bodyMd: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
paragraphIndent: string;
};
bodySm: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
paragraphIndent: string;
};
bodyXs: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
paragraphIndent: string;
};
labelLg: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
labelMd: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
labelSm: {
fontFamily: string;
fontSize: number;
fontWeight: string;
lineHeight: number;
color: string;
letterSpacing: string;
textDecoration: string;
textCase: string;
};
weights: {
normal: string;
medium: string;
semibold: string;
bold: string;
};
};
export default typographyTokens;
//# sourceMappingURL=typography.d.ts.map