@kadoui/react 2.0.1 → 2.1.1

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 (336) hide show
  1. package/README.md +1052 -376
  2. package/dist/react-components/Accordion/Accordion.d.ts +1 -0
  3. package/dist/react-components/Accordion/Accordion.d.ts.map +1 -1
  4. package/dist/react-components/Accordion/Accordion.js +1 -0
  5. package/dist/react-components/Accordion/AccordionBody.d.ts +1 -2
  6. package/dist/react-components/Accordion/AccordionBody.d.ts.map +1 -1
  7. package/dist/react-components/Accordion/AccordionContext.d.ts +1 -5
  8. package/dist/react-components/Accordion/AccordionContext.d.ts.map +1 -1
  9. package/dist/react-components/Accordion/AccordionRoot.d.ts +1 -2
  10. package/dist/react-components/Accordion/AccordionRoot.d.ts.map +1 -1
  11. package/dist/react-components/Accordion/AccordionToggle.d.ts +1 -4
  12. package/dist/react-components/Accordion/AccordionToggle.d.ts.map +1 -1
  13. package/dist/react-components/Accordion/accordionTypes.d.ts +12 -0
  14. package/dist/react-components/Accordion/accordionTypes.d.ts.map +1 -0
  15. package/dist/react-components/Accordion/accordionTypes.js +1 -0
  16. package/dist/react-components/Affix/Affix.d.ts +1 -2
  17. package/dist/react-components/Affix/Affix.d.ts.map +1 -1
  18. package/dist/react-components/Affix/affixTypes.d.ts +3 -0
  19. package/dist/react-components/Affix/affixTypes.d.ts.map +1 -0
  20. package/dist/react-components/Affix/affixTypes.js +1 -0
  21. package/dist/react-components/Breadcrumbs/Breadcrumbs.d.ts +1 -0
  22. package/dist/react-components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  23. package/dist/react-components/Breadcrumbs/Breadcrumbs.js +1 -0
  24. package/dist/react-components/Breadcrumbs/BreadcrumbsContext.d.ts +1 -4
  25. package/dist/react-components/Breadcrumbs/BreadcrumbsContext.d.ts.map +1 -1
  26. package/dist/react-components/Breadcrumbs/BreadcrumbsItem.d.ts +1 -4
  27. package/dist/react-components/Breadcrumbs/BreadcrumbsItem.d.ts.map +1 -1
  28. package/dist/react-components/Breadcrumbs/BreadcrumbsRoot.d.ts +1 -4
  29. package/dist/react-components/Breadcrumbs/BreadcrumbsRoot.d.ts.map +1 -1
  30. package/dist/react-components/Breadcrumbs/breadcrumbsTypes.d.ts +11 -0
  31. package/dist/react-components/Breadcrumbs/breadcrumbsTypes.d.ts.map +1 -0
  32. package/dist/react-components/Breadcrumbs/breadcrumbsTypes.js +1 -0
  33. package/dist/react-components/Carousel/Carousel.d.ts +1 -0
  34. package/dist/react-components/Carousel/Carousel.d.ts.map +1 -1
  35. package/dist/react-components/Carousel/Carousel.js +1 -0
  36. package/dist/react-components/Carousel/CarouselContainer.d.ts +1 -2
  37. package/dist/react-components/Carousel/CarouselContainer.d.ts.map +1 -1
  38. package/dist/react-components/Carousel/CarouselContext.d.ts +1 -8
  39. package/dist/react-components/Carousel/CarouselContext.d.ts.map +1 -1
  40. package/dist/react-components/Carousel/CarouselLeftFade.d.ts +1 -3
  41. package/dist/react-components/Carousel/CarouselLeftFade.d.ts.map +1 -1
  42. package/dist/react-components/Carousel/CarouselNextBtn.d.ts +1 -2
  43. package/dist/react-components/Carousel/CarouselNextBtn.d.ts.map +1 -1
  44. package/dist/react-components/Carousel/CarouselPrevBtn.d.ts +1 -2
  45. package/dist/react-components/Carousel/CarouselPrevBtn.d.ts.map +1 -1
  46. package/dist/react-components/Carousel/CarouselRightFade.d.ts +1 -3
  47. package/dist/react-components/Carousel/CarouselRightFade.d.ts.map +1 -1
  48. package/dist/react-components/Carousel/CarouselRoot.d.ts +1 -4
  49. package/dist/react-components/Carousel/CarouselRoot.d.ts.map +1 -1
  50. package/dist/react-components/Carousel/carouselTypes.d.ts +17 -0
  51. package/dist/react-components/Carousel/carouselTypes.d.ts.map +1 -0
  52. package/dist/react-components/Carousel/carouselTypes.js +1 -0
  53. package/dist/react-components/Choice/Choice.d.ts +1 -0
  54. package/dist/react-components/Choice/Choice.d.ts.map +1 -1
  55. package/dist/react-components/Choice/Choice.js +1 -0
  56. package/dist/react-components/Choice/ChoiceContext.d.ts +1 -16
  57. package/dist/react-components/Choice/ChoiceContext.d.ts.map +1 -1
  58. package/dist/react-components/Choice/ChoiceNavigation.d.ts +1 -3
  59. package/dist/react-components/Choice/ChoiceNavigation.d.ts.map +1 -1
  60. package/dist/react-components/Choice/ChoiceRoot.d.ts +1 -4
  61. package/dist/react-components/Choice/ChoiceRoot.d.ts.map +1 -1
  62. package/dist/react-components/Choice/ChoiceTrigger.d.ts +1 -5
  63. package/dist/react-components/Choice/ChoiceTrigger.d.ts.map +1 -1
  64. package/dist/react-components/Choice/choiceTypes.d.ts +23 -0
  65. package/dist/react-components/Choice/choiceTypes.d.ts.map +1 -0
  66. package/dist/react-components/Choice/choiceTypes.js +1 -0
  67. package/dist/react-components/ClientOnly/ClientOnly.d.ts +1 -2
  68. package/dist/react-components/ClientOnly/ClientOnly.d.ts.map +1 -1
  69. package/dist/react-components/ClientOnly/clientOnlyTypes.d.ts +3 -0
  70. package/dist/react-components/ClientOnly/clientOnlyTypes.d.ts.map +1 -0
  71. package/dist/react-components/ClientOnly/clientOnlyTypes.js +1 -0
  72. package/dist/react-components/Clipboard/Clipboard.d.ts +1 -6
  73. package/dist/react-components/Clipboard/Clipboard.d.ts.map +1 -1
  74. package/dist/react-components/Clipboard/clipboardTypes.d.ts +7 -0
  75. package/dist/react-components/Clipboard/clipboardTypes.d.ts.map +1 -0
  76. package/dist/react-components/Clipboard/clipboardTypes.js +1 -0
  77. package/dist/react-components/ContextMenu/ContextMenu.d.ts +1 -0
  78. package/dist/react-components/ContextMenu/ContextMenu.d.ts.map +1 -1
  79. package/dist/react-components/ContextMenu/ContextMenu.js +1 -0
  80. package/dist/react-components/ContextMenu/ContextMenuBody.d.ts +1 -2
  81. package/dist/react-components/ContextMenu/ContextMenuBody.d.ts.map +1 -1
  82. package/dist/react-components/ContextMenu/ContextMenuContext.d.ts +1 -10
  83. package/dist/react-components/ContextMenu/ContextMenuContext.d.ts.map +1 -1
  84. package/dist/react-components/ContextMenu/ContextMenuContext.js +1 -1
  85. package/dist/react-components/ContextMenu/ContextMenuItem.d.ts +1 -3
  86. package/dist/react-components/ContextMenu/ContextMenuItem.d.ts.map +1 -1
  87. package/dist/react-components/ContextMenu/ContextMenuNavigation.d.ts +1 -3
  88. package/dist/react-components/ContextMenu/ContextMenuNavigation.d.ts.map +1 -1
  89. package/dist/react-components/ContextMenu/ContextMenuNavigation.js +1 -1
  90. package/dist/react-components/ContextMenu/ContextMenuRoot.d.ts +1 -2
  91. package/dist/react-components/ContextMenu/ContextMenuRoot.d.ts.map +1 -1
  92. package/dist/react-components/ContextMenu/contextMenuTypes.d.ts +16 -0
  93. package/dist/react-components/ContextMenu/contextMenuTypes.d.ts.map +1 -0
  94. package/dist/react-components/ContextMenu/contextMenuTypes.js +1 -0
  95. package/dist/react-components/Drawer/Drawer.d.ts +1 -0
  96. package/dist/react-components/Drawer/Drawer.d.ts.map +1 -1
  97. package/dist/react-components/Drawer/Drawer.js +1 -0
  98. package/dist/react-components/Drawer/DrawerBody.d.ts +1 -4
  99. package/dist/react-components/Drawer/DrawerBody.d.ts.map +1 -1
  100. package/dist/react-components/Drawer/DrawerBody.js +1 -1
  101. package/dist/react-components/Drawer/DrawerContext.d.ts +1 -5
  102. package/dist/react-components/Drawer/DrawerContext.d.ts.map +1 -1
  103. package/dist/react-components/Drawer/DrawerPortal.d.ts +1 -2
  104. package/dist/react-components/Drawer/DrawerPortal.d.ts.map +1 -1
  105. package/dist/react-components/Drawer/DrawerPortal.js +1 -1
  106. package/dist/react-components/Drawer/DrawerRoot.d.ts +1 -2
  107. package/dist/react-components/Drawer/DrawerRoot.d.ts.map +1 -1
  108. package/dist/react-components/Drawer/DrawerRoot.js +1 -1
  109. package/dist/react-components/Drawer/DrawerToggle.d.ts +1 -2
  110. package/dist/react-components/Drawer/DrawerToggle.d.ts.map +1 -1
  111. package/dist/react-components/Drawer/drawerTypes.d.ts +13 -0
  112. package/dist/react-components/Drawer/drawerTypes.d.ts.map +1 -0
  113. package/dist/react-components/Drawer/drawerTypes.js +1 -0
  114. package/dist/react-components/Modal/Modal.d.ts +1 -0
  115. package/dist/react-components/Modal/Modal.d.ts.map +1 -1
  116. package/dist/react-components/Modal/Modal.js +1 -0
  117. package/dist/react-components/Modal/ModalBody.d.ts +1 -2
  118. package/dist/react-components/Modal/ModalBody.d.ts.map +1 -1
  119. package/dist/react-components/Modal/ModalBody.js +1 -1
  120. package/dist/react-components/Modal/ModalContent.d.ts +1 -2
  121. package/dist/react-components/Modal/ModalContent.d.ts.map +1 -1
  122. package/dist/react-components/Modal/ModalContext.d.ts +1 -5
  123. package/dist/react-components/Modal/ModalContext.d.ts.map +1 -1
  124. package/dist/react-components/Modal/ModalHeader.d.ts +1 -2
  125. package/dist/react-components/Modal/ModalHeader.d.ts.map +1 -1
  126. package/dist/react-components/Modal/ModalPortal.d.ts +1 -2
  127. package/dist/react-components/Modal/ModalPortal.d.ts.map +1 -1
  128. package/dist/react-components/Modal/ModalPortal.js +1 -1
  129. package/dist/react-components/Modal/ModalRoot.d.ts +1 -4
  130. package/dist/react-components/Modal/ModalRoot.d.ts.map +1 -1
  131. package/dist/react-components/Modal/ModalRoot.js +1 -1
  132. package/dist/react-components/Modal/ModalTrigger.d.ts +1 -2
  133. package/dist/react-components/Modal/ModalTrigger.d.ts.map +1 -1
  134. package/dist/react-components/Modal/modalTypes.d.ts +15 -0
  135. package/dist/react-components/Modal/modalTypes.d.ts.map +1 -0
  136. package/dist/react-components/Modal/modalTypes.js +1 -0
  137. package/dist/react-components/Otp/Otp.d.ts +1 -0
  138. package/dist/react-components/Otp/Otp.d.ts.map +1 -1
  139. package/dist/react-components/Otp/Otp.js +1 -0
  140. package/dist/react-components/Otp/OtpContext.d.ts +2 -6
  141. package/dist/react-components/Otp/OtpContext.d.ts.map +1 -1
  142. package/dist/react-components/Otp/OtpHiddenInput.d.ts +1 -2
  143. package/dist/react-components/Otp/OtpHiddenInput.d.ts.map +1 -1
  144. package/dist/react-components/Otp/OtpInputs.d.ts +1 -5
  145. package/dist/react-components/Otp/OtpInputs.d.ts.map +1 -1
  146. package/dist/react-components/Otp/OtpRoot.d.ts +1 -4
  147. package/dist/react-components/Otp/OtpRoot.d.ts.map +1 -1
  148. package/dist/react-components/Otp/OtpRoot.js +1 -1
  149. package/dist/react-components/Otp/otpTypes.d.ts +15 -0
  150. package/dist/react-components/Otp/otpTypes.d.ts.map +1 -0
  151. package/dist/react-components/Otp/otpTypes.js +1 -0
  152. package/dist/react-components/Pagination/PaginationContext.d.ts +1 -10
  153. package/dist/react-components/Pagination/PaginationContext.d.ts.map +1 -1
  154. package/dist/react-components/Pagination/PaginationCounts.d.ts +1 -2
  155. package/dist/react-components/Pagination/PaginationCounts.d.ts.map +1 -1
  156. package/dist/react-components/Pagination/PaginationNextBtn.d.ts +1 -4
  157. package/dist/react-components/Pagination/PaginationNextBtn.d.ts.map +1 -1
  158. package/dist/react-components/Pagination/PaginationPrevBtn.d.ts +1 -4
  159. package/dist/react-components/Pagination/PaginationPrevBtn.d.ts.map +1 -1
  160. package/dist/react-components/Pagination/PaginationSearchParamsRoot.d.ts +1 -4
  161. package/dist/react-components/Pagination/PaginationSearchParamsRoot.d.ts.map +1 -1
  162. package/dist/react-components/Pagination/PaginationStateRoot.d.ts +1 -7
  163. package/dist/react-components/Pagination/PaginationStateRoot.d.ts.map +1 -1
  164. package/dist/react-components/Pagination/PaginationTypes.d.ts +23 -1
  165. package/dist/react-components/Pagination/PaginationTypes.d.ts.map +1 -1
  166. package/dist/react-components/PasswordInput/PasswordInput.d.ts +1 -0
  167. package/dist/react-components/PasswordInput/PasswordInput.d.ts.map +1 -1
  168. package/dist/react-components/PasswordInput/PasswordInput.js +1 -0
  169. package/dist/react-components/PasswordInput/PasswordInputContext.d.ts +1 -5
  170. package/dist/react-components/PasswordInput/PasswordInputContext.d.ts.map +1 -1
  171. package/dist/react-components/PasswordInput/PasswordInputField.d.ts +1 -2
  172. package/dist/react-components/PasswordInput/PasswordInputField.d.ts.map +1 -1
  173. package/dist/react-components/PasswordInput/PasswordInputRoot.d.ts +1 -2
  174. package/dist/react-components/PasswordInput/PasswordInputRoot.d.ts.map +1 -1
  175. package/dist/react-components/PasswordInput/PasswordInputToggle.d.ts +1 -4
  176. package/dist/react-components/PasswordInput/PasswordInputToggle.d.ts.map +1 -1
  177. package/dist/react-components/PasswordInput/passwordInputTypes.d.ts +11 -0
  178. package/dist/react-components/PasswordInput/passwordInputTypes.d.ts.map +1 -0
  179. package/dist/react-components/PasswordInput/passwordInputTypes.js +1 -0
  180. package/dist/react-components/Popover/Popover.d.ts +1 -0
  181. package/dist/react-components/Popover/Popover.d.ts.map +1 -1
  182. package/dist/react-components/Popover/Popover.js +1 -0
  183. package/dist/react-components/Popover/PopoverBody.d.ts +1 -4
  184. package/dist/react-components/Popover/PopoverBody.d.ts.map +1 -1
  185. package/dist/react-components/Popover/PopoverContext.d.ts +1 -8
  186. package/dist/react-components/Popover/PopoverContext.d.ts.map +1 -1
  187. package/dist/react-components/Popover/PopoverNavigation.d.ts +2 -2
  188. package/dist/react-components/Popover/PopoverNavigation.d.ts.map +1 -1
  189. package/dist/react-components/Popover/PopoverNavigation.js +1 -1
  190. package/dist/react-components/Popover/PopoverRoot.d.ts +1 -5
  191. package/dist/react-components/Popover/PopoverRoot.d.ts.map +1 -1
  192. package/dist/react-components/Popover/PopoverToggle.d.ts +1 -2
  193. package/dist/react-components/Popover/PopoverToggle.d.ts.map +1 -1
  194. package/dist/react-components/Popover/popoverTypes.d.ts +18 -0
  195. package/dist/react-components/Popover/popoverTypes.d.ts.map +1 -0
  196. package/dist/react-components/Popover/popoverTypes.js +1 -0
  197. package/dist/react-components/Portal/Portal.d.ts +1 -4
  198. package/dist/react-components/Portal/Portal.d.ts.map +1 -1
  199. package/dist/react-components/Portal/portalTypes.d.ts +5 -0
  200. package/dist/react-components/Portal/portalTypes.d.ts.map +1 -0
  201. package/dist/react-components/Portal/portalTypes.js +1 -0
  202. package/dist/react-components/Progress/Progress.d.ts +1 -0
  203. package/dist/react-components/Progress/Progress.d.ts.map +1 -1
  204. package/dist/react-components/Progress/Progress.js +1 -0
  205. package/dist/react-components/Progress/ProgressBar.d.ts +1 -4
  206. package/dist/react-components/Progress/ProgressBar.d.ts.map +1 -1
  207. package/dist/react-components/Progress/ProgressContext.d.ts +1 -4
  208. package/dist/react-components/Progress/ProgressContext.d.ts.map +1 -1
  209. package/dist/react-components/Progress/ProgressRoot.d.ts +1 -5
  210. package/dist/react-components/Progress/ProgressRoot.d.ts.map +1 -1
  211. package/dist/react-components/Progress/progressTypes.d.ts +14 -0
  212. package/dist/react-components/Progress/progressTypes.d.ts.map +1 -0
  213. package/dist/react-components/Progress/progressTypes.js +1 -0
  214. package/dist/react-components/QrCode/QrCode.d.ts +1 -6
  215. package/dist/react-components/QrCode/QrCode.d.ts.map +1 -1
  216. package/dist/react-components/QrCode/qrCodeTypes.d.ts +7 -0
  217. package/dist/react-components/QrCode/qrCodeTypes.d.ts.map +1 -0
  218. package/dist/react-components/QrCode/qrCodeTypes.js +1 -0
  219. package/dist/react-components/Rating/Rating.d.ts +2 -1
  220. package/dist/react-components/Rating/Rating.d.ts.map +1 -1
  221. package/dist/react-components/Rating/Rating.js +1 -0
  222. package/dist/react-components/Rating/RatingContext.d.ts +1 -5
  223. package/dist/react-components/Rating/RatingContext.d.ts.map +1 -1
  224. package/dist/react-components/Rating/RatingItems.d.ts +1 -8
  225. package/dist/react-components/Rating/RatingItems.d.ts.map +1 -1
  226. package/dist/react-components/Rating/RatingRoot.d.ts +1 -2
  227. package/dist/react-components/Rating/RatingRoot.d.ts.map +1 -1
  228. package/dist/react-components/Rating/ratingTypes.d.ts +14 -0
  229. package/dist/react-components/Rating/ratingTypes.d.ts.map +1 -0
  230. package/dist/react-components/Rating/ratingTypes.js +1 -0
  231. package/dist/react-components/Sheet/Sheet.d.ts +1 -0
  232. package/dist/react-components/Sheet/Sheet.d.ts.map +1 -1
  233. package/dist/react-components/Sheet/Sheet.js +1 -0
  234. package/dist/react-components/Sheet/SheetBody.d.ts +1 -2
  235. package/dist/react-components/Sheet/SheetBody.d.ts.map +1 -1
  236. package/dist/react-components/Sheet/SheetBody.js +1 -1
  237. package/dist/react-components/Sheet/SheetContent.d.ts +1 -2
  238. package/dist/react-components/Sheet/SheetContent.d.ts.map +1 -1
  239. package/dist/react-components/Sheet/SheetContext.d.ts +1 -9
  240. package/dist/react-components/Sheet/SheetContext.d.ts.map +1 -1
  241. package/dist/react-components/Sheet/SheetHandlebar.d.ts +1 -2
  242. package/dist/react-components/Sheet/SheetHandlebar.d.ts.map +1 -1
  243. package/dist/react-components/Sheet/SheetHeader.d.ts +1 -2
  244. package/dist/react-components/Sheet/SheetHeader.d.ts.map +1 -1
  245. package/dist/react-components/Sheet/SheetPortal.d.ts +1 -2
  246. package/dist/react-components/Sheet/SheetPortal.d.ts.map +1 -1
  247. package/dist/react-components/Sheet/SheetPortal.js +1 -1
  248. package/dist/react-components/Sheet/SheetRoot.d.ts +1 -2
  249. package/dist/react-components/Sheet/SheetRoot.d.ts.map +1 -1
  250. package/dist/react-components/Sheet/SheetRoot.js +1 -1
  251. package/dist/react-components/Sheet/SheetToggle.d.ts +1 -2
  252. package/dist/react-components/Sheet/SheetToggle.d.ts.map +1 -1
  253. package/dist/react-components/Sheet/sheetTypes.d.ts +17 -0
  254. package/dist/react-components/Sheet/sheetTypes.d.ts.map +1 -0
  255. package/dist/react-components/Sheet/sheetTypes.js +1 -0
  256. package/dist/react-components/ShowMore/ShowMore.d.ts +1 -0
  257. package/dist/react-components/ShowMore/ShowMore.d.ts.map +1 -1
  258. package/dist/react-components/ShowMore/ShowMore.js +1 -0
  259. package/dist/react-components/ShowMore/ShowMoreContent.d.ts +1 -2
  260. package/dist/react-components/ShowMore/ShowMoreContent.d.ts.map +1 -1
  261. package/dist/react-components/ShowMore/ShowMoreContext.d.ts +1 -8
  262. package/dist/react-components/ShowMore/ShowMoreContext.d.ts.map +1 -1
  263. package/dist/react-components/ShowMore/ShowMoreFade.d.ts +1 -2
  264. package/dist/react-components/ShowMore/ShowMoreFade.d.ts.map +1 -1
  265. package/dist/react-components/ShowMore/ShowMoreRoot.d.ts +1 -5
  266. package/dist/react-components/ShowMore/ShowMoreRoot.d.ts.map +1 -1
  267. package/dist/react-components/ShowMore/ShowMoreToggle.d.ts +1 -2
  268. package/dist/react-components/ShowMore/ShowMoreToggle.d.ts.map +1 -1
  269. package/dist/react-components/ShowMore/showMoreTypes.d.ts +16 -0
  270. package/dist/react-components/ShowMore/showMoreTypes.d.ts.map +1 -0
  271. package/dist/react-components/ShowMore/showMoreTypes.js +1 -0
  272. package/dist/react-components/Spoiler/Spoiler.d.ts +1 -0
  273. package/dist/react-components/Spoiler/Spoiler.d.ts.map +1 -1
  274. package/dist/react-components/Spoiler/Spoiler.js +1 -0
  275. package/dist/react-components/Spoiler/SpoilerBlur.d.ts +1 -2
  276. package/dist/react-components/Spoiler/SpoilerBlur.d.ts.map +1 -1
  277. package/dist/react-components/Spoiler/SpoilerContext.d.ts +1 -5
  278. package/dist/react-components/Spoiler/SpoilerContext.d.ts.map +1 -1
  279. package/dist/react-components/Spoiler/SpoilerRoot.d.ts +1 -2
  280. package/dist/react-components/Spoiler/SpoilerRoot.d.ts.map +1 -1
  281. package/dist/react-components/Spoiler/spoilerTypes.d.ts +8 -0
  282. package/dist/react-components/Spoiler/spoilerTypes.d.ts.map +1 -0
  283. package/dist/react-components/Spoiler/spoilerTypes.js +1 -0
  284. package/dist/react-components/Submit/Submit.d.ts +1 -0
  285. package/dist/react-components/Submit/Submit.d.ts.map +1 -1
  286. package/dist/react-components/Submit/Submit.js +1 -0
  287. package/dist/react-components/Submit/SubmitContext.d.ts +1 -3
  288. package/dist/react-components/Submit/SubmitContext.d.ts.map +1 -1
  289. package/dist/react-components/Submit/SubmitLoader.d.ts +2 -5
  290. package/dist/react-components/Submit/SubmitLoader.d.ts.map +1 -1
  291. package/dist/react-components/Submit/SubmitRoot.d.ts +1 -4
  292. package/dist/react-components/Submit/SubmitRoot.d.ts.map +1 -1
  293. package/dist/react-components/Submit/submitTypes.d.ts +11 -0
  294. package/dist/react-components/Submit/submitTypes.d.ts.map +1 -0
  295. package/dist/react-components/Submit/submitTypes.js +1 -0
  296. package/dist/react-components/Swap/Swap.d.ts +1 -0
  297. package/dist/react-components/Swap/Swap.d.ts.map +1 -1
  298. package/dist/react-components/Swap/Swap.js +1 -0
  299. package/dist/react-components/Swap/SwapBtn.d.ts +1 -4
  300. package/dist/react-components/Swap/SwapBtn.d.ts.map +1 -1
  301. package/dist/react-components/Swap/SwapContext.d.ts +1 -6
  302. package/dist/react-components/Swap/SwapContext.d.ts.map +1 -1
  303. package/dist/react-components/Swap/SwapRoot.d.ts +1 -6
  304. package/dist/react-components/Swap/SwapRoot.d.ts.map +1 -1
  305. package/dist/react-components/Swap/swapTypes.d.ts +15 -0
  306. package/dist/react-components/Swap/swapTypes.d.ts.map +1 -0
  307. package/dist/react-components/Swap/swapTypes.js +1 -0
  308. package/dist/react-components/Tabs/Tabs.d.ts +1 -0
  309. package/dist/react-components/Tabs/Tabs.d.ts.map +1 -1
  310. package/dist/react-components/Tabs/Tabs.js +1 -0
  311. package/dist/react-components/Tabs/TabsContext.d.ts +1 -5
  312. package/dist/react-components/Tabs/TabsContext.d.ts.map +1 -1
  313. package/dist/react-components/Tabs/TabsList.d.ts +1 -2
  314. package/dist/react-components/Tabs/TabsList.d.ts.map +1 -1
  315. package/dist/react-components/Tabs/TabsPanel.d.ts +1 -4
  316. package/dist/react-components/Tabs/TabsPanel.d.ts.map +1 -1
  317. package/dist/react-components/Tabs/TabsRoot.d.ts +1 -5
  318. package/dist/react-components/Tabs/TabsRoot.d.ts.map +1 -1
  319. package/dist/react-components/Tabs/TabsTab.d.ts +1 -4
  320. package/dist/react-components/Tabs/TabsTab.d.ts.map +1 -1
  321. package/dist/react-components/Tabs/tabsTypes.d.ts +18 -0
  322. package/dist/react-components/Tabs/tabsTypes.d.ts.map +1 -0
  323. package/dist/react-components/Tabs/tabsTypes.js +1 -0
  324. package/dist/react-components/Theme/Theme.d.ts +1 -0
  325. package/dist/react-components/Theme/Theme.d.ts.map +1 -1
  326. package/dist/react-components/Theme/Theme.js +1 -0
  327. package/dist/react-components/Theme/ThemeContext.d.ts +1 -5
  328. package/dist/react-components/Theme/ThemeContext.d.ts.map +1 -1
  329. package/dist/react-components/Theme/ThemeProvider.d.ts +1 -3
  330. package/dist/react-components/Theme/ThemeProvider.d.ts.map +1 -1
  331. package/dist/react-components/Theme/themeTypes.d.ts +8 -0
  332. package/dist/react-components/Theme/themeTypes.d.ts.map +1 -0
  333. package/dist/react-components/Theme/themeTypes.js +1 -0
  334. package/dist/react-components/Theme/useTheme.d.ts +2 -2
  335. package/dist/tsconfig.tsbuildinfo +1 -1
  336. package/package.json +1 -1
