@tenerife.music/ui 1.0.2 → 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 -75
  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
@@ -1,4 +1,4 @@
1
- import { AnimationProps, PresetConfig, SpringConfig } from './types';
1
+ import { AnimationProps, PresetConfig } from './types';
2
2
  /**
3
3
  * Fade animation presets
4
4
  */
@@ -120,17 +120,15 @@ export declare const scalePresets: {
120
120
  };
121
121
  /**
122
122
  * Stagger animation helper
123
- * Creates staggered animations for children elements
123
+ * Note: Stagger animations are not directly supported in CSS-only approach.
124
+ * This function is kept for API compatibility but returns empty className.
125
+ * For stagger effects, apply animation classes to child elements with CSS delays.
124
126
  */
125
- export declare function createStagger(staggerChildren?: number, delayChildren?: number, config?: PresetConfig): {
126
- transition: {
127
- staggerChildren: number;
128
- delayChildren: number;
129
- } & SpringConfig;
130
- };
127
+ export declare function createStagger(_staggerChildren?: number, _delayChildren?: number, config?: PresetConfig): AnimationProps;
131
128
  /**
132
129
  * Reveal on scroll preset
133
130
  * Uses Intersection Observer for scroll-triggered animations
131
+ * Returns CSS class that should be applied when element is in view
134
132
  */
