@tenerife.music/ui 1.0.8 → 1.0.12

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 (366) hide show
  1. package/dist/{tokens/colors.d.ts → colors-DPNI96bB.d.cts} +21 -19
  2. package/dist/colors-DPNI96bB.d.ts +289 -0
  3. package/dist/index.cjs +15605 -2
  4. package/dist/index.d.cts +3726 -0
  5. package/dist/index.d.ts +3726 -39
  6. package/dist/index.mjs +12883 -5567
  7. package/dist/preset.cjs +1264 -2
  8. package/dist/preset.d.cts +21 -0
  9. package/dist/preset.d.ts +3 -1
  10. package/dist/preset.mjs +1165 -95
  11. package/dist/styles.cjs +2 -2
  12. package/dist/styles.css +87 -1
  13. package/dist/styles.d.cts +2 -0
  14. package/dist/styles.d.ts +2 -0
  15. package/dist/styles.mjs +1 -1
  16. package/dist/theme/index.cjs +2647 -2
  17. package/dist/theme/index.d.cts +528 -0
  18. package/dist/theme/index.d.ts +528 -8
  19. package/dist/theme/index.mjs +1610 -575
  20. package/dist/tokens/index.cjs +5678 -5
  21. package/dist/tokens/index.d.cts +5488 -0
  22. package/dist/tokens/index.d.ts +5488 -9
  23. package/dist/tokens/index.mjs +2076 -154
  24. package/package.json +3 -3
  25. package/dist/animation/index.d.ts +0 -8
  26. package/dist/animation/presets.d.ts +0 -301
  27. package/dist/animation/tas.d.ts +0 -24
  28. package/dist/animation/types.d.ts +0 -67
  29. package/dist/animation/useInView.d.ts +0 -36
  30. package/dist/animation/utils.d.ts +0 -6
  31. package/dist/brand-C5R2semX.js +0 -45
  32. package/dist/brand-DQb18Frh.cjs +0 -2
  33. package/dist/components/SectionBuilder.d.ts +0 -36
  34. package/dist/components/SectionBuilder.presets.d.ts +0 -228
  35. package/dist/components/SectionBuilder.types.d.ts +0 -326
  36. package/dist/components/admin/Dashboard.d.ts +0 -8
  37. package/dist/components/admin/UserManagement.d.ts +0 -8
  38. package/dist/components/auth/LoginForm.d.ts +0 -11
  39. package/dist/components/auth/ProfileCard.d.ts +0 -9
  40. package/dist/components/auth/RegisterForm.d.ts +0 -13
  41. package/dist/components/cards/ArtistCard/ArtistCard.d.ts +0 -22
  42. package/dist/components/cards/ArtistCard/ArtistCard.types.d.ts +0 -46
  43. package/dist/components/cards/ArtistCard/ArtistCard.variants.d.ts +0 -83
  44. package/dist/components/cards/ArtistCard/index.d.ts +0 -8
  45. package/dist/components/cards/CardBase/CardBase.d.ts +0 -45
  46. package/dist/components/cards/CardBase/CardBase.types.d.ts +0 -70
  47. package/dist/components/cards/CardBase/CardBase.variants.d.ts +0 -38
  48. package/dist/components/cards/CardBase/index.d.ts +0 -8
  49. package/dist/components/cards/CategoryCard/CategoryCard.d.ts +0 -18
  50. package/dist/components/cards/CategoryCard/CategoryCard.types.d.ts +0 -38
  51. package/dist/components/cards/CategoryCard/CategoryCard.variants.d.ts +0 -21
  52. package/dist/components/cards/CategoryCard/index.d.ts +0 -7
  53. package/dist/components/cards/EventCard/EventCard.d.ts +0 -19
  54. package/dist/components/cards/EventCard/EventCard.types.d.ts +0 -47
  55. package/dist/components/cards/EventCard/EventCard.variants.d.ts +0 -70
  56. package/dist/components/cards/EventCard/index.d.ts +0 -7
  57. package/dist/components/cards/PromoCard/PromoCard.d.ts +0 -20
  58. package/dist/components/cards/PromoCard/PromoCard.types.d.ts +0 -42
  59. package/dist/components/cards/PromoCard/PromoCard.variants.d.ts +0 -35
  60. package/dist/components/cards/PromoCard/index.d.ts +0 -7
  61. package/dist/components/cards/TicketCard/TicketCard.d.ts +0 -19
  62. package/dist/components/cards/TicketCard/TicketCard.types.d.ts +0 -55
  63. package/dist/components/cards/TicketCard/TicketCard.variants.d.ts +0 -71
  64. package/dist/components/cards/TicketCard/index.d.ts +0 -7
  65. package/dist/components/cards/VenueCard/VenueCard.d.ts +0 -21
  66. package/dist/components/cards/VenueCard/VenueCard.types.d.ts +0 -46
  67. package/dist/components/cards/VenueCard/VenueCard.variants.d.ts +0 -60
  68. package/dist/components/cards/VenueCard/index.d.ts +0 -8
  69. package/dist/components/cards/index.d.ts +0 -19
  70. package/dist/components/checkbox/Checkbox.d.ts +0 -22
  71. package/dist/components/checkbox/Checkbox.types.d.ts +0 -68
  72. package/dist/components/checkbox/checkbox-variants.d.ts +0 -13
  73. package/dist/components/checkbox/index.d.ts +0 -3
  74. package/dist/components/containers/Card.d.ts +0 -75
  75. package/dist/components/containers/Section.d.ts +0 -31
  76. package/dist/components/containers/Surface.d.ts +0 -28
  77. package/dist/components/containers/index.d.ts +0 -9
  78. package/dist/components/controls/LanguageSelector.d.ts +0 -17
  79. package/dist/components/data/List.d.ts +0 -12
  80. package/dist/components/data/Table.d.ts +0 -14
  81. package/dist/components/data/Timeline.d.ts +0 -13
  82. package/dist/components/data/data-list/DataList.d.ts +0 -29
  83. package/dist/components/data/data-list/DataList.types.d.ts +0 -43
  84. package/dist/components/data/data-list/DataListItem.d.ts +0 -20
  85. package/dist/components/data/data-list/DataListLabel.d.ts +0 -19
  86. package/dist/components/data/data-list/DataListValue.d.ts +0 -18
  87. package/dist/components/data/data-list/index.d.ts +0 -10
  88. package/dist/components/data/empty-state/EmptyState.d.ts +0 -31
  89. package/dist/components/data/empty-state/EmptyState.types.d.ts +0 -51
  90. package/dist/components/data/empty-state/EmptyStateAction.d.ts +0 -17
  91. package/dist/components/data/empty-state/EmptyStateDescription.d.ts +0 -17
  92. package/dist/components/data/empty-state/EmptyStateIcon.d.ts +0 -22
  93. package/dist/components/data/empty-state/EmptyStateTitle.d.ts +0 -17
  94. package/dist/components/data/empty-state/index.d.ts +0 -10
  95. package/dist/components/data/index.d.ts +0 -9
  96. package/dist/components/data/skeleton/Skeleton.d.ts +0 -24
  97. package/dist/components/data/skeleton/Skeleton.types.d.ts +0 -12
  98. package/dist/components/data/skeleton/index.d.ts +0 -6
  99. package/dist/components/data/table/Table.d.ts +0 -33
  100. package/dist/components/data/table/Table.types.d.ts +0 -264
  101. package/dist/components/data/table/TableBody.d.ts +0 -13
  102. package/dist/components/data/table/TableCell.d.ts +0 -13
  103. package/dist/components/data/table/TableEmpty.d.ts +0 -13
  104. package/dist/components/data/table/TableExpandableContent.d.ts +0 -14
  105. package/dist/components/data/table/TableHead.d.ts +0 -13
  106. package/dist/components/data/table/TableHeader.d.ts +0 -13
  107. package/dist/components/data/table/TableLoadingState.d.ts +0 -13
  108. package/dist/components/data/table/TableRow.d.ts +0 -13
  109. package/dist/components/data/table/TableSortIcon.d.ts +0 -14
  110. package/dist/components/data/table/index.d.ts +0 -17
  111. package/dist/components/drawer/Drawer.d.ts +0 -41
  112. package/dist/components/drawer/Drawer.types.d.ts +0 -75
  113. package/dist/components/drawer/drawer-variants.d.ts +0 -17
  114. package/dist/components/drawer/index.d.ts +0 -8
  115. package/dist/components/dropdown/Dropdown.d.ts +0 -38
  116. package/dist/components/dropdown/Dropdown.types.d.ts +0 -82
  117. package/dist/components/dropdown/dropdown-variants.d.ts +0 -33
  118. package/dist/components/feedback/ConsentBanner.d.ts +0 -8
  119. package/dist/components/feedback/Progress.d.ts +0 -8
  120. package/dist/components/feedback/Skeleton.d.ts +0 -6
  121. package/dist/components/filters/DateRangePicker.d.ts +0 -21
  122. package/dist/components/filters/FilterBar.d.ts +0 -55
  123. package/dist/components/filters/FilterSelect.d.ts +0 -23
  124. package/dist/components/filters/PriceRangeSlider.d.ts +0 -27
  125. package/dist/components/filters/SearchFilters.d.ts +0 -32
  126. package/dist/components/filters/SearchInput.d.ts +0 -16
  127. package/dist/components/filters/types.d.ts +0 -48
  128. package/dist/components/icon/Icon.d.ts +0 -32
  129. package/dist/components/icon/Icon.types.d.ts +0 -7
  130. package/dist/components/icon/index.d.ts +0 -4
  131. package/dist/components/icons/TrendingIcon.d.ts +0 -6
  132. package/dist/components/image/Image.d.ts +0 -48
  133. package/dist/components/input/Input.d.ts +0 -20
  134. package/dist/components/input/Input.types.d.ts +0 -38
  135. package/dist/components/input/index.d.ts +0 -3
  136. package/dist/components/input/input-variants.d.ts +0 -14
  137. package/dist/components/input/legacy/input.d.ts +0 -11
  138. package/dist/components/layout/Box.d.ts +0 -111
  139. package/dist/components/layout/Column.d.ts +0 -6
  140. package/dist/components/layout/Container.d.ts +0 -31
  141. package/dist/components/layout/Flex.d.ts +0 -50
  142. package/dist/components/layout/Footer.d.ts +0 -9
  143. package/dist/components/layout/Grid.d.ts +0 -60
  144. package/dist/components/layout/ModeHero.d.ts +0 -10
  145. package/dist/components/layout/Navbar.d.ts +0 -9
  146. package/dist/components/layout/Row.d.ts +0 -28
  147. package/dist/components/layout/Section.d.ts +0 -10
  148. package/dist/components/layout/Stack.d.ts +0 -38
  149. package/dist/components/layout/Surface.d.ts +0 -21
  150. package/dist/components/layout/index.d.ts +0 -22
  151. package/dist/components/layout/layout.types.d.ts +0 -107
  152. package/dist/components/menus/DropdownMenu.d.ts +0 -27
  153. package/dist/components/menus/NavigationMenu.d.ts +0 -12
  154. package/dist/components/menus/Tabs.d.ts +0 -7
  155. package/dist/components/menus/context-menu/ContextMenuContent.d.ts +0 -22
  156. package/dist/components/menus/context-menu/ContextMenuGroup.d.ts +0 -14
  157. package/dist/components/menus/context-menu/ContextMenuItem.d.ts +0 -14
  158. package/dist/components/menus/context-menu/ContextMenuLabel.d.ts +0 -14
  159. package/dist/components/menus/context-menu/ContextMenuRoot.d.ts +0 -47
  160. package/dist/components/menus/context-menu/ContextMenuSeparator.d.ts +0 -14
  161. package/dist/components/menus/context-menu/ContextMenuTrigger.d.ts +0 -16
  162. package/dist/components/menus/context-menu/index.d.ts +0 -12
  163. package/dist/components/menus/dropdown/DropdownMenuCheckItem.d.ts +0 -18
  164. package/dist/components/menus/dropdown/DropdownMenuContent.d.ts +0 -15
  165. package/dist/components/menus/dropdown/DropdownMenuGroup.d.ts +0 -12
  166. package/dist/components/menus/dropdown/DropdownMenuItem.d.ts +0 -30
  167. package/dist/components/menus/dropdown/DropdownMenuLabel.d.ts +0 -17
  168. package/dist/components/menus/dropdown/DropdownMenuRadioGroup.d.ts +0 -24
  169. package/dist/components/menus/dropdown/DropdownMenuRadioItem.d.ts +0 -18
  170. package/dist/components/menus/dropdown/DropdownMenuRoot.d.ts +0 -33
  171. package/dist/components/menus/dropdown/DropdownMenuSeparator.d.ts +0 -13
  172. package/dist/components/menus/dropdown/DropdownMenuSub.d.ts +0 -10
  173. package/dist/components/menus/dropdown/DropdownMenuSubContent.d.ts +0 -13
  174. package/dist/components/menus/dropdown/DropdownMenuSubTrigger.d.ts +0 -13
  175. package/dist/components/menus/dropdown/DropdownMenuTrigger.d.ts +0 -14
  176. package/dist/components/menus/dropdown/index.d.ts +0 -18
  177. package/dist/components/menus/hover-card/HoverCardContent.d.ts +0 -14
  178. package/dist/components/menus/hover-card/HoverCardRoot.d.ts +0 -20
  179. package/dist/components/menus/hover-card/HoverCardTrigger.d.ts +0 -13
  180. package/dist/components/menus/hover-card/index.d.ts +0 -8
  181. package/dist/components/menus/index.d.ts +0 -9
  182. package/dist/components/menus/popover/PopoverArrow.d.ts +0 -17
  183. package/dist/components/menus/popover/PopoverContent.d.ts +0 -24
  184. package/dist/components/menus/popover/PopoverRoot.d.ts +0 -43
  185. package/dist/components/menus/popover/PopoverTrigger.d.ts +0 -17
  186. package/dist/components/menus/popover/index.d.ts +0 -9
  187. package/dist/components/modal/Modal.d.ts +0 -70
  188. package/dist/components/modal/modal-variants.d.ts +0 -26
  189. package/dist/components/modals/ConfirmDialog.d.ts +0 -27
  190. package/dist/components/modals/CustomDialog.d.ts +0 -10
  191. package/dist/components/modals/Modal.d.ts +0 -19
  192. package/dist/components/modals/ModalProvider.d.ts +0 -16
  193. package/dist/components/modals/SimpleModal.d.ts +0 -11
  194. package/dist/components/navigation/Breadcrumbs.d.ts +0 -12
  195. package/dist/components/navigation/Pagination.d.ts +0 -10
  196. package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts +0 -52
  197. package/dist/components/navigation/breadcrumbs/index.d.ts +0 -5
  198. package/dist/components/navigation/index.d.ts +0 -10
  199. package/dist/components/navigation/pagination/Pagination.d.ts +0 -60
  200. package/dist/components/navigation/pagination/index.d.ts +0 -5
  201. package/dist/components/navigation/segmented-control/SegmentedControl.d.ts +0 -43
  202. package/dist/components/navigation/segmented-control/index.d.ts +0 -5
  203. package/dist/components/navigation/stepper/Stepper.d.ts +0 -129
  204. package/dist/components/navigation/stepper/index.d.ts +0 -5
  205. package/dist/components/navigation/tabs/Tabs.d.ts +0 -73
  206. package/dist/components/navigation/tabs/index.d.ts +0 -5
  207. package/dist/components/notifications/NotificationCenter.DismissAll.d.ts +0 -21
  208. package/dist/components/notifications/NotificationCenter.GroupHeader.d.ts +0 -23
  209. package/dist/components/notifications/NotificationCenter.Item.d.ts +0 -24
  210. package/dist/components/notifications/NotificationCenter.List.d.ts +0 -22
  211. package/dist/components/notifications/NotificationCenter.Panel.d.ts +0 -32
  212. package/dist/components/notifications/NotificationCenter.Provider.d.ts +0 -31
  213. package/dist/components/notifications/NotificationCenter.Trigger.d.ts +0 -15
  214. package/dist/components/notifications/NotificationCenter.d.ts +0 -27
  215. package/dist/components/notifications/NotificationCenter.types.d.ts +0 -89
  216. package/dist/components/notifications/index.d.ts +0 -23
  217. package/dist/components/notifications/useNotificationCenter.d.ts +0 -47
  218. package/dist/components/overlays/Backdrop.d.ts +0 -24
  219. package/dist/components/overlays/Dialog.d.ts +0 -66
  220. package/dist/components/overlays/Modal.d.ts +0 -60
  221. package/dist/components/overlays/OverlayPortal.d.ts +0 -22
  222. package/dist/components/overlays/Popover.d.ts +0 -30
  223. package/dist/components/overlays/Portal.d.ts +0 -29
  224. package/dist/components/overlays/Toast.d.ts +0 -36
  225. package/dist/components/overlays/ToastProvider.d.ts +0 -58
  226. package/dist/components/overlays/ToastViewport.d.ts +0 -27
  227. package/dist/components/overlays/Tooltip.d.ts +0 -28
  228. package/dist/components/overlays/index.d.ts +0 -13
  229. package/dist/components/overlays/utils/FocusLock.d.ts +0 -30
  230. package/dist/components/overlays/utils/ScrollLock.d.ts +0 -11
  231. package/dist/components/overlays/utils/positioning.d.ts +0 -68
  232. package/dist/components/primitives/Badge.d.ts +0 -9
  233. package/dist/components/primitives/Button.d.ts +0 -1
  234. package/dist/components/primitives/Card.d.ts +0 -1
  235. package/dist/components/primitives/Divider.d.ts +0 -7
  236. package/dist/components/primitives/Input.d.ts +0 -4
  237. package/dist/components/primitives/Label.d.ts +0 -1
  238. package/dist/components/primitives/Link.d.ts +0 -13
  239. package/dist/components/primitives/ThemeSwitch.d.ts +0 -9
  240. package/dist/components/radio/Radio.d.ts +0 -23
  241. package/dist/components/radio/Radio.types.d.ts +0 -63
  242. package/dist/components/radio/RadioGroup.d.ts +0 -20
  243. package/dist/components/radio/RadioGroup.types.d.ts +0 -61
  244. package/dist/components/radio/index.d.ts +0 -5
  245. package/dist/components/radio/radio-variants.d.ts +0 -13
  246. package/dist/components/search/SearchBar.d.ts +0 -10
  247. package/dist/components/sections/ArticlesSection.d.ts +0 -25
  248. package/dist/components/sections/CTASection.d.ts +0 -37
  249. package/dist/components/sections/FeatureSection.d.ts +0 -33
  250. package/dist/components/sections/HeroSection.d.ts +0 -27
  251. package/dist/components/sections/TrendingSection.d.ts +0 -28
  252. package/dist/components/select/Select.d.ts +0 -38
  253. package/dist/components/select/Select.types.d.ts +0 -107
  254. package/dist/components/select/index.d.ts +0 -5
  255. package/dist/components/select/legacy/select.d.ts +0 -11
  256. package/dist/components/select/select-variants.d.ts +0 -32
  257. package/dist/components/skeletons/EventCardSkeleton.d.ts +0 -6
  258. package/dist/components/skeletons/VenueCardSkeleton.d.ts +0 -6
  259. package/dist/components/switch/Switch.d.ts +0 -24
  260. package/dist/components/switch/Switch.types.d.ts +0 -53
  261. package/dist/components/switch/index.d.ts +0 -3
  262. package/dist/components/switch/switch-variants.d.ts +0 -34
  263. package/dist/components/textarea/Textarea.d.ts +0 -21
  264. package/dist/components/textarea/Textarea.types.d.ts +0 -40
  265. package/dist/components/textarea/index.d.ts +0 -3
  266. package/dist/components/textarea/legacy/textarea.d.ts +0 -11
  267. package/dist/components/textarea/textarea-variants.d.ts +0 -14
  268. package/dist/components/toasts/Toast.d.ts +0 -12
  269. package/dist/components/toasts/ToastProvider.d.ts +0 -26
  270. package/dist/components/ui/alert.d.ts +0 -9
  271. package/dist/components/ui/body.d.ts +0 -12
  272. package/dist/components/ui/button.d.ts +0 -13
  273. package/dist/components/ui/caption.d.ts +0 -11
  274. package/dist/components/ui/card.d.ts +0 -8
  275. package/dist/components/ui/code.d.ts +0 -11
  276. package/dist/components/ui/dialog.d.ts +0 -19
  277. package/dist/components/ui/display.d.ts +0 -12
  278. package/dist/components/ui/field.d.ts +0 -45
  279. package/dist/components/ui/heading.d.ts +0 -12
  280. package/dist/components/ui/label.d.ts +0 -12
  281. package/dist/components/ui/lead.d.ts +0 -11
  282. package/dist/components/ui/text.d.ts +0 -18
  283. package/dist/components/ui/toast.d.ts +0 -15
  284. package/dist/components/ui/toaster.d.ts +0 -1
  285. package/dist/components/ui/tooltip.d.ts +0 -7
  286. package/dist/dark-Cvoy1uFT.js +0 -30
  287. package/dist/dark-OOhiqt1q.cjs +0 -2
  288. package/dist/default-BKgH1D9-.js +0 -8
  289. package/dist/default-Ddg7Haf2.cjs +0 -2
  290. package/dist/hooks/use-toast.d.ts +0 -44
  291. package/dist/hooks/useDebounce.d.ts +0 -19
  292. package/dist/hooks/useModal.d.ts +0 -19
  293. package/dist/hooks/useToast.d.ts +0 -26
  294. package/dist/icons/IconArrowRight.d.ts +0 -6
  295. package/dist/icons/IconCalendar.d.ts +0 -6
  296. package/dist/icons/IconCheck.d.ts +0 -6
  297. package/dist/icons/IconChevronDown.d.ts +0 -6
  298. package/dist/icons/IconChevronRight.d.ts +0 -6
  299. package/dist/icons/IconClose.d.ts +0 -6
  300. package/dist/icons/IconError.d.ts +0 -6
  301. package/dist/icons/IconInfo.d.ts +0 -6
  302. package/dist/icons/IconLocation.d.ts +0 -6
  303. package/dist/icons/IconMenu.d.ts +0 -6
  304. package/dist/icons/IconSearch.d.ts +0 -6
  305. package/dist/icons/IconSuccess.d.ts +0 -6
  306. package/dist/icons/IconWarning.d.ts +0 -6
  307. package/dist/icons/icon.types.d.ts +0 -25
  308. package/dist/icons/index.d.ts +0 -34
  309. package/dist/lib/a11y.d.ts +0 -15
  310. package/dist/lib/responsive-props.d.ts +0 -63
  311. package/dist/lib/utils.d.ts +0 -8
  312. package/dist/motion-CzQhSEqk.js +0 -738
  313. package/dist/motion-DJx1TbXJ.cjs +0 -2
  314. package/dist/theme/ThemeProvider.d.ts +0 -55
  315. package/dist/theme/applyMode.d.ts +0 -42
  316. package/dist/theme/colors.d.ts +0 -6
  317. package/dist/theme/loader.d.ts +0 -63
  318. package/dist/theme/motion/gestures.d.ts +0 -76
  319. package/dist/theme/motion/useReducedMotion.d.ts +0 -11
  320. package/dist/theme/motion.d.ts +0 -127
  321. package/dist/theme/registry.d.ts +0 -70
  322. package/dist/theme/schema.d.ts +0 -124
  323. package/dist/theme/spacing.d.ts +0 -34
  324. package/dist/theme/typography.d.ts +0 -45
  325. package/dist/themes/brand.d.ts +0 -6
  326. package/dist/themes/brand_engine.d.ts +0 -108
  327. package/dist/themes/dark.d.ts +0 -6
  328. package/dist/themes/default.d.ts +0 -6
  329. package/dist/themes/index.d.ts +0 -24
  330. package/dist/themes/minimal.d.ts +0 -6
  331. package/dist/themes/neon.d.ts +0 -6
  332. package/dist/themes/types.d.ts +0 -278
  333. package/dist/tokens/components/alert.d.ts +0 -74
  334. package/dist/tokens/components/button.d.ts +0 -130
  335. package/dist/tokens/components/card.d.ts +0 -91
  336. package/dist/tokens/components/checkbox.d.ts +0 -161
  337. package/dist/tokens/components/data.d.ts +0 -227
  338. package/dist/tokens/components/domain.d.ts +0 -379
  339. package/dist/tokens/components/dropdown.d.ts +0 -146
  340. package/dist/tokens/components/icon.d.ts +0 -57
  341. package/dist/tokens/components/index.d.ts +0 -31
  342. package/dist/tokens/components/input.d.ts +0 -284
  343. package/dist/tokens/components/menu.d.ts +0 -114
  344. package/dist/tokens/components/motion.d.ts +0 -103
  345. package/dist/tokens/components/navigation.d.ts +0 -181
  346. package/dist/tokens/components/notifications.d.ts +0 -159
  347. package/dist/tokens/components/overlay.d.ts +0 -227
  348. package/dist/tokens/components/popover.d.ts +0 -84
  349. package/dist/tokens/components/radio.d.ts +0 -149
  350. package/dist/tokens/components/section.d.ts +0 -41
  351. package/dist/tokens/components/surface.d.ts +0 -94
  352. package/dist/tokens/components/switch.d.ts +0 -208
  353. package/dist/tokens/components/text.d.ts +0 -68
  354. package/dist/tokens/components/toast.d.ts +0 -146
  355. package/dist/tokens/components/tooltip.d.ts +0 -52
  356. package/dist/tokens/css-variables.d.ts +0 -251
  357. package/dist/tokens/motion/v2.d.ts +0 -342
  358. package/dist/tokens/motion.d.ts +0 -485
  359. package/dist/tokens/opacity.d.ts +0 -22
  360. package/dist/tokens/radius.d.ts +0 -161
  361. package/dist/tokens/shadows.d.ts +0 -230
  362. package/dist/tokens/spacing.d.ts +0 -238
  363. package/dist/tokens/theme.d.ts +0 -119
  364. package/dist/tokens/typography.d.ts +0 -460
  365. package/dist/typography-C-Nb4y0o.cjs +0 -2
  366. package/dist/typography-DHym9KAP.js +0 -1196