@@ -5,4 +5,5 @@ export declare const Accordion: typeof AccordionRoot & {
5
5
  Toggle: typeof AccordionToggle;
6
6
  Body: typeof AccordionBody;
7
7
  };
8
+ export * from "./accordionTypes";
8
9
  //# sourceMappingURL=Accordion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/Accordion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,SAAS;;;CAGpB,CAAC"}
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/Accordion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,SAAS;;;CAGpB,CAAC;AAEH,cAAc,kBAAkB,CAAC"}
@@ -5,3 +5,4 @@ export const Accordion = Object.assign(AccordionRoot, {
5
5
  Toggle: AccordionToggle,
6
6
  Body: AccordionBody
7
7
  });
8
+ export * from "./accordionTypes";
@@ -1,4 +1,3 @@
1
- import { HTMLMotionProps } from "framer-motion";
2
- export type AccordionBodyPropsT = HTMLMotionProps<"div">;
1
+ import type { AccordionBodyPropsT } from "./accordionTypes";
3
2
  export declare function AccordionBody({ children, ...props }: AccordionBodyPropsT): import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=AccordionBody.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionBody.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionBody.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAmB,eAAe,EAAU,MAAM,eAAe,CAAC;AAIzE,MAAM,MAAM,mBAAmB,GAAG,eAAe,CAAC,KAAK,CAAC,CAAC;AAEzD,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAiBxE"}
