@codecademy/gamut 68.1.1-alpha.f4b2b2.0 → 68.1.1

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 (100) hide show
  1. package/README.md +0 -17
  2. package/dist/AccordionAreaDeprecated/index.js +2 -2
  3. package/dist/Alert/elements.d.ts +7 -14
  4. package/dist/Alert/elements.js +5 -5
  5. package/dist/Anchor/index.d.ts +7 -11
  6. package/dist/Anchor/index.js +3 -4
  7. package/dist/Animation/ExpandInCollapseOut.js +1 -1
  8. package/dist/Animation/FadeInSlideOut.js +1 -1
  9. package/dist/Animation/Rotation.js +1 -1
  10. package/dist/Box/Box.d.ts +4 -6
  11. package/dist/Box/Box.js +3 -5
  12. package/dist/Box/FlexBox.d.ts +4 -6
  13. package/dist/Box/FlexBox.js +3 -5
  14. package/dist/Box/GridBox.d.ts +4 -7
  15. package/dist/Box/GridBox.js +3 -5
  16. package/dist/Box/props.d.ts +3 -3
  17. package/dist/Button/CTAButton.d.ts +3 -8
  18. package/dist/Button/FillButton.d.ts +7 -17
  19. package/dist/Button/IconButton.d.ts +7 -17
  20. package/dist/Button/StrokeButton.d.ts +7 -17
  21. package/dist/Button/TextButton.d.ts +7 -17
  22. package/dist/Button/shared/InlineIconButton.d.ts +4 -9
  23. package/dist/Button/shared/styles.d.ts +4 -9
  24. package/dist/Button/shared/types.d.ts +1 -2
  25. package/dist/ButtonBase/ButtonBase.d.ts +3 -9
  26. package/dist/ButtonBase/ButtonBase.js +2 -2
  27. package/dist/Card/elements.d.ts +109 -119
  28. package/dist/Card/styles.d.ts +8 -8
  29. package/dist/Card/types.d.ts +1 -1
  30. package/dist/Coachmark/index.d.ts +1 -1
  31. package/dist/ConnectedForm/ConnectedForm.d.ts +1 -9
  32. package/dist/ConnectedForm/ConnectedForm.js +1 -9
  33. package/dist/ConnectedForm/utils.d.ts +7 -1
  34. package/dist/ContentContainer/index.d.ts +2 -4
  35. package/dist/Disclosure/elements.d.ts +22 -43
  36. package/dist/Disclosure/index.js +1 -1
  37. package/dist/Drawer/index.js +2 -2
  38. package/dist/FeatureShimmer/index.js +2 -2
  39. package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
  40. package/dist/Form/SelectDropdown/types/internal.d.ts +1 -1
  41. package/dist/Form/elements/Form.d.ts +17 -17
  42. package/dist/Form/elements/Form.js +1 -1
  43. package/dist/Form/elements/FormError.d.ts +2 -2
  44. package/dist/Form/elements/FormError.js +1 -1
  45. package/dist/Form/elements/FormGroup.d.ts +3 -5
  46. package/dist/Form/inputs/Checkbox.d.ts +1 -1
  47. package/dist/Form/inputs/Checkbox.js +7 -7
  48. package/dist/Form/inputs/Input.d.ts +1 -2
  49. package/dist/Form/inputs/Input.js +2 -4
  50. package/dist/Form/inputs/Radio.d.ts +1 -1
  51. package/dist/Form/inputs/Radio.js +2 -2
  52. package/dist/Form/inputs/Select.d.ts +1 -1
  53. package/dist/Form/inputs/Select.js +3 -3
  54. package/dist/Form/inputs/TextArea.d.ts +5 -5
  55. package/dist/Form/inputs/TextArea.js +2 -2
  56. package/dist/GridForm/GridFormButtons/index.d.ts +7 -17
  57. package/dist/List/Header/ListHeaderCol.d.ts +2 -3
  58. package/dist/List/List.d.ts +2 -2
  59. package/dist/List/ListCol.d.ts +2 -3
  60. package/dist/List/ListProvider.d.ts +1 -1
  61. package/dist/List/ListRow.d.ts +2 -2
  62. package/dist/List/ListRow.js +3 -3
  63. package/dist/List/TableHeader.d.ts +2 -3
  64. package/dist/List/elements.d.ts +932 -29
  65. package/dist/List/elements.js +8 -10
  66. package/dist/Menu/elements.d.ts +2 -2
  67. package/dist/Modals/elements.d.ts +1 -1
  68. package/dist/Modals/types.d.ts +4 -5
  69. package/dist/Pagination/AnimatedPaginationButtons.d.ts +36 -45
  70. package/dist/Pagination/EllipsisButton.d.ts +8 -18
  71. package/dist/Pagination/PaginationButton.d.ts +10 -25
  72. package/dist/Pagination/utils.d.ts +32 -36
  73. package/dist/Pagination/utils.js +10 -6
  74. package/dist/Popover/elements.d.ts +4 -8
  75. package/dist/Popover/elements.js +6 -6
  76. package/dist/Popover/types.d.ts +2 -2
  77. package/dist/PopoverContainer/hooks.d.ts +2 -2
  78. package/dist/PopoverContainer/types.d.ts +1 -1
  79. package/dist/Tabs/TabButton.d.ts +3 -8
  80. package/dist/Tabs/TabNavLink.d.ts +4 -9
  81. package/dist/Tag/elements.d.ts +22 -27
  82. package/dist/Tip/InfoTip/InfoTipButton.d.ts +7 -17
  83. package/dist/Tip/InfoTip/styles.d.ts +2 -4
  84. package/dist/Tip/PreviewTip/elements.d.ts +8 -12
  85. package/dist/Tip/ToolTip/elements.d.ts +2 -4
  86. package/dist/Tip/__tests__/helpers.d.ts +1 -1
  87. package/dist/Tip/shared/FloatingTip.js +2 -2
  88. package/dist/Tip/shared/elements.d.ts +6 -12
  89. package/dist/Tip/shared/types.d.ts +2 -2
  90. package/dist/Toaster/index.js +1 -1
  91. package/dist/Toggle/elements.d.ts +2 -4
  92. package/dist/Typography/Text.d.ts +9 -11
  93. package/dist/Typography/Text.js +2 -4
  94. package/dist/utils/index.d.ts +1 -1
  95. package/dist/utils/index.js +1 -1
  96. package/dist/utils/react.d.ts +0 -1
  97. package/dist/utils/react.js +1 -4
  98. package/dist/utils/types.d.ts +1 -51
  99. package/dist/utils/types.js +1 -48
  100. package/package.json +11 -12
@@ -12,22 +12,18 @@ export declare const RaisedDiv: import("@emotion/styled").StyledComponent<{
12
12
  } & import("@codecademy/variance/dist/types/config").VariantProps<"outline", false | "boxShadow" | "outline"> & {
13
13
  theme?: import("@emotion/react").Theme | undefined;
14
14
  } & import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "primary" | "secondary"> & import("@codecademy/variance/dist/types/config").VariantProps<"alignment", false | "aligned" | "centered"> & Partial<Record<"widthRestricted", boolean>>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
- export declare const Beak: import("@emotion/styled").StyledComponent<Omit<{
15
+ export declare const Beak: import("@emotion/styled").StyledComponent<{
16
16
  theme?: import("@emotion/react").Theme | undefined;
17
17
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
18
- } & import("../Box").BoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture">, "onScrollEnd" | "onScrollEndCapture"> & import("../utils").OptionalScrollProps & Omit<import("react").RefAttributes<HTMLDivElement>, "ref"> & {
19
- ref?: import("react").LegacyRef<HTMLDivElement | null> | undefined;
20
- } & {
18
+ } & import("../Box").BoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
21
19
  theme?: import("@emotion/react").Theme | undefined;
22
20
  } & Partial<Record<"widthRestricted", boolean>> & {
23
21
  theme?: import("@emotion/react").Theme | undefined;
24
22
  } & import("@codecademy/variance/dist/types/config").VariantProps<"beak", string | number | false> & import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "sml" | "lrg"> & Partial<Record<"hasBorder", boolean>>, {}, {}>;
25
- export declare const BeakBox: import("@emotion/styled").StyledComponent<Omit<{
23
+ export declare const BeakBox: import("@emotion/styled").StyledComponent<{
26
24
  theme?: import("@emotion/react").Theme | undefined;
27
25
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
28
- } & import("../Box").FlexBoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture">, "onScrollEnd" | "onScrollEndCapture"> & import("../utils").OptionalScrollProps & Omit<import("react").RefAttributes<HTMLDivElement>, "ref"> & {
29
- ref?: import("react").LegacyRef<HTMLDivElement | null> | undefined;
30
- } & {
26
+ } & import("../Box").FlexBoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
31
27
  theme?: import("@emotion/react").Theme | undefined;
