@primer/components 0.0.0-202192952423 → 0.0.0-202192953933

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/dist/browser.esm.js +16 -12
  3. package/dist/browser.esm.js.map +1 -1
  4. package/dist/browser.umd.js +16 -12
  5. package/dist/browser.umd.js.map +1 -1
  6. package/lib/Autocomplete/Autocomplete.d.ts +28 -28
  7. package/lib/Autocomplete/AutocompleteInput.d.ts +28 -28
  8. package/lib/Button/Button.d.ts +26 -26
  9. package/lib/Button/ButtonBase.d.ts +1 -1
  10. package/lib/Button/ButtonClose.d.ts +27 -27
  11. package/lib/Button/ButtonDanger.d.ts +26 -26
  12. package/lib/Button/ButtonInvisible.d.ts +26 -26
  13. package/lib/Button/ButtonOutline.d.ts +26 -26
  14. package/lib/Button/ButtonPrimary.d.ts +26 -26
  15. package/lib/CircleBadge.d.ts +2 -2
  16. package/lib/CircleOcticon.d.ts +30 -30
  17. package/lib/Dialog.d.ts +33 -33
  18. package/lib/Dropdown.d.ts +112 -112
  19. package/lib/DropdownMenu/DropdownButton.d.ts +28 -28
  20. package/lib/FilterList.d.ts +25 -25
  21. package/lib/Flash.d.ts +1 -1
  22. package/lib/Label.d.ts +1 -1
  23. package/lib/NewButton/button.d.ts +58 -58
  24. package/lib/Position.d.ts +4 -4
  25. package/lib/SelectMenu/SelectMenu.d.ts +159 -159
  26. package/lib/SelectMenu/SelectMenuItem.d.ts +1 -1
  27. package/lib/SelectMenu/SelectMenuModal.d.ts +1 -1
  28. package/lib/TextInputWithTokens.d.ts +32 -28
  29. package/lib/TextInputWithTokens.js +102 -29
  30. package/lib/Timeline.d.ts +31 -31
  31. package/lib/Token/AvatarToken.d.ts +1 -1
  32. package/lib/Token/IssueLabelToken.d.ts +1 -1
  33. package/lib/Token/Token.d.ts +1 -1
  34. package/lib/Token/Token.js +13 -2
  35. package/lib/Token/TokenBase.js +0 -4
  36. package/lib/Token/_RemoveTokenButton.js +15 -2
  37. package/lib/_TextInputWrapper.js +1 -1
  38. package/lib/sx.d.ts +8 -2
  39. package/lib/theme.d.ts +78 -0
  40. package/lib/theme.js +3 -1
  41. package/lib/utils/testing.d.ts +1 -1
  42. package/lib/utils/types/KeyPaths.d.ts +3 -0
  43. package/lib/utils/types/KeyPaths.js +1 -0
  44. package/lib-esm/Autocomplete/Autocomplete.d.ts +28 -28
  45. package/lib-esm/Autocomplete/AutocompleteInput.d.ts +28 -28
  46. package/lib-esm/Button/Button.d.ts +26 -26
  47. package/lib-esm/Button/ButtonBase.d.ts +1 -1
  48. package/lib-esm/Button/ButtonClose.d.ts +27 -27
  49. package/lib-esm/Button/ButtonDanger.d.ts +26 -26
  50. package/lib-esm/Button/ButtonInvisible.d.ts +26 -26
  51. package/lib-esm/Button/ButtonOutline.d.ts +26 -26
  52. package/lib-esm/Button/ButtonPrimary.d.ts +26 -26
  53. package/lib-esm/CircleBadge.d.ts +2 -2
  54. package/lib-esm/CircleOcticon.d.ts +30 -30
  55. package/lib-esm/Dialog.d.ts +33 -33
  56. package/lib-esm/Dropdown.d.ts +112 -112
  57. package/lib-esm/DropdownMenu/DropdownButton.d.ts +28 -28
  58. package/lib-esm/FilterList.d.ts +25 -25
  59. package/lib-esm/Flash.d.ts +1 -1
  60. package/lib-esm/Label.d.ts +1 -1
  61. package/lib-esm/NewButton/button.d.ts +58 -58
  62. package/lib-esm/Position.d.ts +4 -4
  63. package/lib-esm/SelectMenu/SelectMenu.d.ts +159 -159
  64. package/lib-esm/SelectMenu/SelectMenuItem.d.ts +1 -1
  65. package/lib-esm/SelectMenu/SelectMenuModal.d.ts +1 -1
  66. package/lib-esm/TextInputWithTokens.d.ts +32 -28
  67. package/lib-esm/TextInputWithTokens.js +101 -30
  68. package/lib-esm/Timeline.d.ts +31 -31
  69. package/lib-esm/Token/AvatarToken.d.ts +1 -1
  70. package/lib-esm/Token/IssueLabelToken.d.ts +1 -1
  71. package/lib-esm/Token/Token.d.ts +1 -1
  72. package/lib-esm/Token/Token.js +13 -2
  73. package/lib-esm/Token/TokenBase.js +0 -4
  74. package/lib-esm/Token/_RemoveTokenButton.js +11 -2
  75. package/lib-esm/_TextInputWrapper.js +1 -1
  76. package/lib-esm/sx.d.ts +8 -2
  77. package/lib-esm/theme.d.ts +78 -0
  78. package/lib-esm/theme.js +2 -1
  79. package/lib-esm/utils/testing.d.ts +1 -1
  80. package/lib-esm/utils/types/KeyPaths.d.ts +3 -0
  81. package/lib-esm/utils/types/KeyPaths.js +1 -0
  82. package/package.json +2 -1
