@primer/components 0.0.0-2021828205225 → 0.0.0-20218282148

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 (244) hide show
  1. package/CHANGELOG.md +46 -2
  2. package/dist/browser.esm.js +738 -694
  3. package/dist/browser.esm.js.map +1 -1
  4. package/dist/browser.umd.js +759 -715
  5. package/dist/browser.umd.js.map +1 -1
  6. package/lib/ActionList/Divider.js +1 -1
  7. package/lib/ActionList/Header.js +2 -2
  8. package/lib/ActionList/Item.js +14 -14
  9. package/lib/ActionList/List.js +1 -1
  10. package/lib/AnchoredOverlay/AnchoredOverlay.js +2 -2
  11. package/lib/Avatar.d.ts +4 -0
  12. package/lib/AvatarPair.js +1 -1
  13. package/lib/AvatarStack.js +1 -1
  14. package/lib/BranchName.js +1 -1
  15. package/lib/Breadcrumbs.d.ts +40 -0
  16. package/lib/{Breadcrumb.js → Breadcrumbs.js} +33 -23
  17. package/lib/Button/Button.d.ts +0 -1
  18. package/lib/Button/Button.js +1 -1
  19. package/lib/Button/ButtonClose.d.ts +1 -2
  20. package/lib/Button/ButtonClose.js +1 -1
  21. package/lib/Button/ButtonDanger.d.ts +0 -1
  22. package/lib/Button/ButtonInvisible.d.ts +0 -1
  23. package/lib/Button/ButtonInvisible.js +1 -1
  24. package/lib/Button/ButtonOutline.d.ts +0 -1
  25. package/lib/Button/ButtonPrimary.d.ts +0 -1
  26. package/lib/Button/ButtonTableList.js +1 -1
  27. package/lib/CircleBadge.js +1 -1
  28. package/lib/CircleOcticon.d.ts +0 -1
  29. package/lib/CircleOcticon.js +1 -1
  30. package/lib/CounterLabel.js +2 -2
  31. package/lib/Dialog/ConfirmationDialog.js +1 -1
  32. package/lib/Dialog/Dialog.js +9 -9
  33. package/lib/Dialog.d.ts +2 -3
  34. package/lib/Dialog.js +4 -4
  35. package/lib/Dropdown.d.ts +0 -4
  36. package/lib/Dropdown.js +2 -2
  37. package/lib/DropdownMenu/DropdownButton.d.ts +1 -2
  38. package/lib/DropdownStyles.js +6 -6
  39. package/lib/FilterList.d.ts +0 -1
  40. package/lib/FilterList.js +1 -1
  41. package/lib/FilteredActionList/FilteredActionList.js +34 -8
  42. package/lib/Flash.js +1 -1
  43. package/lib/Label.js +2 -2
  44. package/lib/Link.js +1 -1
  45. package/lib/Overlay.d.ts +1 -2
  46. package/lib/Overlay.js +6 -11
  47. package/lib/Pagehead.js +1 -1
  48. package/lib/Pagination/Pagination.js +1 -1
  49. package/lib/Popover.js +1 -1
  50. package/lib/Position.d.ts +4 -4
  51. package/lib/ProgressBar.js +1 -1
  52. package/lib/SelectMenu/SelectMenu.d.ts +15 -344
  53. package/lib/SelectMenu/SelectMenuDivider.js +1 -1
  54. package/lib/SelectMenu/SelectMenuFilter.d.ts +1 -1
  55. package/lib/SelectMenu/SelectMenuFilter.js +1 -1
  56. package/lib/SelectMenu/SelectMenuFooter.js +1 -1
  57. package/lib/SelectMenu/SelectMenuHeader.js +2 -2
  58. package/lib/SelectMenu/SelectMenuItem.d.ts +1 -1
  59. package/lib/SelectMenu/SelectMenuItem.js +1 -1
  60. package/lib/SelectMenu/SelectMenuList.js +1 -1
  61. package/lib/SelectMenu/SelectMenuLoadingAnimation.js +1 -1
  62. package/lib/SelectMenu/SelectMenuModal.d.ts +1 -1
  63. package/lib/SelectMenu/SelectMenuModal.js +2 -2
  64. package/lib/SelectMenu/SelectMenuTab.js +1 -1
  65. package/lib/SelectMenu/SelectMenuTabPanel.js +1 -1
  66. package/lib/SelectPanel/SelectPanel.js +3 -2
  67. package/lib/SideNav.js +5 -5
  68. package/lib/StateLabel.js +1 -1
  69. package/lib/SubNav.js +1 -1
  70. package/lib/TabNav.js +2 -2
  71. package/lib/TextInput.d.ts +7 -10
  72. package/lib/TextInput.js +29 -24
  73. package/lib/Timeline.d.ts +0 -1
  74. package/lib/Timeline.js +16 -19
  75. package/lib/Tooltip.js +1 -1
  76. package/lib/UnderlineNav.js +2 -2
  77. package/lib/hooks/useOverlay.d.ts +1 -2
  78. package/lib/hooks/useOverlay.js +6 -11
  79. package/lib/index.d.ts +3 -2
  80. package/lib/index.js +22 -2
  81. package/lib/theme-preval.d.ts +4 -52
  82. package/lib/theme-preval.js +4003 -1180
  83. package/lib/utils/ssr.d.ts +1 -0
  84. package/lib/utils/ssr.js +19 -0
  85. package/lib/utils/testing.d.ts +889 -5527
  86. package/lib/utils/types.d.ts +0 -3
  87. package/lib/utils/uniqueId.js +1 -0
  88. package/lib-esm/ActionList/Divider.js +1 -1
  89. package/lib-esm/ActionList/Header.js +2 -2
  90. package/lib-esm/ActionList/Item.js +15 -15
  91. package/lib-esm/ActionList/List.js +1 -1
  92. package/lib-esm/AnchoredOverlay/AnchoredOverlay.js +3 -3
  93. package/lib-esm/Avatar.d.ts +4 -0
  94. package/lib-esm/AvatarPair.js +1 -1
  95. package/lib-esm/AvatarStack.js +1 -1
  96. package/lib-esm/BranchName.js +1 -1
  97. package/lib-esm/Breadcrumbs.d.ts +40 -0
  98. package/lib-esm/{Breadcrumb.js → Breadcrumbs.js} +30 -21
  99. package/lib-esm/Button/Button.d.ts +0 -1
  100. package/lib-esm/Button/Button.js +1 -1
  101. package/lib-esm/Button/ButtonClose.d.ts +1 -2
  102. package/lib-esm/Button/ButtonClose.js +1 -1
  103. package/lib-esm/Button/ButtonDanger.d.ts +0 -1
  104. package/lib-esm/Button/ButtonInvisible.d.ts +0 -1
  105. package/lib-esm/Button/ButtonInvisible.js +1 -1
  106. package/lib-esm/Button/ButtonOutline.d.ts +0 -1
  107. package/lib-esm/Button/ButtonPrimary.d.ts +0 -1
  108. package/lib-esm/Button/ButtonTableList.js +1 -1
  109. package/lib-esm/CircleBadge.js +1 -1
  110. package/lib-esm/CircleOcticon.d.ts +0 -1
  111. package/lib-esm/CircleOcticon.js +1 -1
  112. package/lib-esm/CounterLabel.js +2 -2
  113. package/lib-esm/Dialog/ConfirmationDialog.js +1 -1
  114. package/lib-esm/Dialog/Dialog.js +8 -8
  115. package/lib-esm/Dialog.d.ts +2 -3
  116. package/lib-esm/Dialog.js +4 -4
  117. package/lib-esm/Dropdown.d.ts +0 -4
  118. package/lib-esm/Dropdown.js +2 -2
  119. package/lib-esm/DropdownMenu/DropdownButton.d.ts +1 -2
  120. package/lib-esm/DropdownStyles.js +6 -6
  121. package/lib-esm/FilterList.d.ts +0 -1
  122. package/lib-esm/FilterList.js +1 -1
  123. package/lib-esm/FilteredActionList/FilteredActionList.js +34 -6
  124. package/lib-esm/Flash.js +1 -1
  125. package/lib-esm/Label.js +2 -2
  126. package/lib-esm/Link.js +1 -1
  127. package/lib-esm/Overlay.d.ts +1 -2
  128. package/lib-esm/Overlay.js +6 -9
  129. package/lib-esm/Pagehead.js +1 -1
  130. package/lib-esm/Pagination/Pagination.js +1 -1
  131. package/lib-esm/Popover.js +1 -1
  132. package/lib-esm/Position.d.ts +4 -4
  133. package/lib-esm/ProgressBar.js +1 -1
  134. package/lib-esm/SelectMenu/SelectMenu.d.ts +15 -344
  135. package/lib-esm/SelectMenu/SelectMenuDivider.js +1 -1
  136. package/lib-esm/SelectMenu/SelectMenuFilter.d.ts +1 -1
  137. package/lib-esm/SelectMenu/SelectMenuFilter.js +1 -1
  138. package/lib-esm/SelectMenu/SelectMenuFooter.js +1 -1
  139. package/lib-esm/SelectMenu/SelectMenuHeader.js +2 -2
  140. package/lib-esm/SelectMenu/SelectMenuItem.d.ts +1 -1
  141. package/lib-esm/SelectMenu/SelectMenuItem.js +1 -1
  142. package/lib-esm/SelectMenu/SelectMenuList.js +1 -1
  143. package/lib-esm/SelectMenu/SelectMenuLoadingAnimation.js +1 -1
  144. package/lib-esm/SelectMenu/SelectMenuModal.d.ts +1 -1
  145. package/lib-esm/SelectMenu/SelectMenuModal.js +2 -2
  146. package/lib-esm/SelectMenu/SelectMenuTab.js +1 -1
  147. package/lib-esm/SelectMenu/SelectMenuTabPanel.js +1 -1
  148. package/lib-esm/SelectPanel/SelectPanel.js +3 -2
  149. package/lib-esm/SideNav.js +5 -5
  150. package/lib-esm/StateLabel.js +1 -1
  151. package/lib-esm/SubNav.js +1 -1
  152. package/lib-esm/TabNav.js +2 -2
  153. package/lib-esm/TextInput.d.ts +7 -10
  154. package/lib-esm/TextInput.js +29 -23
  155. package/lib-esm/Timeline.d.ts +0 -1
  156. package/lib-esm/Timeline.js +12 -17
  157. package/lib-esm/Tooltip.js +1 -1
  158. package/lib-esm/UnderlineNav.js +2 -2
  159. package/lib-esm/hooks/useOverlay.d.ts +1 -2
  160. package/lib-esm/hooks/useOverlay.js +6 -11
  161. package/lib-esm/index.d.ts +3 -2
  162. package/lib-esm/index.js +3 -2
  163. package/lib-esm/theme-preval.d.ts +4 -52
  164. package/lib-esm/theme-preval.js +4003 -1180
  165. package/lib-esm/utils/ssr.d.ts +1 -0
  166. package/lib-esm/utils/ssr.js +1 -0
  167. package/lib-esm/utils/testing.d.ts +889 -5527
  168. package/lib-esm/utils/types.d.ts +0 -3
  169. package/lib-esm/utils/uniqueId.js +1 -0
  170. package/package.json +15 -15
  171. package/lib/Autocomplete/Autocomplete.d.ts +0 -26
  172. package/lib/Autocomplete/Autocomplete.js +0 -55
  173. package/lib/Autocomplete/AutocompleteContext.d.ts +0 -13
  174. package/lib/Autocomplete/AutocompleteContext.js +0 -11
  175. package/lib/Autocomplete/AutocompleteInput.d.ts +0 -9
  176. package/lib/Autocomplete/AutocompleteInput.js +0 -134
  177. package/lib/Autocomplete/AutocompleteMenu.d.ts +0 -70
  178. package/lib/Autocomplete/AutocompleteMenu.js +0 -244
  179. package/lib/Autocomplete/index.d.ts +0 -2
  180. package/lib/Autocomplete/index.js +0 -15
  181. package/lib/Badge/Badge.d.ts +0 -8
  182. package/lib/Badge/Badge.js +0 -59
  183. package/lib/Badge/BadgeState.d.ts +0 -13
  184. package/lib/Badge/BadgeState.js +0 -51
  185. package/lib/Badge/_badgeStyleUtils.d.ts +0 -3
  186. package/lib/Badge/_badgeStyleUtils.js +0 -39
  187. package/lib/Breadcrumb.d.ts +0 -23
  188. package/lib/TextInputTokens.d.ts +0 -43
  189. package/lib/TextInputTokens.js +0 -231
  190. package/lib/TextInputWithTokens.d.ts +0 -41
  191. package/lib/TextInputWithTokens.js +0 -396
  192. package/lib/Token/Token.d.ts +0 -10
  193. package/lib/Token/Token.js +0 -63
  194. package/lib/Token/TokenBase.d.ts +0 -16
  195. package/lib/Token/TokenBase.js +0 -76
  196. package/lib/Token/TokenLabel.d.ts +0 -10
  197. package/lib/Token/TokenLabel.js +0 -121
  198. package/lib/Token/TokenProfile.d.ts +0 -7
  199. package/lib/Token/TokenProfile.js +0 -50
  200. package/lib/Token/_RemoveTokenButton.d.ts +0 -3
  201. package/lib/Token/_RemoveTokenButton.js +0 -43
  202. package/lib/Token/_tokenButtonUtils.d.ts +0 -9
  203. package/lib/Token/_tokenButtonUtils.js +0 -42
  204. package/lib/_UnstyledTextInput.d.ts +0 -2
  205. package/lib/_UnstyledTextInput.js +0 -20
  206. package/lib/utils/scrollIntoViewingArea.d.ts +0 -1
  207. package/lib/utils/scrollIntoViewingArea.js +0 -39
  208. package/lib-esm/Autocomplete/Autocomplete.d.ts +0 -26
  209. package/lib-esm/Autocomplete/Autocomplete.js +0 -36
  210. package/lib-esm/Autocomplete/AutocompleteContext.d.ts +0 -13
  211. package/lib-esm/Autocomplete/AutocompleteContext.js +0 -2
  212. package/lib-esm/Autocomplete/AutocompleteInput.d.ts +0 -9
  213. package/lib-esm/Autocomplete/AutocompleteInput.js +0 -115
  214. package/lib-esm/Autocomplete/AutocompleteMenu.d.ts +0 -70
  215. package/lib-esm/Autocomplete/AutocompleteMenu.js +0 -218
  216. package/lib-esm/Autocomplete/index.d.ts +0 -2
  217. package/lib-esm/Autocomplete/index.js +0 -1
  218. package/lib-esm/Badge/Badge.d.ts +0 -8
  219. package/lib-esm/Badge/Badge.js +0 -44
  220. package/lib-esm/Badge/BadgeState.d.ts +0 -13
  221. package/lib-esm/Badge/BadgeState.js +0 -40
  222. package/lib-esm/Badge/_badgeStyleUtils.d.ts +0 -3
  223. package/lib-esm/Badge/_badgeStyleUtils.js +0 -29
  224. package/lib-esm/Breadcrumb.d.ts +0 -23
  225. package/lib-esm/TextInputTokens.d.ts +0 -43
  226. package/lib-esm/TextInputTokens.js +0 -204
  227. package/lib-esm/TextInputWithTokens.d.ts +0 -41
  228. package/lib-esm/TextInputWithTokens.js +0 -361
  229. package/lib-esm/Token/Token.d.ts +0 -10
  230. package/lib-esm/Token/Token.js +0 -44
  231. package/lib-esm/Token/TokenBase.d.ts +0 -16
  232. package/lib-esm/Token/TokenBase.js +0 -56
  233. package/lib-esm/Token/TokenLabel.d.ts +0 -10
  234. package/lib-esm/Token/TokenLabel.js +0 -101
  235. package/lib-esm/Token/TokenProfile.d.ts +0 -7
  236. package/lib-esm/Token/TokenProfile.js +0 -29
  237. package/lib-esm/Token/_RemoveTokenButton.d.ts +0 -3
  238. package/lib-esm/Token/_RemoveTokenButton.js +0 -28
  239. package/lib-esm/Token/_tokenButtonUtils.d.ts +0 -9
  240. package/lib-esm/Token/_tokenButtonUtils.js +0 -26
  241. package/lib-esm/_UnstyledTextInput.d.ts +0 -2
  242. package/lib-esm/_UnstyledTextInput.js +0 -7
  243. package/lib-esm/utils/scrollIntoViewingArea.d.ts +0 -1
  244. package/lib-esm/utils/scrollIntoViewingArea.js +0 -30
