{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "ui",
  "homepage": "https://uui.app",
  "items": [
    {
      "name": "cards-shader-effect",
      "type": "registry:block",
      "title": "Cards Shader Effect",
      "dependencies": [
        "shaders"
      ],
      "files": [
        {
          "path": "components/uui/cards-shader-effect/cards-shader-effect.tsx",
          "type": "registry:block"
        },
        {
          "path": "components/uui/cards-shader-effect/example.tsx",
          "type": "registry:block"
        }
      ]
    },
    {
      "name": "dropbox-upload",
      "type": "registry:block",
      "title": "Dropbox Upload",
      "dependencies": [
        "motion"
      ],
      "files": [
        {
          "path": "components/uui/dropbox-upload/dropbox-upload.tsx",
          "type": "registry:block"
        },
        {
          "path": "components/uui/dropbox-upload/example.tsx",
          "type": "registry:block"
        }
      ]
    },
    {
      "name": "family-signin-drawer",
      "type": "registry:block",
      "title": "Family Sign In Drawer",
      "dependencies": [
        "motion"
      ],
      "files": [
        {
          "path": "components/uui/family-signin-drawer/drawer.tsx",
          "type": "registry:block"
        },
        {
          "path": "components/uui/family-signin-drawer/family-signin-drawer.tsx",
          "type": "registry:block"
        },
        {
          "path": "components/uui/family-signin-drawer/tabs.tsx",
          "type": "registry:block"
        }
      ]
    },
    {
      "name": "snapchat-loader",
      "type": "registry:component",
      "title": "Snapchat Loader",
      "files": [
        {
          "path": "components/uui/snapchat-loader/example.tsx",
          "type": "registry:component"
        },
        {
          "path": "components/uui/snapchat-loader/snapchat-loader.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "sora-theme-picker",
      "type": "registry:block",
      "title": "Sora Theme Picker",
      "files": [
        {
          "path": "components/uui/sora-theme-picker/dropdown-menu.tsx",
          "type": "registry:block"
        },
        {
          "path": "components/uui/sora-theme-picker/example.tsx",
          "type": "registry:block"
        }
      ]
    },
    {
      "name": "text-shimmer-animation-on-hover",
      "type": "registry:block",
      "title": "Text Shimmer Animation",
      "cssVars": {
        "theme": {
          "--animate-shimmer": "text-shimmer 2s cubic-bezier(.4, 0, .2, 1) infinite"
        }
      },
      "css": {
        "@property --highlight-x": {
          "syntax": "<percentage>",
          "inherits": false,
          "initial-value": "-56%"
        },
        "@keyframes text-shimmer": {
          "0%": {
            "--highlight-x": "-56%"
          },
          "100%": {
            "--highlight-x": "100%"
          }
        }
      },
      "files": [
        {
          "path": "components/uui/text-shimmer-animation-on-hover/example.tsx",
          "type": "registry:block"
        },
        {
          "path": "components/uui/text-shimmer-animation-on-hover/text-shimmer.tsx",
          "type": "registry:block"
        }
      ]
    }
  ]
}