bootstrap-rn 0.4.7 → 0.4.9

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 (532) hide show
  1. package/lib/module/Context.js.map +1 -1
  2. package/lib/module/Provider.js +4 -16
  3. package/lib/module/Provider.js.map +1 -1
  4. package/lib/module/components/Body.js +3 -3
  5. package/lib/module/components/Body.js.map +1 -1
  6. package/lib/module/components/Caret.js +4 -4
  7. package/lib/module/components/Caret.js.map +1 -1
  8. package/lib/module/components/Heading.js +3 -3
  9. package/lib/module/components/Heading.js.map +1 -1
  10. package/lib/module/components/Image.js +3 -3
  11. package/lib/module/components/Image.js.map +1 -1
  12. package/lib/module/components/ImageBackground.js +3 -3
  13. package/lib/module/components/ImageBackground.js.map +1 -1
  14. package/lib/module/components/Label.js +3 -3
  15. package/lib/module/components/Label.js.map +1 -1
  16. package/lib/module/components/Link.js +6 -4
  17. package/lib/module/components/Link.js.map +1 -1
  18. package/lib/module/components/Pressable.js +7 -4
  19. package/lib/module/components/Pressable.js.map +1 -1
  20. package/lib/module/components/ScrollView.js +3 -3
  21. package/lib/module/components/ScrollView.js.map +1 -1
  22. package/lib/module/components/Text.js +3 -3
  23. package/lib/module/components/Text.js.map +1 -1
  24. package/lib/module/components/TextInput.js +3 -3
  25. package/lib/module/components/TextInput.js.map +1 -1
  26. package/lib/module/components/View.js +3 -3
  27. package/lib/module/components/View.js.map +1 -1
  28. package/lib/module/components/alert/Alert.js +5 -5
  29. package/lib/module/components/alert/Alert.js.map +1 -1
  30. package/lib/module/components/badge/Badge.js +3 -3
  31. package/lib/module/components/badge/Badge.js.map +1 -1
  32. package/lib/module/components/breadcrumb/Breadcrumb.js +3 -3
  33. package/lib/module/components/breadcrumb/Breadcrumb.js.map +1 -1
  34. package/lib/module/components/breadcrumb/BreadcrumbItem.js +3 -3
  35. package/lib/module/components/breadcrumb/BreadcrumbItem.js.map +1 -1
  36. package/lib/module/components/button-group/ButtonGroup.js +3 -3
  37. package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
  38. package/lib/module/components/button-group/ButtonToolbar.js +3 -3
  39. package/lib/module/components/button-group/ButtonToolbar.js.map +1 -1
  40. package/lib/module/components/buttons/Button.js +3 -3
  41. package/lib/module/components/buttons/Button.js.map +1 -1
  42. package/lib/module/components/card/Card.js +3 -3
  43. package/lib/module/components/card/Card.js.map +1 -1
  44. package/lib/module/components/card/CardBody.js +3 -3
  45. package/lib/module/components/card/CardBody.js.map +1 -1
  46. package/lib/module/components/card/CardFooter.js +3 -3
  47. package/lib/module/components/card/CardFooter.js.map +1 -1
  48. package/lib/module/components/card/CardHeader.js +3 -3
  49. package/lib/module/components/card/CardHeader.js.map +1 -1
  50. package/lib/module/components/close/CloseButton.js +3 -3
  51. package/lib/module/components/close/CloseButton.js.map +1 -1
  52. package/lib/module/components/collapse/Collapse.js +3 -3
  53. package/lib/module/components/collapse/Collapse.js.map +1 -1
  54. package/lib/module/components/containers/Container.js +3 -3
  55. package/lib/module/components/containers/Container.js.map +1 -1
  56. package/lib/module/components/dropdown/Dropdown.js +3 -3
  57. package/lib/module/components/dropdown/Dropdown.js.map +1 -1
  58. package/lib/module/components/dropdown/DropdownDivider.js +3 -3
  59. package/lib/module/components/dropdown/DropdownDivider.js.map +1 -1
  60. package/lib/module/components/dropdown/DropdownHeader.js +3 -3
  61. package/lib/module/components/dropdown/DropdownHeader.js.map +1 -1
  62. package/lib/module/components/dropdown/DropdownItemText.js +3 -3
  63. package/lib/module/components/dropdown/DropdownItemText.js.map +1 -1
  64. package/lib/module/components/dropdown/DropdownMenu.js +3 -3
  65. package/lib/module/components/dropdown/DropdownMenu.js.map +1 -1
  66. package/lib/module/components/forms/Checkbox.js +3 -3
  67. package/lib/module/components/forms/Checkbox.js.map +1 -1
  68. package/lib/module/components/forms/Feedback.js +3 -3
  69. package/lib/module/components/forms/Feedback.js.map +1 -1
  70. package/lib/module/components/forms/FormCheck.js +3 -3
  71. package/lib/module/components/forms/FormCheck.js.map +1 -1
  72. package/lib/module/components/forms/FormCheckInput.js +6 -4
  73. package/lib/module/components/forms/FormCheckInput.js.map +1 -1
  74. package/lib/module/components/forms/FormCheckLabel.js +3 -3
  75. package/lib/module/components/forms/FormCheckLabel.js.map +1 -1
  76. package/lib/module/components/forms/FormLabel.js +3 -3
  77. package/lib/module/components/forms/FormLabel.js.map +1 -1
  78. package/lib/module/components/forms/FormText.js +3 -3
  79. package/lib/module/components/forms/FormText.js.map +1 -1
  80. package/lib/module/components/forms/Input.js +6 -4
  81. package/lib/module/components/forms/Input.js.map +1 -1
  82. package/lib/module/components/forms/Picker.js +7 -5
  83. package/lib/module/components/forms/Picker.js.map +1 -1
  84. package/lib/module/components/forms/PickerItem.js +3 -3
  85. package/lib/module/components/forms/PickerItem.js.map +1 -1
  86. package/lib/module/components/forms/Radio.js +3 -3
  87. package/lib/module/components/forms/Radio.js.map +1 -1
  88. package/lib/module/components/forms/RadioGroup.js +3 -3
  89. package/lib/module/components/forms/RadioGroup.js.map +1 -1
  90. package/lib/module/components/forms/Switch.js +3 -3
  91. package/lib/module/components/forms/Switch.js.map +1 -1
  92. package/lib/module/components/forms/internals/FormCheckInputNative.js +4 -4
  93. package/lib/module/components/forms/internals/FormCheckInputNative.js.map +1 -1
  94. package/lib/module/components/forms/internals/FormCheckInputWeb.js +7 -6
  95. package/lib/module/components/forms/internals/FormCheckInputWeb.js.map +1 -1
  96. package/lib/module/components/forms/internals/PickerNative.js +3 -2
  97. package/lib/module/components/forms/internals/PickerNative.js.map +1 -1
  98. package/lib/module/components/forms/internals/PickerNativeItem.js +3 -3
  99. package/lib/module/components/forms/internals/PickerNativeItem.js.map +1 -1
  100. package/lib/module/components/forms/internals/PickerWeb.js +4 -3
  101. package/lib/module/components/forms/internals/PickerWeb.js.map +1 -1
  102. package/lib/module/components/forms/internals/PickerWebItem.js +3 -3
  103. package/lib/module/components/forms/internals/PickerWebItem.js.map +1 -1
  104. package/lib/module/components/grid/Col.js +3 -3
  105. package/lib/module/components/grid/Col.js.map +1 -1
  106. package/lib/module/components/grid/Row.js +3 -3
  107. package/lib/module/components/grid/Row.js.map +1 -1
  108. package/lib/module/components/helpers/Dialog.web.js +2 -2
  109. package/lib/module/components/helpers/Dialog.web.js.map +1 -1
  110. package/lib/module/components/helpers/Portal.web.js +16 -1
  111. package/lib/module/components/helpers/Portal.web.js.map +1 -1
  112. package/lib/module/components/list-group/ListGroup.js +3 -3
  113. package/lib/module/components/list-group/ListGroup.js.map +1 -1
  114. package/lib/module/components/list-group/ListGroupItem.js +3 -3
  115. package/lib/module/components/list-group/ListGroupItem.js.map +1 -1
  116. package/lib/module/components/list-group/ListGroupItemAction.js +6 -4
  117. package/lib/module/components/list-group/ListGroupItemAction.js.map +1 -1
  118. package/lib/module/components/modal/Modal.js +3 -4
  119. package/lib/module/components/modal/Modal.js.map +1 -1
  120. package/lib/module/components/modal/ModalBody.js +3 -3
  121. package/lib/module/components/modal/ModalBody.js.map +1 -1
  122. package/lib/module/components/modal/ModalFooter.js +3 -3
  123. package/lib/module/components/modal/ModalFooter.js.map +1 -1
  124. package/lib/module/components/modal/ModalHeader.js +3 -3
  125. package/lib/module/components/modal/ModalHeader.js.map +1 -1
  126. package/lib/module/components/modal/ModalTitle.js +3 -3
  127. package/lib/module/components/modal/ModalTitle.js.map +1 -1
  128. package/lib/module/components/nav/Nav.js +3 -3
  129. package/lib/module/components/nav/Nav.js.map +1 -1
  130. package/lib/module/components/nav/NavLink.js +6 -4
  131. package/lib/module/components/nav/NavLink.js.map +1 -1
  132. package/lib/module/components/nav/TabContent.js +3 -3
  133. package/lib/module/components/nav/TabContent.js.map +1 -1
  134. package/lib/module/components/nav/TabPane.js +3 -3
  135. package/lib/module/components/nav/TabPane.js.map +1 -1
  136. package/lib/module/components/navbar/Navbar.js +3 -3
  137. package/lib/module/components/navbar/Navbar.js.map +1 -1
  138. package/lib/module/components/navbar/NavbarBrand.js +3 -3
  139. package/lib/module/components/navbar/NavbarBrand.js.map +1 -1
  140. package/lib/module/components/navbar/NavbarCollapse.js +3 -3
  141. package/lib/module/components/navbar/NavbarCollapse.js.map +1 -1
  142. package/lib/module/components/navbar/NavbarText.js +3 -3
  143. package/lib/module/components/navbar/NavbarText.js.map +1 -1
  144. package/lib/module/components/navbar/NavbarToggler.js +3 -3
  145. package/lib/module/components/navbar/NavbarToggler.js.map +1 -1
  146. package/lib/module/components/offcanvas/Offcanvas.js +3 -3
  147. package/lib/module/components/offcanvas/Offcanvas.js.map +1 -1
  148. package/lib/module/components/offcanvas/OffcanvasBody.js +3 -3
  149. package/lib/module/components/offcanvas/OffcanvasBody.js.map +1 -1
  150. package/lib/module/components/offcanvas/OffcanvasHeader.js +3 -3
  151. package/lib/module/components/offcanvas/OffcanvasHeader.js.map +1 -1
  152. package/lib/module/components/offcanvas/OffcanvasTitle.js +3 -3
  153. package/lib/module/components/offcanvas/OffcanvasTitle.js.map +1 -1
  154. package/lib/module/components/pagination/Pagination.js +3 -3
  155. package/lib/module/components/pagination/Pagination.js.map +1 -1
  156. package/lib/module/components/pagination/PaginationItem.js +3 -3
  157. package/lib/module/components/pagination/PaginationItem.js.map +1 -1
  158. package/lib/module/components/placeholders/Placeholders.js +6 -6
  159. package/lib/module/components/placeholders/Placeholders.js.map +1 -1
  160. package/lib/module/components/popover/Popover.js +3 -3
  161. package/lib/module/components/popover/Popover.js.map +1 -1
  162. package/lib/module/components/popover/PopoverArrow.js +3 -3
  163. package/lib/module/components/popover/PopoverArrow.js.map +1 -1
  164. package/lib/module/components/popover/PopoverBody.js +3 -3
  165. package/lib/module/components/popover/PopoverBody.js.map +1 -1
  166. package/lib/module/components/popover/PopoverHeader.js +3 -3
  167. package/lib/module/components/popover/PopoverHeader.js.map +1 -1
  168. package/lib/module/components/popover/injectPopover.js +3 -2
  169. package/lib/module/components/popover/injectPopover.js.map +1 -1
  170. package/lib/module/components/progress/Progress.js +3 -3
  171. package/lib/module/components/progress/Progress.js.map +1 -1
  172. package/lib/module/components/progress/ProgressBar.js +3 -3
  173. package/lib/module/components/progress/ProgressBar.js.map +1 -1
  174. package/lib/module/components/spinners/Spinner.js +3 -3
  175. package/lib/module/components/spinners/Spinner.js.map +1 -1
  176. package/lib/module/components/toasts/Toast.js +3 -3
  177. package/lib/module/components/toasts/Toast.js.map +1 -1
  178. package/lib/module/components/toasts/ToastBody.js +3 -3
  179. package/lib/module/components/toasts/ToastBody.js.map +1 -1
  180. package/lib/module/components/toasts/ToastContainer.js +3 -3
  181. package/lib/module/components/toasts/ToastContainer.js.map +1 -1
  182. package/lib/module/components/toasts/ToastHeader.js +3 -3
  183. package/lib/module/components/toasts/ToastHeader.js.map +1 -1
  184. package/lib/module/components/tooltip/Tooltip.js +3 -3
  185. package/lib/module/components/tooltip/Tooltip.js.map +1 -1
  186. package/lib/module/components/tooltip/TooltipArrow.js +3 -3
  187. package/lib/module/components/tooltip/TooltipArrow.js.map +1 -1
  188. package/lib/module/components/tooltip/TooltipInner.js +3 -3
  189. package/lib/module/components/tooltip/TooltipInner.js.map +1 -1
  190. package/lib/module/components/tooltip/injectTooltip.js +3 -2
  191. package/lib/module/components/tooltip/injectTooltip.js.map +1 -1
  192. package/lib/module/components/type/Blockquote.js +3 -3
  193. package/lib/module/components/type/Blockquote.js.map +1 -1
  194. package/lib/module/components/type/Code.js +3 -3
  195. package/lib/module/components/type/Code.js.map +1 -1
  196. package/lib/module/components/type/DisplayHeading.js +3 -2
  197. package/lib/module/components/type/DisplayHeading.js.map +1 -1
  198. package/lib/module/components/type/Paragraph.js +3 -3
  199. package/lib/module/components/type/Paragraph.js.map +1 -1
  200. package/lib/module/hooks/useFocusRing.js +1 -1
  201. package/lib/module/hooks/useScrollbarEffects.js +8 -5
  202. package/lib/module/hooks/useScrollbarEffects.js.map +1 -1
  203. package/lib/module/hooks/useScrollbarEffects.web.js +21 -19
  204. package/lib/module/hooks/useScrollbarEffects.web.js.map +1 -1
  205. package/lib/module/hooks/useScrollbarOffset.js +10 -0
  206. package/lib/module/hooks/useScrollbarOffset.js.map +1 -0
  207. package/lib/module/index.js +2 -2
  208. package/lib/module/index.js.map +1 -1
  209. package/lib/module/utils.js.map +1 -1
  210. package/lib/typescript/Context.d.ts +4 -9
  211. package/lib/typescript/Context.d.ts.map +1 -1
  212. package/lib/typescript/Provider.d.ts.map +1 -1
  213. package/lib/typescript/components/Body.d.ts +2 -2
  214. package/lib/typescript/components/Body.d.ts.map +1 -1
  215. package/lib/typescript/components/Caret.d.ts +2 -2
  216. package/lib/typescript/components/Caret.d.ts.map +1 -1
  217. package/lib/typescript/components/Heading.d.ts +2 -2
  218. package/lib/typescript/components/Heading.d.ts.map +1 -1
  219. package/lib/typescript/components/Image.d.ts +1 -1
  220. package/lib/typescript/components/Image.d.ts.map +1 -1
  221. package/lib/typescript/components/ImageBackground.d.ts +1 -1
  222. package/lib/typescript/components/ImageBackground.d.ts.map +1 -1
  223. package/lib/typescript/components/Label.d.ts +2 -2
  224. package/lib/typescript/components/Label.d.ts.map +1 -1
  225. package/lib/typescript/components/Link.d.ts +2 -2
  226. package/lib/typescript/components/Link.d.ts.map +1 -1
  227. package/lib/typescript/components/Pressable.d.ts +1 -1
  228. package/lib/typescript/components/Pressable.d.ts.map +1 -1
  229. package/lib/typescript/components/ScrollView.d.ts +1 -1
  230. package/lib/typescript/components/ScrollView.d.ts.map +1 -1
  231. package/lib/typescript/components/Text.d.ts +1 -1
  232. package/lib/typescript/components/Text.d.ts.map +1 -1
  233. package/lib/typescript/components/TextInput.d.ts +1 -1
  234. package/lib/typescript/components/TextInput.d.ts.map +1 -1
  235. package/lib/typescript/components/View.d.ts +1 -1
  236. package/lib/typescript/components/View.d.ts.map +1 -1
  237. package/lib/typescript/components/alert/Alert.d.ts +2 -2
  238. package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
  239. package/lib/typescript/components/badge/Badge.d.ts +2 -2
  240. package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
  241. package/lib/typescript/components/breadcrumb/Breadcrumb.d.ts +5 -3
  242. package/lib/typescript/components/breadcrumb/Breadcrumb.d.ts.map +1 -1
  243. package/lib/typescript/components/breadcrumb/BreadcrumbItem.d.ts +2 -2
  244. package/lib/typescript/components/breadcrumb/BreadcrumbItem.d.ts.map +1 -1
  245. package/lib/typescript/components/button-group/ButtonGroup.d.ts +2 -2
  246. package/lib/typescript/components/button-group/ButtonGroup.d.ts.map +1 -1
  247. package/lib/typescript/components/button-group/ButtonToolbar.d.ts +2 -2
  248. package/lib/typescript/components/button-group/ButtonToolbar.d.ts.map +1 -1
  249. package/lib/typescript/components/buttons/Button.d.ts +3 -2
  250. package/lib/typescript/components/buttons/Button.d.ts.map +1 -1
  251. package/lib/typescript/components/card/Card.d.ts +9 -5
  252. package/lib/typescript/components/card/Card.d.ts.map +1 -1
  253. package/lib/typescript/components/card/CardBody.d.ts +2 -2
  254. package/lib/typescript/components/card/CardBody.d.ts.map +1 -1
  255. package/lib/typescript/components/card/CardFooter.d.ts +2 -2
  256. package/lib/typescript/components/card/CardFooter.d.ts.map +1 -1
  257. package/lib/typescript/components/card/CardHeader.d.ts +2 -2
  258. package/lib/typescript/components/card/CardHeader.d.ts.map +1 -1
  259. package/lib/typescript/components/close/CloseButton.d.ts +2 -2
  260. package/lib/typescript/components/close/CloseButton.d.ts.map +1 -1
  261. package/lib/typescript/components/collapse/Collapse.d.ts +3 -2
  262. package/lib/typescript/components/collapse/Collapse.d.ts.map +1 -1
  263. package/lib/typescript/components/containers/Container.d.ts +2 -2
  264. package/lib/typescript/components/containers/Container.d.ts.map +1 -1
  265. package/lib/typescript/components/dropdown/Dropdown.d.ts +11 -6
  266. package/lib/typescript/components/dropdown/Dropdown.d.ts.map +1 -1
  267. package/lib/typescript/components/dropdown/DropdownDivider.d.ts +2 -2
  268. package/lib/typescript/components/dropdown/DropdownDivider.d.ts.map +1 -1
  269. package/lib/typescript/components/dropdown/DropdownHeader.d.ts +2 -2
  270. package/lib/typescript/components/dropdown/DropdownHeader.d.ts.map +1 -1
  271. package/lib/typescript/components/dropdown/DropdownItemText.d.ts +2 -2
  272. package/lib/typescript/components/dropdown/DropdownItemText.d.ts.map +1 -1
  273. package/lib/typescript/components/dropdown/DropdownMenu.d.ts +2 -2
  274. package/lib/typescript/components/dropdown/DropdownMenu.d.ts.map +1 -1
  275. package/lib/typescript/components/dropdown/useToggleDropdown.d.ts +2 -2
  276. package/lib/typescript/components/dropdown/useToggleDropdown.d.ts.map +1 -1
  277. package/lib/typescript/components/forms/Checkbox.d.ts +2 -1
  278. package/lib/typescript/components/forms/Checkbox.d.ts.map +1 -1
  279. package/lib/typescript/components/forms/Feedback.d.ts +2 -2
  280. package/lib/typescript/components/forms/Feedback.d.ts.map +1 -1
  281. package/lib/typescript/components/forms/FormCheck.d.ts +5 -3
  282. package/lib/typescript/components/forms/FormCheck.d.ts.map +1 -1
  283. package/lib/typescript/components/forms/FormCheckInput.d.ts +2 -1
  284. package/lib/typescript/components/forms/FormCheckInput.d.ts.map +1 -1
  285. package/lib/typescript/components/forms/FormCheckLabel.d.ts +2 -1
  286. package/lib/typescript/components/forms/FormCheckLabel.d.ts.map +1 -1
  287. package/lib/typescript/components/forms/FormLabel.d.ts +2 -1
  288. package/lib/typescript/components/forms/FormLabel.d.ts.map +1 -1
  289. package/lib/typescript/components/forms/FormText.d.ts +2 -2
  290. package/lib/typescript/components/forms/FormText.d.ts.map +1 -1
  291. package/lib/typescript/components/forms/Input.d.ts +2 -2
  292. package/lib/typescript/components/forms/Input.d.ts.map +1 -1
  293. package/lib/typescript/components/forms/Picker.d.ts +5 -4
  294. package/lib/typescript/components/forms/Picker.d.ts.map +1 -1
  295. package/lib/typescript/components/forms/PickerItem.d.ts +2 -2
  296. package/lib/typescript/components/forms/PickerItem.d.ts.map +1 -1
  297. package/lib/typescript/components/forms/Radio.d.ts +5 -2
  298. package/lib/typescript/components/forms/Radio.d.ts.map +1 -1
  299. package/lib/typescript/components/forms/RadioGroup.d.ts +2 -2
  300. package/lib/typescript/components/forms/RadioGroup.d.ts.map +1 -1
  301. package/lib/typescript/components/forms/Switch.d.ts +2 -1
  302. package/lib/typescript/components/forms/Switch.d.ts.map +1 -1
  303. package/lib/typescript/components/forms/internals/FormCheckInputNative.d.ts +2 -1
  304. package/lib/typescript/components/forms/internals/FormCheckInputNative.d.ts.map +1 -1
  305. package/lib/typescript/components/forms/internals/FormCheckInputWeb.d.ts +2 -1
  306. package/lib/typescript/components/forms/internals/FormCheckInputWeb.d.ts.map +1 -1
  307. package/lib/typescript/components/forms/internals/PickerNative.d.ts +2 -1
  308. package/lib/typescript/components/forms/internals/PickerNative.d.ts.map +1 -1
  309. package/lib/typescript/components/forms/internals/PickerNativeItem.d.ts +2 -2
  310. package/lib/typescript/components/forms/internals/PickerNativeItem.d.ts.map +1 -1
  311. package/lib/typescript/components/forms/internals/PickerWeb.d.ts +2 -1
  312. package/lib/typescript/components/forms/internals/PickerWeb.d.ts.map +1 -1
  313. package/lib/typescript/components/forms/internals/PickerWebItem.d.ts +2 -2
  314. package/lib/typescript/components/forms/internals/PickerWebItem.d.ts.map +1 -1
  315. package/lib/typescript/components/grid/Col.d.ts +2 -2
  316. package/lib/typescript/components/grid/Col.d.ts.map +1 -1
  317. package/lib/typescript/components/grid/Row.d.ts +2 -2
  318. package/lib/typescript/components/grid/Row.d.ts.map +1 -1
  319. package/lib/typescript/components/helpers/Portal.web.d.ts.map +1 -1
  320. package/lib/typescript/components/list-group/ListGroup.d.ts +7 -4
  321. package/lib/typescript/components/list-group/ListGroup.d.ts.map +1 -1
  322. package/lib/typescript/components/list-group/ListGroupItem.d.ts +2 -2
  323. package/lib/typescript/components/list-group/ListGroupItem.d.ts.map +1 -1
  324. package/lib/typescript/components/list-group/ListGroupItemAction.d.ts +2 -2
  325. package/lib/typescript/components/list-group/ListGroupItemAction.d.ts.map +1 -1
  326. package/lib/typescript/components/modal/Modal.d.ts +13 -7
  327. package/lib/typescript/components/modal/Modal.d.ts.map +1 -1
  328. package/lib/typescript/components/modal/ModalBody.d.ts +3 -2
  329. package/lib/typescript/components/modal/ModalBody.d.ts.map +1 -1
  330. package/lib/typescript/components/modal/ModalFooter.d.ts +2 -2
  331. package/lib/typescript/components/modal/ModalFooter.d.ts.map +1 -1
  332. package/lib/typescript/components/modal/ModalHeader.d.ts +2 -2
  333. package/lib/typescript/components/modal/ModalHeader.d.ts.map +1 -1
  334. package/lib/typescript/components/modal/ModalTitle.d.ts +2 -2
  335. package/lib/typescript/components/modal/ModalTitle.d.ts.map +1 -1
  336. package/lib/typescript/components/nav/Nav.d.ts +5 -3
  337. package/lib/typescript/components/nav/Nav.d.ts.map +1 -1
  338. package/lib/typescript/components/nav/NavLink.d.ts +2 -2
  339. package/lib/typescript/components/nav/NavLink.d.ts.map +1 -1
  340. package/lib/typescript/components/nav/Tab.d.ts +4 -2
  341. package/lib/typescript/components/nav/Tab.d.ts.map +1 -1
  342. package/lib/typescript/components/nav/TabContent.d.ts +2 -2
  343. package/lib/typescript/components/nav/TabContent.d.ts.map +1 -1
  344. package/lib/typescript/components/nav/TabPane.d.ts +2 -2
  345. package/lib/typescript/components/nav/TabPane.d.ts.map +1 -1
  346. package/lib/typescript/components/navbar/Navbar.d.ts +11 -6
  347. package/lib/typescript/components/navbar/Navbar.d.ts.map +1 -1
  348. package/lib/typescript/components/navbar/NavbarBrand.d.ts +2 -2
  349. package/lib/typescript/components/navbar/NavbarBrand.d.ts.map +1 -1
  350. package/lib/typescript/components/navbar/NavbarCollapse.d.ts +2 -2
  351. package/lib/typescript/components/navbar/NavbarCollapse.d.ts.map +1 -1
  352. package/lib/typescript/components/navbar/NavbarText.d.ts +2 -2
  353. package/lib/typescript/components/navbar/NavbarText.d.ts.map +1 -1
  354. package/lib/typescript/components/navbar/NavbarToggler.d.ts +2 -1
  355. package/lib/typescript/components/navbar/NavbarToggler.d.ts.map +1 -1
  356. package/lib/typescript/components/offcanvas/Offcanvas.d.ts +10 -6
  357. package/lib/typescript/components/offcanvas/Offcanvas.d.ts.map +1 -1
  358. package/lib/typescript/components/offcanvas/OffcanvasBody.d.ts +2 -2
  359. package/lib/typescript/components/offcanvas/OffcanvasBody.d.ts.map +1 -1
  360. package/lib/typescript/components/offcanvas/OffcanvasHeader.d.ts +2 -2
  361. package/lib/typescript/components/offcanvas/OffcanvasHeader.d.ts.map +1 -1
  362. package/lib/typescript/components/offcanvas/OffcanvasTitle.d.ts +2 -2
  363. package/lib/typescript/components/offcanvas/OffcanvasTitle.d.ts.map +1 -1
  364. package/lib/typescript/components/pagination/Pagination.d.ts +5 -3
  365. package/lib/typescript/components/pagination/Pagination.d.ts.map +1 -1
  366. package/lib/typescript/components/pagination/PaginationItem.d.ts +2 -2
  367. package/lib/typescript/components/pagination/PaginationItem.d.ts.map +1 -1
  368. package/lib/typescript/components/placeholders/Placeholders.d.ts +2 -2
  369. package/lib/typescript/components/placeholders/Placeholders.d.ts.map +1 -1
  370. package/lib/typescript/components/popover/Popover.d.ts +9 -5
  371. package/lib/typescript/components/popover/Popover.d.ts.map +1 -1
  372. package/lib/typescript/components/popover/PopoverArrow.d.ts +2 -2
  373. package/lib/typescript/components/popover/PopoverArrow.d.ts.map +1 -1
  374. package/lib/typescript/components/popover/PopoverBody.d.ts +2 -2
  375. package/lib/typescript/components/popover/PopoverBody.d.ts.map +1 -1
  376. package/lib/typescript/components/popover/PopoverHeader.d.ts +2 -2
  377. package/lib/typescript/components/popover/PopoverHeader.d.ts.map +1 -1
  378. package/lib/typescript/components/popover/injectPopover.d.ts +5 -1
  379. package/lib/typescript/components/popover/injectPopover.d.ts.map +1 -1
  380. package/lib/typescript/components/progress/Progress.d.ts +5 -3
  381. package/lib/typescript/components/progress/Progress.d.ts.map +1 -1
  382. package/lib/typescript/components/progress/ProgressBar.d.ts +2 -2
  383. package/lib/typescript/components/progress/ProgressBar.d.ts.map +1 -1
  384. package/lib/typescript/components/spinners/Spinner.d.ts +2 -2
  385. package/lib/typescript/components/spinners/Spinner.d.ts.map +1 -1
  386. package/lib/typescript/components/toasts/Toast.d.ts +7 -4
  387. package/lib/typescript/components/toasts/Toast.d.ts.map +1 -1
  388. package/lib/typescript/components/toasts/ToastBody.d.ts +2 -2
  389. package/lib/typescript/components/toasts/ToastBody.d.ts.map +1 -1
  390. package/lib/typescript/components/toasts/ToastContainer.d.ts +3 -2
  391. package/lib/typescript/components/toasts/ToastContainer.d.ts.map +1 -1
  392. package/lib/typescript/components/toasts/ToastHeader.d.ts +2 -2
  393. package/lib/typescript/components/toasts/ToastHeader.d.ts.map +1 -1
  394. package/lib/typescript/components/tooltip/Tooltip.d.ts +7 -4
  395. package/lib/typescript/components/tooltip/Tooltip.d.ts.map +1 -1
  396. package/lib/typescript/components/tooltip/TooltipArrow.d.ts +2 -2
  397. package/lib/typescript/components/tooltip/TooltipArrow.d.ts.map +1 -1
  398. package/lib/typescript/components/tooltip/TooltipInner.d.ts +2 -2
  399. package/lib/typescript/components/tooltip/TooltipInner.d.ts.map +1 -1
  400. package/lib/typescript/components/tooltip/injectTooltip.d.ts +5 -1
  401. package/lib/typescript/components/tooltip/injectTooltip.d.ts.map +1 -1
  402. package/lib/typescript/components/type/Blockquote.d.ts +2 -2
  403. package/lib/typescript/components/type/Blockquote.d.ts.map +1 -1
  404. package/lib/typescript/components/type/Code.d.ts +2 -2
  405. package/lib/typescript/components/type/Code.d.ts.map +1 -1
  406. package/lib/typescript/components/type/DisplayHeading.d.ts +5 -2
  407. package/lib/typescript/components/type/DisplayHeading.d.ts.map +1 -1
  408. package/lib/typescript/components/type/Paragraph.d.ts +2 -2
  409. package/lib/typescript/components/type/Paragraph.d.ts.map +1 -1
  410. package/lib/typescript/hooks/useScrollbarEffects.d.ts +3 -3
  411. package/lib/typescript/hooks/useScrollbarEffects.d.ts.map +1 -1
  412. package/lib/typescript/hooks/useScrollbarEffects.web.d.ts +3 -3
  413. package/lib/typescript/hooks/useScrollbarEffects.web.d.ts.map +1 -1
  414. package/lib/typescript/hooks/useScrollbarOffset.d.ts +2 -0
  415. package/lib/typescript/hooks/useScrollbarOffset.d.ts.map +1 -0
  416. package/lib/typescript/index.d.ts +3 -3
  417. package/lib/typescript/index.d.ts.map +1 -1
  418. package/lib/typescript/utils.d.ts +1 -1
  419. package/lib/typescript/utils.d.ts.map +1 -1
  420. package/package.json +92 -92
  421. package/src/Context.ts +4 -7
  422. package/src/Provider.tsx +4 -21
  423. package/src/components/Body.tsx +3 -5
  424. package/src/components/Caret.tsx +109 -111
  425. package/src/components/Heading.tsx +47 -49
  426. package/src/components/Image.tsx +3 -5
  427. package/src/components/ImageBackground.tsx +9 -10
  428. package/src/components/Label.tsx +32 -34
  429. package/src/components/Link.tsx +104 -101
  430. package/src/components/Pressable.tsx +167 -167
  431. package/src/components/ScrollView.tsx +76 -75
  432. package/src/components/Text.tsx +3 -4
  433. package/src/components/TextInput.tsx +36 -39
  434. package/src/components/View.tsx +3 -5
  435. package/src/components/alert/Alert.tsx +79 -80
  436. package/src/components/badge/Badge.tsx +41 -43
  437. package/src/components/breadcrumb/Breadcrumb.tsx +54 -56
  438. package/src/components/breadcrumb/BreadcrumbItem.tsx +80 -81
  439. package/src/components/button-group/ButtonGroup.tsx +42 -46
  440. package/src/components/button-group/ButtonToolbar.tsx +32 -34
  441. package/src/components/buttons/Button.tsx +3 -4
  442. package/src/components/card/Card.tsx +44 -46
  443. package/src/components/card/CardBody.tsx +38 -40
  444. package/src/components/card/CardFooter.tsx +42 -44
  445. package/src/components/card/CardHeader.tsx +43 -45
  446. package/src/components/close/CloseButton.tsx +53 -54
  447. package/src/components/collapse/Collapse.tsx +29 -31
  448. package/src/components/containers/Container.tsx +116 -118
  449. package/src/components/dropdown/Dropdown.tsx +3 -4
  450. package/src/components/dropdown/DropdownDivider.tsx +30 -32
  451. package/src/components/dropdown/DropdownHeader.tsx +40 -42
  452. package/src/components/dropdown/DropdownItemText.tsx +35 -37
  453. package/src/components/dropdown/DropdownMenu.tsx +109 -112
  454. package/src/components/dropdown/useToggleDropdown.ts +1 -1
  455. package/src/components/forms/Checkbox.tsx +13 -15
  456. package/src/components/forms/Feedback.tsx +38 -40
  457. package/src/components/forms/FormCheck.tsx +68 -69
  458. package/src/components/forms/FormCheckInput.tsx +78 -81
  459. package/src/components/forms/FormCheckLabel.tsx +69 -71
  460. package/src/components/forms/FormLabel.tsx +41 -43
  461. package/src/components/forms/FormText.tsx +36 -38
  462. package/src/components/forms/Input.tsx +10 -5
  463. package/src/components/forms/Picker.tsx +11 -6
  464. package/src/components/forms/PickerItem.tsx +3 -5
  465. package/src/components/forms/Radio.tsx +7 -7
  466. package/src/components/forms/RadioGroup.tsx +3 -4
  467. package/src/components/forms/Switch.tsx +13 -15
  468. package/src/components/forms/internals/FormCheckInputNative.tsx +49 -51
  469. package/src/components/forms/internals/FormCheckInputWeb.tsx +11 -11
  470. package/src/components/forms/internals/PickerNative.tsx +84 -84
  471. package/src/components/forms/internals/PickerNativeItem.tsx +29 -31
  472. package/src/components/forms/internals/PickerWeb.tsx +4 -3
  473. package/src/components/forms/internals/PickerWebItem.tsx +15 -17
  474. package/src/components/grid/Col.tsx +96 -97
  475. package/src/components/grid/Row.tsx +32 -34
  476. package/src/components/helpers/Dialog.web.tsx +2 -2
  477. package/src/components/helpers/Portal.web.tsx +21 -1
  478. package/src/components/list-group/ListGroup.tsx +75 -77
  479. package/src/components/list-group/ListGroupItem.tsx +150 -151
  480. package/src/components/list-group/ListGroupItemAction.tsx +194 -193
  481. package/src/components/modal/Modal.tsx +91 -96
  482. package/src/components/modal/ModalBody.tsx +26 -27
  483. package/src/components/modal/ModalFooter.tsx +38 -42
  484. package/src/components/modal/ModalHeader.tsx +37 -41
  485. package/src/components/modal/ModalTitle.tsx +3 -5
  486. package/src/components/nav/Nav.tsx +104 -106
  487. package/src/components/nav/NavLink.tsx +272 -267
  488. package/src/components/nav/TabContent.tsx +12 -14
  489. package/src/components/nav/TabPane.tsx +50 -52
  490. package/src/components/navbar/Navbar.tsx +89 -90
  491. package/src/components/navbar/NavbarBrand.tsx +78 -80
  492. package/src/components/navbar/NavbarCollapse.tsx +61 -63
  493. package/src/components/navbar/NavbarText.tsx +43 -45
  494. package/src/components/navbar/NavbarToggler.tsx +34 -36
  495. package/src/components/offcanvas/Offcanvas.tsx +4 -5
  496. package/src/components/offcanvas/OffcanvasBody.tsx +28 -29
  497. package/src/components/offcanvas/OffcanvasHeader.tsx +53 -55
  498. package/src/components/offcanvas/OffcanvasTitle.tsx +21 -23
  499. package/src/components/pagination/Pagination.tsx +37 -39
  500. package/src/components/pagination/PaginationItem.tsx +42 -43
  501. package/src/components/placeholders/Placeholders.tsx +30 -34
  502. package/src/components/popover/Popover.tsx +3 -4
  503. package/src/components/popover/PopoverArrow.tsx +25 -29
  504. package/src/components/popover/PopoverBody.tsx +37 -41
  505. package/src/components/popover/PopoverHeader.tsx +46 -48
  506. package/src/components/popover/injectPopover.tsx +69 -68
  507. package/src/components/progress/Progress.tsx +64 -65
  508. package/src/components/progress/ProgressBar.tsx +62 -70
  509. package/src/components/spinners/Spinner.tsx +161 -156
  510. package/src/components/toasts/Toast.tsx +65 -67
  511. package/src/components/toasts/ToastBody.tsx +39 -41
  512. package/src/components/toasts/ToastContainer.tsx +17 -19
  513. package/src/components/toasts/ToastHeader.tsx +55 -59
  514. package/src/components/tooltip/Tooltip.tsx +3 -4
  515. package/src/components/tooltip/TooltipArrow.tsx +21 -25
  516. package/src/components/tooltip/TooltipInner.tsx +37 -41
  517. package/src/components/tooltip/injectTooltip.tsx +67 -66
  518. package/src/components/type/Blockquote.tsx +43 -45
  519. package/src/components/type/Code.tsx +37 -39
  520. package/src/components/type/DisplayHeading.tsx +38 -38
  521. package/src/components/type/Paragraph.tsx +40 -42
  522. package/src/hooks/useFocusRing.ts +1 -1
  523. package/src/hooks/useScrollbarEffects.ts +8 -7
  524. package/src/hooks/useScrollbarEffects.web.ts +26 -30
  525. package/src/hooks/useScrollbarOffset.ts +12 -0
  526. package/src/index.ts +3 -3
  527. package/src/utils.ts +1 -1
  528. package/lib/module/hooks/useFixedElement.js +0 -17
  529. package/lib/module/hooks/useFixedElement.js.map +0 -1
  530. package/lib/typescript/hooks/useFixedElement.d.ts +0 -2
  531. package/lib/typescript/hooks/useFixedElement.d.ts.map +0 -1
  532. package/src/hooks/useFixedElement.ts +0 -18
