{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "Animated Theme Toggles",
  "homepage": "https://toggles.dev",
  "items": [
    {
      "name": "around",
      "type": "registry:block",
      "title": "Around Theme Toggle",
      "files": [
        {
          "path": "src/Around.tsx",
          "type": "registry:component",
          "target": "components/around-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "classic",
      "type": "registry:block",
      "title": "Classic Theme Toggle",
      "files": [
        {
          "path": "src/Classic.tsx",
          "type": "registry:component",
          "target": "components/classic-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "dark-inner",
      "type": "registry:block",
      "title": "Dark Inner Theme Toggle",
      "files": [
        {
          "path": "src/DarkInner.tsx",
          "type": "registry:component",
          "target": "components/dark-inner-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "dark-side",
      "type": "registry:block",
      "title": "Dark Side Theme Toggle",
      "files": [
        {
          "path": "src/DarkSide.tsx",
          "type": "registry:component",
          "target": "components/dark-side-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "eclipse",
      "type": "registry:block",
      "title": "Eclipse Theme Toggle",
      "files": [
        {
          "path": "src/Eclipse.tsx",
          "type": "registry:component",
          "target": "components/eclipse-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "expand",
      "type": "registry:block",
      "title": "Expand Theme Toggle",
      "files": [
        {
          "path": "src/Expand.tsx",
          "type": "registry:component",
          "target": "components/expand-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "spin",
      "type": "registry:block",
      "title": "Spin Theme Toggle",
      "files": [
        {
          "path": "src/Spin.tsx",
          "type": "registry:component",
          "target": "components/spin-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "half-sun",
      "type": "registry:block",
      "title": "Half Sun Theme Toggle",
      "files": [
        {
          "path": "src/HalfSun.tsx",
          "type": "registry:component",
          "target": "components/half-sun-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "horizon",
      "type": "registry:block",
      "title": "Horizon Theme Toggle",
      "files": [
        {
          "path": "src/Horizon.tsx",
          "type": "registry:component",
          "target": "components/horizon-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "inner-moon",
      "type": "registry:block",
      "title": "Inner Moon Theme Toggle",
      "files": [
        {
          "path": "src/InnerMoon.tsx",
          "type": "registry:component",
          "target": "components/inner-moon-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "lightbulb",
      "type": "registry:block",
      "title": "Lightbulb Theme Toggle",
      "files": [
        {
          "path": "src/Lightbulb.tsx",
          "type": "registry:component",
          "target": "components/lightbulb-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "light-switch",
      "type": "registry:block",
      "title": "Light Switch Theme Toggle",
      "files": [
        {
          "path": "src/LightSwitch.tsx",
          "type": "registry:component",
          "target": "components/light-switch-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "simple",
      "type": "registry:block",
      "title": "Simple Theme Toggle",
      "files": [
        {
          "path": "src/Simple.tsx",
          "type": "registry:component",
          "target": "components/simple-theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "within",
      "type": "registry:block",
      "title": "Within Theme Toggle",
      "files": [
        {
          "path": "src/Within.tsx",
          "type": "registry:component",
          "target": "components/within-theme-toggle.tsx"
        }
      ]
    }
  ]
}
