{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "fulldev/ui",
  "homepage": "https://ui.full.dev",
  "items": [
    {
      "name": "init",
      "type": "registry:base",
      "dependencies": ["class-variance-authority", "clsx", "tailwind-merge"],
      "files": [
        {
          "path": "src/lib/utils.ts",
          "type": "registry:lib"
        },
        {
          "path": "registry/init/global.css",
          "type": "registry:style",
          "target": "src/styles/global.css"
        }
      ]
    },
    {
      "name": "accordion",
      "type": "registry:ui",
      "dependencies": ["@data-slot/accordion"],
      "files": [
        {
          "path": "src/components/ui/accordion/accordion.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/accordion/accordion-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/accordion/accordion-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/accordion/accordion-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/accordion/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/icon"]
    },
    {
      "name": "alert",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/alert/alert.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert/alert-action.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert/alert-description.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert/alert-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "alert-dialog",
      "type": "registry:ui",
      "dependencies": ["@data-slot/alert-dialog"],
      "files": [
        {
          "path": "src/components/ui/alert-dialog/alert-dialog.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-portal.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-overlay.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-media.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-footer.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-description.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-action.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/alert-dialog-cancel.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/alert-dialog/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/button"]
    },
    {
      "name": "avatar",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/avatar/avatar.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/avatar/avatar-badge.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/avatar/avatar-fallback.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/avatar/avatar-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/avatar/avatar-group-count.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/avatar/avatar-image.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/avatar/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "badge",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/badge/badge-variants.ts",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/badge/badge.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/badge/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "banner",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/banner/banner.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/banner/banner-container.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/banner/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/dropdown-menu",
        "@fulldev/icon"
      ]
    },
    {
      "name": "breadcrumb",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/breadcrumb/breadcrumb.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/breadcrumb/breadcrumb-list.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/breadcrumb/breadcrumb-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/breadcrumb/breadcrumb-link.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/breadcrumb/breadcrumb-page.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/breadcrumb/breadcrumb-separator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/breadcrumb/breadcrumb-ellipsis.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/breadcrumb/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/icon"]
    },
    {
      "name": "button",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/button/button-variants.ts",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/button/button.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/button/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "card",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/card/card.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/card/card-header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/card/card-action.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/card/card-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/card/card-description.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/card/card-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/card/card-footer.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/card/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "checkbox",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/checkbox/checkbox.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/checkbox/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "collapsible",
      "type": "registry:ui",
      "dependencies": ["@data-slot/collapsible"],
      "files": [
        {
          "path": "src/components/ui/collapsible/collapsible.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/collapsible/collapsible-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/collapsible/collapsible-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/collapsible/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "combobox",
      "type": "registry:ui",
      "dependencies": ["@data-slot/combobox"],
      "files": [
        {
          "path": "src/components/ui/combobox/combobox.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-empty.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-input.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-label.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-list.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-separator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/combobox-value.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/combobox/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/input-group", "@fulldev/icon"]
    },
    {
      "name": "command",
      "type": "registry:ui",
      "dependencies": ["@data-slot/command"],
      "files": [
        {
          "path": "src/components/ui/command/command.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/command/command-dialog.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/command/command-input.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/command/command-list.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/command/command-empty.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/command/command-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/command/command-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/command/command-separator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/command/command-shortcut.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/command/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/dialog", "@fulldev/icon"]
    },
    {
      "name": "dialog",
      "type": "registry:ui",
      "dependencies": ["@data-slot/dialog"],
      "files": [
        {
          "path": "src/components/ui/dialog/dialog.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/dialog-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/dialog-portal.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/dialog-overlay.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/dialog-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/dialog-header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/dialog-footer.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/dialog-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/dialog-description.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/dialog-close.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dialog/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/icon"]
    },
    {
      "name": "dropdown-menu",
      "type": "registry:ui",
      "dependencies": ["@data-slot/dropdown-menu"],
      "files": [
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-radio-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-checkbox-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-label.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-separator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-shortcut.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/dropdown-menu-portal.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/dropdown-menu/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/icon"]
    },
    {
      "name": "empty",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/empty/empty.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/empty/empty-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/empty/empty-description.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/empty/empty-header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/empty/empty-media.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/empty/empty-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/empty/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "field",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/field/field.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/field-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/field-description.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/field-error.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/field-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/field-label.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/field-legend.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/field-separator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/field-set.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/field-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/field/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/label", "@fulldev/separator"]
    },
    {
      "name": "form",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/form/form.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/form/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "gradient",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/gradient/gradient.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/gradient/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "header",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/header/header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/header/header-container.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/header/header-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/header/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/sheet"]
    },
    {
      "name": "hover-card",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/hover-card/hover-card.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/hover-card/hover-card-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/hover-card/hover-card-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/hover-card/index.ts",
          "type": "registry:ui"
        }
      ],
      "dependencies": ["@data-slot/hover-card"]
    },
    {
      "name": "icon",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/icon/icon.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/icon/index.ts",
          "type": "registry:ui"
        }
      ],
      "dependencies": ["lucide-static", "simple-icons"]
    },
    {
      "name": "input",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/input/input.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/input/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "input-group",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/input-group/input-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/input-group/input-group-addon.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/input-group/input-group-button.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/input-group/input-group-input.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/input-group/input-group-text.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/input-group/input-group-textarea.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/input-group/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/dropdown-menu",
        "@fulldev/input",
        "@fulldev/textarea"
      ]
    },
    {
      "name": "item",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/item/item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/item-actions.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/item-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/item-description.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/item-footer.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/item-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/item-header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/item-media.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/item-separator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/item-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/item/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/separator"]
    },
    {
      "name": "kbd",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/kbd/kbd.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/kbd/kbd-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/kbd/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "label",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/label/label.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/label/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "logo",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/logo/logo.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/logo/logo-image.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/logo/logo-text.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/logo/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "marquee",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/marquee/marquee.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/marquee/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "theme-toggle",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/theme-toggle/theme-toggle.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/theme-toggle/theme-provider.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/theme-toggle/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/icon"]
    },
    {
      "name": "carousel",
      "type": "registry:ui",
      "dependencies": ["embla-carousel"],
      "files": [
        {
          "path": "src/components/ui/carousel/carousel.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/carousel/carousel-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/carousel/carousel-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/carousel/carousel-next.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/carousel/carousel-previous.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/carousel/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/icon"]
    },
    {
      "name": "navigation-menu",
      "type": "registry:ui",
      "dependencies": ["@data-slot/navigation-menu"],
      "files": [
        {
          "path": "src/components/ui/navigation-menu/navigation-menu.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/navigation-menu/navigation-menu-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/navigation-menu/navigation-menu-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/navigation-menu/navigation-menu-link.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/navigation-menu/navigation-menu-list.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/navigation-menu/navigation-menu-indicator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/navigation-menu/navigation-menu-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/navigation-menu/navigation-menu-trigger-style.ts",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/navigation-menu/navigation-menu-positioner.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/navigation-menu/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/icon"]
    },
    {
      "name": "native-select",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/native-select/native-select.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/native-select/native-select-option.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/native-select/native-select-optgroup.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/native-select/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/icon"]
    },
    {
      "name": "popover",
      "type": "registry:ui",
      "dependencies": ["@data-slot/popover"],
      "files": [
        {
          "path": "src/components/ui/popover/popover.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/popover/popover-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/popover/popover-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/popover/popover-description.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/popover/popover-header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/popover/popover-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/popover/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "price",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/price/price.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/price/price-unit.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/price/price-value.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/price/format-price-value.ts",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/price/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "radio-group",
      "type": "registry:ui",
      "dependencies": ["@data-slot/radio-group"],
      "files": [
        {
          "path": "src/components/ui/radio-group/radio-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/radio-group/radio-group-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/radio-group/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "rating",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/rating/rating.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/rating/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/icon"]
    },
    {
      "name": "select",
      "type": "registry:ui",
      "dependencies": ["@data-slot/select"],
      "files": [
        {
          "path": "src/components/ui/select/select.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/select/select-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/select/select-value.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/select/select-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/select/select-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/select/select-label.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/select/select-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/select/select-separator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/select/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/icon"]
    },
    {
      "name": "separator",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/separator/separator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/separator/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "section",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/section/section.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/section/section-container.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/section/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "sheet",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/sheet/sheet.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sheet/sheet-close.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sheet/sheet-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sheet/sheet-description.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sheet/sheet-footer.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sheet/sheet-header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sheet/sheet-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sheet/sheet-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sheet/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/dialog",
        "@fulldev/icon"
      ]
    },
    {
      "name": "sidebar",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/sidebar/sidebar-provider.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-rail.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-inset.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-input.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-footer.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-separator.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-group-label.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-group-action.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-group-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-menu.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-menu-button.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-menu-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-menu-action.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-menu-badge.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-menu-skeleton.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-menu-sub.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-menu-sub-button.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/sidebar-menu-sub-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/sidebar/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": [
        "@fulldev/layout",
        "@fulldev/button",
        "@fulldev/input",
        "@fulldev/separator",
        "@fulldev/sheet",
        "@fulldev/skeleton",
        "@fulldev/icon",
        "@fulldev/tooltip"
      ]
    },
    {
      "name": "slider",
      "type": "registry:ui",
      "dependencies": ["@data-slot/slider"],
      "files": [
        {
          "path": "src/components/ui/slider/slider.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/slider/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "skeleton",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/skeleton/skeleton.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/skeleton/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "spinner",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/spinner/spinner.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/spinner/index.ts",
          "type": "registry:ui"
        }
      ],
      "registryDependencies": ["@fulldev/icon"]
    },
    {
      "name": "switch",
      "type": "registry:ui",
      "dependencies": ["@data-slot/switch"],
      "files": [
        {
          "path": "src/components/ui/switch/switch.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/switch/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "table",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/table/table.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/table/table-body.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/table/table-caption.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/table/table-cell.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/table/table-footer.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/table/table-head.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/table/table-header.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/table/table-row.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/table/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "tabs",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/tabs/tabs.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tabs/tabs-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tabs/tabs-list.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tabs/tabs-list-variants.ts",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tabs/tabs-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tabs/index.ts",
          "type": "registry:ui"
        }
      ],
      "dependencies": ["@data-slot/tabs"]
    },
    {
      "name": "tile",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/tile/tile.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tile/tile-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tile/tile-group.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tile/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "toc",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/toc/toc.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/toc/toc-title.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/toc/toc-menu.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/toc/toc-menu-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/toc/toc-menu-link.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/toc/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "toggle",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/toggle/toggle.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/toggle/toggle-variants.ts",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/toggle/index.ts",
          "type": "registry:ui"
        }
      ],
      "dependencies": ["@data-slot/toggle"]
    },
    {
      "name": "textarea",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/textarea/textarea.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/textarea/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "tooltip",
      "type": "registry:ui",
      "dependencies": ["@data-slot/tooltip"],
      "files": [
        {
          "path": "src/components/ui/tooltip/tooltip.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tooltip/tooltip-trigger.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tooltip/tooltip-content.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/tooltip/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "typography",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/typography/typography.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-a.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-blockquote.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-h1.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-h2.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-h3.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-h4.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-inline-code.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-lead.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-list.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-list-item.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-p.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-table.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-table-row.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-table-head.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/typography-table-cell.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/typography/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "video",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/video/video.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/video/index.ts",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "components",
      "type": "registry:item",
      "registryDependencies": [
        "@fulldev/accordion",
        "@fulldev/alert",
        "@fulldev/alert-dialog",
        "@fulldev/form",
        "@fulldev/avatar",
        "@fulldev/badge",
        "@fulldev/banner",
        "@fulldev/button",
        "@fulldev/card",
        "@fulldev/checkbox",
        "@fulldev/collapsible",
        "@fulldev/combobox",
        "@fulldev/command",
        "@fulldev/dialog",
        "@fulldev/dropdown-menu",
        "@fulldev/empty",
        "@fulldev/field",
        "@fulldev/gradient",
        "@fulldev/header",
        "@fulldev/hover-card",
        "@fulldev/input",
        "@fulldev/input-group",
        "@fulldev/item",
        "@fulldev/label",
        "@fulldev/logo",
        "@fulldev/marquee",
        "@fulldev/native-select",
        "@fulldev/navigation-menu",
        "@fulldev/popover",
        "@fulldev/price",
        "@fulldev/radio-group",
        "@fulldev/rating",
        "@fulldev/select",
        "@fulldev/section",
        "@fulldev/separator",
        "@fulldev/sheet",
        "@fulldev/sidebar",
        "@fulldev/slider",
        "@fulldev/skeleton",
        "@fulldev/spinner",
        "@fulldev/switch",
        "@fulldev/table",
        "@fulldev/tabs",
        "@fulldev/textarea",
        "@fulldev/theme-toggle",
        "@fulldev/tile",
        "@fulldev/toc",
        "@fulldev/toggle",
        "@fulldev/tooltip",
        "@fulldev/typography",
        "@fulldev/video",
        "@fulldev/layout"
      ]
    },
    {
      "name": "blocks",
      "type": "registry:item",
      "registryDependencies": [
        "@fulldev/article-1",
        "@fulldev/article-2",
        "@fulldev/articles-1",
        "@fulldev/articles-2",
        "@fulldev/articles-3",
        "@fulldev/articles-4",
        "@fulldev/banner-1",
        "@fulldev/banner-2",
        "@fulldev/blocks-1",
        "@fulldev/contact-1",
        "@fulldev/contact-2",
        "@fulldev/contact-3",
        "@fulldev/content-1",
        "@fulldev/content-2",
        "@fulldev/content-3",
        "@fulldev/content-4",
        "@fulldev/content-5",
        "@fulldev/content-6",
        "@fulldev/cta-1",
        "@fulldev/cta-2",
        "@fulldev/cta-3",
        "@fulldev/cta-4",
        "@fulldev/cta-5",
        "@fulldev/cta-6",
        "@fulldev/cta-7",
        "@fulldev/cta-8",
        "@fulldev/doc-1",
        "@fulldev/faqs-1",
        "@fulldev/faqs-2",
        "@fulldev/faqs-3",
        "@fulldev/faqs-4",
        "@fulldev/features-1",
        "@fulldev/features-2",
        "@fulldev/features-3",
        "@fulldev/features-4",
        "@fulldev/features-5",
        "@fulldev/features-6",
        "@fulldev/footer-1",
        "@fulldev/footer-2",
        "@fulldev/footer-3",
        "@fulldev/header-1",
        "@fulldev/header-2",
        "@fulldev/header-3",
        "@fulldev/header-4",
        "@fulldev/header-5",
        "@fulldev/hero-1",
        "@fulldev/hero-10",
        "@fulldev/hero-11",
        "@fulldev/hero-12",
        "@fulldev/hero-13",
        "@fulldev/hero-2",
        "@fulldev/hero-3",
        "@fulldev/hero-4",
        "@fulldev/hero-5",
        "@fulldev/hero-6",
        "@fulldev/hero-7",
        "@fulldev/hero-8",
        "@fulldev/hero-9",
        "@fulldev/links-2",
        "@fulldev/logos-1",
        "@fulldev/logos-2",
        "@fulldev/logos-3",
        "@fulldev/pricing-1",
        "@fulldev/pricing-2",
        "@fulldev/pricing-3",
        "@fulldev/product-1",
        "@fulldev/products-1",
        "@fulldev/products-2",
        "@fulldev/products-3",
        "@fulldev/products-4",
        "@fulldev/products-5",
        "@fulldev/reviews-1",
        "@fulldev/reviews-2",
        "@fulldev/reviews-3",
        "@fulldev/reviews-4",
        "@fulldev/reviews-5",
        "@fulldev/services-1",
        "@fulldev/services-2",
        "@fulldev/services-3",
        "@fulldev/services-4",
        "@fulldev/services-5",
        "@fulldev/services-6",
        "@fulldev/services-7",
        "@fulldev/sidebar-1"
      ]
    },
    {
      "name": "layout",
      "type": "registry:ui",
      "files": [
        {
          "path": "src/components/ui/layout/layout.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/layout/layout-head.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/layout/layout-body.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/layout/layout-main.astro",
          "type": "registry:ui"
        },
        {
          "path": "src/components/ui/layout/index.ts",
          "type": "registry:ui"
        }
      ],
      "dependencies": ["@lexingtonthemes/seo"]
    },
    {
      "name": "beta-repo-setup",
      "type": "registry:file",
      "files": [
        {
          "path": "src/content.config.ts",
          "type": "registry:file",
          "target": "src/content.config.ts"
        },
        {
          "path": "src/lib/pages.ts",
          "type": "registry:file",
          "target": "src/lib/pages.ts"
        },
        {
          "path": "src/pages/[...page].astro",
          "type": "registry:file",
          "target": "src/pages/[...page].astro"
        },
        {
          "path": "src/pages/[...page].md.ts",
          "type": "registry:file",
          "target": "src/pages/[...page].md.ts"
        },
        {
          "path": "src/pages/index.md.ts",
          "type": "registry:file",
          "target": "src/pages/index.md.ts"
        },
        {
          "path": "src/pages/sitemap.md.ts",
          "type": "registry:file",
          "target": "src/pages/sitemap.md.ts"
        },
        {
          "path": "src/schemas/shared.ts",
          "type": "registry:file",
          "target": "src/schemas/shared.ts"
        },
        {
          "path": "src/schemas/global.ts",
          "type": "registry:file",
          "target": "src/schemas/global.ts"
        },
        {
          "path": "src/schemas/page.ts",
          "type": "registry:file",
          "target": "src/schemas/page.ts"
        },
        {
          "path": "src/schemas/layouts/base.ts",
          "type": "registry:file",
          "target": "src/schemas/layouts/base.ts"
        },
        {
          "path": "src/schemas/layouts/block.ts",
          "type": "registry:file",
          "target": "src/schemas/layouts/block.ts"
        },
        {
          "path": "src/schemas/layouts/doc.ts",
          "type": "registry:file",
          "target": "src/schemas/layouts/doc.ts"
        },
        {
          "path": "src/schemas/layouts/home.ts",
          "type": "registry:file",
          "target": "src/schemas/layouts/home.ts"
        },
        {
          "path": "src/schemas/layouts/overview.ts",
          "type": "registry:file",
          "target": "src/schemas/layouts/overview.ts"
        },
        {
          "path": "src/layouts/base.astro",
          "type": "registry:file",
          "target": "src/layouts/base.astro"
        },
        {
          "path": "src/layouts/block.astro",
          "type": "registry:file",
          "target": "src/layouts/block.astro"
        },
        {
          "path": "src/layouts/doc.astro",
          "type": "registry:file",
          "target": "src/layouts/doc.astro"
        },
        {
          "path": "src/layouts/home.astro",
          "type": "registry:file",
          "target": "src/layouts/home.astro"
        },
        {
          "path": "src/layouts/overview.astro",
          "type": "registry:file",
          "target": "src/layouts/overview.astro"
        }
      ],
      "registryDependencies": ["@fulldev/blocks", "@fulldev/components"]
    },
    {
      "name": "article-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/article-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/badge",
        "@fulldev/section"
      ]
    },
    {
      "name": "article-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/article-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/badge",
        "@fulldev/section"
      ]
    },
    {
      "name": "articles-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/articles-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/badge",
        "@fulldev/section"
      ]
    },
    {
      "name": "articles-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/articles-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/badge",
        "@fulldev/section"
      ]
    },
    {
      "name": "articles-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/articles-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/badge",
        "@fulldev/section"
      ]
    },
    {
      "name": "articles-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/articles-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/badge",
        "@fulldev/section"
      ]
    },
    {
      "name": "banner-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/banner-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/banner", "@fulldev/icon"]
    },
    {
      "name": "banner-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/banner-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/banner", "@fulldev/button"]
    },
    {
      "name": "blocks-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/blocks-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/dropdown-menu",
        "@fulldev/section",
        "@fulldev/typography",
        "@fulldev/icon"
      ]
    },
    {
      "name": "contact-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/contact-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/field",
        "@fulldev/input",
        "@fulldev/section",
        "@fulldev/textarea",
        "@fulldev/icon"
      ]
    },
    {
      "name": "contact-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/contact-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/field",
        "@fulldev/input",
        "@fulldev/section",
        "@fulldev/textarea",
        "@fulldev/icon"
      ]
    },
    {
      "name": "contact-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/contact-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/field",
        "@fulldev/input",
        "@fulldev/section",
        "@fulldev/textarea",
        "@fulldev/icon"
      ]
    },
    {
      "name": "content-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/content-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "content-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/content-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "content-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/content-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/section"]
    },
    {
      "name": "content-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/content-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "content-5",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/content-5.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "content-6",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/content-6.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "cta-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/cta-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section"
      ]
    },
    {
      "name": "cta-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/cta-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section"
      ]
    },
    {
      "name": "cta-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/cta-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section"
      ]
    },
    {
      "name": "cta-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/cta-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section"
      ]
    },
    {
      "name": "cta-5",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/cta-5.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "cta-6",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/cta-6.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section"
      ]
    },
    {
      "name": "cta-7",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/cta-7.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/section"
      ]
    },
    {
      "name": "cta-8",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/cta-8.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/section"]
    },
    {
      "name": "doc-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/doc-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/card",
        "@fulldev/dropdown-menu",
        "@fulldev/section",
        "@fulldev/toc",
        "@fulldev/typography",
        "@fulldev/icon"
      ]
    },
    {
      "name": "faqs-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/faqs-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/accordion",
        "@fulldev/button",
        "@fulldev/section"
      ]
    },
    {
      "name": "faqs-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/faqs-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/accordion",
        "@fulldev/button",
        "@fulldev/section"
      ]
    },
    {
      "name": "faqs-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/faqs-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/accordion",
        "@fulldev/badge",
        "@fulldev/section"
      ]
    },
    {
      "name": "faqs-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/faqs-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/accordion", "@fulldev/section"]
    },
    {
      "name": "features-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/features-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "features-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/features-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "features-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/features-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/section"]
    },
    {
      "name": "features-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/features-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "features-5",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/features-5.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "features-6",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/features-6.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/separator"
      ]
    },
    {
      "name": "footer-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/footer-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/logo",
        "@fulldev/section",
        "@fulldev/separator",
        "@fulldev/icon"
      ]
    },
    {
      "name": "footer-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/footer-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/logo",
        "@fulldev/section",
        "@fulldev/separator",
        "@fulldev/icon"
      ]
    },
    {
      "name": "footer-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/footer-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/logo",
        "@fulldev/section",
        "@fulldev/separator",
        "@fulldev/icon"
      ]
    },
    {
      "name": "header-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/header-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/header",
        "@fulldev/icon",
        "@fulldev/logo",
        "@fulldev/navigation-menu",
        "@fulldev/sheet"
      ]
    },
    {
      "name": "header-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/header-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/header",
        "@fulldev/icon",
        "@fulldev/logo",
        "@fulldev/navigation-menu",
        "@fulldev/sheet"
      ]
    },
    {
      "name": "header-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/header-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/header",
        "@fulldev/icon",
        "@fulldev/logo",
        "@fulldev/navigation-menu",
        "@fulldev/separator",
        "@fulldev/sheet"
      ]
    },
    {
      "name": "header-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/header-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/header",
        "@fulldev/icon",
        "@fulldev/logo",
        "@fulldev/navigation-menu",
        "@fulldev/sheet"
      ]
    },
    {
      "name": "header-5",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/header-5.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/header",
        "@fulldev/icon",
        "@fulldev/logo",
        "@fulldev/navigation-menu",
        "@fulldev/separator",
        "@fulldev/sheet"
      ]
    },
    {
      "name": "hero-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/section"
      ]
    },
    {
      "name": "hero-10",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-10.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section"
      ]
    },
    {
      "name": "hero-11",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-11.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section"
      ]
    },
    {
      "name": "hero-12",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-12.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/section"]
    },
    {
      "name": "hero-13",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-13.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/section"]
    },
    {
      "name": "hero-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section"
      ]
    },
    {
      "name": "hero-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/section"]
    },
    {
      "name": "hero-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "hero-5",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-5.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "hero-6",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-6.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "hero-7",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-7.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "hero-8",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-8.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/button", "@fulldev/section"]
    },
    {
      "name": "hero-9",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/hero-9.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/button",
        "@fulldev/rating",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "links-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/links-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/accordion",
        "@fulldev/button",
        "@fulldev/card",
        "@fulldev/carousel",
        "@fulldev/section",
        "@fulldev/tabs",
        "@fulldev/icon"
      ]
    },
    {
      "name": "logos-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/logos-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/logo", "@fulldev/section"]
    },
    {
      "name": "logos-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/logos-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/logo",
        "@fulldev/marquee",
        "@fulldev/section"
      ]
    },
    {
      "name": "logos-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/logos-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": ["@fulldev/logo", "@fulldev/section"]
    },
    {
      "name": "pricing-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/pricing-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/card",
        "@fulldev/price",
        "@fulldev/section",
        "@fulldev/separator",
        "@fulldev/icon"
      ]
    },
    {
      "name": "pricing-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/pricing-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/card",
        "@fulldev/price",
        "@fulldev/section",
        "@fulldev/separator",
        "@fulldev/icon"
      ]
    },
    {
      "name": "pricing-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/pricing-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/card",
        "@fulldev/price",
        "@fulldev/section",
        "@fulldev/separator",
        "@fulldev/icon"
      ]
    },
    {
      "name": "product-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/product-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/price",
        "@fulldev/section"
      ]
    },
    {
      "name": "products-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/products-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/card",
        "@fulldev/price",
        "@fulldev/section"
      ]
    },
    {
      "name": "products-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/products-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/price",
        "@fulldev/section",
        "@fulldev/separator"
      ]
    },
    {
      "name": "products-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/products-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/card",
        "@fulldev/price",
        "@fulldev/section"
      ]
    },
    {
      "name": "products-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/products-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/card",
        "@fulldev/price",
        "@fulldev/section"
      ]
    },
    {
      "name": "products-5",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/products-5.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/card",
        "@fulldev/price",
        "@fulldev/section"
      ]
    },
    {
      "name": "reviews-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/reviews-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/card",
        "@fulldev/rating",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "reviews-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/reviews-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/rating",
        "@fulldev/section",
        "@fulldev/separator",
        "@fulldev/icon"
      ]
    },
    {
      "name": "reviews-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/reviews-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/carousel",
        "@fulldev/rating",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "reviews-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/reviews-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/card",
        "@fulldev/marquee",
        "@fulldev/rating",
        "@fulldev/section"
      ]
    },
    {
      "name": "reviews-5",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/reviews-5.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/avatar",
        "@fulldev/marquee",
        "@fulldev/rating",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "services-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/services-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "services-2",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/services-2.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/section"
      ]
    },
    {
      "name": "services-3",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/services-3.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/section"
      ]
    },
    {
      "name": "services-4",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/services-4.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "services-5",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/services-5.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "services-6",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/services-6.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "services-7",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/services-7.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/badge",
        "@fulldev/button",
        "@fulldev/section",
        "@fulldev/icon"
      ]
    },
    {
      "name": "sidebar-1",
      "type": "registry:block",
      "files": [
        {
          "path": "src/components/blocks/sidebar-1.astro",
          "type": "registry:block"
        }
      ],
      "registryDependencies": [
        "@fulldev/breadcrumb",
        "@fulldev/button",
        "@fulldev/command",
        "@fulldev/dialog",
        "@fulldev/dropdown-menu",
        "@fulldev/header",
        "@fulldev/icon",
        "@fulldev/input-group",
        "@fulldev/kbd",
        "@fulldev/layout",
        "@fulldev/logo",
        "@fulldev/separator",
        "@fulldev/sidebar",
        "@fulldev/theme-toggle"
      ]
    }
  ]
}
