@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,77 @@
1
+ /**
2
+ * Gesture System
3
+ *
4
+ * SSR-safe gesture detection using pointer events.
5
+ * Supports swipe gestures for dismissible components (Toast, NotificationPanel, Drawer).
6
+ */
7
+ /**
8
+ * Swipe direction type
9
+ */
10
+ export type SwipeDirection = "left" | "right" | "up" | "down";
11
+ /**
12
+ * Swipe event data
13
+ */
14
+ export interface SwipeEvent {
15
+ direction: SwipeDirection;
16
+ distance: number;
17
+ velocity: number;
18
+ }
19
+ /**
20
+ * useSwipe hook options
21
+ */
22
+ export interface UseSwipeOptions {
23
+ /**
24
+ * Minimum distance (in pixels) to trigger a swipe
25
+ * @default 50
26
+ */
27
+ threshold?: number;
28
+ /**
29
+ * Minimum velocity (pixels per ms) to trigger a swipe
30
+ * @default 0.1
31
+ */
32
+ velocityThreshold?: number;
33
+ /**
34
+ * Allowed swipe directions
35
+ * @default ['left', 'right', 'up', 'down']
36
+ */
37
+ directions?: SwipeDirection[];
38
+ /**
39
+ * Callback when swipe is detected
40
+ */
41
+ onSwipe?: (event: SwipeEvent) => void;
42
+ /**
43
+ * Whether swipe detection is enabled
44
+ * @default true
45
+ */
46
+ enabled?: boolean;
47
+ }
48
+ /**
49
+ * useSwipe hook return type
50
+ */
51
+ export interface UseSwipeReturn {
52
+ /**
53
+ * Whether a swipe is currently in progress
54
+ */
55
+ isSwiping: boolean;
56
+ /**
57
+ * Current swipe distance
58
+ */
59
+ distance: number;
60
+ /**
61
+ * Current swipe direction (if swiping)
62
+ */
63
+ direction: SwipeDirection | null;
64
+ }
65
+ /**
66
+ * Hook to detect swipe gestures using pointer events
67
+ * SSR-safe: only uses DOM APIs inside useEffect
68
+ *
69
+ * @param options - Swipe detection options
70
+ * @returns Swipe state and handlers
71
+ */
72
+ export declare function useSwipe(options?: UseSwipeOptions): UseSwipeReturn & {
73
+ handlers: {
74
+ ref: React.RefCallback<HTMLElement>;
75
+ } & Omit<React.HTMLAttributes<HTMLElement>, "ref">;
76
+ };
77
+ //# sourceMappingURL=gestures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gestures.d.ts","sourceRoot":"","sources":["../../../src/theme/motion/gestures.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAMH;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,SAAS,EAAE,cAAc,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,UAAU,CAAC,EAAE,cAAc,EAAE,CAAC;IAE9B;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IAEtC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,EAAE,cAAc,GAAG,IAAI,CAAC;CAClC;AAED;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,OAAO,GAAE,eAAoB,GAAG,cAAc,GAAG;IACxE,QAAQ,EAAE;QAAE,GAAG,EAAE,KAAK,CAAC,WAAW,CAAC,WAAW,CAAC,CAAA;KAAE,GAAG,IAAI,CACtD,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,EACjC,KAAK,CACN,CAAC;CACH,CAyKA"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * useReducedMotion Hook
3
+ *
4
+ * SSR-safe hook to detect prefers-reduced-motion media query.
5
+ * Returns boolean indicating if user prefers reduced motion.
6
+ */
7
+ /**
8
+ * Hook to detect prefers-reduced-motion preference
9
+ * @returns boolean - true if user prefers reduced motion
10
+ */
11
+ export declare function useReducedMotion(): boolean;
12
+ //# sourceMappingURL=useReducedMotion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useReducedMotion.d.ts","sourceRoot":"","sources":["../../../src/theme/motion/useReducedMotion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAMH;;;GAGG;AACH,wBAAgB,gBAAgB,IAAI,OAAO,CA8C1C"}
@@ -76,6 +76,13 @@ export declare function setActiveBrand(brand: BrandPackage | null): void;
76
76
  * Clear active brand
77
77
  */
78
78
  export declare function clearActiveBrand(): void;
