{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "demo-components-primitives-avatar",
  "title": "Avatar Demo",
  "description": "Demo showcasing all colors, sizes, and shapes of the Avatar component.",
  "registryDependencies": [
    "odyssey/components-primitives-avatar"
  ],
  "files": [
    {
      "path": "registry/demo/components/primitives/avatar/index.tsx",
      "content": "import Avatar from '@/components/odyssey/components/primitives/avatar';\n\nexport const AvatarDemo = () => {\n  return (\n    <div className=\"flex flex-col items-center gap-8\">\n      <div className=\"flex items-center gap-4\">\n        <Avatar color=\"pink\" size=\"md\" shape=\"square\" />\n        <Avatar color=\"blue\" size=\"md\" shape=\"circle\" />\n        <Avatar color=\"green\" size=\"md\" shape=\"squircle\" />\n      </div>\n    </div>\n  );\n};\n\nexport default AvatarDemo;\n",
      "type": "registry:ui",
      "target": "components/odyssey/demo/primitives/avatar.tsx"
    }
  ],
  "type": "registry:ui"
}