@codecademy/gamut 68.1.1-alpha.613ffe.0 → 68.1.1-alpha.796cf2.0

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 (90) hide show
  1. package/README.md +17 -0
  2. package/dist/AccordionAreaDeprecated/index.js +2 -2
  3. package/dist/Alert/elements.d.ts +14 -7
  4. package/dist/Alert/elements.js +5 -5
  5. package/dist/Anchor/index.d.ts +11 -7
  6. package/dist/Anchor/index.js +4 -3
  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 +6 -2
  11. package/dist/Box/Box.js +5 -3
  12. package/dist/Box/FlexBox.d.ts +6 -2
  13. package/dist/Box/FlexBox.js +5 -3
  14. package/dist/Box/GridBox.d.ts +6 -2
  15. package/dist/Box/GridBox.js +5 -3
  16. package/dist/Box/props.d.ts +3 -3
  17. package/dist/Button/CTAButton.d.ts +8 -3
  18. package/dist/Button/FillButton.d.ts +17 -7
  19. package/dist/Button/IconButton.d.ts +17 -7
  20. package/dist/Button/StrokeButton.d.ts +17 -7
  21. package/dist/Button/TextButton.d.ts +17 -7
  22. package/dist/Button/shared/InlineIconButton.d.ts +9 -4
  23. package/dist/Button/shared/styles.d.ts +9 -4
  24. package/dist/Button/shared/types.d.ts +2 -1
  25. package/dist/ButtonBase/ButtonBase.d.ts +9 -3
  26. package/dist/ButtonBase/ButtonBase.js +2 -2
  27. package/dist/Card/elements.d.ts +119 -109
  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 +9 -1
  32. package/dist/ConnectedForm/ConnectedForm.js +9 -1
  33. package/dist/ConnectedForm/utils.d.ts +2 -5
  34. package/dist/ContentContainer/index.d.ts +4 -2
  35. package/dist/Disclosure/elements.d.ts +43 -22
  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 +5 -3
  46. package/dist/GridForm/GridFormButtons/index.d.ts +17 -7
  47. package/dist/List/Header/ListHeaderCol.d.ts +3 -2
  48. package/dist/List/List.d.ts +2 -2
  49. package/dist/List/ListCol.d.ts +3 -2
  50. package/dist/List/ListProvider.d.ts +1 -1
  51. package/dist/List/ListRow.d.ts +2 -2
  52. package/dist/List/ListRow.js +3 -3
  53. package/dist/List/TableHeader.d.ts +3 -2
  54. package/dist/List/elements.d.ts +29 -932
  55. package/dist/List/elements.js +10 -8
  56. package/dist/Menu/elements.d.ts +2 -2
  57. package/dist/Modals/elements.d.ts +1 -1
  58. package/dist/Modals/types.d.ts +3 -2
  59. package/dist/Pagination/AnimatedPaginationButtons.d.ts +45 -36
  60. package/dist/Pagination/EllipsisButton.d.ts +18 -8
  61. package/dist/Pagination/PaginationButton.d.ts +25 -10
  62. package/dist/Pagination/utils.d.ts +36 -32
  63. package/dist/Pagination/utils.js +6 -10
  64. package/dist/Popover/elements.d.ts +8 -4
  65. package/dist/Popover/elements.js +6 -6
  66. package/dist/Popover/types.d.ts +2 -2
  67. package/dist/PopoverContainer/hooks.d.ts +2 -2
  68. package/dist/PopoverContainer/types.d.ts +1 -1
  69. package/dist/Tabs/TabButton.d.ts +8 -3
  70. package/dist/Tabs/TabNavLink.d.ts +9 -4
  71. package/dist/Tag/elements.d.ts +28 -20
  72. package/dist/Tip/InfoTip/InfoTipButton.d.ts +17 -7
  73. package/dist/Tip/InfoTip/styles.d.ts +4 -2
  74. package/dist/Tip/PreviewTip/elements.d.ts +12 -8
  75. package/dist/Tip/ToolTip/elements.d.ts +4 -2
  76. package/dist/Tip/__tests__/helpers.d.ts +1 -1
  77. package/dist/Tip/shared/FloatingTip.js +2 -2
  78. package/dist/Tip/shared/elements.d.ts +12 -6
  79. package/dist/Tip/shared/types.d.ts +2 -2
  80. package/dist/Toaster/index.js +1 -1
  81. package/dist/Toggle/elements.d.ts +4 -2
  82. package/dist/Typography/Text.d.ts +5 -7
  83. package/dist/Typography/Text.js +3 -1
  84. package/dist/utils/index.d.ts +1 -1
  85. package/dist/utils/index.js +1 -1
  86. package/dist/utils/react.d.ts +1 -0
  87. package/dist/utils/react.js +4 -1
  88. package/dist/utils/types.d.ts +51 -1
  89. package/dist/utils/types.js +48 -1
  90. package/package.json +12 -11
@@ -30,36 +30,46 @@ declare const positions: {
30
30
  stretch: string;
31
31
  };