@@ -1 +1 @@
1
- {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAQnD,MAAM,WAAW,SAAU,SAAQ,SAAS;CAAG;;;;;;AAgC/C,wBAIG"}
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAInD,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,UAAU,MAAM,cAAc,CAAC;AAEtC,MAAM,WAAW,SAAU,SAAQ,SAAS;CAAG;AAkB/C,iBAAS,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAU5D;;;;;;AAED,wBAIG"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  export interface CardBodyProps extends ViewProps {
4
4
  }
5
- declare const CardBody: React.ForwardRefExoticComponent<ViewProps & React.RefAttributes<import("react-native").View>>;
5
+ declare function CardBody(props: ViewProps & React.RefAttributes<ViewRef>): React.JSX.Element;
6
6
  export default CardBody;
7
7
  //# sourceMappingURL=CardBody.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardBody.d.ts","sourceRoot":"","sources":["../../../../src/components/card/CardBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAKnD,MAAM,WAAW,aAAc,SAAQ,SAAS;CAAG;AAYnD,QAAA,MAAM,QAAQ,+FAiBZ,CAAC;AAIH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"CardBody.d.ts","sourceRoot":"","sources":["../../../../src/components/card/CardBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAKnD,MAAM,WAAW,aAAc,SAAQ,SAAS;CAAG;AAYnD,iBAAS,QAAQ,CAAC,KAAK,EAAE,SAAS,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAiBhE;AAED,eAAe,QAAQ,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  export interface CardFooterProps extends ViewProps {
