UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

9 lines 700 B
import { type PersonaId } from "./designMatrix"; export declare const THEME_NAMES: readonly ["default", "dark", "light", "glass", "minimal", "neon", "vapor", "cyber"]; export declare const THEME_VARIANTS: readonly ["default", "compact", "expanded"]; export declare const GLASS_QUALITY_TIERS: readonly ["low", "medium", "high", "ultra"]; export declare const BLUR_STRENGTHS: readonly ["none", "subtle", "light", "standard", "strong", "intense"]; export declare const GLOW_INTENSITIES: readonly ["none", "subtle", "medium", "strong", "intense"]; export declare const PERSONA_DEFAULT: PersonaId; export declare const AVAILABLE_PERSONAS: readonly PersonaId[]; //# sourceMappingURL=themeConstants.d.ts.map