@tenerife.music/ui 1.0.8 → 1.0.13

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 (369) hide show
  1. package/README.md +12 -8
  2. package/dist/{tokens/colors.d.ts → colors-CVA7_16U.d.cts} +21 -19
  3. package/dist/colors-CVA7_16U.d.ts +289 -0
  4. package/dist/index-BgXvioll.d.cts +6845 -0
  5. package/dist/index-Bv4wWj9I.d.ts +6845 -0
  6. package/dist/index.cjs +16385 -2
  7. package/dist/index.d.cts +4020 -0
  8. package/dist/index.d.ts +4020 -39
  9. package/dist/index.mjs +14502 -6425
  10. package/dist/preset.cjs +1264 -2
  11. package/dist/preset.d.cts +21 -0
  12. package/dist/preset.d.ts +3 -1
  13. package/dist/preset.mjs +1165 -95
  14. package/dist/styles.cjs +2 -2
  15. package/dist/styles.css +87 -1
  16. package/dist/styles.d.cts +2 -0
  17. package/dist/styles.d.ts +2 -0
  18. package/dist/styles.mjs +1 -1
  19. package/dist/theme/index.cjs +2634 -2
  20. package/dist/theme/index.d.cts +453 -0
  21. package/dist/theme/index.d.ts +453 -8
  22. package/dist/theme/index.mjs +1601 -576
  23. package/dist/tokens/index.cjs +6203 -5
  24. package/dist/tokens/index.d.cts +2 -0
  25. package/dist/tokens/index.d.ts +2 -9
  26. package/dist/tokens/index.mjs +2601 -155
  27. package/package.json +10 -9
  28. package/dist/animation/index.d.ts +0 -8
  29. package/dist/animation/presets.d.ts +0 -301
  30. package/dist/animation/tas.d.ts +0 -24
  31. package/dist/animation/types.d.ts +0 -67
  32. package/dist/animation/useInView.d.ts +0 -36
  33. package/dist/animation/utils.d.ts +0 -6
  34. package/dist/brand-C5R2semX.js +0 -45
  35. package/dist/brand-DQb18Frh.cjs +0 -2
  36. package/dist/components/SectionBuilder.d.ts +0 -36
  37. package/dist/components/SectionBuilder.presets.d.ts +0 -228
  38. package/dist/components/SectionBuilder.types.d.ts +0 -326
  39. package/dist/components/admin/Dashboard.d.ts +0 -8
  40. package/dist/components/admin/UserManagement.d.ts +0 -8
  41. package/dist/components/auth/LoginForm.d.ts +0 -11
  42. package/dist/components/auth/ProfileCard.d.ts +0 -9
  43. package/dist/components/auth/RegisterForm.d.ts +0 -13
  44. package/dist/components/cards/ArtistCard/ArtistCard.d.ts +0 -22
  45. package/dist/components/cards/ArtistCard/ArtistCard.types.d.ts +0 -46
  46. package/dist/components/cards/ArtistCard/ArtistCard.variants.d.ts +0 -83
  47. package/dist/components/cards/ArtistCard/index.d.ts +0 -8
  48. package/dist/components/cards/CardBase/CardBase.d.ts +0 -45
  49. package/dist/components/cards/CardBase/CardBase.types.d.ts +0 -70
  50. package/dist/components/cards/CardBase/CardBase.variants.d.ts +0 -38
  51. package/dist/components/cards/CardBase/index.d.ts +0 -8
  52. package/dist/components/cards/CategoryCard/CategoryCard.d.ts +0 -18
  53. package/dist/components/cards/CategoryCard/CategoryCard.types.d.ts +0 -38
  54. package/dist/components/cards/CategoryCard/CategoryCard.variants.d.ts +0 -21
  55. package/dist/components/cards/CategoryCard/index.d.ts +0 -7
  56. package/dist/components/cards/EventCard/EventCard.d.ts +0 -19
  57. package/dist/components/cards/EventCard/EventCard.types.d.ts +0 -47
  58. package/dist/components/cards/EventCard/EventCard.variants.d.ts +0 -70
  59. package/dist/components/cards/EventCard/index.d.ts +0 -7
  60. package/dist/components/cards/PromoCard/PromoCard.d.ts +0 -20
  61. package/dist/components/cards/PromoCard/PromoCard.types.d.ts +0 -42
  62. package/dist/components/cards/PromoCard/PromoCard.variants.d.ts +0 -35
  63. package/dist/components/cards/PromoCard/index.d.ts +0 -7
  64. package/dist/components/cards/TicketCard/TicketCard.d.ts +0 -19
  65. package/dist/components/cards/TicketCard/TicketCard.types.d.ts +0 -55
  66. package/dist/components/cards/TicketCard/TicketCard.variants.d.ts +0 -71
  67. package/dist/components/cards/TicketCard/index.d.ts +0 -7
  68. package/dist/components/cards/VenueCard/VenueCard.d.ts +0 -21
  69. package/dist/components/cards/VenueCard/VenueCard.types.d.ts +0 -46
  70. package/dist/components/cards/VenueCard/VenueCard.variants.d.ts +0 -60
  71. package/dist/components/cards/VenueCard/index.d.ts +0 -8
  72. package/dist/components/cards/index.d.ts +0 -19
  73. package/dist/components/checkbox/Checkbox.d.ts +0 -22
  74. package/dist/components/checkbox/Checkbox.types.d.ts +0 -68
  75. package/dist/components/checkbox/checkbox-variants.d.ts +0 -13
  76. package/dist/components/checkbox/index.d.ts +0 -3
  77. package/dist/components/containers/Card.d.ts +0 -75
  78. package/dist/components/containers/Section.d.ts +0 -31
  79. package/dist/components/containers/Surface.d.ts +0 -28
  80. package/dist/components/containers/index.d.ts +0 -9
  81. package/dist/components/controls/LanguageSelector.d.ts +0 -17
  82. package/dist/components/data/List.d.ts +0 -12
  83. package/dist/components/data/Table.d.ts +0 -14
  84. package/dist/components/data/Timeline.d.ts +0 -13
  85. package/dist/components/data/data-list/DataList.d.ts +0 -29
  86. package/dist/components/data/data-list/DataList.types.d.ts +0 -43
  87. package/dist/components/data/data-list/DataListItem.d.ts +0 -20
  88. package/dist/components/data/data-list/DataListLabel.d.ts +0 -19
  89. package/dist/components/data/data-list/DataListValue.d.ts +0 -18
  90. package/dist/components/data/data-list/index.d.ts +0 -10
  91. package/dist/components/data/empty-state/EmptyState.d.ts +0 -31
  92. package/dist/components/data/empty-state/EmptyState.types.d.ts +0 -51
  93. package/dist/components/data/empty-state/EmptyStateAction.d.ts +0 -17
  94. package/dist/components/data/empty-state/EmptyStateDescription.d.ts +0 -17
  95. package/dist/components/data/empty-state/EmptyStateIcon.d.ts +0 -22
  96. package/dist/components/data/empty-state/EmptyStateTitle.d.ts +0 -17
  97. package/dist/components/data/empty-state/index.d.ts +0 -10
  98. package/dist/components/data/index.d.ts +0 -9
  99. package/dist/components/data/skeleton/Skeleton.d.ts +0 -24
  100. package/dist/components/data/skeleton/Skeleton.types.d.ts +0 -12
  101. package/dist/components/data/skeleton/index.d.ts +0 -6
  102. package/dist/components/data/table/Table.d.ts +0 -33
  103. package/dist/components/data/table/Table.types.d.ts +0 -264
  104. package/dist/components/data/table/TableBody.d.ts +0 -13
  105. package/dist/components/data/table/TableCell.d.ts +0 -13
  106. package/dist/components/data/table/TableEmpty.d.ts +0 -13
  107. package/dist/components/data/table/TableExpandableContent.d.ts +0 -14
  108. package/dist/components/data/table/TableHead.d.ts +0 -13
  109. package/dist/components/data/table/TableHeader.d.ts +0 -13
  110. package/dist/components/data/table/TableLoadingState.d.ts +0 -13
  111. package/dist/components/data/table/TableRow.d.ts +0 -13
  112. package/dist/components/data/table/TableSortIcon.d.ts +0 -14
  113. package/dist/components/data/table/index.d.ts +0 -17
  114. package/dist/components/drawer/Drawer.d.ts +0 -41
  115. package/dist/components/drawer/Drawer.types.d.ts +0 -75
  116. package/dist/components/drawer/drawer-variants.d.ts +0 -17
  117. package/dist/components/drawer/index.d.ts +0 -8
  118. package/dist/components/dropdown/Dropdown.d.ts +0 -38
  119. package/dist/components/dropdown/Dropdown.types.d.ts +0 -82
  120. package/dist/components/dropdown/dropdown-variants.d.ts +0 -33
  121. package/dist/components/feedback/ConsentBanner.d.ts +0 -8
  122. package/dist/components/feedback/Progress.d.ts +0 -8
  123. package/dist/components/feedback/Skeleton.d.ts +0 -6
  124. package/dist/components/filters/DateRangePicker.d.ts +0 -21
  125. package/dist/components/filters/FilterBar.d.ts +0 -55
  126. package/dist/components/filters/FilterSelect.d.ts +0 -23
  127. package/dist/components/filters/PriceRangeSlider.d.ts +0 -27
  128. package/dist/components/filters/SearchFilters.d.ts +0 -32
  129. package/dist/components/filters/SearchInput.d.ts +0 -16
  130. package/dist/components/filters/types.d.ts +0 -48
  131. package/dist/components/icon/Icon.d.ts +0 -32
  132. package/dist/components/icon/Icon.types.d.ts +0 -7
  133. package/dist/components/icon/index.d.ts +0 -4
  134. package/dist/components/icons/TrendingIcon.d.ts +0 -6
  135. package/dist/components/image/Image.d.ts +0 -48
  136. package/dist/components/input/Input.d.ts +0 -20
  137. package/dist/components/input/Input.types.d.ts +0 -38
  138. package/dist/components/input/index.d.ts +0 -3
  139. package/dist/components/input/input-variants.d.ts +0 -14
  140. package/dist/components/input/legacy/input.d.ts +0 -11
  141. package/dist/components/layout/Box.d.ts +0 -111
  142. package/dist/components/layout/Column.d.ts +0 -6
  143. package/dist/components/layout/Container.d.ts +0 -31
  144. package/dist/components/layout/Flex.d.ts +0 -50
  145. package/dist/components/layout/Footer.d.ts +0 -9
  146. package/dist/components/layout/Grid.d.ts +0 -60
  147. package/dist/components/layout/ModeHero.d.ts +0 -10
  148. package/dist/components/layout/Navbar.d.ts +0 -9
  149. package/dist/components/layout/Row.d.ts +0 -28
  150. package/dist/components/layout/Section.d.ts +0 -10
  151. package/dist/components/layout/Stack.d.ts +0 -38
  152. package/dist/components/layout/Surface.d.ts +0 -21
  153. package/dist/components/layout/index.d.ts +0 -22
  154. package/dist/components/layout/layout.types.d.ts +0 -107
  155. package/dist/components/menus/DropdownMenu.d.ts +0 -27
  156. package/dist/components/menus/NavigationMenu.d.ts +0 -12
  157. package/dist/components/menus/Tabs.d.ts +0 -7
  158. package/dist/components/menus/context-menu/ContextMenuContent.d.ts +0 -22
  159. package/dist/components/menus/context-menu/ContextMenuGroup.d.ts +0 -14
  160. package/dist/components/menus/context-menu/ContextMenuItem.d.ts +0 -14
  161. package/dist/components/menus/context-menu/ContextMenuLabel.d.ts +0 -14
  162. package/dist/components/menus/context-menu/ContextMenuRoot.d.ts +0 -47
  163. package/dist/components/menus/context-menu/ContextMenuSeparator.d.ts +0 -14
  164. package/dist/components/menus/context-menu/ContextMenuTrigger.d.ts +0 -16
  165. package/dist/components/menus/context-menu/index.d.ts +0 -12
  166. package/dist/components/menus/dropdown/DropdownMenuCheckItem.d.ts +0 -18
  167. package/dist/components/menus/dropdown/DropdownMenuContent.d.ts +0 -15
  168. package/dist/components/menus/dropdown/DropdownMenuGroup.d.ts +0 -12
  169. package/dist/components/menus/dropdown/DropdownMenuItem.d.ts +0 -30
  170. package/dist/components/menus/dropdown/DropdownMenuLabel.d.ts +0 -17
  171. package/dist/components/menus/dropdown/DropdownMenuRadioGroup.d.ts +0 -24
  172. package/dist/components/menus/dropdown/DropdownMenuRadioItem.d.ts +0 -18
  173. package/dist/components/menus/dropdown/DropdownMenuRoot.d.ts +0 -33
  174. package/dist/components/menus/dropdown/DropdownMenuSeparator.d.ts +0 -13
  175. package/dist/components/menus/dropdown/DropdownMenuSub.d.ts +0 -10
  176. package/dist/components/menus/dropdown/DropdownMenuSubContent.d.ts +0 -13
  177. package/dist/components/menus/dropdown/DropdownMenuSubTrigger.d.ts +0 -13
  178. package/dist/components/menus/dropdown/DropdownMenuTrigger.d.ts +0 -14
  179. package/dist/components/menus/dropdown/index.d.ts +0 -18
  180. package/dist/components/menus/hover-card/HoverCardContent.d.ts +0 -14
  181. package/dist/components/menus/hover-card/HoverCardRoot.d.ts +0 -20
  182. package/dist/components/menus/hover-card/HoverCardTrigger.d.ts +0 -13
  183. package/dist/components/menus/hover-card/index.d.ts +0 -8
  184. package/dist/components/menus/index.d.ts +0 -9
  185. package/dist/components/menus/popover/PopoverArrow.d.ts +0 -17
  186. package/dist/components/menus/popover/PopoverContent.d.ts +0 -24
  187. package/dist/components/menus/popover/PopoverRoot.d.ts +0 -43
  188. package/dist/components/menus/popover/PopoverTrigger.d.ts +0 -17
  189. package/dist/components/menus/popover/index.d.ts +0 -9
  190. package/dist/components/modal/Modal.d.ts +0 -70
  191. package/dist/components/modal/modal-variants.d.ts +0 -26
  192. package/dist/components/modals/ConfirmDialog.d.ts +0 -27
  193. package/dist/components/modals/CustomDialog.d.ts +0 -10
  194. package/dist/components/modals/Modal.d.ts +0 -19
  195. package/dist/components/modals/ModalProvider.d.ts +0 -16
  196. package/dist/components/modals/SimpleModal.d.ts +0 -11
  197. package/dist/components/navigation/Breadcrumbs.d.ts +0 -12
  198. package/dist/components/navigation/Pagination.d.ts +0 -10
  199. package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts +0 -52
  200. package/dist/components/navigation/breadcrumbs/index.d.ts +0 -5
  201. package/dist/components/navigation/index.d.ts +0 -10
  202. package/dist/components/navigation/pagination/Pagination.d.ts +0 -60
  203. package/dist/components/navigation/pagination/index.d.ts +0 -5
  204. package/dist/components/navigation/segmented-control/SegmentedControl.d.ts +0 -43
  205. package/dist/components/navigation/segmented-control/index.d.ts +0 -5
  206. package/dist/components/navigation/stepper/Stepper.d.ts +0 -129
  207. package/dist/components/navigation/stepper/index.d.ts +0 -5
  208. package/dist/components/navigation/tabs/Tabs.d.ts +0 -73
  209. package/dist/components/navigation/tabs/index.d.ts +0 -5
  210. package/dist/components/notifications/NotificationCenter.DismissAll.d.ts +0 -21
  211. package/dist/components/notifications/NotificationCenter.GroupHeader.d.ts +0 -23
  212. package/dist/components/notifications/NotificationCenter.Item.d.ts +0 -24
  213. package/dist/components/notifications/NotificationCenter.List.d.ts +0 -22
  214. package/dist/components/notifications/NotificationCenter.Panel.d.ts +0 -32
  215. package/dist/components/notifications/NotificationCenter.Provider.d.ts +0 -31
  216. package/dist/components/notifications/NotificationCenter.Trigger.d.ts +0 -15
  217. package/dist/components/notifications/NotificationCenter.d.ts +0 -27
  218. package/dist/components/notifications/NotificationCenter.types.d.ts +0 -89
  219. package/dist/components/notifications/index.d.ts +0 -23
  220. package/dist/components/notifications/useNotificationCenter.d.ts +0 -47
  221. package/dist/components/overlays/Backdrop.d.ts +0 -24
  222. package/dist/components/overlays/Dialog.d.ts +0 -66
  223. package/dist/components/overlays/Modal.d.ts +0 -60
  224. package/dist/components/overlays/OverlayPortal.d.ts +0 -22
  225. package/dist/components/overlays/Popover.d.ts +0 -30
  226. package/dist/components/overlays/Portal.d.ts +0 -29
  227. package/dist/components/overlays/Toast.d.ts +0 -36
  228. package/dist/components/overlays/ToastProvider.d.ts +0 -58
  229. package/dist/components/overlays/ToastViewport.d.ts +0 -27
  230. package/dist/components/overlays/Tooltip.d.ts +0 -28
  231. package/dist/components/overlays/index.d.ts +0 -13
  232. package/dist/components/overlays/utils/FocusLock.d.ts +0 -30
  233. package/dist/components/overlays/utils/ScrollLock.d.ts +0 -11
  234. package/dist/components/overlays/utils/positioning.d.ts +0 -68
  235. package/dist/components/primitives/Badge.d.ts +0 -9
  236. package/dist/components/primitives/Button.d.ts +0 -1
  237. package/dist/components/primitives/Card.d.ts +0 -1
  238. package/dist/components/primitives/Divider.d.ts +0 -7
  239. package/dist/components/primitives/Input.d.ts +0 -4
  240. package/dist/components/primitives/Label.d.ts +0 -1
  241. package/dist/components/primitives/Link.d.ts +0 -13
  242. package/dist/components/primitives/ThemeSwitch.d.ts +0 -9
  243. package/dist/components/radio/Radio.d.ts +0 -23
  244. package/dist/components/radio/Radio.types.d.ts +0 -63
  245. package/dist/components/radio/RadioGroup.d.ts +0 -20
  246. package/dist/components/radio/RadioGroup.types.d.ts +0 -61
  247. package/dist/components/radio/index.d.ts +0 -5
  248. package/dist/components/radio/radio-variants.d.ts +0 -13
  249. package/dist/components/search/SearchBar.d.ts +0 -10
  250. package/dist/components/sections/ArticlesSection.d.ts +0 -25
  251. package/dist/components/sections/CTASection.d.ts +0 -37
  252. package/dist/components/sections/FeatureSection.d.ts +0 -33
  253. package/dist/components/sections/HeroSection.d.ts +0 -27
  254. package/dist/components/sections/TrendingSection.d.ts +0 -28
  255. package/dist/components/select/Select.d.ts +0 -38
  256. package/dist/components/select/Select.types.d.ts +0 -107
  257. package/dist/components/select/index.d.ts +0 -5
  258. package/dist/components/select/legacy/select.d.ts +0 -11
  259. package/dist/components/select/select-variants.d.ts +0 -32
  260. package/dist/components/skeletons/EventCardSkeleton.d.ts +0 -6
  261. package/dist/components/skeletons/VenueCardSkeleton.d.ts +0 -6
  262. package/dist/components/switch/Switch.d.ts +0 -24
  263. package/dist/components/switch/Switch.types.d.ts +0 -53
  264. package/dist/components/switch/index.d.ts +0 -3
  265. package/dist/components/switch/switch-variants.d.ts +0 -34
  266. package/dist/components/textarea/Textarea.d.ts +0 -21
  267. package/dist/components/textarea/Textarea.types.d.ts +0 -40
  268. package/dist/components/textarea/index.d.ts +0 -3
  269. package/dist/components/textarea/legacy/textarea.d.ts +0 -11
  270. package/dist/components/textarea/textarea-variants.d.ts +0 -14
  271. package/dist/components/toasts/Toast.d.ts +0 -12
  272. package/dist/components/toasts/ToastProvider.d.ts +0 -26
  273. package/dist/components/ui/alert.d.ts +0 -9
  274. package/dist/components/ui/body.d.ts +0 -12
  275. package/dist/components/ui/button.d.ts +0 -13
  276. package/dist/components/ui/caption.d.ts +0 -11
  277. package/dist/components/ui/card.d.ts +0 -8
  278. package/dist/components/ui/code.d.ts +0 -11
  279. package/dist/components/ui/dialog.d.ts +0 -19
  280. package/dist/components/ui/display.d.ts +0 -12
  281. package/dist/components/ui/field.d.ts +0 -45
  282. package/dist/components/ui/heading.d.ts +0 -12
  283. package/dist/components/ui/label.d.ts +0 -12
  284. package/dist/components/ui/lead.d.ts +0 -11
  285. package/dist/components/ui/text.d.ts +0 -18
  286. package/dist/components/ui/toast.d.ts +0 -15
  287. package/dist/components/ui/toaster.d.ts +0 -1
  288. package/dist/components/ui/tooltip.d.ts +0 -7
  289. package/dist/dark-Cvoy1uFT.js +0 -30
  290. package/dist/dark-OOhiqt1q.cjs +0 -2
  291. package/dist/default-BKgH1D9-.js +0 -8
  292. package/dist/default-Ddg7Haf2.cjs +0 -2
  293. package/dist/hooks/use-toast.d.ts +0 -44
  294. package/dist/hooks/useDebounce.d.ts +0 -19
  295. package/dist/hooks/useModal.d.ts +0 -19
  296. package/dist/hooks/useToast.d.ts +0 -26
  297. package/dist/icons/IconArrowRight.d.ts +0 -6
  298. package/dist/icons/IconCalendar.d.ts +0 -6
  299. package/dist/icons/IconCheck.d.ts +0 -6
  300. package/dist/icons/IconChevronDown.d.ts +0 -6
  301. package/dist/icons/IconChevronRight.d.ts +0 -6
  302. package/dist/icons/IconClose.d.ts +0 -6
  303. package/dist/icons/IconError.d.ts +0 -6
  304. package/dist/icons/IconInfo.d.ts +0 -6
  305. package/dist/icons/IconLocation.d.ts +0 -6
  306. package/dist/icons/IconMenu.d.ts +0 -6
  307. package/dist/icons/IconSearch.d.ts +0 -6
  308. package/dist/icons/IconSuccess.d.ts +0 -6
  309. package/dist/icons/IconWarning.d.ts +0 -6
  310. package/dist/icons/icon.types.d.ts +0 -25
  311. package/dist/icons/index.d.ts +0 -34
  312. package/dist/lib/a11y.d.ts +0 -15
  313. package/dist/lib/responsive-props.d.ts +0 -63
  314. package/dist/lib/utils.d.ts +0 -8
  315. package/dist/motion-CzQhSEqk.js +0 -738
  316. package/dist/motion-DJx1TbXJ.cjs +0 -2
  317. package/dist/theme/ThemeProvider.d.ts +0 -55
  318. package/dist/theme/applyMode.d.ts +0 -42
  319. package/dist/theme/colors.d.ts +0 -6
  320. package/dist/theme/loader.d.ts +0 -63
  321. package/dist/theme/motion/gestures.d.ts +0 -76
  322. package/dist/theme/motion/useReducedMotion.d.ts +0 -11
  323. package/dist/theme/motion.d.ts +0 -127
  324. package/dist/theme/registry.d.ts +0 -70
  325. package/dist/theme/schema.d.ts +0 -124
  326. package/dist/theme/spacing.d.ts +0 -34
  327. package/dist/theme/typography.d.ts +0 -45
  328. package/dist/themes/brand.d.ts +0 -6
  329. package/dist/themes/brand_engine.d.ts +0 -108
  330. package/dist/themes/dark.d.ts +0 -6
  331. package/dist/themes/default.d.ts +0 -6
  332. package/dist/themes/index.d.ts +0 -24
  333. package/dist/themes/minimal.d.ts +0 -6
  334. package/dist/themes/neon.d.ts +0 -6
  335. package/dist/themes/types.d.ts +0 -278
  336. package/dist/tokens/components/alert.d.ts +0 -74
  337. package/dist/tokens/components/button.d.ts +0 -130
  338. package/dist/tokens/components/card.d.ts +0 -91
  339. package/dist/tokens/components/checkbox.d.ts +0 -161
  340. package/dist/tokens/components/data.d.ts +0 -227
  341. package/dist/tokens/components/domain.d.ts +0 -379
  342. package/dist/tokens/components/dropdown.d.ts +0 -146
  343. package/dist/tokens/components/icon.d.ts +0 -57
  344. package/dist/tokens/components/index.d.ts +0 -31
  345. package/dist/tokens/components/input.d.ts +0 -284
  346. package/dist/tokens/components/menu.d.ts +0 -114
  347. package/dist/tokens/components/motion.d.ts +0 -103
  348. package/dist/tokens/components/navigation.d.ts +0 -181
  349. package/dist/tokens/components/notifications.d.ts +0 -159
  350. package/dist/tokens/components/overlay.d.ts +0 -227
  351. package/dist/tokens/components/popover.d.ts +0 -84
  352. package/dist/tokens/components/radio.d.ts +0 -149
  353. package/dist/tokens/components/section.d.ts +0 -41
  354. package/dist/tokens/components/surface.d.ts +0 -94
  355. package/dist/tokens/components/switch.d.ts +0 -208
  356. package/dist/tokens/components/text.d.ts +0 -68
  357. package/dist/tokens/components/toast.d.ts +0 -146
  358. package/dist/tokens/components/tooltip.d.ts +0 -52
  359. package/dist/tokens/css-variables.d.ts +0 -251
  360. package/dist/tokens/motion/v2.d.ts +0 -342
  361. package/dist/tokens/motion.d.ts +0 -485
  362. package/dist/tokens/opacity.d.ts +0 -22
  363. package/dist/tokens/radius.d.ts +0 -161
  364. package/dist/tokens/shadows.d.ts +0 -230
  365. package/dist/tokens/spacing.d.ts +0 -238
  366. package/dist/tokens/theme.d.ts +0 -119
  367. package/dist/tokens/typography.d.ts +0 -460
  368. package/dist/typography-C-Nb4y0o.cjs +0 -2
  369. package/dist/typography-DHym9KAP.js +0 -1196
