UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

33 lines (32 loc) 522 B
const baseColors = {}, scaleColors = { primary: "primary", secondary: "secondary", accent: "accent", destructive: "destructive", success: "success", warning: "warning", contrast: "contrast", info: "info", foreground: "foreground", surface: "background", divider: "border", elevation: "shadow", overlay: "overlay", muted: "muted" }, colorScales = [ "50", "100", "200", "300", "400", "500", "600", "700", "800", "900" ]; export { baseColors, colorScales, scaleColors };