@rocket.chat/fuselage 0.31.2 → 0.31.3

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 (440) hide show
  1. package/README.md +0 -14
  2. package/dist/components/Accordion/Accordion.d.ts +23 -0
  3. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  4. package/dist/components/Accordion/AccordionItem.d.ts +16 -0
  5. package/dist/components/Accordion/AccordionItem.d.ts.map +1 -0
  6. package/dist/components/Accordion/index.d.ts +2 -13
  7. package/dist/components/Accordion/index.d.ts.map +1 -0
  8. package/dist/components/AutoComplete/AutoComplete.d.ts +18 -0
  9. package/dist/components/AutoComplete/index.d.ts +2 -18
  10. package/dist/components/AutoComplete/index.d.ts.map +1 -0
  11. package/dist/components/Avatar/Avatar.d.ts +14 -0
  12. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  13. package/dist/components/Avatar/index.d.ts +2 -28
  14. package/dist/components/Avatar/index.d.ts.map +1 -0
  15. package/dist/components/Badge/Badge.d.ts +11 -0
  16. package/dist/components/Badge/Badge.d.ts.map +1 -0
  17. package/dist/components/Badge/index.d.ts +2 -11
  18. package/dist/components/Badge/index.d.ts.map +1 -0
  19. package/dist/components/Banner/Banner.d.ts +14 -14
  20. package/dist/components/Banner/Banner.d.ts.map +1 -0
  21. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts +8 -15
  22. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts.map +1 -0
  23. package/dist/components/Box/AnimatedVisibility/index.d.ts +12 -1
  24. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +1 -1
  25. package/dist/components/Box/Flex/Flex.d.ts +13 -0
  26. package/dist/components/Box/Flex/Flex.d.ts.map +1 -0
  27. package/dist/components/Box/Flex/FlexItem.d.ts +12 -0
  28. package/dist/components/Box/Flex/FlexItem.d.ts.map +1 -0
  29. package/dist/components/Box/Flex/index.d.ts +9 -31
  30. package/dist/components/Box/Flex/index.d.ts.map +1 -0
  31. package/dist/components/Box/Position/Position.d.ts +11 -13
  32. package/dist/components/Box/Position/Position.d.ts.map +1 -0
  33. package/dist/components/Box/Position/PositionAnimated.d.ts +6 -9
  34. package/dist/components/Box/Position/PositionAnimated.d.ts.map +1 -0
  35. package/dist/components/Box/Scrollable/Scrollable.d.ts +12 -0
  36. package/dist/components/Box/Scrollable/Scrollable.d.ts.map +1 -0
  37. package/dist/components/Box/Scrollable/index.d.ts +2 -8
  38. package/dist/components/Box/Scrollable/index.d.ts.map +1 -0
  39. package/dist/components/Box/index.d.ts +42 -16
  40. package/dist/components/Button/ActionButton.d.ts +267 -0
  41. package/dist/components/Button/ActionButton.d.ts.map +1 -0
  42. package/dist/components/Button/Button.d.ts +275 -0
  43. package/dist/components/Button/Button.d.ts.map +1 -0
  44. package/dist/components/Button/index.d.ts +3 -27
  45. package/dist/components/Button/index.d.ts.map +1 -0
  46. package/dist/components/ButtonGroup/ButtonGroup.d.ts +13 -0
  47. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  48. package/dist/components/ButtonGroup/index.d.ts +2 -13
  49. package/dist/components/ButtonGroup/index.d.ts.map +1 -0
  50. package/dist/components/Callout/Callout.d.ts +10 -0
  51. package/dist/components/Callout/Callout.d.ts.map +1 -0
  52. package/dist/components/Callout/index.d.ts +2 -8
  53. package/dist/components/Callout/index.d.ts.map +1 -0
  54. package/dist/components/CheckBox/CheckBox.d.ts +248 -0
  55. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -0
  56. package/dist/components/CheckBox/index.d.ts +2 -8
  57. package/dist/components/CheckBox/index.d.ts.map +1 -0
  58. package/dist/components/Chevron/Chevron.d.ts +14 -0
  59. package/dist/components/Chevron/Chevron.d.ts.map +1 -0
  60. package/dist/components/Chevron/index.d.ts +2 -12
  61. package/dist/components/Chevron/index.d.ts.map +1 -0
  62. package/dist/components/Chip/Chip.d.ts +14 -0
  63. package/dist/components/Chip/Chip.d.ts.map +1 -0
  64. package/dist/components/Chip/index.d.ts +6 -8
  65. package/dist/components/Chip/index.d.ts.map +1 -0
  66. package/dist/components/CodeSnippet/CodeSnippet.d.ts +10 -0
  67. package/dist/components/CodeSnippet/CodeSnippet.d.ts.map +1 -0
  68. package/dist/components/CodeSnippet/index.d.ts +2 -0
  69. package/dist/components/CodeSnippet/index.d.ts.map +1 -0
  70. package/dist/components/Divider/Divider.d.ts +6 -0
  71. package/dist/components/Divider/Divider.d.ts.map +1 -0
  72. package/dist/components/Divider/index.d.ts +1 -5
  73. package/dist/components/Divider/index.d.ts.map +1 -1
  74. package/dist/components/EmailInput/EmailInput.d.ts +255 -0
  75. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -0
  76. package/dist/components/EmailInput/index.d.ts +2 -9
  77. package/dist/components/EmailInput/index.d.ts.map +1 -0
  78. package/dist/components/Field/Field.d.ts +6 -0
  79. package/dist/components/Field/Field.d.ts.map +1 -0
  80. package/dist/components/Field/FieldDescription.d.ts +6 -0
  81. package/dist/components/Field/FieldDescription.d.ts.map +1 -0
  82. package/dist/components/Field/FieldError.d.ts +6 -0
  83. package/dist/components/Field/FieldError.d.ts.map +1 -0
  84. package/dist/components/Field/FieldHint.d.ts +6 -0
  85. package/dist/components/Field/FieldHint.d.ts.map +1 -0
  86. package/dist/components/Field/FieldLabel.d.ts +6 -0
  87. package/dist/components/Field/FieldLabel.d.ts.map +1 -0
  88. package/dist/components/Field/FieldLink.d.ts +6 -0
  89. package/dist/components/Field/FieldLink.d.ts.map +1 -0
  90. package/dist/components/Field/FieldRow.d.ts +6 -0
  91. package/dist/components/Field/FieldRow.d.ts.map +1 -0
  92. package/dist/components/Field/index.d.ts +1338 -17
  93. package/dist/components/Field/index.d.ts.map +1 -0
  94. package/dist/components/FieldGroup/FieldGroup.d.ts +6 -0
  95. package/dist/components/FieldGroup/FieldGroup.d.ts.map +1 -0
  96. package/dist/components/FieldGroup/index.d.ts +2 -6
  97. package/dist/components/FieldGroup/index.d.ts.map +1 -0
  98. package/dist/components/Grid/Grid.d.ts +143 -0
  99. package/dist/components/Grid/Grid.d.ts.map +1 -0
  100. package/dist/components/Grid/GridItem.d.ts +12 -0
  101. package/dist/components/Grid/GridItem.d.ts.map +1 -0
  102. package/dist/components/Grid/index.d.ts +5 -23
  103. package/dist/components/Grid/index.d.ts.map +1 -0
  104. package/dist/components/Icon/Icon.d.ts +134 -0
  105. package/dist/components/Icon/Icon.d.ts.map +1 -0
  106. package/dist/components/Icon/IconsList.d.ts +4 -0
  107. package/dist/components/Icon/IconsList.d.ts.map +1 -0
  108. package/dist/components/Icon/index.d.ts +2 -10
  109. package/dist/components/Icon/index.d.ts.map +1 -0
  110. package/dist/components/InputBox/Addon.d.ts +244 -0
  111. package/dist/components/InputBox/Addon.d.ts.map +1 -0
  112. package/dist/components/InputBox/Input.d.ts +244 -0
  113. package/dist/components/InputBox/Input.d.ts.map +1 -0
  114. package/dist/components/InputBox/InputBox.d.ts +23 -0
  115. package/dist/components/InputBox/InputBox.d.ts.map +1 -0
  116. package/dist/components/InputBox/InputBoxSkeleton.d.ts +6 -0
  117. package/dist/components/InputBox/InputBoxSkeleton.d.ts.map +1 -0
  118. package/dist/components/InputBox/Option.d.ts +244 -0
  119. package/dist/components/InputBox/Option.d.ts.map +1 -0
  120. package/dist/components/InputBox/Placeholder.d.ts +244 -0
  121. package/dist/components/InputBox/Placeholder.d.ts.map +1 -0
  122. package/dist/components/InputBox/Wrapper.d.ts +4 -0
  123. package/dist/components/InputBox/Wrapper.d.ts.map +1 -0
  124. package/dist/components/InputBox/index.d.ts +2083 -39
  125. package/dist/components/InputBox/index.d.ts.map +1 -0
  126. package/dist/components/Label/Label.d.ts +10 -0
  127. package/dist/components/Label/Label.d.ts.map +1 -0
  128. package/dist/components/Label/index.d.ts +2 -9
  129. package/dist/components/Label/index.d.ts.map +1 -0
  130. package/dist/components/Margins/Margins.d.ts +15 -0
  131. package/dist/components/Margins/Margins.d.ts.map +1 -0
  132. package/dist/components/Margins/index.d.ts +3 -20
  133. package/dist/components/Margins/index.d.ts.map +1 -0
  134. package/dist/components/Menu/Menu.d.ts +17 -0
  135. package/dist/components/Menu/Menu.d.ts.map +1 -0
  136. package/dist/components/Menu/index.d.ts +2 -20
  137. package/dist/components/Menu/index.d.ts.map +1 -0
  138. package/dist/components/Message/Message.d.ts.map +1 -1
  139. package/dist/components/Message/MessageBlock.d.ts +4 -2
  140. package/dist/components/Message/MessageBlock.d.ts.map +1 -1
  141. package/dist/components/Message/MessageContainer.d.ts +6 -2
  142. package/dist/components/Message/MessageContainer.d.ts.map +1 -1
  143. package/dist/components/Message/MessageContainerFixed.d.ts +6 -2
  144. package/dist/components/Message/MessageContainerFixed.d.ts.map +1 -1
  145. package/dist/components/Message/MessageDivider/MessageDivider.d.ts +6 -3
  146. package/dist/components/Message/MessageDivider/MessageDivider.d.ts.map +1 -1
  147. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts +2 -2
  148. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts.map +1 -1
  149. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts +3 -2
  150. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts.map +1 -1
  151. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts +6 -3
  152. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts.map +1 -1
  153. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts +6 -3
  154. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts.map +1 -1
  155. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts +4 -3
  156. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewImage.d.ts.map +1 -1
  157. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts +2 -2
  158. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts.map +1 -1
  159. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts +3 -2
  160. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts.map +1 -1
  161. package/dist/components/Message/MessageHeader.d.ts +6 -2
  162. package/dist/components/Message/MessageHeader.d.ts.map +1 -1
  163. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts +4 -2
  164. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts.map +1 -1
  165. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts +6 -2
  166. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts.map +1 -1
  167. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts +6 -2
  168. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts.map +1 -1
  169. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts +2 -3
  170. package/dist/components/Message/MessageMetrics/MessageMetricsFollowing.d.ts.map +1 -1
  171. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts +4 -2
  172. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts.map +1 -1
  173. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts +2 -3
  174. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemIcon.d.ts.map +1 -1
  175. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts +6 -2
  176. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts.map +1 -1
  177. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +7 -5
  178. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts.map +1 -1
  179. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts +4 -2
  180. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts.map +1 -1
  181. package/dist/components/Message/MessageMetrics/index.d.ts +139 -15
  182. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
  183. package/dist/components/Message/MessageName.d.ts +4 -2
  184. package/dist/components/Message/MessageName.d.ts.map +1 -1
  185. package/dist/components/Message/MessageReactions/MessageReaction.d.ts.map +1 -1
  186. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts +4 -3
  187. package/dist/components/Message/MessageReactions/MessageReactionCounter.d.ts.map +1 -1
  188. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts +4 -3
  189. package/dist/components/Message/MessageReactions/MessageReactionEmoji.d.ts.map +1 -1
  190. package/dist/components/Message/MessageReactions/MessageReactions.d.ts +4 -2
  191. package/dist/components/Message/MessageReactions/MessageReactions.d.ts.map +1 -1
  192. package/dist/components/Message/MessageReactions/index.d.ts +7 -7
  193. package/dist/components/Message/MessageRole.d.ts +6 -2
  194. package/dist/components/Message/MessageRole.d.ts.map +1 -1
  195. package/dist/components/Message/MessageRoles.d.ts +6 -2
  196. package/dist/components/Message/MessageRoles.d.ts.map +1 -1
  197. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts +4 -2
  198. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts.map +1 -1
  199. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts +2 -2
  200. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts.map +1 -1
  201. package/dist/components/Message/MessageSystem/MessageSystem.d.ts +6 -2
  202. package/dist/components/Message/MessageSystem/MessageSystem.d.ts.map +1 -1
  203. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts +6 -2
  204. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts.map +1 -1
  205. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts +4 -2
  206. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts.map +1 -1
  207. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts +6 -2
  208. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts.map +1 -1
  209. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts +2 -3
  210. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts.map +1 -1
  211. package/dist/components/Message/MessageSystem/index.d.ts +3 -3
  212. package/dist/components/Message/MessageSystem/index.d.ts.map +1 -1
  213. package/dist/components/Message/MessageTimestamp.d.ts +6 -4
  214. package/dist/components/Message/MessageTimestamp.d.ts.map +1 -1
  215. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts +4 -2
  216. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts.map +1 -1
  217. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +258 -8
  218. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
  219. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts +4 -2
  220. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts.map +1 -1
  221. package/dist/components/Message/MessageToolbox/index.d.ts +266 -16
  222. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
  223. package/dist/components/Message/MessageUsername.d.ts +4 -2
  224. package/dist/components/Message/MessageUsername.d.ts.map +1 -1
  225. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts +4 -2
  226. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts.map +1 -1
  227. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts +6 -2
  228. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts.map +1 -1
  229. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts +6 -2
  230. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts.map +1 -1
  231. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts +6 -2
  232. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts.map +1 -1
  233. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts +4 -2
  234. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts.map +1 -1
  235. package/dist/components/Message/ThreadMessage/index.d.ts +12 -6
  236. package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -1
  237. package/dist/components/Message/index.d.ts +433 -48
  238. package/dist/components/Message/index.d.ts.map +1 -1
  239. package/dist/components/Modal/Modal.d.ts +244 -0
  240. package/dist/components/Modal/Modal.d.ts.map +1 -0
  241. package/dist/components/Modal/ModalBackdrop.d.ts +5 -0
  242. package/dist/components/Modal/ModalBackdrop.d.ts.map +1 -0
  243. package/dist/components/Modal/ModalClose.d.ts +5 -0
  244. package/dist/components/Modal/ModalClose.d.ts.map +1 -0
  245. package/dist/components/Modal/ModalContent.d.ts +9 -0
  246. package/dist/components/Modal/ModalContent.d.ts.map +1 -0
  247. package/dist/components/Modal/ModalFooter.d.ts +5 -0
  248. package/dist/components/Modal/ModalFooter.d.ts.map +1 -0
  249. package/dist/components/Modal/ModalHeader.d.ts +5 -0
  250. package/dist/components/Modal/ModalHeader.d.ts.map +1 -0
  251. package/dist/components/Modal/ModalIcon.d.ts +5 -0
  252. package/dist/components/Modal/ModalIcon.d.ts.map +1 -0
  253. package/dist/components/Modal/ModalThumb.d.ts +5 -0
  254. package/dist/components/Modal/ModalThumb.d.ts.map +1 -0
  255. package/dist/components/Modal/ModalTitle.d.ts +5 -0
  256. package/dist/components/Modal/ModalTitle.d.ts.map +1 -0
  257. package/dist/components/Modal/index.d.ts +1002 -22
  258. package/dist/components/Modal/index.d.ts.map +1 -0
  259. package/dist/components/MultiSelect/MultiSelect.d.ts +13 -0
  260. package/dist/components/MultiSelect/MultiSelectFiltered.d.ts +13 -0
  261. package/dist/components/MultiSelect/SelectedOptions.d.ts +11 -0
  262. package/dist/components/MultiSelect/SelectedOptions.d.ts.map +1 -0
  263. package/dist/components/MultiSelect/index.d.ts +4 -15
  264. package/dist/components/MultiSelect/index.d.ts.map +1 -0
  265. package/dist/components/NumberInput/NumberInput.d.ts +125 -0
  266. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -0
  267. package/dist/components/NumberInput/index.d.ts +2 -6
  268. package/dist/components/NumberInput/index.d.ts.map +1 -0
  269. package/dist/components/Options/CheckOption.d.ts +6 -0
  270. package/dist/components/Options/CheckOption.d.ts.map +1 -0
  271. package/dist/components/Options/Option/Option.d.ts +4 -3
  272. package/dist/components/Options/Option/Option.d.ts.map +1 -1
  273. package/dist/components/Options/Option/OptionAvatar.d.ts +5 -2
  274. package/dist/components/Options/Option/OptionAvatar.d.ts.map +1 -1
  275. package/dist/components/Options/Option/OptionColumn.d.ts +5 -2
  276. package/dist/components/Options/Option/OptionColumn.d.ts.map +1 -1
  277. package/dist/components/Options/Option/OptionContent.d.ts +5 -2
  278. package/dist/components/Options/Option/OptionContent.d.ts.map +1 -1
  279. package/dist/components/Options/Option/OptionDescription.d.ts +5 -2
  280. package/dist/components/Options/Option/OptionDescription.d.ts.map +1 -1
  281. package/dist/components/Options/Option/OptionDivider.d.ts +3 -2
  282. package/dist/components/Options/Option/OptionDivider.d.ts.map +1 -1
  283. package/dist/components/Options/Option/OptionMenu.d.ts +5 -2
  284. package/dist/components/Options/Option/OptionMenu.d.ts.map +1 -1
  285. package/dist/components/Options/Option/OptionTitle.d.ts +5 -2
  286. package/dist/components/Options/Option/OptionTitle.d.ts.map +1 -1
  287. package/dist/components/Options/Option/index.d.ts +33 -265
  288. package/dist/components/Options/Option/index.d.ts.map +1 -1
  289. package/dist/components/Options/Options.d.ts +255 -0
  290. package/dist/components/Options/Options.d.ts.map +1 -0
  291. package/dist/components/Options/index.d.ts +256 -17
  292. package/dist/components/Options/index.d.ts.map +1 -0
  293. package/dist/components/Options/useCursor.d.ts +3 -7
  294. package/dist/components/Options/useCursor.d.ts.map +1 -1
  295. package/dist/components/Options/useVisible.d.ts +1 -1
  296. package/dist/components/Options/useVisible.d.ts.map +1 -1
  297. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +274 -0
  298. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -0
  299. package/dist/components/OptionsPaginated/index.d.ts +2 -0
  300. package/dist/components/OptionsPaginated/index.d.ts.map +1 -0
  301. package/dist/components/Pagination/Pagination.d.ts +24 -0
  302. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  303. package/dist/components/Pagination/index.d.ts +2 -24
  304. package/dist/components/Pagination/index.d.ts.map +1 -0
  305. package/dist/components/PasswordInput/PasswordInput.d.ts +120 -1
  306. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  307. package/dist/components/ProgressBar/ProgressBar.d.ts +250 -0
  308. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
  309. package/dist/components/ProgressBar/index.d.ts +1 -128
  310. package/dist/components/ProgressBar/index.d.ts.map +1 -1
  311. package/dist/components/RadioButton/RadioButton.d.ts +247 -0
  312. package/dist/components/RadioButton/RadioButton.d.ts.map +1 -0
  313. package/dist/components/RadioButton/index.d.ts +2 -6
  314. package/dist/components/RadioButton/index.d.ts.map +1 -0
  315. package/dist/components/SearchInput/SearchInput.d.ts +255 -0
  316. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
  317. package/dist/components/SearchInput/index.d.ts +2 -9
  318. package/dist/components/SearchInput/index.d.ts.map +1 -0
  319. package/dist/components/Select/Select.d.ts +749 -0
  320. package/dist/components/Select/Select.d.ts.map +1 -0
  321. package/dist/components/Select/SelectFiltered.d.ts +374 -0
  322. package/dist/components/Select/SelectFiltered.d.ts.map +1 -0
  323. package/dist/components/Select/index.d.ts +3 -15
  324. package/dist/components/Select/index.d.ts.map +1 -0
  325. package/dist/components/SelectInput/SelectInput.d.ts +259 -0
  326. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -0
  327. package/dist/components/SelectInput/index.d.ts +245 -0
  328. package/dist/components/SelectInput/index.d.ts.map +1 -0
  329. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts +23 -0
  330. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts.map +1 -0
  331. package/dist/components/SelectPaginated/PaginatedSelect.d.ts +16 -0
  332. package/dist/components/SelectPaginated/PaginatedSelect.d.ts.map +1 -0
  333. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts +5 -0
  334. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts.map +1 -0
  335. package/dist/components/SelectPaginated/index.d.ts +4 -0
  336. package/dist/components/SelectPaginated/index.d.ts.map +1 -0
  337. package/dist/components/Sidebar/Item.d.ts +467 -33
  338. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  339. package/dist/components/Sidebar/Section.d.ts +12 -5
  340. package/dist/components/Sidebar/Section.d.ts.map +1 -1
  341. package/dist/components/Sidebar/SidebarActions.d.ts +6 -3
  342. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  343. package/dist/components/Sidebar/SidebarFooter.d.ts +10 -4
  344. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -1
  345. package/dist/components/Sidebar/TopBar.d.ts +438 -30
  346. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  347. package/dist/components/Sidebar/index.d.ts +996 -9
  348. package/dist/components/Sidebar/index.d.ts.map +1 -1
  349. package/dist/components/Skeleton/Skeleton.d.ts +8 -0
  350. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
  351. package/dist/components/Skeleton/index.d.ts +2 -8
  352. package/dist/components/Skeleton/index.d.ts.map +1 -0
  353. package/dist/components/States/States.d.ts +5 -2
  354. package/dist/components/States/States.d.ts.map +1 -1
  355. package/dist/components/States/StatesAction.d.ts +3 -2
  356. package/dist/components/States/StatesAction.d.ts.map +1 -1
  357. package/dist/components/States/StatesActions.d.ts +3 -2
  358. package/dist/components/States/StatesActions.d.ts.map +1 -1
  359. package/dist/components/States/StatesIcon.d.ts +4 -3
  360. package/dist/components/States/StatesIcon.d.ts.map +1 -1
  361. package/dist/components/States/StatesSubtitle.d.ts +5 -2
  362. package/dist/components/States/StatesSubtitle.d.ts.map +1 -1
  363. package/dist/components/States/StatesSuggestion.d.ts +5 -2
  364. package/dist/components/States/StatesSuggestion.d.ts.map +1 -1
  365. package/dist/components/States/StatesSuggestionList.d.ts +5 -2
  366. package/dist/components/States/StatesSuggestionList.d.ts.map +1 -1
  367. package/dist/components/States/StatesSuggestionListItem.d.ts +5 -2
  368. package/dist/components/States/StatesSuggestionListItem.d.ts.map +1 -1
  369. package/dist/components/States/StatesSuggestionText.d.ts +5 -2
  370. package/dist/components/States/StatesSuggestionText.d.ts.map +1 -1
  371. package/dist/components/States/StatesTitle.d.ts +5 -2
  372. package/dist/components/States/StatesTitle.d.ts.map +1 -1
  373. package/dist/components/StatusBullet/StatusBullet.d.ts +8 -0
  374. package/dist/components/StatusBullet/StatusBullet.d.ts.map +1 -0
  375. package/dist/components/StatusBullet/index.d.ts +2 -7
  376. package/dist/components/StatusBullet/index.d.ts.map +1 -0
  377. package/dist/components/Table/Table.d.ts +260 -0
  378. package/dist/components/Table/Table.d.ts.map +1 -0
  379. package/dist/components/Table/TableBody.d.ts +5 -0
  380. package/dist/components/Table/TableBody.d.ts.map +1 -0
  381. package/dist/components/Table/TableCell.d.ts +8 -0
  382. package/dist/components/Table/TableCell.d.ts.map +1 -0
  383. package/dist/components/Table/TableFoot.d.ts +5 -0
  384. package/dist/components/Table/TableFoot.d.ts.map +1 -0
  385. package/dist/components/Table/TableHead.d.ts +7 -0
  386. package/dist/components/Table/TableHead.d.ts.map +1 -0
  387. package/dist/components/Table/TableRow.d.ts +9 -0
  388. package/dist/components/Table/TableRow.d.ts.map +1 -0
  389. package/dist/components/Table/TableSelection.d.ts +8 -0
  390. package/dist/components/Table/TableSelection.d.ts.map +1 -0
  391. package/dist/components/Table/TableSelectionButton.d.ts +6 -0
  392. package/dist/components/Table/TableSelectionButton.d.ts.map +1 -0
  393. package/dist/components/Table/index.d.ts +527 -25
  394. package/dist/components/Table/index.d.ts.map +1 -0
  395. package/dist/components/Tabs/Tabs.d.ts +253 -0
  396. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  397. package/dist/components/Tabs/TabsItem.d.ts +247 -0
  398. package/dist/components/Tabs/TabsItem.d.ts.map +1 -0
  399. package/dist/components/Tabs/index.d.ts +2 -15
  400. package/dist/components/Tabs/index.d.ts.map +1 -0
  401. package/dist/components/Tag/Tag.d.ts +11 -0
  402. package/dist/components/Tag/Tag.d.ts.map +1 -0
  403. package/dist/components/Tag/index.d.ts +2 -9
  404. package/dist/components/Tag/index.d.ts.map +1 -0
  405. package/dist/components/TelephoneInput/TelephoneInput.d.ts +256 -0
  406. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -0
  407. package/dist/components/TelephoneInput/index.d.ts +2 -0
  408. package/dist/components/TelephoneInput/index.d.ts.map +1 -0
  409. package/dist/components/TextAreaInput/TextArea.d.ts +255 -0
  410. package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -0
  411. package/dist/components/TextAreaInput/index.d.ts +2 -9
  412. package/dist/components/TextAreaInput/index.d.ts.map +1 -0
  413. package/dist/components/TextInput/TextInput.d.ts +260 -0
  414. package/dist/components/TextInput/TextInput.d.ts.map +1 -0
  415. package/dist/components/TextInput/index.d.ts +2 -9
  416. package/dist/components/TextInput/index.d.ts.map +1 -0
  417. package/dist/components/Throbber/Throbber.d.ts +248 -0
  418. package/dist/components/Throbber/Throbber.d.ts.map +1 -0
  419. package/dist/components/Throbber/index.d.ts +2 -11
  420. package/dist/components/Throbber/index.d.ts.map +1 -0
  421. package/dist/components/Tile/Tile.d.ts +245 -6
  422. package/dist/components/Tile/Tile.d.ts.map +1 -1
  423. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +247 -0
  424. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -0
  425. package/dist/components/ToggleSwitch/index.d.ts +2 -6
  426. package/dist/components/ToggleSwitch/index.d.ts.map +1 -0
  427. package/dist/components/Tooltip/Tooltip.d.ts +125 -4
  428. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  429. package/dist/components/UrlInput/UrlInput.d.ts +120 -1
  430. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  431. package/dist/components/index.d.ts +7 -3
  432. package/dist/components/index.d.ts.map +1 -1
  433. package/dist/fuselage.development.js +9805 -11259
  434. package/dist/fuselage.development.js.map +1 -1
  435. package/dist/fuselage.production.js +1 -1
  436. package/dist/helpers/appendClassName.d.ts +3 -1
  437. package/dist/helpers/appendClassName.d.ts.map +1 -1
  438. package/package.json +25 -62
  439. package/dist/helpers/createPropType.d.ts +0 -3
  440. package/dist/helpers/createPropType.d.ts.map +0 -1