@@ -1,9 +1,396 @@
1
- "use client";
2
- import { m as r, i as t, a as g } from "../motion-CzQhSEqk.js";
3
- import { b as U, o as B, c as F, g as G, h as q, j as X, k as Y, n as $, p as J, r as Q, s as Z, e as ee, q as de, d as re, t as te, f as oe, l as ae } from "../motion-CzQhSEqk.js";
4
- import { A as e, r as o, x as a, C as s, I as i } from "../typography-DHym9KAP.js";
5
- import { u as ie, l as ne, n as le, y as me, p as ue, w as ge, D as ce, E as he, K as pe, F as be, v as fe, B as xe, H as ve, G as we, m as ye, k as ke, e as Se, f as ze, h as Oe, i as Te, j as Ce, a as Ne, g as Ee, q as Ie, s as Re, o as Ve, z as Ke, t as _e, b as We, c as Le, d as Me, J as Ae } from "../typography-DHym9KAP.js";
6
- const v = {
1
+ // src/tokens/colors.ts
2
+ var primaryColors = {
3
+ 50: "210 40% 98%",
4
+ // Lightest blue
5
+ 100: "210 40% 96%",
6
+ 200: "217 32.6% 17.5%",
7
+ 300: "216 28% 26%",
8
+ 400: "215 25% 27%",
9
+ 500: "215 20% 35%",
10
+ // Base primary
11
+ 600: "215 16% 47%",
12
+ 700: "216 12% 54%",
13
+ 800: "217 10% 62%",
14
+ 900: "222 47.4% 11.2%",
15
+ 950: "222 84% 4.9%"
16
+ // Darkest blue
17
+ };
18
+ var accentColors = {
19
+ 50: "280 100% 98%",
20
+ 100: "280 65% 96%",
21
+ 200: "280 60% 85%",
22
+ 300: "280 55% 75%",
23
+ 400: "280 50% 65%",
24
+ 500: "280 70% 67%",
25
+ // Base accent (night mode primary)
26
+ 600: "259 65% 58%",
27
+ 700: "259 60% 50%",
28
+ 800: "259 55% 45%",
29
+ 900: "259 50% 40%",
30
+ 950: "259 45% 30%"
31
+ };
32
+ var secondaryColors = {
33
+ 50: "173 100% 98%",
34
+ 100: "173 100% 95%",
35
+ 200: "173 100% 85%",
36
+ 300: "173 100% 70%",
37
+ 400: "173 100% 55%",
38
+ 500: "173 100% 37%",
39
+ // Base secondary (Tenerife #00bfa6)
40
+ 600: "173 100% 32%",
41
+ 700: "173 95% 27%",
42
+ 800: "173 90% 22%",
43
+ 900: "173 85% 17%",
44
+ 950: "173 80% 12%"
45
+ };
46
+ var surfaceColors = {
47
+ day: {
48
+ base: "0 0% 100%",
49
+ // White background
50
+ elevated1: "0 0% 98%",
51
+ // Slightly elevated
52
+ elevated2: "0 0% 96%",
53
+ // More elevated
54
+ elevated3: "0 0% 94%",
55
+ // Most elevated
56
+ overlay: "0 0% 0% / 0.5",
57
+ // Overlay backdrop
58
+ glass: "0 0% 100% / 0.8"
59
+ // Glass effect
60
+ },
61
+ night: {
62
+ base: "240 10% 3.9%",
63
+ // Dark background (#0b0b10)
64
+ elevated1: "240 10% 5.1%",
65
+ // #0e1016
66
+ elevated2: "240 10% 6.3%",
67
+ // Slightly lighter
68
+ elevated3: "240 10% 7.5%",
69
+ // Even lighter
70
+ overlay: "0 0% 0% / 0.7",
71
+ // Darker overlay
72
+ glass: "240 10% 10% / 0.9"
73
+ // Dark glass effect
74
+ }
75
+ };
76
+ var semanticColors = {
77
+ day: {
78
+ success: "142 70% 28%",
79
+ // Darker green for better contrast
80
+ successForeground: "0 0% 100%",
81
+ error: "0 80% 40%",
82
+ // Richer red for contrast
83
+ errorForeground: "0 0% 100%",
84
+ warning: "38 92% 50%",
85
+ // Orange
86
+ warningForeground: "0 0% 9%",
87
+ info: "199 89% 48%",
88
+ // Blue
89
+ infoForeground: "0 0% 100%"
90
+ },
91
+ night: {
92
+ success: "142 70% 45%",
93
+ successForeground: "0 0% 100%",
94
+ error: "0 62.8% 30.6%",
95
+ // Darker red
96
+ errorForeground: "0 0% 98%",
97
+ warning: "38 92% 33%",
98
+ // Darker orange for WCAG AA contrast with white text
99
+ warningForeground: "0 0% 100%",
100
+ // Light foreground for dark theme readability
101
+ info: "199 89% 35%",
102
+ // Darker blue for WCAG AA contrast with white text
103
+ infoForeground: "0 0% 100%"
104
+ // Light foreground for dark theme readability
105
+ }
106
+ };
107
+ var chartColors = {
108
+ day: {
109
+ chart1: "12 76% 61%",
110
+ // Orange-red
111
+ chart2: "173 58% 39%",
112
+ // Teal-cyan
113
+ chart3: "197 37% 24%",
114
+ // Dark blue
115
+ chart4: "43 74% 66%",
116
+ // Yellow
117
+ chart5: "27 87% 67%"
118
+ // Orange
119
+ },
120
+ night: {
121
+ chart1: "220 70% 50%",
122
+ // Blue
123
+ chart2: "160 60% 45%",
124
+ // Teal
125
+ chart3: "30 80% 55%",
126
+ // Orange
127
+ chart4: "280 65% 60%",
128
+ // Purple
129
+ chart5: "340 75% 55%"
130
+ // Pink
131
+ }
132
+ };
133
+ var textColors = {
134
+ day: {
135
+ primary: "0 0% 9%",
136
+ // Almost black
137
+ secondary: "0 0% 45%",
138
+ // Medium gray
139
+ tertiary: "0 0% 65%",
140
+ // Light gray
141
+ muted: "0 0% 38%",
142
+ // Muted gray with stronger contrast
143
+ inverse: "0 0% 100%"
144
+ // White (for dark backgrounds)
145
+ },
146
+ night: {
147
+ primary: "0 0% 89.8%",
148
+ // Light gray (#e5e7eb)
149
+ secondary: "240 5% 64.9%",
150
+ // Medium gray
151
+ tertiary: "240 5% 50%",
152
+ // Darker gray
153
+ muted: "240 5% 64.9%",
154
+ // Muted gray
155
+ inverse: "0 0% 9%"
156
+ // Almost black (for light backgrounds)
157
+ }
158
+ };
159
+ var baseColors = {
160
+ day: {
161
+ background: "0 0% 100%",
162
+ foreground: "0 0% 9%",
163
+ card: "0 0% 100%",
164
+ cardForeground: "0 0% 9%",
165
+ popover: "0 0% 100%",
166
+ popoverForeground: "0 0% 9%",
167
+ border: "0 0% 89.8%",
168
+ input: "0 0% 89.8%",
169
+ ring: "0 0% 3.9%"
170
+ },
171
+ night: {
172
+ background: "240 10% 3.9%",
173
+ // #0b0b10
174
+ foreground: "0 0% 89.8%",
175
+ // #e5e7eb
176
+ card: "240 10% 3.9%",
177
+ cardForeground: "0 0% 89.8%",
178
+ popover: "240 10% 5.1%",
179
+ // #0e1016
180
+ popoverForeground: "0 0% 89.8%",
181
+ border: "240 3.7% 15.9%",
182
+ input: "240 3.7% 15.9%",
183
+ ring: "240 4.9% 83.9%"
184
+ }
185
+ };
186
+ var cssVariableColorTokens = {
187
+ day: {
188
+ ...baseColors.day,
189
+ primary: "hsl(var(--tm-primary))",
190
+ primaryForeground: "hsl(var(--tm-primary-foreground))",
191
+ secondary: "hsl(var(--tm-secondary))",
192
+ secondaryForeground: "hsl(var(--tm-secondary-foreground))",
193
+ muted: "hsl(var(--muted))",
194
+ mutedForeground: "hsl(var(--muted-foreground))",
195
+ accent: "hsl(var(--tm-accent))",
196
+ accentForeground: "hsl(var(--tm-accent-foreground))",
197
+ destructive: `hsl(${semanticColors.day.error})`,
198
+ destructiveForeground: semanticColors.day.errorForeground,
199
+ chart1: `hsl(${chartColors.day.chart1})`,
200
+ chart2: `hsl(${chartColors.day.chart2})`,
201
+ chart3: `hsl(${chartColors.day.chart3})`,
202
+ chart4: `hsl(${chartColors.day.chart4})`,
203
+ chart5: `hsl(${chartColors.day.chart5})`
204
+ },
205
+ night: {
206
+ ...baseColors.night,
207
+ primary: "hsl(var(--tm-primary))",
208
+ primaryForeground: "hsl(var(--tm-primary-foreground))",
209
+ secondary: "hsl(var(--tm-secondary))",
210
+ secondaryForeground: "hsl(var(--tm-secondary-foreground))",
211
+ muted: "hsl(var(--muted))",
212
+ mutedForeground: "hsl(var(--muted-foreground))",
213
+ accent: "hsl(var(--tm-accent))",
214
+ accentForeground: "hsl(var(--tm-accent-foreground))",
215
+ destructive: `hsl(${semanticColors.night.error})`,
216
+ destructiveForeground: semanticColors.night.errorForeground,
217
+ chart1: `hsl(${chartColors.night.chart1})`,
218
+ chart2: `hsl(${chartColors.night.chart2})`,
219
+ chart3: `hsl(${chartColors.night.chart3})`,
220
+ chart4: `hsl(${chartColors.night.chart4})`,
221
+ chart5: `hsl(${chartColors.night.chart5})`
222
+ }
223
+ };
224
+ var colorCSSVariables = {
225
+ // Primary scale
226
+ "--primary-50": primaryColors[50],
227
+ "--primary-100": primaryColors[100],
228
+ "--primary-200": primaryColors[200],
229
+ "--primary-300": primaryColors[300],
230
+ "--primary-400": primaryColors[400],
231
+ "--primary-500": primaryColors[500],
232
+ "--primary-600": primaryColors[600],
233
+ "--primary-700": primaryColors[700],
234
+ "--primary-800": primaryColors[800],
235
+ "--primary-900": primaryColors[900],
236
+ "--primary-950": primaryColors[950],
237
+ // Accent scale
238
+ "--accent-50": accentColors[50],
239
+ "--accent-100": accentColors[100],
240
+ "--accent-200": accentColors[200],
241
+ "--accent-300": accentColors[300],
242
+ "--accent-400": accentColors[400],
243
+ "--accent-500": accentColors[500],
244
+ "--accent-600": accentColors[600],
245
+ "--accent-700": accentColors[700],
246
+ "--accent-800": accentColors[800],
247
+ "--accent-900": accentColors[900],
248
+ "--accent-950": accentColors[950],
249
+ // Secondary scale
250
+ "--secondary-50": secondaryColors[50],
251
+ "--secondary-100": secondaryColors[100],
252
+ "--secondary-200": secondaryColors[200],
253
+ "--secondary-300": secondaryColors[300],
254
+ "--secondary-400": secondaryColors[400],
255
+ "--secondary-500": secondaryColors[500],
256
+ "--secondary-600": secondaryColors[600],
257
+ "--secondary-700": secondaryColors[700],
258
+ "--secondary-800": secondaryColors[800],
259
+ "--secondary-900": secondaryColors[900],
260
+ "--secondary-950": secondaryColors[950]
261
+ // Surface colors (mode-dependent, set dynamically by theme system)
262
+ // Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
263
+ // Semantic colors (mode-dependent, set dynamically by theme system)
264
+ // Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
265
+ // Text colors (mode-dependent, set dynamically by theme system)
266
+ // Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
267
+ // Chart colors (mode-dependent, set dynamically by theme system)
268
+ // Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
269
+ };
270
+ var tailwindThemeColors = {
271
+ // Base colors
272
+ background: "hsl(var(--background))",
273
+ foreground: "hsl(var(--foreground))",
274
+ // Card colors
275
+ card: {
276
+ DEFAULT: "hsl(var(--card))",
277
+ foreground: "hsl(var(--card-foreground))"
278
+ },
279
+ // Popover colors
280
+ popover: {
281
+ DEFAULT: "hsl(var(--popover))",
282
+ foreground: "hsl(var(--popover-foreground))"
283
+ },
284
+ // Primary colors (using CSS variables)
285
+ primary: {
286
+ DEFAULT: "hsl(var(--tm-primary))",
287
+ foreground: "hsl(var(--tm-primary-foreground))",
288
+ 50: `hsl(var(--primary-50))`,
289
+ 100: `hsl(var(--primary-100))`,
290
+ 200: `hsl(var(--primary-200))`,
291
+ 300: `hsl(var(--primary-300))`,
292
+ 400: `hsl(var(--primary-400))`,
293
+ 500: `hsl(var(--primary-500))`,
294
+ 600: `hsl(var(--primary-600))`,
295
+ 700: `hsl(var(--primary-700))`,
296
+ 800: `hsl(var(--primary-800))`,
297
+ 900: `hsl(var(--primary-900))`,
298
+ 950: `hsl(var(--primary-950))`
299
+ },
300
+ // Secondary colors
301
+ secondary: {
302
+ DEFAULT: "hsl(var(--tm-secondary))",
303
+ foreground: "hsl(var(--tm-secondary-foreground))",
304
+ 50: `hsl(var(--secondary-50))`,
305
+ 100: `hsl(var(--secondary-100))`,
306
+ 200: `hsl(var(--secondary-200))`,
307
+ 300: `hsl(var(--secondary-300))`,
308
+ 400: `hsl(var(--secondary-400))`,
309
+ 500: `hsl(var(--secondary-500))`,
310
+ 600: `hsl(var(--secondary-600))`,
311
+ 700: `hsl(var(--secondary-700))`,
312
+ 800: `hsl(var(--secondary-800))`,
313
+ 900: `hsl(var(--secondary-900))`,
314
+ 950: `hsl(var(--secondary-950))`
315
+ },
316
+ // Accent colors
317
+ accent: {
318
+ DEFAULT: "hsl(var(--tm-accent))",
319
+ foreground: "hsl(var(--tm-accent-foreground))",
320
+ 50: `hsl(var(--accent-50))`,
321
+ 100: `hsl(var(--accent-100))`,
322
+ 200: `hsl(var(--accent-200))`,
323
+ 300: `hsl(var(--accent-300))`,
324
+ 400: `hsl(var(--accent-400))`,
325
+ 500: `hsl(var(--accent-500))`,
326
+ 600: `hsl(var(--accent-600))`,
327
+ 700: `hsl(var(--accent-700))`,
328
+ 800: `hsl(var(--accent-800))`,
329
+ 900: `hsl(var(--accent-900))`,
330
+ 950: `hsl(var(--accent-950))`
331
+ },
332
+ // Muted colors
333
+ muted: {
334
+ DEFAULT: "hsl(var(--muted))",
335
+ foreground: "hsl(var(--muted-foreground))"
336
+ },
337
+ // Destructive colors (semantic error)
338
+ destructive: {
339
+ DEFAULT: "hsl(var(--destructive))",
340
+ foreground: "hsl(var(--destructive-foreground))"
341
+ },
342
+ // Semantic colors
343
+ success: {
344
+ DEFAULT: `hsl(var(--semantic-success))`,
345
+ foreground: `hsl(var(--semantic-success-foreground))`
346
+ },
347
+ error: {
348
+ DEFAULT: `hsl(var(--semantic-error))`,
349
+ foreground: `hsl(var(--semantic-error-foreground))`
350
+ },
351
+ warning: {
352
+ DEFAULT: `hsl(var(--semantic-warning))`,
353
+ foreground: `hsl(var(--semantic-warning-foreground))`
354
+ },
355
+ info: {
356
+ DEFAULT: `hsl(var(--semantic-info))`,
357
+ foreground: `hsl(var(--semantic-info-foreground))`
358
+ },
359
+ // Surface colors
360
+ surface: {
361
+ base: `hsl(var(--surface-base))`,
362
+ elevated1: `hsl(var(--surface-elevated1))`,
363
+ elevated2: `hsl(var(--surface-elevated2))`,
364
+ elevated3: `hsl(var(--surface-elevated3))`,
365
+ overlay: `hsl(var(--surface-overlay))`,
366
+ glass: `hsl(var(--surface-glass))`
367
+ },
368
+ // Text colors
369
+ text: {
370
+ primary: `hsl(var(--text-primary))`,
371
+ secondary: `hsl(var(--text-secondary))`,
372
+ tertiary: `hsl(var(--text-tertiary))`,
373
+ muted: `hsl(var(--text-muted))`,
374
+ destructive: `hsl(var(--destructive))`,
375
+ accent: `hsl(var(--tm-accent))`,
376
+ inverse: `hsl(var(--text-inverse))`
377
+ },
378
+ // Border and input
379
+ border: "hsl(var(--border))",
380
+ input: "hsl(var(--input))",
381
+ ring: "hsl(var(--ring))",
382
+ // Chart colors (using CSS variables)
383
+ chart: {
384
+ 1: `hsl(var(--chart-1))`,
385
+ 2: `hsl(var(--chart-2))`,
386
+ 3: `hsl(var(--chart-3))`,
387
+ 4: `hsl(var(--chart-4))`,
388
+ 5: `hsl(var(--chart-5))`
389
+ }
390
+ };
391
+
392
+ // src/tokens/components/alert.ts
393
+ var ALERT_TOKENS = {
7
394
  /**
8
395
  * Padding for alert content
9
396
  */
@@ -62,7 +449,10 @@ const v = {
62
449
  radius: "rounded-lg"
63
450
  }
64
451
  }
65
- }, w = {
452
+ };
453
+
454
+ // src/tokens/components/button.ts
455
+ var BUTTON_TOKENS = {
66
456
  /**
67
457
  * Button heights by size
68
458
  * Maps to Tailwind height utilities: h-8, h-9, h-10
@@ -206,7 +596,10 @@ const v = {
206
596
  colors: "transition-colors"
207
597
  // Color transition using motion tokens
208
598
  }
209
- }, y = {
599
+ };
600
+
601
+ // src/tokens/components/card.ts
602
+ var CARD_TOKENS = {
210
603
  /**
211
604
  * Padding for card sections (CardHeader, CardContent, CardFooter)
212
605
  */
@@ -287,7 +680,270 @@ const v = {
287
680
  }
288
681
  }
