{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "send-aurora-refined",
  "type": "registry:style",
  "title": "Send aurora extension - Refined",
  "description": "Anchored ChatInput extension: a blurred aurora backdrop that sweeps up once per sent message, activated from skin.config via the chat-input:send-layer anchor.",
  "docs": "Import app/refined-ui-send-aurora.css in app/globals.css after refined-ui-theme.css, then fill the anchor from your skin.config: adornments: { \"chat-input:send-layer\": (ctx) => <SendAurora sendCount={ctx.sendCount} /> }.",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "src/registry/sources/refined/extensions/send-aurora.tsx",
      "target": "components/refined-ui/extensions/send-aurora.tsx",
      "type": "registry:component"
    },
    {
      "path": "src/registry/sources/refined/extensions/send-aurora.css",
      "target": "app/refined-ui-send-aurora.css",
      "type": "registry:file"
    }
  ]
}
