@rocket.chat/fuselage 0.31.3 → 0.31.4

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 (404) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +5 -4
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -1
  3. package/dist/components/Accordion/AccordionItem.d.ts +1 -1
  4. package/dist/components/Accordion/AccordionItem.d.ts.map +1 -1
  5. package/dist/components/{Box/AnimatedVisibility → AnimatedVisibility}/AnimatedVisibility.d.ts +1 -1
  6. package/dist/components/AnimatedVisibility/AnimatedVisibility.d.ts.map +1 -0
  7. package/dist/components/{Box/AnimatedVisibility → AnimatedVisibility}/index.d.ts +1 -1
  8. package/dist/components/AnimatedVisibility/index.d.ts.map +1 -0
  9. package/dist/components/AutoComplete/AutoComplete.d.ts +5 -1
  10. package/dist/components/Avatar/Avatar.d.ts +1 -1
  11. package/dist/components/Avatar/Avatar.d.ts.map +1 -1
  12. package/dist/components/Badge/Badge.d.ts +1 -1
  13. package/dist/components/Badge/Badge.d.ts.map +1 -1
  14. package/dist/components/Banner/Banner.d.ts +1 -1
  15. package/dist/components/Banner/Banner.d.ts.map +1 -1
  16. package/dist/components/Box/BoxTransforms.d.ts.map +1 -1
  17. package/dist/components/Box/index.d.ts +2 -20
  18. package/dist/components/Button/ActionButton.d.ts +4 -241
  19. package/dist/components/Button/ActionButton.d.ts.map +1 -1
  20. package/dist/components/Button/Button.d.ts +4 -241
  21. package/dist/components/Button/Button.d.ts.map +1 -1
  22. package/dist/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  23. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  24. package/dist/components/Callout/Callout.d.ts +1 -1
  25. package/dist/components/Callout/Callout.d.ts.map +1 -1
  26. package/dist/components/CheckBox/CheckBox.d.ts +2 -240
  27. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -1
  28. package/dist/components/Chevron/Chevron.d.ts +1 -1
  29. package/dist/components/Chevron/Chevron.d.ts.map +1 -1
  30. package/dist/components/Chip/Chip.d.ts +2 -1
  31. package/dist/components/Chip/Chip.d.ts.map +1 -1
  32. package/dist/components/CodeSnippet/CodeSnippet.d.ts +1 -1
  33. package/dist/components/CodeSnippet/CodeSnippet.d.ts.map +1 -1
  34. package/dist/components/Divider/Divider.d.ts +1 -1
  35. package/dist/components/Divider/Divider.d.ts.map +1 -1
  36. package/dist/components/Dropdown/Dropdown.d.ts +4 -3
  37. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -1
  38. package/dist/components/Dropdown/DropdownDesktop.d.ts +3 -2
  39. package/dist/components/Dropdown/DropdownDesktop.d.ts.map +1 -1
  40. package/dist/components/Dropdown/DropdownMobile.d.ts +2 -1
  41. package/dist/components/Dropdown/DropdownMobile.d.ts.map +1 -1
  42. package/dist/components/EmailInput/EmailInput.d.ts +6 -243
  43. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
  44. package/dist/components/Field/Field.d.ts +1 -1
  45. package/dist/components/Field/Field.d.ts.map +1 -1
  46. package/dist/components/Field/FieldDescription.d.ts +1 -1
  47. package/dist/components/Field/FieldDescription.d.ts.map +1 -1
  48. package/dist/components/Field/FieldError.d.ts +1 -1
  49. package/dist/components/Field/FieldError.d.ts.map +1 -1
  50. package/dist/components/Field/FieldHint.d.ts +1 -1
  51. package/dist/components/Field/FieldHint.d.ts.map +1 -1
  52. package/dist/components/Field/FieldLabel.d.ts +1 -1
  53. package/dist/components/Field/FieldLabel.d.ts.map +1 -1
  54. package/dist/components/Field/FieldLink.d.ts +1 -1
  55. package/dist/components/Field/FieldLink.d.ts.map +1 -1
  56. package/dist/components/Field/FieldRow.d.ts +1 -1
  57. package/dist/components/Field/FieldRow.d.ts.map +1 -1
  58. package/dist/components/Field/index.d.ts +6 -1315
  59. package/dist/components/Field/index.d.ts.map +1 -1
  60. package/dist/components/FieldGroup/FieldGroup.d.ts +1 -1
  61. package/dist/components/FieldGroup/FieldGroup.d.ts.map +1 -1
  62. package/dist/components/{Box/Flex/Flex.d.ts → Flex/FlexContainer.d.ts} +4 -4
  63. package/dist/components/Flex/FlexContainer.d.ts.map +1 -0
  64. package/dist/components/{Box/Flex → Flex}/FlexItem.d.ts +3 -3
  65. package/dist/components/Flex/FlexItem.d.ts.map +1 -0
  66. package/dist/components/Flex/index.d.ts +8 -0
  67. package/dist/components/Flex/index.d.ts.map +1 -0
  68. package/dist/components/Grid/Grid.d.ts +3 -121
  69. package/dist/components/Grid/Grid.d.ts.map +1 -1
  70. package/dist/components/Grid/GridItem.d.ts +1 -1
  71. package/dist/components/Grid/GridItem.d.ts.map +1 -1
  72. package/dist/components/Icon/Icon.d.ts +4 -122
  73. package/dist/components/Icon/Icon.d.ts.map +1 -1
  74. package/dist/components/Icon/IconsList.d.ts +1 -1
  75. package/dist/components/Icon/IconsList.d.ts.map +1 -1
  76. package/dist/components/InputBox/Addon.d.ts +1 -239
  77. package/dist/components/InputBox/Addon.d.ts.map +1 -1
  78. package/dist/components/InputBox/Input.d.ts +1 -239
  79. package/dist/components/InputBox/Input.d.ts.map +1 -1
  80. package/dist/components/InputBox/InputBox.d.ts +5 -5
  81. package/dist/components/InputBox/InputBox.d.ts.map +1 -1
  82. package/dist/components/InputBox/InputBoxSkeleton.d.ts +1 -1
  83. package/dist/components/InputBox/InputBoxSkeleton.d.ts.map +1 -1
  84. package/dist/components/InputBox/Option.d.ts +1 -239
  85. package/dist/components/InputBox/Option.d.ts.map +1 -1
  86. package/dist/components/InputBox/Placeholder.d.ts +1 -239
  87. package/dist/components/InputBox/Placeholder.d.ts.map +1 -1
  88. package/dist/components/InputBox/Wrapper.d.ts +1 -1
  89. package/dist/components/InputBox/Wrapper.d.ts.map +1 -1
  90. package/dist/components/InputBox/index.d.ts +11 -2034
  91. package/dist/components/InputBox/index.d.ts.map +1 -1
  92. package/dist/components/Label/Label.d.ts +1 -1
  93. package/dist/components/Label/Label.d.ts.map +1 -1
  94. package/dist/components/Margins/Margins.d.ts +2 -2
  95. package/dist/components/Margins/Margins.d.ts.map +1 -1
  96. package/dist/components/Menu/Menu.d.ts +9 -6
  97. package/dist/components/Menu/Menu.d.ts.map +1 -1
  98. package/dist/components/Message/Message.d.ts +2 -1
  99. package/dist/components/Message/Message.d.ts.map +1 -1
  100. package/dist/components/Message/MessageBlock.d.ts +1 -1
  101. package/dist/components/Message/MessageBlock.d.ts.map +1 -1
  102. package/dist/components/Message/MessageBody.d.ts +1 -1
  103. package/dist/components/Message/MessageBody.d.ts.map +1 -1
  104. package/dist/components/Message/MessageContainer.d.ts +1 -1
  105. package/dist/components/Message/MessageContainer.d.ts.map +1 -1
  106. package/dist/components/Message/MessageContainerFixed.d.ts +1 -1
  107. package/dist/components/Message/MessageContainerFixed.d.ts.map +1 -1
  108. package/dist/components/Message/MessageDivider/MessageDivider.d.ts +1 -1
  109. package/dist/components/Message/MessageDivider/MessageDivider.d.ts.map +1 -1
  110. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts +1 -1
  111. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts.map +1 -1
  112. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts +1 -1
  113. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts.map +1 -1
  114. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts +1 -1
  115. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts.map +1 -1
  116. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts +1 -1
  117. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts.map +1 -1
  118. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts +1 -1
  119. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts.map +1 -1
  120. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts +1 -1
  121. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts.map +1 -1
  122. package/dist/components/Message/MessageHeader.d.ts +1 -1
  123. package/dist/components/Message/MessageHeader.d.ts.map +1 -1
  124. package/dist/components/Message/MessageLeftContainer.d.ts +1 -1
  125. package/dist/components/Message/MessageLeftContainer.d.ts.map +1 -1
  126. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts +1 -1
  127. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts.map +1 -1
  128. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts +1 -1
  129. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts.map +1 -1
  130. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts +1 -1
  131. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts.map +1 -1
  132. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts +1 -1
  133. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts.map +1 -1
  134. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts +1 -1
  135. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts.map +1 -1
  136. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts +1 -1
  137. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts.map +1 -1
  138. package/dist/components/Message/MessageMetrics/index.d.ts +2 -240
  139. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
  140. package/dist/components/Message/MessageName.d.ts +1 -1
  141. package/dist/components/Message/MessageName.d.ts.map +1 -1
  142. package/dist/components/Message/MessageReactions/MessageReaction.d.ts +3 -2
  143. package/dist/components/Message/MessageReactions/MessageReaction.d.ts.map +1 -1
  144. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts +1 -1
  145. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts.map +1 -1
  146. package/dist/components/Message/MessageReactions/MessageReactions.d.ts +1 -1
  147. package/dist/components/Message/MessageReactions/MessageReactions.d.ts.map +1 -1
  148. package/dist/components/Message/MessageReactions/index.d.ts +1 -120
  149. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -1
  150. package/dist/components/Message/MessageRole.d.ts +1 -1
  151. package/dist/components/Message/MessageRole.d.ts.map +1 -1
  152. package/dist/components/Message/MessageRoles.d.ts +1 -1
  153. package/dist/components/Message/MessageRoles.d.ts.map +1 -1
  154. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts +2 -1
  155. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts.map +1 -1
  156. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts +1 -1
  157. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts.map +1 -1
  158. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts +2 -2
  159. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts.map +1 -1
  160. package/dist/components/Message/MessageSystem/MessageSystem.d.ts +1 -1
  161. package/dist/components/Message/MessageSystem/MessageSystem.d.ts.map +1 -1
  162. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts +1 -1
  163. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts.map +1 -1
  164. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts +1 -1
  165. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts.map +1 -1
  166. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts +1 -1
  167. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts.map +1 -1
  168. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts.map +1 -1
  169. package/dist/components/Message/MessageTimestamp.d.ts +1 -1
  170. package/dist/components/Message/MessageTimestamp.d.ts.map +1 -1
  171. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts +1 -1
  172. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts.map +1 -1
  173. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +4 -361
  174. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
  175. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts +2 -1
  176. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts.map +1 -1
  177. package/dist/components/Message/MessageToolbox/index.d.ts +45 -482
  178. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
  179. package/dist/components/Message/MessageUsername.d.ts +1 -1
  180. package/dist/components/Message/MessageUsername.d.ts.map +1 -1
  181. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts +1 -1
  182. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts.map +1 -1
  183. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts +1 -1
  184. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts.map +1 -1
  185. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts +1 -1
  186. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts.map +1 -1
  187. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts +1 -1
  188. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts.map +1 -1
  189. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts +1 -1
  190. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts.map +1 -1
  191. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts +1 -1
  192. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts.map +1 -1
  193. package/dist/components/Message/index.d.ts +48 -842
  194. package/dist/components/Message/index.d.ts.map +1 -1
  195. package/dist/components/Modal/Modal.d.ts +1 -239
  196. package/dist/components/Modal/Modal.d.ts.map +1 -1
  197. package/dist/components/Modal/ModalBackdrop.d.ts +1 -1
  198. package/dist/components/Modal/ModalBackdrop.d.ts.map +1 -1
  199. package/dist/components/Modal/ModalClose.d.ts +2 -2
  200. package/dist/components/Modal/ModalClose.d.ts.map +1 -1
  201. package/dist/components/Modal/ModalContent.d.ts +1 -1
  202. package/dist/components/Modal/ModalContent.d.ts.map +1 -1
  203. package/dist/components/Modal/ModalFooter.d.ts +1 -1
  204. package/dist/components/Modal/ModalFooter.d.ts.map +1 -1
  205. package/dist/components/Modal/ModalHeader.d.ts +1 -1
  206. package/dist/components/Modal/ModalHeader.d.ts.map +1 -1
  207. package/dist/components/Modal/ModalIcon.d.ts +1 -1
  208. package/dist/components/Modal/ModalIcon.d.ts.map +1 -1
  209. package/dist/components/Modal/ModalThumb.d.ts +1 -1
  210. package/dist/components/Modal/ModalThumb.d.ts.map +1 -1
  211. package/dist/components/Modal/ModalTitle.d.ts +1 -1
  212. package/dist/components/Modal/ModalTitle.d.ts.map +1 -1
  213. package/dist/components/Modal/index.d.ts +9 -961
  214. package/dist/components/Modal/index.d.ts.map +1 -1
  215. package/dist/components/MultiSelect/MultiSelect.d.ts +22 -13
  216. package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -0
  217. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts +13 -0
  218. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts.map +1 -0
  219. package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts +11 -0
  220. package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts.map +1 -0
  221. package/dist/components/MultiSelect/MultiSelectFiltered.d.ts +10 -12
  222. package/dist/components/MultiSelect/MultiSelectFiltered.d.ts.map +1 -0
  223. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts +16 -0
  224. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts.map +1 -0
  225. package/dist/components/MultiSelect/SelectedOptions.d.ts +1 -1
  226. package/dist/components/MultiSelect/SelectedOptions.d.ts.map +1 -1
  227. package/dist/components/NumberInput/NumberInput.d.ts +3 -121
  228. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  229. package/dist/components/Options/CheckOption.d.ts +17 -5
  230. package/dist/components/Options/CheckOption.d.ts.map +1 -1
  231. package/dist/components/Options/Option/Option.d.ts +4 -3
  232. package/dist/components/Options/Option/Option.d.ts.map +1 -1
  233. package/dist/components/Options/Option/OptionAvatar.d.ts +1 -1
  234. package/dist/components/Options/Option/OptionAvatar.d.ts.map +1 -1
  235. package/dist/components/Options/Option/OptionColumn.d.ts +1 -1
  236. package/dist/components/Options/Option/OptionColumn.d.ts.map +1 -1
  237. package/dist/components/Options/Option/OptionContent.d.ts +1 -1
  238. package/dist/components/Options/Option/OptionContent.d.ts.map +1 -1
  239. package/dist/components/Options/Option/OptionDescription.d.ts +1 -1
  240. package/dist/components/Options/Option/OptionDescription.d.ts.map +1 -1
  241. package/dist/components/Options/Option/OptionDivider.d.ts +1 -1
  242. package/dist/components/Options/Option/OptionDivider.d.ts.map +1 -1
  243. package/dist/components/Options/Option/OptionHeader.d.ts +7 -0
  244. package/dist/components/Options/Option/OptionHeader.d.ts.map +1 -0
  245. package/dist/components/Options/Option/OptionIcon.d.ts +4 -3
  246. package/dist/components/Options/Option/OptionIcon.d.ts.map +1 -1
  247. package/dist/components/Options/Option/OptionMenu.d.ts +1 -1
  248. package/dist/components/Options/Option/OptionMenu.d.ts.map +1 -1
  249. package/dist/components/Options/Option/OptionTitle.d.ts +1 -1
  250. package/dist/components/Options/Option/OptionTitle.d.ts.map +1 -1
  251. package/dist/components/Options/Option/index.d.ts +15 -124
  252. package/dist/components/Options/Option/index.d.ts.map +1 -1
  253. package/dist/components/Options/Options.d.ts +18 -247
  254. package/dist/components/Options/Options.d.ts.map +1 -1
  255. package/dist/components/Options/index.d.ts +3 -240
  256. package/dist/components/Options/index.d.ts.map +1 -1
  257. package/dist/components/Options/useCursor.d.ts +2 -2
  258. package/dist/components/Options/useCursor.d.ts.map +1 -1
  259. package/dist/components/Options/useVisible.d.ts +2 -2
  260. package/dist/components/Options/useVisible.d.ts.map +1 -1
  261. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +10 -247
  262. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  263. package/dist/components/Pagination/Pagination.d.ts +1 -1
  264. package/dist/components/Pagination/Pagination.d.ts.map +1 -1
  265. package/dist/components/PasswordInput/PasswordInput.d.ts +3 -121
  266. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  267. package/dist/components/{Box/Position → Position}/Position.d.ts +3 -3
  268. package/dist/components/Position/Position.d.ts.map +1 -0
  269. package/dist/components/Position/index.d.ts +2 -0
  270. package/dist/components/Position/index.d.ts.map +1 -0
  271. package/dist/components/{Box/Position → PositionAnimated}/PositionAnimated.d.ts +2 -2
  272. package/dist/components/PositionAnimated/PositionAnimated.d.ts.map +1 -0
  273. package/dist/components/PositionAnimated/index.d.ts +2 -0
  274. package/dist/components/PositionAnimated/index.d.ts.map +1 -0
  275. package/dist/components/ProgressBar/ProgressBar.d.ts +4 -241
  276. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  277. package/dist/components/RadioButton/RadioButton.d.ts +2 -240
  278. package/dist/components/RadioButton/RadioButton.d.ts.map +1 -1
  279. package/dist/components/{Box/Scrollable → Scrollable}/Scrollable.d.ts +1 -1
  280. package/dist/components/Scrollable/Scrollable.d.ts.map +1 -0
  281. package/dist/components/{Box/Scrollable → Scrollable}/index.d.ts +0 -0
  282. package/dist/components/Scrollable/index.d.ts.map +1 -0
  283. package/dist/components/SearchInput/SearchInput.d.ts +6 -243
  284. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  285. package/dist/components/Select/Select.d.ts +29 -737
  286. package/dist/components/Select/Select.d.ts.map +1 -1
  287. package/dist/components/Select/SelectAddon.d.ts +8 -0
  288. package/dist/components/Select/SelectAddon.d.ts.map +1 -0
  289. package/dist/components/Select/SelectFiltered.d.ts +21 -364
  290. package/dist/components/Select/SelectFiltered.d.ts.map +1 -1
  291. package/dist/components/Select/SelectFocus.d.ts +8 -0
  292. package/dist/components/Select/SelectFocus.d.ts.map +1 -0
  293. package/dist/components/SelectInput/SelectInput.d.ts +6 -243
  294. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  295. package/dist/components/SelectInput/index.d.ts +1 -239
  296. package/dist/components/SelectInput/index.d.ts.map +1 -1
  297. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts +1 -1
  298. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts.map +1 -1
  299. package/dist/components/SelectPaginated/PaginatedSelect.d.ts +1 -1
  300. package/dist/components/SelectPaginated/PaginatedSelect.d.ts.map +1 -1
  301. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts +1 -1
  302. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts.map +1 -1
  303. package/dist/components/Sidebar/Item.d.ts +8 -483
  304. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  305. package/dist/components/Sidebar/Section.d.ts +1 -1
  306. package/dist/components/Sidebar/Section.d.ts.map +1 -1
  307. package/dist/components/Sidebar/SidebarActions.d.ts +1 -1
  308. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  309. package/dist/components/Sidebar/SidebarFooter.d.ts +2 -1
  310. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -1
  311. package/dist/components/Sidebar/TopBar.d.ts +7 -482
  312. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  313. package/dist/components/Sidebar/index.d.ts +12 -844
  314. package/dist/components/Sidebar/index.d.ts.map +1 -1
  315. package/dist/components/Skeleton/Skeleton.d.ts +1 -1
  316. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -1
  317. package/dist/components/States/States.d.ts +1 -1
  318. package/dist/components/States/States.d.ts.map +1 -1
  319. package/dist/components/States/StatesAction.d.ts +1 -1
  320. package/dist/components/States/StatesAction.d.ts.map +1 -1
  321. package/dist/components/States/StatesActions.d.ts +1 -1
  322. package/dist/components/States/StatesActions.d.ts.map +1 -1
  323. package/dist/components/States/StatesIcon.d.ts +1 -1
  324. package/dist/components/States/StatesIcon.d.ts.map +1 -1
  325. package/dist/components/States/StatesSubtitle.d.ts +1 -1
  326. package/dist/components/States/StatesSubtitle.d.ts.map +1 -1
  327. package/dist/components/States/StatesSuggestion.d.ts +1 -1
  328. package/dist/components/States/StatesSuggestion.d.ts.map +1 -1
  329. package/dist/components/States/StatesSuggestionList.d.ts +1 -1
  330. package/dist/components/States/StatesSuggestionList.d.ts.map +1 -1
  331. package/dist/components/States/StatesSuggestionListItem.d.ts +1 -1
  332. package/dist/components/States/StatesSuggestionListItem.d.ts.map +1 -1
  333. package/dist/components/States/StatesSuggestionText.d.ts +1 -1
  334. package/dist/components/States/StatesSuggestionText.d.ts.map +1 -1
  335. package/dist/components/States/StatesTitle.d.ts +1 -1
  336. package/dist/components/States/StatesTitle.d.ts.map +1 -1
  337. package/dist/components/StatusBullet/StatusBullet.d.ts +1 -1
  338. package/dist/components/StatusBullet/StatusBullet.d.ts.map +1 -1
  339. package/dist/components/Table/Table.d.ts +4 -241
  340. package/dist/components/Table/Table.d.ts.map +1 -1
  341. package/dist/components/Table/TableCell.d.ts +1 -1
  342. package/dist/components/Table/TableCell.d.ts.map +1 -1
  343. package/dist/components/Table/TableFoot.d.ts +1 -1
  344. package/dist/components/Table/TableFoot.d.ts.map +1 -1
  345. package/dist/components/Table/TableHead.d.ts +1 -1
  346. package/dist/components/Table/TableHead.d.ts.map +1 -1
  347. package/dist/components/Table/TableRow.d.ts +1 -1
  348. package/dist/components/Table/TableRow.d.ts.map +1 -1
  349. package/dist/components/Table/TableSelection.d.ts +1 -1
  350. package/dist/components/Table/TableSelection.d.ts.map +1 -1
  351. package/dist/components/Table/TableSelectionButton.d.ts +2 -2
  352. package/dist/components/Table/TableSelectionButton.d.ts.map +1 -1
  353. package/dist/components/Table/index.d.ts +4 -480
  354. package/dist/components/Table/index.d.ts.map +1 -1
  355. package/dist/components/Tabs/Tabs.d.ts +4 -241
  356. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  357. package/dist/components/Tabs/TabsItem.d.ts +2 -240
  358. package/dist/components/Tabs/TabsItem.d.ts.map +1 -1
  359. package/dist/components/Tag/Tag.d.ts +2 -2
  360. package/dist/components/Tag/Tag.d.ts.map +1 -1
  361. package/dist/components/TelephoneInput/TelephoneInput.d.ts +6 -243
  362. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
  363. package/dist/components/TextAreaInput/TextArea.d.ts +6 -243
  364. package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -1
  365. package/dist/components/TextInput/TextInput.d.ts +6 -243
  366. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  367. package/dist/components/Throbber/Throbber.d.ts +2 -240
  368. package/dist/components/Throbber/Throbber.d.ts.map +1 -1
  369. package/dist/components/Tile/Tile.d.ts +2 -240
  370. package/dist/components/Tile/Tile.d.ts.map +1 -1
  371. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +2 -240
  372. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
  373. package/dist/components/Tooltip/Tooltip.d.ts +3 -241
  374. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  375. package/dist/components/UrlInput/UrlInput.d.ts +3 -121
  376. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  377. package/dist/components/index.d.ts +7 -1
  378. package/dist/components/index.d.ts.map +1 -1
  379. package/dist/fuselage.development.js +5615 -6368
  380. package/dist/fuselage.development.js.map +1 -1
  381. package/dist/fuselage.production.js +1 -1
  382. package/dist/helpers/isForwardRefType.d.ts +3 -0
  383. package/dist/helpers/isForwardRefType.d.ts.map +1 -0
  384. package/dist/helpers/patchChildren.d.ts +1 -1
  385. package/dist/helpers/patchChildren.d.ts.map +1 -1
  386. package/dist/hooks/useArrayLikeClassNameProp.d.ts +6 -0
  387. package/dist/hooks/useArrayLikeClassNameProp.d.ts.map +1 -0
  388. package/dist/hooks/useBoxOnlyProps.d.ts +8 -0
  389. package/dist/hooks/useBoxOnlyProps.d.ts.map +1 -0
  390. package/dist/hooks/useStyle.d.ts +1 -2
  391. package/dist/hooks/useStyle.d.ts.map +1 -1
  392. package/package.json +53 -59
  393. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts.map +0 -1
  394. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +0 -1
  395. package/dist/components/Box/Flex/Flex.d.ts.map +0 -1
  396. package/dist/components/Box/Flex/FlexItem.d.ts.map +0 -1
  397. package/dist/components/Box/Flex/index.d.ts +0 -10
  398. package/dist/components/Box/Flex/index.d.ts.map +0 -1
  399. package/dist/components/Box/Position/Position.d.ts.map +0 -1
  400. package/dist/components/Box/Position/PositionAnimated.d.ts.map +0 -1
  401. package/dist/components/Box/Position/index.d.ts +0 -3
  402. package/dist/components/Box/Position/index.d.ts.map +0 -1
  403. package/dist/components/Box/Scrollable/Scrollable.d.ts.map +0 -1
  404. package/dist/components/Box/Scrollable/index.d.ts.map +0 -1
