{
    "$schema": "https://ui.shadcn.com/schema/registry.json",
    "name": "blatui",
    "homepage": "https://blatui.remix-it.com",
    "items": [
        {
            "name": "accent",
            "type": "registry:ui",
            "title": "Accent",
            "description": "Recolors any subtree of BlatUI components from a single accent colour — no per-component props.",
            "files": [
                {
                    "path": "ui/accent.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/accent.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "accordion",
            "type": "registry:ui",
            "title": "Accordion",
            "description": "A vertically stacked set of interactive headings that each reveal a section of content.",
            "files": [
                {
                    "path": "ui/accordion.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/accordion.blade.php"
                },
                {
                    "path": "ui/accordion-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/accordion-content.blade.php"
                },
                {
                    "path": "ui/accordion-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/accordion-item.blade.php"
                },
                {
                    "path": "ui/accordion-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/accordion-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/collapse"
            ],
            "categories": [
                "disclosure"
            ]
        },
        {
            "name": "add-to-cart",
            "type": "registry:ui",
            "title": "Add To Cart",
            "description": "A stateful add-to-cart button that animates idle → adding → added.",
            "files": [
                {
                    "path": "ui/add-to-cart.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/add-to-cart.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json"
            ],
            "categories": [
                "e-commerce"
            ]
        },
        {
            "name": "alert",
            "type": "registry:ui",
            "title": "Alert",
            "description": "Displays a callout for user attention, with semantic status tones.",
            "files": [
                {
                    "path": "ui/alert.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert.blade.php"
                },
                {
                    "path": "ui/alert-action.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-action.blade.php"
                },
                {
                    "path": "ui/alert-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-description.blade.php"
                },
                {
                    "path": "ui/alert-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-title.blade.php"
                }
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "alert-dialog",
            "type": "registry:ui",
            "title": "Alert Dialog",
            "description": "A modal dialog that interrupts the user with important content and expects a response.",
            "files": [
                {
                    "path": "ui/alert-dialog.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-dialog.blade.php"
                },
                {
                    "path": "ui/alert-dialog-action.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-dialog-action.blade.php"
                },
                {
                    "path": "ui/alert-dialog-cancel.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-dialog-cancel.blade.php"
                },
                {
                    "path": "ui/alert-dialog-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-dialog-content.blade.php"
                },
                {
                    "path": "ui/alert-dialog-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-dialog-description.blade.php"
                },
                {
                    "path": "ui/alert-dialog-footer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-dialog-footer.blade.php"
                },
                {
                    "path": "ui/alert-dialog-header.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-dialog-header.blade.php"
                },
                {
                    "path": "ui/alert-dialog-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-dialog-title.blade.php"
                },
                {
                    "path": "ui/alert-dialog-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/alert-dialog-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/focus"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "animated-beam",
            "type": "registry:ui",
            "title": "Animated Beam",
            "description": "An SVG line with a travelling light gradient connecting two elements.",
            "files": [
                {
                    "path": "ui/animated-beam.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/animated-beam.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "aspect-ratio",
            "type": "registry:ui",
            "title": "Aspect Ratio",
            "description": "Displays content within a desired ratio.",
            "files": [
                {
                    "path": "ui/aspect-ratio.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/aspect-ratio.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "audio-player",
            "type": "registry:ui",
            "title": "Audio Player",
            "description": "A custom audio player — play/pause, seek, time and volume — over a native HTML5 audio element.",
            "files": [
                {
                    "path": "ui/audio-player.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/audio-player.blade.php"
                }
            ],
            "categories": [
                "media"
            ]
        },
        {
            "name": "aurora",
            "type": "registry:ui",
            "title": "Aurora",
            "description": "An animated northern-lights gradient backdrop with your content overlaid.",
            "files": [
                {
                    "path": "ui/aurora.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/aurora.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "autocomplete",
            "type": "registry:ui",
            "title": "Autocomplete",
            "description": "A text input that filters and suggests options as you type.",
            "deprecated": true,
            "replacedBy": "combobox",
            "files": [
                {
                    "path": "ui/autocomplete.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/autocomplete.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/combobox.json"
            ]
        },
        {
            "name": "autosize-textarea",
            "type": "registry:ui",
            "title": "Autosize Textarea",
            "description": "A textarea that grows and shrinks to fit its content, with an optional max-rows cap.",
            "deprecated": true,
            "replacedBy": "textarea",
            "files": [
                {
                    "path": "ui/autosize-textarea.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/autosize-textarea.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/textarea.json"
            ]
        },
        {
            "name": "avatar",
            "type": "registry:ui",
            "title": "Avatar",
            "description": "An image element with a fallback for representing the user.",
            "files": [
                {
                    "path": "ui/avatar.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/avatar.blade.php"
                },
                {
                    "path": "ui/avatar-fallback.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/avatar-fallback.blade.php"
                },
                {
                    "path": "ui/avatar-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/avatar-group.blade.php"
                },
                {
                    "path": "ui/avatar-image.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/avatar-image.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "back-to-top",
            "type": "registry:ui",
            "title": "Back To Top",
            "description": "A floating button that appears after scrolling and smoothly returns to the top.",
            "files": [
                {
                    "path": "ui/back-to-top.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/back-to-top.blade.php"
                }
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "badge",
            "type": "registry:ui",
            "title": "Badge",
            "description": "Displays a badge, with semantic status tones (success, warning, danger, info, neutral).",
            "files": [
                {
                    "path": "ui/badge.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/badge.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "banner",
            "type": "registry:ui",
            "title": "Banner",
            "description": "A full-width, dismissible announcement bar with semantic tones.",
            "files": [
                {
                    "path": "ui/banner.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/banner.blade.php"
                }
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "bento-grid",
            "type": "registry:ui",
            "title": "Bento Grid",
            "description": "A modern bento grid for arranging cards of varying column and row spans.",
            "files": [
                {
                    "path": "ui/bento-grid.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/bento-grid.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "bento-item",
            "type": "registry:ui",
            "title": "Bento Item",
            "files": [
                {
                    "path": "ui/bento-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/bento-item.blade.php"
                }
            ]
        },
        {
            "name": "border-beam",
            "type": "registry:ui",
            "title": "Border Beam",
            "description": "A container with a light beam continuously travelling around its border.",
            "files": [
                {
                    "path": "ui/border-beam.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/border-beam.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "bottom-navigation",
            "type": "registry:ui",
            "title": "Bottom Navigation",
            "description": "A mobile bottom tab bar with icons, labels, an active state and badges.",
            "files": [
                {
                    "path": "ui/bottom-navigation.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/bottom-navigation.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/bottom-navigation-item.json"
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "bottom-navigation-item",
            "type": "registry:ui",
            "title": "Bottom Navigation Item",
            "files": [
                {
                    "path": "ui/bottom-navigation-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/bottom-navigation-item.blade.php"
                }
            ]
        },
        {
            "name": "brand",
            "type": "registry:ui",
            "title": "Brand",
            "files": [
                {
                    "path": "ui/brand.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/brand.blade.php"
                }
            ]
        },
        {
            "name": "breadcrumb",
            "type": "registry:ui",
            "title": "Breadcrumb",
            "description": "Displays the path to the current resource using a hierarchy of links.",
            "files": [
                {
                    "path": "ui/breadcrumb.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/breadcrumb.blade.php"
                },
                {
                    "path": "ui/breadcrumb-ellipsis.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/breadcrumb-ellipsis.blade.php"
                },
                {
                    "path": "ui/breadcrumb-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/breadcrumb-item.blade.php"
                },
                {
                    "path": "ui/breadcrumb-link.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/breadcrumb-link.blade.php"
                },
                {
                    "path": "ui/breadcrumb-list.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/breadcrumb-list.blade.php"
                },
                {
                    "path": "ui/breadcrumb-page.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/breadcrumb-page.blade.php"
                },
                {
                    "path": "ui/breadcrumb-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/breadcrumb-separator.blade.php"
                }
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "button",
            "type": "registry:ui",
            "title": "Button",
            "description": "Displays a button or a component that looks like a button.",
            "files": [
                {
                    "path": "ui/button.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/button.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "button-group",
            "type": "registry:ui",
            "title": "Button Group",
            "description": "Groups related buttons together with consistent styling.",
            "files": [
                {
                    "path": "ui/button-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/button-group.blade.php"
                },
                {
                    "path": "ui/button-group-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/button-group-separator.blade.php"
                },
                {
                    "path": "ui/button-group-text.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/button-group-text.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "calendar",
            "type": "registry:ui",
            "title": "Calendar",
            "description": "A date field component that allows users to enter and edit dates.",
            "files": [
                {
                    "path": "ui/calendar.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/calendar.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "card",
            "type": "registry:ui",
            "title": "Card",
            "description": "Displays a card with header, content, and footer.",
            "files": [
                {
                    "path": "ui/card.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/card.blade.php"
                },
                {
                    "path": "ui/card-action.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/card-action.blade.php"
                },
                {
                    "path": "ui/card-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/card-content.blade.php"
                },
                {
                    "path": "ui/card-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/card-description.blade.php"
                },
                {
                    "path": "ui/card-footer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/card-footer.blade.php"
                },
                {
                    "path": "ui/card-header.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/card-header.blade.php"
                },
                {
                    "path": "ui/card-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/card-title.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "carousel",
            "type": "registry:ui",
            "title": "Carousel",
            "description": "A carousel with motion and swipe.",
            "files": [
                {
                    "path": "ui/carousel.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/carousel.blade.php"
                },
                {
                    "path": "ui/carousel-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/carousel-content.blade.php"
                },
                {
                    "path": "ui/carousel-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/carousel-item.blade.php"
                },
                {
                    "path": "ui/carousel-next.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/carousel-next.blade.php"
                },
                {
                    "path": "ui/carousel-previous.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/carousel-previous.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "chart",
            "type": "registry:ui",
            "title": "Chart",
            "description": "Beautiful charts, built using ApexCharts.",
            "files": [
                {
                    "path": "ui/chart.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/chart.blade.php"
                },
                {
                    "path": "ui/chart-container.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/chart-container.blade.php"
                },
                {
                    "path": "ui/chart-tooltip-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/chart-tooltip-content.blade.php"
                }
            ],
            "dependencies": [
                "apexcharts"
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "chat",
            "type": "registry:ui",
            "title": "Chat",
            "description": "A composable chat transcript — role-aware message bubbles with avatars, names, timestamps and a typing indicator.",
            "files": [
                {
                    "path": "ui/chat.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/chat.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/chat-message.json"
            ],
            "categories": [
                "ai"
            ]
        },
        {
            "name": "chat-message",
            "type": "registry:ui",
            "title": "Chat Message",
            "files": [
                {
                    "path": "ui/chat-message.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/chat-message.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/avatar.json"
            ]
        },
        {
            "name": "checkbox",
            "type": "registry:ui",
            "title": "Checkbox",
            "description": "A control that allows the user to toggle between checked and not checked.",
            "files": [
                {
                    "path": "ui/checkbox.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/checkbox.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "citation",
            "type": "registry:ui",
            "title": "Citation",
            "description": "An inline, LLM-style source reference that reveals the source title, link and snippet in a popover.",
            "files": [
                {
                    "path": "ui/citation.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/citation.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/link.json"
            ],
            "categories": [
                "ai"
            ]
        },
        {
            "name": "code-block",
            "type": "registry:ui",
            "title": "Code Block",
            "description": "A dark code panel with an optional filename header and a copy button.",
            "files": [
                {
                    "path": "ui/code-block.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/code-block.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "collapsible",
            "type": "registry:ui",
            "title": "Collapsible",
            "description": "An interactive component which expands and collapses a panel.",
            "files": [
                {
                    "path": "ui/collapsible.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/collapsible.blade.php"
                },
                {
                    "path": "ui/collapsible-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/collapsible-content.blade.php"
                },
                {
                    "path": "ui/collapsible-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/collapsible-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/collapse"
            ],
            "categories": [
                "disclosure"
            ]
        },
        {
            "name": "color-picker",
            "type": "registry:ui",
            "title": "Color Picker",
            "description": "Accessible colour selection with a hue slider, a validating hex field and a preset swatch palette.",
            "files": [
                {
                    "path": "ui/color-picker.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/color-picker.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "combobox",
            "type": "registry:ui",
            "title": "Combobox",
            "description": "A filterable picker over a list of options — button or inline-input trigger, single or multi-select.",
            "keywords": [
                "autocomplete"
            ],
            "files": [
                {
                    "path": "ui/combobox.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/combobox.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/anchor"
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "command",
            "type": "registry:ui",
            "title": "Command",
            "description": "Fast, composable, command menu for your app.",
            "files": [
                {
                    "path": "ui/command.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/command.blade.php"
                },
                {
                    "path": "ui/command-empty.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/command-empty.blade.php"
                },
                {
                    "path": "ui/command-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/command-group.blade.php"
                },
                {
                    "path": "ui/command-input.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/command-input.blade.php"
                },
                {
                    "path": "ui/command-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/command-item.blade.php"
                },
                {
                    "path": "ui/command-list.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/command-list.blade.php"
                },
                {
                    "path": "ui/command-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/command-separator.blade.php"
                },
                {
                    "path": "ui/command-shortcut.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/command-shortcut.blade.php"
                }
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "command-dialog",
            "type": "registry:ui",
            "title": "Command Dialog",
            "description": "A command menu rendered inside a dialog.",
            "files": [
                {
                    "path": "ui/command-dialog.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/command-dialog.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/focus"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "comparison-slider",
            "type": "registry:ui",
            "title": "Comparison Slider",
            "description": "A draggable before/after image comparison with a keyboard-operable divider.",
            "files": [
                {
                    "path": "ui/comparison-slider.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/comparison-slider.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "comparison-table",
            "type": "registry:ui",
            "title": "Comparison Table",
            "description": "A data-driven feature comparison table — tiers × features with checks, dashes and values.",
            "files": [
                {
                    "path": "ui/comparison-table.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/comparison-table.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "confetti",
            "type": "registry:ui",
            "title": "Confetti",
            "description": "A celebratory confetti burst fired from a button or any trigger.",
            "files": [
                {
                    "path": "ui/confetti.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/confetti.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json"
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "container",
            "type": "registry:ui",
            "title": "Container",
            "description": "A centered, max-width content wrapper with responsive padding and selectable widths.",
            "files": [
                {
                    "path": "ui/container.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/container.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "context-menu",
            "type": "registry:ui",
            "title": "Context Menu",
            "description": "Displays a menu located at the pointer, triggered by a right click.",
            "files": [
                {
                    "path": "ui/context-menu.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu.blade.php"
                },
                {
                    "path": "ui/context-menu-checkbox-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-checkbox-item.blade.php"
                },
                {
                    "path": "ui/context-menu-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-content.blade.php"
                },
                {
                    "path": "ui/context-menu-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-group.blade.php"
                },
                {
                    "path": "ui/context-menu-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-item.blade.php"
                },
                {
                    "path": "ui/context-menu-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-label.blade.php"
                },
                {
                    "path": "ui/context-menu-radio-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-radio-group.blade.php"
                },
                {
                    "path": "ui/context-menu-radio-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-radio-item.blade.php"
                },
                {
                    "path": "ui/context-menu-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-separator.blade.php"
                },
                {
                    "path": "ui/context-menu-shortcut.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-shortcut.blade.php"
                },
                {
                    "path": "ui/context-menu-sub.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-sub.blade.php"
                },
                {
                    "path": "ui/context-menu-sub-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-sub-content.blade.php"
                },
                {
                    "path": "ui/context-menu-sub-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-sub-trigger.blade.php"
                },
                {
                    "path": "ui/context-menu-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/context-menu-trigger.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/menu-checkbox-item.json",
                "https://blatui.remix-it.com/r/menu-group.json",
                "https://blatui.remix-it.com/r/menu-item.json",
                "https://blatui.remix-it.com/r/menu-label.json",
                "https://blatui.remix-it.com/r/menu-radio-item.json",
                "https://blatui.remix-it.com/r/menu-separator.json",
                "https://blatui.remix-it.com/r/menu-shortcut.json"
            ],
            "dependencies": [
                "@alpinejs/anchor"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "cookie-consent",
            "type": "registry:ui",
            "title": "Cookie Consent",
            "description": "A GDPR cookie banner with accept / reject / customize, persisted to localStorage.",
            "files": [
                {
                    "path": "ui/cookie-consent.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/cookie-consent.blade.php"
                }
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "copy-button",
            "type": "registry:ui",
            "title": "Copy Button",
            "description": "A button that copies text to the clipboard, with a copied state and a live announcement.",
            "files": [
                {
                    "path": "ui/copy-button.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/copy-button.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "countdown",
            "type": "registry:ui",
            "title": "Countdown",
            "description": "A live countdown to a target date — days, hours, minutes and seconds, with an expired state.",
            "files": [
                {
                    "path": "ui/countdown.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/countdown.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "data-table",
            "type": "registry:ui",
            "title": "Data Table",
            "description": "An interactive table with search, sortable columns, row selection and pagination.",
            "files": [
                {
                    "path": "ui/data-table.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/data-table.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "date-picker",
            "type": "registry:ui",
            "title": "Date Picker",
            "description": "A date picker component with a calendar popover.",
            "files": [
                {
                    "path": "ui/date-picker.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/date-picker.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "dependencies": [
                "@alpinejs/anchor",
                "@alpinejs/focus"
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "datetime-picker",
            "type": "registry:ui",
            "title": "Date & Time Picker",
            "description": "Pick a date and a time together — single or range — in one popover.",
            "files": [
                {
                    "path": "ui/datetime-picker.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/datetime-picker.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/time-field.json"
            ],
            "dependencies": [
                "@alpinejs/anchor",
                "@alpinejs/focus"
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "description-item",
            "type": "registry:ui",
            "title": "Description Item",
            "files": [
                {
                    "path": "ui/description-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/description-item.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/description-list.json"
            ]
        },
        {
            "name": "description-list",
            "type": "registry:ui",
            "title": "Description List",
            "description": "A semantic key/value list (term/description) — horizontal or vertical, with an optional bordered style.",
            "files": [
                {
                    "path": "ui/description-list.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/description-list.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "dialog",
            "type": "registry:ui",
            "title": "Dialog",
            "description": "A window overlaid on the primary window, rendering the content underneath inert.",
            "files": [
                {
                    "path": "ui/dialog.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dialog.blade.php"
                },
                {
                    "path": "ui/dialog-close.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dialog-close.blade.php"
                },
                {
                    "path": "ui/dialog-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dialog-content.blade.php"
                },
                {
                    "path": "ui/dialog-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dialog-description.blade.php"
                },
                {
                    "path": "ui/dialog-footer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dialog-footer.blade.php"
                },
                {
                    "path": "ui/dialog-header.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dialog-header.blade.php"
                },
                {
                    "path": "ui/dialog-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dialog-title.blade.php"
                },
                {
                    "path": "ui/dialog-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dialog-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/focus"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "diff-viewer",
            "type": "registry:ui",
            "title": "Diff Viewer",
            "description": "A line-based text diff with inline or side-by-side views and add/remove tinting.",
            "files": [
                {
                    "path": "ui/diff-viewer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/diff-viewer.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "dock",
            "type": "registry:ui",
            "title": "Dock",
            "description": "A macOS-style dock whose icons magnify as the cursor passes over them.",
            "files": [
                {
                    "path": "ui/dock.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dock.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/dock-item.json"
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "dock-item",
            "type": "registry:ui",
            "title": "Dock Item",
            "files": [
                {
                    "path": "ui/dock-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dock-item.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/dock.json"
            ]
        },
        {
            "name": "dot-pattern",
            "type": "registry:ui",
            "title": "Dot Pattern",
            "description": "A decorative dotted-grid background layer with adjustable size, gap and edge fade.",
            "files": [
                {
                    "path": "ui/dot-pattern.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dot-pattern.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "drawer",
            "type": "registry:ui",
            "title": "Drawer",
            "description": "A drawer component that slides in from the edge of the screen.",
            "files": [
                {
                    "path": "ui/drawer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/drawer.blade.php"
                },
                {
                    "path": "ui/drawer-close.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/drawer-close.blade.php"
                },
                {
                    "path": "ui/drawer-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/drawer-content.blade.php"
                },
                {
                    "path": "ui/drawer-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/drawer-description.blade.php"
                },
                {
                    "path": "ui/drawer-footer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/drawer-footer.blade.php"
                },
                {
                    "path": "ui/drawer-header.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/drawer-header.blade.php"
                },
                {
                    "path": "ui/drawer-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/drawer-title.blade.php"
                },
                {
                    "path": "ui/drawer-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/drawer-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/focus"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "dropdown-menu",
            "type": "registry:ui",
            "title": "Dropdown Menu",
            "description": "Displays a menu of actions or functions, triggered by a button.",
            "files": [
                {
                    "path": "ui/dropdown-menu.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-checkbox-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-checkbox-item.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-content.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-group.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-item.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-label.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-radio-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-radio-group.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-radio-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-radio-item.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-separator.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-shortcut.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-shortcut.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-sub.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-sub.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-sub-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-sub-content.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-sub-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-sub-trigger.blade.php"
                },
                {
                    "path": "ui/dropdown-menu-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/dropdown-menu-trigger.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/menu-checkbox-item.json",
                "https://blatui.remix-it.com/r/menu-group.json",
                "https://blatui.remix-it.com/r/menu-item.json",
                "https://blatui.remix-it.com/r/menu-label.json",
                "https://blatui.remix-it.com/r/menu-radio-item.json",
                "https://blatui.remix-it.com/r/menu-separator.json",
                "https://blatui.remix-it.com/r/menu-shortcut.json"
            ],
            "dependencies": [
                "@alpinejs/anchor"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "editable",
            "type": "registry:ui",
            "title": "Editable",
            "description": "Click-to-edit inline text that swaps the value for an input, saving on Enter or blur.",
            "files": [
                {
                    "path": "ui/editable.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/editable.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "empty",
            "type": "registry:ui",
            "title": "Empty",
            "description": "An empty state for when there is no data to display.",
            "files": [
                {
                    "path": "ui/empty.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/empty.blade.php"
                },
                {
                    "path": "ui/empty-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/empty-content.blade.php"
                },
                {
                    "path": "ui/empty-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/empty-description.blade.php"
                },
                {
                    "path": "ui/empty-header.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/empty-header.blade.php"
                },
                {
                    "path": "ui/empty-media.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/empty-media.blade.php"
                },
                {
                    "path": "ui/empty-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/empty-title.blade.php"
                }
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "field",
            "type": "registry:ui",
            "title": "Field",
            "description": "Combine labels, controls, and help text to compose accessible form fields.",
            "files": [
                {
                    "path": "ui/field.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field.blade.php"
                },
                {
                    "path": "ui/field-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field-content.blade.php"
                },
                {
                    "path": "ui/field-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field-description.blade.php"
                },
                {
                    "path": "ui/field-error.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field-error.blade.php"
                },
                {
                    "path": "ui/field-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field-group.blade.php"
                },
                {
                    "path": "ui/field-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field-label.blade.php"
                },
                {
                    "path": "ui/field-legend.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field-legend.blade.php"
                },
                {
                    "path": "ui/field-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field-separator.blade.php"
                },
                {
                    "path": "ui/field-set.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field-set.blade.php"
                },
                {
                    "path": "ui/field-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/field-title.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "file-upload",
            "type": "registry:ui",
            "title": "File Upload",
            "description": "A drag-and-drop dropzone with image thumbnails, file sizes and per-file progress bars.",
            "files": [
                {
                    "path": "ui/file-upload.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/file-upload.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "flip-card",
            "type": "registry:ui",
            "title": "Flip Card",
            "description": "A card that flips on hover or click to reveal a back face.",
            "files": [
                {
                    "path": "ui/flip-card.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/flip-card.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "gallery",
            "type": "registry:ui",
            "title": "Gallery",
            "description": "A thumbnail grid that opens a full-screen lightbox with keyboard navigation.",
            "files": [
                {
                    "path": "ui/gallery.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/gallery.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/focus"
            ],
            "categories": [
                "media"
            ]
        },
        {
            "name": "gantt",
            "type": "registry:ui",
            "title": "Gantt",
            "description": "A project timeline (Gantt) chart with task bars positioned by date and progress.",
            "files": [
                {
                    "path": "ui/gantt.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/gantt.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "gradient-text",
            "type": "registry:ui",
            "title": "Gradient Text",
            "description": "Text painted with a gradient fill, with optional animated shimmer and colour presets.",
            "files": [
                {
                    "path": "ui/gradient-text.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/gradient-text.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "grid-pattern",
            "type": "registry:ui",
            "title": "Grid Pattern",
            "description": "A decorative grid / graph-paper background layer with an optional edge fade.",
            "files": [
                {
                    "path": "ui/grid-pattern.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/grid-pattern.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "heatmap",
            "type": "registry:ui",
            "title": "Heatmap",
            "description": "A GitHub-style contributions heatmap of colour-graded daily counts.",
            "files": [
                {
                    "path": "ui/heatmap.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/heatmap.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "hover-card",
            "type": "registry:ui",
            "title": "Hover Card",
            "description": "For sighted users to preview content available behind a link.",
            "files": [
                {
                    "path": "ui/hover-card.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/hover-card.blade.php"
                },
                {
                    "path": "ui/hover-card-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/hover-card-content.blade.php"
                },
                {
                    "path": "ui/hover-card-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/hover-card-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/anchor"
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "icon",
            "type": "registry:ui",
            "title": "Icon",
            "description": "A thin wrapper over Lucide icons that auto-mirrors directional arrows under RTL.",
            "files": [
                {
                    "path": "ui/icon.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/icon.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "image",
            "type": "registry:ui",
            "title": "Image",
            "description": "A smart image with a skeleton, blur-up fade-in and a graceful error fallback.",
            "files": [
                {
                    "path": "ui/image.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/image.blade.php"
                }
            ],
            "categories": [
                "media"
            ]
        },
        {
            "name": "infinite-scroll",
            "type": "registry:ui",
            "title": "Infinite Scroll",
            "description": "Loads more content when a sentinel scrolls into view, with a load-more fallback.",
            "files": [
                {
                    "path": "ui/infinite-scroll.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/infinite-scroll.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/spinner.json"
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "input",
            "type": "registry:ui",
            "title": "Input",
            "description": "Displays a form input field or a component that looks like an input field.",
            "files": [
                {
                    "path": "ui/input.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input.blade.php"
                },
                {
                    "path": "ui/input-mask.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-mask.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "input-group",
            "type": "registry:ui",
            "title": "Input Group",
            "description": "Group inputs with text, buttons, icons, and more.",
            "files": [
                {
                    "path": "ui/input-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-group.blade.php"
                },
                {
                    "path": "ui/input-group-addon.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-group-addon.blade.php"
                },
                {
                    "path": "ui/input-group-button.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-group-button.blade.php"
                },
                {
                    "path": "ui/input-group-input.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-group-input.blade.php"
                },
                {
                    "path": "ui/input-group-text.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-group-text.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "input-otp",
            "type": "registry:ui",
            "title": "Input OTP",
            "description": "Accessible one-time password component with copy-paste functionality.",
            "files": [
                {
                    "path": "ui/input-otp.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-otp.blade.php"
                },
                {
                    "path": "ui/input-otp-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-otp-group.blade.php"
                },
                {
                    "path": "ui/input-otp-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-otp-separator.blade.php"
                },
                {
                    "path": "ui/input-otp-slot.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/input-otp-slot.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "item",
            "type": "registry:ui",
            "title": "Item",
            "description": "A flexible component for displaying content with media, title, and actions.",
            "files": [
                {
                    "path": "ui/item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/item.blade.php"
                },
                {
                    "path": "ui/item-actions.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/item-actions.blade.php"
                },
                {
                    "path": "ui/item-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/item-content.blade.php"
                },
                {
                    "path": "ui/item-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/item-description.blade.php"
                },
                {
                    "path": "ui/item-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/item-group.blade.php"
                },
                {
                    "path": "ui/item-media.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/item-media.blade.php"
                },
                {
                    "path": "ui/item-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/item-separator.blade.php"
                },
                {
                    "path": "ui/item-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/item-title.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "json-viewer",
            "type": "registry:ui",
            "title": "JSON Viewer",
            "description": "A collapsible, syntax-highlighted JSON tree with per-node expand/collapse and copy.",
            "files": [
                {
                    "path": "ui/json-viewer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/json-viewer.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "json-viewer-node",
            "type": "registry:ui",
            "title": "Json Viewer Node",
            "files": [
                {
                    "path": "ui/json-viewer-node.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/json-viewer-node.blade.php"
                }
            ]
        },
        {
            "name": "kanban",
            "type": "registry:ui",
            "title": "Kanban",
            "description": "A drag-and-drop board of columns whose cards can be moved between them.",
            "files": [
                {
                    "path": "ui/kanban.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/kanban.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "kbd",
            "type": "registry:ui",
            "title": "Kbd",
            "description": "Used to display textual user input from the keyboard.",
            "files": [
                {
                    "path": "ui/kbd.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/kbd.blade.php"
                },
                {
                    "path": "ui/kbd-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/kbd-group.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "knob",
            "type": "registry:ui",
            "title": "Knob",
            "description": "A rotary dial input — drag, scroll or use the keyboard to set a value.",
            "files": [
                {
                    "path": "ui/knob.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/knob.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "label",
            "type": "registry:ui",
            "title": "Label",
            "description": "Renders an accessible label associated with controls.",
            "files": [
                {
                    "path": "ui/label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/label.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "link",
            "type": "registry:ui",
            "title": "Link",
            "description": "An inline, prose-friendly text link with default, muted and subtle variants.",
            "files": [
                {
                    "path": "ui/link.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/link.blade.php"
                }
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "loading-overlay",
            "type": "registry:ui",
            "title": "Loading Overlay",
            "description": "A veil with a spinner shown over its content while busy.",
            "files": [
                {
                    "path": "ui/loading-overlay.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/loading-overlay.blade.php"
                }
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "map",
            "type": "registry:ui",
            "title": "Map",
            "description": "A keyless OpenStreetMap embed that drops a pin at any latitude / longitude.",
            "files": [
                {
                    "path": "ui/map.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/map.blade.php"
                }
            ],
            "categories": [
                "media"
            ]
        },
        {
            "name": "markdown-editor",
            "type": "registry:ui",
            "title": "Markdown Editor",
            "description": "A Markdown textarea with a live preview, formatting toolbar and Write/Preview tabs.",
            "files": [
                {
                    "path": "ui/markdown-editor.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/markdown-editor.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "marquee",
            "type": "registry:ui",
            "title": "Marquee",
            "description": "A seamless, infinite scroll of its content — logos, testimonials, badges.",
            "files": [
                {
                    "path": "ui/marquee.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/marquee.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "masonry",
            "type": "registry:ui",
            "title": "Masonry",
            "description": "A Pinterest-style masonry grid built on native CSS columns.",
            "files": [
                {
                    "path": "ui/masonry.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/masonry.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "mention-input",
            "type": "registry:ui",
            "title": "Mention Input",
            "description": "A textarea that surfaces a suggestion list when you type @ to insert a mention.",
            "files": [
                {
                    "path": "ui/mention-input.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/mention-input.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/textarea.json"
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "menu-checkbox-item",
            "type": "registry:ui",
            "title": "Menu Checkbox Item",
            "files": [
                {
                    "path": "ui/menu-checkbox-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menu-checkbox-item.blade.php"
                }
            ]
        },
        {
            "name": "menu-group",
            "type": "registry:ui",
            "title": "Menu Group",
            "files": [
                {
                    "path": "ui/menu-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menu-group.blade.php"
                }
            ]
        },
        {
            "name": "menu-item",
            "type": "registry:ui",
            "title": "Menu Item",
            "files": [
                {
                    "path": "ui/menu-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menu-item.blade.php"
                }
            ]
        },
        {
            "name": "menu-label",
            "type": "registry:ui",
            "title": "Menu Label",
            "files": [
                {
                    "path": "ui/menu-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menu-label.blade.php"
                }
            ]
        },
        {
            "name": "menu-radio-item",
            "type": "registry:ui",
            "title": "Menu Radio Item",
            "files": [
                {
                    "path": "ui/menu-radio-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menu-radio-item.blade.php"
                }
            ]
        },
        {
            "name": "menu-separator",
            "type": "registry:ui",
            "title": "Menu Separator",
            "files": [
                {
                    "path": "ui/menu-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menu-separator.blade.php"
                }
            ]
        },
        {
            "name": "menu-shortcut",
            "type": "registry:ui",
            "title": "Menu Shortcut",
            "files": [
                {
                    "path": "ui/menu-shortcut.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menu-shortcut.blade.php"
                }
            ]
        },
        {
            "name": "menubar",
            "type": "registry:ui",
            "title": "Menubar",
            "description": "A visually persistent menu common in desktop applications.",
            "files": [
                {
                    "path": "ui/menubar.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar.blade.php"
                },
                {
                    "path": "ui/menubar-checkbox-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-checkbox-item.blade.php"
                },
                {
                    "path": "ui/menubar-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-content.blade.php"
                },
                {
                    "path": "ui/menubar-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-group.blade.php"
                },
                {
                    "path": "ui/menubar-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-item.blade.php"
                },
                {
                    "path": "ui/menubar-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-label.blade.php"
                },
                {
                    "path": "ui/menubar-menu.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-menu.blade.php"
                },
                {
                    "path": "ui/menubar-radio-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-radio-group.blade.php"
                },
                {
                    "path": "ui/menubar-radio-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-radio-item.blade.php"
                },
                {
                    "path": "ui/menubar-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-separator.blade.php"
                },
                {
                    "path": "ui/menubar-shortcut.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-shortcut.blade.php"
                },
                {
                    "path": "ui/menubar-sub.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-sub.blade.php"
                },
                {
                    "path": "ui/menubar-sub-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-sub-content.blade.php"
                },
                {
                    "path": "ui/menubar-sub-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-sub-trigger.blade.php"
                },
                {
                    "path": "ui/menubar-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/menubar-trigger.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/menu-checkbox-item.json",
                "https://blatui.remix-it.com/r/menu-group.json",
                "https://blatui.remix-it.com/r/menu-item.json",
                "https://blatui.remix-it.com/r/menu-label.json",
                "https://blatui.remix-it.com/r/menu-radio-item.json",
                "https://blatui.remix-it.com/r/menu-separator.json",
                "https://blatui.remix-it.com/r/menu-shortcut.json"
            ],
            "dependencies": [
                "@alpinejs/anchor"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "meteors",
            "type": "registry:ui",
            "title": "Meteors",
            "description": "Animated falling meteor streaks behind your content.",
            "files": [
                {
                    "path": "ui/meteors.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/meteors.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "meter",
            "type": "registry:ui",
            "title": "Meter",
            "description": "A labelled measurement bar for a value within a range (usage, score, capacity), with status tones.",
            "files": [
                {
                    "path": "ui/meter.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/meter.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "mini-cart",
            "type": "registry:ui",
            "title": "Mini Cart",
            "description": "A cart dropdown with line items, quantity steppers, a live subtotal and checkout.",
            "files": [
                {
                    "path": "ui/mini-cart.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/mini-cart.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json"
            ],
            "dependencies": [
                "@alpinejs/anchor",
                "@alpinejs/focus"
            ],
            "categories": [
                "e-commerce"
            ]
        },
        {
            "name": "navigation-menu",
            "type": "registry:ui",
            "title": "Navigation Menu",
            "description": "A collection of links for navigating websites.",
            "files": [
                {
                    "path": "ui/navigation-menu.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/navigation-menu.blade.php"
                },
                {
                    "path": "ui/navigation-menu-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/navigation-menu-content.blade.php"
                },
                {
                    "path": "ui/navigation-menu-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/navigation-menu-item.blade.php"
                },
                {
                    "path": "ui/navigation-menu-link.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/navigation-menu-link.blade.php"
                },
                {
                    "path": "ui/navigation-menu-list.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/navigation-menu-list.blade.php"
                },
                {
                    "path": "ui/navigation-menu-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/navigation-menu-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/anchor"
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "notification-center",
            "type": "registry:ui",
            "title": "Notification Center",
            "description": "A bell with an unread-count badge that opens an inbox of notifications.",
            "files": [
                {
                    "path": "ui/notification-center.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/notification-center.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/anchor",
                "@alpinejs/focus"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "number-input",
            "type": "registry:ui",
            "title": "Number Input",
            "description": "A numeric stepper with minus/plus buttons that clamp a value to an optional min, max and step.",
            "keywords": [
                "quantity-selector"
            ],
            "files": [
                {
                    "path": "ui/number-input.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/number-input.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "number-ticker",
            "type": "registry:ui",
            "title": "Number Ticker",
            "description": "A number that animates counting up to its target when it scrolls into view.",
            "files": [
                {
                    "path": "ui/number-ticker.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/number-ticker.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "onboarding-tour",
            "type": "registry:ui",
            "title": "Onboarding Tour",
            "description": "A guided product tour that spotlights elements step by step.",
            "files": [
                {
                    "path": "ui/onboarding-tour.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/onboarding-tour.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/focus"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "org-chart",
            "type": "registry:ui",
            "title": "Org Chart",
            "description": "A top-down organisational chart with connector lines, rendered from a tree.",
            "files": [
                {
                    "path": "ui/org-chart.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/org-chart.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "org-chart-node",
            "type": "registry:ui",
            "title": "Org Chart Node",
            "files": [
                {
                    "path": "ui/org-chart-node.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/org-chart-node.blade.php"
                }
            ]
        },
        {
            "name": "page-header",
            "type": "registry:ui",
            "title": "Page Header",
            "description": "A page title block with a description and optional breadcrumb and action slots.",
            "files": [
                {
                    "path": "ui/page-header.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/page-header.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "pagination",
            "type": "registry:ui",
            "title": "Pagination",
            "description": "Pagination with page navigation, next and previous links.",
            "files": [
                {
                    "path": "ui/pagination.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/pagination.blade.php"
                },
                {
                    "path": "ui/pagination-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/pagination-content.blade.php"
                },
                {
                    "path": "ui/pagination-ellipsis.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/pagination-ellipsis.blade.php"
                },
                {
                    "path": "ui/pagination-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/pagination-item.blade.php"
                },
                {
                    "path": "ui/pagination-link.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/pagination-link.blade.php"
                },
                {
                    "path": "ui/pagination-next.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/pagination-next.blade.php"
                },
                {
                    "path": "ui/pagination-previous.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/pagination-previous.blade.php"
                }
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "parallax",
            "type": "registry:ui",
            "title": "Parallax",
            "description": "Translates its content as it scrolls for a depth effect.",
            "files": [
                {
                    "path": "ui/parallax.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/parallax.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "password-strength",
            "type": "registry:ui",
            "title": "Password Strength",
            "description": "A password field with a live strength meter and an optional requirements checklist.",
            "files": [
                {
                    "path": "ui/password-strength.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/password-strength.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "phone-input",
            "type": "registry:ui",
            "title": "Phone Input",
            "description": "A phone number field with a searchable country-code selector.",
            "files": [
                {
                    "path": "ui/phone-input.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/phone-input.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "popover",
            "type": "registry:ui",
            "title": "Popover",
            "description": "Displays rich content in a portal, triggered by a button.",
            "files": [
                {
                    "path": "ui/popover.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/popover.blade.php"
                },
                {
                    "path": "ui/popover-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/popover-content.blade.php"
                },
                {
                    "path": "ui/popover-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/popover-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/anchor",
                "@alpinejs/focus"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "presence",
            "type": "registry:ui",
            "title": "Presence",
            "description": "An online / away / busy / offline status dot, optionally pinned to an avatar.",
            "files": [
                {
                    "path": "ui/presence.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/presence.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "price",
            "type": "registry:ui",
            "title": "Price",
            "description": "A formatted product price with optional struck-through compare-at and a discount badge.",
            "files": [
                {
                    "path": "ui/price.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/price.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/badge.json"
            ],
            "categories": [
                "e-commerce"
            ]
        },
        {
            "name": "product-card",
            "type": "registry:ui",
            "title": "Product Card",
            "description": "An e-commerce product card with image, badge, rating, price and an add-to-cart action.",
            "files": [
                {
                    "path": "ui/product-card.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/product-card.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/badge.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/price.json",
                "https://blatui.remix-it.com/r/rating.json"
            ],
            "categories": [
                "e-commerce"
            ]
        },
        {
            "name": "profile",
            "type": "registry:ui",
            "title": "Profile",
            "files": [
                {
                    "path": "ui/profile.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/profile.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/avatar.json"
            ]
        },
        {
            "name": "progress",
            "type": "registry:ui",
            "title": "Progress",
            "description": "Displays an indicator showing the completion progress of a task — a linear bar or a circular ring.",
            "files": [
                {
                    "path": "ui/progress.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/progress.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "prompt-input",
            "type": "registry:ui",
            "title": "Prompt Input",
            "description": "An AI chat composer with an auto-growing textarea, attach and send buttons, and ⌘↵ to send.",
            "files": [
                {
                    "path": "ui/prompt-input.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/prompt-input.blade.php"
                }
            ],
            "categories": [
                "ai"
            ]
        },
        {
            "name": "qr-code",
            "type": "registry:ui",
            "title": "QR Code",
            "description": "A client-side QR code generator rendered as a crisp, theme-aware SVG — no dependencies.",
            "files": [
                {
                    "path": "ui/qr-code.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/qr-code.blade.php"
                }
            ],
            "categories": [
                "media"
            ]
        },
        {
            "name": "quote",
            "type": "registry:ui",
            "title": "Quote",
            "description": "A styled blockquote / testimonial with optional author, role and avatar.",
            "files": [
                {
                    "path": "ui/quote.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/quote.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "radio-group",
            "type": "registry:ui",
            "title": "Radio Group",
            "description": "A set of checkable buttons where no more than one can be checked at a time.",
            "files": [
                {
                    "path": "ui/radio-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/radio-group.blade.php"
                },
                {
                    "path": "ui/radio-group-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/radio-group-item.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "rating",
            "type": "registry:ui",
            "title": "Rating",
            "description": "A star rating input with hover preview, keyboard support and a hidden field for forms.",
            "files": [
                {
                    "path": "ui/rating.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/rating.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "reasoning",
            "type": "registry:ui",
            "title": "Reasoning",
            "description": "A collapsible AI reasoning / \"thinking\" block that reveals the chain-of-thought behind an answer.",
            "files": [
                {
                    "path": "ui/reasoning.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/reasoning.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/collapse"
            ],
            "categories": [
                "ai"
            ]
        },
        {
            "name": "repeater",
            "type": "registry:ui",
            "title": "Repeater",
            "description": "Addable / removable field rows (a form field-array) that submit as an array.",
            "files": [
                {
                    "path": "ui/repeater.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/repeater.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "resizable",
            "type": "registry:ui",
            "title": "Resizable",
            "description": "Accessible resizable panel groups and layouts.",
            "files": [
                {
                    "path": "ui/resizable-handle.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/resizable-handle.blade.php"
                },
                {
                    "path": "ui/resizable-panel.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/resizable-panel.blade.php"
                },
                {
                    "path": "ui/resizable-panel-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/resizable-panel-group.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "rich-text-editor",
            "type": "registry:ui",
            "title": "Rich Text Editor",
            "description": "A lightweight, dependency-free WYSIWYG editor with a formatting toolbar.",
            "files": [
                {
                    "path": "ui/rich-text-editor.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/rich-text-editor.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "scheduler",
            "type": "registry:ui",
            "title": "Scheduler",
            "description": "A week / day agenda that positions events in time slots.",
            "files": [
                {
                    "path": "ui/scheduler.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/scheduler.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "scroll-area",
            "type": "registry:ui",
            "title": "Scroll Area",
            "description": "Augments native scroll functionality for custom, cross-browser styling.",
            "files": [
                {
                    "path": "ui/scroll-area.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/scroll-area.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "scrollspy",
            "type": "registry:ui",
            "title": "Scrollspy",
            "description": "A table-of-contents nav that highlights the section currently in view.",
            "files": [
                {
                    "path": "ui/scrollspy.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/scrollspy.blade.php"
                }
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "segmented-control",
            "type": "registry:ui",
            "title": "Segmented Control",
            "description": "An iOS-style segmented control for picking one option from a small set.",
            "files": [
                {
                    "path": "ui/segmented-control.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/segmented-control.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "select",
            "type": "registry:ui",
            "title": "Select",
            "description": "Displays a list of options for the user to pick from, triggered by a button.",
            "files": [
                {
                    "path": "ui/select.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/select.blade.php"
                },
                {
                    "path": "ui/select-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/select-content.blade.php"
                },
                {
                    "path": "ui/select-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/select-group.blade.php"
                },
                {
                    "path": "ui/select-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/select-item.blade.php"
                },
                {
                    "path": "ui/select-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/select-label.blade.php"
                },
                {
                    "path": "ui/select-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/select-separator.blade.php"
                },
                {
                    "path": "ui/select-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/select-trigger.blade.php"
                },
                {
                    "path": "ui/select-value.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/select-value.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "separator",
            "type": "registry:ui",
            "title": "Separator",
            "description": "Visually or semantically separates content.",
            "files": [
                {
                    "path": "ui/separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/separator.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "server-table",
            "type": "registry:ui",
            "title": "Server Table",
            "description": "A server-rendered, Livewire-first data table with declarative row actions, server sorting, search, selection and pagination.",
            "files": [
                {
                    "path": "ui/server-table.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/server-table.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/dropdown-menu.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "sheet",
            "type": "registry:ui",
            "title": "Sheet",
            "description": "Extends the dialog to display content that complements the main content of the screen.",
            "files": [
                {
                    "path": "ui/sheet.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sheet.blade.php"
                },
                {
                    "path": "ui/sheet-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sheet-content.blade.php"
                },
                {
                    "path": "ui/sheet-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sheet-description.blade.php"
                },
                {
                    "path": "ui/sheet-footer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sheet-footer.blade.php"
                },
                {
                    "path": "ui/sheet-header.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sheet-header.blade.php"
                },
                {
                    "path": "ui/sheet-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sheet-title.blade.php"
                },
                {
                    "path": "ui/sheet-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sheet-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/focus"
            ],
            "categories": [
                "overlays"
            ]
        },
        {
            "name": "sidebar",
            "type": "registry:ui",
            "title": "Sidebar",
            "description": "A composable, themeable and customizable sidebar component.",
            "files": [
                {
                    "path": "ui/sidebar.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar.blade.php"
                },
                {
                    "path": "ui/sidebar-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-content.blade.php"
                },
                {
                    "path": "ui/sidebar-footer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-footer.blade.php"
                },
                {
                    "path": "ui/sidebar-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-group.blade.php"
                },
                {
                    "path": "ui/sidebar-group-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-group-content.blade.php"
                },
                {
                    "path": "ui/sidebar-group-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-group-label.blade.php"
                },
                {
                    "path": "ui/sidebar-header.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-header.blade.php"
                },
                {
                    "path": "ui/sidebar-input.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-input.blade.php"
                },
                {
                    "path": "ui/sidebar-inset.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-inset.blade.php"
                },
                {
                    "path": "ui/sidebar-menu.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-menu.blade.php"
                },
                {
                    "path": "ui/sidebar-menu-action.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-menu-action.blade.php"
                },
                {
                    "path": "ui/sidebar-menu-badge.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-menu-badge.blade.php"
                },
                {
                    "path": "ui/sidebar-menu-button.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-menu-button.blade.php"
                },
                {
                    "path": "ui/sidebar-menu-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-menu-item.blade.php"
                },
                {
                    "path": "ui/sidebar-menu-sub.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-menu-sub.blade.php"
                },
                {
                    "path": "ui/sidebar-menu-sub-button.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-menu-sub-button.blade.php"
                },
                {
                    "path": "ui/sidebar-menu-sub-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-menu-sub-item.blade.php"
                },
                {
                    "path": "ui/sidebar-provider.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-provider.blade.php"
                },
                {
                    "path": "ui/sidebar-rail.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-rail.blade.php"
                },
                {
                    "path": "ui/sidebar-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-separator.blade.php"
                },
                {
                    "path": "ui/sidebar-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sidebar-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/focus"
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "signature-pad",
            "type": "registry:ui",
            "title": "Signature Pad",
            "description": "Draw a signature on a canvas and capture it as a data URL, with clear and undo.",
            "files": [
                {
                    "path": "ui/signature-pad.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/signature-pad.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json"
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "skeleton",
            "type": "registry:ui",
            "title": "Skeleton",
            "description": "Use to show a placeholder while content is loading.",
            "files": [
                {
                    "path": "ui/skeleton.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/skeleton.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "slider",
            "type": "registry:ui",
            "title": "Slider",
            "description": "An input where the user selects a value — single, or a two-handle min–max range.",
            "files": [
                {
                    "path": "ui/slider.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/slider.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "sonner",
            "type": "registry:ui",
            "title": "Sonner",
            "description": "An opinionated toast notification component. Includes a sonner-flash bridge that turns Laravel session flashes into toasts.",
            "files": [
                {
                    "path": "ui/sonner.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sonner.blade.php"
                },
                {
                    "path": "ui/sonner-flash.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sonner-flash.blade.php"
                }
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "sparkline",
            "type": "registry:ui",
            "title": "Sparkline",
            "description": "A tiny inline trend line drawn from a data array — for KPI cards, tables and stats.",
            "files": [
                {
                    "path": "ui/sparkline.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/sparkline.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "speed-dial",
            "type": "registry:ui",
            "title": "Speed Dial",
            "description": "A floating action button that expands to reveal labelled actions.",
            "files": [
                {
                    "path": "ui/speed-dial.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/speed-dial.blade.php"
                }
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "spinner",
            "type": "registry:ui",
            "title": "Spinner",
            "description": "An animated loading indicator.",
            "files": [
                {
                    "path": "ui/spinner.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/spinner.blade.php"
                }
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "spotlight-card",
            "type": "registry:ui",
            "title": "Spotlight Card",
            "description": "A card with a soft radial spotlight that follows the cursor on hover.",
            "files": [
                {
                    "path": "ui/spotlight-card.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/spotlight-card.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "stack",
            "type": "registry:ui",
            "title": "Stack",
            "description": "A flexbox layout primitive for vertical or horizontal stacking with gap and alignment.",
            "files": [
                {
                    "path": "ui/stack.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stack.blade.php"
                }
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "stat",
            "type": "registry:ui",
            "title": "Stat",
            "description": "A KPI metric card with a label, big value, trend arrow with change, optional icon and inline sparkline.",
            "files": [
                {
                    "path": "ui/stat.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stat.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/sparkline.json"
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "stepper",
            "type": "registry:ui",
            "title": "Stepper",
            "description": "Guides users through a multi-step flow — horizontal or vertical, with completed-step checks.",
            "files": [
                {
                    "path": "ui/stepper.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stepper.blade.php"
                }
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "stepper-content",
            "type": "registry:ui",
            "title": "Stepper Content",
            "files": [
                {
                    "path": "ui/stepper-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stepper-content.blade.php"
                }
            ]
        },
        {
            "name": "stepper-description",
            "type": "registry:ui",
            "title": "Stepper Description",
            "files": [
                {
                    "path": "ui/stepper-description.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stepper-description.blade.php"
                }
            ]
        },
        {
            "name": "stepper-indicator",
            "type": "registry:ui",
            "title": "Stepper Indicator",
            "files": [
                {
                    "path": "ui/stepper-indicator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stepper-indicator.blade.php"
                }
            ]
        },
        {
            "name": "stepper-item",
            "type": "registry:ui",
            "title": "Stepper Item",
            "files": [
                {
                    "path": "ui/stepper-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stepper-item.blade.php"
                }
            ]
        },
        {
            "name": "stepper-nav",
            "type": "registry:ui",
            "title": "Stepper Nav",
            "files": [
                {
                    "path": "ui/stepper-nav.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stepper-nav.blade.php"
                }
            ]
        },
        {
            "name": "stepper-separator",
            "type": "registry:ui",
            "title": "Stepper Separator",
            "files": [
                {
                    "path": "ui/stepper-separator.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stepper-separator.blade.php"
                }
            ]
        },
        {
            "name": "stepper-title",
            "type": "registry:ui",
            "title": "Stepper Title",
            "files": [
                {
                    "path": "ui/stepper-title.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stepper-title.blade.php"
                }
            ]
        },
        {
            "name": "stepper-trigger",
            "type": "registry:ui",
            "title": "Stepper Trigger",
            "files": [
                {
                    "path": "ui/stepper-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/stepper-trigger.blade.php"
                }
            ]
        },
        {
            "name": "streaming-text",
            "type": "registry:ui",
            "title": "Streaming Text",
            "description": "Reveals a passage token-by-token, LLM-style, with a blinking caret that stops when complete.",
            "files": [
                {
                    "path": "ui/streaming-text.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/streaming-text.blade.php"
                }
            ],
            "categories": [
                "ai"
            ]
        },
        {
            "name": "switch",
            "type": "registry:ui",
            "title": "Switch",
            "description": "A control that allows the user to toggle between an on and off state.",
            "files": [
                {
                    "path": "ui/switch.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/switch.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "table",
            "type": "registry:ui",
            "title": "Table",
            "description": "A responsive table component.",
            "files": [
                {
                    "path": "ui/table.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/table.blade.php"
                },
                {
                    "path": "ui/table-body.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/table-body.blade.php"
                },
                {
                    "path": "ui/table-caption.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/table-caption.blade.php"
                },
                {
                    "path": "ui/table-cell.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/table-cell.blade.php"
                },
                {
                    "path": "ui/table-footer.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/table-footer.blade.php"
                },
                {
                    "path": "ui/table-head.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/table-head.blade.php"
                },
                {
                    "path": "ui/table-header.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/table-header.blade.php"
                },
                {
                    "path": "ui/table-row.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/table-row.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "tabs",
            "type": "registry:ui",
            "title": "Tabs",
            "description": "A set of layered sections of content displayed one panel at a time.",
            "files": [
                {
                    "path": "ui/tabs.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tabs.blade.php"
                },
                {
                    "path": "ui/tabs-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tabs-content.blade.php"
                },
                {
                    "path": "ui/tabs-list.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tabs-list.blade.php"
                },
                {
                    "path": "ui/tabs-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tabs-trigger.blade.php"
                }
            ],
            "categories": [
                "navigation"
            ]
        },
        {
            "name": "tags-input",
            "type": "registry:ui",
            "title": "Tags Input",
            "description": "A tag entry field — type and press Enter or comma to add removable chips, with form-array submission.",
            "files": [
                {
                    "path": "ui/tags-input.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tags-input.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "terminal",
            "type": "registry:ui",
            "title": "Terminal",
            "description": "A terminal / console window with traffic-light controls — for command output and code demos.",
            "files": [
                {
                    "path": "ui/terminal.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/terminal.blade.php"
                }
            ],
            "categories": [
                "ai"
            ]
        },
        {
            "name": "text-reveal",
            "type": "registry:ui",
            "title": "Text Reveal",
            "description": "Brightens its words one by one as the element scrolls up through the viewport.",
            "files": [
                {
                    "path": "ui/text-reveal.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/text-reveal.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "textarea",
            "type": "registry:ui",
            "title": "Textarea",
            "description": "A form textarea that auto-grows to fit its content, with optional rows and a max-rows cap.",
            "keywords": [
                "autosize-textarea"
            ],
            "files": [
                {
                    "path": "ui/textarea.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/textarea.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "tilt-card",
            "type": "registry:ui",
            "title": "Tilt Card",
            "description": "A card that tilts in 3D toward the cursor, with an optional glare highlight.",
            "files": [
                {
                    "path": "ui/tilt-card.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tilt-card.blade.php"
                }
            ],
            "categories": [
                "effects"
            ]
        },
        {
            "name": "time-field",
            "type": "registry:ui",
            "title": "Time Field",
            "description": "A time input with native and dropdown variants, 12/24-hour and seconds.",
            "files": [
                {
                    "path": "ui/time-field.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/time-field.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "timeline",
            "type": "registry:ui",
            "title": "Timeline",
            "description": "A vertical timeline of events, with dots, connecting lines, icons and timestamps.",
            "files": [
                {
                    "path": "ui/timeline.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/timeline.blade.php"
                },
                {
                    "path": "ui/timeline-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/timeline-item.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "toggle",
            "type": "registry:ui",
            "title": "Toggle",
            "description": "A two-state button that can be either on or off.",
            "files": [
                {
                    "path": "ui/toggle.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/toggle.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "toggle-group",
            "type": "registry:ui",
            "title": "Toggle Group",
            "description": "A set of two-state buttons that can be toggled on or off.",
            "files": [
                {
                    "path": "ui/toggle-group.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/toggle-group.blade.php"
                },
                {
                    "path": "ui/toggle-group-item.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/toggle-group-item.blade.php"
                }
            ],
            "categories": [
                "forms-input"
            ]
        },
        {
            "name": "tool-call",
            "type": "registry:ui",
            "title": "Tool Call",
            "description": "A card showing an AI tool invocation — name, status, and collapsible JSON arguments and result.",
            "files": [
                {
                    "path": "ui/tool-call.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tool-call.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/collapse"
            ],
            "categories": [
                "ai"
            ]
        },
        {
            "name": "tooltip",
            "type": "registry:ui",
            "title": "Tooltip",
            "description": "A popup that displays information related to an element when hovered or focused.",
            "files": [
                {
                    "path": "ui/tooltip.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tooltip.blade.php"
                },
                {
                    "path": "ui/tooltip-content.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tooltip-content.blade.php"
                },
                {
                    "path": "ui/tooltip-trigger.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tooltip-trigger.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/anchor"
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "top-progress",
            "type": "registry:ui",
            "title": "Top Progress",
            "description": "An NProgress-style top loading bar with start / set / done controls for navigation.",
            "files": [
                {
                    "path": "ui/top-progress.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/top-progress.blade.php"
                }
            ],
            "categories": [
                "feedback"
            ]
        },
        {
            "name": "tree",
            "type": "registry:ui",
            "title": "Tree",
            "description": "A collapsible, keyboard-navigable hierarchical tree view with folder and file icons.",
            "files": [
                {
                    "path": "ui/tree.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tree.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/tree-node.json"
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "tree-node",
            "type": "registry:ui",
            "title": "Tree Node",
            "files": [
                {
                    "path": "ui/tree-node.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tree-node.blade.php"
                }
            ]
        },
        {
            "name": "tree-table",
            "type": "registry:ui",
            "title": "Tree Table",
            "description": "A table whose rows expand to reveal nested child rows.",
            "files": [
                {
                    "path": "ui/tree-table.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tree-table.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/tree-table-row.json"
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "tree-table-row",
            "type": "registry:ui",
            "title": "Tree Table Row",
            "files": [
                {
                    "path": "ui/tree-table-row.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/tree-table-row.blade.php"
                }
            ]
        },
        {
            "name": "typewriter",
            "type": "registry:ui",
            "title": "Typewriter",
            "description": "Types and deletes a cycling list of words — for hero headlines and taglines.",
            "files": [
                {
                    "path": "ui/typewriter.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/typewriter.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "typography",
            "type": "registry:ui",
            "title": "Typography",
            "description": "Prose text styles — headings, lead, blockquote, lists, inline code and more, via a single variant prop.",
            "files": [
                {
                    "path": "ui/typography.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/typography.blade.php"
                }
            ],
            "categories": [
                "data-display"
            ]
        },
        {
            "name": "variant-selector",
            "type": "registry:ui",
            "title": "Variant Selector",
            "description": "Choose a product variant — size pills or colour swatches — from an accessible radio group.",
            "files": [
                {
                    "path": "ui/variant-selector.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/variant-selector.blade.php"
                }
            ],
            "categories": [
                "e-commerce"
            ]
        },
        {
            "name": "video",
            "type": "registry:ui",
            "title": "Video",
            "description": "A styled HTML5 video player with a custom poster and play overlay.",
            "files": [
                {
                    "path": "ui/video.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/video.blade.php"
                }
            ],
            "categories": [
                "media"
            ]
        },
        {
            "name": "visually-hidden",
            "type": "registry:ui",
            "title": "Visually Hidden",
            "description": "Hide content visually while keeping it available to screen readers, with an optional skip-link mode.",
            "files": [
                {
                    "path": "ui/visually-hidden.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/components/ui/visually-hidden.blade.php"
                }
            ],
            "dependencies": [
                "@alpinejs/focus"
            ],
            "categories": [
                "layout"
            ]
        },
        {
            "name": "calendar-01",
            "type": "registry:block",
            "title": "Calendar 01",
            "files": [
                {
                    "path": "blocks/calendar-01.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-01.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-02",
            "type": "registry:block",
            "title": "Calendar 02",
            "files": [
                {
                    "path": "blocks/calendar-02.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-02.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-03",
            "type": "registry:block",
            "title": "Calendar 03",
            "files": [
                {
                    "path": "blocks/calendar-03.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-03.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-04",
            "type": "registry:block",
            "title": "Calendar 04",
            "files": [
                {
                    "path": "blocks/calendar-04.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-04.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-05",
            "type": "registry:block",
            "title": "Calendar 05",
            "files": [
                {
                    "path": "blocks/calendar-05.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-05.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-06",
            "type": "registry:block",
            "title": "Calendar 06",
            "files": [
                {
                    "path": "blocks/calendar-06.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-06.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-07",
            "type": "registry:block",
            "title": "Calendar 07",
            "files": [
                {
                    "path": "blocks/calendar-07.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-07.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-08",
            "type": "registry:block",
            "title": "Calendar 08",
            "files": [
                {
                    "path": "blocks/calendar-08.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-08.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-09",
            "type": "registry:block",
            "title": "Calendar 09",
            "files": [
                {
                    "path": "blocks/calendar-09.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-09.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-10",
            "type": "registry:block",
            "title": "Calendar 10",
            "files": [
                {
                    "path": "blocks/calendar-10.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-10.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/card.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-11",
            "type": "registry:block",
            "title": "Calendar 11",
            "files": [
                {
                    "path": "blocks/calendar-11.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-11.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-12",
            "type": "registry:block",
            "title": "Calendar 12",
            "files": [
                {
                    "path": "blocks/calendar-12.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-12.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/select.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-13",
            "type": "registry:block",
            "title": "Calendar 13",
            "files": [
                {
                    "path": "blocks/calendar-13.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-13.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/label.json",
                "https://blatui.remix-it.com/r/select.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-14",
            "type": "registry:block",
            "title": "Calendar 14",
            "files": [
                {
                    "path": "blocks/calendar-14.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-14.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-15",
            "type": "registry:block",
            "title": "Calendar 15",
            "files": [
                {
                    "path": "blocks/calendar-15.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-15.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-16",
            "type": "registry:block",
            "title": "Calendar 16",
            "files": [
                {
                    "path": "blocks/calendar-16.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-16.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/input.json",
                "https://blatui.remix-it.com/r/label.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-17",
            "type": "registry:block",
            "title": "Calendar 17",
            "files": [
                {
                    "path": "blocks/calendar-17.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-17.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/input.json",
                "https://blatui.remix-it.com/r/label.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-18",
            "type": "registry:block",
            "title": "Calendar 18",
            "files": [
                {
                    "path": "blocks/calendar-18.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-18.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-19",
            "type": "registry:block",
            "title": "Calendar 19",
            "files": [
                {
                    "path": "blocks/calendar-19.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-19.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/card.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-20",
            "type": "registry:block",
            "title": "Calendar 20",
            "files": [
                {
                    "path": "blocks/calendar-20.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-20.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/card.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-21",
            "type": "registry:block",
            "title": "Calendar 21",
            "files": [
                {
                    "path": "blocks/calendar-21.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-21.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-22",
            "type": "registry:block",
            "title": "Calendar 22",
            "files": [
                {
                    "path": "blocks/calendar-22.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-22.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/label.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-23",
            "type": "registry:block",
            "title": "Calendar 23",
            "files": [
                {
                    "path": "blocks/calendar-23.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-23.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/label.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-24",
            "type": "registry:block",
            "title": "Calendar 24",
            "files": [
                {
                    "path": "blocks/calendar-24.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-24.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/input.json",
                "https://blatui.remix-it.com/r/label.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-25",
            "type": "registry:block",
            "title": "Calendar 25",
            "files": [
                {
                    "path": "blocks/calendar-25.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-25.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/input.json",
                "https://blatui.remix-it.com/r/label.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-26",
            "type": "registry:block",
            "title": "Calendar 26",
            "files": [
                {
                    "path": "blocks/calendar-26.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-26.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/input.json",
                "https://blatui.remix-it.com/r/label.json",
                "https://blatui.remix-it.com/r/popover.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-27",
            "type": "registry:block",
            "title": "Calendar 27",
            "files": [
                {
                    "path": "blocks/calendar-27.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-27.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/popover.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-28",
            "type": "registry:block",
            "title": "Calendar 28",
            "files": [
                {
                    "path": "blocks/calendar-28.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-28.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/input.json",
                "https://blatui.remix-it.com/r/label.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-29",
            "type": "registry:block",
            "title": "Calendar 29",
            "files": [
                {
                    "path": "blocks/calendar-29.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-29.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/input.json",
                "https://blatui.remix-it.com/r/label.json",
                "https://blatui.remix-it.com/r/popover.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-30",
            "type": "registry:block",
            "title": "Calendar 30",
            "files": [
                {
                    "path": "blocks/calendar-30.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-30.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/label.json",
                "https://blatui.remix-it.com/r/popover.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-31",
            "type": "registry:block",
            "title": "Calendar 31",
            "files": [
                {
                    "path": "blocks/calendar-31.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-31.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/card.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "calendar-32",
            "type": "registry:block",
            "title": "Calendar 32",
            "files": [
                {
                    "path": "blocks/calendar-32.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/calendar-32.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/drawer.json",
                "https://blatui.remix-it.com/r/label.json"
            ],
            "categories": [
                "calendar"
            ]
        },
        {
            "name": "dashboard-01",
            "type": "registry:block",
            "title": "Dashboard 01",
            "files": [
                {
                    "path": "blocks/dashboard-01.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/dashboard-01.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/badge.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/dropdown-menu.json",
                "https://blatui.remix-it.com/r/label.json",
                "https://blatui.remix-it.com/r/select.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json",
                "https://blatui.remix-it.com/r/table.json",
                "https://blatui.remix-it.com/r/tabs.json"
            ],
            "categories": [
                "dashboard"
            ]
        },
        {
            "name": "dashboard-02",
            "type": "registry:block",
            "title": "Dashboard 02",
            "files": [
                {
                    "path": "blocks/dashboard-02.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/dashboard-02.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/badge.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json",
                "https://blatui.remix-it.com/r/progress.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "dashboard"
            ]
        },
        {
            "name": "dashboard-03",
            "type": "registry:block",
            "title": "Dashboard 03",
            "files": [
                {
                    "path": "blocks/dashboard-03.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/dashboard-03.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/badge.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json",
                "https://blatui.remix-it.com/r/progress.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json",
                "https://blatui.remix-it.com/r/table.json"
            ],
            "categories": [
                "dashboard"
            ]
        },
        {
            "name": "dashboard-04",
            "type": "registry:block",
            "title": "Dashboard 04",
            "files": [
                {
                    "path": "blocks/dashboard-04.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/dashboard-04.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/avatar.json",
                "https://blatui.remix-it.com/r/badge.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json",
                "https://blatui.remix-it.com/r/progress.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "dashboard"
            ]
        },
        {
            "name": "login-01",
            "type": "registry:block",
            "title": "Login 01",
            "files": [
                {
                    "path": "blocks/login-01.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/login-01.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "login"
            ]
        },
        {
            "name": "login-02",
            "type": "registry:block",
            "title": "Login 02",
            "files": [
                {
                    "path": "blocks/login-02.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/login-02.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "login"
            ]
        },
        {
            "name": "login-03",
            "type": "registry:block",
            "title": "Login 03",
            "files": [
                {
                    "path": "blocks/login-03.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/login-03.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "login"
            ]
        },
        {
            "name": "login-04",
            "type": "registry:block",
            "title": "Login 04",
            "files": [
                {
                    "path": "blocks/login-04.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/login-04.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "login"
            ]
        },
        {
            "name": "login-05",
            "type": "registry:block",
            "title": "Login 05",
            "files": [
                {
                    "path": "blocks/login-05.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/login-05.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "login"
            ]
        },
        {
            "name": "marketing-01",
            "type": "registry:block",
            "title": "Marketing 01",
            "files": [
                {
                    "path": "blocks/marketing-01.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/marketing-01.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/avatar.json",
                "https://blatui.remix-it.com/r/badge.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json"
            ],
            "categories": [
                "marketing"
            ]
        },
        {
            "name": "pricing-01",
            "type": "registry:block",
            "title": "Pricing 01",
            "files": [
                {
                    "path": "blocks/pricing-01.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/pricing-01.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/badge.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json"
            ],
            "categories": [
                "pricing"
            ]
        },
        {
            "name": "sidebar-01",
            "type": "registry:block",
            "title": "Sidebar 01",
            "files": [
                {
                    "path": "blocks/sidebar-01.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-01.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-02",
            "type": "registry:block",
            "title": "Sidebar 02",
            "files": [
                {
                    "path": "blocks/sidebar-02.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-02.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/collapsible.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-03",
            "type": "registry:block",
            "title": "Sidebar 03",
            "files": [
                {
                    "path": "blocks/sidebar-03.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-03.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-04",
            "type": "registry:block",
            "title": "Sidebar 04",
            "files": [
                {
                    "path": "blocks/sidebar-04.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-04.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-05",
            "type": "registry:block",
            "title": "Sidebar 05",
            "files": [
                {
                    "path": "blocks/sidebar-05.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-05.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/collapsible.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-06",
            "type": "registry:block",
            "title": "Sidebar 06",
            "files": [
                {
                    "path": "blocks/sidebar-06.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-06.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/dropdown-menu.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-07",
            "type": "registry:block",
            "title": "Sidebar 07",
            "files": [
                {
                    "path": "blocks/sidebar-07.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-07.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-08",
            "type": "registry:block",
            "title": "Sidebar 08",
            "files": [
                {
                    "path": "blocks/sidebar-08.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-08.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/collapsible.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-09",
            "type": "registry:block",
            "title": "Sidebar 09",
            "files": [
                {
                    "path": "blocks/sidebar-09.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-09.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/label.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json",
                "https://blatui.remix-it.com/r/switch.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-10",
            "type": "registry:block",
            "title": "Sidebar 10",
            "files": [
                {
                    "path": "blocks/sidebar-10.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-10.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/collapsible.json",
                "https://blatui.remix-it.com/r/dropdown-menu.json",
                "https://blatui.remix-it.com/r/popover.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-11",
            "type": "registry:block",
            "title": "Sidebar 11",
            "files": [
                {
                    "path": "blocks/sidebar-11.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-11.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-12",
            "type": "registry:block",
            "title": "Sidebar 12",
            "files": [
                {
                    "path": "blocks/sidebar-12.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-12.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/collapsible.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-13",
            "type": "registry:block",
            "title": "Sidebar 13",
            "files": [
                {
                    "path": "blocks/sidebar-13.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-13.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/dialog.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-14",
            "type": "registry:block",
            "title": "Sidebar 14",
            "files": [
                {
                    "path": "blocks/sidebar-14.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-14.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-15",
            "type": "registry:block",
            "title": "Sidebar 15",
            "files": [
                {
                    "path": "blocks/sidebar-15.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-15.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/calendar.json",
                "https://blatui.remix-it.com/r/collapsible.json",
                "https://blatui.remix-it.com/r/dropdown-menu.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "sidebar-16",
            "type": "registry:block",
            "title": "Sidebar 16",
            "files": [
                {
                    "path": "blocks/sidebar-16.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/sidebar-16.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/breadcrumb.json",
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/collapsible.json",
                "https://blatui.remix-it.com/r/dropdown-menu.json",
                "https://blatui.remix-it.com/r/label.json",
                "https://blatui.remix-it.com/r/separator.json",
                "https://blatui.remix-it.com/r/sidebar.json"
            ],
            "categories": [
                "sidebar"
            ]
        },
        {
            "name": "signup-01",
            "type": "registry:block",
            "title": "Signup 01",
            "files": [
                {
                    "path": "blocks/signup-01.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/signup-01.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "signup"
            ]
        },
        {
            "name": "signup-02",
            "type": "registry:block",
            "title": "Signup 02",
            "files": [
                {
                    "path": "blocks/signup-02.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/signup-02.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "signup"
            ]
        },
        {
            "name": "signup-03",
            "type": "registry:block",
            "title": "Signup 03",
            "files": [
                {
                    "path": "blocks/signup-03.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/signup-03.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "signup"
            ]
        },
        {
            "name": "signup-04",
            "type": "registry:block",
            "title": "Signup 04",
            "files": [
                {
                    "path": "blocks/signup-04.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/signup-04.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "signup"
            ]
        },
        {
            "name": "signup-05",
            "type": "registry:block",
            "title": "Signup 05",
            "files": [
                {
                    "path": "blocks/signup-05.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/blocks/signup-05.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/button.json",
                "https://blatui.remix-it.com/r/field.json",
                "https://blatui.remix-it.com/r/input.json"
            ],
            "categories": [
                "signup"
            ]
        },
        {
            "name": "chart-area-axes",
            "type": "registry:block",
            "title": "Chart Area Axes",
            "files": [
                {
                    "path": "charts/chart-area-axes.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-axes.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-area-default",
            "type": "registry:block",
            "title": "Chart Area Default",
            "files": [
                {
                    "path": "charts/chart-area-default.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-default.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-area-gradient",
            "type": "registry:block",
            "title": "Chart Area Gradient",
            "files": [
                {
                    "path": "charts/chart-area-gradient.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-gradient.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-area-icons",
            "type": "registry:block",
            "title": "Chart Area Icons",
            "files": [
                {
                    "path": "charts/chart-area-icons.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-icons.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-area-interactive",
            "type": "registry:block",
            "title": "Chart Area Interactive",
            "files": [
                {
                    "path": "charts/chart-area-interactive.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-interactive.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/select.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-area-legend",
            "type": "registry:block",
            "title": "Chart Area Legend",
            "files": [
                {
                    "path": "charts/chart-area-legend.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-legend.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-area-linear",
            "type": "registry:block",
            "title": "Chart Area Linear",
            "files": [
                {
                    "path": "charts/chart-area-linear.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-linear.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-area-stacked",
            "type": "registry:block",
            "title": "Chart Area Stacked",
            "files": [
                {
                    "path": "charts/chart-area-stacked.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-stacked.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-area-stacked-expand",
            "type": "registry:block",
            "title": "Chart Area Stacked Expand",
            "files": [
                {
                    "path": "charts/chart-area-stacked-expand.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-stacked-expand.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-area-step",
            "type": "registry:block",
            "title": "Chart Area Step",
            "files": [
                {
                    "path": "charts/chart-area-step.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-area-step.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-active",
            "type": "registry:block",
            "title": "Chart Bar Active",
            "files": [
                {
                    "path": "charts/chart-bar-active.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-active.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-default",
            "type": "registry:block",
            "title": "Chart Bar Default",
            "files": [
                {
                    "path": "charts/chart-bar-default.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-default.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-horizontal",
            "type": "registry:block",
            "title": "Chart Bar Horizontal",
            "files": [
                {
                    "path": "charts/chart-bar-horizontal.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-horizontal.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-interactive",
            "type": "registry:block",
            "title": "Chart Bar Interactive",
            "files": [
                {
                    "path": "charts/chart-bar-interactive.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-interactive.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-label",
            "type": "registry:block",
            "title": "Chart Bar Label",
            "files": [
                {
                    "path": "charts/chart-bar-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-label.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-label-custom",
            "type": "registry:block",
            "title": "Chart Bar Label Custom",
            "files": [
                {
                    "path": "charts/chart-bar-label-custom.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-label-custom.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-mixed",
            "type": "registry:block",
            "title": "Chart Bar Mixed",
            "files": [
                {
                    "path": "charts/chart-bar-mixed.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-mixed.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-multiple",
            "type": "registry:block",
            "title": "Chart Bar Multiple",
            "files": [
                {
                    "path": "charts/chart-bar-multiple.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-multiple.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-negative",
            "type": "registry:block",
            "title": "Chart Bar Negative",
            "files": [
                {
                    "path": "charts/chart-bar-negative.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-negative.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-bar-stacked",
            "type": "registry:block",
            "title": "Chart Bar Stacked",
            "files": [
                {
                    "path": "charts/chart-bar-stacked.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-bar-stacked.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-default",
            "type": "registry:block",
            "title": "Chart Line Default",
            "files": [
                {
                    "path": "charts/chart-line-default.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-default.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-dots",
            "type": "registry:block",
            "title": "Chart Line Dots",
            "files": [
                {
                    "path": "charts/chart-line-dots.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-dots.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-dots-colors",
            "type": "registry:block",
            "title": "Chart Line Dots Colors",
            "files": [
                {
                    "path": "charts/chart-line-dots-colors.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-dots-colors.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-dots-custom",
            "type": "registry:block",
            "title": "Chart Line Dots Custom",
            "files": [
                {
                    "path": "charts/chart-line-dots-custom.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-dots-custom.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-interactive",
            "type": "registry:block",
            "title": "Chart Line Interactive",
            "files": [
                {
                    "path": "charts/chart-line-interactive.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-interactive.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-label",
            "type": "registry:block",
            "title": "Chart Line Label",
            "files": [
                {
                    "path": "charts/chart-line-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-label.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-label-custom",
            "type": "registry:block",
            "title": "Chart Line Label Custom",
            "files": [
                {
                    "path": "charts/chart-line-label-custom.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-label-custom.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-linear",
            "type": "registry:block",
            "title": "Chart Line Linear",
            "files": [
                {
                    "path": "charts/chart-line-linear.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-linear.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-multiple",
            "type": "registry:block",
            "title": "Chart Line Multiple",
            "files": [
                {
                    "path": "charts/chart-line-multiple.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-multiple.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-line-step",
            "type": "registry:block",
            "title": "Chart Line Step",
            "files": [
                {
                    "path": "charts/chart-line-step.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-line-step.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-donut",
            "type": "registry:block",
            "title": "Chart Pie Donut",
            "files": [
                {
                    "path": "charts/chart-pie-donut.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-donut.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-donut-active",
            "type": "registry:block",
            "title": "Chart Pie Donut Active",
            "files": [
                {
                    "path": "charts/chart-pie-donut-active.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-donut-active.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-donut-text",
            "type": "registry:block",
            "title": "Chart Pie Donut Text",
            "files": [
                {
                    "path": "charts/chart-pie-donut-text.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-donut-text.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-interactive",
            "type": "registry:block",
            "title": "Chart Pie Interactive",
            "files": [
                {
                    "path": "charts/chart-pie-interactive.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-interactive.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json",
                "https://blatui.remix-it.com/r/select.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-label",
            "type": "registry:block",
            "title": "Chart Pie Label",
            "files": [
                {
                    "path": "charts/chart-pie-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-label.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-label-custom",
            "type": "registry:block",
            "title": "Chart Pie Label Custom",
            "files": [
                {
                    "path": "charts/chart-pie-label-custom.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-label-custom.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-label-list",
            "type": "registry:block",
            "title": "Chart Pie Label List",
            "files": [
                {
                    "path": "charts/chart-pie-label-list.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-label-list.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-legend",
            "type": "registry:block",
            "title": "Chart Pie Legend",
            "files": [
                {
                    "path": "charts/chart-pie-legend.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-legend.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-separator-none",
            "type": "registry:block",
            "title": "Chart Pie Separator None",
            "files": [
                {
                    "path": "charts/chart-pie-separator-none.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-separator-none.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-simple",
            "type": "registry:block",
            "title": "Chart Pie Simple",
            "files": [
                {
                    "path": "charts/chart-pie-simple.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-simple.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-pie-stacked",
            "type": "registry:block",
            "title": "Chart Pie Stacked",
            "files": [
                {
                    "path": "charts/chart-pie-stacked.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-pie-stacked.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-default",
            "type": "registry:block",
            "title": "Chart Radar Default",
            "files": [
                {
                    "path": "charts/chart-radar-default.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-default.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-dots",
            "type": "registry:block",
            "title": "Chart Radar Dots",
            "files": [
                {
                    "path": "charts/chart-radar-dots.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-dots.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-grid-circle",
            "type": "registry:block",
            "title": "Chart Radar Grid Circle",
            "files": [
                {
                    "path": "charts/chart-radar-grid-circle.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-grid-circle.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-grid-circle-fill",
            "type": "registry:block",
            "title": "Chart Radar Grid Circle Fill",
            "files": [
                {
                    "path": "charts/chart-radar-grid-circle-fill.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-grid-circle-fill.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-grid-circle-no-lines",
            "type": "registry:block",
            "title": "Chart Radar Grid Circle No Lines",
            "files": [
                {
                    "path": "charts/chart-radar-grid-circle-no-lines.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-grid-circle-no-lines.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-grid-custom",
            "type": "registry:block",
            "title": "Chart Radar Grid Custom",
            "files": [
                {
                    "path": "charts/chart-radar-grid-custom.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-grid-custom.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-grid-fill",
            "type": "registry:block",
            "title": "Chart Radar Grid Fill",
            "files": [
                {
                    "path": "charts/chart-radar-grid-fill.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-grid-fill.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-grid-none",
            "type": "registry:block",
            "title": "Chart Radar Grid None",
            "files": [
                {
                    "path": "charts/chart-radar-grid-none.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-grid-none.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-icons",
            "type": "registry:block",
            "title": "Chart Radar Icons",
            "files": [
                {
                    "path": "charts/chart-radar-icons.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-icons.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-label-custom",
            "type": "registry:block",
            "title": "Chart Radar Label Custom",
            "files": [
                {
                    "path": "charts/chart-radar-label-custom.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-label-custom.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-legend",
            "type": "registry:block",
            "title": "Chart Radar Legend",
            "files": [
                {
                    "path": "charts/chart-radar-legend.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-legend.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-lines-only",
            "type": "registry:block",
            "title": "Chart Radar Lines Only",
            "files": [
                {
                    "path": "charts/chart-radar-lines-only.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-lines-only.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-multiple",
            "type": "registry:block",
            "title": "Chart Radar Multiple",
            "files": [
                {
                    "path": "charts/chart-radar-multiple.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-multiple.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radar-radius",
            "type": "registry:block",
            "title": "Chart Radar Radius",
            "files": [
                {
                    "path": "charts/chart-radar-radius.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radar-radius.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radial-grid",
            "type": "registry:block",
            "title": "Chart Radial Grid",
            "files": [
                {
                    "path": "charts/chart-radial-grid.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radial-grid.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radial-label",
            "type": "registry:block",
            "title": "Chart Radial Label",
            "files": [
                {
                    "path": "charts/chart-radial-label.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radial-label.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radial-shape",
            "type": "registry:block",
            "title": "Chart Radial Shape",
            "files": [
                {
                    "path": "charts/chart-radial-shape.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radial-shape.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radial-simple",
            "type": "registry:block",
            "title": "Chart Radial Simple",
            "files": [
                {
                    "path": "charts/chart-radial-simple.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radial-simple.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radial-stacked",
            "type": "registry:block",
            "title": "Chart Radial Stacked",
            "files": [
                {
                    "path": "charts/chart-radial-stacked.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radial-stacked.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-radial-text",
            "type": "registry:block",
            "title": "Chart Radial Text",
            "files": [
                {
                    "path": "charts/chart-radial-text.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-radial-text.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-tooltip-advanced",
            "type": "registry:block",
            "title": "Chart Tooltip Advanced",
            "files": [
                {
                    "path": "charts/chart-tooltip-advanced.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-tooltip-advanced.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-tooltip-default",
            "type": "registry:block",
            "title": "Chart Tooltip Default",
            "files": [
                {
                    "path": "charts/chart-tooltip-default.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-tooltip-default.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-tooltip-formatter",
            "type": "registry:block",
            "title": "Chart Tooltip Formatter",
            "files": [
                {
                    "path": "charts/chart-tooltip-formatter.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-tooltip-formatter.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-tooltip-icons",
            "type": "registry:block",
            "title": "Chart Tooltip Icons",
            "files": [
                {
                    "path": "charts/chart-tooltip-icons.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-tooltip-icons.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-tooltip-indicator-line",
            "type": "registry:block",
            "title": "Chart Tooltip Indicator Line",
            "files": [
                {
                    "path": "charts/chart-tooltip-indicator-line.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-tooltip-indicator-line.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-tooltip-indicator-none",
            "type": "registry:block",
            "title": "Chart Tooltip Indicator None",
            "files": [
                {
                    "path": "charts/chart-tooltip-indicator-none.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-tooltip-indicator-none.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-tooltip-label-custom",
            "type": "registry:block",
            "title": "Chart Tooltip Label Custom",
            "files": [
                {
                    "path": "charts/chart-tooltip-label-custom.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-tooltip-label-custom.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-tooltip-label-formatter",
            "type": "registry:block",
            "title": "Chart Tooltip Label Formatter",
            "files": [
                {
                    "path": "charts/chart-tooltip-label-formatter.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-tooltip-label-formatter.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        },
        {
            "name": "chart-tooltip-label-none",
            "type": "registry:block",
            "title": "Chart Tooltip Label None",
            "files": [
                {
                    "path": "charts/chart-tooltip-label-none.blade.php",
                    "type": "registry:file",
                    "target": "resources/views/charts/chart-tooltip-label-none.blade.php"
                }
            ],
            "registryDependencies": [
                "https://blatui.remix-it.com/r/card.json",
                "https://blatui.remix-it.com/r/chart.json"
            ],
            "categories": [
                "chart"
            ]
        }
    ]
}