32
32
  declare const buttonMap: {
33
- cta: import("@emotion/styled").StyledComponent<(((Omit<{
33
+ cta: import("@emotion/styled").StyledComponent<(((Omit<import("../..").CompatibleComponentProps<import("@emotion/styled").StyledComponent<{
34
34
  theme?: import("@emotion/react").Theme | undefined;
35
35
  as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
36
36
  } & {
37
37
  theme?: import("@emotion/react").Theme | undefined;
38
- } & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> | Omit<{
38
+ }, Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, {}>>, "ref"> | Omit<Omit<{
39
39
  theme?: import("@emotion/react").Theme | undefined;
40
40
  as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
41
41
  } & {
42
42
  theme?: import("@emotion/react").Theme | undefined;
43
- } & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value"> & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref">) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>) & {
43
+ } & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, "onScrollEnd" | "onScrollEndCapture"> & import("../..").OptionalScrollProps & Omit<{
44
+ theme?: import("@emotion/react").Theme | undefined;
45
+ as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
46
+ } & {
47
+ theme?: import("@emotion/react").Theme | undefined;
48
+ } & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy">, "onScrollEnd" | "onScrollEndCapture">, "ref">) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>) & {
44
49
  theme?: import("@emotion/react").Theme | undefined;
45
50
  }) & import("../../Button/shared").ButtonBaseProps & {
46
51
  variant?: "primary" | undefined;
47
52
  }, {}, {}>;
48
- fill: React.ForwardRefExoticComponent<(Omit<Omit<{
53
+ fill: React.ForwardRefExoticComponent<(Omit<Omit<import("../..").CompatibleComponentProps<import("@emotion/styled").StyledComponent<{
49
54
  theme?: import("@emotion/react").Theme | undefined;
50
55
  as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
51
56
  } & {
52
57
  theme?: import("@emotion/react").Theme | undefined;
53
- } & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
58
+ }, Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, {}>>, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
54
59
  theme?: import("@emotion/react").Theme | undefined;
55
60
  } & import("../../Button/shared").ButtonBaseProps & Partial<import("../..").IconComponentType> & {
56
61
  iconPosition?: "left" | "right" | undefined;
57
- }, "ref"> | Omit<Omit<{
62
+ }, "ref"> | Omit<Omit<Omit<{
63
+ theme?: import("@emotion/react").Theme | undefined;
64
+ as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
65
+ } & {
66
+ theme?: import("@emotion/react").Theme | undefined;
67
+ } & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, "onScrollEnd" | "onScrollEndCapture"> & import("../..").OptionalScrollProps & Omit<{
58
68
  theme?: import("@emotion/react").Theme | undefined;
59
69
  as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
60
70
  } & {
61
71
  theme?: import("@emotion/react").Theme | undefined;
62
- } & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value"> & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
72
+ } & Pick<React.DetailedHTMLProps<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 React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy">, "onScrollEnd" | "onScrollEndCapture">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
63
73
  theme?: import("@emotion/react").Theme | undefined;
64
74
  } & import("../../Button/shared").ButtonBaseProps & Partial<import("../..").IconComponentType> & {
65
75
  iconPosition?: "left" | "right" | undefined;
@@ -1,6 +1,7 @@
1
- import { ComponentProps } from 'react';
1
+ /// <reference types="react" />
2
+ import { CompatibleComponentProps } from '../../utils';
2
3
  import { ColEl } from '../elements';
3
4
  import { PublicListProps } from '../types';
4
- export interface ListColProps extends PublicListProps<ComponentProps<typeof ColEl>> {
5
+ export interface ListColProps extends PublicListProps<CompatibleComponentProps<typeof ColEl>> {
5
6
  }
6
7
  export declare const ListCol: import("react").ForwardRefExoticComponent<Omit<ListColProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,9 +1,9 @@
1
- import { ComponentProps } from 'react';
2
1
  import * as React from 'react';
3
2
  import { BoxProps } from '../Box';
3
+ import { CompatibleComponentProps } from '../utils';
4
4
  import { ListEl } from './elements';
5
5
  import { AllListProps } from './types';
6
- export interface ListProps extends AllListProps<ComponentProps<typeof ListEl>> {
6
+ export interface ListProps extends AllListProps<CompatibleComponentProps<typeof ListEl>> {
7
7
  /** Whether List should be an ol, ul element, or table */
8
8
  as?: 'ol' | 'ul' | 'table';
9
9
  /** Whether a placeholder width should be set when loading */
@@ -1,6 +1,7 @@
1
- import { ComponentProps } from 'react';
1
+ /// <reference types="react" />
2
+ import { CompatibleComponentProps } from '../utils';
2
3
  import { ColEl } from './elements';
3
4
  import { PublicListProps } from './types';
4
- export interface ListColProps extends PublicListProps<ComponentProps<typeof ColEl>> {
5
+ export interface ListColProps extends PublicListProps<CompatibleComponentProps<typeof ColEl>> {
5
6
  }
6
7
  export declare const ListCol: import("react").ForwardRefExoticComponent<Omit<ListColProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -13,5 +13,5 @@ export declare function useList({ listType, rowBreakpoint, scrollable, spacing,
13
13
  rowBreakpoint: "xs" | "sm" | "md" | undefined;
14
14
  scrollable: boolean | undefined;
15
15
  spacing: "normal" | "condensed" | "compact" | undefined;
16
- variant: "table" | "default" | "block" | "plain" | "card" | undefined;
16
+ variant: "table" | "block" | "default" | "plain" | "card" | undefined;
17
17
  };
@@ -1,8 +1,8 @@
1
- import { ComponentProps } from 'react';
2
1
  import * as React from 'react';
2
+ import { CompatibleComponentProps } from '../utils';
3
3
  import { RowEl } from './elements';
4
4
  import { PublicListProps } from './types';
5
- export interface RowProps extends Partial<PublicListProps<ComponentProps<typeof RowEl>>> {
5
+ export interface RowProps extends Partial<PublicListProps<CompatibleComponentProps<typeof RowEl>>> {
6
6
  header?: boolean;
7
7
  }
8
8
  export interface ExpandableRowProps extends RowProps {
@@ -1,6 +1,6 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  import { css } from '@codecademy/gamut-styles';
3
- import { AnimatePresence, motion } from 'framer-motion';
3
+ import { AnimatePresence, motion } from 'motion/react';
4
4
  import { forwardRef } from 'react';
5
5
  import * as React from 'react';
6
6
  import { Box } from '../Box';
@@ -38,11 +38,11 @@ const expandStyles = css({
38
38
  const DivExpand = /*#__PURE__*/_styled(motion.div, {
39
39
  target: "emme6rk1",
40
40
  label: "DivExpand"
41
- })(expandStyles, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MaXN0L0xpc3RSb3cudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTBDa0IiLCJmaWxlIjoiLi4vLi4vc3JjL0xpc3QvTGlzdFJvdy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJztcbmltcG9ydCB7IENvbXBvbmVudFByb3BzLCBmb3J3YXJkUmVmLCBNb3VzZUV2ZW50IH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7IFJvd0VsIH0gZnJvbSAnLi9lbGVtZW50cyc7XG5pbXBvcnQgeyB1c2VMaXN0Q29udGV4dCB9IGZyb20gJy4vTGlzdFByb3ZpZGVyJztcbmltcG9ydCB7IFB1YmxpY0xpc3RQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFJvd1Byb3BzXG4gIGV4dGVuZHMgUGFydGlhbDxQdWJsaWNMaXN0UHJvcHM8Q29tcG9uZW50UHJvcHM8dHlwZW9mIFJvd0VsPj4+IHtcbiAgaGVhZGVyPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBFeHBhbmRhYmxlUm93UHJvcHMgZXh0ZW5kcyBSb3dQcm9wcyB7XG4gIGV4cGFuZGVkOiBib29sZWFuO1xuICByZW5kZXJFeHBhbmRlZDogKCkgPT4gUmVhY3QuUmVhY3ROb2RlO1xuICBleHBhbmRlZFJvd0FyaWFMYWJlbD86IHN0cmluZztcbiAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBTaW1wbGVSb3dQcm9wcyBleHRlbmRzIFJvd1Byb3BzIHtcbiAgZXhwYW5kZWQ/OiBuZXZlcjtcbiAgcmVuZGVyRXhwYW5kZWQ/OiBuZXZlcjtcbiAgZXhwYW5kZWRSb3dBcmlhTGFiZWw/OiBuZXZlcjtcbiAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkPzogbmV2ZXI7XG59XG5cbmV4cG9ydCB0eXBlIExpc3RSb3dQcm9wcyA9IEV4cGFuZGFibGVSb3dQcm9wcyB8IFNpbXBsZVJvd1Byb3BzO1xuXG5jb25zdCBleHBhbmRTdHlsZXMgPSBjc3Moe1xuICBmbGV4QmFzaXM6IHsgXzogJzEwMCUnLCBjX2Jhc2U6ICd1bmRlZmluZWQnLCBjX3NtOiAnMTAwJScgfSxcbiAgZmxleFNocmluazogeyBfOiAwLCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogMCB9LFxuICBncmlkQ29sdW1uOiB7IF86IHVuZGVmaW5lZCwgY19iYXNlOiAnc3BhbiAzJywgY19zbTogdW5kZWZpbmVkIH0sXG4gIG1pbldpZHRoOiB7IF86ICcxMDAlJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICcxMDAlJyB9LFxuICBvcmRlcjogeyBfOiA5OTksIGNfYmFzZTogdW5kZWZpbmVkLCBjX3NtOiA5OTkgfSxcbiAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxufSk7XG5cbmNvbnN0IERpdkV4cGFuZCA9IHN0eWxlZChtb3Rpb24uZGl2KShleHBhbmRTdHlsZXMpO1xuY29uc3QgVERFeHBhbmQgPSBzdHlsZWQobW90aW9uLnRkKShleHBhbmRTdHlsZXMpO1xuXG5jb25zdCBFeHBhbmRJbkNvbGxhcHNlT3V0OiBSZWFjdC5GQzxcbiAgV2l0aENoaWxkcmVuUHJvcCAmIHsgYXM6ICd0ZCcgfCAnZGl2JyB9XG4+ID0gKHsgYXMsIGNoaWxkcmVuIH0pID0+IHtcbiAgY29uc3QgUmVzcG9uc2l2ZUV4cGFuZCA9IGFzID09PSAndGQnID8gVERFeHBhbmQgOiBEaXZFeHBhbmQ7XG5cbiAgcmV0dXJuIChcbiAgICA8UmVzcG9uc2l2ZUV4cGFuZFxuICAgICAgYW5pbWF0ZT1cImV4cGFuZGVkXCJcbiAgICAgIGV4aXQ9XCJjb2xsYXBzZWRcIlxuICAgICAgaW5pdGlhbD1cImNvbGxhcHNlZFwiXG4gICAgICB0cmFuc2l0aW9uPXt7IGR1cmF0aW9uOiAwLjIsIGVhc2U6ICdlYXNlSW5PdXQnIH19XG4gICAgICB2YXJpYW50cz17e1xuICAgICAgICBleHBhbmRlZDogeyBoZWlnaHQ6ICdhdXRvJyB9LFxuICAgICAgICBjb2xsYXBzZWQ6IHsgaGVpZ2h0OiAwIH0sXG4gICAgICB9fVxuICAgID5cbiAgICAgIHtjaGlsZHJlbn1cbiAgICA8L1Jlc3BvbnNpdmVFeHBhbmQ+XG4gICk7XG59O1xuXG5leHBvcnQgY29uc3QgTGlzdFJvdyA9IGZvcndhcmRSZWY8SFRNTExJRWxlbWVudCwgTGlzdFJvd1Byb3BzPihcbiAgKFxuICAgIHtcbiAgICAgIGNoaWxkcmVuLFxuICAgICAgZXhwYW5kZWQsXG4gICAgICBleHBhbmRlZFJvd0FyaWFMYWJlbCxcbiAgICAgIHJlbmRlckV4cGFuZGVkLFxuICAgICAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkLFxuICAgICAgLi4ucmVzdFxuICAgIH0sXG4gICAgcmVmXG4gICkgPT4ge1xuICAgIGNvbnN0IHsgbGlzdFR5cGUsIHNjcm9sbGFibGUsIHZhcmlhbnQsIC4uLnJvd0NvbmZpZyB9ID0gdXNlTGlzdENvbnRleHQoKTtcbiAgICBjb25zdCBpc09sID0gbGlzdFR5cGUgPT09ICdvbCc7XG4gICAgY29uc3QgaXNUYWJsZSA9IGxpc3RUeXBlID09PSAndGFibGUnO1xuICAgIGNvbnN0IHsgb25DbGljaywgcm9sZSwgdGFiSW5kZXgsIC4uLnJvd1Byb3BzIH0gPSByZXN0O1xuICAgIGNvbnN0IHdyYXBwZXJQcm9wcyA9XG4gICAgICAoIXJlbmRlckV4cGFuZGVkICYmICFvbkNsaWNrKSB8fCBpc1RhYmxlXG4gICAgICAgID8geyAuLi5yb3dDb25maWcsIC4uLnJvd1Byb3BzIH1cbiAgICAgICAgOiB7IHNwYWNpbmc6IGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZCA/IHJvd0NvbmZpZy5zcGFjaW5nIDogdW5kZWZpbmVkIH07XG4gICAgbGV0IGNvbnRlbnQgPSBjaGlsZHJlbjtcbiAgICBjb25zdCByZW5kZXJOdW1iZXJpbmcgPSBpc09sICYmIHJlbmRlckV4cGFuZGVkID09PSB1bmRlZmluZWQgJiYgIW9uQ2xpY2s7XG5cbiAgICBpZiAoKHJlbmRlckV4cGFuZGVkIHx8IEJvb2xlYW4ob25DbGljaykpICYmICFpc1RhYmxlKSB7XG4gICAgICBjb250ZW50ID0gKFxuICAgICAgICA8Um93RWxcbiAgICAgICAgICBhcz1cImRpdlwiXG4gICAgICAgICAgey4uLnJvd0NvbmZpZ31cbiAgICAgICAgICBhcmlhLWV4cGFuZGVkPXtyZW5kZXJFeHBhbmRlZCAmJiBvbkNsaWNrID8gZXhwYW5kZWQgOiB1bmRlZmluZWR9XG4gICAgICAgICAgaW50ZXJhY3RpdmU9e0Jvb2xlYW4ob25DbGljayl9XG4gICAgICAgICAgaXNPbD17aXNPbH1cbiAgICAgICAgICByb2xlPXtvbkNsaWNrID8gJ2J1dHRvbicgOiByb2xlfVxuICAgICAgICAgIHRhYkluZGV4PXtvbkNsaWNrID8gMCA6IHRhYkluZGV4fVxuICAgICAgICAgIG9uQ2xpY2s9e29uQ2xpY2t9XG4gICAgICAgICAgb25LZXlEb3duPXsoZSkgPT4ge1xuICAgICAgICAgICAgaWYgKGUua2V5ID09PSAnRW50ZXInICYmIG9uQ2xpY2spIHtcbiAgICAgICAgICAgICAgb25DbGljayhlIGFzIHVua25vd24gYXMgTW91c2VFdmVudDxIVE1MTElFbGVtZW50Pik7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfX1cbiAgICAgICAgICB7Li4ucm93UHJvcHN9XG4gICAgICAgICAgcmVmPXtyZWZ9XG4gICAgICAgID5cbiAgICAgICAgICB7Y2hpbGRyZW59XG4gICAgICAgIDwvUm93RWw+XG4gICAgICApO1xuICAgIH1cblxuICAgIHJldHVybiAoXG4gICAgICA8Um93RWxcbiAgICAgICAgYXJpYS1saXZlPXtyZW5kZXJFeHBhbmRlZCA/ICdwb2xpdGUnIDogdW5kZWZpbmVkfVxuICAgICAgICBleHBhbmRlZD17aXNUYWJsZSA/IHVuZGVmaW5lZCA6ICEhcmVuZGVyRXhwYW5kZWR9XG4gICAgICAgIGZsZXhXcmFwPXtcbiAgICAgICAgICBpc1RhYmxlICYmIHJlbmRlckV4cGFuZGVkXG4gICAgICAgICAgICA/IHsgXzogJ3dyYXAnLCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogJ3dyYXAnIH1cbiAgICAgICAgICAgIDogeyBfOiAnbm93cmFwJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICdub3dyYXAnIH1cbiAgICAgICAgfVxuICAgICAgICBncmlkVGVtcGxhdGVDb2x1bW5zPXt7XG4gICAgICAgICAgXzogdW5kZWZpbmVkLFxuICAgICAgICAgIGNfYmFzZTogJ21pbm1heCgwLCAxZnIpIG1heC1jb250ZW50JyxcbiAgICAgICAgICBjX3NtOiB1bmRlZmluZWQsXG4gICAgICAgIH19XG4gICAgICAgIGlzT2w9e3JlbmRlck51bWJlcmluZ31cbiAgICAgICAgcm9sZT17cm9sZX1cbiAgICAgICAgc2Nyb2xsYWJsZT17c2Nyb2xsYWJsZX1cbiAgICAgICAgdGFiSW5kZXg9e3RhYkluZGV4fVxuICAgICAgICB2YXJpYW50PXt2YXJpYW50fVxuICAgICAgICB7Li4ud3JhcHBlclByb3BzfVxuICAgICAgPlxuICAgICAgICA8PlxuICAgICAgICAgIHtjb250ZW50fVxuICAgICAgICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICAgICAgICB7ZXhwYW5kZWQgJiYgKFxuICAgICAgICAgICAgICA8RXhwYW5kSW5Db2xsYXBzZU91dCBhcz17aXNUYWJsZSA/ICd0ZCcgOiAnZGl2J30+XG4gICAgICAgICAgICAgICAgPEJveCBhcmlhLWxhYmVsPXtleHBhbmRlZFJvd0FyaWFMYWJlbH0gcm9sZT1cInJlZ2lvblwiPlxuICAgICAgICAgICAgICAgICAge3JlbmRlckV4cGFuZGVkPy4oKX1cbiAgICAgICAgICAgICAgICA8L0JveD5cbiAgICAgICAgICAgICAgPC9FeHBhbmRJbkNvbGxhcHNlT3V0PlxuICAgICAgICAgICAgKX1cbiAgICAgICAgICA8L0FuaW1hdGVQcmVzZW5jZT5cbiAgICAgICAgPC8+XG4gICAgICA8L1Jvd0VsPlxuICAgICk7XG4gIH1cbik7XG4iXX0= */");
41
+ })(expandStyles, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MaXN0L0xpc3RSb3cudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTBDa0IiLCJmaWxlIjoiLi4vLi4vc3JjL0xpc3QvTGlzdFJvdy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgZm9yd2FyZFJlZiwgTW91c2VFdmVudCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCAqIGFzIFJlYWN0IGZyb20gJ3JlYWN0JztcblxuaW1wb3J0IHsgQm94IH0gZnJvbSAnLi4vQm94JztcbmltcG9ydCB7IENvbXBhdGlibGVDb21wb25lbnRQcm9wcywgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7IFJvd0VsIH0gZnJvbSAnLi9lbGVtZW50cyc7XG5pbXBvcnQgeyB1c2VMaXN0Q29udGV4dCB9IGZyb20gJy4vTGlzdFByb3ZpZGVyJztcbmltcG9ydCB7IFB1YmxpY0xpc3RQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFJvd1Byb3BzXG4gIGV4dGVuZHMgUGFydGlhbDxQdWJsaWNMaXN0UHJvcHM8Q29tcGF0aWJsZUNvbXBvbmVudFByb3BzPHR5cGVvZiBSb3dFbD4+PiB7XG4gIGhlYWRlcj86IGJvb2xlYW47XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwYW5kYWJsZVJvd1Byb3BzIGV4dGVuZHMgUm93UHJvcHMge1xuICBleHBhbmRlZDogYm9vbGVhbjtcbiAgcmVuZGVyRXhwYW5kZWQ6ICgpID0+IFJlYWN0LlJlYWN0Tm9kZTtcbiAgZXhwYW5kZWRSb3dBcmlhTGFiZWw/OiBzdHJpbmc7XG4gIGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZD86IGJvb2xlYW47XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2ltcGxlUm93UHJvcHMgZXh0ZW5kcyBSb3dQcm9wcyB7XG4gIGV4cGFuZGVkPzogbmV2ZXI7XG4gIHJlbmRlckV4cGFuZGVkPzogbmV2ZXI7XG4gIGV4cGFuZGVkUm93QXJpYUxhYmVsPzogbmV2ZXI7XG4gIGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZD86IG5ldmVyO1xufVxuXG5leHBvcnQgdHlwZSBMaXN0Um93UHJvcHMgPSBFeHBhbmRhYmxlUm93UHJvcHMgfCBTaW1wbGVSb3dQcm9wcztcblxuY29uc3QgZXhwYW5kU3R5bGVzID0gY3NzKHtcbiAgZmxleEJhc2lzOiB7IF86ICcxMDAlJywgY19iYXNlOiAndW5kZWZpbmVkJywgY19zbTogJzEwMCUnIH0sXG4gIGZsZXhTaHJpbms6IHsgXzogMCwgY19iYXNlOiB1bmRlZmluZWQsIGNfc206IDAgfSxcbiAgZ3JpZENvbHVtbjogeyBfOiB1bmRlZmluZWQsIGNfYmFzZTogJ3NwYW4gMycsIGNfc206IHVuZGVmaW5lZCB9LFxuICBtaW5XaWR0aDogeyBfOiAnMTAwJScsIGNfYmFzZTogdW5kZWZpbmVkLCBjX3NtOiAnMTAwJScgfSxcbiAgb3JkZXI6IHsgXzogOTk5LCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogOTk5IH0sXG4gIG92ZXJmbG93OiAnaGlkZGVuJyxcbn0pO1xuXG5jb25zdCBEaXZFeHBhbmQgPSBzdHlsZWQobW90aW9uLmRpdikoZXhwYW5kU3R5bGVzKTtcbmNvbnN0IFRERXhwYW5kID0gc3R5bGVkKG1vdGlvbi50ZCkoZXhwYW5kU3R5bGVzKTtcblxuY29uc3QgRXhwYW5kSW5Db2xsYXBzZU91dDogUmVhY3QuRkM8XG4gIFdpdGhDaGlsZHJlblByb3AgJiB7IGFzOiAndGQnIHwgJ2RpdicgfVxuPiA9ICh7IGFzLCBjaGlsZHJlbiB9KSA9PiB7XG4gIGNvbnN0IFJlc3BvbnNpdmVFeHBhbmQgPSBhcyA9PT0gJ3RkJyA/IFRERXhwYW5kIDogRGl2RXhwYW5kO1xuXG4gIHJldHVybiAoXG4gICAgPFJlc3BvbnNpdmVFeHBhbmRcbiAgICAgIGFuaW1hdGU9XCJleHBhbmRlZFwiXG4gICAgICBleGl0PVwiY29sbGFwc2VkXCJcbiAgICAgIGluaXRpYWw9XCJjb2xsYXBzZWRcIlxuICAgICAgdHJhbnNpdGlvbj17eyBkdXJhdGlvbjogMC4yLCBlYXNlOiAnZWFzZUluT3V0JyB9fVxuICAgICAgdmFyaWFudHM9e3tcbiAgICAgICAgZXhwYW5kZWQ6IHsgaGVpZ2h0OiAnYXV0bycgfSxcbiAgICAgICAgY29sbGFwc2VkOiB7IGhlaWdodDogMCB9LFxuICAgICAgfX1cbiAgICA+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgPC9SZXNwb25zaXZlRXhwYW5kPlxuICApO1xufTtcblxuZXhwb3J0IGNvbnN0IExpc3RSb3cgPSBmb3J3YXJkUmVmPEhUTUxMSUVsZW1lbnQsIExpc3RSb3dQcm9wcz4oXG4gIChcbiAgICB7XG4gICAgICBjaGlsZHJlbixcbiAgICAgIGV4cGFuZGVkLFxuICAgICAgZXhwYW5kZWRSb3dBcmlhTGFiZWwsXG4gICAgICByZW5kZXJFeHBhbmRlZCxcbiAgICAgIGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZCxcbiAgICAgIC4uLnJlc3RcbiAgICB9LFxuICAgIHJlZlxuICApID0+IHtcbiAgICBjb25zdCB7IGxpc3RUeXBlLCBzY3JvbGxhYmxlLCB2YXJpYW50LCAuLi5yb3dDb25maWcgfSA9IHVzZUxpc3RDb250ZXh0KCk7XG4gICAgY29uc3QgaXNPbCA9IGxpc3RUeXBlID09PSAnb2wnO1xuICAgIGNvbnN0IGlzVGFibGUgPSBsaXN0VHlwZSA9PT0gJ3RhYmxlJztcbiAgICBjb25zdCB7IG9uQ2xpY2ssIHJvbGUsIHRhYkluZGV4LCAuLi5yb3dQcm9wcyB9ID0gcmVzdDtcbiAgICBjb25zdCB3cmFwcGVyUHJvcHMgPVxuICAgICAgKCFyZW5kZXJFeHBhbmRlZCAmJiAhb25DbGljaykgfHwgaXNUYWJsZVxuICAgICAgICA/IHsgLi4ucm93Q29uZmlnLCAuLi5yb3dQcm9wcyB9XG4gICAgICAgIDogeyBzcGFjaW5nOiBrZWVwU3BhY2luZ1doaWxlRXhwYW5kZWQgPyByb3dDb25maWcuc3BhY2luZyA6IHVuZGVmaW5lZCB9O1xuICAgIGxldCBjb250ZW50ID0gY2hpbGRyZW47XG4gICAgY29uc3QgcmVuZGVyTnVtYmVyaW5nID0gaXNPbCAmJiByZW5kZXJFeHBhbmRlZCA9PT0gdW5kZWZpbmVkICYmICFvbkNsaWNrO1xuXG4gICAgaWYgKChyZW5kZXJFeHBhbmRlZCB8fCBCb29sZWFuKG9uQ2xpY2spKSAmJiAhaXNUYWJsZSkge1xuICAgICAgY29udGVudCA9IChcbiAgICAgICAgPFJvd0VsXG4gICAgICAgICAgYXM9XCJkaXZcIlxuICAgICAgICAgIHsuLi5yb3dDb25maWd9XG4gICAgICAgICAgYXJpYS1leHBhbmRlZD17cmVuZGVyRXhwYW5kZWQgJiYgb25DbGljayA/IGV4cGFuZGVkIDogdW5kZWZpbmVkfVxuICAgICAgICAgIGludGVyYWN0aXZlPXtCb29sZWFuKG9uQ2xpY2spfVxuICAgICAgICAgIGlzT2w9e2lzT2x9XG4gICAgICAgICAgcm9sZT17b25DbGljayA/ICdidXR0b24nIDogcm9sZX1cbiAgICAgICAgICB0YWJJbmRleD17b25DbGljayA/IDAgOiB0YWJJbmRleH1cbiAgICAgICAgICBvbkNsaWNrPXtvbkNsaWNrfVxuICAgICAgICAgIG9uS2V5RG93bj17KGUpID0+IHtcbiAgICAgICAgICAgIGlmIChlLmtleSA9PT0gJ0VudGVyJyAmJiBvbkNsaWNrKSB7XG4gICAgICAgICAgICAgIG9uQ2xpY2soZSBhcyB1bmtub3duIGFzIE1vdXNlRXZlbnQ8SFRNTExJRWxlbWVudD4pO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH19XG4gICAgICAgICAgey4uLnJvd1Byb3BzfVxuICAgICAgICAgIHJlZj17cmVmfVxuICAgICAgICA+XG4gICAgICAgICAge2NoaWxkcmVufVxuICAgICAgICA8L1Jvd0VsPlxuICAgICAgKTtcbiAgICB9XG5cbiAgICByZXR1cm4gKFxuICAgICAgPFJvd0VsXG4gICAgICAgIGFyaWEtbGl2ZT17cmVuZGVyRXhwYW5kZWQgPyAncG9saXRlJyA6IHVuZGVmaW5lZH1cbiAgICAgICAgZXhwYW5kZWQ9e2lzVGFibGUgPyB1bmRlZmluZWQgOiAhIXJlbmRlckV4cGFuZGVkfVxuICAgICAgICBmbGV4V3JhcD17XG4gICAgICAgICAgaXNUYWJsZSAmJiByZW5kZXJFeHBhbmRlZFxuICAgICAgICAgICAgPyB7IF86ICd3cmFwJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICd3cmFwJyB9XG4gICAgICAgICAgICA6IHsgXzogJ25vd3JhcCcsIGNfYmFzZTogdW5kZWZpbmVkLCBjX3NtOiAnbm93cmFwJyB9XG4gICAgICAgIH1cbiAgICAgICAgZ3JpZFRlbXBsYXRlQ29sdW1ucz17e1xuICAgICAgICAgIF86IHVuZGVmaW5lZCxcbiAgICAgICAgICBjX2Jhc2U6ICdtaW5tYXgoMCwgMWZyKSBtYXgtY29udGVudCcsXG4gICAgICAgICAgY19zbTogdW5kZWZpbmVkLFxuICAgICAgICB9fVxuICAgICAgICBpc09sPXtyZW5kZXJOdW1iZXJpbmd9XG4gICAgICAgIHJvbGU9e3JvbGV9XG4gICAgICAgIHNjcm9sbGFibGU9e3Njcm9sbGFibGV9XG4gICAgICAgIHRhYkluZGV4PXt0YWJJbmRleH1cbiAgICAgICAgdmFyaWFudD17dmFyaWFudH1cbiAgICAgICAgey4uLndyYXBwZXJQcm9wc31cbiAgICAgID5cbiAgICAgICAgPD5cbiAgICAgICAgICB7Y29udGVudH1cbiAgICAgICAgICA8QW5pbWF0ZVByZXNlbmNlPlxuICAgICAgICAgICAge2V4cGFuZGVkICYmIChcbiAgICAgICAgICAgICAgPEV4cGFuZEluQ29sbGFwc2VPdXQgYXM9e2lzVGFibGUgPyAndGQnIDogJ2Rpdid9PlxuICAgICAgICAgICAgICAgIDxCb3ggYXJpYS1sYWJlbD17ZXhwYW5kZWRSb3dBcmlhTGFiZWx9IHJvbGU9XCJyZWdpb25cIj5cbiAgICAgICAgICAgICAgICAgIHtyZW5kZXJFeHBhbmRlZD8uKCl9XG4gICAgICAgICAgICAgICAgPC9Cb3g+XG4gICAgICAgICAgICAgIDwvRXhwYW5kSW5Db2xsYXBzZU91dD5cbiAgICAgICAgICAgICl9XG4gICAgICAgICAgPC9BbmltYXRlUHJlc2VuY2U+XG4gICAgICAgIDwvPlxuICAgICAgPC9Sb3dFbD5cbiAgICApO1xuICB9XG4pO1xuIl19 */");
42
42
  const TDExpand = /*#__PURE__*/_styled(motion.td, {
43
43
  target: "emme6rk0",
44
44
  label: "TDExpand"
45
- })(expandStyles, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MaXN0L0xpc3RSb3cudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJDaUIiLCJmaWxlIjoiLi4vLi4vc3JjL0xpc3QvTGlzdFJvdy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJztcbmltcG9ydCB7IENvbXBvbmVudFByb3BzLCBmb3J3YXJkUmVmLCBNb3VzZUV2ZW50IH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7IFJvd0VsIH0gZnJvbSAnLi9lbGVtZW50cyc7XG5pbXBvcnQgeyB1c2VMaXN0Q29udGV4dCB9IGZyb20gJy4vTGlzdFByb3ZpZGVyJztcbmltcG9ydCB7IFB1YmxpY0xpc3RQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFJvd1Byb3BzXG4gIGV4dGVuZHMgUGFydGlhbDxQdWJsaWNMaXN0UHJvcHM8Q29tcG9uZW50UHJvcHM8dHlwZW9mIFJvd0VsPj4+IHtcbiAgaGVhZGVyPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBFeHBhbmRhYmxlUm93UHJvcHMgZXh0ZW5kcyBSb3dQcm9wcyB7XG4gIGV4cGFuZGVkOiBib29sZWFuO1xuICByZW5kZXJFeHBhbmRlZDogKCkgPT4gUmVhY3QuUmVhY3ROb2RlO1xuICBleHBhbmRlZFJvd0FyaWFMYWJlbD86IHN0cmluZztcbiAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBTaW1wbGVSb3dQcm9wcyBleHRlbmRzIFJvd1Byb3BzIHtcbiAgZXhwYW5kZWQ/OiBuZXZlcjtcbiAgcmVuZGVyRXhwYW5kZWQ/OiBuZXZlcjtcbiAgZXhwYW5kZWRSb3dBcmlhTGFiZWw/OiBuZXZlcjtcbiAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkPzogbmV2ZXI7XG59XG5cbmV4cG9ydCB0eXBlIExpc3RSb3dQcm9wcyA9IEV4cGFuZGFibGVSb3dQcm9wcyB8IFNpbXBsZVJvd1Byb3BzO1xuXG5jb25zdCBleHBhbmRTdHlsZXMgPSBjc3Moe1xuICBmbGV4QmFzaXM6IHsgXzogJzEwMCUnLCBjX2Jhc2U6ICd1bmRlZmluZWQnLCBjX3NtOiAnMTAwJScgfSxcbiAgZmxleFNocmluazogeyBfOiAwLCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogMCB9LFxuICBncmlkQ29sdW1uOiB7IF86IHVuZGVmaW5lZCwgY19iYXNlOiAnc3BhbiAzJywgY19zbTogdW5kZWZpbmVkIH0sXG4gIG1pbldpZHRoOiB7IF86ICcxMDAlJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICcxMDAlJyB9LFxuICBvcmRlcjogeyBfOiA5OTksIGNfYmFzZTogdW5kZWZpbmVkLCBjX3NtOiA5OTkgfSxcbiAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxufSk7XG5cbmNvbnN0IERpdkV4cGFuZCA9IHN0eWxlZChtb3Rpb24uZGl2KShleHBhbmRTdHlsZXMpO1xuY29uc3QgVERFeHBhbmQgPSBzdHlsZWQobW90aW9uLnRkKShleHBhbmRTdHlsZXMpO1xuXG5jb25zdCBFeHBhbmRJbkNvbGxhcHNlT3V0OiBSZWFjdC5GQzxcbiAgV2l0aENoaWxkcmVuUHJvcCAmIHsgYXM6ICd0ZCcgfCAnZGl2JyB9XG4+ID0gKHsgYXMsIGNoaWxkcmVuIH0pID0+IHtcbiAgY29uc3QgUmVzcG9uc2l2ZUV4cGFuZCA9IGFzID09PSAndGQnID8gVERFeHBhbmQgOiBEaXZFeHBhbmQ7XG5cbiAgcmV0dXJuIChcbiAgICA8UmVzcG9uc2l2ZUV4cGFuZFxuICAgICAgYW5pbWF0ZT1cImV4cGFuZGVkXCJcbiAgICAgIGV4aXQ9XCJjb2xsYXBzZWRcIlxuICAgICAgaW5pdGlhbD1cImNvbGxhcHNlZFwiXG4gICAgICB0cmFuc2l0aW9uPXt7IGR1cmF0aW9uOiAwLjIsIGVhc2U6ICdlYXNlSW5PdXQnIH19XG4gICAgICB2YXJpYW50cz17e1xuICAgICAgICBleHBhbmRlZDogeyBoZWlnaHQ6ICdhdXRvJyB9LFxuICAgICAgICBjb2xsYXBzZWQ6IHsgaGVpZ2h0OiAwIH0sXG4gICAgICB9fVxuICAgID5cbiAgICAgIHtjaGlsZHJlbn1cbiAgICA8L1Jlc3BvbnNpdmVFeHBhbmQ+XG4gICk7XG59O1xuXG5leHBvcnQgY29uc3QgTGlzdFJvdyA9IGZvcndhcmRSZWY8SFRNTExJRWxlbWVudCwgTGlzdFJvd1Byb3BzPihcbiAgKFxuICAgIHtcbiAgICAgIGNoaWxkcmVuLFxuICAgICAgZXhwYW5kZWQsXG4gICAgICBleHBhbmRlZFJvd0FyaWFMYWJlbCxcbiAgICAgIHJlbmRlckV4cGFuZGVkLFxuICAgICAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkLFxuICAgICAgLi4ucmVzdFxuICAgIH0sXG4gICAgcmVmXG4gICkgPT4ge1xuICAgIGNvbnN0IHsgbGlzdFR5cGUsIHNjcm9sbGFibGUsIHZhcmlhbnQsIC4uLnJvd0NvbmZpZyB9ID0gdXNlTGlzdENvbnRleHQoKTtcbiAgICBjb25zdCBpc09sID0gbGlzdFR5cGUgPT09ICdvbCc7XG4gICAgY29uc3QgaXNUYWJsZSA9IGxpc3RUeXBlID09PSAndGFibGUnO1xuICAgIGNvbnN0IHsgb25DbGljaywgcm9sZSwgdGFiSW5kZXgsIC4uLnJvd1Byb3BzIH0gPSByZXN0O1xuICAgIGNvbnN0IHdyYXBwZXJQcm9wcyA9XG4gICAgICAoIXJlbmRlckV4cGFuZGVkICYmICFvbkNsaWNrKSB8fCBpc1RhYmxlXG4gICAgICAgID8geyAuLi5yb3dDb25maWcsIC4uLnJvd1Byb3BzIH1cbiAgICAgICAgOiB7IHNwYWNpbmc6IGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZCA/IHJvd0NvbmZpZy5zcGFjaW5nIDogdW5kZWZpbmVkIH07XG4gICAgbGV0IGNvbnRlbnQgPSBjaGlsZHJlbjtcbiAgICBjb25zdCByZW5kZXJOdW1iZXJpbmcgPSBpc09sICYmIHJlbmRlckV4cGFuZGVkID09PSB1bmRlZmluZWQgJiYgIW9uQ2xpY2s7XG5cbiAgICBpZiAoKHJlbmRlckV4cGFuZGVkIHx8IEJvb2xlYW4ob25DbGljaykpICYmICFpc1RhYmxlKSB7XG4gICAgICBjb250ZW50ID0gKFxuICAgICAgICA8Um93RWxcbiAgICAgICAgICBhcz1cImRpdlwiXG4gICAgICAgICAgey4uLnJvd0NvbmZpZ31cbiAgICAgICAgICBhcmlhLWV4cGFuZGVkPXtyZW5kZXJFeHBhbmRlZCAmJiBvbkNsaWNrID8gZXhwYW5kZWQgOiB1bmRlZmluZWR9XG4gICAgICAgICAgaW50ZXJhY3RpdmU9e0Jvb2xlYW4ob25DbGljayl9XG4gICAgICAgICAgaXNPbD17aXNPbH1cbiAgICAgICAgICByb2xlPXtvbkNsaWNrID8gJ2J1dHRvbicgOiByb2xlfVxuICAgICAgICAgIHRhYkluZGV4PXtvbkNsaWNrID8gMCA6IHRhYkluZGV4fVxuICAgICAgICAgIG9uQ2xpY2s9e29uQ2xpY2t9XG4gICAgICAgICAgb25LZXlEb3duPXsoZSkgPT4ge1xuICAgICAgICAgICAgaWYgKGUua2V5ID09PSAnRW50ZXInICYmIG9uQ2xpY2spIHtcbiAgICAgICAgICAgICAgb25DbGljayhlIGFzIHVua25vd24gYXMgTW91c2VFdmVudDxIVE1MTElFbGVtZW50Pik7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfX1cbiAgICAgICAgICB7Li4ucm93UHJvcHN9XG4gICAgICAgICAgcmVmPXtyZWZ9XG4gICAgICAgID5cbiAgICAgICAgICB7Y2hpbGRyZW59XG4gICAgICAgIDwvUm93RWw+XG4gICAgICApO1xuICAgIH1cblxuICAgIHJldHVybiAoXG4gICAgICA8Um93RWxcbiAgICAgICAgYXJpYS1saXZlPXtyZW5kZXJFeHBhbmRlZCA/ICdwb2xpdGUnIDogdW5kZWZpbmVkfVxuICAgICAgICBleHBhbmRlZD17aXNUYWJsZSA/IHVuZGVmaW5lZCA6ICEhcmVuZGVyRXhwYW5kZWR9XG4gICAgICAgIGZsZXhXcmFwPXtcbiAgICAgICAgICBpc1RhYmxlICYmIHJlbmRlckV4cGFuZGVkXG4gICAgICAgICAgICA/IHsgXzogJ3dyYXAnLCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogJ3dyYXAnIH1cbiAgICAgICAgICAgIDogeyBfOiAnbm93cmFwJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICdub3dyYXAnIH1cbiAgICAgICAgfVxuICAgICAgICBncmlkVGVtcGxhdGVDb2x1bW5zPXt7XG4gICAgICAgICAgXzogdW5kZWZpbmVkLFxuICAgICAgICAgIGNfYmFzZTogJ21pbm1heCgwLCAxZnIpIG1heC1jb250ZW50JyxcbiAgICAgICAgICBjX3NtOiB1bmRlZmluZWQsXG4gICAgICAgIH19XG4gICAgICAgIGlzT2w9e3JlbmRlck51bWJlcmluZ31cbiAgICAgICAgcm9sZT17cm9sZX1cbiAgICAgICAgc2Nyb2xsYWJsZT17c2Nyb2xsYWJsZX1cbiAgICAgICAgdGFiSW5kZXg9e3RhYkluZGV4fVxuICAgICAgICB2YXJpYW50PXt2YXJpYW50fVxuICAgICAgICB7Li4ud3JhcHBlclByb3BzfVxuICAgICAgPlxuICAgICAgICA8PlxuICAgICAgICAgIHtjb250ZW50fVxuICAgICAgICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICAgICAgICB7ZXhwYW5kZWQgJiYgKFxuICAgICAgICAgICAgICA8RXhwYW5kSW5Db2xsYXBzZU91dCBhcz17aXNUYWJsZSA/ICd0ZCcgOiAnZGl2J30+XG4gICAgICAgICAgICAgICAgPEJveCBhcmlhLWxhYmVsPXtleHBhbmRlZFJvd0FyaWFMYWJlbH0gcm9sZT1cInJlZ2lvblwiPlxuICAgICAgICAgICAgICAgICAge3JlbmRlckV4cGFuZGVkPy4oKX1cbiAgICAgICAgICAgICAgICA8L0JveD5cbiAgICAgICAgICAgICAgPC9FeHBhbmRJbkNvbGxhcHNlT3V0PlxuICAgICAgICAgICAgKX1cbiAgICAgICAgICA8L0FuaW1hdGVQcmVzZW5jZT5cbiAgICAgICAgPC8+XG4gICAgICA8L1Jvd0VsPlxuICAgICk7XG4gIH1cbik7XG4iXX0= */");
45
+ })(expandStyles, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MaXN0L0xpc3RSb3cudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJDaUIiLCJmaWxlIjoiLi4vLi4vc3JjL0xpc3QvTGlzdFJvdy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgZm9yd2FyZFJlZiwgTW91c2VFdmVudCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCAqIGFzIFJlYWN0IGZyb20gJ3JlYWN0JztcblxuaW1wb3J0IHsgQm94IH0gZnJvbSAnLi4vQm94JztcbmltcG9ydCB7IENvbXBhdGlibGVDb21wb25lbnRQcm9wcywgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7IFJvd0VsIH0gZnJvbSAnLi9lbGVtZW50cyc7XG5pbXBvcnQgeyB1c2VMaXN0Q29udGV4dCB9IGZyb20gJy4vTGlzdFByb3ZpZGVyJztcbmltcG9ydCB7IFB1YmxpY0xpc3RQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFJvd1Byb3BzXG4gIGV4dGVuZHMgUGFydGlhbDxQdWJsaWNMaXN0UHJvcHM8Q29tcGF0aWJsZUNvbXBvbmVudFByb3BzPHR5cGVvZiBSb3dFbD4+PiB7XG4gIGhlYWRlcj86IGJvb2xlYW47XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXhwYW5kYWJsZVJvd1Byb3BzIGV4dGVuZHMgUm93UHJvcHMge1xuICBleHBhbmRlZDogYm9vbGVhbjtcbiAgcmVuZGVyRXhwYW5kZWQ6ICgpID0+IFJlYWN0LlJlYWN0Tm9kZTtcbiAgZXhwYW5kZWRSb3dBcmlhTGFiZWw/OiBzdHJpbmc7XG4gIGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZD86IGJvb2xlYW47XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2ltcGxlUm93UHJvcHMgZXh0ZW5kcyBSb3dQcm9wcyB7XG4gIGV4cGFuZGVkPzogbmV2ZXI7XG4gIHJlbmRlckV4cGFuZGVkPzogbmV2ZXI7XG4gIGV4cGFuZGVkUm93QXJpYUxhYmVsPzogbmV2ZXI7XG4gIGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZD86IG5ldmVyO1xufVxuXG5leHBvcnQgdHlwZSBMaXN0Um93UHJvcHMgPSBFeHBhbmRhYmxlUm93UHJvcHMgfCBTaW1wbGVSb3dQcm9wcztcblxuY29uc3QgZXhwYW5kU3R5bGVzID0gY3NzKHtcbiAgZmxleEJhc2lzOiB7IF86ICcxMDAlJywgY19iYXNlOiAndW5kZWZpbmVkJywgY19zbTogJzEwMCUnIH0sXG4gIGZsZXhTaHJpbms6IHsgXzogMCwgY19iYXNlOiB1bmRlZmluZWQsIGNfc206IDAgfSxcbiAgZ3JpZENvbHVtbjogeyBfOiB1bmRlZmluZWQsIGNfYmFzZTogJ3NwYW4gMycsIGNfc206IHVuZGVmaW5lZCB9LFxuICBtaW5XaWR0aDogeyBfOiAnMTAwJScsIGNfYmFzZTogdW5kZWZpbmVkLCBjX3NtOiAnMTAwJScgfSxcbiAgb3JkZXI6IHsgXzogOTk5LCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogOTk5IH0sXG4gIG92ZXJmbG93OiAnaGlkZGVuJyxcbn0pO1xuXG5jb25zdCBEaXZFeHBhbmQgPSBzdHlsZWQobW90aW9uLmRpdikoZXhwYW5kU3R5bGVzKTtcbmNvbnN0IFRERXhwYW5kID0gc3R5bGVkKG1vdGlvbi50ZCkoZXhwYW5kU3R5bGVzKTtcblxuY29uc3QgRXhwYW5kSW5Db2xsYXBzZU91dDogUmVhY3QuRkM8XG4gIFdpdGhDaGlsZHJlblByb3AgJiB7IGFzOiAndGQnIHwgJ2RpdicgfVxuPiA9ICh7IGFzLCBjaGlsZHJlbiB9KSA9PiB7XG4gIGNvbnN0IFJlc3BvbnNpdmVFeHBhbmQgPSBhcyA9PT0gJ3RkJyA/IFRERXhwYW5kIDogRGl2RXhwYW5kO1xuXG4gIHJldHVybiAoXG4gICAgPFJlc3BvbnNpdmVFeHBhbmRcbiAgICAgIGFuaW1hdGU9XCJleHBhbmRlZFwiXG4gICAgICBleGl0PVwiY29sbGFwc2VkXCJcbiAgICAgIGluaXRpYWw9XCJjb2xsYXBzZWRcIlxuICAgICAgdHJhbnNpdGlvbj17eyBkdXJhdGlvbjogMC4yLCBlYXNlOiAnZWFzZUluT3V0JyB9fVxuICAgICAgdmFyaWFudHM9e3tcbiAgICAgICAgZXhwYW5kZWQ6IHsgaGVpZ2h0OiAnYXV0bycgfSxcbiAgICAgICAgY29sbGFwc2VkOiB7IGhlaWdodDogMCB9LFxuICAgICAgfX1cbiAgICA+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgPC9SZXNwb25zaXZlRXhwYW5kPlxuICApO1xufTtcblxuZXhwb3J0IGNvbnN0IExpc3RSb3cgPSBmb3J3YXJkUmVmPEhUTUxMSUVsZW1lbnQsIExpc3RSb3dQcm9wcz4oXG4gIChcbiAgICB7XG4gICAgICBjaGlsZHJlbixcbiAgICAgIGV4cGFuZGVkLFxuICAgICAgZXhwYW5kZWRSb3dBcmlhTGFiZWwsXG4gICAgICByZW5kZXJFeHBhbmRlZCxcbiAgICAgIGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZCxcbiAgICAgIC4uLnJlc3RcbiAgICB9LFxuICAgIHJlZlxuICApID0+IHtcbiAgICBjb25zdCB7IGxpc3RUeXBlLCBzY3JvbGxhYmxlLCB2YXJpYW50LCAuLi5yb3dDb25maWcgfSA9IHVzZUxpc3RDb250ZXh0KCk7XG4gICAgY29uc3QgaXNPbCA9IGxpc3RUeXBlID09PSAnb2wnO1xuICAgIGNvbnN0IGlzVGFibGUgPSBsaXN0VHlwZSA9PT0gJ3RhYmxlJztcbiAgICBjb25zdCB7IG9uQ2xpY2ssIHJvbGUsIHRhYkluZGV4LCAuLi5yb3dQcm9wcyB9ID0gcmVzdDtcbiAgICBjb25zdCB3cmFwcGVyUHJvcHMgPVxuICAgICAgKCFyZW5kZXJFeHBhbmRlZCAmJiAhb25DbGljaykgfHwgaXNUYWJsZVxuICAgICAgICA/IHsgLi4ucm93Q29uZmlnLCAuLi5yb3dQcm9wcyB9XG4gICAgICAgIDogeyBzcGFjaW5nOiBrZWVwU3BhY2luZ1doaWxlRXhwYW5kZWQgPyByb3dDb25maWcuc3BhY2luZyA6IHVuZGVmaW5lZCB9O1xuICAgIGxldCBjb250ZW50ID0gY2hpbGRyZW47XG4gICAgY29uc3QgcmVuZGVyTnVtYmVyaW5nID0gaXNPbCAmJiByZW5kZXJFeHBhbmRlZCA9PT0gdW5kZWZpbmVkICYmICFvbkNsaWNrO1xuXG4gICAgaWYgKChyZW5kZXJFeHBhbmRlZCB8fCBCb29sZWFuKG9uQ2xpY2spKSAmJiAhaXNUYWJsZSkge1xuICAgICAgY29udGVudCA9IChcbiAgICAgICAgPFJvd0VsXG4gICAgICAgICAgYXM9XCJkaXZcIlxuICAgICAgICAgIHsuLi5yb3dDb25maWd9XG4gICAgICAgICAgYXJpYS1leHBhbmRlZD17cmVuZGVyRXhwYW5kZWQgJiYgb25DbGljayA/IGV4cGFuZGVkIDogdW5kZWZpbmVkfVxuICAgICAgICAgIGludGVyYWN0aXZlPXtCb29sZWFuKG9uQ2xpY2spfVxuICAgICAgICAgIGlzT2w9e2lzT2x9XG4gICAgICAgICAgcm9sZT17b25DbGljayA/ICdidXR0b24nIDogcm9sZX1cbiAgICAgICAgICB0YWJJbmRleD17b25DbGljayA/IDAgOiB0YWJJbmRleH1cbiAgICAgICAgICBvbkNsaWNrPXtvbkNsaWNrfVxuICAgICAgICAgIG9uS2V5RG93bj17KGUpID0+IHtcbiAgICAgICAgICAgIGlmIChlLmtleSA9PT0gJ0VudGVyJyAmJiBvbkNsaWNrKSB7XG4gICAgICAgICAgICAgIG9uQ2xpY2soZSBhcyB1bmtub3duIGFzIE1vdXNlRXZlbnQ8SFRNTExJRWxlbWVudD4pO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH19XG4gICAgICAgICAgey4uLnJvd1Byb3BzfVxuICAgICAgICAgIHJlZj17cmVmfVxuICAgICAgICA+XG4gICAgICAgICAge2NoaWxkcmVufVxuICAgICAgICA8L1Jvd0VsPlxuICAgICAgKTtcbiAgICB9XG5cbiAgICByZXR1cm4gKFxuICAgICAgPFJvd0VsXG4gICAgICAgIGFyaWEtbGl2ZT17cmVuZGVyRXhwYW5kZWQgPyAncG9saXRlJyA6IHVuZGVmaW5lZH1cbiAgICAgICAgZXhwYW5kZWQ9e2lzVGFibGUgPyB1bmRlZmluZWQgOiAhIXJlbmRlckV4cGFuZGVkfVxuICAgICAgICBmbGV4V3JhcD17XG4gICAgICAgICAgaXNUYWJsZSAmJiByZW5kZXJFeHBhbmRlZFxuICAgICAgICAgICAgPyB7IF86ICd3cmFwJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICd3cmFwJyB9XG4gICAgICAgICAgICA6IHsgXzogJ25vd3JhcCcsIGNfYmFzZTogdW5kZWZpbmVkLCBjX3NtOiAnbm93cmFwJyB9XG4gICAgICAgIH1cbiAgICAgICAgZ3JpZFRlbXBsYXRlQ29sdW1ucz17e1xuICAgICAgICAgIF86IHVuZGVmaW5lZCxcbiAgICAgICAgICBjX2Jhc2U6ICdtaW5tYXgoMCwgMWZyKSBtYXgtY29udGVudCcsXG4gICAgICAgICAgY19zbTogdW5kZWZpbmVkLFxuICAgICAgICB9fVxuICAgICAgICBpc09sPXtyZW5kZXJOdW1iZXJpbmd9XG4gICAgICAgIHJvbGU9e3JvbGV9XG4gICAgICAgIHNjcm9sbGFibGU9e3Njcm9sbGFibGV9XG4gICAgICAgIHRhYkluZGV4PXt0YWJJbmRleH1cbiAgICAgICAgdmFyaWFudD17dmFyaWFudH1cbiAgICAgICAgey4uLndyYXBwZXJQcm9wc31cbiAgICAgID5cbiAgICAgICAgPD5cbiAgICAgICAgICB7Y29udGVudH1cbiAgICAgICAgICA8QW5pbWF0ZVByZXNlbmNlPlxuICAgICAgICAgICAge2V4cGFuZGVkICYmIChcbiAgICAgICAgICAgICAgPEV4cGFuZEluQ29sbGFwc2VPdXQgYXM9e2lzVGFibGUgPyAndGQnIDogJ2Rpdid9PlxuICAgICAgICAgICAgICAgIDxCb3ggYXJpYS1sYWJlbD17ZXhwYW5kZWRSb3dBcmlhTGFiZWx9IHJvbGU9XCJyZWdpb25cIj5cbiAgICAgICAgICAgICAgICAgIHtyZW5kZXJFeHBhbmRlZD8uKCl9XG4gICAgICAgICAgICAgICAgPC9Cb3g+XG4gICAgICAgICAgICAgIDwvRXhwYW5kSW5Db2xsYXBzZU91dD5cbiAgICAgICAgICAgICl9XG4gICAgICAgICAgPC9BbmltYXRlUHJlc2VuY2U+XG4gICAgICAgIDwvPlxuICAgICAgPC9Sb3dFbD5cbiAgICApO1xuICB9XG4pO1xuIl19 */");
46
46
  const ExpandInCollapseOut = ({
47
47
  as,
48
48
  children
@@ -1,6 +1,7 @@
1
- import { ComponentProps } from 'react';
1
+ /// <reference types="react" />
2
+ import { CompatibleComponentProps } from '../utils';
2
3
  import { HeaderRowEl } from './elements';
3
4
  import { PublicListProps } from './types';
4
- export interface TableHeaderProps extends Partial<PublicListProps<ComponentProps<typeof HeaderRowEl>>> {
5
+ export interface TableHeaderProps extends Partial<PublicListProps<CompatibleComponentProps<typeof HeaderRowEl>>> {
5
6
  }
6
7
  export declare const TableHeader: import("react").ForwardRefExoticComponent<Omit<TableHeaderProps, "ref"> & import("react").RefAttributes<HTMLTableRowElement>>;