maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
63 lines (62 loc) • 1.92 kB
JavaScript
const r = {
name: "maz-ui",
foundation: {
"base-font-size": "14px",
"font-family": "Manrope, sans-serif, system-ui, -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen, ubuntu, cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
radius: "0.7rem",
"border-width": "0.0625rem"
},
colors: {
light: {
background: "0 0% 100%",
foreground: "210 8% 14%",
primary: "210 100% 56%",
"primary-foreground": "0 0% 100%",
secondary: "272 99% 54%",
"secondary-foreground": "0 0% 100%",
accent: "164 76% 46%",
"accent-foreground": "0 0% 100%",
success: "80 61% 50%",
"success-foreground": "210 8% 14%",
warning: "40 97% 59%",
"warning-foreground": "210 8% 14%",
destructive: "356.95 95.91% 57.73%",
"destructive-foreground": "0 0% 100%",
info: "188 78% 41%",
"info-foreground": "0 0% 100%",
contrast: "235 16% 15%",
"contrast-foreground": "255 0% 95%",
border: "220 13.04% 90.98%",
overlay: "0 0% 40%",
muted: "0 0% 54%",
shadow: "240 5.9% 10%"
},
dark: {
background: "235 16% 15%",
foreground: "0 0% 85%",
primary: "210 100% 56%",
"primary-foreground": "0 0% 100%",
secondary: "272 99% 54%",
"secondary-foreground": "0 0% 100%",
accent: "164 76% 46%",
"accent-foreground": "0 0% 100%",
success: "80 61% 50%",
"success-foreground": "210 8% 14%",
warning: "40 97% 59%",
"warning-foreground": "210 8% 14%",
destructive: "1 100% 71%",
"destructive-foreground": "0 0% 100%",
info: "188 78% 41%",
"info-foreground": "0 0% 100%",
contrast: "0 0% 100%",
"contrast-foreground": "210 8% 14%",
muted: "255 0% 54%",
border: "238 17% 25%",
overlay: "0 0% 15%",
shadow: "240 3.7% 15.9%"
}
}
};
export {
r as mazUi
};