@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.
Files changed (547) hide show
  1. package/{llm-docs → .llm}/a.llm.md +2 -16
  2. package/{llm-docs → .llm}/badge.llm.md +16 -21
  3. package/{llm-docs → .llm}/blockquote.llm.md +1 -6
  4. package/.llm/button-group-separator.llm.md +53 -0
  5. package/.llm/button-group-text.llm.md +56 -0
  6. package/.llm/button-group.llm.md +81 -0
  7. package/{llm-docs → .llm}/button.llm.md +1 -1
  8. package/{llm-docs → .llm}/code.llm.md +1 -6
  9. package/.llm/empty-content.llm.md +103 -0
  10. package/.llm/empty-description.llm.md +70 -0
  11. package/.llm/empty-header.llm.md +64 -0
  12. package/.llm/empty-media.llm.md +81 -0
  13. package/.llm/empty-title.llm.md +54 -0
  14. package/.llm/empty.llm.md +158 -0
  15. package/.llm/field-content.llm.md +28 -0
  16. package/.llm/field-description.llm.md +28 -0
  17. package/.llm/field-error.llm.md +41 -0
  18. package/.llm/field-group.llm.md +84 -0
  19. package/.llm/field-label.llm.md +28 -0
  20. package/.llm/field-legend.llm.md +77 -0
  21. package/.llm/field-separator.llm.md +35 -0
  22. package/.llm/field-set.llm.md +80 -0
  23. package/.llm/field-title.llm.md +28 -0
  24. package/.llm/field.llm.md +35 -0
  25. package/{llm-docs → .llm}/h1.llm.md +2 -7
  26. package/{llm-docs → .llm}/h2.llm.md +2 -7
  27. package/{llm-docs → .llm}/h3.llm.md +2 -7
  28. package/{llm-docs → .llm}/h4.llm.md +2 -7
  29. package/{llm-docs → .llm}/h5.llm.md +2 -7
  30. package/{llm-docs → .llm}/h6.llm.md +1 -6
  31. package/.llm/input-group-addon.llm.md +91 -0
  32. package/.llm/input-group-button.llm.md +120 -0
  33. package/.llm/input-group-input.llm.md +145 -0
  34. package/.llm/input-group-text.llm.md +75 -0
  35. package/.llm/input-group-textarea.llm.md +157 -0
  36. package/.llm/input-group.llm.md +108 -0
  37. package/.llm/item-actions.llm.md +77 -0
  38. package/.llm/item-content.llm.md +73 -0
  39. package/.llm/item-description.llm.md +61 -0
  40. package/.llm/item-footer.llm.md +68 -0
  41. package/.llm/item-group.llm.md +73 -0
  42. package/.llm/item-header.llm.md +66 -0
  43. package/.llm/item-media.llm.md +75 -0
  44. package/.llm/item-separator.llm.md +80 -0
  45. package/.llm/item-title.llm.md +59 -0
  46. package/.llm/item.llm.md +115 -0
  47. package/.llm/kbd-group.llm.md +71 -0
  48. package/.llm/kbd.llm.md +71 -0
  49. package/{llm-docs → .llm}/lead.llm.md +1 -6
  50. package/{llm-docs → .llm}/p.llm.md +1 -6
  51. package/{llm-docs → .llm}/sdk-items-registry.json +390 -6
  52. package/{llm-docs → .llm}/small.llm.md +1 -6
  53. package/{llm-docs → .llm}/span.llm.md +2 -16
  54. package/.llm/spinner.llm.md +182 -0
  55. package/{llm-docs → .llm}/strong.llm.md +1 -6
  56. package/{llm-docs → .llm}/typography.llm.md +2 -16
  57. package/dist/components/ui/button-group.d.ts +448 -0
  58. package/dist/components/ui/button-group.d.ts.map +1 -0
  59. package/dist/components/ui/button.d.ts +1 -1
  60. package/dist/components/ui/button.d.ts.map +1 -1
  61. package/dist/components/ui/empty-state.d.ts +1 -0
  62. package/dist/components/ui/empty-state.d.ts.map +1 -1
  63. package/dist/components/ui/empty.d.ts +630 -0
  64. package/dist/components/ui/empty.d.ts.map +1 -0
  65. package/dist/components/ui/field.d.ts +238 -0
  66. package/dist/components/ui/field.d.ts.map +1 -0
  67. package/dist/components/ui/input-group.d.ts +636 -0
  68. package/dist/components/ui/input-group.d.ts.map +1 -0
  69. package/dist/components/ui/item.d.ts +766 -0
  70. package/dist/components/ui/item.d.ts.map +1 -0
  71. package/dist/components/ui/kbd.d.ts +149 -0
  72. package/dist/components/ui/kbd.d.ts.map +1 -0
  73. package/dist/components/ui/scroll-area.d.ts +5 -5
  74. package/dist/components/ui/scroll-area.d.ts.map +1 -1
  75. package/dist/components/ui/spinner.d.ts +194 -0
  76. package/dist/components/ui/spinner.d.ts.map +1 -0
  77. package/dist/components/ui/stack.d.ts.map +1 -1
  78. package/dist/components/ui/stories/accordion.stories.d.ts +0 -1
  79. package/dist/components/ui/stories/accordion.stories.d.ts.map +1 -1
  80. package/dist/components/ui/stories/alert-dialog.stories.d.ts +0 -1
  81. package/dist/components/ui/stories/alert-dialog.stories.d.ts.map +1 -1
  82. package/dist/components/ui/stories/alert.stories.d.ts +0 -1
  83. package/dist/components/ui/stories/alert.stories.d.ts.map +1 -1
  84. package/dist/components/ui/stories/aspect-ratio.stories.d.ts +0 -1
  85. package/dist/components/ui/stories/aspect-ratio.stories.d.ts.map +1 -1
  86. package/dist/components/ui/stories/avatar.stories.d.ts +0 -1
  87. package/dist/components/ui/stories/avatar.stories.d.ts.map +1 -1
  88. package/dist/components/ui/stories/badge.stories.d.ts +0 -1
  89. package/dist/components/ui/stories/badge.stories.d.ts.map +1 -1
  90. package/dist/components/ui/stories/breadcrumb.stories.d.ts +0 -1
  91. package/dist/components/ui/stories/breadcrumb.stories.d.ts.map +1 -1
  92. package/dist/components/ui/stories/button-group.stories.d.ts +48 -0
  93. package/dist/components/ui/stories/button-group.stories.d.ts.map +1 -0
  94. package/dist/components/ui/stories/button.stories.d.ts +0 -1
  95. package/dist/components/ui/stories/button.stories.d.ts.map +1 -1
  96. package/dist/components/ui/stories/calendar.stories.d.ts +0 -1
  97. package/dist/components/ui/stories/calendar.stories.d.ts.map +1 -1
  98. package/dist/components/ui/stories/card.stories.d.ts +0 -1
  99. package/dist/components/ui/stories/card.stories.d.ts.map +1 -1
  100. package/dist/components/ui/stories/carousel.stories.d.ts +0 -1
  101. package/dist/components/ui/stories/carousel.stories.d.ts.map +1 -1
  102. package/dist/components/ui/stories/chart.stories.d.ts +0 -1
  103. package/dist/components/ui/stories/chart.stories.d.ts.map +1 -1
  104. package/dist/components/ui/stories/checkbox.stories.d.ts +0 -1
  105. package/dist/components/ui/stories/checkbox.stories.d.ts.map +1 -1
  106. package/dist/components/ui/stories/cn.stories.d.ts.map +1 -1
  107. package/dist/components/ui/stories/collapsible.stories.d.ts +0 -1
  108. package/dist/components/ui/stories/collapsible.stories.d.ts.map +1 -1
  109. package/dist/components/ui/stories/colors.stories.d.ts +0 -1
  110. package/dist/components/ui/stories/colors.stories.d.ts.map +1 -1
  111. package/dist/components/ui/stories/combobox.stories.d.ts +0 -1
  112. package/dist/components/ui/stories/combobox.stories.d.ts.map +1 -1
  113. package/dist/components/ui/stories/command.stories.d.ts +0 -1
  114. package/dist/components/ui/stories/command.stories.d.ts.map +1 -1
  115. package/dist/components/ui/stories/container.stories.d.ts +0 -1
  116. package/dist/components/ui/stories/container.stories.d.ts.map +1 -1
  117. package/dist/components/ui/stories/context-menu.stories.d.ts +0 -1
  118. package/dist/components/ui/stories/context-menu.stories.d.ts.map +1 -1
  119. package/dist/components/ui/stories/date-picker.stories.d.ts +0 -1
  120. package/dist/components/ui/stories/date-picker.stories.d.ts.map +1 -1
  121. package/dist/components/ui/stories/dialog.stories.d.ts +0 -1
  122. package/dist/components/ui/stories/dialog.stories.d.ts.map +1 -1
  123. package/dist/components/ui/stories/drawer.stories.d.ts +0 -1
  124. package/dist/components/ui/stories/drawer.stories.d.ts.map +1 -1
  125. package/dist/components/ui/stories/dropdown-menu.stories.d.ts +0 -1
  126. package/dist/components/ui/stories/dropdown-menu.stories.d.ts.map +1 -1
  127. package/dist/components/ui/stories/empty-state.stories.d.ts +0 -1
  128. package/dist/components/ui/stories/empty-state.stories.d.ts.map +1 -1
  129. package/dist/components/ui/stories/empty.stories.d.ts +38 -0
  130. package/dist/components/ui/stories/empty.stories.d.ts.map +1 -0
  131. package/dist/components/ui/stories/field.stories.d.ts +48 -0
  132. package/dist/components/ui/stories/field.stories.d.ts.map +1 -0
  133. package/dist/components/ui/stories/hover-card.stories.d.ts +0 -1
  134. package/dist/components/ui/stories/hover-card.stories.d.ts.map +1 -1
  135. package/dist/components/ui/stories/input-group.stories.d.ts +37 -0
  136. package/dist/components/ui/stories/input-group.stories.d.ts.map +1 -0
  137. package/dist/components/ui/stories/input.stories.d.ts +0 -1
  138. package/dist/components/ui/stories/input.stories.d.ts.map +1 -1
  139. package/dist/components/ui/stories/item.stories.d.ts +61 -0
  140. package/dist/components/ui/stories/item.stories.d.ts.map +1 -0
  141. package/dist/components/ui/stories/kbd.stories.d.ts +37 -0
  142. package/dist/components/ui/stories/kbd.stories.d.ts.map +1 -0
  143. package/dist/components/ui/stories/label.stories.d.ts +0 -1
  144. package/dist/components/ui/stories/label.stories.d.ts.map +1 -1
  145. package/dist/components/ui/stories/menubar.stories.d.ts +0 -1
  146. package/dist/components/ui/stories/menubar.stories.d.ts.map +1 -1
  147. package/dist/components/ui/stories/navigation-menu.stories.d.ts +0 -1
  148. package/dist/components/ui/stories/navigation-menu.stories.d.ts.map +1 -1
  149. package/dist/components/ui/stories/pagination.stories.d.ts +0 -1
  150. package/dist/components/ui/stories/pagination.stories.d.ts.map +1 -1
  151. package/dist/components/ui/stories/popover.stories.d.ts +0 -1
  152. package/dist/components/ui/stories/popover.stories.d.ts.map +1 -1
  153. package/dist/components/ui/stories/progress.stories.d.ts +0 -1
  154. package/dist/components/ui/stories/progress.stories.d.ts.map +1 -1
  155. package/dist/components/ui/stories/radio-group.stories.d.ts +0 -1
  156. package/dist/components/ui/stories/radio-group.stories.d.ts.map +1 -1
  157. package/dist/components/ui/stories/resizable.stories.d.ts +0 -1
  158. package/dist/components/ui/stories/resizable.stories.d.ts.map +1 -1
  159. package/dist/components/ui/stories/scroll-area.stories.d.ts +1 -2
  160. package/dist/components/ui/stories/scroll-area.stories.d.ts.map +1 -1
  161. package/dist/components/ui/stories/select.stories.d.ts +0 -1
  162. package/dist/components/ui/stories/select.stories.d.ts.map +1 -1
  163. package/dist/components/ui/stories/separator.stories.d.ts +0 -1
  164. package/dist/components/ui/stories/separator.stories.d.ts.map +1 -1
  165. package/dist/components/ui/stories/sheet.stories.d.ts +0 -1
  166. package/dist/components/ui/stories/sheet.stories.d.ts.map +1 -1
  167. package/dist/components/ui/stories/sidebar.stories.d.ts +0 -1
  168. package/dist/components/ui/stories/sidebar.stories.d.ts.map +1 -1
  169. package/dist/components/ui/stories/skeleton.stories.d.ts +0 -1
  170. package/dist/components/ui/stories/skeleton.stories.d.ts.map +1 -1
  171. package/dist/components/ui/stories/slider.stories.d.ts +0 -1
  172. package/dist/components/ui/stories/slider.stories.d.ts.map +1 -1
  173. package/dist/components/ui/stories/sonner.stories.d.ts.map +1 -1
  174. package/dist/components/ui/stories/spinner.stories.d.ts +37 -0
  175. package/dist/components/ui/stories/spinner.stories.d.ts.map +1 -0
  176. package/dist/components/ui/stories/stack.stories.d.ts +0 -1
  177. package/dist/components/ui/stories/stack.stories.d.ts.map +1 -1
  178. package/dist/components/ui/stories/switch.stories.d.ts +0 -1
  179. package/dist/components/ui/stories/switch.stories.d.ts.map +1 -1
  180. package/dist/components/ui/stories/table.stories.d.ts +0 -1
  181. package/dist/components/ui/stories/table.stories.d.ts.map +1 -1
  182. package/dist/components/ui/stories/tabs.stories.d.ts +0 -1
  183. package/dist/components/ui/stories/tabs.stories.d.ts.map +1 -1
  184. package/dist/components/ui/stories/text-field.stories.d.ts +0 -1
  185. package/dist/components/ui/stories/text-field.stories.d.ts.map +1 -1
  186. package/dist/components/ui/stories/textarea.stories.d.ts +0 -1
  187. package/dist/components/ui/stories/textarea.stories.d.ts.map +1 -1
  188. package/dist/components/ui/stories/theme-toggle.stories.d.ts +0 -1
  189. package/dist/components/ui/stories/theme-toggle.stories.d.ts.map +1 -1
  190. package/dist/components/ui/stories/theme.stories.d.ts +0 -1
  191. package/dist/components/ui/stories/theme.stories.d.ts.map +1 -1
  192. package/dist/components/ui/stories/toggle-group.stories.d.ts +0 -1
  193. package/dist/components/ui/stories/toggle-group.stories.d.ts.map +1 -1
  194. package/dist/components/ui/stories/toggle.stories.d.ts +0 -1
  195. package/dist/components/ui/stories/toggle.stories.d.ts.map +1 -1
  196. package/dist/components/ui/stories/tooltip.stories.d.ts +0 -1
  197. package/dist/components/ui/stories/tooltip.stories.d.ts.map +1 -1
  198. package/dist/components/ui/stories/typography.stories.d.ts +0 -1
  199. package/dist/components/ui/stories/typography.stories.d.ts.map +1 -1
  200. package/dist/components/ui/stories/use-mobile.stories.d.ts.map +1 -1
  201. package/dist/components/ui/stories/use-theme.stories.d.ts.map +1 -1
  202. package/dist/components/ui/theme-toggle.d.ts +0 -3
  203. package/dist/components/ui/theme-toggle.d.ts.map +1 -1
  204. package/dist/components/ui/theme.d.ts.map +1 -1
  205. package/dist/components/ui/typography.d.ts +12 -11
  206. package/dist/components/ui/typography.d.ts.map +1 -1
  207. package/dist/index.d.ts +7 -0
  208. package/dist/index.d.ts.map +1 -1
  209. package/dist/index.js +4973 -2353
  210. package/dist/index.js.map +1 -1
  211. package/dist/tsconfig.tsbuildinfo +1 -1
  212. package/docs/llm/components/display.md +125 -0
  213. package/docs/llm/components/feedback.md +0 -14
  214. package/docs/llm/components/forms.md +94 -0
  215. package/docs/llm/components/layout.md +169 -0
  216. package/llms.txt +18 -12
  217. package/package.json +7 -6
  218. package/src/components/ui/button-group.tsx +525 -0
  219. package/src/components/ui/button.tsx +9 -12
  220. package/src/components/ui/empty-state.tsx +1 -0
  221. package/src/components/ui/empty.tsx +793 -0
  222. package/src/components/ui/field.tsx +494 -0
  223. package/src/components/ui/input-group.tsx +801 -0
  224. package/src/components/ui/item.tsx +955 -0
  225. package/src/components/ui/kbd.tsx +175 -0
  226. package/src/components/ui/skeleton.tsx +1 -1
  227. package/src/components/ui/spinner.tsx +211 -0
  228. package/src/components/ui/stack.tsx +3 -1
  229. package/src/components/ui/stories/accordion.stories.tsx +0 -1
  230. package/src/components/ui/stories/alert-dialog.stories.tsx +0 -1
  231. package/src/components/ui/stories/alert.stories.tsx +0 -1
  232. package/src/components/ui/stories/aspect-ratio.stories.tsx +0 -1
  233. package/src/components/ui/stories/avatar.stories.tsx +0 -1
  234. package/src/components/ui/stories/badge.stories.tsx +0 -1
  235. package/src/components/ui/stories/breadcrumb.stories.tsx +0 -1
  236. package/src/components/ui/stories/button-group.stories.tsx +300 -0
  237. package/src/components/ui/stories/button.stories.tsx +0 -1
  238. package/src/components/ui/stories/calendar.stories.tsx +0 -1
  239. package/src/components/ui/stories/card.stories.tsx +0 -1
  240. package/src/components/ui/stories/carousel.stories.tsx +0 -1
  241. package/src/components/ui/stories/chart.stories.tsx +0 -1
  242. package/src/components/ui/stories/checkbox.stories.tsx +0 -1
  243. package/src/components/ui/stories/cn.stories.tsx +0 -1
  244. package/src/components/ui/stories/collapsible.stories.tsx +0 -1
  245. package/src/components/ui/stories/colors.stories.tsx +0 -1
  246. package/src/components/ui/stories/combobox.stories.tsx +0 -1
  247. package/src/components/ui/stories/command.stories.tsx +0 -1
  248. package/src/components/ui/stories/container.stories.tsx +0 -1
  249. package/src/components/ui/stories/context-menu.stories.tsx +0 -1
  250. package/src/components/ui/stories/date-picker.stories.tsx +0 -1
  251. package/src/components/ui/stories/dialog.stories.tsx +0 -1
  252. package/src/components/ui/stories/drawer.stories.tsx +0 -1
  253. package/src/components/ui/stories/dropdown-menu.stories.tsx +0 -1
  254. package/src/components/ui/stories/empty-state.stories.tsx +0 -1
  255. package/src/components/ui/stories/empty.stories.tsx +293 -0
  256. package/src/components/ui/stories/field.stories.tsx +470 -0
  257. package/src/components/ui/stories/hover-card.stories.tsx +0 -1
  258. package/src/components/ui/stories/input-group.stories.tsx +444 -0
  259. package/src/components/ui/stories/input.stories.tsx +0 -1
  260. package/src/components/ui/stories/item.stories.tsx +601 -0
  261. package/src/components/ui/stories/kbd.stories.tsx +462 -0
  262. package/src/components/ui/stories/label.stories.tsx +0 -1
  263. package/src/components/ui/stories/menubar.stories.tsx +0 -1
  264. package/src/components/ui/stories/navigation-menu.stories.tsx +0 -1
  265. package/src/components/ui/stories/pagination.stories.tsx +0 -1
  266. package/src/components/ui/stories/popover.stories.tsx +0 -1
  267. package/src/components/ui/stories/progress.stories.tsx +0 -1
  268. package/src/components/ui/stories/radio-group.stories.tsx +0 -1
  269. package/src/components/ui/stories/resizable.stories.tsx +0 -1
  270. package/src/components/ui/stories/scroll-area.stories.tsx +0 -1
  271. package/src/components/ui/stories/select.stories.tsx +0 -1
  272. package/src/components/ui/stories/separator.stories.tsx +0 -1
  273. package/src/components/ui/stories/sheet.stories.tsx +0 -1
  274. package/src/components/ui/stories/sidebar.stories.tsx +0 -1
  275. package/src/components/ui/stories/skeleton.stories.tsx +0 -1
  276. package/src/components/ui/stories/slider.stories.tsx +0 -1
  277. package/src/components/ui/stories/sonner.stories.tsx +0 -1
  278. package/src/components/ui/stories/spinner.stories.tsx +356 -0
  279. package/src/components/ui/stories/stack.stories.tsx +0 -1
  280. package/src/components/ui/stories/switch.stories.tsx +0 -1
  281. package/src/components/ui/stories/table.stories.tsx +0 -1
  282. package/src/components/ui/stories/tabs.stories.tsx +0 -1
  283. package/src/components/ui/stories/text-field.stories.tsx +0 -1
  284. package/src/components/ui/stories/textarea.stories.tsx +0 -1
  285. package/src/components/ui/stories/theme-toggle.stories.tsx +0 -1
  286. package/src/components/ui/stories/theme.stories.tsx +0 -1
  287. package/src/components/ui/stories/toggle-group.stories.tsx +0 -1
  288. package/src/components/ui/stories/toggle.stories.tsx +0 -1
  289. package/src/components/ui/stories/tooltip.stories.tsx +0 -1
  290. package/src/components/ui/stories/typography.stories.tsx +5 -2
  291. package/src/components/ui/stories/use-mobile.stories.tsx +0 -1
  292. package/src/components/ui/stories/use-theme.stories.tsx +0 -1
  293. package/src/components/ui/tabs.tsx +1 -1
  294. package/src/components/ui/theme-toggle.tsx +1 -3
  295. package/src/components/ui/theme.tsx +6 -1
  296. package/src/components/ui/typography.tsx +29 -129
  297. package/src/index.ts +7 -0
  298. package/src/styles/globals.css +82 -94
  299. /package/{llm-docs → .llm}/accordion-content.llm.md +0 -0
  300. /package/{llm-docs → .llm}/accordion-item.llm.md +0 -0
  301. /package/{llm-docs → .llm}/accordion-trigger.llm.md +0 -0
  302. /package/{llm-docs → .llm}/accordion.llm.md +0 -0
  303. /package/{llm-docs → .llm}/alert-description.llm.md +0 -0
  304. /package/{llm-docs → .llm}/alert-dialog-action.llm.md +0 -0
  305. /package/{llm-docs → .llm}/alert-dialog-cancel.llm.md +0 -0
  306. /package/{llm-docs → .llm}/alert-dialog-content.llm.md +0 -0
  307. /package/{llm-docs → .llm}/alert-dialog-description.llm.md +0 -0
  308. /package/{llm-docs → .llm}/alert-dialog-footer.llm.md +0 -0
  309. /package/{llm-docs → .llm}/alert-dialog-header.llm.md +0 -0
  310. /package/{llm-docs → .llm}/alert-dialog-overlay.llm.md +0 -0
  311. /package/{llm-docs → .llm}/alert-dialog-portal.llm.md +0 -0
  312. /package/{llm-docs → .llm}/alert-dialog-title.llm.md +0 -0
  313. /package/{llm-docs → .llm}/alert-dialog-trigger.llm.md +0 -0
  314. /package/{llm-docs → .llm}/alert-dialog.llm.md +0 -0
  315. /package/{llm-docs → .llm}/alert-title.llm.md +0 -0
  316. /package/{llm-docs → .llm}/alert.llm.md +0 -0
  317. /package/{llm-docs → .llm}/aspect-ratio.llm.md +0 -0
  318. /package/{llm-docs → .llm}/avatar-fallback.llm.md +0 -0
  319. /package/{llm-docs → .llm}/avatar-image.llm.md +0 -0
  320. /package/{llm-docs → .llm}/avatar.llm.md +0 -0
  321. /package/{llm-docs → .llm}/breadcrumb-ellipsis.llm.md +0 -0
  322. /package/{llm-docs → .llm}/breadcrumb-item.llm.md +0 -0
  323. /package/{llm-docs → .llm}/breadcrumb-link.llm.md +0 -0
  324. /package/{llm-docs → .llm}/breadcrumb-list.llm.md +0 -0
  325. /package/{llm-docs → .llm}/breadcrumb-page.llm.md +0 -0
  326. /package/{llm-docs → .llm}/breadcrumb-separator.llm.md +0 -0
  327. /package/{llm-docs → .llm}/breadcrumb.llm.md +0 -0
  328. /package/{llm-docs → .llm}/calendar-day-button.llm.md +0 -0
  329. /package/{llm-docs → .llm}/calendar.llm.md +0 -0
  330. /package/{llm-docs → .llm}/card-action.llm.md +0 -0
  331. /package/{llm-docs → .llm}/card-content.llm.md +0 -0
  332. /package/{llm-docs → .llm}/card-description.llm.md +0 -0
  333. /package/{llm-docs → .llm}/card-footer.llm.md +0 -0
  334. /package/{llm-docs → .llm}/card-header.llm.md +0 -0
  335. /package/{llm-docs → .llm}/card-title.llm.md +0 -0
  336. /package/{llm-docs → .llm}/card.llm.md +0 -0
  337. /package/{llm-docs → .llm}/carousel-content.llm.md +0 -0
  338. /package/{llm-docs → .llm}/carousel-item.llm.md +0 -0
  339. /package/{llm-docs → .llm}/carousel-next.llm.md +0 -0
  340. /package/{llm-docs → .llm}/carousel-previous.llm.md +0 -0
  341. /package/{llm-docs → .llm}/carousel.llm.md +0 -0
  342. /package/{llm-docs → .llm}/chart-config.llm.md +0 -0
  343. /package/{llm-docs → .llm}/chart-container.llm.md +0 -0
  344. /package/{llm-docs → .llm}/chart-legend-content.llm.md +0 -0
  345. /package/{llm-docs → .llm}/chart-legend.llm.md +0 -0
  346. /package/{llm-docs → .llm}/chart-style.llm.md +0 -0
  347. /package/{llm-docs → .llm}/chart-tooltip-content.llm.md +0 -0
  348. /package/{llm-docs → .llm}/chart-tooltip.llm.md +0 -0
  349. /package/{llm-docs → .llm}/checkbox.llm.md +0 -0
  350. /package/{llm-docs → .llm}/cn.llm.md +0 -0
  351. /package/{llm-docs → .llm}/collapsible-content.llm.md +0 -0
  352. /package/{llm-docs → .llm}/collapsible-trigger.llm.md +0 -0
  353. /package/{llm-docs → .llm}/collapsible.llm.md +0 -0
  354. /package/{llm-docs → .llm}/combobox-option.llm.md +0 -0
  355. /package/{llm-docs → .llm}/combobox.llm.md +0 -0
  356. /package/{llm-docs → .llm}/command-dialog.llm.md +0 -0
  357. /package/{llm-docs → .llm}/command-empty.llm.md +0 -0
  358. /package/{llm-docs → .llm}/command-group.llm.md +0 -0
  359. /package/{llm-docs → .llm}/command-input.llm.md +0 -0
  360. /package/{llm-docs → .llm}/command-item.llm.md +0 -0
  361. /package/{llm-docs → .llm}/command-list.llm.md +0 -0
  362. /package/{llm-docs → .llm}/command-loading.llm.md +0 -0
  363. /package/{llm-docs → .llm}/command-separator.llm.md +0 -0
  364. /package/{llm-docs → .llm}/command-shortcut.llm.md +0 -0
  365. /package/{llm-docs → .llm}/command.llm.md +0 -0
  366. /package/{llm-docs → .llm}/container.llm.md +0 -0
  367. /package/{llm-docs → .llm}/context-menu-checkbox-item.llm.md +0 -0
  368. /package/{llm-docs → .llm}/context-menu-content.llm.md +0 -0
  369. /package/{llm-docs → .llm}/context-menu-group.llm.md +0 -0
  370. /package/{llm-docs → .llm}/context-menu-item.llm.md +0 -0
  371. /package/{llm-docs → .llm}/context-menu-label.llm.md +0 -0
  372. /package/{llm-docs → .llm}/context-menu-portal.llm.md +0 -0
  373. /package/{llm-docs → .llm}/context-menu-radio-group.llm.md +0 -0
  374. /package/{llm-docs → .llm}/context-menu-radio-item.llm.md +0 -0
  375. /package/{llm-docs → .llm}/context-menu-separator.llm.md +0 -0
  376. /package/{llm-docs → .llm}/context-menu-shortcut.llm.md +0 -0
  377. /package/{llm-docs → .llm}/context-menu-sub-content.llm.md +0 -0
  378. /package/{llm-docs → .llm}/context-menu-sub-trigger.llm.md +0 -0
  379. /package/{llm-docs → .llm}/context-menu-sub.llm.md +0 -0
  380. /package/{llm-docs → .llm}/context-menu-trigger.llm.md +0 -0
  381. /package/{llm-docs → .llm}/context-menu.llm.md +0 -0
  382. /package/{llm-docs → .llm}/date-picker.llm.md +0 -0
  383. /package/{llm-docs → .llm}/dialog-close.llm.md +0 -0
  384. /package/{llm-docs → .llm}/dialog-content.llm.md +0 -0
  385. /package/{llm-docs → .llm}/dialog-description.llm.md +0 -0
  386. /package/{llm-docs → .llm}/dialog-footer.llm.md +0 -0
  387. /package/{llm-docs → .llm}/dialog-header.llm.md +0 -0
  388. /package/{llm-docs → .llm}/dialog-overlay.llm.md +0 -0
  389. /package/{llm-docs → .llm}/dialog-portal.llm.md +0 -0
  390. /package/{llm-docs → .llm}/dialog-title.llm.md +0 -0
  391. /package/{llm-docs → .llm}/dialog-trigger.llm.md +0 -0
  392. /package/{llm-docs → .llm}/dialog.llm.md +0 -0
  393. /package/{llm-docs → .llm}/drawer-close.llm.md +0 -0
  394. /package/{llm-docs → .llm}/drawer-content.llm.md +0 -0
  395. /package/{llm-docs → .llm}/drawer-description.llm.md +0 -0
  396. /package/{llm-docs → .llm}/drawer-footer.llm.md +0 -0
  397. /package/{llm-docs → .llm}/drawer-header.llm.md +0 -0
  398. /package/{llm-docs → .llm}/drawer-overlay.llm.md +0 -0
  399. /package/{llm-docs → .llm}/drawer-portal.llm.md +0 -0
  400. /package/{llm-docs → .llm}/drawer-title.llm.md +0 -0
  401. /package/{llm-docs → .llm}/drawer-trigger.llm.md +0 -0
  402. /package/{llm-docs → .llm}/drawer.llm.md +0 -0
  403. /package/{llm-docs → .llm}/dropdown-menu-checkbox-item.llm.md +0 -0
  404. /package/{llm-docs → .llm}/dropdown-menu-content.llm.md +0 -0
  405. /package/{llm-docs → .llm}/dropdown-menu-group.llm.md +0 -0
  406. /package/{llm-docs → .llm}/dropdown-menu-item.llm.md +0 -0
  407. /package/{llm-docs → .llm}/dropdown-menu-label.llm.md +0 -0
  408. /package/{llm-docs → .llm}/dropdown-menu-portal.llm.md +0 -0
  409. /package/{llm-docs → .llm}/dropdown-menu-radio-group.llm.md +0 -0
  410. /package/{llm-docs → .llm}/dropdown-menu-radio-item.llm.md +0 -0
  411. /package/{llm-docs → .llm}/dropdown-menu-separator.llm.md +0 -0
  412. /package/{llm-docs → .llm}/dropdown-menu-shortcut.llm.md +0 -0
  413. /package/{llm-docs → .llm}/dropdown-menu-sub-content.llm.md +0 -0
  414. /package/{llm-docs → .llm}/dropdown-menu-sub-trigger.llm.md +0 -0
  415. /package/{llm-docs → .llm}/dropdown-menu-sub.llm.md +0 -0
  416. /package/{llm-docs → .llm}/dropdown-menu-trigger.llm.md +0 -0
  417. /package/{llm-docs → .llm}/dropdown-menu.llm.md +0 -0
  418. /package/{llm-docs → .llm}/empty-state.llm.md +0 -0
  419. /package/{llm-docs → .llm}/hover-card-content.llm.md +0 -0
  420. /package/{llm-docs → .llm}/hover-card-trigger.llm.md +0 -0
  421. /package/{llm-docs → .llm}/hover-card.llm.md +0 -0
  422. /package/{llm-docs → .llm}/input.llm.md +0 -0
  423. /package/{llm-docs → .llm}/label.llm.md +0 -0
  424. /package/{llm-docs → .llm}/menubar-checkbox-item.llm.md +0 -0
  425. /package/{llm-docs → .llm}/menubar-content.llm.md +0 -0
  426. /package/{llm-docs → .llm}/menubar-group.llm.md +0 -0
  427. /package/{llm-docs → .llm}/menubar-item.llm.md +0 -0
  428. /package/{llm-docs → .llm}/menubar-label.llm.md +0 -0
  429. /package/{llm-docs → .llm}/menubar-menu.llm.md +0 -0
  430. /package/{llm-docs → .llm}/menubar-portal.llm.md +0 -0
  431. /package/{llm-docs → .llm}/menubar-radio-group.llm.md +0 -0
  432. /package/{llm-docs → .llm}/menubar-radio-item.llm.md +0 -0
  433. /package/{llm-docs → .llm}/menubar-separator.llm.md +0 -0
  434. /package/{llm-docs → .llm}/menubar-shortcut.llm.md +0 -0
  435. /package/{llm-docs → .llm}/menubar-sub-content.llm.md +0 -0
  436. /package/{llm-docs → .llm}/menubar-sub-trigger.llm.md +0 -0
  437. /package/{llm-docs → .llm}/menubar-sub.llm.md +0 -0
  438. /package/{llm-docs → .llm}/menubar-trigger.llm.md +0 -0
  439. /package/{llm-docs → .llm}/menubar.llm.md +0 -0
  440. /package/{llm-docs → .llm}/navigation-menu-content.llm.md +0 -0
  441. /package/{llm-docs → .llm}/navigation-menu-indicator.llm.md +0 -0
  442. /package/{llm-docs → .llm}/navigation-menu-item.llm.md +0 -0
  443. /package/{llm-docs → .llm}/navigation-menu-link.llm.md +0 -0
  444. /package/{llm-docs → .llm}/navigation-menu-list.llm.md +0 -0
  445. /package/{llm-docs → .llm}/navigation-menu-trigger-style.llm.md +0 -0
  446. /package/{llm-docs → .llm}/navigation-menu-trigger.llm.md +0 -0
  447. /package/{llm-docs → .llm}/navigation-menu-viewport.llm.md +0 -0
  448. /package/{llm-docs → .llm}/navigation-menu.llm.md +0 -0
  449. /package/{llm-docs → .llm}/pagination-content.llm.md +0 -0
  450. /package/{llm-docs → .llm}/pagination-ellipsis.llm.md +0 -0
  451. /package/{llm-docs → .llm}/pagination-item.llm.md +0 -0
  452. /package/{llm-docs → .llm}/pagination-link.llm.md +0 -0
  453. /package/{llm-docs → .llm}/pagination-next.llm.md +0 -0
  454. /package/{llm-docs → .llm}/pagination-previous.llm.md +0 -0
  455. /package/{llm-docs → .llm}/pagination.llm.md +0 -0
  456. /package/{llm-docs → .llm}/popover-anchor.llm.md +0 -0
  457. /package/{llm-docs → .llm}/popover-content.llm.md +0 -0
  458. /package/{llm-docs → .llm}/popover-trigger.llm.md +0 -0
  459. /package/{llm-docs → .llm}/popover.llm.md +0 -0
  460. /package/{llm-docs → .llm}/progress.llm.md +0 -0
  461. /package/{llm-docs → .llm}/radio-group-indicator.llm.md +0 -0
  462. /package/{llm-docs → .llm}/radio-group-item.llm.md +0 -0
  463. /package/{llm-docs → .llm}/radio-group.llm.md +0 -0
  464. /package/{llm-docs → .llm}/resizable-handle.llm.md +0 -0
  465. /package/{llm-docs → .llm}/resizable-panel-group.llm.md +0 -0
  466. /package/{llm-docs → .llm}/resizable-panel.llm.md +0 -0
  467. /package/{llm-docs → .llm}/scroll-area-corner.llm.md +0 -0
  468. /package/{llm-docs → .llm}/scroll-area-thumb.llm.md +0 -0
  469. /package/{llm-docs → .llm}/scroll-area-viewport.llm.md +0 -0
  470. /package/{llm-docs → .llm}/scroll-area.llm.md +0 -0
  471. /package/{llm-docs → .llm}/scroll-bar.llm.md +0 -0
  472. /package/{llm-docs → .llm}/select-content.llm.md +0 -0
  473. /package/{llm-docs → .llm}/select-group.llm.md +0 -0
  474. /package/{llm-docs → .llm}/select-item.llm.md +0 -0
  475. /package/{llm-docs → .llm}/select-label.llm.md +0 -0
  476. /package/{llm-docs → .llm}/select-scroll-down-button.llm.md +0 -0
  477. /package/{llm-docs → .llm}/select-scroll-up-button.llm.md +0 -0
  478. /package/{llm-docs → .llm}/select-separator.llm.md +0 -0
  479. /package/{llm-docs → .llm}/select-trigger.llm.md +0 -0
  480. /package/{llm-docs → .llm}/select-value.llm.md +0 -0
  481. /package/{llm-docs → .llm}/select.llm.md +0 -0
  482. /package/{llm-docs → .llm}/separator.llm.md +0 -0
  483. /package/{llm-docs → .llm}/sheet-close.llm.md +0 -0
  484. /package/{llm-docs → .llm}/sheet-content.llm.md +0 -0
  485. /package/{llm-docs → .llm}/sheet-description.llm.md +0 -0
  486. /package/{llm-docs → .llm}/sheet-footer.llm.md +0 -0
  487. /package/{llm-docs → .llm}/sheet-header.llm.md +0 -0
  488. /package/{llm-docs → .llm}/sheet-title.llm.md +0 -0
  489. /package/{llm-docs → .llm}/sheet-trigger.llm.md +0 -0
  490. /package/{llm-docs → .llm}/sheet.llm.md +0 -0
  491. /package/{llm-docs → .llm}/sidebar-content.llm.md +0 -0
  492. /package/{llm-docs → .llm}/sidebar-footer.llm.md +0 -0
  493. /package/{llm-docs → .llm}/sidebar-group-action.llm.md +0 -0
  494. /package/{llm-docs → .llm}/sidebar-group-content.llm.md +0 -0
  495. /package/{llm-docs → .llm}/sidebar-group-label.llm.md +0 -0
  496. /package/{llm-docs → .llm}/sidebar-group.llm.md +0 -0
  497. /package/{llm-docs → .llm}/sidebar-header.llm.md +0 -0
  498. /package/{llm-docs → .llm}/sidebar-input.llm.md +0 -0
  499. /package/{llm-docs → .llm}/sidebar-inset.llm.md +0 -0
  500. /package/{llm-docs → .llm}/sidebar-menu-action.llm.md +0 -0
  501. /package/{llm-docs → .llm}/sidebar-menu-badge.llm.md +0 -0
  502. /package/{llm-docs → .llm}/sidebar-menu-button.llm.md +0 -0
  503. /package/{llm-docs → .llm}/sidebar-menu-item.llm.md +0 -0
  504. /package/{llm-docs → .llm}/sidebar-menu-skeleton.llm.md +0 -0
  505. /package/{llm-docs → .llm}/sidebar-menu-sub-button.llm.md +0 -0
  506. /package/{llm-docs → .llm}/sidebar-menu-sub-item.llm.md +0 -0
  507. /package/{llm-docs → .llm}/sidebar-menu-sub.llm.md +0 -0
  508. /package/{llm-docs → .llm}/sidebar-menu.llm.md +0 -0
  509. /package/{llm-docs → .llm}/sidebar-provider.llm.md +0 -0
  510. /package/{llm-docs → .llm}/sidebar-rail.llm.md +0 -0
  511. /package/{llm-docs → .llm}/sidebar-separator.llm.md +0 -0
  512. /package/{llm-docs → .llm}/sidebar-trigger.llm.md +0 -0
  513. /package/{llm-docs → .llm}/sidebar.llm.md +0 -0
  514. /package/{llm-docs → .llm}/skeleton.llm.md +0 -0
  515. /package/{llm-docs → .llm}/slider.llm.md +0 -0
  516. /package/{llm-docs → .llm}/stack.llm.md +0 -0
  517. /package/{llm-docs → .llm}/switch.llm.md +0 -0
  518. /package/{llm-docs → .llm}/table-body.llm.md +0 -0
  519. /package/{llm-docs → .llm}/table-caption.llm.md +0 -0
  520. /package/{llm-docs → .llm}/table-cell.llm.md +0 -0
  521. /package/{llm-docs → .llm}/table-footer.llm.md +0 -0
  522. /package/{llm-docs → .llm}/table-head.llm.md +0 -0
  523. /package/{llm-docs → .llm}/table-header.llm.md +0 -0
  524. /package/{llm-docs → .llm}/table-row.llm.md +0 -0
  525. /package/{llm-docs → .llm}/table.llm.md +0 -0
  526. /package/{llm-docs → .llm}/tabs-content.llm.md +0 -0
  527. /package/{llm-docs → .llm}/tabs-list.llm.md +0 -0
  528. /package/{llm-docs → .llm}/tabs-trigger.llm.md +0 -0
  529. /package/{llm-docs → .llm}/tabs.llm.md +0 -0
  530. /package/{llm-docs → .llm}/text-field.llm.md +0 -0
  531. /package/{llm-docs → .llm}/textarea.llm.md +0 -0
  532. /package/{llm-docs → .llm}/theme-preference.llm.md +0 -0
  533. /package/{llm-docs → .llm}/theme-toggle.llm.md +0 -0
  534. /package/{llm-docs → .llm}/theme.llm.md +0 -0
  535. /package/{llm-docs → .llm}/toast.llm.md +0 -0
  536. /package/{llm-docs → .llm}/toaster.llm.md +0 -0
  537. /package/{llm-docs → .llm}/toggle-group-item.llm.md +0 -0
  538. /package/{llm-docs → .llm}/toggle-group.llm.md +0 -0
  539. /package/{llm-docs → .llm}/toggle.llm.md +0 -0
  540. /package/{llm-docs → .llm}/tooltip-content.llm.md +0 -0
  541. /package/{llm-docs → .llm}/tooltip-provider.llm.md +0 -0
  542. /package/{llm-docs → .llm}/tooltip-trigger.llm.md +0 -0
  543. /package/{llm-docs → .llm}/tooltip.llm.md +0 -0
  544. /package/{llm-docs → .llm}/use-carousel.llm.md +0 -0
  545. /package/{llm-docs → .llm}/use-command-state.llm.md +0 -0
  546. /package/{llm-docs → .llm}/use-is-mobile.llm.md +0 -0
  547. /package/{llm-docs → .llm}/use-sidebar.llm.md +0 -0