4
4
  }
5
- declare const CardFooter: React.ForwardRefExoticComponent<CardFooterProps & React.RefAttributes<import("react-native").View>>;
5
+ declare function CardFooter(props: CardFooterProps & React.RefAttributes<ViewRef>): React.JSX.Element;
6
6
  export default CardFooter;
7
7
  //# sourceMappingURL=CardFooter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/card/CardFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAKnD,MAAM,WAAW,eAAgB,SAAQ,SAAS;CAAG;AAgBrD,QAAA,MAAM,UAAU,qGAiBd,CAAC;AAIH,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"CardFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/card/CardFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAKnD,MAAM,WAAW,eAAgB,SAAQ,SAAS;CAAG;AAgBrD,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAiBxE;AAED,eAAe,UAAU,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  export interface CardHeaderProps extends ViewProps {
4
4
  }
5
- declare const CardHeader: React.ForwardRefExoticComponent<CardHeaderProps & React.RefAttributes<import("react-native").View>>;
5
+ declare function CardHeader(props: CardHeaderProps & React.RefAttributes<ViewRef>): React.JSX.Element;
6
6
  export default CardHeader;
7
7
  //# sourceMappingURL=CardHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/card/CardHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAKnD,MAAM,WAAW,eAAgB,SAAQ,SAAS;CAAG;AAiBrD,QAAA,MAAM,UAAU,qGAiBd,CAAC;AAIH,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"CardHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/card/CardHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAKnD,MAAM,WAAW,eAAgB,SAAQ,SAAS;CAAG;AAiBrD,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAiBxE;AAED,eAAe,UAAU,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { PressableProps } from '../Pressable';
