{
  "name": "animated-tabs",
  "type": "registry:component",
  "title": "Tabs",
  "description": "Animated tabs with a moving active indicator and panel transitions",
  "dependencies": [
    "gsap"
  ],
  "registryDependencies": [],
  "exportName": "AnimatedTabs",
  "exportKind": "default",
  "tier": "pro",
  "version": "1.1.0",
  "changelog": [
    {
      "version": "1.1.0",
      "date": "2026-07-21",
      "summary": "Under reduced motion, use opacity fade instead of horizontal slide",
      "breaking": false
    }
  ],
  "files": [
    {
      "path": "index.jsx",
      "type": "registry:component",
      "target": "src/components/effects/animated-tabs/index.jsx"
    },
    {
      "path": "AnimatedTabsComp.jsx",
      "type": "registry:component",
      "target": "src/components/effects/animated-tabs/AnimatedTabsComp.jsx"
    }
  ]
}