package/dist/preset.mjs CHANGED
@@ -1,163 +1,1233 @@
1
- "use client";
2
- import { t as o, a as c } from "./motion-CzQhSEqk.js";
3
- import { m as v, a as d, t as p, b as l, c as h, d as e } from "./typography-DHym9KAP.js";
4
- function _(t) {
5
- return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
6
- }
7
- var f = {}, g = {};
8
- (function(t) {
9
- Object.defineProperty(t, "__esModule", {
10
- value: !0
11
- }), Object.defineProperty(t, "default", {
12
- enumerable: !0,
13
- get: function() {
14
- return m;
1
+ import plugin from 'tailwindcss/plugin';
2
+
3
+ var tailwindThemeColors = {
4
+ // Base colors
5
+ background: "hsl(var(--background))",
6
+ foreground: "hsl(var(--foreground))",
7
+ // Card colors
8
+ card: {
9
+ DEFAULT: "hsl(var(--card))",
10
+ foreground: "hsl(var(--card-foreground))"
11
+ },
12
+ // Popover colors
13
+ popover: {
14
+ DEFAULT: "hsl(var(--popover))",
15
+ foreground: "hsl(var(--popover-foreground))"
16
+ },
17
+ // Primary colors (using CSS variables)
18
+ primary: {
19
+ DEFAULT: "hsl(var(--tm-primary))",
20
+ foreground: "hsl(var(--tm-primary-foreground))",
21
+ 50: `hsl(var(--primary-50))`,
22
+ 100: `hsl(var(--primary-100))`,
23
+ 200: `hsl(var(--primary-200))`,
24
+ 300: `hsl(var(--primary-300))`,
25
+ 400: `hsl(var(--primary-400))`,
26
+ 500: `hsl(var(--primary-500))`,
27
+ 600: `hsl(var(--primary-600))`,
28
+ 700: `hsl(var(--primary-700))`,
29
+ 800: `hsl(var(--primary-800))`,
30
+ 900: `hsl(var(--primary-900))`,
31
+ 950: `hsl(var(--primary-950))`
32
+ },
33
+ // Secondary colors
34
+ secondary: {
35
+ DEFAULT: "hsl(var(--tm-secondary))",
36
+ foreground: "hsl(var(--tm-secondary-foreground))",
37
+ 50: `hsl(var(--secondary-50))`,
38
+ 100: `hsl(var(--secondary-100))`,
39
+ 200: `hsl(var(--secondary-200))`,
40
+ 300: `hsl(var(--secondary-300))`,
41
+ 400: `hsl(var(--secondary-400))`,
42
+ 500: `hsl(var(--secondary-500))`,
43
+ 600: `hsl(var(--secondary-600))`,
44
+ 700: `hsl(var(--secondary-700))`,
45
+ 800: `hsl(var(--secondary-800))`,
46
+ 900: `hsl(var(--secondary-900))`,
47
+ 950: `hsl(var(--secondary-950))`
48
+ },
49
+ // Accent colors
50
+ accent: {
51
+ DEFAULT: "hsl(var(--tm-accent))",
52
+ foreground: "hsl(var(--tm-accent-foreground))",
53
+ 50: `hsl(var(--accent-50))`,
54
+ 100: `hsl(var(--accent-100))`,
55
+ 200: `hsl(var(--accent-200))`,
56
+ 300: `hsl(var(--accent-300))`,
57
+ 400: `hsl(var(--accent-400))`,
58
+ 500: `hsl(var(--accent-500))`,
59
+ 600: `hsl(var(--accent-600))`,
60
+ 700: `hsl(var(--accent-700))`,
61
+ 800: `hsl(var(--accent-800))`,
62
+ 900: `hsl(var(--accent-900))`,
63
+ 950: `hsl(var(--accent-950))`
64
+ },
65
+ // Muted colors
66
+ muted: {
67
+ DEFAULT: "hsl(var(--muted))",
68
+ foreground: "hsl(var(--muted-foreground))"
69
+ },
70
+ // Destructive colors (semantic error)
71
+ destructive: {
72
+ DEFAULT: "hsl(var(--destructive))",
73
+ foreground: "hsl(var(--destructive-foreground))"
74
+ },
75
+ // Semantic colors
76
+ success: {
77
+ DEFAULT: `hsl(var(--semantic-success))`,
78
+ foreground: `hsl(var(--semantic-success-foreground))`
79
+ },
80
+ error: {
81
+ DEFAULT: `hsl(var(--semantic-error))`,
82
+ foreground: `hsl(var(--semantic-error-foreground))`
83
+ },
84
+ warning: {
85
+ DEFAULT: `hsl(var(--semantic-warning))`,
86
+ foreground: `hsl(var(--semantic-warning-foreground))`
87
+ },
88
+ info: {
89
+ DEFAULT: `hsl(var(--semantic-info))`,
90
+ foreground: `hsl(var(--semantic-info-foreground))`
91
+ },
92
+ // Surface colors
93
+ surface: {
94
+ base: `hsl(var(--surface-base))`,
95
+ elevated1: `hsl(var(--surface-elevated1))`,
96
+ elevated2: `hsl(var(--surface-elevated2))`,
97
+ elevated3: `hsl(var(--surface-elevated3))`,
98
+ overlay: `hsl(var(--surface-overlay))`,
99
+ glass: `hsl(var(--surface-glass))`
100
+ },
101
+ // Text colors
102
+ text: {
103
+ primary: `hsl(var(--text-primary))`,
104
+ secondary: `hsl(var(--text-secondary))`,
105
+ tertiary: `hsl(var(--text-tertiary))`,
106
+ muted: `hsl(var(--text-muted))`,
107
+ destructive: `hsl(var(--destructive))`,
108
+ accent: `hsl(var(--tm-accent))`,
109
+ inverse: `hsl(var(--text-inverse))`
110
+ },
111
+ // Border and input
112
+ border: "hsl(var(--border))",
113
+ input: "hsl(var(--input))",
114
+ ring: "hsl(var(--ring))",
115
+ // Chart colors (using CSS variables)
116
+ chart: {
117
+ 1: `hsl(var(--chart-1))`,
118
+ 2: `hsl(var(--chart-2))`,
119
+ 3: `hsl(var(--chart-3))`,
120
+ 4: `hsl(var(--chart-4))`,
121
+ 5: `hsl(var(--chart-5))`
122
+ }
123
+ };
124
+
125
+ // src/tokens/motion/v2.ts
126
+ var motionV2Durations = {
127
+ fast: "150ms",
128
+ // Quick interactions
129
+ normal: "250ms",
130
+ // Default transitions
131
+ slow: "350ms",
132
+ // Emphasized animations
133
+ reduced: "0ms"
134
+ // For prefers-reduced-motion
135
+ };
136
+ var motionV2Easings = {
137
+ soft: "cubic-bezier(0.22, 1, 0.36, 1)",
138
+ // Gentle, smooth
139
+ standard: "cubic-bezier(0.4, 0, 0.2, 1)",
140
+ // Material Design standard
141
+ emphasized: "cubic-bezier(0.2, 0, 0, 1)"
142
+ // Strong, decisive
143
+ };
144
+ var motionV2Transitions = {
145
+ fast: `${motionV2Durations.fast} ${motionV2Easings.standard}`,
146
+ normal: `${motionV2Durations.normal} ${motionV2Easings.standard}`,
147
+ slow: `${motionV2Durations.slow} ${motionV2Easings.emphasized}`,
148
+ soft: `${motionV2Durations.normal} ${motionV2Easings.soft}`,
149
+ reduced: `${motionV2Durations.reduced} linear`
150
+ };
151
+ var motionV2Fade = {
152
+ in: {
153
+ from: { opacity: 0 },
154
+ to: { opacity: 1 }
155
+ },
156
+ out: {
157
+ from: { opacity: 1 },
158
+ to: { opacity: 0 }
159
+ }
160
+ };
161
+ var motionV2Scale = {
162
+ in: {
163
+ from: { transform: "scale(0.95)", opacity: 0 },
164
+ to: { transform: "scale(1)", opacity: 1 }
165
+ },
166
+ out: {
167
+ from: { transform: "scale(1)", opacity: 1 },
168
+ to: { transform: "scale(0.95)", opacity: 0 }
169
+ }
170
+ };
171
+ var motionV2Slide = {
172
+ up: {
173
+ in: {
174
+ from: { transform: "translateY(100%)", opacity: 0 },
175
+ to: { transform: "translateY(0)", opacity: 1 }
176
+ },
177
+ out: {
178
+ from: { transform: "translateY(0)", opacity: 1 },
179
+ to: { transform: "translateY(100%)", opacity: 0 }
180
+ }
181
+ },
182
+ down: {
183
+ in: {
184
+ from: { transform: "translateY(-100%)", opacity: 0 },
185
+ to: { transform: "translateY(0)", opacity: 1 }
186
+ },
187
+ out: {
188
+ from: { transform: "translateY(0)", opacity: 1 },
189
+ to: { transform: "translateY(-100%)", opacity: 0 }
190
+ }
191
+ },
192
+ left: {
193
+ in: {
194
+ from: { transform: "translateX(100%)", opacity: 0 },
195
+ to: { transform: "translateX(0)", opacity: 1 }
196
+ },
197
+ out: {
198
+ from: { transform: "translateX(0)", opacity: 1 },
199
+ to: { transform: "translateX(100%)", opacity: 0 }
200
+ }
201
+ },
202
+ right: {
203
+ in: {
204
+ from: { transform: "translateX(-100%)", opacity: 0 },
205
+ to: { transform: "translateX(0)", opacity: 1 }
206
+ },
207
+ out: {
208
+ from: { transform: "translateX(0)", opacity: 1 },
209
+ to: { transform: "translateX(-100%)", opacity: 0 }
15
210
  }
16
- });
17
- function a(i, n) {
18
- return {
19
- handler: i,
20
- config: n
21
- };
22
211
  }
23
- a.withOptions = function(i, n = () => ({})) {
24
- const r = function(s) {
25
- return {
26
- __options: s,
27
- handler: i(s),
28
- config: n(s)
29
- };
30
- };
31
- return r.__isOptionsFunction = !0, r.__pluginFunction = i, r.__configFunction = n, r;
32
- };
33
- const m = a;
34
- })(g);
35
- (function(t) {
36
- Object.defineProperty(t, "__esModule", {
37
- value: !0
38
- }), Object.defineProperty(t, "default", {
39
- enumerable: !0,
40
- get: function() {
41
- return i;
212
+ };
213
+ var motionV2Combined = {
214
+ fadeScale: {
215
+ in: {
216
+ from: { transform: "scale(0.95)", opacity: 0 },
217
+ to: { transform: "scale(1)", opacity: 1 }
218
+ },
219
+ out: {
220
+ from: { transform: "scale(1)", opacity: 1 },
221
+ to: { transform: "scale(0.95)", opacity: 0 }
222
+ }
223
+ },
224
+ fadeSlideUp: {
225
+ in: {
226
+ from: { transform: "translateY(100%)", opacity: 0 },
227
+ to: { transform: "translateY(0)", opacity: 1 }
228
+ },
229
+ out: {
230
+ from: { transform: "translateY(0)", opacity: 1 },
231
+ to: { transform: "translateY(100%)", opacity: 0 }
232
+ }
233
+ },
234
+ fadeSlideDown: {
235
+ in: {
236
+ from: { transform: "translateY(-100%)", opacity: 0 },
237
+ to: { transform: "translateY(0)", opacity: 1 }
238
+ },
239
+ out: {
240
+ from: { transform: "translateY(0)", opacity: 1 },
241
+ to: { transform: "translateY(-100%)", opacity: 0 }
242
+ }
243
+ },
244
+ fadeSlideLeft: {
245
+ in: {
246
+ from: { transform: "translateX(100%)", opacity: 0 },
247
+ to: { transform: "translateX(0)", opacity: 1 }
248
+ },
249
+ out: {
250
+ from: { transform: "translateX(0)", opacity: 1 },
251
+ to: { transform: "translateX(100%)", opacity: 0 }
42
252
  }
43
- });
44
- const a = /* @__PURE__ */ m(g);
45
- function m(n) {
46
- return n && n.__esModule ? n : {
47
- default: n
48
- };
253
+ },
254
+ fadeSlideRight: {
255
+ in: {
256
+ from: { transform: "translateX(-100%)", opacity: 0 },
257
+ to: { transform: "translateX(0)", opacity: 1 }
258
+ },
259
+ out: {
260
+ from: { transform: "translateX(0)", opacity: 1 },
261
+ to: { transform: "translateX(-100%)", opacity: 0 }
262
+ }
263
+ }
264
+ };
265
+ var motionV2CSSVariables = {
266
+ // Durations
267
+ "--motion-duration-fast": motionV2Durations.fast,
268
+ "--motion-duration-normal": motionV2Durations.normal,
269
+ "--motion-duration-slow": motionV2Durations.slow,
270
+ "--motion-duration-reduced": motionV2Durations.reduced,
271
+ // Easings
272
+ "--motion-easing-soft": motionV2Easings.soft,
273
+ "--motion-easing-standard": motionV2Easings.standard,
274
+ "--motion-easing-emphasized": motionV2Easings.emphasized,
275
+ // Transitions
276
+ "--motion-transition-fast": motionV2Transitions.fast,
277
+ "--motion-transition-normal": motionV2Transitions.normal,
278
+ "--motion-transition-slow": motionV2Transitions.slow,
279
+ "--motion-transition-soft": motionV2Transitions.soft,
280
+ "--motion-transition-reduced": motionV2Transitions.reduced
281
+ };
282
+ var motionV2TailwindConfig = {
283
+ transitionDuration: {
284
+ ...motionV2Durations
285
+ },
286
+ transitionTimingFunction: {
287
+ ...motionV2Easings
288
+ },
289
+ keyframes: {
290
+ // Fade
291
+ "fade-in": motionV2Fade.in,
292
+ "fade-out": motionV2Fade.out,
293
+ // Scale
294
+ "scale-in": motionV2Scale.in,
295
+ "scale-out": motionV2Scale.out,
296
+ // Slide
297
+ "slide-up-in": motionV2Slide.up.in,
298
+ "slide-up-out": motionV2Slide.up.out,
299
+ "slide-down-in": motionV2Slide.down.in,
300
+ "slide-down-out": motionV2Slide.down.out,
301
+ "slide-left-in": motionV2Slide.left.in,
302
+ "slide-left-out": motionV2Slide.left.out,
303
+ "slide-right-in": motionV2Slide.right.in,
304
+ "slide-right-out": motionV2Slide.right.out,
305
+ // Combined
306
+ "fade-scale-in": motionV2Combined.fadeScale.in,
307
+ "fade-scale-out": motionV2Combined.fadeScale.out,
308
+ "fade-slide-up-in": motionV2Combined.fadeSlideUp.in,
309
+ "fade-slide-up-out": motionV2Combined.fadeSlideUp.out,
310
+ "fade-slide-down-in": motionV2Combined.fadeSlideDown.in,
311
+ "fade-slide-down-out": motionV2Combined.fadeSlideDown.out,
312
+ "fade-slide-left-in": motionV2Combined.fadeSlideLeft.in,
313
+ "fade-slide-left-out": motionV2Combined.fadeSlideLeft.out,
314
+ "fade-slide-right-in": motionV2Combined.fadeSlideRight.in,
315
+ "fade-slide-right-out": motionV2Combined.fadeSlideRight.out
49
316
  }
50
- const i = a.default;
51
- })(f);
52
- let u = f;
53
- var w = (u.__esModule ? u : { default: u }).default;
54
- const y = /* @__PURE__ */ _(w), b = {
317
+ };
318
+
319
+ // src/tokens/motion.ts
320
+ var durations = {
321
+ instant: "0ms",
322
+ fast: "150ms",
323
+ // 1.5 × base (quick interactions)
324
+ normal: "300ms",
325
+ // 3 × base (default)
326
+ slow: "500ms",
327
+ // 5 × base (emphasized)
328
+ slower: "700ms",
329
+ // 7 × base (very emphasized)
330
+ slowest: "1000ms",
331
+ // 10 × base (maximum emphasis)
332
+ // Additional granular durations
333
+ "75": "75ms",
334
+ // Ultra-fast
335
+ "100": "100ms",
336
+ // Base unit
337
+ "200": "200ms",
338
+ // Fast-normal
339
+ "250": "250ms",
340
+ // Between fast and normal
341
+ "400": "400ms",
342
+ // Between normal and slow
343
+ "600": "600ms",
344
+ // Between slow and slower
345
+ "800": "800ms"
346
+ // Between slower and slowest
347
+ };
348
+ var easings = {
349
+ // Linear (no easing)
350
+ linear: "linear",
351
+ // Ease-in (accelerate) - cubic-bezier
352
+ "ease-in": "cubic-bezier(0.4, 0, 1, 1)",
353
+ // Ease-out (decelerate) - recommended for most UI - cubic-bezier
354
+ "ease-out": "cubic-bezier(0, 0, 0.2, 1)",
355
+ // Ease-in-out (accelerate and decelerate)
356
+ "ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)",
357
+ // Standard easing functions
358
+ ease: "ease",
359
+ // Advanced easing functions
360
+ bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
361
+ elastic: "cubic-bezier(0.175, 0.885, 0.32, 1.275)",
362
+ // Material Design easing
363
+ "ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)",
364
+ "ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)",
365
+ "ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)"
366
+ };
367
+ var keyframes = {
368
+ // Fade animations
369
+ fadeIn: {
370
+ from: { opacity: 0 },
371
+ to: { opacity: 1 }
372
+ },
373
+ fadeOut: {
374
+ from: { opacity: 1 },
375
+ to: { opacity: 0 }
376
+ },
377
+ // Slide animations
378
+ slideInUp: {
379
+ from: { transform: "translateY(100%)", opacity: 0 },
380
+ to: { transform: "translateY(0)", opacity: 1 }
381
+ },
382
+ slideInDown: {
383
+ from: { transform: "translateY(-100%)", opacity: 0 },
384
+ to: { transform: "translateY(0)", opacity: 1 }
385
+ },
386
+ slideInLeft: {
387
+ from: { transform: "translateX(-100%)", opacity: 0 },
388
+ to: { transform: "translateX(0)", opacity: 1 }
389
+ },
390
+ slideInRight: {
391
+ from: { transform: "translateX(100%)", opacity: 0 },
392
+ to: { transform: "translateX(0)", opacity: 1 }
393
+ },
394
+ slideOutUp: {
395
+ from: { transform: "translateY(0)", opacity: 1 },
396
+ to: { transform: "translateY(-100%)", opacity: 0 }
397
+ },
398
+ slideOutDown: {
399
+ from: { transform: "translateY(0)", opacity: 1 },
400
+ to: { transform: "translateY(100%)", opacity: 0 }
401
+ },
402
+ slideOutLeft: {
403
+ from: { transform: "translateX(0)", opacity: 1 },
404
+ to: { transform: "translateX(-100%)", opacity: 0 }
405
+ },
406
+ slideOutRight: {
407
+ from: { transform: "translateX(0)", opacity: 1 },
408
+ to: { transform: "translateX(100%)", opacity: 0 }
409
+ },
410
+ // Scale animations
411
+ scaleIn: {
412
+ from: { transform: "scale(0.95)", opacity: 0 },
413
+ to: { transform: "scale(1)", opacity: 1 }
414
+ },
415
+ scaleOut: {
416
+ from: { transform: "scale(1)", opacity: 1 },
417
+ to: { transform: "scale(0.95)", opacity: 0 }
418
+ },
419
+ scaleUp: {
420
+ from: { transform: "scale(1)" },
421
+ to: { transform: "scale(1.05)" }
422
+ },
423
+ scaleDown: {
424
+ from: { transform: "scale(1.05)" },
425
+ to: { transform: "scale(1)" }
426
+ },
427
+ // Rotation animations
428
+ spin: {
429
+ from: { transform: "rotate(0deg)" },
430
+ to: { transform: "rotate(360deg)" }
431
+ },
432
+ spinReverse: {
433
+ from: { transform: "rotate(360deg)" },
434
+ to: { transform: "rotate(0deg)" }
435
+ },
436
+ // Pulse and bounce
437
+ pulse: {
438
+ "0%, 100%": { opacity: 1 },
439
+ "50%": { opacity: 0.5 }
440
+ },
441
+ bounce: {
442
+ "0%, 100%": {
443
+ transform: "translateY(-25%)",
444
+ animationTimingFunction: "cubic-bezier(0.8, 0, 1, 1)"
445
+ },
446
+ "50%": {
447
+ transform: "translateY(0)",
448
+ animationTimingFunction: "cubic-bezier(0, 0, 0.2, 1)"
449
+ }
450
+ },
451
+ // Shake animation
452
+ shake: {
453
+ "0%, 100%": { transform: "translateX(0)" },
454
+ "10%, 30%, 50%, 70%, 90%": { transform: "translateX(-4px)" },
455
+ "20%, 40%, 60%, 80%": { transform: "translateX(4px)" }
456
+ },
457
+ // Ping animation
458
+ ping: {
459
+ "75%, 100%": {
460
+ transform: "scale(2)",
461
+ opacity: 0
462
+ }
463
+ },
464
+ // Accordion animations (for Radix UI)
465
+ "accordion-down": {
466
+ from: { height: "0" },
467
+ to: { height: "var(--radix-accordion-content-height)" }
468
+ },
469
+ "accordion-up": {
470
+ from: { height: "var(--radix-accordion-content-height)" },
471
+ to: { height: "0" }
472
+ }
473
+ };
474
+ var animations = {
475
+ // Fade animations
476
+ fadeIn: `fadeIn ${durations.normal} ${easings["ease-out"]}`,
477
+ fadeOut: `fadeOut ${durations.fast} ${easings["ease-in"]}`,
478
+ // Slide animations
479
+ slideInUp: `slideInUp ${durations.normal} ${easings["ease-out"]}`,
480
+ slideInDown: `slideInDown ${durations.normal} ${easings["ease-out"]}`,
481
+ slideInLeft: `slideInLeft ${durations.normal} ${easings["ease-out"]}`,
482
+ slideInRight: `slideInRight ${durations.normal} ${easings["ease-out"]}`,
483
+ slideOutUp: `slideOutUp ${durations.fast} ${easings["ease-in"]}`,
484
+ slideOutDown: `slideOutDown ${durations.fast} ${easings["ease-in"]}`,
485
+ slideOutLeft: `slideOutLeft ${durations.fast} ${easings["ease-in"]}`,
486
+ slideOutRight: `slideOutRight ${durations.fast} ${easings["ease-in"]}`,
487
+ // Scale animations
488
+ scaleIn: `scaleIn ${durations.normal} ${easings["ease-out"]}`,
489
+ scaleOut: `scaleOut ${durations.fast} ${easings["ease-in"]}`,
490
+ // Continuous animations
491
+ spin: `spin 1s ${easings.linear} infinite`,
492
+ pulse: `pulse 2s ${easings["ease-in-out"]} infinite`,
493
+ bounce: `bounce 1s ${easings.linear} infinite`,
494
+ ping: `ping 1s ${easings["ease-out"]} cubic-bezier(0, 0, 0.2, 1) infinite`,
495
+ shake: `shake 0.5s ${easings["ease-in-out"]}`,
496
+ // Accordion animations
497
+ "accordion-down": `accordion-down ${durations.normal} ${easings["ease-out"]}`,
498
+ "accordion-up": `accordion-up ${durations.normal} ${easings["ease-out"]}`
499
+ };
500
+ var tailwindMotionConfig = {
501
+ transitionDuration: {
502
+ ...durations
503
+ },
504
+ transitionTimingFunction: {
505
+ ...easings
506
+ },
507
+ transitionProperty: {
508
+ DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
509
+ colors: "color, background-color, border-color, text-decoration-color, fill, stroke",
510
+ opacity: "opacity",
511
+ shadow: "box-shadow",
512
+ transform: "transform",
513
+ all: "all",
514
+ none: "none"
515
+ },
516
+ keyframes: {
517
+ ...keyframes
518
+ },
519
+ animation: {
520
+ ...animations,
521
+ // Additional animation utilities
522
+ none: "none",
523
+ spin: animations.spin,
524
+ pulse: animations.pulse,
525
+ bounce: animations.bounce,
526
+ ping: animations.ping,
527
+ shake: animations.shake
528
+ }
529
+ };
530
+
531
+ // src/tokens/radius.ts
532
+ var borderRadius = {
533
+ // No radius
534
+ none: "0",
535
+ // Extra small radius
536
+ xs: "0.125rem",
537
+ // 2px
538
+ // Small radius
539
+ sm: "0.25rem",
540
+ // 4px (base unit)
541
+ // Default radius (base)
542
+ DEFAULT: "0.25rem",
543
+ // 4px (same as sm)
544
+ base: "0.25rem",
545
+ // 4px (alias)
546
+ // Medium radius
547
+ md: "0.375rem",
548
+ // 6px
549
+ // Large radius
550
+ lg: "0.5rem",
551
+ // 8px (2 × base)
552
+ // Extra large radius
553
+ xl: "0.75rem",
554
+ // 12px (3 × base)
555
+ // 2XL radius
556
+ "2xl": "1rem",
557
+ // 16px (4 × base)
558
+ // 3XL radius
559
+ "3xl": "1.5rem",
560
+ // 24px (6 × base)
561
+ // Full radius (circular)
562
+ full: "9999px"
563
+ };
564
+ var componentRadius = {
565
+ // Button radius standards
566
+ button: {
567
+ // 4px (compact buttons)
568
+ md: borderRadius.md},
569
+ // Card radius standards
570
+ card: {
571
+ // 4px (compact cards)
572
+ md: borderRadius.md},
573
+ // Input/Form field radius standards
574
+ input: {
575
+ // 4px (compact inputs)
576
+ md: borderRadius.md},
577
+ // Badge/Status radius standards
578
+ badge: {
579
+ // 2px (compact badges)
580
+ md: borderRadius.sm},
581
+ // Modal/Dialog radius standards
582
+ modal: {
583
+ // 6px (small modals)
584
+ md: borderRadius.lg},
585
+ // Tooltip radius standards
586
+ tooltip: {
587
+ sm: borderRadius.sm},
588
+ // Toast/Notification radius standards
589
+ toast: {
590
+ // 6px (compact toasts)
591
+ md: borderRadius.lg},
592
+ // Chip/Tag radius standards
593
+ chip: {
594
+ // 2px (compact chips)
595
+ md: borderRadius.sm},
596
+ // Image/Media radius standards
597
+ image: {
598
+ // 4px (subtle rounding)
599
+ md: borderRadius.md}
600
+ };
601
+ var tailwindRadiusConfig = {
602
+ borderRadius: {
603
+ ...borderRadius,
604
+ // Add component-specific aliases
605
+ button: componentRadius.button.md,
606
+ card: componentRadius.card.md,
607
+ input: componentRadius.input.md,
608
+ badge: componentRadius.badge.md,
609
+ modal: componentRadius.modal.md,
610
+ tooltip: componentRadius.tooltip.sm,
611
+ toast: componentRadius.toast.md,
612
+ chip: componentRadius.chip.md,
613
+ image: componentRadius.image.md
614
+ }
615
+ };
616
+
617
+ // src/tokens/shadows.ts
618
+ var shadowBase = {
619
+ black: "0 0 0"};
620
+ var shadowOpacity = {
621
+ xs: "0.05",
622
+ sm: "0.1",
623
+ md: "0.1",
624
+ lg: "0.1",
625
+ xl: "0.1",
626
+ "2xl": "0.25"};
627
+ var elevationShadows = {
628
+ none: "none",
629
+ xs: `0 1px 2px 0 rgb(${shadowBase.black} / ${shadowOpacity.xs})`,
630
+ sm: `0 1px 3px 0 rgb(${shadowBase.black} / ${shadowOpacity.sm}), 0 1px 2px -1px rgb(${shadowBase.black} / ${shadowOpacity.sm})`,
631
+ md: `0 4px 6px -1px rgb(${shadowBase.black} / ${shadowOpacity.md}), 0 2px 4px -2px rgb(${shadowBase.black} / ${shadowOpacity.md})`,
632
+ lg: `0 10px 15px -3px rgb(${shadowBase.black} / ${shadowOpacity.lg}), 0 4px 6px -4px rgb(${shadowBase.black} / ${shadowOpacity.lg})`,
633
+ xl: `0 20px 25px -5px rgb(${shadowBase.black} / ${shadowOpacity.xl}), 0 8px 10px -6px rgb(${shadowBase.black} / ${shadowOpacity.xl})`,
634
+ "2xl": `0 25px 50px -12px rgb(${shadowBase.black} / ${shadowOpacity["2xl"]})`
635
+ };
636
+ var primaryColoredShadows = {
637
+ xs: "0 1px 2px 0 hsl(var(--primary-500) / 0.15)",
638
+ sm: "0 2px 4px 0 hsl(var(--primary-500) / 0.2)",
639
+ md: "0 4px 8px 0 hsl(var(--primary-500) / 0.3)",
640
+ lg: "0 8px 16px 0 hsl(var(--primary-500) / 0.4)",
641
+ xl: "0 12px 24px 0 hsl(var(--primary-500) / 0.5)",
642
+ "2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)"
643
+ };
644
+ var accentColoredShadows = {
645
+ xs: "0 1px 2px 0 hsl(var(--accent-500) / 0.15)",
646
+ sm: "0 2px 4px 0 hsl(var(--accent-500) / 0.2)",
647
+ md: "0 4px 8px 0 hsl(var(--accent-500) / 0.3)",
648
+ lg: "0 8px 16px 0 hsl(var(--accent-500) / 0.4)",
649
+ xl: "0 12px 24px 0 hsl(var(--accent-500) / 0.5)",
650
+ "2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)"
651
+ };
652
+ var glowEffects = {
653
+ // Primary glow effects
654
+ "glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)",
655
+ "glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)",
656
+ "glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)",
657
+ "glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)",
658
+ // Accent glow effects
659
+ "glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)",
660
+ "glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)",
661
+ "glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)",
662
+ "glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)"
663
+ };
664
+ var focusRings = {
665
+ default: "0 0 0 3px hsl(var(--ring) / 0.5)",
666
+ "focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)",
667
+ "focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)"
668
+ };
669
+ var tailwindShadowConfig = {
670
+ boxShadow: {
671
+ // Elevation shadows
672
+ none: elevationShadows.none,
673
+ xs: elevationShadows.xs,
674
+ sm: elevationShadows.sm,
675
+ md: elevationShadows.md,
676
+ lg: elevationShadows.lg,
677
+ xl: elevationShadows.xl,
678
+ "2xl": elevationShadows["2xl"],
679
+ // Primary colored shadows
680
+ "primary-xs": primaryColoredShadows.xs,
681
+ "primary-sm": primaryColoredShadows.sm,
682
+ "primary-md": primaryColoredShadows.md,
683
+ "primary-lg": primaryColoredShadows.lg,
684
+ "primary-xl": primaryColoredShadows.xl,
685
+ "primary-2xl": primaryColoredShadows["2xl"],
686
+ // Accent colored shadows
687
+ "accent-xs": accentColoredShadows.xs,
688
+ "accent-sm": accentColoredShadows.sm,
689
+ "accent-md": accentColoredShadows.md,
690
+ "accent-lg": accentColoredShadows.lg,
691
+ "accent-xl": accentColoredShadows.xl,
692
+ "accent-2xl": accentColoredShadows["2xl"],
693
+ // Glow effects
694
+ "glow-primary": glowEffects["glow-primary"],
695
+ "glow-primary-subtle": glowEffects["glow-primary-subtle"],
696
+ "glow-primary-medium": glowEffects["glow-primary-medium"],
697
+ "glow-primary-strong": glowEffects["glow-primary-strong"],
698
+ "glow-accent": glowEffects["glow-accent"],
699
+ "glow-accent-subtle": glowEffects["glow-accent-subtle"],
700
+ "glow-accent-medium": glowEffects["glow-accent-medium"],
701
+ "glow-accent-strong": glowEffects["glow-accent-strong"],
702
+ // Focus rings (using box-shadow for focus states)
703
+ "focus-ring": focusRings.default,
704
+ "focus-primary": focusRings["focus-primary"],
705
+ "focus-accent": focusRings["focus-accent"]
706
+ },
707
+ // Ring width (for focus rings using ring utilities)
708
+ ringWidth: {
709
+ DEFAULT: "3px",
710
+ sm: "2px",
711
+ md: "3px",
712
+ lg: "4px"
713
+ },
714
+ // Ring color (for focus rings)
715
+ ringColor: {
716
+ DEFAULT: "hsl(var(--ring) / 0.5)",
717
+ primary: "hsl(var(--primary-500) / 0.3)",
718
+ accent: "hsl(var(--accent-500) / 0.3)",
719
+ "focus-primary": "hsl(var(--primary-500) / 0.3)",
720
+ "focus-accent": "hsl(var(--accent-500) / 0.3)"
721
+ }
722
+ };
723
+
724
+ // src/tokens/spacing.ts
725
+ var spacing = {
726
+ // Zero spacing
727
+ 0: "0",
728
+ px: "1px",
729
+ // Half unit (4px)
730
+ 0.5: "0.125rem",
731
+ // 4px
732
+ // Base unit multiples (8px increments)
733
+ 1: "0.25rem",
734
+ // 4px (half unit, common)
735
+ 1.5: "0.375rem",
736
+ // 6px (rare, for fine adjustments)
737
+ 2: "0.5rem",
738
+ // 8px (base unit)
739
+ 2.5: "0.625rem",
740
+ // 10px (rare)
741
+ 3: "0.75rem",
742
+ // 12px (1.5 × base)
743
+ 3.5: "0.875rem",
744
+ // 14px (rare)
745
+ 4: "1rem",
746
+ // 16px (2 × base)
747
+ 5: "1.25rem",
748
+ // 20px (2.5 × base)
749
+ 6: "1.5rem",
750
+ // 24px (3 × base)
751
+ 7: "1.75rem",
752
+ // 28px (3.5 × base)
753
+ 8: "2rem",
754
+ // 32px (4 × base)
755
+ 9: "2.25rem",
756
+ // 36px (4.5 × base)
757
+ 10: "2.5rem",
758
+ // 40px (5 × base)
759
+ 11: "2.75rem",
760
+ // 44px (5.5 × base)
761
+ 12: "3rem",
762
+ // 48px (6 × base)
763
+ 14: "3.5rem",
764
+ // 56px (7 × base)
765
+ 16: "4rem",
766
+ // 64px (8 × base)
767
+ 20: "5rem",
768
+ // 80px (10 × base)
769
+ 24: "6rem",
770
+ // 96px (12 × base)
771
+ // Extended scale for larger spacing
772
+ 28: "7rem",
773
+ // 112px (14 × base)
774
+ 32: "8rem",
775
+ // 128px (16 × base)
776
+ 36: "9rem",
777
+ // 144px (18 × base)
778
+ 40: "10rem",
779
+ // 160px (20 × base)
780
+ 44: "11rem",
781
+ // 176px (22 × base)
782
+ 48: "12rem",
783
+ // 192px (24 × base)
784
+ 52: "13rem",
785
+ // 208px (26 × base)
786
+ 56: "14rem",
787
+ // 224px (28 × base)
788
+ 60: "15rem",
789
+ // 240px (30 × base)
790
+ 64: "16rem",
791
+ // 256px (32 × base)
792
+ 72: "18rem",
793
+ // 288px (36 × base)
794
+ 80: "20rem",
795
+ // 320px (40 × base)
796
+ 96: "24rem"
797
+ // 384px (48 × base)
798
+ };
799
+ var semanticSpacing = {
800
+ // Extra small spacing (tight, minimal)
801
+ xs: spacing[1],
802
+ // 4px (0.25rem)
803
+ // Small spacing (compact)
804
+ sm: spacing[2],
805
+ // 8px (0.5rem)
806
+ // Medium spacing (default)
807
+ md: spacing[4],
808
+ // 16px (1rem)
809
+ // Large spacing (spacious)
810
+ lg: spacing[6],
811
+ // 24px (1.5rem)
812
+ // Extra large spacing (very spacious)
813
+ xl: spacing[8],
814
+ // 32px (2rem)
815
+ // 2XL spacing (section-level)
816
+ "2xl": spacing[12],
817
+ // 48px (3rem)
818
+ // 3XL spacing (major sections)
819
+ "3xl": spacing[16],
820
+ // 64px (4rem)
821
+ // 4XL spacing (page sections)
822
+ "4xl": spacing[20],
823
+ // 80px (5rem)
824
+ // 5XL spacing (hero sections)
825
+ "5xl": spacing[24],
826
+ // 96px (6rem)
827
+ // None (no spacing)
828
+ none: spacing[0]
829
+ // 0
830
+ };
831
+ var tailwindSpacingConfig = {
832
+ spacing: {
833
+ ...spacing,
834
+ // Add semantic tokens as aliases
835
+ xs: semanticSpacing.xs,
836
+ sm: semanticSpacing.sm,
837
+ md: semanticSpacing.md,
838
+ lg: semanticSpacing.lg,
839
+ xl: semanticSpacing.xl,
840
+ "2xl": semanticSpacing["2xl"],
841
+ "3xl": semanticSpacing["3xl"],
842
+ "4xl": semanticSpacing["4xl"],
843
+ "5xl": semanticSpacing["5xl"],
844
+ none: semanticSpacing.none
845
+ }
846
+ };
847
+
848
+ // src/tokens/typography.ts
849
+ var fontFamily = {
850
+ // Primary font - Inter (default sans)
851
+ sans: [
852
+ "Inter",
853
+ "ui-sans-serif",
854
+ "system-ui",
855
+ "-apple-system",
856
+ "BlinkMacSystemFont",
857
+ "Segoe UI",
858
+ "Roboto",
859
+ "Helvetica Neue",
860
+ "Arial",
861
+ "Noto Sans",
862
+ "sans-serif",
863
+ "Apple Color Emoji",
864
+ "Segoe UI Emoji",
865
+ "Segoe UI Symbol",
866
+ "Noto Color Emoji"
867
+ ],
868
+ // Optional font - Satoshi
869
+ satoshi: [
870
+ "Satoshi",
871
+ "Inter",
872
+ "ui-sans-serif",
873
+ "system-ui",
874
+ "-apple-system",
875
+ "BlinkMacSystemFont",
876
+ "Segoe UI",
877
+ "Roboto",
878
+ "sans-serif"
879
+ ],
880
+ // Display font - Clash Display (for headings and hero sections)
881
+ display: [
882
+ "Clash Display",
883
+ "Inter",
884
+ "ui-sans-serif",
885
+ "system-ui",
886
+ "-apple-system",
887
+ "BlinkMacSystemFont",
888
+ "Segoe UI",
889
+ "Roboto",
890
+ "sans-serif"
891
+ ],
892
+ // Serif font family
893
+ serif: ["ui-serif", "Georgia", "Cambria", "Times New Roman", "Times", "serif"],
894
+ // Monospace font family
895
+ mono: [
896
+ "ui-monospace",
897
+ "SFMono-Regular",
898
+ "Menlo",
899
+ "Monaco",
900
+ "Consolas",
901
+ "Liberation Mono",
902
+ "Courier New",
903
+ "monospace"
904
+ ]
905
+ };
906
+ var fontSize = {
907
+ // text-xs: 12px base, scales from 0.75rem to 0.875rem
908
+ xs: [
909
+ "clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)",
910
+ { lineHeight: "1rem", letterSpacing: "0.05em" }
911
+ ],
912
+ // text-sm: 14px base, scales from 0.875rem to 1rem
913
+ sm: [
914
+ "clamp(0.875rem, 0.8rem + 0.25vw, 1rem)",
915
+ { lineHeight: "1.25rem", letterSpacing: "0.025em" }
916
+ ],
917
+ // text-base: 16px base, scales from 1rem to 1.125rem
918
+ base: ["clamp(1rem, 0.95rem + 0.25vw, 1.125rem)", { lineHeight: "1.5rem", letterSpacing: "0em" }],
919
+ // text-lg: 18px base, scales from 1.125rem to 1.25rem
920
+ lg: [
921
+ "clamp(1.125rem, 1rem + 0.5vw, 1.25rem)",
922
+ { lineHeight: "1.75rem", letterSpacing: "-0.025em" }
923
+ ],
924
+ // text-xl: 20px base, scales from 1.25rem to 1.5rem
925
+ xl: [
926
+ "clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)",
927
+ { lineHeight: "1.75rem", letterSpacing: "-0.025em" }
928
+ ],
929
+ // text-2xl: 24px base, scales from 1.5rem to 2rem
930
+ "2xl": [
931
+ "clamp(1.5rem, 1.25rem + 1.25vw, 2rem)",
932
+ { lineHeight: "2rem", letterSpacing: "-0.05em" }
933
+ ],
934
+ // text-3xl: 30px base, scales from 1.875rem to 2.5rem
935
+ "3xl": [
936
+ "clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)",
937
+ { lineHeight: "2.25rem", letterSpacing: "-0.05em" }
938
+ ],
939
+ // text-4xl: 36px base, scales from 2.25rem to 3rem
940
+ "4xl": [
941
+ "clamp(2.25rem, 1.75rem + 2.5vw, 3rem)",
942
+ { lineHeight: "2.5rem", letterSpacing: "-0.025em" }
943
+ ],
944
+ // text-5xl: 48px base, scales from 3rem to 4rem
945
+ "5xl": ["clamp(3rem, 2rem + 5vw, 4rem)", { lineHeight: "1", letterSpacing: "-0.025em" }],
946
+ // text-6xl: 60px base, scales from 3.75rem to 5rem
947
+ "6xl": ["clamp(3.75rem, 2.5rem + 6.25vw, 5rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
948
+ // text-7xl: 72px base (optional, for hero sections)
949
+ "7xl": ["clamp(4.5rem, 3rem + 7.5vw, 6rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
950
+ // text-8xl: 96px base (optional, for hero sections)
951
+ "8xl": ["clamp(6rem, 4rem + 10vw, 8rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
952
+ // text-9xl: 128px base (optional, for hero sections)
953
+ "9xl": ["clamp(8rem, 5rem + 15vw, 12rem)", { lineHeight: "1", letterSpacing: "-0.05em" }]
954
+ };
955
+ var fontWeight = {
956
+ thin: "100",
957
+ extralight: "200",
958
+ light: "300",
959
+ normal: "400",
960
+ medium: "500",
961
+ semibold: "600",
962
+ bold: "700",
963
+ extrabold: "800",
964
+ black: "900"
965
+ };
966
+ var lineHeight = {
967
+ none: "1",
968
+ tight: "1.25",
969
+ snug: "1.375",
970
+ normal: "1.5",
971
+ relaxed: "1.625",
972
+ loose: "2"
973
+ };
974
+ var letterSpacing = {
975
+ tighter: "-0.05em",
976
+ tight: "-0.025em",
977
+ normal: "0em",
978
+ wide: "0.025em",
979
+ wider: "0.05em",
980
+ widest: "0.1em"
981
+ };
982
+ ({
983
+ // Font sizes (using clamp values)
984
+ "--font-size-xs": fontSize.xs[0],
985
+ "--font-size-sm": fontSize.sm[0],
986
+ "--font-size-base": fontSize.base[0],
987
+ "--font-size-lg": fontSize.lg[0],
988
+ "--font-size-xl": fontSize.xl[0],
989
+ "--font-size-2xl": fontSize["2xl"][0],
990
+ "--font-size-3xl": fontSize["3xl"][0],
991
+ "--font-size-4xl": fontSize["4xl"][0],
992
+ "--font-size-5xl": fontSize["5xl"][0],
993
+ "--font-size-6xl": fontSize["6xl"][0]});
994
+ ({
995
+ // Display styles (for hero sections)
996
+ display: {
997
+ fontSize: fontSize["6xl"][0]},
998
+ // Heading styles
999
+ h1: {
1000
+ fontSize: fontSize["5xl"][0]},
1001
+ h2: {
1002
+ fontSize: fontSize["4xl"][0]},
1003
+ h3: {
1004
+ fontSize: fontSize["3xl"][0]},
1005
+ h4: {
1006
+ fontSize: fontSize["2xl"][0]},
1007
+ h5: {
1008
+ fontSize: fontSize.xl[0]},
1009
+ h6: {
1010
+ fontSize: fontSize.lg[0]},
1011
+ // Body text styles
1012
+ body: {
1013
+ fontSize: fontSize.base[0]},
1014
+ "body-sm": {
1015
+ fontSize: fontSize.sm[0]},
1016
+ "body-xs": {
1017
+ fontSize: fontSize.xs[0]},
1018
+ // Label styles
1019
+ label: {
1020
+ fontSize: fontSize.sm[0]},
1021
+ "label-sm": {
1022
+ fontSize: fontSize.xs[0]},
1023
+ // Caption styles
1024
+ caption: {
1025
+ fontSize: fontSize.xs[0]}
1026
+ });
1027
+ var tailwindTypographyConfig = {
1028
+ fontFamily: {
1029
+ sans: [...fontFamily.sans],
1030
+ satoshi: [...fontFamily.satoshi],
1031
+ display: [...fontFamily.display],
1032
+ serif: [...fontFamily.serif],
1033
+ mono: [...fontFamily.mono]
1034
+ },
1035
+ fontSize: {
1036
+ xs: [
1037
+ fontSize.xs[0],
1038
+ { lineHeight: fontSize.xs[1].lineHeight, letterSpacing: fontSize.xs[1].letterSpacing }
1039
+ ],
1040
+ sm: [
1041
+ fontSize.sm[0],
1042
+ { lineHeight: fontSize.sm[1].lineHeight, letterSpacing: fontSize.sm[1].letterSpacing }
1043
+ ],
1044
+ md: [
1045
+ fontSize.base[0],
1046
+ { lineHeight: fontSize.base[1].lineHeight, letterSpacing: fontSize.base[1].letterSpacing }
1047
+ ],
1048
+ base: [
1049
+ fontSize.base[0],
1050
+ { lineHeight: fontSize.base[1].lineHeight, letterSpacing: fontSize.base[1].letterSpacing }
1051
+ ],
1052
+ lg: [
1053
+ fontSize.lg[0],
1054
+ { lineHeight: fontSize.lg[1].lineHeight, letterSpacing: fontSize.lg[1].letterSpacing }
1055
+ ],
1056
+ xl: [
1057
+ fontSize.xl[0],
1058
+ { lineHeight: fontSize.xl[1].lineHeight, letterSpacing: fontSize.xl[1].letterSpacing }
1059
+ ],
1060
+ "2xl": [
1061
+ fontSize["2xl"][0],
1062
+ {
1063
+ lineHeight: fontSize["2xl"][1].lineHeight,
1064
+ letterSpacing: fontSize["2xl"][1].letterSpacing
1065
+ }
1066
+ ],
1067
+ "3xl": [
1068
+ fontSize["3xl"][0],
1069
+ {
1070
+ lineHeight: fontSize["3xl"][1].lineHeight,
1071
+ letterSpacing: fontSize["3xl"][1].letterSpacing
1072
+ }
1073
+ ],
1074
+ "4xl": [
1075
+ fontSize["4xl"][0],
1076
+ {
1077
+ lineHeight: fontSize["4xl"][1].lineHeight,
1078
+ letterSpacing: fontSize["4xl"][1].letterSpacing
1079
+ }
1080
+ ],
1081
+ "5xl": [
1082
+ fontSize["5xl"][0],
1083
+ {
1084
+ lineHeight: fontSize["5xl"][1].lineHeight,
1085
+ letterSpacing: fontSize["5xl"][1].letterSpacing
1086
+ }
1087
+ ],
1088
+ "6xl": [
1089
+ fontSize["6xl"][0],
1090
+ {
1091
+ lineHeight: fontSize["6xl"][1].lineHeight,
1092
+ letterSpacing: fontSize["6xl"][1].letterSpacing
1093
+ }
1094
+ ],
1095
+ "7xl": [
1096
+ fontSize["7xl"][0],
1097
+ {
1098
+ lineHeight: fontSize["7xl"][1].lineHeight,
1099
+ letterSpacing: fontSize["7xl"][1].letterSpacing
1100
+ }
1101
+ ],
1102
+ "8xl": [
1103
+ fontSize["8xl"][0],
1104
+ {
1105
+ lineHeight: fontSize["8xl"][1].lineHeight,
1106
+ letterSpacing: fontSize["8xl"][1].letterSpacing
1107
+ }
1108
+ ],
1109
+ "9xl": [
1110
+ fontSize["9xl"][0],
1111
+ {
1112
+ lineHeight: fontSize["9xl"][1].lineHeight,
1113
+ letterSpacing: fontSize["9xl"][1].letterSpacing
1114
+ }
1115
+ ]
1116
+ },
1117
+ fontWeight: { ...fontWeight },
1118
+ lineHeight: { ...lineHeight },
1119
+ letterSpacing: { ...letterSpacing }
1120
+ };
1121
+
1122
+ // src/preset.ts
1123
+ var preset = {
55
1124
  darkMode: ["class", '[data-mode="night"]'],
56
1125
  theme: {
57
1126
  extend: {
58
1127
  colors: {
59
1128
  // Token-based colors from tokens/colors
60
- ...c
1129
+ ...tailwindThemeColors
61
1130
  },
62
1131
  // Token-based typography from tokens/typography
63
- fontFamily: e.fontFamily,
64
- fontSize: e.fontSize,
65
- fontWeight: e.fontWeight,
66
- lineHeight: e.lineHeight,
67
- letterSpacing: e.letterSpacing,
1132
+ fontFamily: tailwindTypographyConfig.fontFamily,
1133
+ fontSize: tailwindTypographyConfig.fontSize,
1134
+ fontWeight: tailwindTypographyConfig.fontWeight,
1135
+ lineHeight: tailwindTypographyConfig.lineHeight,
1136
+ letterSpacing: tailwindTypographyConfig.letterSpacing,
68
1137
  // Token-based spacing from tokens/spacing
69
- spacing: h.spacing,
1138
+ spacing: tailwindSpacingConfig.spacing,
70
1139
  // Token-based shadows from tokens/shadows
71
- boxShadow: l.boxShadow,
72
- ringWidth: l.ringWidth,
73
- ringColor: l.ringColor,
1140
+ boxShadow: tailwindShadowConfig.boxShadow,
1141
+ ringWidth: tailwindShadowConfig.ringWidth,
1142
+ ringColor: tailwindShadowConfig.ringColor,
74
1143
  // Token-based border radius from tokens/radius
75
- borderRadius: p.borderRadius,
1144
+ borderRadius: tailwindRadiusConfig.borderRadius,
76
1145
  // Token-based motion from tokens/motion
77
1146
  transitionDuration: {
78
- ...o.transitionDuration,
79
- ...d.transitionDuration
1147
+ ...tailwindMotionConfig.transitionDuration,
1148
+ ...motionV2TailwindConfig.transitionDuration
80
1149
  },
81
1150
  transitionTimingFunction: {
82
- ...o.transitionTimingFunction,
83
- ...d.transitionTimingFunction
1151
+ ...tailwindMotionConfig.transitionTimingFunction,
1152
+ ...motionV2TailwindConfig.transitionTimingFunction
84
1153
  },
85
- transitionProperty: o.transitionProperty,
1154
+ transitionProperty: tailwindMotionConfig.transitionProperty,
86
1155
  keyframes: {
87
- ...o.keyframes,
88
- ...d.keyframes
1156
+ ...tailwindMotionConfig.keyframes,
1157
+ ...motionV2TailwindConfig.keyframes
89
1158
  },
90
1159
  animation: {
91
- ...o.animation,
92
- ...d.keyframes
1160
+ ...tailwindMotionConfig.animation,
1161
+ ...motionV2TailwindConfig.keyframes
93
1162
  }
94
1163
  }
95
1164
  },
96
1165
  plugins: [
97
- y(({ addUtilities: t, addBase: a }) => {
98
- a({
1166
+ plugin(({ addUtilities, addBase }) => {
1167
+ addBase({
99
1168
  ":root": {
100
- ...v
1169
+ ...motionV2CSSVariables
101
1170
  }
102
- }), t({
1171
+ });
1172
+ addUtilities({
103
1173
  // Fade animations
104
1174
  ".tm-motion-fade-in": {
105
- animation: "fade-in var(--motion-duration-normal) var(--motion-easing-standard)"
1175
+ animation: `fade-in var(--motion-duration-normal) var(--motion-easing-standard)`
106
1176
  },
107
1177
  ".tm-motion-fade-out": {
108
- animation: "fade-out var(--motion-duration-fast) var(--motion-easing-standard)"
1178
+ animation: `fade-out var(--motion-duration-fast) var(--motion-easing-standard)`
109
1179
  },
110
1180
  // Scale animations
111
1181
  ".tm-motion-scale-in": {
112
- animation: "scale-in var(--motion-duration-normal) var(--motion-easing-standard)"
1182
+ animation: `scale-in var(--motion-duration-normal) var(--motion-easing-standard)`
113
1183
  },
114
1184
  ".tm-motion-scale-out": {
115
- animation: "scale-out var(--motion-duration-fast) var(--motion-easing-standard)"
1185
+ animation: `scale-out var(--motion-duration-fast) var(--motion-easing-standard)`
116
1186
  },
117
1187
  // Slide animations
118
1188
  ".tm-motion-slide-up": {
119
- animation: "slide-up-in var(--motion-duration-normal) var(--motion-easing-standard)"
1189
+ animation: `slide-up-in var(--motion-duration-normal) var(--motion-easing-standard)`
120
1190
  },
121
1191
  ".tm-motion-slide-down": {
122
- animation: "slide-down-in var(--motion-duration-normal) var(--motion-easing-standard)"
1192
+ animation: `slide-down-in var(--motion-duration-normal) var(--motion-easing-standard)`
123
1193
  },
124
1194
  ".tm-motion-slide-left": {
125
- animation: "slide-left-in var(--motion-duration-normal) var(--motion-easing-standard)"
1195
+ animation: `slide-left-in var(--motion-duration-normal) var(--motion-easing-standard)`
126
1196
  },
127
1197
  ".tm-motion-slide-right": {
128
- animation: "slide-right-in var(--motion-duration-normal) var(--motion-easing-standard)"
1198
+ animation: `slide-right-in var(--motion-duration-normal) var(--motion-easing-standard)`
129
1199
  },
130
1200
  // Compound animations
131
1201
  ".tm-motion-fade-scale": {
132
- animation: "fade-scale-in var(--motion-duration-normal) var(--motion-easing-standard)"
1202
+ animation: `fade-scale-in var(--motion-duration-normal) var(--motion-easing-standard)`
133
1203
  },
134
1204
  ".tm-motion-fade-slide-up": {
135
- animation: "fade-slide-up-in var(--motion-duration-normal) var(--motion-easing-standard)"
1205
+ animation: `fade-slide-up-in var(--motion-duration-normal) var(--motion-easing-standard)`
136
1206
  },
137
1207
  ".tm-motion-fade-slide-down": {
138
- animation: "fade-slide-down-in var(--motion-duration-normal) var(--motion-easing-standard)"
1208
+ animation: `fade-slide-down-in var(--motion-duration-normal) var(--motion-easing-standard)`
139
1209
  },
140
1210
  ".tm-motion-fade-slide-left": {
141
- animation: "fade-slide-left-in var(--motion-duration-normal) var(--motion-easing-standard)"
1211
+ animation: `fade-slide-left-in var(--motion-duration-normal) var(--motion-easing-standard)`
142
1212
  },
143
1213
  ".tm-motion-fade-slide-right": {
144
- animation: "fade-slide-right-in var(--motion-duration-normal) var(--motion-easing-standard)"
1214
+ animation: `fade-slide-right-in var(--motion-duration-normal) var(--motion-easing-standard)`
145
1215
  },
146
1216
  // Exit animations (for use with data attributes or state classes)
147
1217
  ".tm-motion-fade-scale-out": {
148
- animation: "fade-scale-out var(--motion-duration-fast) var(--motion-easing-standard)"
1218
+ animation: `fade-scale-out var(--motion-duration-fast) var(--motion-easing-standard)`
149
1219
  },
150
1220
  ".tm-motion-fade-slide-up-out": {
151
- animation: "fade-slide-up-out var(--motion-duration-fast) var(--motion-easing-standard)"
1221
+ animation: `fade-slide-up-out var(--motion-duration-fast) var(--motion-easing-standard)`
152
1222
  },
153
1223
  ".tm-motion-fade-slide-down-out": {
154
- animation: "fade-slide-down-out var(--motion-duration-fast) var(--motion-easing-standard)"
1224
+ animation: `fade-slide-down-out var(--motion-duration-fast) var(--motion-easing-standard)`
155
1225
  },
156
1226
  ".tm-motion-fade-slide-left-out": {
157
- animation: "fade-slide-left-out var(--motion-duration-fast) var(--motion-easing-standard)"
1227
+ animation: `fade-slide-left-out var(--motion-duration-fast) var(--motion-easing-standard)`
158
1228
  },
159
1229
  ".tm-motion-fade-slide-right-out": {
160
- animation: "fade-slide-right-out var(--motion-duration-fast) var(--motion-easing-standard)"
1230
+ animation: `fade-slide-right-out var(--motion-duration-fast) var(--motion-easing-standard)`
161
1231
  },
162
1232
  // Hover animations
163
1233
  ".tm-motion-hover-lift": {
@@ -183,6 +1253,6 @@ const y = /* @__PURE__ */ _(w), b = {
183
1253
  })
184
1254
  ]
185
1255
  };
186
- export {
187
- b as default
188
- };
1256
+ var preset_default = preset;
1257
+
1258
+ export { preset_default as default };