@rocket.chat/fuselage 0.31.3 → 0.31.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (404) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +5 -4
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -1
  3. package/dist/components/Accordion/AccordionItem.d.ts +1 -1
  4. package/dist/components/Accordion/AccordionItem.d.ts.map +1 -1
  5. package/dist/components/{Box/AnimatedVisibility → AnimatedVisibility}/AnimatedVisibility.d.ts +1 -1
  6. package/dist/components/AnimatedVisibility/AnimatedVisibility.d.ts.map +1 -0
  7. package/dist/components/{Box/AnimatedVisibility → AnimatedVisibility}/index.d.ts +1 -1
  8. package/dist/components/AnimatedVisibility/index.d.ts.map +1 -0
  9. package/dist/components/AutoComplete/AutoComplete.d.ts +5 -1
  10. package/dist/components/Avatar/Avatar.d.ts +1 -1
  11. package/dist/components/Avatar/Avatar.d.ts.map +1 -1
  12. package/dist/components/Badge/Badge.d.ts +1 -1
  13. package/dist/components/Badge/Badge.d.ts.map +1 -1
  14. package/dist/components/Banner/Banner.d.ts +1 -1
  15. package/dist/components/Banner/Banner.d.ts.map +1 -1
  16. package/dist/components/Box/BoxTransforms.d.ts.map +1 -1
  17. package/dist/components/Box/index.d.ts +2 -20
  18. package/dist/components/Button/ActionButton.d.ts +4 -241
  19. package/dist/components/Button/ActionButton.d.ts.map +1 -1
  20. package/dist/components/Button/Button.d.ts +4 -241
  21. package/dist/components/Button/Button.d.ts.map +1 -1
  22. package/dist/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  23. package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  24. package/dist/components/Callout/Callout.d.ts +1 -1
  25. package/dist/components/Callout/Callout.d.ts.map +1 -1
  26. package/dist/components/CheckBox/CheckBox.d.ts +2 -240
  27. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -1
  28. package/dist/components/Chevron/Chevron.d.ts +1 -1
  29. package/dist/components/Chevron/Chevron.d.ts.map +1 -1
  30. package/dist/components/Chip/Chip.d.ts +2 -1
  31. package/dist/components/Chip/Chip.d.ts.map +1 -1
  32. package/dist/components/CodeSnippet/CodeSnippet.d.ts +1 -1
  33. package/dist/components/CodeSnippet/CodeSnippet.d.ts.map +1 -1
  34. package/dist/components/Divider/Divider.d.ts +1 -1
  35. package/dist/components/Divider/Divider.d.ts.map +1 -1
  36. package/dist/components/Dropdown/Dropdown.d.ts +4 -3
  37. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -1
  38. package/dist/components/Dropdown/DropdownDesktop.d.ts +3 -2
  39. package/dist/components/Dropdown/DropdownDesktop.d.ts.map +1 -1
  40. package/dist/components/Dropdown/DropdownMobile.d.ts +2 -1
  41. package/dist/components/Dropdown/DropdownMobile.d.ts.map +1 -1
  42. package/dist/components/EmailInput/EmailInput.d.ts +6 -243
  43. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
  44. package/dist/components/Field/Field.d.ts +1 -1
  45. package/dist/components/Field/Field.d.ts.map +1 -1
  46. package/dist/components/Field/FieldDescription.d.ts +1 -1
  47. package/dist/components/Field/FieldDescription.d.ts.map +1 -1
  48. package/dist/components/Field/FieldError.d.ts +1 -1
  49. package/dist/components/Field/FieldError.d.ts.map +1 -1
  50. package/dist/components/Field/FieldHint.d.ts +1 -1
  51. package/dist/components/Field/FieldHint.d.ts.map +1 -1
  52. package/dist/components/Field/FieldLabel.d.ts +1 -1
  53. package/dist/components/Field/FieldLabel.d.ts.map +1 -1
  54. package/dist/components/Field/FieldLink.d.ts +1 -1
  55. package/dist/components/Field/FieldLink.d.ts.map +1 -1
  56. package/dist/components/Field/FieldRow.d.ts +1 -1
  57. package/dist/components/Field/FieldRow.d.ts.map +1 -1
  58. package/dist/components/Field/index.d.ts +6 -1315
  59. package/dist/components/Field/index.d.ts.map +1 -1
  60. package/dist/components/FieldGroup/FieldGroup.d.ts +1 -1
  61. package/dist/components/FieldGroup/FieldGroup.d.ts.map +1 -1
  62. package/dist/components/{Box/Flex/Flex.d.ts → Flex/FlexContainer.d.ts} +4 -4
  63. package/dist/components/Flex/FlexContainer.d.ts.map +1 -0
  64. package/dist/components/{Box/Flex → Flex}/FlexItem.d.ts +3 -3
  65. package/dist/components/Flex/FlexItem.d.ts.map +1 -0
  66. package/dist/components/Flex/index.d.ts +8 -0
  67. package/dist/components/Flex/index.d.ts.map +1 -0
  68. package/dist/components/Grid/Grid.d.ts +3 -121
  69. package/dist/components/Grid/Grid.d.ts.map +1 -1
  70. package/dist/components/Grid/GridItem.d.ts +1 -1
  71. package/dist/components/Grid/GridItem.d.ts.map +1 -1
  72. package/dist/components/Icon/Icon.d.ts +4 -122
  73. package/dist/components/Icon/Icon.d.ts.map +1 -1
  74. package/dist/components/Icon/IconsList.d.ts +1 -1
  75. package/dist/components/Icon/IconsList.d.ts.map +1 -1
  76. package/dist/components/InputBox/Addon.d.ts +1 -239
  77. package/dist/components/InputBox/Addon.d.ts.map +1 -1
  78. package/dist/components/InputBox/Input.d.ts +1 -239
  79. package/dist/components/InputBox/Input.d.ts.map +1 -1
  80. package/dist/components/InputBox/InputBox.d.ts +5 -5
  81. package/dist/components/InputBox/InputBox.d.ts.map +1 -1
  82. package/dist/components/InputBox/InputBoxSkeleton.d.ts +1 -1
  83. package/dist/components/InputBox/InputBoxSkeleton.d.ts.map +1 -1
  84. package/dist/components/InputBox/Option.d.ts +1 -239
  85. package/dist/components/InputBox/Option.d.ts.map +1 -1
  86. package/dist/components/InputBox/Placeholder.d.ts +1 -239
  87. package/dist/components/InputBox/Placeholder.d.ts.map +1 -1
  88. package/dist/components/InputBox/Wrapper.d.ts +1 -1
  89. package/dist/components/InputBox/Wrapper.d.ts.map +1 -1
  90. package/dist/components/InputBox/index.d.ts +11 -2034
  91. package/dist/components/InputBox/index.d.ts.map +1 -1
  92. package/dist/components/Label/Label.d.ts +1 -1
  93. package/dist/components/Label/Label.d.ts.map +1 -1
  94. package/dist/components/Margins/Margins.d.ts +2 -2
  95. package/dist/components/Margins/Margins.d.ts.map +1 -1
  96. package/dist/components/Menu/Menu.d.ts +9 -6
  97. package/dist/components/Menu/Menu.d.ts.map +1 -1
  98. package/dist/components/Message/Message.d.ts +2 -1
  99. package/dist/components/Message/Message.d.ts.map +1 -1
  100. package/dist/components/Message/MessageBlock.d.ts +1 -1
  101. package/dist/components/Message/MessageBlock.d.ts.map +1 -1
  102. package/dist/components/Message/MessageBody.d.ts +1 -1
  103. package/dist/components/Message/MessageBody.d.ts.map +1 -1
  104. package/dist/components/Message/MessageContainer.d.ts +1 -1
  105. package/dist/components/Message/MessageContainer.d.ts.map +1 -1
  106. package/dist/components/Message/MessageContainerFixed.d.ts +1 -1
  107. package/dist/components/Message/MessageContainerFixed.d.ts.map +1 -1
  108. package/dist/components/Message/MessageDivider/MessageDivider.d.ts +1 -1
  109. package/dist/components/Message/MessageDivider/MessageDivider.d.ts.map +1 -1
  110. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts +1 -1
  111. package/dist/components/Message/MessageGenericPreview/MessageGenericPreview.d.ts.map +1 -1
  112. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts +1 -1
  113. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewContent.d.ts.map +1 -1
  114. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts +1 -1
  115. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewDescription.d.ts.map +1 -1
  116. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts +1 -1
  117. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewFooter.d.ts.map +1 -1
  118. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts +1 -1
  119. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewThumb.d.ts.map +1 -1
  120. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts +1 -1
  121. package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts.map +1 -1
  122. package/dist/components/Message/MessageHeader.d.ts +1 -1
  123. package/dist/components/Message/MessageHeader.d.ts.map +1 -1
  124. package/dist/components/Message/MessageLeftContainer.d.ts +1 -1
  125. package/dist/components/Message/MessageLeftContainer.d.ts.map +1 -1
  126. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts +1 -1
  127. package/dist/components/Message/MessageMetrics/MessageMetrics.d.ts.map +1 -1
  128. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts +1 -1
  129. package/dist/components/Message/MessageMetrics/MessageMetricsContent.d.ts.map +1 -1
  130. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts +1 -1
  131. package/dist/components/Message/MessageMetrics/MessageMetricsContentItem.d.ts.map +1 -1
  132. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts +1 -1
  133. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItem.d.ts.map +1 -1
  134. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts +1 -1
  135. package/dist/components/Message/MessageMetrics/MessageMetricsItem/MessageMetricsItemLabel.d.ts.map +1 -1
  136. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts +1 -1
  137. package/dist/components/Message/MessageMetrics/MessageMetricsReply.d.ts.map +1 -1
  138. package/dist/components/Message/MessageMetrics/index.d.ts +2 -240
  139. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
  140. package/dist/components/Message/MessageName.d.ts +1 -1
  141. package/dist/components/Message/MessageName.d.ts.map +1 -1
  142. package/dist/components/Message/MessageReactions/MessageReaction.d.ts +3 -2
  143. package/dist/components/Message/MessageReactions/MessageReaction.d.ts.map +1 -1
  144. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts +1 -1
  145. package/dist/components/Message/MessageReactions/MessageReactionAction.d.ts.map +1 -1
  146. package/dist/components/Message/MessageReactions/MessageReactions.d.ts +1 -1
  147. package/dist/components/Message/MessageReactions/MessageReactions.d.ts.map +1 -1
  148. package/dist/components/Message/MessageReactions/index.d.ts +1 -120
  149. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -1
  150. package/dist/components/Message/MessageRole.d.ts +1 -1
  151. package/dist/components/Message/MessageRole.d.ts.map +1 -1
  152. package/dist/components/Message/MessageRoles.d.ts +1 -1
  153. package/dist/components/Message/MessageRoles.d.ts.map +1 -1
  154. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts +2 -1
  155. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicator.d.ts.map +1 -1
  156. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts +1 -1
  157. package/dist/components/Message/MessageStatusIndicator/MessageStatusIndicatorItem.d.ts.map +1 -1
  158. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts +2 -2
  159. package/dist/components/Message/MessageStatusIndicator/MessageStatusPrivateIndicator.d.ts.map +1 -1
  160. package/dist/components/Message/MessageSystem/MessageSystem.d.ts +1 -1
  161. package/dist/components/Message/MessageSystem/MessageSystem.d.ts.map +1 -1
  162. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts +1 -1
  163. package/dist/components/Message/MessageSystem/MessageSystemBlock.d.ts.map +1 -1
  164. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts +1 -1
  165. package/dist/components/Message/MessageSystem/MessageSystemBody.d.ts.map +1 -1
  166. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts +1 -1
  167. package/dist/components/Message/MessageSystem/MessageSystemContainer.d.ts.map +1 -1
  168. package/dist/components/Message/MessageSystem/MessageSystemName.d.ts.map +1 -1
  169. package/dist/components/Message/MessageTimestamp.d.ts +1 -1
  170. package/dist/components/Message/MessageTimestamp.d.ts.map +1 -1
  171. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts +1 -1
  172. package/dist/components/Message/MessageToolbox/MessageToolbox.d.ts.map +1 -1
  173. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +4 -361
  174. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
  175. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts +2 -1
  176. package/dist/components/Message/MessageToolbox/MessageToolboxWrapper.d.ts.map +1 -1
  177. package/dist/components/Message/MessageToolbox/index.d.ts +45 -482
  178. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
  179. package/dist/components/Message/MessageUsername.d.ts +1 -1
  180. package/dist/components/Message/MessageUsername.d.ts.map +1 -1
  181. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts +1 -1
  182. package/dist/components/Message/ThreadMessage/ThreadMessage.d.ts.map +1 -1
  183. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts +1 -1
  184. package/dist/components/Message/ThreadMessage/ThreadMessageBody.d.ts.map +1 -1
  185. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts +1 -1
  186. package/dist/components/Message/ThreadMessage/ThreadMessageContainer.d.ts.map +1 -1
  187. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts +1 -1
  188. package/dist/components/Message/ThreadMessage/ThreadMessageIcon.d.ts.map +1 -1
  189. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts +1 -1
  190. package/dist/components/Message/ThreadMessage/ThreadMessageOrigin.d.ts.map +1 -1
  191. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts +1 -1
  192. package/dist/components/Message/ThreadMessage/ThreadMessageRow.d.ts.map +1 -1
  193. package/dist/components/Message/index.d.ts +48 -842
  194. package/dist/components/Message/index.d.ts.map +1 -1
  195. package/dist/components/Modal/Modal.d.ts +1 -239
  196. package/dist/components/Modal/Modal.d.ts.map +1 -1
  197. package/dist/components/Modal/ModalBackdrop.d.ts +1 -1
  198. package/dist/components/Modal/ModalBackdrop.d.ts.map +1 -1
  199. package/dist/components/Modal/ModalClose.d.ts +2 -2
  200. package/dist/components/Modal/ModalClose.d.ts.map +1 -1
  201. package/dist/components/Modal/ModalContent.d.ts +1 -1
  202. package/dist/components/Modal/ModalContent.d.ts.map +1 -1
  203. package/dist/components/Modal/ModalFooter.d.ts +1 -1
  204. package/dist/components/Modal/ModalFooter.d.ts.map +1 -1
  205. package/dist/components/Modal/ModalHeader.d.ts +1 -1
  206. package/dist/components/Modal/ModalHeader.d.ts.map +1 -1
  207. package/dist/components/Modal/ModalIcon.d.ts +1 -1
  208. package/dist/components/Modal/ModalIcon.d.ts.map +1 -1
  209. package/dist/components/Modal/ModalThumb.d.ts +1 -1
  210. package/dist/components/Modal/ModalThumb.d.ts.map +1 -1
  211. package/dist/components/Modal/ModalTitle.d.ts +1 -1
  212. package/dist/components/Modal/ModalTitle.d.ts.map +1 -1
  213. package/dist/components/Modal/index.d.ts +9 -961
  214. package/dist/components/Modal/index.d.ts.map +1 -1
  215. package/dist/components/MultiSelect/MultiSelect.d.ts +22 -13
  216. package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -0
  217. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts +13 -0
  218. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts.map +1 -0
  219. package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts +11 -0
  220. package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts.map +1 -0
  221. package/dist/components/MultiSelect/MultiSelectFiltered.d.ts +10 -12
  222. package/dist/components/MultiSelect/MultiSelectFiltered.d.ts.map +1 -0
  223. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts +16 -0
  224. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts.map +1 -0
  225. package/dist/components/MultiSelect/SelectedOptions.d.ts +1 -1
  226. package/dist/components/MultiSelect/SelectedOptions.d.ts.map +1 -1
  227. package/dist/components/NumberInput/NumberInput.d.ts +3 -121
  228. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  229. package/dist/components/Options/CheckOption.d.ts +17 -5
  230. package/dist/components/Options/CheckOption.d.ts.map +1 -1
  231. package/dist/components/Options/Option/Option.d.ts +4 -3
  232. package/dist/components/Options/Option/Option.d.ts.map +1 -1
  233. package/dist/components/Options/Option/OptionAvatar.d.ts +1 -1
  234. package/dist/components/Options/Option/OptionAvatar.d.ts.map +1 -1
  235. package/dist/components/Options/Option/OptionColumn.d.ts +1 -1
  236. package/dist/components/Options/Option/OptionColumn.d.ts.map +1 -1
  237. package/dist/components/Options/Option/OptionContent.d.ts +1 -1
  238. package/dist/components/Options/Option/OptionContent.d.ts.map +1 -1
  239. package/dist/components/Options/Option/OptionDescription.d.ts +1 -1
  240. package/dist/components/Options/Option/OptionDescription.d.ts.map +1 -1
  241. package/dist/components/Options/Option/OptionDivider.d.ts +1 -1
  242. package/dist/components/Options/Option/OptionDivider.d.ts.map +1 -1
  243. package/dist/components/Options/Option/OptionHeader.d.ts +7 -0
  244. package/dist/components/Options/Option/OptionHeader.d.ts.map +1 -0
  245. package/dist/components/Options/Option/OptionIcon.d.ts +4 -3
  246. package/dist/components/Options/Option/OptionIcon.d.ts.map +1 -1
  247. package/dist/components/Options/Option/OptionMenu.d.ts +1 -1
  248. package/dist/components/Options/Option/OptionMenu.d.ts.map +1 -1
  249. package/dist/components/Options/Option/OptionTitle.d.ts +1 -1
  250. package/dist/components/Options/Option/OptionTitle.d.ts.map +1 -1
  251. package/dist/components/Options/Option/index.d.ts +15 -124
  252. package/dist/components/Options/Option/index.d.ts.map +1 -1
  253. package/dist/components/Options/Options.d.ts +18 -247
  254. package/dist/components/Options/Options.d.ts.map +1 -1
  255. package/dist/components/Options/index.d.ts +3 -240
  256. package/dist/components/Options/index.d.ts.map +1 -1
  257. package/dist/components/Options/useCursor.d.ts +2 -2
  258. package/dist/components/Options/useCursor.d.ts.map +1 -1
  259. package/dist/components/Options/useVisible.d.ts +2 -2
  260. package/dist/components/Options/useVisible.d.ts.map +1 -1
  261. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +10 -247
  262. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  263. package/dist/components/Pagination/Pagination.d.ts +1 -1
  264. package/dist/components/Pagination/Pagination.d.ts.map +1 -1
  265. package/dist/components/PasswordInput/PasswordInput.d.ts +3 -121
  266. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  267. package/dist/components/{Box/Position → Position}/Position.d.ts +3 -3
  268. package/dist/components/Position/Position.d.ts.map +1 -0
  269. package/dist/components/Position/index.d.ts +2 -0
  270. package/dist/components/Position/index.d.ts.map +1 -0
  271. package/dist/components/{Box/Position → PositionAnimated}/PositionAnimated.d.ts +2 -2
  272. package/dist/components/PositionAnimated/PositionAnimated.d.ts.map +1 -0
  273. package/dist/components/PositionAnimated/index.d.ts +2 -0
  274. package/dist/components/PositionAnimated/index.d.ts.map +1 -0
  275. package/dist/components/ProgressBar/ProgressBar.d.ts +4 -241
  276. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  277. package/dist/components/RadioButton/RadioButton.d.ts +2 -240
  278. package/dist/components/RadioButton/RadioButton.d.ts.map +1 -1
  279. package/dist/components/{Box/Scrollable → Scrollable}/Scrollable.d.ts +1 -1
  280. package/dist/components/Scrollable/Scrollable.d.ts.map +1 -0
  281. package/dist/components/{Box/Scrollable → Scrollable}/index.d.ts +0 -0
  282. package/dist/components/Scrollable/index.d.ts.map +1 -0
  283. package/dist/components/SearchInput/SearchInput.d.ts +6 -243
  284. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  285. package/dist/components/Select/Select.d.ts +29 -737
  286. package/dist/components/Select/Select.d.ts.map +1 -1
  287. package/dist/components/Select/SelectAddon.d.ts +8 -0
  288. package/dist/components/Select/SelectAddon.d.ts.map +1 -0
  289. package/dist/components/Select/SelectFiltered.d.ts +21 -364
  290. package/dist/components/Select/SelectFiltered.d.ts.map +1 -1
  291. package/dist/components/Select/SelectFocus.d.ts +8 -0
  292. package/dist/components/Select/SelectFocus.d.ts.map +1 -0
  293. package/dist/components/SelectInput/SelectInput.d.ts +6 -243
  294. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  295. package/dist/components/SelectInput/index.d.ts +1 -239
  296. package/dist/components/SelectInput/index.d.ts.map +1 -1
  297. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts +1 -1
  298. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts.map +1 -1
  299. package/dist/components/SelectPaginated/PaginatedSelect.d.ts +1 -1
  300. package/dist/components/SelectPaginated/PaginatedSelect.d.ts.map +1 -1
  301. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts +1 -1
  302. package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts.map +1 -1
  303. package/dist/components/Sidebar/Item.d.ts +8 -483
  304. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  305. package/dist/components/Sidebar/Section.d.ts +1 -1
  306. package/dist/components/Sidebar/Section.d.ts.map +1 -1
  307. package/dist/components/Sidebar/SidebarActions.d.ts +1 -1
  308. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  309. package/dist/components/Sidebar/SidebarFooter.d.ts +2 -1
  310. package/dist/components/Sidebar/SidebarFooter.d.ts.map +1 -1
  311. package/dist/components/Sidebar/TopBar.d.ts +7 -482
  312. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  313. package/dist/components/Sidebar/index.d.ts +12 -844
  314. package/dist/components/Sidebar/index.d.ts.map +1 -1
  315. package/dist/components/Skeleton/Skeleton.d.ts +1 -1
  316. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -1
  317. package/dist/components/States/States.d.ts +1 -1
  318. package/dist/components/States/States.d.ts.map +1 -1
  319. package/dist/components/States/StatesAction.d.ts +1 -1
  320. package/dist/components/States/StatesAction.d.ts.map +1 -1
  321. package/dist/components/States/StatesActions.d.ts +1 -1
  322. package/dist/components/States/StatesActions.d.ts.map +1 -1
  323. package/dist/components/States/StatesIcon.d.ts +1 -1
  324. package/dist/components/States/StatesIcon.d.ts.map +1 -1
  325. package/dist/components/States/StatesSubtitle.d.ts +1 -1
  326. package/dist/components/States/StatesSubtitle.d.ts.map +1 -1
  327. package/dist/components/States/StatesSuggestion.d.ts +1 -1
  328. package/dist/components/States/StatesSuggestion.d.ts.map +1 -1
  329. package/dist/components/States/StatesSuggestionList.d.ts +1 -1
  330. package/dist/components/States/StatesSuggestionList.d.ts.map +1 -1
  331. package/dist/components/States/StatesSuggestionListItem.d.ts +1 -1
  332. package/dist/components/States/StatesSuggestionListItem.d.ts.map +1 -1
  333. package/dist/components/States/StatesSuggestionText.d.ts +1 -1
  334. package/dist/components/States/StatesSuggestionText.d.ts.map +1 -1
  335. package/dist/components/States/StatesTitle.d.ts +1 -1
  336. package/dist/components/States/StatesTitle.d.ts.map +1 -1
  337. package/dist/components/StatusBullet/StatusBullet.d.ts +1 -1
  338. package/dist/components/StatusBullet/StatusBullet.d.ts.map +1 -1
  339. package/dist/components/Table/Table.d.ts +4 -241
  340. package/dist/components/Table/Table.d.ts.map +1 -1
  341. package/dist/components/Table/TableCell.d.ts +1 -1
  342. package/dist/components/Table/TableCell.d.ts.map +1 -1
  343. package/dist/components/Table/TableFoot.d.ts +1 -1
  344. package/dist/components/Table/TableFoot.d.ts.map +1 -1
  345. package/dist/components/Table/TableHead.d.ts +1 -1
  346. package/dist/components/Table/TableHead.d.ts.map +1 -1
  347. package/dist/components/Table/TableRow.d.ts +1 -1
  348. package/dist/components/Table/TableRow.d.ts.map +1 -1
  349. package/dist/components/Table/TableSelection.d.ts +1 -1
  350. package/dist/components/Table/TableSelection.d.ts.map +1 -1
  351. package/dist/components/Table/TableSelectionButton.d.ts +2 -2
  352. package/dist/components/Table/TableSelectionButton.d.ts.map +1 -1
  353. package/dist/components/Table/index.d.ts +4 -480
  354. package/dist/components/Table/index.d.ts.map +1 -1
  355. package/dist/components/Tabs/Tabs.d.ts +4 -241
  356. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  357. package/dist/components/Tabs/TabsItem.d.ts +2 -240
  358. package/dist/components/Tabs/TabsItem.d.ts.map +1 -1
  359. package/dist/components/Tag/Tag.d.ts +2 -2
  360. package/dist/components/Tag/Tag.d.ts.map +1 -1
  361. package/dist/components/TelephoneInput/TelephoneInput.d.ts +6 -243
  362. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
  363. package/dist/components/TextAreaInput/TextArea.d.ts +6 -243
  364. package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -1
  365. package/dist/components/TextInput/TextInput.d.ts +6 -243
  366. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  367. package/dist/components/Throbber/Throbber.d.ts +2 -240
  368. package/dist/components/Throbber/Throbber.d.ts.map +1 -1
  369. package/dist/components/Tile/Tile.d.ts +2 -240
  370. package/dist/components/Tile/Tile.d.ts.map +1 -1
  371. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +2 -240
  372. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
  373. package/dist/components/Tooltip/Tooltip.d.ts +3 -241
  374. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  375. package/dist/components/UrlInput/UrlInput.d.ts +3 -121
  376. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  377. package/dist/components/index.d.ts +7 -1
  378. package/dist/components/index.d.ts.map +1 -1
  379. package/dist/fuselage.development.js +5615 -6368
  380. package/dist/fuselage.development.js.map +1 -1
  381. package/dist/fuselage.production.js +1 -1
  382. package/dist/helpers/isForwardRefType.d.ts +3 -0
  383. package/dist/helpers/isForwardRefType.d.ts.map +1 -0
  384. package/dist/helpers/patchChildren.d.ts +1 -1
  385. package/dist/helpers/patchChildren.d.ts.map +1 -1
  386. package/dist/hooks/useArrayLikeClassNameProp.d.ts +6 -0
  387. package/dist/hooks/useArrayLikeClassNameProp.d.ts.map +1 -0
  388. package/dist/hooks/useBoxOnlyProps.d.ts +8 -0
  389. package/dist/hooks/useBoxOnlyProps.d.ts.map +1 -0
  390. package/dist/hooks/useStyle.d.ts +1 -2
  391. package/dist/hooks/useStyle.d.ts.map +1 -1
  392. package/package.json +53 -59
  393. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts.map +0 -1
  394. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +0 -1
  395. package/dist/components/Box/Flex/Flex.d.ts.map +0 -1
  396. package/dist/components/Box/Flex/FlexItem.d.ts.map +0 -1
  397. package/dist/components/Box/Flex/index.d.ts +0 -10
  398. package/dist/components/Box/Flex/index.d.ts.map +0 -1
  399. package/dist/components/Box/Position/Position.d.ts.map +0 -1
  400. package/dist/components/Box/Position/PositionAnimated.d.ts.map +0 -1
  401. package/dist/components/Box/Position/index.d.ts +0 -3
  402. package/dist/components/Box/Position/index.d.ts.map +0 -1
  403. package/dist/components/Box/Scrollable/Scrollable.d.ts.map +0 -1
  404. package/dist/components/Box/Scrollable/index.d.ts.map +0 -1
