@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,485 +0,0 @@
1
- /**
2
- * Motion System Tokens
3
- *
4
- * Complete motion system for Tenerife UI based on design system specifications.
5
- * Includes: durations, easing functions, transitions, keyframe animations,
6
- * and reduced motion support for accessibility.
7
- *
8
- * All motion respects user preferences for reduced motion (prefers-reduced-motion).
9
- * Base duration unit: 100ms
10
- */
11
- /**
12
- * Animation Duration Tokens
13
- * Values: instant, fast, normal, slow, slower, slowest
14
- * Base unit: 100ms
15
- */
16
- export declare const durations: {
17
- readonly instant: "0ms";
18
- readonly fast: "150ms";
19
- readonly normal: "300ms";
20
- readonly slow: "500ms";
21
- readonly slower: "700ms";
22
- readonly slowest: "1000ms";
23
- readonly "75": "75ms";
24
- readonly "100": "100ms";
25
- readonly "200": "200ms";
26
- readonly "250": "250ms";
27
- readonly "400": "400ms";
28
- readonly "600": "600ms";
29
- readonly "800": "800ms";
30
- };
31
- /**
32
- * Easing Function Tokens
33
- * Cubic-bezier functions for natural motion
34
- */
35
- export declare const easings: {
36
- readonly linear: "linear";
37
- readonly "ease-in": "cubic-bezier(0.4, 0, 1, 1)";
38
- readonly "ease-out": "cubic-bezier(0, 0, 0.2, 1)";
39
- readonly "ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)";
40
- readonly ease: "ease";
41
- readonly bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
42
- readonly elastic: "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
43
- readonly "ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)";
44
- readonly "ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)";
45
- readonly "ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)";
46
- };
47
- /**
48
- * Transition Tokens
49
- * Pre-configured transitions combining duration and easing
50
- */
51
- export declare const transitions: {
52
- readonly fast: "150ms cubic-bezier(0, 0, 0.2, 1)";
53
- readonly "fast-in": "150ms cubic-bezier(0.4, 0, 1, 1)";
54
- readonly "fast-out": "150ms cubic-bezier(0, 0, 0.2, 1)";
55
- readonly "fast-in-out": "150ms cubic-bezier(0.4, 0, 0.2, 1)";
56
- readonly normal: "300ms cubic-bezier(0.4, 0, 0.2, 1)";
57
- readonly "normal-in": "300ms cubic-bezier(0.4, 0, 1, 1)";
58
- readonly "normal-out": "300ms cubic-bezier(0, 0, 0.2, 1)";
59
- readonly "normal-in-out": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
60
- readonly slow: "500ms cubic-bezier(0.4, 0, 0.2, 1)";
61
- readonly "slow-in": "500ms cubic-bezier(0.4, 0, 1, 1)";
62
- readonly "slow-out": "500ms cubic-bezier(0, 0, 0.2, 1)";
63
- readonly "slow-in-out": "500ms cubic-bezier(0.4, 0, 0.2, 1)";
64
- readonly bounce: "300ms cubic-bezier(0.68, -0.55, 0.265, 1.55)";
65
- readonly elastic: "500ms cubic-bezier(0.175, 0.885, 0.32, 1.275)";
66
- readonly DEFAULT: "300ms cubic-bezier(0.4, 0, 0.2, 1)";
67
- };
68
- /**
69
- * Keyframe Animation Tokens
70
- * Pre-defined animations for common UI patterns
71
- */
72
- export declare const keyframes: {
73
- readonly fadeIn: {
74
- readonly from: {
75
- readonly opacity: 0;
76
- };
77
- readonly to: {
78
- readonly opacity: 1;
79
- };
80
- };
81
- readonly fadeOut: {
82
- readonly from: {
83
- readonly opacity: 1;
84
- };
85
- readonly to: {
86
- readonly opacity: 0;
87
- };
88
- };
89
- readonly slideInUp: {
90
- readonly from: {
91
- readonly transform: "translateY(100%)";
92
- readonly opacity: 0;
93
- };
94
- readonly to: {
95
- readonly transform: "translateY(0)";
96
- readonly opacity: 1;
97
- };
98
- };
99
- readonly slideInDown: {
100
- readonly from: {
101
- readonly transform: "translateY(-100%)";
102
- readonly opacity: 0;
103
- };
104
- readonly to: {
105
- readonly transform: "translateY(0)";
106
- readonly opacity: 1;
107
- };
108
- };
109
- readonly slideInLeft: {
110
- readonly from: {
111
- readonly transform: "translateX(-100%)";
112
- readonly opacity: 0;
113
- };
114
- readonly to: {
115
- readonly transform: "translateX(0)";
116
- readonly opacity: 1;
117
- };
118
- };
119
- readonly slideInRight: {
120
- readonly from: {
121
- readonly transform: "translateX(100%)";
122
- readonly opacity: 0;
123
- };
124
- readonly to: {
125
- readonly transform: "translateX(0)";
126
- readonly opacity: 1;
127
- };
128
- };
129
- readonly slideOutUp: {
130
- readonly from: {
131
- readonly transform: "translateY(0)";
132
- readonly opacity: 1;
133
- };
134
- readonly to: {
135
- readonly transform: "translateY(-100%)";
136
- readonly opacity: 0;
137
- };
138
- };
139
- readonly slideOutDown: {
140
- readonly from: {
141
- readonly transform: "translateY(0)";
142
- readonly opacity: 1;
143
- };
144
- readonly to: {
145
- readonly transform: "translateY(100%)";
146
- readonly opacity: 0;
147
- };
148
- };
149
- readonly slideOutLeft: {
150
- readonly from: {
151
- readonly transform: "translateX(0)";
152
- readonly opacity: 1;
153
- };
154
- readonly to: {
155
- readonly transform: "translateX(-100%)";
156
- readonly opacity: 0;
157
- };
158
- };
159
- readonly slideOutRight: {
160
- readonly from: {
161
- readonly transform: "translateX(0)";
162
- readonly opacity: 1;
163
- };
164
- readonly to: {
165
- readonly transform: "translateX(100%)";
166
- readonly opacity: 0;
167
- };
168
- };
169
- readonly scaleIn: {
170
- readonly from: {
171
- readonly transform: "scale(0.95)";
172
- readonly opacity: 0;
173
- };
174
- readonly to: {
175
- readonly transform: "scale(1)";
176
- readonly opacity: 1;
177
- };
178
- };
179
- readonly scaleOut: {
180
- readonly from: {
181
- readonly transform: "scale(1)";
182
- readonly opacity: 1;
183
- };
184
- readonly to: {
185
- readonly transform: "scale(0.95)";
186
- readonly opacity: 0;
187
- };
188
- };
189
- readonly scaleUp: {
190
- readonly from: {
191
- readonly transform: "scale(1)";
192
- };
193
- readonly to: {
194
- readonly transform: "scale(1.05)";
195
- };
196
- };
197
- readonly scaleDown: {
198
- readonly from: {
199
- readonly transform: "scale(1.05)";
200
- };
201
- readonly to: {
202
- readonly transform: "scale(1)";
203
- };
204
- };
205
- readonly spin: {
206
- readonly from: {
207
- readonly transform: "rotate(0deg)";
208
- };
209
- readonly to: {
210
- readonly transform: "rotate(360deg)";
211
- };
212
- };
213
- readonly spinReverse: {
214
- readonly from: {
215
- readonly transform: "rotate(360deg)";
216
- };
217
- readonly to: {
218
- readonly transform: "rotate(0deg)";
219
- };
220
- };
221
- readonly pulse: {
222
- readonly "0%, 100%": {
223
- readonly opacity: 1;
224
- };
225
- readonly "50%": {
226
- readonly opacity: 0.5;
227
- };
228
- };
229
- readonly bounce: {
230
- readonly "0%, 100%": {
231
- readonly transform: "translateY(-25%)";
232
- readonly animationTimingFunction: "cubic-bezier(0.8, 0, 1, 1)";
233
- };
234
- readonly "50%": {
235
- readonly transform: "translateY(0)";
236
- readonly animationTimingFunction: "cubic-bezier(0, 0, 0.2, 1)";
237
- };
238
- };
239
- readonly shake: {
240
- readonly "0%, 100%": {
241
- readonly transform: "translateX(0)";
242
- };
243
- readonly "10%, 30%, 50%, 70%, 90%": {
244
- readonly transform: "translateX(-4px)";
245
- };
246
- readonly "20%, 40%, 60%, 80%": {
247
- readonly transform: "translateX(4px)";
248
- };
249
- };
250
- readonly ping: {
251
- readonly "75%, 100%": {
252
- readonly transform: "scale(2)";
253
- readonly opacity: 0;
254
- };
255
- };
256
- readonly "accordion-down": {
257
- readonly from: {
258
- readonly height: "0";
259
- };
260
- readonly to: {
261
- readonly height: "var(--radix-accordion-content-height)";
262
- };
263
- };
264
- readonly "accordion-up": {
265
- readonly from: {
266
- readonly height: "var(--radix-accordion-content-height)";
267
- };
268
- readonly to: {
269
- readonly height: "0";
270
- };
271
- };
272
- };
273
- /**
274
- * Animation Tokens
275
- * Pre-configured animations combining keyframes, duration, and easing
276
- */
277
- export declare const animations: {
278
- readonly fadeIn: "fadeIn 300ms cubic-bezier(0, 0, 0.2, 1)";
279
- readonly fadeOut: "fadeOut 150ms cubic-bezier(0.4, 0, 1, 1)";
280
- readonly slideInUp: "slideInUp 300ms cubic-bezier(0, 0, 0.2, 1)";
281
- readonly slideInDown: "slideInDown 300ms cubic-bezier(0, 0, 0.2, 1)";
282
- readonly slideInLeft: "slideInLeft 300ms cubic-bezier(0, 0, 0.2, 1)";
283
- readonly slideInRight: "slideInRight 300ms cubic-bezier(0, 0, 0.2, 1)";
284
- readonly slideOutUp: "slideOutUp 150ms cubic-bezier(0.4, 0, 1, 1)";
285
- readonly slideOutDown: "slideOutDown 150ms cubic-bezier(0.4, 0, 1, 1)";
286
- readonly slideOutLeft: "slideOutLeft 150ms cubic-bezier(0.4, 0, 1, 1)";
287
- readonly slideOutRight: "slideOutRight 150ms cubic-bezier(0.4, 0, 1, 1)";
288
- readonly scaleIn: "scaleIn 300ms cubic-bezier(0, 0, 0.2, 1)";
289
- readonly scaleOut: "scaleOut 150ms cubic-bezier(0.4, 0, 1, 1)";
290
- readonly spin: "spin 1s linear infinite";
291
- readonly pulse: "pulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite";
292
- readonly bounce: "bounce 1s linear infinite";
293
- readonly ping: "ping 1s cubic-bezier(0, 0, 0.2, 1) cubic-bezier(0, 0, 0.2, 1) infinite";
294
- readonly shake: "shake 0.5s cubic-bezier(0.4, 0, 0.2, 1)";
295
- readonly "accordion-down": "accordion-down 300ms cubic-bezier(0, 0, 0.2, 1)";
296
- readonly "accordion-up": "accordion-up 300ms cubic-bezier(0, 0, 0.2, 1)";
297
- };
298
- /**
299
- * Spring Configuration Tokens
300
- * For Framer Motion spring animations
301
- * Based on Material Design motion principles
302
- */
303
- export declare const springs: {
304
- readonly gentle: {
305
- readonly type: "spring";
306
- readonly stiffness: 120;
307
- readonly damping: 14;
308
- readonly mass: 1;
309
- };
310
- readonly default: {
311
- readonly type: "spring";
312
- readonly stiffness: 300;
313
- readonly damping: 30;
314
- readonly mass: 1;
315
- };
316
- readonly wobbly: {
317
- readonly type: "spring";
318
- readonly stiffness: 180;
319
- readonly damping: 12;
320
- readonly mass: 1;
321
- };
322
- readonly stiff: {
323
- readonly type: "spring";
324
- readonly stiffness: 400;
325
- readonly damping: 30;
326
- readonly mass: 1;
327
- };
328
- readonly slow: {
329
- readonly type: "spring";
330
- readonly stiffness: 200;
331
- readonly damping: 25;
332
- readonly mass: 1;
333
- };
334
- readonly bouncy: {
335
- readonly type: "spring";
336
- readonly stiffness: 400;
337
- readonly damping: 10;
338
- readonly mass: 1;
339
- };
340
- readonly noBounce: {
341
- readonly type: "spring";
342
- readonly stiffness: 300;
343
- readonly damping: 35;
344
- readonly mass: 1;
345
- };
346
- };
347
- /**
348
- * Reduced Motion Support
349
- * Respects prefers-reduced-motion media query
350
- */
351
- export declare const reducedMotion: {
352
- readonly duration: "0ms";
353
- readonly easing: "linear";
354
- readonly transition: "0ms linear";
355
- readonly mediaQuery: "@media (prefers-reduced-motion: reduce)";
356
- readonly disableAnimations: "animation: none !important; transition: none !important;";
357
- readonly spring: {
358
- readonly type: "spring";
359
- readonly stiffness: 1000;
360
- readonly damping: 100;
361
- readonly mass: 1;
362
- };
363
- };
364
- /**
365
- * CSS Custom Properties for Motion
366
- * These will be injected into the theme system
367
- */
368
- export declare const motionCSSVariables: {
369
- readonly "--duration-instant": "0ms";
370
- readonly "--duration-fast": "150ms";
371
- readonly "--duration-normal": "300ms";
372
- readonly "--duration-slow": "500ms";
373
- readonly "--duration-slower": "700ms";
374
- readonly "--duration-slowest": "1000ms";
375
- readonly "--duration-75": "75ms";
376
- readonly "--duration-100": "100ms";
377
- readonly "--duration-200": "200ms";
378
- readonly "--duration-250": "250ms";
379
- readonly "--duration-400": "400ms";
380
- readonly "--duration-600": "600ms";
381
- readonly "--duration-800": "800ms";
382
- readonly "--ease-linear": "linear";
383
- readonly "--ease-in": "cubic-bezier(0.4, 0, 1, 1)";
384
- readonly "--ease-out": "cubic-bezier(0, 0, 0.2, 1)";
385
- readonly "--ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)";
386
- readonly "--ease-bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
387
- readonly "--ease-elastic": "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
388
- readonly "--ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)";
389
- readonly "--ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)";
390
- readonly "--ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)";
391
- readonly "--transition-fast": "150ms cubic-bezier(0, 0, 0.2, 1)";
392
- readonly "--transition-normal": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
393
- readonly "--transition-slow": "500ms cubic-bezier(0.4, 0, 0.2, 1)";
394
- readonly "--transition-default": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
395
- readonly "--transition-fast-in": "150ms cubic-bezier(0.4, 0, 1, 1)";
396
- readonly "--transition-fast-out": "150ms cubic-bezier(0, 0, 0.2, 1)";
397
- readonly "--transition-fast-in-out": "150ms cubic-bezier(0.4, 0, 0.2, 1)";
398
- readonly "--transition-normal-in": "300ms cubic-bezier(0.4, 0, 1, 1)";
399
- readonly "--transition-normal-out": "300ms cubic-bezier(0, 0, 0.2, 1)";
400
- readonly "--transition-normal-in-out": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
401
- readonly "--transition-slow-in": "500ms cubic-bezier(0.4, 0, 1, 1)";
402
- readonly "--transition-slow-out": "500ms cubic-bezier(0, 0, 0.2, 1)";
403
- readonly "--transition-slow-in-out": "500ms cubic-bezier(0.4, 0, 0.2, 1)";
404
- readonly "--transition-bounce": "300ms cubic-bezier(0.68, -0.55, 0.265, 1.55)";
405
- readonly "--transition-elastic": "500ms cubic-bezier(0.175, 0.885, 0.32, 1.275)";
406
- };
407
- /**
408
- * Tailwind Motion Config
409
- * Maps to Tailwind theme.extend for durations, transitions, keyframes, animations
410
- */
411
- export declare const tailwindMotionConfig: {
412
- readonly transitionDuration: {
413
- readonly instant: "0ms";
414
- readonly fast: "150ms";
415
- readonly normal: "300ms";
416
- readonly slow: "500ms";
417
- readonly slower: "700ms";
418
- readonly slowest: "1000ms";
419
- readonly "75": "75ms";
420
- readonly "100": "100ms";
421
- readonly "200": "200ms";
422
- readonly "250": "250ms";
423
- readonly "400": "400ms";
424
- readonly "600": "600ms";
425
- readonly "800": "800ms";
426
- };
427
- readonly transitionTimingFunction: {
428
- readonly linear: "linear";
429
- readonly "ease-in": "cubic-bezier(0.4, 0, 1, 1)";
430
- readonly "ease-out": "cubic-bezier(0, 0, 0.2, 1)";
431
- readonly "ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)";
432
- readonly ease: "ease";
433
- readonly bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
434
- readonly elastic: "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
435
- readonly "ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)";
436
- readonly "ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)";
437
- readonly "ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)";
438
- };
439
- readonly transitionProperty: {
440
- readonly DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter";
441
- readonly colors: "color, background-color, border-color, text-decoration-color, fill, stroke";
442
- readonly opacity: "opacity";
443
- readonly shadow: "box-shadow";
444
- readonly transform: "transform";
445
- readonly all: "all";
446
- readonly none: "none";
447
- };
448
- readonly keyframes: Record<string, Record<string, Record<string, string | number>>>;
449
- readonly animation: {
450
- readonly none: "none";
451
- readonly spin: "spin 1s linear infinite";
452
- readonly pulse: "pulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite";
453
- readonly bounce: "bounce 1s linear infinite";
454
- readonly ping: "ping 1s cubic-bezier(0, 0, 0.2, 1) cubic-bezier(0, 0, 0.2, 1) infinite";
455
- readonly shake: "shake 0.5s cubic-bezier(0.4, 0, 0.2, 1)";
456
- readonly fadeIn: "fadeIn 300ms cubic-bezier(0, 0, 0.2, 1)";
457
- readonly fadeOut: "fadeOut 150ms cubic-bezier(0.4, 0, 1, 1)";
458
- readonly slideInUp: "slideInUp 300ms cubic-bezier(0, 0, 0.2, 1)";
459
- readonly slideInDown: "slideInDown 300ms cubic-bezier(0, 0, 0.2, 1)";
460
- readonly slideInLeft: "slideInLeft 300ms cubic-bezier(0, 0, 0.2, 1)";
461
- readonly slideInRight: "slideInRight 300ms cubic-bezier(0, 0, 0.2, 1)";
462
- readonly slideOutUp: "slideOutUp 150ms cubic-bezier(0.4, 0, 1, 1)";
463
- readonly slideOutDown: "slideOutDown 150ms cubic-bezier(0.4, 0, 1, 1)";
464
- readonly slideOutLeft: "slideOutLeft 150ms cubic-bezier(0.4, 0, 1, 1)";
465
- readonly slideOutRight: "slideOutRight 150ms cubic-bezier(0.4, 0, 1, 1)";
466
- readonly scaleIn: "scaleIn 300ms cubic-bezier(0, 0, 0.2, 1)";
467
- readonly scaleOut: "scaleOut 150ms cubic-bezier(0.4, 0, 1, 1)";
468
- readonly "accordion-down": "accordion-down 300ms cubic-bezier(0, 0, 0.2, 1)";
469
- readonly "accordion-up": "accordion-up 300ms cubic-bezier(0, 0, 0.2, 1)";
470
- };
471
- };
472
- /**
473
- * Type Exports
474
- */
475
- export type Duration = keyof typeof durations;
476
- export type Easing = keyof typeof easings;
477
- export type Transition = keyof typeof transitions;
478
- export type Keyframe = keyof typeof keyframes;
479
- export type Animation = keyof typeof animations;
480
- export type Spring = keyof typeof springs;
481
- /**
482
- * Motion V2 Exports
483
- * CSS-only motion system with gesture support
484
- */
485
- export * from './motion/v2';
@@ -1,22 +0,0 @@
1
- /**
2
- * Opacity Tokens
3
- *
4
- * Component-level opacity tokens for disabled states and overlays.
5
- * Maps to Tailwind opacity utilities.
6
- */
7
- /**
8
- * Opacity Component Tokens
9
- *
10
- * Defines opacity values for common use cases like disabled states.
11
- */
12
- export declare const OPACITY_TOKENS: {
13
- /**
14
- * Disabled state opacity
15
- * Used for disabled form controls and interactive elements
16
- */
17
- readonly disabled: "opacity-50";
18
- };
19
- /**
20
- * Type exports for Opacity tokens
21
- */
22
- export type OpacityToken = keyof typeof OPACITY_TOKENS;
@@ -1,161 +0,0 @@
1
- /**
2
- * Border Radius System Tokens
3
- *
4
- * Complete border radius system for Tenerife UI based on design system specifications.
5
- * Includes: radius scale (none..3xl, full), component-specific radius standards,
6
- * and CSS variable definitions.
7
- *
8
- * Base unit: 4px (0.25rem)
9
- * All radius values follow a consistent scale for visual harmony.
10
- */
11
- /**
12
- * Border Radius Scale
13
- * Values: none, xs, sm, md, lg, xl, 2xl, 3xl, full
14
- */
15
- export declare const borderRadius: {
16
- readonly none: "0";
17
- readonly xs: "0.125rem";
18
- readonly sm: "0.25rem";
19
- readonly DEFAULT: "0.25rem";
20
- readonly base: "0.25rem";
21
- readonly md: "0.375rem";
22
- readonly lg: "0.5rem";
23
- readonly xl: "0.75rem";
24
- readonly "2xl": "1rem";
25
- readonly "3xl": "1.5rem";
26
- readonly full: "9999px";
27
- };
28
- /**
29
- * Component-Specific Radius Standards
30
- * Defines recommended radius values for different component types
31
- */
32
- export declare const componentRadius: {
33
- readonly button: {
34
- readonly sm: "0.25rem";
35
- readonly md: "0.375rem";
36
- readonly lg: "0.5rem";
37
- readonly pill: "9999px";
38
- };
39
- readonly card: {
40
- readonly sm: "0.25rem";
41
- readonly md: "0.375rem";
42
- readonly lg: "0.5rem";
43
- readonly xl: "0.75rem";
44
- };
45
- readonly input: {
46
- readonly sm: "0.25rem";
47
- readonly md: "0.375rem";
48
- readonly lg: "0.5rem";
49
- };
50
- readonly badge: {
51
- readonly sm: "0.125rem";
52
- readonly md: "0.25rem";
53
- readonly lg: "0.375rem";
54
- readonly pill: "9999px";
55
- };
56
- readonly avatar: {
57
- readonly sm: "9999px";
58
- readonly md: "9999px";
59
- readonly lg: "9999px";
60
- readonly square: "0.375rem";
61
- };
62
- readonly modal: {
63
- readonly sm: "0.375rem";
64
- readonly md: "0.5rem";
65
- readonly lg: "0.75rem";
66
- readonly xl: "1rem";
67
- };
68
- readonly tooltip: {
69
- readonly sm: "0.25rem";
70
- readonly md: "0.375rem";
71
- };
72
- readonly toast: {
73
- readonly sm: "0.375rem";
74
- readonly md: "0.5rem";
75
- readonly lg: "0.75rem";
76
- };
77
- readonly chip: {
78
- readonly sm: "0.125rem";
79
- readonly md: "0.25rem";
80
- readonly lg: "0.375rem";
81
- readonly pill: "9999px";
82
- };
83
- readonly image: {
84
- readonly none: "0";
85
- readonly sm: "0.25rem";
86
- readonly md: "0.375rem";
87
- readonly lg: "0.5rem";
88
- readonly xl: "0.75rem";
89
- readonly full: "9999px";
90
- };
91
- };
92
- /**
93
- * CSS Custom Properties for Border Radius
94
- * These will be injected into the theme system
95
- */
96
- export declare const radiusCSSVariables: {
97
- readonly "--radius-none": "0";
98
- readonly "--radius-xs": "0.125rem";
99
- readonly "--radius-sm": "0.25rem";
100
- readonly "--radius-base": "0.25rem";
101
- readonly "--radius-md": "0.375rem";
102
- readonly "--radius-lg": "0.5rem";
103
- readonly "--radius-xl": "0.75rem";
104
- readonly "--radius-2xl": "1rem";
105
- readonly "--radius-3xl": "1.5rem";
106
- readonly "--radius-full": "9999px";
107
- readonly "--radius": "0.375rem";
108
- readonly "--radius-button": "0.375rem";
109
- readonly "--radius-card": "0.375rem";
110
- readonly "--radius-input": "0.375rem";
111
- readonly "--radius-badge": "0.25rem";
112
- readonly "--radius-modal": "0.5rem";
113
- readonly "--radius-tooltip": "0.25rem";
114
- readonly "--radius-toast": "0.5rem";
115
- readonly "--radius-chip": "0.25rem";
116
- readonly "--radius-image": "0.375rem";
117
- };
118
- /**
119
- * Tailwind Border Radius Config
120
- * Maps to Tailwind theme.extend.borderRadius
121
- */
122
- export declare const tailwindRadiusConfig: {
123
- readonly borderRadius: {
124
- readonly button: "0.375rem";
125
- readonly card: "0.375rem";
126
- readonly input: "0.375rem";
127
- readonly badge: "0.25rem";
128
- readonly modal: "0.5rem";
129
- readonly tooltip: "0.25rem";
130
- readonly toast: "0.5rem";
131
- readonly chip: "0.25rem";
132
- readonly image: "0.375rem";
133
- readonly none: "0";
134
- readonly xs: "0.125rem";
135
- readonly sm: "0.25rem";
136
- readonly DEFAULT: "0.25rem";
137
- readonly base: "0.25rem";
138
- readonly md: "0.375rem";
139
- readonly lg: "0.5rem";
140
- readonly xl: "0.75rem";
141
- readonly "2xl": "1rem";
142
- readonly "3xl": "1.5rem";
143
- readonly full: "9999px";
144
- };
145
- };
146
- /**
147
- * Type Exports
148
- */
149
- export type BorderRadius = keyof typeof borderRadius;
150
- export type ComponentRadius = {
151
- button: keyof typeof componentRadius.button;
152
- card: keyof typeof componentRadius.card;
153
- input: keyof typeof componentRadius.input;
154
- badge: keyof typeof componentRadius.badge;
155
- avatar: keyof typeof componentRadius.avatar;
156
- modal: keyof typeof componentRadius.modal;
157
- tooltip: keyof typeof componentRadius.tooltip;
158
- toast: keyof typeof componentRadius.toast;
159
- chip: keyof typeof componentRadius.chip;
160
- image: keyof typeof componentRadius.image;
161
- };