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.

29 lines (27 loc) 650 B
import fonts_default from "../theme/foundations/fonts.js"; //#region src/display/theme.ts const baseStyle = { fontFamily: [fonts_default.dnvDisplay, fonts_default.gantari].join(", "), fontWeight: 700, fontSize: "24px", lineHeight: "125%" }; const defaultProps = { size: "lg" }; const sizes = { sm: { fontSize: "18px" }, md: { fontSize: "20px" }, lg: { fontSize: "24px" }, xl: { fontSize: "32px" }, "2xl": { fontSize: "50px" } }; const variants = {}; var theme_default = { baseStyle, defaultProps, sizes, variants }; //#endregion export { theme_default as default }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=theme.js.map