289
682
  }
290
- }, d = {
683
+ };
684
+
685
+ // src/tokens/spacing.ts
686
+ var spacing = {
687
+ // Zero spacing
688
+ 0: "0",
689
+ px: "1px",
690
+ // Half unit (4px)
691
+ 0.5: "0.125rem",
692
+ // 4px
693
+ // Base unit multiples (8px increments)
694
+ 1: "0.25rem",
695
+ // 4px (half unit, common)
696
+ 1.5: "0.375rem",
697
+ // 6px (rare, for fine adjustments)
698
+ 2: "0.5rem",
699
+ // 8px (base unit)
700
+ 2.5: "0.625rem",
701
+ // 10px (rare)
702
+ 3: "0.75rem",
703
+ // 12px (1.5 × base)
704
+ 3.5: "0.875rem",
705
+ // 14px (rare)
706
+ 4: "1rem",
707
+ // 16px (2 × base)
708
+ 5: "1.25rem",
709
+ // 20px (2.5 × base)
710
+ 6: "1.5rem",
711
+ // 24px (3 × base)
712
+ 7: "1.75rem",
713
+ // 28px (3.5 × base)
714
+ 8: "2rem",
715
+ // 32px (4 × base)
716
+ 9: "2.25rem",
717
+ // 36px (4.5 × base)
718
+ 10: "2.5rem",
719
+ // 40px (5 × base)
720
+ 11: "2.75rem",
721
+ // 44px (5.5 × base)
722
+ 12: "3rem",
723
+ // 48px (6 × base)
724
+ 14: "3.5rem",
725
+ // 56px (7 × base)
726
+ 16: "4rem",
727
+ // 64px (8 × base)
728
+ 20: "5rem",
729
+ // 80px (10 × base)
730
+ 24: "6rem",
731
+ // 96px (12 × base)
732
+ // Extended scale for larger spacing
733
+ 28: "7rem",
734
+ // 112px (14 × base)
735
+ 32: "8rem",
736
+ // 128px (16 × base)
737
+ 36: "9rem",
738
+ // 144px (18 × base)
739
+ 40: "10rem",
740
+ // 160px (20 × base)
741
+ 44: "11rem",
742
+ // 176px (22 × base)
743
+ 48: "12rem",
744
+ // 192px (24 × base)
745
+ 52: "13rem",
746
+ // 208px (26 × base)
747
+ 56: "14rem",
748
+ // 224px (28 × base)
749
+ 60: "15rem",
750
+ // 240px (30 × base)
751
+ 64: "16rem",
752
+ // 256px (32 × base)
753
+ 72: "18rem",
754
+ // 288px (36 × base)
755
+ 80: "20rem",
756
+ // 320px (40 × base)
757
+ 96: "24rem"
758
+ // 384px (48 × base)
759
+ };
760
+ var semanticSpacing = {
761
+ // Extra small spacing (tight, minimal)
762
+ xs: spacing[1],
763
+ // 4px (0.25rem)
764
+ // Small spacing (compact)
765
+ sm: spacing[2],
766
+ // 8px (0.5rem)
767
+ // Medium spacing (default)
768
+ md: spacing[4],
769
+ // 16px (1rem)
770
+ // Large spacing (spacious)
771
+ lg: spacing[6],
772
+ // 24px (1.5rem)
773
+ // Extra large spacing (very spacious)
774
+ xl: spacing[8],
775
+ // 32px (2rem)
776
+ // 2XL spacing (section-level)
777
+ "2xl": spacing[12],
778
+ // 48px (3rem)
779
+ // 3XL spacing (major sections)
780
+ "3xl": spacing[16],
781
+ // 64px (4rem)
782
+ // 4XL spacing (page sections)
783
+ "4xl": spacing[20],
784
+ // 80px (5rem)
785
+ // 5XL spacing (hero sections)
786
+ "5xl": spacing[24],
787
+ // 96px (6rem)
788
+ // None (no spacing)
789
+ none: spacing[0]
790
+ // 0
791
+ };
792
+ var layoutSpacing = {
793
+ // Section spacing (vertical spacing between major sections)
794
+ section: {
795
+ xs: spacing[6],
796
+ // 24px (compact sections)
797
+ sm: spacing[8],
798
+ // 32px (small sections)
799
+ md: spacing[12],
800
+ // 48px (default sections)
801
+ lg: spacing[16],
802
+ // 64px (large sections)
803
+ xl: spacing[20],
804
+ // 80px (extra large sections)
805
+ "2xl": spacing[24]
806
+ // 96px (hero sections)
807
+ },
808
+ // Container spacing (padding inside containers)
809
+ container: {
810
+ xs: spacing[2],
811
+ // 8px (tight containers)
812
+ sm: spacing[4],
813
+ // 16px (compact containers)
814
+ md: spacing[6],
815
+ // 24px (default containers)
816
+ lg: spacing[8],
817
+ // 32px (spacious containers)
818
+ xl: spacing[12]
819
+ // 48px (very spacious containers)
820
+ },
821
+ // Grid spacing (gap between grid items)
822
+ grid: {
823
+ xs: spacing[2],
824
+ // 8px (tight grids)
825
+ sm: spacing[4],
826
+ // 16px (compact grids)
827
+ md: spacing[6],
828
+ // 24px (default grids)
829
+ lg: spacing[8],
830
+ // 32px (spacious grids)
831
+ xl: spacing[12]
832
+ // 48px (very spacious grids)
833
+ },
834
+ // Stack spacing (gap between stacked items)
835
+ stack: {
836
+ xs: spacing[1],
837
+ // 4px (tight stacks)
838
+ sm: spacing[2],
839
+ // 8px (compact stacks)
840
+ md: spacing[4],
841
+ // 16px (default stacks)
842
+ lg: spacing[6],
843
+ // 24px (spacious stacks)
844
+ xl: spacing[8]
845
+ // 32px (very spacious stacks)
846
+ },
847
+ // Component internal spacing (padding inside components)
848
+ component: {
849
+ xs: spacing[1],
850
+ // 4px (tight components)
851
+ sm: spacing[2],
852
+ // 8px (compact components)
853
+ md: spacing[4],
854
+ // 16px (default components)
855
+ lg: spacing[6],
856
+ // 24px (spacious components)
857
+ xl: spacing[8]
858
+ // 32px (extra spacious components)
859
+ }
860
+ };
861
+ var spacingCSSVariables = {
862
+ // Base spacing scale
863
+ "--spacing-0": spacing[0],
864
+ "--spacing-px": spacing.px,
865
+ "--spacing-0-5": spacing[0.5],
866
+ "--spacing-1": spacing[1],
867
+ "--spacing-1-5": spacing[1.5],
868
+ "--spacing-2": spacing[2],
869
+ "--spacing-2-5": spacing[2.5],
870
+ "--spacing-3": spacing[3],
871
+ "--spacing-3-5": spacing[3.5],
872
+ "--spacing-4": spacing[4],
873
+ "--spacing-5": spacing[5],
874
+ "--spacing-6": spacing[6],
875
+ "--spacing-7": spacing[7],
876
+ "--spacing-8": spacing[8],
877
+ "--spacing-9": spacing[9],
878
+ "--spacing-10": spacing[10],
879
+ "--spacing-11": spacing[11],
880
+ "--spacing-12": spacing[12],
881
+ "--spacing-14": spacing[14],
882
+ "--spacing-16": spacing[16],
883
+ "--spacing-20": spacing[20],
884
+ "--spacing-24": spacing[24],
885
+ // Semantic spacing
886
+ "--spacing-xs": semanticSpacing.xs,
887
+ "--spacing-sm": semanticSpacing.sm,
888
+ "--spacing-md": semanticSpacing.md,
889
+ "--spacing-lg": semanticSpacing.lg,
890
+ "--spacing-xl": semanticSpacing.xl,
891
+ "--spacing-2xl": semanticSpacing["2xl"],
892
+ "--spacing-3xl": semanticSpacing["3xl"],
893
+ "--spacing-4xl": semanticSpacing["4xl"],
894
+ "--spacing-5xl": semanticSpacing["5xl"],
895
+ "--spacing-none": semanticSpacing.none,
896
+ // Layout spacing - sections
897
+ "--layout-section-xs": layoutSpacing.section.xs,
898
+ "--layout-section-sm": layoutSpacing.section.sm,
899
+ "--layout-section-md": layoutSpacing.section.md,
900
+ "--layout-section-lg": layoutSpacing.section.lg,
901
+ "--layout-section-xl": layoutSpacing.section.xl,
902
+ "--layout-section-2xl": layoutSpacing.section["2xl"],
903
+ // Layout spacing - containers
904
+ "--layout-container-xs": layoutSpacing.container.xs,
905
+ "--layout-container-sm": layoutSpacing.container.sm,
906
+ "--layout-container-md": layoutSpacing.container.md,
907
+ "--layout-container-lg": layoutSpacing.container.lg,
908
+ "--layout-container-xl": layoutSpacing.container.xl,
909
+ // Layout spacing - grids
910
+ "--layout-grid-xs": layoutSpacing.grid.xs,
911
+ "--layout-grid-sm": layoutSpacing.grid.sm,
912
+ "--layout-grid-md": layoutSpacing.grid.md,
913
+ "--layout-grid-lg": layoutSpacing.grid.lg,
914
+ "--layout-grid-xl": layoutSpacing.grid.xl,
915
+ // Layout spacing - stacks
916
+ "--layout-stack-xs": layoutSpacing.stack.xs,
917
+ "--layout-stack-sm": layoutSpacing.stack.sm,
918
+ "--layout-stack-md": layoutSpacing.stack.md,
919
+ "--layout-stack-lg": layoutSpacing.stack.lg,
920
+ "--layout-stack-xl": layoutSpacing.stack.xl,
921
+ // Layout spacing - components
922
+ "--layout-component-xs": layoutSpacing.component.xs,
923
+ "--layout-component-sm": layoutSpacing.component.sm,
924
+ "--layout-component-md": layoutSpacing.component.md,
925
+ "--layout-component-lg": layoutSpacing.component.lg,
926
+ "--layout-component-xl": layoutSpacing.component.xl
927
+ };
928
+ var tailwindSpacingConfig = {
929
+ spacing: {
930
+ ...spacing,
931
+ // Add semantic tokens as aliases
932
+ xs: semanticSpacing.xs,
933
+ sm: semanticSpacing.sm,
934
+ md: semanticSpacing.md,
935
+ lg: semanticSpacing.lg,
936
+ xl: semanticSpacing.xl,
937
+ "2xl": semanticSpacing["2xl"],
938
+ "3xl": semanticSpacing["3xl"],
939
+ "4xl": semanticSpacing["4xl"],
940
+ "5xl": semanticSpacing["5xl"],
941
+ none: semanticSpacing.none
942
+ }
943
+ };
944
+
945
+ // src/tokens/components/data.ts
946
+ var DATA_TOKENS = {
291
947
  /**
292
948
  * Table Component Tokens
293
949
  */
@@ -540,7 +1196,10 @@ const v = {
540
1196
  // 16px (1rem) - maps to semanticSpacing.md
541
1197
  }
542
1198
  }