@@ -23,11 +23,11 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
23
23
  sequential?: boolean | undefined;
24
24
  className?: string | undefined;
25
25
  } & import("react").RefAttributes<HTMLDivElement>> & {
26
- Metrics: import("react").FC<import("react").HTMLAttributes<HTMLDivElement>> & {
27
- Reply: import("react").FC<{
26
+ Metrics: ((props: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element) & {
27
+ Reply: (props: Pick<{
28
28
  is?: import("react").ElementType<any> | undefined;
29
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
30
- style?: import("react").CSSProperties | undefined;
29
+ htmlSize?: number | undefined;
30
+ } & {
31
31
  border?: import("csstype").Property.Border<string | number> | undefined;
32
32
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
33
33
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
@@ -136,6 +136,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
136
136
  textAlign?: import("csstype").Property.TextAlign | undefined;
137
137
  textTransform?: import("csstype").Property.TextTransform | undefined;
138
138
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
139
+ animated?: boolean | undefined;
139
140
  elevation?: "0" | "1" | "2" | undefined;
140
141
  invisible?: boolean | undefined;
141
142
  withRichContent?: string | boolean | undefined;
@@ -144,9 +145,8 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
144
145
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
145
146
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
146
147
  fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
147
- } & {
148
- children?: import("react").ReactNode;
149
- } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
148
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
149
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any> & {
150
150
  info?: boolean | undefined;
151
151
  success?: boolean | undefined;
152
152
  warning?: boolean | undefined;
@@ -156,22 +156,146 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
156
156
  nude?: boolean | undefined;
157
157
  ghostish?: boolean | undefined;
158
158
  small?: boolean | undefined;
159
+ mini?: boolean | undefined;
160
+ tiny?: boolean | undefined;
159
161
  square?: boolean | undefined;
160
- }>;
161
- Item: import("react").FC<import("react").HTMLAttributes<HTMLDivElement>> & {
162
- Icon: import("react").FC<{
163
- name: "user" | "thread" | "clock" | "discussion";
164
- }>;
165
- Label: import("react").FC<{}>;
162
+ external?: boolean | undefined;
163
+ }, "string" | "y" | "r" | "primary" | "info" | "success" | "warning" | "danger" | "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" | "small" | "htmlSize" | keyof {
164
+ border?: import("csstype").Property.Border<string | number> | undefined;
165
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
166
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
167
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
168
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
169
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
170
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
171
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
172
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
173
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
174
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
175
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
176
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
177
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
178
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
179
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
180
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
181
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
182
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
183
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
184
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
185
+ borderColor?: import("csstype").Property.BorderColor | undefined;
186
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
187
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
188
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
189
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
190
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
191
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
192
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
193
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
194
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
195
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
196
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
197
+ color?: import("csstype").Property.Color | undefined;
198
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
199
+ bg?: import("csstype").Property.BackgroundColor | undefined;
200
+ opacity?: import("csstype").Property.Opacity | undefined;
201
+ alignItems?: import("csstype").Property.AlignItems | undefined;
202
+ alignContent?: import("csstype").Property.AlignContent | undefined;
203
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
204
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
205
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
206
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
207
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
208
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
209
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
210
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
211
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
212
+ order?: import("csstype").Property.Order | undefined;
213
+ w?: import("csstype").Property.Width<string | number> | undefined;
214
+ width?: import("csstype").Property.Width<string | number> | undefined;
215
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
216
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
217
+ h?: import("csstype").Property.Height<string | number> | undefined;
218
+ height?: import("csstype").Property.Height<string | number> | undefined;
219
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
220
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
221
+ display?: import("csstype").Property.Display | undefined;
222
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
223
+ overflow?: import("csstype").Property.Overflow | undefined;
224
+ overflowX?: import("csstype").Property.OverflowX | undefined;
225
+ overflowY?: import("csstype").Property.OverflowY | undefined;
226
+ position?: import("csstype").Property.Position | undefined;
227
+ zIndex?: import("csstype").Property.ZIndex | undefined;
228
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
229
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
230
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
231
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
232
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
233
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
234
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
235
+ m?: import("csstype").Property.Margin<string | number> | undefined;
236
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
237
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
238
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
239
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
240
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
241
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
242
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
243
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
244
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
245
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
246
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
247
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
248
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
249
+ p?: import("csstype").Property.Padding<string | number> | undefined;
250
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
251
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
252
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
253
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
254
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
255
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
256
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
257
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
258
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
259
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
260
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
261
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
262
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
263
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
264
+ fontSize?: string | number | (string & {}) | undefined;
265
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
266
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
267
+ letterSpacing?: string | number | undefined;
268
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
269
+ textAlign?: import("csstype").Property.TextAlign | undefined;
270
+ textTransform?: import("csstype").Property.TextTransform | undefined;
271
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
272
+ animated?: boolean | undefined;
273
+ elevation?: "0" | "1" | "2" | undefined;
274
+ invisible?: boolean | undefined;
275
+ withRichContent?: string | boolean | undefined;
276
+ withTruncatedText?: boolean | undefined;
277
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
278
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
279
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
280
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
281
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
282
+ } | "key" | "ghost" | "nude" | "ghostish" | "external" | "tiny" | "mini" | "square"> & import("react").RefAttributes<HTMLElement>) => JSX.Element;
283
+ Item: ((props: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element) & {
284
+ Icon: (props: {
285
+ name: "user" | "clock" | "discussion" | "thread";
286
+ }) => JSX.Element;
287
+ Label: (props: {
288
+ children?: import("react").ReactNode;
289
+ }) => JSX.Element;
166
290
  };
167
- Following: import("react").FC<{
291
+ Following: ({ name, }: {
168
292
  name: "bell" | "bell-off";
169
- }>;
293
+ }) => JSX.Element;
170
294
  };
171
- Toolbox: import("react").FC<{
295
+ Toolbox: ((props: Omit<{
172
296
  is?: import("react").ElementType<any> | undefined;
173
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
174
- style?: import("react").CSSProperties | undefined;
297
+ htmlSize?: number | undefined;
298
+ } & {
175
299
  border?: import("csstype").Property.Border<string | number> | undefined;
176
300
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
177
301
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
@@ -280,6 +404,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
280
404
  textAlign?: import("csstype").Property.TextAlign | undefined;
281
405
  textTransform?: import("csstype").Property.TextTransform | undefined;
282
406
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
407
+ animated?: boolean | undefined;
283
408
  elevation?: "0" | "1" | "2" | undefined;
284
409
  invisible?: boolean | undefined;
285
410
  withRichContent?: string | boolean | undefined;
@@ -288,20 +413,19 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
288
413
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
289
414
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
290
415
  fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
291
- } & {
292
- children?: import("react").ReactNode;
293
- } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
416
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
417
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>, "wrap"> & {
294
418
  align?: "start" | "end" | "center" | undefined;
295
419
  stretch?: boolean | undefined;
296
420
  wrap?: boolean | undefined;
297
421
  vertical?: boolean | undefined;
298
422
  small?: boolean | undefined;
299
423
  medium?: boolean | undefined;
300
- }> & {
301
- Item: import("react").ForwardRefExoticComponent<Pick<{
424
+ }) => JSX.Element) & {
425
+ Item: import("react").ForwardRefExoticComponent<Pick<Pick<{
302
426
  is?: import("react").ElementType<any> | undefined;
303
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
304
- style?: import("react").CSSProperties | undefined;
427
+ htmlSize?: number | undefined;
428
+ } & {
305
429
  border?: import("csstype").Property.Border<string | number> | undefined;
306
430
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
307
431
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
@@ -410,6 +534,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
410
534
  textAlign?: import("csstype").Property.TextAlign | undefined;
411
535
  textTransform?: import("csstype").Property.TextTransform | undefined;
412
536
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
537
+ animated?: boolean | undefined;
413
538
  elevation?: "0" | "1" | "2" | undefined;
414
539
  invisible?: boolean | undefined;
415
540
  withRichContent?: string | boolean | undefined;
@@ -418,9 +543,8 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
418
543
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
419
544
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
420
545
  fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
421
- } & {
422
- children?: import("react").ReactNode;
423
- } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
546
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
547
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any> & {
424
548
  info?: boolean | undefined;
425
549
  success?: boolean | undefined;
426
550
  warning?: boolean | undefined;
@@ -430,29 +554,285 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
430
554
  nude?: boolean | undefined;
431
555
  ghostish?: boolean | undefined;
432
556
  small?: boolean | undefined;
557
+ mini?: boolean | undefined;
558
+ tiny?: boolean | undefined;
433
559
  square?: boolean | undefined;
560
+ external?: boolean | undefined;
434
561
  } & {
435
- icon: string;
436
562
  mini?: boolean | undefined;
437
563
  tiny?: boolean | undefined;
438
564
  small?: boolean | undefined;
439
- }, "string" | "y" | "r" | "primary" | "info" | "success" | "warning" | "danger" | "default" | "disabled" | "type" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "className" | "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" | "height" | "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" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "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" | "is" | "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" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "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" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "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" | "p" | "small" | "border" | "inset" | "borderBlock" | "borderBlockStart" | "borderBlockEnd" | "borderInline" | "borderInlineStart" | "borderInlineEnd" | "borderWidth" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderStyle" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "borderColor" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockEndColor" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderRadius" | "borderStartStartRadius" | "borderStartEndRadius" | "borderEndStartRadius" | "borderEndEndRadius" | "backgroundColor" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "margin" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "padding" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "square" | "bg" | "w" | "h" | "m" | "mb" | "mbs" | "mbe" | "mi" | "mis" | "mie" | "pb" | "pbs" | "pbe" | "pi" | "pis" | "pie" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key" | "ghost" | "nude" | "ghostish" | "icon" | "mini" | "tiny"> & import("react").RefAttributes<HTMLButtonElement>>;
565
+ } & {
566
+ 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";
567
+ }, "string" | "y" | "r" | "primary" | "info" | "success" | "warning" | "danger" | "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 {
568
+ border?: import("csstype").Property.Border<string | number> | undefined;
569
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
570
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
571
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
572
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
573
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
574
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
575
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
576
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
577
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
578
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
579
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
580
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
581
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
582
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
583
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
584
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
585
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
586
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
587
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
588
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
589
+ borderColor?: import("csstype").Property.BorderColor | undefined;
590
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
591
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
592
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
593
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
594
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
595
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
596
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
597
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
598
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
599
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
600
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
601
+ color?: import("csstype").Property.Color | undefined;
602
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
603
+ bg?: import("csstype").Property.BackgroundColor | undefined;
604
+ opacity?: import("csstype").Property.Opacity | undefined;
605
+ alignItems?: import("csstype").Property.AlignItems | undefined;
606
+ alignContent?: import("csstype").Property.AlignContent | undefined;
607
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
608
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
609
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
610
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
611
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
612
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
613
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
614
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
615
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
616
+ order?: import("csstype").Property.Order | undefined;
617
+ w?: import("csstype").Property.Width<string | number> | undefined;
618
+ width?: import("csstype").Property.Width<string | number> | undefined;
619
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
620
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
621
+ h?: import("csstype").Property.Height<string | number> | undefined;
622
+ height?: import("csstype").Property.Height<string | number> | undefined;
623
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
624
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
625
+ display?: import("csstype").Property.Display | undefined;
626
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
627
+ overflow?: import("csstype").Property.Overflow | undefined;
628
+ overflowX?: import("csstype").Property.OverflowX | undefined;
629
+ overflowY?: import("csstype").Property.OverflowY | undefined;
630
+ position?: import("csstype").Property.Position | undefined;
631
+ zIndex?: import("csstype").Property.ZIndex | undefined;
632
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
633
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
634
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
635
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
636
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
637
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
638
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
639
+ m?: import("csstype").Property.Margin<string | number> | undefined;
640
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
641
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
642
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
643
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
644
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
645
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
646
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
647
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
648
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
649
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
650
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
651
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
652
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
653
+ p?: import("csstype").Property.Padding<string | number> | undefined;
654
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
655
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
656
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
657
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
658
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
659
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
660
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
661
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
662
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
663
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
664
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
665
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
666
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
667
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
668
+ fontSize?: string | number | (string & {}) | undefined;
669
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
670
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
671
+ letterSpacing?: string | number | undefined;
672
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
673
+ textAlign?: import("csstype").Property.TextAlign | undefined;
674
+ textTransform?: import("csstype").Property.TextTransform | undefined;
675
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
676
+ animated?: boolean | undefined;
677
+ elevation?: "0" | "1" | "2" | undefined;
678
+ invisible?: boolean | undefined;
679
+ withRichContent?: string | boolean | undefined;
680
+ withTruncatedText?: boolean | undefined;
681
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
682
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
683
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
684
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
685
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
686
+ } | "key" | "ghost" | "nude" | "ghostish" | "external" | "square" | "icon" | keyof {
687
+ mini?: boolean | undefined;
688
+ tiny?: boolean | undefined;
689
+ small?: boolean | undefined;
690
+ }> & import("react").RefAttributes<HTMLElement>, "string" | "y" | "r" | "primary" | "info" | "success" | "warning" | "danger" | "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 {
691
+ border?: import("csstype").Property.Border<string | number> | undefined;
692
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
693
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
694
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
695
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
696
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
697
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
698
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
699
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
700
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
701
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
702
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
703
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
704
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
705
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
706
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
707
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
708
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
709
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
710
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
711
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
712
+ borderColor?: import("csstype").Property.BorderColor | undefined;
713
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
714
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
715
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
716
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
717
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
718
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
719
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
720
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
721
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
722
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
723
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
724
+ color?: import("csstype").Property.Color | undefined;
725
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
726
+ bg?: import("csstype").Property.BackgroundColor | undefined;
727
+ opacity?: import("csstype").Property.Opacity | undefined;
728
+ alignItems?: import("csstype").Property.AlignItems | undefined;
729
+ alignContent?: import("csstype").Property.AlignContent | undefined;
730
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
731
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
732
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
733
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
734
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
735
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
736
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
737
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
738
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
739
+ order?: import("csstype").Property.Order | undefined;
740
+ w?: import("csstype").Property.Width<string | number> | undefined;
741
+ width?: import("csstype").Property.Width<string | number> | undefined;
742
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
743
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
744
+ h?: import("csstype").Property.Height<string | number> | undefined;
745
+ height?: import("csstype").Property.Height<string | number> | undefined;
746
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
747
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
748
+ display?: import("csstype").Property.Display | undefined;
749
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
750
+ overflow?: import("csstype").Property.Overflow | undefined;
751
+ overflowX?: import("csstype").Property.OverflowX | undefined;
752
+ overflowY?: import("csstype").Property.OverflowY | undefined;
753
+ position?: import("csstype").Property.Position | undefined;
754
+ zIndex?: import("csstype").Property.ZIndex | undefined;
755
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
756
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
757
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
758
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
759
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
760
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
761
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
762
+ m?: import("csstype").Property.Margin<string | number> | undefined;
763
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
764
+ mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
765
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
766
+ mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
767
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
768
+ mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
769
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
770
+ mi?: import("csstype").Property.MarginInline<string | number> | undefined;
771
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
772
+ mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
773
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
774
+ mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
775
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
776
+ p?: import("csstype").Property.Padding<string | number> | undefined;
777
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
778
+ pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
779
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
780
+ pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
781
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
782
+ pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
783
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
784
+ pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
785
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
786
+ pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
787
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
788
+ pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
789
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
790
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
791
+ fontSize?: string | number | (string & {}) | undefined;
792
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
793
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
794
+ letterSpacing?: string | number | undefined;
795
+ lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
796
+ textAlign?: import("csstype").Property.TextAlign | undefined;
797
+ textTransform?: import("csstype").Property.TextTransform | undefined;
798
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
799
+ animated?: boolean | undefined;
800
+ elevation?: "0" | "1" | "2" | undefined;
801
+ invisible?: boolean | undefined;
802
+ withRichContent?: string | boolean | undefined;
803
+ withTruncatedText?: boolean | undefined;
804
+ size?: import("csstype").Property.BlockSize<string | number> | undefined;
805
+ minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
806
+ maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
807
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
808
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
809
+ } | "key" | "ghost" | "nude" | "ghostish" | "external" | "square" | "icon" | keyof {
810
+ mini?: boolean | undefined;
811
+ tiny?: boolean | undefined;
812
+ small?: boolean | undefined;
813
+ }> & import("react").RefAttributes<HTMLButtonElement>>;
440
814
  Wrapper: import("react").ForwardRefExoticComponent<import("react").AllHTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
441
- Menu: import("react").ForwardRefExoticComponent<import("..").MenuProps>;
815
+ Menu: ({ tiny, mini, small, options, optionWidth, placement, renderItem, maxHeight, icon, ...props }: import("..").MenuProps) => JSX.Element;
442
816
  };
443
- Container: import("react").FC<{}>;
444
- ContainerFixed: import("react").FC<{}>;
817
+ Container: (props: {
818
+ children?: import("react").ReactNode;
819
+ }) => JSX.Element;
820
+ ContainerFixed: (props: {
821
+ children?: import("react").ReactNode;
822
+ }) => JSX.Element;
445
823
  LeftContainer: (props: {
446
824
  children?: import("react").ReactNode;
447
825
  }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
448
- Header: import("react").FC<{}>;
826
+ Header: ({ children }: {
827
+ children?: import("react").ReactNode;
828
+ }) => JSX.Element;
449
829
  Body: ({ clamp, className, ...props }: import("react").AllHTMLAttributes<HTMLDivElement> & {
450
830
  clamp?: 2 | 3 | 4 | undefined;
451
831
  }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
452
- Block: import("react").FC<{
832
+ Block: ({ className, ...props }: {
453
833
  is?: import("react").ElementType<any> | undefined;
454
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
455
- style?: import("react").CSSProperties | undefined;
834
+ htmlSize?: number | undefined;
835
+ } & {
456
836
  border?: import("csstype").Property.Border<string | number> | undefined;
457
837
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
458
838
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
@@ -561,6 +941,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
561
941
  textAlign?: import("csstype").Property.TextAlign | undefined;
562
942
  textTransform?: import("csstype").Property.TextTransform | undefined;
563
943
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
944
+ animated?: boolean | undefined;
564
945
  elevation?: "0" | "1" | "2" | undefined;
565
946
  invisible?: boolean | undefined;
566
947
  withRichContent?: string | boolean | undefined;
@@ -569,19 +950,23 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
569
950
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
570
951
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
571
952
  fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
572
- } & {
953
+ className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
954
+ } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => JSX.Element;
955
+ Timestamp: (props: {
956
+ children: import("react").ReactNode;
957
+ }) => JSX.Element;
958
+ Name: (props: import("react").AllHTMLAttributes<HTMLSpanElement>) => JSX.Element;
959
+ Username: (props: import("react").AllHTMLAttributes<HTMLSpanElement>) => JSX.Element;
960
+ Roles: (props: {
961
+ children?: import("react").ReactNode;
962
+ }) => JSX.Element;
963
+ Role: (props: {
964
+ children?: import("react").ReactNode;
965
+ }) => JSX.Element;
966
+ Divider: ({ children, unreadLabel, ...props }: {
573
967
  children?: import("react").ReactNode;
574
- } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown>>;
575
- Timestamp: import("react").FC<{
576
- children: string;
577
- }>;
578
- Name: import("react").FC<import("react").AllHTMLAttributes<HTMLSpanElement>>;
579
- Username: import("react").FC<import("react").AllHTMLAttributes<HTMLSpanElement>>;
580
- Roles: import("react").FC<{}>;
581
- Role: import("react").FC<{}>;
582
- Divider: import("react").FC<{
583
968
  unreadLabel?: string | undefined;
584
- }>;
969
+ }) => JSX.Element;
585
970
  };
586
971
  export default _default;
587
972
  //# sourceMappingURL=index.d.ts.map