@tenerife.music/ui 1.0.3 → 1.0.4

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 (580) hide show
  1. package/dist/animation/presets.d.ts +6 -8
  2. package/dist/animation/presets.d.ts.map +1 -1
  3. package/dist/animation/tas.d.ts +2 -57
  4. package/dist/animation/tas.d.ts.map +1 -1
  5. package/dist/animation/types.d.ts +9 -47
  6. package/dist/animation/types.d.ts.map +1 -1
  7. package/dist/animation/useInView.d.ts +37 -0
  8. package/dist/animation/useInView.d.ts.map +1 -0
  9. package/dist/animation/utils.d.ts.map +1 -1
  10. package/dist/components/SectionBuilder.d.ts.map +1 -1
  11. package/dist/components/admin/Dashboard.d.ts.map +1 -1
  12. package/dist/components/admin/UserManagement.d.ts.map +1 -1
  13. package/dist/components/auth/LoginForm.d.ts.map +1 -1
  14. package/dist/components/auth/ProfileCard.d.ts.map +1 -1
  15. package/dist/components/auth/RegisterForm.d.ts.map +1 -1
  16. package/dist/components/cards/ArtistCard/ArtistCard.d.ts +23 -0
  17. package/dist/components/cards/ArtistCard/ArtistCard.d.ts.map +1 -0
  18. package/dist/components/cards/ArtistCard/ArtistCard.types.d.ts +47 -0
  19. package/dist/components/cards/ArtistCard/ArtistCard.types.d.ts.map +1 -0
  20. package/dist/components/cards/ArtistCard/ArtistCard.variants.d.ts +84 -0
  21. package/dist/components/cards/ArtistCard/ArtistCard.variants.d.ts.map +1 -0
  22. package/dist/components/cards/ArtistCard/index.d.ts +9 -0
  23. package/dist/components/cards/ArtistCard/index.d.ts.map +1 -0
  24. package/dist/components/cards/CardBase/CardBase.d.ts +46 -0
  25. package/dist/components/cards/CardBase/CardBase.d.ts.map +1 -0
  26. package/dist/components/cards/CardBase/CardBase.types.d.ts +71 -0
  27. package/dist/components/cards/CardBase/CardBase.types.d.ts.map +1 -0
  28. package/dist/components/cards/CardBase/CardBase.variants.d.ts +39 -0
  29. package/dist/components/cards/CardBase/CardBase.variants.d.ts.map +1 -0
  30. package/dist/components/cards/CardBase/index.d.ts +9 -0
  31. package/dist/components/cards/CardBase/index.d.ts.map +1 -0
  32. package/dist/components/cards/CategoryCard/CategoryCard.d.ts +19 -0
  33. package/dist/components/cards/CategoryCard/CategoryCard.d.ts.map +1 -0
  34. package/dist/components/cards/CategoryCard/CategoryCard.types.d.ts +39 -0
  35. package/dist/components/cards/CategoryCard/CategoryCard.types.d.ts.map +1 -0
  36. package/dist/components/cards/CategoryCard/CategoryCard.variants.d.ts +22 -0
  37. package/dist/components/cards/CategoryCard/CategoryCard.variants.d.ts.map +1 -0
  38. package/dist/components/cards/CategoryCard/index.d.ts +8 -0
  39. package/dist/components/cards/CategoryCard/index.d.ts.map +1 -0
  40. package/dist/components/cards/EventCard/EventCard.d.ts +20 -0
  41. package/dist/components/cards/EventCard/EventCard.d.ts.map +1 -0
  42. package/dist/components/cards/{EventCard.d.ts → EventCard/EventCard.types.d.ts} +14 -4
  43. package/dist/components/cards/EventCard/EventCard.types.d.ts.map +1 -0
  44. package/dist/components/cards/EventCard/EventCard.variants.d.ts +71 -0
  45. package/dist/components/cards/EventCard/EventCard.variants.d.ts.map +1 -0
  46. package/dist/components/cards/EventCard/index.d.ts +8 -0
  47. package/dist/components/cards/EventCard/index.d.ts.map +1 -0
  48. package/dist/components/cards/PromoCard/PromoCard.d.ts +21 -0
  49. package/dist/components/cards/PromoCard/PromoCard.d.ts.map +1 -0
  50. package/dist/components/cards/PromoCard/PromoCard.types.d.ts +43 -0
  51. package/dist/components/cards/PromoCard/PromoCard.types.d.ts.map +1 -0
  52. package/dist/components/cards/PromoCard/PromoCard.variants.d.ts +36 -0
  53. package/dist/components/cards/PromoCard/PromoCard.variants.d.ts.map +1 -0
  54. package/dist/components/cards/PromoCard/index.d.ts +8 -0
  55. package/dist/components/cards/PromoCard/index.d.ts.map +1 -0
  56. package/dist/components/cards/TicketCard/TicketCard.d.ts +20 -0
  57. package/dist/components/cards/TicketCard/TicketCard.d.ts.map +1 -0
  58. package/dist/components/cards/TicketCard/TicketCard.types.d.ts +56 -0
  59. package/dist/components/cards/TicketCard/TicketCard.types.d.ts.map +1 -0
  60. package/dist/components/cards/TicketCard/TicketCard.variants.d.ts +72 -0
  61. package/dist/components/cards/TicketCard/TicketCard.variants.d.ts.map +1 -0
  62. package/dist/components/cards/TicketCard/index.d.ts +8 -0
  63. package/dist/components/cards/TicketCard/index.d.ts.map +1 -0
  64. package/dist/components/cards/VenueCard/VenueCard.d.ts +22 -0
  65. package/dist/components/cards/VenueCard/VenueCard.d.ts.map +1 -0
  66. package/dist/components/cards/{VenueCard.d.ts → VenueCard/VenueCard.types.d.ts} +16 -7
  67. package/dist/components/cards/VenueCard/VenueCard.types.d.ts.map +1 -0
  68. package/dist/components/cards/VenueCard/VenueCard.variants.d.ts +61 -0
  69. package/dist/components/cards/VenueCard/VenueCard.variants.d.ts.map +1 -0
  70. package/dist/components/cards/VenueCard/index.d.ts +9 -0
  71. package/dist/components/cards/VenueCard/index.d.ts.map +1 -0
  72. package/dist/components/cards/index.d.ts +20 -0
  73. package/dist/components/cards/index.d.ts.map +1 -0
  74. package/dist/components/checkbox/Checkbox.d.ts +23 -0
  75. package/dist/components/checkbox/Checkbox.d.ts.map +1 -0
  76. package/dist/components/checkbox/Checkbox.types.d.ts +69 -0
  77. package/dist/components/checkbox/Checkbox.types.d.ts.map +1 -0
  78. package/dist/components/checkbox/checkbox-variants.d.ts +14 -0
  79. package/dist/components/checkbox/checkbox-variants.d.ts.map +1 -0
  80. package/dist/components/checkbox/index.d.ts +4 -0
  81. package/dist/components/checkbox/index.d.ts.map +1 -0
  82. package/dist/components/containers/Card.d.ts +76 -0
  83. package/dist/components/containers/Card.d.ts.map +1 -0
  84. package/dist/components/containers/Section.d.ts +32 -0
  85. package/dist/components/containers/Section.d.ts.map +1 -0
  86. package/dist/components/containers/Surface.d.ts +29 -0
  87. package/dist/components/containers/Surface.d.ts.map +1 -0
  88. package/dist/components/containers/index.d.ts +10 -0
  89. package/dist/components/containers/index.d.ts.map +1 -0
  90. package/dist/components/data/Timeline.d.ts.map +1 -1
  91. package/dist/components/data/data-list/DataList.d.ts +30 -0
  92. package/dist/components/data/data-list/DataList.d.ts.map +1 -0
  93. package/dist/components/data/data-list/DataList.types.d.ts +44 -0
  94. package/dist/components/data/data-list/DataList.types.d.ts.map +1 -0
  95. package/dist/components/data/data-list/DataListItem.d.ts +21 -0
  96. package/dist/components/data/data-list/DataListItem.d.ts.map +1 -0
  97. package/dist/components/data/data-list/DataListLabel.d.ts +20 -0
  98. package/dist/components/data/data-list/DataListLabel.d.ts.map +1 -0
  99. package/dist/components/data/data-list/DataListValue.d.ts +19 -0
  100. package/dist/components/data/data-list/DataListValue.d.ts.map +1 -0
  101. package/dist/components/data/data-list/index.d.ts +11 -0
  102. package/dist/components/data/data-list/index.d.ts.map +1 -0
  103. package/dist/components/data/empty-state/EmptyState.d.ts +32 -0
  104. package/dist/components/data/empty-state/EmptyState.d.ts.map +1 -0
  105. package/dist/components/data/empty-state/EmptyState.types.d.ts +52 -0
  106. package/dist/components/data/empty-state/EmptyState.types.d.ts.map +1 -0
  107. package/dist/components/data/empty-state/EmptyStateAction.d.ts +18 -0
  108. package/dist/components/data/empty-state/EmptyStateAction.d.ts.map +1 -0
  109. package/dist/components/data/empty-state/EmptyStateDescription.d.ts +18 -0
  110. package/dist/components/data/empty-state/EmptyStateDescription.d.ts.map +1 -0
  111. package/dist/components/data/empty-state/EmptyStateIcon.d.ts +23 -0
  112. package/dist/components/data/empty-state/EmptyStateIcon.d.ts.map +1 -0
  113. package/dist/components/data/empty-state/EmptyStateTitle.d.ts +18 -0
  114. package/dist/components/data/empty-state/EmptyStateTitle.d.ts.map +1 -0
  115. package/dist/components/data/empty-state/index.d.ts +11 -0
  116. package/dist/components/data/empty-state/index.d.ts.map +1 -0
  117. package/dist/components/data/index.d.ts +10 -0
  118. package/dist/components/data/index.d.ts.map +1 -0
  119. package/dist/components/data/skeleton/Skeleton.d.ts +25 -0
  120. package/dist/components/data/skeleton/Skeleton.d.ts.map +1 -0
  121. package/dist/components/data/skeleton/Skeleton.types.d.ts +13 -0
  122. package/dist/components/data/skeleton/Skeleton.types.d.ts.map +1 -0
  123. package/dist/components/data/skeleton/index.d.ts +7 -0
  124. package/dist/components/data/skeleton/index.d.ts.map +1 -0
  125. package/dist/components/data/table/Table.d.ts +34 -0
  126. package/dist/components/data/table/Table.d.ts.map +1 -0
  127. package/dist/components/data/table/Table.types.d.ts +265 -0
  128. package/dist/components/data/table/Table.types.d.ts.map +1 -0
  129. package/dist/components/data/table/TableBody.d.ts +14 -0
  130. package/dist/components/data/table/TableBody.d.ts.map +1 -0
  131. package/dist/components/data/table/TableCell.d.ts +14 -0
  132. package/dist/components/data/table/TableCell.d.ts.map +1 -0
  133. package/dist/components/data/table/TableEmpty.d.ts +14 -0
  134. package/dist/components/data/table/TableEmpty.d.ts.map +1 -0
  135. package/dist/components/data/table/TableExpandableContent.d.ts +15 -0
  136. package/dist/components/data/table/TableExpandableContent.d.ts.map +1 -0
  137. package/dist/components/data/table/TableHead.d.ts +14 -0
  138. package/dist/components/data/table/TableHead.d.ts.map +1 -0
  139. package/dist/components/data/table/TableHeader.d.ts +14 -0
  140. package/dist/components/data/table/TableHeader.d.ts.map +1 -0
  141. package/dist/components/data/table/TableLoadingState.d.ts +14 -0
  142. package/dist/components/data/table/TableLoadingState.d.ts.map +1 -0
  143. package/dist/components/data/table/TableRow.d.ts +14 -0
  144. package/dist/components/data/table/TableRow.d.ts.map +1 -0
  145. package/dist/components/data/table/TableSortIcon.d.ts +15 -0
  146. package/dist/components/data/table/TableSortIcon.d.ts.map +1 -0
  147. package/dist/components/data/table/index.d.ts +18 -0
  148. package/dist/components/data/table/index.d.ts.map +1 -0
  149. package/dist/components/drawer/Drawer.d.ts +42 -0
  150. package/dist/components/drawer/Drawer.d.ts.map +1 -0
  151. package/dist/components/drawer/Drawer.types.d.ts +76 -0
  152. package/dist/components/drawer/Drawer.types.d.ts.map +1 -0
  153. package/dist/components/drawer/drawer-variants.d.ts +18 -0
  154. package/dist/components/drawer/drawer-variants.d.ts.map +1 -0
  155. package/dist/components/drawer/index.d.ts +9 -0
  156. package/dist/components/drawer/index.d.ts.map +1 -0
  157. package/dist/components/dropdown/Dropdown.d.ts +39 -0
  158. package/dist/components/dropdown/Dropdown.d.ts.map +1 -0
  159. package/dist/components/dropdown/Dropdown.types.d.ts +83 -0
  160. package/dist/components/dropdown/Dropdown.types.d.ts.map +1 -0
  161. package/dist/components/dropdown/dropdown-variants.d.ts +34 -0
  162. package/dist/components/dropdown/dropdown-variants.d.ts.map +1 -0
  163. package/dist/components/feedback/Skeleton.d.ts.map +1 -1
  164. package/dist/components/filters/SearchInput.d.ts +1 -1
  165. package/dist/components/filters/SearchInput.d.ts.map +1 -1
  166. package/dist/components/icon/Icon.d.ts +33 -0
  167. package/dist/components/icon/Icon.d.ts.map +1 -0
  168. package/dist/components/icon/Icon.types.d.ts +8 -0
  169. package/dist/components/icon/Icon.types.d.ts.map +1 -0
  170. package/dist/components/icon/index.d.ts +5 -0
  171. package/dist/components/icon/index.d.ts.map +1 -0
  172. package/dist/components/input/Input.d.ts +21 -0
  173. package/dist/components/input/Input.d.ts.map +1 -0
  174. package/dist/components/input/Input.types.d.ts +39 -0
  175. package/dist/components/input/Input.types.d.ts.map +1 -0
  176. package/dist/components/input/index.d.ts +4 -0
  177. package/dist/components/input/index.d.ts.map +1 -0
  178. package/dist/components/input/input-variants.d.ts +15 -0
  179. package/dist/components/input/input-variants.d.ts.map +1 -0
  180. package/dist/components/input/legacy/input.d.ts +12 -0
  181. package/dist/components/input/legacy/input.d.ts.map +1 -0
  182. package/dist/components/layout/Box.d.ts +40 -10
  183. package/dist/components/layout/Box.d.ts.map +1 -1
  184. package/dist/components/layout/Column.d.ts +7 -0
  185. package/dist/components/layout/Column.d.ts.map +1 -0
  186. package/dist/components/layout/Container.d.ts +1 -1
  187. package/dist/components/layout/Flex.d.ts +29 -13
  188. package/dist/components/layout/Flex.d.ts.map +1 -1
  189. package/dist/components/layout/Grid.d.ts +34 -25
  190. package/dist/components/layout/Grid.d.ts.map +1 -1
  191. package/dist/components/layout/ModeHero.d.ts.map +1 -1
  192. package/dist/components/layout/Row.d.ts +29 -0
  193. package/dist/components/layout/Row.d.ts.map +1 -0
  194. package/dist/components/layout/Stack.d.ts +24 -14
  195. package/dist/components/layout/Stack.d.ts.map +1 -1
  196. package/dist/components/layout/Surface.d.ts +22 -0
  197. package/dist/components/layout/Surface.d.ts.map +1 -0
  198. package/dist/components/layout/index.d.ts +10 -4
  199. package/dist/components/layout/index.d.ts.map +1 -1
  200. package/dist/components/layout/layout.types.d.ts +16 -0
  201. package/dist/components/layout/layout.types.d.ts.map +1 -1
  202. package/dist/components/menus/context-menu/ContextMenuContent.d.ts +23 -0
  203. package/dist/components/menus/context-menu/ContextMenuContent.d.ts.map +1 -0
  204. package/dist/components/menus/context-menu/ContextMenuGroup.d.ts +15 -0
  205. package/dist/components/menus/context-menu/ContextMenuGroup.d.ts.map +1 -0
  206. package/dist/components/menus/context-menu/ContextMenuItem.d.ts +15 -0
  207. package/dist/components/menus/context-menu/ContextMenuItem.d.ts.map +1 -0
  208. package/dist/components/menus/context-menu/ContextMenuLabel.d.ts +15 -0
  209. package/dist/components/menus/context-menu/ContextMenuLabel.d.ts.map +1 -0
  210. package/dist/components/menus/context-menu/ContextMenuRoot.d.ts +48 -0
  211. package/dist/components/menus/context-menu/ContextMenuRoot.d.ts.map +1 -0
  212. package/dist/components/menus/context-menu/ContextMenuSeparator.d.ts +15 -0
  213. package/dist/components/menus/context-menu/ContextMenuSeparator.d.ts.map +1 -0
  214. package/dist/components/menus/context-menu/ContextMenuTrigger.d.ts +17 -0
  215. package/dist/components/menus/context-menu/ContextMenuTrigger.d.ts.map +1 -0
  216. package/dist/components/menus/context-menu/index.d.ts +13 -0
  217. package/dist/components/menus/context-menu/index.d.ts.map +1 -0
  218. package/dist/components/menus/dropdown/DropdownMenuCheckItem.d.ts +19 -0
  219. package/dist/components/menus/dropdown/DropdownMenuCheckItem.d.ts.map +1 -0
  220. package/dist/components/menus/dropdown/DropdownMenuContent.d.ts +16 -0
  221. package/dist/components/menus/dropdown/DropdownMenuContent.d.ts.map +1 -0
  222. package/dist/components/menus/dropdown/DropdownMenuGroup.d.ts +13 -0
  223. package/dist/components/menus/dropdown/DropdownMenuGroup.d.ts.map +1 -0
  224. package/dist/components/menus/dropdown/DropdownMenuItem.d.ts +31 -0
  225. package/dist/components/menus/dropdown/DropdownMenuItem.d.ts.map +1 -0
  226. package/dist/components/menus/dropdown/DropdownMenuLabel.d.ts +18 -0
  227. package/dist/components/menus/dropdown/DropdownMenuLabel.d.ts.map +1 -0
  228. package/dist/components/menus/dropdown/DropdownMenuRadioGroup.d.ts +25 -0
  229. package/dist/components/menus/dropdown/DropdownMenuRadioGroup.d.ts.map +1 -0
  230. package/dist/components/menus/dropdown/DropdownMenuRadioItem.d.ts +19 -0
  231. package/dist/components/menus/dropdown/DropdownMenuRadioItem.d.ts.map +1 -0
  232. package/dist/components/menus/dropdown/DropdownMenuRoot.d.ts +34 -0
  233. package/dist/components/menus/dropdown/DropdownMenuRoot.d.ts.map +1 -0
  234. package/dist/components/menus/dropdown/DropdownMenuSeparator.d.ts +14 -0
  235. package/dist/components/menus/dropdown/DropdownMenuSeparator.d.ts.map +1 -0
  236. package/dist/components/menus/dropdown/DropdownMenuSub.d.ts +11 -0
  237. package/dist/components/menus/dropdown/DropdownMenuSub.d.ts.map +1 -0
  238. package/dist/components/menus/dropdown/DropdownMenuSubContent.d.ts +14 -0
  239. package/dist/components/menus/dropdown/DropdownMenuSubContent.d.ts.map +1 -0
  240. package/dist/components/menus/dropdown/DropdownMenuSubTrigger.d.ts +14 -0
  241. package/dist/components/menus/dropdown/DropdownMenuSubTrigger.d.ts.map +1 -0
  242. package/dist/components/menus/dropdown/DropdownMenuTrigger.d.ts +15 -0
  243. package/dist/components/menus/dropdown/DropdownMenuTrigger.d.ts.map +1 -0
  244. package/dist/components/menus/dropdown/index.d.ts +19 -0
  245. package/dist/components/menus/dropdown/index.d.ts.map +1 -0
  246. package/dist/components/menus/hover-card/HoverCardContent.d.ts +15 -0
  247. package/dist/components/menus/hover-card/HoverCardContent.d.ts.map +1 -0
  248. package/dist/components/menus/hover-card/HoverCardRoot.d.ts +21 -0
  249. package/dist/components/menus/hover-card/HoverCardRoot.d.ts.map +1 -0
  250. package/dist/components/menus/hover-card/HoverCardTrigger.d.ts +14 -0
  251. package/dist/components/menus/hover-card/HoverCardTrigger.d.ts.map +1 -0
  252. package/dist/components/menus/hover-card/index.d.ts +9 -0
  253. package/dist/components/menus/hover-card/index.d.ts.map +1 -0
  254. package/dist/components/menus/index.d.ts +10 -0
  255. package/dist/components/menus/index.d.ts.map +1 -0
  256. package/dist/components/menus/popover/PopoverArrow.d.ts +18 -0
  257. package/dist/components/menus/popover/PopoverArrow.d.ts.map +1 -0
  258. package/dist/components/menus/popover/PopoverContent.d.ts +25 -0
  259. package/dist/components/menus/popover/PopoverContent.d.ts.map +1 -0
  260. package/dist/components/menus/popover/PopoverRoot.d.ts +44 -0
  261. package/dist/components/menus/popover/PopoverRoot.d.ts.map +1 -0
  262. package/dist/components/menus/popover/PopoverTrigger.d.ts +18 -0
  263. package/dist/components/menus/popover/PopoverTrigger.d.ts.map +1 -0
  264. package/dist/components/menus/popover/index.d.ts +10 -0
  265. package/dist/components/menus/popover/index.d.ts.map +1 -0
  266. package/dist/components/modal/Modal.d.ts +71 -0
  267. package/dist/components/modal/Modal.d.ts.map +1 -0
  268. package/dist/components/modal/modal-variants.d.ts +27 -0
  269. package/dist/components/modal/modal-variants.d.ts.map +1 -0
  270. package/dist/components/modals/ConfirmDialog.d.ts +3 -2
  271. package/dist/components/modals/ConfirmDialog.d.ts.map +1 -1
  272. package/dist/components/modals/Modal.d.ts.map +1 -1
  273. package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts +53 -0
  274. package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  275. package/dist/components/navigation/breadcrumbs/index.d.ts +6 -0
  276. package/dist/components/navigation/breadcrumbs/index.d.ts.map +1 -0
  277. package/dist/components/navigation/index.d.ts +11 -0
  278. package/dist/components/navigation/index.d.ts.map +1 -0
  279. package/dist/components/navigation/pagination/Pagination.d.ts +61 -0
  280. package/dist/components/navigation/pagination/Pagination.d.ts.map +1 -0
  281. package/dist/components/navigation/pagination/index.d.ts +6 -0
  282. package/dist/components/navigation/pagination/index.d.ts.map +1 -0
  283. package/dist/components/navigation/segmented-control/SegmentedControl.d.ts +44 -0
  284. package/dist/components/navigation/segmented-control/SegmentedControl.d.ts.map +1 -0
  285. package/dist/components/navigation/segmented-control/index.d.ts +6 -0
  286. package/dist/components/navigation/segmented-control/index.d.ts.map +1 -0
  287. package/dist/components/navigation/stepper/Stepper.d.ts +130 -0
  288. package/dist/components/navigation/stepper/Stepper.d.ts.map +1 -0
  289. package/dist/components/navigation/stepper/index.d.ts +6 -0
  290. package/dist/components/navigation/stepper/index.d.ts.map +1 -0
  291. package/dist/components/navigation/tabs/Tabs.d.ts +74 -0
  292. package/dist/components/navigation/tabs/Tabs.d.ts.map +1 -0
  293. package/dist/components/navigation/tabs/index.d.ts +6 -0
  294. package/dist/components/navigation/tabs/index.d.ts.map +1 -0
  295. package/dist/components/notifications/NotificationCenter.DismissAll.d.ts +22 -0
  296. package/dist/components/notifications/NotificationCenter.DismissAll.d.ts.map +1 -0
  297. package/dist/components/notifications/NotificationCenter.GroupHeader.d.ts +24 -0
  298. package/dist/components/notifications/NotificationCenter.GroupHeader.d.ts.map +1 -0
  299. package/dist/components/notifications/NotificationCenter.Item.d.ts +25 -0
  300. package/dist/components/notifications/NotificationCenter.Item.d.ts.map +1 -0
  301. package/dist/components/notifications/NotificationCenter.List.d.ts +23 -0
  302. package/dist/components/notifications/NotificationCenter.List.d.ts.map +1 -0
  303. package/dist/components/notifications/NotificationCenter.Panel.d.ts +33 -0
  304. package/dist/components/notifications/NotificationCenter.Panel.d.ts.map +1 -0
  305. package/dist/components/notifications/NotificationCenter.Provider.d.ts +32 -0
  306. package/dist/components/notifications/NotificationCenter.Provider.d.ts.map +1 -0
  307. package/dist/components/notifications/NotificationCenter.Trigger.d.ts +16 -0
  308. package/dist/components/notifications/NotificationCenter.Trigger.d.ts.map +1 -0
  309. package/dist/components/notifications/NotificationCenter.d.ts +28 -0
  310. package/dist/components/notifications/NotificationCenter.d.ts.map +1 -0
  311. package/dist/components/notifications/NotificationCenter.types.d.ts +90 -0
  312. package/dist/components/notifications/NotificationCenter.types.d.ts.map +1 -0
  313. package/dist/components/notifications/index.d.ts +24 -0
  314. package/dist/components/notifications/index.d.ts.map +1 -0
  315. package/dist/components/notifications/useNotificationCenter.d.ts +48 -0
  316. package/dist/components/notifications/useNotificationCenter.d.ts.map +1 -0
  317. package/dist/components/overlays/Backdrop.d.ts +25 -0
  318. package/dist/components/overlays/Backdrop.d.ts.map +1 -0
  319. package/dist/components/overlays/Dialog.d.ts +67 -0
  320. package/dist/components/overlays/Dialog.d.ts.map +1 -0
  321. package/dist/components/overlays/Modal.d.ts +61 -0
  322. package/dist/components/overlays/Modal.d.ts.map +1 -0
  323. package/dist/components/overlays/Popover.d.ts +2 -2
  324. package/dist/components/overlays/Popover.d.ts.map +1 -1
  325. package/dist/components/overlays/Portal.d.ts +30 -0
  326. package/dist/components/overlays/Portal.d.ts.map +1 -0
  327. package/dist/components/overlays/Toast.d.ts +37 -0
  328. package/dist/components/overlays/Toast.d.ts.map +1 -0
  329. package/dist/components/overlays/ToastProvider.d.ts +59 -0
  330. package/dist/components/overlays/ToastProvider.d.ts.map +1 -0
  331. package/dist/components/overlays/ToastViewport.d.ts +28 -0
  332. package/dist/components/overlays/ToastViewport.d.ts.map +1 -0
  333. package/dist/components/overlays/Tooltip.d.ts +2 -2
  334. package/dist/components/overlays/Tooltip.d.ts.map +1 -1
  335. package/dist/components/overlays/index.d.ts +14 -0
  336. package/dist/components/overlays/index.d.ts.map +1 -0
  337. package/dist/components/overlays/utils/FocusLock.d.ts +31 -0
  338. package/dist/components/overlays/utils/FocusLock.d.ts.map +1 -0
  339. package/dist/components/overlays/utils/ScrollLock.d.ts +12 -0
  340. package/dist/components/overlays/utils/ScrollLock.d.ts.map +1 -0
  341. package/dist/components/overlays/utils/positioning.d.ts +69 -0
  342. package/dist/components/overlays/utils/positioning.d.ts.map +1 -0
  343. package/dist/components/primitives/Badge.d.ts +1 -1
  344. package/dist/components/primitives/Divider.d.ts.map +1 -1
  345. package/dist/components/primitives/Input.d.ts +2 -2
  346. package/dist/components/primitives/Input.d.ts.map +1 -1
  347. package/dist/components/primitives/Link.d.ts +1 -1
  348. package/dist/components/primitives/ThemeSwitch.d.ts +3 -2
  349. package/dist/components/primitives/ThemeSwitch.d.ts.map +1 -1
  350. package/dist/components/radio/Radio.d.ts +24 -0
  351. package/dist/components/radio/Radio.d.ts.map +1 -0
  352. package/dist/components/radio/Radio.types.d.ts +64 -0
  353. package/dist/components/radio/Radio.types.d.ts.map +1 -0
  354. package/dist/components/radio/RadioGroup.d.ts +21 -0
  355. package/dist/components/radio/RadioGroup.d.ts.map +1 -0
  356. package/dist/components/radio/RadioGroup.types.d.ts +62 -0
  357. package/dist/components/radio/RadioGroup.types.d.ts.map +1 -0
  358. package/dist/components/radio/index.d.ts +6 -0
  359. package/dist/components/radio/index.d.ts.map +1 -0
  360. package/dist/components/radio/radio-variants.d.ts +14 -0
  361. package/dist/components/radio/radio-variants.d.ts.map +1 -0
  362. package/dist/components/sections/ArticlesSection.d.ts.map +1 -1
  363. package/dist/components/sections/CTASection.d.ts.map +1 -1
  364. package/dist/components/sections/FeatureSection.d.ts.map +1 -1
  365. package/dist/components/sections/HeroSection.d.ts.map +1 -1
  366. package/dist/components/sections/TrendingSection.d.ts.map +1 -1
  367. package/dist/components/select/Select.d.ts +39 -0
  368. package/dist/components/select/Select.d.ts.map +1 -0
  369. package/dist/components/select/Select.types.d.ts +108 -0
  370. package/dist/components/select/Select.types.d.ts.map +1 -0
  371. package/dist/components/select/index.d.ts +6 -0
  372. package/dist/components/select/index.d.ts.map +1 -0
  373. package/dist/components/select/legacy/select.d.ts +12 -0
  374. package/dist/components/select/legacy/select.d.ts.map +1 -0
  375. package/dist/components/select/select-variants.d.ts +33 -0
  376. package/dist/components/select/select-variants.d.ts.map +1 -0
  377. package/dist/components/skeletons/EventCardSkeleton.d.ts.map +1 -1
  378. package/dist/components/skeletons/VenueCardSkeleton.d.ts.map +1 -1
  379. package/dist/components/switch/Switch.d.ts +25 -0
  380. package/dist/components/switch/Switch.d.ts.map +1 -0
  381. package/dist/components/switch/Switch.types.d.ts +54 -0
  382. package/dist/components/switch/Switch.types.d.ts.map +1 -0
  383. package/dist/components/switch/index.d.ts +4 -0
  384. package/dist/components/switch/index.d.ts.map +1 -0
  385. package/dist/components/switch/switch-variants.d.ts +35 -0
  386. package/dist/components/switch/switch-variants.d.ts.map +1 -0
  387. package/dist/components/textarea/Textarea.d.ts +22 -0
  388. package/dist/components/textarea/Textarea.d.ts.map +1 -0
  389. package/dist/components/textarea/Textarea.types.d.ts +41 -0
  390. package/dist/components/textarea/Textarea.types.d.ts.map +1 -0
  391. package/dist/components/textarea/index.d.ts +4 -0
  392. package/dist/components/textarea/index.d.ts.map +1 -0
  393. package/dist/components/textarea/legacy/textarea.d.ts +12 -0
  394. package/dist/components/textarea/legacy/textarea.d.ts.map +1 -0
  395. package/dist/components/textarea/textarea-variants.d.ts +15 -0
  396. package/dist/components/textarea/textarea-variants.d.ts.map +1 -0
  397. package/dist/components/toasts/Toast.d.ts +1 -1
  398. package/dist/components/toasts/Toast.d.ts.map +1 -1
  399. package/dist/components/toasts/ToastProvider.d.ts.map +1 -1
  400. package/dist/components/ui/alert.d.ts +10 -0
  401. package/dist/components/ui/alert.d.ts.map +1 -0
  402. package/dist/components/ui/body.d.ts +13 -0
  403. package/dist/components/ui/body.d.ts.map +1 -0
  404. package/dist/components/ui/button.d.ts +2 -2
  405. package/dist/components/ui/button.d.ts.map +1 -1
  406. package/dist/components/ui/caption.d.ts +12 -0
  407. package/dist/components/ui/caption.d.ts.map +1 -0
  408. package/dist/components/ui/code.d.ts +12 -0
  409. package/dist/components/ui/code.d.ts.map +1 -0
  410. package/dist/components/ui/display.d.ts +13 -0
  411. package/dist/components/ui/display.d.ts.map +1 -0
  412. package/dist/components/ui/field.d.ts +46 -0
  413. package/dist/components/ui/field.d.ts.map +1 -0
  414. package/dist/components/ui/heading.d.ts +13 -0
  415. package/dist/components/ui/heading.d.ts.map +1 -0
  416. package/dist/components/ui/label.d.ts +9 -2
  417. package/dist/components/ui/label.d.ts.map +1 -1
  418. package/dist/components/ui/lead.d.ts +12 -0
  419. package/dist/components/ui/lead.d.ts.map +1 -0
  420. package/dist/components/ui/text.d.ts +19 -0
  421. package/dist/components/ui/text.d.ts.map +1 -0
  422. package/dist/hooks/use-toast.d.ts.map +1 -1
  423. package/dist/hooks/useDebounce.d.ts.map +1 -1
  424. package/dist/hooks/useModal.d.ts.map +1 -1
  425. package/dist/hooks/useToast.d.ts.map +1 -1
  426. package/dist/icons/IconArrowRight.d.ts +7 -0
  427. package/dist/icons/IconArrowRight.d.ts.map +1 -0
  428. package/dist/icons/IconCalendar.d.ts +7 -0
  429. package/dist/icons/IconCalendar.d.ts.map +1 -0
  430. package/dist/icons/IconCheck.d.ts +7 -0
  431. package/dist/icons/IconCheck.d.ts.map +1 -0
  432. package/dist/icons/IconChevronDown.d.ts +7 -0
  433. package/dist/icons/IconChevronDown.d.ts.map +1 -0
  434. package/dist/icons/IconChevronRight.d.ts +7 -0
  435. package/dist/icons/IconChevronRight.d.ts.map +1 -0
  436. package/dist/icons/IconClose.d.ts +7 -0
  437. package/dist/icons/IconClose.d.ts.map +1 -0
  438. package/dist/icons/IconError.d.ts +7 -0
  439. package/dist/icons/IconError.d.ts.map +1 -0
  440. package/dist/icons/IconInfo.d.ts +7 -0
  441. package/dist/icons/IconInfo.d.ts.map +1 -0
  442. package/dist/icons/IconLocation.d.ts +7 -0
  443. package/dist/icons/IconLocation.d.ts.map +1 -0
  444. package/dist/icons/IconMenu.d.ts +7 -0
  445. package/dist/icons/IconMenu.d.ts.map +1 -0
  446. package/dist/icons/IconSearch.d.ts +7 -0
  447. package/dist/icons/IconSearch.d.ts.map +1 -0
  448. package/dist/icons/IconSuccess.d.ts +7 -0
  449. package/dist/icons/IconSuccess.d.ts.map +1 -0
  450. package/dist/icons/IconWarning.d.ts +7 -0
  451. package/dist/icons/IconWarning.d.ts.map +1 -0
  452. package/dist/icons/icon.types.d.ts +26 -0
  453. package/dist/icons/icon.types.d.ts.map +1 -0
  454. package/dist/icons/index.d.ts +35 -0
  455. package/dist/icons/index.d.ts.map +1 -0
  456. package/dist/index.cjs +1 -1
  457. package/dist/index.d.ts +37 -77
  458. package/dist/index.d.ts.map +1 -1
  459. package/dist/index.mjs +7675 -5926
  460. package/dist/{motion-CuHacXY1.js → motion-CzQhSEqk.js} +122 -106
  461. package/dist/motion-DJx1TbXJ.cjs +2 -0
  462. package/dist/preset.cjs +1 -1
  463. package/dist/preset.d.ts.map +1 -1
  464. package/dist/preset.mjs +172 -53
  465. package/dist/styles.cjs +2 -0
  466. package/dist/styles.css +1 -1
  467. package/dist/styles.d.ts +1 -0
  468. package/dist/styles.d.ts.map +1 -0
  469. package/dist/styles.mjs +1 -0
  470. package/dist/theme/ThemeProvider.d.ts +1 -1
  471. package/dist/theme/ThemeProvider.d.ts.map +1 -1
  472. package/dist/theme/applyMode.d.ts.map +1 -1
  473. package/dist/theme/colors.d.ts +6 -70
  474. package/dist/theme/colors.d.ts.map +1 -1
  475. package/dist/theme/index.cjs +1 -1
  476. package/dist/theme/index.d.ts +1 -1
  477. package/dist/theme/index.d.ts.map +1 -1
  478. package/dist/theme/index.mjs +1352 -224
  479. package/dist/theme/motion/gestures.d.ts +77 -0
  480. package/dist/theme/motion/gestures.d.ts.map +1 -0
  481. package/dist/theme/motion/useReducedMotion.d.ts +12 -0
  482. package/dist/theme/motion/useReducedMotion.d.ts.map +1 -0
  483. package/dist/themes/brand_engine.d.ts +7 -0
  484. package/dist/themes/brand_engine.d.ts.map +1 -1
  485. package/dist/tokens/colors.d.ts +14 -19
  486. package/dist/tokens/colors.d.ts.map +1 -1
  487. package/dist/tokens/components/alert.d.ts +75 -0
  488. package/dist/tokens/components/alert.d.ts.map +1 -0
  489. package/dist/tokens/components/button.d.ts +131 -0
  490. package/dist/tokens/components/button.d.ts.map +1 -0
  491. package/dist/tokens/components/card.d.ts +92 -0
  492. package/dist/tokens/components/card.d.ts.map +1 -0
  493. package/dist/tokens/components/checkbox.d.ts +162 -0
  494. package/dist/tokens/components/checkbox.d.ts.map +1 -0
  495. package/dist/tokens/components/data.d.ts +228 -0
  496. package/dist/tokens/components/data.d.ts.map +1 -0
  497. package/dist/tokens/components/domain.d.ts +380 -0
  498. package/dist/tokens/components/domain.d.ts.map +1 -0
  499. package/dist/tokens/components/dropdown.d.ts +147 -0
  500. package/dist/tokens/components/dropdown.d.ts.map +1 -0
  501. package/dist/tokens/components/icon.d.ts +58 -0
  502. package/dist/tokens/components/icon.d.ts.map +1 -0
  503. package/dist/tokens/components/index.d.ts +32 -0
  504. package/dist/tokens/components/index.d.ts.map +1 -0
  505. package/dist/tokens/components/input.d.ts +285 -0
  506. package/dist/tokens/components/input.d.ts.map +1 -0
  507. package/dist/tokens/components/menu.d.ts +115 -0
  508. package/dist/tokens/components/menu.d.ts.map +1 -0
  509. package/dist/tokens/components/motion.d.ts +104 -0
  510. package/dist/tokens/components/motion.d.ts.map +1 -0
  511. package/dist/tokens/components/navigation.d.ts +182 -0
  512. package/dist/tokens/components/navigation.d.ts.map +1 -0
  513. package/dist/tokens/components/notifications.d.ts +160 -0
  514. package/dist/tokens/components/notifications.d.ts.map +1 -0
  515. package/dist/tokens/components/overlay.d.ts +228 -0
  516. package/dist/tokens/components/overlay.d.ts.map +1 -0
  517. package/dist/tokens/components/popover.d.ts +85 -0
  518. package/dist/tokens/components/popover.d.ts.map +1 -0
  519. package/dist/tokens/components/radio.d.ts +150 -0
  520. package/dist/tokens/components/radio.d.ts.map +1 -0
  521. package/dist/tokens/components/section.d.ts +42 -0
  522. package/dist/tokens/components/section.d.ts.map +1 -0
  523. package/dist/tokens/components/surface.d.ts +95 -0
  524. package/dist/tokens/components/surface.d.ts.map +1 -0
  525. package/dist/tokens/components/switch.d.ts +209 -0
  526. package/dist/tokens/components/switch.d.ts.map +1 -0
  527. package/dist/tokens/components/text.d.ts +69 -0
  528. package/dist/tokens/components/text.d.ts.map +1 -0
  529. package/dist/tokens/components/toast.d.ts +147 -0
  530. package/dist/tokens/components/toast.d.ts.map +1 -0
  531. package/dist/tokens/components/tooltip.d.ts +53 -0
  532. package/dist/tokens/components/tooltip.d.ts.map +1 -0
  533. package/dist/tokens/css-variables.d.ts +0 -19
  534. package/dist/tokens/css-variables.d.ts.map +1 -1
  535. package/dist/tokens/index.cjs +3 -3
  536. package/dist/tokens/index.d.ts +2 -0
  537. package/dist/tokens/index.d.ts.map +1 -1
  538. package/dist/tokens/index.mjs +3640 -821
  539. package/dist/tokens/motion/v2.d.ts +343 -0
  540. package/dist/tokens/motion/v2.d.ts.map +1 -0
  541. package/dist/tokens/motion.d.ts +55 -4
  542. package/dist/tokens/motion.d.ts.map +1 -1
  543. package/dist/tokens/opacity.d.ts +23 -0
  544. package/dist/tokens/opacity.d.ts.map +1 -0
  545. package/dist/tokens/radius.d.ts +22 -1
  546. package/dist/tokens/radius.d.ts.map +1 -1
  547. package/dist/tokens/shadows.d.ts +64 -5
  548. package/dist/tokens/shadows.d.ts.map +1 -1
  549. package/dist/tokens/spacing.d.ts +47 -1
  550. package/dist/tokens/spacing.d.ts.map +1 -1
  551. package/dist/tokens/theme.d.ts +120 -0
  552. package/dist/tokens/theme.d.ts.map +1 -0
  553. package/dist/tokens/typography.d.ts +141 -23
  554. package/dist/tokens/typography.d.ts.map +1 -1
  555. package/dist/typography-C-Nb4y0o.cjs +2 -0
  556. package/dist/typography-DHym9KAP.js +1196 -0
  557. package/package.json +31 -22
  558. package/dist/ThemeProvider-CaUX_Jam.cjs +0 -2
  559. package/dist/ThemeProvider-ltuW-773.js +0 -1227
  560. package/dist/components/cards/EventCard.d.ts.map +0 -1
  561. package/dist/components/cards/VenueCard.d.ts.map +0 -1
  562. package/dist/components/feedback/Alert.d.ts +0 -10
  563. package/dist/components/feedback/Alert.d.ts.map +0 -1
  564. package/dist/components/forms/FormInput.d.ts +0 -12
  565. package/dist/components/forms/FormInput.d.ts.map +0 -1
  566. package/dist/components/forms/FormSelect.d.ts +0 -18
  567. package/dist/components/forms/FormSelect.d.ts.map +0 -1
  568. package/dist/components/forms/FormTextarea.d.ts +0 -11
  569. package/dist/components/forms/FormTextarea.d.ts.map +0 -1
  570. package/dist/components/primitives/Typography.d.ts +0 -21
  571. package/dist/components/primitives/Typography.d.ts.map +0 -1
  572. package/dist/components/ui/input.d.ts +0 -4
  573. package/dist/components/ui/input.d.ts.map +0 -1
  574. package/dist/motion-4SRNkZlz.cjs +0 -2
  575. package/dist/radius-CAu4qr9R.js +0 -185
  576. package/dist/radius-Cz6tayZG.cjs +0 -2
  577. package/dist/test/animation-utils.d.ts +0 -60
  578. package/dist/test/animation-utils.d.ts.map +0 -1
  579. package/dist/test/setup.d.ts +0 -1
  580. package/dist/test/setup.d.ts.map +0 -1
