BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/aurora/aurora-ai-package-info

Aurora AI Package Info

aurora-dinglebear-ai/aurora-ai-package-info
UnverifiedBlock

Aurora-native package info parity surface from AI Elements.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/dinglebear-ai/aurora/main/aurora-ai-package-info.json

Source

registry/aurora/blocks/ai/elements/package-info.tsxraw.githubusercontent.com/dinglebear-ai/aurora/main/aurora-ai-package-info.json
1"use client"
2
3/**
4 * Aurora PackageInfo — dependency card.
5 *
6 * Visual layer ported verbatim from the Claude Design source: a stacked-layers
7 * icon tile (orange/axon tint), a mono package name + cyan version, a state
8 * badge (LATEST = success teal / OUTDATED = warn amber), an optional footer of
9 * registry • license • size with an Install action. Reads only `--aurora-*`
10 * tokens so it renders identically in dark + `.light`.
11 *
12 * Architecture stays shadcn/registry: self-contained, `forwardRef`,
13 * `displayName`, `React.memo`, extends `HTMLAttributes<HTMLDivElement>`.
14 */
15
16import * as React from "react"
17import { Download, Layers } from "lucide-react"
18import { cn } from "@/lib/utils"
19import { Badge } from "@/registry/aurora/ui/badge"
20import { Button } from "@/registry/aurora/ui/button"
21import { Separator } from "@/registry/aurora/ui/separator"
22
23export type PackageInfoVariant = "default" | "compact"
24
25export interface PackageInfoProps extends React.HTMLAttributes<HTMLDivElement> {
26 /** Package name (rendered in the mono display weight). */
27 name: string
28 /** Resolved version string, shown in the cyan accent next to the name. */
29 version: string
30 /** One-line summary under the title. */
31 description?: string
32 /** Source registry label (e.g. `cargo`, `npm`). Uppercased in the axon-orange footer tone. */
33 registry?: string
34 /** SPDX-ish license string for the footer. */
35 license?: string
36 /** Install size string (e.g. `92 KB`) for the footer. */
37 size?: string
38 /** Marks the version as current — shows the teal LATEST badge. */
39 latest?: boolean
40 /** Marks the version as behind — shows the amber OUTDATED badge. */
41 outdated?: boolean
42 /** `compact` drops the footer/install row and shrinks the icon tile. */
43 variant?: PackageInfoVariant
44 /** Optional handler for the footer Install action. */
45 onInstall?: () => void
46}
47
48// Styles: registry/aurora/styles/aurora-components.css (@layer aurora-components).
49
50const PackageInfo = (
51 { ref,
52 name,
53 version,
54 description,
55 registry,
56 license,
57 size,
58 latest = false,
59 outdated = false,
60 variant = "default",
61 onInstall,
62 className,
63 ...props
64 }: PackageInfoProps & { ref?: React.Ref<HTMLDivElement> }
65 ) => {
66 const isCompact = variant === "compact"
67 const hasFooter =
68 !isCompact && Boolean(registry || license || size || onInstall)
69
70 return (
71 <div
72 ref={ref}
73// … truncated

What it pulls in

npm packages

  • lucide-react@^0.487.0

Other registry items

  • @aurora/aurora-tokens
  • @aurora/aurora-ai-elements
  • @aurora/aurora-components

Files it writes

  • registry/aurora/blocks/ai/elements/package-info.tsx

Facts

Registry
aurora
Type
registry:block
Access
Unverified
Files written
1
Licence
AGPL-3.0
In the index
at or before 2026-08-09
Last confirmed
today

Go to the source

aurora.dinglebear.ai dinglebear-ai/aurora on GitHub Raw registry item This item as JSON

More from aurora

All 176 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Aurora AI Actionaurora-ai-actionauroraBlocksUnverified1 dep
Aurora AI Actionsaurora-ai-actionsauroraBlocksUnverified1 dep
Aurora AI Agentaurora-ai-agentauroraBlocksUnverified1 dep
Aurora AI Image Gridaurora-ai-ai-image-gridauroraBlocksUnverified1 dep
Aurora AI Attachmentsaurora-ai-attachmentsauroraBlocksUnverified1 dep
Aurora AI Audio Playeraurora-ai-audio-playerauroraBlocksUnverified1 dep
Aurora AI Branchaurora-ai-branchauroraBlocksUnverified1 dep
Aurora AI Canvasaurora-ai-canvasauroraBlocksUnverified1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex