@neynar/ui 0.2.1 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{llm-docs → .llm}/a.llm.md +2 -16
- package/{llm-docs → .llm}/badge.llm.md +16 -21
- package/{llm-docs → .llm}/blockquote.llm.md +1 -6
- package/.llm/button-group-separator.llm.md +53 -0
- package/.llm/button-group-text.llm.md +56 -0
- package/.llm/button-group.llm.md +81 -0
- package/{llm-docs → .llm}/button.llm.md +1 -1
- package/{llm-docs → .llm}/code.llm.md +1 -6
- package/.llm/empty-content.llm.md +103 -0
- package/.llm/empty-description.llm.md +70 -0
- package/.llm/empty-header.llm.md +64 -0
- package/.llm/empty-media.llm.md +81 -0
- package/.llm/empty-title.llm.md +54 -0
- package/.llm/empty.llm.md +158 -0
- package/.llm/field-content.llm.md +28 -0
- package/.llm/field-description.llm.md +28 -0
- package/.llm/field-error.llm.md +41 -0
- package/.llm/field-group.llm.md +84 -0
- package/.llm/field-label.llm.md +28 -0
- package/.llm/field-legend.llm.md +77 -0
- package/.llm/field-separator.llm.md +35 -0
- package/.llm/field-set.llm.md +80 -0
- package/.llm/field-title.llm.md +28 -0
- package/.llm/field.llm.md +35 -0
- package/{llm-docs → .llm}/h1.llm.md +2 -7
- package/{llm-docs → .llm}/h2.llm.md +2 -7
- package/{llm-docs → .llm}/h3.llm.md +2 -7
- package/{llm-docs → .llm}/h4.llm.md +2 -7
- package/{llm-docs → .llm}/h5.llm.md +2 -7
- package/{llm-docs → .llm}/h6.llm.md +1 -6
- package/.llm/input-group-addon.llm.md +91 -0
- package/.llm/input-group-button.llm.md +120 -0
- package/.llm/input-group-input.llm.md +145 -0
- package/.llm/input-group-text.llm.md +75 -0
- package/.llm/input-group-textarea.llm.md +157 -0
- package/.llm/input-group.llm.md +108 -0
- package/.llm/item-actions.llm.md +77 -0
- package/.llm/item-content.llm.md +73 -0
- package/.llm/item-description.llm.md +61 -0
- package/.llm/item-footer.llm.md +68 -0
- package/.llm/item-group.llm.md +73 -0
- package/.llm/item-header.llm.md +66 -0
- package/.llm/item-media.llm.md +75 -0
- package/.llm/item-separator.llm.md +80 -0
- package/.llm/item-title.llm.md +59 -0
- package/.llm/item.llm.md +115 -0
- package/.llm/kbd-group.llm.md +71 -0
- package/.llm/kbd.llm.md +71 -0
- package/{llm-docs → .llm}/lead.llm.md +1 -6
- package/{llm-docs → .llm}/p.llm.md +1 -6
- package/{llm-docs → .llm}/sdk-items-registry.json +390 -6
- package/{llm-docs → .llm}/small.llm.md +1 -6
- package/{llm-docs → .llm}/span.llm.md +2 -16
- package/.llm/spinner.llm.md +182 -0
- package/{llm-docs → .llm}/strong.llm.md +1 -6
- package/{llm-docs → .llm}/typography.llm.md +2 -16
- package/dist/components/ui/button-group.d.ts +448 -0
- package/dist/components/ui/button-group.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/empty-state.d.ts +1 -0
- package/dist/components/ui/empty-state.d.ts.map +1 -1
- package/dist/components/ui/empty.d.ts +630 -0
- package/dist/components/ui/empty.d.ts.map +1 -0
- package/dist/components/ui/field.d.ts +238 -0
- package/dist/components/ui/field.d.ts.map +1 -0
- package/dist/components/ui/input-group.d.ts +636 -0
- package/dist/components/ui/input-group.d.ts.map +1 -0
- package/dist/components/ui/item.d.ts +766 -0
- package/dist/components/ui/item.d.ts.map +1 -0
- package/dist/components/ui/kbd.d.ts +149 -0
- package/dist/components/ui/kbd.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +5 -5
- package/dist/components/ui/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/spinner.d.ts +194 -0
- package/dist/components/ui/spinner.d.ts.map +1 -0
- package/dist/components/ui/stack.d.ts.map +1 -1
- package/dist/components/ui/stories/accordion.stories.d.ts +0 -1
- package/dist/components/ui/stories/accordion.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/alert-dialog.stories.d.ts +0 -1
- package/dist/components/ui/stories/alert-dialog.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/alert.stories.d.ts +0 -1
- package/dist/components/ui/stories/alert.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/aspect-ratio.stories.d.ts +0 -1
- package/dist/components/ui/stories/aspect-ratio.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/avatar.stories.d.ts +0 -1
- package/dist/components/ui/stories/avatar.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/badge.stories.d.ts +0 -1
- package/dist/components/ui/stories/badge.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/breadcrumb.stories.d.ts +0 -1
- package/dist/components/ui/stories/breadcrumb.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/button-group.stories.d.ts +48 -0
- package/dist/components/ui/stories/button-group.stories.d.ts.map +1 -0
- package/dist/components/ui/stories/button.stories.d.ts +0 -1
- package/dist/components/ui/stories/button.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/calendar.stories.d.ts +0 -1
- package/dist/components/ui/stories/calendar.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/card.stories.d.ts +0 -1
- package/dist/components/ui/stories/card.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/carousel.stories.d.ts +0 -1
- package/dist/components/ui/stories/carousel.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/chart.stories.d.ts +0 -1
- package/dist/components/ui/stories/chart.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/checkbox.stories.d.ts +0 -1
- package/dist/components/ui/stories/checkbox.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/cn.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/collapsible.stories.d.ts +0 -1
- package/dist/components/ui/stories/collapsible.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/colors.stories.d.ts +0 -1
- package/dist/components/ui/stories/colors.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/combobox.stories.d.ts +0 -1
- package/dist/components/ui/stories/combobox.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/command.stories.d.ts +0 -1
- package/dist/components/ui/stories/command.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/container.stories.d.ts +0 -1
- package/dist/components/ui/stories/container.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/context-menu.stories.d.ts +0 -1
- package/dist/components/ui/stories/context-menu.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/date-picker.stories.d.ts +0 -1
- package/dist/components/ui/stories/date-picker.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/dialog.stories.d.ts +0 -1
- package/dist/components/ui/stories/dialog.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/drawer.stories.d.ts +0 -1
- package/dist/components/ui/stories/drawer.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/dropdown-menu.stories.d.ts +0 -1
- package/dist/components/ui/stories/dropdown-menu.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/empty-state.stories.d.ts +0 -1
- package/dist/components/ui/stories/empty-state.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/empty.stories.d.ts +38 -0
- package/dist/components/ui/stories/empty.stories.d.ts.map +1 -0
- package/dist/components/ui/stories/field.stories.d.ts +48 -0
- package/dist/components/ui/stories/field.stories.d.ts.map +1 -0
- package/dist/components/ui/stories/hover-card.stories.d.ts +0 -1
- package/dist/components/ui/stories/hover-card.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/input-group.stories.d.ts +37 -0
- package/dist/components/ui/stories/input-group.stories.d.ts.map +1 -0
- package/dist/components/ui/stories/input.stories.d.ts +0 -1
- package/dist/components/ui/stories/input.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/item.stories.d.ts +61 -0
- package/dist/components/ui/stories/item.stories.d.ts.map +1 -0
- package/dist/components/ui/stories/kbd.stories.d.ts +37 -0
- package/dist/components/ui/stories/kbd.stories.d.ts.map +1 -0
- package/dist/components/ui/stories/label.stories.d.ts +0 -1
- package/dist/components/ui/stories/label.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/menubar.stories.d.ts +0 -1
- package/dist/components/ui/stories/menubar.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/navigation-menu.stories.d.ts +0 -1
- package/dist/components/ui/stories/navigation-menu.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/pagination.stories.d.ts +0 -1
- package/dist/components/ui/stories/pagination.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/popover.stories.d.ts +0 -1
- package/dist/components/ui/stories/popover.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/progress.stories.d.ts +0 -1
- package/dist/components/ui/stories/progress.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/radio-group.stories.d.ts +0 -1
- package/dist/components/ui/stories/radio-group.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/resizable.stories.d.ts +0 -1
- package/dist/components/ui/stories/resizable.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/scroll-area.stories.d.ts +1 -2
- package/dist/components/ui/stories/scroll-area.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/select.stories.d.ts +0 -1
- package/dist/components/ui/stories/select.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/separator.stories.d.ts +0 -1
- package/dist/components/ui/stories/separator.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/sheet.stories.d.ts +0 -1
- package/dist/components/ui/stories/sheet.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/sidebar.stories.d.ts +0 -1
- package/dist/components/ui/stories/sidebar.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/skeleton.stories.d.ts +0 -1
- package/dist/components/ui/stories/skeleton.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/slider.stories.d.ts +0 -1
- package/dist/components/ui/stories/slider.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/sonner.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/spinner.stories.d.ts +37 -0
- package/dist/components/ui/stories/spinner.stories.d.ts.map +1 -0
- package/dist/components/ui/stories/stack.stories.d.ts +0 -1
- package/dist/components/ui/stories/stack.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/switch.stories.d.ts +0 -1
- package/dist/components/ui/stories/switch.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/table.stories.d.ts +0 -1
- package/dist/components/ui/stories/table.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/tabs.stories.d.ts +0 -1
- package/dist/components/ui/stories/tabs.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/text-field.stories.d.ts +0 -1
- package/dist/components/ui/stories/text-field.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/textarea.stories.d.ts +0 -1
- package/dist/components/ui/stories/textarea.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/theme-toggle.stories.d.ts +0 -1
- package/dist/components/ui/stories/theme-toggle.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/theme.stories.d.ts +0 -1
- package/dist/components/ui/stories/theme.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/toggle-group.stories.d.ts +0 -1
- package/dist/components/ui/stories/toggle-group.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/toggle.stories.d.ts +0 -1
- package/dist/components/ui/stories/toggle.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/tooltip.stories.d.ts +0 -1
- package/dist/components/ui/stories/tooltip.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/typography.stories.d.ts +0 -1
- package/dist/components/ui/stories/typography.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/use-mobile.stories.d.ts.map +1 -1
- package/dist/components/ui/stories/use-theme.stories.d.ts.map +1 -1
- package/dist/components/ui/theme-toggle.d.ts +0 -3
- package/dist/components/ui/theme-toggle.d.ts.map +1 -1
- package/dist/components/ui/theme.d.ts.map +1 -1
- package/dist/components/ui/typography.d.ts +12 -11
- package/dist/components/ui/typography.d.ts.map +1 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4973 -2353
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/docs/llm/components/display.md +125 -0
- package/docs/llm/components/feedback.md +0 -14
- package/docs/llm/components/forms.md +94 -0
- package/docs/llm/components/layout.md +169 -0
- package/llms.txt +18 -12
- package/package.json +7 -6
- package/src/components/ui/button-group.tsx +525 -0
- package/src/components/ui/button.tsx +9 -12
- package/src/components/ui/empty-state.tsx +1 -0
- package/src/components/ui/empty.tsx +793 -0
- package/src/components/ui/field.tsx +494 -0
- package/src/components/ui/input-group.tsx +801 -0
- package/src/components/ui/item.tsx +955 -0
- package/src/components/ui/kbd.tsx +175 -0
- package/src/components/ui/skeleton.tsx +1 -1
- package/src/components/ui/spinner.tsx +211 -0
- package/src/components/ui/stack.tsx +3 -1
- package/src/components/ui/stories/accordion.stories.tsx +0 -1
- package/src/components/ui/stories/alert-dialog.stories.tsx +0 -1
- package/src/components/ui/stories/alert.stories.tsx +0 -1
- package/src/components/ui/stories/aspect-ratio.stories.tsx +0 -1
- package/src/components/ui/stories/avatar.stories.tsx +0 -1
- package/src/components/ui/stories/badge.stories.tsx +0 -1
- package/src/components/ui/stories/breadcrumb.stories.tsx +0 -1
- package/src/components/ui/stories/button-group.stories.tsx +300 -0
- package/src/components/ui/stories/button.stories.tsx +0 -1
- package/src/components/ui/stories/calendar.stories.tsx +0 -1
- package/src/components/ui/stories/card.stories.tsx +0 -1
- package/src/components/ui/stories/carousel.stories.tsx +0 -1
- package/src/components/ui/stories/chart.stories.tsx +0 -1
- package/src/components/ui/stories/checkbox.stories.tsx +0 -1
- package/src/components/ui/stories/cn.stories.tsx +0 -1
- package/src/components/ui/stories/collapsible.stories.tsx +0 -1
- package/src/components/ui/stories/colors.stories.tsx +0 -1
- package/src/components/ui/stories/combobox.stories.tsx +0 -1
- package/src/components/ui/stories/command.stories.tsx +0 -1
- package/src/components/ui/stories/container.stories.tsx +0 -1
- package/src/components/ui/stories/context-menu.stories.tsx +0 -1
- package/src/components/ui/stories/date-picker.stories.tsx +0 -1
- package/src/components/ui/stories/dialog.stories.tsx +0 -1
- package/src/components/ui/stories/drawer.stories.tsx +0 -1
- package/src/components/ui/stories/dropdown-menu.stories.tsx +0 -1
- package/src/components/ui/stories/empty-state.stories.tsx +0 -1
- package/src/components/ui/stories/empty.stories.tsx +293 -0
- package/src/components/ui/stories/field.stories.tsx +470 -0
- package/src/components/ui/stories/hover-card.stories.tsx +0 -1
- package/src/components/ui/stories/input-group.stories.tsx +444 -0
- package/src/components/ui/stories/input.stories.tsx +0 -1
- package/src/components/ui/stories/item.stories.tsx +601 -0
- package/src/components/ui/stories/kbd.stories.tsx +462 -0
- package/src/components/ui/stories/label.stories.tsx +0 -1
- package/src/components/ui/stories/menubar.stories.tsx +0 -1
- package/src/components/ui/stories/navigation-menu.stories.tsx +0 -1
- package/src/components/ui/stories/pagination.stories.tsx +0 -1
- package/src/components/ui/stories/popover.stories.tsx +0 -1
- package/src/components/ui/stories/progress.stories.tsx +0 -1
- package/src/components/ui/stories/radio-group.stories.tsx +0 -1
- package/src/components/ui/stories/resizable.stories.tsx +0 -1
- package/src/components/ui/stories/scroll-area.stories.tsx +0 -1
- package/src/components/ui/stories/select.stories.tsx +0 -1
- package/src/components/ui/stories/separator.stories.tsx +0 -1
- package/src/components/ui/stories/sheet.stories.tsx +0 -1
- package/src/components/ui/stories/sidebar.stories.tsx +0 -1
- package/src/components/ui/stories/skeleton.stories.tsx +0 -1
- package/src/components/ui/stories/slider.stories.tsx +0 -1
- package/src/components/ui/stories/sonner.stories.tsx +0 -1
- package/src/components/ui/stories/spinner.stories.tsx +356 -0
- package/src/components/ui/stories/stack.stories.tsx +0 -1
- package/src/components/ui/stories/switch.stories.tsx +0 -1
- package/src/components/ui/stories/table.stories.tsx +0 -1
- package/src/components/ui/stories/tabs.stories.tsx +0 -1
- package/src/components/ui/stories/text-field.stories.tsx +0 -1
- package/src/components/ui/stories/textarea.stories.tsx +0 -1
- package/src/components/ui/stories/theme-toggle.stories.tsx +0 -1
- package/src/components/ui/stories/theme.stories.tsx +0 -1
- package/src/components/ui/stories/toggle-group.stories.tsx +0 -1
- package/src/components/ui/stories/toggle.stories.tsx +0 -1
- package/src/components/ui/stories/tooltip.stories.tsx +0 -1
- package/src/components/ui/stories/typography.stories.tsx +5 -2
- package/src/components/ui/stories/use-mobile.stories.tsx +0 -1
- package/src/components/ui/stories/use-theme.stories.tsx +0 -1
- package/src/components/ui/tabs.tsx +1 -1
- package/src/components/ui/theme-toggle.tsx +1 -3
- package/src/components/ui/theme.tsx +6 -1
- package/src/components/ui/typography.tsx +29 -129
- package/src/index.ts +7 -0
- package/src/styles/globals.css +82 -94
- /package/{llm-docs → .llm}/accordion-content.llm.md +0 -0
- /package/{llm-docs → .llm}/accordion-item.llm.md +0 -0
- /package/{llm-docs → .llm}/accordion-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/accordion.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-description.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-action.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-cancel.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-content.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-description.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-footer.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-header.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-overlay.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-portal.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-title.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-dialog.llm.md +0 -0
- /package/{llm-docs → .llm}/alert-title.llm.md +0 -0
- /package/{llm-docs → .llm}/alert.llm.md +0 -0
- /package/{llm-docs → .llm}/aspect-ratio.llm.md +0 -0
- /package/{llm-docs → .llm}/avatar-fallback.llm.md +0 -0
- /package/{llm-docs → .llm}/avatar-image.llm.md +0 -0
- /package/{llm-docs → .llm}/avatar.llm.md +0 -0
- /package/{llm-docs → .llm}/breadcrumb-ellipsis.llm.md +0 -0
- /package/{llm-docs → .llm}/breadcrumb-item.llm.md +0 -0
- /package/{llm-docs → .llm}/breadcrumb-link.llm.md +0 -0
- /package/{llm-docs → .llm}/breadcrumb-list.llm.md +0 -0
- /package/{llm-docs → .llm}/breadcrumb-page.llm.md +0 -0
- /package/{llm-docs → .llm}/breadcrumb-separator.llm.md +0 -0
- /package/{llm-docs → .llm}/breadcrumb.llm.md +0 -0
- /package/{llm-docs → .llm}/calendar-day-button.llm.md +0 -0
- /package/{llm-docs → .llm}/calendar.llm.md +0 -0
- /package/{llm-docs → .llm}/card-action.llm.md +0 -0
- /package/{llm-docs → .llm}/card-content.llm.md +0 -0
- /package/{llm-docs → .llm}/card-description.llm.md +0 -0
- /package/{llm-docs → .llm}/card-footer.llm.md +0 -0
- /package/{llm-docs → .llm}/card-header.llm.md +0 -0
- /package/{llm-docs → .llm}/card-title.llm.md +0 -0
- /package/{llm-docs → .llm}/card.llm.md +0 -0
- /package/{llm-docs → .llm}/carousel-content.llm.md +0 -0
- /package/{llm-docs → .llm}/carousel-item.llm.md +0 -0
- /package/{llm-docs → .llm}/carousel-next.llm.md +0 -0
- /package/{llm-docs → .llm}/carousel-previous.llm.md +0 -0
- /package/{llm-docs → .llm}/carousel.llm.md +0 -0
- /package/{llm-docs → .llm}/chart-config.llm.md +0 -0
- /package/{llm-docs → .llm}/chart-container.llm.md +0 -0
- /package/{llm-docs → .llm}/chart-legend-content.llm.md +0 -0
- /package/{llm-docs → .llm}/chart-legend.llm.md +0 -0
- /package/{llm-docs → .llm}/chart-style.llm.md +0 -0
- /package/{llm-docs → .llm}/chart-tooltip-content.llm.md +0 -0
- /package/{llm-docs → .llm}/chart-tooltip.llm.md +0 -0
- /package/{llm-docs → .llm}/checkbox.llm.md +0 -0
- /package/{llm-docs → .llm}/cn.llm.md +0 -0
- /package/{llm-docs → .llm}/collapsible-content.llm.md +0 -0
- /package/{llm-docs → .llm}/collapsible-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/collapsible.llm.md +0 -0
- /package/{llm-docs → .llm}/combobox-option.llm.md +0 -0
- /package/{llm-docs → .llm}/combobox.llm.md +0 -0
- /package/{llm-docs → .llm}/command-dialog.llm.md +0 -0
- /package/{llm-docs → .llm}/command-empty.llm.md +0 -0
- /package/{llm-docs → .llm}/command-group.llm.md +0 -0
- /package/{llm-docs → .llm}/command-input.llm.md +0 -0
- /package/{llm-docs → .llm}/command-item.llm.md +0 -0
- /package/{llm-docs → .llm}/command-list.llm.md +0 -0
- /package/{llm-docs → .llm}/command-loading.llm.md +0 -0
- /package/{llm-docs → .llm}/command-separator.llm.md +0 -0
- /package/{llm-docs → .llm}/command-shortcut.llm.md +0 -0
- /package/{llm-docs → .llm}/command.llm.md +0 -0
- /package/{llm-docs → .llm}/container.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-checkbox-item.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-content.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-group.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-item.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-label.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-portal.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-radio-group.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-radio-item.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-separator.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-shortcut.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-sub-content.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-sub-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-sub.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/context-menu.llm.md +0 -0
- /package/{llm-docs → .llm}/date-picker.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog-close.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog-content.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog-description.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog-footer.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog-header.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog-overlay.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog-portal.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog-title.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/dialog.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer-close.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer-content.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer-description.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer-footer.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer-header.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer-overlay.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer-portal.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer-title.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/drawer.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-checkbox-item.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-content.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-group.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-item.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-label.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-portal.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-radio-group.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-radio-item.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-separator.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-shortcut.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-sub-content.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-sub-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-sub.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/dropdown-menu.llm.md +0 -0
- /package/{llm-docs → .llm}/empty-state.llm.md +0 -0
- /package/{llm-docs → .llm}/hover-card-content.llm.md +0 -0
- /package/{llm-docs → .llm}/hover-card-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/hover-card.llm.md +0 -0
- /package/{llm-docs → .llm}/input.llm.md +0 -0
- /package/{llm-docs → .llm}/label.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-checkbox-item.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-content.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-group.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-item.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-label.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-menu.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-portal.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-radio-group.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-radio-item.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-separator.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-shortcut.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-sub-content.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-sub-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-sub.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/menubar.llm.md +0 -0
- /package/{llm-docs → .llm}/navigation-menu-content.llm.md +0 -0
- /package/{llm-docs → .llm}/navigation-menu-indicator.llm.md +0 -0
- /package/{llm-docs → .llm}/navigation-menu-item.llm.md +0 -0
- /package/{llm-docs → .llm}/navigation-menu-link.llm.md +0 -0
- /package/{llm-docs → .llm}/navigation-menu-list.llm.md +0 -0
- /package/{llm-docs → .llm}/navigation-menu-trigger-style.llm.md +0 -0
- /package/{llm-docs → .llm}/navigation-menu-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/navigation-menu-viewport.llm.md +0 -0
- /package/{llm-docs → .llm}/navigation-menu.llm.md +0 -0
- /package/{llm-docs → .llm}/pagination-content.llm.md +0 -0
- /package/{llm-docs → .llm}/pagination-ellipsis.llm.md +0 -0
- /package/{llm-docs → .llm}/pagination-item.llm.md +0 -0
- /package/{llm-docs → .llm}/pagination-link.llm.md +0 -0
- /package/{llm-docs → .llm}/pagination-next.llm.md +0 -0
- /package/{llm-docs → .llm}/pagination-previous.llm.md +0 -0
- /package/{llm-docs → .llm}/pagination.llm.md +0 -0
- /package/{llm-docs → .llm}/popover-anchor.llm.md +0 -0
- /package/{llm-docs → .llm}/popover-content.llm.md +0 -0
- /package/{llm-docs → .llm}/popover-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/popover.llm.md +0 -0
- /package/{llm-docs → .llm}/progress.llm.md +0 -0
- /package/{llm-docs → .llm}/radio-group-indicator.llm.md +0 -0
- /package/{llm-docs → .llm}/radio-group-item.llm.md +0 -0
- /package/{llm-docs → .llm}/radio-group.llm.md +0 -0
- /package/{llm-docs → .llm}/resizable-handle.llm.md +0 -0
- /package/{llm-docs → .llm}/resizable-panel-group.llm.md +0 -0
- /package/{llm-docs → .llm}/resizable-panel.llm.md +0 -0
- /package/{llm-docs → .llm}/scroll-area-corner.llm.md +0 -0
- /package/{llm-docs → .llm}/scroll-area-thumb.llm.md +0 -0
- /package/{llm-docs → .llm}/scroll-area-viewport.llm.md +0 -0
- /package/{llm-docs → .llm}/scroll-area.llm.md +0 -0
- /package/{llm-docs → .llm}/scroll-bar.llm.md +0 -0
- /package/{llm-docs → .llm}/select-content.llm.md +0 -0
- /package/{llm-docs → .llm}/select-group.llm.md +0 -0
- /package/{llm-docs → .llm}/select-item.llm.md +0 -0
- /package/{llm-docs → .llm}/select-label.llm.md +0 -0
- /package/{llm-docs → .llm}/select-scroll-down-button.llm.md +0 -0
- /package/{llm-docs → .llm}/select-scroll-up-button.llm.md +0 -0
- /package/{llm-docs → .llm}/select-separator.llm.md +0 -0
- /package/{llm-docs → .llm}/select-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/select-value.llm.md +0 -0
- /package/{llm-docs → .llm}/select.llm.md +0 -0
- /package/{llm-docs → .llm}/separator.llm.md +0 -0
- /package/{llm-docs → .llm}/sheet-close.llm.md +0 -0
- /package/{llm-docs → .llm}/sheet-content.llm.md +0 -0
- /package/{llm-docs → .llm}/sheet-description.llm.md +0 -0
- /package/{llm-docs → .llm}/sheet-footer.llm.md +0 -0
- /package/{llm-docs → .llm}/sheet-header.llm.md +0 -0
- /package/{llm-docs → .llm}/sheet-title.llm.md +0 -0
- /package/{llm-docs → .llm}/sheet-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/sheet.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-content.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-footer.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-group-action.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-group-content.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-group-label.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-group.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-header.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-input.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-inset.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-menu-action.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-menu-badge.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-menu-button.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-menu-item.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-menu-skeleton.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-menu-sub-button.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-menu-sub-item.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-menu-sub.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-menu.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-provider.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-rail.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-separator.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/sidebar.llm.md +0 -0
- /package/{llm-docs → .llm}/skeleton.llm.md +0 -0
- /package/{llm-docs → .llm}/slider.llm.md +0 -0
- /package/{llm-docs → .llm}/stack.llm.md +0 -0
- /package/{llm-docs → .llm}/switch.llm.md +0 -0
- /package/{llm-docs → .llm}/table-body.llm.md +0 -0
- /package/{llm-docs → .llm}/table-caption.llm.md +0 -0
- /package/{llm-docs → .llm}/table-cell.llm.md +0 -0
- /package/{llm-docs → .llm}/table-footer.llm.md +0 -0
- /package/{llm-docs → .llm}/table-head.llm.md +0 -0
- /package/{llm-docs → .llm}/table-header.llm.md +0 -0
- /package/{llm-docs → .llm}/table-row.llm.md +0 -0
- /package/{llm-docs → .llm}/table.llm.md +0 -0
- /package/{llm-docs → .llm}/tabs-content.llm.md +0 -0
- /package/{llm-docs → .llm}/tabs-list.llm.md +0 -0
- /package/{llm-docs → .llm}/tabs-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/tabs.llm.md +0 -0
- /package/{llm-docs → .llm}/text-field.llm.md +0 -0
- /package/{llm-docs → .llm}/textarea.llm.md +0 -0
- /package/{llm-docs → .llm}/theme-preference.llm.md +0 -0
- /package/{llm-docs → .llm}/theme-toggle.llm.md +0 -0
- /package/{llm-docs → .llm}/theme.llm.md +0 -0
- /package/{llm-docs → .llm}/toast.llm.md +0 -0
- /package/{llm-docs → .llm}/toaster.llm.md +0 -0
- /package/{llm-docs → .llm}/toggle-group-item.llm.md +0 -0
- /package/{llm-docs → .llm}/toggle-group.llm.md +0 -0
- /package/{llm-docs → .llm}/toggle.llm.md +0 -0
- /package/{llm-docs → .llm}/tooltip-content.llm.md +0 -0
- /package/{llm-docs → .llm}/tooltip-provider.llm.md +0 -0
- /package/{llm-docs → .llm}/tooltip-trigger.llm.md +0 -0
- /package/{llm-docs → .llm}/tooltip.llm.md +0 -0
- /package/{llm-docs → .llm}/use-carousel.llm.md +0 -0
- /package/{llm-docs → .llm}/use-command-state.llm.md +0 -0
- /package/{llm-docs → .llm}/use-is-mobile.llm.md +0 -0
- /package/{llm-docs → .llm}/use-sidebar.llm.md +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2025-
|
|
2
|
+
"generated": "2025-10-11T22:49:58.686Z",
|
|
3
3
|
"sdk": "neynar-sdk-ui",
|
|
4
4
|
"tier": "ui",
|
|
5
5
|
"importPrefix": "@neynar/ui",
|
|
@@ -304,6 +304,40 @@
|
|
|
304
304
|
"component"
|
|
305
305
|
]
|
|
306
306
|
},
|
|
307
|
+
"ButtonGroup": {
|
|
308
|
+
"description": "ButtonGroup - Container for grouping related buttons with consistent styling A flexible container component that groups related action buttons together with seamless visual connection. Built for toolbars, pagination controls, action menus, and navigation interfaces. Supports both horizontal and vertical layouts with intelligent border and border-radius management to create cohesive button groups. The component automatically handles: - Border collapsing between adjacent buttons for seamless appearance - Focus state z-index management to ensure proper focus ring visibility - Integration with Button, Input, and Select components - Nested button group support for complex layouts - Responsive sizing that adapts to button content",
|
|
309
|
+
"file": "button-group.llm.md",
|
|
310
|
+
"type": "component",
|
|
311
|
+
"keywords": [
|
|
312
|
+
"button",
|
|
313
|
+
"button group",
|
|
314
|
+
"buttongroup",
|
|
315
|
+
"component"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
"ButtonGroupSeparator": {
|
|
319
|
+
"description": "ButtonGroupSeparator - Visual divider for buttons within a button group A specialized separator component that creates visual divisions between buttons or elements within a ButtonGroup. Built on the Separator primitive with automatic sizing and styling to match button group layouts. The separator orientation typically matches the button group orientation (vertical separators in horizontal groups, horizontal separators in vertical groups). Key behaviors: - Self-stretches to match parent height/width automatically - Uses input border color for subtle visual division - Removes margins for seamless integration - Decorative by default (hidden from screen readers) Note: Separators are typically unnecessary for outline variant buttons since they already have visible borders. Use separators with ghost, default, or other variants where the visual separation is needed.",
|
|
320
|
+
"file": "button-group-separator.llm.md",
|
|
321
|
+
"type": "component",
|
|
322
|
+
"keywords": [
|
|
323
|
+
"button",
|
|
324
|
+
"button group separator",
|
|
325
|
+
"buttongroupseparator",
|
|
326
|
+
"component"
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
"ButtonGroupText": {
|
|
330
|
+
"description": "ButtonGroupText - Text display element for labels and information within button groups A styled text container designed to display non-interactive content within button groups, such as labels, pagination information, or contextual text. Maintains visual consistency with grouped buttons through matching height, border, and styling while being clearly non-interactive with a muted background. Common use cases: - Pagination counters (\"Page 1 of 10\") - Section labels (\"Actions:\", \"Tools:\") - Status indicators or counts - Contextual information between action buttons The component automatically: - Matches button group styling with appropriate borders and spacing - Sizes icons consistently at 16px (size-4) - Maintains visual hierarchy with muted background - Prevents pointer events on icons to avoid interaction confusion",
|
|
331
|
+
"file": "button-group-text.llm.md",
|
|
332
|
+
"type": "component",
|
|
333
|
+
"keywords": [
|
|
334
|
+
"button",
|
|
335
|
+
"button group text",
|
|
336
|
+
"buttongrouptext",
|
|
337
|
+
"component",
|
|
338
|
+
"format"
|
|
339
|
+
]
|
|
340
|
+
},
|
|
307
341
|
"Button": {
|
|
308
342
|
"description": "Button - A versatile, accessible button component with multiple style variants A fundamental UI element built on Radix UI's Slot primitive that supports extensive customization through variants, composition patterns, and comprehensive accessibility features. The component automatically handles icon styling, focus management, form integration, and can be rendered as other elements using the asChild pattern.",
|
|
309
343
|
"file": "button.llm.md",
|
|
@@ -1235,6 +1269,166 @@
|
|
|
1235
1269
|
"emptystate"
|
|
1236
1270
|
]
|
|
1237
1271
|
},
|
|
1272
|
+
"Empty": {
|
|
1273
|
+
"description": "Empty - Flexible container for displaying empty states with consistent layout A foundational empty state component that provides a centered, vertically-aligned container optimized for displaying empty or no-data states. Uses a composable architecture similar to Alert and Card components, allowing fine-grained control over layout and content through sub-components. ## Key Features - Composable sub-components for flexible layouts (header, media, title, description, content) - Responsive padding that adapts from mobile to desktop (p-6 to md:p-12) - Built-in flex layout with automatic centering and gap spacing - Border-dashed styling hint for visual differentiation - Maximum content width constraints for optimal readability - Text balance for improved typography on multi-line content - Fully accessible with semantic HTML structure ## When to Use - Search results with no matches - Empty data tables, lists, or dashboards - Onboarding states for new users - File uploads or content creation areas - Inbox or notification centers with no items - Error recovery or loading failure scenarios ## Component Architecture - **Empty**: Root container with flex layout, padding, and centering - **EmptyHeader**: Groups media and title with constrained width (max-w-sm) - **EmptyMedia**: Icon or illustration display with two variants - **EmptyTitle**: Prominent heading text with medium font weight - **EmptyDescription**: Muted description text with link styling - **EmptyContent**: Additional content area for buttons or secondary info",
|
|
1274
|
+
"file": "empty.llm.md",
|
|
1275
|
+
"type": "component",
|
|
1276
|
+
"keywords": [
|
|
1277
|
+
"component",
|
|
1278
|
+
"empty"
|
|
1279
|
+
]
|
|
1280
|
+
},
|
|
1281
|
+
"EmptyHeader": {
|
|
1282
|
+
"description": "EmptyHeader - Groups media and title elements with constrained width A container component that groups the EmptyMedia and EmptyTitle elements together, applying a maximum width constraint (max-w-sm / 24rem) for optimal visual hierarchy and readability. Typically used to create a cohesive header unit within the empty state. ## Features - Maximum width of 24rem (384px) for visual balance - Flex column layout with 0.5rem (8px) gap between children - Center-aligned items and text - Maintains semantic grouping for screen readers ## Usage Patterns - Group EmptyMedia and EmptyTitle together - Create visual separation from description and content - Constrain width of title for better readability - Optional - components can be used without header grouping",
|
|
1283
|
+
"file": "empty-header.llm.md",
|
|
1284
|
+
"type": "component",
|
|
1285
|
+
"keywords": [
|
|
1286
|
+
"component",
|
|
1287
|
+
"empty header",
|
|
1288
|
+
"emptyheader"
|
|
1289
|
+
]
|
|
1290
|
+
},
|
|
1291
|
+
"EmptyTitle": {
|
|
1292
|
+
"description": "EmptyTitle - Prominent heading text for empty state messages Displays the primary heading or title for an empty state, styled with medium font weight and tight character spacing for visual hierarchy. Typically describes what is missing or the current state in a concise, user-friendly way. ## Features - Large text size (text-lg / 1.125rem / 18px) - Medium font weight (font-medium / 500) for emphasis - Tight character spacing (tracking-tight / -0.025em) for readability - Foreground color for maximum contrast - Center-aligned within empty state layout ## Best Practices - Keep titles short and descriptive (2-6 words) - Focus on the current state rather than what's wrong - Use positive language when possible - Be specific rather than generic (\"No projects\" vs \"Empty\") - Avoid technical jargon or error codes",
|
|
1293
|
+
"file": "empty-title.llm.md",
|
|
1294
|
+
"type": "component",
|
|
1295
|
+
"keywords": [
|
|
1296
|
+
"component",
|
|
1297
|
+
"empty title",
|
|
1298
|
+
"emptytitle"
|
|
1299
|
+
]
|
|
1300
|
+
},
|
|
1301
|
+
"EmptyDescription": {
|
|
1302
|
+
"description": "EmptyDescription - Descriptive text with link styling for empty states Provides supplementary information, guidance, or context below the empty state title. Automatically styles inline links with underlines and hover effects, making it easy to include helpful links or documentation references within the description text. ## Features - Muted foreground color for visual hierarchy below title - Small text size (text-sm) with relaxed line height for readability - Automatic link styling with underlines and offset - Hover state for links changes color to primary - Supports rich content including paragraphs and inline elements - Center-aligned text within empty state layout ## Link Styling - Default: underline with 4px offset, muted-foreground color - Hover: primary color while maintaining underline - Provides clear visual affordance for interactive elements ## Best Practices - Provide helpful context or next steps - Keep descriptions concise (1-2 sentences) - Include actionable guidance when possible - Use links to documentation, help, or related features - Avoid overwhelming users with too much information",
|
|
1303
|
+
"file": "empty-description.llm.md",
|
|
1304
|
+
"type": "component",
|
|
1305
|
+
"keywords": [
|
|
1306
|
+
"component",
|
|
1307
|
+
"empty description",
|
|
1308
|
+
"emptydescription",
|
|
1309
|
+
"format"
|
|
1310
|
+
]
|
|
1311
|
+
},
|
|
1312
|
+
"EmptyContent": {
|
|
1313
|
+
"description": "EmptyContent - Additional content area for buttons, actions, or secondary information A flexible container for additional content within an empty state, typically used for action buttons, links, or secondary information. Provides consistent width constraints, gap spacing, and alignment for optimal layout of calls-to-action and supplementary content. ## Features - Maximum width of 24rem (384px) for visual balance - Minimum width of 0 to prevent overflow issues - Flex column layout with 1rem (16px) gap between children - Center-aligned items for button grouping - Small text size (text-sm) for secondary content - Text balance for improved multi-line typography - Full width within constraints (w-full) ## Common Use Cases - Primary and secondary action buttons - Button groups with multiple actions - Secondary links or navigation - Additional context or instructions - Step indicators or progress information ## Layout Patterns - Single button: automatically centered - Multiple buttons: stack vertically with gap spacing - Button groups: use flex-row with gap within content - Text content: maintains readability with text-balance",
|
|
1314
|
+
"file": "empty-content.llm.md",
|
|
1315
|
+
"type": "component",
|
|
1316
|
+
"keywords": [
|
|
1317
|
+
"component",
|
|
1318
|
+
"empty content",
|
|
1319
|
+
"emptycontent",
|
|
1320
|
+
"format"
|
|
1321
|
+
]
|
|
1322
|
+
},
|
|
1323
|
+
"EmptyMedia": {
|
|
1324
|
+
"description": "EmptyMedia - Icon or illustration display component with styling variants Displays icons, illustrations, or other visual elements in an empty state. Offers two variants: a transparent default for custom-sized graphics and an \"icon\" variant with consistent sizing and background styling. Automatically handles SVG pointer events and shrinking behavior. ## Variants ### default - Transparent background (bg-transparent) - No size constraints - use for custom-sized illustrations - Full control over icon/illustration dimensions - Best for large decorative graphics (48px+) ### icon - Muted background (bg-muted) with rounded corners (rounded-lg) - Fixed 40px × 40px container (size-10) - Automatically sizes child SVGs to 24px (size-6) unless explicitly sized - Text color set to foreground for proper contrast - Best for standard icon sizes (16-24px) - Provides visual emphasis through background contrast ## Features - SVG pointer events disabled to prevent interaction issues - Shrink prevention for consistent sizing - Bottom margin (mb-2 / 8px) for spacing from subsequent elements - Flex layout with centered content - Compatible with all icon libraries (lucide-react, heroicons, etc.)",
|
|
1325
|
+
"file": "empty-media.llm.md",
|
|
1326
|
+
"type": "component",
|
|
1327
|
+
"keywords": [
|
|
1328
|
+
"component",
|
|
1329
|
+
"empty media",
|
|
1330
|
+
"emptymedia"
|
|
1331
|
+
]
|
|
1332
|
+
},
|
|
1333
|
+
"Field": {
|
|
1334
|
+
"description": "Field component",
|
|
1335
|
+
"file": "field.llm.md",
|
|
1336
|
+
"type": "component",
|
|
1337
|
+
"keywords": [
|
|
1338
|
+
"component",
|
|
1339
|
+
"field"
|
|
1340
|
+
]
|
|
1341
|
+
},
|
|
1342
|
+
"FieldLabel": {
|
|
1343
|
+
"description": "FieldLabel component",
|
|
1344
|
+
"file": "field-label.llm.md",
|
|
1345
|
+
"type": "component",
|
|
1346
|
+
"keywords": [
|
|
1347
|
+
"component",
|
|
1348
|
+
"field label",
|
|
1349
|
+
"fieldlabel"
|
|
1350
|
+
]
|
|
1351
|
+
},
|
|
1352
|
+
"FieldDescription": {
|
|
1353
|
+
"description": "FieldDescription component",
|
|
1354
|
+
"file": "field-description.llm.md",
|
|
1355
|
+
"type": "component",
|
|
1356
|
+
"keywords": [
|
|
1357
|
+
"component",
|
|
1358
|
+
"field description",
|
|
1359
|
+
"fielddescription"
|
|
1360
|
+
]
|
|
1361
|
+
},
|
|
1362
|
+
"FieldError": {
|
|
1363
|
+
"description": "FieldError component",
|
|
1364
|
+
"file": "field-error.llm.md",
|
|
1365
|
+
"type": "component",
|
|
1366
|
+
"keywords": [
|
|
1367
|
+
"component",
|
|
1368
|
+
"field error",
|
|
1369
|
+
"fielderror"
|
|
1370
|
+
]
|
|
1371
|
+
},
|
|
1372
|
+
"FieldGroup": {
|
|
1373
|
+
"description": "FieldGroup - Container for organizing multiple form fields A layout wrapper that vertically stacks Field components with optimized spacing. It provides container query support for responsive field orientations and automatically adjusts spacing for different control types (standard fields vs. checkbox/radio groups). The component uses CSS container queries (@container) which allows child Field components with `orientation=\"responsive\"` to adapt their layout based on the FieldGroup's width rather than the viewport width.",
|
|
1374
|
+
"file": "field-group.llm.md",
|
|
1375
|
+
"type": "component",
|
|
1376
|
+
"keywords": [
|
|
1377
|
+
"component",
|
|
1378
|
+
"field group",
|
|
1379
|
+
"fieldgroup"
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
"FieldLegend": {
|
|
1383
|
+
"description": "FieldLegend - Fieldset caption with size variants A caption element that provides a title or description for a group of related form fields within a FieldSet. Renders as a native HTML `<legend>` element with size variants to match different design contexts. The \"legend\" variant (default) uses standard text sizing for top-level fieldsets, while the \"label\" variant provides smaller text suitable for nested fieldsets or when you need the legend to visually match form labels.",
|
|
1384
|
+
"file": "field-legend.llm.md",
|
|
1385
|
+
"type": "component",
|
|
1386
|
+
"keywords": [
|
|
1387
|
+
"component",
|
|
1388
|
+
"field legend",
|
|
1389
|
+
"fieldlegend"
|
|
1390
|
+
]
|
|
1391
|
+
},
|
|
1392
|
+
"FieldSeparator": {
|
|
1393
|
+
"description": "FieldSeparator component",
|
|
1394
|
+
"file": "field-separator.llm.md",
|
|
1395
|
+
"type": "component",
|
|
1396
|
+
"keywords": [
|
|
1397
|
+
"component",
|
|
1398
|
+
"field separator",
|
|
1399
|
+
"fieldseparator"
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
|
+
"FieldSet": {
|
|
1403
|
+
"description": "FieldSet - Semantic form control grouping container A container that renders a native HTML `<fieldset>` element with optimized spacing and layout presets. It provides semantic grouping for related form controls, which improves accessibility by allowing assistive technologies to understand the relationship between form fields. The component automatically adjusts gap spacing when containing checkbox or radio groups, providing tighter spacing for these control types.",
|
|
1404
|
+
"file": "field-set.llm.md",
|
|
1405
|
+
"type": "component",
|
|
1406
|
+
"keywords": [
|
|
1407
|
+
"component",
|
|
1408
|
+
"field set",
|
|
1409
|
+
"fieldset"
|
|
1410
|
+
]
|
|
1411
|
+
},
|
|
1412
|
+
"FieldContent": {
|
|
1413
|
+
"description": "FieldContent component",
|
|
1414
|
+
"file": "field-content.llm.md",
|
|
1415
|
+
"type": "component",
|
|
1416
|
+
"keywords": [
|
|
1417
|
+
"component",
|
|
1418
|
+
"field content",
|
|
1419
|
+
"fieldcontent"
|
|
1420
|
+
]
|
|
1421
|
+
},
|
|
1422
|
+
"FieldTitle": {
|
|
1423
|
+
"description": "FieldTitle component",
|
|
1424
|
+
"file": "field-title.llm.md",
|
|
1425
|
+
"type": "component",
|
|
1426
|
+
"keywords": [
|
|
1427
|
+
"component",
|
|
1428
|
+
"field title",
|
|
1429
|
+
"fieldtitle"
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1238
1432
|
"HoverCard": {
|
|
1239
1433
|
"description": "HoverCard - Preview content that appears on hover for rich contextual information A floating card component that reveals rich content when users hover over a trigger element. Designed specifically for sighted users to preview content available behind links without requiring navigation. Built on Radix UI primitives with smooth animations and intelligent positioning to avoid viewport boundaries. Perfect for user profiles, repository information, link previews, tooltips with complex content, and any contextual details that enhance the user experience without interrupting their current workflow.",
|
|
1240
1434
|
"file": "hover-card.llm.md",
|
|
@@ -1266,6 +1460,67 @@
|
|
|
1266
1460
|
"hovercardcontent"
|
|
1267
1461
|
]
|
|
1268
1462
|
},
|
|
1463
|
+
"InputGroup": {
|
|
1464
|
+
"description": "InputGroup - Container for inputs with integrated addons, buttons, and text A flexible container component that combines text inputs or textareas with decorative or functional elements like icons, buttons, labels, and keyboard shortcuts. Supports both inline (left/right) and block (top/bottom) addon positioning for diverse layout needs. Provides unified focus states, error handling, and disabled states across all child elements.",
|
|
1465
|
+
"file": "input-group.llm.md",
|
|
1466
|
+
"type": "component",
|
|
1467
|
+
"keywords": [
|
|
1468
|
+
"component",
|
|
1469
|
+
"input group",
|
|
1470
|
+
"inputgroup"
|
|
1471
|
+
]
|
|
1472
|
+
},
|
|
1473
|
+
"InputGroupAddon": {
|
|
1474
|
+
"description": "InputGroupAddon - Container for icons, buttons, text, or labels within an InputGroup A flexible addon container that can be positioned at any edge of the input (left, right, top, or bottom). Automatically adjusts layout and spacing based on alignment. Clicking the addon area focuses the associated input for improved usability. Supports icons, static text, buttons, keyboard shortcuts (Kbd), and custom content.",
|
|
1475
|
+
"file": "input-group-addon.llm.md",
|
|
1476
|
+
"type": "component",
|
|
1477
|
+
"keywords": [
|
|
1478
|
+
"component",
|
|
1479
|
+
"input group addon",
|
|
1480
|
+
"inputgroupaddon"
|
|
1481
|
+
]
|
|
1482
|
+
},
|
|
1483
|
+
"InputGroupButton": {
|
|
1484
|
+
"description": "InputGroupButton - Action button within an InputGroupAddon A specialized button component optimized for use within input group addons. Styled with reduced shadows and compact sizing to integrate seamlessly with the input group container. Supports text buttons, icon buttons, and combination buttons with various size options. Uses ghost variant by default for subtle integration with the input group.",
|
|
1485
|
+
"file": "input-group-button.llm.md",
|
|
1486
|
+
"type": "component",
|
|
1487
|
+
"keywords": [
|
|
1488
|
+
"button",
|
|
1489
|
+
"component",
|
|
1490
|
+
"input group button",
|
|
1491
|
+
"inputgroupbutton"
|
|
1492
|
+
]
|
|
1493
|
+
},
|
|
1494
|
+
"InputGroupText": {
|
|
1495
|
+
"description": "InputGroupText - Static text or label content within an InputGroupAddon A span element for displaying non-interactive text, labels, prefixes, suffixes, or icons within an input group addon. Styled with muted foreground colors and optimized spacing. Commonly used for currency symbols, units of measurement, URL protocols, or descriptive labels.",
|
|
1496
|
+
"file": "input-group-text.llm.md",
|
|
1497
|
+
"type": "component",
|
|
1498
|
+
"keywords": [
|
|
1499
|
+
"component",
|
|
1500
|
+
"input group text",
|
|
1501
|
+
"inputgrouptext"
|
|
1502
|
+
]
|
|
1503
|
+
},
|
|
1504
|
+
"InputGroupInput": {
|
|
1505
|
+
"description": "InputGroupInput - Text input element within an InputGroup A styled input component designed to work seamlessly within an InputGroup container. Inherits all standard HTML input props and removes default borders, shadows, and focus rings since the parent InputGroup handles visual states. Automatically flexes to fill available space between addons.",
|
|
1506
|
+
"file": "input-group-input.llm.md",
|
|
1507
|
+
"type": "component",
|
|
1508
|
+
"keywords": [
|
|
1509
|
+
"component",
|
|
1510
|
+
"input group input",
|
|
1511
|
+
"inputgroupinput"
|
|
1512
|
+
]
|
|
1513
|
+
},
|
|
1514
|
+
"InputGroupTextarea": {
|
|
1515
|
+
"description": "InputGroupTextarea - Multi-line textarea element within an InputGroup A styled textarea component designed to work with InputGroup, especially with block-aligned addons (top/bottom positioning). Removes default borders and shadows as the parent InputGroup handles visual states. Resizing is disabled by default to maintain consistent layout with the container. Automatically flexes to fill available space.",
|
|
1516
|
+
"file": "input-group-textarea.llm.md",
|
|
1517
|
+
"type": "component",
|
|
1518
|
+
"keywords": [
|
|
1519
|
+
"component",
|
|
1520
|
+
"input group textarea",
|
|
1521
|
+
"inputgrouptextarea"
|
|
1522
|
+
]
|
|
1523
|
+
},
|
|
1269
1524
|
"Input": {
|
|
1270
1525
|
"description": "Input - Versatile form input component for text, email, password, and other input types A flexible and accessible input component built on native HTML input elements with enhanced styling and form integration capabilities. Supports all HTML input types including text, email, password, number, file, date, and more. Features consistent design tokens, error states, focus management, and seamless integration with form libraries like React Hook Form.",
|
|
1271
1526
|
"file": "input.llm.md",
|
|
@@ -1275,6 +1530,126 @@
|
|
|
1275
1530
|
"input"
|
|
1276
1531
|
]
|
|
1277
1532
|
},
|
|
1533
|
+
"Item": {
|
|
1534
|
+
"description": "Item - Flexible container for displaying structured content A composable component for creating rich list items, cards, and data displays. Built with a slot-based architecture allowing flexible combinations of media, content, actions, headers, and footers. Supports rendering as any HTML element via the asChild prop for semantic flexibility (e.g., links, buttons).",
|
|
1535
|
+
"file": "item.llm.md",
|
|
1536
|
+
"type": "component",
|
|
1537
|
+
"keywords": [
|
|
1538
|
+
"component",
|
|
1539
|
+
"item"
|
|
1540
|
+
]
|
|
1541
|
+
},
|
|
1542
|
+
"ItemMedia": {
|
|
1543
|
+
"description": "ItemMedia - Media container for icons, images, or avatars Flexible media slot that appears at the start of an item. Supports three display modes: transparent (default), bordered icon container, or image container with object-fit styling. Automatically adjusts alignment when descriptions are present.",
|
|
1544
|
+
"file": "item-media.llm.md",
|
|
1545
|
+
"type": "component",
|
|
1546
|
+
"keywords": [
|
|
1547
|
+
"component",
|
|
1548
|
+
"item media",
|
|
1549
|
+
"itemmedia"
|
|
1550
|
+
]
|
|
1551
|
+
},
|
|
1552
|
+
"ItemContent": {
|
|
1553
|
+
"description": "ItemContent - Main content container for item text Flexible container that holds ItemTitle, ItemDescription, ItemHeader, and ItemFooter. Automatically grows to fill available space (flex-1) and provides consistent gap spacing (gap-1) between children. Multiple ItemContent containers can be used, with subsequent ones not growing (flex-none).",
|
|
1554
|
+
"file": "item-content.llm.md",
|
|
1555
|
+
"type": "component",
|
|
1556
|
+
"keywords": [
|
|
1557
|
+
"component",
|
|
1558
|
+
"item content",
|
|
1559
|
+
"itemcontent"
|
|
1560
|
+
]
|
|
1561
|
+
},
|
|
1562
|
+
"ItemActions": {
|
|
1563
|
+
"description": "ItemActions - Container for action buttons and icons Positioned at the end of an item for displaying interactive elements like buttons, icons, or dropdown triggers. Flexbox layout with consistent gap spacing ensures proper alignment of multiple actions.",
|
|
1564
|
+
"file": "item-actions.llm.md",
|
|
1565
|
+
"type": "component",
|
|
1566
|
+
"keywords": [
|
|
1567
|
+
"component",
|
|
1568
|
+
"item actions",
|
|
1569
|
+
"itemactions"
|
|
1570
|
+
]
|
|
1571
|
+
},
|
|
1572
|
+
"ItemGroup": {
|
|
1573
|
+
"description": "ItemGroup - Container for grouping multiple Item components Provides a semantic list container for organizing related items with consistent spacing and layout. Automatically applies role=\"list\" for proper ARIA semantics. Use with ItemSeparator to visually separate items within the group.",
|
|
1574
|
+
"file": "item-group.llm.md",
|
|
1575
|
+
"type": "component",
|
|
1576
|
+
"keywords": [
|
|
1577
|
+
"component",
|
|
1578
|
+
"item group",
|
|
1579
|
+
"itemgroup"
|
|
1580
|
+
]
|
|
1581
|
+
},
|
|
1582
|
+
"ItemSeparator": {
|
|
1583
|
+
"description": "ItemSeparator - Horizontal divider for separating items Provides a visual separator between items in an ItemGroup. Built on the Separator component with optimized spacing (my-0) to work seamlessly with item layouts. Always renders horizontally for consistent item list styling.",
|
|
1584
|
+
"file": "item-separator.llm.md",
|
|
1585
|
+
"type": "component",
|
|
1586
|
+
"keywords": [
|
|
1587
|
+
"component",
|
|
1588
|
+
"item separator",
|
|
1589
|
+
"itemseparator"
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
"ItemTitle": {
|
|
1593
|
+
"description": "ItemTitle - Title text for an item Displays the primary title or heading text for an item. Uses medium font weight and tight line spacing for a prominent yet compact appearance. Inline-flex layout allows badges or icons to be positioned next to the title.",
|
|
1594
|
+
"file": "item-title.llm.md",
|
|
1595
|
+
"type": "component",
|
|
1596
|
+
"keywords": [
|
|
1597
|
+
"component",
|
|
1598
|
+
"item title",
|
|
1599
|
+
"itemtitle"
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
"ItemDescription": {
|
|
1603
|
+
"description": "ItemDescription - Secondary descriptive text Displays supplementary information below the item title. Automatically limits to 2 lines with text-balance for optimal wrapping. Includes special styling for inline links with hover states. Text color is muted for visual hierarchy.",
|
|
1604
|
+
"file": "item-description.llm.md",
|
|
1605
|
+
"type": "component",
|
|
1606
|
+
"keywords": [
|
|
1607
|
+
"component",
|
|
1608
|
+
"format",
|
|
1609
|
+
"item description",
|
|
1610
|
+
"itemdescription"
|
|
1611
|
+
]
|
|
1612
|
+
},
|
|
1613
|
+
"ItemHeader": {
|
|
1614
|
+
"description": "ItemHeader - Layout container for title and metadata Creates a horizontal layout spanning the full width of ItemContent, positioning content at the start and end (justify-between). Perfect for pairing ItemTitle with badges, timestamps, or other metadata that should appear on the same line.",
|
|
1615
|
+
"file": "item-header.llm.md",
|
|
1616
|
+
"type": "component",
|
|
1617
|
+
"keywords": [
|
|
1618
|
+
"component",
|
|
1619
|
+
"item header",
|
|
1620
|
+
"itemheader"
|
|
1621
|
+
]
|
|
1622
|
+
},
|
|
1623
|
+
"ItemFooter": {
|
|
1624
|
+
"description": "ItemFooter - Layout container for bottom metadata Creates a horizontal layout at the bottom of ItemContent, spanning full width with space-between distribution. Use for timestamps, file sizes, counts, or other supplementary information that should appear below the main content.",
|
|
1625
|
+
"file": "item-footer.llm.md",
|
|
1626
|
+
"type": "component",
|
|
1627
|
+
"keywords": [
|
|
1628
|
+
"component",
|
|
1629
|
+
"format",
|
|
1630
|
+
"item footer",
|
|
1631
|
+
"itemfooter"
|
|
1632
|
+
]
|
|
1633
|
+
},
|
|
1634
|
+
"Kbd": {
|
|
1635
|
+
"description": "Kbd - Display keyboard input and shortcuts A semantic component for representing keyboard keys, shortcuts, and input in documentation, tutorials, and UI instructions. Uses the HTML kbd element with consistent styling for monospace text, subtle background, and appropriate sizing. Supports icons, text, and modifier keys like Cmd, Shift, Ctrl, and Alt.",
|
|
1636
|
+
"file": "kbd.llm.md",
|
|
1637
|
+
"type": "component",
|
|
1638
|
+
"keywords": [
|
|
1639
|
+
"component",
|
|
1640
|
+
"kbd"
|
|
1641
|
+
]
|
|
1642
|
+
},
|
|
1643
|
+
"KbdGroup": {
|
|
1644
|
+
"description": "KbdGroup - Group multiple keyboard keys together A container component for grouping multiple Kbd components to represent complex keyboard shortcuts or key combinations. Automatically handles spacing between individual keys and provides semantic grouping. Useful for displaying shortcuts like \"Ctrl+Shift+P\" or \"Cmd+K\".",
|
|
1645
|
+
"file": "kbd-group.llm.md",
|
|
1646
|
+
"type": "component",
|
|
1647
|
+
"keywords": [
|
|
1648
|
+
"component",
|
|
1649
|
+
"kbd group",
|
|
1650
|
+
"kbdgroup"
|
|
1651
|
+
]
|
|
1652
|
+
},
|
|
1278
1653
|
"Label": {
|
|
1279
1654
|
"description": "Label component for form controls with full accessibility support A fundamental form component that provides accessible text labels for form controls. Built on Radix UI Label primitive, it automatically associates with form elements and expands their clickable area for improved usability and accessibility. Essential for creating accessible forms that meet WCAG guidelines.",
|
|
1280
1655
|
"file": "label.llm.md",
|
|
@@ -2222,6 +2597,15 @@
|
|
|
2222
2597
|
"toaster"
|
|
2223
2598
|
]
|
|
2224
2599
|
},
|
|
2600
|
+
"Spinner": {
|
|
2601
|
+
"description": "Spinner - Loading indicator with animated rotation A circular loading spinner built on the Lucide React Loader2 icon with smooth rotation animation. Provides visual feedback to users during asynchronous operations such as data fetching, form submissions, or content loading. The spinner is highly customizable through CSS classes and supports all standard SVG props for size, color, and styling.",
|
|
2602
|
+
"file": "spinner.llm.md",
|
|
2603
|
+
"type": "component",
|
|
2604
|
+
"keywords": [
|
|
2605
|
+
"component",
|
|
2606
|
+
"spinner"
|
|
2607
|
+
]
|
|
2608
|
+
},
|
|
2225
2609
|
"Stack": {
|
|
2226
2610
|
"description": "Stack - A flexible layout component for consistent spacing between elements Stack is a fundamental layout primitive that arranges child elements in either vertical or horizontal direction with consistent spacing. Built on flexbox principles, it provides a clean, declarative API for common layout patterns without requiring custom CSS or complex flex configurations. **Core Features:** - Consistent spacing using Tailwind's design system - Flexible direction control (vertical/horizontal) - Zero-config flexbox layouts with predictable behavior - Composable with other UI components and layout utilities - Full accessibility support with semantic HTML structure - TypeScript-first with comprehensive prop validation **Common Use Cases:** - Form layouts with consistent field spacing - Button groups and action bars - Content sections with uniform gaps - Navigation lists and menu structures - Card layouts and dashboard grids - Page sections and content hierarchy - Responsive component layouts **Design System Integration:** Stack integrates seamlessly with design systems by providing consistent spacing that aligns with Tailwind's spacing scale. This ensures visual harmony across your application and reduces the need for custom spacing utilities in most common layout scenarios.",
|
|
2227
2611
|
"file": "stack.llm.md",
|
|
@@ -2478,7 +2862,7 @@
|
|
|
2478
2862
|
]
|
|
2479
2863
|
},
|
|
2480
2864
|
"H1": {
|
|
2481
|
-
"description": "H1 - Primary page heading component The main heading for a page or major section. Uses the \"
|
|
2865
|
+
"description": "H1 - Primary page heading component The main heading for a page or major section. Uses the \"displayTitle\" variant with h1 semantic element. Should be used once per page for proper document outline and SEO.",
|
|
2482
2866
|
"file": "h1.llm.md",
|
|
2483
2867
|
"type": "component",
|
|
2484
2868
|
"keywords": [
|
|
@@ -2487,7 +2871,7 @@
|
|
|
2487
2871
|
]
|
|
2488
2872
|
},
|
|
2489
2873
|
"H2": {
|
|
2490
|
-
"description": "H2 - Secondary section heading component Section headings that divide page content into logical groups. Uses the \"
|
|
2874
|
+
"description": "H2 - Secondary section heading component Section headings that divide page content into logical groups. Uses the \"sectionTitle\" variant with h2 semantic element. Essential for creating proper document hierarchy.",
|
|
2491
2875
|
"file": "h2.llm.md",
|
|
2492
2876
|
"type": "component",
|
|
2493
2877
|
"keywords": [
|
|
@@ -2496,7 +2880,7 @@
|
|
|
2496
2880
|
]
|
|
2497
2881
|
},
|
|
2498
2882
|
"H3": {
|
|
2499
|
-
"description": "H3 - Tertiary subsection heading component Subsection headings for further content division. Uses the \"
|
|
2883
|
+
"description": "H3 - Tertiary subsection heading component Subsection headings for further content division. Uses the \"headline\" variant with h3 semantic element for consistent visual hierarchy.",
|
|
2500
2884
|
"file": "h3.llm.md",
|
|
2501
2885
|
"type": "component",
|
|
2502
2886
|
"keywords": [
|
|
@@ -2505,7 +2889,7 @@
|
|
|
2505
2889
|
]
|
|
2506
2890
|
},
|
|
2507
2891
|
"H4": {
|
|
2508
|
-
"description": "H4 - Minor heading component for detailed sections Minor headings for detailed content organization. Uses \"
|
|
2892
|
+
"description": "H4 - Minor heading component for detailed sections Minor headings for detailed content organization. Uses \"subHeadline\" variant with h4 semantic element for subtle but distinct hierarchy.",
|
|
2509
2893
|
"file": "h4.llm.md",
|
|
2510
2894
|
"type": "component",
|
|
2511
2895
|
"keywords": [
|
|
@@ -2514,7 +2898,7 @@
|
|
|
2514
2898
|
]
|
|
2515
2899
|
},
|
|
2516
2900
|
"H5": {
|
|
2517
|
-
"description": "H5 - Small heading component for micro-sections Small headings for very specific content divisions. Uses \"
|
|
2901
|
+
"description": "H5 - Small heading component for micro-sections Small headings for very specific content divisions. Uses \"eyebrow\" variant with h5 semantic element.",
|
|
2518
2902
|
"file": "h5.llm.md",
|
|
2519
2903
|
"type": "component",
|
|
2520
2904
|
"keywords": [
|
|
@@ -30,12 +30,7 @@ import { Small } from '@neynar/ui';
|
|
|
30
30
|
## Component Props
|
|
31
31
|
|
|
32
32
|
### color
|
|
33
|
-
- **Type**:
|
|
34
|
-
| "muted"
|
|
35
|
-
| "accent"
|
|
36
|
-
| "destructive"
|
|
37
|
-
| "success"
|
|
38
|
-
| "warning"`
|
|
33
|
+
- **Type**: `TypographyColor`
|
|
39
34
|
- **Required**: No
|
|
40
35
|
- **Description**: No description available
|
|
41
36
|
|
|
@@ -31,26 +31,12 @@ import { Span } from '@neynar/ui';
|
|
|
31
31
|
## Component Props
|
|
32
32
|
|
|
33
33
|
### variant
|
|
34
|
-
- **Type**:
|
|
35
|
-
| "subheading"
|
|
36
|
-
| "body"
|
|
37
|
-
| "bodyEmphasized"
|
|
38
|
-
| "details"
|
|
39
|
-
| "field"
|
|
40
|
-
| "code"
|
|
41
|
-
| "microcopy"
|
|
42
|
-
| "tableCell"
|
|
43
|
-
| "tableHeader"`
|
|
34
|
+
- **Type**: `TypographyVariant`
|
|
44
35
|
- **Required**: No
|
|
45
36
|
- **Description**: No description available
|
|
46
37
|
|
|
47
38
|
### color
|
|
48
|
-
- **Type**:
|
|
49
|
-
| "muted"
|
|
50
|
-
| "accent"
|
|
51
|
-
| "destructive"
|
|
52
|
-
| "success"
|
|
53
|
-
| "warning"`
|
|
39
|
+
- **Type**: `TypographyColor`
|
|
54
40
|
- **Required**: No
|
|
55
41
|
- **Description**: No description available
|
|
56
42
|
|