79
+ /**
80
+ * Clear brand registry
81
+ * This function is primarily for testing purposes to reset the brand registry between tests
82
+ *
83
+ * @internal
84
+ */
85
+ export declare function clearBrandRegistry(): void;
79
86
  /**
80
87
  * Get brand theme for a specific mode
81
88
  *
@@ -1 +1 @@
1
- {"version":3,"file":"brand_engine.d.ts","sourceRoot":"","sources":["../../src/themes/brand_engine.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AA2C/E;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,qBAAqB,CAyGnE;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,KAAK,EAAE,YAAY,EACnB,OAAO,CAAC,EAAE;IAAE,OAAO,CAAC,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,OAAO,CAAC;QAAE,OAAO,EAAE,YAAY,CAAA;KAAE,CAAC,CAAA;CAAE,GACjF,IAAI,CAiCN;AAED;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAMlE;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAGpD;AAED;;;;;;GAMG;AACH,wBAAsB,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,CAwCtE;AAED;;;;GAIG;AACH,wBAAgB,cAAc,IAAI,MAAM,EAAE,CAIzC;AAED;;;;GAIG;AACH,wBAAgB,YAAY,IAAI,YAAY,EAAE,CAI7C;AAED;;;;GAIG;AACH,wBAAgB,cAAc,IAAI,YAAY,GAAG,IAAI,CAEpD;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,IAAI,MAAM,GAAG,IAAI,CAEvD;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG,IAAI,GAAG,IAAI,CAG/D;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAGvC;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,GAAG,UAAU,GAAG,SAAS,CAErF;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI,CAsMzE;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CA8B5D"}
1
+ {"version":3,"file":"brand_engine.d.ts","sourceRoot":"","sources":["../../src/themes/brand_engine.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AA2C/E;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,qBAAqB,CAyGnE;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,KAAK,EAAE,YAAY,EACnB,OAAO,CAAC,EAAE;IAAE,OAAO,CAAC,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,OAAO,CAAC;QAAE,OAAO,EAAE,YAAY,CAAA;KAAE,CAAC,CAAA;CAAE,GACjF,IAAI,CAyCN;AAED;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAMlE;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAGpD;AAED;;;;;;GAMG;AACH,wBAAsB,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,CAwCtE;AAED;;;;GAIG;AACH,wBAAgB,cAAc,IAAI,MAAM,EAAE,CAIzC;AAED;;;;GAIG;AACH,wBAAgB,YAAY,IAAI,YAAY,EAAE,CAI7C;AAED;;;;GAIG;AACH,wBAAgB,cAAc,IAAI,YAAY,GAAG,IAAI,CAEpD;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,IAAI,MAAM,GAAG,IAAI,CAEvD;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG,IAAI,GAAG,IAAI,CAG/D;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAGvC;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,IAAI,IAAI,CAKzC;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,GAAG,UAAU,GAAG,SAAS,CAErF;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI,CAsMzE;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CA8B5D"}
@@ -68,6 +68,18 @@ export type SemanticColors = {
68
68
  infoForeground: string;
69
69
  };
70
70
  export declare const semanticColors: Record<Mode, SemanticColors>;
71
+ /**
72
+ * Chart color tokens
73
+ * Used for data visualization (charts, graphs)
74
+ */
75
+ export type ChartColors = {
76
+ chart1: string;
77
+ chart2: string;
78
+ chart3: string;
79
+ chart4: string;
80
+ chart5: string;
81
+ };
82
+ export declare const chartColors: Record<Mode, ChartColors>;
71
83
  /**
72
84
  * Text color tokens
73
85
  * Primary, secondary, tertiary, muted text
@@ -160,25 +172,6 @@ export declare const colorCSSVariables: {
160
172
  readonly "--secondary-800": string;
161
173
  readonly "--secondary-900": string;
162
174
  readonly "--secondary-950": string;
163
- readonly "--surface-base": string;
164
- readonly "--surface-elevated1": string;
165
- readonly "--surface-elevated2": string;
166
- readonly "--surface-elevated3": string;
167
- readonly "--surface-overlay": string;
168
- readonly "--surface-glass": string;
169
- readonly "--semantic-success": string;
170
- readonly "--semantic-success-foreground": string;
171
- readonly "--semantic-error": string;
172
- readonly "--semantic-error-foreground": string;
173
- readonly "--semantic-warning": string;
174
- readonly "--semantic-warning-foreground": string;
175
- readonly "--semantic-info": string;
176
- readonly "--semantic-info-foreground": string;
177
- readonly "--text-primary": string;
178
- readonly "--text-secondary": string;
179
- readonly "--text-tertiary": string;
180
- readonly "--text-muted": string;
181
- readonly "--text-inverse": string;
182
175
  };
183
176
  /**
184
177
  * Tailwind theme colors
@@ -277,6 +270,8 @@ export declare const tailwindThemeColors: {
277
270
  readonly secondary: "hsl(var(--text-secondary))";
278
271
  readonly tertiary: "hsl(var(--text-tertiary))";
279
272
  readonly muted: "hsl(var(--text-muted))";
273
+ readonly destructive: "hsl(var(--destructive))";
274
+ readonly accent: "hsl(var(--tm-accent))";
280
275
  readonly inverse: "hsl(var(--text-inverse))";
281
276
  };
282
277
  readonly border: "hsl(var(--border))";
@@ -1 +1 @@
1
- {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/tokens/colors.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/tokens/colors.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,75 @@
1
+ /**
2
+ * Alert Component Tokens
3
+ *
4
+ * Component-level design tokens for Alert component.
5
+ * Maps foundation tokens (spacing, radius) to alert-specific usage.
6
+ *
7
+ * Includes variant-based token structure for future extensibility.
8
+ */
9
+ /**
10
+ * Alert Component Tokens
11
+ *
12
+ * Defines spacing, sizing, and visual tokens for Alert component.
13
+ * Values are mapped to Tailwind utility classes for direct use.
14
+ */
15
+ export declare const ALERT_TOKENS: {
16
+ /**
17
+ * Padding for alert content
18
+ */
19
+ readonly padding: "p-md";
20
+ /**
21
+ * Border radius for alerts
22
+ */
23
+ readonly radius: "rounded-lg";
24
+ /**
25
+ * Icon size within alerts
26
+ */
27
+ readonly iconSize: "size-4";
28
+ /**
29
+ * Variant-based token structure
30
+ * Organized by variant for future extensibility
31
+ */
32
+ readonly variant: {
33
+ readonly default: {
34
+ readonly padding: "p-md";
35
+ readonly radius: "rounded-lg";
36
+ };
37
+ readonly primary: {
38
+ readonly padding: "p-md";
39
+ readonly radius: "rounded-lg";
40
+ };
41
+ readonly secondary: {
42
+ readonly padding: "p-md";
43
+ readonly radius: "rounded-lg";
44
+ };
45
+ readonly accent: {
46
+ readonly padding: "p-md";
47
+ readonly radius: "rounded-lg";
48
+ };
49
+ readonly destructive: {
50
+ readonly padding: "p-md";
51
+ readonly radius: "rounded-lg";
52
+ };
53
+ readonly success: {
54
+ readonly padding: "p-md";
55
+ readonly radius: "rounded-lg";
56
+ };
57
+ readonly warning: {
58
+ readonly padding: "p-md";
59
+ readonly radius: "rounded-lg";
60
+ };
61
+ readonly danger: {
62
+ readonly padding: "p-md";
63
+ readonly radius: "rounded-lg";
64
+ };
65
+ readonly info: {
66
+ readonly padding: "p-md";
67
+ readonly radius: "rounded-lg";
68
+ };
69
+ };
70
+ };
71
+ /**
72
+ * Type exports for Alert tokens
73
+ */
74
+ export type AlertVariant = keyof typeof ALERT_TOKENS.variant;
75
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/alert.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAKH;;;;;GAKG;AACH,eAAO,MAAM,YAAY;IACvB;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCK,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC,OAAO,CAAC"}
@@ -0,0 +1,131 @@
1
+ /**
2
+ * Button Component Tokens
3
+ *
4
+ * Component-level design tokens for Button component.
5
+ * Maps foundation tokens (spacing, typography, radius, shadows) to button-specific usage.
6
+ *
7
+ * All values reference foundation tokens to ensure consistency across the design system.
8
+ */
9
+ /**
10
+ * Button Component Tokens
11
+ *
12
+ * Defines all spacing, sizing, typography, and visual tokens for Button component.
13
+ * Values are mapped to Tailwind utility classes for direct use in component variants.
14
+ */
15
+ export declare const BUTTON_TOKENS: {
16
+ /**
17
+ * Button heights by size
18
+ * Maps to Tailwind height utilities: h-8, h-9, h-10
19
+ */
20
+ readonly height: {
21
+ readonly sm: "h-8";
22
+ readonly md: "h-9";
23
+ readonly lg: "h-10";
24
+ readonly icon: "h-9";
25
+ };
26
+ /**
27
+ * Button padding by size
28
+ * Horizontal and vertical padding values
29
+ */
30
+ readonly padding: {
31
+ readonly horizontal: {
32
+ readonly sm: "px-sm";
33
+ readonly md: "px-md";
34
+ readonly lg: "px-lg";
35
+ };
36
+ readonly vertical: {
37
+ readonly sm: "py-xs";
38
+ readonly md: "py-sm";
39
+ };
40
+ };
41
+ /**
42
+ * Gap between icon and text
43
+ */
44
+ readonly gap: "gap-sm";
45
+ /**
46
+ * Border radius for all button sizes
47
+ */
48
+ readonly radius: "rounded-md";
49
+ /**
50
+ * Icon size within buttons
51
+ */
52
+ readonly iconSize: "size-4";
53
+ /**
54
+ * Width tokens
55
+ */
56
+ readonly width: {
57
+ readonly icon: "w-9";
58
+ };
59
+ /**
60
+ * Font sizes by button size
61
+ * Maps to foundation typography fontSize tokens
62
+ */
63
+ readonly fontSize: {
64
+ readonly sm: "text-xs";
65
+ readonly md: "text-sm";
66
+ readonly lg: "text-sm";
67
+ };
68
+ /**
69
+ * Shadow tokens by variant
70
+ * Maps to foundation elevation shadow tokens
71
+ */
72
+ readonly shadow: {
73
+ readonly default: "shadow-sm";
74
+ readonly primary: "shadow";
75
+ };
76
+ /**
77
+ * Color tokens for button variants
78
+ * Uses semantic color tokens that map to CSS variables
79
+ */
80
+ readonly variant: {
81
+ readonly primary: {
82
+ readonly background: "bg-primary";
83
+ readonly text: "text-primary-foreground";
84
+ readonly hover: "hover:bg-primary/90";
85
+ };
86
+ readonly secondary: {
87
+ readonly background: "bg-secondary";
88
+ readonly text: "text-secondary-foreground";
89
+ readonly hover: "hover:bg-secondary/80";
90
+ };
91
+ readonly accent: {
92
+ readonly background: "bg-accent";
93
+ readonly text: "text-accent-foreground";
94
+ readonly hover: "hover:bg-accent/90";
95
+ };
96
+ readonly outline: {
97
+ readonly border: "border border-input";
98
+ readonly background: "bg-background";
99
+ readonly hover: {
100
+ readonly background: "hover:bg-accent";
101
+ readonly text: "hover:text-accent-foreground";
102
+ };
103
+ };
104
+ readonly ghost: {
105
+ readonly hover: {
106
+ readonly background: "hover:bg-accent";
107
+ readonly text: "hover:text-accent-foreground";
108
+ };
109
+ };
110
+ readonly destructive: {
111
+ readonly background: "bg-destructive";
112
+ readonly text: "text-destructive-foreground";
113
+ readonly hover: "hover:bg-destructive/90";
114
+ };
115
+ };
116
+ /**
117
+ * Transition tokens
118
+ */
119
+ readonly transition: {
120
+ readonly colors: "transition-colors";
121
+ };
122
+ };
123
+ /**
124
+ * Type exports for Button tokens
125
+ */
126
+ export type ButtonHeight = keyof typeof BUTTON_TOKENS.height;
127
+ export type ButtonPaddingHorizontal = keyof typeof BUTTON_TOKENS.padding.horizontal;
128
+ export type ButtonPaddingVertical = keyof typeof BUTTON_TOKENS.padding.vertical;
129
+ export type ButtonFontSize = keyof typeof BUTTON_TOKENS.fontSize;
130
+ export type ButtonShadow = keyof typeof BUTTON_TOKENS.shadow;
131
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/button.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAKH;;;;;GAKG;AACH,eAAO,MAAM,aAAa;IACxB;;;OAGG;;;;;;;IAQH;;;OAGG;;;;;;;;;;;;IAaH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;;;IAKH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsCH;;OAEG;;;;CAIK,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC,MAAM,CAAC;AAC7D,MAAM,MAAM,uBAAuB,GAAG,MAAM,OAAO,aAAa,CAAC,OAAO,CAAC,UAAU,CAAC;AACpF,MAAM,MAAM,qBAAqB,GAAG,MAAM,OAAO,aAAa,CAAC,OAAO,CAAC,QAAQ,CAAC;AAChF,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,aAAa,CAAC,QAAQ,CAAC;AACjE,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC,MAAM,CAAC"}
@@ -0,0 +1,92 @@
1
+ /**
2
+ * Card Component Tokens
3
+ *
4
+ * Component-level design tokens for Card component.
5
+ * Maps foundation tokens (spacing, radius, shadows) to card-specific usage.
6
+ *
7
+ * Prepared for future size variants (sm, md, lg).
8
+ */
9
+ /**
10
+ * Card Component Tokens
11
+ *
12
+ * Defines spacing, radius, and shadow tokens for Card component.
13
+ * Values are mapped to Tailwind utility classes for direct use.
14
+ */
15
+ export declare const CARD_TOKENS: {
16
+ /**
17
+ * Padding for card sections (CardHeader, CardContent, CardFooter)
18
+ */
19
+ readonly padding: {
20
+ readonly sm: "p-sm";
21
+ readonly md: "p-lg";
22
+ readonly lg: "p-xl";
23
+ };
24
+ /**
25
+ * Border radius for cards
26
+ */
27
+ readonly radius: {
28
+ readonly sm: "rounded-md";
29
+ readonly md: "rounded-xl";
30
+ readonly lg: "rounded-2xl";
31
+ };
32
+ /**
33
+ * Vertical spacing within card sections
34
+ * Used for CardHeader spacing
35
+ */
36
+ readonly spacing: {
37
+ readonly vertical: {
38
+ readonly xs: "space-y-xs";
39
+ readonly sm: "space-y-sm";
40
+ readonly md: "space-y-md";
41
+ };
42
+ };
43
+ /**
44
+ * Shadow (elevation) for cards
45
+ * Maps to foundation elevation shadow tokens
46
+ */
47
+ readonly shadow: {
48
+ readonly default: "shadow";
49
+ readonly sm: "shadow-sm";
50
+ readonly md: "shadow-md";
51
+ readonly lg: "shadow-lg";
52
+ };
53
+ /**
54
+ * Size-based token structure
55
+ * Organized by size for easy access
56
+ */
57
+ readonly size: {
58
+ readonly sm: {
59
+ readonly padding: "p-sm";
60
+ readonly radius: "rounded-md";
61
+ readonly shadow: "shadow-sm";
62
+ readonly spacing: {
63
+ readonly vertical: "space-y-xs";
64
+ };
65
+ };
66
+ readonly md: {
67
+ readonly padding: "p-lg";
68
+ readonly radius: "rounded-xl";
69
+ readonly shadow: "shadow";
70
+ readonly spacing: {
71
+ readonly vertical: "space-y-xs";
72
+ };
73
+ };
74
+ readonly lg: {
75
+ readonly padding: "p-xl";
76
+ readonly radius: "rounded-2xl";
77
+ readonly shadow: "shadow-md";
78
+ readonly spacing: {
79
+ readonly vertical: "space-y-sm";
80
+ };
81
+ };
82
+ };
83
+ };
84
+ /**
85
+ * Type exports for Card tokens
86
+ */
87
+ export type CardPadding = keyof typeof CARD_TOKENS.padding;
88
+ export type CardRadius = keyof typeof CARD_TOKENS.radius;
89
+ export type CardSpacingVertical = keyof typeof CARD_TOKENS.spacing.vertical;
90
+ export type CardShadow = keyof typeof CARD_TOKENS.shadow;
91
+ export type CardSize = keyof typeof CARD_TOKENS.size;
92
+ //# sourceMappingURL=card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/card.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAKH;;;;;GAKG;AACH,eAAO,MAAM,WAAW;IACtB;;OAEG;;;;;;IAOH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;;;IASH;;;OAGG;;;;;;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BK,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,WAAW,CAAC,OAAO,CAAC;AAC3D,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,WAAW,CAAC,MAAM,CAAC;AACzD,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,WAAW,CAAC,OAAO,CAAC,QAAQ,CAAC;AAC5E,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,WAAW,CAAC,MAAM,CAAC;AACzD,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,WAAW,CAAC,IAAI,CAAC"}
@@ -0,0 +1,162 @@
1
+ /**
2
+ * Checkbox Component Tokens
3
+ *
4
+ * Component-level design tokens for Checkbox component.
5
+ * Maps foundation tokens (spacing, typography, radius, shadows) to checkbox-specific usage.
6
+ * All color values use CSS variables for theme-aware styling.
7
+ */
8
+ /**
9
+ * Checkbox Component Tokens
10
+ *
11
+ * Defines spacing, sizing, typography, and visual tokens for Checkbox component.
12
+ * All colors use CSS variable references (hsl(var(--token))) for theme-aware styling.
13
+ * Checkbox sizes are typically smaller than input fields.
14
+ */
15
+ export declare const CHECKBOX_TOKENS: {
16
+ /**
17
+ * Checkbox sizes by size variant
18
+ * Supports xs, sm, md, lg, xl sizes
19
+ * Checkboxes are typically square and smaller than input fields
20
+ */
21
+ readonly size: {
22
+ readonly xs: {
23
+ readonly width: "w-3.5";
24
+ readonly height: "h-3.5";
25
+ readonly radius: "rounded-sm";
26
+ readonly iconSize: "size-2.5";
27
+ };
28
+ readonly sm: {
29
+ readonly width: "w-4";
30
+ readonly height: "h-4";
31
+ readonly radius: "rounded-sm";
32
+ readonly iconSize: "size-3";
33
+ };
34
+ readonly md: {
35
+ readonly width: "w-4.5";
36
+ readonly height: "h-4.5";
37
+ readonly radius: "rounded-md";
38
+ readonly iconSize: "size-3.5";
39
+ };
40
+ readonly lg: {
41
+ readonly width: "w-5";
42
+ readonly height: "h-5";
43
+ readonly radius: "rounded-md";
44
+ readonly iconSize: "size-4";
45
+ };
46
+ readonly xl: {
47
+ readonly width: "w-6";
48
+ readonly height: "h-6";
49
+ readonly radius: "rounded-md";
50
+ readonly iconSize: "size-5";
51
+ };
52
+ };
53
+ /**
54
+ * Variant-based tokens
55
+ * Border, background, and text colors for different variants
56
+ * All use CSS variable references for theme support
57
+ */
58
+ readonly variant: {
59
+ readonly primary: {
60
+ readonly border: "border-[hsl(var(--tm-primary))]";
61
+ readonly background: "bg-[hsl(var(--tm-primary))]";
62
+ readonly text: "text-[hsl(var(--tm-primary-foreground))]";
63
+ readonly focus: "focus-visible:shadow-[var(--focus-ring-primary)]";
64
+ };
65
+ readonly secondary: {
66
+ readonly border: "border-[hsl(var(--tm-secondary))]";
67
+ readonly background: "bg-[hsl(var(--tm-secondary))]";
68
+ readonly text: "text-[hsl(var(--tm-secondary-foreground))]";
69
+ readonly focus: "focus-visible:shadow-[var(--focus-ring-default)]";
70
+ };
71
+ readonly outline: {
72
+ readonly border: "border-[hsl(var(--input))]";
73
+ readonly background: "bg-transparent";
74
+ readonly text: "text-[hsl(var(--foreground))]";
75
+ readonly focus: "focus-visible:shadow-[var(--focus-ring-default)]";
76
+ };
77
+ readonly ghost: {
78
+ readonly border: "border-transparent";
79
+ readonly background: "bg-transparent";
80
+ readonly text: "text-[hsl(var(--foreground))]";
81
+ readonly focus: "focus-visible:shadow-[var(--focus-ring-default)]";
82
+ };
83
+ readonly destructive: {
84
+ readonly border: "border-[hsl(var(--destructive))]";
85
+ readonly background: "bg-[hsl(var(--destructive))]";
86
+ readonly text: "text-[hsl(var(--destructive-foreground))]";
87
+ readonly focus: "focus-visible:shadow-[var(--focus-ring-default)]";
88
+ };
89
+ };
90
+ /**
91
+ * State-based tokens
92
+ * Border, background, and text colors for different states
93
+ * All use CSS variable references for theme support
94
+ */
95
+ readonly state: {
96
+ readonly border: {
97
+ readonly default: "border-[hsl(var(--input))]";
98
+ readonly checked: "border-[hsl(var(--tm-primary))]";
99
+ readonly indeterminate: "border-[hsl(var(--tm-primary))]";
100
+ readonly error: "border-[hsl(var(--destructive))]";
101
+ readonly disabled: "border-[hsl(var(--input))]";
102
+ readonly focus: "focus-visible:shadow-[var(--focus-ring-default)]";
103
+ };
104
+ readonly background: {
105
+ readonly default: "bg-transparent";
106
+ readonly checked: "bg-[hsl(var(--tm-primary))]";
107
+ readonly indeterminate: "bg-[hsl(var(--tm-primary))]";
108
+ readonly disabled: "bg-transparent";
109
+ readonly disabledChecked: "bg-[hsl(var(--muted))]";
110
+ };
111
+ readonly text: {
112
+ readonly default: "text-[hsl(var(--foreground))]";
113
+ readonly checked: "text-[hsl(var(--tm-primary-foreground))]";
114
+ readonly indeterminate: "text-[hsl(var(--tm-primary-foreground))]";
115
+ readonly disabled: "disabled:opacity-50";
116
+ };
117
+ };
118
+ /**
119
+ * Icon tokens
120
+ * Size and styling for checkmark icon within checkbox
121
+ */
122
+ readonly icon: {
123
+ readonly size: {
124
+ readonly xs: "size-2.5";
125
+ readonly sm: "size-3";
126
+ readonly md: "size-3.5";
127
+ readonly lg: "size-4";
128
+ readonly xl: "size-5";
129
+ };
130
+ readonly stroke: "stroke-2";
131
+ readonly color: {
132
+ readonly default: "text-[hsl(var(--tm-primary-foreground))]";
133
+ readonly disabled: "text-[hsl(var(--muted-foreground))]";
134
+ };
135
+ };
136
+ /**
137
+ * Indeterminate indicator tokens
138
+ * Styling for indeterminate state (horizontal line)
139
+ */
140
+ readonly indeterminate: {
141
+ readonly width: "w-2";
142
+ readonly height: "h-0.5";
143
+ readonly color: "bg-[hsl(var(--tm-primary-foreground))]";
144
+ };
145
+ /**
146
+ * Shadow token
147
+ * Maps to foundation elevation shadow tokens
148
+ */
149
+ readonly shadow: "shadow-sm";
150
+ /**
151
+ * Transition tokens
152
+ * Smooth transitions for state changes
153
+ */
154
+ readonly transition: "transition-all duration-200 ease-in-out";
155
+ };
156
+ /**
157
+ * Type exports for Checkbox tokens
158
+ */
159
+ export type CheckboxSize = keyof typeof CHECKBOX_TOKENS.size;
160
+ export type CheckboxVariant = keyof typeof CHECKBOX_TOKENS.variant;
161
+ export type CheckboxState = keyof typeof CHECKBOX_TOKENS.state.border;
162
+ //# sourceMappingURL=checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/tokens/components/checkbox.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH;;;;;;GAMG;AACH,eAAO,MAAM,eAAe;IAC1B;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;IAyBH;;;OAGG;;;;;;;;;;;;;;;IAgBH;;;OAGG;;;;;;IAOH;;;OAGG;;IAGH;;;OAGG;;CAEK,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,eAAe,CAAC,IAAI,CAAC;AAC7D,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC,OAAO,CAAC;AACnE,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,eAAe,CAAC,KAAK,CAAC,MAAM,CAAC"}