@@ -10,866 +10,33 @@ import { ModalTitle } from './ModalTitle';
10
10
  declare const _default: import("react").ForwardRefExoticComponent<Pick<{
11
11
  is?: import("react").ElementType<any> | undefined;
12
12
  htmlSize?: number | undefined;
13
- } & {
14
- border?: import("csstype").Property.Border<string | number> | undefined;
15
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
16
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
17
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
18
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
19
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
20
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
21
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
22
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
23
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
24
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
25
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
26
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
27
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
28
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
29
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
30
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
31
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
32
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
33
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
34
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
35
- borderColor?: import("csstype").Property.BorderColor | undefined;
36
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
37
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
38
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
39
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
40
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
41
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
42
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
43
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
44
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
45
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
46
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
47
- color?: import("csstype").Property.Color | undefined;
48
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
49
- bg?: import("csstype").Property.BackgroundColor | undefined;
50
- opacity?: import("csstype").Property.Opacity | undefined;
51
- alignItems?: import("csstype").Property.AlignItems | undefined;
52
- alignContent?: import("csstype").Property.AlignContent | undefined;
53
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
54
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
55
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
56
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
57
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
58
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
59
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
60
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
61
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
62
- order?: import("csstype").Property.Order | undefined;
63
- w?: import("csstype").Property.Width<string | number> | undefined;
64
- width?: import("csstype").Property.Width<string | number> | undefined;
65
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
66
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
67
- h?: import("csstype").Property.Height<string | number> | undefined;
68
- height?: import("csstype").Property.Height<string | number> | undefined;
69
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
70
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
71
- display?: import("csstype").Property.Display | undefined;
72
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
73
- overflow?: import("csstype").Property.Overflow | undefined;
74
- overflowX?: import("csstype").Property.OverflowX | undefined;
75
- overflowY?: import("csstype").Property.OverflowY | undefined;
76
- position?: import("csstype").Property.Position | undefined;
77
- zIndex?: import("csstype").Property.ZIndex | undefined;
78
- inset?: import("csstype").Property.Inset<string | number> | undefined;
79
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
80
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
81
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
82
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
83
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
84
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
85
- m?: import("csstype").Property.Margin<string | number> | undefined;
86
- margin?: import("csstype").Property.Margin<string | number> | undefined;
87
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
88
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
89
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
90
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
91
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
92
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
93
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
94
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
95
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
96
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
97
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
98
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
99
- p?: import("csstype").Property.Padding<string | number> | undefined;
100
- padding?: import("csstype").Property.Padding<string | number> | undefined;
101
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
102
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
103
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
104
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
105
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
106
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
107
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
108
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
109
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
110
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
111
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
112
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
113
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
114
- fontSize?: string | number | (string & {}) | undefined;
115
- fontStyle?: import("csstype").Property.FontStyle | undefined;
116
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
117
- letterSpacing?: string | number | undefined;
118
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
119
- textAlign?: import("csstype").Property.TextAlign | undefined;
120
- textTransform?: import("csstype").Property.TextTransform | undefined;
121
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
122
- animated?: boolean | undefined;
123
- elevation?: "0" | "1" | "2" | undefined;
124
- invisible?: boolean | undefined;
125
- withRichContent?: string | boolean | undefined;
126
- withTruncatedText?: boolean | undefined;
127
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
128
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
129
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
130
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
131
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
132
- } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>, "string" | "y" | "r" | "default" | "disabled" | "type" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof {
133
- border?: import("csstype").Property.Border<string | number> | undefined;
134
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
135
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
136
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
137
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
138
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
139
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
140
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
141
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
142
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
143
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
144
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
145
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
146
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
147
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
148
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
149
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
150
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
151
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
152
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
153
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
154
- borderColor?: import("csstype").Property.BorderColor | undefined;
155
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
156
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
157
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
158
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
159
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
160
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
161
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
162
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
163
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
164
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
165
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
166
- color?: import("csstype").Property.Color | undefined;
167
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
168
- bg?: import("csstype").Property.BackgroundColor | undefined;
169
- opacity?: import("csstype").Property.Opacity | undefined;
170
- alignItems?: import("csstype").Property.AlignItems | undefined;
171
- alignContent?: import("csstype").Property.AlignContent | undefined;
172
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
173
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
174
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
175
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
176
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
177
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
178
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
179
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
180
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
181
- order?: import("csstype").Property.Order | undefined;
182
- w?: import("csstype").Property.Width<string | number> | undefined;
183
- width?: import("csstype").Property.Width<string | number> | undefined;
184
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
185
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
186
- h?: import("csstype").Property.Height<string | number> | undefined;
187
- height?: import("csstype").Property.Height<string | number> | undefined;
188
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
189
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
190
- display?: import("csstype").Property.Display | undefined;
191
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
192
- overflow?: import("csstype").Property.Overflow | undefined;
193
- overflowX?: import("csstype").Property.OverflowX | undefined;
194
- overflowY?: import("csstype").Property.OverflowY | undefined;
195
- position?: import("csstype").Property.Position | undefined;
196
- zIndex?: import("csstype").Property.ZIndex | undefined;
197
- inset?: import("csstype").Property.Inset<string | number> | undefined;
198
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
199
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
200
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
201
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
202
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
203
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
204
- m?: import("csstype").Property.Margin<string | number> | undefined;
205
- margin?: import("csstype").Property.Margin<string | number> | undefined;
206
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
207
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
208
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
209
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
210
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
211
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
212
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
213
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
214
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
215
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
216
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
217
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
218
- p?: import("csstype").Property.Padding<string | number> | undefined;
219
- padding?: import("csstype").Property.Padding<string | number> | undefined;
220
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
221
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
222
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
223
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
224
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
225
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
226
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
227
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
228
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
229
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
230
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
231
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
232
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
233
- fontSize?: string | number | (string & {}) | undefined;
234
- fontStyle?: import("csstype").Property.FontStyle | undefined;
235
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
236
- letterSpacing?: string | number | undefined;
237
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
238
- textAlign?: import("csstype").Property.TextAlign | undefined;
239
- textTransform?: import("csstype").Property.TextTransform | undefined;
240
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
241
- animated?: boolean | undefined;
242
- elevation?: "0" | "1" | "2" | undefined;
243
- invisible?: boolean | undefined;
244
- withRichContent?: string | boolean | undefined;
245
- withTruncatedText?: boolean | undefined;
246
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
247
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
248
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
249
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
250
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
251
- } | "key"> & import("react").RefAttributes<HTMLDivElement>> & {
13
+ } & import("../Box").BoxStylingProps & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>, "string" | "y" | "r" | "default" | "disabled" | "type" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | keyof import("../Box").BoxStylingProps | "key"> & import("react").RefAttributes<HTMLDivElement>> & {
252
14
  Backdrop: (props: {
253
15
  is?: import("react").ElementType<any> | undefined;
254
16
  htmlSize?: number | undefined;
255
- } & {
256
- border?: import("csstype").Property.Border<string | number> | undefined;
257
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
258
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
259
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
260
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
261
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
262
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
263
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
264
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
265
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
266
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
267
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
268
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
269
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
270
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
271
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
272
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
273
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
274
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
275
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
276
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
277
- borderColor?: import("csstype").Property.BorderColor | undefined;
278
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
279
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
280
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
281
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
282
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
283
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
284
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
285
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
286
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
287
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
288
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
289
- color?: import("csstype").Property.Color | undefined;
290
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
291
- bg?: import("csstype").Property.BackgroundColor | undefined;
292
- opacity?: import("csstype").Property.Opacity | undefined;
293
- alignItems?: import("csstype").Property.AlignItems | undefined;
294
- alignContent?: import("csstype").Property.AlignContent | undefined;
295
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
296
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
297
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
298
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
299
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
300
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
301
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
302
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
303
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
304
- order?: import("csstype").Property.Order | undefined;
305
- w?: import("csstype").Property.Width<string | number> | undefined;
306
- width?: import("csstype").Property.Width<string | number> | undefined;
307
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
308
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
309
- h?: import("csstype").Property.Height<string | number> | undefined;
310
- height?: import("csstype").Property.Height<string | number> | undefined;
311
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
312
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
313
- display?: import("csstype").Property.Display | undefined;
314
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
315
- overflow?: import("csstype").Property.Overflow | undefined;
316
- overflowX?: import("csstype").Property.OverflowX | undefined;
317
- overflowY?: import("csstype").Property.OverflowY | undefined;
318
- position?: import("csstype").Property.Position | undefined;
319
- zIndex?: import("csstype").Property.ZIndex | undefined;
320
- inset?: import("csstype").Property.Inset<string | number> | undefined;
321
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
322
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
323
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
324
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
325
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
326
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
327
- m?: import("csstype").Property.Margin<string | number> | undefined;
328
- margin?: import("csstype").Property.Margin<string | number> | undefined;
329
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
330
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
331
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
332
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
333
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
334
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
335
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
336
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
337
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
338
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
339
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
340
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
341
- p?: import("csstype").Property.Padding<string | number> | undefined;
342
- padding?: import("csstype").Property.Padding<string | number> | undefined;
343
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
344
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
345
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
346
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
347
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
348
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
349
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
350
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
351
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
352
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
353
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
354
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
355
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
356
- fontSize?: string | number | (string & {}) | undefined;
357
- fontStyle?: import("csstype").Property.FontStyle | undefined;
358
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
359
- letterSpacing?: string | number | undefined;
360
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
361
- textAlign?: import("csstype").Property.TextAlign | undefined;
362
- textTransform?: import("csstype").Property.TextTransform | undefined;
363
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
364
- animated?: boolean | undefined;
365
- elevation?: "0" | "1" | "2" | undefined;
366
- invisible?: boolean | undefined;
367
- withRichContent?: string | boolean | undefined;
368
- withTruncatedText?: boolean | undefined;
369
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
370
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
371
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
372
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
373
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
374
- } & 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;
17
+ } & import("../Box").BoxStylingProps & 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;
375
18
  Close: (props: {
376
19
  is?: import("react").ElementType<any> | undefined;
377
20
  htmlSize?: number | undefined;
378
- } & {
379
- border?: import("csstype").Property.Border<string | number> | undefined;
380
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
381
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
382
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
383
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
384
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
385
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
386
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
387
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
388
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
389
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
390
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
391
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
392
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
393
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
394
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
395
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
396
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
397
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
398
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
399
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
400
- borderColor?: import("csstype").Property.BorderColor | undefined;
401
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
402
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
403
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
404
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
405
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
406
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
407
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
408
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
409
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
410
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
411
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
412
- color?: import("csstype").Property.Color | undefined;
413
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
414
- bg?: import("csstype").Property.BackgroundColor | undefined;
415
- opacity?: import("csstype").Property.Opacity | undefined;
416
- alignItems?: import("csstype").Property.AlignItems | undefined;
417
- alignContent?: import("csstype").Property.AlignContent | undefined;
418
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
419
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
420
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
421
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
422
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
423
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
424
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
425
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
426
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
427
- order?: import("csstype").Property.Order | undefined;
428
- w?: import("csstype").Property.Width<string | number> | undefined;
429
- width?: import("csstype").Property.Width<string | number> | undefined;
430
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
431
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
432
- h?: import("csstype").Property.Height<string | number> | undefined;
433
- height?: import("csstype").Property.Height<string | number> | undefined;
434
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
435
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
436
- display?: import("csstype").Property.Display | undefined;
437
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
438
- overflow?: import("csstype").Property.Overflow | undefined;
439
- overflowX?: import("csstype").Property.OverflowX | undefined;
440
- overflowY?: import("csstype").Property.OverflowY | undefined;
441
- position?: import("csstype").Property.Position | undefined;
442
- zIndex?: import("csstype").Property.ZIndex | undefined;
443
- inset?: import("csstype").Property.Inset<string | number> | undefined;
444
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
445
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
446
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
447
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
448
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
449
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
450
- m?: import("csstype").Property.Margin<string | number> | undefined;
451
- margin?: import("csstype").Property.Margin<string | number> | undefined;
452
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
453
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
454
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
455
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
456
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
457
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
458
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
459
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
460
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
461
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
462
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
463
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
464
- p?: import("csstype").Property.Padding<string | number> | undefined;
465
- padding?: import("csstype").Property.Padding<string | number> | undefined;
466
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
467
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
468
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
469
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
470
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
471
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
472
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
473
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
474
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
475
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
476
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
477
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
478
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
479
- fontSize?: string | number | (string & {}) | undefined;
480
- fontStyle?: import("csstype").Property.FontStyle | undefined;
481
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
482
- letterSpacing?: string | number | undefined;
483
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
484
- textAlign?: import("csstype").Property.TextAlign | undefined;
485
- textTransform?: import("csstype").Property.TextTransform | undefined;
486
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
487
- animated?: boolean | undefined;
488
- elevation?: "0" | "1" | "2" | undefined;
489
- invisible?: boolean | undefined;
490
- withRichContent?: string | boolean | undefined;
491
- withTruncatedText?: boolean | undefined;
492
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
493
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
494
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
495
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
496
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
497
- } & 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;
21
+ } & import("../Box").BoxStylingProps & 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;
498
22
  Content: ({ children, onScrollContent, ...props }: import("./ModalContent").ModalContentProps) => JSX.Element;
499
23
  Footer: ({ children }: {
500
24
  is?: import("react").ElementType<any> | undefined;
501
25
  htmlSize?: number | undefined;
502
- } & {
503
- border?: import("csstype").Property.Border<string | number> | undefined;
504
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
505
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
506
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
507
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
508
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
509
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
510
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
511
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
512
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
513
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
514
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
515
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
516
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
517
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
518
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
519
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
520
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
521
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
522
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
523
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
524
- borderColor?: import("csstype").Property.BorderColor | undefined;
525
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
526
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
527
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
528
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
529
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
530
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
531
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
532
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
533
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
534
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
535
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
536
- color?: import("csstype").Property.Color | undefined;
537
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
538
- bg?: import("csstype").Property.BackgroundColor | undefined;
539
- opacity?: import("csstype").Property.Opacity | undefined;
540
- alignItems?: import("csstype").Property.AlignItems | undefined;
541
- alignContent?: import("csstype").Property.AlignContent | undefined;
542
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
543
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
544
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
545
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
546
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
547
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
548
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
549
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
550
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
551
- order?: import("csstype").Property.Order | undefined;
552
- w?: import("csstype").Property.Width<string | number> | undefined;
553
- width?: import("csstype").Property.Width<string | number> | undefined;
554
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
555
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
556
- h?: import("csstype").Property.Height<string | number> | undefined;
557
- height?: import("csstype").Property.Height<string | number> | undefined;
558
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
559
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
560
- display?: import("csstype").Property.Display | undefined;
561
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
562
- overflow?: import("csstype").Property.Overflow | undefined;
563
- overflowX?: import("csstype").Property.OverflowX | undefined;
564
- overflowY?: import("csstype").Property.OverflowY | undefined;
565
- position?: import("csstype").Property.Position | undefined;
566
- zIndex?: import("csstype").Property.ZIndex | undefined;
567
- inset?: import("csstype").Property.Inset<string | number> | undefined;
568
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
569
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
570
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
571
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
572
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
573
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
574
- m?: import("csstype").Property.Margin<string | number> | undefined;
575
- margin?: import("csstype").Property.Margin<string | number> | undefined;
576
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
577
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
578
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
579
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
580
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
581
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
582
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
583
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
584
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
585
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
586
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
587
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
588
- p?: import("csstype").Property.Padding<string | number> | undefined;
589
- padding?: import("csstype").Property.Padding<string | number> | undefined;
590
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
591
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
592
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
593
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
594
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
595
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
596
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
597
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
598
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
599
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
600
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
601
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
602
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
603
- fontSize?: string | number | (string & {}) | undefined;
604
- fontStyle?: import("csstype").Property.FontStyle | undefined;
605
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
606
- letterSpacing?: string | number | undefined;
607
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
608
- textAlign?: import("csstype").Property.TextAlign | undefined;
609
- textTransform?: import("csstype").Property.TextTransform | undefined;
610
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
611
- animated?: boolean | undefined;
612
- elevation?: "0" | "1" | "2" | undefined;
613
- invisible?: boolean | undefined;
614
- withRichContent?: string | boolean | undefined;
615
- withTruncatedText?: boolean | undefined;
616
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
617
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
618
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
619
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
620
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
621
- } & 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;
26
+ } & import("../Box").BoxStylingProps & 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;
622
27
  Header: ({ children, ...props }: {
623
28
  is?: import("react").ElementType<any> | undefined;
624
29
  htmlSize?: number | undefined;
625
- } & {
626
- border?: import("csstype").Property.Border<string | number> | undefined;
627
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
628
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
629
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
630
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
631
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
632
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
633
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
634
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
635
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
636
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
637
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
638
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
639
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
640
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
641
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
642
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
643
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
644
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
645
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
646
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
647
- borderColor?: import("csstype").Property.BorderColor | undefined;
648
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
649
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
650
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
651
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
652
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
653
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
654
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
655
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
656
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
657
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
658
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
659
- color?: import("csstype").Property.Color | undefined;
660
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
661
- bg?: import("csstype").Property.BackgroundColor | undefined;
662
- opacity?: import("csstype").Property.Opacity | undefined;
663
- alignItems?: import("csstype").Property.AlignItems | undefined;
664
- alignContent?: import("csstype").Property.AlignContent | undefined;
665
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
666
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
667
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
668
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
669
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
670
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
671
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
672
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
673
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
674
- order?: import("csstype").Property.Order | undefined;
675
- w?: import("csstype").Property.Width<string | number> | undefined;
676
- width?: import("csstype").Property.Width<string | number> | undefined;
677
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
678
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
679
- h?: import("csstype").Property.Height<string | number> | undefined;
680
- height?: import("csstype").Property.Height<string | number> | undefined;
681
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
682
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
683
- display?: import("csstype").Property.Display | undefined;
684
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
685
- overflow?: import("csstype").Property.Overflow | undefined;
686
- overflowX?: import("csstype").Property.OverflowX | undefined;
687
- overflowY?: import("csstype").Property.OverflowY | undefined;
688
- position?: import("csstype").Property.Position | undefined;
689
- zIndex?: import("csstype").Property.ZIndex | undefined;
690
- inset?: import("csstype").Property.Inset<string | number> | undefined;
691
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
692
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
693
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
694
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
695
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
696
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
697
- m?: import("csstype").Property.Margin<string | number> | undefined;
698
- margin?: import("csstype").Property.Margin<string | number> | undefined;
699
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
700
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
701
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
702
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
703
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
704
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
705
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
706
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
707
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
708
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
709
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
710
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
711
- p?: import("csstype").Property.Padding<string | number> | undefined;
712
- padding?: import("csstype").Property.Padding<string | number> | undefined;
713
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
714
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
715
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
716
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
717
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
718
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
719
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
720
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
721
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
722
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
723
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
724
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
725
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
726
- fontSize?: string | number | (string & {}) | undefined;
727
- fontStyle?: import("csstype").Property.FontStyle | undefined;
728
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
729
- letterSpacing?: string | number | undefined;
730
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
731
- textAlign?: import("csstype").Property.TextAlign | undefined;
732
- textTransform?: import("csstype").Property.TextTransform | undefined;
733
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
734
- animated?: boolean | undefined;
735
- elevation?: "0" | "1" | "2" | undefined;
736
- invisible?: boolean | undefined;
737
- withRichContent?: string | boolean | undefined;
738
- withTruncatedText?: boolean | undefined;
739
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
740
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
741
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
742
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
743
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
744
- } & 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;
30
+ } & import("../Box").BoxStylingProps & 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;
745
31
  Icon: ({ size, ...props }: Pick<Omit<{
746
32
  is?: import("react").ElementType<any> | undefined;
747
33
  htmlSize?: number | undefined;
748
- } & {
749
- border?: import("csstype").Property.Border<string | number> | undefined;
750
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
751
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
752
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
753
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
754
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
755
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
756
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
757
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
758
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
759
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
760
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
761
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
762
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
763
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
764
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
765
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
766
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
767
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
768
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
769
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
770
- borderColor?: import("csstype").Property.BorderColor | undefined;
771
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
772
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
773
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
774
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
775
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
776
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
777
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
778
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
779
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
780
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
781
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
782
- color?: import("csstype").Property.Color | undefined;
783
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
784
- bg?: import("csstype").Property.BackgroundColor | undefined;
785
- opacity?: import("csstype").Property.Opacity | undefined;
786
- alignItems?: import("csstype").Property.AlignItems | undefined;
787
- alignContent?: import("csstype").Property.AlignContent | undefined;
788
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
789
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
790
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
791
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
792
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
793
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
794
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
795
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
796
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
797
- order?: import("csstype").Property.Order | undefined;
798
- w?: import("csstype").Property.Width<string | number> | undefined;
799
- width?: import("csstype").Property.Width<string | number> | undefined;
800
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
801
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
802
- h?: import("csstype").Property.Height<string | number> | undefined;
803
- height?: import("csstype").Property.Height<string | number> | undefined;
804
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
805
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
806
- display?: import("csstype").Property.Display | undefined;
807
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
808
- overflow?: import("csstype").Property.Overflow | undefined;
809
- overflowX?: import("csstype").Property.OverflowX | undefined;
810
- overflowY?: import("csstype").Property.OverflowY | undefined;
811
- position?: import("csstype").Property.Position | undefined;
812
- zIndex?: import("csstype").Property.ZIndex | undefined;
813
- inset?: import("csstype").Property.Inset<string | number> | undefined;
814
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
815
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
816
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
817
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
818
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
819
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
820
- m?: import("csstype").Property.Margin<string | number> | undefined;
821
- margin?: import("csstype").Property.Margin<string | number> | undefined;
822
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
823
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
824
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
825
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
826
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
827
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
828
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
829
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
830
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
831
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
832
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
833
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
834
- p?: import("csstype").Property.Padding<string | number> | undefined;
835
- padding?: import("csstype").Property.Padding<string | number> | undefined;
836
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
837
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
838
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
839
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
840
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
841
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
842
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
843
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
844
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
845
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
846
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
847
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
848
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
849
- fontSize?: string | number | (string & {}) | undefined;
850
- fontStyle?: import("csstype").Property.FontStyle | undefined;
851
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
852
- letterSpacing?: string | number | undefined;
853
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
854
- textAlign?: import("csstype").Property.TextAlign | undefined;
855
- textTransform?: import("csstype").Property.TextTransform | undefined;
856
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
857
- animated?: boolean | undefined;
858
- elevation?: "0" | "1" | "2" | undefined;
859
- invisible?: boolean | undefined;
860
- withRichContent?: string | boolean | undefined;
861
- withTruncatedText?: boolean | undefined;
862
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
863
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
864
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
865
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
866
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
867
- } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>, "size" | "name"> & {
868
- name: "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";
34
+ } & import("../Box").BoxStylingProps & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>, "size" | "name"> & {
35
+ name: "info" | "warning" | "link" | "download" | "list" | "clip" | "italic" | "bold" | "key" | "audio" | "code" | "menu" | "video" | "circle" | "image" | "user" | "bell" | "bell-off" | "arrow-back" | "arrow-collapse" | "arrow-down" | "arrow-down-box" | "arrow-expand" | "arrow-fall" | "arrow-jump" | "arrow-loop" | "arrow-return" | "arrow-rise" | "arrow-up-box" | "at" | "avatar" | "backspace" | "bag" | "ball" | "balloon" | "balloon-arrow-left" | "balloon-arrow-top-right" | "balloon-close-top-right" | "balloon-ellipsis" | "balloon-exclamation" | "balloon-off" | "balloons" | "balloon-text" | "ban" | "book" | "brush" | "burger" | "burger-arrow-left" | "business" | "calendar" | "camera" | "card" | "check" | "chevron-down" | "chevron-expand" | "chevron-left" | "chevron-right" | "chevron-up" | "circle-arrow-down" | "circle-check" | "circle-cross" | "circle-exclamation" | "clipboard" | "clock" | "cloud-arrow-up" | "cloud-plus" | "cog" | "condensed-view" | "contact" | "copy" | "crop" | "cross" | "cross-small" | "cube" | "customize" | "desktop" | "dialpad" | "doc" | "document-eye" | "doner" | "emoji" | "emoji-neutral" | "emoji-plus" | "eraser" | "error-circle" | "exit" | "extended-view" | "eye" | "eye-off" | "file" | "fingerprint" | "flag" | "folder" | "globe" | "globe-off" | "group-by-type" | "hash" | "hashtag-lock" | "h-bar" | "headphone" | "headphone-off" | "headset" | "help" | "history" | "home" | "joystick" | "kebab" | "keyboard" | "language" | "list-bullets" | "list-numbers" | "live" | "lock" | "login" | "magnifier" | "mail" | "mail-arrow-top-right" | "meatballs" | "medium-view" | "members" | "mic" | "mic-off" | "mobile" | "moon" | "musical-note" | "new-window" | "pause" | "pause-unfilled" | "pencil" | "pencil-box" | "phone" | "phone-disabled" | "phone-in" | "phone-off" | "phone-out" | "pin" | "pin-map" | "play" | "plus" | "plus-small" | "podcast" | "quote" | "rec" | "refresh" | "send" | "send-filled" | "sheet" | "shield" | "shield-check" | "signal" | "sms" | "sort" | "sort-az" | "squares" | "stack" | "star" | "star-filled" | "stopwatch" | "strike" | "success-circle" | "sun" | "team" | "team-arrow-right" | "team-lock" | "text-decrease" | "text-increase" | "trash" | "underline" | "undo" | "user-arrow-right" | "user-plus" | "video-disabled" | "video-filled" | "video-off" | "volume" | "volume-disabled" | "volume-lock" | "volume-off" | "zip" | "add-reaction" | "add-user" | "attachment" | "back" | "baloon-arrow-left" | "baloon-arrow-top-right" | "baloon-close-top-right" | "baloon-ellipsis" | "baloon-exclamation" | "baloons" | "baloon-text" | "cancel" | "canned-response" | "chat" | "checkmark-circled" | "circled-arrow-down" | "computer" | "discover" | "discussion" | "edit" | "edit-rounded" | "file-document" | "file-generic" | "file-google-drive" | "file-pdf" | "files-audio" | "file-sheets" | "files-video" | "files-zip" | "game" | "hashtag" | "import" | "info-circled" | "jump" | "jump-to-message" | "map-pin" | "message" | "message-disabled" | "modal-warning" | "multiline" | "omnichannel" | "permalink" | "post" | "queue" | "reload" | "reply-directly" | "report" | "send-active" | "share" | "shield-alt" | "sign-out" | "sort-amount-down" | "th-list" | "thread" | "upload" | "user-rounded" | "file-keynote" | "hand-pointer" | "list-alt" | "livechat" | "loading" | "play-solid" | "reply" | "adobe" | "facebook" | "github" | "gitlab" | "google" | "google-drive" | "hubot" | "linkedin" | "twitter";
869
36
  size?: (import("csstype").Property.Width<string | number> & (string | number)) | undefined;
870
37
  }, "string" | "y" | "r" | "default" | "disabled" | "type" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "is" | "className" | "size" | "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" | "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" | "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" | "htmlSize" | "border" | "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" | "bg" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "w" | "minWidth" | "maxWidth" | "h" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "inset" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "m" | "margin" | "mb" | "marginBlock" | "mbs" | "marginBlockStart" | "mbe" | "marginBlockEnd" | "mi" | "marginInline" | "mis" | "marginInlineStart" | "mie" | "marginInlineEnd" | "p" | "padding" | "pb" | "paddingBlock" | "pbs" | "paddingBlockStart" | "pbe" | "paddingBlockEnd" | "pi" | "paddingInline" | "pis" | "paddingInlineStart" | "pie" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "animated" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key"> & import("react").RefAttributes<HTMLElement>) => JSX.Element;
871
38
  Thumb: (props: {
872
- size?: "x16" | "x20" | "x24" | "x32" | "x40" | "x18" | "x28" | "x36" | "x48" | "x124" | "x200" | "x332" | undefined;
39
+ size?: "x16" | "x18" | "x20" | "x24" | "x28" | "x32" | "x36" | "x40" | "x48" | "x124" | "x200" | "x332" | undefined;
873
40
  rounded?: boolean | undefined;
874
41
  objectFit?: boolean | undefined;
875
42
  url: string;
@@ -877,126 +44,7 @@ declare const _default: import("react").ForwardRefExoticComponent<Pick<{
877
44
  Title: ({ children, ...props }: {
878
45
  is?: import("react").ElementType<any> | undefined;
879
46
  htmlSize?: number | undefined;
880
- } & {
881
- border?: import("csstype").Property.Border<string | number> | undefined;
882
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
883
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
884
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
885
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
886
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
887
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
888
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
889
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
890
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
891
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
892
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
893
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
894
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
895
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
896
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
897
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
898
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
899
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
900
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
901
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
902
- borderColor?: import("csstype").Property.BorderColor | undefined;
903
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
904
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
905
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
906
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
907
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
908
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
909
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
910
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
911
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
912
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
913
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
914
- color?: import("csstype").Property.Color | undefined;
915
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
916
- bg?: import("csstype").Property.BackgroundColor | undefined;
917
- opacity?: import("csstype").Property.Opacity | undefined;
918
- alignItems?: import("csstype").Property.AlignItems | undefined;
919
- alignContent?: import("csstype").Property.AlignContent | undefined;
920
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
921
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
922
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
923
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
924
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
925
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
926
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
927
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
928
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
929
- order?: import("csstype").Property.Order | undefined;
930
- w?: import("csstype").Property.Width<string | number> | undefined;
931
- width?: import("csstype").Property.Width<string | number> | undefined;
932
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
933
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
934
- h?: import("csstype").Property.Height<string | number> | undefined;
935
- height?: import("csstype").Property.Height<string | number> | undefined;
936
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
937
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
938
- display?: import("csstype").Property.Display | undefined;
939
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
940
- overflow?: import("csstype").Property.Overflow | undefined;
941
- overflowX?: import("csstype").Property.OverflowX | undefined;
942
- overflowY?: import("csstype").Property.OverflowY | undefined;
943
- position?: import("csstype").Property.Position | undefined;
944
- zIndex?: import("csstype").Property.ZIndex | undefined;
945
- inset?: import("csstype").Property.Inset<string | number> | undefined;
946
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
947
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
948
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
949
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
950
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
951
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
952
- m?: import("csstype").Property.Margin<string | number> | undefined;
953
- margin?: import("csstype").Property.Margin<string | number> | undefined;
954
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
955
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
956
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
957
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
958
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
959
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
960
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
961
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
962
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
963
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
964
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
965
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
966
- p?: import("csstype").Property.Padding<string | number> | undefined;
967
- padding?: import("csstype").Property.Padding<string | number> | undefined;
968
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
969
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
970
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
971
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
972
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
973
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
974
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
975
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
976
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
977
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
978
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
979
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
980
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
981
- fontSize?: string | number | (string & {}) | undefined;
982
- fontStyle?: import("csstype").Property.FontStyle | undefined;
983
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
984
- letterSpacing?: string | number | undefined;
985
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
986
- textAlign?: import("csstype").Property.TextAlign | undefined;
987
- textTransform?: import("csstype").Property.TextTransform | undefined;
988
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
989
- animated?: boolean | undefined;
990
- elevation?: "0" | "1" | "2" | undefined;
991
- invisible?: boolean | undefined;
992
- withRichContent?: string | boolean | undefined;
993
- withTruncatedText?: boolean | undefined;
994
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
995
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
996
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
997
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
998
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
999
- } & 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;
47
+ } & import("../Box").BoxStylingProps & 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;
1000
48
  };
1001
49
  export default _default;
1002
50
  export { ModalBackdrop, ModalClose, ModalContent, ModalFooter, ModalHeader, ModalThumb, ModalTitle, ModalIcon, };