@@ -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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "slot" | "style" | "title" | "theme" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "open" | "sx" | "as" | "onToggle" | "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "hidden" | "style" | "open" | "slot" | "title" | "theme" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "as" | "onToggle" | "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "slot" | "style" | "title" | "theme" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "open" | "sx" | "as" | "onToggle" | "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" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "hidden" | "style" | "open" | "slot" | "title" | "theme" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "as" | "onToggle" | "initialTab"> & React.RefAttributes<HTMLElement>> & {
24
24
  MenuContext: React.Context<{
25
25
  selectedTab?: string | undefined;
26
26
  setSelectedTab?: React.Dispatch<React.SetStateAction<string>> | undefined;
@@ -40,7 +40,7 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
40
40
  } & {
41
41
  as?: string | React.ComponentType<any> | undefined;
42
42
  forwardedAs?: string | React.ComponentType<any> | undefined;
43
- }, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "className" | "block" | "icon" | "sx" | "disabled" | "variant" | "contrast"> & {
43
+ }, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "block" | "icon" | "theme" | "className" | "sx" | "disabled" | "variant" | "contrast"> & {
44
44
  className?: string | undefined;
45
45
  icon?: React.ComponentType<{
46
46
  className?: string | undefined;
@@ -51,8 +51,10 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
51
51
  minWidth?: import("styled-system").ResponsiveValue<import("csstype").Property.MinWidth<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
52
52
  translate?: "yes" | "no" | undefined;
53
53
  width?: import("styled-system").ResponsiveValue<import("csstype").Property.Width<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
54
- slot?: string | undefined;
54
+ hidden?: boolean | undefined;
55
55
  style?: React.CSSProperties | undefined;
56
+ block?: boolean | undefined;
57
+ slot?: string | undefined;
56
58
  title?: string | undefined;
57
59
  ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
58
60
  key?: React.Key | null | undefined;
@@ -62,15 +64,14 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
62
64
  suppressHydrationWarning?: boolean | undefined;
63
65
  accessKey?: string | undefined;
64
66
  className?: string | undefined;
65
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
67
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
66
68
  contextMenu?: string | undefined;
67
69
  dir?: string | undefined;
68
- draggable?: (boolean | "true" | "false") | undefined;
69
- hidden?: boolean | undefined;
70
+ draggable?: (boolean | "false" | "true") | undefined;
70
71
  id?: string | undefined;
71
72
  lang?: string | undefined;
72
73
  placeholder?: string | undefined;
73
- spellCheck?: (boolean | "true" | "false") | undefined;
74
+ spellCheck?: (boolean | "false" | "true") | undefined;
74
75
  tabIndex?: number | undefined;
75
76
  radioGroup?: string | undefined;
76
77
  role?: React.AriaRole | undefined;
@@ -93,50 +94,50 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
93
94
  results?: number | undefined;
94
95
  security?: string | undefined;
95
96
  unselectable?: "on" | "off" | undefined;
96
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
97
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
97
98
  is?: string | undefined;
98
99
  'aria-activedescendant'?: string | undefined;
99
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
100
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
101
- 'aria-busy'?: boolean | "true" | "false" | undefined;
102
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
100
+ 'aria-atomic'?: boolean | "false" | "true" | undefined;
101
+ 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
102
+ 'aria-busy'?: boolean | "false" | "true" | undefined;
103
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
103
104
  'aria-colcount'?: number | undefined;
104
105
  'aria-colindex'?: number | undefined;
105
106
  'aria-colspan'?: number | undefined;
106
107
  'aria-controls'?: string | undefined;
107
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
108
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
108
109
  'aria-describedby'?: string | undefined;
109
110
  'aria-details'?: string | undefined;
110
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
111
+ 'aria-disabled'?: boolean | "false" | "true" | undefined;
111
112
  'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
112
113
  'aria-errormessage'?: string | undefined;
113
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
114
+ 'aria-expanded'?: boolean | "false" | "true" | undefined;
114
115
  'aria-flowto'?: string | undefined;
115
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
116
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "listbox" | "menu" | "tree" | "true" | "false" | undefined;
117
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
118
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
116
+ 'aria-grabbed'?: boolean | "false" | "true" | undefined;
117
+ 'aria-haspopup'?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
118
+ 'aria-hidden'?: boolean | "false" | "true" | undefined;
119
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
119
120
  'aria-keyshortcuts'?: string | undefined;
120
121
  'aria-label'?: string | undefined;
121
122
  'aria-labelledby'?: string | undefined;
122
123
  'aria-level'?: number | undefined;
123
124
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
124
- 'aria-modal'?: boolean | "true" | "false" | undefined;
125
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
126
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
125
+ 'aria-modal'?: boolean | "false" | "true" | undefined;
126
+ 'aria-multiline'?: boolean | "false" | "true" | undefined;
127
+ 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
127
128
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
128
129
  'aria-owns'?: string | undefined;
129
130
  'aria-placeholder'?: string | undefined;
130
131
  'aria-posinset'?: number | undefined;
131
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
132
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
132
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
133
+ 'aria-readonly'?: boolean | "false" | "true" | undefined;
133
134
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
134
- 'aria-required'?: boolean | "true" | "false" | undefined;
135
+ 'aria-required'?: boolean | "false" | "true" | undefined;
135
136
  'aria-roledescription'?: string | undefined;
136
137
  'aria-rowcount'?: number | undefined;
137
138
  'aria-rowindex'?: number | undefined;
138
139
  'aria-rowspan'?: number | undefined;
139
- 'aria-selected'?: boolean | "true" | "false" | undefined;
140
+ 'aria-selected'?: boolean | "false" | "true" | undefined;
140
141
  'aria-setsize'?: number | undefined;
141
142
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
142
143
  'aria-valuemax'?: number | undefined;
@@ -307,15 +308,14 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
307
308
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
308
309
  onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
309
310
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
310
- block?: boolean | undefined;
311
- sx?: import("@styled-system/css").SystemStyleObject | undefined;
311
+ sx?: import("../sx").BetterSystemStyleObject | undefined;
312
312
  disabled?: boolean | undefined;
313
313
  variant?: "small" | "large" | undefined;
314
314
  hasIcon?: boolean | undefined;
315
315
  contrast?: boolean | undefined;
316
316
  } & {
317
317
  theme?: any;
318
- }, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "disabled" | "variant" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
318
+ }, "maxWidth" | "minWidth" | "width" | "block" | "theme" | "sx" | "disabled" | "variant" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
319
319
  Footer: import("styled-components").StyledComponent<"footer", any, SystemCommonProps & SxProp, never>;
320
320
  Item: React.ForwardRefExoticComponent<Pick<{
321
321
  as?: React.ElementType<any> | undefined;
@@ -355,8 +355,9 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
355
355
  paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
356
356
  py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
357
357
  paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
358
- slot?: string | undefined;
358
+ hidden?: boolean | undefined;
359
359
  style?: React.CSSProperties | undefined;
360
+ slot?: string | undefined;
360
361
  title?: string | undefined;
361
362
  ref?: ((instance: HTMLAnchorElement | null) => void) | React.RefObject<HTMLAnchorElement> | null | undefined;
362
363
  type?: string | undefined;
@@ -367,15 +368,14 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
367
368
  suppressHydrationWarning?: boolean | undefined;
368
369
  accessKey?: string | undefined;
369
370
  className?: string | undefined;
370
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
371
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
371
372
  contextMenu?: string | undefined;
372
373
  dir?: string | undefined;
373
- draggable?: (boolean | "true" | "false") | undefined;
374
- hidden?: boolean | undefined;
374
+ draggable?: (boolean | "false" | "true") | undefined;
375
375
  id?: string | undefined;
376
376
  lang?: string | undefined;
377
377
  placeholder?: string | undefined;
378
- spellCheck?: (boolean | "true" | "false") | undefined;
378
+ spellCheck?: (boolean | "false" | "true") | undefined;
379
379
  tabIndex?: number | undefined;
380
380
  radioGroup?: string | undefined;
381
381
  role?: ((React.AriaRole | undefined) & "menuitemcheckbox") | undefined;
@@ -398,50 +398,50 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
398
398
  results?: number | undefined;
399
399
  security?: string | undefined;
400
400
  unselectable?: "on" | "off" | undefined;
401
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
401
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
402
402
  is?: string | undefined;
403
403
  'aria-activedescendant'?: string | undefined;
404
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
405
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
406
- 'aria-busy'?: boolean | "true" | "false" | undefined;
407
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
404
+ 'aria-atomic'?: boolean | "false" | "true" | undefined;
405
+ 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
406
+ 'aria-busy'?: boolean | "false" | "true" | undefined;
407
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
408
408
  'aria-colcount'?: number | undefined;
409
409
  'aria-colindex'?: number | undefined;
410
410
  'aria-colspan'?: number | undefined;
411
411
  'aria-controls'?: string | undefined;
412
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
412
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
413
413
  'aria-describedby'?: string | undefined;
414
414
  'aria-details'?: string | undefined;
415
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
415
+ 'aria-disabled'?: boolean | "false" | "true" | undefined;
416
416
  'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
417
417
  'aria-errormessage'?: string | undefined;
418
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
418
+ 'aria-expanded'?: boolean | "false" | "true" | undefined;
419
419
  'aria-flowto'?: string | undefined;
420
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
421
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "listbox" | "menu" | "tree" | "true" | "false" | undefined;
422
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
423
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
420
+ 'aria-grabbed'?: boolean | "false" | "true" | undefined;
421
+ 'aria-haspopup'?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
422
+ 'aria-hidden'?: boolean | "false" | "true" | undefined;
423
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
424
424
  'aria-keyshortcuts'?: string | undefined;
425
425
  'aria-label'?: string | undefined;
426
426
  'aria-labelledby'?: string | undefined;
427
427
  'aria-level'?: number | undefined;
428
428
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
429
- 'aria-modal'?: boolean | "true" | "false" | undefined;
430
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
431
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
429
+ 'aria-modal'?: boolean | "false" | "true" | undefined;
430
+ 'aria-multiline'?: boolean | "false" | "true" | undefined;
431
+ 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
432
432
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
433
433
  'aria-owns'?: string | undefined;
434
434
  'aria-placeholder'?: string | undefined;
435
435
  'aria-posinset'?: number | undefined;
436
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
437
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
436
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
437
+ 'aria-readonly'?: boolean | "false" | "true" | undefined;
438
438
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
439
- 'aria-required'?: boolean | "true" | "false" | undefined;
439
+ 'aria-required'?: boolean | "false" | "true" | undefined;
440
440
  'aria-roledescription'?: string | undefined;
441
441
  'aria-rowcount'?: number | undefined;
442
442
  'aria-rowindex'?: number | undefined;
443
443
  'aria-rowspan'?: number | undefined;
444
- 'aria-selected'?: boolean | "true" | "false" | undefined;
444
+ 'aria-selected'?: boolean | "false" | "true" | undefined;
445
445
  'aria-setsize'?: number | undefined;
446
446
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
447
447
  'aria-valuemax'?: number | undefined;
@@ -612,18 +612,18 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
612
612
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLAnchorElement> | undefined;
613
613
  onTransitionEnd?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
614
614
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLAnchorElement> | undefined;
615
- sx?: import("@styled-system/css").SystemStyleObject | undefined;
615
+ sx?: import("../sx").BetterSystemStyleObject | undefined;
616
616
  media?: string | undefined;
617
617
  target?: string | undefined;
618
618
  href?: string | undefined;
619
- referrerPolicy?: React.HTMLAttributeReferrerPolicy | undefined;
620
619
  hrefLang?: string | undefined;
620
+ referrerPolicy?: React.HTMLAttributeReferrerPolicy | undefined;
621
621
  rel?: string | undefined;
622
622
  download?: any;
623
623
  ping?: string | undefined;
624
624
  } & {
625
625
  theme?: any;
626
- }, "translate" | "slot" | "style" | "title" | "theme" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "as" | keyof SystemCommonProps | "media" | "target" | "href" | "referrerPolicy" | "hrefLang" | "rel" | "selected" | "download" | "ping"> & React.RefAttributes<HTMLAnchorElement>>;
626
+ }, "translate" | "hidden" | "style" | "slot" | "title" | "theme" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "as" | keyof SystemCommonProps | "media" | "target" | "href" | "hrefLang" | "referrerPolicy" | "rel" | "selected" | "download" | "ping"> & React.RefAttributes<HTMLAnchorElement>>;
627
627
  Modal: React.ForwardRefExoticComponent<Pick<Pick<{
628
628
  filter?: boolean | undefined;
629
629
  } & import("styled-system").WidthProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, import("csstype").Property.Width<import("styled-system").TLengthStyledSystem>>, "width"> & {
@@ -661,8 +661,9 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
661
661
  paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
662
662
  py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
663
663
  paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
664
- slot?: string | undefined;
664
+ hidden?: boolean | undefined;
665
665
  style?: React.CSSProperties | undefined;
666
+ slot?: string | undefined;
666
667
  title?: string | undefined;
667
668
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
668
669
  key?: React.Key | null | undefined;
@@ -672,15 +673,14 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
672
673
  suppressHydrationWarning?: boolean | undefined;
673
674
  accessKey?: string | undefined;
674
675
  className?: string | undefined;
675
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
676
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
676
677
  contextMenu?: string | undefined;
677
678
  dir?: string | undefined;
678
- draggable?: (boolean | "true" | "false") | undefined;
679
- hidden?: boolean | undefined;
679
+ draggable?: (boolean | "false" | "true") | undefined;
680
680
  id?: string | undefined;
681
681
  lang?: string | undefined;
682
682
  placeholder?: string | undefined;
683
- spellCheck?: (boolean | "true" | "false") | undefined;
683
+ spellCheck?: (boolean | "false" | "true") | undefined;
684
684
  tabIndex?: number | undefined;
685
685
  radioGroup?: string | undefined;
686
686
  role?: React.AriaRole | undefined;
@@ -703,50 +703,50 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
703
703
  results?: number | undefined;
704
704
  security?: string | undefined;
705
705
  unselectable?: "on" | "off" | undefined;
706
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
706
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
707
707
  is?: string | undefined;
708
708
  'aria-activedescendant'?: string | undefined;
709
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
710
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
711
- 'aria-busy'?: boolean | "true" | "false" | undefined;
712
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
709
+ 'aria-atomic'?: boolean | "false" | "true" | undefined;
710
+ 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
711
+ 'aria-busy'?: boolean | "false" | "true" | undefined;
712
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
713
713
  'aria-colcount'?: number | undefined;
714
714
  'aria-colindex'?: number | undefined;
715
715
  'aria-colspan'?: number | undefined;
716
716
  'aria-controls'?: string | undefined;
717
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
717
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
718
718
  'aria-describedby'?: string | undefined;
719
719
  'aria-details'?: string | undefined;
720
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
720
+ 'aria-disabled'?: boolean | "false" | "true" | undefined;
721
721
  'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
722
722
  'aria-errormessage'?: string | undefined;
723
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
723
+ 'aria-expanded'?: boolean | "false" | "true" | undefined;
724
724
  'aria-flowto'?: string | undefined;
725
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
726
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "listbox" | "menu" | "tree" | "true" | "false" | undefined;
727
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
728
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
725
+ 'aria-grabbed'?: boolean | "false" | "true" | undefined;
726
+ 'aria-haspopup'?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
727
+ 'aria-hidden'?: boolean | "false" | "true" | undefined;
728
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
729
729
  'aria-keyshortcuts'?: string | undefined;
730
730
  'aria-label'?: string | undefined;
731
731
  'aria-labelledby'?: string | undefined;
732
732
  'aria-level'?: number | undefined;
733
733
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
734
- 'aria-modal'?: boolean | "true" | "false" | undefined;
735
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
736
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
734
+ 'aria-modal'?: boolean | "false" | "true" | undefined;
735
+ 'aria-multiline'?: boolean | "false" | "true" | undefined;
736
+ 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
737
737
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
738
738
  'aria-owns'?: string | undefined;
739
739
  'aria-placeholder'?: string | undefined;
740
740
  'aria-posinset'?: number | undefined;
741
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
742
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
741
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
742
+ 'aria-readonly'?: boolean | "false" | "true" | undefined;
743
743
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
744
- 'aria-required'?: boolean | "true" | "false" | undefined;
744
+ 'aria-required'?: boolean | "false" | "true" | undefined;
745
745
  'aria-roledescription'?: string | undefined;
746
746
  'aria-rowcount'?: number | undefined;
747
747
  'aria-rowindex'?: number | undefined;
748
748
  'aria-rowspan'?: number | undefined;
749
- 'aria-selected'?: boolean | "true" | "false" | undefined;
749
+ 'aria-selected'?: boolean | "false" | "true" | undefined;
750
750
  'aria-setsize'?: number | undefined;
751
751
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
752
752
  'aria-valuemax'?: number | undefined;
@@ -917,11 +917,11 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
917
917
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
918
918
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
919
919
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
920
- sx?: import("@styled-system/css").SystemStyleObject | undefined;
920
+ sx?: import("../sx").BetterSystemStyleObject | undefined;
921
921
  align?: "left" | "right" | undefined;
922
922
  } & {
923
923
  theme?: any;
924
- }, "backgroundColor" | "color" | "display" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "width" | "margin" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "slot" | "style" | "title" | "theme" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "align"> & React.RefAttributes<HTMLDivElement>>;
924
+ }, "backgroundColor" | "color" | "display" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "translate" | "width" | "margin" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "hidden" | "style" | "slot" | "title" | "theme" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "align"> & React.RefAttributes<HTMLDivElement>>;
925
925
  Tabs: {
926
926
  ({ children, ...rest }: {
927
927
  backgroundColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
@@ -958,8 +958,9 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
958
958
  paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
959
959
  py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
960
960
  paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
961
- slot?: string | undefined;
961
+ hidden?: boolean | undefined;
962
962
  style?: React.CSSProperties | undefined;
963
+ slot?: string | undefined;
963
964
  title?: string | undefined;
964
965
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
965
966
  key?: React.Key | null | undefined;
@@ -969,15 +970,14 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
969
970
  suppressHydrationWarning?: boolean | undefined;
970
971
  accessKey?: string | undefined;
971
972
  className?: string | undefined;
972
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
973
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
973
974
  contextMenu?: string | undefined;
974
975
  dir?: string | undefined;
975
- draggable?: (boolean | "true" | "false") | undefined;
976
- hidden?: boolean | undefined;
976
+ draggable?: (boolean | "false" | "true") | undefined;
977
977
  id?: string | undefined;
978
978
  lang?: string | undefined;
979
979
  placeholder?: string | undefined;
980
- spellCheck?: (boolean | "true" | "false") | undefined;
980
+ spellCheck?: (boolean | "false" | "true") | undefined;
981
981
  tabIndex?: number | undefined;
982
982
  radioGroup?: string | undefined;
983
983
  role?: React.AriaRole | undefined;
@@ -1000,50 +1000,50 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1000
1000
  results?: number | undefined;
1001
1001
  security?: string | undefined;
1002
1002
  unselectable?: "on" | "off" | undefined;
1003
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1003
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1004
1004
  is?: string | undefined;
1005
1005
  'aria-activedescendant'?: string | undefined;
1006
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
1007
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
1008
- 'aria-busy'?: boolean | "true" | "false" | undefined;
1009
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1006
+ 'aria-atomic'?: boolean | "false" | "true" | undefined;
1007
+ 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
1008
+ 'aria-busy'?: boolean | "false" | "true" | undefined;
1009
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
1010
1010
  'aria-colcount'?: number | undefined;
1011
1011
  'aria-colindex'?: number | undefined;
1012
1012
  'aria-colspan'?: number | undefined;
1013
1013
  'aria-controls'?: string | undefined;
1014
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1014
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
1015
1015
  'aria-describedby'?: string | undefined;
1016
1016
  'aria-details'?: string | undefined;
1017
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
1017
+ 'aria-disabled'?: boolean | "false" | "true" | undefined;
1018
1018
  'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1019
1019
  'aria-errormessage'?: string | undefined;
1020
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
1020
+ 'aria-expanded'?: boolean | "false" | "true" | undefined;
1021
1021
  'aria-flowto'?: string | undefined;
1022
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
1023
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "listbox" | "menu" | "tree" | "true" | "false" | undefined;
1024
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
1025
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1022
+ 'aria-grabbed'?: boolean | "false" | "true" | undefined;
1023
+ 'aria-haspopup'?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
1024
+ 'aria-hidden'?: boolean | "false" | "true" | undefined;
1025
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1026
1026
  'aria-keyshortcuts'?: string | undefined;
1027
1027
  'aria-label'?: string | undefined;
1028
1028
  'aria-labelledby'?: string | undefined;
1029
1029
  'aria-level'?: number | undefined;
1030
1030
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
1031
- 'aria-modal'?: boolean | "true" | "false" | undefined;
1032
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
1033
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
1031
+ 'aria-modal'?: boolean | "false" | "true" | undefined;
1032
+ 'aria-multiline'?: boolean | "false" | "true" | undefined;
1033
+ 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
1034
1034
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
1035
1035
  'aria-owns'?: string | undefined;
1036
1036
  'aria-placeholder'?: string | undefined;
1037
1037
  'aria-posinset'?: number | undefined;
1038
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1039
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
1038
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
1039
+ 'aria-readonly'?: boolean | "false" | "true" | undefined;
1040
1040
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1041
- 'aria-required'?: boolean | "true" | "false" | undefined;
1041
+ 'aria-required'?: boolean | "false" | "true" | undefined;
1042
1042
  'aria-roledescription'?: string | undefined;
1043
1043
  'aria-rowcount'?: number | undefined;
1044
1044
  'aria-rowindex'?: number | undefined;
1045
1045
  'aria-rowspan'?: number | undefined;
1046
- 'aria-selected'?: boolean | "true" | "false" | undefined;
1046
+ 'aria-selected'?: boolean | "false" | "true" | undefined;
1047
1047
  'aria-setsize'?: number | undefined;
1048
1048
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1049
1049
  'aria-valuemax'?: number | undefined;
@@ -1214,7 +1214,7 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1214
1214
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
1215
1215
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1216
1216
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
1217
- sx?: import("@styled-system/css").SystemStyleObject | undefined;
1217
+ sx?: import("../sx").BetterSystemStyleObject | undefined;
1218
1218
  } & {
1219
1219
  theme?: any;
1220
1220
  }): JSX.Element;
@@ -1230,6 +1230,7 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1230
1230
  };
