UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

39 lines (37 loc) 707 B
import fonts_default from "../theme/foundations/fonts.js"; //#region src/p/theme.ts const baseStyle = {}; const defaultProps = { size: "md" }; const sizes = { xs: { fontSize: "xs", lineHeight: "18px", marginBottom: "6px" }, sm: { fontSize: "sm", lineHeight: "22px", marginBottom: "7px" }, md: { fontSize: "md", lineHeight: "26px", marginBottom: "8px" }, lg: { fontSize: "lg", lineHeight: "32px", marginBottom: "9px" } }; const variants = { mono: { fontFamily: fonts_default.mono } }; var theme_default = { baseStyle, defaultProps, sizes, variants }; //#endregion export { theme_default as default }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=theme.js.map