@@ -11,18 +11,19 @@ import { cn } from "@/lib/utils";
11
11
  * Uses Tailwind CSS 4 with custom CSS properties for theming.
12
12
  * Provides consistent text styling across the entire application.
13
13
  *
14
- * @variant microcopy - Very small text for fine print, timestamps, and metadata (text-microcopy, leading-tight)
15
- * @variant detail - Smaller text for details, captions, and descriptions (text-xs, leading-normal)
16
- * @variant body - Standard body text for readable content (text-sm, leading-snug)
14
+ * @variant microcopy - Very small text for fine print, timestamps, and metadata (text-xs)
15
+ * @variant detail - Smaller text for details, captions, and descriptions (text-sm)
16
+ * @variant body - Standard body text for readable content (text-base, leading-snug)
17
17
  * @variant blogBody - Body text for blog posts and long form content (text-lg, leading-loose)
18
18
  * @variant paragraphLead - Paragraph lead text for blog posts and long form content (text-lg)
19
19
  * @variant eyebrow - Eyebrow text for blog posts and long form content (text-xl)
20
- * @variant subHeadline - Secondary headings for subsections (text-base, font-medium, leading-relaxed)
21
- * @variant headline - Primary headings for page/section titles (text-lg, font-semibold, leading-tight)
22
- * @variant sectionTitle - Section titles (text-2xl, leading-relaxed)
23
- * @variant pageTitle - Page titles (text-3xl, leading-relaxed)
24
- * @variant displayTitle - Display titles (text-4xl, leading-snug)
25
- * @variant heroTitle - Hero titles (text-5xl, leading-snug)
20
+ * @variant subHeadline - Secondary headings for subsections (text-2xl)
21
+ * @variant headline - Primary headings for page/section titles (text-3xl)
22
+ * @variant sectionTitle - Section titles (text-4xl, leading-relaxed)
23
+ * @variant pageTitle - Page titles (text-5xl, leading-relaxed)
24
+ * @variant displayTitle - Display titles (text-6xl, leading-snug)
25
+ * @variant heroTitle - Hero titles (text-7xl, leading-snug)
26
+ * @variant code - Monospace font for inline code, terminal commands, and technical references (text-base, font-mono)
26
27
  *