2
+ import { PressableProps, PressableRef } from '../Pressable';
3
3
  export interface CloseButtonProps extends Omit<PressableProps, 'children'> {
4
4
  disabled?: boolean;
5
5
  }
6
- declare const CloseButton: React.ForwardRefExoticComponent<Omit<CloseButtonProps, "ref"> & React.RefAttributes<import("react-native").View>>;
6
+ declare function CloseButton(props: CloseButtonProps & React.RefAttributes<PressableRef>): React.JSX.Element;
7
7
  export default CloseButton;
8
8
  //# sourceMappingURL=CloseButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CloseButton.d.ts","sourceRoot":"","sources":["../../../../src/components/close/CloseButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,OAAkB,EAAE,cAAc,EAAgB,MAAM,cAAc,CAAC;AAUvE,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC;IACxE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAsED,QAAA,MAAM,WAAW,mHAmDhB,CAAC;AAIF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"CloseButton.d.ts","sourceRoot":"","sources":["../../../../src/components/close/CloseButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,OAAkB,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAUvE,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC;IACxE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAsED,iBAAS,WAAW,CAClB,KAAK,EAAE,gBAAgB,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,qBAmD5D;AAED,eAAe,WAAW,CAAC"}
@@ -1,10 +1,11 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  import CollapseProvider from './CollapseProvider';
4
4
  import useToggleCollapse from './useToggleCollapse';