1
+ {"version":3,"file":"AccordionBody.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionBody.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAiBxE"}
@@ -1,7 +1,3 @@
1
- import { Dispatch, SetStateAction } from "react";
2
- export type AccordionContextT = {
3
- isOpen: boolean;
4
- setOpen: Dispatch<SetStateAction<boolean>>;
5
- };
1
+ import type { AccordionContextT } from "./accordionTypes";
6
2
  export declare const AccordionContext: import("react").Context<AccordionContextT>;
7
3
  //# sourceMappingURL=AccordionContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEhE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;CAC5C,CAAA;AAED,eAAO,MAAM,gBAAgB,4CAA4D,CAAA"}
1
+ {"version":3,"file":"AccordionContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,eAAO,MAAM,gBAAgB,4CAA4D,CAAC"}
@@ -1,4 +1,3 @@
1
- import { PropsWithChildren } from "react";
2
- export type AccordionRootPropsT = PropsWithChildren;
1
+ import type { AccordionRootPropsT } from "./accordionTypes";
3
2
  export declare function AccordionRoot({ children }: AccordionRootPropsT): import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=AccordionRoot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionRoot.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAIpD,MAAM,MAAM,mBAAmB,GAAG,iBAAiB,CAAC;AAEpD,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,mBAAmB,2CAQ9D"}