@@ -7,7 +7,7 @@ declare type SelectMenuInternalProps = {
7
7
  initialTab?: string;
8
8
  as?: React.ReactElement;
9
9
  } & ComponentProps<typeof StyledSelectMenu>;
10
- declare const SelectMenu: React.ForwardRefExoticComponent<Pick<SelectMenuInternalProps, "backgroundColor" | "color" | "display" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "margin" | "padding" | "hidden" | "children" | "theme" | "p" | "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "css" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "open" | "sx" | "onToggle" | "as" | "initialTab"> & React.RefAttributes<HTMLElement>>;
10
+ declare const SelectMenu: React.ForwardRefExoticComponent<Pick<SelectMenuInternalProps, "backgroundColor" | "color" | "display" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "margin" | "padding" | "hidden" | "children" | "theme" | "p" | "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "open" | "sx" | "onToggle" | "as" | "initialTab"> & React.RefAttributes<HTMLElement>>;
11
11
  export declare type SelectMenuProps = ComponentProps<typeof SelectMenu>;
12
12
  export type { SelectMenuDividerProps } from './SelectMenuDivider';
13
13
  export type { SelectMenuFilterProps } from './SelectMenuFilter';
@@ -20,7 +20,7 @@ export type { SelectMenuModalProps } from './SelectMenuModal';
20
20
  export type { SelectMenuTabProps } from './SelectMenuTab';
