@primer/components 0.0.0-2021821193917 → 0.0.0-2021823142332

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