{ "$schema": "https://shadcn-svelte.com/schema/registry.json", "name": "retroui-svelte", "homepage": "https://retroui-svelte.netlify.app", "overrideDependencies": ["vaul-svelte@next"], "aliases": { "lib": "$registry/lib", "ui": "$registry/ui", "components": "./components", "utils": "$registry/lib/utils", "hooks": "$registry/hooks" }, "items": [ { "name": "init", "type": "registry:style", "devDependencies": ["tailwind-variants", "@lucide/svelte", "tw-animate-css"], "registryDependencies": ["utils"], "files": [] }, { "name": "radius-rounded", "type": "registry:style", "description": "Rounded corners", "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.7rem" }, "dark": { "radius": "0.7rem" } } }, { "name": "radius-box", "type": "registry:style", "description": "Square corners", "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0rem" }, "dark": { "radius": "0rem" } } }, { "name": "theme-default", "type": "registry:style", "description": "A brutalist theme with bold shadows and yellow/black contrast", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#000", "card": "#fff", "card-foreground": "#000", "primary": "#ffdb33", "primary-hover": "#ffcc00", "primary-foreground": "#000", "secondary": "#000", "secondary-foreground": "#fff", "muted": "#aeaeae", "muted-foreground": "#5a5a5a", "accent": "#fae583", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#000", "chart-1": "#fff176", "chart-2": "#ffee58", "chart-3": "#ffeb3b", "chart-4": "#fdd835", "chart-5": "#f9a825" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#ffdb33", "primary-hover": "#ffcc00", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#fae583", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-green", "type": "registry:style", "description": "A nature-inspired green theme with forest colors", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#1b2f1b", "card": "#fff", "card-foreground": "#1b2f1b", "primary": "#4caf50", "primary-hover": "#45a049", "primary-foreground": "#fff", "secondary": "#1b2f1b", "secondary-foreground": "#fff", "muted": "#c8e6c9", "muted-foreground": "#2e7d32", "accent": "#81c784", "accent-foreground": "#1b2f1b", "destructive": "#d32f2f", "destructive-foreground": "#fff", "border": "#1b2f1b", "chart-1": "#81c784", "chart-2": "#66bb6a", "chart-3": "#4caf50", "chart-4": "#43a047", "chart-5": "#388e3c" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#66bb6a", "primary-hover": "#4caf50", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#a5d6a7", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-orange", "type": "registry:style", "description": "A vibrant orange theme with warm autumn colors", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#2f1b14", "card": "#fff", "card-foreground": "#2f1b14", "primary": "#ff6b35", "primary-hover": "#ff5722", "primary-foreground": "#fff", "secondary": "#2f1b14", "secondary-foreground": "#fff", "muted": "#ffcab0", "muted-foreground": "#8b4513", "accent": "#ffa726", "accent-foreground": "#2f1b14", "destructive": "#d32f2f", "destructive-foreground": "#fff", "border": "#2f1b14", "chart-1": "#ffcc80", "chart-2": "#ffb74d", "chart-3": "#ff9800", "chart-4": "#f57c00", "chart-5": "#e65100" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#ff8a50", "primary-hover": "#ff6b35", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#ffcc80", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-yellow", "type": "registry:style", "description": "A bright yellow theme with high contrast and retro vibes", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#000", "card": "#fff", "card-foreground": "#000", "primary": "#ffdb33", "primary-hover": "#ffcc00", "primary-foreground": "#000", "secondary": "#000", "secondary-foreground": "#fff", "muted": "#aeaeae", "muted-foreground": "#5a5a5a", "accent": "#fae583", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#000", "chart-1": "#fff176", "chart-2": "#ffee58", "chart-3": "#ffeb3b", "chart-4": "#fdd835", "chart-5": "#f9a825" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#ffdb33", "primary-hover": "#ffcc00", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#fae583", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-teal", "type": "registry:style", "description": "A calming teal theme with ocean-inspired colors", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#0d2e2a", "card": "#fff", "card-foreground": "#0d2e2a", "primary": "#26a69a", "primary-hover": "#00897b", "primary-foreground": "#fff", "secondary": "#0d2e2a", "secondary-foreground": "#fff", "muted": "#b2dfdb", "muted-foreground": "#00695c", "accent": "#4db6ac", "accent-foreground": "#0d2e2a", "destructive": "#e57373", "destructive-foreground": "#fff", "border": "#0d2e2a", "chart-1": "#80cbc4", "chart-2": "#4db6ac", "chart-3": "#26a69a", "chart-4": "#00897b", "chart-5": "#00695c" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#4dd0e1", "primary-hover": "#26c6da", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#80cbc4", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-purple", "type": "registry:style", "description": "A rich purple theme with royal elegance", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#2d1b3d", "card": "#fff", "card-foreground": "#2d1b3d", "primary": "#8e24aa", "primary-hover": "#7b1fa2", "primary-foreground": "#fff", "secondary": "#2d1b3d", "secondary-foreground": "#fff", "muted": "#e1bee7", "muted-foreground": "#4a148c", "accent": "#ba68c8", "accent-foreground": "#2d1b3d", "destructive": "#e91e63", "destructive-foreground": "#fff", "border": "#2d1b3d", "chart-1": "#ce93d8", "chart-2": "#ba68c8", "chart-3": "#ab47bc", "chart-4": "#8e24aa", "chart-5": "#7b1fa2" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#ce93d8", "primary-hover": "#ba68c8", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#e1bee7", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-gold", "type": "registry:style", "description": "A luxurious gold theme with warm metallic tones", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#3e2723", "card": "#fff", "card-foreground": "#3e2723", "primary": "#ffa000", "primary-hover": "#ff8f00", "primary-foreground": "#fff", "secondary": "#3e2723", "secondary-foreground": "#fff", "muted": "#ffe0b2", "muted-foreground": "#bf360c", "accent": "#ffb74d", "accent-foreground": "#3e2723", "destructive": "#f4511e", "destructive-foreground": "#fff", "border": "#3e2723", "chart-1": "#ffd54f", "chart-2": "#ffca28", "chart-3": "#ffc107", "chart-4": "#ffb300", "chart-5": "#ffa000" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#ffca28", "primary-hover": "#ffa000", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#ffd54f", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-coral", "type": "registry:style", "description": "A vibrant coral theme with fiery red-orange hues", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#3d1a1a", "card": "#fff", "card-foreground": "#3d1a1a", "primary": "#ff5722", "primary-hover": "#e64a19", "primary-foreground": "#fff", "secondary": "#3d1a1a", "secondary-foreground": "#fff", "muted": "#ffcdd2", "muted-foreground": "#c62828", "accent": "#ff8a65", "accent-foreground": "#3d1a1a", "destructive": "#d32f2f", "destructive-foreground": "#fff", "border": "#3d1a1a", "chart-1": "#ff8a80", "chart-2": "#ff7043", "chart-3": "#ff5722", "chart-4": "#f4511e", "chart-5": "#d84315" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#ff6659", "primary-hover": "#ff5722", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#ff8a80", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-cyan", "type": "registry:style", "description": "A fresh cyan theme with electric blue accents", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#0f2027", "card": "#fff", "card-foreground": "#0f2027", "primary": "#00bcd4", "primary-hover": "#0097a7", "primary-foreground": "#fff", "secondary": "#0f2027", "secondary-foreground": "#fff", "muted": "#b2ebf2", "muted-foreground": "#006064", "accent": "#26c6da", "accent-foreground": "#0f2027", "destructive": "#f06292", "destructive-foreground": "#fff", "border": "#0f2027", "chart-1": "#80deea", "chart-2": "#4dd0e1", "chart-3": "#26c6da", "chart-4": "#00bcd4", "chart-5": "#0097a7" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#18ffff", "primary-hover": "#00e5ff", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#64ffda", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-blue", "type": "registry:style", "description": "A classic blue theme with professional styling", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#0f1419", "card": "#fff", "card-foreground": "#0f1419", "primary": "#2196f3", "primary-hover": "#1976d2", "primary-foreground": "#fff", "secondary": "#0f1419", "secondary-foreground": "#fff", "muted": "#bbdefb", "muted-foreground": "#0d47a1", "accent": "#42a5f5", "accent-foreground": "#0f1419", "destructive": "#f44336", "destructive-foreground": "#fff", "border": "#0f1419", "chart-1": "#90caf9", "chart-2": "#64b5f6", "chart-3": "#42a5f5", "chart-4": "#2196f3", "chart-5": "#1976d2" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#64b5f6", "primary-hover": "#42a5f5", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#90caf9", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-red", "type": "registry:style", "description": "A bold red theme with dramatic intensity", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#2d1b1b", "card": "#fff", "card-foreground": "#2d1b1b", "primary": "#f44336", "primary-hover": "#d32f2f", "primary-foreground": "#fff", "secondary": "#2d1b1b", "secondary-foreground": "#fff", "muted": "#ffcdd2", "muted-foreground": "#b71c1c", "accent": "#ef5350", "accent-foreground": "#2d1b1b", "destructive": "#d32f2f", "destructive-foreground": "#fff", "border": "#2d1b1b", "chart-1": "#e57373", "chart-2": "#ef5350", "chart-3": "#f44336", "chart-4": "#e53935", "chart-5": "#d32f2f" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#ef5350", "primary-hover": "#f44336", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#e57373", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-pink", "type": "registry:style", "description": "A playful pink theme with romantic charm", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#2d1b2d", "card": "#fff", "card-foreground": "#2d1b2d", "primary": "#e91e63", "primary-hover": "#c2185b", "primary-foreground": "#fff", "secondary": "#2d1b2d", "secondary-foreground": "#fff", "muted": "#f8bbd9", "muted-foreground": "#880e4f", "accent": "#f06292", "accent-foreground": "#2d1b2d", "destructive": "#f44336", "destructive-foreground": "#fff", "border": "#2d1b2d", "chart-1": "#f48fb1", "chart-2": "#f06292", "chart-3": "#ec407a", "chart-4": "#e91e63", "chart-5": "#d81b60" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#f48fb1", "primary-hover": "#f06292", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#f8bbd9", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-indigo", "type": "registry:style", "description": "A sophisticated indigo theme with deep blue-purple tones", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#1a1a2e", "card": "#fff", "card-foreground": "#1a1a2e", "primary": "#3f51b5", "primary-hover": "#303f9f", "primary-foreground": "#fff", "secondary": "#1a1a2e", "secondary-foreground": "#fff", "muted": "#c5cae9", "muted-foreground": "#1a237e", "accent": "#5c6bc0", "accent-foreground": "#1a1a2e", "destructive": "#f44336", "destructive-foreground": "#fff", "border": "#1a1a2e", "chart-1": "#7986cb", "chart-2": "#5c6bc0", "chart-3": "#3f51b5", "chart-4": "#3949ab", "chart-5": "#303f9f" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#7986cb", "primary-hover": "#5c6bc0", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#9fa8da", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-lime", "type": "registry:style", "description": "A zesty lime theme with energetic green-yellow hues", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#1b2d1b", "card": "#fff", "card-foreground": "#1b2d1b", "primary": "#cddc39", "primary-hover": "#afb42b", "primary-foreground": "#000", "secondary": "#1b2d1b", "secondary-foreground": "#fff", "muted": "#e6ee9c", "muted-foreground": "#33691e", "accent": "#d4e157", "accent-foreground": "#1b2d1b", "destructive": "#f44336", "destructive-foreground": "#fff", "border": "#1b2d1b", "chart-1": "#dce775", "chart-2": "#d4e157", "chart-3": "#cddc39", "chart-4": "#c0ca33", "chart-5": "#afb42b" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#dce775", "primary-hover": "#d4e157", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#e6ee9c", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-rose", "type": "registry:style", "description": "An elegant rose theme with delicate pink tones", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#2d1b2d", "card": "#fff", "card-foreground": "#2d1b2d", "primary": "#e91e63", "primary-hover": "#c2185b", "primary-foreground": "#fff", "secondary": "#2d1b2d", "secondary-foreground": "#fff", "muted": "#f8bbd9", "muted-foreground": "#880e4f", "accent": "#f06292", "accent-foreground": "#2d1b2d", "destructive": "#f44336", "destructive-foreground": "#fff", "border": "#2d1b2d", "chart-1": "#f48fb1", "chart-2": "#f06292", "chart-3": "#ec407a", "chart-4": "#e91e63", "chart-5": "#d81b60" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#f48fb1", "primary-hover": "#f06292", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#f8bbd9", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-sky", "type": "registry:style", "description": "A serene sky theme with light blue and airy tones", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#0c1b2d", "card": "#fff", "card-foreground": "#0c1b2d", "primary": "#03a9f4", "primary-hover": "#0288d1", "primary-foreground": "#fff", "secondary": "#0c1b2d", "secondary-foreground": "#fff", "muted": "#b3e5fc", "muted-foreground": "#01579b", "accent": "#29b6f6", "accent-foreground": "#0c1b2d", "destructive": "#f44336", "destructive-foreground": "#fff", "border": "#0c1b2d", "chart-1": "#81d4fa", "chart-2": "#4fc3f7", "chart-3": "#29b6f6", "chart-4": "#03a9f4", "chart-5": "#039be5" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#4fc3f7", "primary-hover": "#29b6f6", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#81d4fa", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "theme-slate", "type": "registry:style", "description": "A modern slate theme with neutral gray tones", "devDependencies": [], "dependencies": [], "registryDependencies": [], "files": [], "cssVars": { "light": { "radius": "0.5rem", "background": "#fff", "foreground": "#1e293b", "card": "#fff", "card-foreground": "#1e293b", "primary": "#475569", "primary-hover": "#334155", "primary-foreground": "#fff", "secondary": "#1e293b", "secondary-foreground": "#fff", "muted": "#e2e8f0", "muted-foreground": "#334155", "accent": "#64748b", "accent-foreground": "#1e293b", "destructive": "#ef4444", "destructive-foreground": "#fff", "border": "#1e293b", "chart-1": "#94a3b8", "chart-2": "#64748b", "chart-3": "#475569", "chart-4": "#334155", "chart-5": "#1e293b" }, "dark": { "radius": "0.5rem", "background": "#1a1a1a", "foreground": "#f5f5f5", "card": "#242424", "card-foreground": "#f5f5f5", "primary": "#94a3b8", "primary-hover": "#64748b", "primary-foreground": "#000", "secondary": "#3a3a3a", "secondary-foreground": "#f5f5f5", "muted": "#3f3f46", "muted-foreground": "#a0a0a0", "accent": "#cbd5e1", "accent-foreground": "#000", "destructive": "#e63946", "destructive-foreground": "#fff", "border": "#3a3a3a" }, "theme": { "font-head": "\"Archivo Black\", sans-serif", "font-sans": "\"Space Grotesk\", sans-serif", "shadow-xs": "1px 1px 0 0 var(--border)", "shadow-sm": "2px 2px 0 0 var(--border)", "shadow": "3px 3px 0 0 var(--border)", "shadow-md": "4px 4px 0 0 var(--border)", "shadow-lg": "6px 6px 0 0 var(--border)", "shadow-xl": "10px 10px 0 1px var(--border)", "shadow-2xl": "16px 16px 0 1px var(--border)" } } }, { "name": "accordion", "type": "registry:ui", "devDependencies": ["@lucide/svelte"], "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/accordion/accordion-content.svelte" }, { "type": "registry:file", "path": "registry/ui/accordion/accordion-item.svelte" }, { "type": "registry:file", "path": "registry/ui/accordion/accordion-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/accordion/accordion.svelte" }, { "type": "registry:file", "path": "registry/ui/accordion/index.ts" } ] }, { "name": "alert", "type": "registry:ui", "devDependencies": ["tailwind-variants"], "registryDependencies": ["local:text"], "files": [ { "type": "registry:file", "path": "registry/ui/alert/alert-description.svelte" }, { "type": "registry:file", "path": "registry/ui/alert/alert-title.svelte" }, { "type": "registry:file", "path": "registry/ui/alert/alert.svelte" }, { "type": "registry:file", "path": "registry/ui/alert/index.ts" } ] }, { "name": "alert-dialog", "type": "registry:ui", "registryDependencies": ["local:button"], "files": [ { "type": "registry:file", "path": "registry/ui/alert-dialog/alert-dialog-action.svelte" }, { "type": "registry:file", "path": "registry/ui/alert-dialog/alert-dialog-cancel.svelte" }, { "type": "registry:file", "path": "registry/ui/alert-dialog/alert-dialog-content.svelte" }, { "type": "registry:file", "path": "registry/ui/alert-dialog/alert-dialog-description.svelte" }, { "type": "registry:file", "path": "registry/ui/alert-dialog/alert-dialog-footer.svelte" }, { "type": "registry:file", "path": "registry/ui/alert-dialog/alert-dialog-header.svelte" }, { "type": "registry:file", "path": "registry/ui/alert-dialog/alert-dialog-overlay.svelte" }, { "type": "registry:file", "path": "registry/ui/alert-dialog/alert-dialog-title.svelte" }, { "type": "registry:file", "path": "registry/ui/alert-dialog/alert-dialog-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/alert-dialog/index.ts" } ] }, { "name": "avatar", "type": "registry:ui", "registryDependencies": [], "dependencies": ["bits-ui"], "files": [ { "type": "registry:file", "path": "registry/ui/avatar/avatar-fallback.svelte" }, { "type": "registry:file", "path": "registry/ui/avatar/avatar-image.svelte" }, { "type": "registry:file", "path": "registry/ui/avatar/avatar.svelte" }, { "type": "registry:file", "path": "registry/ui/avatar/index.ts" } ] }, { "name": "badge", "type": "registry:ui", "registryDependencies": [], "devDependencies": ["tailwind-variants"], "files": [ { "type": "registry:file", "path": "registry/ui/badge/badge.svelte" }, { "type": "registry:file", "path": "registry/ui/badge/index.ts" } ] }, { "name": "breadcrumb", "type": "registry:ui", "registryDependencies": [], "devDependencies": ["@lucide/svelte"], "files": [ { "type": "registry:file", "path": "registry/ui/breadcrumb/breadcrumb-ellipsis.svelte" }, { "type": "registry:file", "path": "registry/ui/breadcrumb/breadcrumb-item.svelte" }, { "type": "registry:file", "path": "registry/ui/breadcrumb/breadcrumb-link.svelte" }, { "type": "registry:file", "path": "registry/ui/breadcrumb/breadcrumb-list.svelte" }, { "type": "registry:file", "path": "registry/ui/breadcrumb/breadcrumb-page.svelte" }, { "type": "registry:file", "path": "registry/ui/breadcrumb/breadcrumb-separator.svelte" }, { "type": "registry:file", "path": "registry/ui/breadcrumb/breadcrumb.svelte" }, { "type": "registry:file", "path": "registry/ui/breadcrumb/index.ts" } ] }, { "name": "button", "type": "registry:ui", "registryDependencies": [], "devDependencies": ["tailwind-variants"], "files": [ { "type": "registry:file", "path": "registry/ui/button/button.svelte" }, { "type": "registry:file", "path": "registry/ui/button/index.ts" } ] }, { "name": "calendar", "type": "registry:ui", "devDependencies": ["tailwind-variants" , "@lucide/svelte"], "dependencies": ["@internationalized/date" , "bits-ui"], "registryDependencies": ["local:button"], "files": [ { "type": "registry:file", "path": "registry/ui/calendar/calendar-caption.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-cell.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-day.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-grid-body.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-grid-head.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-grid-row.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-grid.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-head-cell.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-header.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-heading.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-month-select.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-month.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-months.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-nav.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-next-button.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-prev-button.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar-year-select.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/calendar.svelte" }, { "type": "registry:file", "path": "registry/ui/calendar/index.ts" } ] }, { "name": "card", "type": "registry:ui", "registryDependencies": ["local:text"], "files": [ { "type": "registry:file", "path": "registry/ui/card/card-action.svelte" }, { "type": "registry:file", "path": "registry/ui/card/card-content.svelte" }, { "type": "registry:file", "path": "registry/ui/card/card-description.svelte" }, { "type": "registry:file", "path": "registry/ui/card/card-footer.svelte" }, { "type": "registry:file", "path": "registry/ui/card/card-header.svelte" }, { "type": "registry:file", "path": "registry/ui/card/card-title.svelte" }, { "type": "registry:file", "path": "registry/ui/card/card.svelte" }, { "type": "registry:file", "path": "registry/ui/card/index.ts" } ] }, { "name": "checkbox", "type": "registry:ui", "devDependencies": ["@lucide/svelte" , "tailwind-variants"], "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/checkbox/checkbox.svelte" }, { "type": "registry:file", "path": "registry/ui/checkbox/index.ts" } ] }, { "name": "collapsible", "type": "registry:ui", "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/collapsible/collapsible-content.svelte" }, { "type": "registry:file", "path": "registry/ui/collapsible/collapsible-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/collapsible/collapsible.svelte" }, { "type": "registry:file", "path": "registry/ui/collapsible/index.ts" } ] }, { "name": "command", "type": "registry:ui", "devDependencies": ["@lucide/svelte"], "dependencies": ["bits-ui"], "registryDependencies": ["local:dialog"], "files": [ { "type": "registry:file", "path": "registry/ui/command/command-dialog.svelte" }, { "type": "registry:file", "path": "registry/ui/command/command-empty.svelte" }, { "type": "registry:file", "path": "registry/ui/command/command-group.svelte" }, { "type": "registry:file", "path": "registry/ui/command/command-input.svelte" }, { "type": "registry:file", "path": "registry/ui/command/command-item.svelte" }, { "type": "registry:file", "path": "registry/ui/command/command-link-item.svelte" }, { "type": "registry:file", "path": "registry/ui/command/command-list.svelte" }, { "type": "registry:file", "path": "registry/ui/command/command-separator.svelte" }, { "type": "registry:file", "path": "registry/ui/command/command-shortcut.svelte" }, { "type": "registry:file", "path": "registry/ui/command/command.svelte" }, { "type": "registry:file", "path": "registry/ui/command/index.ts" } ] }, { "name": "context-menu", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["@lucide/svelte"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-checkbox-item.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-content.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-group-heading.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-group.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-item.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-label.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-radio-group.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-radio-item.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-separator.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-shortcut.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-sub-content.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-sub-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/context-menu-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/context-menu/index.ts" } ] }, { "name": "dialog", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["@lucide/svelte"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/dialog/dialog-close.svelte" }, { "type": "registry:file", "path": "registry/ui/dialog/dialog-content.svelte" }, { "type": "registry:file", "path": "registry/ui/dialog/dialog-description.svelte" }, { "type": "registry:file", "path": "registry/ui/dialog/dialog-footer.svelte" }, { "type": "registry:file", "path": "registry/ui/dialog/dialog-header.svelte" }, { "type": "registry:file", "path": "registry/ui/dialog/dialog-overlay.svelte" }, { "type": "registry:file", "path": "registry/ui/dialog/dialog-title.svelte" }, { "type": "registry:file", "path": "registry/ui/dialog/dialog-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/dialog/index.ts" } ] }, { "name": "dropdown-menu", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["@lucide/svelte"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-checkbox-item.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-content.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-group-heading.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-group.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-item.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-label.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-radio-group.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-radio-item.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-separator.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-shortcut.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-sub-content.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-sub-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/dropdown-menu-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/dropdown-menu/index.ts" } ] }, { "name": "hover-card", "type": "registry:ui", "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/hover-card/hover-card-content.svelte" }, { "type": "registry:file", "path": "registry/ui/hover-card/hover-card-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/hover-card/index.ts" } ] }, { "name": "input", "type": "registry:ui", "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/input/index.ts" }, { "type": "registry:file", "path": "registry/ui/input/input.svelte" } ] }, { "name": "label", "type": "registry:ui", "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/label/index.ts" }, { "type": "registry:file", "path": "registry/ui/label/label.svelte" } ] }, { "name": "loader", "type": "registry:ui", "devDependencies": ["tailwind-variants"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/loader/index.ts" }, { "type": "registry:file", "path": "registry/ui/loader/loader.svelte" } ] }, { "name": "menubar", "type": "registry:ui", "devDependencies": ["@lucide/svelte"], "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/menubar/index.ts" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-checkbox-item.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-content.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-group-heading.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-group.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-item.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-label.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-radio-item.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-separator.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-shortcut.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-sub-content.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-sub-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/menubar/menubar.svelte" } ] }, { "name": "navigation-menu", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["tailwind-variants"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/navigation-menu/index.ts" }, { "type": "registry:file", "path": "registry/ui/navigation-menu/navigation-menu-content.svelte" }, { "type": "registry:file", "path": "registry/ui/navigation-menu/navigation-menu-indicator.svelte" }, { "type": "registry:file", "path": "registry/ui/navigation-menu/navigation-menu-item.svelte" }, { "type": "registry:file", "path": "registry/ui/navigation-menu/navigation-menu-link.svelte" }, { "type": "registry:file", "path": "registry/ui/navigation-menu/navigation-menu-list.svelte" }, { "type": "registry:file", "path": "registry/ui/navigation-menu/navigation-menu-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/navigation-menu/navigation-menu-viewport.svelte" }, { "type": "registry:file", "path": "registry/ui/navigation-menu/navigation-menu.svelte" } ] }, { "name": "pagination", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["@lucide/svelte"], "registryDependencies": ["local:button"], "files": [ { "type": "registry:file", "path": "registry/ui/pagination/index.ts" }, { "type": "registry:file", "path": "registry/ui/pagination/pagination-content.svelte" }, { "type": "registry:file", "path": "registry/ui/pagination/pagination-ellipsis.svelte" }, { "type": "registry:file", "path": "registry/ui/pagination/pagination-item.svelte" }, { "type": "registry:file", "path": "registry/ui/pagination/pagination-link.svelte" }, { "type": "registry:file", "path": "registry/ui/pagination/pagination-next-button.svelte" }, { "type": "registry:file", "path": "registry/ui/pagination/pagination-prev-button.svelte" }, { "type": "registry:file", "path": "registry/ui/pagination/pagination.svelte" } ] }, { "name": "popover", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["tailwind-variants"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/popover/index.ts" }, { "type": "registry:file", "path": "registry/ui/popover/popover-content.svelte" }, { "type": "registry:file", "path": "registry/ui/popover/popover-trigger.svelte" } ] }, { "name": "progress", "type": "registry:ui", "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/progress/index.ts" }, { "type": "registry:file", "path": "registry/ui/progress/progress.svelte" } ] }, { "name": "radio-group", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["tailwind-variants"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/radio-group/index.ts" }, { "type": "registry:file", "path": "registry/ui/radio-group/radio-group-item.svelte" }, { "type": "registry:file", "path": "registry/ui/radio-group/radio-group.svelte" } ] }, { "name": "range-calendar", "type": "registry:ui", "dependencies": ["@internationalized/date" , "bits-ui"], "devDependencies": ["tailwind-variants" , "@lucide/svelte"], "registryDependencies": ["local:button"], "files": [ { "type": "registry:file", "path": "registry/ui/range-calendar/index.ts" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-caption.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-cell.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-day.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-grid-row.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-grid.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-head-cell.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-header.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-heading.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-month-select.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-month.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-months.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-nav.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-next-button.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-prev-button.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar-year-select.svelte" }, { "type": "registry:file", "path": "registry/ui/range-calendar/range-calendar.svelte" } ] }, { "name": "select", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["@lucide/svelte"], "registryDependencies": ["local:separator"], "files": [ { "type": "registry:file", "path": "registry/ui/select/index.ts" }, { "type": "registry:file", "path": "registry/ui/select/select-content.svelte" }, { "type": "registry:file", "path": "registry/ui/select/select-group-heading.svelte" }, { "type": "registry:file", "path": "registry/ui/select/select-group.svelte" }, { "type": "registry:file", "path": "registry/ui/select/select-item.svelte" }, { "type": "registry:file", "path": "registry/ui/select/select-label.svelte" }, { "type": "registry:file", "path": "registry/ui/select/select-scroll-down-button.svelte" }, { "type": "registry:file", "path": "registry/ui/select/select-scroll-up-button.svelte" }, { "type": "registry:file", "path": "registry/ui/select/select-separator.svelte" }, { "type": "registry:file", "path": "registry/ui/select/select-trigger.svelte" } ] }, { "name": "separator", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["tailwind-variants"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/separator/index.ts" }, { "type": "registry:file", "path": "registry/ui/separator/separator.svelte" } ] }, { "name": "sheet", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["tailwind-variants"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/sheet/index.ts" }, { "type": "registry:file", "path": "registry/ui/sheet/sheet-close.svelte" }, { "type": "registry:file", "path": "registry/ui/sheet/sheet-content.svelte" }, { "type": "registry:file", "path": "registry/ui/sheet/sheet-description.svelte" }, { "type": "registry:file", "path": "registry/ui/sheet/sheet-footer.svelte" }, { "type": "registry:file", "path": "registry/ui/sheet/sheet-header.svelte" }, { "type": "registry:file", "path": "registry/ui/sheet/sheet-overlay.svelte" }, { "type": "registry:file", "path": "registry/ui/sheet/sheet-title.svelte" }, { "type": "registry:file", "path": "registry/ui/sheet/sheet-trigger.svelte" } ] }, { "name": "slider", "type": "registry:ui", "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/slider/index.ts" }, { "type": "registry:file", "path": "registry/ui/slider/slider.svelte" } ] }, { "name": "sonner", "type": "registry:ui", "dependencies": ["svelte-sonner" , "mode-watcher"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/sonner/index.ts" }, { "type": "registry:file", "path": "registry/ui/sonner/sonner.svelte" } ] }, { "name": "switch", "type": "registry:ui", "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/switch/index.ts" }, { "type": "registry:file", "path": "registry/ui/switch/switch.svelte" } ] }, { "name": "table", "type": "registry:ui", "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/table/index.ts" }, { "type": "registry:file", "path": "registry/ui/table/table-body.svelte" }, { "type": "registry:file", "path": "registry/ui/table/table-caption.svelte" }, { "type": "registry:file", "path": "registry/ui/table/table-cell.svelte" }, { "type": "registry:file", "path": "registry/ui/table/table-footer.svelte" }, { "type": "registry:file", "path": "registry/ui/table/table-head.svelte" }, { "type": "registry:file", "path": "registry/ui/table/table-header.svelte" }, { "type": "registry:file", "path": "registry/ui/table/table-row.svelte" }, { "type": "registry:file", "path": "registry/ui/table/table.svelte" } ] }, { "name": "tabs", "type": "registry:ui", "dependencies": ["bits-ui"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/tabs/index.ts" }, { "type": "registry:file", "path": "registry/ui/tabs/tabs-content.svelte" }, { "type": "registry:file", "path": "registry/ui/tabs/tabs-list.svelte" }, { "type": "registry:file", "path": "registry/ui/tabs/tabs-trigger.svelte" }, { "type": "registry:file", "path": "registry/ui/tabs/tabs.svelte" } ] }, { "name": "textarea", "type": "registry:ui", "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/textarea/index.ts" }, { "type": "registry:file", "path": "registry/ui/textarea/textarea.svelte" } ] }, { "name": "toggle", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["tailwind-variants"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/toggle/index.ts" }, { "type": "registry:file", "path": "registry/ui/toggle/toggle.svelte" } ] }, { "name": "toggle-group", "type": "registry:ui", "dependencies": ["bits-ui"], "registryDependencies": ["local:toggle"], "files": [ { "type": "registry:file", "path": "registry/ui/toggle-group/index.ts" }, { "type": "registry:file", "path": "registry/ui/toggle-group/toggle-group-item.svelte" }, { "type": "registry:file", "path": "registry/ui/toggle-group/toggle-group.svelte" } ] }, { "name": "tooltip", "type": "registry:ui", "dependencies": ["bits-ui"], "devDependencies": ["tailwind-variants"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/tooltip/index.ts" }, { "type": "registry:file", "path": "registry/ui/tooltip/tooltip-content.svelte" }, { "type": "registry:file", "path": "registry/ui/tooltip/tooltip-trigger.svelte" } ] }, { "name": "text", "type": "registry:ui", "devDependencies": ["tailwind-variants"], "registryDependencies": [], "files": [ { "type": "registry:file", "path": "registry/ui/text/index.ts" }, { "type": "registry:file", "path": "registry/ui/text/text.svelte" } ] }, { "name": "utils", "type": "registry:lib", "registryDependencies": [], "files": [ { "type": "registry:lib", "path": "registry/lib/utils.ts" } ] }, { "name": "portfolio", "type": "registry:block", "description": "A dark retro portfolio landing page block with skills, testimonials, and contact sections.", "registryDependencies": ["local:badge", "local:button", "local:input", "local:textarea", "local:separator", "local:text", "local:tabs"], "devDependencies": ["@lucide/svelte"], "files": [ { "type": "registry:file", "path": "registry/blocks/portfolio/portfolio.svelte" }, { "type": "registry:file", "path": "registry/blocks/portfolio/index.ts" } ] }, { "name": "retro-characters", "type": "registry:block", "description": "A cream and pink retro cartoon character shop landing page with products, customization, and footer.", "registryDependencies": ["local:badge", "local:button", "local:input", "local:textarea", "local:separator"], "devDependencies": ["@lucide/svelte"], "files": [ { "type": "registry:file", "path": "registry/blocks/retro-characters/retro-characters.svelte" }, { "type": "registry:file", "path": "registry/blocks/retro-characters/index.ts" } ] } ] }