543
- }, c = {
1199
+ };
1200
+
1201
+ // src/tokens/components/icon.ts
1202
+ var ICON_TOKENS = {
544
1203
  /**
545
1204
  * Icon sizes
546
1205
  * Maps to Tailwind size utilities for consistent icon sizing
@@ -593,7 +1252,10 @@ const v = {
593
1252
  info: "text-info"
594
1253
  // Semantic info color
595
1254
  }
596
- }, h = {
1255
+ };
1256
+
1257
+ // src/tokens/components/motion.ts
1258
+ var MOTION_TOKENS = {
597
1259
  /**
598
1260
  * Transition property tokens
599
1261
  * Maps to Tailwind transition utilities
@@ -630,27 +1292,27 @@ const v = {
630
1292
  slowest: "duration-slowest",
631
1293
  // 1000ms - maps to motion.durations.slowest
632
1294
  // Granular durations
633
- 75: "duration-75",
1295
+ "75": "duration-75",
634
1296
  // 75ms
635
- 100: "duration-100",
1297
+ "100": "duration-100",
636
1298
  // 100ms
637
- 200: "duration-200",
1299
+ "200": "duration-200",
638
1300
  // 200ms
639
- 250: "duration-250",
1301
+ "250": "duration-250",
640
1302
  // 250ms
641
- 300: "duration-300",
1303
+ "300": "duration-300",
642
1304
  // 300ms
643
- 400: "duration-400",
1305
+ "400": "duration-400",
644
1306
  // 400ms
645
- 500: "duration-500",
1307
+ "500": "duration-500",
646
1308
  // 500ms
647
- 600: "duration-600",
1309
+ "600": "duration-600",
648
1310
  // 600ms
649
- 700: "duration-700",
1311
+ "700": "duration-700",
650
1312
  // 700ms
651
- 800: "duration-800",
1313
+ "800": "duration-800",
652
1314
  // 800ms
653
- 1e3: "duration-1000"
1315
+ "1000": "duration-1000"
654
1316
  // 1000ms
655
1317
  },
656
1318
  /**
@@ -723,7 +1385,10 @@ const v = {
723
1385
  scaleOut: "animate-scaleOut"
724
1386
  // Scale out
725
1387
  }
726
- }, k = {
1388
+ };
1389
+
1390
+ // src/tokens/components/domain.ts
1391
+ var DOMAIN_TOKENS = {
727
1392
  /**
728
1393
  * Surface tokens for card containers
729
1394
  * Defines background, border, radius, and shadow for card surfaces
@@ -796,30 +1461,30 @@ const v = {
796
1461
  * Badge spacing offsets
797
1462
  */
798
1463
  badges: {
799
- offsetX: e.md,
1464
+ offsetX: semanticSpacing.md,
800
1465
  // Horizontal offset for badges (16px)
801
- offsetY: e.md
1466
+ offsetY: semanticSpacing.md
802
1467
  // Vertical offset for badges (16px)
803
1468
  },
804
1469
  /**
805
1470
  * Image spacing
806
1471
  */
807
1472
  image: {
808
- bottomMargin: e.none
1473
+ bottomMargin: semanticSpacing.none
809
1474
  // Margin below image (0px)
810
1475
  },
811
1476
  /**
812
1477
  * Card vertical gap
813
1478
  */
814
1479
  card: {
815
- verticalGap: e.md
1480
+ verticalGap: semanticSpacing.md
816
1481
  // Vertical gap in card content (16px)
817
1482
  },
818
1483
  /**
819
1484
  * Metadata item gap
820
1485
  */
821
1486
  metadata: {
822
- itemGap: e.xs
1487
+ itemGap: semanticSpacing.xs
823
1488
  // Gap between metadata items (4px)
824
1489
  },
825
1490
  /**
@@ -922,7 +1587,7 @@ const v = {
922
1587
  icon: {
923
1588
  default: "text-muted-foreground",
924
1589
  // Default icon color - maps to ICON_TOKENS.colors.muted
925
- sizeSm: c.sizes.md
1590
+ sizeSm: ICON_TOKENS.sizes.md
926
1591
  // Small icon size - references ICON_TOKENS.sizes.md (16px)
927
1592
  },
928
1593
  /**
@@ -1043,7 +1708,7 @@ const v = {
1043
1708
  * References MOTION_TOKENS and elevationShadows
1044
1709
  */
1045
1710
  hover: {
1046
- transition: h.transitionPreset.normal,
1711
+ transition: MOTION_TOKENS.transitionPreset.normal,
1047
1712
  // References MOTION_TOKENS.transitionPreset.normal
1048
1713
  scale: "hover:scale-110",
1049
1714
  // Hover scale transform (110% scale) - domain-specific value
@@ -1065,17 +1730,17 @@ const v = {
1065
1730
  * Default border radius for skeleton wrapper
1066
1731
  * References DATA_TOKENS.skeleton.radius.text
1067
1732
  */
1068
- radius: d.skeleton.radius.text,
1733
+ radius: DATA_TOKENS.skeleton.radius.text,
1069
1734
  /**
1070
1735
  * Default animation for skeleton wrapper
1071
1736
  * References DATA_TOKENS.skeleton.animation.pulse
1072
1737
  */
1073
- animation: d.skeleton.animation.pulse,
1738
+ animation: DATA_TOKENS.skeleton.animation.pulse,
1074
1739
  /**
1075
1740
  * Default background for skeleton wrapper
1076
1741
  * References DATA_TOKENS.skeleton.background.default
1077
1742
  */
1078
- background: d.skeleton.background.default
1743
+ background: DATA_TOKENS.skeleton.background.default
1079
1744
  },
1080
1745
  /**
1081
1746
  * Image skeleton height
@@ -1100,7 +1765,7 @@ const v = {
1100
1765
  * References DATA_TOKENS where available, uses Tailwind fraction classes for domain-specific values
1101
1766
  */
1102
1767
  width: {
1103
- full: d.skeleton.width.full,
1768
+ full: DATA_TOKENS.skeleton.width.full,
1104
1769
  // References DATA_TOKENS.skeleton.width.full
1105
1770
  threeQuarters: "w-3/4",
1106
1771
  // Three quarters width (75%) - domain-specific, using Tailwind fraction
@@ -1120,7 +1785,10 @@ const v = {
1120
1785
  // References spacing[6] (1.5rem / 24px) via Tailwind
1121
1786
  }
1122
1787
  }
1123
- }, S = {
1788
+ };
1789
+
1790
+ // src/tokens/components/input.ts
1791
+ var INPUT_TOKENS = {
1124
1792
  /**
1125
1793
  * Input heights by size
1126
1794
  * Supports xs, sm, md, lg, xl sizes
@@ -1464,7 +2132,10 @@ const v = {
1464
2132
  shadow: "shadow-sm"
1465
2133
  }
1466
2134
  }
1467
- }, z = {
2135
+ };
2136
+
2137
+ // src/tokens/components/checkbox.ts
2138
+ var CHECKBOX_TOKENS = {
1468
2139
  /**
1469
2140
  * Checkbox sizes by size variant
1470
2141
  * Supports xs, sm, md, lg, xl sizes
@@ -1672,7 +2343,10 @@ const v = {
1672
2343
  */
1673
2344
  transition: "transition-all duration-200 ease-in-out"
1674
2345
  // Smooth transitions
1675
- }, O = {
2346
+ };
2347
+
2348
+ // src/tokens/components/switch.ts
2349
+ var SWITCH_TOKENS = {
1676
2350
  /**
1677
2351
  * Track sizes by size variant
1678
2352
  * Supports xs, sm, md, lg, xl sizes
@@ -1936,7 +2610,10 @@ const v = {
1936
2610
  */
1937
2611
  padding: "p-0.5"
1938
2612
  // 2px padding around handle
1939
- }, T = {
2613
+ };
2614
+
2615
+ // src/tokens/components/radio.ts
2616
+ var RADIO_TOKENS = {
1940
2617
  /**
1941
2618
  * Radio sizes by size variant
1942
2619
  * Supports xs, sm, md, lg, xl sizes
@@ -2126,7 +2803,10 @@ const v = {
2126
2803
  */
2127
2804
  transition: "transition-all duration-200 ease-in-out"
2128
2805
  // Smooth transitions
2129
- }, C = {
2806
+ };
2807
+
2808
+ // src/tokens/components/surface.ts
2809
+ var SURFACE_TOKENS = {
2130
2810
  /**
2131
2811
  * Padding values for surface variants
2132
2812
  * Can be customized per variant if needed
@@ -2211,7 +2891,10 @@ const v = {
2211
2891
  border: "border border-border/50"
2212
2892
  }
2213
2893
  }
2214
- }, N = {
2894
+ };
2895
+
2896
+ // src/tokens/components/text.ts
2897
+ var TEXT_TOKENS = {
2215
2898
  /**
2216
2899
  * Font sizes by text size variant
2217
2900
  * Maps to foundation fontSize tokens
@@ -2276,7 +2959,10 @@ const v = {
2276
2959
  widest: "tracking-widest"
2277
2960
  // Maps to letterSpacing.widest
2278
2961
  }
2279
- }, E = {
2962
+ };
2963
+
2964
+ // src/tokens/components/section.ts
2965
+ var SECTION_TOKENS = {
2280
2966
  /**
2281
2967
  * Vertical padding for sections
2282
2968
  * Used for spacing between major page sections
@@ -2305,7 +2991,10 @@ const v = {
2305
2991
  xl: "gap-xl"
2306
2992
  // 32px (2rem) - maps to semanticSpacing.xl
2307
2993
  }
2308
- }, I = {
2994
+ };
2995
+
2996
+ // src/tokens/components/overlay.ts
2997
+ var OVERLAY_TOKENS = {
2309
2998
  /**
2310
2999
  * Backdrop tokens by variant
2311
3000
  * Maps to SURFACE_TOKENS for background colors
@@ -2587,7 +3276,10 @@ const v = {
2587
3276
  }
2588
3277
  }
2589
3278
  }
2590
- }, R = {
3279
+ };
3280
+
3281
+ // src/tokens/components/toast.ts
3282
+ var TOAST_TOKENS = {
2591
3283
  /**
2592
3284
  * Spacing tokens for toast layout
2593
3285
  * Maps to semanticSpacing tokens
@@ -2639,8 +3331,9 @@ const v = {
2639
3331
  },
2640
3332
  /**
2641
3333
  * Animation tokens for toast enter/exit animations
2642
- * Maps to Motion V2 utility classes
3334
+ * Maps to Motion V2 utility classes and Radix data attributes
2643
3335
  * Uses CSS-only animations from motion/v2.ts
3336
+ * Radix Toast provides data-[state=open] and data-[state=closed] attributes
2644
3337
  */
2645
3338
  animation: {
2646
3339
  enter: {
@@ -2658,6 +3351,24 @@ const v = {
2658
3351
  // Motion V2 fade out
2659
3352
  combined: "tm-motion-fade-slide-left-out"
2660
3353
  // Motion V2 fade + slide left out
3354
+ },
3355
+ /**
3356
+ * Radix Toast data attribute classes
3357
+ * These are applied automatically by Radix based on toast state
3358
+ */
3359
+ radix: {
3360
+ /**
3361
+ * Base classes for Radix Toast Root
3362
+ * Includes swipe handling and state-based animations
3363
+ */
3364
+ root: "data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out",
3365
+ /**
3366
+ * State-based animation classes
3367
+ */
3368
+ state: {
3369
+ open: "data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",
3370
+ closed: "data-[state=closed]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full"
3371
+ }
2661
3372
  }
2662
3373
  },
2663
3374
  /**
@@ -2752,7 +3463,10 @@ const v = {
2752
3463
  // Focus ring styling
2753
3464
  }
2754
3465
  }
2755
- }, V = {
3466
+ };
3467
+
3468
+ // src/tokens/components/notifications.ts
3469
+ var NOTIFICATION_TOKENS = {
2756
3470
  /**
2757
3471
  * Spacing tokens for notification layout
2758
3472
  * Maps to semanticSpacing tokens
@@ -2942,7 +3656,10 @@ const v = {
2942
3656
  // Backdrop blur
2943
3657
  }
2944
3658
  }
2945
- }, K = {
3659
+ };
3660
+
3661
+ // src/tokens/components/navigation.ts
3662
+ var NAVIGATION_TOKENS = {
2946
3663
  /**
2947
3664
  * Navigation item heights by size
2948
3665
  * Maps to Tailwind height utilities: h-8, h-9, h-10
@@ -3144,7 +3861,10 @@ const v = {
3144
3861
  muted: "border-muted-foreground"
3145
3862
  // Muted border color
3146
3863
  }
3147
- }, _ = {
3864
+ };
3865
+
3866
+ // src/tokens/components/menu.ts
3867
+ var MENU_TOKENS = {
3148
3868
  /**
3149
3869
  * Menu item tokens by size
3150
3870
  * Maps to foundation spacing and radius tokens
@@ -3257,7 +3977,10 @@ const v = {
3257
3977
  // 8px - maps to semanticSpacing.sm
3258
3978
  }
3259
3979
  }
3260
- }, W = {
3980
+ };
3981
+
3982
+ // src/tokens/components/popover.ts
3983
+ var POPOVER_TOKENS = {
3261
3984
  /**
3262
3985
  * Popover content tokens by size
3263
3986
  * Maps to foundation spacing, radius, and shadow tokens
@@ -3339,7 +4062,10 @@ const v = {
3339
4062
  exit: "tm-motion-fade-scale-out"
3340
4063
  // Motion V2 fade + scale exit animation
3341
4064
  }
3342
- }, L = {
4065
+ };
4066
+
4067
+ // src/tokens/components/dropdown.ts
4068
+ var DROPDOWN_TOKENS = {
3343
4069
  /**
3344
4070
  * Trigger tokens by size
3345
4071
  * Button element that opens/closes the dropdown
@@ -3517,7 +4243,10 @@ const v = {
3517
4243
  // Maps to fontSize.base
3518
4244
  }
3519
4245
  }
3520
- }, M = {
4246
+ };
4247
+
4248
+ // src/tokens/components/tooltip.ts
4249
+ var TOOLTIP_TOKENS = {
3521
4250
  /**
3522
4251
  * Tooltip content tokens
3523
4252
  * Maps to foundation spacing, radius, shadow, and typography tokens
@@ -3560,112 +4289,1829 @@ const v = {
3560
4289
  // Maps to fontSize.sm (default)
3561
4290
  }
3562
4291
  }
3563
- }, n = {
3564
- ...t,
3565
- ...i,
3566
- ...s,
3567
- ...a,
3568
- ...o,
3569
- ...r
3570
- };
3571
- function p(l) {
4292
+ };
4293
+
4294
+ // src/tokens/components/select.ts
4295
+ var SELECT_TOKENS = {
4296
+ /**
4297
+ * Select trigger heights by size
4298
+ * Supports xs, sm, md, lg, xl sizes
4299
+ */
4300
+ trigger: {
4301
+ height: {
4302
+ xs: "h-7",
4303
+ // 28px (1.75rem)
4304
+ sm: "h-8",
4305
+ // 32px (2rem)
4306
+ md: "h-9",
4307
+ // 36px (2.25rem) - default
4308
+ lg: "h-10",
4309
+ // 40px (2.5rem)
4310
+ xl: "h-11"
4311
+ // 44px (2.75rem)
4312
+ },
4313
+ padding: {
4314
+ horizontal: {
4315
+ xs: "px-xs",
4316
+ // 4px (0.25rem)
4317
+ sm: "px-sm",
4318
+ // 8px (0.5rem)
4319
+ md: "px-sm",
4320
+ // 8px (0.5rem) - default
4321
+ lg: "px-md",
4322
+ // 16px (1rem)
4323
+ xl: "px-lg"
4324
+ // 24px (1.5rem)
4325
+ },
4326
+ vertical: {
4327
+ xs: "py-xs",
4328
+ // 4px (0.25rem)
4329
+ sm: "py-xs",
4330
+ // 4px (0.25rem)
4331
+ md: "py-xs",
4332
+ // 4px (0.25rem) - default
4333
+ lg: "py-sm",
4334
+ // 8px (0.5rem)
4335
+ xl: "py-md"
4336
+ // 16px (1rem)
4337
+ }
4338
+ },
4339
+ radius: {
4340
+ xs: "rounded-sm",
4341
+ // 4px (0.25rem)
4342
+ sm: "rounded-md",
4343
+ // 6px (0.375rem)
4344
+ md: "rounded-md",
4345
+ // 6px (0.375rem) - default
4346
+ lg: "rounded-md",
4347
+ // 6px (0.375rem)
4348
+ xl: "rounded-lg"
4349
+ // 8px (0.5rem)
4350
+ },
4351
+ fontSize: {
4352
+ xs: "text-xs",
4353
+ // Maps to fontSize.xs[0]
4354
+ sm: "text-sm",
4355
+ // Maps to fontSize.sm[0]
4356
+ md: "text-base",
4357
+ // Maps to fontSize.base[0] - default
4358
+ lg: "text-base",
4359
+ // Maps to fontSize.base[0]
4360
+ xl: "text-lg"
4361
+ // Maps to fontSize.lg[0]
4362
+ },
4363
+ icon: {
4364
+ size: "size-4",
4365
+ // 16px (1rem)
4366
+ gap: "gap-sm",
4367
+ // 8px (0.5rem)
4368
+ color: "text-[hsl(var(--muted-foreground))]"
4369
+ // Icon color using CSS variable
4370
+ }
4371
+ },
4372
+ /**
4373
+ * Select content (dropdown) tokens
4374
+ */
4375
+ content: {
4376
+ padding: {
4377
+ xs: "p-xs",
4378
+ // 4px (0.25rem)
4379
+ sm: "p-sm",
4380
+ // 8px (0.5rem)
4381
+ md: "p-sm",
4382
+ // 8px (0.5rem) - default
4383
+ lg: "p-md",
4384
+ // 16px (1rem)
4385
+ xl: "p-lg"
4386
+ // 24px (1.5rem)
4387
+ },
4388
+ radius: {
4389
+ xs: "rounded-sm",
4390
+ // 4px (0.25rem)
4391
+ sm: "rounded-md",
4392
+ // 6px (0.375rem)
4393
+ md: "rounded-md",
4394
+ // 6px (0.375rem) - default
4395
+ lg: "rounded-md",
4396
+ // 6px (0.375rem)
4397
+ xl: "rounded-lg"
4398
+ // 8px (0.5rem)
4399
+ },
4400
+ shadow: "shadow-md",
4401
+ // Maps to elevationShadows.md
4402
+ background: "bg-[hsl(var(--popover))]",
4403
+ // Background using CSS var
4404
+ text: "text-[hsl(var(--popover-foreground))]",
4405
+ // Text color using CSS var
4406
+ border: "border border-[hsl(var(--border))]",
4407
+ // Border color using CSS var
4408
+ maxHeight: "max-h-[384px]",
4409
+ // Maximum height for scrollable content (24rem = 384px)
4410
+ minWidth: "min-w-[128px]"
4411
+ // Minimum width (8rem = 128px)
4412
+ },
4413
+ /**
4414
+ * Select item tokens
4415
+ */
4416
+ item: {
4417
+ padding: {
4418
+ horizontal: {
4419
+ xs: "px-xs",
4420
+ // 4px (0.25rem)
4421
+ sm: "px-sm",
4422
+ // 8px (0.5rem)
4423
+ md: "px-sm",
4424
+ // 8px (0.5rem) - default
4425
+ lg: "px-md",
4426
+ // 16px (1rem)
4427
+ xl: "px-lg"
4428
+ // 24px (1.5rem)
4429
+ },
4430
+ vertical: {
4431
+ xs: "py-xs",
4432
+ // 4px (0.25rem)
4433
+ sm: "py-xs",
4434
+ // 4px (0.25rem)
4435
+ md: "py-xs",
4436
+ // 4px (0.25rem) - default
4437
+ lg: "py-sm",
4438
+ // 8px (0.5rem)
4439
+ xl: "py-sm"
4440
+ // 8px (0.5rem)
4441
+ }
4442
+ },
4443
+ radius: {
4444
+ xs: "rounded-[4px]",
4445
+ // 4px (0.25rem) - using explicit value to avoid numeric class
4446
+ sm: "rounded-[4px]",
4447
+ // 4px (0.25rem)
4448
+ md: "rounded-[4px]",
4449
+ // 4px (0.25rem) - default
4450
+ lg: "rounded-[4px]",
4451
+ // 4px (0.25rem)
4452
+ xl: "rounded-md"
4453
+ // 6px (0.375rem)
4454
+ },
4455
+ fontSize: {
4456
+ xs: "text-xs",
4457
+ // Maps to fontSize.xs[0]
4458
+ sm: "text-sm",
4459
+ // Maps to fontSize.sm[0]
4460
+ md: "text-sm",
4461
+ // Maps to fontSize.sm[0] - default
4462
+ lg: "text-sm",
4463
+ // Maps to fontSize.sm[0]
4464
+ xl: "text-base"
4465
+ // Maps to fontSize.base[0]
4466
+ },
4467
+ indicator: {
4468
+ size: "size-4",
4469
+ // 16px (1rem)
4470
+ position: "left-sm"
4471
+ // 8px (0.5rem) from left
4472
+ },
4473
+ focus: {
4474
+ background: "focus:bg-[hsl(var(--accent))]",
4475
+ // Focus background using CSS var
4476
+ text: "focus:text-[hsl(var(--accent-foreground))]"
4477
+ // Focus text using CSS var
4478
+ },
4479
+ selected: {
4480
+ background: "bg-[hsl(var(--accent))]",
4481
+ // Selected background using CSS var
4482
+ text: "text-[hsl(var(--accent-foreground))]"
4483
+ // Selected text using CSS var
4484
+ },
4485
+ disabled: {
4486
+ opacity: "opacity-50",
4487
+ // Disabled opacity
4488
+ pointerEvents: "pointer-events-none"
4489
+ // Disable pointer events
4490
+ }
4491
+ },
4492
+ /**
4493
+ * Select label tokens
4494
+ */
4495
+ label: {
4496
+ padding: {
4497
+ horizontal: {
4498
+ xs: "px-xs",
4499
+ // 4px (0.25rem)
4500
+ sm: "px-sm",
4501
+ // 8px (0.5rem)
4502
+ md: "px-sm",
4503
+ // 8px (0.5rem) - default
4504
+ lg: "px-md",
4505
+ // 16px (1rem)
4506
+ xl: "px-lg"
4507
+ // 24px (1.5rem)
4508
+ },
4509
+ vertical: {
4510
+ xs: "py-xs",
4511
+ // 4px (0.25rem)
4512
+ sm: "py-xs",
4513
+ // 4px (0.25rem)
4514
+ md: "py-xs",
4515
+ // 4px (0.25rem) - default
4516
+ lg: "py-sm",
4517
+ // 8px (0.5rem)
4518
+ xl: "py-sm"
4519
+ // 8px (0.5rem)
4520
+ }
4521
+ },
4522
+ fontSize: {
4523
+ xs: "text-xs",
4524
+ // Maps to fontSize.xs[0]
4525
+ sm: "text-sm",
4526
+ // Maps to fontSize.sm[0]
4527
+ md: "text-sm",
4528
+ // Maps to fontSize.sm[0] - default
4529
+ lg: "text-sm",
4530
+ // Maps to fontSize.sm[0]
4531
+ xl: "text-base"
4532
+ // Maps to fontSize.base[0]
4533
+ },
4534
+ fontWeight: "font-semibold"
4535
+ // Semibold weight for labels
4536
+ },
4537
+ /**
4538
+ * Select separator tokens
4539
+ */
4540
+ separator: {
4541
+ margin: {
4542
+ horizontal: {
4543
+ xs: "-mx-xs",
4544
+ // -4px
4545
+ sm: "-mx-xs",
4546
+ // -4px
4547
+ md: "-mx-xs",
4548
+ // -4px - default
4549
+ lg: "-mx-sm",
4550
+ // -8px
4551
+ xl: "-mx-sm"
4552
+ // -8px
4553
+ },
4554
+ vertical: {
4555
+ xs: "my-xs",
4556
+ // 4px (0.25rem)
4557
+ sm: "my-xs",
4558
+ // 4px (0.25rem)
4559
+ md: "my-xs",
4560
+ // 4px (0.25rem) - default
4561
+ lg: "my-sm",
4562
+ // 8px (0.5rem)
4563
+ xl: "my-sm"
4564
+ // 8px (0.5rem)
4565
+ }
4566
+ },
4567
+ height: "h-px",
4568
+ // 1px height
4569
+ background: "bg-[hsl(var(--muted))]"
4570
+ // Background using CSS var
4571
+ },
4572
+ /**
4573
+ * Variant-based tokens
4574
+ * Border, background, and text colors for different variants
4575
+ * All use CSS variable references for theme support
4576
+ */
4577
+ variant: {
4578
+ primary: {
4579
+ border: "border-[hsl(var(--tm-primary))]",
4580
+ // Primary border color
4581
+ background: "bg-[hsl(var(--tm-primary))]",
4582
+ // Primary background
4583
+ text: "text-[hsl(var(--tm-primary-foreground))]",
4584
+ // Primary text color
4585
+ focus: "focus-visible:shadow-[var(--focus-ring-primary)]"
4586
+ // Primary focus ring
4587
+ },
4588
+ secondary: {
4589
+ border: "border-[hsl(var(--tm-secondary))]",
4590
+ // Secondary border color
4591
+ background: "bg-[hsl(var(--tm-secondary))]",
4592
+ // Secondary background
4593
+ text: "text-[hsl(var(--tm-secondary-foreground))]",
4594
+ // Secondary text color
4595
+ focus: "focus-visible:shadow-[var(--focus-ring-default)]"
4596
+ // Default focus ring
4597
+ },
4598
+ outline: {
4599
+ border: "border-[hsl(var(--input))]",
4600
+ // Input border color
4601
+ background: "bg-transparent",
4602
+ // Transparent background
4603
+ text: "text-[hsl(var(--foreground))]",
4604
+ // Foreground text color
4605
+ focus: "focus-visible:shadow-[var(--focus-ring-default)]"
4606
+ // Default focus ring
4607
+ },
4608
+ ghost: {
4609
+ border: "border-transparent",
4610
+ // Transparent border
4611
+ background: "bg-transparent",
4612
+ // Transparent background
4613
+ text: "text-[hsl(var(--foreground))]",
4614
+ // Foreground text color
4615
+ focus: "focus-visible:shadow-[var(--focus-ring-default)]"
4616
+ // Default focus ring
4617
+ },
4618
+ destructive: {
4619
+ border: "border-[hsl(var(--destructive))]",
4620
+ // Destructive border color
4621
+ background: "bg-[hsl(var(--destructive))]",
4622
+ // Destructive background
4623
+ text: "text-[hsl(var(--destructive-foreground))]",
4624
+ // Destructive text color
4625
+ focus: "focus-visible:shadow-[var(--focus-ring-default)]"
4626
+ // Default focus ring
4627
+ }
4628
+ },
4629
+ /**
4630
+ * State-based tokens
4631
+ * Border, background, and text colors for different states
4632
+ * All use CSS variable references for theme support
4633
+ */
4634
+ state: {
4635
+ default: {
4636
+ border: "border-[hsl(var(--input))]",
4637
+ // Default border color using CSS var
4638
+ background: "bg-transparent",
4639
+ // Default background
4640
+ text: "text-[hsl(var(--foreground))]"
4641
+ // Default text color using CSS var
4642
+ },
4643
+ disabled: {
4644
+ border: "border-[hsl(var(--input))]",
4645
+ // Disabled state border (same as default)
4646
+ background: "bg-transparent",
4647
+ // Disabled background (same as default)
4648
+ text: "text-[hsl(var(--foreground))] disabled:opacity-50",
4649
+ // Disabled text opacity
4650
+ cursor: "cursor-not-allowed"
4651
+ // Disabled cursor
4652
+ },
4653
+ open: {
4654
+ border: "border-[hsl(var(--ring))]",
4655
+ // Open state border
4656
+ focus: "focus-visible:shadow-[var(--focus-ring-default)]"
4657
+ // Focus ring using CSS var
4658
+ },
4659
+ closed: {
4660
+ border: "border-[hsl(var(--input))]"
4661
+ // Closed state border
4662
+ }
4663
+ },
4664
+ /**
4665
+ * Width tokens
4666
+ */
4667
+ width: {
4668
+ auto: "w-auto",
4669
+ // Auto width
4670
+ full: "w-full",
4671
+ // Full width (100%)
4672
+ sm: "w-48",
4673
+ // 192px (12rem)
4674
+ md: "w-64",
4675
+ // 256px (16rem)
4676
+ lg: "w-80",
4677
+ // 320px (20rem)
4678
+ xl: "w-96"
4679
+ // 384px (24rem)
4680
+ },
4681
+ /**
4682
+ * Size-based token structure
4683
+ * Organized by size for easy access
4684
+ */
4685
+ size: {
4686
+ xs: {
4687
+ trigger: {
4688
+ height: "h-7",
4689
+ padding: {
4690
+ horizontal: "px-xs",
4691
+ vertical: "py-xs"
4692
+ },
4693
+ radius: "rounded-sm",
4694
+ fontSize: "text-xs"
4695
+ },
4696
+ item: {
4697
+ padding: {
4698
+ horizontal: "px-xs",
4699
+ vertical: "py-xs"
4700
+ },
4701
+ fontSize: "text-xs"
4702
+ },
4703
+ content: {
4704
+ padding: "p-xs",
4705
+ radius: "rounded-sm"
4706
+ }
4707
+ },
4708
+ sm: {
4709
+ trigger: {
4710
+ height: "h-8",
4711
+ padding: {
4712
+ horizontal: "px-sm",
4713
+ vertical: "py-xs"
4714
+ },
4715
+ radius: "rounded-md",
4716
+ fontSize: "text-sm"
4717
+ },
4718
+ item: {
4719
+ padding: {
4720
+ horizontal: "px-sm",
4721
+ vertical: "py-xs"
4722
+ },
4723
+ fontSize: "text-sm"
4724
+ },
4725
+ content: {
4726
+ padding: "p-sm",
4727
+ radius: "rounded-md"
4728
+ }
4729
+ },
4730
+ md: {
4731
+ trigger: {
4732
+ height: "h-9",
4733
+ padding: {
4734
+ horizontal: "px-sm",
4735
+ vertical: "py-xs"
4736
+ },
4737
+ radius: "rounded-md",
4738
+ fontSize: "text-base"
4739
+ },
4740
+ item: {
4741
+ padding: {
4742
+ horizontal: "px-sm",
4743
+ vertical: "py-xs"
4744
+ },
4745
+ fontSize: "text-sm"
4746
+ },
4747
+ content: {
4748
+ padding: "p-sm",
4749
+ radius: "rounded-md"
4750
+ }
4751
+ },
4752
+ lg: {
4753
+ trigger: {
4754
+ height: "h-10",
4755
+ padding: {
4756
+ horizontal: "px-md",
4757
+ vertical: "py-sm"
4758
+ },
4759
+ radius: "rounded-md",
4760
+ fontSize: "text-base"
4761
+ },
4762
+ item: {
4763
+ padding: {
4764
+ horizontal: "px-md",
4765
+ vertical: "py-sm"
4766
+ },
4767
+ fontSize: "text-sm"
4768
+ },
4769
+ content: {
4770
+ padding: "p-md",
4771
+ radius: "rounded-md"
4772
+ }
4773
+ },
4774
+ xl: {
4775
+ trigger: {
4776
+ height: "h-11",
4777
+ padding: {
4778
+ horizontal: "px-lg",
4779
+ vertical: "py-md"
4780
+ },
4781
+ radius: "rounded-lg",
4782
+ fontSize: "text-lg"
4783
+ },
4784
+ item: {
4785
+ padding: {
4786
+ horizontal: "px-lg",
4787
+ vertical: "py-sm"
4788
+ },
4789
+ fontSize: "text-base"
4790
+ },
4791
+ content: {
4792
+ padding: "p-lg",
4793
+ radius: "rounded-lg"
4794
+ }
4795
+ }
4796
+ }
4797
+ };
4798
+
4799
+ // src/tokens/motion/v2.ts
4800
+ var motionV2Durations = {
4801
+ fast: "150ms",
4802
+ // Quick interactions
4803
+ normal: "250ms",
4804
+ // Default transitions
4805
+ slow: "350ms",
4806
+ // Emphasized animations
4807
+ reduced: "0ms"
4808
+ // For prefers-reduced-motion
4809
+ };
4810
+ var motionV2Easings = {
4811
+ soft: "cubic-bezier(0.22, 1, 0.36, 1)",
4812
+ // Gentle, smooth
4813
+ standard: "cubic-bezier(0.4, 0, 0.2, 1)",
4814
+ // Material Design standard
4815
+ emphasized: "cubic-bezier(0.2, 0, 0, 1)"
4816
+ // Strong, decisive
4817
+ };
4818
+ var motionV2Transitions = {
4819
+ fast: `${motionV2Durations.fast} ${motionV2Easings.standard}`,
4820
+ normal: `${motionV2Durations.normal} ${motionV2Easings.standard}`,
4821
+ slow: `${motionV2Durations.slow} ${motionV2Easings.emphasized}`,
4822
+ soft: `${motionV2Durations.normal} ${motionV2Easings.soft}`,
4823
+ reduced: `${motionV2Durations.reduced} linear`
4824
+ };
4825
+ var motionV2Fade = {
4826
+ in: {
4827
+ from: { opacity: 0 },
4828
+ to: { opacity: 1 }
4829
+ },
4830
+ out: {
4831
+ from: { opacity: 1 },
4832
+ to: { opacity: 0 }
4833
+ }
4834
+ };
4835
+ var motionV2Scale = {
4836
+ in: {
4837
+ from: { transform: "scale(0.95)", opacity: 0 },
4838
+ to: { transform: "scale(1)", opacity: 1 }
4839
+ },
4840
+ out: {
4841
+ from: { transform: "scale(1)", opacity: 1 },
4842
+ to: { transform: "scale(0.95)", opacity: 0 }
4843
+ }
4844
+ };
4845
+ var motionV2Slide = {
4846
+ up: {
4847
+ in: {
4848
+ from: { transform: "translateY(100%)", opacity: 0 },
4849
+ to: { transform: "translateY(0)", opacity: 1 }
4850
+ },
4851
+ out: {
4852
+ from: { transform: "translateY(0)", opacity: 1 },
4853
+ to: { transform: "translateY(100%)", opacity: 0 }
4854
+ }
4855
+ },
4856
+ down: {
4857
+ in: {
4858
+ from: { transform: "translateY(-100%)", opacity: 0 },
4859
+ to: { transform: "translateY(0)", opacity: 1 }
4860
+ },
4861
+ out: {
4862
+ from: { transform: "translateY(0)", opacity: 1 },
4863
+ to: { transform: "translateY(-100%)", opacity: 0 }
4864
+ }
4865
+ },
4866
+ left: {
4867
+ in: {
4868
+ from: { transform: "translateX(100%)", opacity: 0 },
4869
+ to: { transform: "translateX(0)", opacity: 1 }
4870
+ },
4871
+ out: {
4872
+ from: { transform: "translateX(0)", opacity: 1 },
4873
+ to: { transform: "translateX(100%)", opacity: 0 }
4874
+ }
4875
+ },
4876
+ right: {
4877
+ in: {
4878
+ from: { transform: "translateX(-100%)", opacity: 0 },
4879
+ to: { transform: "translateX(0)", opacity: 1 }
4880
+ },
4881
+ out: {
4882
+ from: { transform: "translateX(0)", opacity: 1 },
4883
+ to: { transform: "translateX(-100%)", opacity: 0 }
4884
+ }
4885
+ }
4886
+ };
4887
+ var motionV2Combined = {
4888
+ fadeScale: {
4889
+ in: {
4890
+ from: { transform: "scale(0.95)", opacity: 0 },
4891
+ to: { transform: "scale(1)", opacity: 1 }
4892
+ },
4893
+ out: {
4894
+ from: { transform: "scale(1)", opacity: 1 },
4895
+ to: { transform: "scale(0.95)", opacity: 0 }
4896
+ }
4897
+ },
4898
+ fadeSlideUp: {
4899
+ in: {
4900
+ from: { transform: "translateY(100%)", opacity: 0 },
4901
+ to: { transform: "translateY(0)", opacity: 1 }
4902
+ },
4903
+ out: {
4904
+ from: { transform: "translateY(0)", opacity: 1 },
4905
+ to: { transform: "translateY(100%)", opacity: 0 }
4906
+ }
4907
+ },
4908
+ fadeSlideDown: {
4909
+ in: {
4910
+ from: { transform: "translateY(-100%)", opacity: 0 },
4911
+ to: { transform: "translateY(0)", opacity: 1 }
4912
+ },
4913
+ out: {
4914
+ from: { transform: "translateY(0)", opacity: 1 },
4915
+ to: { transform: "translateY(-100%)", opacity: 0 }
4916
+ }
4917
+ },
4918
+ fadeSlideLeft: {
4919
+ in: {
4920
+ from: { transform: "translateX(100%)", opacity: 0 },
4921
+ to: { transform: "translateX(0)", opacity: 1 }
4922
+ },
4923
+ out: {
4924
+ from: { transform: "translateX(0)", opacity: 1 },
4925
+ to: { transform: "translateX(100%)", opacity: 0 }
4926
+ }
4927
+ },
4928
+ fadeSlideRight: {
4929
+ in: {
4930
+ from: { transform: "translateX(-100%)", opacity: 0 },
4931
+ to: { transform: "translateX(0)", opacity: 1 }
4932
+ },
4933
+ out: {
4934
+ from: { transform: "translateX(0)", opacity: 1 },
4935
+ to: { transform: "translateX(-100%)", opacity: 0 }
4936
+ }
4937
+ }
4938
+ };
4939
+ var motionV2CSSVariables = {
4940
+ // Durations
4941
+ "--motion-duration-fast": motionV2Durations.fast,
4942
+ "--motion-duration-normal": motionV2Durations.normal,
4943
+ "--motion-duration-slow": motionV2Durations.slow,
4944
+ "--motion-duration-reduced": motionV2Durations.reduced,
4945
+ // Easings
4946
+ "--motion-easing-soft": motionV2Easings.soft,
4947
+ "--motion-easing-standard": motionV2Easings.standard,
4948
+ "--motion-easing-emphasized": motionV2Easings.emphasized,
4949
+ // Transitions
4950
+ "--motion-transition-fast": motionV2Transitions.fast,
4951
+ "--motion-transition-normal": motionV2Transitions.normal,
4952
+ "--motion-transition-slow": motionV2Transitions.slow,
4953
+ "--motion-transition-soft": motionV2Transitions.soft,
4954
+ "--motion-transition-reduced": motionV2Transitions.reduced
4955
+ };
4956
+ var motionV2TailwindConfig = {
4957
+ transitionDuration: {
4958
+ ...motionV2Durations
4959
+ },
4960
+ transitionTimingFunction: {
4961
+ ...motionV2Easings
4962
+ },
4963
+ keyframes: {
4964
+ // Fade
4965
+ "fade-in": motionV2Fade.in,
4966
+ "fade-out": motionV2Fade.out,
4967
+ // Scale
4968
+ "scale-in": motionV2Scale.in,
4969
+ "scale-out": motionV2Scale.out,
4970
+ // Slide
4971
+ "slide-up-in": motionV2Slide.up.in,
4972
+ "slide-up-out": motionV2Slide.up.out,
4973
+ "slide-down-in": motionV2Slide.down.in,
4974
+ "slide-down-out": motionV2Slide.down.out,
4975
+ "slide-left-in": motionV2Slide.left.in,
4976
+ "slide-left-out": motionV2Slide.left.out,
4977
+ "slide-right-in": motionV2Slide.right.in,
4978
+ "slide-right-out": motionV2Slide.right.out,
4979
+ // Combined
4980
+ "fade-scale-in": motionV2Combined.fadeScale.in,
4981
+ "fade-scale-out": motionV2Combined.fadeScale.out,
4982
+ "fade-slide-up-in": motionV2Combined.fadeSlideUp.in,
4983
+ "fade-slide-up-out": motionV2Combined.fadeSlideUp.out,
4984
+ "fade-slide-down-in": motionV2Combined.fadeSlideDown.in,
4985
+ "fade-slide-down-out": motionV2Combined.fadeSlideDown.out,
4986
+ "fade-slide-left-in": motionV2Combined.fadeSlideLeft.in,
4987
+ "fade-slide-left-out": motionV2Combined.fadeSlideLeft.out,
4988
+ "fade-slide-right-in": motionV2Combined.fadeSlideRight.in,
4989
+ "fade-slide-right-out": motionV2Combined.fadeSlideRight.out
4990
+ }
4991
+ };
4992
+
4993
+ // src/tokens/motion.ts
4994
+ var durations = {
4995
+ instant: "0ms",
4996
+ fast: "150ms",
4997
+ // 1.5 × base (quick interactions)
4998
+ normal: "300ms",
4999
+ // 3 × base (default)
5000
+ slow: "500ms",
5001
+ // 5 × base (emphasized)
5002
+ slower: "700ms",
5003
+ // 7 × base (very emphasized)
5004
+ slowest: "1000ms",
5005
+ // 10 × base (maximum emphasis)
5006
+ // Additional granular durations
5007
+ "75": "75ms",
5008
+ // Ultra-fast
5009
+ "100": "100ms",
5010
+ // Base unit
5011
+ "200": "200ms",
5012
+ // Fast-normal
5013
+ "250": "250ms",
5014
+ // Between fast and normal
5015
+ "400": "400ms",
5016
+ // Between normal and slow
5017
+ "600": "600ms",
5018
+ // Between slow and slower
5019
+ "800": "800ms"
5020
+ // Between slower and slowest
5021
+ };
5022
+ var easings = {
5023
+ // Linear (no easing)
5024
+ linear: "linear",
5025
+ // Ease-in (accelerate) - cubic-bezier
5026
+ "ease-in": "cubic-bezier(0.4, 0, 1, 1)",
5027
+ // Ease-out (decelerate) - recommended for most UI - cubic-bezier
5028
+ "ease-out": "cubic-bezier(0, 0, 0.2, 1)",
5029
+ // Ease-in-out (accelerate and decelerate)
5030
+ "ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)",
5031
+ // Standard easing functions
5032
+ ease: "ease",
5033
+ // Advanced easing functions
5034
+ bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
5035
+ elastic: "cubic-bezier(0.175, 0.885, 0.32, 1.275)",
5036
+ // Material Design easing
5037
+ "ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)",
5038
+ "ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)",
5039
+ "ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)"
5040
+ };
5041
+ var transitions = {
5042
+ // Fast transitions (quick interactions)
5043
+ fast: `${durations.fast} ${easings["ease-out"]}`,
5044
+ "fast-in": `${durations.fast} ${easings["ease-in"]}`,
5045
+ "fast-out": `${durations.fast} ${easings["ease-out"]}`,
5046
+ "fast-in-out": `${durations.fast} ${easings["ease-in-out"]}`,
5047
+ // Normal transitions (default)
5048
+ normal: `${durations.normal} ${easings["ease-in-out"]}`,
5049
+ "normal-in": `${durations.normal} ${easings["ease-in"]}`,
5050
+ "normal-out": `${durations.normal} ${easings["ease-out"]}`,
5051
+ "normal-in-out": `${durations.normal} ${easings["ease-in-out"]}`,
5052
+ // Slow transitions (emphasized)
5053
+ slow: `${durations.slow} ${easings["ease-in-out"]}`,
5054
+ "slow-in": `${durations.slow} ${easings["ease-in"]}`,
5055
+ "slow-out": `${durations.slow} ${easings["ease-out"]}`,
5056
+ "slow-in-out": `${durations.slow} ${easings["ease-in-out"]}`,
5057
+ // Special transitions
5058
+ bounce: `${durations.normal} ${easings.bounce}`,
5059
+ elastic: `${durations.slow} ${easings.elastic}`,
5060
+ // Default (normal)
5061
+ DEFAULT: `${durations.normal} ${easings["ease-in-out"]}`
5062
+ };
5063
+ var keyframes = {
5064
+ // Fade animations
5065
+ fadeIn: {
5066
+ from: { opacity: 0 },
5067
+ to: { opacity: 1 }
5068
+ },
5069
+ fadeOut: {
5070
+ from: { opacity: 1 },
5071
+ to: { opacity: 0 }
5072
+ },
5073
+ // Slide animations
5074
+ slideInUp: {
5075
+ from: { transform: "translateY(100%)", opacity: 0 },
5076
+ to: { transform: "translateY(0)", opacity: 1 }
5077
+ },
5078
+ slideInDown: {
5079
+ from: { transform: "translateY(-100%)", opacity: 0 },
5080
+ to: { transform: "translateY(0)", opacity: 1 }
5081
+ },
5082
+ slideInLeft: {
5083
+ from: { transform: "translateX(-100%)", opacity: 0 },
5084
+ to: { transform: "translateX(0)", opacity: 1 }
5085
+ },
5086
+ slideInRight: {
5087
+ from: { transform: "translateX(100%)", opacity: 0 },
5088
+ to: { transform: "translateX(0)", opacity: 1 }
5089
+ },
5090
+ slideOutUp: {
5091
+ from: { transform: "translateY(0)", opacity: 1 },
5092
+ to: { transform: "translateY(-100%)", opacity: 0 }
5093
+ },
5094
+ slideOutDown: {
5095
+ from: { transform: "translateY(0)", opacity: 1 },
5096
+ to: { transform: "translateY(100%)", opacity: 0 }
5097
+ },
5098
+ slideOutLeft: {
5099
+ from: { transform: "translateX(0)", opacity: 1 },
5100
+ to: { transform: "translateX(-100%)", opacity: 0 }
5101
+ },
5102
+ slideOutRight: {
5103
+ from: { transform: "translateX(0)", opacity: 1 },
5104
+ to: { transform: "translateX(100%)", opacity: 0 }
5105
+ },
5106
+ // Scale animations
5107
+ scaleIn: {
5108
+ from: { transform: "scale(0.95)", opacity: 0 },
5109
+ to: { transform: "scale(1)", opacity: 1 }
5110
+ },
5111
+ scaleOut: {
5112
+ from: { transform: "scale(1)", opacity: 1 },
5113
+ to: { transform: "scale(0.95)", opacity: 0 }
5114
+ },
5115
+ scaleUp: {
5116
+ from: { transform: "scale(1)" },
5117
+ to: { transform: "scale(1.05)" }
5118
+ },
5119
+ scaleDown: {
5120
+ from: { transform: "scale(1.05)" },
5121
+ to: { transform: "scale(1)" }
5122
+ },
5123
+ // Rotation animations
5124
+ spin: {
5125
+ from: { transform: "rotate(0deg)" },
5126
+ to: { transform: "rotate(360deg)" }
5127
+ },
5128
+ spinReverse: {
5129
+ from: { transform: "rotate(360deg)" },
5130
+ to: { transform: "rotate(0deg)" }
5131
+ },
5132
+ // Pulse and bounce
5133
+ pulse: {
5134
+ "0%, 100%": { opacity: 1 },
5135
+ "50%": { opacity: 0.5 }
5136
+ },
5137
+ bounce: {
5138
+ "0%, 100%": {
5139
+ transform: "translateY(-25%)",
5140
+ animationTimingFunction: "cubic-bezier(0.8, 0, 1, 1)"
5141
+ },
5142
+ "50%": {
5143
+ transform: "translateY(0)",
5144
+ animationTimingFunction: "cubic-bezier(0, 0, 0.2, 1)"
5145
+ }
5146
+ },
5147
+ // Shake animation
5148
+ shake: {
5149
+ "0%, 100%": { transform: "translateX(0)" },
5150
+ "10%, 30%, 50%, 70%, 90%": { transform: "translateX(-4px)" },
5151
+ "20%, 40%, 60%, 80%": { transform: "translateX(4px)" }
5152
+ },
5153
+ // Ping animation
5154
+ ping: {
5155
+ "75%, 100%": {
5156
+ transform: "scale(2)",
5157
+ opacity: 0
5158
+ }
5159
+ },
5160
+ // Accordion animations (for Radix UI)
5161
+ "accordion-down": {
5162
+ from: { height: "0" },
5163
+ to: { height: "var(--radix-accordion-content-height)" }
5164
+ },
5165
+ "accordion-up": {
5166
+ from: { height: "var(--radix-accordion-content-height)" },
5167
+ to: { height: "0" }
5168
+ }
5169
+ };
5170
+ var animations = {
5171
+ // Fade animations
5172
+ fadeIn: `fadeIn ${durations.normal} ${easings["ease-out"]}`,
5173
+ fadeOut: `fadeOut ${durations.fast} ${easings["ease-in"]}`,
5174
+ // Slide animations
5175
+ slideInUp: `slideInUp ${durations.normal} ${easings["ease-out"]}`,
5176
+ slideInDown: `slideInDown ${durations.normal} ${easings["ease-out"]}`,
5177
+ slideInLeft: `slideInLeft ${durations.normal} ${easings["ease-out"]}`,
5178
+ slideInRight: `slideInRight ${durations.normal} ${easings["ease-out"]}`,
5179
+ slideOutUp: `slideOutUp ${durations.fast} ${easings["ease-in"]}`,
5180
+ slideOutDown: `slideOutDown ${durations.fast} ${easings["ease-in"]}`,
5181
+ slideOutLeft: `slideOutLeft ${durations.fast} ${easings["ease-in"]}`,
5182
+ slideOutRight: `slideOutRight ${durations.fast} ${easings["ease-in"]}`,
5183
+ // Scale animations
5184
+ scaleIn: `scaleIn ${durations.normal} ${easings["ease-out"]}`,
5185
+ scaleOut: `scaleOut ${durations.fast} ${easings["ease-in"]}`,
5186
+ // Continuous animations
5187
+ spin: `spin 1s ${easings.linear} infinite`,
5188
+ pulse: `pulse 2s ${easings["ease-in-out"]} infinite`,
5189
+ bounce: `bounce 1s ${easings.linear} infinite`,
5190
+ ping: `ping 1s ${easings["ease-out"]} cubic-bezier(0, 0, 0.2, 1) infinite`,
5191
+ shake: `shake 0.5s ${easings["ease-in-out"]}`,
5192
+ // Accordion animations
5193
+ "accordion-down": `accordion-down ${durations.normal} ${easings["ease-out"]}`,
5194
+ "accordion-up": `accordion-up ${durations.normal} ${easings["ease-out"]}`
5195
+ };
5196
+ var springs = {
5197
+ // Gentle spring (subtle, smooth)
5198
+ gentle: {
5199
+ type: "spring",
5200
+ stiffness: 120,
5201
+ damping: 14,
5202
+ mass: 1
5203
+ },
5204
+ // Default spring (balanced)
5205
+ default: {
5206
+ type: "spring",
5207
+ stiffness: 300,
5208
+ damping: 30,
5209
+ mass: 1
5210
+ },
5211
+ // Wobbly spring (bouncy, playful)
5212
+ wobbly: {
5213
+ type: "spring",
5214
+ stiffness: 180,
5215
+ damping: 12,
5216
+ mass: 1
5217
+ },
5218
+ // Stiff spring (quick, precise)
5219
+ stiff: {
5220
+ type: "spring",
5221
+ stiffness: 400,
5222
+ damping: 30,
5223
+ mass: 1
5224
+ },
5225
+ // Slow spring (smooth, deliberate)
5226
+ slow: {
5227
+ type: "spring",
5228
+ stiffness: 200,
5229
+ damping: 25,
5230
+ mass: 1
5231
+ },
5232
+ // Bouncy spring (energetic, fun)
5233
+ bouncy: {
5234
+ type: "spring",
5235
+ stiffness: 400,
5236
+ damping: 10,
5237
+ mass: 1
5238
+ },
5239
+ // No bounce (damped, controlled)
5240
+ noBounce: {
5241
+ type: "spring",
5242
+ stiffness: 300,
5243
+ damping: 35,
5244
+ mass: 1
5245
+ }
5246
+ };
5247
+ var reducedMotion = {
5248
+ // Reduced motion duration (instant or minimal)
5249
+ duration: "0ms",
5250
+ // Reduced motion easing (linear for instant)
5251
+ easing: "linear",
5252
+ // Reduced motion transition (instant)
5253
+ transition: "0ms linear",
5254
+ // CSS media query for reduced motion
5255
+ mediaQuery: "@media (prefers-reduced-motion: reduce)",
5256
+ // Utility class to disable animations
5257
+ disableAnimations: "animation: none !important; transition: none !important;",
5258
+ // Reduced motion spring (instant, no animation)
5259
+ spring: {
5260
+ type: "spring",
5261
+ stiffness: 1e3,
5262
+ damping: 100,
5263
+ mass: 1
5264
+ }
5265
+ };
5266
+ var motionCSSVariables = {
5267
+ // Durations
5268
+ "--duration-instant": durations.instant,
5269
+ "--duration-fast": durations.fast,
5270
+ "--duration-normal": durations.normal,
5271
+ "--duration-slow": durations.slow,
5272
+ "--duration-slower": durations.slower,
5273
+ "--duration-slowest": durations.slowest,
5274
+ // Additional granular durations
5275
+ "--duration-75": durations["75"],
5276
+ "--duration-100": durations["100"],
5277
+ "--duration-200": durations["200"],
5278
+ "--duration-250": durations["250"],
5279
+ "--duration-400": durations["400"],
5280
+ "--duration-600": durations["600"],
5281
+ "--duration-800": durations["800"],
5282
+ // Easings
5283
+ "--ease-linear": easings.linear,
5284
+ "--ease-in": easings["ease-in"],
5285
+ "--ease-out": easings["ease-out"],
5286
+ "--ease-in-out": easings["ease-in-out"],
5287
+ "--ease-bounce": easings.bounce,
5288
+ "--ease-elastic": easings.elastic,
5289
+ "--ease-out-cubic": easings["ease-out-cubic"],
5290
+ "--ease-in-cubic": easings["ease-in-cubic"],
5291
+ "--ease-in-out-cubic": easings["ease-in-out-cubic"],
5292
+ // Transitions
5293
+ "--transition-fast": transitions.fast,
5294
+ "--transition-normal": transitions.normal,
5295
+ "--transition-slow": transitions.slow,
5296
+ "--transition-default": transitions.DEFAULT,
5297
+ "--transition-fast-in": transitions["fast-in"],
5298
+ "--transition-fast-out": transitions["fast-out"],
5299
+ "--transition-fast-in-out": transitions["fast-in-out"],
5300
+ "--transition-normal-in": transitions["normal-in"],
5301
+ "--transition-normal-out": transitions["normal-out"],
5302
+ "--transition-normal-in-out": transitions["normal-in-out"],
5303
+ "--transition-slow-in": transitions["slow-in"],
5304
+ "--transition-slow-out": transitions["slow-out"],
5305
+ "--transition-slow-in-out": transitions["slow-in-out"],
5306
+ "--transition-bounce": transitions.bounce,
5307
+ "--transition-elastic": transitions.elastic
5308
+ };
5309
+ var tailwindMotionConfig = {
5310
+ transitionDuration: {
5311
+ ...durations
5312
+ },
5313
+ transitionTimingFunction: {
5314
+ ...easings
5315
+ },
5316
+ transitionProperty: {
5317
+ DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
5318
+ colors: "color, background-color, border-color, text-decoration-color, fill, stroke",
5319
+ opacity: "opacity",
5320
+ shadow: "box-shadow",
5321
+ transform: "transform",
5322
+ all: "all",
5323
+ none: "none"
5324
+ },
5325
+ keyframes: {
5326
+ ...keyframes
5327
+ },
5328
+ animation: {
5329
+ ...animations,
5330
+ // Additional animation utilities
5331
+ none: "none",
5332
+ spin: animations.spin,
5333
+ pulse: animations.pulse,
5334
+ bounce: animations.bounce,
5335
+ ping: animations.ping,
5336
+ shake: animations.shake
5337
+ }
5338
+ };
5339
+
5340
+ // src/tokens/radius.ts
5341
+ var borderRadius = {
5342
+ // No radius
5343
+ none: "0",
5344
+ // Extra small radius
5345
+ xs: "0.125rem",
5346
+ // 2px
5347
+ // Small radius
5348
+ sm: "0.25rem",
5349
+ // 4px (base unit)
5350
+ // Default radius (base)
5351
+ DEFAULT: "0.25rem",
5352
+ // 4px (same as sm)
5353
+ base: "0.25rem",
5354
+ // 4px (alias)
5355
+ // Medium radius
5356
+ md: "0.375rem",
5357
+ // 6px
5358
+ // Large radius
5359
+ lg: "0.5rem",
5360
+ // 8px (2 × base)
5361
+ // Extra large radius
5362
+ xl: "0.75rem",
5363
+ // 12px (3 × base)
5364
+ // 2XL radius
5365
+ "2xl": "1rem",
5366
+ // 16px (4 × base)
5367
+ // 3XL radius
5368
+ "3xl": "1.5rem",
5369
+ // 24px (6 × base)
5370
+ // Full radius (circular)
5371
+ full: "9999px"
5372
+ };
5373
+ var componentRadius = {
5374
+ // Button radius standards
5375
+ button: {
5376
+ sm: borderRadius.sm,
5377
+ // 4px (compact buttons)
5378
+ md: borderRadius.md,
5379
+ // 6px (default buttons)
5380
+ lg: borderRadius.lg,
5381
+ // 8px (large buttons)
5382
+ pill: borderRadius.full
5383
+ // Full (pill buttons)
5384
+ },
5385
+ // Card radius standards
5386
+ card: {
5387
+ sm: borderRadius.sm,
5388
+ // 4px (compact cards)
5389
+ md: borderRadius.md,
5390
+ // 6px (default cards)
5391
+ lg: borderRadius.lg,
5392
+ // 8px (large cards)
5393
+ xl: borderRadius.xl
5394
+ // 12px (feature cards)
5395
+ },
5396
+ // Input/Form field radius standards
5397
+ input: {
5398
+ sm: borderRadius.sm,
5399
+ // 4px (compact inputs)
5400
+ md: borderRadius.md,
5401
+ // 6px (default inputs)
5402
+ lg: borderRadius.lg
5403
+ // 8px (large inputs)
5404
+ },
5405
+ // Badge/Status radius standards
5406
+ badge: {
5407
+ sm: borderRadius.xs,
5408
+ // 2px (compact badges)
5409
+ md: borderRadius.sm,
5410
+ // 4px (default badges)
5411
+ lg: borderRadius.md,
5412
+ // 6px (large badges)
5413
+ pill: borderRadius.full
5414
+ // Full (pill badges)
5415
+ },
5416
+ // Avatar radius standards
5417
+ avatar: {
5418
+ sm: borderRadius.full,
5419
+ // Full (small avatars)
5420
+ md: borderRadius.full,
5421
+ // Full (default avatars)
5422
+ lg: borderRadius.full,
5423
+ // Full (large avatars)
5424
+ square: borderRadius.md
5425
+ // 6px (square avatars)
5426
+ },
5427
+ // Modal/Dialog radius standards
5428
+ modal: {
5429
+ sm: borderRadius.md,
5430
+ // 6px (small modals)
5431
+ md: borderRadius.lg,
5432
+ // 8px (default modals)
5433
+ lg: borderRadius.xl,
5434
+ // 12px (large modals)
5435
+ xl: borderRadius["2xl"]
5436
+ // 16px (extra large modals)
5437
+ },
5438
+ // Tooltip radius standards
5439
+ tooltip: {
5440
+ sm: borderRadius.sm,
5441
+ // 4px (default tooltips)
5442
+ md: borderRadius.md
5443
+ // 6px (large tooltips)
5444
+ },
5445
+ // Toast/Notification radius standards
5446
+ toast: {
5447
+ sm: borderRadius.md,
5448
+ // 6px (compact toasts)
5449
+ md: borderRadius.lg,
5450
+ // 8px (default toasts)
5451
+ lg: borderRadius.xl
5452
+ // 12px (large toasts)
5453
+ },
5454
+ // Chip/Tag radius standards
5455
+ chip: {
5456
+ sm: borderRadius.xs,
5457
+ // 2px (compact chips)
5458
+ md: borderRadius.sm,
5459
+ // 4px (default chips)
5460
+ lg: borderRadius.md,
5461
+ // 6px (large chips)
5462
+ pill: borderRadius.full
5463
+ // Full (pill chips)
5464
+ },
5465
+ // Image/Media radius standards
5466
+ image: {
5467
+ none: borderRadius.none,
5468
+ // 0 (sharp images)
5469
+ sm: borderRadius.sm,
5470
+ // 4px (subtle rounding)
5471
+ md: borderRadius.md,
5472
+ // 6px (default)
5473
+ lg: borderRadius.lg,
5474
+ // 8px (rounded)
5475
+ xl: borderRadius.xl,
5476
+ // 12px (very rounded)
5477
+ full: borderRadius.full
5478
+ // Full (circular images)
5479
+ }
5480
+ };
5481
+ var radiusCSSVariables = {
5482
+ // Border radius scale
5483
+ "--radius-none": borderRadius.none,
5484
+ "--radius-xs": borderRadius.xs,
5485
+ "--radius-sm": borderRadius.sm,
5486
+ "--radius-base": borderRadius.base,
5487
+ "--radius-md": borderRadius.md,
5488
+ "--radius-lg": borderRadius.lg,
5489
+ "--radius-xl": borderRadius.xl,
5490
+ "--radius-2xl": borderRadius["2xl"],
5491
+ "--radius-3xl": borderRadius["3xl"],
5492
+ "--radius-full": borderRadius.full,
5493
+ // Default radius variable (commonly used)
5494
+ "--radius": borderRadius.md,
5495
+ // Default to medium (6px)
5496
+ // Component-specific radius variables
5497
+ "--radius-button": componentRadius.button.md,
5498
+ "--radius-card": componentRadius.card.md,
5499
+ "--radius-input": componentRadius.input.md,
5500
+ "--radius-badge": componentRadius.badge.md,
5501
+ "--radius-modal": componentRadius.modal.md,
5502
+ "--radius-tooltip": componentRadius.tooltip.sm,
5503
+ "--radius-toast": componentRadius.toast.md,
5504
+ "--radius-chip": componentRadius.chip.md,
5505
+ "--radius-image": componentRadius.image.md
5506
+ };
5507
+ var tailwindRadiusConfig = {
5508
+ borderRadius: {
5509
+ ...borderRadius,
5510
+ // Add component-specific aliases
5511
+ button: componentRadius.button.md,
5512
+ card: componentRadius.card.md,
5513
+ input: componentRadius.input.md,
5514
+ badge: componentRadius.badge.md,
5515
+ modal: componentRadius.modal.md,
5516
+ tooltip: componentRadius.tooltip.sm,
5517
+ toast: componentRadius.toast.md,
5518
+ chip: componentRadius.chip.md,
5519
+ image: componentRadius.image.md
5520
+ }
5521
+ };
5522
+
5523
+ // src/tokens/shadows.ts
5524
+ var shadowBase = {
5525
+ black: "0 0 0",
5526
+ // Black color for shadows (rgb format)
5527
+ overlay: "0 0 0"
5528
+ // Black color for overlays (rgba format)
5529
+ };
5530
+ var shadowOpacity = {
5531
+ xs: "0.05",
5532
+ sm: "0.1",
5533
+ md: "0.1",
5534
+ lg: "0.1",
5535
+ xl: "0.1",
5536
+ "2xl": "0.25",
5537
+ overlay: "0.5",
5538
+ backdrop: "0.5"
5539
+ };
5540
+ var elevationShadows = {
5541
+ none: "none",
5542
+ xs: `0 1px 2px 0 rgb(${shadowBase.black} / ${shadowOpacity.xs})`,
5543
+ sm: `0 1px 3px 0 rgb(${shadowBase.black} / ${shadowOpacity.sm}), 0 1px 2px -1px rgb(${shadowBase.black} / ${shadowOpacity.sm})`,
5544
+ md: `0 4px 6px -1px rgb(${shadowBase.black} / ${shadowOpacity.md}), 0 2px 4px -2px rgb(${shadowBase.black} / ${shadowOpacity.md})`,
5545
+ lg: `0 10px 15px -3px rgb(${shadowBase.black} / ${shadowOpacity.lg}), 0 4px 6px -4px rgb(${shadowBase.black} / ${shadowOpacity.lg})`,
5546
+ xl: `0 20px 25px -5px rgb(${shadowBase.black} / ${shadowOpacity.xl}), 0 8px 10px -6px rgb(${shadowBase.black} / ${shadowOpacity.xl})`,
5547
+ "2xl": `0 25px 50px -12px rgb(${shadowBase.black} / ${shadowOpacity["2xl"]})`
5548
+ };
5549
+ var primaryColoredShadows = {
5550
+ xs: "0 1px 2px 0 hsl(var(--primary-500) / 0.15)",
5551
+ sm: "0 2px 4px 0 hsl(var(--primary-500) / 0.2)",
5552
+ md: "0 4px 8px 0 hsl(var(--primary-500) / 0.3)",
5553
+ lg: "0 8px 16px 0 hsl(var(--primary-500) / 0.4)",
5554
+ xl: "0 12px 24px 0 hsl(var(--primary-500) / 0.5)",
5555
+ "2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)"
5556
+ };
5557
+ var accentColoredShadows = {
5558
+ xs: "0 1px 2px 0 hsl(var(--accent-500) / 0.15)",
5559
+ sm: "0 2px 4px 0 hsl(var(--accent-500) / 0.2)",
5560
+ md: "0 4px 8px 0 hsl(var(--accent-500) / 0.3)",
5561
+ lg: "0 8px 16px 0 hsl(var(--accent-500) / 0.4)",
5562
+ xl: "0 12px 24px 0 hsl(var(--accent-500) / 0.5)",
5563
+ "2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)"
5564
+ };
5565
+ var glowEffects = {
5566
+ // Primary glow effects
5567
+ "glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)",
5568
+ "glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)",
5569
+ "glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)",
5570
+ "glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)",
5571
+ // Accent glow effects
5572
+ "glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)",
5573
+ "glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)",
5574
+ "glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)",
5575
+ "glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)"
5576
+ };
5577
+ var focusRings = {
5578
+ default: "0 0 0 3px hsl(var(--ring) / 0.5)",
5579
+ primary: "0 0 0 3px hsl(var(--primary-500) / 0.3)",
5580
+ accent: "0 0 0 3px hsl(var(--accent-500) / 0.3)",
5581
+ "focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)",
5582
+ "focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)"
5583
+ };
5584
+ var shadowCSSVariables = {
5585
+ // Elevation shadows
5586
+ "--shadow-none": elevationShadows.none,
5587
+ "--shadow-xs": elevationShadows.xs,
5588
+ "--shadow-sm": elevationShadows.sm,
5589
+ "--shadow-md": elevationShadows.md,
5590
+ "--shadow-lg": elevationShadows.lg,
5591
+ "--shadow-xl": elevationShadows.xl,
5592
+ "--shadow-2xl": elevationShadows["2xl"],
5593
+ // Primary colored shadows
5594
+ "--shadow-primary-xs": primaryColoredShadows.xs,
5595
+ "--shadow-primary-sm": primaryColoredShadows.sm,
5596
+ "--shadow-primary-md": primaryColoredShadows.md,
5597
+ "--shadow-primary-lg": primaryColoredShadows.lg,
5598
+ "--shadow-primary-xl": primaryColoredShadows.xl,
5599
+ "--shadow-primary-2xl": primaryColoredShadows["2xl"],
5600
+ // Accent colored shadows
5601
+ "--shadow-accent-xs": accentColoredShadows.xs,
5602
+ "--shadow-accent-sm": accentColoredShadows.sm,
5603
+ "--shadow-accent-md": accentColoredShadows.md,
5604
+ "--shadow-accent-lg": accentColoredShadows.lg,
5605
+ "--shadow-accent-xl": accentColoredShadows.xl,
5606
+ "--shadow-accent-2xl": accentColoredShadows["2xl"],
5607
+ // Glow effects
5608
+ "--glow-primary": glowEffects["glow-primary"],
5609
+ "--glow-primary-subtle": glowEffects["glow-primary-subtle"],
5610
+ "--glow-primary-medium": glowEffects["glow-primary-medium"],
5611
+ "--glow-primary-strong": glowEffects["glow-primary-strong"],
5612
+ "--glow-accent": glowEffects["glow-accent"],
5613
+ "--glow-accent-subtle": glowEffects["glow-accent-subtle"],
5614
+ "--glow-accent-medium": glowEffects["glow-accent-medium"],
5615
+ "--glow-accent-strong": glowEffects["glow-accent-strong"],
5616
+ // Focus rings
5617
+ "--focus-ring-default": focusRings.default,
5618
+ "--focus-ring-primary": focusRings.primary,
5619
+ "--focus-ring-accent": focusRings.accent,
5620
+ "--focus-primary": focusRings["focus-primary"],
5621
+ "--focus-accent": focusRings["focus-accent"]
5622
+ };
5623
+ var componentShadowMapping = {
5624
+ card: {
5625
+ default: elevationShadows.sm,
5626
+ hover: elevationShadows.md,
5627
+ active: elevationShadows.xs,
5628
+ selected: primaryColoredShadows.sm
5629
+ },
5630
+ button: {
5631
+ default: elevationShadows.xs,
5632
+ hover: elevationShadows.sm,
5633
+ active: elevationShadows.none,
5634
+ focus: focusRings.primary
5635
+ },
5636
+ "button-accent": {
5637
+ default: accentColoredShadows.xs,
5638
+ hover: accentColoredShadows.sm,
5639
+ active: elevationShadows.none,
5640
+ focus: focusRings.accent
5641
+ },
5642
+ modal: {
5643
+ default: elevationShadows.xl,
5644
+ backdrop: `rgba(${shadowBase.overlay}, ${shadowOpacity.backdrop})`
5645
+ },
5646
+ dropdown: {
5647
+ default: elevationShadows.md,
5648
+ hover: elevationShadows.lg
5649
+ },
5650
+ tooltip: {
5651
+ default: elevationShadows.sm
5652
+ },
5653
+ toast: {
5654
+ default: elevationShadows.lg,
5655
+ success: "0 10px 15px -3px hsl(var(--semantic-success) / 0.3)",
5656
+ error: "0 10px 15px -3px hsl(var(--semantic-error) / 0.3)"
5657
+ }
5658
+ };
5659
+ var tailwindShadowConfig = {
5660
+ boxShadow: {
5661
+ // Elevation shadows
5662
+ none: elevationShadows.none,
5663
+ xs: elevationShadows.xs,
5664
+ sm: elevationShadows.sm,
5665
+ md: elevationShadows.md,
5666
+ lg: elevationShadows.lg,
5667
+ xl: elevationShadows.xl,
5668
+ "2xl": elevationShadows["2xl"],
5669
+ // Primary colored shadows
5670
+ "primary-xs": primaryColoredShadows.xs,
5671
+ "primary-sm": primaryColoredShadows.sm,
5672
+ "primary-md": primaryColoredShadows.md,
5673
+ "primary-lg": primaryColoredShadows.lg,
5674
+ "primary-xl": primaryColoredShadows.xl,
5675
+ "primary-2xl": primaryColoredShadows["2xl"],
5676
+ // Accent colored shadows
5677
+ "accent-xs": accentColoredShadows.xs,
5678
+ "accent-sm": accentColoredShadows.sm,
5679
+ "accent-md": accentColoredShadows.md,
5680
+ "accent-lg": accentColoredShadows.lg,
5681
+ "accent-xl": accentColoredShadows.xl,
5682
+ "accent-2xl": accentColoredShadows["2xl"],
5683
+ // Glow effects
5684
+ "glow-primary": glowEffects["glow-primary"],
5685
+ "glow-primary-subtle": glowEffects["glow-primary-subtle"],
5686
+ "glow-primary-medium": glowEffects["glow-primary-medium"],
5687
+ "glow-primary-strong": glowEffects["glow-primary-strong"],
5688
+ "glow-accent": glowEffects["glow-accent"],
5689
+ "glow-accent-subtle": glowEffects["glow-accent-subtle"],
5690
+ "glow-accent-medium": glowEffects["glow-accent-medium"],
5691
+ "glow-accent-strong": glowEffects["glow-accent-strong"],
5692
+ // Focus rings (using box-shadow for focus states)
5693
+ "focus-ring": focusRings.default,
5694
+ "focus-primary": focusRings["focus-primary"],
5695
+ "focus-accent": focusRings["focus-accent"]
5696
+ },
5697
+ // Ring width (for focus rings using ring utilities)
5698
+ ringWidth: {
5699
+ DEFAULT: "3px",
5700
+ sm: "2px",
5701
+ md: "3px",
5702
+ lg: "4px"
5703
+ },
5704
+ // Ring color (for focus rings)
5705
+ ringColor: {
5706
+ DEFAULT: "hsl(var(--ring) / 0.5)",
5707
+ primary: "hsl(var(--primary-500) / 0.3)",
5708
+ accent: "hsl(var(--accent-500) / 0.3)",
5709
+ "focus-primary": "hsl(var(--primary-500) / 0.3)",
5710
+ "focus-accent": "hsl(var(--accent-500) / 0.3)"
5711
+ }
5712
+ };
5713
+
5714
+ // src/tokens/typography.ts
5715
+ var fontFamily = {
5716
+ // Primary font - Inter (default sans)
5717
+ sans: [
5718
+ "Inter",
5719
+ "ui-sans-serif",
5720
+ "system-ui",
5721
+ "-apple-system",
5722
+ "BlinkMacSystemFont",
5723
+ "Segoe UI",
5724
+ "Roboto",
5725
+ "Helvetica Neue",
5726
+ "Arial",
5727
+ "Noto Sans",
5728
+ "sans-serif",
5729
+ "Apple Color Emoji",
5730
+ "Segoe UI Emoji",
5731
+ "Segoe UI Symbol",
5732
+ "Noto Color Emoji"
5733
+ ],
5734
+ // Optional font - Satoshi
5735
+ satoshi: [
5736
+ "Satoshi",
5737
+ "Inter",
5738
+ "ui-sans-serif",
5739
+ "system-ui",
5740
+ "-apple-system",
5741
+ "BlinkMacSystemFont",
5742
+ "Segoe UI",
5743
+ "Roboto",
5744
+ "sans-serif"
5745
+ ],
5746
+ // Display font - Clash Display (for headings and hero sections)
5747
+ display: [
5748
+ "Clash Display",
5749
+ "Inter",
5750
+ "ui-sans-serif",
5751
+ "system-ui",
5752
+ "-apple-system",
5753
+ "BlinkMacSystemFont",
5754
+ "Segoe UI",
5755
+ "Roboto",
5756
+ "sans-serif"
5757
+ ],
5758
+ // Serif font family
5759
+ serif: ["ui-serif", "Georgia", "Cambria", "Times New Roman", "Times", "serif"],
5760
+ // Monospace font family
5761
+ mono: [
5762
+ "ui-monospace",
5763
+ "SFMono-Regular",
5764
+ "Menlo",
5765
+ "Monaco",
5766
+ "Consolas",
5767
+ "Liberation Mono",
5768
+ "Courier New",
5769
+ "monospace"
5770
+ ]
5771
+ };
5772
+ var fontSize = {
5773
+ // text-xs: 12px base, scales from 0.75rem to 0.875rem
5774
+ xs: [
5775
+ "clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)",
5776
+ { lineHeight: "1rem", letterSpacing: "0.05em" }
5777
+ ],
5778
+ // text-sm: 14px base, scales from 0.875rem to 1rem
5779
+ sm: [
5780
+ "clamp(0.875rem, 0.8rem + 0.25vw, 1rem)",
5781
+ { lineHeight: "1.25rem", letterSpacing: "0.025em" }
5782
+ ],
5783
+ // text-base: 16px base, scales from 1rem to 1.125rem
5784
+ base: ["clamp(1rem, 0.95rem + 0.25vw, 1.125rem)", { lineHeight: "1.5rem", letterSpacing: "0em" }],
5785
+ // text-lg: 18px base, scales from 1.125rem to 1.25rem
5786
+ lg: [
5787
+ "clamp(1.125rem, 1rem + 0.5vw, 1.25rem)",
5788
+ { lineHeight: "1.75rem", letterSpacing: "-0.025em" }
5789
+ ],
5790
+ // text-xl: 20px base, scales from 1.25rem to 1.5rem
5791
+ xl: [
5792
+ "clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)",
5793
+ { lineHeight: "1.75rem", letterSpacing: "-0.025em" }
5794
+ ],
5795
+ // text-2xl: 24px base, scales from 1.5rem to 2rem
5796
+ "2xl": [
5797
+ "clamp(1.5rem, 1.25rem + 1.25vw, 2rem)",
5798
+ { lineHeight: "2rem", letterSpacing: "-0.05em" }
5799
+ ],
5800
+ // text-3xl: 30px base, scales from 1.875rem to 2.5rem
5801
+ "3xl": [
5802
+ "clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)",
5803
+ { lineHeight: "2.25rem", letterSpacing: "-0.05em" }
5804
+ ],
5805
+ // text-4xl: 36px base, scales from 2.25rem to 3rem
5806
+ "4xl": [
5807
+ "clamp(2.25rem, 1.75rem + 2.5vw, 3rem)",
5808
+ { lineHeight: "2.5rem", letterSpacing: "-0.025em" }
5809
+ ],
5810
+ // text-5xl: 48px base, scales from 3rem to 4rem
5811
+ "5xl": ["clamp(3rem, 2rem + 5vw, 4rem)", { lineHeight: "1", letterSpacing: "-0.025em" }],
5812
+ // text-6xl: 60px base, scales from 3.75rem to 5rem
5813
+ "6xl": ["clamp(3.75rem, 2.5rem + 6.25vw, 5rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
5814
+ // text-7xl: 72px base (optional, for hero sections)
5815
+ "7xl": ["clamp(4.5rem, 3rem + 7.5vw, 6rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
5816
+ // text-8xl: 96px base (optional, for hero sections)
5817
+ "8xl": ["clamp(6rem, 4rem + 10vw, 8rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
5818
+ // text-9xl: 128px base (optional, for hero sections)
5819
+ "9xl": ["clamp(8rem, 5rem + 15vw, 12rem)", { lineHeight: "1", letterSpacing: "-0.05em" }]
5820
+ };
5821
+ var fontWeight = {
5822
+ thin: "100",
5823
+ extralight: "200",
5824
+ light: "300",
5825
+ normal: "400",
5826
+ medium: "500",
5827
+ semibold: "600",
5828
+ bold: "700",
5829
+ extrabold: "800",
5830
+ black: "900"
5831
+ };
5832
+ var lineHeight = {
5833
+ none: "1",
5834
+ tight: "1.25",
5835
+ snug: "1.375",
5836
+ normal: "1.5",
5837
+ relaxed: "1.625",
5838
+ loose: "2"
5839
+ };
5840
+ var letterSpacing = {
5841
+ tighter: "-0.05em",
5842
+ tight: "-0.025em",
5843
+ normal: "0em",
5844
+ wide: "0.025em",
5845
+ wider: "0.05em",
5846
+ widest: "0.1em"
5847
+ };
5848
+ var typographyCSSVariables = {
5849
+ // Font families
5850
+ "--font-sans": fontFamily.sans.join(", "),
5851
+ "--font-satoshi": fontFamily.satoshi.join(", "),
5852
+ "--font-display": fontFamily.display.join(", "),
5853
+ "--font-serif": fontFamily.serif.join(", "),
5854
+ "--font-mono": fontFamily.mono.join(", "),
5855
+ // Font sizes (using clamp values)
5856
+ "--font-size-xs": fontSize.xs[0],
5857
+ "--font-size-sm": fontSize.sm[0],
5858
+ "--font-size-base": fontSize.base[0],
5859
+ "--font-size-lg": fontSize.lg[0],
5860
+ "--font-size-xl": fontSize.xl[0],
5861
+ "--font-size-2xl": fontSize["2xl"][0],
5862
+ "--font-size-3xl": fontSize["3xl"][0],
5863
+ "--font-size-4xl": fontSize["4xl"][0],
5864
+ "--font-size-5xl": fontSize["5xl"][0],
5865
+ "--font-size-6xl": fontSize["6xl"][0],
5866
+ // Font weights
5867
+ "--font-weight-thin": fontWeight.thin,
5868
+ "--font-weight-extralight": fontWeight.extralight,
5869
+ "--font-weight-light": fontWeight.light,
5870
+ "--font-weight-normal": fontWeight.normal,
5871
+ "--font-weight-medium": fontWeight.medium,
5872
+ "--font-weight-semibold": fontWeight.semibold,
5873
+ "--font-weight-bold": fontWeight.bold,
5874
+ "--font-weight-extrabold": fontWeight.extrabold,
5875
+ "--font-weight-black": fontWeight.black,
5876
+ // Line heights
5877
+ "--line-height-none": lineHeight.none,
5878
+ "--line-height-tight": lineHeight.tight,
5879
+ "--line-height-snug": lineHeight.snug,
5880
+ "--line-height-normal": lineHeight.normal,
5881
+ "--line-height-relaxed": lineHeight.relaxed,
5882
+ "--line-height-loose": lineHeight.loose,
5883
+ // Letter spacing
5884
+ "--letter-spacing-tighter": letterSpacing.tighter,
5885
+ "--letter-spacing-tight": letterSpacing.tight,
5886
+ "--letter-spacing-normal": letterSpacing.normal,
5887
+ "--letter-spacing-wide": letterSpacing.wide,
5888
+ "--letter-spacing-wider": letterSpacing.wider,
5889
+ "--letter-spacing-widest": letterSpacing.widest
5890
+ };
5891
+ var textStyles = {
5892
+ // Display styles (for hero sections)
5893
+ display: {
5894
+ fontFamily: fontFamily.display.join(", "),
5895
+ fontSize: fontSize["6xl"][0],
5896
+ fontWeight: fontWeight.bold,
5897
+ lineHeight: lineHeight.none,
5898
+ letterSpacing: letterSpacing.tight
5899
+ },
5900
+ // Heading styles
5901
+ h1: {
5902
+ fontFamily: fontFamily.display.join(", "),
5903
+ fontSize: fontSize["5xl"][0],
5904
+ fontWeight: fontWeight.bold,
5905
+ lineHeight: lineHeight.tight,
5906
+ letterSpacing: letterSpacing.tight
5907
+ },
5908
+ h2: {
5909
+ fontFamily: fontFamily.display.join(", "),
5910
+ fontSize: fontSize["4xl"][0],
5911
+ fontWeight: fontWeight.bold,
5912
+ lineHeight: lineHeight.tight,
5913
+ letterSpacing: letterSpacing.tight
5914
+ },
5915
+ h3: {
5916
+ fontFamily: fontFamily.sans.join(", "),
5917
+ fontSize: fontSize["3xl"][0],
5918
+ fontWeight: fontWeight.semibold,
5919
+ lineHeight: lineHeight.snug,
5920
+ letterSpacing: letterSpacing.normal
5921
+ },
5922
+ h4: {
5923
+ fontFamily: fontFamily.sans.join(", "),
5924
+ fontSize: fontSize["2xl"][0],
5925
+ fontWeight: fontWeight.semibold,
5926
+ lineHeight: lineHeight.snug,
5927
+ letterSpacing: letterSpacing.normal
5928
+ },
5929
+ h5: {
5930
+ fontFamily: fontFamily.sans.join(", "),
5931
+ fontSize: fontSize.xl[0],
5932
+ fontWeight: fontWeight.medium,
5933
+ lineHeight: lineHeight.normal,
5934
+ letterSpacing: letterSpacing.normal
5935
+ },
5936
+ h6: {
5937
+ fontFamily: fontFamily.sans.join(", "),
5938
+ fontSize: fontSize.lg[0],
5939
+ fontWeight: fontWeight.medium,
5940
+ lineHeight: lineHeight.normal,
5941
+ letterSpacing: letterSpacing.normal
5942
+ },
5943
+ // Body text styles
5944
+ body: {
5945
+ fontFamily: fontFamily.sans.join(", "),
5946
+ fontSize: fontSize.base[0],
5947
+ fontWeight: fontWeight.normal,
5948
+ lineHeight: lineHeight.relaxed,
5949
+ letterSpacing: letterSpacing.normal
5950
+ },
5951
+ "body-sm": {
5952
+ fontFamily: fontFamily.sans.join(", "),
5953
+ fontSize: fontSize.sm[0],
5954
+ fontWeight: fontWeight.normal,
5955
+ lineHeight: lineHeight.normal,
5956
+ letterSpacing: letterSpacing.normal
5957
+ },
5958
+ "body-xs": {
5959
+ fontFamily: fontFamily.sans.join(", "),
5960
+ fontSize: fontSize.xs[0],
5961
+ fontWeight: fontWeight.normal,
5962
+ lineHeight: lineHeight.normal,
5963
+ letterSpacing: letterSpacing.wide
5964
+ },
5965
+ // Label styles
5966
+ label: {
5967
+ fontFamily: fontFamily.sans.join(", "),
5968
+ fontSize: fontSize.sm[0],
5969
+ fontWeight: fontWeight.medium,
5970
+ lineHeight: lineHeight.normal,
5971
+ letterSpacing: letterSpacing.wide
5972
+ },
5973
+ "label-sm": {
5974
+ fontFamily: fontFamily.sans.join(", "),
5975
+ fontSize: fontSize.xs[0],
5976
+ fontWeight: fontWeight.medium,
5977
+ lineHeight: lineHeight.normal,
5978
+ letterSpacing: letterSpacing.wider
5979
+ },
5980
+ // Caption styles
5981
+ caption: {
5982
+ fontFamily: fontFamily.sans.join(", "),
5983
+ fontSize: fontSize.xs[0],
5984
+ fontWeight: fontWeight.normal,
5985
+ lineHeight: lineHeight.normal,
5986
+ letterSpacing: letterSpacing.wide
5987
+ }
5988
+ };
5989
+ var tailwindTypographyConfig = {
5990
+ fontFamily: {
5991
+ sans: [...fontFamily.sans],
5992
+ satoshi: [...fontFamily.satoshi],
5993
+ display: [...fontFamily.display],
5994
+ serif: [...fontFamily.serif],
5995
+ mono: [...fontFamily.mono]
5996
+ },
5997
+ fontSize: {
5998
+ xs: [
5999
+ fontSize.xs[0],
6000
+ { lineHeight: fontSize.xs[1].lineHeight, letterSpacing: fontSize.xs[1].letterSpacing }
6001
+ ],
6002
+ sm: [
6003
+ fontSize.sm[0],
6004
+ { lineHeight: fontSize.sm[1].lineHeight, letterSpacing: fontSize.sm[1].letterSpacing }
6005
+ ],
6006
+ md: [
6007
+ fontSize.base[0],
6008
+ { lineHeight: fontSize.base[1].lineHeight, letterSpacing: fontSize.base[1].letterSpacing }
6009
+ ],
6010
+ base: [
6011
+ fontSize.base[0],
6012
+ { lineHeight: fontSize.base[1].lineHeight, letterSpacing: fontSize.base[1].letterSpacing }
6013
+ ],
6014
+ lg: [
6015
+ fontSize.lg[0],
6016
+ { lineHeight: fontSize.lg[1].lineHeight, letterSpacing: fontSize.lg[1].letterSpacing }
6017
+ ],
6018
+ xl: [
6019
+ fontSize.xl[0],
6020
+ { lineHeight: fontSize.xl[1].lineHeight, letterSpacing: fontSize.xl[1].letterSpacing }
6021
+ ],
6022
+ "2xl": [
6023
+ fontSize["2xl"][0],
6024
+ {
6025
+ lineHeight: fontSize["2xl"][1].lineHeight,
6026
+ letterSpacing: fontSize["2xl"][1].letterSpacing
6027
+ }
6028
+ ],
6029
+ "3xl": [
6030
+ fontSize["3xl"][0],
6031
+ {
6032
+ lineHeight: fontSize["3xl"][1].lineHeight,
6033
+ letterSpacing: fontSize["3xl"][1].letterSpacing
6034
+ }
6035
+ ],
6036
+ "4xl": [
6037
+ fontSize["4xl"][0],
6038
+ {
6039
+ lineHeight: fontSize["4xl"][1].lineHeight,
6040
+ letterSpacing: fontSize["4xl"][1].letterSpacing
6041
+ }
6042
+ ],
6043
+ "5xl": [
6044
+ fontSize["5xl"][0],
6045
+ {
6046
+ lineHeight: fontSize["5xl"][1].lineHeight,
6047
+ letterSpacing: fontSize["5xl"][1].letterSpacing
6048
+ }
6049
+ ],
6050
+ "6xl": [
6051
+ fontSize["6xl"][0],
6052
+ {
6053
+ lineHeight: fontSize["6xl"][1].lineHeight,
6054
+ letterSpacing: fontSize["6xl"][1].letterSpacing
6055
+ }
6056
+ ],
6057
+ "7xl": [
6058
+ fontSize["7xl"][0],
6059
+ {
6060
+ lineHeight: fontSize["7xl"][1].lineHeight,
6061
+ letterSpacing: fontSize["7xl"][1].letterSpacing
6062
+ }
6063
+ ],
6064
+ "8xl": [
6065
+ fontSize["8xl"][0],
6066
+ {
6067
+ lineHeight: fontSize["8xl"][1].lineHeight,
6068
+ letterSpacing: fontSize["8xl"][1].letterSpacing
6069
+ }
6070
+ ],
6071
+ "9xl": [
6072
+ fontSize["9xl"][0],
6073
+ {
6074
+ lineHeight: fontSize["9xl"][1].lineHeight,
6075
+ letterSpacing: fontSize["9xl"][1].letterSpacing
6076
+ }
6077
+ ]
6078
+ },
6079
+ fontWeight: { ...fontWeight },
6080
+ lineHeight: { ...lineHeight },
6081
+ letterSpacing: { ...letterSpacing }
6082
+ };
6083
+ var fontSizeWithMd = {
6084
+ ...fontSize,
6085
+ md: fontSize.base
6086
+ };
6087
+
6088
+ // src/tokens/css-variables.ts
6089
+ var allCSSVariables = {
6090
+ ...colorCSSVariables,
6091
+ ...typographyCSSVariables,
6092
+ ...spacingCSSVariables,
6093
+ ...shadowCSSVariables,
6094
+ ...radiusCSSVariables,
6095
+ ...motionCSSVariables
6096
+ };
6097
+ function generateCSSVariablesCSS(variables) {
6098
+ const cssLines = Object.entries(variables).map(([key, value]) => ` ${key}: ${value};`).join("\n");
3572
6099
  return `:root {
3573
- ${Object.entries(l).map(([m, u]) => ` ${m}: ${u};`).join(`
3574
- `)}
6100
+ ${cssLines}
3575
6101
  }`;
3576
6102
  }
3577
- const A = p(n), H = {
3578
- colors: Object.keys(t).length,
3579
- typography: Object.keys(i).length,
3580
- spacing: Object.keys(s).length,
3581
- shadows: Object.keys(a).length,
3582
- radius: Object.keys(o).length,
3583
- motion: Object.keys(r).length,
3584
- total: Object.keys(n).length
3585
- }, j = g;
3586
- export {
3587
- v as ALERT_TOKENS,
3588
- w as BUTTON_TOKENS,
3589
- y as CARD_TOKENS,
3590
- z as CHECKBOX_TOKENS,
3591
- d as DATA_TOKENS,
3592
- k as DOMAIN_TOKENS,
3593
- L as DROPDOWN_TOKENS,
3594
- c as ICON_TOKENS,
3595
- S as INPUT_TOKENS,
3596
- _ as MENU_TOKENS,
3597
- h as MOTION_TOKENS,
3598
- K as NAVIGATION_TOKENS,
3599
- V as NOTIFICATION_TOKENS,
3600
- I as OVERLAY_TOKENS,
3601
- W as POPOVER_TOKENS,
3602
- T as RADIO_TOKENS,
3603
- E as SECTION_TOKENS,
3604
- C as SURFACE_TOKENS,
3605
- O as SWITCH_TOKENS,
3606
- N as TEXT_TOKENS,
3607
- R as TOAST_TOKENS,
3608
- M as TOOLTIP_TOKENS,
3609
- j as UI_COLORS,
3610
- ie as accentColoredShadows,
3611
- U as accentColors,
3612
- n as allCSSVariables,
3613
- A as allCSSVariablesCSS,
3614
- B as animations,
3615
- F as baseColors,
3616
- ne as borderRadius,
3617
- G as chartColors,
3618
- t as colorCSSVariables,
3619
- le as componentRadius,
3620
- me as componentShadowMapping,
3621
- q as cssVariableColorTokens,
3622
- X as durations,
3623
- Y as easings,
3624
- ue as elevationShadows,
3625
- ge as focusRings,
3626
- ce as fontFamily,
3627
- he as fontSize,
3628
- pe as fontSizeWithMd,
3629
- be as fontWeight,
3630
- p as generateCSSVariablesCSS,
3631
- fe as glowEffects,
3632
- $ as keyframes,
3633
- xe as layoutSpacing,
3634
- ve as letterSpacing,
3635
- we as lineHeight,
3636
- r as motionCSSVariables,
3637
- ye as motionV2CSSVariables,
3638
- ke as motionV2Combined,
3639
- Se as motionV2Durations,
3640
- ze as motionV2Easings,
3641
- Oe as motionV2Fade,
3642
- Te as motionV2Scale,
3643
- Ce as motionV2Slide,
3644
- Ne as motionV2TailwindConfig,
3645
- Ee as motionV2Transitions,
3646
- Ie as primaryColoredShadows,
3647
- J as primaryColors,
3648
- o as radiusCSSVariables,
3649
- Q as reducedMotion,
3650
- Z as secondaryColors,
3651
- ee as semanticColors,
3652
- e as semanticSpacing,
3653
- Re as shadowBase,
3654
- a as shadowCSSVariables,
3655
- Ve as shadowOpacity,
3656
- Ke as spacing,
3657
- s as spacingCSSVariables,
3658
- de as springs,
3659
- re as surfaceColors,
3660
- te as tailwindMotionConfig,
3661
- _e as tailwindRadiusConfig,
3662
- We as tailwindShadowConfig,
3663
- Le as tailwindSpacingConfig,
3664
- g as tailwindThemeColors,
3665
- Me as tailwindTypographyConfig,
3666
- oe as textColors,
3667
- Ae as textStyles,
3668
- H as tokenSystemSummary,
3669
- ae as transitions,
3670
- i as typographyCSSVariables
6103
+ var allCSSVariablesCSS = generateCSSVariablesCSS(allCSSVariables);
6104
+ var tokenSystemSummary = {
6105
+ colors: Object.keys(colorCSSVariables).length,
6106
+ typography: Object.keys(typographyCSSVariables).length,
6107
+ spacing: Object.keys(spacingCSSVariables).length,
6108
+ shadows: Object.keys(shadowCSSVariables).length,
6109
+ radius: Object.keys(radiusCSSVariables).length,
6110
+ motion: Object.keys(motionCSSVariables).length,
6111
+ total: Object.keys(allCSSVariables).length
3671
6112
  };
6113
+
6114
+ // src/tokens/theme.ts
6115
+ var UI_COLORS = tailwindThemeColors;
6116
+
6117
+ export { ALERT_TOKENS, BUTTON_TOKENS, CARD_TOKENS, CHECKBOX_TOKENS, DATA_TOKENS, DOMAIN_TOKENS, DROPDOWN_TOKENS, ICON_TOKENS, INPUT_TOKENS, MENU_TOKENS, MOTION_TOKENS, NAVIGATION_TOKENS, NOTIFICATION_TOKENS, OVERLAY_TOKENS, POPOVER_TOKENS, RADIO_TOKENS, SECTION_TOKENS, SELECT_TOKENS, SURFACE_TOKENS, SWITCH_TOKENS, TEXT_TOKENS, TOAST_TOKENS, TOOLTIP_TOKENS, UI_COLORS, accentColoredShadows, accentColors, allCSSVariables, allCSSVariablesCSS, animations, baseColors, borderRadius, chartColors, colorCSSVariables, componentRadius, componentShadowMapping, cssVariableColorTokens, durations, easings, elevationShadows, focusRings, fontFamily, fontSize, fontSizeWithMd, fontWeight, generateCSSVariablesCSS, glowEffects, keyframes, layoutSpacing, letterSpacing, lineHeight, motionCSSVariables, motionV2CSSVariables, motionV2Combined, motionV2Durations, motionV2Easings, motionV2Fade, motionV2Scale, motionV2Slide, motionV2TailwindConfig, motionV2Transitions, primaryColoredShadows, primaryColors, radiusCSSVariables, reducedMotion, secondaryColors, semanticColors, semanticSpacing, shadowBase, shadowCSSVariables, shadowOpacity, spacing, spacingCSSVariables, springs, surfaceColors, tailwindMotionConfig, tailwindRadiusConfig, tailwindShadowConfig, tailwindSpacingConfig, tailwindThemeColors, tailwindTypographyConfig, textColors, textStyles, tokenSystemSummary, transitions, typographyCSSVariables };