1231
1231
  Header: {
1232
1232
  ({ children, theme, ...rest }: {
1233
+ lineHeight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1233
1234
  fontWeight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1234
1235
  backgroundColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1235
1236
  color?: (string & import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>) | undefined;
@@ -1238,7 +1239,6 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1238
1239
  fontSize?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1239
1240
  fontStyle?: import("styled-system").ResponsiveValue<import("csstype").Property.FontStyle, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1240
1241
  letterSpacing?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1241
- lineHeight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1242
1242
  marginBottom?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1243
1243
  marginLeft?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1244
1244
  marginRight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
@@ -1250,7 +1250,7 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1250
1250
  paddingTop?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1251
1251
  textAlign?: import("styled-system").ResponsiveValue<import("csstype").Property.TextAlign, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1252
1252
  translate?: "yes" | "no" | undefined;
1253
- whiteSpace?: "pre" | "normal" | "nowrap" | "pre-line" | "pre-wrap" | undefined;
1253
+ whiteSpace?: "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap" | undefined;
1254
1254
  margin?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1255
1255
  padding?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1256
1256
  bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
@@ -1272,8 +1272,9 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1272
1272
  paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1273
1273
  py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1274
1274
  paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1275
- slot?: string | undefined;
1275
+ hidden?: boolean | undefined;
1276
1276
  style?: React.CSSProperties | undefined;
1277
+ slot?: string | undefined;
1277
1278
  title?: string | undefined;
1278
1279
  ref?: ((instance: HTMLElement | null) => void) | React.RefObject<HTMLElement> | null | undefined;
1279
1280
  key?: React.Key | null | undefined;
@@ -1283,15 +1284,14 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1283
1284
  suppressHydrationWarning?: boolean | undefined;
1284
1285
  accessKey?: string | undefined;
1285
1286
  className?: string | undefined;
1286
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1287
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
1287
1288
  contextMenu?: string | undefined;
1288
1289
  dir?: string | undefined;
1289
- draggable?: (boolean | "true" | "false") | undefined;
1290
- hidden?: boolean | undefined;
1290
+ draggable?: (boolean | "false" | "true") | undefined;
1291
1291
  id?: string | undefined;
1292
1292
  lang?: string | undefined;
1293
1293
  placeholder?: string | undefined;
1294
- spellCheck?: (boolean | "true" | "false") | undefined;
1294
+ spellCheck?: (boolean | "false" | "true") | undefined;
1295
1295
  tabIndex?: number | undefined;
1296
1296
  radioGroup?: string | undefined;
1297
1297
  role?: React.AriaRole | undefined;
@@ -1314,50 +1314,50 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1314
1314
  results?: number | undefined;
1315
1315
  security?: string | undefined;
1316
1316
  unselectable?: "on" | "off" | undefined;
1317
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1317
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1318
1318
  is?: string | undefined;
1319
1319
  'aria-activedescendant'?: string | undefined;
1320
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
1321
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
1322
- 'aria-busy'?: boolean | "true" | "false" | undefined;
1323
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1320
+ 'aria-atomic'?: boolean | "false" | "true" | undefined;
1321
+ 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
1322
+ 'aria-busy'?: boolean | "false" | "true" | undefined;
1323
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
1324
1324
  'aria-colcount'?: number | undefined;
1325
1325
  'aria-colindex'?: number | undefined;
1326
1326
  'aria-colspan'?: number | undefined;
1327
1327
  'aria-controls'?: string | undefined;
1328
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1328
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
1329
1329
  'aria-describedby'?: string | undefined;
1330
1330
  'aria-details'?: string | undefined;
1331
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
1331
+ 'aria-disabled'?: boolean | "false" | "true" | undefined;
1332
1332
  'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1333
1333
  'aria-errormessage'?: string | undefined;
1334
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
1334
+ 'aria-expanded'?: boolean | "false" | "true" | undefined;
1335
1335
  'aria-flowto'?: string | undefined;
1336
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
1337
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "listbox" | "menu" | "tree" | "true" | "false" | undefined;
1338
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
1339
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1336
+ 'aria-grabbed'?: boolean | "false" | "true" | undefined;
1337
+ 'aria-haspopup'?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
1338
+ 'aria-hidden'?: boolean | "false" | "true" | undefined;
1339
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1340
1340
  'aria-keyshortcuts'?: string | undefined;
1341
1341
  'aria-label'?: string | undefined;
1342
1342
  'aria-labelledby'?: string | undefined;
1343
1343
  'aria-level'?: number | undefined;
1344
1344
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
1345
- 'aria-modal'?: boolean | "true" | "false" | undefined;
1346
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
1347
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
1345
+ 'aria-modal'?: boolean | "false" | "true" | undefined;
1346
+ 'aria-multiline'?: boolean | "false" | "true" | undefined;
1347
+ 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
1348
1348
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
1349
1349
  'aria-owns'?: string | undefined;
1350
1350
  'aria-placeholder'?: string | undefined;
1351
1351
  'aria-posinset'?: number | undefined;
1352
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1353
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
1352
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
1353
+ 'aria-readonly'?: boolean | "false" | "true" | undefined;
1354
1354
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1355
- 'aria-required'?: boolean | "true" | "false" | undefined;
1355
+ 'aria-required'?: boolean | "false" | "true" | undefined;
1356
1356
  'aria-roledescription'?: string | undefined;
1357
1357
  'aria-rowcount'?: number | undefined;
1358
1358
  'aria-rowindex'?: number | undefined;
1359
1359
  'aria-rowspan'?: number | undefined;
1360
- 'aria-selected'?: boolean | "true" | "false" | undefined;
1360
+ 'aria-selected'?: boolean | "false" | "true" | undefined;
1361
1361
  'aria-setsize'?: number | undefined;
1362
1362
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1363
1363
  'aria-valuemax'?: number | undefined;
@@ -1528,7 +1528,7 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1528
1528
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
1529
1529
  onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | undefined;
1530
1530
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
1531
- sx?: import("@styled-system/css").SystemStyleObject | undefined;
1531
+ sx?: import("../sx").BetterSystemStyleObject | undefined;
1532
1532
  } & {
1533
1533
  theme?: any;
1534
1534
  }): JSX.Element;
@@ -1569,8 +1569,9 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1569
1569
  paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1570
1570
  py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1571
1571
  paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
1572
- slot?: string | undefined;
1572
+ hidden?: boolean | undefined;
1573
1573
  style?: React.CSSProperties | undefined;
1574
+ slot?: string | undefined;
1574
1575
  title?: string | undefined;
1575
1576
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
1576
1577
  key?: React.Key | null | undefined;
@@ -1580,15 +1581,14 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1580
1581
  suppressHydrationWarning?: boolean | undefined;
1581
1582
  accessKey?: string | undefined;
1582
1583
  className?: string | undefined;
1583
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1584
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
1584
1585
  contextMenu?: string | undefined;
1585
1586
  dir?: string | undefined;
1586
- draggable?: (boolean | "true" | "false") | undefined;
1587
- hidden?: boolean | undefined;
1587
+ draggable?: (boolean | "false" | "true") | undefined;
1588
1588
  id?: string | undefined;
1589
1589
  lang?: string | undefined;
1590
1590
  placeholder?: string | undefined;
1591
- spellCheck?: (boolean | "true" | "false") | undefined;
1591
+ spellCheck?: (boolean | "false" | "true") | undefined;
1592
1592
  tabIndex?: number | undefined;
1593
1593
  radioGroup?: string | undefined;
1594
1594
  role?: React.AriaRole | undefined;
@@ -1611,50 +1611,50 @@ declare const _default: React.ForwardRefExoticComponent<Pick<SelectMenuInternalP
1611
1611
  results?: number | undefined;
1612
1612
  security?: string | undefined;
1613
1613
  unselectable?: "on" | "off" | undefined;
1614
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1614
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1615
1615
  is?: string | undefined;
1616
1616
  'aria-activedescendant'?: string | undefined;
1617
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
1618
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
1619
- 'aria-busy'?: boolean | "true" | "false" | undefined;
1620
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
1617
+ 'aria-atomic'?: boolean | "false" | "true" | undefined;
1618
+ 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
1619
+ 'aria-busy'?: boolean | "false" | "true" | undefined;
1620
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
1621
1621
  'aria-colcount'?: number | undefined;
1622
1622
  'aria-colindex'?: number | undefined;
1623
1623
  'aria-colspan'?: number | undefined;
1624
1624
  'aria-controls'?: string | undefined;
1625
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1625
+ 'aria-current'?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
1626
1626
  'aria-describedby'?: string | undefined;
1627
1627
  'aria-details'?: string | undefined;
1628
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
1628
+ 'aria-disabled'?: boolean | "false" | "true" | undefined;
1629
1629
  'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1630
1630
  'aria-errormessage'?: string | undefined;
1631
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
1631
+ 'aria-expanded'?: boolean | "false" | "true" | undefined;
1632
1632
  'aria-flowto'?: string | undefined;
1633
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
1634
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "listbox" | "menu" | "tree" | "true" | "false" | undefined;
1635
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
1636
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1633
+ 'aria-grabbed'?: boolean | "false" | "true" | undefined;
1634
+ 'aria-haspopup'?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
1635
+ 'aria-hidden'?: boolean | "false" | "true" | undefined;
1636
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1637
1637
  'aria-keyshortcuts'?: string | undefined;
1638
1638
  'aria-label'?: string | undefined;
1639
1639
  'aria-labelledby'?: string | undefined;
1640
1640
  'aria-level'?: number | undefined;
1641
1641
  'aria-live'?: "off" | "assertive" | "polite" | undefined;
1642
- 'aria-modal'?: boolean | "true" | "false" | undefined;
1643
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
1644
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
1642
+ 'aria-modal'?: boolean | "false" | "true" | undefined;
1643
+ 'aria-multiline'?: boolean | "false" | "true" | undefined;
1644
+ 'aria-multiselectable'?: boolean | "false" | "true" | undefined;
1645
1645
  'aria-orientation'?: "horizontal" | "vertical" | undefined;
1646
1646
  'aria-owns'?: string | undefined;
1647
1647
  'aria-placeholder'?: string | undefined;
1648
1648
  'aria-posinset'?: number | undefined;
1649
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
1650
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
1649
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
1650
+ 'aria-readonly'?: boolean | "false" | "true" | undefined;
1651
1651
  'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1652
- 'aria-required'?: boolean | "true" | "false" | undefined;
1652
+ 'aria-required'?: boolean | "false" | "true" | undefined;
1653
1653
  'aria-roledescription'?: string | undefined;
1654
1654
  'aria-rowcount'?: number | undefined;
1655
1655
  'aria-rowindex'?: number | undefined;
1656
1656
  'aria-rowspan'?: number | undefined;
1657
- 'aria-selected'?: boolean | "true" | "false" | undefined;
1657
+ 'aria-selected'?: boolean | "false" | "true" | undefined;
1658
1658
  'aria-setsize'?: number | undefined;
1659
1659
  'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1660
1660
  'aria-valuemax'?: number | undefined;