{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "badge-refined",
  "type": "registry:component",
  "title": "Badge - Refined primitive",
  "description": "Compact status, label, or count chip.",
  "docs": "This item ships CSS. Import it once in app/globals.css, after Tailwind: @import \"tailwindcss\"; @import \"./refined-ui-theme.css\"; See the Get started guide (Wire the CSS) for the full wiring.",
  "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/lib/cn.ts",
      "target": "components/refined-ui/lib/cn.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/lib/use-as-child-render.ts",
      "target": "components/refined-ui/lib/use-as-child-render.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/sources/refined/theme.css",
      "target": "app/refined-ui-theme.css",
      "type": "registry:file"
    },
    {
      "path": "src/registry/sources/refined/ui/badge.tsx",
      "target": "components/refined-ui/ui/badge.tsx",
      "type": "registry:component"
    }
  ]
}
