{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "patchui",
  "homepage": "https://ui.hotfix.jobs",
  "items": [
    {
      "name": "utils",
      "type": "registry:lib",
      "dependencies": [
        "clsx",
        "tailwind-merge"
      ],
      "files": [
        {
          "path": "registry/lib/utils.ts",
          "type": "registry:lib",
          "target": "lib/utils.ts"
        }
      ]
    },
    {
      "name": "recipes",
      "type": "registry:lib",
      "files": [
        {
          "path": "registry/lib/recipes.ts",
          "type": "registry:lib",
          "target": "lib/recipes.ts"
        }
      ]
    },
    {
      "name": "use-media-query",
      "type": "registry:hook",
      "files": [
        {
          "path": "registry/hooks/use-media-query.ts",
          "type": "registry:hook",
          "target": "components/hooks/use-media-query.ts"
        }
      ]
    },
    {
      "name": "tokens",
      "type": "registry:file",
      "files": [
        {
          "path": "registry/tokens.css",
          "type": "registry:file",
          "target": "styles/patch-ui-tokens.css"
        }
      ]
    },
    {
      "name": "accordion",
      "type": "registry:ui",
      "title": "Accordion",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/accordion.tsx",
          "type": "registry:ui",
          "target": "components/ui/accordion.tsx"
        }
      ]
    },
    {
      "name": "avatar",
      "type": "registry:ui",
      "title": "Avatar",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react",
        "class-variance-authority"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/avatar.tsx",
          "type": "registry:ui",
          "target": "components/ui/avatar.tsx"
        }
      ]
    },
    {
      "name": "badge",
      "type": "registry:ui",
      "title": "Badge",
      "dependencies": [
        "@base-ui/react",
        "class-variance-authority"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/badge.tsx",
          "type": "registry:ui",
          "target": "components/ui/badge.tsx"
        }
      ]
    },
    {
      "name": "breadcrumb",
      "type": "registry:ui",
      "title": "Breadcrumb",
      "dependencies": [
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/breadcrumb.tsx",
          "type": "registry:ui",
          "target": "components/ui/breadcrumb.tsx"
        }
      ]
    },
    {
      "name": "button",
      "type": "registry:ui",
      "title": "Button",
      "dependencies": [
        "@base-ui/react",
        "class-variance-authority"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/spinner.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/button.tsx",
          "type": "registry:ui",
          "target": "components/ui/button.tsx"
        }
      ]
    },
    {
      "name": "calendar",
      "type": "registry:ui",
      "title": "Calendar",
      "dependencies": [
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/button.json",
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/calendar.tsx",
          "type": "registry:ui",
          "target": "components/ui/calendar.tsx"
        }
      ]
    },
    {
      "name": "card",
      "type": "registry:ui",
      "title": "Card",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/card.tsx",
          "type": "registry:ui",
          "target": "components/ui/card.tsx"
        }
      ]
    },
    {
      "name": "checkbox",
      "type": "registry:ui",
      "title": "Checkbox",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/checkbox.tsx",
          "type": "registry:ui",
          "target": "components/ui/checkbox.tsx"
        }
      ]
    },
    {
      "name": "combobox",
      "type": "registry:ui",
      "title": "Combobox",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react",
        "react-remove-scroll"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/checkbox.json",
        "https://ui.hotfix.jobs/r/input.json",
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/spinner.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/use-media-query.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/combobox.tsx",
          "type": "registry:ui",
          "target": "components/ui/combobox.tsx"
        }
      ]
    },
    {
      "name": "command",
      "type": "registry:ui",
      "title": "Command",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/command.tsx",
          "type": "registry:ui",
          "target": "components/ui/command.tsx"
        }
      ]
    },
    {
      "name": "empty-state",
      "type": "registry:ui",
      "title": "Empty State",
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/empty-state.tsx",
          "type": "registry:ui",
          "target": "components/ui/empty-state.tsx"
        }
      ]
    },
    {
      "name": "field",
      "type": "registry:ui",
      "title": "Field",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/field.tsx",
          "type": "registry:ui",
          "target": "components/ui/field.tsx"
        }
      ]
    },
    {
      "name": "input",
      "type": "registry:ui",
      "title": "Input",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/spinner.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/input.tsx",
          "type": "registry:ui",
          "target": "components/ui/input.tsx"
        }
      ]
    },
    {
      "name": "kbd",
      "type": "registry:ui",
      "title": "Kbd",
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/kbd.tsx",
          "type": "registry:ui",
          "target": "components/ui/kbd.tsx"
        }
      ]
    },
    {
      "name": "label",
      "type": "registry:ui",
      "title": "Label",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/label.tsx",
          "type": "registry:ui",
          "target": "components/ui/label.tsx"
        }
      ]
    },
    {
      "name": "menu",
      "type": "registry:ui",
      "title": "Menu",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react",
        "react-remove-scroll"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/checkbox.json",
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/use-media-query.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/menu.tsx",
          "type": "registry:ui",
          "target": "components/ui/menu.tsx"
        }
      ]
    },
    {
      "name": "modal",
      "type": "registry:ui",
      "title": "Modal",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/button.json",
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/modal.tsx",
          "type": "registry:ui",
          "target": "components/ui/modal.tsx"
        }
      ]
    },
    {
      "name": "navigation-menu",
      "type": "registry:ui",
      "title": "Navigation Menu",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/navigation-menu.tsx",
          "type": "registry:ui",
          "target": "components/ui/navigation-menu.tsx"
        }
      ]
    },
    {
      "name": "pagination",
      "type": "registry:ui",
      "title": "Pagination",
      "dependencies": [
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/pagination.tsx",
          "type": "registry:ui",
          "target": "components/ui/pagination.tsx"
        }
      ]
    },
    {
      "name": "popover",
      "type": "registry:ui",
      "title": "Popover",
      "dependencies": [
        "@base-ui/react",
        "react-remove-scroll"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/use-media-query.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/popover.tsx",
          "type": "registry:ui",
          "target": "components/ui/popover.tsx"
        }
      ]
    },
    {
      "name": "progress",
      "type": "registry:ui",
      "title": "Progress",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/progress.tsx",
          "type": "registry:ui",
          "target": "components/ui/progress.tsx"
        }
      ]
    },
    {
      "name": "radio",
      "type": "registry:ui",
      "title": "Radio",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/radio.tsx",
          "type": "registry:ui",
          "target": "components/ui/radio.tsx"
        }
      ]
    },
    {
      "name": "resizable-panels",
      "type": "registry:ui",
      "title": "Resizable Panels",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/resizable-panels.tsx",
          "type": "registry:ui",
          "target": "components/ui/resizable-panels.tsx"
        }
      ]
    },
    {
      "name": "scroller",
      "type": "registry:ui",
      "title": "Scroller",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/scroller.tsx",
          "type": "registry:ui",
          "target": "components/ui/scroller.tsx"
        }
      ]
    },
    {
      "name": "section",
      "type": "registry:ui",
      "title": "Section",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/section.tsx",
          "type": "registry:ui",
          "target": "components/ui/section.tsx"
        }
      ]
    },
    {
      "name": "select",
      "type": "registry:ui",
      "title": "Select",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react",
        "react-remove-scroll"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/spinner.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/use-media-query.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/select.tsx",
          "type": "registry:ui",
          "target": "components/ui/select.tsx"
        }
      ]
    },
    {
      "name": "separator",
      "type": "registry:ui",
      "title": "Separator",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/separator.tsx",
          "type": "registry:ui",
          "target": "components/ui/separator.tsx"
        }
      ]
    },
    {
      "name": "sheet",
      "type": "registry:ui",
      "title": "Sheet",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/sheet.tsx",
          "type": "registry:ui",
          "target": "components/ui/sheet.tsx"
        }
      ]
    },
    {
      "name": "sidebar",
      "type": "registry:ui",
      "title": "Sidebar",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/sheet.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/sidebar.tsx",
          "type": "registry:ui",
          "target": "components/ui/sidebar.tsx"
        }
      ]
    },
    {
      "name": "skeleton",
      "type": "registry:ui",
      "title": "Skeleton",
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/skeleton.tsx",
          "type": "registry:ui",
          "target": "components/ui/skeleton.tsx"
        }
      ]
    },
    {
      "name": "slider",
      "type": "registry:ui",
      "title": "Slider",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/input.json",
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/slider.tsx",
          "type": "registry:ui",
          "target": "components/ui/slider.tsx"
        }
      ]
    },
    {
      "name": "spinner",
      "type": "registry:ui",
      "title": "Spinner",
      "dependencies": [
        "class-variance-authority"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/spinner.tsx",
          "type": "registry:ui",
          "target": "components/ui/spinner.tsx"
        }
      ]
    },
    {
      "name": "switch",
      "type": "registry:ui",
      "title": "Switch",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/switch.tsx",
          "type": "registry:ui",
          "target": "components/ui/switch.tsx"
        }
      ]
    },
    {
      "name": "table",
      "type": "registry:ui",
      "title": "Table",
      "dependencies": [
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/table.tsx",
          "type": "registry:ui",
          "target": "components/ui/table.tsx"
        }
      ]
    },
    {
      "name": "tabs",
      "type": "registry:ui",
      "title": "Tabs",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/tooltip.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/tabs.tsx",
          "type": "registry:ui",
          "target": "components/ui/tabs.tsx"
        }
      ]
    },
    {
      "name": "textarea",
      "type": "registry:ui",
      "title": "Textarea",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/textarea.tsx",
          "type": "registry:ui",
          "target": "components/ui/textarea.tsx"
        }
      ]
    },
    {
      "name": "theme-toggle",
      "type": "registry:ui",
      "title": "Theme Toggle",
      "dependencies": [
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/button.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/theme-toggle.tsx",
          "type": "registry:ui",
          "target": "components/ui/theme-toggle.tsx"
        }
      ]
    },
    {
      "name": "time-ago",
      "type": "registry:ui",
      "title": "Time Ago",
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/time-ago.tsx",
          "type": "registry:ui",
          "target": "components/ui/time-ago.tsx"
        }
      ]
    },
    {
      "name": "toast",
      "type": "registry:ui",
      "title": "Toast",
      "dependencies": [
        "@base-ui/react",
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/spinner.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/toast.tsx",
          "type": "registry:ui",
          "target": "components/ui/toast.tsx"
        }
      ]
    },
    {
      "name": "toggle-group",
      "type": "registry:ui",
      "title": "Toggle Group",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/toggle-group.tsx",
          "type": "registry:ui",
          "target": "components/ui/toggle-group.tsx"
        }
      ]
    },
    {
      "name": "toggle",
      "type": "registry:ui",
      "title": "Toggle",
      "dependencies": [
        "@base-ui/react",
        "class-variance-authority"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/toggle.tsx",
          "type": "registry:ui",
          "target": "components/ui/toggle.tsx"
        }
      ]
    },
    {
      "name": "tooltip",
      "type": "registry:ui",
      "title": "Tooltip",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/components/ui/tooltip.tsx",
          "type": "registry:ui",
          "target": "components/ui/tooltip.tsx"
        }
      ]
    },
    {
      "name": "app-header",
      "type": "registry:block",
      "title": "App Header",
      "dependencies": [
        "@base-ui/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/sheet.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/blocks/app-header/index.tsx",
          "type": "registry:component",
          "target": "components/blocks/app-header/index.tsx"
        }
      ]
    },
    {
      "name": "dropzone",
      "type": "registry:block",
      "title": "Dropzone",
      "dependencies": [
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/card.json",
        "https://ui.hotfix.jobs/r/progress.json",
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/blocks/dropzone/index.tsx",
          "type": "registry:component",
          "target": "components/blocks/dropzone/index.tsx"
        }
      ]
    },
    {
      "name": "filter-toolbar",
      "type": "registry:block",
      "title": "Filter Toolbar",
      "dependencies": [
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/button.json",
        "https://ui.hotfix.jobs/r/input.json",
        "https://ui.hotfix.jobs/r/popover.json",
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/scroller.json",
        "https://ui.hotfix.jobs/r/spinner.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/blocks/filter-toolbar/index.tsx",
          "type": "registry:component",
          "target": "components/blocks/filter-toolbar/index.tsx"
        }
      ]
    },
    {
      "name": "search-suggestions",
      "type": "registry:block",
      "title": "Search Suggestions",
      "dependencies": [
        "@phosphor-icons/react"
      ],
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/button.json",
        "https://ui.hotfix.jobs/r/input.json",
        "https://ui.hotfix.jobs/r/popover.json",
        "https://ui.hotfix.jobs/r/recipes.json",
        "https://ui.hotfix.jobs/r/spinner.json",
        "https://ui.hotfix.jobs/r/tokens.json",
        "https://ui.hotfix.jobs/r/utils.json"
      ],
      "files": [
        {
          "path": "registry/blocks/search-suggestions/index.tsx",
          "type": "registry:component",
          "target": "components/blocks/search-suggestions/index.tsx"
        }
      ]
    },
    {
      "name": "all",
      "type": "registry:lib",
      "title": "All Patch UI components",
      "description": "Meta item that installs every Patch UI component and block. Chains through registryDependencies.",
      "registryDependencies": [
        "https://ui.hotfix.jobs/r/accordion.json",
        "https://ui.hotfix.jobs/r/app-header.json",
        "https://ui.hotfix.jobs/r/avatar.json",
        "https://ui.hotfix.jobs/r/badge.json",
        "https://ui.hotfix.jobs/r/breadcrumb.json",
        "https://ui.hotfix.jobs/r/button.json",
        "https://ui.hotfix.jobs/r/calendar.json",
        "https://ui.hotfix.jobs/r/card.json",
        "https://ui.hotfix.jobs/r/checkbox.json",
        "https://ui.hotfix.jobs/r/combobox.json",
        "https://ui.hotfix.jobs/r/command.json",
        "https://ui.hotfix.jobs/r/dropzone.json",
        "https://ui.hotfix.jobs/r/empty-state.json",
        "https://ui.hotfix.jobs/r/field.json",
        "https://ui.hotfix.jobs/r/filter-toolbar.json",
        "https://ui.hotfix.jobs/r/input.json",
        "https://ui.hotfix.jobs/r/kbd.json",
        "https://ui.hotfix.jobs/r/label.json",
        "https://ui.hotfix.jobs/r/menu.json",
        "https://ui.hotfix.jobs/r/modal.json",
        "https://ui.hotfix.jobs/r/navigation-menu.json",
        "https://ui.hotfix.jobs/r/pagination.json",
        "https://ui.hotfix.jobs/r/popover.json",
        "https://ui.hotfix.jobs/r/progress.json",
        "https://ui.hotfix.jobs/r/radio.json",
        "https://ui.hotfix.jobs/r/resizable-panels.json",
        "https://ui.hotfix.jobs/r/scroller.json",
        "https://ui.hotfix.jobs/r/search-suggestions.json",
        "https://ui.hotfix.jobs/r/section.json",
        "https://ui.hotfix.jobs/r/select.json",
        "https://ui.hotfix.jobs/r/separator.json",
        "https://ui.hotfix.jobs/r/sheet.json",
        "https://ui.hotfix.jobs/r/sidebar.json",
        "https://ui.hotfix.jobs/r/skeleton.json",
        "https://ui.hotfix.jobs/r/slider.json",
        "https://ui.hotfix.jobs/r/spinner.json",
        "https://ui.hotfix.jobs/r/switch.json",
        "https://ui.hotfix.jobs/r/table.json",
        "https://ui.hotfix.jobs/r/tabs.json",
        "https://ui.hotfix.jobs/r/textarea.json",
        "https://ui.hotfix.jobs/r/theme-toggle.json",
        "https://ui.hotfix.jobs/r/time-ago.json",
        "https://ui.hotfix.jobs/r/toast.json",
        "https://ui.hotfix.jobs/r/toggle.json",
        "https://ui.hotfix.jobs/r/toggle-group.json",
        "https://ui.hotfix.jobs/r/tooltip.json"
      ],
      "files": []
    }
  ]
}
