@codecademy/brand 3.26.0-alpha.5ef94a555c.0 → 3.26.0-alpha.c0e3f304ed.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.
- package/dist/AppHeader/AppHeaderElements/AppHeaderCatalogSection/elements.d.ts +46 -8
- package/dist/AppHeader/AppHeaderElements/AppHeaderDropdownLinks/elements/StyledAppHeaderLink.d.ts +40 -3
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.d.ts +40 -3
- package/dist/AppHeader/AppHeaderElements/AppHeaderLink/index.js +30 -16
- package/dist/AppHeader/AppHeaderElements/AppHeaderLinkSections/index.js +0 -0
- package/dist/AppHeader/AppHeaderElements/AppHeaderSkillTile/index.js +2 -2
- package/dist/AppHeader/Search/SearchPane.js +49 -24
- package/dist/AppHeader/shared/elements.d.ts +22 -3
- package/dist/AppHeaderMobile/index.js +96 -99
- package/package.json +6 -1
- package/dist/AppHeader/Search/hooks/useSearchTracking.d.ts +0 -5
- package/dist/AppHeader/Search/hooks/useSearchTracking.js +0 -46
- package/dist/AppHeader/utils/string-similarity.d.ts +0 -17
- package/dist/AppHeader/utils/string-similarity.js +0 -30
|
@@ -11,10 +11,10 @@ export declare const useMegaMenuHeaderResponsiveStyles: () => {
|
|
|
11
11
|
color: Colors;
|
|
12
12
|
};
|
|
13
13
|
export declare const AnimatedHeaderZone: React.FC<AnimatedHeaderZoneProps>;
|
|
14
|
-
export declare const DropdownAnchor: import("@emotion/styled").StyledComponent<(((Omit<Partial<import("@codecademy/gamut/dist/helpers").
|
|
14
|
+
export declare const DropdownAnchor: import("@emotion/styled").StyledComponent<(((Omit<Partial<import("@codecademy/gamut/dist/helpers").AppendedSingleIconProps> & {
|
|
15
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
16
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
17
|
-
} & import("@codecademy/gamut").AnchorProps & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref"> | Omit<Partial<import("@codecademy/gamut/dist/helpers").
|
|
17
|
+
} & import("@codecademy/gamut").AnchorProps & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref"> | Omit<Partial<import("@codecademy/gamut/dist/helpers").AppendedSingleIconProps> & {
|
|
18
18
|
theme?: import("@emotion/react").Theme | undefined;
|
|
19
19
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
20
20
|
} & import("@codecademy/gamut").AnchorProps & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy"> & Omit<{
|
|
@@ -22,7 +22,26 @@ export declare const DropdownAnchor: import("@emotion/styled").StyledComponent<(
|
|
|
22
22
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
23
23
|
} & {
|
|
24
24
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
|
-
} & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "content" | "translate" | "property" | "hidden" | "form" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> | Omit<Partial<import("@codecademy/gamut/dist/helpers").
|
|
25
|
+
} & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "content" | "translate" | "property" | "hidden" | "form" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> | Omit<Partial<import("@codecademy/gamut/dist/helpers").AppendedSingleIconProps> & {
|
|
26
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
27
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
28
|
+
} & import("@codecademy/gamut").AnchorProps & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy"> & Omit<{
|
|
29
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
30
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
31
|
+
} & {
|
|
32
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
33
|
+
} & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "content" | "translate" | "property" | "hidden" | "form" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value"> & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> | Omit<Partial<import("@codecademy/gamut/dist/helpers").AppendedMultipleIconsProps> & {
|
|
34
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
35
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
36
|
+
} & import("@codecademy/gamut").AnchorProps & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref"> | Omit<Partial<import("@codecademy/gamut/dist/helpers").AppendedMultipleIconsProps> & {
|
|
37
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
38
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
39
|
+
} & import("@codecademy/gamut").AnchorProps & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy"> & Omit<{
|
|
40
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
41
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
42
|
+
} & {
|
|
43
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
44
|
+
} & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "content" | "translate" | "property" | "hidden" | "form" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> | Omit<Partial<import("@codecademy/gamut/dist/helpers").AppendedMultipleIconsProps> & {
|
|
26
45
|
theme?: import("@emotion/react").Theme | undefined;
|
|
27
46
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
28
47
|
} & import("@codecademy/gamut").AnchorProps & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "content" | "translate" | "property" | "hidden" | "slot" | "style" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy"> & Omit<{
|
|
@@ -5,7 +5,6 @@ import { Background, css, states, theme } from '@codecademy/gamut-styles';
|
|
|
5
5
|
import { useEffect, useRef, useState } from 'react';
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import { AppHeaderListItem } from '../AppHeader/AppHeaderElements/AppHeaderListItem';
|
|
8
|
-
import { SearchTrackingProvider } from '../AppHeader/Search/SearchTrackingProvider';
|
|
9
8
|
import { useHeaderSearch } from '../AppHeader/Search/useHeaderSearch';
|
|
10
9
|
import { appHeaderMobileBreakpoint, StyledAppBar } from '../AppHeader/shared';
|
|
11
10
|
import { mapAppHeaderItemToElement } from '../AppHeader/shared/utils';
|
|
@@ -30,7 +29,7 @@ const StyledOverlay = /*#__PURE__*/_styled(Overlay, {
|
|
|
30
29
|
left: 0,
|
|
31
30
|
top: 0,
|
|
32
31
|
overflowX: `hidden`
|
|
33
|
-
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BcHBIZWFkZXJNb2JpbGUvaW5kZXgudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQThDc0IiLCJmaWxlIjoiLi4vLi4vc3JjL0FwcEhlYWRlck1vYmlsZS9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBCb3gsXG4gIEJ1dHRvbkJhc2VFbGVtZW50cyxcbiAgSWNvbkJ1dHRvbixcbiAgT3ZlcmxheSxcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQnO1xuaW1wb3J0IHsgTWVudUljb24gfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1pY29ucyc7XG5pbXBvcnQgeyBCYWNrZ3JvdW5kLCBjc3MsIHN0YXRlcywgdGhlbWUgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgdXNlRWZmZWN0LCB1c2VSZWYsIHVzZVN0YXRlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBBcHBIZWFkZXJTZWFyY2ggfSBmcm9tICcuLic7XG5pbXBvcnQgeyBBcHBIZWFkZXJMaXN0SXRlbSB9IGZyb20gJy4uL0FwcEhlYWRlci9BcHBIZWFkZXJFbGVtZW50cy9BcHBIZWFkZXJMaXN0SXRlbSc7XG5pbXBvcnQgeyBTZWFyY2hUcmFja2luZ1Byb3ZpZGVyIH0gZnJvbSAnLi4vQXBwSGVhZGVyL1NlYXJjaC9TZWFyY2hUcmFja2luZ1Byb3ZpZGVyJztcbmltcG9ydCB7IHVzZUhlYWRlclNlYXJjaCB9IGZyb20gJy4uL0FwcEhlYWRlci9TZWFyY2gvdXNlSGVhZGVyU2VhcmNoJztcbmltcG9ydCB7XG4gIEFwcEhlYWRlckFjdGlvbixcbiAgQXBwSGVhZGVySXRlbSxcbiAgYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludCxcbiAgRm9ybWF0dGVkTW9iaWxlQXBwSGVhZGVySXRlbXMsXG4gIFN0eWxlZEFwcEJhcixcbn0gZnJvbSAnLi4vQXBwSGVhZGVyL3NoYXJlZCc7XG5pbXBvcnQgeyBtYXBBcHBIZWFkZXJJdGVtVG9FbGVtZW50IH0gZnJvbSAnLi4vQXBwSGVhZGVyL3NoYXJlZC91dGlscyc7XG5pbXBvcnQgeyBBcHBIZWFkZXJNYWluTWVudU1vYmlsZSB9IGZyb20gJy4uL0FwcEhlYWRlck1vYmlsZS9BcHBIZWFkZXJNYWluTWVudU1vYmlsZSc7XG5pbXBvcnQgeyBOYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsIH0gZnJvbSAnLi4vR2xvYmFsSGVhZGVyJztcbmltcG9ydCB7IEhlYWRlckhlaWdodEFyZWEgfSBmcm9tICcuLi9IZWFkZXJIZWlnaHRBcmVhJztcbmltcG9ydCB7IE5vdGlmaWNhdGlvbnNDb250ZW50cyB9IGZyb20gJy4uL05vdGlmaWNhdGlvbnMvTm90aWZpY2F0aW9uc0NvbnRlbnRzJztcbmltcG9ydCB7IEFwcEhlYWRlck5vdGlmaWNhdGlvblNldHRpbmdzIH0gZnJvbSAnLi4vTm90aWZpY2F0aW9ucy90eXBlcyc7XG5pbXBvcnQgeyB1c2VIZWFkZXJOb3RpZmljYXRpb25zIH0gZnJvbSAnLi4vTm90aWZpY2F0aW9ucy91c2VIZWFkZXJOb3RpZmljYXRpb25zJztcblxuZXhwb3J0IHR5cGUgQXBwSGVhZGVyTW9iaWxlUHJvcHMgPSBBcHBIZWFkZXJBY3Rpb24gJiB7XG4gIGl0ZW1zOiBGb3JtYXR0ZWRNb2JpbGVBcHBIZWFkZXJJdGVtcztcbiAgbm90aWZpY2F0aW9ucz86IEFwcEhlYWRlck5vdGlmaWNhdGlvblNldHRpbmdzO1xuICByZWRpcmVjdFBhcmFtPzogc3RyaW5nO1xuICBzZWFyY2g6IEFwcEhlYWRlclNlYXJjaDtcbiAgaXNBbm9uOiBib29sZWFuO1xuICAvKipcbiAgICogdXNlZCB0byBjb25kaXRvbmFsbHkgaGlkZSB0aGUgZGVmYXVsdCBzZWFyY2ggaWNvbiBhbmQgbm90aWZpY2F0aW9uIGJlbGxcbiAgICovXG4gIGlzRW50ZXJwcmlzZT86IGJvb2xlYW47XG4gIGlzU2ltcGxlPzogYm9vbGVhbjtcbiAgaGlkZVJpZ2h0TWVudUJ1dHRvbj86IGJvb2xlYW47XG4gIG5hdmlnYXRpb25NZW51Rm9ybWF0dGVkTGFiZWw/OiBOYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsO1xufTtcblxuY29uc3QgU3R5bGVkT3ZlcmxheSA9IHN0eWxlZChPdmVybGF5KShcbiAgY3NzKHtcbiAgICBkaXNwbGF5OiB7IF86IGBibG9ja2AsIFthcHBIZWFkZXJNb2JpbGVCcmVha3BvaW50XTogYG5vbmVgIH0sXG4gICAgd2lkdGg6IGAxMDB2d2AsXG4gICAgaGVpZ2h0OiBgMTAwdmhgLFxuICAgIG9wYWNpdHk6IDEsXG4gICAgYmc6IGBiZWlnZWAsXG4gICAgcG9zaXRpb246IGBmaXhlZGAsXG4gICAgbGVmdDogMCxcbiAgICB0b3A6IDAsXG4gICAgb3ZlcmZsb3dYOiBgaGlkZGVuYCxcbiAgfSlcbik7XG5cbmNvbnN0IFN0eWxlZE5hdkJhciA9IHN0eWxlZC51bDx7IGNlbnRlcj86IGJvb2xlYW4gfT4oXG4gIGNzcyh7XG4gICAgZGlzcGxheTogYGZsZXhgLFxuICAgIHBhZGRpbmc6IDAsXG4gICAgbGlzdFN0eWxlOiBgbm9uZWAsXG4gICAgbWFyZ2luOiAwLFxuICAgIHdpZHRoOiBgMTAwJWAsXG4gICAgYWxpZ25JdGVtczogJ2NlbnRlcicsXG4gIH0pLFxuICBzdGF0ZXMoe1xuICAgIGNlbnRlcjoge1xuICAgICAganVzdGlmeUNvbnRlbnQ6IHtcbiAgICAgICAgXzogJ2NlbnRlcicsXG4gICAgICAgIHNtOiAnZmxleC1zdGFydCcsXG4gICAgICB9LFxuICAgIH0sXG4gIH0pXG4pO1xuXG5leHBvcnQgY29uc3QgQXBwSGVhZGVyTW9iaWxlOiBSZWFjdC5GQzxBcHBIZWFkZXJNb2JpbGVQcm9wcz4gPSAoe1xuICBhY3Rpb24sXG4gIGl0ZW1zLFxuICBub3RpZmljYXRpb25zLFxuICBzZWFyY2gsXG4gIHJlZGlyZWN0UGFyYW0sXG4gIGlzQW5vbixcbiAgaXNFbnRlcnByaXNlLFxuICBpc1NpbXBsZSxcbiAgaGlkZVJpZ2h0TWVudUJ1dHRvbixcbiAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbCxcbn0pID0+IHtcbiAgY29uc3QgW21vYmlsZU1lbnVPcGVuLCBzZXRNb2JpbGVNZW51T3Blbl0gPSB1c2VTdGF0ZTxib29sZWFuIHwgdW5kZWZpbmVkPihcbiAgICB1bmRlZmluZWRcbiAgKTtcbiAgY29uc3QgW2FsbG93U2Nyb2xsLCBzZXRBbGxvd1Njcm9sbF0gPSB1c2VTdGF0ZTxib29sZWFuPihmYWxzZSk7XG4gIGNvbnN0IG9wZW5CdXR0b25SZWYgPSB1c2VSZWY8QnV0dG9uQmFzZUVsZW1lbnRzPihudWxsKTtcbiAgY29uc3QgY2xvc2VCdXR0b25SZWYgPSB1c2VSZWY8QnV0dG9uQmFzZUVsZW1lbnRzPihudWxsKTtcblxuICBjb25zdCBbbm90aWZpY2F0aW9uc0JlbGwsIG5vdGlmaWNhdGlvbnNWaWV3XSA9IHVzZUhlYWRlck5vdGlmaWNhdGlvbnMoe1xuICAgIHNldHRpbmdzOiBub3RpZmljYXRpb25zLFxuICAgIFJlbmRlcmVyOiBOb3RpZmljYXRpb25zQ29udGVudHMsXG4gIH0pO1xuXG4gIGNvbnN0IFtzZWFyY2hCdXR0b24sIHNlYXJjaFBhbmVdID0gdXNlSGVhZGVyU2VhcmNoKHtcbiAgICAuLi5zZWFyY2gsXG4gIH0pO1xuXG4gIGNvbnN0IG9wZW5Nb2JpbGVNZW51ID0gKCkgPT4ge1xuICAgIHNldE1vYmlsZU1lbnVPcGVuKHRydWUpO1xuXG4gICAgaWYgKGNsb3NlQnV0dG9uUmVmLmN1cnJlbnQpIHtcbiAgICAgIGNsb3NlQnV0dG9uUmVmLmN1cnJlbnQuZm9jdXMoKTtcbiAgICB9XG4gIH07XG5cbiAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICBpZiAobW9iaWxlTWVudU9wZW4gPT09IGZhbHNlICYmIG9wZW5CdXR0b25SZWYuY3VycmVudCkge1xuICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgIGlmIChvcGVuQnV0dG9uUmVmLmN1cnJlbnQpIG9wZW5CdXR0b25SZWYuY3VycmVudC5mb2N1cygpO1xuICAgICAgfSwgMCk7XG4gICAgfVxuICB9LCBbbW9iaWxlTWVudU9wZW5dKTtcblxuICBjb25zdCBtYXBJdGVtc1RvRWxlbWVudCA9IDxUIGV4dGVuZHMgQXBwSGVhZGVySXRlbVtdPihcbiAgICBpdGVtczogVCxcbiAgICBzaWRlOiAnbGVmdCcgfCAncmlnaHQnLFxuICAgIGhpZGVFeHRyYUl0ZW1zPzogYm9vbGVhblxuICApID0+IHtcbiAgICBjb25zdCBzaG91bGRIaWRlSXRlbXMgPSBoaWRlRXh0cmFJdGVtcyA9PT0gdHJ1ZSAmJiBpdGVtcy5sZW5ndGggPiAxO1xuICAgIHJldHVybiBpdGVtcy5tYXAoKGl0ZW0sIGluZGV4KSA9PiB7XG4gICAgICBjb25zdCBpc0xhc3RJdGVtID0gaW5kZXggKyAxID09PSBpdGVtcy5sZW5ndGg7XG4gICAgICBjb25zdCBpc0hpZGFibGUgPSAhaXNMYXN0SXRlbSAmJiBzaG91bGRIaWRlSXRlbXM7XG4gICAgICByZXR1cm4gKFxuICAgICAgICA8QXBwSGVhZGVyTGlzdEl0ZW1cbiAgICAgICAgICBrZXk9e2l0ZW0uaWR9XG4gICAgICAgICAgbWw9e3NpZGUgPT09ICdyaWdodCcgJiYgaW5kZXggPT09IDAgPyAnYXV0bycgOiAwfVxuICAgICAgICAgIGRpc3BsYXk9e3tcbiAgICAgICAgICAgIF86IGlzSGlkYWJsZSA/ICdub25lJyA6ICdmbGV4JyxcbiAgICAgICAgICAgIHhzOiAnZmxleCcsXG4gICAgICAgICAgfX1cbiAgICAgICAgPlxuICAgICAgICAgIHttYXBBcHBIZWFkZXJJdGVtVG9FbGVtZW50KHtcbiAgICAgICAgICAgIGFjdGlvbixcbiAgICAgICAgICAgIGlzU3RhbmRhbG9uZTogdW5kZWZpbmVkLFxuICAgICAgICAgICAgaXNUZWFtczogdW5kZWZpbmVkLFxuICAgICAgICAgICAgaXRlbSxcbiAgICAgICAgICAgIG1vYmlsZTogdHJ1ZSxcbiAgICAgICAgICAgIG9uS2V5RG93bjogdW5kZWZpbmVkLFxuICAgICAgICAgICAgcmVkaXJlY3RQYXJhbSxcbiAgICAgICAgICB9KX1cbiAgICAgICAgPC9BcHBIZWFkZXJMaXN0SXRlbT5cbiAgICAgICk7XG4gICAgfSk7XG4gIH07XG5cbiAgY29uc3QgcmlnaHQgPSBbXG4gICAgLi4uKCFpc0VudGVycHJpc2UgPyBbc2VhcmNoQnV0dG9uXSA6IFtdKSxcbiAgICAuLi4obm90aWZpY2F0aW9uc0JlbGwgJiYgIWlzRW50ZXJwcmlzZSA/IFtub3RpZmljYXRpb25zQmVsbF0gOiBbXSksXG4gICAgLi4uaXRlbXMucmlnaHQsXG4gIF07XG5cbiAgY29uc3Qgb25JdGVtVHlwZSA9ICh0eXBlOiBzdHJpbmcgfCB1bmRlZmluZWQpID0+IHtcbiAgICBpZiAoXG4gICAgICB0eXBlICYmXG4gICAgICAodHlwZSA9PT0gJ2NhdGFsb2ctZHJvcGRvd24nIHx8IHR5cGUgPT09ICdyZXNvdXJjZXMtZHJvcGRvd24nKVxuICAgICkge1xuICAgICAgc2V0QWxsb3dTY3JvbGwodHJ1ZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHNldEFsbG93U2Nyb2xsKGZhbHNlKTtcbiAgICB9XG4gIH07XG5cbiAgcmV0dXJuIChcbiAgICA8PlxuICAgICAgPFNlYXJjaFRyYWNraW5nUHJvdmlkZXI+XG4gICAgICAgIHshbW9iaWxlTWVudU9wZW4gJiYgKCAvLyBuZWVkIHRoaXMgYmMgQXBwQmFyIGhhcyBhIGhhcmRjb2RlZCB6LUluZGV4IG9mIDE1XG4gICAgICAgICAgPEhlYWRlckhlaWdodEFyZWFcbiAgICAgICAgICAgIGRpc3BsYXk9e3sgXzogYGJsb2NrYCwgW2FwcEhlYWRlck1vYmlsZUJyZWFrcG9pbnRdOiBgbm9uZWAgfX1cbiAgICAgICAgICA+XG4gICAgICAgICAgICA8U3R5bGVkQXBwQmFyIGFzPVwibmF2XCIgYXJpYS1sYWJlbD1cIk1haW5cIj5cbiAgICAgICAgICAgICAgPFN0eWxlZE5hdkJhciBjZW50ZXI9eyEhaXNTaW1wbGV9PlxuICAgICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChpdGVtcy5sZWZ0LCAnbGVmdCcpfVxuICAgICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChyaWdodCwgJ3JpZ2h0JywgdHJ1ZSl9XG4gICAgICAgICAgICAgICAgeyFoaWRlUmlnaHRNZW51QnV0dG9uICYmIChcbiAgICAgICAgICAgICAgICAgIDxBcHBIZWFkZXJMaXN0SXRlbSBtbD17cmlnaHQubGVuZ3RoID09PSAwID8gJ2F1dG8nIDogMH0+XG4gICAgICAgICAgICAgICAgICAgIDxJY29uQnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgYXJpYS1leHBhbmRlZD17bW9iaWxlTWVudU9wZW59XG4gICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD17XG4gICAgICAgICAgICAgICAgICAgICAgICBuYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsPy5zaXRlTmF2aWdhdGlvbiB8fFxuICAgICAgICAgICAgICAgICAgICAgICAgJ1NpdGUgbmF2aWdhdGlvbidcbiAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgdGlwPXsnU2l0ZVxcbm5hdmlnYXRpb24nfVxuICAgICAgICAgICAgICAgICAgICAgIHRpcFByb3BzPXt7XG4gICAgICAgICAgICAgICAgICAgICAgICBhbGlnbm1lbnQ6ICdib3R0b20tY2VudGVyJyxcbiAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudDogJ2Zsb2F0aW5nJyxcbiAgICAgICAgICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgICAgICAgICAgIGRhdGEtdGVzdGlkPVwiaGVhZGVyLW1vYmlsZS1tZW51XCJcbiAgICAgICAgICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICBvcGVuTW9iaWxlTWVudSgpO1xuICAgICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgICAgaWNvbj17TWVudUljb259XG4gICAgICAgICAgICAgICAgICAgICAgdmFyaWFudD1cImludGVyZmFjZVwiXG4gICAgICAgICAgICAgICAgICAgICAgcmVmPXtvcGVuQnV0dG9uUmVmfVxuICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgPC9BcHBIZWFkZXJMaXN0SXRlbT5cbiAgICAgICAgICAgICAgICApfVxuICAgICAgICAgICAgICA8L1N0eWxlZE5hdkJhcj5cbiAgICAgICAgICAgIDwvU3R5bGVkQXBwQmFyPlxuICAgICAgICAgIDwvSGVhZGVySGVpZ2h0QXJlYT5cbiAgICAgICAgKX1cbiAgICAgICAgPFN0eWxlZE92ZXJsYXlcbiAgICAgICAgICBjbGlja091dHNpZGVDbG9zZXNcbiAgICAgICAgICBlc2NhcGVDbG9zZXNcbiAgICAgICAgICBpc09wZW49e21vYmlsZU1lbnVPcGVufVxuICAgICAgICAgIG9uUmVxdWVzdENsb3NlPXsoKSA9PiBzZXRNb2JpbGVNZW51T3BlbihmYWxzZSl9XG4gICAgICAgICAgYWxsb3dTY3JvbGw9e2FsbG93U2Nyb2xsfVxuICAgICAgICA+XG4gICAgICAgICAgPEJhY2tncm91bmQgYmc9XCJiZWlnZVwiPlxuICAgICAgICAgICAgPEhlYWRlckhlaWdodEFyZWFcbiAgICAgICAgICAgICAgZGlzcGxheT17eyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9fVxuICAgICAgICAgICAgICBhcz1cIm5hdlwiXG4gICAgICAgICAgICAgIGFyaWFMYWJlbD1cIk1haW5cIlxuICAgICAgICAgICAgICBkYXRhLXRlc3RpZD1cImhlYWRlci1tb2JpbGUtbWVudS1kcm9wZG93blwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgIDxTdHlsZWRBcHBCYXI+XG4gICAgICAgICAgICAgICAgPFN0eWxlZE5hdkJhcj5cbiAgICAgICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChpdGVtcy5sZWZ0LCAnbGVmdCcpfVxuICAgICAgICAgICAgICAgICAgPEFwcEhlYWRlckxpc3RJdGVtIG1sPVwiYXV0b1wiPlxuICAgICAgICAgICAgICAgICAgICA8SWNvbkJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAgIGFyaWEtZXhwYW5kZWQ9e21vYmlsZU1lbnVPcGVufVxuICAgICAgICAgICAgICAgICAgICAgIG9uQ2xpY2s9eygpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHNldE1vYmlsZU1lbnVPcGVuKGZhbHNlKTtcbiAgICAgICAgICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgICAgICAgICAgIGljb249e01lbnVJY29ufVxuICAgICAgICAgICAgICAgICAgICAgIGFyaWEtbGFiZWw9e1xuICAgICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbD8uc2l0ZU5hdmlnYXRpb24gfHxcbiAgICAgICAgICAgICAgICAgICAgICAgICdTaXRlIG5hdmlnYXRpb24nXG4gICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgIHRpcD17XG4gICAgICAgICAgICAgICAgICAgICAgICBuYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsPy5zaXRlTmF2aWdhdGlvbiB8fFxuICAgICAgICAgICAgICAgICAgICAgICAgJ1NpdGUgbmF2aWdhdGlvbidcbiAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgdGlwUHJvcHM9e3tcbiAgICAgICAgICAgICAgICAgICAgICAgIGFsaWdubWVudDogJ2JvdHRvbS1jZW50ZXInLFxuICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50OiAnZmxvYXRpbmcnLFxuICAgICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgICAgcmVmPXtjbG9zZUJ1dHRvblJlZn1cbiAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgIDwvQXBwSGVhZGVyTGlzdEl0ZW0+XG4gICAgICAgICAgICAgICAgPC9TdHlsZWROYXZCYXI+XG4gICAgICAgICAgICAgIDwvU3R5bGVkQXBwQmFyPlxuICAgICAgICAgICAgICA8Qm94IGJhY2tncm91bmQ9e3RoZW1lLmNvbG9ycy5iZWlnZX0gaGVpZ2h0PVwiYXV0b1wiPlxuICAgICAgICAgICAgICAgIDxBcHBIZWFkZXJNYWluTWVudU1vYmlsZVxuICAgICAgICAgICAgICAgICAgYWN0aW9uPXthY3Rpb259XG4gICAgICAgICAgICAgICAgICBpdGVtcz17aXRlbXMubWFpbk1lbnV9XG4gICAgICAgICAgICAgICAgICBnZXRJdGVtVHlwZT17b25JdGVtVHlwZX1cbiAgICAgICAgICAgICAgICAgIGlzQW5vbj17aXNBbm9ufVxuICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgIDwvQm94PlxuICAgICAgICAgICAgPC9IZWFkZXJIZWlnaHRBcmVhPlxuICAgICAgICAgIDwvQmFja2dyb3VuZD5cbiAgICAgICAgPC9TdHlsZWRPdmVybGF5PlxuICAgICAgICB7IWlzRW50ZXJwcmlzZSAmJiAoXG4gICAgICAgICAgPEJveCBkaXNwbGF5PXt7IF86IGBibG9ja2AsIFthcHBIZWFkZXJNb2JpbGVCcmVha3BvaW50XTogYG5vbmVgIH19PlxuICAgICAgICAgICAge3NlYXJjaFBhbmV9XG4gICAgICAgICAgPC9Cb3g+XG4gICAgICAgICl9XG4gICAgICAgIDxCb3ggZGlzcGxheT17eyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9fT5cbiAgICAgICAgICB7bm90aWZpY2F0aW9uc1ZpZXd9XG4gICAgICAgIDwvQm94PlxuICAgICAgPC9TZWFyY2hUcmFja2luZ1Byb3ZpZGVyPlxuICAgIDwvPlxuICApO1xufTtcbiJdfQ== */");
|
|
32
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BcHBIZWFkZXJNb2JpbGUvaW5kZXgudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTZDc0IiLCJmaWxlIjoiLi4vLi4vc3JjL0FwcEhlYWRlck1vYmlsZS9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBCb3gsXG4gIEJ1dHRvbkJhc2VFbGVtZW50cyxcbiAgSWNvbkJ1dHRvbixcbiAgT3ZlcmxheSxcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQnO1xuaW1wb3J0IHsgTWVudUljb24gfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1pY29ucyc7XG5pbXBvcnQgeyBCYWNrZ3JvdW5kLCBjc3MsIHN0YXRlcywgdGhlbWUgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgdXNlRWZmZWN0LCB1c2VSZWYsIHVzZVN0YXRlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBBcHBIZWFkZXJTZWFyY2ggfSBmcm9tICcuLic7XG5pbXBvcnQgeyBBcHBIZWFkZXJMaXN0SXRlbSB9IGZyb20gJy4uL0FwcEhlYWRlci9BcHBIZWFkZXJFbGVtZW50cy9BcHBIZWFkZXJMaXN0SXRlbSc7XG5pbXBvcnQgeyB1c2VIZWFkZXJTZWFyY2ggfSBmcm9tICcuLi9BcHBIZWFkZXIvU2VhcmNoL3VzZUhlYWRlclNlYXJjaCc7XG5pbXBvcnQge1xuICBBcHBIZWFkZXJBY3Rpb24sXG4gIEFwcEhlYWRlckl0ZW0sXG4gIGFwcEhlYWRlck1vYmlsZUJyZWFrcG9pbnQsXG4gIEZvcm1hdHRlZE1vYmlsZUFwcEhlYWRlckl0ZW1zLFxuICBTdHlsZWRBcHBCYXIsXG59IGZyb20gJy4uL0FwcEhlYWRlci9zaGFyZWQnO1xuaW1wb3J0IHsgbWFwQXBwSGVhZGVySXRlbVRvRWxlbWVudCB9IGZyb20gJy4uL0FwcEhlYWRlci9zaGFyZWQvdXRpbHMnO1xuaW1wb3J0IHsgQXBwSGVhZGVyTWFpbk1lbnVNb2JpbGUgfSBmcm9tICcuLi9BcHBIZWFkZXJNb2JpbGUvQXBwSGVhZGVyTWFpbk1lbnVNb2JpbGUnO1xuaW1wb3J0IHsgTmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbCB9IGZyb20gJy4uL0dsb2JhbEhlYWRlcic7XG5pbXBvcnQgeyBIZWFkZXJIZWlnaHRBcmVhIH0gZnJvbSAnLi4vSGVhZGVySGVpZ2h0QXJlYSc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25zQ29udGVudHMgfSBmcm9tICcuLi9Ob3RpZmljYXRpb25zL05vdGlmaWNhdGlvbnNDb250ZW50cyc7XG5pbXBvcnQgeyBBcHBIZWFkZXJOb3RpZmljYXRpb25TZXR0aW5ncyB9IGZyb20gJy4uL05vdGlmaWNhdGlvbnMvdHlwZXMnO1xuaW1wb3J0IHsgdXNlSGVhZGVyTm90aWZpY2F0aW9ucyB9IGZyb20gJy4uL05vdGlmaWNhdGlvbnMvdXNlSGVhZGVyTm90aWZpY2F0aW9ucyc7XG5cbmV4cG9ydCB0eXBlIEFwcEhlYWRlck1vYmlsZVByb3BzID0gQXBwSGVhZGVyQWN0aW9uICYge1xuICBpdGVtczogRm9ybWF0dGVkTW9iaWxlQXBwSGVhZGVySXRlbXM7XG4gIG5vdGlmaWNhdGlvbnM/OiBBcHBIZWFkZXJOb3RpZmljYXRpb25TZXR0aW5ncztcbiAgcmVkaXJlY3RQYXJhbT86IHN0cmluZztcbiAgc2VhcmNoOiBBcHBIZWFkZXJTZWFyY2g7XG4gIGlzQW5vbjogYm9vbGVhbjtcbiAgLyoqXG4gICAqIHVzZWQgdG8gY29uZGl0b25hbGx5IGhpZGUgdGhlIGRlZmF1bHQgc2VhcmNoIGljb24gYW5kIG5vdGlmaWNhdGlvbiBiZWxsXG4gICAqL1xuICBpc0VudGVycHJpc2U/OiBib29sZWFuO1xuICBpc1NpbXBsZT86IGJvb2xlYW47XG4gIGhpZGVSaWdodE1lbnVCdXR0b24/OiBib29sZWFuO1xuICBuYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsPzogTmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbDtcbn07XG5cbmNvbnN0IFN0eWxlZE92ZXJsYXkgPSBzdHlsZWQoT3ZlcmxheSkoXG4gIGNzcyh7XG4gICAgZGlzcGxheTogeyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9LFxuICAgIHdpZHRoOiBgMTAwdndgLFxuICAgIGhlaWdodDogYDEwMHZoYCxcbiAgICBvcGFjaXR5OiAxLFxuICAgIGJnOiBgYmVpZ2VgLFxuICAgIHBvc2l0aW9uOiBgZml4ZWRgLFxuICAgIGxlZnQ6IDAsXG4gICAgdG9wOiAwLFxuICAgIG92ZXJmbG93WDogYGhpZGRlbmAsXG4gIH0pXG4pO1xuXG5jb25zdCBTdHlsZWROYXZCYXIgPSBzdHlsZWQudWw8eyBjZW50ZXI/OiBib29sZWFuIH0+KFxuICBjc3Moe1xuICAgIGRpc3BsYXk6IGBmbGV4YCxcbiAgICBwYWRkaW5nOiAwLFxuICAgIGxpc3RTdHlsZTogYG5vbmVgLFxuICAgIG1hcmdpbjogMCxcbiAgICB3aWR0aDogYDEwMCVgLFxuICAgIGFsaWduSXRlbXM6ICdjZW50ZXInLFxuICB9KSxcbiAgc3RhdGVzKHtcbiAgICBjZW50ZXI6IHtcbiAgICAgIGp1c3RpZnlDb250ZW50OiB7XG4gICAgICAgIF86ICdjZW50ZXInLFxuICAgICAgICBzbTogJ2ZsZXgtc3RhcnQnLFxuICAgICAgfSxcbiAgICB9LFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IEFwcEhlYWRlck1vYmlsZTogUmVhY3QuRkM8QXBwSGVhZGVyTW9iaWxlUHJvcHM+ID0gKHtcbiAgYWN0aW9uLFxuICBpdGVtcyxcbiAgbm90aWZpY2F0aW9ucyxcbiAgc2VhcmNoLFxuICByZWRpcmVjdFBhcmFtLFxuICBpc0Fub24sXG4gIGlzRW50ZXJwcmlzZSxcbiAgaXNTaW1wbGUsXG4gIGhpZGVSaWdodE1lbnVCdXR0b24sXG4gIG5hdmlnYXRpb25NZW51Rm9ybWF0dGVkTGFiZWwsXG59KSA9PiB7XG4gIGNvbnN0IFttb2JpbGVNZW51T3Blbiwgc2V0TW9iaWxlTWVudU9wZW5dID0gdXNlU3RhdGU8Ym9vbGVhbiB8IHVuZGVmaW5lZD4oXG4gICAgdW5kZWZpbmVkXG4gICk7XG4gIGNvbnN0IFthbGxvd1Njcm9sbCwgc2V0QWxsb3dTY3JvbGxdID0gdXNlU3RhdGU8Ym9vbGVhbj4oZmFsc2UpO1xuICBjb25zdCBvcGVuQnV0dG9uUmVmID0gdXNlUmVmPEJ1dHRvbkJhc2VFbGVtZW50cz4obnVsbCk7XG4gIGNvbnN0IGNsb3NlQnV0dG9uUmVmID0gdXNlUmVmPEJ1dHRvbkJhc2VFbGVtZW50cz4obnVsbCk7XG5cbiAgY29uc3QgW25vdGlmaWNhdGlvbnNCZWxsLCBub3RpZmljYXRpb25zVmlld10gPSB1c2VIZWFkZXJOb3RpZmljYXRpb25zKHtcbiAgICBzZXR0aW5nczogbm90aWZpY2F0aW9ucyxcbiAgICBSZW5kZXJlcjogTm90aWZpY2F0aW9uc0NvbnRlbnRzLFxuICB9KTtcblxuICBjb25zdCBbc2VhcmNoQnV0dG9uLCBzZWFyY2hQYW5lXSA9IHVzZUhlYWRlclNlYXJjaCh7XG4gICAgLi4uc2VhcmNoLFxuICB9KTtcblxuICBjb25zdCBvcGVuTW9iaWxlTWVudSA9ICgpID0+IHtcbiAgICBzZXRNb2JpbGVNZW51T3Blbih0cnVlKTtcblxuICAgIGlmIChjbG9zZUJ1dHRvblJlZi5jdXJyZW50KSB7XG4gICAgICBjbG9zZUJ1dHRvblJlZi5jdXJyZW50LmZvY3VzKCk7XG4gICAgfVxuICB9O1xuXG4gIHVzZUVmZmVjdCgoKSA9PiB7XG4gICAgaWYgKG1vYmlsZU1lbnVPcGVuID09PSBmYWxzZSAmJiBvcGVuQnV0dG9uUmVmLmN1cnJlbnQpIHtcbiAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICBpZiAob3BlbkJ1dHRvblJlZi5jdXJyZW50KSBvcGVuQnV0dG9uUmVmLmN1cnJlbnQuZm9jdXMoKTtcbiAgICAgIH0sIDApO1xuICAgIH1cbiAgfSwgW21vYmlsZU1lbnVPcGVuXSk7XG5cbiAgY29uc3QgbWFwSXRlbXNUb0VsZW1lbnQgPSA8VCBleHRlbmRzIEFwcEhlYWRlckl0ZW1bXT4oXG4gICAgaXRlbXM6IFQsXG4gICAgc2lkZTogJ2xlZnQnIHwgJ3JpZ2h0JyxcbiAgICBoaWRlRXh0cmFJdGVtcz86IGJvb2xlYW5cbiAgKSA9PiB7XG4gICAgY29uc3Qgc2hvdWxkSGlkZUl0ZW1zID0gaGlkZUV4dHJhSXRlbXMgPT09IHRydWUgJiYgaXRlbXMubGVuZ3RoID4gMTtcbiAgICByZXR1cm4gaXRlbXMubWFwKChpdGVtLCBpbmRleCkgPT4ge1xuICAgICAgY29uc3QgaXNMYXN0SXRlbSA9IGluZGV4ICsgMSA9PT0gaXRlbXMubGVuZ3RoO1xuICAgICAgY29uc3QgaXNIaWRhYmxlID0gIWlzTGFzdEl0ZW0gJiYgc2hvdWxkSGlkZUl0ZW1zO1xuICAgICAgcmV0dXJuIChcbiAgICAgICAgPEFwcEhlYWRlckxpc3RJdGVtXG4gICAgICAgICAga2V5PXtpdGVtLmlkfVxuICAgICAgICAgIG1sPXtzaWRlID09PSAncmlnaHQnICYmIGluZGV4ID09PSAwID8gJ2F1dG8nIDogMH1cbiAgICAgICAgICBkaXNwbGF5PXt7XG4gICAgICAgICAgICBfOiBpc0hpZGFibGUgPyAnbm9uZScgOiAnZmxleCcsXG4gICAgICAgICAgICB4czogJ2ZsZXgnLFxuICAgICAgICAgIH19XG4gICAgICAgID5cbiAgICAgICAgICB7bWFwQXBwSGVhZGVySXRlbVRvRWxlbWVudCh7XG4gICAgICAgICAgICBhY3Rpb24sXG4gICAgICAgICAgICBpc1N0YW5kYWxvbmU6IHVuZGVmaW5lZCxcbiAgICAgICAgICAgIGlzVGVhbXM6IHVuZGVmaW5lZCxcbiAgICAgICAgICAgIGl0ZW0sXG4gICAgICAgICAgICBtb2JpbGU6IHRydWUsXG4gICAgICAgICAgICBvbktleURvd246IHVuZGVmaW5lZCxcbiAgICAgICAgICAgIHJlZGlyZWN0UGFyYW0sXG4gICAgICAgICAgfSl9XG4gICAgICAgIDwvQXBwSGVhZGVyTGlzdEl0ZW0+XG4gICAgICApO1xuICAgIH0pO1xuICB9O1xuXG4gIGNvbnN0IHJpZ2h0ID0gW1xuICAgIC4uLighaXNFbnRlcnByaXNlID8gW3NlYXJjaEJ1dHRvbl0gOiBbXSksXG4gICAgLi4uKG5vdGlmaWNhdGlvbnNCZWxsICYmICFpc0VudGVycHJpc2UgPyBbbm90aWZpY2F0aW9uc0JlbGxdIDogW10pLFxuICAgIC4uLml0ZW1zLnJpZ2h0LFxuICBdO1xuXG4gIGNvbnN0IG9uSXRlbVR5cGUgPSAodHlwZTogc3RyaW5nIHwgdW5kZWZpbmVkKSA9PiB7XG4gICAgaWYgKFxuICAgICAgdHlwZSAmJlxuICAgICAgKHR5cGUgPT09ICdjYXRhbG9nLWRyb3Bkb3duJyB8fCB0eXBlID09PSAncmVzb3VyY2VzLWRyb3Bkb3duJylcbiAgICApIHtcbiAgICAgIHNldEFsbG93U2Nyb2xsKHRydWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICBzZXRBbGxvd1Njcm9sbChmYWxzZSk7XG4gICAgfVxuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPD5cbiAgICAgIHshbW9iaWxlTWVudU9wZW4gJiYgKCAvLyBuZWVkIHRoaXMgYmMgQXBwQmFyIGhhcyBhIGhhcmRjb2RlZCB6LUluZGV4IG9mIDE1XG4gICAgICAgIDxIZWFkZXJIZWlnaHRBcmVhXG4gICAgICAgICAgZGlzcGxheT17eyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9fVxuICAgICAgICA+XG4gICAgICAgICAgPFN0eWxlZEFwcEJhciBhcz1cIm5hdlwiIGFyaWEtbGFiZWw9XCJNYWluXCI+XG4gICAgICAgICAgICA8U3R5bGVkTmF2QmFyIGNlbnRlcj17ISFpc1NpbXBsZX0+XG4gICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChpdGVtcy5sZWZ0LCAnbGVmdCcpfVxuICAgICAgICAgICAgICB7bWFwSXRlbXNUb0VsZW1lbnQocmlnaHQsICdyaWdodCcsIHRydWUpfVxuICAgICAgICAgICAgICB7IWhpZGVSaWdodE1lbnVCdXR0b24gJiYgKFxuICAgICAgICAgICAgICAgIDxBcHBIZWFkZXJMaXN0SXRlbSBtbD17cmlnaHQubGVuZ3RoID09PSAwID8gJ2F1dG8nIDogMH0+XG4gICAgICAgICAgICAgICAgICA8SWNvbkJ1dHRvblxuICAgICAgICAgICAgICAgICAgICBhcmlhLWV4cGFuZGVkPXttb2JpbGVNZW51T3Blbn1cbiAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD17XG4gICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbD8uc2l0ZU5hdmlnYXRpb24gfHxcbiAgICAgICAgICAgICAgICAgICAgICAnU2l0ZSBuYXZpZ2F0aW9uJ1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHRpcD17J1NpdGVcXG5uYXZpZ2F0aW9uJ31cbiAgICAgICAgICAgICAgICAgICAgdGlwUHJvcHM9e3tcbiAgICAgICAgICAgICAgICAgICAgICBhbGlnbm1lbnQ6ICdib3R0b20tY2VudGVyJyxcbiAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ6ICdmbG9hdGluZycsXG4gICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgIGRhdGEtdGVzdGlkPVwiaGVhZGVyLW1vYmlsZS1tZW51XCJcbiAgICAgICAgICAgICAgICAgICAgb25DbGljaz17KCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgIG9wZW5Nb2JpbGVNZW51KCk7XG4gICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgIGljb249e01lbnVJY29ufVxuICAgICAgICAgICAgICAgICAgICB2YXJpYW50PVwiaW50ZXJmYWNlXCJcbiAgICAgICAgICAgICAgICAgICAgcmVmPXtvcGVuQnV0dG9uUmVmfVxuICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICA8L0FwcEhlYWRlckxpc3RJdGVtPlxuICAgICAgICAgICAgICApfVxuICAgICAgICAgICAgPC9TdHlsZWROYXZCYXI+XG4gICAgICAgICAgPC9TdHlsZWRBcHBCYXI+XG4gICAgICAgIDwvSGVhZGVySGVpZ2h0QXJlYT5cbiAgICAgICl9XG4gICAgICA8U3R5bGVkT3ZlcmxheVxuICAgICAgICBjbGlja091dHNpZGVDbG9zZXNcbiAgICAgICAgZXNjYXBlQ2xvc2VzXG4gICAgICAgIGlzT3Blbj17bW9iaWxlTWVudU9wZW59XG4gICAgICAgIG9uUmVxdWVzdENsb3NlPXsoKSA9PiBzZXRNb2JpbGVNZW51T3BlbihmYWxzZSl9XG4gICAgICAgIGFsbG93U2Nyb2xsPXthbGxvd1Njcm9sbH1cbiAgICAgID5cbiAgICAgICAgPEJhY2tncm91bmQgYmc9XCJiZWlnZVwiPlxuICAgICAgICAgIDxIZWFkZXJIZWlnaHRBcmVhXG4gICAgICAgICAgICBkaXNwbGF5PXt7IF86IGBibG9ja2AsIFthcHBIZWFkZXJNb2JpbGVCcmVha3BvaW50XTogYG5vbmVgIH19XG4gICAgICAgICAgICBhcz1cIm5hdlwiXG4gICAgICAgICAgICBhcmlhTGFiZWw9XCJNYWluXCJcbiAgICAgICAgICAgIGRhdGEtdGVzdGlkPVwiaGVhZGVyLW1vYmlsZS1tZW51LWRyb3Bkb3duXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICA8U3R5bGVkQXBwQmFyPlxuICAgICAgICAgICAgICA8U3R5bGVkTmF2QmFyPlxuICAgICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChpdGVtcy5sZWZ0LCAnbGVmdCcpfVxuICAgICAgICAgICAgICAgIDxBcHBIZWFkZXJMaXN0SXRlbSBtbD1cImF1dG9cIj5cbiAgICAgICAgICAgICAgICAgIDxJY29uQnV0dG9uXG4gICAgICAgICAgICAgICAgICAgIGFyaWEtZXhwYW5kZWQ9e21vYmlsZU1lbnVPcGVufVxuICAgICAgICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgc2V0TW9iaWxlTWVudU9wZW4oZmFsc2UpO1xuICAgICAgICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgICAgICAgICBpY29uPXtNZW51SWNvbn1cbiAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD17XG4gICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbD8uc2l0ZU5hdmlnYXRpb24gfHxcbiAgICAgICAgICAgICAgICAgICAgICAnU2l0ZSBuYXZpZ2F0aW9uJ1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHRpcD17XG4gICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbD8uc2l0ZU5hdmlnYXRpb24gfHxcbiAgICAgICAgICAgICAgICAgICAgICAnU2l0ZSBuYXZpZ2F0aW9uJ1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHRpcFByb3BzPXt7XG4gICAgICAgICAgICAgICAgICAgICAgYWxpZ25tZW50OiAnYm90dG9tLWNlbnRlcicsXG4gICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50OiAnZmxvYXRpbmcnLFxuICAgICAgICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgICAgICAgICByZWY9e2Nsb3NlQnV0dG9uUmVmfVxuICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICA8L0FwcEhlYWRlckxpc3RJdGVtPlxuICAgICAgICAgICAgICA8L1N0eWxlZE5hdkJhcj5cbiAgICAgICAgICAgIDwvU3R5bGVkQXBwQmFyPlxuICAgICAgICAgICAgPEJveCBiYWNrZ3JvdW5kPXt0aGVtZS5jb2xvcnMuYmVpZ2V9IGhlaWdodD1cImF1dG9cIj5cbiAgICAgICAgICAgICAgPEFwcEhlYWRlck1haW5NZW51TW9iaWxlXG4gICAgICAgICAgICAgICAgYWN0aW9uPXthY3Rpb259XG4gICAgICAgICAgICAgICAgaXRlbXM9e2l0ZW1zLm1haW5NZW51fVxuICAgICAgICAgICAgICAgIGdldEl0ZW1UeXBlPXtvbkl0ZW1UeXBlfVxuICAgICAgICAgICAgICAgIGlzQW5vbj17aXNBbm9ufVxuICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgPC9Cb3g+XG4gICAgICAgICAgPC9IZWFkZXJIZWlnaHRBcmVhPlxuICAgICAgICA8L0JhY2tncm91bmQ+XG4gICAgICA8L1N0eWxlZE92ZXJsYXk+XG4gICAgICB7IWlzRW50ZXJwcmlzZSAmJiAoXG4gICAgICAgIDxCb3ggZGlzcGxheT17eyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9fT5cbiAgICAgICAgICB7c2VhcmNoUGFuZX1cbiAgICAgICAgPC9Cb3g+XG4gICAgICApfVxuICAgICAgPEJveCBkaXNwbGF5PXt7IF86IGBibG9ja2AsIFthcHBIZWFkZXJNb2JpbGVCcmVha3BvaW50XTogYG5vbmVgIH19PlxuICAgICAgICB7bm90aWZpY2F0aW9uc1ZpZXd9XG4gICAgICA8L0JveD5cbiAgICA8Lz5cbiAgKTtcbn07XG4iXX0= */");
|
|
34
33
|
const StyledNavBar = /*#__PURE__*/_styled("ul", {
|
|
35
34
|
target: "e14c9jns0",
|
|
36
35
|
label: "StyledNavBar"
|
|
@@ -48,7 +47,7 @@ const StyledNavBar = /*#__PURE__*/_styled("ul", {
|
|
|
48
47
|
sm: 'flex-start'
|
|
49
48
|
}
|
|
50
49
|
}
|
|
51
|
-
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BcHBIZWFkZXJNb2JpbGUvaW5kZXgudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTREcUIiLCJmaWxlIjoiLi4vLi4vc3JjL0FwcEhlYWRlck1vYmlsZS9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBCb3gsXG4gIEJ1dHRvbkJhc2VFbGVtZW50cyxcbiAgSWNvbkJ1dHRvbixcbiAgT3ZlcmxheSxcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQnO1xuaW1wb3J0IHsgTWVudUljb24gfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1pY29ucyc7XG5pbXBvcnQgeyBCYWNrZ3JvdW5kLCBjc3MsIHN0YXRlcywgdGhlbWUgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgdXNlRWZmZWN0LCB1c2VSZWYsIHVzZVN0YXRlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBBcHBIZWFkZXJTZWFyY2ggfSBmcm9tICcuLic7XG5pbXBvcnQgeyBBcHBIZWFkZXJMaXN0SXRlbSB9IGZyb20gJy4uL0FwcEhlYWRlci9BcHBIZWFkZXJFbGVtZW50cy9BcHBIZWFkZXJMaXN0SXRlbSc7XG5pbXBvcnQgeyBTZWFyY2hUcmFja2luZ1Byb3ZpZGVyIH0gZnJvbSAnLi4vQXBwSGVhZGVyL1NlYXJjaC9TZWFyY2hUcmFja2luZ1Byb3ZpZGVyJztcbmltcG9ydCB7IHVzZUhlYWRlclNlYXJjaCB9IGZyb20gJy4uL0FwcEhlYWRlci9TZWFyY2gvdXNlSGVhZGVyU2VhcmNoJztcbmltcG9ydCB7XG4gIEFwcEhlYWRlckFjdGlvbixcbiAgQXBwSGVhZGVySXRlbSxcbiAgYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludCxcbiAgRm9ybWF0dGVkTW9iaWxlQXBwSGVhZGVySXRlbXMsXG4gIFN0eWxlZEFwcEJhcixcbn0gZnJvbSAnLi4vQXBwSGVhZGVyL3NoYXJlZCc7XG5pbXBvcnQgeyBtYXBBcHBIZWFkZXJJdGVtVG9FbGVtZW50IH0gZnJvbSAnLi4vQXBwSGVhZGVyL3NoYXJlZC91dGlscyc7XG5pbXBvcnQgeyBBcHBIZWFkZXJNYWluTWVudU1vYmlsZSB9IGZyb20gJy4uL0FwcEhlYWRlck1vYmlsZS9BcHBIZWFkZXJNYWluTWVudU1vYmlsZSc7XG5pbXBvcnQgeyBOYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsIH0gZnJvbSAnLi4vR2xvYmFsSGVhZGVyJztcbmltcG9ydCB7IEhlYWRlckhlaWdodEFyZWEgfSBmcm9tICcuLi9IZWFkZXJIZWlnaHRBcmVhJztcbmltcG9ydCB7IE5vdGlmaWNhdGlvbnNDb250ZW50cyB9IGZyb20gJy4uL05vdGlmaWNhdGlvbnMvTm90aWZpY2F0aW9uc0NvbnRlbnRzJztcbmltcG9ydCB7IEFwcEhlYWRlck5vdGlmaWNhdGlvblNldHRpbmdzIH0gZnJvbSAnLi4vTm90aWZpY2F0aW9ucy90eXBlcyc7XG5pbXBvcnQgeyB1c2VIZWFkZXJOb3RpZmljYXRpb25zIH0gZnJvbSAnLi4vTm90aWZpY2F0aW9ucy91c2VIZWFkZXJOb3RpZmljYXRpb25zJztcblxuZXhwb3J0IHR5cGUgQXBwSGVhZGVyTW9iaWxlUHJvcHMgPSBBcHBIZWFkZXJBY3Rpb24gJiB7XG4gIGl0ZW1zOiBGb3JtYXR0ZWRNb2JpbGVBcHBIZWFkZXJJdGVtcztcbiAgbm90aWZpY2F0aW9ucz86IEFwcEhlYWRlck5vdGlmaWNhdGlvblNldHRpbmdzO1xuICByZWRpcmVjdFBhcmFtPzogc3RyaW5nO1xuICBzZWFyY2g6IEFwcEhlYWRlclNlYXJjaDtcbiAgaXNBbm9uOiBib29sZWFuO1xuICAvKipcbiAgICogdXNlZCB0byBjb25kaXRvbmFsbHkgaGlkZSB0aGUgZGVmYXVsdCBzZWFyY2ggaWNvbiBhbmQgbm90aWZpY2F0aW9uIGJlbGxcbiAgICovXG4gIGlzRW50ZXJwcmlzZT86IGJvb2xlYW47XG4gIGlzU2ltcGxlPzogYm9vbGVhbjtcbiAgaGlkZVJpZ2h0TWVudUJ1dHRvbj86IGJvb2xlYW47XG4gIG5hdmlnYXRpb25NZW51Rm9ybWF0dGVkTGFiZWw/OiBOYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsO1xufTtcblxuY29uc3QgU3R5bGVkT3ZlcmxheSA9IHN0eWxlZChPdmVybGF5KShcbiAgY3NzKHtcbiAgICBkaXNwbGF5OiB7IF86IGBibG9ja2AsIFthcHBIZWFkZXJNb2JpbGVCcmVha3BvaW50XTogYG5vbmVgIH0sXG4gICAgd2lkdGg6IGAxMDB2d2AsXG4gICAgaGVpZ2h0OiBgMTAwdmhgLFxuICAgIG9wYWNpdHk6IDEsXG4gICAgYmc6IGBiZWlnZWAsXG4gICAgcG9zaXRpb246IGBmaXhlZGAsXG4gICAgbGVmdDogMCxcbiAgICB0b3A6IDAsXG4gICAgb3ZlcmZsb3dYOiBgaGlkZGVuYCxcbiAgfSlcbik7XG5cbmNvbnN0IFN0eWxlZE5hdkJhciA9IHN0eWxlZC51bDx7IGNlbnRlcj86IGJvb2xlYW4gfT4oXG4gIGNzcyh7XG4gICAgZGlzcGxheTogYGZsZXhgLFxuICAgIHBhZGRpbmc6IDAsXG4gICAgbGlzdFN0eWxlOiBgbm9uZWAsXG4gICAgbWFyZ2luOiAwLFxuICAgIHdpZHRoOiBgMTAwJWAsXG4gICAgYWxpZ25JdGVtczogJ2NlbnRlcicsXG4gIH0pLFxuICBzdGF0ZXMoe1xuICAgIGNlbnRlcjoge1xuICAgICAganVzdGlmeUNvbnRlbnQ6IHtcbiAgICAgICAgXzogJ2NlbnRlcicsXG4gICAgICAgIHNtOiAnZmxleC1zdGFydCcsXG4gICAgICB9LFxuICAgIH0sXG4gIH0pXG4pO1xuXG5leHBvcnQgY29uc3QgQXBwSGVhZGVyTW9iaWxlOiBSZWFjdC5GQzxBcHBIZWFkZXJNb2JpbGVQcm9wcz4gPSAoe1xuICBhY3Rpb24sXG4gIGl0ZW1zLFxuICBub3RpZmljYXRpb25zLFxuICBzZWFyY2gsXG4gIHJlZGlyZWN0UGFyYW0sXG4gIGlzQW5vbixcbiAgaXNFbnRlcnByaXNlLFxuICBpc1NpbXBsZSxcbiAgaGlkZVJpZ2h0TWVudUJ1dHRvbixcbiAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbCxcbn0pID0+IHtcbiAgY29uc3QgW21vYmlsZU1lbnVPcGVuLCBzZXRNb2JpbGVNZW51T3Blbl0gPSB1c2VTdGF0ZTxib29sZWFuIHwgdW5kZWZpbmVkPihcbiAgICB1bmRlZmluZWRcbiAgKTtcbiAgY29uc3QgW2FsbG93U2Nyb2xsLCBzZXRBbGxvd1Njcm9sbF0gPSB1c2VTdGF0ZTxib29sZWFuPihmYWxzZSk7XG4gIGNvbnN0IG9wZW5CdXR0b25SZWYgPSB1c2VSZWY8QnV0dG9uQmFzZUVsZW1lbnRzPihudWxsKTtcbiAgY29uc3QgY2xvc2VCdXR0b25SZWYgPSB1c2VSZWY8QnV0dG9uQmFzZUVsZW1lbnRzPihudWxsKTtcblxuICBjb25zdCBbbm90aWZpY2F0aW9uc0JlbGwsIG5vdGlmaWNhdGlvbnNWaWV3XSA9IHVzZUhlYWRlck5vdGlmaWNhdGlvbnMoe1xuICAgIHNldHRpbmdzOiBub3RpZmljYXRpb25zLFxuICAgIFJlbmRlcmVyOiBOb3RpZmljYXRpb25zQ29udGVudHMsXG4gIH0pO1xuXG4gIGNvbnN0IFtzZWFyY2hCdXR0b24sIHNlYXJjaFBhbmVdID0gdXNlSGVhZGVyU2VhcmNoKHtcbiAgICAuLi5zZWFyY2gsXG4gIH0pO1xuXG4gIGNvbnN0IG9wZW5Nb2JpbGVNZW51ID0gKCkgPT4ge1xuICAgIHNldE1vYmlsZU1lbnVPcGVuKHRydWUpO1xuXG4gICAgaWYgKGNsb3NlQnV0dG9uUmVmLmN1cnJlbnQpIHtcbiAgICAgIGNsb3NlQnV0dG9uUmVmLmN1cnJlbnQuZm9jdXMoKTtcbiAgICB9XG4gIH07XG5cbiAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICBpZiAobW9iaWxlTWVudU9wZW4gPT09IGZhbHNlICYmIG9wZW5CdXR0b25SZWYuY3VycmVudCkge1xuICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgIGlmIChvcGVuQnV0dG9uUmVmLmN1cnJlbnQpIG9wZW5CdXR0b25SZWYuY3VycmVudC5mb2N1cygpO1xuICAgICAgfSwgMCk7XG4gICAgfVxuICB9LCBbbW9iaWxlTWVudU9wZW5dKTtcblxuICBjb25zdCBtYXBJdGVtc1RvRWxlbWVudCA9IDxUIGV4dGVuZHMgQXBwSGVhZGVySXRlbVtdPihcbiAgICBpdGVtczogVCxcbiAgICBzaWRlOiAnbGVmdCcgfCAncmlnaHQnLFxuICAgIGhpZGVFeHRyYUl0ZW1zPzogYm9vbGVhblxuICApID0+IHtcbiAgICBjb25zdCBzaG91bGRIaWRlSXRlbXMgPSBoaWRlRXh0cmFJdGVtcyA9PT0gdHJ1ZSAmJiBpdGVtcy5sZW5ndGggPiAxO1xuICAgIHJldHVybiBpdGVtcy5tYXAoKGl0ZW0sIGluZGV4KSA9PiB7XG4gICAgICBjb25zdCBpc0xhc3RJdGVtID0gaW5kZXggKyAxID09PSBpdGVtcy5sZW5ndGg7XG4gICAgICBjb25zdCBpc0hpZGFibGUgPSAhaXNMYXN0SXRlbSAmJiBzaG91bGRIaWRlSXRlbXM7XG4gICAgICByZXR1cm4gKFxuICAgICAgICA8QXBwSGVhZGVyTGlzdEl0ZW1cbiAgICAgICAgICBrZXk9e2l0ZW0uaWR9XG4gICAgICAgICAgbWw9e3NpZGUgPT09ICdyaWdodCcgJiYgaW5kZXggPT09IDAgPyAnYXV0bycgOiAwfVxuICAgICAgICAgIGRpc3BsYXk9e3tcbiAgICAgICAgICAgIF86IGlzSGlkYWJsZSA/ICdub25lJyA6ICdmbGV4JyxcbiAgICAgICAgICAgIHhzOiAnZmxleCcsXG4gICAgICAgICAgfX1cbiAgICAgICAgPlxuICAgICAgICAgIHttYXBBcHBIZWFkZXJJdGVtVG9FbGVtZW50KHtcbiAgICAgICAgICAgIGFjdGlvbixcbiAgICAgICAgICAgIGlzU3RhbmRhbG9uZTogdW5kZWZpbmVkLFxuICAgICAgICAgICAgaXNUZWFtczogdW5kZWZpbmVkLFxuICAgICAgICAgICAgaXRlbSxcbiAgICAgICAgICAgIG1vYmlsZTogdHJ1ZSxcbiAgICAgICAgICAgIG9uS2V5RG93bjogdW5kZWZpbmVkLFxuICAgICAgICAgICAgcmVkaXJlY3RQYXJhbSxcbiAgICAgICAgICB9KX1cbiAgICAgICAgPC9BcHBIZWFkZXJMaXN0SXRlbT5cbiAgICAgICk7XG4gICAgfSk7XG4gIH07XG5cbiAgY29uc3QgcmlnaHQgPSBbXG4gICAgLi4uKCFpc0VudGVycHJpc2UgPyBbc2VhcmNoQnV0dG9uXSA6IFtdKSxcbiAgICAuLi4obm90aWZpY2F0aW9uc0JlbGwgJiYgIWlzRW50ZXJwcmlzZSA/IFtub3RpZmljYXRpb25zQmVsbF0gOiBbXSksXG4gICAgLi4uaXRlbXMucmlnaHQsXG4gIF07XG5cbiAgY29uc3Qgb25JdGVtVHlwZSA9ICh0eXBlOiBzdHJpbmcgfCB1bmRlZmluZWQpID0+IHtcbiAgICBpZiAoXG4gICAgICB0eXBlICYmXG4gICAgICAodHlwZSA9PT0gJ2NhdGFsb2ctZHJvcGRvd24nIHx8IHR5cGUgPT09ICdyZXNvdXJjZXMtZHJvcGRvd24nKVxuICAgICkge1xuICAgICAgc2V0QWxsb3dTY3JvbGwodHJ1ZSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHNldEFsbG93U2Nyb2xsKGZhbHNlKTtcbiAgICB9XG4gIH07XG5cbiAgcmV0dXJuIChcbiAgICA8PlxuICAgICAgPFNlYXJjaFRyYWNraW5nUHJvdmlkZXI+XG4gICAgICAgIHshbW9iaWxlTWVudU9wZW4gJiYgKCAvLyBuZWVkIHRoaXMgYmMgQXBwQmFyIGhhcyBhIGhhcmRjb2RlZCB6LUluZGV4IG9mIDE1XG4gICAgICAgICAgPEhlYWRlckhlaWdodEFyZWFcbiAgICAgICAgICAgIGRpc3BsYXk9e3sgXzogYGJsb2NrYCwgW2FwcEhlYWRlck1vYmlsZUJyZWFrcG9pbnRdOiBgbm9uZWAgfX1cbiAgICAgICAgICA+XG4gICAgICAgICAgICA8U3R5bGVkQXBwQmFyIGFzPVwibmF2XCIgYXJpYS1sYWJlbD1cIk1haW5cIj5cbiAgICAgICAgICAgICAgPFN0eWxlZE5hdkJhciBjZW50ZXI9eyEhaXNTaW1wbGV9PlxuICAgICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChpdGVtcy5sZWZ0LCAnbGVmdCcpfVxuICAgICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChyaWdodCwgJ3JpZ2h0JywgdHJ1ZSl9XG4gICAgICAgICAgICAgICAgeyFoaWRlUmlnaHRNZW51QnV0dG9uICYmIChcbiAgICAgICAgICAgICAgICAgIDxBcHBIZWFkZXJMaXN0SXRlbSBtbD17cmlnaHQubGVuZ3RoID09PSAwID8gJ2F1dG8nIDogMH0+XG4gICAgICAgICAgICAgICAgICAgIDxJY29uQnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgYXJpYS1leHBhbmRlZD17bW9iaWxlTWVudU9wZW59XG4gICAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD17XG4gICAgICAgICAgICAgICAgICAgICAgICBuYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsPy5zaXRlTmF2aWdhdGlvbiB8fFxuICAgICAgICAgICAgICAgICAgICAgICAgJ1NpdGUgbmF2aWdhdGlvbidcbiAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgdGlwPXsnU2l0ZVxcbm5hdmlnYXRpb24nfVxuICAgICAgICAgICAgICAgICAgICAgIHRpcFByb3BzPXt7XG4gICAgICAgICAgICAgICAgICAgICAgICBhbGlnbm1lbnQ6ICdib3R0b20tY2VudGVyJyxcbiAgICAgICAgICAgICAgICAgICAgICAgIHBsYWNlbWVudDogJ2Zsb2F0aW5nJyxcbiAgICAgICAgICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgICAgICAgICAgIGRhdGEtdGVzdGlkPVwiaGVhZGVyLW1vYmlsZS1tZW51XCJcbiAgICAgICAgICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICBvcGVuTW9iaWxlTWVudSgpO1xuICAgICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgICAgaWNvbj17TWVudUljb259XG4gICAgICAgICAgICAgICAgICAgICAgdmFyaWFudD1cImludGVyZmFjZVwiXG4gICAgICAgICAgICAgICAgICAgICAgcmVmPXtvcGVuQnV0dG9uUmVmfVxuICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgPC9BcHBIZWFkZXJMaXN0SXRlbT5cbiAgICAgICAgICAgICAgICApfVxuICAgICAgICAgICAgICA8L1N0eWxlZE5hdkJhcj5cbiAgICAgICAgICAgIDwvU3R5bGVkQXBwQmFyPlxuICAgICAgICAgIDwvSGVhZGVySGVpZ2h0QXJlYT5cbiAgICAgICAgKX1cbiAgICAgICAgPFN0eWxlZE92ZXJsYXlcbiAgICAgICAgICBjbGlja091dHNpZGVDbG9zZXNcbiAgICAgICAgICBlc2NhcGVDbG9zZXNcbiAgICAgICAgICBpc09wZW49e21vYmlsZU1lbnVPcGVufVxuICAgICAgICAgIG9uUmVxdWVzdENsb3NlPXsoKSA9PiBzZXRNb2JpbGVNZW51T3BlbihmYWxzZSl9XG4gICAgICAgICAgYWxsb3dTY3JvbGw9e2FsbG93U2Nyb2xsfVxuICAgICAgICA+XG4gICAgICAgICAgPEJhY2tncm91bmQgYmc9XCJiZWlnZVwiPlxuICAgICAgICAgICAgPEhlYWRlckhlaWdodEFyZWFcbiAgICAgICAgICAgICAgZGlzcGxheT17eyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9fVxuICAgICAgICAgICAgICBhcz1cIm5hdlwiXG4gICAgICAgICAgICAgIGFyaWFMYWJlbD1cIk1haW5cIlxuICAgICAgICAgICAgICBkYXRhLXRlc3RpZD1cImhlYWRlci1tb2JpbGUtbWVudS1kcm9wZG93blwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgIDxTdHlsZWRBcHBCYXI+XG4gICAgICAgICAgICAgICAgPFN0eWxlZE5hdkJhcj5cbiAgICAgICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChpdGVtcy5sZWZ0LCAnbGVmdCcpfVxuICAgICAgICAgICAgICAgICAgPEFwcEhlYWRlckxpc3RJdGVtIG1sPVwiYXV0b1wiPlxuICAgICAgICAgICAgICAgICAgICA8SWNvbkJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAgIGFyaWEtZXhwYW5kZWQ9e21vYmlsZU1lbnVPcGVufVxuICAgICAgICAgICAgICAgICAgICAgIG9uQ2xpY2s9eygpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHNldE1vYmlsZU1lbnVPcGVuKGZhbHNlKTtcbiAgICAgICAgICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgICAgICAgICAgIGljb249e01lbnVJY29ufVxuICAgICAgICAgICAgICAgICAgICAgIGFyaWEtbGFiZWw9e1xuICAgICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbD8uc2l0ZU5hdmlnYXRpb24gfHxcbiAgICAgICAgICAgICAgICAgICAgICAgICdTaXRlIG5hdmlnYXRpb24nXG4gICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgIHRpcD17XG4gICAgICAgICAgICAgICAgICAgICAgICBuYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsPy5zaXRlTmF2aWdhdGlvbiB8fFxuICAgICAgICAgICAgICAgICAgICAgICAgJ1NpdGUgbmF2aWdhdGlvbidcbiAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgdGlwUHJvcHM9e3tcbiAgICAgICAgICAgICAgICAgICAgICAgIGFsaWdubWVudDogJ2JvdHRvbS1jZW50ZXInLFxuICAgICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50OiAnZmxvYXRpbmcnLFxuICAgICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgICAgcmVmPXtjbG9zZUJ1dHRvblJlZn1cbiAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgIDwvQXBwSGVhZGVyTGlzdEl0ZW0+XG4gICAgICAgICAgICAgICAgPC9TdHlsZWROYXZCYXI+XG4gICAgICAgICAgICAgIDwvU3R5bGVkQXBwQmFyPlxuICAgICAgICAgICAgICA8Qm94IGJhY2tncm91bmQ9e3RoZW1lLmNvbG9ycy5iZWlnZX0gaGVpZ2h0PVwiYXV0b1wiPlxuICAgICAgICAgICAgICAgIDxBcHBIZWFkZXJNYWluTWVudU1vYmlsZVxuICAgICAgICAgICAgICAgICAgYWN0aW9uPXthY3Rpb259XG4gICAgICAgICAgICAgICAgICBpdGVtcz17aXRlbXMubWFpbk1lbnV9XG4gICAgICAgICAgICAgICAgICBnZXRJdGVtVHlwZT17b25JdGVtVHlwZX1cbiAgICAgICAgICAgICAgICAgIGlzQW5vbj17aXNBbm9ufVxuICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgIDwvQm94PlxuICAgICAgICAgICAgPC9IZWFkZXJIZWlnaHRBcmVhPlxuICAgICAgICAgIDwvQmFja2dyb3VuZD5cbiAgICAgICAgPC9TdHlsZWRPdmVybGF5PlxuICAgICAgICB7IWlzRW50ZXJwcmlzZSAmJiAoXG4gICAgICAgICAgPEJveCBkaXNwbGF5PXt7IF86IGBibG9ja2AsIFthcHBIZWFkZXJNb2JpbGVCcmVha3BvaW50XTogYG5vbmVgIH19PlxuICAgICAgICAgICAge3NlYXJjaFBhbmV9XG4gICAgICAgICAgPC9Cb3g+XG4gICAgICAgICl9XG4gICAgICAgIDxCb3ggZGlzcGxheT17eyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9fT5cbiAgICAgICAgICB7bm90aWZpY2F0aW9uc1ZpZXd9XG4gICAgICAgIDwvQm94PlxuICAgICAgPC9TZWFyY2hUcmFja2luZ1Byb3ZpZGVyPlxuICAgIDwvPlxuICApO1xufTtcbiJdfQ== */");
|
|
50
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BcHBIZWFkZXJNb2JpbGUvaW5kZXgudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJEcUIiLCJmaWxlIjoiLi4vLi4vc3JjL0FwcEhlYWRlck1vYmlsZS9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBCb3gsXG4gIEJ1dHRvbkJhc2VFbGVtZW50cyxcbiAgSWNvbkJ1dHRvbixcbiAgT3ZlcmxheSxcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQnO1xuaW1wb3J0IHsgTWVudUljb24gfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1pY29ucyc7XG5pbXBvcnQgeyBCYWNrZ3JvdW5kLCBjc3MsIHN0YXRlcywgdGhlbWUgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgdXNlRWZmZWN0LCB1c2VSZWYsIHVzZVN0YXRlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBBcHBIZWFkZXJTZWFyY2ggfSBmcm9tICcuLic7XG5pbXBvcnQgeyBBcHBIZWFkZXJMaXN0SXRlbSB9IGZyb20gJy4uL0FwcEhlYWRlci9BcHBIZWFkZXJFbGVtZW50cy9BcHBIZWFkZXJMaXN0SXRlbSc7XG5pbXBvcnQgeyB1c2VIZWFkZXJTZWFyY2ggfSBmcm9tICcuLi9BcHBIZWFkZXIvU2VhcmNoL3VzZUhlYWRlclNlYXJjaCc7XG5pbXBvcnQge1xuICBBcHBIZWFkZXJBY3Rpb24sXG4gIEFwcEhlYWRlckl0ZW0sXG4gIGFwcEhlYWRlck1vYmlsZUJyZWFrcG9pbnQsXG4gIEZvcm1hdHRlZE1vYmlsZUFwcEhlYWRlckl0ZW1zLFxuICBTdHlsZWRBcHBCYXIsXG59IGZyb20gJy4uL0FwcEhlYWRlci9zaGFyZWQnO1xuaW1wb3J0IHsgbWFwQXBwSGVhZGVySXRlbVRvRWxlbWVudCB9IGZyb20gJy4uL0FwcEhlYWRlci9zaGFyZWQvdXRpbHMnO1xuaW1wb3J0IHsgQXBwSGVhZGVyTWFpbk1lbnVNb2JpbGUgfSBmcm9tICcuLi9BcHBIZWFkZXJNb2JpbGUvQXBwSGVhZGVyTWFpbk1lbnVNb2JpbGUnO1xuaW1wb3J0IHsgTmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbCB9IGZyb20gJy4uL0dsb2JhbEhlYWRlcic7XG5pbXBvcnQgeyBIZWFkZXJIZWlnaHRBcmVhIH0gZnJvbSAnLi4vSGVhZGVySGVpZ2h0QXJlYSc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25zQ29udGVudHMgfSBmcm9tICcuLi9Ob3RpZmljYXRpb25zL05vdGlmaWNhdGlvbnNDb250ZW50cyc7XG5pbXBvcnQgeyBBcHBIZWFkZXJOb3RpZmljYXRpb25TZXR0aW5ncyB9IGZyb20gJy4uL05vdGlmaWNhdGlvbnMvdHlwZXMnO1xuaW1wb3J0IHsgdXNlSGVhZGVyTm90aWZpY2F0aW9ucyB9IGZyb20gJy4uL05vdGlmaWNhdGlvbnMvdXNlSGVhZGVyTm90aWZpY2F0aW9ucyc7XG5cbmV4cG9ydCB0eXBlIEFwcEhlYWRlck1vYmlsZVByb3BzID0gQXBwSGVhZGVyQWN0aW9uICYge1xuICBpdGVtczogRm9ybWF0dGVkTW9iaWxlQXBwSGVhZGVySXRlbXM7XG4gIG5vdGlmaWNhdGlvbnM/OiBBcHBIZWFkZXJOb3RpZmljYXRpb25TZXR0aW5ncztcbiAgcmVkaXJlY3RQYXJhbT86IHN0cmluZztcbiAgc2VhcmNoOiBBcHBIZWFkZXJTZWFyY2g7XG4gIGlzQW5vbjogYm9vbGVhbjtcbiAgLyoqXG4gICAqIHVzZWQgdG8gY29uZGl0b25hbGx5IGhpZGUgdGhlIGRlZmF1bHQgc2VhcmNoIGljb24gYW5kIG5vdGlmaWNhdGlvbiBiZWxsXG4gICAqL1xuICBpc0VudGVycHJpc2U/OiBib29sZWFuO1xuICBpc1NpbXBsZT86IGJvb2xlYW47XG4gIGhpZGVSaWdodE1lbnVCdXR0b24/OiBib29sZWFuO1xuICBuYXZpZ2F0aW9uTWVudUZvcm1hdHRlZExhYmVsPzogTmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbDtcbn07XG5cbmNvbnN0IFN0eWxlZE92ZXJsYXkgPSBzdHlsZWQoT3ZlcmxheSkoXG4gIGNzcyh7XG4gICAgZGlzcGxheTogeyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9LFxuICAgIHdpZHRoOiBgMTAwdndgLFxuICAgIGhlaWdodDogYDEwMHZoYCxcbiAgICBvcGFjaXR5OiAxLFxuICAgIGJnOiBgYmVpZ2VgLFxuICAgIHBvc2l0aW9uOiBgZml4ZWRgLFxuICAgIGxlZnQ6IDAsXG4gICAgdG9wOiAwLFxuICAgIG92ZXJmbG93WDogYGhpZGRlbmAsXG4gIH0pXG4pO1xuXG5jb25zdCBTdHlsZWROYXZCYXIgPSBzdHlsZWQudWw8eyBjZW50ZXI/OiBib29sZWFuIH0+KFxuICBjc3Moe1xuICAgIGRpc3BsYXk6IGBmbGV4YCxcbiAgICBwYWRkaW5nOiAwLFxuICAgIGxpc3RTdHlsZTogYG5vbmVgLFxuICAgIG1hcmdpbjogMCxcbiAgICB3aWR0aDogYDEwMCVgLFxuICAgIGFsaWduSXRlbXM6ICdjZW50ZXInLFxuICB9KSxcbiAgc3RhdGVzKHtcbiAgICBjZW50ZXI6IHtcbiAgICAgIGp1c3RpZnlDb250ZW50OiB7XG4gICAgICAgIF86ICdjZW50ZXInLFxuICAgICAgICBzbTogJ2ZsZXgtc3RhcnQnLFxuICAgICAgfSxcbiAgICB9LFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IEFwcEhlYWRlck1vYmlsZTogUmVhY3QuRkM8QXBwSGVhZGVyTW9iaWxlUHJvcHM+ID0gKHtcbiAgYWN0aW9uLFxuICBpdGVtcyxcbiAgbm90aWZpY2F0aW9ucyxcbiAgc2VhcmNoLFxuICByZWRpcmVjdFBhcmFtLFxuICBpc0Fub24sXG4gIGlzRW50ZXJwcmlzZSxcbiAgaXNTaW1wbGUsXG4gIGhpZGVSaWdodE1lbnVCdXR0b24sXG4gIG5hdmlnYXRpb25NZW51Rm9ybWF0dGVkTGFiZWwsXG59KSA9PiB7XG4gIGNvbnN0IFttb2JpbGVNZW51T3Blbiwgc2V0TW9iaWxlTWVudU9wZW5dID0gdXNlU3RhdGU8Ym9vbGVhbiB8IHVuZGVmaW5lZD4oXG4gICAgdW5kZWZpbmVkXG4gICk7XG4gIGNvbnN0IFthbGxvd1Njcm9sbCwgc2V0QWxsb3dTY3JvbGxdID0gdXNlU3RhdGU8Ym9vbGVhbj4oZmFsc2UpO1xuICBjb25zdCBvcGVuQnV0dG9uUmVmID0gdXNlUmVmPEJ1dHRvbkJhc2VFbGVtZW50cz4obnVsbCk7XG4gIGNvbnN0IGNsb3NlQnV0dG9uUmVmID0gdXNlUmVmPEJ1dHRvbkJhc2VFbGVtZW50cz4obnVsbCk7XG5cbiAgY29uc3QgW25vdGlmaWNhdGlvbnNCZWxsLCBub3RpZmljYXRpb25zVmlld10gPSB1c2VIZWFkZXJOb3RpZmljYXRpb25zKHtcbiAgICBzZXR0aW5nczogbm90aWZpY2F0aW9ucyxcbiAgICBSZW5kZXJlcjogTm90aWZpY2F0aW9uc0NvbnRlbnRzLFxuICB9KTtcblxuICBjb25zdCBbc2VhcmNoQnV0dG9uLCBzZWFyY2hQYW5lXSA9IHVzZUhlYWRlclNlYXJjaCh7XG4gICAgLi4uc2VhcmNoLFxuICB9KTtcblxuICBjb25zdCBvcGVuTW9iaWxlTWVudSA9ICgpID0+IHtcbiAgICBzZXRNb2JpbGVNZW51T3Blbih0cnVlKTtcblxuICAgIGlmIChjbG9zZUJ1dHRvblJlZi5jdXJyZW50KSB7XG4gICAgICBjbG9zZUJ1dHRvblJlZi5jdXJyZW50LmZvY3VzKCk7XG4gICAgfVxuICB9O1xuXG4gIHVzZUVmZmVjdCgoKSA9PiB7XG4gICAgaWYgKG1vYmlsZU1lbnVPcGVuID09PSBmYWxzZSAmJiBvcGVuQnV0dG9uUmVmLmN1cnJlbnQpIHtcbiAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICBpZiAob3BlbkJ1dHRvblJlZi5jdXJyZW50KSBvcGVuQnV0dG9uUmVmLmN1cnJlbnQuZm9jdXMoKTtcbiAgICAgIH0sIDApO1xuICAgIH1cbiAgfSwgW21vYmlsZU1lbnVPcGVuXSk7XG5cbiAgY29uc3QgbWFwSXRlbXNUb0VsZW1lbnQgPSA8VCBleHRlbmRzIEFwcEhlYWRlckl0ZW1bXT4oXG4gICAgaXRlbXM6IFQsXG4gICAgc2lkZTogJ2xlZnQnIHwgJ3JpZ2h0JyxcbiAgICBoaWRlRXh0cmFJdGVtcz86IGJvb2xlYW5cbiAgKSA9PiB7XG4gICAgY29uc3Qgc2hvdWxkSGlkZUl0ZW1zID0gaGlkZUV4dHJhSXRlbXMgPT09IHRydWUgJiYgaXRlbXMubGVuZ3RoID4gMTtcbiAgICByZXR1cm4gaXRlbXMubWFwKChpdGVtLCBpbmRleCkgPT4ge1xuICAgICAgY29uc3QgaXNMYXN0SXRlbSA9IGluZGV4ICsgMSA9PT0gaXRlbXMubGVuZ3RoO1xuICAgICAgY29uc3QgaXNIaWRhYmxlID0gIWlzTGFzdEl0ZW0gJiYgc2hvdWxkSGlkZUl0ZW1zO1xuICAgICAgcmV0dXJuIChcbiAgICAgICAgPEFwcEhlYWRlckxpc3RJdGVtXG4gICAgICAgICAga2V5PXtpdGVtLmlkfVxuICAgICAgICAgIG1sPXtzaWRlID09PSAncmlnaHQnICYmIGluZGV4ID09PSAwID8gJ2F1dG8nIDogMH1cbiAgICAgICAgICBkaXNwbGF5PXt7XG4gICAgICAgICAgICBfOiBpc0hpZGFibGUgPyAnbm9uZScgOiAnZmxleCcsXG4gICAgICAgICAgICB4czogJ2ZsZXgnLFxuICAgICAgICAgIH19XG4gICAgICAgID5cbiAgICAgICAgICB7bWFwQXBwSGVhZGVySXRlbVRvRWxlbWVudCh7XG4gICAgICAgICAgICBhY3Rpb24sXG4gICAgICAgICAgICBpc1N0YW5kYWxvbmU6IHVuZGVmaW5lZCxcbiAgICAgICAgICAgIGlzVGVhbXM6IHVuZGVmaW5lZCxcbiAgICAgICAgICAgIGl0ZW0sXG4gICAgICAgICAgICBtb2JpbGU6IHRydWUsXG4gICAgICAgICAgICBvbktleURvd246IHVuZGVmaW5lZCxcbiAgICAgICAgICAgIHJlZGlyZWN0UGFyYW0sXG4gICAgICAgICAgfSl9XG4gICAgICAgIDwvQXBwSGVhZGVyTGlzdEl0ZW0+XG4gICAgICApO1xuICAgIH0pO1xuICB9O1xuXG4gIGNvbnN0IHJpZ2h0ID0gW1xuICAgIC4uLighaXNFbnRlcnByaXNlID8gW3NlYXJjaEJ1dHRvbl0gOiBbXSksXG4gICAgLi4uKG5vdGlmaWNhdGlvbnNCZWxsICYmICFpc0VudGVycHJpc2UgPyBbbm90aWZpY2F0aW9uc0JlbGxdIDogW10pLFxuICAgIC4uLml0ZW1zLnJpZ2h0LFxuICBdO1xuXG4gIGNvbnN0IG9uSXRlbVR5cGUgPSAodHlwZTogc3RyaW5nIHwgdW5kZWZpbmVkKSA9PiB7XG4gICAgaWYgKFxuICAgICAgdHlwZSAmJlxuICAgICAgKHR5cGUgPT09ICdjYXRhbG9nLWRyb3Bkb3duJyB8fCB0eXBlID09PSAncmVzb3VyY2VzLWRyb3Bkb3duJylcbiAgICApIHtcbiAgICAgIHNldEFsbG93U2Nyb2xsKHRydWUpO1xuICAgIH0gZWxzZSB7XG4gICAgICBzZXRBbGxvd1Njcm9sbChmYWxzZSk7XG4gICAgfVxuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPD5cbiAgICAgIHshbW9iaWxlTWVudU9wZW4gJiYgKCAvLyBuZWVkIHRoaXMgYmMgQXBwQmFyIGhhcyBhIGhhcmRjb2RlZCB6LUluZGV4IG9mIDE1XG4gICAgICAgIDxIZWFkZXJIZWlnaHRBcmVhXG4gICAgICAgICAgZGlzcGxheT17eyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9fVxuICAgICAgICA+XG4gICAgICAgICAgPFN0eWxlZEFwcEJhciBhcz1cIm5hdlwiIGFyaWEtbGFiZWw9XCJNYWluXCI+XG4gICAgICAgICAgICA8U3R5bGVkTmF2QmFyIGNlbnRlcj17ISFpc1NpbXBsZX0+XG4gICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChpdGVtcy5sZWZ0LCAnbGVmdCcpfVxuICAgICAgICAgICAgICB7bWFwSXRlbXNUb0VsZW1lbnQocmlnaHQsICdyaWdodCcsIHRydWUpfVxuICAgICAgICAgICAgICB7IWhpZGVSaWdodE1lbnVCdXR0b24gJiYgKFxuICAgICAgICAgICAgICAgIDxBcHBIZWFkZXJMaXN0SXRlbSBtbD17cmlnaHQubGVuZ3RoID09PSAwID8gJ2F1dG8nIDogMH0+XG4gICAgICAgICAgICAgICAgICA8SWNvbkJ1dHRvblxuICAgICAgICAgICAgICAgICAgICBhcmlhLWV4cGFuZGVkPXttb2JpbGVNZW51T3Blbn1cbiAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD17XG4gICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbD8uc2l0ZU5hdmlnYXRpb24gfHxcbiAgICAgICAgICAgICAgICAgICAgICAnU2l0ZSBuYXZpZ2F0aW9uJ1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHRpcD17J1NpdGVcXG5uYXZpZ2F0aW9uJ31cbiAgICAgICAgICAgICAgICAgICAgdGlwUHJvcHM9e3tcbiAgICAgICAgICAgICAgICAgICAgICBhbGlnbm1lbnQ6ICdib3R0b20tY2VudGVyJyxcbiAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQ6ICdmbG9hdGluZycsXG4gICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgIGRhdGEtdGVzdGlkPVwiaGVhZGVyLW1vYmlsZS1tZW51XCJcbiAgICAgICAgICAgICAgICAgICAgb25DbGljaz17KCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgIG9wZW5Nb2JpbGVNZW51KCk7XG4gICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgIGljb249e01lbnVJY29ufVxuICAgICAgICAgICAgICAgICAgICB2YXJpYW50PVwiaW50ZXJmYWNlXCJcbiAgICAgICAgICAgICAgICAgICAgcmVmPXtvcGVuQnV0dG9uUmVmfVxuICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICA8L0FwcEhlYWRlckxpc3RJdGVtPlxuICAgICAgICAgICAgICApfVxuICAgICAgICAgICAgPC9TdHlsZWROYXZCYXI+XG4gICAgICAgICAgPC9TdHlsZWRBcHBCYXI+XG4gICAgICAgIDwvSGVhZGVySGVpZ2h0QXJlYT5cbiAgICAgICl9XG4gICAgICA8U3R5bGVkT3ZlcmxheVxuICAgICAgICBjbGlja091dHNpZGVDbG9zZXNcbiAgICAgICAgZXNjYXBlQ2xvc2VzXG4gICAgICAgIGlzT3Blbj17bW9iaWxlTWVudU9wZW59XG4gICAgICAgIG9uUmVxdWVzdENsb3NlPXsoKSA9PiBzZXRNb2JpbGVNZW51T3BlbihmYWxzZSl9XG4gICAgICAgIGFsbG93U2Nyb2xsPXthbGxvd1Njcm9sbH1cbiAgICAgID5cbiAgICAgICAgPEJhY2tncm91bmQgYmc9XCJiZWlnZVwiPlxuICAgICAgICAgIDxIZWFkZXJIZWlnaHRBcmVhXG4gICAgICAgICAgICBkaXNwbGF5PXt7IF86IGBibG9ja2AsIFthcHBIZWFkZXJNb2JpbGVCcmVha3BvaW50XTogYG5vbmVgIH19XG4gICAgICAgICAgICBhcz1cIm5hdlwiXG4gICAgICAgICAgICBhcmlhTGFiZWw9XCJNYWluXCJcbiAgICAgICAgICAgIGRhdGEtdGVzdGlkPVwiaGVhZGVyLW1vYmlsZS1tZW51LWRyb3Bkb3duXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICA8U3R5bGVkQXBwQmFyPlxuICAgICAgICAgICAgICA8U3R5bGVkTmF2QmFyPlxuICAgICAgICAgICAgICAgIHttYXBJdGVtc1RvRWxlbWVudChpdGVtcy5sZWZ0LCAnbGVmdCcpfVxuICAgICAgICAgICAgICAgIDxBcHBIZWFkZXJMaXN0SXRlbSBtbD1cImF1dG9cIj5cbiAgICAgICAgICAgICAgICAgIDxJY29uQnV0dG9uXG4gICAgICAgICAgICAgICAgICAgIGFyaWEtZXhwYW5kZWQ9e21vYmlsZU1lbnVPcGVufVxuICAgICAgICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgc2V0TW9iaWxlTWVudU9wZW4oZmFsc2UpO1xuICAgICAgICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgICAgICAgICBpY29uPXtNZW51SWNvbn1cbiAgICAgICAgICAgICAgICAgICAgYXJpYS1sYWJlbD17XG4gICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbD8uc2l0ZU5hdmlnYXRpb24gfHxcbiAgICAgICAgICAgICAgICAgICAgICAnU2l0ZSBuYXZpZ2F0aW9uJ1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHRpcD17XG4gICAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbk1lbnVGb3JtYXR0ZWRMYWJlbD8uc2l0ZU5hdmlnYXRpb24gfHxcbiAgICAgICAgICAgICAgICAgICAgICAnU2l0ZSBuYXZpZ2F0aW9uJ1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHRpcFByb3BzPXt7XG4gICAgICAgICAgICAgICAgICAgICAgYWxpZ25tZW50OiAnYm90dG9tLWNlbnRlcicsXG4gICAgICAgICAgICAgICAgICAgICAgcGxhY2VtZW50OiAnZmxvYXRpbmcnLFxuICAgICAgICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgICAgICAgICByZWY9e2Nsb3NlQnV0dG9uUmVmfVxuICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICA8L0FwcEhlYWRlckxpc3RJdGVtPlxuICAgICAgICAgICAgICA8L1N0eWxlZE5hdkJhcj5cbiAgICAgICAgICAgIDwvU3R5bGVkQXBwQmFyPlxuICAgICAgICAgICAgPEJveCBiYWNrZ3JvdW5kPXt0aGVtZS5jb2xvcnMuYmVpZ2V9IGhlaWdodD1cImF1dG9cIj5cbiAgICAgICAgICAgICAgPEFwcEhlYWRlck1haW5NZW51TW9iaWxlXG4gICAgICAgICAgICAgICAgYWN0aW9uPXthY3Rpb259XG4gICAgICAgICAgICAgICAgaXRlbXM9e2l0ZW1zLm1haW5NZW51fVxuICAgICAgICAgICAgICAgIGdldEl0ZW1UeXBlPXtvbkl0ZW1UeXBlfVxuICAgICAgICAgICAgICAgIGlzQW5vbj17aXNBbm9ufVxuICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgPC9Cb3g+XG4gICAgICAgICAgPC9IZWFkZXJIZWlnaHRBcmVhPlxuICAgICAgICA8L0JhY2tncm91bmQ+XG4gICAgICA8L1N0eWxlZE92ZXJsYXk+XG4gICAgICB7IWlzRW50ZXJwcmlzZSAmJiAoXG4gICAgICAgIDxCb3ggZGlzcGxheT17eyBfOiBgYmxvY2tgLCBbYXBwSGVhZGVyTW9iaWxlQnJlYWtwb2ludF06IGBub25lYCB9fT5cbiAgICAgICAgICB7c2VhcmNoUGFuZX1cbiAgICAgICAgPC9Cb3g+XG4gICAgICApfVxuICAgICAgPEJveCBkaXNwbGF5PXt7IF86IGBibG9ja2AsIFthcHBIZWFkZXJNb2JpbGVCcmVha3BvaW50XTogYG5vbmVgIH19PlxuICAgICAgICB7bm90aWZpY2F0aW9uc1ZpZXd9XG4gICAgICA8L0JveD5cbiAgICA8Lz5cbiAgKTtcbn07XG4iXX0= */");
|
|
52
51
|
export const AppHeaderMobile = ({
|
|
53
52
|
action,
|
|
54
53
|
items,
|
|
@@ -116,103 +115,101 @@ export const AppHeaderMobile = ({
|
|
|
116
115
|
setAllowScroll(false);
|
|
117
116
|
}
|
|
118
117
|
};
|
|
119
|
-
return /*#__PURE__*/
|
|
120
|
-
children:
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
})]
|
|
153
|
-
})
|
|
118
|
+
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
119
|
+
children: [!mobileMenuOpen &&
|
|
120
|
+
/*#__PURE__*/
|
|
121
|
+
// need this bc AppBar has a hardcoded z-Index of 15
|
|
122
|
+
_jsx(HeaderHeightArea, {
|
|
123
|
+
display: {
|
|
124
|
+
_: `block`,
|
|
125
|
+
[appHeaderMobileBreakpoint]: `none`
|
|
126
|
+
},
|
|
127
|
+
children: /*#__PURE__*/_jsx(StyledAppBar, {
|
|
128
|
+
as: "nav",
|
|
129
|
+
"aria-label": "Main",
|
|
130
|
+
children: /*#__PURE__*/_jsxs(StyledNavBar, {
|
|
131
|
+
center: !!isSimple,
|
|
132
|
+
children: [mapItemsToElement(items.left, 'left'), mapItemsToElement(right, 'right', true), !hideRightMenuButton && /*#__PURE__*/_jsx(AppHeaderListItem, {
|
|
133
|
+
ml: right.length === 0 ? 'auto' : 0,
|
|
134
|
+
children: /*#__PURE__*/_jsx(IconButton, {
|
|
135
|
+
"aria-expanded": mobileMenuOpen,
|
|
136
|
+
"aria-label": navigationMenuFormattedLabel?.siteNavigation || 'Site navigation',
|
|
137
|
+
tip: 'Site\nnavigation',
|
|
138
|
+
tipProps: {
|
|
139
|
+
alignment: 'bottom-center',
|
|
140
|
+
placement: 'floating'
|
|
141
|
+
},
|
|
142
|
+
"data-testid": "header-mobile-menu",
|
|
143
|
+
onClick: () => {
|
|
144
|
+
openMobileMenu();
|
|
145
|
+
},
|
|
146
|
+
icon: MenuIcon,
|
|
147
|
+
variant: "interface",
|
|
148
|
+
ref: openButtonRef
|
|
149
|
+
})
|
|
150
|
+
})]
|
|
154
151
|
})
|
|
155
|
-
})
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
})
|
|
190
|
-
})
|
|
191
|
-
})
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
})
|
|
201
|
-
})
|
|
152
|
+
})
|
|
153
|
+
}), /*#__PURE__*/_jsx(StyledOverlay, {
|
|
154
|
+
clickOutsideCloses: true,
|
|
155
|
+
escapeCloses: true,
|
|
156
|
+
isOpen: mobileMenuOpen,
|
|
157
|
+
onRequestClose: () => setMobileMenuOpen(false),
|
|
158
|
+
allowScroll: allowScroll,
|
|
159
|
+
children: /*#__PURE__*/_jsx(Background, {
|
|
160
|
+
bg: "beige",
|
|
161
|
+
children: /*#__PURE__*/_jsxs(HeaderHeightArea, {
|
|
162
|
+
display: {
|
|
163
|
+
_: `block`,
|
|
164
|
+
[appHeaderMobileBreakpoint]: `none`
|
|
165
|
+
},
|
|
166
|
+
as: "nav",
|
|
167
|
+
ariaLabel: "Main",
|
|
168
|
+
"data-testid": "header-mobile-menu-dropdown",
|
|
169
|
+
children: [/*#__PURE__*/_jsx(StyledAppBar, {
|
|
170
|
+
children: /*#__PURE__*/_jsxs(StyledNavBar, {
|
|
171
|
+
children: [mapItemsToElement(items.left, 'left'), /*#__PURE__*/_jsx(AppHeaderListItem, {
|
|
172
|
+
ml: "auto",
|
|
173
|
+
children: /*#__PURE__*/_jsx(IconButton, {
|
|
174
|
+
"aria-expanded": mobileMenuOpen,
|
|
175
|
+
onClick: () => {
|
|
176
|
+
setMobileMenuOpen(false);
|
|
177
|
+
},
|
|
178
|
+
icon: MenuIcon,
|
|
179
|
+
"aria-label": navigationMenuFormattedLabel?.siteNavigation || 'Site navigation',
|
|
180
|
+
tip: navigationMenuFormattedLabel?.siteNavigation || 'Site navigation',
|
|
181
|
+
tipProps: {
|
|
182
|
+
alignment: 'bottom-center',
|
|
183
|
+
placement: 'floating'
|
|
184
|
+
},
|
|
185
|
+
ref: closeButtonRef
|
|
186
|
+
})
|
|
187
|
+
})]
|
|
188
|
+
})
|
|
189
|
+
}), /*#__PURE__*/_jsx(Box, {
|
|
190
|
+
background: theme.colors.beige,
|
|
191
|
+
height: "auto",
|
|
192
|
+
children: /*#__PURE__*/_jsx(AppHeaderMainMenuMobile, {
|
|
193
|
+
action: action,
|
|
194
|
+
items: items.mainMenu,
|
|
195
|
+
getItemType: onItemType,
|
|
196
|
+
isAnon: isAnon
|
|
197
|
+
})
|
|
198
|
+
})]
|
|
202
199
|
})
|
|
203
|
-
})
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
})
|
|
200
|
+
})
|
|
201
|
+
}), !isEnterprise && /*#__PURE__*/_jsx(Box, {
|
|
202
|
+
display: {
|
|
203
|
+
_: `block`,
|
|
204
|
+
[appHeaderMobileBreakpoint]: `none`
|
|
205
|
+
},
|
|
206
|
+
children: searchPane
|
|
207
|
+
}), /*#__PURE__*/_jsx(Box, {
|
|
208
|
+
display: {
|
|
209
|
+
_: `block`,
|
|
210
|
+
[appHeaderMobileBreakpoint]: `none`
|
|
211
|
+
},
|
|
212
|
+
children: notificationsView
|
|
213
|
+
})]
|
|
217
214
|
});
|
|
218
215
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/brand",
|
|
3
3
|
"description": "Brand component library for Codecademy",
|
|
4
|
-
"version": "3.26.0-alpha.
|
|
4
|
+
"version": "3.26.0-alpha.c0e3f304ed.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@emotion/is-prop-valid": "^1.2.1",
|
|
@@ -27,7 +27,12 @@
|
|
|
27
27
|
"main": "./dist/index.js",
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@codecademy/gamut": "*",
|
|
30
|
+
"@codecademy/gamut-icons": "*",
|
|
31
|
+
"@codecademy/gamut-illustrations": "*",
|
|
32
|
+
"@codecademy/gamut-patterns": "*",
|
|
33
|
+
"@codecademy/gamut-styles": "*",
|
|
30
34
|
"@codecademy/tracking": "1.2.0",
|
|
35
|
+
"@codecademy/variance": "*",
|
|
31
36
|
"@emotion/react": "^11.4.0",
|
|
32
37
|
"@emotion/styled": "^11.3.0",
|
|
33
38
|
"react": "^17.0.2 || ^18.2.0"
|