{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-custom-colors", "title": "Alert Custom Colors", "description": "Alert example: Custom Colors.", "registryDependencies": [ "alert" ], "files": [ { "path": "apps/docs/demos/alert/custom-colors.tsx", "content": "\"use client\";\n\nimport { Alert, AlertDescription, AlertTitle } from \"@keystoneui/react/alert\";\nimport {\n TriangleAlert as AlertTriangleIcon,\n Info as InfoIcon,\n ShieldCheck as ShieldCheckIcon,\n} from \"lucide-react\";\n\nexport default function AlertCustomColors() {\n return (\n