@@ -0,0 +1,14 @@
1
+ import { TableEmptyProps } from './Table.types';
2
+ /**
3
+ * Table Empty Component
4
+ *
5
+ * Empty state row for table (uses EmptyState component).
6
+ */
7
+ import * as React from "react";
8
+ export type { TableEmptyProps };
9
+ /**
10
+ * Table Empty component
11
+ */
12
+ declare const TableEmpty: React.ForwardRefExoticComponent<TableEmptyProps & React.RefAttributes<HTMLTableRowElement>>;
13
+ export { TableEmpty };
14
+ //# sourceMappingURL=TableEmpty.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableEmpty.d.ts","sourceRoot":"","sources":["../../../../src/components/data/table/TableEmpty.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,YAAY,EAAE,eAAe,EAAE,CAAC;AAEhC;;GAEG;AACH,QAAA,MAAM,UAAU,6FAaf,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { TableExpandableContentProps } from './Table.types';
2
+ /**
3
+ * Table ExpandableContent Component
4
+ *
5
+ * Expandable content cell with CSS height transitions.
6
+ */
7
+ import * as React from "react";
8
+ export type { TableExpandableContentProps };
9
+ /**
10
+ * Table ExpandableContent component
11
+ * Uses CSS height transitions (no framer-motion)
12
+ */
13
+ declare const TableExpandableContent: React.ForwardRefExoticComponent<TableExpandableContentProps & React.RefAttributes<HTMLTableCellElement>>;
14
+ export { TableExpandableContent };
15
+ //# sourceMappingURL=TableExpandableContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableExpandableContent.d.ts","sourceRoot":"","sources":["../../../../src/components/data/table/TableExpandableContent.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAEjE,YAAY,EAAE,2BAA2B,EAAE,CAAC;AAE5C;;;GAGG;AACH,QAAA,MAAM,sBAAsB,0GAkB3B,CAAC;AAIF,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { TableHeadProps } from './Table.types';
2
+ /**
3
+ * Table Head Component
4
+ *
5
+ * Header cell component with sorting support.
6
+ */
7
+ import * as React from "react";
8
+ export type { TableHeadProps };
9
+ /**
10
+ * Table Head component
11
+ */
12
+ declare const TableHead: React.ForwardRefExoticComponent<TableHeadProps & React.RefAttributes<HTMLTableCellElement>>;
13
+ export { TableHead };
14
+ //# sourceMappingURL=TableHead.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHead.d.ts","sourceRoot":"","sources":["../../../../src/components/data/table/TableHead.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAGpD,YAAY,EAAE,cAAc,EAAE,CAAC;AAE/B;;GAEG;AACH,QAAA,MAAM,SAAS,6FAsEd,CAAC;AAIF,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { TableHeaderProps } from './Table.types';
2
+ /**
3
+ * Table Header Component
4
+ *
5
+ * Header section for table (thead element).
6
+ */
7
+ import * as React from "react";
8
+ export type { TableHeaderProps };
9
+ /**
10
+ * Table Header component
11
+ */
12
+ declare const TableHeader: React.ForwardRefExoticComponent<TableHeaderProps & React.RefAttributes<HTMLTableSectionElement>>;
13
+ export { TableHeader };
14
+ //# sourceMappingURL=TableHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/data/table/TableHeader.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,YAAY,EAAE,gBAAgB,EAAE,CAAC;AAEjC;;GAEG;AACH,QAAA,MAAM,WAAW,kGAWhB,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { TableLoadingStateProps } from './Table.types';
2
+ /**
3
+ * Table LoadingState Component
4
+ *
5
+ * Loading state row for table (uses Skeleton component).
6
+ */
7
+ import * as React from "react";
8
+ export type { TableLoadingStateProps };
9
+ /**
10
+ * Table LoadingState component
11
+ */
12
+ declare const TableLoadingState: React.ForwardRefExoticComponent<TableLoadingStateProps & React.RefAttributes<HTMLTableRowElement>>;
13
+ export { TableLoadingState };
14
+ //# sourceMappingURL=TableLoadingState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableLoadingState.d.ts","sourceRoot":"","sources":["../../../../src/components/data/table/TableLoadingState.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAE5D,YAAY,EAAE,sBAAsB,EAAE,CAAC;AAEvC;;GAEG;AACH,QAAA,MAAM,iBAAiB,oGAgBtB,CAAC;AAIF,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { TableRowProps } from './Table.types';
2
+ /**
3
+ * Table Row Component
4
+ *
5
+ * Table row component with hover and selected states.
6
+ */
7
+ import * as React from "react";
8
+ export type { TableRowProps };
9
+ /**
10
+ * Table Row component
11
+ */
12
+ declare const TableRow: React.ForwardRefExoticComponent<TableRowProps & React.RefAttributes<HTMLTableRowElement>>;
13
+ export { TableRow };
14
+ //# sourceMappingURL=TableRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../src/components/data/table/TableRow.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,YAAY,EAAE,aAAa,EAAE,CAAC;AAE9B;;GAEG;AACH,QAAA,MAAM,QAAQ,2FA6Bb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { TableSortIconProps } from './Table.types';
2
+ /**
3
+ * Table SortIcon Component
4
+ *
5
+ * Sort indicator icon with rotation animation.
6
+ */
7
+ import * as React from "react";
8
+ export type { TableSortIconProps };
9
+ /**
10
+ * Table SortIcon component
11
+ * Uses CSS rotation animation (no framer-motion)
12
+ */
13
+ declare const TableSortIcon: React.ForwardRefExoticComponent<TableSortIconProps & React.RefAttributes<HTMLSpanElement>>;
14
+ export { TableSortIcon };
15
+ //# sourceMappingURL=TableSortIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableSortIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/data/table/TableSortIcon.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAExD,YAAY,EAAE,kBAAkB,EAAE,CAAC;AAEnC;;;GAGG;AACH,QAAA,MAAM,aAAa,4FA+BlB,CAAC;AAIF,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Table Component
3
+ *
4
+ * Token-driven table component with sorting, expandable rows, loading, and empty states.
5
+ */
6
+ export { TableRoot, useTableContext } from './Table';
7
+ export type { SortDirection, SortState, TableColumn, TableContextValue, TableRootProps, } from './Table.types';
8
+ export { TableBody, type TableBodyProps } from './TableBody';
9
+ export { TableCell, type TableCellProps } from './TableCell';
10
+ export { TableEmpty, type TableEmptyProps } from './TableEmpty';
11
+ export { TableExpandableContent, type TableExpandableContentProps } from './TableExpandableContent';
12
+ export { TableHead, type TableHeadProps } from './TableHead';
13
+ export { TableHeader, type TableHeaderProps } from './TableHeader';
14
+ export { TableLoadingState, type TableLoadingStateProps } from './TableLoadingState';
15
+ export { TableRow, type TableRowProps } from './TableRow';
16
+ export { TableSortIcon, type TableSortIconProps } from './TableSortIcon';
17
+ export { TableRoot as Table } from './Table';
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/table/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AACrD,YAAY,EACV,aAAa,EACb,SAAS,EACT,WAAW,EACX,iBAAiB,EACjB,cAAc,GACf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,KAAK,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AACpG,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AACrF,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAGzE,OAAO,EAAE,SAAS,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,42 @@
1
+ import { DrawerBodyProps, DrawerFooterProps, DrawerHeaderProps, DrawerProps as DrawerPropsType } from './Drawer.types';
2
+ import { drawerVariants } from './drawer-variants';
3
+ /**
4
+ * Drawer Component
5
+ *
6
+ * Complete CVA-driven, tokenized, theme-aware drawer overlay with focus trap,
7
+ * keyboard controls, and portal rendering. Supports left, right, and bottom positions.
8
+ *
9
+ * Features:
10
+ * - Portal rendering for proper z-index stacking
11
+ * - Focus trap (loops focus inside drawer)
12
+ * - Escape key closes drawer
13
+ * - Overlay click optionally closes (prop controlled)
14
+ * - Theme-aware overlay opacity using tokens
15
+ * - Token-driven shadows, border radius, and spacing
16
+ * - Complete accessibility (role, aria-modal, aria-labelledby, aria-describedby)
17
+ * - Initial focus on first interactive element
18
+ * - Position variants: left, right, bottom
19
+ * - Size variants: sm, md, lg
20
+ */
21
+ import * as React from "react";
22
+ /**
23
+ * Drawer Header - Header section with spacing
24
+ */
25
+ declare const DrawerHeader: React.ForwardRefExoticComponent<DrawerHeaderProps & React.RefAttributes<HTMLDivElement>>;
26
+ /**
27
+ * Drawer Body - Main content area
28
+ */
29
+ declare const DrawerBody: React.ForwardRefExoticComponent<DrawerBodyProps & React.RefAttributes<HTMLDivElement>>;
30
+ /**
31
+ * Drawer Footer - Footer section with layout
32
+ */
33
+ declare const DrawerFooter: React.ForwardRefExoticComponent<DrawerFooterProps & React.RefAttributes<HTMLDivElement>>;
34
+ declare const Drawer: React.ForwardRefExoticComponent<DrawerPropsType & React.RefAttributes<HTMLDivElement>> & {
35
+ Content: React.ForwardRefExoticComponent<DrawerPropsType & React.RefAttributes<HTMLDivElement>>;
36
+ Header: React.ForwardRefExoticComponent<DrawerHeaderProps & React.RefAttributes<HTMLDivElement>>;
37
+ Body: React.ForwardRefExoticComponent<DrawerBodyProps & React.RefAttributes<HTMLDivElement>>;
38
+ Footer: React.ForwardRefExoticComponent<DrawerFooterProps & React.RefAttributes<HTMLDivElement>>;
39
+ };
40
+ export type { DrawerBackdropVariant, DrawerBodyProps, DrawerFooterProps, DrawerHeaderProps, DrawerPosition, DrawerProps, DrawerSize, } from './Drawer.types';
41
+ export { Drawer, DrawerBody, DrawerFooter, DrawerHeader, drawerVariants };
42
+ //# sourceMappingURL=Drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/Drawer.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,OAAO,KAAK,EAEV,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,WAAW,IAAI,eAAe,EAC/B,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAsKnD;;GAEG;AACH,QAAA,MAAM,YAAY,0FAejB,CAAC;AAIF;;GAEG;AACH,QAAA,MAAM,UAAU,wFAIf,CAAC;AAIF;;GAEG;AACH,QAAA,MAAM,YAAY,0FAejB,CAAC;AAKF,QAAA,MAAM,MAAM;;;;;CAKV,CAAC;AAEH,YAAY,EACV,qBAAqB,EACrB,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,EACd,WAAW,EACX,UAAU,GACX,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,76 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { drawerVariants } from './drawer-variants';
3
+ /**
4
+ * Drawer position variants
5
+ */
6
+ export type DrawerPosition = "left" | "right" | "bottom";
7
+ /**
8
+ * Drawer size variants
9
+ */
10
+ export type DrawerSize = "sm" | "md" | "lg";
11
+ /**
12
+ * Backdrop variant for drawer overlay
13
+ */
14
+ export type DrawerBackdropVariant = "default" | "blurred" | "transparent";
15
+ /**
16
+ * Drawer Props
17
+ * Main props interface for Drawer component
18
+ */
19
+ export interface DrawerProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onClick" | "role" | "aria-modal" | "aria-labelledby" | "aria-describedby">, VariantProps<typeof drawerVariants> {
20
+ /**
21
+ * Whether drawer is open
22
+ */
23
+ open: boolean;
24
+ /**
25
+ * Callback when drawer should close
26
+ */
27
+ onClose: () => void;
28
+ /**
29
+ * Drawer position variant
30
+ */
31
+ position?: DrawerPosition;
32
+ /**
33
+ * Drawer size variant
34
+ */
35
+ size?: DrawerSize;
36
+ /**
37
+ * Backdrop variant
38
+ */
39
+ backdropVariant?: DrawerBackdropVariant;
40
+ /**
41
+ * Whether to close on backdrop click
42
+ */
43
+ closeOnBackdropClick?: boolean;
44
+ /**
45
+ * Whether to close on escape key
46
+ */
47
+ closeOnEscape?: boolean;
48
+ /**
49
+ * Element to return focus to when drawer closes
50
+ */
51
+ returnFocusRef?: React.RefObject<HTMLElement>;
52
+ /**
53
+ * ID for the drawer title (for aria-labelledby)
54
+ */
55
+ titleId?: string;
56
+ /**
57
+ * ID for the drawer description (for aria-describedby)
58
+ */
59
+ descriptionId?: string;
60
+ }
61
+ /**
62
+ * Drawer Header Props
63
+ */
64
+ export interface DrawerHeaderProps extends React.HTMLAttributes<HTMLDivElement> {
65
+ }
66
+ /**
67
+ * Drawer Body Props
68
+ */
69
+ export interface DrawerBodyProps extends React.HTMLAttributes<HTMLDivElement> {
70
+ }
71
+ /**
72
+ * Drawer Footer Props
73
+ */
74
+ export interface DrawerFooterProps extends React.HTMLAttributes<HTMLDivElement> {
75
+ }
76
+ //# sourceMappingURL=Drawer.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.types.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/Drawer.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAExD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEzD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,SAAS,GAAG,aAAa,CAAC;AAE1E;;;GAGG;AACH,MAAM,WAAW,WACf,SAAQ,IAAI,CACR,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EACpC,SAAS,GAAG,MAAM,GAAG,YAAY,GAAG,iBAAiB,GAAG,kBAAkB,CAC3E,EACD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC;IAE1B;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAElB;;OAEG;IACH,eAAe,CAAC,EAAE,qBAAqB,CAAC;IAExC;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAE9C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAElF;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG;AAEhF;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;CAAG"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Drawer Variants
3
+ *
4
+ * CVA-based variant system for Drawer component.
5
+ * Supports positions (left, right, bottom), sizes (sm, md, lg),
6
+ * and transitions (appear, disappear).
7
+ * All styling uses token-based values with CSS variable references.
8
+ */
9
+ /**
10
+ * Drawer Content Variants
11
+ * Main drawer container with position, size, and transition support
12
+ */
13
+ export declare const drawerVariants: (props?: ({
14
+ position?: "left" | "right" | "bottom" | null | undefined;
15
+ size?: "sm" | "md" | "lg" | null | undefined;
16
+ transition?: "appear" | "disappear" | null | undefined;
17
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
18
+ //# sourceMappingURL=drawer-variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer-variants.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/drawer-variants.ts"],"names":[],"mappings":"AAMA;;;;;;;GAOG;AAEH;;;GAGG;AACH,eAAO,MAAM,cAAc;;;;8EA4G1B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Drawer Component Exports
3
+ *
4
+ * Token-driven drawer component with Portal, Backdrop, and Surface integration.
5
+ * Supports position variants (left, right, bottom) and size variants (sm, md, lg).
6
+ */
7
+ export { Drawer, DrawerBody, DrawerFooter, DrawerHeader, drawerVariants } from './Drawer';
8
+ export type { DrawerBackdropVariant, DrawerBodyProps, DrawerFooterProps, DrawerHeaderProps, DrawerPosition, DrawerProps, DrawerSize, } from './Drawer.types';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1F,YAAY,EACV,qBAAqB,EACrB,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,EACd,WAAW,EACX,UAAU,GACX,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { DropdownItemProps, DropdownMenuProps, DropdownRootProps, DropdownTriggerProps } from './Dropdown.types';
2
+ import * as React from "react";
3
+ /**
4
+ * Dropdown Root Component
5
+ * Manages state and provides context for all Dropdown sub-components
6
+ */
7
+ export declare function DropdownRoot({ open: controlledOpen, onOpenChange, defaultOpen, disabled, children, variant, size, }: DropdownRootProps & {
8
+ variant?: DropdownRootProps["variant"];
9
+ size?: DropdownRootProps["size"];
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ export declare namespace DropdownRoot {
12
+ var displayName: string;
13
+ }
14
+ /**
15
+ * Dropdown Trigger Component
16
+ * Button that opens/closes the dropdown
17
+ */
18
+ export declare const DropdownTrigger: React.ForwardRefExoticComponent<DropdownTriggerProps & React.RefAttributes<HTMLButtonElement>>;
19
+ /**
20
+ * Dropdown Menu Component
21
+ * Portal-rendered menu container with keyboard navigation
22
+ */
23
+ export declare const DropdownMenu: React.ForwardRefExoticComponent<DropdownMenuProps & React.RefAttributes<HTMLDivElement>>;
24
+ /**
25
+ * Dropdown Item Component
26
+ * Individual menu item with roving tabindex
27
+ */
28
+ export declare const DropdownItem: React.ForwardRefExoticComponent<DropdownItemProps & React.RefAttributes<HTMLDivElement>>;
29
+ /**
30
+ * Dropdown Component (Compound)
31
+ * Main export that combines all sub-components
32
+ */
33
+ export declare const Dropdown: {
34
+ Root: typeof DropdownRoot;
35
+ Trigger: React.ForwardRefExoticComponent<DropdownTriggerProps & React.RefAttributes<HTMLButtonElement>>;
36
+ Menu: React.ForwardRefExoticComponent<DropdownMenuProps & React.RefAttributes<HTMLDivElement>>;
37
+ Item: React.ForwardRefExoticComponent<DropdownItemProps & React.RefAttributes<HTMLDivElement>>;
38
+ };
39
+ //# sourceMappingURL=Dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/Dropdown.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,OAAO,KAAK,EACV,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,oBAAoB,EACrB,MAAM,kBAAkB,CAAC;AAmC1B;;;GAGG;AACH,wBAAgB,YAAY,CAAC,EAC3B,IAAI,EAAE,cAAc,EACpB,YAAY,EACZ,WAAmB,EACnB,QAAgB,EAChB,QAAQ,EACR,OAAmB,EACnB,IAAW,GACZ,EAAE,iBAAiB,GAAG;IACrB,OAAO,CAAC,EAAE,iBAAiB,CAAC,SAAS,CAAC,CAAC;IACvC,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC;CAClC,2CA8DA;yBAzEe,YAAY;;;AA6E5B;;;GAGG;AACH,eAAO,MAAM,eAAe,gGA6K3B,CAAC;AAIF;;;GAGG;AACH,eAAO,MAAM,YAAY,0FAkHxB,CAAC;AAIF;;;GAGG;AACH,eAAO,MAAM,YAAY,0FA6GxB,CAAC;AAIF;;;GAGG;AACH,eAAO,MAAM,QAAQ;;;;;CAKpB,CAAC"}
@@ -0,0 +1,83 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { dropdownItemVariants, dropdownMenuVariants, dropdownTriggerVariants } from './dropdown-variants';
3
+ /**
4
+ * Dropdown Root Props
5
+ * Props for the DropdownRoot component that manages dropdown state
6
+ */
7
+ export interface DropdownRootProps {
8
+ /**
9
+ * Controlled open state
10
+ */
11
+ open?: boolean;
12
+ /**
13
+ * Callback when open state changes
14
+ */
15
+ onOpenChange?: (open: boolean) => void;
16
+ /**
17
+ * Default open state (uncontrolled)
18
+ */
19
+ defaultOpen?: boolean;
20
+ /**
21
+ * Disable the dropdown
22
+ */
23
+ disabled?: boolean;
24
+ /**
25
+ * Dropdown children
26
+ */
27
+ children: React.ReactNode;
28
+ /**
29
+ * Dropdown variant
30
+ */
31
+ variant?: "neutral" | "tinted";
32
+ /**
33
+ * Dropdown size
34
+ */
35
+ size?: "sm" | "md" | "lg";
36
+ }
37
+ /**
38
+ * Dropdown Trigger Props
39
+ * Props for the DropdownTrigger component
40
+ */
41
+ export interface DropdownTriggerProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof dropdownTriggerVariants> {
42
+ /**
43
+ * Render as child element
44
+ */
45
+ asChild?: boolean;
46
+ /**
47
+ * Dropdown trigger children
48
+ */
49
+ children: React.ReactNode;
50
+ }
51
+ /**
52
+ * Dropdown Menu Props
53
+ * Props for the DropdownMenu component
54
+ */
55
+ export interface DropdownMenuProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof dropdownMenuVariants> {
56
+ /**
57
+ * Dropdown menu children
58
+ */
59
+ children: React.ReactNode;
60
+ }
61
+ /**
62
+ * Dropdown Item Props
63
+ * Props for the DropdownItem component
64
+ */
65
+ export interface DropdownItemProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onSelect">, VariantProps<typeof dropdownItemVariants> {
66
+ /**
67
+ * Whether the item is disabled
68
+ */
69
+ disabled?: boolean;
70
+ /**
71
+ * Whether the item is selected
72
+ */
73
+ selected?: boolean;
74
+ /**
75
+ * Callback when item is selected
76
+ */
77
+ onSelect?: (event: Event) => void;
78
+ /**
79
+ * Dropdown item children
80
+ */
81
+ children: React.ReactNode;
82
+ }
83
+ //# sourceMappingURL=Dropdown.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.types.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/Dropdown.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,OAAO,KAAK,EACV,oBAAoB,EACpB,oBAAoB,EACpB,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAE7B;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC/B;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAED;;;GAGG;AACH,MAAM,WAAW,oBACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,uBAAuB,CAAC;IAC9C;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;;GAGG;AACH,MAAM,WAAW,iBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAC1C,YAAY,CAAC,OAAO,oBAAoB,CAAC;IAC3C;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;;GAGG;AACH,MAAM,WAAW,iBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,EAC5D,YAAY,CAAC,OAAO,oBAAoB,CAAC;IAC3C;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Dropdown Variants
3
+ *
4
+ * CVA-based variant system for Dropdown component.
5
+ * Supports variants (neutral, tinted), sizes (sm, md, lg), and states (open, closed, disabled).
6
+ * All styling uses token-based values with CSS variable references.
7
+ */
8
+ /**
9
+ * Dropdown Trigger Variants
10
+ * Button element that opens/closes the dropdown
11
+ */
12
+ export declare const dropdownTriggerVariants: (props?: ({
13
+ variant?: "neutral" | "tinted" | null | undefined;
14
+ size?: "sm" | "md" | "lg" | null | undefined;
15
+ state?: "disabled" | "closed" | "open" | null | undefined;
16
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
17
+ /**
18
+ * Dropdown Menu Variants
19
+ * Container for the dropdown items
20
+ */
21
+ export declare const dropdownMenuVariants: (props?: ({
22
+ variant?: "neutral" | "tinted" | null | undefined;
23
+ size?: "sm" | "md" | "lg" | null | undefined;
24
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
25
+ /**
26
+ * Dropdown Item Variants
27
+ * Individual menu item
28
+ */
29
+ export declare const dropdownItemVariants: (props?: ({
30
+ variant?: "neutral" | "tinted" | null | undefined;
31
+ size?: "sm" | "md" | "lg" | null | undefined;
32
+ state?: "disabled" | "default" | "selected" | null | undefined;
33
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
34
+ //# sourceMappingURL=dropdown-variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-variants.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown-variants.ts"],"names":[],"mappings":"AAUA;;;;;;GAMG;AAEH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;8EAyBnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;8EAmBhC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;8EAyBhC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/feedback/Skeleton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,aAAa;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAE5C,CAAC"}
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/feedback/Skeleton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,aAAa;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAW5C,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- export interface SearchInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange"> {
2
+ export interface SearchInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "size"> {
3
3
  value: string;
4
4
  onChange: (value: string) => void;
5
5
  onClear?: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/filters/SearchInput.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAC/E,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,QAAQ,EACR,OAAO,EACP,WAAW,EACX,eAAsB,EACtB,UAAgB,EAChB,SAAS,EACT,EAAE,EACF,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,gBAAgB,2CA6DlB;AAGD,wBAAgB,SAAS,CAAC,YAAY,GAAE,MAAW;;;;;EAuBlD"}
1
+ {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/filters/SearchInput.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,MAAM,CAAC;IACxF,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,QAAQ,EACR,OAAO,EACP,WAAW,EACX,eAAsB,EACtB,UAAgB,EAChB,SAAS,EACT,EAAE,EACF,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,gBAAgB,2CAgElB;AAGD,wBAAgB,SAAS,CAAC,YAAY,GAAE,MAAW;;;;;EAuBlD"}
@@ -0,0 +1,33 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { IconName } from '../../icons';
3
+ import * as React from "react";
4
+ declare const iconVariants: (props?: ({
5
+ size?: "sm" | "md" | "lg" | "xl" | null | undefined;
6
+ color?: "muted" | "default" | "success" | "warning" | "danger" | "info" | null | undefined;
7
+ stroke?: "normal" | "bold" | "thin" | null | undefined;
8
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
9
+ export interface IconProps extends Omit<React.SVGProps<SVGSVGElement>, "color" | "stroke">, VariantProps<typeof iconVariants> {
10
+ /**
11
+ * Icon name from registry
12
+ */
13
+ name: IconName;
14
+ /**
15
+ * Render as child element (composition pattern)
16
+ * Uses Radix UI Slot for composition
17
+ */
18
+ asChild?: boolean;
19
+ }
20
+ /**
21
+ * Icon component
22
+ *
23
+ * Unified icon component with token-driven sizing, colors, and stroke.
24
+ * Supports SSR-safe rendering and tree-shakeable icon registry.
25
+ *
26
+ * @example
27
+ * ```tsx
28
+ * <Icon name="search" size="md" color="default" />
29
+ * ```
30
+ */
31
+ declare const Icon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
32
+ export { Icon, iconVariants };
33
+ //# sourceMappingURL=Icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/Icon.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,KAAK,QAAQ,EAAmD,MAAM,SAAS,CAAC;AAIzF,QAAA,MAAM,YAAY;;;;8EA2BhB,CAAC;AAEH,MAAM,WAAW,SACf,SAAQ,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC,EAC7D,YAAY,CAAC,OAAO,YAAY,CAAC;IACnC;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;;;;;;;GAUG;AACH,QAAA,MAAM,IAAI,8FAqCT,CAAC;AAIF,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Icon Component Types
3
+ *
4
+ * Type definitions for the Icon component.
5
+ * Re-exports from Icon.tsx to maintain consistent export structure.
6
+ */
7
+ export type { IconProps } from './Icon';
8
+ //# sourceMappingURL=Icon.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.types.d.ts","sourceRoot":"","sources":["../../../src/components/icon/Icon.types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Icon Component Exports
3
+ */
4
+ export { Icon, type IconProps, iconVariants } from './Icon';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icon/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { InputProps } from './Input.types';
2
+ import * as React from "react";
3
+ /**
4
+ * Input Component
5
+ *
6
+ * A fully accessible, theme-aware input component with variant support,
7
+ * icon slots, and comprehensive state management.
8
+ *
9
+ * @example
10
+ * ```tsx
11
+ * <Input
12
+ * variant="outline"
13
+ * size="md"
14
+ * placeholder="Enter text..."
15
+ * iconLeft={<Icon name="search" />}
16
+ * />
17
+ * ```
18
+ */
19
+ declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
20
+ export { Input };
21
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/input/Input.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD;;;;;;;;;;;;;;;GAeG;AACH,QAAA,MAAM,KAAK,qFAkGV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,CAAC"}