{
  "name": "eldoraui",
  "homepage": "https://eldoraui.site",
  "items": [
    {
      "name": "index",
      "dependencies": [
        "class-variance-authority",
        "lucide-react"
      ],
      "devDependencies": [
        "tw-animate-css"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [],
      "cssVars": {},
      "type": "registry:style"
    },
    {
      "name": "safari-browser",
      "title": "safari-browser",
      "description": "A safari browser component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/safari-browser.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "macbook-pro",
      "title": "macbook-pro",
      "description": "A MacBook Pro SVG component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/macbook-pro.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "iphone-17-pro",
      "title": "iphone-17-pro",
      "description": "An iPhone 17 Pro SVG component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/iphone-17-pro.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "ipad",
      "title": "ipad",
      "description": "An iPad SVG component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/ipad.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "browser",
      "title": "browser",
      "description": "A browser SVG component.",
      "dependencies": [
        "react",
        "lucide-react"
      ],
      "registryDependencies": [
        "utils",
        "button",
        "badge",
        "card",
        "separator",
        "input"
      ],
      "files": [
        {
          "path": "registry/eldoraui/browser.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "cobe-globe",
      "title": "cobe-globe",
      "description": "A cobe globe component.",
      "dependencies": [
        "react-spring",
        "cobe",
        "react"
      ],
      "registryDependencies": [
        "button",
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/cobe-globe.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "github-inline-comments",
      "title": "github-inline-comments",
      "description": "A github inline comments component.",
      "dependencies": [
        "react",
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "utils",
        "tooltip",
        "badge",
        "textarea",
        "separator",
        "avatar"
      ],
      "files": [
        {
          "path": "registry/eldoraui/github-inline-comments.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "animated-badge",
      "title": "animated-badge",
      "description": "An animated badge component.",
      "dependencies": [
        "motion",
        "lucide-react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/animated-badge.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "grid",
      "title": "grid",
      "description": "A grid component.",
      "dependencies": [
        "react"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/grid.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "clerk-otp",
      "title": "clerk-otp",
      "description": "A clerk OTP component.",
      "dependencies": [
        "react",
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/clerk-otp.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "marquee",
      "title": "marquee",
      "description": "A performant, customizable marquee (scrolling text/content) component.",
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/marquee.tsx",
          "type": "registry:ui"
        }
      ],
      "cssVars": {
        "theme": {
          "animate-marquee": "marquee var(--duration) infinite linear",
          "animate-marquee-vertical": "marquee-vertical var(--duration) linear infinite"
        }
      },
      "css": {
        "@keyframes marquee": {
          "from": {
            "transform": "translateX(0)"
          },
          "to": {
            "transform": "translateX(calc(-100% - var(--gap)))"
          }
        },
        "@keyframes marquee-vertical": {
          "from": {
            "transform": "translateY(0)"
          },
          "to": {
            "transform": "translateY(calc(-100% - var(--gap)))"
          }
        }
      },
      "type": "registry:ui"
    },
    {
      "name": "integrations",
      "title": "integrations",
      "description": "An integrations component.",
      "dependencies": [
        "react",
        "motion",
        "lucide-react"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/integrations.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "terminal",
      "title": "terminal",
      "description": "A terminal component.",
      "dependencies": [
        "react",
        "lucide-react",
        "react-icons/go"
      ],
      "files": [
        {
          "path": "registry/eldoraui/terminal.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "testimonal-slider",
      "title": "testimonal-slider",
      "description": "A testimonial slider component.",
      "dependencies": [
        "react",
        "@headlessui/react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/testimonal-slider.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "map",
      "title": "map",
      "description": "An animated map component with location markers.",
      "dependencies": [
        "motion"
      ],
      "files": [
        {
          "path": "registry/eldoraui/map.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "svg-ripple-effect",
      "title": "svg-ripple-effect",
      "description": "An SVG ripple effect component.",
      "dependencies": [
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/svg-ripple-effect.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "animated-frameworks",
      "title": "animated-frameworks",
      "description": "An animated frameworks component.",
      "dependencies": [
        "motion",
        "react"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/animated-frameworks.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "blur-in-text",
      "title": "blur-in-text",
      "description": "A blur in text component.",
      "dependencies": [
        "motion",
        "react",
        "clsx"
      ],
      "files": [
        {
          "path": "registry/eldoraui/blur-in-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "fade-text",
      "title": "fade-text",
      "description": "A combined fade text component with support for in, up, and down directions.",
      "dependencies": [
        "motion",
        "react",
        "clsx"
      ],
      "files": [
        {
          "path": "registry/eldoraui/fade-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "gradual-spacing-text",
      "title": "gradual-spacing-text",
      "description": "A gradual spacing text component.",
      "dependencies": [
        "motion",
        "react",
        "clsx"
      ],
      "files": [
        {
          "path": "registry/eldoraui/gradual-spacing-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "letter-pull-up-text",
      "title": "letter-pull-up-text",
      "description": "A letter pull up text component.",
      "dependencies": [
        "motion",
        "react",
        "clsx"
      ],
      "files": [
        {
          "path": "registry/eldoraui/letter-pull-up-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "multi-direction-slide-text",
      "title": "multi-direction-slide-text",
      "description": "A multi direction slide text component.",
      "dependencies": [
        "motion",
        "react",
        "clsx"
      ],
      "files": [
        {
          "path": "registry/eldoraui/multi-direction-slide-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "seperate-away-text",
      "title": "seperate-away-text",
      "description": "A seperate away text component.",
      "dependencies": [
        "motion",
        "react",
        "clsx"
      ],
      "files": [
        {
          "path": "registry/eldoraui/seperate-away-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "wavy-text",
      "title": "wavy-text",
      "description": "A wavy text component.",
      "dependencies": [
        "motion",
        "react",
        "clsx"
      ],
      "files": [
        {
          "path": "registry/eldoraui/wavy-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "word-pull-up-text",
      "title": "word-pull-up-text",
      "description": "A word pull up text component.",
      "dependencies": [
        "motion",
        "react",
        "clsx"
      ],
      "files": [
        {
          "path": "registry/eldoraui/word-pull-up-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "novatrix-background",
      "title": "novatrix-background",
      "description": "A novatrix background component.",
      "dependencies": [
        "react",
        "ogl"
      ],
      "files": [
        {
          "path": "registry/eldoraui/novatrix-background.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "photon-beam",
      "title": "photon-beam",
      "description": "A photon beam background component with animated light trails.",
      "dependencies": [
        "react",
        "three"
      ],
      "files": [
        {
          "path": "registry/eldoraui/photon-beam.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "hacker-background",
      "title": "hacker-background",
      "description": "A hacker background component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/hacker-background.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "card-flip-hover",
      "title": "card-flip-hover",
      "description": "A card flip hover component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/card-flip-hover.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "scale-letter-text",
      "title": "scale-letter-text",
      "description": "A scale letter text component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/scale-letter-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "font-weight-text",
      "title": "font-weight-text",
      "description": "A font weight text component.",
      "dependencies": [
        "react"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/font-weight-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "animated-grid-pattern",
      "title": "animated-grid-pattern",
      "description": "An animated grid pattern component.",
      "dependencies": [
        "react",
        "three",
        "react-three-fiber"
      ],
      "files": [
        {
          "path": "registry/eldoraui/animated-grid-pattern.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "live-button",
      "title": "live-button",
      "description": "A live button component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/live-button.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "animated-shiny-button",
      "title": "animated-shiny-button",
      "description": "An animated shiny button component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/animated-shiny-button.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "animated-list",
      "title": "animated-list",
      "description": "An animated list component.",
      "dependencies": [
        "react"
      ],
      "files": [
        {
          "path": "registry/eldoraui/animated-list.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "orbit-rotation",
      "title": "orbit-rotation",
      "description": "An orbit rotation component with customizable icons.",
      "dependencies": [
        "react",
        "react-icons"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/orbit-rotation.tsx",
          "type": "registry:ui"
        }
      ],
      "css": {
        "@keyframes orbit-spin": {
          "from": {
            "transform": "rotate(0deg)"
          },
          "to": {
            "transform": "rotate(360deg)"
          }
        }
      },
      "type": "registry:ui"
    },
    {
      "name": "logo-timeline",
      "title": "logo-timeline",
      "description": "An animated logo timeline component with horizontal scrolling logos.",
      "dependencies": [
        "react",
        "motion"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/eldoraui/logo-timeline.tsx",
          "type": "registry:ui"
        }
      ],
      "css": {
        "@keyframes move-x": {
          "from": {
            "transform": "translateX(-100%)"
          },
          "to": {
            "transform": "translateX(100%)"
          }
        }
      },
      "type": "registry:ui"
    },
    {
      "name": "dock-text",
      "title": "dock-text",
      "description": "A dock text component with interactive hover effects.",
      "dependencies": [
        "react",
        "motion"
      ],
      "files": [
        {
          "path": "registry/eldoraui/dock-text.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "holographic-card",
      "title": "holographic-card",
      "description": "An interactive card with a holographic gradient and mouse‑reactive tilt effect.",
      "dependencies": [
        "react",
        "motion"
      ],
      "files": [
        {
          "path": "registry/eldoraui/holographic-card.tsx",
          "type": "registry:ui"
        }
      ],
      "type": "registry:ui"
    },
    {
      "name": "safari-browser-demo",
      "title": "safari-browser-demo",
      "description": "Example showing a safari-browser-demo component.",
      "registryDependencies": [
        "@eldoraui/safari-browser"
      ],
      "files": [
        {
          "path": "registry/example/safari-browser-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "macbook-pro-demo",
      "title": "macbook-pro-demo",
      "description": "Example showing a macbook-pro-demo component.",
      "registryDependencies": [
        "@eldoraui/macbook-pro"
      ],
      "files": [
        {
          "path": "registry/example/macbook-pro-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "iphone-17-pro-demo",
      "title": "iphone-17-pro-demo",
      "description": "Example showing a iphone-17-pro-demo component.",
      "registryDependencies": [
        "@eldoraui/iphone-17-pro"
      ],
      "files": [
        {
          "path": "registry/example/iphone-17-pro-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "ipad-demo",
      "title": "ipad-demo",
      "description": "Example showing a ipad-demo component.",
      "registryDependencies": [
        "@eldoraui/ipad"
      ],
      "files": [
        {
          "path": "registry/example/ipad-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "browser-demo",
      "title": "browser-demo",
      "description": "Example showing a browser-demo component.",
      "registryDependencies": [
        "@eldoraui/browser"
      ],
      "files": [
        {
          "path": "registry/example/browser-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "browser-demo-2",
      "title": "browser-demo-2",
      "description": "Example showing a browser-demo-2 component.",
      "registryDependencies": [
        "@eldoraui/browser"
      ],
      "files": [
        {
          "path": "registry/example/browser-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "cobe-globe-demo",
      "title": "cobe-globe-demo",
      "description": "Example showing a cobe-globe-demo component.",
      "registryDependencies": [
        "@eldoraui/cobe-globe"
      ],
      "files": [
        {
          "path": "registry/example/cobe-globe-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "cobe-globe-demo-2",
      "title": "cobe-globe-demo-2",
      "description": "Example showing a cobe-globe-demo-2 component.",
      "registryDependencies": [
        "@eldoraui/cobe-globe"
      ],
      "files": [
        {
          "path": "registry/example/cobe-globe-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "cobe-globe-demo-3",
      "title": "cobe-globe-demo-3",
      "description": "Example showing a cobe-globe-demo-3 component.",
      "registryDependencies": [
        "@eldoraui/cobe-globe"
      ],
      "files": [
        {
          "path": "registry/example/cobe-globe-demo-3.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "cobe-globe-demo-4",
      "title": "cobe-globe-demo-4",
      "description": "Example showing a cobe-globe-demo-4 component.",
      "registryDependencies": [
        "@eldoraui/cobe-globe"
      ],
      "files": [
        {
          "path": "registry/example/cobe-globe-demo-4.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "cobe-globe-demo-5",
      "title": "cobe-globe-demo-5",
      "description": "Example showing a cobe-globe-demo-5 component.",
      "registryDependencies": [
        "@eldoraui/cobe-globe"
      ],
      "files": [
        {
          "path": "registry/example/cobe-globe-demo-5.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "github-inline-comments-demo",
      "title": "github-inline-comments-demo",
      "description": "Example showing a github-inline-comments-demo component.",
      "registryDependencies": [
        "@eldoraui/github-inline-comments"
      ],
      "files": [
        {
          "path": "registry/example/github-inline-comments-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "animated-badge-demo",
      "title": "animated-badge-demo",
      "description": "Example showing a animated-badge-demo component.",
      "registryDependencies": [
        "@eldoraui/animated-badge"
      ],
      "files": [
        {
          "path": "registry/example/animated-badge-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "grid-demo",
      "title": "grid-demo",
      "description": "Example showing a grid-demo component.",
      "registryDependencies": [
        "@eldoraui/grid"
      ],
      "files": [
        {
          "path": "registry/example/grid-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "grid-demo-2",
      "title": "grid-demo-2",
      "description": "Example showing a grid-demo-2 component.",
      "registryDependencies": [
        "@eldoraui/grid"
      ],
      "files": [
        {
          "path": "registry/example/grid-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "grid-demo-3",
      "title": "grid-demo-3",
      "description": "Example showing a grid-demo-3 component.",
      "registryDependencies": [
        "@eldoraui/grid"
      ],
      "files": [
        {
          "path": "registry/example/grid-demo-3.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "grid-demo-4",
      "title": "grid-demo-4",
      "description": "Example showing a grid-demo-4 component.",
      "registryDependencies": [
        "@eldoraui/grid"
      ],
      "files": [
        {
          "path": "registry/example/grid-demo-4.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "grid-demo-5",
      "title": "grid-demo-5",
      "description": "Example showing a grid-demo-5 component.",
      "registryDependencies": [
        "@eldoraui/grid"
      ],
      "files": [
        {
          "path": "registry/example/grid-demo-5.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "clerk-otp-demo",
      "title": "clerk-otp-demo",
      "description": "Example showing a clerk-otp-demo component.",
      "registryDependencies": [
        "@eldoraui/clerk-otp"
      ],
      "files": [
        {
          "path": "registry/example/clerk-otp-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "clerk-otp-demo-2",
      "title": "clerk-otp-demo-2",
      "description": "Example showing a clerk-otp-demo-2 component.",
      "registryDependencies": [
        "@eldoraui/clerk-otp"
      ],
      "files": [
        {
          "path": "registry/example/clerk-otp-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "integrations-demo",
      "title": "integrations-demo",
      "description": "Example showing a integrations-demo component.",
      "registryDependencies": [
        "@eldoraui/integrations"
      ],
      "files": [
        {
          "path": "registry/example/integrations-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "integrations-demo-2",
      "title": "integrations-demo-2",
      "description": "Example showing a integrations-demo-2 component.",
      "registryDependencies": [
        "@eldoraui/integrations"
      ],
      "files": [
        {
          "path": "registry/example/integrations-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "terminal-demo",
      "title": "terminal-demo",
      "description": "Example showing a terminal-demo component.",
      "registryDependencies": [
        "@eldoraui/terminal"
      ],
      "files": [
        {
          "path": "registry/example/terminal-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "testimonal-slider-demo",
      "title": "testimonal-slider-demo",
      "description": "Example showing a testimonal-slider-demo component.",
      "registryDependencies": [
        "@eldoraui/testimonal-slider"
      ],
      "files": [
        {
          "path": "registry/example/testimonal-slider-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "map-demo",
      "title": "map-demo",
      "description": "Example showing a map component.",
      "registryDependencies": [
        "@eldoraui/map"
      ],
      "files": [
        {
          "path": "registry/example/map-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "svg-ripple-effect-demo",
      "title": "svg-ripple-effect-demo",
      "description": "Example showing a svg-ripple-effect component.",
      "registryDependencies": [
        "@eldoraui/svg-ripple-effect"
      ],
      "files": [
        {
          "path": "registry/example/svg-ripple-effect-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "svg-ripple-effect-demo-2",
      "title": "svg-ripple-effect-demo-2",
      "description": "Example showing a svg-ripple-effect-demo-2 component.",
      "registryDependencies": [
        "@eldoraui/svg-ripple-effect"
      ],
      "files": [
        {
          "path": "registry/example/svg-ripple-effect-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "animated-frameworks-demo",
      "title": "animated-frameworks-demo",
      "description": "Example showing a animated-frameworks-demo component.",
      "registryDependencies": [
        "@eldoraui/animated-frameworks"
      ],
      "files": [
        {
          "path": "registry/example/animated-frameworks-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "blur-in-text-demo",
      "title": "blur-in-text-demo",
      "description": "Example showing a blur-in-text-demo component.",
      "registryDependencies": [
        "@eldoraui/blur-in-text"
      ],
      "files": [
        {
          "path": "registry/example/blur-in-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "fade-text-demo",
      "title": "fade-text-demo",
      "description": "Example showing a fade-text-demo component with all directions.",
      "registryDependencies": [
        "@eldoraui/fade-text"
      ],
      "files": [
        {
          "path": "registry/example/fade-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "fade-text-demo-2",
      "title": "fade-text-demo-2",
      "description": "Example showing a fade-text-demo-2 component.",
      "registryDependencies": [
        "@eldoraui/fade-text"
      ],
      "files": [
        {
          "path": "registry/example/fade-text-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "fade-text-demo-3",
      "title": "fade-text-demo-3",
      "description": "Example showing a fade-text-demo-3 component.",
      "registryDependencies": [
        "@eldoraui/fade-text"
      ],
      "files": [
        {
          "path": "registry/example/fade-text-demo-3.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "gradual-spacing-text-demo",
      "title": "gradual-spacing-text-demo",
      "description": "Example showing a gradual-spacing-text-demo component.",
      "registryDependencies": [
        "@eldoraui/gradual-spacing-text"
      ],
      "files": [
        {
          "path": "registry/example/gradual-spacing-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "letter-pull-up-text-demo",
      "title": "letter-pull-up-text-demo",
      "description": "Example showing a letter-pull-up-text-demo component.",
      "registryDependencies": [
        "@eldoraui/letter-pull-up-text"
      ],
      "files": [
        {
          "path": "registry/example/letter-pull-up-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "multi-direction-slide-text-demo",
      "title": "multi-direction-slide-text-demo",
      "description": "Example showing a multi-direction-slide-text-demo component.",
      "registryDependencies": [
        "@eldoraui/multi-direction-slide-text"
      ],
      "files": [
        {
          "path": "registry/example/multi-direction-slide-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "seperate-away-text-demo",
      "title": "seperate-away-text-demo",
      "description": "Example showing a seperate-away-text-demo component.",
      "registryDependencies": [
        "@eldoraui/seperate-away-text"
      ],
      "files": [
        {
          "path": "registry/example/seperate-away-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "wavy-text-demo",
      "title": "wavy-text-demo",
      "description": "Example showing a wavy-text-demo component.",
      "registryDependencies": [
        "@eldoraui/wavy-text"
      ],
      "files": [
        {
          "path": "registry/example/wavy-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "word-pull-up-text-demo",
      "title": "word-pull-up-text-demo",
      "description": "Example showing a word-pull-up-text-demo component.",
      "registryDependencies": [
        "@eldoraui/word-pull-up-text"
      ],
      "files": [
        {
          "path": "registry/example/word-pull-up-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "novatrix-background-demo",
      "title": "novatrix-background-demo",
      "description": "Example showing a novatrix-background-demo component.",
      "registryDependencies": [
        "@eldoraui/novatrix-background"
      ],
      "files": [
        {
          "path": "registry/example/novatrix-background-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "novatrix-background-demo-2",
      "title": "novatrix-background-demo-2",
      "description": "Example showing a novatrix-background-demo-2 component.",
      "registryDependencies": [
        "@eldoraui/novatrix-background"
      ],
      "files": [
        {
          "path": "registry/example/novatrix-background-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "photon-beam-demo",
      "title": "photon-beam-demo",
      "description": "Example showing a photon-beam-demo component.",
      "registryDependencies": [
        "@eldoraui/photon-beam"
      ],
      "files": [
        {
          "path": "registry/example/photon-beam-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "hacker-background-demo",
      "title": "hacker-background-demo",
      "description": "Example showing a hacker-background-demo component.",
      "registryDependencies": [
        "@eldoraui/hacker-background"
      ],
      "files": [
        {
          "path": "registry/example/hacker-background-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "hacker-background-demo-2",
      "title": "hacker-background-demo-2",
      "description": "Example showing a hacker-background-demo-2 component.",
      "registryDependencies": [
        "@eldoraui/hacker-background"
      ],
      "files": [
        {
          "path": "registry/example/hacker-background-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "card-flip-hover-demo",
      "title": "card-flip-hover-demo",
      "description": "Example showing a card-flip-hover-demo component.",
      "registryDependencies": [
        "@eldoraui/card-flip-hover"
      ],
      "files": [
        {
          "path": "registry/example/card-flip-hover-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "scale-letter-text-demo",
      "title": "scale-letter-text-demo",
      "description": "Example showing a scale-letter-text-demo component.",
      "registryDependencies": [
        "@eldoraui/scale-letter-text"
      ],
      "files": [
        {
          "path": "registry/example/scale-letter-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "font-weight-text-demo",
      "title": "font-weight-text-demo",
      "description": "Example showing a font-weight-text-demo component.",
      "registryDependencies": [
        "@eldoraui/font-weight-text"
      ],
      "files": [
        {
          "path": "registry/example/font-weight-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "animated-grid-pattern-demo",
      "title": "animated-grid-pattern-demo",
      "description": "Example showing a animated-grid-pattern-demo component.",
      "registryDependencies": [
        "@eldoraui/animated-grid-pattern"
      ],
      "files": [
        {
          "path": "registry/example/animated-grid-pattern-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "live-button-demo",
      "title": "live-button-demo",
      "description": "Example showing a live-button-demo component.",
      "registryDependencies": [
        "@eldoraui/live-button"
      ],
      "files": [
        {
          "path": "registry/example/live-button-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "animated-shiny-button-demo",
      "title": "animated-shiny-button-demo",
      "description": "Example showing a animated-shiny-button-demo component.",
      "registryDependencies": [
        "@eldoraui/animated-shiny-button"
      ],
      "files": [
        {
          "path": "registry/example/animated-shiny-button-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "animated-list-demo",
      "title": "animated-list-demo",
      "description": "Example showing a animated-list-demo component.",
      "registryDependencies": [
        "@eldoraui/animated-list"
      ],
      "files": [
        {
          "path": "registry/example/animated-list-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "orbit-rotation-demo",
      "title": "orbit-rotation-demo",
      "description": "Example showing a orbit-rotation-demo component.",
      "registryDependencies": [
        "@eldoraui/orbit-rotation"
      ],
      "files": [
        {
          "path": "registry/example/orbit-rotation-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "logo-timeline-demo",
      "title": "logo-timeline-demo",
      "description": "Example showing a logo-timeline-demo component.",
      "registryDependencies": [
        "@eldoraui/logo-timeline"
      ],
      "files": [
        {
          "path": "registry/example/logo-timeline-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "logo-timeline-demo-2",
      "title": "logo-timeline-demo-2",
      "description": "Example showing a logo-timeline-demo-2 component with hover animation.",
      "registryDependencies": [
        "@eldoraui/logo-timeline"
      ],
      "files": [
        {
          "path": "registry/example/logo-timeline-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "dock-text-demo",
      "title": "dock-text-demo",
      "description": "Example showing a dock-text component.",
      "registryDependencies": [
        "@eldoraui/dock-text"
      ],
      "files": [
        {
          "path": "registry/example/dock-text-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "dock-text-demo-2",
      "title": "dock-text-demo-2",
      "description": "Example showing a dock-text component with down prop.",
      "registryDependencies": [
        "@eldoraui/dock-text"
      ],
      "files": [
        {
          "path": "registry/example/dock-text-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "holographic-card-demo",
      "title": "holographic-card-demo",
      "description": "Example showing a holographic-card component.",
      "registryDependencies": [
        "@eldoraui/holographic-card"
      ],
      "files": [
        {
          "path": "registry/example/holographic-card-demo.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "holographic-card-demo-2",
      "title": "holographic-card-demo",
      "description": "Example showing a holographic-card component.",
      "registryDependencies": [
        "@eldoraui/holographic-card"
      ],
      "files": [
        {
          "path": "registry/example/holographic-card-demo-2.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "holographic-card-demo-3",
      "title": "holographic-card-demo",
      "description": "Example showing a holographic-card component.",
      "registryDependencies": [
        "@eldoraui/holographic-card"
      ],
      "files": [
        {
          "path": "registry/example/holographic-card-demo-3.tsx",
          "type": "registry:example"
        }
      ],
      "type": "registry:example"
    },
    {
      "name": "utils",
      "dependencies": [
        "clsx",
        "tailwind-merge"
      ],
      "files": [
        {
          "path": "registry/lib/utils.ts",
          "type": "registry:lib"
        }
      ],
      "type": "registry:lib"
    },
    {
      "name": "header-01",
      "description": "A simple header.",
      "dependencies": [
        "motion/react",
        "lucide-react",
        "next-themes"
      ],
      "registryDependencies": [
        "button",
        "utils"
      ],
      "files": [
        {
          "path": "registry/blocks/header-01/page.tsx",
          "type": "registry:page",
          "target": "app/header/page.tsx"
        },
        {
          "path": "registry/blocks/header-01/components/navbar.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/blocks/header-01/components/nav-menu.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/blocks/header-01/components/theme-toggle.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/blocks/header-01/lib/nav-links.ts",
          "type": "registry:lib"
        }
      ],
      "categories": [
        "header"
      ],
      "type": "registry:block"
    },
    {
      "name": "header-02",
      "description": "A simple header.",
      "dependencies": [
        "motion/react",
        "lucide-react",
        "next-themes"
      ],
      "registryDependencies": [
        "button",
        "utils"
      ],
      "files": [
        {
          "path": "registry/blocks/header-02/page.tsx",
          "type": "registry:page",
          "target": "app/header-02/page.tsx"
        },
        {
          "path": "registry/blocks/header-02/components/navbar.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "header"
      ],
      "type": "registry:block"
    },
    {
      "name": "logo-cloud-01",
      "description": "A simple logo cloud.",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "registry/blocks/logo-cloud-01/page.tsx",
          "type": "registry:page",
          "target": "app/logo-cloud/page.tsx"
        },
        {
          "path": "registry/blocks/logo-cloud-01/components/logo-cloud.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "logo-cloud"
      ],
      "type": "registry:block"
    },
    {
      "name": "logo-cloud-02",
      "description": "A logo cloud with flex wrap layout.",
      "dependencies": [],
      "files": [
        {
          "path": "registry/blocks/logo-cloud-02/page.tsx",
          "type": "registry:page",
          "target": "app/logo-cloud/page.tsx"
        },
        {
          "path": "registry/blocks/logo-cloud-02/components/logo-cloud-02.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "logo-cloud"
      ],
      "type": "registry:block"
    },
    {
      "name": "logo-cloud-03",
      "description": "A logo cloud with marquee effect.",
      "dependencies": [],
      "registryDependencies": [
        "marquee"
      ],
      "files": [
        {
          "path": "registry/blocks/logo-cloud-03/page.tsx",
          "type": "registry:page",
          "target": "app/logo-cloud/page.tsx"
        },
        {
          "path": "registry/blocks/logo-cloud-03/components/marquee.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "logo-cloud"
      ],
      "type": "registry:block"
    },
    {
      "name": "logo-cloud-04",
      "description": "A logo cloud with motion.",
      "dependencies": [
        "motion/react"
      ],
      "files": [
        {
          "path": "registry/blocks/logo-cloud-04/page.tsx",
          "type": "registry:page",
          "target": "app/logo-cloud/page.tsx"
        },
        {
          "path": "registry/blocks/logo-cloud-04/components/logo-cloud-04.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "logo-cloud"
      ],
      "type": "registry:block"
    },
    {
      "name": "testimonal-01",
      "description": "A testimonial slider.",
      "dependencies": [
        "react-icons/md"
      ],
      "files": [
        {
          "path": "registry/blocks/testimonal-01/page.tsx",
          "type": "registry:page",
          "target": "app/testimonial/page.tsx"
        },
        {
          "path": "registry/blocks/testimonal-01/components/carousel.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/blocks/testimonal-01/components/section.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "testimonials"
      ],
      "type": "registry:block"
    },
    {
      "name": "testimonal-02",
      "description": "A testimonial marquee.",
      "dependencies": [
        "motion/react"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/blocks/testimonal-02/page.tsx",
          "type": "registry:page",
          "target": "app/testimonial/page.tsx"
        },
        {
          "path": "registry/blocks/testimonal-02/components/marquee.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/blocks/testimonal-02/components/testimonals.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "testimonials"
      ],
      "type": "registry:block"
    },
    {
      "name": "testimonal-03",
      "description": "A testimonial card grid.",
      "dependencies": [],
      "registryDependencies": [],
      "files": [
        {
          "path": "registry/blocks/testimonal-03/page.tsx",
          "type": "registry:page",
          "target": "app/testimonial/page.tsx"
        },
        {
          "path": "registry/blocks/testimonal-03/components/testimonal-03.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "testimonials"
      ],
      "type": "registry:block"
    },
    {
      "name": "features-01",
      "description": "Features section with accordion and image carousel.",
      "dependencies": [
        "motion/react",
        "@radix-ui/react-accordion",
        "lucide-react"
      ],
      "files": [
        {
          "path": "registry/blocks/features-01/page.tsx",
          "type": "registry:page",
          "target": "app/features/page.tsx"
        },
        {
          "path": "registry/blocks/features-01/components/features.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/blocks/features-01/components/section.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "features"
      ],
      "type": "registry:block"
    },
    {
      "name": "cta-01",
      "description": "CTA with heading, grid background, and animated side lines.",
      "dependencies": [
        "motion/react",
        "next-themes"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/blocks/cta-01/page.tsx",
          "type": "registry:page",
          "target": "app/cta/page.tsx"
        },
        {
          "path": "registry/blocks/cta-01/components/cta.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "cta"
      ],
      "type": "registry:block"
    },
    {
      "name": "cta-02",
      "description": "CTA with heading, button, and orbiting app icons.",
      "dependencies": [
        "motion/react",
        "next-themes"
      ],
      "registryDependencies": [
        "button",
        "grid",
        "utils"
      ],
      "files": [
        {
          "path": "registry/blocks/cta-02/page.tsx",
          "type": "registry:page",
          "target": "app/cta/page.tsx"
        },
        {
          "path": "registry/blocks/cta-02/components/cta-02.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/blocks/cta-02/components/orbiting-circle.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "cta"
      ],
      "type": "registry:block"
    },
    {
      "name": "cta-03",
      "description": "CTA with heading, button, and ripple background.",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/blocks/cta-03/page.tsx",
          "type": "registry:page",
          "target": "app/cta/page.tsx"
        },
        {
          "path": "registry/blocks/cta-03/components/cta-03.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/blocks/cta-03/components/ripple-bg.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "cta"
      ],
      "type": "registry:block"
    },
    {
      "name": "pricing-01",
      "description": "A pricing section.",
      "dependencies": [
        "motion/react"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/blocks/pricing-01/page.tsx",
          "type": "registry:page",
          "target": "app/pricing/page.tsx"
        },
        {
          "path": "registry/blocks/pricing-01/components/pricing.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "pricing"
      ],
      "type": "registry:block"
    },
    {
      "name": "pricing-02",
      "description": "A pricing table with a dropdown menu.",
      "dependencies": [
        "motion/react"
      ],
      "registryDependencies": [
        "utils"
      ],
      "files": [
        {
          "path": "registry/blocks/pricing-02/page.tsx",
          "type": "registry:page",
          "target": "app/pricing/page.tsx"
        },
        {
          "path": "registry/blocks/pricing-02/components/pricing-table.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "pricing"
      ],
      "type": "registry:block"
    },
    {
      "name": "footer-01",
      "description": "A footer.",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "registry/blocks/footer-01/page.tsx",
          "type": "registry:page",
          "target": "app/footer/page.tsx"
        },
        {
          "path": "registry/blocks/footer-01/components/footer.tsx",
          "type": "registry:component"
        },
        {
          "path": "registry/blocks/footer-01/components/theme-toggler.tsx",
          "type": "registry:component"
        }
      ],
      "categories": [
        "footer"
      ],
      "type": "registry:block"
    }
  ]
}