21
21
  export type { SelectMenuTabPanelProps } from './SelectMenuTabPanel';
22
22
  export type { SelectMenuTabsProps } from './SelectMenuTabs';
23
- declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalProps, "backgroundColor" | "color" | "display" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "margin" | "padding" | "hidden" | "children" | "theme" | "p" | "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "css" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "open" | "sx" | "onToggle" | "as" | "initialTab"> & React.RefAttributes<HTMLElement>> & {
23
+ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalProps, "backgroundColor" | "color" | "display" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "margin" | "padding" | "hidden" | "children" | "theme" | "p" | "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "open" | "sx" | "onToggle" | "as" | "initialTab"> & React.RefAttributes<HTMLElement>> & {
24
24
  MenuContext: React.Context<{
25
25
  selectedTab?: string | undefined;
26
26
  setSelectedTab?: React.Dispatch<React.SetStateAction<string>> | undefined;
@@ -32,38 +32,20 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
32
32
  Divider: import("styled-components").StyledComponent<"div", any, SystemCommonProps & SxProp, never>;
33
33
  Filter: React.ForwardRefExoticComponent<Pick<{
34
34
  value?: string | undefined;
35
- } & Omit<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & {
36
- ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
37
- }, "backgroundColor" | "color" | "display" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxWidth" | "minWidth" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "width" | "margin" | "padding" | "hidden" | "children" | "theme" | "value" | "ref" | "form" | "p" | "slot" | "style" | "title" | "pattern" | "list" | "type" | "name" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "css" | "block" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "step" | "size" | "icon" | "sx" | "max" | "min" | "crossOrigin" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "as" | "variant" | "hasIcon" | "contrast" | "inputComponent" | "wrapperRef"> & {
38
- as?: any;
35
+ } & Pick<{
36
+ className?: string | undefined;
39
37
  icon?: React.ComponentType<{
40
38
  className?: string | undefined;
41
39
  }> | undefined;
42
- inputComponent?: React.ComponentType<HTMLInputElement> | undefined;
43
- wrapperRef?: React.RefObject<HTMLSpanElement> | undefined;
44
- } & {
45
- backgroundColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
46
- color?: (string & import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>) | undefined;
47
- display?: import("styled-system").ResponsiveValue<import("csstype").Property.Display, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
48
- marginBottom?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
49
- marginLeft?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
50
- marginRight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
51
- marginTop?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
40
+ } & Pick<{
41
+ color?: string | undefined;
52
42
  maxWidth?: import("styled-system").ResponsiveValue<import("csstype").Property.MaxWidth<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
53
43
  minWidth?: import("styled-system").ResponsiveValue<import("csstype").Property.MinWidth<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
54
- opacity?: import("styled-system").ResponsiveValue<import("csstype").Property.Opacity, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
55
- paddingBottom?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
56
- paddingLeft?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
57
- paddingRight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
58
- paddingTop?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
59
44
  translate?: "yes" | "no" | undefined;
60
45
  width?: import("styled-system").ResponsiveValue<import("csstype").Property.Width<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
61
- margin?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
62
- padding?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
63
46
  hidden?: boolean | undefined;
64
47
  children?: React.ReactNode;
65
48
  ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
66
- p?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
67
49
  slot?: string | undefined;
68
50
  style?: React.CSSProperties | undefined;
69
51
  title?: string | undefined;
@@ -317,26 +299,7 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
317
299
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
318
300
  onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
319
301
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
320
- css?: import("@emotion/core").InterpolationWithTheme<any>;
321
302
  block?: boolean | undefined;
322
- bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
323
- m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
324
- mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
325
- mr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
326
- mb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
327
- ml?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
328
- mx?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
329
- marginX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
330
- my?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
331
- marginY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
332
- pt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
333
- pr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
334
- pb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
335
- pl?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
336
- px?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
337
- paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
338
- py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
339
- paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
340
303
  sx?: import("@styled-system/css").SystemStyleObject | undefined;
341
304
  disabled?: boolean | undefined;
342
305
  variant?: "large" | "small" | undefined;
@@ -344,302 +307,15 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
344
307
  contrast?: boolean | undefined;
345
308
  } & {
346
309
  theme?: any;
310
+ }, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "disabled" | "variant" | "contrast"> & Omit<Pick<{
311
+ [x: string]: any;
312
+ [x: number]: any;
347
313
  } & {
348
- color?: string | undefined;
349
- height?: string | number | undefined;
350
- translate?: "yes" | "no" | undefined;
351
- width?: string | number | undefined;
352
- hidden?: boolean | undefined;
353
- children?: React.ReactNode;
354
- value?: string | number | readonly string[] | undefined;
355
- ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
356
- form?: string | undefined;
357
- slot?: string | undefined;
358
- style?: React.CSSProperties | undefined;
359
- title?: string | undefined;
360
- pattern?: string | undefined;
361
- list?: string | undefined;
362
- type?: string | undefined;
363
- name?: string | undefined;
364
- key?: React.Key | null | undefined;
365
- defaultChecked?: boolean | undefined;
366
- defaultValue?: string | number | readonly string[] | undefined;
367
- suppressContentEditableWarning?: boolean | undefined;
368
- suppressHydrationWarning?: boolean | undefined;
369
- accessKey?: string | undefined;
370
- className?: string | undefined;
371
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
372
- contextMenu?: string | undefined;
373
- dir?: string | undefined;
374
- draggable?: (boolean | "true" | "false") | undefined;
375
- id?: string | undefined;
376
- lang?: string | undefined;
377
- placeholder?: string | undefined;
378
- spellCheck?: (boolean | "true" | "false") | undefined;
379
- tabIndex?: number | undefined;
380
- radioGroup?: string | undefined;
381
- role?: React.AriaRole | undefined;
382
- about?: string | undefined;
383
- datatype?: string | undefined;
384
- inlist?: any;
385
- prefix?: string | undefined;
386
- property?: string | undefined;
387
- resource?: string | undefined;
388
- typeof?: string | undefined;
389
- vocab?: string | undefined;
390
- autoCapitalize?: string | undefined;
391
- autoCorrect?: string | undefined;
392
- autoSave?: string | undefined;
393
- itemProp?: string | undefined;
394
- itemScope?: boolean | undefined;
395
- itemType?: string | undefined;
396
- itemID?: string | undefined;
397
- itemRef?: string | undefined;
398
- results?: number | undefined;
399
- security?: string | undefined;
400
- unselectable?: "on" | "off" | undefined;
401
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
402
- is?: string | undefined;
403
- 'aria-activedescendant'?: string | undefined;
404
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
405
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
406
- 'aria-busy'?: boolean | "true" | "false" | undefined;
407
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
408
- 'aria-colcount'?: number | undefined;
409
- 'aria-colindex'?: number | undefined;
410
- 'aria-colspan'?: number | undefined;
411
- 'aria-controls'?: string | undefined;
412
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
413
- 'aria-describedby'?: string | undefined;
414
- 'aria-details'?: string | undefined;
415
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
416
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
417
- 'aria-errormessage'?: string | undefined;
418
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
419
- 'aria-flowto'?: string | undefined;
420
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
421
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
422
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
423
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
424
- 'aria-keyshortcuts'?: string | undefined;
425
- 'aria-label'?: string | undefined;
426
- 'aria-labelledby'?: string | undefined;
427
- 'aria-level'?: number | undefined;
428
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
429
- 'aria-modal'?: boolean | "true" | "false" | undefined;
430
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
431
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
432
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
433
- 'aria-owns'?: string | undefined;
434
- 'aria-placeholder'?: string | undefined;
435
- 'aria-posinset'?: number | undefined;
436
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
437
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
438
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
439
- 'aria-required'?: boolean | "true" | "false" | undefined;
440
- 'aria-roledescription'?: string | undefined;
441
- 'aria-rowcount'?: number | undefined;
442
- 'aria-rowindex'?: number | undefined;
443
- 'aria-rowspan'?: number | undefined;
444
- 'aria-selected'?: boolean | "true" | "false" | undefined;
445
- 'aria-setsize'?: number | undefined;
446
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
447
- 'aria-valuemax'?: number | undefined;
448
- 'aria-valuemin'?: number | undefined;
449
- 'aria-valuenow'?: number | undefined;
450
- 'aria-valuetext'?: string | undefined;
451
- dangerouslySetInnerHTML?: {
452
- __html: string;
453
- } | undefined;
454
- onCopy?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
455
- onCopyCapture?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
456
- onCut?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
457
- onCutCapture?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
458
- onPaste?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
459
- onPasteCapture?: React.ClipboardEventHandler<HTMLInputElement> | undefined;
460
- onCompositionEnd?: React.CompositionEventHandler<HTMLInputElement> | undefined;
461
- onCompositionEndCapture?: React.CompositionEventHandler<HTMLInputElement> | undefined;
462
- onCompositionStart?: React.CompositionEventHandler<HTMLInputElement> | undefined;
463
- onCompositionStartCapture?: React.CompositionEventHandler<HTMLInputElement> | undefined;
464
- onCompositionUpdate?: React.CompositionEventHandler<HTMLInputElement> | undefined;
465
- onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLInputElement> | undefined;
466
- onFocus?: React.FocusEventHandler<HTMLInputElement> | undefined;
467
- onFocusCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
468
- onBlur?: React.FocusEventHandler<HTMLInputElement> | undefined;
469
- onBlurCapture?: React.FocusEventHandler<HTMLInputElement> | undefined;
470
- onChange?: React.ChangeEventHandler<HTMLInputElement> | undefined;
471
- onChangeCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
472
- onBeforeInput?: React.FormEventHandler<HTMLInputElement> | undefined;
473
- onBeforeInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
474
- onInput?: React.FormEventHandler<HTMLInputElement> | undefined;
475
- onInputCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
476
- onReset?: React.FormEventHandler<HTMLInputElement> | undefined;
477
- onResetCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
478
- onSubmit?: React.FormEventHandler<HTMLInputElement> | undefined;
479
- onSubmitCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
480
- onInvalid?: React.FormEventHandler<HTMLInputElement> | undefined;
481
- onInvalidCapture?: React.FormEventHandler<HTMLInputElement> | undefined;
482
- onLoad?: React.ReactEventHandler<HTMLInputElement> | undefined;
483
- onLoadCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
484
- onError?: React.ReactEventHandler<HTMLInputElement> | undefined;
485
- onErrorCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
486
- onKeyDown?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
487
- onKeyDownCapture?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
488
- onKeyPress?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
489
- onKeyPressCapture?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
490
- onKeyUp?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
491
- onKeyUpCapture?: React.KeyboardEventHandler<HTMLInputElement> | undefined;
492
- onAbort?: React.ReactEventHandler<HTMLInputElement> | undefined;
493
- onAbortCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
494
- onCanPlay?: React.ReactEventHandler<HTMLInputElement> | undefined;
495
- onCanPlayCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
496
- onCanPlayThrough?: React.ReactEventHandler<HTMLInputElement> | undefined;
497
- onCanPlayThroughCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
498
- onDurationChange?: React.ReactEventHandler<HTMLInputElement> | undefined;
499
- onDurationChangeCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
500
- onEmptied?: React.ReactEventHandler<HTMLInputElement> | undefined;
501
- onEmptiedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
502
- onEncrypted?: React.ReactEventHandler<HTMLInputElement> | undefined;
503
- onEncryptedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
504
- onEnded?: React.ReactEventHandler<HTMLInputElement> | undefined;
505
- onEndedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
506
- onLoadedData?: React.ReactEventHandler<HTMLInputElement> | undefined;
507
- onLoadedDataCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
508
- onLoadedMetadata?: React.ReactEventHandler<HTMLInputElement> | undefined;
509
- onLoadedMetadataCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
510
- onLoadStart?: React.ReactEventHandler<HTMLInputElement> | undefined;
511
- onLoadStartCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
512
- onPause?: React.ReactEventHandler<HTMLInputElement> | undefined;
513
- onPauseCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
514
- onPlay?: React.ReactEventHandler<HTMLInputElement> | undefined;
515
- onPlayCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
516
- onPlaying?: React.ReactEventHandler<HTMLInputElement> | undefined;
517
- onPlayingCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
518
- onProgress?: React.ReactEventHandler<HTMLInputElement> | undefined;
519
- onProgressCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
520
- onRateChange?: React.ReactEventHandler<HTMLInputElement> | undefined;
521
- onRateChangeCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
522
- onSeeked?: React.ReactEventHandler<HTMLInputElement> | undefined;
523
- onSeekedCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
524
- onSeeking?: React.ReactEventHandler<HTMLInputElement> | undefined;
525
- onSeekingCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
526
- onStalled?: React.ReactEventHandler<HTMLInputElement> | undefined;
527
- onStalledCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
528
- onSuspend?: React.ReactEventHandler<HTMLInputElement> | undefined;
529
- onSuspendCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
530
- onTimeUpdate?: React.ReactEventHandler<HTMLInputElement> | undefined;
531
- onTimeUpdateCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
532
- onVolumeChange?: React.ReactEventHandler<HTMLInputElement> | undefined;
533
- onVolumeChangeCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
534
- onWaiting?: React.ReactEventHandler<HTMLInputElement> | undefined;
535
- onWaitingCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
536
- onAuxClick?: React.MouseEventHandler<HTMLInputElement> | undefined;
537
- onAuxClickCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
538
- onClick?: React.MouseEventHandler<HTMLInputElement> | undefined;
539
- onClickCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
540
- onContextMenu?: React.MouseEventHandler<HTMLInputElement> | undefined;
541
- onContextMenuCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
542
- onDoubleClick?: React.MouseEventHandler<HTMLInputElement> | undefined;
543
- onDoubleClickCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
544
- onDrag?: React.DragEventHandler<HTMLInputElement> | undefined;
545
- onDragCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
546
- onDragEnd?: React.DragEventHandler<HTMLInputElement> | undefined;
547
- onDragEndCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
548
- onDragEnter?: React.DragEventHandler<HTMLInputElement> | undefined;
549
- onDragEnterCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
550
- onDragExit?: React.DragEventHandler<HTMLInputElement> | undefined;
551
- onDragExitCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
552
- onDragLeave?: React.DragEventHandler<HTMLInputElement> | undefined;
553
- onDragLeaveCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
554
- onDragOver?: React.DragEventHandler<HTMLInputElement> | undefined;
555
- onDragOverCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
556
- onDragStart?: React.DragEventHandler<HTMLInputElement> | undefined;
557
- onDragStartCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
558
- onDrop?: React.DragEventHandler<HTMLInputElement> | undefined;
559
- onDropCapture?: React.DragEventHandler<HTMLInputElement> | undefined;
560
- onMouseDown?: React.MouseEventHandler<HTMLInputElement> | undefined;
561
- onMouseDownCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
562
- onMouseEnter?: React.MouseEventHandler<HTMLInputElement> | undefined;
563
- onMouseLeave?: React.MouseEventHandler<HTMLInputElement> | undefined;
564
- onMouseMove?: React.MouseEventHandler<HTMLInputElement> | undefined;
565
- onMouseMoveCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
566
- onMouseOut?: React.MouseEventHandler<HTMLInputElement> | undefined;
567
- onMouseOutCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
568
- onMouseOver?: React.MouseEventHandler<HTMLInputElement> | undefined;
569
- onMouseOverCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
570
- onMouseUp?: React.MouseEventHandler<HTMLInputElement> | undefined;
571
- onMouseUpCapture?: React.MouseEventHandler<HTMLInputElement> | undefined;
572
- onSelect?: React.ReactEventHandler<HTMLInputElement> | undefined;
573
- onSelectCapture?: React.ReactEventHandler<HTMLInputElement> | undefined;
574
- onTouchCancel?: React.TouchEventHandler<HTMLInputElement> | undefined;
575
- onTouchCancelCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
576
- onTouchEnd?: React.TouchEventHandler<HTMLInputElement> | undefined;
577
- onTouchEndCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
578
- onTouchMove?: React.TouchEventHandler<HTMLInputElement> | undefined;
579
- onTouchMoveCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
580
- onTouchStart?: React.TouchEventHandler<HTMLInputElement> | undefined;
581
- onTouchStartCapture?: React.TouchEventHandler<HTMLInputElement> | undefined;
582
- onPointerDown?: React.PointerEventHandler<HTMLInputElement> | undefined;
583
- onPointerDownCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
584
- onPointerMove?: React.PointerEventHandler<HTMLInputElement> | undefined;
585
- onPointerMoveCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
586
- onPointerUp?: React.PointerEventHandler<HTMLInputElement> | undefined;
587
- onPointerUpCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
588
- onPointerCancel?: React.PointerEventHandler<HTMLInputElement> | undefined;
589
- onPointerCancelCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
590
- onPointerEnter?: React.PointerEventHandler<HTMLInputElement> | undefined;
591
- onPointerEnterCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
592
- onPointerLeave?: React.PointerEventHandler<HTMLInputElement> | undefined;
593
- onPointerLeaveCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
594
- onPointerOver?: React.PointerEventHandler<HTMLInputElement> | undefined;
595
- onPointerOverCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
596
- onPointerOut?: React.PointerEventHandler<HTMLInputElement> | undefined;
597
- onPointerOutCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
598
- onGotPointerCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
599
- onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
600
- onLostPointerCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
601
- onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLInputElement> | undefined;
602
- onScroll?: React.UIEventHandler<HTMLInputElement> | undefined;
603
- onScrollCapture?: React.UIEventHandler<HTMLInputElement> | undefined;
604
- onWheel?: React.WheelEventHandler<HTMLInputElement> | undefined;
605
- onWheelCapture?: React.WheelEventHandler<HTMLInputElement> | undefined;
606
- onAnimationStart?: React.AnimationEventHandler<HTMLInputElement> | undefined;
607
- onAnimationStartCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
608
- onAnimationEnd?: React.AnimationEventHandler<HTMLInputElement> | undefined;
609
- onAnimationEndCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
610
- onAnimationIteration?: React.AnimationEventHandler<HTMLInputElement> | undefined;
611
- onAnimationIterationCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
612
- onTransitionEnd?: React.TransitionEventHandler<HTMLInputElement> | undefined;
613
- onTransitionEndCapture?: React.TransitionEventHandler<HTMLInputElement> | undefined;
614
- css?: import("@emotion/core").InterpolationWithTheme<any>;
615
- step?: string | number | undefined;
616
- size?: number | undefined;
617
- sx?: import("@styled-system/css").SystemStyleObject | undefined;
618
- max?: string | number | undefined;
619
- min?: string | number | undefined;
620
- crossOrigin?: string | undefined;
621
- alt?: string | undefined;
622
- src?: string | undefined;
623
- autoFocus?: boolean | undefined;
624
- disabled?: boolean | undefined;
625
- formAction?: string | undefined;
626
- formEncType?: string | undefined;
627
- formMethod?: string | undefined;
628
- formNoValidate?: boolean | undefined;
629
- formTarget?: string | undefined;
630
- autoComplete?: string | undefined;
631
- accept?: string | undefined;
632
- capture?: string | boolean | undefined;
633
- checked?: boolean | undefined;
634
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
635
- maxLength?: number | undefined;
636
- minLength?: number | undefined;
637
- multiple?: boolean | undefined;
638
- readOnly?: boolean | undefined;
639
- required?: boolean | undefined;
314
+ theme?: any;
640
315
  } & {
641
- as?: "input" | undefined;
642
- }, "backgroundColor" | "color" | "display" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxWidth" | "minWidth" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "width" | "margin" | "padding" | "hidden" | "children" | "theme" | "value" | "form" | "p" | "slot" | "style" | "title" | "pattern" | "list" | "type" | "name" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "css" | "block" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "step" | "size" | "icon" | "sx" | "max" | "min" | "crossOrigin" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "as" | "variant" | "hasIcon" | "contrast" | "inputComponent" | "wrapperRef"> & React.RefAttributes<HTMLInputElement>>;
316
+ as?: string | React.ComponentType<any> | undefined;
317
+ forwardedAs?: string | React.ComponentType<any> | undefined;
318
+ }, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "className" | "block" | "icon" | "sx" | "disabled" | "variant" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
643
319
  Footer: import("styled-components").StyledComponent<"footer", any, SystemCommonProps & SxProp, never>;