32
28
  } & import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "center" | "above" | "below"> & {
33
29
  theme?: import("@emotion/react").Theme | undefined;
@@ -1,6 +1,6 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  import { timingValues, variant } from '@codecademy/gamut-styles';
3
- import { AnimatePresence, motion } from 'motion/react';
3
+ import { AnimatePresence, motion } from 'framer-motion';
4
4
  import { BodyPortal } from '../BodyPortal';
5
5
  import { Box, FlexBox } from '../Box';
6
6
  import { popoverToolTipBodyAlignments } from '../Tip/shared/styles/styles';
@@ -11,15 +11,15 @@ import { jsx as _jsx } from "react/jsx-runtime";
11
11
  export const RaisedDiv = /*#__PURE__*/_styled("div", {
12
12
  target: "e178ijqm4",
13
13
  label: "RaisedDiv"
14
- })(outlineVariants, popoverToolTipBodyAlignments, raisedDivVariants, widthStates, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE4QnlCIiwiZmlsZSI6Ii4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRpbWluZ1ZhbHVlcywgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBCb2R5UG9ydGFsIH0gZnJvbSAnLi4vQm9keVBvcnRhbCc7XG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyB9IGZyb20gJy4uL1RpcC9zaGFyZWQvc3R5bGVzL3N0eWxlcyc7XG5pbXBvcnQgeyBXaXRoQ2hpbGRyZW5Qcm9wIH0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IHtcbiAgcG9wb3ZlclN0YXRlcyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHRyYW5zZm9ybVZhbHVlcyxcbn0gZnJvbSAnLi9zdHlsZXMvYmFzZSc7XG5pbXBvcnQgeyBwYXR0ZXJuQ29udGFpbmVyQmFzZVN0eWxlcyB9IGZyb20gJy4vc3R5bGVzL3BhdHRlcm4nO1xuaW1wb3J0IHtcbiAgYmVha0JvcmRlclN0YXRlcyxcbiAgYmVha0JveFZhcmlhbnRzLFxuICBiZWFrU2l6ZSxcbiAgYmVha1ZhcmlhbnRzLFxuICBvdXRsaW5lVmFyaWFudHMsXG4gIHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB3aWR0aFN0YXRlcyxcbn0gZnJvbSAnLi9zdHlsZXMvdmFyaWFudHMnO1xuaW1wb3J0IHsgUG9wb3ZlclByb3BzIH0gZnJvbSAnLi90eXBlcyc7XG5cbmV4cG9ydCB0eXBlIFBvcG92ZXJWYXJpYW50cyA9IFN0eWxlUHJvcHM8dHlwZW9mIHJhaXNlZERpdlZhcmlhbnRzPiAmIHtcbiAgd2lkdGhSZXN0cmljdGVkPzogYm9vbGVhbjtcbn07XG5cbmV4cG9ydCBjb25zdCBSYWlzZWREaXYgPSBzdHlsZWQuZGl2PFxuICBTdHlsZVByb3BzPHR5cGVvZiBvdXRsaW5lVmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiByYWlzZWREaXZWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiB3aWR0aFN0YXRlcz5cbj4oXG4gIG91dGxpbmVWYXJpYW50cyxcbiAgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHdpZHRoU3RhdGVzXG4pO1xuXG5leHBvcnQgY29uc3QgQmVhayA9IHN0eWxlZChCb3gpPFxuICBTdHlsZVByb3BzPHR5cGVvZiBwb3BvdmVyU3RhdGVzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1ZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1NpemU+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBiZWFrQm9yZGVyU3RhdGVzPlxuPihiZWFrQm9yZGVyU3RhdGVzLCBiZWFrVmFyaWFudHMsIGJlYWtTaXplKTtcblxuZXhwb3J0IGNvbnN0IEJlYWtCb3ggPVxuICBzdHlsZWQoRmxleEJveCk8U3R5bGVQcm9wczx0eXBlb2YgYmVha0JveFZhcmlhbnRzPj4oYmVha0JveFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IFBhdHRlcm5Db250YWluZXIgPSBzdHlsZWQuZGl2KFxuICB2YXJpYW50KHtcbiAgICBiYXNlOiB7XG4gICAgICBoZWlnaHQ6ICcxMDAlJyxcbiAgICAgIC4uLnBhdHRlcm5Db250YWluZXJCYXNlU3R5bGVzLFxuICAgIH0sXG4gICAgdmFyaWFudHM6IHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IFBvcG92ZXJQb3J0YWw6IFJlYWN0LkZDPFxuICBQaWNrPFBvcG92ZXJQcm9wcywgJ2FuaW1hdGlvbicgfCAnaXNPcGVuJz4gJiBXaXRoQ2hpbGRyZW5Qcm9wXG4+ID0gKHsgYW5pbWF0aW9uLCBpc09wZW4sIC4uLnJlc3QgfSkgPT5cbiAgYW5pbWF0aW9uID8gKFxuICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICB7aXNPcGVuICYmIChcbiAgICAgICAgPEJvZHlQb3J0YWw+XG4gICAgICAgICAgPG1vdGlvbi5kaXZcbiAgICAgICAgICAgIGFuaW1hdGU9e3sgb3BhY2l0eTogMSB9fVxuICAgICAgICAgICAgZXhpdD17eyBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICBpbml0aWFsPXt7IG9wYWNpdHk6IDAgfX1cbiAgICAgICAgICAgIHRyYW5zaXRpb249e3tcbiAgICAgICAgICAgICAgZGVsYXk6IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgICAgZHVyYXRpb246IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgIH19XG4gICAgICAgICAgICB7Li4ucmVzdH1cbiAgICAgICAgICAvPlxuICAgICAgICA8L0JvZHlQb3J0YWw+XG4gICAgICApfVxuICAgIDwvQW5pbWF0ZVByZXNlbmNlPlxuICApIDogKFxuICAgIDxCb2R5UG9ydGFsIHsuLi5yZXN0fSAvPlxuICApO1xuXG5leHBvcnQgdHlwZSBQb3BvdmVyQ29udGFpbmVyUHJvcHMgPSBQaWNrPFBvcG92ZXJQcm9wcywgJ3Bvc2l0aW9uJyB8ICdhbGlnbic+O1xuXG5leHBvcnQgY29uc3QgUG9wb3ZlckNvbnRhaW5lciA9IHN0eWxlZC5kaXY8UG9wb3ZlckNvbnRhaW5lclByb3BzPmBcbiAgcG9zaXRpb246IGZpeGVkO1xuICBkaXNwbGF5OiBmbGV4O1xuICB0cmFuc2Zvcm06ICR7KHsgcG9zaXRpb24sIGFsaWduIH0pID0+XG4gICAgcG9zaXRpb24gJiZcbiAgICBhbGlnbiAmJlxuICAgIGAke3RyYW5zZm9ybVZhbHVlc1twb3NpdGlvbl19ICR7dHJhbnNmb3JtVmFsdWVzW2FsaWduXX1gfTtcbmA7XG4iXX0= */");
14
+ })(outlineVariants, popoverToolTipBodyAlignments, raisedDivVariants, widthStates, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE4QnlCIiwiZmlsZSI6Ii4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRpbWluZ1ZhbHVlcywgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJztcblxuaW1wb3J0IHsgQm9keVBvcnRhbCB9IGZyb20gJy4uL0JvZHlQb3J0YWwnO1xuaW1wb3J0IHsgQm94LCBGbGV4Qm94IH0gZnJvbSAnLi4vQm94JztcbmltcG9ydCB7IHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHMgfSBmcm9tICcuLi9UaXAvc2hhcmVkL3N0eWxlcy9zdHlsZXMnO1xuaW1wb3J0IHsgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7XG4gIHBvcG92ZXJTdGF0ZXMsXG4gIHJhaXNlZERpdlZhcmlhbnRzLFxuICB0cmFuc2Zvcm1WYWx1ZXMsXG59IGZyb20gJy4vc3R5bGVzL2Jhc2UnO1xuaW1wb3J0IHsgcGF0dGVybkNvbnRhaW5lckJhc2VTdHlsZXMgfSBmcm9tICcuL3N0eWxlcy9wYXR0ZXJuJztcbmltcG9ydCB7XG4gIGJlYWtCb3JkZXJTdGF0ZXMsXG4gIGJlYWtCb3hWYXJpYW50cyxcbiAgYmVha1NpemUsXG4gIGJlYWtWYXJpYW50cyxcbiAgb3V0bGluZVZhcmlhbnRzLFxuICBwYXR0ZXJuVmFyaWFudFN0eWxlcyxcbiAgd2lkdGhTdGF0ZXMsXG59IGZyb20gJy4vc3R5bGVzL3ZhcmlhbnRzJztcbmltcG9ydCB7IFBvcG92ZXJQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgdHlwZSBQb3BvdmVyVmFyaWFudHMgPSBTdHlsZVByb3BzPHR5cGVvZiByYWlzZWREaXZWYXJpYW50cz4gJiB7XG4gIHdpZHRoUmVzdHJpY3RlZD86IGJvb2xlYW47XG59O1xuXG5leHBvcnQgY29uc3QgUmFpc2VkRGl2ID0gc3R5bGVkLmRpdjxcbiAgU3R5bGVQcm9wczx0eXBlb2Ygb3V0bGluZVZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgcmFpc2VkRGl2VmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBwb3BvdmVyVG9vbFRpcEJvZHlBbGlnbm1lbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2Ygd2lkdGhTdGF0ZXM+XG4+KFxuICBvdXRsaW5lVmFyaWFudHMsXG4gIHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHMsXG4gIHJhaXNlZERpdlZhcmlhbnRzLFxuICB3aWR0aFN0YXRlc1xuKTtcblxuZXhwb3J0IGNvbnN0IEJlYWsgPSBzdHlsZWQoQm94KTxcbiAgU3R5bGVQcm9wczx0eXBlb2YgcG9wb3ZlclN0YXRlcz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtTaXplPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha0JvcmRlclN0YXRlcz5cbj4oYmVha0JvcmRlclN0YXRlcywgYmVha1ZhcmlhbnRzLCBiZWFrU2l6ZSk7XG5cbmV4cG9ydCBjb25zdCBCZWFrQm94ID1cbiAgc3R5bGVkKEZsZXhCb3gpPFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtCb3hWYXJpYW50cz4+KGJlYWtCb3hWYXJpYW50cyk7XG5cbmV4cG9ydCBjb25zdCBQYXR0ZXJuQ29udGFpbmVyID0gc3R5bGVkLmRpdihcbiAgdmFyaWFudCh7XG4gICAgYmFzZToge1xuICAgICAgaGVpZ2h0OiAnMTAwJScsXG4gICAgICAuLi5wYXR0ZXJuQ29udGFpbmVyQmFzZVN0eWxlcyxcbiAgICB9LFxuICAgIHZhcmlhbnRzOiBwYXR0ZXJuVmFyaWFudFN0eWxlcyxcbiAgfSlcbik7XG5cbmV4cG9ydCBjb25zdCBQb3BvdmVyUG9ydGFsOiBSZWFjdC5GQzxcbiAgUGljazxQb3BvdmVyUHJvcHMsICdhbmltYXRpb24nIHwgJ2lzT3Blbic+ICYgV2l0aENoaWxkcmVuUHJvcFxuPiA9ICh7IGFuaW1hdGlvbiwgaXNPcGVuLCAuLi5yZXN0IH0pID0+XG4gIGFuaW1hdGlvbiA/IChcbiAgICA8QW5pbWF0ZVByZXNlbmNlPlxuICAgICAge2lzT3BlbiAmJiAoXG4gICAgICAgIDxCb2R5UG9ydGFsPlxuICAgICAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgICAgICBhbmltYXRlPXt7IG9wYWNpdHk6IDEgfX1cbiAgICAgICAgICAgIGV4aXQ9e3sgb3BhY2l0eTogMCB9fVxuICAgICAgICAgICAgaW5pdGlhbD17eyBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICB0cmFuc2l0aW9uPXt7XG4gICAgICAgICAgICAgIGRlbGF5OiB0aW1pbmdWYWx1ZXMuZmFzdCAvIDEwMDAsXG4gICAgICAgICAgICAgIGR1cmF0aW9uOiB0aW1pbmdWYWx1ZXMuZmFzdCAvIDEwMDAsXG4gICAgICAgICAgICB9fVxuICAgICAgICAgICAgey4uLnJlc3R9XG4gICAgICAgICAgLz5cbiAgICAgICAgPC9Cb2R5UG9ydGFsPlxuICAgICAgKX1cbiAgICA8L0FuaW1hdGVQcmVzZW5jZT5cbiAgKSA6IChcbiAgICA8Qm9keVBvcnRhbCB7Li4ucmVzdH0gLz5cbiAgKTtcblxuZXhwb3J0IHR5cGUgUG9wb3ZlckNvbnRhaW5lclByb3BzID0gUGljazxQb3BvdmVyUHJvcHMsICdwb3NpdGlvbicgfCAnYWxpZ24nPjtcblxuZXhwb3J0IGNvbnN0IFBvcG92ZXJDb250YWluZXIgPSBzdHlsZWQuZGl2PFBvcG92ZXJDb250YWluZXJQcm9wcz5gXG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgZGlzcGxheTogZmxleDtcbiAgdHJhbnNmb3JtOiAkeyh7IHBvc2l0aW9uLCBhbGlnbiB9KSA9PlxuICAgIHBvc2l0aW9uICYmXG4gICAgYWxpZ24gJiZcbiAgICBgJHt0cmFuc2Zvcm1WYWx1ZXNbcG9zaXRpb25dfSAke3RyYW5zZm9ybVZhbHVlc1thbGlnbl19YH07XG5gO1xuIl19 */");
15
15
  export const Beak = /*#__PURE__*/_styled(Box, {
16
16
  target: "e178ijqm3",
17
17
  label: "Beak"
18
- })(beakBorderStates, beakVariants, beakSize, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUEwQ29CIiwiZmlsZSI6Ii4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRpbWluZ1ZhbHVlcywgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBCb2R5UG9ydGFsIH0gZnJvbSAnLi4vQm9keVBvcnRhbCc7XG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyB9IGZyb20gJy4uL1RpcC9zaGFyZWQvc3R5bGVzL3N0eWxlcyc7XG5pbXBvcnQgeyBXaXRoQ2hpbGRyZW5Qcm9wIH0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IHtcbiAgcG9wb3ZlclN0YXRlcyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHRyYW5zZm9ybVZhbHVlcyxcbn0gZnJvbSAnLi9zdHlsZXMvYmFzZSc7XG5pbXBvcnQgeyBwYXR0ZXJuQ29udGFpbmVyQmFzZVN0eWxlcyB9IGZyb20gJy4vc3R5bGVzL3BhdHRlcm4nO1xuaW1wb3J0IHtcbiAgYmVha0JvcmRlclN0YXRlcyxcbiAgYmVha0JveFZhcmlhbnRzLFxuICBiZWFrU2l6ZSxcbiAgYmVha1ZhcmlhbnRzLFxuICBvdXRsaW5lVmFyaWFudHMsXG4gIHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB3aWR0aFN0YXRlcyxcbn0gZnJvbSAnLi9zdHlsZXMvdmFyaWFudHMnO1xuaW1wb3J0IHsgUG9wb3ZlclByb3BzIH0gZnJvbSAnLi90eXBlcyc7XG5cbmV4cG9ydCB0eXBlIFBvcG92ZXJWYXJpYW50cyA9IFN0eWxlUHJvcHM8dHlwZW9mIHJhaXNlZERpdlZhcmlhbnRzPiAmIHtcbiAgd2lkdGhSZXN0cmljdGVkPzogYm9vbGVhbjtcbn07XG5cbmV4cG9ydCBjb25zdCBSYWlzZWREaXYgPSBzdHlsZWQuZGl2PFxuICBTdHlsZVByb3BzPHR5cGVvZiBvdXRsaW5lVmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiByYWlzZWREaXZWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiB3aWR0aFN0YXRlcz5cbj4oXG4gIG91dGxpbmVWYXJpYW50cyxcbiAgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHdpZHRoU3RhdGVzXG4pO1xuXG5leHBvcnQgY29uc3QgQmVhayA9IHN0eWxlZChCb3gpPFxuICBTdHlsZVByb3BzPHR5cGVvZiBwb3BvdmVyU3RhdGVzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1ZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1NpemU+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBiZWFrQm9yZGVyU3RhdGVzPlxuPihiZWFrQm9yZGVyU3RhdGVzLCBiZWFrVmFyaWFudHMsIGJlYWtTaXplKTtcblxuZXhwb3J0IGNvbnN0IEJlYWtCb3ggPVxuICBzdHlsZWQoRmxleEJveCk8U3R5bGVQcm9wczx0eXBlb2YgYmVha0JveFZhcmlhbnRzPj4oYmVha0JveFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IFBhdHRlcm5Db250YWluZXIgPSBzdHlsZWQuZGl2KFxuICB2YXJpYW50KHtcbiAgICBiYXNlOiB7XG4gICAgICBoZWlnaHQ6ICcxMDAlJyxcbiAgICAgIC4uLnBhdHRlcm5Db250YWluZXJCYXNlU3R5bGVzLFxuICAgIH0sXG4gICAgdmFyaWFudHM6IHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IFBvcG92ZXJQb3J0YWw6IFJlYWN0LkZDPFxuICBQaWNrPFBvcG92ZXJQcm9wcywgJ2FuaW1hdGlvbicgfCAnaXNPcGVuJz4gJiBXaXRoQ2hpbGRyZW5Qcm9wXG4+ID0gKHsgYW5pbWF0aW9uLCBpc09wZW4sIC4uLnJlc3QgfSkgPT5cbiAgYW5pbWF0aW9uID8gKFxuICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICB7aXNPcGVuICYmIChcbiAgICAgICAgPEJvZHlQb3J0YWw+XG4gICAgICAgICAgPG1vdGlvbi5kaXZcbiAgICAgICAgICAgIGFuaW1hdGU9e3sgb3BhY2l0eTogMSB9fVxuICAgICAgICAgICAgZXhpdD17eyBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICBpbml0aWFsPXt7IG9wYWNpdHk6IDAgfX1cbiAgICAgICAgICAgIHRyYW5zaXRpb249e3tcbiAgICAgICAgICAgICAgZGVsYXk6IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgICAgZHVyYXRpb246IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgIH19XG4gICAgICAgICAgICB7Li4ucmVzdH1cbiAgICAgICAgICAvPlxuICAgICAgICA8L0JvZHlQb3J0YWw+XG4gICAgICApfVxuICAgIDwvQW5pbWF0ZVByZXNlbmNlPlxuICApIDogKFxuICAgIDxCb2R5UG9ydGFsIHsuLi5yZXN0fSAvPlxuICApO1xuXG5leHBvcnQgdHlwZSBQb3BvdmVyQ29udGFpbmVyUHJvcHMgPSBQaWNrPFBvcG92ZXJQcm9wcywgJ3Bvc2l0aW9uJyB8ICdhbGlnbic+O1xuXG5leHBvcnQgY29uc3QgUG9wb3ZlckNvbnRhaW5lciA9IHN0eWxlZC5kaXY8UG9wb3ZlckNvbnRhaW5lclByb3BzPmBcbiAgcG9zaXRpb246IGZpeGVkO1xuICBkaXNwbGF5OiBmbGV4O1xuICB0cmFuc2Zvcm06ICR7KHsgcG9zaXRpb24sIGFsaWduIH0pID0+XG4gICAgcG9zaXRpb24gJiZcbiAgICBhbGlnbiAmJlxuICAgIGAke3RyYW5zZm9ybVZhbHVlc1twb3NpdGlvbl19ICR7dHJhbnNmb3JtVmFsdWVzW2FsaWduXX1gfTtcbmA7XG4iXX0= */");
18
+ })(beakBorderStates, beakVariants, beakSize, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUEwQ29CIiwiZmlsZSI6Ii4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRpbWluZ1ZhbHVlcywgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJztcblxuaW1wb3J0IHsgQm9keVBvcnRhbCB9IGZyb20gJy4uL0JvZHlQb3J0YWwnO1xuaW1wb3J0IHsgQm94LCBGbGV4Qm94IH0gZnJvbSAnLi4vQm94JztcbmltcG9ydCB7IHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHMgfSBmcm9tICcuLi9UaXAvc2hhcmVkL3N0eWxlcy9zdHlsZXMnO1xuaW1wb3J0IHsgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7XG4gIHBvcG92ZXJTdGF0ZXMsXG4gIHJhaXNlZERpdlZhcmlhbnRzLFxuICB0cmFuc2Zvcm1WYWx1ZXMsXG59IGZyb20gJy4vc3R5bGVzL2Jhc2UnO1xuaW1wb3J0IHsgcGF0dGVybkNvbnRhaW5lckJhc2VTdHlsZXMgfSBmcm9tICcuL3N0eWxlcy9wYXR0ZXJuJztcbmltcG9ydCB7XG4gIGJlYWtCb3JkZXJTdGF0ZXMsXG4gIGJlYWtCb3hWYXJpYW50cyxcbiAgYmVha1NpemUsXG4gIGJlYWtWYXJpYW50cyxcbiAgb3V0bGluZVZhcmlhbnRzLFxuICBwYXR0ZXJuVmFyaWFudFN0eWxlcyxcbiAgd2lkdGhTdGF0ZXMsXG59IGZyb20gJy4vc3R5bGVzL3ZhcmlhbnRzJztcbmltcG9ydCB7IFBvcG92ZXJQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgdHlwZSBQb3BvdmVyVmFyaWFudHMgPSBTdHlsZVByb3BzPHR5cGVvZiByYWlzZWREaXZWYXJpYW50cz4gJiB7XG4gIHdpZHRoUmVzdHJpY3RlZD86IGJvb2xlYW47XG59O1xuXG5leHBvcnQgY29uc3QgUmFpc2VkRGl2ID0gc3R5bGVkLmRpdjxcbiAgU3R5bGVQcm9wczx0eXBlb2Ygb3V0bGluZVZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgcmFpc2VkRGl2VmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBwb3BvdmVyVG9vbFRpcEJvZHlBbGlnbm1lbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2Ygd2lkdGhTdGF0ZXM+XG4+KFxuICBvdXRsaW5lVmFyaWFudHMsXG4gIHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHMsXG4gIHJhaXNlZERpdlZhcmlhbnRzLFxuICB3aWR0aFN0YXRlc1xuKTtcblxuZXhwb3J0IGNvbnN0IEJlYWsgPSBzdHlsZWQoQm94KTxcbiAgU3R5bGVQcm9wczx0eXBlb2YgcG9wb3ZlclN0YXRlcz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtTaXplPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha0JvcmRlclN0YXRlcz5cbj4oYmVha0JvcmRlclN0YXRlcywgYmVha1ZhcmlhbnRzLCBiZWFrU2l6ZSk7XG5cbmV4cG9ydCBjb25zdCBCZWFrQm94ID1cbiAgc3R5bGVkKEZsZXhCb3gpPFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtCb3hWYXJpYW50cz4+KGJlYWtCb3hWYXJpYW50cyk7XG5cbmV4cG9ydCBjb25zdCBQYXR0ZXJuQ29udGFpbmVyID0gc3R5bGVkLmRpdihcbiAgdmFyaWFudCh7XG4gICAgYmFzZToge1xuICAgICAgaGVpZ2h0OiAnMTAwJScsXG4gICAgICAuLi5wYXR0ZXJuQ29udGFpbmVyQmFzZVN0eWxlcyxcbiAgICB9LFxuICAgIHZhcmlhbnRzOiBwYXR0ZXJuVmFyaWFudFN0eWxlcyxcbiAgfSlcbik7XG5cbmV4cG9ydCBjb25zdCBQb3BvdmVyUG9ydGFsOiBSZWFjdC5GQzxcbiAgUGljazxQb3BvdmVyUHJvcHMsICdhbmltYXRpb24nIHwgJ2lzT3Blbic+ICYgV2l0aENoaWxkcmVuUHJvcFxuPiA9ICh7IGFuaW1hdGlvbiwgaXNPcGVuLCAuLi5yZXN0IH0pID0+XG4gIGFuaW1hdGlvbiA/IChcbiAgICA8QW5pbWF0ZVByZXNlbmNlPlxuICAgICAge2lzT3BlbiAmJiAoXG4gICAgICAgIDxCb2R5UG9ydGFsPlxuICAgICAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgICAgICBhbmltYXRlPXt7IG9wYWNpdHk6IDEgfX1cbiAgICAgICAgICAgIGV4aXQ9e3sgb3BhY2l0eTogMCB9fVxuICAgICAgICAgICAgaW5pdGlhbD17eyBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICB0cmFuc2l0aW9uPXt7XG4gICAgICAgICAgICAgIGRlbGF5OiB0aW1pbmdWYWx1ZXMuZmFzdCAvIDEwMDAsXG4gICAgICAgICAgICAgIGR1cmF0aW9uOiB0aW1pbmdWYWx1ZXMuZmFzdCAvIDEwMDAsXG4gICAgICAgICAgICB9fVxuICAgICAgICAgICAgey4uLnJlc3R9XG4gICAgICAgICAgLz5cbiAgICAgICAgPC9Cb2R5UG9ydGFsPlxuICAgICAgKX1cbiAgICA8L0FuaW1hdGVQcmVzZW5jZT5cbiAgKSA6IChcbiAgICA8Qm9keVBvcnRhbCB7Li4ucmVzdH0gLz5cbiAgKTtcblxuZXhwb3J0IHR5cGUgUG9wb3ZlckNvbnRhaW5lclByb3BzID0gUGljazxQb3BvdmVyUHJvcHMsICdwb3NpdGlvbicgfCAnYWxpZ24nPjtcblxuZXhwb3J0IGNvbnN0IFBvcG92ZXJDb250YWluZXIgPSBzdHlsZWQuZGl2PFBvcG92ZXJDb250YWluZXJQcm9wcz5gXG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgZGlzcGxheTogZmxleDtcbiAgdHJhbnNmb3JtOiAkeyh7IHBvc2l0aW9uLCBhbGlnbiB9KSA9PlxuICAgIHBvc2l0aW9uICYmXG4gICAgYWxpZ24gJiZcbiAgICBgJHt0cmFuc2Zvcm1WYWx1ZXNbcG9zaXRpb25dfSAke3RyYW5zZm9ybVZhbHVlc1thbGlnbl19YH07XG5gO1xuIl19 */");
19
19
  export const BeakBox = /*#__PURE__*/_styled(FlexBox, {
20
20
  target: "e178ijqm2",
21
21
  label: "BeakBox"
22
- })(beakBoxVariants, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFrREUiLCJmaWxlIjoiLi4vLi4vc3JjL1BvcG92ZXIvZWxlbWVudHMudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdGltaW5nVmFsdWVzLCB2YXJpYW50IH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtc3R5bGVzJztcbmltcG9ydCB7IFN0eWxlUHJvcHMgfSBmcm9tICdAY29kZWNhZGVteS92YXJpYW5jZSc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBBbmltYXRlUHJlc2VuY2UsIG1vdGlvbiB9IGZyb20gJ21vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IEJvZHlQb3J0YWwgfSBmcm9tICcuLi9Cb2R5UG9ydGFsJztcbmltcG9ydCB7IEJveCwgRmxleEJveCB9IGZyb20gJy4uL0JveCc7XG5pbXBvcnQgeyBwb3BvdmVyVG9vbFRpcEJvZHlBbGlnbm1lbnRzIH0gZnJvbSAnLi4vVGlwL3NoYXJlZC9zdHlsZXMvc3R5bGVzJztcbmltcG9ydCB7IFdpdGhDaGlsZHJlblByb3AgfSBmcm9tICcuLi91dGlscyc7XG5pbXBvcnQge1xuICBwb3BvdmVyU3RhdGVzLFxuICByYWlzZWREaXZWYXJpYW50cyxcbiAgdHJhbnNmb3JtVmFsdWVzLFxufSBmcm9tICcuL3N0eWxlcy9iYXNlJztcbmltcG9ydCB7IHBhdHRlcm5Db250YWluZXJCYXNlU3R5bGVzIH0gZnJvbSAnLi9zdHlsZXMvcGF0dGVybic7XG5pbXBvcnQge1xuICBiZWFrQm9yZGVyU3RhdGVzLFxuICBiZWFrQm94VmFyaWFudHMsXG4gIGJlYWtTaXplLFxuICBiZWFrVmFyaWFudHMsXG4gIG91dGxpbmVWYXJpYW50cyxcbiAgcGF0dGVyblZhcmlhbnRTdHlsZXMsXG4gIHdpZHRoU3RhdGVzLFxufSBmcm9tICcuL3N0eWxlcy92YXJpYW50cyc7XG5pbXBvcnQgeyBQb3BvdmVyUHJvcHMgfSBmcm9tICcuL3R5cGVzJztcblxuZXhwb3J0IHR5cGUgUG9wb3ZlclZhcmlhbnRzID0gU3R5bGVQcm9wczx0eXBlb2YgcmFpc2VkRGl2VmFyaWFudHM+ICYge1xuICB3aWR0aFJlc3RyaWN0ZWQ/OiBib29sZWFuO1xufTtcblxuZXhwb3J0IGNvbnN0IFJhaXNlZERpdiA9IHN0eWxlZC5kaXY8XG4gIFN0eWxlUHJvcHM8dHlwZW9mIG91dGxpbmVWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIHJhaXNlZERpdlZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIHdpZHRoU3RhdGVzPlxuPihcbiAgb3V0bGluZVZhcmlhbnRzLFxuICBwb3BvdmVyVG9vbFRpcEJvZHlBbGlnbm1lbnRzLFxuICByYWlzZWREaXZWYXJpYW50cyxcbiAgd2lkdGhTdGF0ZXNcbik7XG5cbmV4cG9ydCBjb25zdCBCZWFrID0gc3R5bGVkKEJveCk8XG4gIFN0eWxlUHJvcHM8dHlwZW9mIHBvcG92ZXJTdGF0ZXM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBiZWFrVmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBiZWFrU2l6ZT4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtCb3JkZXJTdGF0ZXM+XG4+KGJlYWtCb3JkZXJTdGF0ZXMsIGJlYWtWYXJpYW50cywgYmVha1NpemUpO1xuXG5leHBvcnQgY29uc3QgQmVha0JveCA9XG4gIHN0eWxlZChGbGV4Qm94KTxTdHlsZVByb3BzPHR5cGVvZiBiZWFrQm94VmFyaWFudHM+PihiZWFrQm94VmFyaWFudHMpO1xuXG5leHBvcnQgY29uc3QgUGF0dGVybkNvbnRhaW5lciA9IHN0eWxlZC5kaXYoXG4gIHZhcmlhbnQoe1xuICAgIGJhc2U6IHtcbiAgICAgIGhlaWdodDogJzEwMCUnLFxuICAgICAgLi4ucGF0dGVybkNvbnRhaW5lckJhc2VTdHlsZXMsXG4gICAgfSxcbiAgICB2YXJpYW50czogcGF0dGVyblZhcmlhbnRTdHlsZXMsXG4gIH0pXG4pO1xuXG5leHBvcnQgY29uc3QgUG9wb3ZlclBvcnRhbDogUmVhY3QuRkM8XG4gIFBpY2s8UG9wb3ZlclByb3BzLCAnYW5pbWF0aW9uJyB8ICdpc09wZW4nPiAmIFdpdGhDaGlsZHJlblByb3Bcbj4gPSAoeyBhbmltYXRpb24sIGlzT3BlbiwgLi4ucmVzdCB9KSA9PlxuICBhbmltYXRpb24gPyAoXG4gICAgPEFuaW1hdGVQcmVzZW5jZT5cbiAgICAgIHtpc09wZW4gJiYgKFxuICAgICAgICA8Qm9keVBvcnRhbD5cbiAgICAgICAgICA8bW90aW9uLmRpdlxuICAgICAgICAgICAgYW5pbWF0ZT17eyBvcGFjaXR5OiAxIH19XG4gICAgICAgICAgICBleGl0PXt7IG9wYWNpdHk6IDAgfX1cbiAgICAgICAgICAgIGluaXRpYWw9e3sgb3BhY2l0eTogMCB9fVxuICAgICAgICAgICAgdHJhbnNpdGlvbj17e1xuICAgICAgICAgICAgICBkZWxheTogdGltaW5nVmFsdWVzLmZhc3QgLyAxMDAwLFxuICAgICAgICAgICAgICBkdXJhdGlvbjogdGltaW5nVmFsdWVzLmZhc3QgLyAxMDAwLFxuICAgICAgICAgICAgfX1cbiAgICAgICAgICAgIHsuLi5yZXN0fVxuICAgICAgICAgIC8+XG4gICAgICAgIDwvQm9keVBvcnRhbD5cbiAgICAgICl9XG4gICAgPC9BbmltYXRlUHJlc2VuY2U+XG4gICkgOiAoXG4gICAgPEJvZHlQb3J0YWwgey4uLnJlc3R9IC8+XG4gICk7XG5cbmV4cG9ydCB0eXBlIFBvcG92ZXJDb250YWluZXJQcm9wcyA9IFBpY2s8UG9wb3ZlclByb3BzLCAncG9zaXRpb24nIHwgJ2FsaWduJz47XG5cbmV4cG9ydCBjb25zdCBQb3BvdmVyQ29udGFpbmVyID0gc3R5bGVkLmRpdjxQb3BvdmVyQ29udGFpbmVyUHJvcHM+YFxuICBwb3NpdGlvbjogZml4ZWQ7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIHRyYW5zZm9ybTogJHsoeyBwb3NpdGlvbiwgYWxpZ24gfSkgPT5cbiAgICBwb3NpdGlvbiAmJlxuICAgIGFsaWduICYmXG4gICAgYCR7dHJhbnNmb3JtVmFsdWVzW3Bvc2l0aW9uXX0gJHt0cmFuc2Zvcm1WYWx1ZXNbYWxpZ25dfWB9O1xuYDtcbiJdfQ== */");
22
+ })(beakBoxVariants, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFrREUiLCJmaWxlIjoiLi4vLi4vc3JjL1BvcG92ZXIvZWxlbWVudHMudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdGltaW5nVmFsdWVzLCB2YXJpYW50IH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtc3R5bGVzJztcbmltcG9ydCB7IFN0eWxlUHJvcHMgfSBmcm9tICdAY29kZWNhZGVteS92YXJpYW5jZSc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBBbmltYXRlUHJlc2VuY2UsIG1vdGlvbiB9IGZyb20gJ2ZyYW1lci1tb3Rpb24nO1xuXG5pbXBvcnQgeyBCb2R5UG9ydGFsIH0gZnJvbSAnLi4vQm9keVBvcnRhbCc7XG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyB9IGZyb20gJy4uL1RpcC9zaGFyZWQvc3R5bGVzL3N0eWxlcyc7XG5pbXBvcnQgeyBXaXRoQ2hpbGRyZW5Qcm9wIH0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IHtcbiAgcG9wb3ZlclN0YXRlcyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHRyYW5zZm9ybVZhbHVlcyxcbn0gZnJvbSAnLi9zdHlsZXMvYmFzZSc7XG5pbXBvcnQgeyBwYXR0ZXJuQ29udGFpbmVyQmFzZVN0eWxlcyB9IGZyb20gJy4vc3R5bGVzL3BhdHRlcm4nO1xuaW1wb3J0IHtcbiAgYmVha0JvcmRlclN0YXRlcyxcbiAgYmVha0JveFZhcmlhbnRzLFxuICBiZWFrU2l6ZSxcbiAgYmVha1ZhcmlhbnRzLFxuICBvdXRsaW5lVmFyaWFudHMsXG4gIHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB3aWR0aFN0YXRlcyxcbn0gZnJvbSAnLi9zdHlsZXMvdmFyaWFudHMnO1xuaW1wb3J0IHsgUG9wb3ZlclByb3BzIH0gZnJvbSAnLi90eXBlcyc7XG5cbmV4cG9ydCB0eXBlIFBvcG92ZXJWYXJpYW50cyA9IFN0eWxlUHJvcHM8dHlwZW9mIHJhaXNlZERpdlZhcmlhbnRzPiAmIHtcbiAgd2lkdGhSZXN0cmljdGVkPzogYm9vbGVhbjtcbn07XG5cbmV4cG9ydCBjb25zdCBSYWlzZWREaXYgPSBzdHlsZWQuZGl2PFxuICBTdHlsZVByb3BzPHR5cGVvZiBvdXRsaW5lVmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiByYWlzZWREaXZWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiB3aWR0aFN0YXRlcz5cbj4oXG4gIG91dGxpbmVWYXJpYW50cyxcbiAgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHdpZHRoU3RhdGVzXG4pO1xuXG5leHBvcnQgY29uc3QgQmVhayA9IHN0eWxlZChCb3gpPFxuICBTdHlsZVByb3BzPHR5cGVvZiBwb3BvdmVyU3RhdGVzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1ZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1NpemU+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBiZWFrQm9yZGVyU3RhdGVzPlxuPihiZWFrQm9yZGVyU3RhdGVzLCBiZWFrVmFyaWFudHMsIGJlYWtTaXplKTtcblxuZXhwb3J0IGNvbnN0IEJlYWtCb3ggPVxuICBzdHlsZWQoRmxleEJveCk8U3R5bGVQcm9wczx0eXBlb2YgYmVha0JveFZhcmlhbnRzPj4oYmVha0JveFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IFBhdHRlcm5Db250YWluZXIgPSBzdHlsZWQuZGl2KFxuICB2YXJpYW50KHtcbiAgICBiYXNlOiB7XG4gICAgICBoZWlnaHQ6ICcxMDAlJyxcbiAgICAgIC4uLnBhdHRlcm5Db250YWluZXJCYXNlU3R5bGVzLFxuICAgIH0sXG4gICAgdmFyaWFudHM6IHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IFBvcG92ZXJQb3J0YWw6IFJlYWN0LkZDPFxuICBQaWNrPFBvcG92ZXJQcm9wcywgJ2FuaW1hdGlvbicgfCAnaXNPcGVuJz4gJiBXaXRoQ2hpbGRyZW5Qcm9wXG4+ID0gKHsgYW5pbWF0aW9uLCBpc09wZW4sIC4uLnJlc3QgfSkgPT5cbiAgYW5pbWF0aW9uID8gKFxuICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICB7aXNPcGVuICYmIChcbiAgICAgICAgPEJvZHlQb3J0YWw+XG4gICAgICAgICAgPG1vdGlvbi5kaXZcbiAgICAgICAgICAgIGFuaW1hdGU9e3sgb3BhY2l0eTogMSB9fVxuICAgICAgICAgICAgZXhpdD17eyBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICBpbml0aWFsPXt7IG9wYWNpdHk6IDAgfX1cbiAgICAgICAgICAgIHRyYW5zaXRpb249e3tcbiAgICAgICAgICAgICAgZGVsYXk6IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgICAgZHVyYXRpb246IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgIH19XG4gICAgICAgICAgICB7Li4ucmVzdH1cbiAgICAgICAgICAvPlxuICAgICAgICA8L0JvZHlQb3J0YWw+XG4gICAgICApfVxuICAgIDwvQW5pbWF0ZVByZXNlbmNlPlxuICApIDogKFxuICAgIDxCb2R5UG9ydGFsIHsuLi5yZXN0fSAvPlxuICApO1xuXG5leHBvcnQgdHlwZSBQb3BvdmVyQ29udGFpbmVyUHJvcHMgPSBQaWNrPFBvcG92ZXJQcm9wcywgJ3Bvc2l0aW9uJyB8ICdhbGlnbic+O1xuXG5leHBvcnQgY29uc3QgUG9wb3ZlckNvbnRhaW5lciA9IHN0eWxlZC5kaXY8UG9wb3ZlckNvbnRhaW5lclByb3BzPmBcbiAgcG9zaXRpb246IGZpeGVkO1xuICBkaXNwbGF5OiBmbGV4O1xuICB0cmFuc2Zvcm06ICR7KHsgcG9zaXRpb24sIGFsaWduIH0pID0+XG4gICAgcG9zaXRpb24gJiZcbiAgICBhbGlnbiAmJlxuICAgIGAke3RyYW5zZm9ybVZhbHVlc1twb3NpdGlvbl19ICR7dHJhbnNmb3JtVmFsdWVzW2FsaWduXX1gfTtcbmA7XG4iXX0= */");
23
23
  export const PatternContainer = /*#__PURE__*/_styled("div", {
24
24
  target: "e178ijqm1",
25
25
  label: "PatternContainer"
@@ -29,7 +29,7 @@ export const PatternContainer = /*#__PURE__*/_styled("div", {
29
29
  ...patternContainerBaseStyles
30
30
  },
31
31
  variants: patternVariantStyles
32
- }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFvRGdDIiwiZmlsZSI6Ii4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRpbWluZ1ZhbHVlcywgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBCb2R5UG9ydGFsIH0gZnJvbSAnLi4vQm9keVBvcnRhbCc7XG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyB9IGZyb20gJy4uL1RpcC9zaGFyZWQvc3R5bGVzL3N0eWxlcyc7XG5pbXBvcnQgeyBXaXRoQ2hpbGRyZW5Qcm9wIH0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IHtcbiAgcG9wb3ZlclN0YXRlcyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHRyYW5zZm9ybVZhbHVlcyxcbn0gZnJvbSAnLi9zdHlsZXMvYmFzZSc7XG5pbXBvcnQgeyBwYXR0ZXJuQ29udGFpbmVyQmFzZVN0eWxlcyB9IGZyb20gJy4vc3R5bGVzL3BhdHRlcm4nO1xuaW1wb3J0IHtcbiAgYmVha0JvcmRlclN0YXRlcyxcbiAgYmVha0JveFZhcmlhbnRzLFxuICBiZWFrU2l6ZSxcbiAgYmVha1ZhcmlhbnRzLFxuICBvdXRsaW5lVmFyaWFudHMsXG4gIHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB3aWR0aFN0YXRlcyxcbn0gZnJvbSAnLi9zdHlsZXMvdmFyaWFudHMnO1xuaW1wb3J0IHsgUG9wb3ZlclByb3BzIH0gZnJvbSAnLi90eXBlcyc7XG5cbmV4cG9ydCB0eXBlIFBvcG92ZXJWYXJpYW50cyA9IFN0eWxlUHJvcHM8dHlwZW9mIHJhaXNlZERpdlZhcmlhbnRzPiAmIHtcbiAgd2lkdGhSZXN0cmljdGVkPzogYm9vbGVhbjtcbn07XG5cbmV4cG9ydCBjb25zdCBSYWlzZWREaXYgPSBzdHlsZWQuZGl2PFxuICBTdHlsZVByb3BzPHR5cGVvZiBvdXRsaW5lVmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiByYWlzZWREaXZWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiB3aWR0aFN0YXRlcz5cbj4oXG4gIG91dGxpbmVWYXJpYW50cyxcbiAgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHdpZHRoU3RhdGVzXG4pO1xuXG5leHBvcnQgY29uc3QgQmVhayA9IHN0eWxlZChCb3gpPFxuICBTdHlsZVByb3BzPHR5cGVvZiBwb3BvdmVyU3RhdGVzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1ZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1NpemU+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBiZWFrQm9yZGVyU3RhdGVzPlxuPihiZWFrQm9yZGVyU3RhdGVzLCBiZWFrVmFyaWFudHMsIGJlYWtTaXplKTtcblxuZXhwb3J0IGNvbnN0IEJlYWtCb3ggPVxuICBzdHlsZWQoRmxleEJveCk8U3R5bGVQcm9wczx0eXBlb2YgYmVha0JveFZhcmlhbnRzPj4oYmVha0JveFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IFBhdHRlcm5Db250YWluZXIgPSBzdHlsZWQuZGl2KFxuICB2YXJpYW50KHtcbiAgICBiYXNlOiB7XG4gICAgICBoZWlnaHQ6ICcxMDAlJyxcbiAgICAgIC4uLnBhdHRlcm5Db250YWluZXJCYXNlU3R5bGVzLFxuICAgIH0sXG4gICAgdmFyaWFudHM6IHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IFBvcG92ZXJQb3J0YWw6IFJlYWN0LkZDPFxuICBQaWNrPFBvcG92ZXJQcm9wcywgJ2FuaW1hdGlvbicgfCAnaXNPcGVuJz4gJiBXaXRoQ2hpbGRyZW5Qcm9wXG4+ID0gKHsgYW5pbWF0aW9uLCBpc09wZW4sIC4uLnJlc3QgfSkgPT5cbiAgYW5pbWF0aW9uID8gKFxuICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICB7aXNPcGVuICYmIChcbiAgICAgICAgPEJvZHlQb3J0YWw+XG4gICAgICAgICAgPG1vdGlvbi5kaXZcbiAgICAgICAgICAgIGFuaW1hdGU9e3sgb3BhY2l0eTogMSB9fVxuICAgICAgICAgICAgZXhpdD17eyBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICBpbml0aWFsPXt7IG9wYWNpdHk6IDAgfX1cbiAgICAgICAgICAgIHRyYW5zaXRpb249e3tcbiAgICAgICAgICAgICAgZGVsYXk6IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgICAgZHVyYXRpb246IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgIH19XG4gICAgICAgICAgICB7Li4ucmVzdH1cbiAgICAgICAgICAvPlxuICAgICAgICA8L0JvZHlQb3J0YWw+XG4gICAgICApfVxuICAgIDwvQW5pbWF0ZVByZXNlbmNlPlxuICApIDogKFxuICAgIDxCb2R5UG9ydGFsIHsuLi5yZXN0fSAvPlxuICApO1xuXG5leHBvcnQgdHlwZSBQb3BvdmVyQ29udGFpbmVyUHJvcHMgPSBQaWNrPFBvcG92ZXJQcm9wcywgJ3Bvc2l0aW9uJyB8ICdhbGlnbic+O1xuXG5leHBvcnQgY29uc3QgUG9wb3ZlckNvbnRhaW5lciA9IHN0eWxlZC5kaXY8UG9wb3ZlckNvbnRhaW5lclByb3BzPmBcbiAgcG9zaXRpb246IGZpeGVkO1xuICBkaXNwbGF5OiBmbGV4O1xuICB0cmFuc2Zvcm06ICR7KHsgcG9zaXRpb24sIGFsaWduIH0pID0+XG4gICAgcG9zaXRpb24gJiZcbiAgICBhbGlnbiAmJlxuICAgIGAke3RyYW5zZm9ybVZhbHVlc1twb3NpdGlvbl19ICR7dHJhbnNmb3JtVmFsdWVzW2FsaWduXX1gfTtcbmA7XG4iXX0= */");
32
+ }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFvRGdDIiwiZmlsZSI6Ii4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRpbWluZ1ZhbHVlcywgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJztcblxuaW1wb3J0IHsgQm9keVBvcnRhbCB9IGZyb20gJy4uL0JvZHlQb3J0YWwnO1xuaW1wb3J0IHsgQm94LCBGbGV4Qm94IH0gZnJvbSAnLi4vQm94JztcbmltcG9ydCB7IHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHMgfSBmcm9tICcuLi9UaXAvc2hhcmVkL3N0eWxlcy9zdHlsZXMnO1xuaW1wb3J0IHsgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7XG4gIHBvcG92ZXJTdGF0ZXMsXG4gIHJhaXNlZERpdlZhcmlhbnRzLFxuICB0cmFuc2Zvcm1WYWx1ZXMsXG59IGZyb20gJy4vc3R5bGVzL2Jhc2UnO1xuaW1wb3J0IHsgcGF0dGVybkNvbnRhaW5lckJhc2VTdHlsZXMgfSBmcm9tICcuL3N0eWxlcy9wYXR0ZXJuJztcbmltcG9ydCB7XG4gIGJlYWtCb3JkZXJTdGF0ZXMsXG4gIGJlYWtCb3hWYXJpYW50cyxcbiAgYmVha1NpemUsXG4gIGJlYWtWYXJpYW50cyxcbiAgb3V0bGluZVZhcmlhbnRzLFxuICBwYXR0ZXJuVmFyaWFudFN0eWxlcyxcbiAgd2lkdGhTdGF0ZXMsXG59IGZyb20gJy4vc3R5bGVzL3ZhcmlhbnRzJztcbmltcG9ydCB7IFBvcG92ZXJQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgdHlwZSBQb3BvdmVyVmFyaWFudHMgPSBTdHlsZVByb3BzPHR5cGVvZiByYWlzZWREaXZWYXJpYW50cz4gJiB7XG4gIHdpZHRoUmVzdHJpY3RlZD86IGJvb2xlYW47XG59O1xuXG5leHBvcnQgY29uc3QgUmFpc2VkRGl2ID0gc3R5bGVkLmRpdjxcbiAgU3R5bGVQcm9wczx0eXBlb2Ygb3V0bGluZVZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgcmFpc2VkRGl2VmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBwb3BvdmVyVG9vbFRpcEJvZHlBbGlnbm1lbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2Ygd2lkdGhTdGF0ZXM+XG4+KFxuICBvdXRsaW5lVmFyaWFudHMsXG4gIHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHMsXG4gIHJhaXNlZERpdlZhcmlhbnRzLFxuICB3aWR0aFN0YXRlc1xuKTtcblxuZXhwb3J0IGNvbnN0IEJlYWsgPSBzdHlsZWQoQm94KTxcbiAgU3R5bGVQcm9wczx0eXBlb2YgcG9wb3ZlclN0YXRlcz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtTaXplPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha0JvcmRlclN0YXRlcz5cbj4oYmVha0JvcmRlclN0YXRlcywgYmVha1ZhcmlhbnRzLCBiZWFrU2l6ZSk7XG5cbmV4cG9ydCBjb25zdCBCZWFrQm94ID1cbiAgc3R5bGVkKEZsZXhCb3gpPFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtCb3hWYXJpYW50cz4+KGJlYWtCb3hWYXJpYW50cyk7XG5cbmV4cG9ydCBjb25zdCBQYXR0ZXJuQ29udGFpbmVyID0gc3R5bGVkLmRpdihcbiAgdmFyaWFudCh7XG4gICAgYmFzZToge1xuICAgICAgaGVpZ2h0OiAnMTAwJScsXG4gICAgICAuLi5wYXR0ZXJuQ29udGFpbmVyQmFzZVN0eWxlcyxcbiAgICB9LFxuICAgIHZhcmlhbnRzOiBwYXR0ZXJuVmFyaWFudFN0eWxlcyxcbiAgfSlcbik7XG5cbmV4cG9ydCBjb25zdCBQb3BvdmVyUG9ydGFsOiBSZWFjdC5GQzxcbiAgUGljazxQb3BvdmVyUHJvcHMsICdhbmltYXRpb24nIHwgJ2lzT3Blbic+ICYgV2l0aENoaWxkcmVuUHJvcFxuPiA9ICh7IGFuaW1hdGlvbiwgaXNPcGVuLCAuLi5yZXN0IH0pID0+XG4gIGFuaW1hdGlvbiA/IChcbiAgICA8QW5pbWF0ZVByZXNlbmNlPlxuICAgICAge2lzT3BlbiAmJiAoXG4gICAgICAgIDxCb2R5UG9ydGFsPlxuICAgICAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgICAgICBhbmltYXRlPXt7IG9wYWNpdHk6IDEgfX1cbiAgICAgICAgICAgIGV4aXQ9e3sgb3BhY2l0eTogMCB9fVxuICAgICAgICAgICAgaW5pdGlhbD17eyBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICB0cmFuc2l0aW9uPXt7XG4gICAgICAgICAgICAgIGRlbGF5OiB0aW1pbmdWYWx1ZXMuZmFzdCAvIDEwMDAsXG4gICAgICAgICAgICAgIGR1cmF0aW9uOiB0aW1pbmdWYWx1ZXMuZmFzdCAvIDEwMDAsXG4gICAgICAgICAgICB9fVxuICAgICAgICAgICAgey4uLnJlc3R9XG4gICAgICAgICAgLz5cbiAgICAgICAgPC9Cb2R5UG9ydGFsPlxuICAgICAgKX1cbiAgICA8L0FuaW1hdGVQcmVzZW5jZT5cbiAgKSA6IChcbiAgICA8Qm9keVBvcnRhbCB7Li4ucmVzdH0gLz5cbiAgKTtcblxuZXhwb3J0IHR5cGUgUG9wb3ZlckNvbnRhaW5lclByb3BzID0gUGljazxQb3BvdmVyUHJvcHMsICdwb3NpdGlvbicgfCAnYWxpZ24nPjtcblxuZXhwb3J0IGNvbnN0IFBvcG92ZXJDb250YWluZXIgPSBzdHlsZWQuZGl2PFBvcG92ZXJDb250YWluZXJQcm9wcz5gXG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgZGlzcGxheTogZmxleDtcbiAgdHJhbnNmb3JtOiAkeyh7IHBvc2l0aW9uLCBhbGlnbiB9KSA9PlxuICAgIHBvc2l0aW9uICYmXG4gICAgYWxpZ24gJiZcbiAgICBgJHt0cmFuc2Zvcm1WYWx1ZXNbcG9zaXRpb25dfSAke3RyYW5zZm9ybVZhbHVlc1thbGlnbl19YH07XG5gO1xuIl19 */");
33
33
  export const PopoverPortal = ({
34
34
  animation,
35
35
  isOpen,
@@ -62,4 +62,4 @@ export const PopoverContainer = /*#__PURE__*/_styled("div", {
62
62
  })("position:fixed;display:flex;transform:", ({
63
63
  position,
64
64
  align
65
- }) => position && align && `${transformValues[position]} ${transformValues[align]}`, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF3RmlFIiwiZmlsZSI6Ii4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRpbWluZ1ZhbHVlcywgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBCb2R5UG9ydGFsIH0gZnJvbSAnLi4vQm9keVBvcnRhbCc7XG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyB9IGZyb20gJy4uL1RpcC9zaGFyZWQvc3R5bGVzL3N0eWxlcyc7XG5pbXBvcnQgeyBXaXRoQ2hpbGRyZW5Qcm9wIH0gZnJvbSAnLi4vdXRpbHMnO1xuaW1wb3J0IHtcbiAgcG9wb3ZlclN0YXRlcyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHRyYW5zZm9ybVZhbHVlcyxcbn0gZnJvbSAnLi9zdHlsZXMvYmFzZSc7XG5pbXBvcnQgeyBwYXR0ZXJuQ29udGFpbmVyQmFzZVN0eWxlcyB9IGZyb20gJy4vc3R5bGVzL3BhdHRlcm4nO1xuaW1wb3J0IHtcbiAgYmVha0JvcmRlclN0YXRlcyxcbiAgYmVha0JveFZhcmlhbnRzLFxuICBiZWFrU2l6ZSxcbiAgYmVha1ZhcmlhbnRzLFxuICBvdXRsaW5lVmFyaWFudHMsXG4gIHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB3aWR0aFN0YXRlcyxcbn0gZnJvbSAnLi9zdHlsZXMvdmFyaWFudHMnO1xuaW1wb3J0IHsgUG9wb3ZlclByb3BzIH0gZnJvbSAnLi90eXBlcyc7XG5cbmV4cG9ydCB0eXBlIFBvcG92ZXJWYXJpYW50cyA9IFN0eWxlUHJvcHM8dHlwZW9mIHJhaXNlZERpdlZhcmlhbnRzPiAmIHtcbiAgd2lkdGhSZXN0cmljdGVkPzogYm9vbGVhbjtcbn07XG5cbmV4cG9ydCBjb25zdCBSYWlzZWREaXYgPSBzdHlsZWQuZGl2PFxuICBTdHlsZVByb3BzPHR5cGVvZiBvdXRsaW5lVmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiByYWlzZWREaXZWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiB3aWR0aFN0YXRlcz5cbj4oXG4gIG91dGxpbmVWYXJpYW50cyxcbiAgcG9wb3ZlclRvb2xUaXBCb2R5QWxpZ25tZW50cyxcbiAgcmFpc2VkRGl2VmFyaWFudHMsXG4gIHdpZHRoU3RhdGVzXG4pO1xuXG5leHBvcnQgY29uc3QgQmVhayA9IHN0eWxlZChCb3gpPFxuICBTdHlsZVByb3BzPHR5cGVvZiBwb3BvdmVyU3RhdGVzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1ZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha1NpemU+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBiZWFrQm9yZGVyU3RhdGVzPlxuPihiZWFrQm9yZGVyU3RhdGVzLCBiZWFrVmFyaWFudHMsIGJlYWtTaXplKTtcblxuZXhwb3J0IGNvbnN0IEJlYWtCb3ggPVxuICBzdHlsZWQoRmxleEJveCk8U3R5bGVQcm9wczx0eXBlb2YgYmVha0JveFZhcmlhbnRzPj4oYmVha0JveFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IFBhdHRlcm5Db250YWluZXIgPSBzdHlsZWQuZGl2KFxuICB2YXJpYW50KHtcbiAgICBiYXNlOiB7XG4gICAgICBoZWlnaHQ6ICcxMDAlJyxcbiAgICAgIC4uLnBhdHRlcm5Db250YWluZXJCYXNlU3R5bGVzLFxuICAgIH0sXG4gICAgdmFyaWFudHM6IHBhdHRlcm5WYXJpYW50U3R5bGVzLFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IFBvcG92ZXJQb3J0YWw6IFJlYWN0LkZDPFxuICBQaWNrPFBvcG92ZXJQcm9wcywgJ2FuaW1hdGlvbicgfCAnaXNPcGVuJz4gJiBXaXRoQ2hpbGRyZW5Qcm9wXG4+ID0gKHsgYW5pbWF0aW9uLCBpc09wZW4sIC4uLnJlc3QgfSkgPT5cbiAgYW5pbWF0aW9uID8gKFxuICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICB7aXNPcGVuICYmIChcbiAgICAgICAgPEJvZHlQb3J0YWw+XG4gICAgICAgICAgPG1vdGlvbi5kaXZcbiAgICAgICAgICAgIGFuaW1hdGU9e3sgb3BhY2l0eTogMSB9fVxuICAgICAgICAgICAgZXhpdD17eyBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICBpbml0aWFsPXt7IG9wYWNpdHk6IDAgfX1cbiAgICAgICAgICAgIHRyYW5zaXRpb249e3tcbiAgICAgICAgICAgICAgZGVsYXk6IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgICAgZHVyYXRpb246IHRpbWluZ1ZhbHVlcy5mYXN0IC8gMTAwMCxcbiAgICAgICAgICAgIH19XG4gICAgICAgICAgICB7Li4ucmVzdH1cbiAgICAgICAgICAvPlxuICAgICAgICA8L0JvZHlQb3J0YWw+XG4gICAgICApfVxuICAgIDwvQW5pbWF0ZVByZXNlbmNlPlxuICApIDogKFxuICAgIDxCb2R5UG9ydGFsIHsuLi5yZXN0fSAvPlxuICApO1xuXG5leHBvcnQgdHlwZSBQb3BvdmVyQ29udGFpbmVyUHJvcHMgPSBQaWNrPFBvcG92ZXJQcm9wcywgJ3Bvc2l0aW9uJyB8ICdhbGlnbic+O1xuXG5leHBvcnQgY29uc3QgUG9wb3ZlckNvbnRhaW5lciA9IHN0eWxlZC5kaXY8UG9wb3ZlckNvbnRhaW5lclByb3BzPmBcbiAgcG9zaXRpb246IGZpeGVkO1xuICBkaXNwbGF5OiBmbGV4O1xuICB0cmFuc2Zvcm06ICR7KHsgcG9zaXRpb24sIGFsaWduIH0pID0+XG4gICAgcG9zaXRpb24gJiZcbiAgICBhbGlnbiAmJlxuICAgIGAke3RyYW5zZm9ybVZhbHVlc1twb3NpdGlvbl19ICR7dHJhbnNmb3JtVmFsdWVzW2FsaWduXX1gfTtcbmA7XG4iXX0= */"));
65
+ }) => position && align && `${transformValues[position]} ${transformValues[align]}`, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF3RmlFIiwiZmlsZSI6Ii4uLy4uL3NyYy9Qb3BvdmVyL2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRpbWluZ1ZhbHVlcywgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJztcblxuaW1wb3J0IHsgQm9keVBvcnRhbCB9IGZyb20gJy4uL0JvZHlQb3J0YWwnO1xuaW1wb3J0IHsgQm94LCBGbGV4Qm94IH0gZnJvbSAnLi4vQm94JztcbmltcG9ydCB7IHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHMgfSBmcm9tICcuLi9UaXAvc2hhcmVkL3N0eWxlcy9zdHlsZXMnO1xuaW1wb3J0IHsgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7XG4gIHBvcG92ZXJTdGF0ZXMsXG4gIHJhaXNlZERpdlZhcmlhbnRzLFxuICB0cmFuc2Zvcm1WYWx1ZXMsXG59IGZyb20gJy4vc3R5bGVzL2Jhc2UnO1xuaW1wb3J0IHsgcGF0dGVybkNvbnRhaW5lckJhc2VTdHlsZXMgfSBmcm9tICcuL3N0eWxlcy9wYXR0ZXJuJztcbmltcG9ydCB7XG4gIGJlYWtCb3JkZXJTdGF0ZXMsXG4gIGJlYWtCb3hWYXJpYW50cyxcbiAgYmVha1NpemUsXG4gIGJlYWtWYXJpYW50cyxcbiAgb3V0bGluZVZhcmlhbnRzLFxuICBwYXR0ZXJuVmFyaWFudFN0eWxlcyxcbiAgd2lkdGhTdGF0ZXMsXG59IGZyb20gJy4vc3R5bGVzL3ZhcmlhbnRzJztcbmltcG9ydCB7IFBvcG92ZXJQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgdHlwZSBQb3BvdmVyVmFyaWFudHMgPSBTdHlsZVByb3BzPHR5cGVvZiByYWlzZWREaXZWYXJpYW50cz4gJiB7XG4gIHdpZHRoUmVzdHJpY3RlZD86IGJvb2xlYW47XG59O1xuXG5leHBvcnQgY29uc3QgUmFpc2VkRGl2ID0gc3R5bGVkLmRpdjxcbiAgU3R5bGVQcm9wczx0eXBlb2Ygb3V0bGluZVZhcmlhbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgcmFpc2VkRGl2VmFyaWFudHM+ICZcbiAgICBTdHlsZVByb3BzPHR5cGVvZiBwb3BvdmVyVG9vbFRpcEJvZHlBbGlnbm1lbnRzPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2Ygd2lkdGhTdGF0ZXM+XG4+KFxuICBvdXRsaW5lVmFyaWFudHMsXG4gIHBvcG92ZXJUb29sVGlwQm9keUFsaWdubWVudHMsXG4gIHJhaXNlZERpdlZhcmlhbnRzLFxuICB3aWR0aFN0YXRlc1xuKTtcblxuZXhwb3J0IGNvbnN0IEJlYWsgPSBzdHlsZWQoQm94KTxcbiAgU3R5bGVQcm9wczx0eXBlb2YgcG9wb3ZlclN0YXRlcz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtWYXJpYW50cz4gJlxuICAgIFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtTaXplPiAmXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgYmVha0JvcmRlclN0YXRlcz5cbj4oYmVha0JvcmRlclN0YXRlcywgYmVha1ZhcmlhbnRzLCBiZWFrU2l6ZSk7XG5cbmV4cG9ydCBjb25zdCBCZWFrQm94ID1cbiAgc3R5bGVkKEZsZXhCb3gpPFN0eWxlUHJvcHM8dHlwZW9mIGJlYWtCb3hWYXJpYW50cz4+KGJlYWtCb3hWYXJpYW50cyk7XG5cbmV4cG9ydCBjb25zdCBQYXR0ZXJuQ29udGFpbmVyID0gc3R5bGVkLmRpdihcbiAgdmFyaWFudCh7XG4gICAgYmFzZToge1xuICAgICAgaGVpZ2h0OiAnMTAwJScsXG4gICAgICAuLi5wYXR0ZXJuQ29udGFpbmVyQmFzZVN0eWxlcyxcbiAgICB9LFxuICAgIHZhcmlhbnRzOiBwYXR0ZXJuVmFyaWFudFN0eWxlcyxcbiAgfSlcbik7XG5cbmV4cG9ydCBjb25zdCBQb3BvdmVyUG9ydGFsOiBSZWFjdC5GQzxcbiAgUGljazxQb3BvdmVyUHJvcHMsICdhbmltYXRpb24nIHwgJ2lzT3Blbic+ICYgV2l0aENoaWxkcmVuUHJvcFxuPiA9ICh7IGFuaW1hdGlvbiwgaXNPcGVuLCAuLi5yZXN0IH0pID0+XG4gIGFuaW1hdGlvbiA/IChcbiAgICA8QW5pbWF0ZVByZXNlbmNlPlxuICAgICAge2lzT3BlbiAmJiAoXG4gICAgICAgIDxCb2R5UG9ydGFsPlxuICAgICAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgICAgICBhbmltYXRlPXt7IG9wYWNpdHk6IDEgfX1cbiAgICAgICAgICAgIGV4aXQ9e3sgb3BhY2l0eTogMCB9fVxuICAgICAgICAgICAgaW5pdGlhbD17eyBvcGFjaXR5OiAwIH19XG4gICAgICAgICAgICB0cmFuc2l0aW9uPXt7XG4gICAgICAgICAgICAgIGRlbGF5OiB0aW1pbmdWYWx1ZXMuZmFzdCAvIDEwMDAsXG4gICAgICAgICAgICAgIGR1cmF0aW9uOiB0aW1pbmdWYWx1ZXMuZmFzdCAvIDEwMDAsXG4gICAgICAgICAgICB9fVxuICAgICAgICAgICAgey4uLnJlc3R9XG4gICAgICAgICAgLz5cbiAgICAgICAgPC9Cb2R5UG9ydGFsPlxuICAgICAgKX1cbiAgICA8L0FuaW1hdGVQcmVzZW5jZT5cbiAgKSA6IChcbiAgICA8Qm9keVBvcnRhbCB7Li4ucmVzdH0gLz5cbiAgKTtcblxuZXhwb3J0IHR5cGUgUG9wb3ZlckNvbnRhaW5lclByb3BzID0gUGljazxQb3BvdmVyUHJvcHMsICdwb3NpdGlvbicgfCAnYWxpZ24nPjtcblxuZXhwb3J0IGNvbnN0IFBvcG92ZXJDb250YWluZXIgPSBzdHlsZWQuZGl2PFBvcG92ZXJDb250YWluZXJQcm9wcz5gXG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgZGlzcGxheTogZmxleDtcbiAgdHJhbnNmb3JtOiAkeyh7IHBvc2l0aW9uLCBhbGlnbiB9KSA9PlxuICAgIHBvc2l0aW9uICYmXG4gICAgYWxpZ24gJiZcbiAgICBgJHt0cmFuc2Zvcm1WYWx1ZXNbcG9zaXRpb25dfSAke3RyYW5zZm9ybVZhbHVlc1thbGlnbl19YH07XG5gO1xuIl19 */"));
@@ -84,11 +84,11 @@ export type PopoverProps = PopoverBaseProps & PopoverVariants & Pick<HTMLAttribu
84
84
  /**
85
85
  * The target element around which the popover will be positioned.
86
86
  */
87
- targetRef: React.RefObject<Pick<HTMLDivElement, 'getBoundingClientRect' | 'contains'> | null>;
87
+ targetRef: React.RefObject<Pick<HTMLDivElement, 'getBoundingClientRect' | 'contains'>>;
88
88
  /**
89
89
  * The PopoverContainer which contents will be rendered into.
90
90
  */
91
- popoverContainerRef?: React.RefObject<HTMLDivElement | null> | React.RefCallback<HTMLDivElement>;
91
+ popoverContainerRef?: React.RefObject<HTMLDivElement> | React.RefCallback<HTMLDivElement>;
92
92
  /**
93
93
  * Whether to add width restrictions to Popover.
94
94
  */
@@ -1,5 +1,5 @@
1
- export declare const useScrollingParentsEffect: (targetRef: React.RefObject<Pick<HTMLDivElement, 'getBoundingClientRect' | 'contains'> | null>, setTargetRect: (rect: DOMRect | undefined) => void) => void;
2
- export declare const useResizingParentEffect: (targetRef: React.RefObject<Pick<HTMLDivElement, 'getBoundingClientRect' | 'contains'> | null>, setTargetRect: (rect: DOMRect | undefined) => void) => void;
1
+ export declare const useScrollingParentsEffect: (targetRef: React.RefObject<Pick<HTMLDivElement, 'getBoundingClientRect' | 'contains'>>, setTargetRect: (rect: DOMRect | undefined) => void) => void;
2
+ export declare const useResizingParentEffect: (targetRef: React.RefObject<Pick<HTMLDivElement, 'getBoundingClientRect' | 'contains'>>, setTargetRect: (rect: DOMRect | undefined) => void) => void;
3
3
  /**
4
4
  * Memoizes the list of scrolling parent elements for a target element.
5
5
  * This avoids expensive DOM traversals and getComputedStyle calls on every render.
@@ -55,7 +55,7 @@ export interface PopoverContainerProps extends PopoverAlignment, WithChildrenPro
55
55
  /**
56
56
  * The target element around which the popover will be positioned.
57
57
  */
58
- targetRef: RefObject<TargetRef | null>;
58
+ targetRef: RefObject<TargetRef>;
59
59
  /**
60
60
  * If true, it will allow outside page interaction. Popover container will still close when clicking outside of the popover or hitting the escape key.
61
61
  */
@@ -9,21 +9,16 @@ export declare const tabVariants: (props: import("@codecademy/variance/dist/type
9
9
  export declare const tabStates: (props: Partial<Record<"selected", boolean>> & {
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
11
  }) => import("@codecademy/variance").CSSObject;
12
- export declare const TabButton: import("@emotion/styled").StyledComponent<(((Omit<import("..").CompatibleComponentProps<import("@emotion/styled").StyledComponent<{
12
+ export declare const TabButton: import("@emotion/styled").StyledComponent<(((Omit<{
13
13
  theme?: import("@emotion/react").Theme | undefined;
14
14
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  } & {
16
16
  theme?: import("@emotion/react").Theme | undefined;
17
- }, Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, {}>>, "ref"> | Omit<Omit<{
17
+ } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "type" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> | Omit<{
18
18
  theme?: import("@emotion/react").Theme | undefined;
19
19
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
20
20
  } & {
21
21
  theme?: import("@emotion/react").Theme | undefined;
22
- } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, "onScrollEnd" | "onScrollEndCapture"> & import("..").OptionalScrollProps & Omit<{
23
- theme?: import("@emotion/react").Theme | undefined;
24
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
25
- } & {
26
- theme?: import("@emotion/react").Theme | undefined;
27
- } & Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "href" | "type" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy">, "onScrollEnd" | "onScrollEndCapture">, "ref">) & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>) & {
22
+ } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "type" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value"> & Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "media" | "target" | "type" | "href" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref">) & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>) & {
28
23
  theme?: import("@emotion/react").Theme | undefined;
29
24
  }) & TabButtonProps, {}, {}>;
@@ -1,22 +1,17 @@
1
1
  import { ComponentProps } from 'react';
2
- declare const StyledTabNavLink: import("@emotion/styled").StyledComponent<(Omit<import("..").CompatibleComponentProps<import("@emotion/styled").StyledComponent<{
2
+ declare const StyledTabNavLink: import("@emotion/styled").StyledComponent<(Omit<{
3
3
  theme?: import("@emotion/react").Theme | undefined;
4
4
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
5
  } & {
6
6
  theme?: import("@emotion/react").Theme | undefined;
7
- }, Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, {}>>, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
7
+ } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "type" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
8
8
  theme?: import("@emotion/react").Theme | undefined;
9
- } & import("./TabButton").TabButtonProps) | (Omit<Omit<{
9
+ } & import("./TabButton").TabButtonProps) | (Omit<{
10
10
  theme?: import("@emotion/react").Theme | undefined;
11
11
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
12
12
  } & {
13
13
  theme?: import("@emotion/react").Theme | undefined;
14
- } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, "onScrollEnd" | "onScrollEndCapture"> & import("..").OptionalScrollProps & Omit<{
15
- theme?: import("@emotion/react").Theme | undefined;
16
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
17
- } & {
18
- theme?: import("@emotion/react").Theme | undefined;
19
- } & Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "href" | "type" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy">, "onScrollEnd" | "onScrollEndCapture">, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
14
+ } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "type" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value"> & Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "media" | "target" | "type" | "href" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
20
15
  theme?: import("@emotion/react").Theme | undefined;
21
16
  } & import("./TabButton").TabButtonProps), {}, {}>;
22
17
  export declare const TabNavLink: React.FC<ComponentProps<typeof StyledTabNavLink>>;