135
133
  export declare function revealOnScroll(config?: PresetConfig & {
136
134
  threshold?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../src/animation/presets.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../src/animation/presets.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
- import { Duration, durations, Easing, easings, reducedMotion, Spring, springs, Transition, transitions } from '../tokens/motion';
2
- import { SpringConfig } from './types';
1
+ import { Duration, durations, Easing, easings, reducedMotion, Transition, transitions } from '../tokens/motion';
3
2
  /**
4
3
  * Check if user prefers reduced motion
5
4
  * Checks both system preference and global override
@@ -10,69 +9,15 @@ export declare function shouldReduceMotion(override?: boolean | "auto"): boolean
10
9
  * Returns transition string using motion tokens
11
10
  */
12
11
  export declare function createTransition(transitionName?: Transition, customDuration?: Duration | string, customEasing?: Easing | string, reduceMotionOverride?: boolean | "auto"): string;
13
- /**
14
- * Create spring configuration for Framer Motion
15
- * Returns spring config object using motion tokens
16
- */
17
- export declare function createSpring(springName?: Spring, customConfig?: Partial<SpringConfig>, reduceMotionOverride?: boolean | "auto"): SpringConfig;
18
- /**
19
- * Get animation configuration with reduced motion support
20
- * Returns config object that respects user preferences
21
- */
22
- export declare function getAnimationConfig(config?: {
23
- duration?: Duration | string | number;
24
- easing?: Easing | string;
25
- delay?: number;
26
- spring?: Spring | Partial<SpringConfig>;
27
- reduceMotion?: boolean | "auto";
28
- }): {
29
- duration?: number | string;
30
- ease?: string | number[];
31
- delay?: number;
32
- type?: "tween" | "spring";
33
- [key: string]: unknown;
34
- };
35
- /**
36
- * Convert CSS transition to Framer Motion transition
37
- */
38
- export declare function cssTransitionToMotionTransition(cssTransition: string, reduceMotionOverride?: boolean | "auto"): {
39
- duration?: number;
40
- ease?: string | number[];
41
- type?: "tween";
42
- };
43
- /**
44
- * Get keyframe animation configuration
45
- * Converts keyframe tokens to Framer Motion keyframes
46
- */
47
- export declare function getKeyframeConfig(_keyframeName: string, reduceMotionOverride?: boolean | "auto"): object | undefined;
48
12
  /**
49
13
  * Check if animations should be enabled
50
14
  * Global check for animation enablement
51
15
  */
52
16
  export declare function shouldEnableAnimations(globalEnable?: boolean, reduceMotionOverride?: boolean | "auto"): boolean;
53
- /**
54
- * Create reveal animation configuration
55
- * For scroll-triggered animations using Intersection Observer
56
- */
57
- export declare function createRevealConfig(options?: {
58
- threshold?: number;
59
- rootMargin?: string;
60
- triggerOnce?: boolean;
61
- reduceMotion?: boolean | "auto";
62
- }): {
63
- initial: object;
64
- animate: object;
65
- transition: object;
66
- viewport?: {
67
- once?: boolean;
68
- margin?: string;
69
- amount?: number;
70
- };
71
- };
72
17
  /**
73
18
  * Export motion tokens for direct access
74
19
  */
75
- export { durations, easings, reducedMotion, springs, transitions };
20
+ export { durations, easings, reducedMotion, transitions };
76
21
  /**
77
22
  * Export types
78
23
  */
@@ -1 +1 @@
1
- {"version":3,"file":"tas.d.ts","sourceRoot":"","sources":["../../src/animation/tas.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EACL,KAAK,QAAQ,EACb,SAAS,EACT,KAAK,MAAM,EACX,OAAO,EACP,aAAa,EACb,KAAK,MAAM,EACX,OAAO,EACP,KAAK,UAAU,EACf,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAEzB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAevE;AAcD;;;GAGG;AACH,wBAAgB,gBAAgB,CAC9B,cAAc,CAAC,EAAE,UAAU,EAC3B,cAAc,CAAC,EAAE,QAAQ,GAAG,MAAM,EAClC,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAC9B,oBAAoB,CAAC,EAAE,OAAO,GAAG,MAAM,GACtC,MAAM,CAkDR;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAC1B,UAAU,CAAC,EAAE,MAAM,EACnB,YAAY,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,EACpC,oBAAoB,CAAC,EAAE,OAAO,GAAG,MAAM,GACtC,YAAY,CAkBd;AAuDD;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,MAAM,GAAE;IACN,QAAQ,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;IACtC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IACxC,YAAY,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC5B,GACL;IACD,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CA8GA;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAC7C,aAAa,EAAE,MAAM,EACrB,oBAAoB,CAAC,EAAE,OAAO,GAAG,MAAM,GACtC;IACD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CA2CA;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAC/B,aAAa,EAAE,MAAM,EACrB,oBAAoB,CAAC,EAAE,OAAO,GAAG,MAAM,GACtC,MAAM,GAAG,SAAS,CAQpB;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CACpC,YAAY,CAAC,EAAE,OAAO,EACtB,oBAAoB,CAAC,EAAE,OAAO,GAAG,MAAM,GACtC,OAAO,CAQT;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,GAAE;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC5B,GACL;IACD,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE;QACT,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACH,CA+BA;AAED;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,WAAW,EAAE,CAAC;AAEnE;;GAEG;AACH,YAAY,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"tas.d.ts","sourceRoot":"","sources":["../../src/animation/tas.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EACL,KAAK,QAAQ,EACb,SAAS,EACT,KAAK,MAAM,EACX,OAAO,EACP,aAAa,EACb,KAAK,UAAU,EACf,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAEzB;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAevE;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,CAC9B,cAAc,CAAC,EAAE,UAAU,EAC3B,cAAc,CAAC,EAAE,QAAQ,GAAG,MAAM,EAClC,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAC9B,oBAAoB,CAAC,EAAE,OAAO,GAAG,MAAM,GACtC,MAAM,CAkDR;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CACpC,YAAY,CAAC,EAAE,OAAO,EACtB,oBAAoB,CAAC,EAAE,OAAO,GAAG,MAAM,GACtC,OAAO,CAQT;AAED;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC;AAE1D;;GAEG;AACH,YAAY,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC"}
@@ -5,52 +5,14 @@ import { Spring as SpringToken } from '../tokens/motion';
5
5
  export type Spring = SpringToken;
6
6
  /**
7
7
  * Animation props for layout primitives
8
+ * Returns CSS class names for Motion Tokens V2 animations
8
9
  */
9
10
  export interface AnimationProps {
10
11
  /**
11
- * Initial animation state (Framer Motion)
12
+ * CSS class name for the animation
13
+ * Maps to tm-motion-* utility classes
12
14
  */
13
- initial?: string | object | false;
14
- /**
15
- * Animate to this state (Framer Motion)
16
- */
17
- animate?: string | object | false;
18
- /**
19
- * Exit animation state (Framer Motion)
20
- */
21
- exit?: string | object | false;
22
- /**
23
- * Transition configuration
24
- */
25
- transition?: string | object | Spring;
26
- /**
27
- * Animation on hover
28
- */
29
- whileHover?: object;
30
- /**
31
- * Animation on focus
32
- */
33
- whileFocus?: object;
34
- /**
35
- * Animation on tap
36
- */
37
- whileTap?: object;
38
- /**
39
- * Animation on drag
40
- */
41
- whileDrag?: object;
42
- /**
43
- * Animation on in view (Intersection Observer)
44
- */
45
- whileInView?: object;
46
- /**
47
- * Viewport options for whileInView
48
- */
49
- viewport?: {
50
- once?: boolean;
51
- margin?: string;
52
- amount?: number;
53
- };
15
+ className?: string;
54
16
  }
55
17
  /**
56
18
  * Transition configuration
@@ -90,16 +52,16 @@ export interface PresetConfig {
90
52
  export interface ComponentAnimationConfig {
91
53
  /**
92
54
  * Animation preset for initial mount/entrance
93
- * Can be a preset name string or AnimationProps object
55
+ * Can be a preset name string or CSS class name
94
56
  */
95
- animation?: "fadeIn" | "fadeInUp" | "fadeInDown" | "fadeInLeft" | "fadeInRight" | "slideInUp" | "slideInDown" | "slideInLeft" | "slideInRight" | "scaleIn" | AnimationProps;
57
+ animation?: "fadeIn" | "fadeInUp" | "fadeInDown" | "fadeInLeft" | "fadeInRight" | "slideInUp" | "slideInDown" | "slideInLeft" | "slideInRight" | "scaleIn" | string;
96
58
  /**
97
59
  * Animation preset for hover state
98
- * Can be a preset name string or AnimationProps object
60
+ * Can be a preset name string or CSS class name
99
61
  */
100
- hoverAnimation?: "hoverLift" | "hoverScale" | "tapScale" | AnimationProps;
62
+ hoverAnimation?: "hoverLift" | "hoverScale" | "tapScale" | string;
101
63
  /**
102
- * Custom animation props (overrides preset names)
64
+ * Custom animation class name (overrides preset names)
103
65
  */
104
66
  animationProps?: AnimationProps;
105
67
  }
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/animation/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,MAAM,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,WAAW,CAAC;AAEjC;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC;IAElC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC;IAE/B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IAEtC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE;QACT,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC;IACpD,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC;IAC/B,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAClC;AAED;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,SAAS,CAAC,EACN,QAAQ,GACR,UAAU,GACV,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,WAAW,GACX,aAAa,GACb,aAAa,GACb,cAAc,GACd,SAAS,GACT,cAAc,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,WAAW,GAAG,YAAY,GAAG,UAAU,GAAG,cAAc,CAAC;IAE1E;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/animation/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,MAAM,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,WAAW,CAAC;AAEjC;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC;IACpD,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC;IAC/B,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAClC;AAED;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,SAAS,CAAC,EACN,QAAQ,GACR,UAAU,GACV,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,WAAW,GACX,aAAa,GACb,aAAa,GACb,cAAc,GACd,SAAS,GACT,MAAM,CAAC;IAEX;;;OAGG;IACH,cAAc,CAAC,EAAE,WAAW,GAAG,YAAY,GAAG,UAAU,GAAG,MAAM,CAAC;IAElE;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * useInView Hook
3
+ *
4
+ * Native Intersection Observer hook for scroll-triggered animations.
5
+ * SSR-safe implementation that works without framer-motion.
6
+ */
7
+ export interface UseInViewOptions {
8
+ /**
9
+ * Trigger animation only once
10
+ */
11
+ once?: boolean;
12
+ /**
13
+ * Root margin for Intersection Observer
14
+ * e.g., "-100px" or "0px 0px -100px 0px"
15
+ */
16
+ margin?: string;
17
+ /**
18
+ * Threshold for intersection (0-1)
19
+ */
20
+ threshold?: number;
21
+ }
22
+ export interface UseInViewReturn {
23
+ /**
24
+ * Ref to attach to the element to observe
25
+ */
26
+ ref: React.RefObject<HTMLElement | null>;
27
+ /**
28
+ * Whether the element is currently in view
29
+ */
30
+ isInView: boolean;
31
+ }
32
+ /**
33
+ * Hook to detect when an element enters the viewport
34
+ * Uses native Intersection Observer API
35
+ */
36
+ export declare function useInView(options?: UseInViewOptions): UseInViewReturn;
37
+ //# sourceMappingURL=useInView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useInView.d.ts","sourceRoot":"","sources":["../../src/animation/useInView.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAMH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAEzC;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AACH,wBAAgB,SAAS,CAAC,OAAO,GAAE,gBAAqB,GAAG,eAAe,CAiDzE"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/animation/utils.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAoExE;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,MAAM,CAAC,EAAE,wBAAwB,GAAG,cAAc,CAoB5F"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/animation/utils.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAoExE;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,MAAM,CAAC,EAAE,wBAAwB,GAAG,cAAc,CAe5F"}
@@ -1 +1 @@
1
- {"version":3,"file":"SectionBuilder.d.ts","sourceRoot":"","sources":["../../src/components/SectionBuilder.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,OAAO,KAAK,EAIV,mBAAmB,EAIpB,MAAM,wBAAwB,CAAC;AAuXhC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,cAAc,yFA2H1B,CAAC;AAIF,YAAY,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC"}
1
+ {"version":3,"file":"SectionBuilder.d.ts","sourceRoot":"","sources":["../../src/components/SectionBuilder.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;GASG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,OAAO,KAAK,EAIV,mBAAmB,EAIpB,MAAM,wBAAwB,CAAC;AAqXhC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,cAAc,yFA2H1B,CAAC;AAIF,YAAY,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../src/components/admin/Dashboard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAkB9C,CAAC"}
1
+ {"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../src/components/admin/Dashboard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAkB9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"UserManagement.d.ts","sourceRoot":"","sources":["../../../src/components/admin/UserManagement.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAkBxD,CAAC"}
1
+ {"version":3,"file":"UserManagement.d.ts","sourceRoot":"","sources":["../../../src/components/admin/UserManagement.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAkBxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../src/components/auth/LoginForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,cAAc;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA+B9C,CAAC"}
1
+ {"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../src/components/auth/LoginForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,cAAc;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAyC9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileCard.d.ts","sourceRoot":"","sources":["../../../src/components/auth/ProfileCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAqBlD,CAAC"}
1
+ {"version":3,"file":"ProfileCard.d.ts","sourceRoot":"","sources":["../../../src/components/auth/ProfileCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAqBlD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RegisterForm.d.ts","sourceRoot":"","sources":["../../../src/components/auth/RegisterForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,iBAAiB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAwCpD,CAAC"}
1
+ {"version":3,"file":"RegisterForm.d.ts","sourceRoot":"","sources":["../../../src/components/auth/RegisterForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,iBAAiB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAuDpD,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { ArtistCardProps } from './ArtistCard.types';
2
+ import * as React from "react";
3
+ /**
4
+ * ArtistCard Component
5
+ *
6
+ * Domain-specific card component for displaying artist information.
7
+ * Uses CardBase for layout and DOMAIN_TOKENS for all styling.
8
+ * Supports size variants (default, compact) and style variants (default, featured).
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * <ArtistCard
13
+ * name="Artist Name"
14
+ * genres="Jazz, Blues"
15
+ * followers={1200}
16
+ * plays={50000}
17
+ * followersLabel="followers"
18
+ * playsLabel="plays"
19
+ * />
20
+ * ```
21
+ */
22
+ export declare const ArtistCard: React.ForwardRefExoticComponent<ArtistCardProps & React.RefAttributes<HTMLDivElement>>;
23
+ //# sourceMappingURL=ArtistCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArtistCard.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/ArtistCard/ArtistCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAoB/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAc1D;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,UAAU,wFAiMtB,CAAC"}
@@ -0,0 +1,47 @@
1
+ import { ComponentAnimationConfig } from '../../../animation/types';
2
+ import * as React from "react";
3
+ /**
4
+ * ArtistCard Size Variant
5
+ */
6
+ export type ArtistCardSize = "default" | "compact";
7
+ /**
8
+ * ArtistCard Style Variant
9
+ */
10
+ export type ArtistCardVariant = "default" | "featured";
11
+ /**
12
+ * Props for ArtistCard component.
13
+ * All props are flat and domain-agnostic. Consumer should provide pre-localized strings.
14
+ */
15
+ export interface ArtistCardProps extends React.HTMLAttributes<HTMLDivElement> {
16
+ /** Artist name (pre-localized string, required) */
17
+ name: string;
18
+ /** Artist description (pre-localized string, optional) */
19
+ description?: string;
20
+ /** Genres as comma-separated string (e.g., "Jazz, Blues, Rock", optional) */
21
+ genres?: string;
22
+ /** Follower count for popularity metric (optional) */
23
+ followers?: number;
24
+ /** Plays/listens count for popularity metric (optional) */
25
+ plays?: number;
26
+ /** Image URL (optional) */
27
+ imageUrl?: string;
28
+ /** Link URL for artist details page (optional) */
29
+ href?: string;
30
+ /** Whether this is a featured artist */
31
+ featured?: boolean;
32
+ /** Show image section */
33
+ showImage?: boolean;
34
+ /** Badge text for featured artists (optional) */
35
+ popularBadgeText?: string;
36
+ /** Label for followers count (required) */
37
+ followersLabel: string;
38
+ /** Label for plays count (required) */
39
+ playsLabel: string;
40
+ /** Size variant - controls padding and gap */
41
+ size?: ArtistCardSize;
42
+ /** Style variant - controls visual appearance */
43
+ variant?: ArtistCardVariant;
44
+ /** Animation configuration for entrance and hover animations */
45
+ animation?: ComponentAnimationConfig;
46
+ }
47
+ //# sourceMappingURL=ArtistCard.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArtistCard.types.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/ArtistCard/ArtistCard.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,SAAS,CAAC;AAEnD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,UAAU,CAAC;AAEvD;;;GAGG;AACH,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC3E,mDAAmD;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,0DAA0D;IAC1D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,6EAA6E;IAC7E,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,sDAAsD;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2DAA2D;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kDAAkD;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,wCAAwC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yBAAyB;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,iDAAiD;IACjD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,2CAA2C;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,uCAAuC;IACvC,UAAU,EAAE,MAAM,CAAC;IACnB,8CAA8C;IAC9C,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,iDAAiD;IACjD,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,gEAAgE;IAChE,SAAS,CAAC,EAAE,wBAAwB,CAAC;CACtC"}
@@ -0,0 +1,84 @@
1
+ /**
2
+ * ArtistCard Variants
3
+ *
4
+ * CVA-based variant system for ArtistCard component.
5
+ * Supports size variants (default, compact) and style variants (default, featured).
6
+ * All styling uses token-based values from DOMAIN_TOKENS, TEXT_TOKENS, ICON_TOKENS, and MOTION_TOKENS.
7
+ */
8
+ /**
9
+ * ArtistCard root wrapper variant
10
+ * Base wrapper for the card component
11
+ */
12
+ export declare const artistCardVariants: (props?: ({
13
+ size?: "default" | "compact" | null | undefined;
14
+ variant?: "default" | "featured" | null | undefined;
15
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
16
+ /**
17
+ * Badge positioning variant
18
+ * Uses absolute positioning for featured badge overlay
19
+ */
20
+ export declare const artistCardBadgeVariants: (props?: ({
21
+ size?: "default" | "compact" | null | undefined;
22
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
23
+ /**
24
+ * Badge surface variant
25
+ * Uses DOMAIN_TOKENS.badges for styling
26
+ */
27
+ export declare const artistCardBadgeSurfaceVariants: (props?: ({
28
+ size?: "default" | "compact" | null | undefined;
29
+ variant?: "default" | "featured" | null | undefined;
30
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
31
+ /**
32
+ * ArtistCard Image Overlay Variants
33
+ *
34
+ * CVA-based variant system for image overlay on hover.
35
+ * Uses DOMAIN_TOKENS.image.overlay and MOTION_TOKENS.
36
+ */
37
+ export declare const artistCardImageOverlayVariants: (props?: ({
38
+ size?: "default" | "compact" | null | undefined;
39
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
40
+ /**
41
+ * ArtistCard Image Transform Variants
42
+ *
43
+ * CVA-based variant system for image scale on hover.
44
+ * Uses DOMAIN_TOKENS.motion.hover and MOTION_TOKENS.
45
+ */
46
+ export declare const artistCardImageTransformVariants: (props?: ({
47
+ size?: "default" | "compact" | null | undefined;
48
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
49
+ /**
50
+ * Metadata container variant
51
+ * Uses DOMAIN_TOKENS.metadata for spacing
52
+ */
53
+ export declare const artistCardMetadataVariants: (props?: ({
54
+ size?: "default" | "compact" | null | undefined;
55
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
56
+ /**
57
+ * Metadata item variant
58
+ * Uses DOMAIN_TOKENS.metadata for icon and text styling
59
+ */
60
+ export declare const artistCardMetadataItemVariants: (props?: ({
61
+ size?: "default" | "compact" | null | undefined;
62
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
63
+ /**
64
+ * Metadata icon variant
65
+ * Uses ICON_TOKENS for sizing and colors
66
+ */
67
+ export declare const artistCardMetadataIconVariants: (props?: ({
68
+ size?: "default" | "compact" | null | undefined;
69
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
70
+ /**
71
+ * Genres display variant
72
+ * Uses DOMAIN_TOKENS.metadata for text styling
73
+ */
74
+ export declare const artistCardGenresVariants: (props?: ({
75
+ size?: "default" | "compact" | null | undefined;
76
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
77
+ /**
78
+ * Footer border variant
79
+ * Uses DOMAIN_TOKENS for border and spacing
80
+ */
81
+ export declare const artistCardFooterBorderVariants: (props?: ({
82
+ size?: "default" | "compact" | null | undefined;
83
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
84
+ //# sourceMappingURL=ArtistCard.variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArtistCard.variants.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/ArtistCard/ArtistCard.variants.ts"],"names":[],"mappings":"AASA;;;;;;GAMG;AAEH;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;8EAe7B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;8EAcnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;;8EAmB1C,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,8BAA8B;;8EAa1C,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,gCAAgC;;8EAa5C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;8EActC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;8EAc1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;8EAc1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;8EAcpC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;8EAc1C,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * ArtistCard Component Exports
3
+ *
4
+ * Barrel exports for ArtistCard component and related types/variants.
5
+ */
6
+ export { ArtistCard } from './ArtistCard';
7
+ export type { ArtistCardProps, ArtistCardSize, ArtistCardVariant } from './ArtistCard.types';
8
+ export { artistCardBadgeSurfaceVariants, artistCardBadgeVariants, artistCardFooterBorderVariants, artistCardGenresVariants, artistCardImageOverlayVariants, artistCardImageTransformVariants, artistCardMetadataIconVariants, artistCardMetadataItemVariants, artistCardMetadataVariants, artistCardVariants, } from './ArtistCard.variants';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/ArtistCard/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,8BAA8B,EAC9B,uBAAuB,EACvB,8BAA8B,EAC9B,wBAAwB,EACxB,8BAA8B,EAC9B,gCAAgC,EAChC,8BAA8B,EAC9B,8BAA8B,EAC9B,0BAA0B,EAC1B,kBAAkB,GACnB,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1,46 @@
1
+ import { CardBaseContentWrapperProps, CardBaseFooterWrapperProps, CardBaseImageWrapperProps, CardBaseProps } from './CardBase.types';
2
+ /**
3
+ * CardBase Component
4
+ *
5
+ * Reusable card layout component with CVA architecture.
6
+ * Provides pure layout wrappers (ImageWrapper, ContentWrapper, FooterWrapper)
7
+ * with no domain logic. All styling uses token-based values.
8
+ *
9
+ * Architecture:
10
+ * <CardBase>
11
+ * <ImageWrapper />
12
+ * <ContentWrapper />
13
+ * <FooterWrapper />
14
+ * </CardBase>
15
+ */
16
+ import * as React from "react";
17
+ /**
18
+ * CardBase Root Component
19
+ *
20
+ * Main container for card layout. Uses CVA variants for size and style.
21
+ * All styling comes from DOMAIN_TOKENS, MOTION_TOKENS.
22
+ */
23
+ declare const CardBase: React.ForwardRefExoticComponent<CardBaseProps & React.RefAttributes<HTMLDivElement>>;
24
+ /**
25
+ * CardBase ImageWrapper Component
26
+ *
27
+ * Layout wrapper for card images. Uses DOMAIN_TOKENS.image for styling.
28
+ * Provides aspect ratio, border radius, and overflow handling.
29
+ */
30
+ declare const CardBaseImageWrapper: React.ForwardRefExoticComponent<CardBaseImageWrapperProps & React.RefAttributes<HTMLDivElement>>;
31
+ /**
32
+ * CardBase ContentWrapper Component
33
+ *
34
+ * Layout wrapper for card content. Uses flex column layout.
35
+ * Spacing is controlled by parent CardBase size variant.
36
+ */
37
+ declare const CardBaseContentWrapper: React.ForwardRefExoticComponent<CardBaseContentWrapperProps & React.RefAttributes<HTMLDivElement>>;
38
+ /**
39
+ * CardBase FooterWrapper Component
40
+ *
41
+ * Layout wrapper for card footer. Uses flex layout.
42
+ * Spacing is controlled by parent CardBase size variant.
43
+ */
44
+ declare const CardBaseFooterWrapper: React.ForwardRefExoticComponent<CardBaseFooterWrapperProps & React.RefAttributes<HTMLDivElement>>;
45
+ export { CardBase, CardBaseContentWrapper, CardBaseFooterWrapper, CardBaseImageWrapper };
46
+ //# sourceMappingURL=CardBase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardBase.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/CardBase/CardBase.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;GAaG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EACV,2BAA2B,EAC3B,0BAA0B,EAC1B,yBAAyB,EACzB,aAAa,EACd,MAAM,kBAAkB,CAAC;AAQ1B;;;;;GAKG;AACH,QAAA,MAAM,QAAQ,sFAQb,CAAC;AAIF;;;;;GAKG;AACH,QAAA,MAAM,oBAAoB,kGAQzB,CAAC;AAIF;;;;;GAKG;AACH,QAAA,MAAM,sBAAsB,oGAa3B,CAAC;AAIF;;;;;GAKG;AACH,QAAA,MAAM,qBAAqB,mGAQ1B,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,CAAC"}
@@ -0,0 +1,71 @@
1
+ import * as React from "react";
2
+ /**
3
+ * CardBase Size Variant
4
+ */
5
+ export type CardBaseSize = "default" | "compact";
6
+ /**
7
+ * CardBase Style Variant
8
+ */
9
+ export type CardBaseVariant = "default" | "featured";
10
+ /**
11
+ * CardBase Root Component Props
12
+ */
13
+ export interface CardBaseProps extends React.HTMLAttributes<HTMLDivElement> {
14
+ /**
15
+ * Size variant - controls padding and gap
16
+ * @default "default"
17
+ */
18
+ size?: CardBaseSize;
19
+ /**
20
+ * Style variant - controls visual appearance
21
+ * @default "default"
22
+ */
23
+ variant?: CardBaseVariant;
24
+ /**
25
+ * Additional CSS classes
26
+ */
27
+ className?: string;
28
+ }
29
+ /**
30
+ * CardBase ImageWrapper Props
31
+ */
32
+ export interface CardBaseImageWrapperProps extends React.HTMLAttributes<HTMLDivElement> {
33
+ /**
34
+ * Size variant - inherited from parent CardBase
35
+ * @default "default"
36
+ */
37
+ size?: CardBaseSize;
38
+ /**
39
+ * Additional CSS classes
40
+ */
41
+ className?: string;
42
+ }
43
+ /**
44
+ * CardBase ContentWrapper Props
45
+ */
46
+ export interface CardBaseContentWrapperProps extends React.HTMLAttributes<HTMLDivElement> {
47
+ /**
48
+ * Size variant - inherited from parent CardBase
49
+ * @default "default"
50
+ */
51
+ size?: CardBaseSize;
52
+ /**
53
+ * Additional CSS classes
54
+ */
55
+ className?: string;
56
+ }
57
+ /**
58
+ * CardBase FooterWrapper Props
59
+ */
60
+ export interface CardBaseFooterWrapperProps extends React.HTMLAttributes<HTMLDivElement> {
61
+ /**
62
+ * Size variant - inherited from parent CardBase
63
+ * @default "default"
64
+ */
65
+ size?: CardBaseSize;
66
+ /**
67
+ * Additional CSS classes
68
+ */
69
+ className?: string;
70
+ }
71
+ //# sourceMappingURL=CardBase.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardBase.types.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/CardBase/CardBase.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,SAAS,CAAC;AAEjD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,UAAU,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACzE;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAE1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,yBAA0B,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACrF;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACvF;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACtF;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}