{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "attn-ui",
  "homepage": "https://attnui.com",
  "items": [
    {
      "name": "button",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/registry/ui/button.tsx",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "avatar",
      "type": "registry:ui",
      "dependencies": ["@radix-ui/react-avatar"],
      "files": [
        {
          "path": "src/registry/ui/avatar.tsx",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "tooltip",
      "type": "registry:ui",
      "dependencies": ["@radix-ui/react-tooltip"],
      "files": [
        {
          "path": "src/registry/ui/tooltip.tsx",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "nested-drawer",
      "type": "registry:component",
      "title": "Nested Menu Drawer",
      "description": "A fully accessible, animated drawer component with nested navigation support and smooth transitions.",
      "dependencies": ["motion"],
      "files": [
        {
          "path": "src/registry/blocks/nested-drawer/nested-drawer-example.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/nested-drawer/nested-drawer.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "animated-avatar-stack",
      "type": "registry:component",
      "title": "Animated Avatar Stack",
      "description": "An animated avatar stack component with size variants (xs, sm, md, lg, xl, 2xl, 3xl), customizable avatar data, and configurable max visible avatars.",
      "dependencies": ["motion", "class-variance-authority"],
      "registryDependencies": ["avatar", "tooltip"],
      "files": [
        {
          "path": "src/registry/blocks/animated-avatar-stack/animated-avatar-stack-example.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/animated-avatar-stack/animated-avatar-stack.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "timezone-clock",
      "type": "registry:component",
      "title": "Timezone Clock",
      "description": "A real-time clock component that displays time in any timezone with animated transitions and timezone offset indicators.",
      "dependencies": ["@number-flow/react"],
      "files": [
        {
          "path": "src/registry/blocks/timezone-clock/timezone-clock-example.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/timezone-clock/timezone-clock.tsx",
          "type": "registry:component"
        }
      ]
    }
  ]
}
