{
  "name": "dot-fill-button",
  "type": "registry:component",
  "title": "Dot Fill Button",
  "description": "Button with expanding dot that fills the background on hover with character stagger",
  "dependencies": [],
  "registryDependencies": [],
  "exportName": "DotFillBtn",
  "exportKind": "default",
  "tier": "pro",
  "version": "1.1.0",
  "changelog": [
    {
      "version": "1.1.0",
      "date": "2026-07-21",
      "summary": "Added prefers-reduced-motion support: character stagger delay is skipped when the user has reduced motion enabled",
      "breaking": false
    },
    {
      "version": "1.0.0",
      "date": "2026-06-04",
      "summary": "Initial release",
      "breaking": false
    }
  ],
  "props": [
    {
      "name": "btnText",
      "type": "string",
      "default": "Try demo",
      "description": "Button label text.",
      "remixer": {
        "control": "text",
        "group": "content",
        "groupTitle": "Content"
      }
    },
    {
      "name": "bgColor",
      "type": "color",
      "default": "#ff6b00",
      "description": "Resting button background color.",
      "remixer": {
        "control": "color",
        "group": "colors",
        "groupTitle": "Colors"
      }
    },
    {
      "name": "textColor",
      "type": "color",
      "default": "#ffffff",
      "description": "Resting label color.",
      "remixer": {
        "control": "color",
        "group": "colors",
        "groupTitle": "Colors"
      }
    },
    {
      "name": "hoverTextColor",
      "type": "color",
      "default": "#ff6b00",
      "description": "Label color while filled.",
      "remixer": {
        "control": "color",
        "group": "colors",
        "groupTitle": "Colors"
      }
    },
    {
      "name": "dotColor",
      "type": "color",
      "default": "#ffffff",
      "description": "Dot color.",
      "remixer": {
        "control": "color",
        "group": "colors",
        "groupTitle": "Colors"
      }
    }
  ],
  "remixer": {
    "enabled": true,
    "defaultOpenGroupId": "colors",
    "layout": {
      "buttonClassName": "right-4! top-25!",
      "panelClassName": "right-0! top-[132px]! h-[calc(100%-132px)]! w-[344px]!"
    },
    "copyCode": {
      "includeOnlyPublicProps": true
    }
  },
  "files": [
    {
      "path": "index.tsx",
      "type": "registry:component",
      "target": "src/components/effects/dot-fill-button/index.tsx"
    }
  ]
}