27
28
  * @see {@link https://cva.style/docs} CVA documentation for variant patterns
28
29
  * @see {@link https://ui.shadcn.com/docs/components/typography} Typography component inspiration
@@ -50,6 +51,7 @@ const typographyVariants = cva("", {
50
51
  *
51
52
  * @variant default - Default text color that adapts to light/dark theme (text-foreground)
52
53
  * @variant muted - Subdued text color for secondary information and descriptions (text-muted-foreground)
54
+ * @variant faint - Very subtle text color for minimal visual prominence (text-neynar-faint-foreground)
53
55
  * @variant accent - Accent color for emphasis, highlights, and interactive elements (text-accent-foreground)
54
56
  * @variant destructive - Red color for error messages, warnings, and destructive actions (text-destructive)
55
57
  * @variant success - Green color for success messages, confirmations, and positive states (text-success)
@@ -58,6 +60,7 @@ const typographyVariants = cva("", {
58
60
  color: {
59
61
  default: "text-foreground",
60
62
  muted: "text-muted-foreground",
63
+ faint: "text-neynar-faint-foreground",
61
64
  accent: "text-accent-foreground",
62
65
  destructive: "text-destructive",
63
66
  success: "text-success",
@@ -129,6 +132,7 @@ type TypographyVariant =
129
132
  type TypographyColor =
130
133
  | "default"
131
134
  | "muted"
135
+ | "faint"
132
136
  | "accent"
133
137
  | "destructive"
134
138
  | "success"
@@ -347,13 +351,7 @@ function Typography({
347
351
  // eslint-disable-next-line unused-imports/no-unused-vars
348
352
  type H1DocsProps = {
349
353
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
350
- color?:
351
- | "default"
352
- | "muted"
353
- | "accent"
354
- | "destructive"
355
- | "success"
356
- | "warning";
354
+ color?: TypographyColor;
357
355
  /** Text alignment within the container @default "left" */
358
356
  align?: "left" | "center" | "right" | "justify";
359
357
  /** Text transformation for stylistic effects */
@@ -419,13 +417,7 @@ function H1({ variant = "displayTitle", weight = "bold", ...props }: H1Props) {
419
417
  // eslint-disable-next-line unused-imports/no-unused-vars
420
418
  type H2DocsProps = {
421
419
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
422
- color?:
423
- | "default"
424
- | "muted"
425
- | "accent"
426
- | "destructive"
427
- | "success"
428
- | "warning";
420
+ color?: TypographyColor;
429
421
  /** Text alignment within the container @default "left" */
430
422
  align?: "left" | "center" | "right" | "justify";
431
423
  /** Text transformation for stylistic effects */
@@ -491,13 +483,7 @@ function H2({ variant = "sectionTitle", weight = "bold", ...props }: H2Props) {
491
483
  // eslint-disable-next-line unused-imports/no-unused-vars
492
484
  type H3DocsProps = {
493
485
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
494
- color?:
495
- | "default"
496
- | "muted"
497
- | "accent"
498
- | "destructive"
499
- | "success"
500
- | "warning";
486
+ color?: TypographyColor;
501
487
  /** Text alignment within the container @default "left" */
502
488
  align?: "left" | "center" | "right" | "justify";
503
489
  /** Text transformation for stylistic effects */
@@ -557,13 +543,7 @@ function H3({ variant = "headline", weight = "bold", ...props }: H3Props) {
557
543
  // eslint-disable-next-line unused-imports/no-unused-vars
558
544
  type H4DocsProps = {
559
545
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
560
- color?:
561
- | "default"
562
- | "muted"
563
- | "accent"
564
- | "destructive"
565
- | "success"
566
- | "warning";
546
+ color?: TypographyColor;
567
547
  /** Text alignment within the container @default "left" */
568
548
  align?: "left" | "center" | "right" | "justify";
569
549
  /** Text transformation for stylistic effects */
@@ -620,13 +600,7 @@ function H4({ variant = "subHeadline", weight = "bold", ...props }: H4Props) {
620
600
  // eslint-disable-next-line unused-imports/no-unused-vars
621
601
  type H5DocsProps = {
622
602
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
623
- color?:
624
- | "default"
625
- | "muted"
626
- | "accent"
627
- | "destructive"
628
- | "success"
629
- | "warning";
603
+ color?: TypographyColor;
630
604
  /** Text alignment within the container @default "left" */
631
605
  align?: "left" | "center" | "right" | "justify";
632
606
  /** Text transformation for stylistic effects */
@@ -678,13 +652,7 @@ function H5({ variant = "eyebrow", weight = "bold", ...props }: H5Props) {
678
652
  // eslint-disable-next-line unused-imports/no-unused-vars
679
653
  type H6DocsProps = {
680
654
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
681
- color?:
682
- | "default"
683
- | "muted"
684
- | "accent"
685
- | "destructive"
686
- | "success"
687
- | "warning";
655
+ color?: TypographyColor;
688
656
  /** Text alignment within the container @default "left" */
689
657
  align?: "left" | "center" | "right" | "justify";
690
658
  /** Text transformation for stylistic effects */
@@ -736,13 +704,7 @@ function H6({ variant = "body", weight = "bold", ...props }: H6Props) {
736
704
  // eslint-disable-next-line unused-imports/no-unused-vars
737
705
  type PDocsProps = {
738
706
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
739
- color?:
740
- | "default"
741
- | "muted"
742
- | "accent"
743
- | "destructive"
744
- | "success"
745
- | "warning";
707
+ color?: TypographyColor;
746
708
  /** Text alignment within the container @default "left" */
747
709
  align?: "left" | "center" | "right" | "justify";
748
710
  /** Text transformation for stylistic effects */
@@ -809,25 +771,9 @@ function P(props: PProps) {
809
771
  // eslint-disable-next-line unused-imports/no-unused-vars
810
772
  type SpanDocsProps = {
811
773
  /** Typography variant that determines text size, weight, and line height @default "body" */
812
- variant?:
813
- | "heading"
814
- | "subheading"
815
- | "body"
816
- | "bodyEmphasized"
817
- | "details"
818
- | "field"
819
- | "code"
820
- | "microcopy"
821
- | "tableCell"
822
- | "tableHeader";
774
+ variant?: TypographyVariant;
823
775
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
824
- color?:
825
- | "default"
826
- | "muted"
827
- | "accent"
828
- | "destructive"
829
- | "success"
830
- | "warning";
776
+ color?: TypographyColor;
831
777
  /** Text alignment within the container @default "left" */
832
778
  align?: "left" | "center" | "right" | "justify";
833
779
  /** Text transformation for stylistic effects */
@@ -893,13 +839,7 @@ function Span(props: SpanProps) {
893
839
  // eslint-disable-next-line unused-imports/no-unused-vars
894
840
  type CodeDocsProps = {
895
841
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
896
- color?:
897
- | "default"
898
- | "muted"
899
- | "accent"
900
- | "destructive"
901
- | "success"
902
- | "warning";
842
+ color?: TypographyColor;
903
843
  /** Text alignment within the container @default "left" */
904
844
  align?: "left" | "center" | "right" | "justify";
905
845
  /** Text transformation for stylistic effects */
@@ -967,13 +907,7 @@ function Code(props: CodeProps) {
967
907
  // eslint-disable-next-line unused-imports/no-unused-vars
968
908
  type SmallDocsProps = {
969
909
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
970
- color?:
971
- | "default"
972
- | "muted"
973
- | "accent"
974
- | "destructive"
975
- | "success"
976
- | "warning";
910
+ color?: TypographyColor;
977
911
  /** Text alignment within the container @default "left" */
978
912
  align?: "left" | "center" | "right" | "justify";
979
913
  /** Text transformation for stylistic effects */
@@ -1039,13 +973,7 @@ function Small({ variant = "detail", ...props }: SmallProps) {
1039
973
  // eslint-disable-next-line unused-imports/no-unused-vars
1040
974
  type StrongDocsProps = {
1041
975
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
1042
- color?:
1043
- | "default"
1044
- | "muted"
1045
- | "accent"
1046
- | "destructive"
1047
- | "success"
1048
- | "warning";
976
+ color?: TypographyColor;
1049
977
  /** Text alignment within the container @default "left" */
1050
978
  align?: "left" | "center" | "right" | "justify";
1051
979
  /** Text transformation for stylistic effects */
@@ -1111,13 +1039,7 @@ function Strong(props: StrongProps) {
1111
1039
  // eslint-disable-next-line unused-imports/no-unused-vars
1112
1040
  type LeadDocsProps = {
1113
1041
  /** Color variant for semantic meaning and visual hierarchy @default "muted" */
1114
- color?:
1115
- | "default"
1116
- | "muted"
1117
- | "accent"
1118
- | "destructive"
1119
- | "success"
1120
- | "warning";
1042
+ color?: TypographyColor;
1121
1043
  /** Text alignment within the container @default "left" */
1122
1044
  align?: "left" | "center" | "right" | "justify";
1123
1045
  /** Text transformation for stylistic effects */
@@ -1189,25 +1111,9 @@ function Lead({
1189
1111
  // eslint-disable-next-line unused-imports/no-unused-vars
1190
1112
  type ADocsProps = {
1191
1113
  /** Typography variant that determines text size, weight, and line height @default "body" */
1192
- variant?:
1193
- | "heading"
1194
- | "subheading"
1195
- | "body"
1196
- | "bodyEmphasized"
1197
- | "details"
1198
- | "field"
1199
- | "code"
1200
- | "microcopy"
1201
- | "tableCell"
1202
- | "tableHeader";
1114
+ variant?: TypographyVariant;
1203
1115
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
1204
- color?:
1205
- | "default"
1206
- | "muted"
1207
- | "accent"
1208
- | "destructive"
1209
- | "success"
1210
- | "warning";
1116
+ color?: TypographyColor;
1211
1117
  /** Text alignment within the container @default "left" */
1212
1118
  align?: "left" | "center" | "right" | "justify";
1213
1119
  /** Text transformation for stylistic effects */
@@ -1302,13 +1208,7 @@ function A({ href, asChild = false, className, ...props }: AProps) {
1302
1208
  // eslint-disable-next-line unused-imports/no-unused-vars
1303
1209
  type BlockquoteDocsProps = {
1304
1210
  /** Color variant for semantic meaning and visual hierarchy @default "default" */
1305
- color?:
1306
- | "default"
1307
- | "muted"
1308
- | "accent"
1309
- | "destructive"
1310
- | "success"
1311
- | "warning";
1211
+ color?: TypographyColor;
1312
1212
  /** Text alignment within the container @default "left" */
1313
1213
  align?: "left" | "center" | "right" | "justify";
1314
1214
  /** Text transformation for stylistic effects */
package/src/index.ts CHANGED
@@ -1,9 +1,12 @@
1
1
  // Form & Input Components
2
2
  export * from "./components/ui/button";
3
+ export * from "./components/ui/button-group";
3
4
  export * from "./components/ui/text-field";
5
+ export * from "./components/ui/field";
4
6
  export * from "./components/ui/select";
5
7
  export * from "./components/ui/combobox";
6
8
  export * from "./components/ui/input";
9
+ export * from "./components/ui/input-group";
7
10
  export * from "./components/ui/textarea";
8
11
  export * from "./components/ui/checkbox";
9
12
  export * from "./components/ui/switch";
@@ -44,6 +47,7 @@ export * from "./components/ui/drawer";
44
47
 
45
48
  // Typography
46
49
  export * from "./components/ui/typography";
50
+ export * from "./components/ui/kbd";
47
51
 
48
52
  // Data Display
49
53
  export * from "./components/ui/table";
@@ -53,6 +57,9 @@ export * from "./components/ui/alert";
53
57
  export * from "./components/ui/progress";
54
58
  export * from "./components/ui/skeleton";
55
59
  export * from "./components/ui/empty-state";
60
+ export * from "./components/ui/empty";
61
+ export * from "./components/ui/item";
62
+ export * from "./components/ui/spinner";
56
63
  export * from "./components/ui/sonner";
57
64
 
58
65
  // Interactive Controls
@@ -6,113 +6,101 @@
6
6
  @custom-variant dark (&:is(.dark *));
7
7
 
8
8
  :root {
9
- --radius: 0.625rem;
9
+ --radius: 0.5rem;
10
10
 
11
11
  /* Neynar Colors */
12
- --neynar-surface-base-background: oklch(from #eeeeee l c h);
12
+ --neynar-surface-base-background: #eeeeee;
13
+ --neynar-faint-foreground: rgb(0, 0, 0, 0.45);
13
14
 
14
15
  /* Map Figma colors to shadcn semantic tokens */
15
- --background: oklch(from #ffffff l c h); /* Surface/Body */
16
- --foreground: oklch(from #000000 l c h); /* Text/Content/Headers */
17
- --card: oklch(from #ffffff l c h); /* Surface/Body */
18
- --card-foreground: oklch(from #000000 l c h); /* Text/Content/Headers */
19
- --popover: oklch(from #ffffff l c h); /* Surface/Body */
20
- --popover-foreground: oklch(from #000000 l c h); /* Text/Content/Headers */
21
- --primary: oklch(from #7f62c6 l c h); /* Farcaster Purple */
22
- --primary-foreground: oklch(from #ffffff l c h); /* Text/UI/White (fixed) */
23
- --secondary: oklch(from #eeeeee l c h); /* Surface/Base */
24
- --secondary-foreground: oklch(from #000000 l c h); /* Text/Content/Headers */
25
- --muted: oklch(from #eeeeee l c h); /* Surface/Base */
26
- --muted-foreground: oklch(from #777777 l c h); /* Text/UI/Default */
27
- --accent: oklch(from #f0ebfa l c h); /* Elevation/Info/Neutral */
28
- --accent-foreground: oklch(from #7360a1 l c h); /* Text/UI/Muted Info */
29
- --destructive: oklch(from #ad1b20 l c h); /* Tables/Method/DEL (text) */
30
- --destructive-foreground: oklch(
31
- from #ffffff l c h
32
- ); /* Text/UI/White (fixed) */
33
- --success: oklch(from #16a34a l c h); /* Success/Green */
34
- --success-foreground: oklch(from #ffffff l c h); /* White text on success */
35
- --warning: oklch(from #f59e0b l c h); /* Warning/Orange */
36
- --warning-foreground: oklch(from #ffffff l c h); /* White text on warning */
37
- --info: oklch(from #1976d2 l c h); /* Info/Blue */
38
- --info-foreground: oklch(from #ffffff l c h); /* White text on info */
39
- --border: oklch(from #dddddd l c h); /* Borders/Muted */
40
- --input: oklch(from #ffffff l c h); /* Surface/Field */
41
- --ring: oklch(from #7f62c6 l c h); /* Farcaster Purple */
42
- --chart-1: oklch(from #829ae0 l c h); /* Charts/Blue 1 */
43
- --chart-2: oklch(from #1a75ff l c h); /* Charts/Blue 2 */
44
- --chart-3: oklch(from #c6acde l c h); /* Charts/Purple 1 */
45
- --chart-4: oklch(from #9c27b0 l c h); /* Charts/Purple 2 */
46
- --chart-5: oklch(from #7dc6da l c h); /* Charts/Violet */
47
- --sidebar: oklch(from #ffffff l c h); /* Surface/Body */
48
- --sidebar-foreground: oklch(from #000000 l c h); /* Text/Content/Headers */
49
- --sidebar-primary: oklch(from #7f62c6 l c h); /* Farcaster Purple */
50
- --sidebar-primary-foreground: oklch(
51
- from #ffffff l c h
52
- ); /* Text/UI/White (fixed) */
53
- --sidebar-accent: oklch(from #eeeeee l c h); /* Surface/Base */
54
- --sidebar-accent-foreground: oklch(
55
- from #000000 l c h
56
- ); /* Text/Content/Headers */
57
- --sidebar-border: oklch(from #dddddd l c h); /* Borders/Muted */
58
- --sidebar-ring: oklch(from #7f62c6 l c h); /* Farcaster Purple */
16
+ --background: #ffffff; /* Surface/Body */
17
+ --foreground: #000000; /* Text/Content/Headers */
18
+ --card: rgb(0, 0, 0, 0.05);
19
+ --card-foreground: #000000; /* Text/Content/Headers */
20
+ --popover: #ffffff; /* Surface/Body */
21
+ --popover-foreground: #000000; /* Text/Content/Headers */
22
+ --primary: #7f62c6; /* Farcaster Purple */
23
+ --primary-foreground: #ffffff; /* Text/UI/White (fixed) */
24
+ --secondary: rgb(0, 0, 0, 0.1);
25
+ --secondary-foreground: #000000; /* Text/Content/Headers */
26
+ --muted: #eeeeee; /* Surface/Base */
27
+ --muted-foreground: rgb(0, 0, 0, 0.6);
28
+ --accent: #f0ebfa; /* Elevation/Info/Neutral */
29
+ --accent-foreground: #7360a1; /* Text/UI/Muted Info */
30
+ --destructive: #ad1b20; /* Tables/Method/DEL (text) */
31
+ --destructive-foreground: #ffffff; /* Text/UI/White (fixed) */
32
+ --success: #16a34a; /* Success/Green */
33
+ --success-foreground: #ffffff; /* White text on success */
34
+ --warning: #f59e0b; /* Warning/Orange */
35
+ --warning-foreground: #ffffff; /* White text on warning */
36
+ --info: #1976d2; /* Info/Blue */
37
+ --info-foreground: #ffffff; /* White text on info */
38
+ --border: rgb(0, 0, 0, 0.1);
39
+ --input: rgb(0, 0, 0, 0.1);
40
+ --chart-1: #829ae0; /* Charts/Blue 1 */
41
+ --chart-2: #1a75ff; /* Charts/Blue 2 */
42
+ --chart-3: #c6acde; /* Charts/Purple 1 */
43
+ --chart-4: #9c27b0; /* Charts/Purple 2 */
44
+ --chart-5: #7dc6da; /* Charts/Violet */
45
+ --sidebar: #ffffff; /* Surface/Body */
46
+ --sidebar-foreground: #000000; /* Text/Content/Headers */
47
+ --sidebar-primary: #7f62c6; /* Farcaster Purple */
48
+ --sidebar-primary-foreground: #ffffff; /* Text/UI/White (fixed) */
49
+ --sidebar-accent: #eeeeee; /* Surface/Base */
50
+ --sidebar-accent-foreground: #000000; /* Text/Content/Headers */
51
+ --sidebar-border: #dddddd; /* Borders/Muted */
52
+ --sidebar-ring: #7f62c6; /* Farcaster Purple */
59
53
  }
60
54
 
61
55
  .dark {
62
56
  /* Neynar Colors */
63
- --neynar-surface-base-background: oklch(from #161517 l c h);
57
+ --neynar-surface-base-background: #161517;
58
+ --neynar-faint-foreground: rgb(255, 255, 255, 0.45);
64
59
 
65
60
  /* Dark mode using actual Figma-defined dark mode colors */
66
- --background: oklch(from #222222 l c h); /* Surface/Body Dark */
67
- --foreground: oklch(from #dddddd l c h); /* Text/UI/Active Dark */
68
- --card: oklch(from #2d2d2d l c h); /* Surface/Feature Neutral Dark */
69
- --card-foreground: oklch(from #dddddd l c h); /* Text/UI/Active Dark */
70
- --popover: oklch(from #222222 l c h); /* Surface/Body Dark */
71
- --popover-foreground: oklch(from #ffffff l c h); /* Text/UI/Active Dark */
72
- --primary: oklch(from #7f62c6 l c h); /* Farcaster Purple */
73
- --primary-foreground: oklch(from #ffffff l c h); /* Text/UI/White (fixed) */
74
- --secondary: oklch(from #161517 l c h); /* Surface/Base Dark */
75
- --secondary-foreground: oklch(
76
- from #ffffff l c h
77
- ); /* Text/UI/Black > White Dark */
78
- --muted: oklch(from #333333 l c h); /* Surface/Feature/Neutral Dark */
79
- --muted-foreground: oklch(from #bbbbbb l c h); /* Text/UI/Default Dark */
80
- --accent: oklch(from #25212b l c h); /* Elevation/Info/Neutral Dark */
81
- --accent-foreground: oklch(from #7360a1 l c h); /* Text/UI/Muted Info */
82
- --destructive: oklch(from #ad1b20 l c h); /* Tables/Method/DEL (text) */
83
- --destructive-foreground: oklch(
84
- from #ffffff l c h
85
- ); /* Text/UI/White (fixed) */
86
- --success: oklch(from #22c55e l c h); /* Success/Green Dark */
87
- --success-foreground: oklch(from #272d26 l c h); /* White text on success */
88
- --warning: oklch(from #fbbf24 l c h); /* Warning/Orange Dark */
89
- --warning-foreground: oklch(from #000000 l c h); /* Black text on warning */
90
- --info: oklch(from #1976d2 l c h); /* Info/Blue Dark */
91
- --info-foreground: oklch(from #ffffff l c h); /* White text on info */
92
- --border: oklch(from #444444 l c h); /* Borders/Muted Dark */
93
- --input: oklch(from #222222 l c h); /* Surface/Field Dark */
94
- --ring: oklch(from #7f62c6 l c h); /* Farcaster Purple */
95
- --chart-1: oklch(from #829ae0 l c h); /* Charts/Blue 1 */
96
- --chart-2: oklch(from #1a75ff l c h); /* Charts/Blue 2 */
97
- --chart-3: oklch(from #c6acde l c h); /* Charts/Purple 1 */
98
- --chart-4: oklch(from #9c27b0 l c h); /* Charts/Purple 2 */
99
- --chart-5: oklch(from #7dc6da l c h); /* Charts/Violet */
100
- --sidebar: oklch(from #222222 l c h); /* Surface/Body Dark */
101
- --sidebar-foreground: oklch(from #ffffff l c h); /* Text/UI/White (fixed) */
102
- --sidebar-primary: oklch(from #7f62c6 l c h); /* Farcaster Purple */
103
- --sidebar-primary-foreground: oklch(
104
- from #ffffff l c h
105
- ); /* Text/UI/White (fixed) */
106
- --sidebar-accent: oklch(from #161517 l c h); /* Surface/Base Dark */
107
- --sidebar-accent-foreground: oklch(
108
- from #ffffff l c h
109
- ); /* Text/UI/Black > White Dark */
110
- --sidebar-border: oklch(from #444444 l c h); /* Borders/Muted Dark */
111
- --sidebar-ring: oklch(from #7f62c6 l c h); /* Farcaster Purple */
61
+ --background: #222222; /* Surface/Body Dark */
62
+ --foreground: rgb(255, 255, 255, 0.86); /* Text/UI/Active Dark */
63
+ --card: rgb(255, 255, 255, 0.05);
64
+ --card-foreground: #dddddd; /* Text/UI/Active Dark */
65
+ --popover: #222222; /* Surface/Body Dark */
66
+ --popover-foreground: #ffffff; /* Text/UI/Active Dark */
67
+ --primary: #7f62c6; /* Farcaster Purple */
68
+ --primary-foreground: #ffffff; /* Text/UI/White (fixed) */
69
+ --secondary: rgb(0, 0, 0, 0.25);
70
+ --secondary-foreground: #ffffff; /* Text/UI/Black > White Dark */
71
+ --muted: #333333; /* Surface/Feature/Neutral Dark */
72
+ --muted-foreground: rgb(255, 255, 255, 0.6);
73
+ --accent: #25212b; /* Elevation/Info/Neutral Dark */
74
+ --accent-foreground: #7f62c6; /* Text/UI/Muted Info */
75
+ --destructive: #ad1b20; /* Tables/Method/DEL (text) */
76
+ --destructive-foreground: #ffffff; /* Text/UI/White (fixed) */
77
+ --success: #22c55e; /* Success/Green Dark */
78
+ --success-foreground: #272d26; /* White text on success */
79
+ --warning: #fbbf24; /* Warning/Orange Dark */
80
+ --warning-foreground: #000000; /* Black text on warning */
81
+ --info: #1976d2; /* Info/Blue Dark */
82
+ --info-foreground: #ffffff; /* White text on info */
83
+ --border: rgb(255, 255, 255, 0.1);
84
+ --input: rgb(255, 255, 255, 0.1);
85
+ --ring: #7f62c6; /* Farcaster Purple */
86
+ --chart-1: #829ae0; /* Charts/Blue 1 */
87
+ --chart-2: #1a75ff; /* Charts/Blue 2 */
88
+ --chart-3: #c6acde; /* Charts/Purple 1 */
89
+ --chart-4: #9c27b0; /* Charts/Purple 2 */
90
+ --chart-5: #7dc6da; /* Charts/Violet */
91
+ --sidebar: #222222; /* Surface/Body Dark */
92
+ --sidebar-foreground: #ffffff; /* Text/UI/White (fixed) */
93
+ --sidebar-primary: #7f62c6; /* Farcaster Purple */
94
+ --sidebar-primary-foreground: #ffffff; /* Text/UI/White (fixed) */
95
+ --sidebar-accent: #161517; /* Surface/Base Dark */
96
+ --sidebar-accent-foreground: #ffffff; /* Text/UI/Black > White Dark */
97
+ --sidebar-border: #444444; /* Borders/Muted Dark */
98
+ --sidebar-ring: #7f62c6; /* Farcaster Purple */
112
99
  }
113
100
 
114
101
  @theme inline {
115
102
  --color-neynar-surface-base-background: var(--neynar-surface-base-background);
103
+ --color-neynar-faint-foreground: var(--neynar-faint-foreground);
116
104
 
117
105
  --color-background: var(--background);
118
106
  --color-foreground: var(--foreground);
@@ -182,6 +170,6 @@
182
170
  @apply border-border outline-ring/50;
183
171
  }
184
172
  body {
185
- @apply bg-neynar-surface-base-background text-foreground;
173
+ @apply bg-background text-foreground;
186
174
  }
187
175
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes