{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "command-refined",
  "type": "registry:component",
  "title": "Command - Refined primitive",
  "description": "Command palette with token-matched dialog, input, and result rows.",
  "dependencies": ["cmdk", "@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/dialog.tsx",
      "target": "components/refined-ui/ui/dialog.tsx",
      "type": "registry:component"
    },
    {
      "path": "src/registry/sources/refined/ui/scroll-area.tsx",
      "target": "components/refined-ui/ui/scroll-area.tsx",
      "type": "registry:component"
    },
    {
      "path": "src/registry/sources/refined/ui/command.tsx",
      "target": "components/refined-ui/ui/command.tsx",
      "type": "registry:component"
    }
  ]
}
