UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

30 lines 604 B
import { commonLight } from "../../_styles/common/index.mjs"; export function self(vars) { const { opacityDisabled, heightTiny, heightSmall, heightMedium, heightLarge, heightHuge, primaryColor, fontSize } = vars; return { fontSize, textColor: primaryColor, sizeTiny: heightTiny, sizeSmall: heightSmall, sizeMedium: heightMedium, sizeLarge: heightLarge, sizeHuge: heightHuge, color: primaryColor, opacitySpinning: opacityDisabled }; } const spinLight = { name: 'Spin', common: commonLight, self }; export default spinLight;