644
320
  Item: React.ForwardRefExoticComponent<Pick<{
645
321
  as?: React.ElementType<any> | undefined;
@@ -918,7 +594,6 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
918
594
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
919
595
  onTransitionEnd?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
920
596
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
921
- css?: import("@emotion/core").InterpolationWithTheme<any>;
922
597
  bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
923
598
  m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
924
599
  mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
@@ -948,7 +623,7 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
948
623
  referrerPolicy?: React.HTMLAttributeReferrerPolicy | undefined;
949
624
  } & {
950
625
  theme?: any;
951
- }, "translate" | "hidden" | "children" | "theme" | "slot" | "style" | "title" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "css" | keyof SystemCommonProps | "sx" | "media" | "target" | "href" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy" | "as" | "selected"> & React.RefAttributes<HTMLAnchorElement>>;
626
+ }, "translate" | "hidden" | "children" | "theme" | "slot" | "style" | "title" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | keyof SystemCommonProps | "sx" | "media" | "target" | "href" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy" | "as" | "selected"> & React.RefAttributes<HTMLAnchorElement>>;
952
627
  Modal: React.ForwardRefExoticComponent<Pick<Pick<{
953
628
  filter?: boolean | undefined;
954
629
  } & import("styled-system").WidthProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Width<import("styled-system").TLengthStyledSystem>>, "width"> & {
@@ -1224,7 +899,6 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1224
899
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1225
900
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1226
901
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1227
- css?: import("@emotion/core").InterpolationWithTheme<any>;
1228
902
  bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1229
903
  m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1230
904
  mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
@@ -1247,7 +921,7 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1247
921
  align?: "left" | "right" | undefined;
1248
922
  } & {
1249
923
  theme?: any;
1250
- }, "backgroundColor" | "color" | "display" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "width" | "margin" | "padding" | "hidden" | "children" | "theme" | "p" | "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "css" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "sx" | "align"> & React.RefAttributes<HTMLDivElement>>;
924
+ }, "backgroundColor" | "color" | "display" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "width" | "margin" | "padding" | "hidden" | "children" | "theme" | "p" | "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "sx" | "align"> & React.RefAttributes<HTMLDivElement>>;
1251
925
  Tabs: {
1252
926
  ({ children, ...rest }: {
1253
927
  backgroundColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
@@ -1522,7 +1196,6 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1522
1196
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1523
1197
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1524
1198
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1525
- css?: import("@emotion/core").InterpolationWithTheme<any>;
1526
1199
  bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1527
1200
  m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1528
1201
  mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
@@ -1837,7 +1510,6 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1837
1510
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
1838
1511
  onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | undefined;
1839
1512
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
1840
- css?: import("@emotion/core").InterpolationWithTheme<any>;
1841
1513
  bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1842
1514
  m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1843
1515
  mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
@@ -2135,7 +1807,6 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
2135
1807
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
2136
1808
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
2137
1809
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
2138
- css?: import("@emotion/core").InterpolationWithTheme<any>;
2139
1810
  bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
2140
1811
  m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
2141
1812
  mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;