{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"marketing-changelogs-grid-changelog","type":"registry:block","title":"Grid Changelog","files":[{"path":"components/blocks/marketing/changelogs/grid-changelog.tsx","content":"import { Badge } from \"@/components/ui/badge\";\nimport { Card, CardContent, CardHeader, CardTitle } from \"@/components/ui/card\";\nimport { Tabs, TabsContent, TabsList, TabsTrigger } from \"@/components/ui/tabs\";\n\nexport default function GridChangelog() {\n  return (\n    <div className=\"container mx-auto px-4 py-8\">\n      <div className=\"mb-8 text-center\">\n        <h2 className=\"text-3xl font-bold tracking-tight\">Changelog</h2>\n        <p className=\"text-muted-foreground mt-2\">\n          All notable changes and updates to our platform\n        </p>\n      </div>\n\n      <Tabs defaultValue=\"all\" className=\"w-full\">\n        <TabsList className=\"mb-8 flex h-fit flex-wrap justify-center gap-2\">\n          <TabsTrigger value=\"all\">All Updates</TabsTrigger>\n          <TabsTrigger value=\"features\">Features</TabsTrigger>\n          <TabsTrigger value=\"improvements\">Improvements</TabsTrigger>\n          <TabsTrigger value=\"fixes\">Bug Fixes</TabsTrigger>\n        </TabsList>\n\n        <TabsContent value=\"all\" className=\"mt-0\">\n          <div className=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            {/* Version 2.0.0 */}\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <div className=\"flex items-center justify-between\">\n                  <CardTitle className=\"text-lg\">Version 2.0.0</CardTitle>\n                  <Badge>Latest</Badge>\n                </div>\n                <time className=\"text-muted-foreground text-sm\">\n                  April 15, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <div className=\"space-y-4\">\n                  <div>\n                    <h4 className=\"text-primary mb-2 flex items-center text-sm font-semibold\">\n                      <svg\n                        xmlns=\"http://www.w3.org/2000/svg\"\n                        width=\"16\"\n                        height=\"16\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        stroke=\"currentColor\"\n                        strokeWidth=\"2\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                        className=\"mr-2\"\n                      >\n                        <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                        <path d=\"m9 12 2 2 4-4\"></path>\n                      </svg>\n                      New Features\n                    </h4>\n                    <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                      <li>Completely redesigned dashboard interface</li>\n                      <li>Added dark mode support across all pages</li>\n                    </ul>\n                  </div>\n                  <div>\n                    <h4 className=\"mb-2 flex items-center text-sm font-semibold text-blue-500\">\n                      <svg\n                        xmlns=\"http://www.w3.org/2000/svg\"\n                        width=\"16\"\n                        height=\"16\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        stroke=\"currentColor\"\n                        strokeWidth=\"2\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                        className=\"mr-2\"\n                      >\n                        <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                        <path d=\"M12 16v-4\"></path>\n                        <path d=\"M12 8h.01\"></path>\n                      </svg>\n                      Improvements\n                    </h4>\n                    <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                      <li>Improved performance by 40%</li>\n                      <li>Enhanced mobile responsiveness</li>\n                    </ul>\n                  </div>\n                  <div>\n                    <h4 className=\"mb-2 flex items-center text-sm font-semibold text-red-500\">\n                      <svg\n                        xmlns=\"http://www.w3.org/2000/svg\"\n                        width=\"16\"\n                        height=\"16\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        stroke=\"currentColor\"\n                        strokeWidth=\"2\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                        className=\"mr-2\"\n                      >\n                        <path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path>\n                        <path d=\"M12 9v4\"></path>\n                        <path d=\"M12 17h.01\"></path>\n                      </svg>\n                      Bug Fixes\n                    </h4>\n                    <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                      <li>Fixed multiple accessibility issues</li>\n                      <li>Corrected display issues on Safari</li>\n                    </ul>\n                  </div>\n                </div>\n              </CardContent>\n            </Card>\n\n            {/* Version 1.2.0 */}\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <CardTitle className=\"text-lg\">Version 1.2.0</CardTitle>\n                <time className=\"text-muted-foreground text-sm\">\n                  March 2, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <div className=\"space-y-4\">\n                  <div>\n                    <h4 className=\"text-primary mb-2 flex items-center text-sm font-semibold\">\n                      <svg\n                        xmlns=\"http://www.w3.org/2000/svg\"\n                        width=\"16\"\n                        height=\"16\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        stroke=\"currentColor\"\n                        strokeWidth=\"2\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                        className=\"mr-2\"\n                      >\n                        <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                        <path d=\"m9 12 2 2 4-4\"></path>\n                      </svg>\n                      New Features\n                    </h4>\n                    <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                      <li>Added new analytics dashboard</li>\n                      <li>Introduced user profiles</li>\n                    </ul>\n                  </div>\n                  <div>\n                    <h4 className=\"mb-2 flex items-center text-sm font-semibold text-blue-500\">\n                      <svg\n                        xmlns=\"http://www.w3.org/2000/svg\"\n                        width=\"16\"\n                        height=\"16\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        stroke=\"currentColor\"\n                        strokeWidth=\"2\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                        className=\"mr-2\"\n                      >\n                        <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                        <path d=\"M12 16v-4\"></path>\n                        <path d=\"M12 8h.01\"></path>\n                      </svg>\n                      Improvements\n                    </h4>\n                    <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                      <li>Improved mobile responsiveness</li>\n                    </ul>\n                  </div>\n                  <div>\n                    <h4 className=\"mb-2 flex items-center text-sm font-semibold text-red-500\">\n                      <svg\n                        xmlns=\"http://www.w3.org/2000/svg\"\n                        width=\"16\"\n                        height=\"16\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        stroke=\"currentColor\"\n                        strokeWidth=\"2\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                        className=\"mr-2\"\n                      >\n                        <path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path>\n                        <path d=\"M12 9v4\"></path>\n                        <path d=\"M12 17h.01\"></path>\n                      </svg>\n                      Bug Fixes\n                    </h4>\n                    <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                      <li>Fixed bug with user authentication</li>\n                    </ul>\n                  </div>\n                </div>\n              </CardContent>\n            </Card>\n\n            {/* Version 1.1.0 */}\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <CardTitle className=\"text-lg\">Version 1.1.0</CardTitle>\n                <time className=\"text-muted-foreground text-sm\">\n                  January 15, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <div className=\"space-y-4\">\n                  <div>\n                    <h4 className=\"text-primary mb-2 flex items-center text-sm font-semibold\">\n                      <svg\n                        xmlns=\"http://www.w3.org/2000/svg\"\n                        width=\"16\"\n                        height=\"16\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        stroke=\"currentColor\"\n                        strokeWidth=\"2\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                        className=\"mr-2\"\n                      >\n                        <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                        <path d=\"m9 12 2 2 4-4\"></path>\n                      </svg>\n                      New Features\n                    </h4>\n                    <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                      <li>Added support for custom themes</li>\n                    </ul>\n                  </div>\n                  <div>\n                    <h4 className=\"mb-2 flex items-center text-sm font-semibold text-blue-500\">\n                      <svg\n                        xmlns=\"http://www.w3.org/2000/svg\"\n                        width=\"16\"\n                        height=\"16\"\n                        viewBox=\"0 0 24 24\"\n                        fill=\"none\"\n                        stroke=\"currentColor\"\n                        strokeWidth=\"2\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                        className=\"mr-2\"\n                      >\n                        <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                        <path d=\"M12 16v-4\"></path>\n                        <path d=\"M12 8h.01\"></path>\n                      </svg>\n                      Improvements\n                    </h4>\n                    <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                      <li>Improved form validation</li>\n                      <li>Updated documentation</li>\n                    </ul>\n                  </div>\n                </div>\n              </CardContent>\n            </Card>\n          </div>\n        </TabsContent>\n\n        <TabsContent value=\"features\" className=\"mt-0\">\n          <div className=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <div className=\"flex items-center justify-between\">\n                  <CardTitle className=\"text-lg\">Version 2.0.0</CardTitle>\n                  <Badge>Latest</Badge>\n                </div>\n                <time className=\"text-muted-foreground text-sm\">\n                  April 15, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <h4 className=\"text-primary mb-2 flex items-center text-sm font-semibold\">\n                  <svg\n                    xmlns=\"http://www.w3.org/2000/svg\"\n                    width=\"16\"\n                    height=\"16\"\n                    viewBox=\"0 0 24 24\"\n                    fill=\"none\"\n                    stroke=\"currentColor\"\n                    strokeWidth=\"2\"\n                    strokeLinecap=\"round\"\n                    strokeLinejoin=\"round\"\n                    className=\"mr-2\"\n                  >\n                    <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                    <path d=\"m9 12 2 2 4-4\"></path>\n                  </svg>\n                  New Features\n                </h4>\n                <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                  <li>Completely redesigned dashboard interface</li>\n                  <li>Added dark mode support across all pages</li>\n                </ul>\n              </CardContent>\n            </Card>\n\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <CardTitle className=\"text-lg\">Version 1.2.0</CardTitle>\n                <time className=\"text-muted-foreground text-sm\">\n                  March 2, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <h4 className=\"text-primary mb-2 flex items-center text-sm font-semibold\">\n                  <svg\n                    xmlns=\"http://www.w3.org/2000/svg\"\n                    width=\"16\"\n                    height=\"16\"\n                    viewBox=\"0 0 24 24\"\n                    fill=\"none\"\n                    stroke=\"currentColor\"\n                    strokeWidth=\"2\"\n                    strokeLinecap=\"round\"\n                    strokeLinejoin=\"round\"\n                    className=\"mr-2\"\n                  >\n                    <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                    <path d=\"m9 12 2 2 4-4\"></path>\n                  </svg>\n                  New Features\n                </h4>\n                <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                  <li>Added new analytics dashboard</li>\n                  <li>Introduced user profiles</li>\n                </ul>\n              </CardContent>\n            </Card>\n\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <CardTitle className=\"text-lg\">Version 1.1.0</CardTitle>\n                <time className=\"text-muted-foreground text-sm\">\n                  January 15, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <h4 className=\"text-primary mb-2 flex items-center text-sm font-semibold\">\n                  <svg\n                    xmlns=\"http://www.w3.org/2000/svg\"\n                    width=\"16\"\n                    height=\"16\"\n                    viewBox=\"0 0 24 24\"\n                    fill=\"none\"\n                    stroke=\"currentColor\"\n                    strokeWidth=\"2\"\n                    strokeLinecap=\"round\"\n                    strokeLinejoin=\"round\"\n                    className=\"mr-2\"\n                  >\n                    <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                    <path d=\"m9 12 2 2 4-4\"></path>\n                  </svg>\n                  New Features\n                </h4>\n                <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                  <li>Added support for custom themes</li>\n                </ul>\n              </CardContent>\n            </Card>\n          </div>\n        </TabsContent>\n\n        <TabsContent value=\"improvements\" className=\"mt-0\">\n          <div className=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <div className=\"flex items-center justify-between\">\n                  <CardTitle className=\"text-lg\">Version 2.0.0</CardTitle>\n                  <Badge>Latest</Badge>\n                </div>\n                <time className=\"text-muted-foreground text-sm\">\n                  April 15, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <h4 className=\"mb-2 flex items-center text-sm font-semibold text-blue-500\">\n                  <svg\n                    xmlns=\"http://www.w3.org/2000/svg\"\n                    width=\"16\"\n                    height=\"16\"\n                    viewBox=\"0 0 24 24\"\n                    fill=\"none\"\n                    stroke=\"currentColor\"\n                    strokeWidth=\"2\"\n                    strokeLinecap=\"round\"\n                    strokeLinejoin=\"round\"\n                    className=\"mr-2\"\n                  >\n                    <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                    <path d=\"M12 16v-4\"></path>\n                    <path d=\"M12 8h.01\"></path>\n                  </svg>\n                  Improvements\n                </h4>\n                <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                  <li>Improved performance by 40%</li>\n                  <li>Enhanced mobile responsiveness</li>\n                </ul>\n              </CardContent>\n            </Card>\n\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <CardTitle className=\"text-lg\">Version 1.1.0</CardTitle>\n                <time className=\"text-muted-foreground text-sm\">\n                  January 15, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <h4 className=\"mb-2 flex items-center text-sm font-semibold text-blue-500\">\n                  <svg\n                    xmlns=\"http://www.w3.org/2000/svg\"\n                    width=\"16\"\n                    height=\"16\"\n                    viewBox=\"0 0 24 24\"\n                    fill=\"none\"\n                    stroke=\"currentColor\"\n                    strokeWidth=\"2\"\n                    strokeLinecap=\"round\"\n                    strokeLinejoin=\"round\"\n                    className=\"mr-2\"\n                  >\n                    <path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path>\n                    <path d=\"M12 16v-4\"></path>\n                    <path d=\"M12 8h.01\"></path>\n                  </svg>\n                  Improvements\n                </h4>\n                <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                  <li>Improved form validation</li>\n                  <li>Updated documentation</li>\n                </ul>\n              </CardContent>\n            </Card>\n          </div>\n        </TabsContent>\n\n        <TabsContent value=\"fixes\" className=\"mt-0\">\n          <div className=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <div className=\"flex items-center justify-between\">\n                  <CardTitle className=\"text-lg\">Version 2.0.0</CardTitle>\n                  <Badge>Latest</Badge>\n                </div>\n                <time className=\"text-muted-foreground text-sm\">\n                  April 15, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <h4 className=\"mb-2 flex items-center text-sm font-semibold text-red-500\">\n                  <svg\n                    xmlns=\"http://www.w3.org/2000/svg\"\n                    width=\"16\"\n                    height=\"16\"\n                    viewBox=\"0 0 24 24\"\n                    fill=\"none\"\n                    stroke=\"currentColor\"\n                    strokeWidth=\"2\"\n                    strokeLinecap=\"round\"\n                    strokeLinejoin=\"round\"\n                    className=\"mr-2\"\n                  >\n                    <path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path>\n                    <path d=\"M12 9v4\"></path>\n                    <path d=\"M12 17h.01\"></path>\n                  </svg>\n                  Bug Fixes\n                </h4>\n                <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                  <li>Fixed multiple accessibility issues</li>\n                  <li>Corrected display issues on Safari</li>\n                </ul>\n              </CardContent>\n            </Card>\n\n            <Card className=\"overflow-hidden pt-0\">\n              <CardHeader className=\"bg-muted/40 py-3\">\n                <CardTitle className=\"text-lg\">Version 1.2.0</CardTitle>\n                <time className=\"text-muted-foreground text-sm\">\n                  March 2, 2023\n                </time>\n              </CardHeader>\n              <CardContent className=\"pt-4\">\n                <h4 className=\"mb-2 flex items-center text-sm font-semibold text-red-500\">\n                  <svg\n                    xmlns=\"http://www.w3.org/2000/svg\"\n                    width=\"16\"\n                    height=\"16\"\n                    viewBox=\"0 0 24 24\"\n                    fill=\"none\"\n                    stroke=\"currentColor\"\n                    strokeWidth=\"2\"\n                    strokeLinecap=\"round\"\n                    strokeLinejoin=\"round\"\n                    className=\"mr-2\"\n                  >\n                    <path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path>\n                    <path d=\"M12 9v4\"></path>\n                    <path d=\"M12 17h.01\"></path>\n                  </svg>\n                  Bug Fixes\n                </h4>\n                <ul className=\"list-disc space-y-1 pl-5 text-sm\">\n                  <li>Fixed bug with user authentication</li>\n                </ul>\n              </CardContent>\n            </Card>\n          </div>\n        </TabsContent>\n      </Tabs>\n    </div>\n  );\n}\n","type":"registry:component","target":"components/blocks/marketing/changelogs/grid-changelog.tsx"},{"path":"components/ui/badge.tsx","content":"import * as React from \"react\"\nimport { cva, type VariantProps } from \"class-variance-authority\"\nimport { Slot } from \"radix-ui\"\n\nimport { cn } from \"@/lib/utils\"\n\nconst badgeVariants = cva(\n  \"group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-4xl border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-all focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3!\",\n  {\n    variants: {\n      variant: {\n        default: \"bg-primary text-primary-foreground [a]:hover:bg-primary/80\",\n        secondary:\n          \"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80\",\n        destructive:\n          \"bg-destructive/10 text-destructive focus-visible:ring-destructive/20 dark:bg-destructive/20 dark:focus-visible:ring-destructive/40 [a]:hover:bg-destructive/20\",\n        outline:\n          \"border-border text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground\",\n        ghost:\n          \"hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50\",\n        link: \"text-primary underline-offset-4 hover:underline\",\n      },\n    },\n    defaultVariants: {\n      variant: \"default\",\n    },\n  }\n)\n\nfunction Badge({\n  className,\n  variant = \"default\",\n  asChild = false,\n  ...props\n}: React.ComponentProps<\"span\"> &\n  VariantProps<typeof badgeVariants> & { asChild?: boolean }) {\n  const Comp = asChild ? Slot.Root : \"span\"\n\n  return (\n    <Comp\n      data-slot=\"badge\"\n      data-variant={variant}\n      className={cn(badgeVariants({ variant }), className)}\n      {...props}\n    />\n  )\n}\n\nexport { Badge, badgeVariants }\n","type":"registry:ui","target":"components/ui/badge.tsx"},{"path":"components/ui/card.tsx","content":"import * as React from \"react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Card({\n  className,\n  size = \"default\",\n  ...props\n}: React.ComponentProps<\"div\"> & { size?: \"default\" | \"sm\" }) {\n  return (\n    <div\n      data-slot=\"card\"\n      data-size={size}\n      className={cn(\n        \"group/card flex flex-col gap-6 overflow-hidden rounded-xl bg-card py-6 text-sm text-card-foreground shadow-xs ring-1 ring-foreground/10 has-[>img:first-child]:pt-0 data-[size=sm]:gap-4 data-[size=sm]:py-4 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction CardHeader({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-header\"\n      className={cn(\n        \"group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-6 group-data-[size=sm]/card:px-4 has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-6 group-data-[size=sm]/card:[.border-b]:pb-4\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction CardTitle({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-title\"\n      className={cn(\n        \"font-heading text-base leading-normal font-medium group-data-[size=sm]/card:text-sm\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction CardDescription({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-description\"\n      className={cn(\"text-sm text-muted-foreground\", className)}\n      {...props}\n    />\n  )\n}\n\nfunction CardAction({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-action\"\n      className={cn(\n        \"col-start-2 row-span-2 row-start-1 self-start justify-self-end\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction CardContent({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-content\"\n      className={cn(\"px-6 group-data-[size=sm]/card:px-4\", className)}\n      {...props}\n    />\n  )\n}\n\nfunction CardFooter({ className, ...props }: React.ComponentProps<\"div\">) {\n  return (\n    <div\n      data-slot=\"card-footer\"\n      className={cn(\n        \"flex items-center rounded-b-xl px-6 group-data-[size=sm]/card:px-4 [.border-t]:pt-6 group-data-[size=sm]/card:[.border-t]:pt-4\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nexport {\n  Card,\n  CardHeader,\n  CardFooter,\n  CardTitle,\n  CardAction,\n  CardDescription,\n  CardContent,\n}\n","type":"registry:ui","target":"components/ui/card.tsx"},{"path":"components/ui/tabs.tsx","content":"\"use client\"\n\nimport * as React from \"react\"\nimport { cva, type VariantProps } from \"class-variance-authority\"\nimport { Tabs as TabsPrimitive } from \"radix-ui\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Tabs({\n  className,\n  orientation = \"horizontal\",\n  ...props\n}: React.ComponentProps<typeof TabsPrimitive.Root>) {\n  return (\n    <TabsPrimitive.Root\n      data-slot=\"tabs\"\n      data-orientation={orientation}\n      className={cn(\n        \"group/tabs flex gap-2 data-horizontal:flex-col\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nconst tabsListVariants = cva(\n  \"group/tabs-list inline-flex w-fit items-center justify-center rounded-lg p-[3px] text-muted-foreground group-data-horizontal/tabs:h-9 group-data-vertical/tabs:h-fit group-data-vertical/tabs:flex-col data-[variant=line]:rounded-none\",\n  {\n    variants: {\n      variant: {\n        default: \"bg-muted\",\n        line: \"gap-1 bg-transparent\",\n      },\n    },\n    defaultVariants: {\n      variant: \"default\",\n    },\n  }\n)\n\nfunction TabsList({\n  className,\n  variant = \"default\",\n  ...props\n}: React.ComponentProps<typeof TabsPrimitive.List> &\n  VariantProps<typeof tabsListVariants>) {\n  return (\n    <TabsPrimitive.List\n      data-slot=\"tabs-list\"\n      data-variant={variant}\n      className={cn(tabsListVariants({ variant }), className)}\n      {...props}\n    />\n  )\n}\n\nfunction TabsTrigger({\n  className,\n  ...props\n}: React.ComponentProps<typeof TabsPrimitive.Trigger>) {\n  return (\n    <TabsPrimitive.Trigger\n      data-slot=\"tabs-trigger\"\n      className={cn(\n        \"relative inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap text-foreground/60 transition-all group-data-vertical/tabs:w-full group-data-vertical/tabs:justify-start hover:text-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 focus-visible:outline-ring disabled:pointer-events-none disabled:opacity-50 has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 dark:text-muted-foreground dark:hover:text-foreground group-data-[variant=default]/tabs-list:data-active:shadow-sm group-data-[variant=line]/tabs-list:data-active:shadow-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4\",\n        \"group-data-[variant=line]/tabs-list:bg-transparent group-data-[variant=line]/tabs-list:data-active:bg-transparent dark:group-data-[variant=line]/tabs-list:data-active:border-transparent dark:group-data-[variant=line]/tabs-list:data-active:bg-transparent\",\n        \"data-active:bg-background data-active:text-foreground dark:data-active:border-input dark:data-active:bg-input/30 dark:data-active:text-foreground\",\n        \"after:absolute after:bg-foreground after:opacity-0 after:transition-opacity group-data-horizontal/tabs:after:inset-x-0 group-data-horizontal/tabs:after:bottom-[-5px] group-data-horizontal/tabs:after:h-0.5 group-data-vertical/tabs:after:inset-y-0 group-data-vertical/tabs:after:-right-1 group-data-vertical/tabs:after:w-0.5 group-data-[variant=line]/tabs-list:data-active:after:opacity-100\",\n        className\n      )}\n      {...props}\n    />\n  )\n}\n\nfunction TabsContent({\n  className,\n  ...props\n}: React.ComponentProps<typeof TabsPrimitive.Content>) {\n  return (\n    <TabsPrimitive.Content\n      data-slot=\"tabs-content\"\n      className={cn(\"flex-1 text-sm outline-none\", className)}\n      {...props}\n    />\n  )\n}\n\nexport { Tabs, TabsList, TabsTrigger, TabsContent, tabsListVariants }\n","type":"registry:ui","target":"components/ui/tabs.tsx"}],"description":"Release entries laid out as cards in a responsive grid. Use it to show recent updates side by side with badges, dates, and short summaries at a glance.","dependencies":["class-variance-authority","radix-ui"]}