@@ -1,15 +1,16 @@
1
+ import type { ElementType, Ref } from 'react';
1
2
  import React from 'react';
2
3
  export declare const Empty: React.MemoExoticComponent<() => JSX.Element>;
3
4
  export declare const CheckOption: React.NamedExoticComponent<{
4
- is?: React.ElementType<any> | undefined;
5
+ is?: ElementType<any> | undefined;
5
6
  id?: string | undefined;
6
7
  children?: React.ReactNode;
7
8
  label?: React.ReactNode;
8
9
  focus?: boolean | undefined;
9
10
  selected?: boolean | undefined;
10
11
  className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
11
- ref?: React.Ref<Element> | undefined;
12
- icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "italic" | "bold" | "key" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "underline" | "user" | "bell" | "bell-off" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "circle-exclamation" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "copy" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-neutral" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "shredder" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter" | undefined;
12
+ ref?: Ref<Element> | undefined;
13
+ icon?: "info" | "warning" | "link" | "download" | "list" | "clip" | "italic" | "bold" | "key" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "user" | "bell" | "bell-off" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "circle-exclamation" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "copy" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-neutral" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "stopwatch" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "underline" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter" | undefined;
13
14
  avatar?: React.ReactNode;
14
15
  title?: string | undefined;
15
16
  value?: string | undefined;
@@ -17,128 +18,9 @@ export declare const CheckOption: React.NamedExoticComponent<{
17
18
  onClick?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
18
19
  }>;
19
20
  export declare const OptionsPaginated: React.ForwardRefExoticComponent<Pick<Omit<{
20
- is?: React.ElementType<any> | undefined;
21
+ is?: ElementType<any> | undefined;
21
22
  htmlSize?: number | undefined;
22
- } & {
23
- border?: import("csstype").Property.Border<string | number> | undefined;
24
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
25
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
26
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
27
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
28
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
29
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
30
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
31
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
32
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
33
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
34
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
35
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
36
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
37
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
38
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
39
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
40
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
41
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
42
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
43
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
44
- borderColor?: import("csstype").Property.BorderColor | undefined;
45
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
46
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
47
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
48
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
49
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
50
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
51
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
52
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
53
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
54
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
55
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
56
- color?: import("csstype").Property.Color | undefined;
57
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
58
- bg?: import("csstype").Property.BackgroundColor | undefined;
59
- opacity?: import("csstype").Property.Opacity | undefined;
60
- alignItems?: import("csstype").Property.AlignItems | undefined;
61
- alignContent?: import("csstype").Property.AlignContent | undefined;
62
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
63
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
64
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
65
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
66
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
67
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
68
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
69
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
70
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
71
- order?: import("csstype").Property.Order | undefined;
72
- w?: import("csstype").Property.Width<string | number> | undefined;
73
- width?: import("csstype").Property.Width<string | number> | undefined;
74
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
75
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
76
- h?: import("csstype").Property.Height<string | number> | undefined;
77
- height?: import("csstype").Property.Height<string | number> | undefined;
78
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
79
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
80
- display?: import("csstype").Property.Display | undefined;
81
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
82
- overflow?: import("csstype").Property.Overflow | undefined;
83
- overflowX?: import("csstype").Property.OverflowX | undefined;
84
- overflowY?: import("csstype").Property.OverflowY | undefined;
85
- position?: import("csstype").Property.Position | undefined;
86
- zIndex?: import("csstype").Property.ZIndex | undefined;
87
- inset?: import("csstype").Property.Inset<string | number> | undefined;
88
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
89
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
90
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
91
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
92
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
93
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
94
- m?: import("csstype").Property.Margin<string | number> | undefined;
95
- margin?: import("csstype").Property.Margin<string | number> | undefined;
96
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
97
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
98
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
99
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
100
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
101
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
102
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
103
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
104
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
105
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
106
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
107
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
108
- p?: import("csstype").Property.Padding<string | number> | undefined;
109
- padding?: import("csstype").Property.Padding<string | number> | undefined;
110
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
111
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
112
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
113
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
114
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
115
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
116
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
117
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
118
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
119
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
120
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
121
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
122
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
123
- fontSize?: string | number | (string & {}) | undefined;
124
- fontStyle?: import("csstype").Property.FontStyle | undefined;
125
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
126
- letterSpacing?: string | number | undefined;
127
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
128
- textAlign?: import("csstype").Property.TextAlign | undefined;
129
- textTransform?: import("csstype").Property.TextTransform | undefined;
130
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
131
- animated?: boolean | undefined;
132
- elevation?: "0" | "1" | "2" | undefined;
133
- invisible?: boolean | undefined;
134
- withRichContent?: string | boolean | undefined;
135
- withTruncatedText?: boolean | undefined;
136
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
137
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
138
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
139
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
140
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
141
- } & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "onSelect"> & {
23
+ } & import("../Box").BoxStylingProps & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "onSelect"> & {
142
24
  multiple?: boolean | undefined;
143
25
  options: {
144
26
  value: unknown;
@@ -146,129 +28,10 @@ export declare const OptionsPaginated: React.ForwardRefExoticComponent<Pick<Omit
146
28
  selected?: boolean;
147
29
  }[];
148
30
  cursor: number;
149
- renderItem?: React.ElementType<any> | undefined;
150
- renderEmpty?: React.ElementType<any> | undefined;
31
+ renderItem?: ElementType<any> | undefined;
32
+ renderEmpty?: ElementType<any> | undefined;
151
33
  onSelect: (option: [unknown, string]) => void;
152
34
  endReached?: ((index: number) => void) | undefined;
153
- }, "string" | "y" | "r" | "default" | "disabled" | "type" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof {
154
- border?: import("csstype").Property.Border<string | number> | undefined;
155
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
156
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
157
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
158
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
159
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
160
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
161
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
162
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
163
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
164
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
165
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
166
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
167
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
168
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
169
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
170
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
171
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
172
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
173
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
174
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
175
- borderColor?: import("csstype").Property.BorderColor | undefined;
176
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
177
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
178
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
179
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
180
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
181
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
182
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
183
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
184
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
185
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
186
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
187
- color?: import("csstype").Property.Color | undefined;
188
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
189
- bg?: import("csstype").Property.BackgroundColor | undefined;
190
- opacity?: import("csstype").Property.Opacity | undefined;
191
- alignItems?: import("csstype").Property.AlignItems | undefined;
192
- alignContent?: import("csstype").Property.AlignContent | undefined;
193
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
194
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
195
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
196
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
197
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
198
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
199
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
200
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
201
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
202
- order?: import("csstype").Property.Order | undefined;
203
- w?: import("csstype").Property.Width<string | number> | undefined;
204
- width?: import("csstype").Property.Width<string | number> | undefined;
205
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
206
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
207
- h?: import("csstype").Property.Height<string | number> | undefined;
208
- height?: import("csstype").Property.Height<string | number> | undefined;
209
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
210
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
211
- display?: import("csstype").Property.Display | undefined;
212
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
213
- overflow?: import("csstype").Property.Overflow | undefined;
214
- overflowX?: import("csstype").Property.OverflowX | undefined;
215
- overflowY?: import("csstype").Property.OverflowY | undefined;
216
- position?: import("csstype").Property.Position | undefined;
217
- zIndex?: import("csstype").Property.ZIndex | undefined;
218
- inset?: import("csstype").Property.Inset<string | number> | undefined;
219
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
220
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
221
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
222
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
223
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
224
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
225
- m?: import("csstype").Property.Margin<string | number> | undefined;
226
- margin?: import("csstype").Property.Margin<string | number> | undefined;
227
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
228
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
229
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
230
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
231
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
232
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
233
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
234
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
235
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
236
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
237
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
238
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
239
- p?: import("csstype").Property.Padding<string | number> | undefined;
240
- padding?: import("csstype").Property.Padding<string | number> | undefined;
241
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
242
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
243
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
244
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
245
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
246
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
247
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
248
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
249
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
250
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
251
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
252
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
253
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
254
- fontSize?: string | number | (string & {}) | undefined;
255
- fontStyle?: import("csstype").Property.FontStyle | undefined;
256
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
257
- letterSpacing?: string | number | undefined;
258
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
259
- textAlign?: import("csstype").Property.TextAlign | undefined;
260
- textTransform?: import("csstype").Property.TextTransform | undefined;
261
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
262
- animated?: boolean | undefined;
263
- elevation?: "0" | "1" | "2" | undefined;
264
- invisible?: boolean | undefined;
265
- withRichContent?: string | boolean | undefined;
266
- withTruncatedText?: boolean | undefined;
267
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
268
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
269
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
270
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
271
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
272
- } | "key" | "options" | "renderItem" | "renderEmpty" | "endReached"> & React.RefAttributes<Element>>;
273
- export declare const useVisible: (initialVisibility?: import("../Box/AnimatedVisibility/AnimatedVisibility").VisibilityType) => ("hidden" | "visible" | "hiding" | "unhiding" | (() => void) | undefined)[];
35
+ }, "string" | "y" | "r" | "default" | "disabled" | "type" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof import("../Box").BoxStylingProps | "key" | "options" | "renderItem" | "renderEmpty" | "endReached"> & React.RefAttributes<Element>>;
36
+ export declare const useVisible: (initialVisibility?: import("../AnimatedVisibility/AnimatedVisibility").VisibilityType) => ("hidden" | "visible" | "hiding" | "unhiding" | (() => void) | undefined)[];
274
37
  //# sourceMappingURL=OptionsPaginated.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionsPaginated.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/OptionsPaginated.tsx"],"names":[],"mappings":"AAIA,OAAO,KAON,MAAM,OAAO,CAAC;AAuBf,eAAO,MAAM,KAAK,8CAAuC,CAAC;AAI1D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;EAUtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAxBlB;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE;YACxD,MAAM;;;uBAGK,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,IAAI;0BACxB,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oGAkFrC,CAAC;AAEF,eAAO,MAAM,UAAU,4KAMtB,CAAC"}
