Files
shadcn-ui/apps/v4/registry.json
2025-02-05 10:38:28 +04:00

2726 lines
62 KiB
JSON

{
"name": "shadcn/ui",
"homepage": "https://ui.shadcn.com",
"items": [
{
"name": "index",
"type": "registry:style",
"dependencies": [
"tailwindcss-animate",
"class-variance-authority",
"lucide-react"
],
"registryDependencies": [
"utils"
],
"files": [],
"tailwind": {
"config": {
"plugins": [
"require(\"tailwindcss-animate\")"
]
}
},
"cssVars": {}
},
{
"name": "accordion",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-accordion"
],
"files": [
{
"path": "registry/new-york-v4/ui/accordion.tsx",
"type": "registry:ui"
}
],
"tailwind": {
"config": {
"theme": {
"extend": {
"keyframes": {
"accordion-down": {
"from": {
"height": "0"
},
"to": {
"height": "var(--radix-accordion-content-height)"
}
},
"accordion-up": {
"from": {
"height": "var(--radix-accordion-content-height)"
},
"to": {
"height": "0"
}
}
},
"animation": {
"accordion-down": "accordion-down 0.2s ease-out",
"accordion-up": "accordion-up 0.2s ease-out"
}
}
}
}
}
},
{
"name": "alert",
"type": "registry:ui",
"files": [
{
"path": "registry/new-york-v4/ui/alert.tsx",
"type": "registry:ui"
}
]
},
{
"name": "alert-dialog",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-alert-dialog"
],
"registryDependencies": [
"button"
],
"files": [
{
"path": "registry/new-york-v4/ui/alert-dialog.tsx",
"type": "registry:ui"
}
]
},
{
"name": "aspect-ratio",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-aspect-ratio"
],
"files": [
{
"path": "registry/new-york-v4/ui/aspect-ratio.tsx",
"type": "registry:ui"
}
]
},
{
"name": "avatar",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-avatar"
],
"files": [
{
"path": "registry/new-york-v4/ui/avatar.tsx",
"type": "registry:ui"
}
]
},
{
"name": "badge",
"type": "registry:ui",
"files": [
{
"path": "registry/new-york-v4/ui/badge.tsx",
"type": "registry:ui"
}
]
},
{
"name": "breadcrumb",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-slot"
],
"files": [
{
"path": "registry/new-york-v4/ui/breadcrumb.tsx",
"type": "registry:ui"
}
]
},
{
"name": "button",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-slot"
],
"files": [
{
"path": "registry/new-york-v4/ui/button.tsx",
"type": "registry:ui"
}
]
},
{
"name": "calendar",
"type": "registry:ui",
"dependencies": [
"react-day-picker@8.10.1",
"date-fns"
],
"registryDependencies": [
"button"
],
"files": [
{
"path": "registry/new-york-v4/ui/calendar.tsx",
"type": "registry:ui"
}
]
},
{
"name": "card",
"type": "registry:ui",
"files": [
{
"path": "registry/new-york-v4/ui/card.tsx",
"type": "registry:ui"
}
]
},
{
"name": "carousel",
"type": "registry:ui",
"dependencies": [
"embla-carousel-react"
],
"registryDependencies": [
"button"
],
"files": [
{
"path": "registry/new-york-v4/ui/carousel.tsx",
"type": "registry:ui"
}
]
},
{
"name": "chart",
"type": "registry:ui",
"dependencies": [
"recharts",
"lucide-react"
],
"registryDependencies": [
"card"
],
"files": [
{
"path": "registry/new-york-v4/ui/chart.tsx",
"type": "registry:ui"
}
]
},
{
"name": "checkbox",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-checkbox"
],
"files": [
{
"path": "registry/new-york-v4/ui/checkbox.tsx",
"type": "registry:ui"
}
]
},
{
"name": "collapsible",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-collapsible"
],
"files": [
{
"path": "registry/new-york-v4/ui/collapsible.tsx",
"type": "registry:ui"
}
]
},
{
"name": "command",
"type": "registry:ui",
"dependencies": [
"cmdk@1.0.0"
],
"registryDependencies": [
"dialog"
],
"files": [
{
"path": "registry/new-york-v4/ui/command.tsx",
"type": "registry:ui"
}
]
},
{
"name": "context-menu",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-context-menu"
],
"files": [
{
"path": "registry/new-york-v4/ui/context-menu.tsx",
"type": "registry:ui"
}
]
},
{
"name": "dialog",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-dialog"
],
"files": [
{
"path": "registry/new-york-v4/ui/dialog.tsx",
"type": "registry:ui"
}
]
},
{
"name": "drawer",
"type": "registry:ui",
"dependencies": [
"vaul",
"@radix-ui/react-dialog"
],
"files": [
{
"path": "registry/new-york-v4/ui/drawer.tsx",
"type": "registry:ui"
}
]
},
{
"name": "dropdown-menu",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-dropdown-menu"
],
"files": [
{
"path": "registry/new-york-v4/ui/dropdown-menu.tsx",
"type": "registry:ui"
}
]
},
{
"name": "form",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-label",
"@radix-ui/react-slot",
"@hookform/resolvers",
"zod",
"react-hook-form"
],
"registryDependencies": [
"button",
"label"
],
"files": [
{
"path": "registry/new-york-v4/ui/form.tsx",
"type": "registry:ui"
}
]
},
{
"name": "hover-card",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-hover-card"
],
"files": [
{
"path": "registry/new-york-v4/ui/hover-card.tsx",
"type": "registry:ui"
}
]
},
{
"name": "input",
"type": "registry:ui",
"files": [
{
"path": "registry/new-york-v4/ui/input.tsx",
"type": "registry:ui"
}
]
},
{
"name": "input-otp",
"type": "registry:ui",
"dependencies": [
"input-otp"
],
"files": [
{
"path": "registry/new-york-v4/ui/input-otp.tsx",
"type": "registry:ui"
}
]
},
{
"name": "label",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-label"
],
"files": [
{
"path": "registry/new-york-v4/ui/label.tsx",
"type": "registry:ui"
}
]
},
{
"name": "menubar",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-menubar"
],
"files": [
{
"path": "registry/new-york-v4/ui/menubar.tsx",
"type": "registry:ui"
}
]
},
{
"name": "navigation-menu",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-navigation-menu"
],
"files": [
{
"path": "registry/new-york-v4/ui/navigation-menu.tsx",
"type": "registry:ui"
}
]
},
{
"name": "pagination",
"type": "registry:ui",
"registryDependencies": [
"button"
],
"files": [
{
"path": "registry/new-york-v4/ui/pagination.tsx",
"type": "registry:ui"
}
]
},
{
"name": "popover",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-popover"
],
"files": [
{
"path": "registry/new-york-v4/ui/popover.tsx",
"type": "registry:ui"
}
]
},
{
"name": "progress",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-progress"
],
"files": [
{
"path": "registry/new-york-v4/ui/progress.tsx",
"type": "registry:ui"
}
]
},
{
"name": "radio-group",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-radio-group"
],
"files": [
{
"path": "registry/new-york-v4/ui/radio-group.tsx",
"type": "registry:ui"
}
]
},
{
"name": "resizable",
"type": "registry:ui",
"dependencies": [
"react-resizable-panels"
],
"files": [
{
"path": "registry/new-york-v4/ui/resizable.tsx",
"type": "registry:ui"
}
]
},
{
"name": "scroll-area",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-scroll-area"
],
"files": [
{
"path": "registry/new-york-v4/ui/scroll-area.tsx",
"type": "registry:ui"
}
]
},
{
"name": "select",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-select"
],
"files": [
{
"path": "registry/new-york-v4/ui/select.tsx",
"type": "registry:ui"
}
]
},
{
"name": "separator",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-separator"
],
"files": [
{
"path": "registry/new-york-v4/ui/separator.tsx",
"type": "registry:ui"
}
]
},
{
"name": "sheet",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-dialog"
],
"files": [
{
"path": "registry/new-york-v4/ui/sheet.tsx",
"type": "registry:ui"
}
]
},
{
"name": "sidebar",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-slot",
"class-variance-authority",
"lucide-react"
],
"registryDependencies": [
"button",
"separator",
"sheet",
"tooltip",
"input",
"use-mobile",
"skeleton"
],
"files": [
{
"path": "registry/new-york-v4/ui/sidebar.tsx",
"type": "registry:ui"
}
],
"tailwind": {
"config": {
"theme": {
"extend": {
"colors": {
"sidebar": {
"DEFAULT": "hsl(var(--sidebar-background))",
"foreground": "hsl(var(--sidebar-foreground))",
"primary": "hsl(var(--sidebar-primary))",
"primary-foreground": "hsl(var(--sidebar-primary-foreground))",
"accent": "hsl(var(--sidebar-accent))",
"accent-foreground": "hsl(var(--sidebar-accent-foreground))",
"border": "hsl(var(--sidebar-border))",
"ring": "hsl(var(--sidebar-ring))"
}
}
}
}
}
},
"cssVars": {
"light": {
"sidebar-background": "0 0% 98%",
"sidebar-foreground": "240 5.3% 26.1%",
"sidebar-primary": "240 5.9% 10%",
"sidebar-primary-foreground": "0 0% 98%",
"sidebar-accent": "240 4.8% 95.9%",
"sidebar-accent-foreground": "240 5.9% 10%",
"sidebar-border": "220 13% 91%",
"sidebar-ring": "217.2 91.2% 59.8%"
},
"dark": {
"sidebar-background": "240 5.9% 10%",
"sidebar-foreground": "240 4.8% 95.9%",
"sidebar-primary": "224.3 76.3% 48%",
"sidebar-primary-foreground": "0 0% 100%",
"sidebar-accent": "240 3.7% 15.9%",
"sidebar-accent-foreground": "240 4.8% 95.9%",
"sidebar-border": "240 3.7% 15.9%",
"sidebar-ring": "217.2 91.2% 59.8%"
}
}
},
{
"name": "skeleton",
"type": "registry:ui",
"files": [
{
"path": "registry/new-york-v4/ui/skeleton.tsx",
"type": "registry:ui"
}
]
},
{
"name": "slider",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-slider"
],
"files": [
{
"path": "registry/new-york-v4/ui/slider.tsx",
"type": "registry:ui"
}
]
},
{
"name": "sonner",
"type": "registry:ui",
"dependencies": [
"sonner",
"next-themes"
],
"files": [
{
"path": "registry/new-york-v4/ui/sonner.tsx",
"type": "registry:ui"
}
]
},
{
"name": "switch",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-switch"
],
"files": [
{
"path": "registry/new-york-v4/ui/switch.tsx",
"type": "registry:ui"
}
]
},
{
"name": "table",
"type": "registry:ui",
"files": [
{
"path": "registry/new-york-v4/ui/table.tsx",
"type": "registry:ui"
}
]
},
{
"name": "tabs",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-tabs"
],
"files": [
{
"path": "registry/new-york-v4/ui/tabs.tsx",
"type": "registry:ui"
}
]
},
{
"name": "textarea",
"type": "registry:ui",
"files": [
{
"path": "registry/new-york-v4/ui/textarea.tsx",
"type": "registry:ui"
}
]
},
{
"name": "toggle",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-toggle"
],
"files": [
{
"path": "registry/new-york-v4/ui/toggle.tsx",
"type": "registry:ui"
}
]
},
{
"name": "toggle-group",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-toggle-group"
],
"registryDependencies": [
"toggle"
],
"files": [
{
"path": "registry/new-york-v4/ui/toggle-group.tsx",
"type": "registry:ui"
}
]
},
{
"name": "tooltip",
"type": "registry:ui",
"dependencies": [
"@radix-ui/react-tooltip"
],
"files": [
{
"path": "registry/new-york-v4/ui/tooltip.tsx",
"type": "registry:ui"
}
]
},
{
"name": "sidebar-01",
"type": "registry:block",
"description": "A simple sidebar with navigation grouped by section.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"label",
"dropdown-menu"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-01/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-01/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-01/components/search-form.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-01/components/version-switcher.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-02",
"type": "registry:block",
"description": "A sidebar with collapsible sections.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"label",
"dropdown-menu"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-02/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-02/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-02/components/search-form.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-02/components/version-switcher.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-03",
"type": "registry:block",
"description": "A sidebar with submenus.",
"registryDependencies": [
"sidebar",
"breadcrumb"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-03/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-03/components/app-sidebar.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-04",
"type": "registry:block",
"description": "A floating sidebar with submenus.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-04/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-04/components/app-sidebar.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-05",
"type": "registry:block",
"description": "A sidebar with collapsible submenus.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"label",
"collapsible"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-05/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-05/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-05/components/search-form.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-06",
"type": "registry:block",
"description": "A sidebar with submenus as dropdowns.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"card",
"dropdown-menu"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-06/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-06/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-06/components/nav-main.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-06/components/sidebar-opt-in-form.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-07",
"type": "registry:block",
"description": "A sidebar that collapses to icons.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"collapsible",
"dropdown-menu",
"avatar"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-07/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-07/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-07/components/nav-main.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-07/components/nav-projects.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-07/components/nav-user.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-07/components/team-switcher.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-08",
"type": "registry:block",
"description": "An inset sidebar with secondary navigation.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"collapsible",
"dropdown-menu",
"avatar"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-08/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-08/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-08/components/nav-main.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-08/components/nav-projects.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-08/components/nav-secondary.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-08/components/nav-user.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-09",
"type": "registry:block",
"description": "Collapsible nested sidebars.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"collapsible",
"dropdown-menu",
"avatar",
"switch"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-09/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-09/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-09/components/nav-user.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-10",
"type": "registry:block",
"description": "A sidebar in a popover.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"popover",
"collapsible",
"dropdown-menu"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-10/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-10/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-10/components/nav-actions.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-10/components/nav-favorites.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-10/components/nav-main.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-10/components/nav-secondary.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-10/components/nav-workspaces.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-10/components/team-switcher.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-11",
"type": "registry:block",
"description": "A sidebar with a collapsible file tree.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"collapsible"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-11/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-11/components/app-sidebar.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-12",
"type": "registry:block",
"description": "A sidebar with a calendar.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"collapsible",
"calendar",
"dropdown-menu",
"avatar"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-12/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-12/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-12/components/calendars.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-12/components/date-picker.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-12/components/nav-user.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-13",
"type": "registry:block",
"description": "A sidebar in a dialog.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"button",
"dialog"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-13/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-13/components/settings-dialog.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-14",
"type": "registry:block",
"description": "A sidebar on the right.",
"registryDependencies": [
"sidebar",
"breadcrumb"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-14/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-14/components/app-sidebar.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-15",
"type": "registry:block",
"description": "A left and right sidebar.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"popover",
"collapsible",
"dropdown-menu",
"calendar",
"avatar"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-15/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/calendars.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/date-picker.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/nav-favorites.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/nav-main.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/nav-secondary.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/nav-user.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/nav-workspaces.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/sidebar-left.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/sidebar-right.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-15/components/team-switcher.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "sidebar-16",
"type": "registry:block",
"description": "A sidebar with a sticky site header.",
"registryDependencies": [
"sidebar",
"breadcrumb",
"separator",
"collapsible",
"dropdown-menu",
"avatar",
"button"
],
"files": [
{
"path": "registry/new-york-v4/blocks/sidebar-16/page.tsx",
"type": "registry:page",
"target": "app/dashboard/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/sidebar-16/components/app-sidebar.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-16/components/nav-main.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-16/components/nav-projects.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-16/components/nav-secondary.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-16/components/nav-user.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-16/components/search-form.tsx",
"type": "registry:component"
},
{
"path": "registry/new-york-v4/blocks/sidebar-16/components/site-header.tsx",
"type": "registry:component"
}
],
"categories": [
"sidebar",
"dashboard"
]
},
{
"name": "login-01",
"type": "registry:block",
"description": "A simple login form.",
"registryDependencies": [
"button",
"card",
"input",
"label"
],
"files": [
{
"path": "registry/new-york-v4/blocks/login-01/page.tsx",
"type": "registry:page",
"target": "app/login/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/login-01/components/login-form.tsx",
"type": "registry:component"
}
],
"categories": [
"authentication",
"login"
]
},
{
"name": "login-02",
"type": "registry:block",
"description": "A two column login page with a cover image.",
"registryDependencies": [
"button",
"card",
"input",
"label"
],
"files": [
{
"path": "registry/new-york-v4/blocks/login-02/page.tsx",
"type": "registry:page",
"target": "app/login/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/login-02/components/login-form.tsx",
"type": "registry:component"
}
],
"categories": [
"authentication",
"login"
]
},
{
"name": "login-03",
"type": "registry:block",
"description": "A login page with a muted background color.",
"registryDependencies": [
"button",
"card",
"input",
"label"
],
"files": [
{
"path": "registry/new-york-v4/blocks/login-03/page.tsx",
"type": "registry:page",
"target": "app/login/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/login-03/components/login-form.tsx",
"type": "registry:component"
}
],
"categories": [
"authentication",
"login"
]
},
{
"name": "login-04",
"type": "registry:block",
"description": "A login page with form and image.",
"registryDependencies": [
"button",
"card",
"input",
"label"
],
"files": [
{
"path": "registry/new-york-v4/blocks/login-04/page.tsx",
"type": "registry:page",
"target": "app/login/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/login-04/components/login-form.tsx",
"type": "registry:component"
}
],
"categories": [
"authentication",
"login"
]
},
{
"name": "login-05",
"type": "registry:block",
"description": "A simple email-only login page.",
"registryDependencies": [
"button",
"card",
"input",
"label"
],
"files": [
{
"path": "registry/new-york-v4/blocks/login-05/page.tsx",
"type": "registry:page",
"target": "app/login/page.tsx"
},
{
"path": "registry/new-york-v4/blocks/login-05/components/login-form.tsx",
"type": "registry:component"
}
],
"categories": [
"authentication",
"login"
]
},
{
"name": "chart-area-axes",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-axes.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-area-default",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-default.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-area-gradient",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-gradient.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-area-icons",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-icons.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-area-interactive",
"type": "registry:block",
"registryDependencies": [
"card",
"chart",
"select"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-interactive.tsx",
"type": "registry:component"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-area-legend",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-legend.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-area-linear",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-linear.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-area-stacked-expand",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-stacked-expand.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-area-stacked",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-stacked.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-area-step",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-area-step.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-area"
]
},
{
"name": "chart-bar-active",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-active.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-bar-default",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-default.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-bar-horizontal",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-horizontal.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-bar-interactive",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-interactive.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-bar-label-custom",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-label-custom.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-bar-label",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-label.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-bar-mixed",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-mixed.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-bar-multiple",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-multiple.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-bar-negative",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-negative.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-bar-stacked",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-bar-stacked.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-bar"
]
},
{
"name": "chart-line-default",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-default.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-line-dots-colors",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-dots-colors.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-line-dots-custom",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-dots-custom.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-line-dots",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-dots.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-line-interactive",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-interactive.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-line-label-custom",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-label-custom.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-line-label",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-label.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-line-linear",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-linear.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-line-multiple",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-multiple.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-line-step",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-line-step.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-line"
]
},
{
"name": "chart-pie-donut-active",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-donut-active.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-donut-text",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-donut-text.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-donut",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-donut.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-interactive",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-interactive.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-label-custom",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-label-custom.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-label-list",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-label-list.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-label",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-label.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-legend",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-legend.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-separator-none",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-separator-none.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-simple",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-simple.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-pie-stacked",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-pie-stacked.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-pie"
]
},
{
"name": "chart-radar-default",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-default.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-dots",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-dots.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-grid-circle-fill",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-grid-circle-fill.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-grid-circle-no-lines",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-grid-circle-no-lines.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-grid-circle",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-grid-circle.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-grid-custom",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-grid-custom.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-grid-fill",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-grid-fill.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-grid-none",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-grid-none.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-icons",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-icons.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-label-custom",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-label-custom.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-legend",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-legend.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-lines-only",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-lines-only.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-multiple",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-multiple.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radar-radius",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radar-radius.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radar"
]
},
{
"name": "chart-radial-grid",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radial-grid.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radial"
]
},
{
"name": "chart-radial-label",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radial-label.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radial"
]
},
{
"name": "chart-radial-shape",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radial-shape.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radial"
]
},
{
"name": "chart-radial-simple",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radial-simple.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radial"
]
},
{
"name": "chart-radial-stacked",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radial-stacked.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radial"
]
},
{
"name": "chart-radial-text",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-radial-text.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-radial"
]
},
{
"name": "chart-tooltip-default",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-tooltip-default.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-tooltip"
]
},
{
"name": "chart-tooltip-indicator-line",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-tooltip-indicator-line.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-tooltip"
]
},
{
"name": "chart-tooltip-indicator-none",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-tooltip-indicator-none.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-tooltip"
]
},
{
"name": "chart-tooltip-label-none",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-tooltip-label-none.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-tooltip"
]
},
{
"name": "chart-tooltip-label-custom",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-tooltip-label-custom.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-tooltip"
]
},
{
"name": "chart-tooltip-label-formatter",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-tooltip-label-formatter.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-tooltip"
]
},
{
"name": "chart-tooltip-formatter",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-tooltip-formatter.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-tooltip"
]
},
{
"name": "chart-tooltip-icons",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-tooltip-icons.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-tooltip"
]
},
{
"name": "chart-tooltip-advanced",
"type": "registry:block",
"registryDependencies": [
"card",
"chart"
],
"files": [
{
"path": "registry/new-york-v4/charts/chart-tooltip-advanced.tsx",
"type": "registry:block"
}
],
"categories": [
"charts",
"charts-tooltip"
]
},
{
"name": "utils",
"type": "registry:lib",
"dependencies": [
"clsx",
"tailwind-merge"
],
"files": [
{
"path": "registry/new-york-v4/lib/utils.ts",
"type": "registry:lib"
}
]
},
{
"name": "use-mobile",
"type": "registry:hook",
"files": [
{
"path": "registry/new-york-v4/hooks/use-mobile.ts",
"type": "registry:hook"
}
]
}
]
}