@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
@@ -1,738 +0,0 @@
1
- "use client";
2
- const s = {
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
- }, o = {
18
- 50: "280 100% 98%",
19
- 100: "280 65% 96%",
20
- 200: "280 60% 85%",
21
- 300: "280 55% 75%",
22
- 400: "280 50% 65%",
23
- 500: "280 70% 67%",
24
- // Base accent (night mode primary)
25
- 600: "259 65% 58%",
26
- 700: "259 60% 50%",
27
- 800: "259 55% 45%",
28
- 900: "259 50% 40%",
29
- 950: "259 45% 30%"
30
- }, t = {
31
- 50: "173 100% 98%",
32
- 100: "173 100% 95%",
33
- 200: "173 100% 85%",
34
- 300: "173 100% 70%",
35
- 400: "173 100% 55%",
36
- 500: "173 100% 37%",
37
- // Base secondary (Tenerife #00bfa6)
38
- 600: "173 100% 32%",
39
- 700: "173 95% 27%",
40
- 800: "173 90% 22%",
41
- 900: "173 85% 17%",
42
- 950: "173 80% 12%"
43
- }, u = {
44
- day: {
45
- base: "0 0% 100%",
46
- // White background
47
- elevated1: "0 0% 98%",
48
- // Slightly elevated
49
- elevated2: "0 0% 96%",
50
- // More elevated
51
- elevated3: "0 0% 94%",
52
- // Most elevated
53
- overlay: "0 0% 0% / 0.5",
54
- // Overlay backdrop
55
- glass: "0 0% 100% / 0.8"
56
- // Glass effect
57
- },
58
- night: {
59
- base: "240 10% 3.9%",
60
- // Dark background (#0b0b10)
61
- elevated1: "240 10% 5.1%",
62
- // #0e1016
63
- elevated2: "240 10% 6.3%",
64
- // Slightly lighter
65
- elevated3: "240 10% 7.5%",
66
- // Even lighter
67
- overlay: "0 0% 0% / 0.7",
68
- // Darker overlay
69
- glass: "240 10% 10% / 0.9"
70
- // Dark glass effect
71
- }
72
- }, c = {
73
- day: {
74
- success: "142 70% 28%",
75
- // Darker green for better contrast
76
- successForeground: "0 0% 100%",
77
- error: "0 80% 40%",
78
- // Richer red for contrast
79
- errorForeground: "0 0% 100%",
80
- warning: "38 92% 50%",
81
- // Orange
82
- warningForeground: "0 0% 9%",
83
- info: "199 89% 48%",
84
- // Blue
85
- infoForeground: "0 0% 100%"
86
- },
87
- night: {
88
- success: "142 70% 45%",
89
- successForeground: "0 0% 100%",
90
- error: "0 62.8% 30.6%",
91
- // Darker red
92
- errorForeground: "0 0% 98%",
93
- warning: "38 92% 33%",
94
- // Darker orange for WCAG AA contrast with white text
95
- warningForeground: "0 0% 100%",
96
- // Light foreground for dark theme readability
97
- info: "199 89% 35%",
98
- // Darker blue for WCAG AA contrast with white text
99
- infoForeground: "0 0% 100%"
100
- // Light foreground for dark theme readability
101
- }
102
- }, n = {
103
- day: {
104
- chart1: "12 76% 61%",
105
- // Orange-red
106
- chart2: "173 58% 39%",
107
- // Teal-cyan
108
- chart3: "197 37% 24%",
109
- // Dark blue
110
- chart4: "43 74% 66%",
111
- // Yellow
112
- chart5: "27 87% 67%"
113
- // Orange
114
- },
115
- night: {
116
- chart1: "220 70% 50%",
117
- // Blue
118
- chart2: "160 60% 45%",
119
- // Teal
120
- chart3: "30 80% 55%",
121
- // Orange
122
- chart4: "280 65% 60%",
123
- // Purple
124
- chart5: "340 75% 55%"
125
- // Pink
126
- }
127
- }, m = {
128
- day: {
129
- primary: "0 0% 9%",
130
- // Almost black
131
- secondary: "0 0% 45%",
132
- // Medium gray
133
- tertiary: "0 0% 65%",
134
- // Light gray
135
- muted: "0 0% 38%",
136
- // Muted gray with stronger contrast
137
- inverse: "0 0% 100%"
138
- // White (for dark backgrounds)
139
- },
140
- night: {
141
- primary: "0 0% 89.8%",
142
- // Light gray (#e5e7eb)
143
- secondary: "240 5% 64.9%",
144
- // Medium gray
145
- tertiary: "240 5% 50%",
146
- // Darker gray
147
- muted: "240 5% 64.9%",
148
- // Muted gray
149
- inverse: "0 0% 9%"
150
- // Almost black (for light backgrounds)
151
- }
152
- }, l = {
153
- day: {
154
- background: "0 0% 100%",
155
- foreground: "0 0% 9%",
156
- card: "0 0% 100%",
157
- cardForeground: "0 0% 9%",
158
- popover: "0 0% 100%",
159
- popoverForeground: "0 0% 9%",
160
- border: "0 0% 89.8%",
161
- input: "0 0% 89.8%",
162
- ring: "0 0% 3.9%"
163
- },
164
- night: {
165
- background: "240 10% 3.9%",
166
- // #0b0b10
167
- foreground: "0 0% 89.8%",
168
- // #e5e7eb
169
- card: "240 10% 3.9%",
170
- cardForeground: "0 0% 89.8%",
171
- popover: "240 10% 5.1%",
172
- // #0e1016
173
- popoverForeground: "0 0% 89.8%",
174
- border: "240 3.7% 15.9%",
175
- input: "240 3.7% 15.9%",
176
- ring: "240 4.9% 83.9%"
177
- }
178
- }, h = {
179
- day: {
180
- ...l.day,
181
- primary: "hsl(var(--tm-primary))",
182
- primaryForeground: "hsl(var(--tm-primary-foreground))",
183
- secondary: "hsl(var(--tm-secondary))",
184
- secondaryForeground: "hsl(var(--tm-secondary-foreground))",
185
- muted: "hsl(var(--muted))",
186
- mutedForeground: "hsl(var(--muted-foreground))",
187
- accent: "hsl(var(--tm-accent))",
188
- accentForeground: "hsl(var(--tm-accent-foreground))",
189
- destructive: `hsl(${c.day.error})`,
190
- destructiveForeground: c.day.errorForeground,
191
- chart1: `hsl(${n.day.chart1})`,
192
- chart2: `hsl(${n.day.chart2})`,
193
- chart3: `hsl(${n.day.chart3})`,
194
- chart4: `hsl(${n.day.chart4})`,
195
- chart5: `hsl(${n.day.chart5})`
196
- },
197
- night: {
198
- ...l.night,
199
- primary: "hsl(var(--tm-primary))",
200
- primaryForeground: "hsl(var(--tm-primary-foreground))",
201
- secondary: "hsl(var(--tm-secondary))",
202
- secondaryForeground: "hsl(var(--tm-secondary-foreground))",
203
- muted: "hsl(var(--muted))",
204
- mutedForeground: "hsl(var(--muted-foreground))",
205
- accent: "hsl(var(--tm-accent))",
206
- accentForeground: "hsl(var(--tm-accent-foreground))",
207
- destructive: `hsl(${c.night.error})`,
208
- destructiveForeground: c.night.errorForeground,
209
- chart1: `hsl(${n.night.chart1})`,
210
- chart2: `hsl(${n.night.chart2})`,
211
- chart3: `hsl(${n.night.chart3})`,
212
- chart4: `hsl(${n.night.chart4})`,
213
- chart5: `hsl(${n.night.chart5})`
214
- }
215
- }, f = {
216
- // Primary scale
217
- "--primary-50": s[50],
218
- "--primary-100": s[100],
219
- "--primary-200": s[200],
220
- "--primary-300": s[300],
221
- "--primary-400": s[400],
222
- "--primary-500": s[500],
223
- "--primary-600": s[600],
224
- "--primary-700": s[700],
225
- "--primary-800": s[800],
226
- "--primary-900": s[900],
227
- "--primary-950": s[950],
228
- // Accent scale
229
- "--accent-50": o[50],
230
- "--accent-100": o[100],
231
- "--accent-200": o[200],
232
- "--accent-300": o[300],
233
- "--accent-400": o[400],
234
- "--accent-500": o[500],
235
- "--accent-600": o[600],
236
- "--accent-700": o[700],
237
- "--accent-800": o[800],
238
- "--accent-900": o[900],
239
- "--accent-950": o[950],
240
- // Secondary scale
241
- "--secondary-50": t[50],
242
- "--secondary-100": t[100],
243
- "--secondary-200": t[200],
244
- "--secondary-300": t[300],
245
- "--secondary-400": t[400],
246
- "--secondary-500": t[500],
247
- "--secondary-600": t[600],
248
- "--secondary-700": t[700],
249
- "--secondary-800": t[800],
250
- "--secondary-900": t[900],
251
- "--secondary-950": t[950]
252
- // Surface colors (mode-dependent, set dynamically by theme system)
253
- // Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
254
- // Semantic colors (mode-dependent, set dynamically by theme system)
255
- // Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
256
- // Text colors (mode-dependent, set dynamically by theme system)
257
- // Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
258
- // Chart colors (mode-dependent, set dynamically by theme system)
259
- // Note: These are set via updateCSSVariablesFromTokens() in applyMode.ts
260
- }, p = {
261
- // Base colors
262
- background: "hsl(var(--background))",
263
- foreground: "hsl(var(--foreground))",
264
- // Card colors
265
- card: {
266
- DEFAULT: "hsl(var(--card))",
267
- foreground: "hsl(var(--card-foreground))"
268
- },
269
- // Popover colors
270
- popover: {
271
- DEFAULT: "hsl(var(--popover))",
272
- foreground: "hsl(var(--popover-foreground))"
273
- },
274
- // Primary colors (using CSS variables)
275
- primary: {
276
- DEFAULT: "hsl(var(--tm-primary))",
277
- foreground: "hsl(var(--tm-primary-foreground))",
278
- 50: "hsl(var(--primary-50))",
279
- 100: "hsl(var(--primary-100))",
280
- 200: "hsl(var(--primary-200))",
281
- 300: "hsl(var(--primary-300))",
282
- 400: "hsl(var(--primary-400))",
283
- 500: "hsl(var(--primary-500))",
284
- 600: "hsl(var(--primary-600))",
285
- 700: "hsl(var(--primary-700))",
286
- 800: "hsl(var(--primary-800))",
287
- 900: "hsl(var(--primary-900))",
288
- 950: "hsl(var(--primary-950))"
289
- },
290
- // Secondary colors
291
- secondary: {
292
- DEFAULT: "hsl(var(--tm-secondary))",
293
- foreground: "hsl(var(--tm-secondary-foreground))",
294
- 50: "hsl(var(--secondary-50))",
295
- 100: "hsl(var(--secondary-100))",
296
- 200: "hsl(var(--secondary-200))",
297
- 300: "hsl(var(--secondary-300))",
298
- 400: "hsl(var(--secondary-400))",
299
- 500: "hsl(var(--secondary-500))",
300
- 600: "hsl(var(--secondary-600))",
301
- 700: "hsl(var(--secondary-700))",
302
- 800: "hsl(var(--secondary-800))",
303
- 900: "hsl(var(--secondary-900))",
304
- 950: "hsl(var(--secondary-950))"
305
- },
306
- // Accent colors
307
- accent: {
308
- DEFAULT: "hsl(var(--tm-accent))",
309
- foreground: "hsl(var(--tm-accent-foreground))",
310
- 50: "hsl(var(--accent-50))",
311
- 100: "hsl(var(--accent-100))",
312
- 200: "hsl(var(--accent-200))",
313
- 300: "hsl(var(--accent-300))",
314
- 400: "hsl(var(--accent-400))",
315
- 500: "hsl(var(--accent-500))",
316
- 600: "hsl(var(--accent-600))",
317
- 700: "hsl(var(--accent-700))",
318
- 800: "hsl(var(--accent-800))",
319
- 900: "hsl(var(--accent-900))",
320
- 950: "hsl(var(--accent-950))"
321
- },
322
- // Muted colors
323
- muted: {
324
- DEFAULT: "hsl(var(--muted))",
325
- foreground: "hsl(var(--muted-foreground))"
326
- },
327
- // Destructive colors (semantic error)
328
- destructive: {
329
- DEFAULT: "hsl(var(--destructive))",
330
- foreground: "hsl(var(--destructive-foreground))"
331
- },
332
- // Semantic colors
333
- success: {
334
- DEFAULT: "hsl(var(--semantic-success))",
335
- foreground: "hsl(var(--semantic-success-foreground))"
336
- },
337
- error: {
338
- DEFAULT: "hsl(var(--semantic-error))",
339
- foreground: "hsl(var(--semantic-error-foreground))"
340
- },
341
- warning: {
342
- DEFAULT: "hsl(var(--semantic-warning))",
343
- foreground: "hsl(var(--semantic-warning-foreground))"
344
- },
345
- info: {
346
- DEFAULT: "hsl(var(--semantic-info))",
347
- foreground: "hsl(var(--semantic-info-foreground))"
348
- },
349
- // Surface colors
350
- surface: {
351
- base: "hsl(var(--surface-base))",
352
- elevated1: "hsl(var(--surface-elevated1))",
353
- elevated2: "hsl(var(--surface-elevated2))",
354
- elevated3: "hsl(var(--surface-elevated3))",
355
- overlay: "hsl(var(--surface-overlay))",
356
- glass: "hsl(var(--surface-glass))"
357
- },
358
- // Text colors
359
- text: {
360
- primary: "hsl(var(--text-primary))",
361
- secondary: "hsl(var(--text-secondary))",
362
- tertiary: "hsl(var(--text-tertiary))",
363
- muted: "hsl(var(--text-muted))",
364
- destructive: "hsl(var(--destructive))",
365
- accent: "hsl(var(--tm-accent))",
366
- inverse: "hsl(var(--text-inverse))"
367
- },
368
- // Border and input
369
- border: "hsl(var(--border))",
370
- input: "hsl(var(--input))",
371
- ring: "hsl(var(--ring))",
372
- // Chart colors (using CSS variables)
373
- chart: {
374
- 1: "hsl(var(--chart-1))",
375
- 2: "hsl(var(--chart-2))",
376
- 3: "hsl(var(--chart-3))",
377
- 4: "hsl(var(--chart-4))",
378
- 5: "hsl(var(--chart-5))"
379
- }
380
- }, a = {
381
- instant: "0ms",
382
- fast: "150ms",
383
- // 1.5 × base (quick interactions)
384
- normal: "300ms",
385
- // 3 × base (default)
386
- slow: "500ms",
387
- // 5 × base (emphasized)
388
- slower: "700ms",
389
- // 7 × base (very emphasized)
390
- slowest: "1000ms",
391
- // 10 × base (maximum emphasis)
392
- // Additional granular durations
393
- 75: "75ms",
394
- // Ultra-fast
395
- 100: "100ms",
396
- // Base unit
397
- 200: "200ms",
398
- // Fast-normal
399
- 250: "250ms",
400
- // Between fast and normal
401
- 400: "400ms",
402
- // Between normal and slow
403
- 600: "600ms",
404
- // Between slow and slower
405
- 800: "800ms"
406
- // Between slower and slowest
407
- }, r = {
408
- // Linear (no easing)
409
- linear: "linear",
410
- // Ease-in (accelerate) - cubic-bezier
411
- "ease-in": "cubic-bezier(0.4, 0, 1, 1)",
412
- // Ease-out (decelerate) - recommended for most UI - cubic-bezier
413
- "ease-out": "cubic-bezier(0, 0, 0.2, 1)",
414
- // Ease-in-out (accelerate and decelerate)
415
- "ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)",
416
- // Standard easing functions
417
- ease: "ease",
418
- // Advanced easing functions
419
- bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
420
- elastic: "cubic-bezier(0.175, 0.885, 0.32, 1.275)",
421
- // Material Design easing
422
- "ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)",
423
- "ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)",
424
- "ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)"
425
- }, e = {
426
- // Fast transitions (quick interactions)
427
- fast: `${a.fast} ${r["ease-out"]}`,
428
- "fast-in": `${a.fast} ${r["ease-in"]}`,
429
- "fast-out": `${a.fast} ${r["ease-out"]}`,
430
- "fast-in-out": `${a.fast} ${r["ease-in-out"]}`,
431
- // Normal transitions (default)
432
- normal: `${a.normal} ${r["ease-in-out"]}`,
433
- "normal-in": `${a.normal} ${r["ease-in"]}`,
434
- "normal-out": `${a.normal} ${r["ease-out"]}`,
435
- "normal-in-out": `${a.normal} ${r["ease-in-out"]}`,
436
- // Slow transitions (emphasized)
437
- slow: `${a.slow} ${r["ease-in-out"]}`,
438
- "slow-in": `${a.slow} ${r["ease-in"]}`,
439
- "slow-out": `${a.slow} ${r["ease-out"]}`,
440
- "slow-in-out": `${a.slow} ${r["ease-in-out"]}`,
441
- // Special transitions
442
- bounce: `${a.normal} ${r.bounce}`,
443
- elastic: `${a.slow} ${r.elastic}`,
444
- // Default (normal)
445
- DEFAULT: `${a.normal} ${r["ease-in-out"]}`
446
- }, d = {
447
- // Fade animations
448
- fadeIn: {
449
- from: { opacity: 0 },
450
- to: { opacity: 1 }
451
- },
452
- fadeOut: {
453
- from: { opacity: 1 },
454
- to: { opacity: 0 }
455
- },
456
- // Slide animations
457
- slideInUp: {
458
- from: { transform: "translateY(100%)", opacity: 0 },
459
- to: { transform: "translateY(0)", opacity: 1 }
460
- },
461
- slideInDown: {
462
- from: { transform: "translateY(-100%)", opacity: 0 },
463
- to: { transform: "translateY(0)", opacity: 1 }
464
- },
465
- slideInLeft: {
466
- from: { transform: "translateX(-100%)", opacity: 0 },
467
- to: { transform: "translateX(0)", opacity: 1 }
468
- },
469
- slideInRight: {
470
- from: { transform: "translateX(100%)", opacity: 0 },
471
- to: { transform: "translateX(0)", opacity: 1 }
472
- },
473
- slideOutUp: {
474
- from: { transform: "translateY(0)", opacity: 1 },
475
- to: { transform: "translateY(-100%)", opacity: 0 }
476
- },
477
- slideOutDown: {
478
- from: { transform: "translateY(0)", opacity: 1 },
479
- to: { transform: "translateY(100%)", opacity: 0 }
480
- },
481
- slideOutLeft: {
482
- from: { transform: "translateX(0)", opacity: 1 },
483
- to: { transform: "translateX(-100%)", opacity: 0 }
484
- },
485
- slideOutRight: {
486
- from: { transform: "translateX(0)", opacity: 1 },
487
- to: { transform: "translateX(100%)", opacity: 0 }
488
- },
489
- // Scale animations
490
- scaleIn: {
491
- from: { transform: "scale(0.95)", opacity: 0 },
492
- to: { transform: "scale(1)", opacity: 1 }
493
- },
494
- scaleOut: {
495
- from: { transform: "scale(1)", opacity: 1 },
496
- to: { transform: "scale(0.95)", opacity: 0 }
497
- },
498
- scaleUp: {
499
- from: { transform: "scale(1)" },
500
- to: { transform: "scale(1.05)" }
501
- },
502
- scaleDown: {
503
- from: { transform: "scale(1.05)" },
504
- to: { transform: "scale(1)" }
505
- },
506
- // Rotation animations
507
- spin: {
508
- from: { transform: "rotate(0deg)" },
509
- to: { transform: "rotate(360deg)" }
510
- },
511
- spinReverse: {
512
- from: { transform: "rotate(360deg)" },
513
- to: { transform: "rotate(0deg)" }
514
- },
515
- // Pulse and bounce
516
- pulse: {
517
- "0%, 100%": { opacity: 1 },
518
- "50%": { opacity: 0.5 }
519
- },
520
- bounce: {
521
- "0%, 100%": {
522
- transform: "translateY(-25%)",
523
- animationTimingFunction: "cubic-bezier(0.8, 0, 1, 1)"
524
- },
525
- "50%": {
526
- transform: "translateY(0)",
527
- animationTimingFunction: "cubic-bezier(0, 0, 0.2, 1)"
528
- }
529
- },
530
- // Shake animation
531
- shake: {
532
- "0%, 100%": { transform: "translateX(0)" },
533
- "10%, 30%, 50%, 70%, 90%": { transform: "translateX(-4px)" },
534
- "20%, 40%, 60%, 80%": { transform: "translateX(4px)" }
535
- },
536
- // Ping animation
537
- ping: {
538
- "75%, 100%": {
539
- transform: "scale(2)",
540
- opacity: 0
541
- }
542
- },
543
- // Accordion animations (for Radix UI)
544
- "accordion-down": {
545
- from: { height: "0" },
546
- to: { height: "var(--radix-accordion-content-height)" }
547
- },
548
- "accordion-up": {
549
- from: { height: "var(--radix-accordion-content-height)" },
550
- to: { height: "0" }
551
- }
552
- }, i = {
553
- // Fade animations
554
- fadeIn: `fadeIn ${a.normal} ${r["ease-out"]}`,
555
- fadeOut: `fadeOut ${a.fast} ${r["ease-in"]}`,
556
- // Slide animations
557
- slideInUp: `slideInUp ${a.normal} ${r["ease-out"]}`,
558
- slideInDown: `slideInDown ${a.normal} ${r["ease-out"]}`,
559
- slideInLeft: `slideInLeft ${a.normal} ${r["ease-out"]}`,
560
- slideInRight: `slideInRight ${a.normal} ${r["ease-out"]}`,
561
- slideOutUp: `slideOutUp ${a.fast} ${r["ease-in"]}`,
562
- slideOutDown: `slideOutDown ${a.fast} ${r["ease-in"]}`,
563
- slideOutLeft: `slideOutLeft ${a.fast} ${r["ease-in"]}`,
564
- slideOutRight: `slideOutRight ${a.fast} ${r["ease-in"]}`,
565
- // Scale animations
566
- scaleIn: `scaleIn ${a.normal} ${r["ease-out"]}`,
567
- scaleOut: `scaleOut ${a.fast} ${r["ease-in"]}`,
568
- // Continuous animations
569
- spin: `spin 1s ${r.linear} infinite`,
570
- pulse: `pulse 2s ${r["ease-in-out"]} infinite`,
571
- bounce: `bounce 1s ${r.linear} infinite`,
572
- ping: `ping 1s ${r["ease-out"]} cubic-bezier(0, 0, 0.2, 1) infinite`,
573
- shake: `shake 0.5s ${r["ease-in-out"]}`,
574
- // Accordion animations
575
- "accordion-down": `accordion-down ${a.normal} ${r["ease-out"]}`,
576
- "accordion-up": `accordion-up ${a.normal} ${r["ease-out"]}`
577
- }, y = {
578
- // Gentle spring (subtle, smooth)
579
- gentle: {
580
- type: "spring",
581
- stiffness: 120,
582
- damping: 14,
583
- mass: 1
584
- },
585
- // Default spring (balanced)
586
- default: {
587
- type: "spring",
588
- stiffness: 300,
589
- damping: 30,
590
- mass: 1
591
- },
592
- // Wobbly spring (bouncy, playful)
593
- wobbly: {
594
- type: "spring",
595
- stiffness: 180,
596
- damping: 12,
597
- mass: 1
598
- },
599
- // Stiff spring (quick, precise)
600
- stiff: {
601
- type: "spring",
602
- stiffness: 400,
603
- damping: 30,
604
- mass: 1
605
- },
606
- // Slow spring (smooth, deliberate)
607
- slow: {
608
- type: "spring",
609
- stiffness: 200,
610
- damping: 25,
611
- mass: 1
612
- },
613
- // Bouncy spring (energetic, fun)
614
- bouncy: {
615
- type: "spring",
616
- stiffness: 400,
617
- damping: 10,
618
- mass: 1
619
- },
620
- // No bounce (damped, controlled)
621
- noBounce: {
622
- type: "spring",
623
- stiffness: 300,
624
- damping: 35,
625
- mass: 1
626
- }
627
- }, g = {
628
- // Reduced motion duration (instant or minimal)
629
- duration: "0ms",
630
- // Reduced motion easing (linear for instant)
631
- easing: "linear",
632
- // Reduced motion transition (instant)
633
- transition: "0ms linear",
634
- // CSS media query for reduced motion
635
- mediaQuery: "@media (prefers-reduced-motion: reduce)",
636
- // Utility class to disable animations
637
- disableAnimations: "animation: none !important; transition: none !important;",
638
- // Reduced motion spring (instant, no animation)
639
- spring: {
640
- type: "spring",
641
- stiffness: 1e3,
642
- damping: 100,
643
- mass: 1
644
- }
645
- }, v = {
646
- // Durations
647
- "--duration-instant": a.instant,
648
- "--duration-fast": a.fast,
649
- "--duration-normal": a.normal,
650
- "--duration-slow": a.slow,
651
- "--duration-slower": a.slower,
652
- "--duration-slowest": a.slowest,
653
- // Additional granular durations
654
- "--duration-75": a[75],
655
- "--duration-100": a[100],
656
- "--duration-200": a[200],
657
- "--duration-250": a[250],
658
- "--duration-400": a[400],
659
- "--duration-600": a[600],
660
- "--duration-800": a[800],
661
- // Easings
662
- "--ease-linear": r.linear,
663
- "--ease-in": r["ease-in"],
664
- "--ease-out": r["ease-out"],
665
- "--ease-in-out": r["ease-in-out"],
666
- "--ease-bounce": r.bounce,
667
- "--ease-elastic": r.elastic,
668
- "--ease-out-cubic": r["ease-out-cubic"],
669
- "--ease-in-cubic": r["ease-in-cubic"],
670
- "--ease-in-out-cubic": r["ease-in-out-cubic"],
671
- // Transitions
672
- "--transition-fast": e.fast,
673
- "--transition-normal": e.normal,
674
- "--transition-slow": e.slow,
675
- "--transition-default": e.DEFAULT,
676
- "--transition-fast-in": e["fast-in"],
677
- "--transition-fast-out": e["fast-out"],
678
- "--transition-fast-in-out": e["fast-in-out"],
679
- "--transition-normal-in": e["normal-in"],
680
- "--transition-normal-out": e["normal-out"],
681
- "--transition-normal-in-out": e["normal-in-out"],
682
- "--transition-slow-in": e["slow-in"],
683
- "--transition-slow-out": e["slow-out"],
684
- "--transition-slow-in-out": e["slow-in-out"],
685
- "--transition-bounce": e.bounce,
686
- "--transition-elastic": e.elastic
687
- }, $ = {
688
- transitionDuration: {
689
- ...a
690
- },
691
- transitionTimingFunction: {
692
- ...r
693
- },
694
- transitionProperty: {
695
- DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
696
- colors: "color, background-color, border-color, text-decoration-color, fill, stroke",
697
- opacity: "opacity",
698
- shadow: "box-shadow",
699
- transform: "transform",
700
- all: "all",
701
- none: "none"
702
- },
703
- keyframes: {
704
- ...d
705
- },
706
- animation: {
707
- ...i,
708
- // Additional animation utilities
709
- none: "none",
710
- spin: i.spin,
711
- pulse: i.pulse,
712
- bounce: i.bounce,
713
- ping: i.ping,
714
- shake: i.shake
715
- }
716
- };
717
- export {
718
- p as a,
719
- o as b,
720
- l as c,
721
- u as d,
722
- c as e,
723
- m as f,
724
- n as g,
725
- h,
726
- f as i,
727
- a as j,
728
- r as k,
729
- e as l,
730
- v as m,
731
- d as n,
732
- i as o,
733
- s as p,
734
- y as q,
735
- g as r,
736
- t as s,
737
- $ as t
738
- };