1
+ {"version":3,"file":"OptionsPaginated.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/OptionsPaginated.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAkB,WAAW,EAAE,GAAG,EAAkB,MAAM,OAAO,CAAC;AAC9E,OAAO,KAA2B,MAAM,OAAO,CAAC;AAwBhD,eAAO,MAAM,KAAK,8CAAuC,CAAC;AAI1D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;EAUtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;aAxBlB;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE;YACxD,MAAM;;;uBAGK,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,IAAI;0BACxB,MAAM,KAAK,IAAI;8jSAkFrC,CAAC;AAEF,eAAO,MAAM,UAAU,wKAMtB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ComponentProps, Dispatch, SetStateAction } from 'react';
1
+ import type { ComponentProps, Dispatch, SetStateAction } from 'react';
2
2
  import { Box } from '../Box';
3
3
  declare type ItemsPerPage = 25 | 50 | 100;
4
4
  declare type PaginationProps = ComponentProps<typeof Box> & {
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,cAAc,EACd,QAAQ,EACR,cAAc,EAEf,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAG7B,aAAK,YAAY,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;AAElC,aAAK,eAAe,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAClD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,iBAAiB,CAAC,EAAE,CAAC,OAAO,EAAE;QAC5B,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,YAAY,CAAC;KAC5B,KAAK,MAAM,CAAC;IACb,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE;QAC9B,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,YAAY,CAAC;KAC5B,KAAK,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,iBAAiB,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC,CAAC;CAC5D,CAAC;AAkBF,eAAO,MAAM,UAAU,iIAUpB,eAAe,gBAmHjB,CAAC"}
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAG7B,aAAK,YAAY,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;AAElC,aAAK,eAAe,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAClD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,iBAAiB,CAAC,EAAE,CAAC,OAAO,EAAE;QAC5B,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,YAAY,CAAC;KAC5B,KAAK,MAAM,CAAC;IACb,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE;QAC9B,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,YAAY,CAAC;KAC5B,KAAK,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,iBAAiB,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC,CAAC;CAC5D,CAAC;AAkBF,eAAO,MAAM,UAAU,iIAUpB,eAAe,gBAmHjB,CAAC"}
@@ -1,125 +1,7 @@
1
- import React, { ComponentProps } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import React from 'react';
2
3
  import { InputBox } from '../InputBox';
3
4
  declare type PasswordInputProps = Omit<ComponentProps<typeof InputBox>, 'type'>;
4
- declare const PasswordInput: React.ForwardRefExoticComponent<Pick<PasswordInputProps, "string" | "y" | "r" | "default" | "disabled" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof {
5
- border?: import("csstype").Property.Border<string | number> | undefined;
6
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
7
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
8
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
9
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
10
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
11
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
12
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
13
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
14
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
15
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
16
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
17
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
18
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
19
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
20
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
21
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
22
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
23
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
24
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
25
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
26
- borderColor?: import("csstype").Property.BorderColor | undefined;
27
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
28
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
29
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
30
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
31
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
32
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
33
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
34
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
35
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
36
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
37
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
38
- color?: import("csstype").Property.Color | undefined;
39
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
40
- bg?: import("csstype").Property.BackgroundColor | undefined;
41
- opacity?: import("csstype").Property.Opacity | undefined;
42
- alignItems?: import("csstype").Property.AlignItems | undefined;
43
- alignContent?: import("csstype").Property.AlignContent | undefined;
44
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
45
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
46
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
47
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
48
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
49
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
50
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
51
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
52
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
53
- order?: import("csstype").Property.Order | undefined;
54
- w?: import("csstype").Property.Width<string | number> | undefined;
55
- width?: import("csstype").Property.Width<string | number> | undefined;
56
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
57
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
58
- h?: import("csstype").Property.Height<string | number> | undefined;
59
- height?: import("csstype").Property.Height<string | number> | undefined;
60
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
61
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
62
- display?: import("csstype").Property.Display | undefined;
63
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
64
- overflow?: import("csstype").Property.Overflow | undefined;
65
- overflowX?: import("csstype").Property.OverflowX | undefined;
66
- overflowY?: import("csstype").Property.OverflowY | undefined;
67
- position?: import("csstype").Property.Position | undefined;
68
- zIndex?: import("csstype").Property.ZIndex | undefined;
69
- inset?: import("csstype").Property.Inset<string | number> | undefined;
70
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
71
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
72
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
73
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
74
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
75
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
76
- m?: import("csstype").Property.Margin<string | number> | undefined;
77
- margin?: import("csstype").Property.Margin<string | number> | undefined;
78
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
79
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
80
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
81
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
82
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
83
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
84
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
85
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
86
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
87
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
88
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
89
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
90
- p?: import("csstype").Property.Padding<string | number> | undefined;
91
- padding?: import("csstype").Property.Padding<string | number> | undefined;
92
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
93
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
94
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
95
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
96
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
97
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
98
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
99
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
100
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
101
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
102
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
103
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
104
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
105
- fontSize?: string | number | (string & {}) | undefined;
106
- fontStyle?: import("csstype").Property.FontStyle | undefined;
107
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
108
- letterSpacing?: string | number | undefined;
109
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
110
- textAlign?: import("csstype").Property.TextAlign | undefined;
111
- textTransform?: import("csstype").Property.TextTransform | undefined;
112
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
113
- animated?: boolean | undefined;
114
- elevation?: "0" | "1" | "2" | undefined;
115
- invisible?: boolean | undefined;
116
- withRichContent?: string | boolean | undefined;
117
- withTruncatedText?: boolean | undefined;
118
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
119
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
120
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
121
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
122
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
123
- } | "key" | "input" | "addon" | "error" | "placeholderVisible"> & React.RefAttributes<HTMLInputElement>>;
5
+ declare const PasswordInput: React.ForwardRefExoticComponent<Pick<PasswordInputProps, "string" | "y" | "r" | "default" | "disabled" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof import("../Box").BoxStylingProps | "key" | "input" | "error" | "addon" | "placeholderVisible"> & React.RefAttributes<HTMLInputElement>>;
124
6
  export default PasswordInput;
125
7
  //# sourceMappingURL=PasswordInput.d.ts.map