5
5
  export interface CollapseProps extends ViewProps {
6
6
  }
7
- declare const _default: React.ForwardRefExoticComponent<CollapseProps & React.RefAttributes<import("react-native").View>> & {
7
+ declare function Collapse(props: CollapseProps & React.RefAttributes<ViewRef>): React.JSX.Element | null;
8
+ declare const _default: typeof Collapse & {
8
9
  Provider: typeof CollapseProvider;
9
10
  useToggle: typeof useToggleCollapse;
10
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Collapse.d.ts","sourceRoot":"","sources":["../../../../src/components/collapse/Collapse.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAGnD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AAEpD,MAAM,WAAW,aAAc,SAAQ,SAAS;CAAG;;;;;AAoBnD,wBAGG"}
1
+ {"version":3,"file":"Collapse.d.ts","sourceRoot":"","sources":["../../../../src/components/collapse/Collapse.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGnD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AAEpD,MAAM,WAAW,aAAc,SAAQ,SAAS;CAAG;AAEnD,iBAAS,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,4BAcpE;;;;;AAED,wBAGG"}
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  import { CONTAINER_MAX_WIDTHS } from '../../theme/proxies';
4
4
  export interface ContainerProps extends ViewProps {
5
5
  fluid?: true | keyof typeof CONTAINER_MAX_WIDTHS;
6
6
  }
7
- declare const Container: React.ForwardRefExoticComponent<ContainerProps & React.RefAttributes<import("react-native").View>>;
7
+ declare function Container(props: ContainerProps & React.RefAttributes<ViewRef>): React.JSX.Element;
8
8
  export default Container;
9
9
  //# sourceMappingURL=Container.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../../src/components/containers/Container.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAoB,MAAM,qBAAqB,CAAC;AAM7E,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,KAAK,CAAC,EAAE,IAAI,GAAG,MAAM,OAAO,oBAAoB,CAAC;CAClD;AAkFD,QAAA,MAAM,SAAS,oGAmBb,CAAC;AAIH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../../src/components/containers/Container.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAoB,MAAM,qBAAqB,CAAC;AAM7E,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,KAAK,CAAC,EAAE,IAAI,GAAG,MAAM,OAAO,oBAAoB,CAAC;CAClD;AAkFD,iBAAS,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAmBtE;AAED,eAAe,SAAS,CAAC"}
@@ -1,8 +1,12 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  import { DropdownDirection } from './DropdownContext';
4
4
  import DropdownToggle from './DropdownToggle';
5
+ import DropdownMenu from './DropdownMenu';
6
+ import DropdownHeader from './DropdownHeader';
5
7
  import DropdownItem from './DropdownItem';
8
+ import DropdownItemText from './DropdownItemText';
9
+ import DropdownDivider from './DropdownDivider';
6
10
  import useDismissDropdown from './useDismissDropdown';
7
11
  import useToggleDropdown from './useToggleDropdown';
8
12
  export interface DropdownProps extends ViewProps {
@@ -13,14 +17,15 @@ export interface DropdownProps extends ViewProps {
13
17
  center?: boolean;
14
18
  display?: 'dynamic' | 'static';
15
19
  }
16
- declare const _default: React.ForwardRefExoticComponent<DropdownProps & React.RefAttributes<import("react-native").View>> & {
20
+ declare function Dropdown(props: DropdownProps & React.RefAttributes<ViewRef>): React.JSX.Element;
21
+ declare const _default: typeof Dropdown & {
17
22
  Context: React.Context<import("./DropdownContext").DropdownContextProps | null>;
18
23
  Toggle: typeof DropdownToggle;
19
- Menu: React.ForwardRefExoticComponent<import("./DropdownMenu").DropdownMenuProps & React.RefAttributes<import("react-native").View>>;
20
- Header: React.ForwardRefExoticComponent<import("./DropdownHeader").DropdownHeaderProps & React.RefAttributes<import("react-native").View>>;
24
+ Menu: typeof DropdownMenu;
25
+ Header: typeof DropdownHeader;
21
26
  Item: typeof DropdownItem;
22
- ItemText: React.ForwardRefExoticComponent<import("./DropdownItemText").DropdownItemTextProps & React.RefAttributes<import("react-native").View>>;
23
- Divider: React.ForwardRefExoticComponent<import("./DropdownDivider").DropdownDividerProps & React.RefAttributes<import("react-native").View>>;
27
+ ItemText: typeof DropdownItemText;
28
+ Divider: typeof DropdownDivider;
24
29
  useDismiss: typeof useDismissDropdown;
25
30
  useToggle: typeof useToggleDropdown;
26
31
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAEnD,OAAwB,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAG9C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAI1C,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AAEpD,MAAM,WAAW,aAAc,SAAQ,SAAS;IAC9C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAChC;;;;;;;;;;;;AA2CD,wBAUG"}
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAwB,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAEhD,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AAEpD,MAAM,WAAW,aAAc,SAAQ,SAAS;IAC9C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAChC;AAQD,iBAAS,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAgCpE;;;;;;;;;;;;AAED,wBAUG"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  export interface DropdownDividerProps extends ViewProps {
4
4
  }
5
- declare const DropdownDivider: React.ForwardRefExoticComponent<DropdownDividerProps & React.RefAttributes<import("react-native").View>>;
5
+ declare function DropdownDivider(props: DropdownDividerProps & React.RefAttributes<ViewRef>): React.JSX.Element;
6
6
  export default DropdownDivider;
7
7
  //# sourceMappingURL=DropdownDivider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownDivider.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAEnD,MAAM,WAAW,oBAAqB,SAAQ,SAAS;CAAG;AAa1D,QAAA,MAAM,eAAe,0GAQpB,CAAC;AAIF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"DropdownDivider.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEnD,MAAM,WAAW,oBAAqB,SAAQ,SAAS;CAAG;AAa1D,iBAAS,eAAe,CACtB,KAAK,EAAE,oBAAoB,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAO3D;AAED,eAAe,eAAe,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  export interface DropdownHeaderProps extends ViewProps {
4
4
  }
5
- declare const DropdownHeader: React.ForwardRefExoticComponent<DropdownHeaderProps & React.RefAttributes<import("react-native").View>>;
5
+ declare function DropdownHeader(props: DropdownHeaderProps & React.RefAttributes<ViewRef>): React.JSX.Element;
6
6
  export default DropdownHeader;
7
7
  //# sourceMappingURL=DropdownHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAGnD,MAAM,WAAW,mBAAoB,SAAQ,SAAS;CAAG;AAezD,QAAA,MAAM,cAAc,yGAenB,CAAC;AAIF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"DropdownHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGnD,MAAM,WAAW,mBAAoB,SAAQ,SAAS;CAAG;AAezD,iBAAS,cAAc,CACrB,KAAK,EAAE,mBAAmB,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAc1D;AAED,eAAe,cAAc,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  export interface DropdownItemTextProps extends ViewProps {
4
4
  }
5
- declare const DropdownItemText: React.ForwardRefExoticComponent<DropdownItemTextProps & React.RefAttributes<import("react-native").View>>;
5
+ declare function DropdownItemText(props: DropdownItemTextProps & React.RefAttributes<ViewRef>): React.JSX.Element;
6
6
  export default DropdownItemText;
7
7
  //# sourceMappingURL=DropdownItemText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownItemText.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownItemText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAGnD,MAAM,WAAW,qBAAsB,SAAQ,SAAS;CAAG;AAY3D,QAAA,MAAM,gBAAgB,2GAarB,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"DropdownItemText.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownItemText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGnD,MAAM,WAAW,qBAAsB,SAAQ,SAAS;CAAG;AAY3D,iBAAS,gBAAgB,CACvB,KAAK,EAAE,qBAAqB,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAY5D;AAED,eAAe,gBAAgB,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  type AlignmentBreakpoints = boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
4
4
  export interface DropdownMenuProps extends ViewProps {
5
5
  start?: AlignmentBreakpoints;
6
6
  end?: AlignmentBreakpoints;
7
7
  }
8
- declare const DropdownMenu: React.ForwardRefExoticComponent<DropdownMenuProps & React.RefAttributes<import("react-native").View>>;
8
+ declare function DropdownMenu(props: DropdownMenuProps & React.RefAttributes<ViewRef>): React.JSX.Element | null;
9
9
  export default DropdownMenu;
10
10
  //# sourceMappingURL=DropdownMenu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAUnD,KAAK,oBAAoB,GAAG,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAExE,MAAM,WAAW,iBAAkB,SAAQ,SAAS;IAClD,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B,GAAG,CAAC,EAAE,oBAAoB,CAAC;CAC5B;AAkGD,QAAA,MAAM,YAAY,uGAuHjB,CAAC;AAIF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAUnD,KAAK,oBAAoB,GAAG,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAExE,MAAM,WAAW,iBAAkB,SAAQ,SAAS;IAClD,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B,GAAG,CAAC,EAAE,oBAAoB,CAAC;CAC5B;AAkGD,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,4BAsH5E;AAED,eAAe,YAAY,CAAC"}
@@ -2,13 +2,13 @@ import type { GestureResponderEvent } from 'react-native';
2
2
  import { CaretProps } from '../Caret';
3
3
  import type { PressableRef } from '../Pressable';
4
4
  export interface UseToggleDropdownProps {
5
- ref?: React.RefObject<PressableRef | null>;
5
+ ref?: React.Ref<PressableRef>;
6
6
  onPress?: null | ((event: GestureResponderEvent) => void);
7
7
  caret?: boolean | CaretProps;
8
8
  }
9
9
  export default function useToggleDropdown<T>(props: UseToggleDropdownProps & T): Omit<UseToggleDropdownProps & T, "ref" | "caret"> & {
10
10
  id: string;
11
- ref: import("react").Ref<import("react-native").View>;
11
+ ref: (instance: import("react-native").View | null) => void;
12
12
  'aria-haspopup': boolean;
13
13
  'aria-expanded': boolean;
14
14
  active: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"useToggleDropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/useToggleDropdown.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAI1D,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,WAAW,sBAAsB;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,YAAY,GAAG,IAAI,CAAC,CAAC;IAC3C,OAAO,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC,CAAC;IAC1D,KAAK,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,CAAC,EACzC,KAAK,EAAE,sBAAsB,GAAG,CAAC;;;;;;;EAgBlC"}
1
+ {"version":3,"file":"useToggleDropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/useToggleDropdown.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAI1D,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,WAAW,sBAAsB;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;IAC9B,OAAO,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC,CAAC;IAC1D,KAAK,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,CAAC,EACzC,KAAK,EAAE,sBAAsB,GAAG,CAAC;;;;;;;EAgBlC"}
@@ -1,7 +1,8 @@
1
1
  import React from 'react';
2
+ import type { PressableRef } from '../Pressable';
2
3
  import { FormCheckInputProps } from './FormCheckInput';
3
4
  export interface CheckboxProps extends Omit<FormCheckInputProps, 'type'> {
4
5
  }
5
- declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<import("react-native").View>>;
6
+ declare function Checkbox(props: CheckboxProps & React.RefAttributes<PressableRef>): React.JSX.Element;
6
7
  export default Checkbox;
7
8
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAuB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEvE,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;CAAG;AAE3E,QAAA,MAAM,QAAQ,mGAIZ,CAAC;AAIH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AACjD,OAAuB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEvE,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;CAAG;AAE3E,iBAAS,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,qBAIzE;AAED,eAAe,QAAQ,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- import { TextProps } from '../Text';
2
+ import { TextProps, TextRef } from '../Text';
3
3
  import { FORM_VALIDATION_STATES } from '../../theme/proxies';
4
4
  export interface FeedbackProps extends TextProps {
5
5
  type?: keyof typeof FORM_VALIDATION_STATES;
6
6
  }
7
- declare const Feedback: React.ForwardRefExoticComponent<FeedbackProps & React.RefAttributes<import("react-native").Text>>;
7
+ declare function Feedback(props: FeedbackProps & React.RefAttributes<TextRef>): React.JSX.Element;
8
8
  export default Feedback;
9
9
  //# sourceMappingURL=Feedback.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Feedback.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Feedback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAEnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAG7D,MAAM,WAAW,aAAc,SAAQ,SAAS;IAC9C,IAAI,CAAC,EAAE,MAAM,OAAO,sBAAsB,CAAC;CAC5C;AAeD,QAAA,MAAM,QAAQ,mGAUZ,CAAC;AAIH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Feedback.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Feedback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAG7D,MAAM,WAAW,aAAc,SAAQ,SAAS;IAC9C,IAAI,CAAC,EAAE,MAAM,OAAO,sBAAsB,CAAC;CAC5C;AAeD,iBAAS,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAUpE;AAED,eAAe,QAAQ,CAAC"}
@@ -1,13 +1,15 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
+ import FormCheckLabel from './FormCheckLabel';
3
4
  export interface FormCheckProps extends ViewProps {
4
5
  reverse?: boolean;
5
6
  disabled?: boolean;
6
7
  valid?: boolean;
7
8
  invalid?: boolean;
8
9
  }
9
- declare const _default: React.ForwardRefExoticComponent<FormCheckProps & React.RefAttributes<import("react-native").View>> & {
10
- Label: React.ForwardRefExoticComponent<import("./FormCheckLabel").FormCheckLabelProps & React.RefAttributes<import("react-native").View>>;
10
+ declare function FormCheck(props: FormCheckProps & React.RefAttributes<ViewRef>): React.JSX.Element;
11
+ declare const _default: typeof FormCheck & {
12
+ Label: typeof FormCheckLabel;
11
13
  };
12
14
  export default _default;
13
15
  //# sourceMappingURL=FormCheck.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormCheck.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormCheck.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAKnD,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;;;;AAqDD,wBAEG"}
1
+ {"version":3,"file":"FormCheck.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormCheck.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGnD,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAE9C,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAqBD,iBAAS,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBA6BtE;;;;AAED,wBAEG"}
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import type { PressableRef } from '../Pressable';
2
3
  import type { ExtendedViewStyle, StyleProp, UseFormFieldProps } from '../../types';
3
4
  export interface FormCheckInputProps extends UseFormFieldProps {
4
5
  type: 'checkbox' | 'radio' | 'switch';
@@ -15,6 +16,6 @@ export interface FormCheckInputProps extends UseFormFieldProps {
15
16
  style?: StyleProp<ExtendedViewStyle>;
16
17
  id?: string;
17
18
  }
18
- declare const FormCheckInput: React.ForwardRefExoticComponent<FormCheckInputProps & React.RefAttributes<import("react-native").View>>;
19
+ declare function FormCheckInput({ ref, ...props }: FormCheckInputProps & React.RefAttributes<PressableRef>): React.JSX.Element;
19
20
  export default FormCheckInput;
20
21
  //# sourceMappingURL=FormCheckInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormCheckInput.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormCheckInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAcpD,OAAO,KAAK,EACV,iBAAiB,EAEjB,SAAS,EAET,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,mBAAoB,SAAQ,iBAAiB;IAC5D,IAAI,EAAE,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;IACtC,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AA8ID,QAAA,MAAM,cAAc,yGAqFnB,CAAC;AAIF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"FormCheckInput.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormCheckInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAKpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AASjD,OAAO,KAAK,EACV,iBAAiB,EAEjB,SAAS,EAET,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,mBAAoB,SAAQ,iBAAiB;IAC5D,IAAI,EAAE,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;IACtC,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AA8ID,iBAAS,cAAc,CAAC,EACtB,GAAG,EACH,GAAG,KAAK,EACT,EAAE,mBAAmB,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,qBAiFzD;AAED,eAAe,cAAc,CAAC"}
@@ -1,7 +1,8 @@
1
1
  import React from 'react';
2
2
  import { LabelProps } from '../Label';
3
+ import type { ViewRef } from '../View';
3
4
  export interface FormCheckLabelProps extends LabelProps {
4
5
  }
5
- declare const FormCheckLabel: React.ForwardRefExoticComponent<FormCheckLabelProps & React.RefAttributes<import("react-native").View>>;
6
+ declare function FormCheckLabel(props: FormCheckLabelProps & React.RefAttributes<ViewRef>): React.JSX.Element;
6
7
  export default FormCheckLabel;
7
8
  //# sourceMappingURL=FormCheckLabel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormCheckLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormCheckLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAc,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAO7C,MAAM,WAAW,mBAAoB,SAAQ,UAAU;CAAG;AA0B1D,QAAA,MAAM,cAAc,yGA6BnB,CAAC;AAIF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"FormCheckLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormCheckLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAc,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAK7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,MAAM,WAAW,mBAAoB,SAAQ,UAAU;CAAG;AA0B1D,iBAAS,cAAc,CACrB,KAAK,EAAE,mBAAmB,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBA4B1D;AAED,eAAe,cAAc,CAAC"}
@@ -1,7 +1,8 @@
1
1
  import React from 'react';
2
2
  import { LabelProps } from '../Label';
3
+ import type { ViewRef } from '../View';
3
4
  export interface FormLabelProps extends LabelProps {
4
5
  }
5
- declare const FormLabel: React.ForwardRefExoticComponent<FormLabelProps & React.RefAttributes<import("react-native").View>>;
6
+ declare function FormLabel(props: FormLabelProps & React.RefAttributes<ViewRef>): React.JSX.Element;
6
7
  export default FormLabel;
7
8
  //# sourceMappingURL=FormLabel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAc,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAI7C,MAAM,WAAW,cAAe,SAAQ,UAAU;CAAG;AAerD,QAAA,MAAM,SAAS,oGAgBb,CAAC;AAIH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"FormLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAc,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,MAAM,WAAW,cAAe,SAAQ,UAAU;CAAG;AAerD,iBAAS,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAgBtE;AAED,eAAe,SAAS,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  export interface FormTextProps extends ViewProps {
4
4
  }
5
- declare const FormText: React.ForwardRefExoticComponent<FormTextProps & React.RefAttributes<import("react-native").View>>;
5
+ declare function FormText(props: FormTextProps & React.RefAttributes<ViewRef>): React.JSX.Element;
6
6
  export default FormText;
7
7
  //# sourceMappingURL=FormText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormText.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAInD,MAAM,WAAW,aAAc,SAAQ,SAAS;CAAG;AAcnD,QAAA,MAAM,QAAQ,mGAYZ,CAAC;AAIH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"FormText.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAInD,MAAM,WAAW,aAAc,SAAQ,SAAS;CAAG;AAcnD,iBAAS,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAYpE;AAED,eAAe,QAAQ,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { TextInputProps } from '../TextInput';
2
+ import { TextInputProps, TextInputRef } from '../TextInput';
3
3
  import type { UseFormFieldProps } from '../../types';
4
4
  export interface InputProps extends UseFormFieldProps, TextInputProps {
5
5
  size?: 'sm' | 'lg';
@@ -11,6 +11,6 @@ export interface InputProps extends UseFormFieldProps, TextInputProps {
11
11
  readOnly?: boolean;
12
12
  selectTextOnFocus?: boolean;
13
13
  }
14
- declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<import("react-native").TextInput>>;
14
+ declare function Input({ ref, ...props }: InputProps & React.RefAttributes<TextInputRef>): React.JSX.Element;
15
15
  export default Input;
16
16
  //# sourceMappingURL=Input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAE,cAAc,EAAgB,MAAM,cAAc,CAAC;AAIvE,OAAO,KAAK,EAGV,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,UAAW,SAAQ,iBAAiB,EAAE,cAAc;IACnE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAsJD,QAAA,MAAM,KAAK,qGA2CT,CAAC;AAIH,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAIvE,OAAO,KAAK,EAGV,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,UAAW,SAAQ,iBAAiB,EAAE,cAAc;IACnE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAsJD,iBAAS,KAAK,CAAC,EACb,GAAG,EACH,GAAG,KAAK,EACT,EAAE,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,qBA+ChD;AAED,eAAe,KAAK,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import { NativeSyntheticEvent, TargetedEvent } from 'react-native';
3
- import { PickerItemProps } from './PickerItem';
3
+ import PickerItem, { PickerItemProps } from './PickerItem';
4
4
  import type { UseFormFieldProps } from '../../types';
5
- import type { PressableProps } from '../Pressable';
5
+ import type { PressableProps, PressableRef } from '../Pressable';
6
6
  export interface MenuComponentProps {
7
7
  children: React.ReactElement | React.ReactElement[];
8
8
  selectedValue?: string | null | undefined;
@@ -25,8 +25,9 @@ export interface PickerProps extends UseFormFieldProps, PressableProps {
25
25
  autoFocus?: boolean;
26
26
  MenuComponent?: React.FC<MenuComponentProps>;
27
27
  }
28
- declare const _default: React.ForwardRefExoticComponent<Omit<PickerProps, "ref"> & React.RefAttributes<import("react-native").View>> & {
29
- Item: React.ForwardRefExoticComponent<PickerItemProps & React.RefAttributes<import("react-native").View>>;
28
+ declare function Picker({ ref, ...props }: PickerProps & React.RefAttributes<PressableRef>): React.JSX.Element;
29
+ declare const _default: typeof Picker & {
30
+ Item: typeof PickerItem;
30
31
  };
31
32
  export default _default;
32
33
  //# sourceMappingURL=Picker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Picker.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Picker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAAY,oBAAoB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAW7E,OAAmB,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE3D,OAAO,KAAK,EAGV,iBAAiB,EAClB,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,cAAc,EAAgB,MAAM,cAAc,CAAC;AAEjE,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACpD,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,WAAY,SAAQ,iBAAiB,EAAE,cAAc;IACpE,QAAQ,EACJ,KAAK,CAAC,YAAY,CAAC,eAAe,CAAC,GACnC,KAAK,CAAC,YAAY,CAAC,eAAe,CAAC,EAAE,CAAC;IAC1C,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,oBAAoB,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;IAC3D,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,oBAAoB,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;IAC1D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC;CAC9C;;;;AAiJD,wBAEG"}
1
+ {"version":3,"file":"Picker.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Picker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAAY,oBAAoB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAW7E,OAAO,UAAU,EAAE,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE3D,OAAO,KAAK,EAGV,iBAAiB,EAClB,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjE,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACpD,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,WAAY,SAAQ,iBAAiB,EAAE,cAAc;IACpE,QAAQ,EACJ,KAAK,CAAC,YAAY,CAAC,eAAe,CAAC,GACnC,KAAK,CAAC,YAAY,CAAC,eAAe,CAAC,EAAE,CAAC;IAC1C,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,oBAAoB,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;IAC3D,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,oBAAoB,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;IAC1D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC;CAC9C;AAwED,iBAAS,MAAM,CAAC,EACd,GAAG,EACH,GAAG,KAAK,EACT,EAAE,WAAW,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,qBAyEjD;;;;AAED,wBAEG"}
@@ -1,10 +1,10 @@
1
1
  import React from 'react';
2
- import type { ViewProps } from '../View';
2
+ import type { ViewProps, ViewRef } from '../View';
3
3
  export interface PickerItemProps extends ViewProps {
4
4
  label: string;
5
5
  value: string;
6
6
  disabled?: boolean;
7
7
  }
8
- declare const PickerItem: React.ForwardRefExoticComponent<PickerItemProps & React.RefAttributes<import("react-native").View>>;
8
+ declare function PickerItem(props: PickerItemProps & React.RefAttributes<ViewRef>): React.JSX.Element;
9
9
  export default PickerItem;
10
10
  //# sourceMappingURL=PickerItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/PickerItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAElD,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,UAAU,qGAad,CAAC;AAIH,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"PickerItem.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/PickerItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElD,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBAaxE;AAED,eAAe,UAAU,CAAC"}
@@ -1,10 +1,13 @@
1
1
  import React from 'react';
2
+ import type { PressableRef } from '../Pressable';
2
3
  import { FormCheckInputProps } from './FormCheckInput';
4
+ import RadioGroup from './RadioGroup';
3
5
  export interface RadioProps extends Omit<FormCheckInputProps, 'value' | 'type'> {
4
6
  value: boolean | number | string | object | null;
5
7
  }
6
- declare const _default: React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<import("react-native").View>> & {
7
- Group: React.ForwardRefExoticComponent<import("./RadioGroup").RadioGroupProps & React.RefAttributes<import("react-native").View>>;
8
+ declare function Radio(props: RadioProps & React.RefAttributes<PressableRef>): React.JSX.Element;
9
+ declare const _default: typeof Radio & {
10
+ Group: typeof RadioGroup;
8
11
  };
9
12
  export default _default;
10
13
  //# sourceMappingURL=Radio.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAuB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAIvE,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAAC;IACnD,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CAClD;;;;AAwBD,wBAEG"}
1
+ {"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAuB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,UAAU,MAAM,cAAc,CAAC;AAGtC,MAAM,WAAW,UAAW,SAAQ,IAAI,CACtC,mBAAmB,EACnB,OAAO,GAAG,MAAM,CACjB;IACC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CAClD;AAED,iBAAS,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,qBAkBnE;;;;AAED,wBAEG"}
@@ -1,10 +1,10 @@
1
1
  import React from 'react';
2
- import { ViewProps } from '../View';
2
+ import { ViewProps, ViewRef } from '../View';
3
3
  export interface RadioGroupProps extends ViewProps {
4
4
  selectedValue?: boolean | number | string | object | null | undefined;
5
5
  onValueChange?: (value: any) => void;
6
6
  disabled?: boolean;
7
7
  }
8
- declare const RadioGroup: React.ForwardRefExoticComponent<RadioGroupProps & React.RefAttributes<import("react-native").View>>;
8
+ declare function RadioGroup(props: RadioGroupProps & React.RefAttributes<ViewRef>): React.JSX.Element;
9
9
  export default RadioGroup;
10
10
  //# sourceMappingURL=RadioGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAGnD,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAGtE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,UAAU,qGAyBd,CAAC;AAIH,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAa,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAGnD,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAGtE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,qBA0BxE;AAED,eAAe,UAAU,CAAC"}
@@ -1,7 +1,8 @@
1
1
  import React from 'react';
2
+ import type { PressableRef } from '../Pressable';
2
3
  import { FormCheckInputProps } from './FormCheckInput';
3
4
  export interface SwitchProps extends Omit<FormCheckInputProps, 'type'> {
4
5
  }
5
- declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<import("react-native").View>>;
6
+ declare function Switch(props: SwitchProps & React.RefAttributes<PressableRef>): React.JSX.Element;
6
7
  export default Switch;
7
8
  //# sourceMappingURL=Switch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAuB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEvE,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;CAAG;AAEzE,QAAA,MAAM,MAAM,iGAIV,CAAC;AAIH,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AACjD,OAAuB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEvE,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,mBAAmB,EAAE,MAAM,CAAC;CAAG;AAEzE,iBAAS,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,qBAIrE;AAED,eAAe,MAAM,CAAC"}
@@ -1,9 +1,10 @@
1
1
  import React from 'react';
2
2
  import type { ViewStyle } from 'react-native';
3
+ import { PressableRef } from '../../Pressable';
3
4
  import type { FormCheckInputProps } from '../FormCheckInput';
4
5
  export interface FormCheckInputNativeProps extends FormCheckInputProps {
5
6
  style: ViewStyle[];
6
7
  }
7
- declare const FormCheckInputNative: React.ForwardRefExoticComponent<FormCheckInputNativeProps & React.RefAttributes<import("react-native").View>>;
8
+ declare function FormCheckInputNative(props: FormCheckInputNativeProps & React.RefAttributes<PressableRef>): React.JSX.Element;
8
9
  export default FormCheckInputNative;
9
10
  //# sourceMappingURL=FormCheckInputNative.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormCheckInputNative.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/internals/FormCheckInputNative.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAE7D,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;IACpE,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB;AAED,QAAA,MAAM,oBAAoB,+GAoCxB,CAAC;AAIH,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"FormCheckInputNative.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/internals/FormCheckInputNative.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAkB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAE7D,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;IACpE,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB;AAED,iBAAS,oBAAoB,CAC3B,KAAK,EAAE,yBAAyB,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,qBAmCrE;AAED,eAAe,oBAAoB,CAAC"}
@@ -1,9 +1,10 @@
1
1
  import React from 'react';
2
2
  import { ViewStyle } from 'react-native';
3
+ import type { PressableRef } from '../../Pressable';
3
4
  import type { FormCheckInputProps } from '../FormCheckInput';
4
5
  export interface FormCheckInputWebProps extends FormCheckInputProps {
5
6
  style: ViewStyle[];
6
7
  }
7
- declare const FormCheckInputWeb: React.ForwardRefExoticComponent<FormCheckInputWebProps & React.RefAttributes<import("react-native").View>>;
8
+ declare function FormCheckInputWeb(props: FormCheckInputWebProps & React.RefAttributes<PressableRef>): React.JSX.Element;
8
9
  export default FormCheckInputWeb;
9
10
  //# sourceMappingURL=FormCheckInputWeb.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormCheckInputWeb.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/internals/FormCheckInputWeb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAIL,SAAS,EACV,MAAM,cAAc,CAAC;AAGtB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAE7D,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;IACjE,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB;AAyBD,QAAA,MAAM,iBAAiB,4GAoCrB,CAAC;AAIH,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"FormCheckInputWeb.d.ts","sourceRoot":"","sources":["../../../../../src/components/forms/internals/FormCheckInputWeb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAIL,SAAS,EACV,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAE7D,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;IACjE,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB;AA2BD,iBAAS,iBAAiB,CACxB,KAAK,EAAE,sBAAsB,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,qBAmClE;AAED,eAAe,iBAAiB,CAAC"}