1
+ {"version":3,"file":"AccordionRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionRoot.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,mBAAmB,2CAQ9D"}
@@ -1,6 +1,3 @@
1
- import { type ComponentProps, ReactNode } from "react";
2
- export type AccordionTogglePropsT = ComponentProps<"button"> & {
3
- icon?: ReactNode;
4
- };
1
+ import type { AccordionTogglePropsT } from "./accordionTypes";
5
2
  export declare function AccordionToggle({ onClick, ...props }: AccordionTogglePropsT): import("react/jsx-runtime").JSX.Element;
6
3
  //# sourceMappingURL=AccordionToggle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionToggle.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionToggle.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,SAAS,EAAO,MAAM,OAAO,CAAC;AAI5D,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IAC7D,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAa3E"}
1
+ {"version":3,"file":"AccordionToggle.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/AccordionToggle.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAE9D,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAa3E"}
@@ -0,0 +1,12 @@
1
+ import type { HTMLMotionProps } from "framer-motion";
2
+ import type { ComponentProps, Dispatch, PropsWithChildren, ReactNode, SetStateAction } from "react";
3
+ export type AccordionContextT = {
4
+ isOpen: boolean;
5
+ setOpen: Dispatch<SetStateAction<boolean>>;
6
+ };
7
+ export type AccordionRootPropsT = PropsWithChildren;
8
+ export type AccordionBodyPropsT = HTMLMotionProps<"div">;
9
+ export type AccordionTogglePropsT = ComponentProps<"button"> & {
10
+ icon?: ReactNode;
11
+ };
12
+ //# sourceMappingURL=accordionTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordionTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Accordion/accordionTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEpG,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,iBAAiB,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG,eAAe,CAAC,KAAK,CAAC,CAAC;AAEzD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IAC7D,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,4 +1,3 @@
1
- import { type ComponentProps } from "react";
2
- export type AffixPropsT = ComponentProps<"button">;
1
+ import type { AffixPropsT } from "./affixTypes";
3
2
  export declare const Affix: ({ onClick, ...p }: AffixPropsT) => import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=Affix.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Affix.d.ts","sourceRoot":"","sources":["../../../src/react-components/Affix/Affix.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAEjE,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAEnD,eAAO,MAAM,KAAK,GAAI,mBAAmB,WAAW,4CA2CnD,CAAC"}
