SYMBOL INDEX (93 symbols across 48 files) FILE: packages/components/scripts/gen-registry-json.ts constant COMPONENTS_DIR (line 7) | const COMPONENTS_DIR = "src/core"; constant OUTPUT_FILE (line 8) | const OUTPUT_FILE = "registry.json"; function generateRegistryJson (line 10) | async function generateRegistryJson() { function processComponent (line 50) | async function processComponent( FILE: packages/components/src/core/accordion/accordion.tsx type AccordionVariantProps (line 32) | type AccordionVariantProps = VariantProps; type AccordionProps (line 34) | interface AccordionProps type AccordionGroupProps (line 71) | interface AccordionGroupProps extends DisclosureGroupProps { FILE: packages/components/src/core/badge/badge.tsx type BadgeProps (line 19) | type BadgeProps = VariantProps & HTMLAttributes; type ButtonProps (line 37) | interface ButtonProps FILE: packages/components/src/core/calendar/calendar.tsx type CalendarProps (line 50) | interface CalendarProps type RangeCalendarProps (line 91) | interface RangeCalendarProps FILE: packages/components/src/core/card/card.tsx type CardVariantProps (line 33) | type CardVariantProps = VariantProps; type CardProps (line 35) | interface CardProps extends HTMLAttributes, CardVariantP... type CardHeaderProps (line 41) | interface CardHeaderProps extends HTMLAttributes { type CardContentProps (line 45) | interface CardContentProps extends HTMLAttributes { type CardFooterProps (line 49) | interface CardFooterProps extends HTMLAttributes { FILE: packages/components/src/core/checkbox/checkbox.tsx type CheckboxVariantProps (line 26) | type CheckboxVariantProps = VariantProps; type CheckboxProps (line 28) | interface CheckboxProps extends CheckboxVariantProps, AriaCheckBoxProps { type CheckboxGroupProps (line 64) | interface CheckboxGroupProps extends AriaCheckboxGroupProps { FILE: packages/components/src/core/combobox/combobox.tsx type ComboBoxProps (line 38) | interface ComboBoxProps type ComboBoxItemProps (line 77) | interface ComboBoxItemProps FILE: packages/components/src/core/command/command.tsx type CommandItem (line 45) | interface CommandItem { type CommandProps (line 53) | interface CommandProps extends Omit { type CommandMenuItemProps (line 173) | interface CommandMenuItemProps extends Omit { FILE: packages/components/src/core/date-field/date-field.tsx type DateFieldProps (line 28) | interface DateFieldProps extends AriaDateFieldProps... FILE: packages/components/src/core/date-picker/date-picker.tsx type DatePickerProps (line 60) | interface DatePickerProps extends AriaDatePickerPro... type DateRangePickerProps (line 100) | interface DateRangePickerProps FILE: packages/components/src/core/input/input.tsx type InputProps (line 20) | interface InputProps extends Omit { FILE: packages/components/src/core/meter/meter.tsx type MeterProps (line 14) | interface MeterProps extends Omit { FILE: packages/components/src/core/modal/modal.tsx type ModalProps (line 23) | interface ModalProps extends Omit { FILE: packages/components/src/core/popover/popover.tsx type DialogProps (line 17) | interface DialogProps extends Omit type SelectItemProps (line 85) | interface SelectItemProps type SearchableSelectProps (line 102) | interface SearchableSelectProps FILE: packages/components/src/core/switch/switch.tsx type SwitchProps (line 23) | interface SwitchProps extends AriaSwitchProps { FILE: packages/components/src/core/tabs/tabs.tsx type TabsProps (line 27) | interface TabsProps extends Omit { type TabListProps (line 37) | interface TabListProps extends Omit, "className"> { type TabProps (line 51) | interface TabProps extends Omit { type TabPanelProps (line 61) | interface TabPanelProps extends Omit { FILE: packages/components/src/core/tag-group/tag-group.tsx type TagGroupProps (line 25) | interface TagGroupProps FILE: packages/components/src/core/time-field/time-field.tsx type TimeFieldProps (line 28) | interface TimeFieldProps extends AriaTimeFieldProps... FILE: packages/components/src/core/toggle/toggle.tsx type ToggleProps (line 21) | interface ToggleProps extends Omit { type ToggleGroupProps (line 31) | interface ToggleGroupProps extends ToggleButtonGroupProps { FILE: packages/components/src/core/tooltip/tooltip.tsx type TooltipProps (line 18) | interface TooltipProps extends Omit { FILE: packages/components/src/examples/table-base.tsx type User (line 12) | interface User { FILE: packages/registry/src/schema.ts type RegistryItem (line 66) | type RegistryItem = z.infer; type RegistryItemFile (line 67) | type RegistryItemFile = z.infer; type Registry (line 68) | type Registry = z.infer; FILE: web/app/api/examples/[name]/route.ts function GET (line 5) | async function GET( FILE: web/app/docs/[...slug]/page.tsx type PageProps (line 17) | interface PageProps { function titleToComponentId (line 24) | function titleToComponentId(title: string): string { function Page (line 38) | async function Page({ params }: PageProps) { function generateStaticParams (line 72) | async function generateStaticParams() { function generateMetadata (line 76) | async function generateMetadata({ FILE: web/app/docs/layout.tsx type LayoutProps (line 14) | interface LayoutProps { function Layout (line 18) | function Layout({ children }: LayoutProps) { FILE: web/app/docs/page.tsx function DocsPage (line 3) | function DocsPage() { FILE: web/app/layout.tsx function RootLayout (line 18) | function RootLayout({ FILE: web/app/llms.txt/route.ts type RegistryItem (line 4) | interface RegistryItem { function GET (line 11) | async function GET() { FILE: web/app/page.tsx function Home (line 17) | function Home() { FILE: web/app/r/[[...segments]]/route.ts function GET (line 6) | async function GET( FILE: web/components/code-block-client.tsx type CodeBlockWithCopyProps (line 7) | interface CodeBlockWithCopyProps { FILE: web/components/code-block.tsx type CodeBlockProps (line 5) | interface CodeBlockProps { FILE: web/components/component-metadata.tsx type ComponentMetadataProps (line 6) | interface ComponentMetadataProps { type RegistryItem (line 15) | interface RegistryItem { function ComponentMetadata (line 26) | async function ComponentMetadata({ FILE: web/components/docs-page.tsx type TocItem (line 13) | interface TocItem { type DocsPageProps (line 19) | interface DocsPageProps { function DocsPage (line 25) | function DocsPage({ toc, children, navigation }: DocsPageProps) { FILE: web/components/mobile-nav.tsx type Page (line 13) | interface Page { type MobileNavProps (line 20) | interface MobileNavProps { function MobileNav (line 25) | function MobileNav({ introDocs, componentDocs }: MobileNavProps) { FILE: web/components/open-in-ai-menu.tsx type OpenInAiMenuProps (line 11) | interface OpenInAiMenuProps { constant AI_SERVICES (line 16) | const AI_SERVICES = [ function OpenInAiMenu (line 40) | function OpenInAiMenu({ pageTitle, pageUrl }: OpenInAiMenuProps) { FILE: web/components/preview.tsx type TabButtonProps (line 7) | interface TabButtonProps { FILE: web/components/search.tsx function SearchDialog (line 11) | function SearchDialog() { FILE: web/components/sidebar-link.tsx type SidebarLinkProps (line 8) | interface SidebarLinkProps { function SidebarLink (line 14) | function SidebarLink({ href, children, onClick }: SidebarLinkProps) { FILE: web/components/sidebar.tsx function Sidebar (line 6) | function Sidebar() { FILE: web/components/table-of-contents.tsx type TocItem (line 7) | interface TocItem { type TableOfContentsProps (line 13) | interface TableOfContentsProps { function TableOfContents (line 18) | function TableOfContents({ toc, activeId }: TableOfContentsProps) { FILE: web/hooks/use-active-heading.ts function useActiveHeading (line 5) | function useActiveHeading() { FILE: web/lib/component-data.ts function getComponentSource (line 7) | async function getComponentSource(name: string): Promise { function getExampleSource (line 19) | async function getExampleSource(name: string): Promise { FILE: web/lib/examples-map.ts function getExampleComponent (line 10) | async function getExampleComponent(exampleId: string) { FILE: web/lib/navigation.ts type NavigationPage (line 3) | interface NavigationPage { type PageNavigation (line 8) | interface PageNavigation { function getPageNavigation (line 13) | function getPageNavigation(currentUrl: string): PageNavigation {