{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "alert-dialog-refined",
  "type": "registry:component",
  "title": "Alert dialog - Refined primitive",
  "description": "Alert dialog for destructive or blocking confirmations.",
  "dependencies": ["@base-ui/react", "class-variance-authority"],
  "registryDependencies": [],
  "files": [
    {
      "path": "src/registry/contracts.ts",
      "target": "components/refined-ui/contracts.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/skin.ts",
      "target": "components/refined-ui/skin.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/skin.config.tsx",
      "target": "components/refined-ui/skin.config.tsx",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/sources/refined/surface-variants.ts",
      "target": "components/refined-ui/surface-variants.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/lib/cn.ts",
      "target": "components/refined-ui/lib/cn.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/sources/refined/control-variants.ts",
      "target": "components/refined-ui/control-variants.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/sources/refined/ui/button.tsx",
      "target": "components/refined-ui/ui/button.tsx",
      "type": "registry:component"
    },
    {
      "path": "src/registry/sources/refined/ui/alert-dialog.tsx",
      "target": "components/refined-ui/ui/alert-dialog.tsx",
      "type": "registry:component"
    }
  ]
}