1
+ {"version":3,"file":"Affix.d.ts","sourceRoot":"","sources":["../../../src/react-components/Affix/Affix.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,eAAO,MAAM,KAAK,GAAI,mBAAmB,WAAW,4CA2CnD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { ComponentProps } from "react";
2
+ export type AffixPropsT = ComponentProps<"button">;
3
+ //# sourceMappingURL=affixTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"affixTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Affix/affixTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -3,4 +3,5 @@ import { BreadcrumbsRoot } from "./BreadcrumbsRoot";
3
3
  export declare const Breadcrumbs: typeof BreadcrumbsRoot & {
4
4
  Item: typeof BreadcrumbsItem;
5
5
  };
6
+ export * from "./breadcrumbsTypes";
6
7
  //# sourceMappingURL=Breadcrumbs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/Breadcrumbs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,WAAW;;CAEtB,CAAC"}
1
+ {"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/Breadcrumbs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,WAAW;;CAEtB,CAAC;AAEH,cAAc,oBAAoB,CAAC"}
@@ -3,3 +3,4 @@ import { BreadcrumbsRoot } from "./BreadcrumbsRoot";
3
3
  export const Breadcrumbs = Object.assign(BreadcrumbsRoot, {
4
4
  Item: BreadcrumbsItem,
5
5
  });
6
+ export * from "./breadcrumbsTypes";
@@ -1,6 +1,3 @@
1
- import { ReactNode } from "react";
2
- export type BreadcrumbsContextT = {
3
- separator: ReactNode;
4
- };
1
+ import type { BreadcrumbsContextT } from "./breadcrumbsTypes";
5
2
  export declare const BreadcrumbsContext: import("react").Context<BreadcrumbsContextT>;
6
3
  //# sourceMappingURL=BreadcrumbsContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BreadcrumbsContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AAEjD,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,EAAE,SAAS,CAAC;CACtB,CAAA;AAED,eAAO,MAAM,kBAAkB,8CAAgE,CAAC"}
1
+ {"version":3,"file":"BreadcrumbsContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAE9D,eAAO,MAAM,kBAAkB,8CAAgE,CAAC"}
@@ -1,6 +1,3 @@
1
- import { type ComponentProps } from "react";
2
- export type BreadcrumbsItemPropsT = ComponentProps<"div"> & {
3
- isLastItem?: boolean;
4
- };
1
+ import type { BreadcrumbsItemPropsT } from "./breadcrumbsTypes";
5
2
  export declare function BreadcrumbsItem({ isLastItem, children, ...p }: BreadcrumbsItemPropsT): import("react/jsx-runtime").JSX.Element;
6
3
  //# sourceMappingURL=BreadcrumbsItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BreadcrumbsItem.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAO,MAAM,OAAO,CAAC;AAIjD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1D,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAC9B,UAAkB,EAClB,QAAQ,EACR,GAAG,CAAC,EACL,EAAE,qBAAqB,2CAUvB"}
1
+ {"version":3,"file":"BreadcrumbsItem.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsItem.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,wBAAgB,eAAe,CAAC,EAC9B,UAAkB,EAClB,QAAQ,EACR,GAAG,CAAC,EACL,EAAE,qBAAqB,2CAUvB"}
@@ -1,6 +1,3 @@
1
- import type { ComponentProps, ReactNode } from "react";
2
- export type BreadcrumbsRootPropsT = ComponentProps<"nav"> & {
3
- separator: ReactNode;
4
- };
1
+ import type { BreadcrumbsRootPropsT } from "./breadcrumbsTypes";
5
2
  export declare function BreadcrumbsRoot({ separator, ...p }: BreadcrumbsRootPropsT): import("react/jsx-runtime").JSX.Element;
6
3
  //# sourceMappingURL=BreadcrumbsRoot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BreadcrumbsRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsRoot.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1D,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,GAAG,CAAC,EACL,EAAE,qBAAqB,2CAMvB"}
1
+ {"version":3,"file":"BreadcrumbsRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/BreadcrumbsRoot.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,GAAG,CAAC,EACL,EAAE,qBAAqB,2CAMvB"}
@@ -0,0 +1,11 @@
1
+ import type { ComponentProps, ReactNode } from "react";
2
+ export type BreadcrumbsContextT = {
3
+ separator: ReactNode;
4
+ };
5
+ export type BreadcrumbsRootPropsT = ComponentProps<"nav"> & {
6
+ separator: ReactNode;
7
+ };
8
+ export type BreadcrumbsItemPropsT = ComponentProps<"div"> & {
9
+ isLastItem?: boolean;
10
+ };
11
+ //# sourceMappingURL=breadcrumbsTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbsTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Breadcrumbs/breadcrumbsTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1D,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1D,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC"}
@@ -11,4 +11,5 @@ export declare const Carousel: typeof CarouselRoot & {
11
11
  NextBtn: typeof CarouselNextBtn;
12
12
  PrevBtn: typeof CarouselPrevBtn;
13
13
  };
14
+ export * from "./carouselTypes";
14
15
  //# sourceMappingURL=Carousel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/Carousel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,eAAO,MAAM,QAAQ;;;;;;CAMnB,CAAC"}
1
+ {"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/Carousel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,eAAO,MAAM,QAAQ;;;;;;CAMnB,CAAC;AAEH,cAAc,iBAAiB,CAAC"}
@@ -11,3 +11,4 @@ export const Carousel = Object.assign(CarouselRoot, {
11
11
  NextBtn: CarouselNextBtn,
12
12
  PrevBtn: CarouselPrevBtn,
13
13
  });
14
+ export * from "./carouselTypes";
@@ -1,4 +1,3 @@
1
- import { type ComponentProps } from "react";
2
- export type CarouselContainerPropsT = ComponentProps<"div">;
1
+ import type { CarouselContainerPropsT } from "./carouselTypes";
3
2
  export declare function CarouselContainer({ children, style, ...p }: CarouselContainerPropsT): import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=CarouselContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselContainer.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselContainer.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAuC,MAAM,OAAO,CAAC;AAIjF,MAAM,MAAM,uBAAuB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE5D,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,EAAE,uBAAuB,2CA4FnF"}
1
+ {"version":3,"file":"CarouselContainer.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselContainer.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAE/D,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,EAAE,uBAAuB,2CA4FnF"}
@@ -1,10 +1,3 @@
1
- import { RefObject } from "react";
2
- export type CarouselContextPropsT = {
3
- scrollRef: RefObject<HTMLDivElement | null>;
4
- leftOpacity: number;
5
- rightOpacity: number;
6
- childrenWidth: number;
7
- mouseScroll?: "auto" | "swipe";
8
- };
1
+ import type { CarouselContextPropsT } from "./carouselTypes";
9
2
  export declare const CarouselContext: import("react").Context<CarouselContextPropsT>;
10
3
  //# sourceMappingURL=CarouselContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AAEjD,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAChC,CAAA;AAED,eAAO,MAAM,eAAe,gDAAoE,CAAC"}
1
+ {"version":3,"file":"CarouselContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,eAAO,MAAM,eAAe,gDAAoE,CAAC"}
@@ -1,5 +1,3 @@
1
- import { type ComponentProps } from "react";
2
- type CarouselLeftFadePropsT = ComponentProps<"div">;
1
+ import type { CarouselLeftFadePropsT } from "./carouselTypes";
3
2
  export declare function CarouselLeftFade({ style, ...p }: CarouselLeftFadePropsT): import("react/jsx-runtime").JSX.Element;
4
- export {};
5
3
  //# sourceMappingURL=CarouselLeftFade.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselLeftFade.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselLeftFade.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAO,MAAM,OAAO,CAAC;AAIjD,KAAK,sBAAsB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAEpD,wBAAgB,gBAAgB,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,EAAE,sBAAsB,2CAYvE"}
1
+ {"version":3,"file":"CarouselLeftFade.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselLeftFade.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAE9D,wBAAgB,gBAAgB,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,EAAE,sBAAsB,2CAYvE"}
@@ -1,4 +1,3 @@
1
- import { type ComponentProps } from "react";
2
- export type CarouselNextBtnPropsT = ComponentProps<"button">;
1
+ import type { CarouselNextBtnPropsT } from "./carouselTypes";
3
2
  export declare function CarouselNextBtn({ onClick, ...props }: CarouselNextBtnPropsT): import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=CarouselNextBtn.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselNextBtn.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselNextBtn.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAO,MAAM,OAAO,CAAC;AAIjD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE7D,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAY3E"}
1
+ {"version":3,"file":"CarouselNextBtn.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselNextBtn.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAY3E"}
@@ -1,4 +1,3 @@
1
- import { type ComponentProps } from "react";
2
- export type CarouselPrevBtnPropsT = ComponentProps<"button">;
1
+ import type { CarouselPrevBtnPropsT } from "./carouselTypes";
3
2
  export declare function CarouselPrevBtn({ onClick, ...props }: CarouselPrevBtnPropsT): import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=CarouselPrevBtn.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselPrevBtn.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselPrevBtn.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAO,MAAM,OAAO,CAAC;AAIjD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE7D,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAY3E"}
1
+ {"version":3,"file":"CarouselPrevBtn.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselPrevBtn.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,2CAY3E"}
@@ -1,5 +1,3 @@
1
- import { type ComponentProps } from "react";
2
- type CarouselRightFadePropsT = ComponentProps<"div">;
1
+ import type { CarouselRightFadePropsT } from "./carouselTypes";
3
2
  export declare function CarouselRightFade({ style, ...p }: CarouselRightFadePropsT): import("react/jsx-runtime").JSX.Element;
4
- export {};
5
3
  //# sourceMappingURL=CarouselRightFade.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselRightFade.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselRightFade.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAO,MAAM,OAAO,CAAC;AAIjD,KAAK,uBAAuB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAErD,wBAAgB,iBAAiB,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,EAAE,uBAAuB,2CAYzE"}
1
+ {"version":3,"file":"CarouselRightFade.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselRightFade.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAE/D,wBAAgB,iBAAiB,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,EAAE,uBAAuB,2CAYzE"}
@@ -1,6 +1,3 @@
1
- import { type ComponentProps } from "react";
2
- export type CarouselRootPropsT = ComponentProps<"div"> & {
3
- mouseScroll?: "auto" | "swipe";
4
- };
1
+ import type { CarouselRootPropsT } from "./carouselTypes";
5
2
  export declare function CarouselRoot({ dir, mouseScroll, ...p }: CarouselRootPropsT): import("react/jsx-runtime").JSX.Element;
6
3
  //# sourceMappingURL=CarouselRoot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselRoot.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAA+B,MAAM,OAAO,CAAC;AAIzE,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IACvD,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAChC,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAAE,GAAG,EAAE,WAAW,EAAE,GAAG,CAAC,EAAE,EAAE,kBAAkB,2CA+D1E"}
1
+ {"version":3,"file":"CarouselRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/CarouselRoot.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,wBAAgB,YAAY,CAAC,EAAE,GAAG,EAAE,WAAW,EAAE,GAAG,CAAC,EAAE,EAAE,kBAAkB,2CA+D1E"}
@@ -0,0 +1,17 @@
1
+ import type { ComponentProps, RefObject } from "react";
2
+ export type CarouselContextPropsT = {
3
+ scrollRef: RefObject<HTMLDivElement | null>;
4
+ leftOpacity: number;
5
+ rightOpacity: number;
6
+ childrenWidth: number;
7
+ mouseScroll?: "auto" | "swipe";
8
+ };
9
+ export type CarouselRootPropsT = ComponentProps<"div"> & {
10
+ mouseScroll?: "auto" | "swipe";
11
+ };
12
+ export type CarouselContainerPropsT = ComponentProps<"div">;
13
+ export type CarouselNextBtnPropsT = ComponentProps<"button">;
14
+ export type CarouselPrevBtnPropsT = ComponentProps<"button">;
15
+ export type CarouselLeftFadePropsT = ComponentProps<"div">;
16
+ export type CarouselRightFadePropsT = ComponentProps<"div">;
17
+ //# sourceMappingURL=carouselTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carouselTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Carousel/carouselTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IACvD,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE5D,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE7D,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAE7D,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE3D,MAAM,MAAM,uBAAuB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -5,4 +5,5 @@ export declare const Choice: typeof ChoiceRoot & {
5
5
  Navigation: typeof ChoiceNavigation;
6
6
  Trigger: typeof ChoiceTrigger;
7
7
  };
8
+ export * from "./choiceTypes";
8
9
  //# sourceMappingURL=Choice.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Choice.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/Choice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,eAAO,MAAM,MAAM;;;CAGjB,CAAC"}
1
+ {"version":3,"file":"Choice.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/Choice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,eAAO,MAAM,MAAM;;;CAGjB,CAAC;AAEH,cAAc,eAAe,CAAC"}
@@ -5,3 +5,4 @@ export const Choice = Object.assign(ChoiceRoot, {
5
5
  Navigation: ChoiceNavigation,
6
6
  Trigger: ChoiceTrigger,
7
7
  });
8
+ export * from "./choiceTypes";
@@ -1,18 +1,3 @@
1
- import { Dispatch, SetStateAction } from "react";
2
- type MultiModeT = {
3
- multiple: true;
4
- activeChoice: string[];
5
- setActiveChoice: Dispatch<SetStateAction<string[]>>;
6
- };
7
- type SingleModeT = {
8
- multiple?: false;
9
- activeChoice: string | null;
10
- setActiveChoice: Dispatch<SetStateAction<string | null>>;
11
- };
12
- type MergedModeT = SingleModeT | MultiModeT;
13
- export type ChoiceContextT = MergedModeT & {
14
- requiredOne?: boolean;
15
- };
1
+ import type { ChoiceContextT } from "./choiceTypes";
16
2
  export declare const ChoiceContext: import("react").Context<ChoiceContextT>;
17
- export {};
18
3
  //# sourceMappingURL=ChoiceContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChoiceContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceContext.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEhE,KAAK,UAAU,GAAG;IAChB,QAAQ,EAAE,IAAI,CAAC;IACf,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;CACrD,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;CAC1D,CAAC;AAEF,KAAK,WAAW,GAAG,WAAW,GAAG,UAAU,CAAC;AAE5C,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG;IACzC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,aAAa,yCAAsD,CAAC"}
1
+ {"version":3,"file":"ChoiceContext.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEpD,eAAO,MAAM,aAAa,yCAAsD,CAAC"}
@@ -1,5 +1,3 @@
1
- import { AccessNavigationPropsT } from "../AccessNavigation/AccessNavigation";
2
- type ChoiceNavigationPropsT = AccessNavigationPropsT;
1
+ import type { ChoiceNavigationPropsT } from "./choiceTypes";
3
2
  export declare function ChoiceNavigation(p: ChoiceNavigationPropsT): import("react/jsx-runtime").JSX.Element;
4
- export {};
5
3
  //# sourceMappingURL=ChoiceNavigation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChoiceNavigation.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceNavigation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,sBAAsB,EAAE,MAAM,sCAAsC,CAAA;AAE/F,KAAK,sBAAsB,GAAG,sBAAsB,CAAC;AAErD,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,sBAAsB,2CAIzD"}
1
+ {"version":3,"file":"ChoiceNavigation.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceNavigation.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAE5D,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,sBAAsB,2CAIzD"}
@@ -1,6 +1,3 @@
1
- import { ComponentProps } from "react";
2
- import { ChoiceContextT } from "./ChoiceContext";
3
- type ChoiceRootPropsT = ComponentProps<"div"> & ChoiceContextT;
1
+ import type { ChoiceRootPropsT } from "./choiceTypes";
4
2
  export declare function ChoiceRoot({ multiple, activeChoice, setActiveChoice, requiredOne, ...p }: ChoiceRootPropsT): import("react/jsx-runtime").JSX.Element;
5
- export {};
6
3
  //# sourceMappingURL=ChoiceRoot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChoiceRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceRoot.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAiB,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEhE,KAAK,gBAAgB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG,cAAc,CAAC;AAE/D,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,WAAW,EACX,GAAG,CAAC,EACL,EAAE,gBAAgB,2CAOlB"}
1
+ {"version":3,"file":"ChoiceRoot.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceRoot.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAkB,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtE,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,WAAW,EACX,GAAG,CAAC,EACL,EAAE,gBAAgB,2CAOlB"}
@@ -1,7 +1,3 @@
1
- import { ComponentProps } from "react";
2
- type ChoiceTriggerPropsT = ComponentProps<"button"> & {
3
- choiceName: string;
4
- };
1
+ import type { ChoiceTriggerPropsT } from "./choiceTypes";
5
2
  export declare function ChoiceTrigger({ choiceName, onClick, ...p }: ChoiceTriggerPropsT): import("react/jsx-runtime").JSX.Element;
6
- export {};
7
3
  //# sourceMappingURL=ChoiceTrigger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChoiceTrigger.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceTrigger.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAO,MAAM,OAAO,CAAC;AAI5C,KAAK,mBAAmB,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IACpD,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,OAAO,EACP,GAAG,CAAC,EACL,EAAE,mBAAmB,2CAiCrB"}
1
+ {"version":3,"file":"ChoiceTrigger.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/ChoiceTrigger.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEzD,wBAAgB,aAAa,CAAC,EAC5B,UAAU,EACV,OAAO,EACP,GAAG,CAAC,EACL,EAAE,mBAAmB,2CAiCrB"}
@@ -0,0 +1,23 @@
1
+ import type { ComponentProps, Dispatch, SetStateAction } from "react";
2
+ import type { AccessNavigationPropsT } from "../AccessNavigation/AccessNavigation";
3
+ type MultiModeT = {
4
+ multiple: true;
5
+ activeChoice: string[];
6
+ setActiveChoice: Dispatch<SetStateAction<string[]>>;
7
+ };
8
+ type SingleModeT = {
9
+ multiple?: false;
10
+ activeChoice: string | null;
11
+ setActiveChoice: Dispatch<SetStateAction<string | null>>;
12
+ };
13
+ type MergedModeT = SingleModeT | MultiModeT;
14
+ export type ChoiceContextT = MergedModeT & {
15
+ requiredOne?: boolean;
16
+ };
17
+ export type ChoiceRootPropsT = ComponentProps<"div"> & ChoiceContextT;
18
+ export type ChoiceTriggerPropsT = ComponentProps<"button"> & {
19
+ choiceName: string;
20
+ };
21
+ export type ChoiceNavigationPropsT = AccessNavigationPropsT;
22
+ export {};
23
+ //# sourceMappingURL=choiceTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choiceTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Choice/choiceTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEtE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAEnF,KAAK,UAAU,GAAG;IAChB,QAAQ,EAAE,IAAI,CAAC;IACf,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;CACrD,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;CAC1D,CAAC;AAEF,KAAK,WAAW,GAAG,WAAW,GAAG,UAAU,CAAC;AAE5C,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG;IACzC,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG,cAAc,CAAC;AAEtE,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IAC3D,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,4 +1,3 @@
1
- import { PropsWithChildren } from "react";
2
- export type ClientOnlyPropsT = PropsWithChildren;
1
+ import type { ClientOnlyPropsT } from "./clientOnlyTypes";
3
2
  export declare function ClientOnly({ children }: ClientOnlyPropsT): import("react").ReactNode;
4
3
  //# sourceMappingURL=ClientOnly.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientOnly.d.ts","sourceRoot":"","sources":["../../../src/react-components/ClientOnly/ClientOnly.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG1C,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;AAEjD,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE,gBAAgB,6BAIxD"}
1
+ {"version":3,"file":"ClientOnly.d.ts","sourceRoot":"","sources":["../../../src/react-components/ClientOnly/ClientOnly.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAE1D,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE,gBAAgB,6BAIxD"}
@@ -0,0 +1,3 @@
1
+ import type { PropsWithChildren } from "react";
2
+ export type ClientOnlyPropsT = PropsWithChildren;
3
+ //# sourceMappingURL=clientOnlyTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientOnlyTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/ClientOnly/clientOnlyTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,CAAC"}
@@ -1,8 +1,3 @@
1
- import { type ComponentProps, ReactNode } from "react";
2
- export type ClipboardPropsT = ComponentProps<"button"> & {
3
- text: string;
4
- timeout?: number;
5
- copiedChildren?: ReactNode;
6
- };
1
+ import type { ClipboardPropsT } from "./clipboardTypes";
7
2
  export declare function Clipboard({ copiedChildren, onClick, children, text, title, "aria-label": ariaLabel, timeout, ...props }: ClipboardPropsT): import("react/jsx-runtime").JSX.Element;
8
3
  //# sourceMappingURL=Clipboard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Clipboard.d.ts","sourceRoot":"","sources":["../../../src/react-components/Clipboard/Clipboard.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,cAAc,EAAc,SAAS,EAAE,MAAM,OAAO,CAAC;AAEnE,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B,CAAC;AAEF,wBAAgB,SAAS,CAAC,EACxB,cAAc,EACd,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,YAAY,EAAE,SAAS,EACvB,OAAe,EACf,GAAG,KAAK,EACT,EAAE,eAAe,2CAiBjB"}
1
+ {"version":3,"file":"Clipboard.d.ts","sourceRoot":"","sources":["../../../src/react-components/Clipboard/Clipboard.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,wBAAgB,SAAS,CAAC,EACxB,cAAc,EACd,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,YAAY,EAAE,SAAS,EACvB,OAAe,EACf,GAAG,KAAK,EACT,EAAE,eAAe,2CAiBjB"}
@@ -0,0 +1,7 @@
1
+ import type { ComponentProps, ReactNode } from "react";
2
+ export type ClipboardPropsT = ComponentProps<"button"> & {
3
+ text: string;
4
+ timeout?: number;
5
+ copiedChildren?: ReactNode;
6
+ };
7
+ //# sourceMappingURL=clipboardTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clipboardTypes.d.ts","sourceRoot":"","sources":["../../../src/react-components/Clipboard/clipboardTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -7,4 +7,5 @@ export declare const ContextMenu: typeof ContextMenuRoot & {
7
7
  Navigation: typeof ContextMenuNavigation;
8
8
  Item: typeof ContextMenuItem;
9
9
  };
10
+ export * from "./contextMenuTypes";
10
11
  //# sourceMappingURL=ContextMenu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../src/react-components/ContextMenu/ContextMenu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,eAAO,MAAM,WAAW;;;;CAItB,CAAC"}
1
+ {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../src/react-components/ContextMenu/ContextMenu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,eAAO,MAAM,WAAW;;;;CAItB,CAAC;AAEH,cAAc,oBAAoB,CAAC"}
@@ -7,3 +7,4 @@ export const ContextMenu = Object.assign(ContextMenuRoot, {
7
7
  Navigation: ContextMenuNavigation,
8
8
  Item: ContextMenuItem
9
9
  });
10
+ export * from "./contextMenuTypes";
@@ -1,4 +1,3 @@
1
- import { type ComponentProps } from "react";
2
- export type ContextMenuBodyPropsT = ComponentProps<"div">;
1
+ import type { ContextMenuBodyPropsT } from "./contextMenuTypes";
3
2
  export declare function ContextMenuBody({ onContextMenu, ...p }: ContextMenuBodyPropsT): import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=ContextMenuBody.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ContextMenuBody.d.ts","sourceRoot":"","sources":["../../../src/react-components/ContextMenu/ContextMenuBody.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAO,MAAM,OAAO,CAAC;AAIjD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE1D,wBAAgB,eAAe,CAAC,EAAE,aAAa,EAAE,GAAG,CAAC,EAAE,EAAE,qBAAqB,2CAmB7E"}
1
+ {"version":3,"file":"ContextMenuBody.d.ts","sourceRoot":"","sources":["../../../src/react-components/ContextMenu/ContextMenuBody.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,wBAAgB,eAAe,CAAC,EAAE,aAAa,EAAE,GAAG,CAAC,EAAE,EAAE,qBAAqB,2CAmB7E"}