@ndla/ui 25.0.0 → 25.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/es/Frontpage/FrontpageSearch.js +5 -3
  2. package/es/Masthead/Masthead.js +7 -7
  3. package/es/NDLAFilm/FilmSlideshow.js +7 -7
  4. package/es/NDLAFilm/NavigationArrow.js +4 -4
  5. package/es/Notion/FigureNotion.js +4 -3
  6. package/es/Notion/NotionVisualElement.js +3 -2
  7. package/es/SectionHeading/SectionHeading.js +5 -4
  8. package/es/Subject/Subject.js +109 -64
  9. package/es/Subject/SubjectAbout.js +61 -23
  10. package/es/Subject/SubjectArchive.js +109 -67
  11. package/es/Subject/SubjectCarousel.js +39 -62
  12. package/es/Subject/SubjectHeader.js +55 -25
  13. package/es/Subject/SubjectLinks.js +30 -16
  14. package/es/Subject/SubjectNewContent.js +76 -21
  15. package/es/Subject/SubjectShortcuts.js +39 -24
  16. package/es/Subject/SubjectSocial.js +20 -18
  17. package/es/all.css +1 -1
  18. package/es/index.js +1 -0
  19. package/es/locale/messages-nb.js +21 -21
  20. package/es/locale/messages-nn.js +27 -27
  21. package/es/locale/messages-se.js +22 -22
  22. package/es/locale/messages-sma.js +22 -22
  23. package/lib/Frontpage/FrontpageMultidisciplinarySubject.d.ts +5 -5
  24. package/lib/Frontpage/FrontpageSearch.js +6 -3
  25. package/lib/Frontpage/illustrations/FrontpageIllustrations.d.ts +2 -2
  26. package/lib/Masthead/Masthead.js +16 -16
  27. package/lib/MultidisciplinarySubject/Illustrations.d.ts +7 -7
  28. package/lib/NDLAFilm/FilmSlideshow.js +7 -7
  29. package/lib/NDLAFilm/NavigationArrow.js +4 -4
  30. package/lib/Notion/FigureNotion.d.ts +2 -1
  31. package/lib/Notion/FigureNotion.js +4 -3
  32. package/lib/Notion/NotionVisualElement.d.ts +1 -0
  33. package/lib/Notion/NotionVisualElement.js +3 -2
  34. package/lib/Resource/resourceComponents.d.ts +2 -2
  35. package/lib/Search/ActiveFilterContent.d.ts +1 -1
  36. package/lib/Search/ContentTypeResultStyles.d.ts +3 -3
  37. package/lib/SearchTypeResult/ActiveFilterContent.d.ts +1 -1
  38. package/lib/SectionHeading/SectionHeading.js +10 -9
  39. package/lib/Subject/Subject.d.ts +30 -82
  40. package/lib/Subject/Subject.js +90 -62
  41. package/lib/Subject/SubjectAbout.d.ts +1 -15
  42. package/lib/Subject/SubjectAbout.js +56 -25
  43. package/lib/Subject/SubjectArchive.d.ts +0 -21
  44. package/lib/Subject/SubjectArchive.js +103 -73
  45. package/lib/Subject/SubjectCarousel.d.ts +1 -31
  46. package/lib/Subject/SubjectCarousel.js +47 -76
  47. package/lib/Subject/SubjectHeader.d.ts +1 -14
  48. package/lib/Subject/SubjectHeader.js +53 -28
  49. package/lib/Subject/SubjectLinks.d.ts +1 -11
  50. package/lib/Subject/SubjectLinks.js +29 -19
  51. package/lib/Subject/SubjectNewContent.d.ts +1 -13
  52. package/lib/Subject/SubjectNewContent.js +70 -24
  53. package/lib/Subject/SubjectShortcuts.d.ts +0 -13
  54. package/lib/Subject/SubjectShortcuts.js +38 -29
  55. package/lib/Subject/SubjectSocial.d.ts +7 -22
  56. package/lib/Subject/SubjectSocial.js +19 -21
  57. package/lib/all.css +1 -1
  58. package/lib/index.d.ts +1 -0
  59. package/lib/index.js +12 -3
  60. package/lib/locale/messages-nb.js +21 -21
  61. package/lib/locale/messages-nn.js +27 -27
  62. package/lib/locale/messages-se.js +22 -22
  63. package/lib/locale/messages-sma.js +22 -22
  64. package/package.json +14 -14
  65. package/src/Frontpage/FrontpageSearch.tsx +3 -1
  66. package/src/Masthead/Masthead.tsx +1 -1
  67. package/src/NDLAFilm/FilmSlideshow.tsx +2 -0
  68. package/src/NDLAFilm/NavigationArrow.tsx +4 -4
  69. package/src/Notion/FigureNotion.tsx +5 -2
  70. package/src/Notion/NotionVisualElement.tsx +2 -0
  71. package/src/SectionHeading/SectionHeading.tsx +7 -3
  72. package/src/Subject/Subject.tsx +151 -72
  73. package/src/Subject/SubjectAbout.tsx +97 -27
  74. package/src/Subject/SubjectArchive.tsx +129 -58
  75. package/src/Subject/SubjectCarousel.tsx +42 -36
  76. package/src/Subject/SubjectHeader.tsx +75 -34
  77. package/src/Subject/SubjectLinks.tsx +21 -19
  78. package/src/Subject/SubjectNewContent.tsx +87 -32
  79. package/src/Subject/SubjectShortcuts.tsx +67 -27
  80. package/src/Subject/SubjectSocial.tsx +19 -20
  81. package/src/index.ts +2 -0
  82. package/src/locale/messages-nb.ts +21 -22
  83. package/src/locale/messages-nn.ts +27 -27
  84. package/src/locale/messages-se.ts +22 -23
  85. package/src/locale/messages-sma.ts +22 -23
  86. package/src/main.scss +0 -1
  87. package/src/Subject/component.subject-about.scss +0 -73
  88. package/src/Subject/component.subject-archive.scss +0 -92
  89. package/src/Subject/component.subject-carousel.scss +0 -32
  90. package/src/Subject/component.subject-concepts.scss +0 -37
  91. package/src/Subject/component.subject-header.scss +0 -87
  92. package/src/Subject/component.subject-links.scss +0 -14
  93. package/src/Subject/component.subject-new-content.scss +0 -82
  94. package/src/Subject/component.subject-shortcut.scss +0 -57
  95. package/src/Subject/component.subject.scss +0 -213
@@ -1,10 +1,10 @@
1
1
  import React from 'react';
2
2
  import { WithTranslation } from 'react-i18next';
3
- export declare const StyledSection: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "id" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
4
- export declare const Wrapper: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "id" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
5
- export declare const Content: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "id" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
6
- export declare const TargetItem: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "id" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
7
- export declare const StyledText: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "id" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
3
+ export declare const StyledSection: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
4
+ export declare const Wrapper: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
5
+ export declare const Content: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
6
+ export declare const TargetItem: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
7
+ export declare const StyledText: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
8
8
  declare type Props = {
9
9
  url: string;
10
10
  topics?: {
@@ -25,6 +25,8 @@ var _SearchFieldForm = require("../Search/SearchFieldForm");
25
25
 
26
26
  var _SearchResultSleeve = _interopRequireDefault(require("../Search/SearchResultSleeve"));
27
27
 
28
+ var _Masthead = require("../Masthead");
29
+
28
30
  var _core2 = require("@emotion/core");
29
31
 
30
32
  function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
@@ -42,11 +44,11 @@ var StyledWrapper = (0, _styledBase["default"])("section", {
42
44
  from: _core.breakpoints.tablet
43
45
  }), "{width:550px;}", _core.mq.range({
44
46
  from: _core.breakpoints.desktop
45
- }), "{width:750px;}input{border-color:", _core.colors.brand.tertiary, ";}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkZyb250cGFnZVNlYXJjaC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBV29DIiwiZmlsZSI6IkZyb250cGFnZVNlYXJjaC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QsIHsgRm9ybUV2ZW50LCB1c2VFZmZlY3QsIHVzZVJlZiB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGlzSUUsIGJyb3dzZXJWZXJzaW9uLCBpc01vYmlsZVNhZmFyaSB9IGZyb20gJ3JlYWN0LWRldmljZS1kZXRlY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgY29sb3JzLCBzcGFjaW5nLCBtcSwgYnJlYWtwb2ludHMsIGFuaW1hdGlvbnMgfSBmcm9tICdAbmRsYS9jb3JlJztcbmltcG9ydCB7IG5vU2Nyb2xsIH0gZnJvbSAnQG5kbGEvdXRpbCc7XG5pbXBvcnQgeyB1c2VUcmFuc2xhdGlvbiB9IGZyb20gJ3JlYWN0LWkxOG5leHQnO1xuaW1wb3J0IHsgU2VhcmNoRmllbGQgfSBmcm9tICcuLi9TZWFyY2gnO1xuaW1wb3J0IHsgU2VhcmNoRmllbGRGb3JtIH0gZnJvbSAnLi4vU2VhcmNoL1NlYXJjaEZpZWxkRm9ybSc7XG5pbXBvcnQgU2VhcmNoUmVzdWx0U2xlZXZlIGZyb20gJy4uL1NlYXJjaC9TZWFyY2hSZXN1bHRTbGVldmUnO1xuaW1wb3J0IHsgQ29udGVudFR5cGVSZXN1bHRUeXBlLCBSZXNvdXJjZSB9IGZyb20gJy4uL3R5cGVzJztcblxuY29uc3QgU3R5bGVkV3JhcHBlciA9IHN0eWxlZC5zZWN0aW9uYFxuICBib3JkZXItcmFkaXVzOiAycHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAke3NwYWNpbmcubm9ybWFsfSAwO1xuICAke21xLnJhbmdlKHsgZnJvbTogYnJlYWtwb2ludHMubW9iaWxlV2lkZSB9KX0ge1xuICAgIHdpZHRoOiA0NTBweDtcbiAgfVxuICAke21xLnJhbmdlKHsgZnJvbTogYnJlYWtwb2ludHMudGFibGV0IH0pfSB7XG4gICAgd2lkdGg6IDU1MHB4O1xuICB9XG4gICR7bXEucmFuZ2UoeyBmcm9tOiBicmVha3BvaW50cy5kZXNrdG9wIH0pfSB7XG4gICAgd2lkdGg6IDc1MHB4O1xuICB9XG4gIGlucHV0IHtcbiAgICBib3JkZXItY29sb3I6ICR7Y29sb3JzLmJyYW5kLnRlcnRpYXJ5fTtcbiAgfVxuYDtcblxuY29uc3QgU3R5bGVkU2VhcmNoQmFja2Ryb3AgPSBzdHlsZWQuZGl2YFxuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHotaW5kZXg6IDE7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG4gIGJvdHRvbTogMDtcbiAgYmFja2dyb3VuZDogcmdiYSgxLCAxLCAxLCAwLjMpO1xuICAke2FuaW1hdGlvbnMuZmFkZUluKGFuaW1hdGlvbnMuZHVyYXRpb25zLmZhc3QpfTtcbmA7XG5cbnR5cGUgUHJvcHMgPSB7XG4gIGlucHV0SGFzRm9jdXM6IGJvb2xlYW47XG4gIHNlYXJjaEZpZWxkVmFsdWU6IHN0cmluZztcbiAgb25TZWFyY2hGaWVsZENoYW5nZTogKHNlYXJjaFZhbHVlOiBzdHJpbmcpID0+IHZvaWQ7XG4gIHNlYXJjaEZpZWxkUGxhY2Vob2xkZXI6IHN0cmluZztcbiAgb25JbnB1dEJsdXI6IFZvaWRGdW5jdGlvbjtcbiAgb25TZWFyY2hJbnB1dEZvY3VzOiBWb2lkRnVuY3Rpb247XG4gIHJlc291cmNlVG9MaW5rUHJvcHM6IChyZXNvdXJjZTogUmVzb3VyY2UpID0+IHtcbiAgICB0bzogc3RyaW5nO1xuICB9O1xuICBvblNlYXJjaDogKGV2ZW50OiBGb3JtRXZlbnQpID0+IHZvaWQ7XG4gIGFsbFJlc3VsdFVybDogc3RyaW5nO1xuICBzZWFyY2hSZXN1bHQ/OiBBcnJheTxDb250ZW50VHlwZVJlc3VsdFR5cGU+O1xuICBsb2FkaW5nOiBib29sZWFuO1xuICBzdWdnZXN0aW9uPzogc3RyaW5nO1xuICBzdWdnZXN0aW9uVXJsPzogc3RyaW5nO1xufTtcblxuY29uc3QgRnJvbnRwYWdlU2VhcmNoID0gKHtcbiAgcmVzb3VyY2VUb0xpbmtQcm9wcyxcbiAgaW5wdXRIYXNGb2N1cyxcbiAgc2VhcmNoRmllbGRWYWx1ZSxcbiAgb25TZWFyY2hGaWVsZENoYW5nZSxcbiAgc2VhcmNoRmllbGRQbGFjZWhvbGRlcixcbiAgb25JbnB1dEJsdXIsXG4gIG9uU2VhcmNoSW5wdXRGb2N1cyxcbiAgb25TZWFyY2gsXG4gIGFsbFJlc3VsdFVybCxcbiAgc2VhcmNoUmVzdWx0LFxuICBsb2FkaW5nLFxuICBzdWdnZXN0aW9uLFxuICBzdWdnZXN0aW9uVXJsLFxufTogUHJvcHMpID0+IHtcbiAgY29uc3QgeyB0IH0gPSB1c2VUcmFuc2xhdGlvbigpO1xuICBjb25zdCBpbnB1dFJlZiA9IHVzZVJlZjxIVE1MSW5wdXRFbGVtZW50PihudWxsKTtcbiAgY29uc3Qgc2VhcmNoRmllbGRSZWYgPSB1c2VSZWY8SFRNTERpdkVsZW1lbnQ+KG51bGwpO1xuICBjb25zdCBpbnB1dEhhc0ZvY3VzUmVmID0gdXNlUmVmKGlucHV0SGFzRm9jdXMpO1xuICBpbnB1dEhhc0ZvY3VzUmVmLmN1cnJlbnQgPSBpbnB1dEhhc0ZvY3VzO1xuXG4gIHVzZUVmZmVjdCgoKSA9PiB7XG4gICAgY29uc3Qgb25LZXlFc2MgPSAoZTogS2V5Ym9hcmRFdmVudCkgPT4ge1xuICAgICAgaWYgKGUuY29kZSA9PT0gJ0VzY2FwZScpIHtcbiAgICAgICAgb25JbnB1dEJsdXIoKTtcbiAgICAgICAgaWYgKGlucHV0UmVmICYmIGlucHV0UmVmLmN1cnJlbnQpIHtcbiAgICAgICAgICBpbnB1dFJlZi5jdXJyZW50IS5ibHVyKCk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9O1xuICAgIHdpbmRvdy5hZGRFdmVudExpc3RlbmVyKCdrZXlkb3duJywgb25LZXlFc2MpO1xuICAgIHJldHVybiAoKSA9PiB7XG4gICAgICB3aW5kb3cucmVtb3ZlRXZlbnRMaXN0ZW5lcigna2V5ZG93bicsIG9uS2V5RXNjKTtcbiAgICB9O1xuICB9LCBbb25JbnB1dEJsdXJdKTtcblxuICB1c2VFZmZlY3QoKCkgPT4ge1xuICAgIGxldCB5Q29vcmRpbmF0ZSA9IDA7XG4gICAgY29uc3QgcmVzZXRTY3JvbGwgPSAoKSA9PiB7XG4gICAgICB3aW5kb3cuc2Nyb2xsVG8oeyB0b3A6IHlDb29yZGluYXRlIH0pO1xuICAgIH07XG4gICAgaWYgKGlucHV0SGFzRm9jdXMgJiYgc2VhcmNoRmllbGRSZWYgJiYgc2VhcmNoRmllbGRSZWYuY3VycmVudCkge1xuICAgICAgeUNvb3JkaW5hdGUgPSBzZWFyY2hGaWVsZFJlZi5jdXJyZW50LmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpLnRvcCArIHdpbmRvdy5wYWdlWU9mZnNldDtcbiAgICAgIGNvbnN0IGlzSUUxMSA9IGlzSUUgJiYgcGFyc2VJbnQoYnJvd3NlclZlcnNpb24pIDwgMTI7XG4gICAgICBpZiAoaXNJRTExKSB7XG4gICAgICAgIC8vIGluc3RhIG1vdmUgb24gSUVcbiAgICAgICAgd2luZG93LnNjcm9sbFRvKDAsIHlDb29yZGluYXRlKTtcbiAgICAgIH0gZWxzZSBpZiAoaXNNb2JpbGVTYWZhcmkpIHtcbiAgICAgICAgLy8gQmVjYXVzZSBzYWZhcmkgb24gaU9TIHNldCBwb3NpdGlvbjpmaXhlZCB0byBzdGF0aWMgd2hlbiBrZXlib2FyZCBpcyBvcGVuLCB3ZSBuZWVkIHRvIHNjcm9sbCB0byB0b3AuXG4gICAgICAgIHlDb29yZGluYXRlID0gMDtcbiAgICAgICAgLy8gU3RyYW5nZSBzY3JvbGxpbmcgaXMgaGFwcGVuaW5nIHdoZW4ga2V5Ym9hcmQgb3BlbnMgaW4gaU9TLCBtYWtpbmcgc2Nyb2xscG9zIG5vdCB0byB0b3AuXG4gICAgICAgIC8vIFVzZSBhIHNtYWxsIHRpbWVvdXQgc28gdGhlIHNjcm9sbGluZyBzdGFydHMgYWZ0ZXJcbiAgICAgICAgc2V0VGltZW91dChcbiAgICAgICAgICAoKSA9PlxuICAgICAgICAgICAgd2luZG93LnNjcm9sbFRvKHtcbiAgICAgICAgICAgICAgdG9wOiB5Q29vcmRpbmF0ZSxcbiAgICAgICAgICAgICAgYmVoYXZpb3I6ICdzbW9vdGgnLFxuICAgICAgICAgICAgfSksXG4gICAgICAgICAgMTAwLFxuICAgICAgICApO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgd2luZG93LnNjcm9sbFRvKHtcbiAgICAgICAgICB0b3A6IHlDb29yZGluYXRlLFxuICAgICAgICAgIGJlaGF2aW9yOiAnc21vb3RoJyxcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICBub1Njcm9sbCh0cnVlLCAncHJldmVudFBhZ2VTY3JvbGwnKTtcbiAgICAgIC8vIEJlY2F1c2UgY2hhbmdlIGluIGNvbnRlbnQoY2xpY2sgb24gc2hvdyBtb3JlIGVsZW1lbnRzIGJ1dHRvbikgdHJpZ2dlcnMgc29tZSBzdHJhbmdlIHNjcm9sbCBpbiBicm93c2VyLFxuICAgICAgLy8gd2UgbXVzdCBlbnN1cmUgdGhhdCB0aGUgc2Nyb2xsUG9zIGlzIHRoZSBzYW1lIGFsbCB0aGUgdGltZVxuICAgICAgLy8gc2V0VGltZW91dCBpcyB1c2VkIHNvIHRoZSAnc21vb3RoJyBzY3JvbGwgZWZmZWN0IGNhbiBmaW5pc2hcbiAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICAvLyBJZiB1c2VyIGhhcyBjbG9zZWQgbW9kYWwgc2VhcmNoIGJlZm9yZSB0aW1lb3V0LiBEb24ndCBhZGQgZXZlbnQtbGlzdGVuZXJcbiAgICAgICAgaWYgKGlucHV0SGFzRm9jdXNSZWYuY3VycmVudCkge1xuICAgICAgICAgIHdpbmRvdy5hZGRFdmVudExpc3RlbmVyKCdzY3JvbGwnLCByZXNldFNjcm9sbCk7XG4gICAgICAgIH1cbiAgICAgIH0sIDEwMDApO1xuICAgIH0gZWxzZSB7XG4gICAgICBub1Njcm9sbChmYWxzZSwgJ3ByZXZlbnRQYWdlU2Nyb2xsJyk7XG4gICAgICB3aW5kb3cucmVtb3ZlRXZlbnRMaXN0ZW5lcignc2Nyb2xsJywgcmVzZXRTY3JvbGwpO1xuICAgIH1cbiAgICByZXR1cm4gKCkgPT4ge1xuICAgICAgbm9TY3JvbGwoZmFsc2UsICdwcmV2ZW50UGFnZVNjcm9sbCcpO1xuICAgICAgd2luZG93LnJlbW92ZUV2ZW50TGlzdGVuZXIoJ3Njcm9sbCcsIHJlc2V0U2Nyb2xsKTtcbiAgICB9O1xuICB9LCBbaW5wdXRIYXNGb2N1c10pO1xuXG4gIGNvbnN0IG9uQmx1ciA9ICgpID0+IHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIGlmIChzZWFyY2hGaWVsZFJlZi5jdXJyZW50KSB7XG4gICAgICAgIGlmICghc2VhcmNoRmllbGRSZWYuY3VycmVudC5jb250YWlucyhkb2N1bWVudC5hY3RpdmVFbGVtZW50KSkge1xuICAgICAgICAgIG9uSW5wdXRCbHVyKCk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9LCAwKTtcbiAgICAvLyBUaGlzIGlzIG5lZWRlZCB3aGVuIHVzZXIgdGFicyBvdXQgb2YgZmllbGRcbiAgICBpZiAoIXNlYXJjaEZpZWxkVmFsdWUpIHtcbiAgICAgIG9uSW5wdXRCbHVyKCk7XG4gICAgfVxuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPGRpdiByZWY9e3NlYXJjaEZpZWxkUmVmfT5cbiAgICAgIDxTdHlsZWRXcmFwcGVyPlxuICAgICAgICB7aW5wdXRIYXNGb2N1cyAmJiAoXG4gICAgICAgICAgPFN0eWxlZFNlYXJjaEJhY2tkcm9wXG4gICAgICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgIG9uQ2xpY2s9eygpID0+IHtcbiAgICAgICAgICAgICAgb25JbnB1dEJsdXIoKTtcbiAgICAgICAgICAgICAgaWYgKGlucHV0UmVmICYmIGlucHV0UmVmLmN1cnJlbnQpIHtcbiAgICAgICAgICAgICAgICBpbnB1dFJlZi5jdXJyZW50IS5ibHVyKCk7XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH19XG4gICAgICAgICAgLz5cbiAgICAgICAgKX1cbiAgICAgICAgPFNlYXJjaEZpZWxkRm9ybSBpbnB1dEhhc0ZvY3VzPXtpbnB1dEhhc0ZvY3VzfSBvblN1Ym1pdD17b25TZWFyY2h9PlxuICAgICAgICAgIDxTZWFyY2hGaWVsZFxuICAgICAgICAgICAgZnJvbnRQYWdlU2VhcmNoPXt0cnVlfVxuICAgICAgICAgICAgaW5wdXRSZWY9e2lucHV0UmVmfVxuICAgICAgICAgICAgb25Gb2N1cz17b25TZWFyY2hJbnB1dEZvY3VzfVxuICAgICAgICAgICAgdmFsdWU9e3NlYXJjaEZpZWxkVmFsdWV9XG4gICAgICAgICAgICBvbkNoYW5nZT17b25TZWFyY2hGaWVsZENoYW5nZX1cbiAgICAgICAgICAgIHBsYWNlaG9sZGVyPXtzZWFyY2hGaWVsZFBsYWNlaG9sZGVyfVxuICAgICAgICAgICAgbG9hZGluZz17bG9hZGluZ31cbiAgICAgICAgICAgIG9uQmx1cj17b25CbHVyfVxuICAgICAgICAgIC8+XG4gICAgICAgICAge3NlYXJjaEZpZWxkVmFsdWUgIT09ICcnICYmIGlucHV0SGFzRm9jdXMgJiYgKFxuICAgICAgICAgICAgPFNlYXJjaFJlc3VsdFNsZWV2ZVxuICAgICAgICAgICAgICBmcm9udHBhZ2VcbiAgICAgICAgICAgICAgbG9hZGluZz17bG9hZGluZ31cbiAgICAgICAgICAgICAgaWdub3JlQ29udGVudFR5cGVCYWRnZVxuICAgICAgICAgICAgICByZXN1bHQ9e3NlYXJjaFJlc3VsdCB8fCBbXX1cbiAgICAgICAgICAgICAgc2VhcmNoU3RyaW5nPXtzZWFyY2hGaWVsZFZhbHVlfVxuICAgICAgICAgICAgICBhbGxSZXN1bHRVcmw9e2FsbFJlc3VsdFVybH1cbiAgICAgICAgICAgICAgcmVzb3VyY2VUb0xpbmtQcm9wcz17cmVzb3VyY2VUb0xpbmtQcm9wc31cbiAgICAgICAgICAgICAgaW5mb1RleHQ9e3QoJ3dlbGNvbWVQYWdlLnNlYXJjaERpc2NsYWltZXInKX1cbiAgICAgICAgICAgICAgc3VnZ2VzdGlvbj17c3VnZ2VzdGlvbn1cbiAgICAgICAgICAgICAgc3VnZ2VzdGlvblVybD17c3VnZ2VzdGlvblVybH1cbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgKX1cbiAgICAgICAgPC9TZWFyY2hGaWVsZEZvcm0+XG4gICAgICA8L1N0eWxlZFdyYXBwZXI+XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBGcm9udHBhZ2VTZWFyY2g7XG4iXX0= */"));
47
+ }), "{width:750px;}input{border-color:", _core.colors.brand.tertiary, ";}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkZyb250cGFnZVNlYXJjaC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBWW9DIiwiZmlsZSI6IkZyb250cGFnZVNlYXJjaC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QsIHsgRm9ybUV2ZW50LCB1c2VFZmZlY3QsIHVzZVJlZiB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGlzSUUsIGJyb3dzZXJWZXJzaW9uLCBpc01vYmlsZVNhZmFyaSB9IGZyb20gJ3JlYWN0LWRldmljZS1kZXRlY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgY29sb3JzLCBzcGFjaW5nLCBtcSwgYnJlYWtwb2ludHMsIGFuaW1hdGlvbnMgfSBmcm9tICdAbmRsYS9jb3JlJztcbmltcG9ydCB7IG5vU2Nyb2xsIH0gZnJvbSAnQG5kbGEvdXRpbCc7XG5pbXBvcnQgeyB1c2VUcmFuc2xhdGlvbiB9IGZyb20gJ3JlYWN0LWkxOG5leHQnO1xuaW1wb3J0IHsgU2VhcmNoRmllbGQgfSBmcm9tICcuLi9TZWFyY2gnO1xuaW1wb3J0IHsgU2VhcmNoRmllbGRGb3JtIH0gZnJvbSAnLi4vU2VhcmNoL1NlYXJjaEZpZWxkRm9ybSc7XG5pbXBvcnQgU2VhcmNoUmVzdWx0U2xlZXZlIGZyb20gJy4uL1NlYXJjaC9TZWFyY2hSZXN1bHRTbGVldmUnO1xuaW1wb3J0IHsgQ29udGVudFR5cGVSZXN1bHRUeXBlLCBSZXNvdXJjZSB9IGZyb20gJy4uL3R5cGVzJztcbmltcG9ydCB7IGdldE1hc3RoZWFkSGVpZ2h0IH0gZnJvbSAnLi4vTWFzdGhlYWQnO1xuXG5jb25zdCBTdHlsZWRXcmFwcGVyID0gc3R5bGVkLnNlY3Rpb25gXG4gIGJvcmRlci1yYWRpdXM6IDJweDtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmc6ICR7c3BhY2luZy5ub3JtYWx9IDA7XG4gICR7bXEucmFuZ2UoeyBmcm9tOiBicmVha3BvaW50cy5tb2JpbGVXaWRlIH0pfSB7XG4gICAgd2lkdGg6IDQ1MHB4O1xuICB9XG4gICR7bXEucmFuZ2UoeyBmcm9tOiBicmVha3BvaW50cy50YWJsZXQgfSl9IHtcbiAgICB3aWR0aDogNTUwcHg7XG4gIH1cbiAgJHttcS5yYW5nZSh7IGZyb206IGJyZWFrcG9pbnRzLmRlc2t0b3AgfSl9IHtcbiAgICB3aWR0aDogNzUwcHg7XG4gIH1cbiAgaW5wdXQge1xuICAgIGJvcmRlci1jb2xvcjogJHtjb2xvcnMuYnJhbmQudGVydGlhcnl9O1xuICB9XG5gO1xuXG5jb25zdCBTdHlsZWRTZWFyY2hCYWNrZHJvcCA9IHN0eWxlZC5kaXZgXG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgei1pbmRleDogMTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbiAgYm90dG9tOiAwO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDEsIDEsIDEsIDAuMyk7XG4gICR7YW5pbWF0aW9ucy5mYWRlSW4oYW5pbWF0aW9ucy5kdXJhdGlvbnMuZmFzdCl9O1xuYDtcblxudHlwZSBQcm9wcyA9IHtcbiAgaW5wdXRIYXNGb2N1czogYm9vbGVhbjtcbiAgc2VhcmNoRmllbGRWYWx1ZTogc3RyaW5nO1xuICBvblNlYXJjaEZpZWxkQ2hhbmdlOiAoc2VhcmNoVmFsdWU6IHN0cmluZykgPT4gdm9pZDtcbiAgc2VhcmNoRmllbGRQbGFjZWhvbGRlcjogc3RyaW5nO1xuICBvbklucHV0Qmx1cjogVm9pZEZ1bmN0aW9uO1xuICBvblNlYXJjaElucHV0Rm9jdXM6IFZvaWRGdW5jdGlvbjtcbiAgcmVzb3VyY2VUb0xpbmtQcm9wczogKHJlc291cmNlOiBSZXNvdXJjZSkgPT4ge1xuICAgIHRvOiBzdHJpbmc7XG4gIH07XG4gIG9uU2VhcmNoOiAoZXZlbnQ6IEZvcm1FdmVudCkgPT4gdm9pZDtcbiAgYWxsUmVzdWx0VXJsOiBzdHJpbmc7XG4gIHNlYXJjaFJlc3VsdD86IEFycmF5PENvbnRlbnRUeXBlUmVzdWx0VHlwZT47XG4gIGxvYWRpbmc6IGJvb2xlYW47XG4gIHN1Z2dlc3Rpb24/OiBzdHJpbmc7XG4gIHN1Z2dlc3Rpb25Vcmw/OiBzdHJpbmc7XG59O1xuXG5jb25zdCBGcm9udHBhZ2VTZWFyY2ggPSAoe1xuICByZXNvdXJjZVRvTGlua1Byb3BzLFxuICBpbnB1dEhhc0ZvY3VzLFxuICBzZWFyY2hGaWVsZFZhbHVlLFxuICBvblNlYXJjaEZpZWxkQ2hhbmdlLFxuICBzZWFyY2hGaWVsZFBsYWNlaG9sZGVyLFxuICBvbklucHV0Qmx1cixcbiAgb25TZWFyY2hJbnB1dEZvY3VzLFxuICBvblNlYXJjaCxcbiAgYWxsUmVzdWx0VXJsLFxuICBzZWFyY2hSZXN1bHQsXG4gIGxvYWRpbmcsXG4gIHN1Z2dlc3Rpb24sXG4gIHN1Z2dlc3Rpb25VcmwsXG59OiBQcm9wcykgPT4ge1xuICBjb25zdCB7IHQgfSA9IHVzZVRyYW5zbGF0aW9uKCk7XG4gIGNvbnN0IGlucHV0UmVmID0gdXNlUmVmPEhUTUxJbnB1dEVsZW1lbnQ+KG51bGwpO1xuICBjb25zdCBzZWFyY2hGaWVsZFJlZiA9IHVzZVJlZjxIVE1MRGl2RWxlbWVudD4obnVsbCk7XG4gIGNvbnN0IGlucHV0SGFzRm9jdXNSZWYgPSB1c2VSZWYoaW5wdXRIYXNGb2N1cyk7XG4gIGlucHV0SGFzRm9jdXNSZWYuY3VycmVudCA9IGlucHV0SGFzRm9jdXM7XG5cbiAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICBjb25zdCBvbktleUVzYyA9IChlOiBLZXlib2FyZEV2ZW50KSA9PiB7XG4gICAgICBpZiAoZS5jb2RlID09PSAnRXNjYXBlJykge1xuICAgICAgICBvbklucHV0Qmx1cigpO1xuICAgICAgICBpZiAoaW5wdXRSZWYgJiYgaW5wdXRSZWYuY3VycmVudCkge1xuICAgICAgICAgIGlucHV0UmVmLmN1cnJlbnQhLmJsdXIoKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH07XG4gICAgd2luZG93LmFkZEV2ZW50TGlzdGVuZXIoJ2tleWRvd24nLCBvbktleUVzYyk7XG4gICAgcmV0dXJuICgpID0+IHtcbiAgICAgIHdpbmRvdy5yZW1vdmVFdmVudExpc3RlbmVyKCdrZXlkb3duJywgb25LZXlFc2MpO1xuICAgIH07XG4gIH0sIFtvbklucHV0Qmx1cl0pO1xuXG4gIHVzZUVmZmVjdCgoKSA9PiB7XG4gICAgbGV0IHlDb29yZGluYXRlID0gMDtcbiAgICBjb25zdCBtYXN0aGVhZEhlaWdodCA9IGdldE1hc3RoZWFkSGVpZ2h0KCkgfHwgODQ7XG4gICAgY29uc3QgcmVzZXRTY3JvbGwgPSAoKSA9PiB7XG4gICAgICB3aW5kb3cuc2Nyb2xsVG8oeyB0b3A6IHlDb29yZGluYXRlIH0pO1xuICAgIH07XG4gICAgaWYgKGlucHV0SGFzRm9jdXMgJiYgc2VhcmNoRmllbGRSZWYgJiYgc2VhcmNoRmllbGRSZWYuY3VycmVudCkge1xuICAgICAgeUNvb3JkaW5hdGUgPSBzZWFyY2hGaWVsZFJlZi5jdXJyZW50LmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpLnRvcCArIHdpbmRvdy5wYWdlWU9mZnNldCAtIG1hc3RoZWFkSGVpZ2h0O1xuICAgICAgY29uc3QgaXNJRTExID0gaXNJRSAmJiBwYXJzZUludChicm93c2VyVmVyc2lvbikgPCAxMjtcbiAgICAgIGlmIChpc0lFMTEpIHtcbiAgICAgICAgLy8gaW5zdGEgbW92ZSBvbiBJRVxuICAgICAgICB3aW5kb3cuc2Nyb2xsVG8oMCwgeUNvb3JkaW5hdGUpO1xuICAgICAgfSBlbHNlIGlmIChpc01vYmlsZVNhZmFyaSkge1xuICAgICAgICAvLyBCZWNhdXNlIHNhZmFyaSBvbiBpT1Mgc2V0IHBvc2l0aW9uOmZpeGVkIHRvIHN0YXRpYyB3aGVuIGtleWJvYXJkIGlzIG9wZW4sIHdlIG5lZWQgdG8gc2Nyb2xsIHRvIHRvcC5cbiAgICAgICAgeUNvb3JkaW5hdGUgPSAwO1xuICAgICAgICAvLyBTdHJhbmdlIHNjcm9sbGluZyBpcyBoYXBwZW5pbmcgd2hlbiBrZXlib2FyZCBvcGVucyBpbiBpT1MsIG1ha2luZyBzY3JvbGxwb3Mgbm90IHRvIHRvcC5cbiAgICAgICAgLy8gVXNlIGEgc21hbGwgdGltZW91dCBzbyB0aGUgc2Nyb2xsaW5nIHN0YXJ0cyBhZnRlclxuICAgICAgICBzZXRUaW1lb3V0KFxuICAgICAgICAgICgpID0+XG4gICAgICAgICAgICB3aW5kb3cuc2Nyb2xsVG8oe1xuICAgICAgICAgICAgICB0b3A6IHlDb29yZGluYXRlLFxuICAgICAgICAgICAgICBiZWhhdmlvcjogJ3Ntb290aCcsXG4gICAgICAgICAgICB9KSxcbiAgICAgICAgICAxMDAsXG4gICAgICAgICk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB3aW5kb3cuc2Nyb2xsVG8oe1xuICAgICAgICAgIHRvcDogeUNvb3JkaW5hdGUsXG4gICAgICAgICAgYmVoYXZpb3I6ICdzbW9vdGgnLFxuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICAgIG5vU2Nyb2xsKHRydWUsICdwcmV2ZW50UGFnZVNjcm9sbCcpO1xuICAgICAgLy8gQmVjYXVzZSBjaGFuZ2UgaW4gY29udGVudChjbGljayBvbiBzaG93IG1vcmUgZWxlbWVudHMgYnV0dG9uKSB0cmlnZ2VycyBzb21lIHN0cmFuZ2Ugc2Nyb2xsIGluIGJyb3dzZXIsXG4gICAgICAvLyB3ZSBtdXN0IGVuc3VyZSB0aGF0IHRoZSBzY3JvbGxQb3MgaXMgdGhlIHNhbWUgYWxsIHRoZSB0aW1lXG4gICAgICAvLyBzZXRUaW1lb3V0IGlzIHVzZWQgc28gdGhlICdzbW9vdGgnIHNjcm9sbCBlZmZlY3QgY2FuIGZpbmlzaFxuICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgIC8vIElmIHVzZXIgaGFzIGNsb3NlZCBtb2RhbCBzZWFyY2ggYmVmb3JlIHRpbWVvdXQuIERvbid0IGFkZCBldmVudC1saXN0ZW5lclxuICAgICAgICBpZiAoaW5wdXRIYXNGb2N1c1JlZi5jdXJyZW50KSB7XG4gICAgICAgICAgd2luZG93LmFkZEV2ZW50TGlzdGVuZXIoJ3Njcm9sbCcsIHJlc2V0U2Nyb2xsKTtcbiAgICAgICAgfVxuICAgICAgfSwgMTAwMCk7XG4gICAgfSBlbHNlIHtcbiAgICAgIG5vU2Nyb2xsKGZhbHNlLCAncHJldmVudFBhZ2VTY3JvbGwnKTtcbiAgICAgIHdpbmRvdy5yZW1vdmVFdmVudExpc3RlbmVyKCdzY3JvbGwnLCByZXNldFNjcm9sbCk7XG4gICAgfVxuICAgIHJldHVybiAoKSA9PiB7XG4gICAgICBub1Njcm9sbChmYWxzZSwgJ3ByZXZlbnRQYWdlU2Nyb2xsJyk7XG4gICAgICB3aW5kb3cucmVtb3ZlRXZlbnRMaXN0ZW5lcignc2Nyb2xsJywgcmVzZXRTY3JvbGwpO1xuICAgIH07XG4gIH0sIFtpbnB1dEhhc0ZvY3VzXSk7XG5cbiAgY29uc3Qgb25CbHVyID0gKCkgPT4ge1xuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgaWYgKHNlYXJjaEZpZWxkUmVmLmN1cnJlbnQpIHtcbiAgICAgICAgaWYgKCFzZWFyY2hGaWVsZFJlZi5jdXJyZW50LmNvbnRhaW5zKGRvY3VtZW50LmFjdGl2ZUVsZW1lbnQpKSB7XG4gICAgICAgICAgb25JbnB1dEJsdXIoKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH0sIDApO1xuICAgIC8vIFRoaXMgaXMgbmVlZGVkIHdoZW4gdXNlciB0YWJzIG91dCBvZiBmaWVsZFxuICAgIGlmICghc2VhcmNoRmllbGRWYWx1ZSkge1xuICAgICAgb25JbnB1dEJsdXIoKTtcbiAgICB9XG4gIH07XG5cbiAgcmV0dXJuIChcbiAgICA8ZGl2IHJlZj17c2VhcmNoRmllbGRSZWZ9PlxuICAgICAgPFN0eWxlZFdyYXBwZXI+XG4gICAgICAgIHtpbnB1dEhhc0ZvY3VzICYmIChcbiAgICAgICAgICA8U3R5bGVkU2VhcmNoQmFja2Ryb3BcbiAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgb25DbGljaz17KCkgPT4ge1xuICAgICAgICAgICAgICBvbklucHV0Qmx1cigpO1xuICAgICAgICAgICAgICBpZiAoaW5wdXRSZWYgJiYgaW5wdXRSZWYuY3VycmVudCkge1xuICAgICAgICAgICAgICAgIGlucHV0UmVmLmN1cnJlbnQhLmJsdXIoKTtcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfX1cbiAgICAgICAgICAvPlxuICAgICAgICApfVxuICAgICAgICA8U2VhcmNoRmllbGRGb3JtIGlucHV0SGFzRm9jdXM9e2lucHV0SGFzRm9jdXN9IG9uU3VibWl0PXtvblNlYXJjaH0+XG4gICAgICAgICAgPFNlYXJjaEZpZWxkXG4gICAgICAgICAgICBmcm9udFBhZ2VTZWFyY2g9e3RydWV9XG4gICAgICAgICAgICBpbnB1dFJlZj17aW5wdXRSZWZ9XG4gICAgICAgICAgICBvbkZvY3VzPXtvblNlYXJjaElucHV0Rm9jdXN9XG4gICAgICAgICAgICB2YWx1ZT17c2VhcmNoRmllbGRWYWx1ZX1cbiAgICAgICAgICAgIG9uQ2hhbmdlPXtvblNlYXJjaEZpZWxkQ2hhbmdlfVxuICAgICAgICAgICAgcGxhY2Vob2xkZXI9e3NlYXJjaEZpZWxkUGxhY2Vob2xkZXJ9XG4gICAgICAgICAgICBsb2FkaW5nPXtsb2FkaW5nfVxuICAgICAgICAgICAgb25CbHVyPXtvbkJsdXJ9XG4gICAgICAgICAgLz5cbiAgICAgICAgICB7c2VhcmNoRmllbGRWYWx1ZSAhPT0gJycgJiYgaW5wdXRIYXNGb2N1cyAmJiAoXG4gICAgICAgICAgICA8U2VhcmNoUmVzdWx0U2xlZXZlXG4gICAgICAgICAgICAgIGZyb250cGFnZVxuICAgICAgICAgICAgICBsb2FkaW5nPXtsb2FkaW5nfVxuICAgICAgICAgICAgICBpZ25vcmVDb250ZW50VHlwZUJhZGdlXG4gICAgICAgICAgICAgIHJlc3VsdD17c2VhcmNoUmVzdWx0IHx8IFtdfVxuICAgICAgICAgICAgICBzZWFyY2hTdHJpbmc9e3NlYXJjaEZpZWxkVmFsdWV9XG4gICAgICAgICAgICAgIGFsbFJlc3VsdFVybD17YWxsUmVzdWx0VXJsfVxuICAgICAgICAgICAgICByZXNvdXJjZVRvTGlua1Byb3BzPXtyZXNvdXJjZVRvTGlua1Byb3BzfVxuICAgICAgICAgICAgICBpbmZvVGV4dD17dCgnd2VsY29tZVBhZ2Uuc2VhcmNoRGlzY2xhaW1lcicpfVxuICAgICAgICAgICAgICBzdWdnZXN0aW9uPXtzdWdnZXN0aW9ufVxuICAgICAgICAgICAgICBzdWdnZXN0aW9uVXJsPXtzdWdnZXN0aW9uVXJsfVxuICAgICAgICAgICAgLz5cbiAgICAgICAgICApfVxuICAgICAgICA8L1NlYXJjaEZpZWxkRm9ybT5cbiAgICAgIDwvU3R5bGVkV3JhcHBlcj5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG5cbmV4cG9ydCBkZWZhdWx0IEZyb250cGFnZVNlYXJjaDtcbiJdfQ== */"));
46
48
  var StyledSearchBackdrop = (0, _styledBase["default"])("div", {
47
49
  target: "e8xkl601",
48
50
  label: "StyledSearchBackdrop"
49
- })("position:fixed;z-index:1;top:0;left:0;right:0;bottom:0;background:rgba(1,1,1,0.3);", _core.animations.fadeIn(_core.animations.durations.fast), ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkZyb250cGFnZVNlYXJjaC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBNkJ1QyIsImZpbGUiOiJGcm9udHBhZ2VTZWFyY2gudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0LCB7IEZvcm1FdmVudCwgdXNlRWZmZWN0LCB1c2VSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBpc0lFLCBicm93c2VyVmVyc2lvbiwgaXNNb2JpbGVTYWZhcmkgfSBmcm9tICdyZWFjdC1kZXZpY2UtZGV0ZWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IGNvbG9ycywgc3BhY2luZywgbXEsIGJyZWFrcG9pbnRzLCBhbmltYXRpb25zIH0gZnJvbSAnQG5kbGEvY29yZSc7XG5pbXBvcnQgeyBub1Njcm9sbCB9IGZyb20gJ0BuZGxhL3V0aWwnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IFNlYXJjaEZpZWxkIH0gZnJvbSAnLi4vU2VhcmNoJztcbmltcG9ydCB7IFNlYXJjaEZpZWxkRm9ybSB9IGZyb20gJy4uL1NlYXJjaC9TZWFyY2hGaWVsZEZvcm0nO1xuaW1wb3J0IFNlYXJjaFJlc3VsdFNsZWV2ZSBmcm9tICcuLi9TZWFyY2gvU2VhcmNoUmVzdWx0U2xlZXZlJztcbmltcG9ydCB7IENvbnRlbnRUeXBlUmVzdWx0VHlwZSwgUmVzb3VyY2UgfSBmcm9tICcuLi90eXBlcyc7XG5cbmNvbnN0IFN0eWxlZFdyYXBwZXIgPSBzdHlsZWQuc2VjdGlvbmBcbiAgYm9yZGVyLXJhZGl1czogMnB4O1xuICB3aWR0aDogMTAwJTtcbiAgcGFkZGluZzogJHtzcGFjaW5nLm5vcm1hbH0gMDtcbiAgJHttcS5yYW5nZSh7IGZyb206IGJyZWFrcG9pbnRzLm1vYmlsZVdpZGUgfSl9IHtcbiAgICB3aWR0aDogNDUwcHg7XG4gIH1cbiAgJHttcS5yYW5nZSh7IGZyb206IGJyZWFrcG9pbnRzLnRhYmxldCB9KX0ge1xuICAgIHdpZHRoOiA1NTBweDtcbiAgfVxuICAke21xLnJhbmdlKHsgZnJvbTogYnJlYWtwb2ludHMuZGVza3RvcCB9KX0ge1xuICAgIHdpZHRoOiA3NTBweDtcbiAgfVxuICBpbnB1dCB7XG4gICAgYm9yZGVyLWNvbG9yOiAke2NvbG9ycy5icmFuZC50ZXJ0aWFyeX07XG4gIH1cbmA7XG5cbmNvbnN0IFN0eWxlZFNlYXJjaEJhY2tkcm9wID0gc3R5bGVkLmRpdmBcbiAgcG9zaXRpb246IGZpeGVkO1xuICB6LWluZGV4OiAxO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xuICBib3R0b206IDA7XG4gIGJhY2tncm91bmQ6IHJnYmEoMSwgMSwgMSwgMC4zKTtcbiAgJHthbmltYXRpb25zLmZhZGVJbihhbmltYXRpb25zLmR1cmF0aW9ucy5mYXN0KX07XG5gO1xuXG50eXBlIFByb3BzID0ge1xuICBpbnB1dEhhc0ZvY3VzOiBib29sZWFuO1xuICBzZWFyY2hGaWVsZFZhbHVlOiBzdHJpbmc7XG4gIG9uU2VhcmNoRmllbGRDaGFuZ2U6IChzZWFyY2hWYWx1ZTogc3RyaW5nKSA9PiB2b2lkO1xuICBzZWFyY2hGaWVsZFBsYWNlaG9sZGVyOiBzdHJpbmc7XG4gIG9uSW5wdXRCbHVyOiBWb2lkRnVuY3Rpb247XG4gIG9uU2VhcmNoSW5wdXRGb2N1czogVm9pZEZ1bmN0aW9uO1xuICByZXNvdXJjZVRvTGlua1Byb3BzOiAocmVzb3VyY2U6IFJlc291cmNlKSA9PiB7XG4gICAgdG86IHN0cmluZztcbiAgfTtcbiAgb25TZWFyY2g6IChldmVudDogRm9ybUV2ZW50KSA9PiB2b2lkO1xuICBhbGxSZXN1bHRVcmw6IHN0cmluZztcbiAgc2VhcmNoUmVzdWx0PzogQXJyYXk8Q29udGVudFR5cGVSZXN1bHRUeXBlPjtcbiAgbG9hZGluZzogYm9vbGVhbjtcbiAgc3VnZ2VzdGlvbj86IHN0cmluZztcbiAgc3VnZ2VzdGlvblVybD86IHN0cmluZztcbn07XG5cbmNvbnN0IEZyb250cGFnZVNlYXJjaCA9ICh7XG4gIHJlc291cmNlVG9MaW5rUHJvcHMsXG4gIGlucHV0SGFzRm9jdXMsXG4gIHNlYXJjaEZpZWxkVmFsdWUsXG4gIG9uU2VhcmNoRmllbGRDaGFuZ2UsXG4gIHNlYXJjaEZpZWxkUGxhY2Vob2xkZXIsXG4gIG9uSW5wdXRCbHVyLFxuICBvblNlYXJjaElucHV0Rm9jdXMsXG4gIG9uU2VhcmNoLFxuICBhbGxSZXN1bHRVcmwsXG4gIHNlYXJjaFJlc3VsdCxcbiAgbG9hZGluZyxcbiAgc3VnZ2VzdGlvbixcbiAgc3VnZ2VzdGlvblVybCxcbn06IFByb3BzKSA9PiB7XG4gIGNvbnN0IHsgdCB9ID0gdXNlVHJhbnNsYXRpb24oKTtcbiAgY29uc3QgaW5wdXRSZWYgPSB1c2VSZWY8SFRNTElucHV0RWxlbWVudD4obnVsbCk7XG4gIGNvbnN0IHNlYXJjaEZpZWxkUmVmID0gdXNlUmVmPEhUTUxEaXZFbGVtZW50PihudWxsKTtcbiAgY29uc3QgaW5wdXRIYXNGb2N1c1JlZiA9IHVzZVJlZihpbnB1dEhhc0ZvY3VzKTtcbiAgaW5wdXRIYXNGb2N1c1JlZi5jdXJyZW50ID0gaW5wdXRIYXNGb2N1cztcblxuICB1c2VFZmZlY3QoKCkgPT4ge1xuICAgIGNvbnN0IG9uS2V5RXNjID0gKGU6IEtleWJvYXJkRXZlbnQpID0+IHtcbiAgICAgIGlmIChlLmNvZGUgPT09ICdFc2NhcGUnKSB7XG4gICAgICAgIG9uSW5wdXRCbHVyKCk7XG4gICAgICAgIGlmIChpbnB1dFJlZiAmJiBpbnB1dFJlZi5jdXJyZW50KSB7XG4gICAgICAgICAgaW5wdXRSZWYuY3VycmVudCEuYmx1cigpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfTtcbiAgICB3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcigna2V5ZG93bicsIG9uS2V5RXNjKTtcbiAgICByZXR1cm4gKCkgPT4ge1xuICAgICAgd2luZG93LnJlbW92ZUV2ZW50TGlzdGVuZXIoJ2tleWRvd24nLCBvbktleUVzYyk7XG4gICAgfTtcbiAgfSwgW29uSW5wdXRCbHVyXSk7XG5cbiAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICBsZXQgeUNvb3JkaW5hdGUgPSAwO1xuICAgIGNvbnN0IHJlc2V0U2Nyb2xsID0gKCkgPT4ge1xuICAgICAgd2luZG93LnNjcm9sbFRvKHsgdG9wOiB5Q29vcmRpbmF0ZSB9KTtcbiAgICB9O1xuICAgIGlmIChpbnB1dEhhc0ZvY3VzICYmIHNlYXJjaEZpZWxkUmVmICYmIHNlYXJjaEZpZWxkUmVmLmN1cnJlbnQpIHtcbiAgICAgIHlDb29yZGluYXRlID0gc2VhcmNoRmllbGRSZWYuY3VycmVudC5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS50b3AgKyB3aW5kb3cucGFnZVlPZmZzZXQ7XG4gICAgICBjb25zdCBpc0lFMTEgPSBpc0lFICYmIHBhcnNlSW50KGJyb3dzZXJWZXJzaW9uKSA8IDEyO1xuICAgICAgaWYgKGlzSUUxMSkge1xuICAgICAgICAvLyBpbnN0YSBtb3ZlIG9uIElFXG4gICAgICAgIHdpbmRvdy5zY3JvbGxUbygwLCB5Q29vcmRpbmF0ZSk7XG4gICAgICB9IGVsc2UgaWYgKGlzTW9iaWxlU2FmYXJpKSB7XG4gICAgICAgIC8vIEJlY2F1c2Ugc2FmYXJpIG9uIGlPUyBzZXQgcG9zaXRpb246Zml4ZWQgdG8gc3RhdGljIHdoZW4ga2V5Ym9hcmQgaXMgb3Blbiwgd2UgbmVlZCB0byBzY3JvbGwgdG8gdG9wLlxuICAgICAgICB5Q29vcmRpbmF0ZSA9IDA7XG4gICAgICAgIC8vIFN0cmFuZ2Ugc2Nyb2xsaW5nIGlzIGhhcHBlbmluZyB3aGVuIGtleWJvYXJkIG9wZW5zIGluIGlPUywgbWFraW5nIHNjcm9sbHBvcyBub3QgdG8gdG9wLlxuICAgICAgICAvLyBVc2UgYSBzbWFsbCB0aW1lb3V0IHNvIHRoZSBzY3JvbGxpbmcgc3RhcnRzIGFmdGVyXG4gICAgICAgIHNldFRpbWVvdXQoXG4gICAgICAgICAgKCkgPT5cbiAgICAgICAgICAgIHdpbmRvdy5zY3JvbGxUbyh7XG4gICAgICAgICAgICAgIHRvcDogeUNvb3JkaW5hdGUsXG4gICAgICAgICAgICAgIGJlaGF2aW9yOiAnc21vb3RoJyxcbiAgICAgICAgICAgIH0pLFxuICAgICAgICAgIDEwMCxcbiAgICAgICAgKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHdpbmRvdy5zY3JvbGxUbyh7XG4gICAgICAgICAgdG9wOiB5Q29vcmRpbmF0ZSxcbiAgICAgICAgICBiZWhhdmlvcjogJ3Ntb290aCcsXG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgICAgbm9TY3JvbGwodHJ1ZSwgJ3ByZXZlbnRQYWdlU2Nyb2xsJyk7XG4gICAgICAvLyBCZWNhdXNlIGNoYW5nZSBpbiBjb250ZW50KGNsaWNrIG9uIHNob3cgbW9yZSBlbGVtZW50cyBidXR0b24pIHRyaWdnZXJzIHNvbWUgc3RyYW5nZSBzY3JvbGwgaW4gYnJvd3NlcixcbiAgICAgIC8vIHdlIG11c3QgZW5zdXJlIHRoYXQgdGhlIHNjcm9sbFBvcyBpcyB0aGUgc2FtZSBhbGwgdGhlIHRpbWVcbiAgICAgIC8vIHNldFRpbWVvdXQgaXMgdXNlZCBzbyB0aGUgJ3Ntb290aCcgc2Nyb2xsIGVmZmVjdCBjYW4gZmluaXNoXG4gICAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgLy8gSWYgdXNlciBoYXMgY2xvc2VkIG1vZGFsIHNlYXJjaCBiZWZvcmUgdGltZW91dC4gRG9uJ3QgYWRkIGV2ZW50LWxpc3RlbmVyXG4gICAgICAgIGlmIChpbnB1dEhhc0ZvY3VzUmVmLmN1cnJlbnQpIHtcbiAgICAgICAgICB3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcignc2Nyb2xsJywgcmVzZXRTY3JvbGwpO1xuICAgICAgICB9XG4gICAgICB9LCAxMDAwKTtcbiAgICB9IGVsc2Uge1xuICAgICAgbm9TY3JvbGwoZmFsc2UsICdwcmV2ZW50UGFnZVNjcm9sbCcpO1xuICAgICAgd2luZG93LnJlbW92ZUV2ZW50TGlzdGVuZXIoJ3Njcm9sbCcsIHJlc2V0U2Nyb2xsKTtcbiAgICB9XG4gICAgcmV0dXJuICgpID0+IHtcbiAgICAgIG5vU2Nyb2xsKGZhbHNlLCAncHJldmVudFBhZ2VTY3JvbGwnKTtcbiAgICAgIHdpbmRvdy5yZW1vdmVFdmVudExpc3RlbmVyKCdzY3JvbGwnLCByZXNldFNjcm9sbCk7XG4gICAgfTtcbiAgfSwgW2lucHV0SGFzRm9jdXNdKTtcblxuICBjb25zdCBvbkJsdXIgPSAoKSA9PiB7XG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICBpZiAoc2VhcmNoRmllbGRSZWYuY3VycmVudCkge1xuICAgICAgICBpZiAoIXNlYXJjaEZpZWxkUmVmLmN1cnJlbnQuY29udGFpbnMoZG9jdW1lbnQuYWN0aXZlRWxlbWVudCkpIHtcbiAgICAgICAgICBvbklucHV0Qmx1cigpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfSwgMCk7XG4gICAgLy8gVGhpcyBpcyBuZWVkZWQgd2hlbiB1c2VyIHRhYnMgb3V0IG9mIGZpZWxkXG4gICAgaWYgKCFzZWFyY2hGaWVsZFZhbHVlKSB7XG4gICAgICBvbklucHV0Qmx1cigpO1xuICAgIH1cbiAgfTtcblxuICByZXR1cm4gKFxuICAgIDxkaXYgcmVmPXtzZWFyY2hGaWVsZFJlZn0+XG4gICAgICA8U3R5bGVkV3JhcHBlcj5cbiAgICAgICAge2lucHV0SGFzRm9jdXMgJiYgKFxuICAgICAgICAgIDxTdHlsZWRTZWFyY2hCYWNrZHJvcFxuICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgIG9uSW5wdXRCbHVyKCk7XG4gICAgICAgICAgICAgIGlmIChpbnB1dFJlZiAmJiBpbnB1dFJlZi5jdXJyZW50KSB7XG4gICAgICAgICAgICAgICAgaW5wdXRSZWYuY3VycmVudCEuYmx1cigpO1xuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9fVxuICAgICAgICAgIC8+XG4gICAgICAgICl9XG4gICAgICAgIDxTZWFyY2hGaWVsZEZvcm0gaW5wdXRIYXNGb2N1cz17aW5wdXRIYXNGb2N1c30gb25TdWJtaXQ9e29uU2VhcmNofT5cbiAgICAgICAgICA8U2VhcmNoRmllbGRcbiAgICAgICAgICAgIGZyb250UGFnZVNlYXJjaD17dHJ1ZX1cbiAgICAgICAgICAgIGlucHV0UmVmPXtpbnB1dFJlZn1cbiAgICAgICAgICAgIG9uRm9jdXM9e29uU2VhcmNoSW5wdXRGb2N1c31cbiAgICAgICAgICAgIHZhbHVlPXtzZWFyY2hGaWVsZFZhbHVlfVxuICAgICAgICAgICAgb25DaGFuZ2U9e29uU2VhcmNoRmllbGRDaGFuZ2V9XG4gICAgICAgICAgICBwbGFjZWhvbGRlcj17c2VhcmNoRmllbGRQbGFjZWhvbGRlcn1cbiAgICAgICAgICAgIGxvYWRpbmc9e2xvYWRpbmd9XG4gICAgICAgICAgICBvbkJsdXI9e29uQmx1cn1cbiAgICAgICAgICAvPlxuICAgICAgICAgIHtzZWFyY2hGaWVsZFZhbHVlICE9PSAnJyAmJiBpbnB1dEhhc0ZvY3VzICYmIChcbiAgICAgICAgICAgIDxTZWFyY2hSZXN1bHRTbGVldmVcbiAgICAgICAgICAgICAgZnJvbnRwYWdlXG4gICAgICAgICAgICAgIGxvYWRpbmc9e2xvYWRpbmd9XG4gICAgICAgICAgICAgIGlnbm9yZUNvbnRlbnRUeXBlQmFkZ2VcbiAgICAgICAgICAgICAgcmVzdWx0PXtzZWFyY2hSZXN1bHQgfHwgW119XG4gICAgICAgICAgICAgIHNlYXJjaFN0cmluZz17c2VhcmNoRmllbGRWYWx1ZX1cbiAgICAgICAgICAgICAgYWxsUmVzdWx0VXJsPXthbGxSZXN1bHRVcmx9XG4gICAgICAgICAgICAgIHJlc291cmNlVG9MaW5rUHJvcHM9e3Jlc291cmNlVG9MaW5rUHJvcHN9XG4gICAgICAgICAgICAgIGluZm9UZXh0PXt0KCd3ZWxjb21lUGFnZS5zZWFyY2hEaXNjbGFpbWVyJyl9XG4gICAgICAgICAgICAgIHN1Z2dlc3Rpb249e3N1Z2dlc3Rpb259XG4gICAgICAgICAgICAgIHN1Z2dlc3Rpb25Vcmw9e3N1Z2dlc3Rpb25Vcmx9XG4gICAgICAgICAgICAvPlxuICAgICAgICAgICl9XG4gICAgICAgIDwvU2VhcmNoRmllbGRGb3JtPlxuICAgICAgPC9TdHlsZWRXcmFwcGVyPlxuICAgIDwvZGl2PlxuICApO1xufTtcblxuZXhwb3J0IGRlZmF1bHQgRnJvbnRwYWdlU2VhcmNoO1xuIl19 */"));
51
+ })("position:fixed;z-index:1;top:0;left:0;right:0;bottom:0;background:rgba(1,1,1,0.3);", _core.animations.fadeIn(_core.animations.durations.fast), ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkZyb250cGFnZVNlYXJjaC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBOEJ1QyIsImZpbGUiOiJGcm9udHBhZ2VTZWFyY2gudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0LCB7IEZvcm1FdmVudCwgdXNlRWZmZWN0LCB1c2VSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBpc0lFLCBicm93c2VyVmVyc2lvbiwgaXNNb2JpbGVTYWZhcmkgfSBmcm9tICdyZWFjdC1kZXZpY2UtZGV0ZWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IGNvbG9ycywgc3BhY2luZywgbXEsIGJyZWFrcG9pbnRzLCBhbmltYXRpb25zIH0gZnJvbSAnQG5kbGEvY29yZSc7XG5pbXBvcnQgeyBub1Njcm9sbCB9IGZyb20gJ0BuZGxhL3V0aWwnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IFNlYXJjaEZpZWxkIH0gZnJvbSAnLi4vU2VhcmNoJztcbmltcG9ydCB7IFNlYXJjaEZpZWxkRm9ybSB9IGZyb20gJy4uL1NlYXJjaC9TZWFyY2hGaWVsZEZvcm0nO1xuaW1wb3J0IFNlYXJjaFJlc3VsdFNsZWV2ZSBmcm9tICcuLi9TZWFyY2gvU2VhcmNoUmVzdWx0U2xlZXZlJztcbmltcG9ydCB7IENvbnRlbnRUeXBlUmVzdWx0VHlwZSwgUmVzb3VyY2UgfSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRNYXN0aGVhZEhlaWdodCB9IGZyb20gJy4uL01hc3RoZWFkJztcblxuY29uc3QgU3R5bGVkV3JhcHBlciA9IHN0eWxlZC5zZWN0aW9uYFxuICBib3JkZXItcmFkaXVzOiAycHg7XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAke3NwYWNpbmcubm9ybWFsfSAwO1xuICAke21xLnJhbmdlKHsgZnJvbTogYnJlYWtwb2ludHMubW9iaWxlV2lkZSB9KX0ge1xuICAgIHdpZHRoOiA0NTBweDtcbiAgfVxuICAke21xLnJhbmdlKHsgZnJvbTogYnJlYWtwb2ludHMudGFibGV0IH0pfSB7XG4gICAgd2lkdGg6IDU1MHB4O1xuICB9XG4gICR7bXEucmFuZ2UoeyBmcm9tOiBicmVha3BvaW50cy5kZXNrdG9wIH0pfSB7XG4gICAgd2lkdGg6IDc1MHB4O1xuICB9XG4gIGlucHV0IHtcbiAgICBib3JkZXItY29sb3I6ICR7Y29sb3JzLmJyYW5kLnRlcnRpYXJ5fTtcbiAgfVxuYDtcblxuY29uc3QgU3R5bGVkU2VhcmNoQmFja2Ryb3AgPSBzdHlsZWQuZGl2YFxuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHotaW5kZXg6IDE7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG4gIGJvdHRvbTogMDtcbiAgYmFja2dyb3VuZDogcmdiYSgxLCAxLCAxLCAwLjMpO1xuICAke2FuaW1hdGlvbnMuZmFkZUluKGFuaW1hdGlvbnMuZHVyYXRpb25zLmZhc3QpfTtcbmA7XG5cbnR5cGUgUHJvcHMgPSB7XG4gIGlucHV0SGFzRm9jdXM6IGJvb2xlYW47XG4gIHNlYXJjaEZpZWxkVmFsdWU6IHN0cmluZztcbiAgb25TZWFyY2hGaWVsZENoYW5nZTogKHNlYXJjaFZhbHVlOiBzdHJpbmcpID0+IHZvaWQ7XG4gIHNlYXJjaEZpZWxkUGxhY2Vob2xkZXI6IHN0cmluZztcbiAgb25JbnB1dEJsdXI6IFZvaWRGdW5jdGlvbjtcbiAgb25TZWFyY2hJbnB1dEZvY3VzOiBWb2lkRnVuY3Rpb247XG4gIHJlc291cmNlVG9MaW5rUHJvcHM6IChyZXNvdXJjZTogUmVzb3VyY2UpID0+IHtcbiAgICB0bzogc3RyaW5nO1xuICB9O1xuICBvblNlYXJjaDogKGV2ZW50OiBGb3JtRXZlbnQpID0+IHZvaWQ7XG4gIGFsbFJlc3VsdFVybDogc3RyaW5nO1xuICBzZWFyY2hSZXN1bHQ/OiBBcnJheTxDb250ZW50VHlwZVJlc3VsdFR5cGU+O1xuICBsb2FkaW5nOiBib29sZWFuO1xuICBzdWdnZXN0aW9uPzogc3RyaW5nO1xuICBzdWdnZXN0aW9uVXJsPzogc3RyaW5nO1xufTtcblxuY29uc3QgRnJvbnRwYWdlU2VhcmNoID0gKHtcbiAgcmVzb3VyY2VUb0xpbmtQcm9wcyxcbiAgaW5wdXRIYXNGb2N1cyxcbiAgc2VhcmNoRmllbGRWYWx1ZSxcbiAgb25TZWFyY2hGaWVsZENoYW5nZSxcbiAgc2VhcmNoRmllbGRQbGFjZWhvbGRlcixcbiAgb25JbnB1dEJsdXIsXG4gIG9uU2VhcmNoSW5wdXRGb2N1cyxcbiAgb25TZWFyY2gsXG4gIGFsbFJlc3VsdFVybCxcbiAgc2VhcmNoUmVzdWx0LFxuICBsb2FkaW5nLFxuICBzdWdnZXN0aW9uLFxuICBzdWdnZXN0aW9uVXJsLFxufTogUHJvcHMpID0+IHtcbiAgY29uc3QgeyB0IH0gPSB1c2VUcmFuc2xhdGlvbigpO1xuICBjb25zdCBpbnB1dFJlZiA9IHVzZVJlZjxIVE1MSW5wdXRFbGVtZW50PihudWxsKTtcbiAgY29uc3Qgc2VhcmNoRmllbGRSZWYgPSB1c2VSZWY8SFRNTERpdkVsZW1lbnQ+KG51bGwpO1xuICBjb25zdCBpbnB1dEhhc0ZvY3VzUmVmID0gdXNlUmVmKGlucHV0SGFzRm9jdXMpO1xuICBpbnB1dEhhc0ZvY3VzUmVmLmN1cnJlbnQgPSBpbnB1dEhhc0ZvY3VzO1xuXG4gIHVzZUVmZmVjdCgoKSA9PiB7XG4gICAgY29uc3Qgb25LZXlFc2MgPSAoZTogS2V5Ym9hcmRFdmVudCkgPT4ge1xuICAgICAgaWYgKGUuY29kZSA9PT0gJ0VzY2FwZScpIHtcbiAgICAgICAgb25JbnB1dEJsdXIoKTtcbiAgICAgICAgaWYgKGlucHV0UmVmICYmIGlucHV0UmVmLmN1cnJlbnQpIHtcbiAgICAgICAgICBpbnB1dFJlZi5jdXJyZW50IS5ibHVyKCk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9O1xuICAgIHdpbmRvdy5hZGRFdmVudExpc3RlbmVyKCdrZXlkb3duJywgb25LZXlFc2MpO1xuICAgIHJldHVybiAoKSA9PiB7XG4gICAgICB3aW5kb3cucmVtb3ZlRXZlbnRMaXN0ZW5lcigna2V5ZG93bicsIG9uS2V5RXNjKTtcbiAgICB9O1xuICB9LCBbb25JbnB1dEJsdXJdKTtcblxuICB1c2VFZmZlY3QoKCkgPT4ge1xuICAgIGxldCB5Q29vcmRpbmF0ZSA9IDA7XG4gICAgY29uc3QgbWFzdGhlYWRIZWlnaHQgPSBnZXRNYXN0aGVhZEhlaWdodCgpIHx8IDg0O1xuICAgIGNvbnN0IHJlc2V0U2Nyb2xsID0gKCkgPT4ge1xuICAgICAgd2luZG93LnNjcm9sbFRvKHsgdG9wOiB5Q29vcmRpbmF0ZSB9KTtcbiAgICB9O1xuICAgIGlmIChpbnB1dEhhc0ZvY3VzICYmIHNlYXJjaEZpZWxkUmVmICYmIHNlYXJjaEZpZWxkUmVmLmN1cnJlbnQpIHtcbiAgICAgIHlDb29yZGluYXRlID0gc2VhcmNoRmllbGRSZWYuY3VycmVudC5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS50b3AgKyB3aW5kb3cucGFnZVlPZmZzZXQgLSBtYXN0aGVhZEhlaWdodDtcbiAgICAgIGNvbnN0IGlzSUUxMSA9IGlzSUUgJiYgcGFyc2VJbnQoYnJvd3NlclZlcnNpb24pIDwgMTI7XG4gICAgICBpZiAoaXNJRTExKSB7XG4gICAgICAgIC8vIGluc3RhIG1vdmUgb24gSUVcbiAgICAgICAgd2luZG93LnNjcm9sbFRvKDAsIHlDb29yZGluYXRlKTtcbiAgICAgIH0gZWxzZSBpZiAoaXNNb2JpbGVTYWZhcmkpIHtcbiAgICAgICAgLy8gQmVjYXVzZSBzYWZhcmkgb24gaU9TIHNldCBwb3NpdGlvbjpmaXhlZCB0byBzdGF0aWMgd2hlbiBrZXlib2FyZCBpcyBvcGVuLCB3ZSBuZWVkIHRvIHNjcm9sbCB0byB0b3AuXG4gICAgICAgIHlDb29yZGluYXRlID0gMDtcbiAgICAgICAgLy8gU3RyYW5nZSBzY3JvbGxpbmcgaXMgaGFwcGVuaW5nIHdoZW4ga2V5Ym9hcmQgb3BlbnMgaW4gaU9TLCBtYWtpbmcgc2Nyb2xscG9zIG5vdCB0byB0b3AuXG4gICAgICAgIC8vIFVzZSBhIHNtYWxsIHRpbWVvdXQgc28gdGhlIHNjcm9sbGluZyBzdGFydHMgYWZ0ZXJcbiAgICAgICAgc2V0VGltZW91dChcbiAgICAgICAgICAoKSA9PlxuICAgICAgICAgICAgd2luZG93LnNjcm9sbFRvKHtcbiAgICAgICAgICAgICAgdG9wOiB5Q29vcmRpbmF0ZSxcbiAgICAgICAgICAgICAgYmVoYXZpb3I6ICdzbW9vdGgnLFxuICAgICAgICAgICAgfSksXG4gICAgICAgICAgMTAwLFxuICAgICAgICApO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgd2luZG93LnNjcm9sbFRvKHtcbiAgICAgICAgICB0b3A6IHlDb29yZGluYXRlLFxuICAgICAgICAgIGJlaGF2aW9yOiAnc21vb3RoJyxcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICBub1Njcm9sbCh0cnVlLCAncHJldmVudFBhZ2VTY3JvbGwnKTtcbiAgICAgIC8vIEJlY2F1c2UgY2hhbmdlIGluIGNvbnRlbnQoY2xpY2sgb24gc2hvdyBtb3JlIGVsZW1lbnRzIGJ1dHRvbikgdHJpZ2dlcnMgc29tZSBzdHJhbmdlIHNjcm9sbCBpbiBicm93c2VyLFxuICAgICAgLy8gd2UgbXVzdCBlbnN1cmUgdGhhdCB0aGUgc2Nyb2xsUG9zIGlzIHRoZSBzYW1lIGFsbCB0aGUgdGltZVxuICAgICAgLy8gc2V0VGltZW91dCBpcyB1c2VkIHNvIHRoZSAnc21vb3RoJyBzY3JvbGwgZWZmZWN0IGNhbiBmaW5pc2hcbiAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICAvLyBJZiB1c2VyIGhhcyBjbG9zZWQgbW9kYWwgc2VhcmNoIGJlZm9yZSB0aW1lb3V0LiBEb24ndCBhZGQgZXZlbnQtbGlzdGVuZXJcbiAgICAgICAgaWYgKGlucHV0SGFzRm9jdXNSZWYuY3VycmVudCkge1xuICAgICAgICAgIHdpbmRvdy5hZGRFdmVudExpc3RlbmVyKCdzY3JvbGwnLCByZXNldFNjcm9sbCk7XG4gICAgICAgIH1cbiAgICAgIH0sIDEwMDApO1xuICAgIH0gZWxzZSB7XG4gICAgICBub1Njcm9sbChmYWxzZSwgJ3ByZXZlbnRQYWdlU2Nyb2xsJyk7XG4gICAgICB3aW5kb3cucmVtb3ZlRXZlbnRMaXN0ZW5lcignc2Nyb2xsJywgcmVzZXRTY3JvbGwpO1xuICAgIH1cbiAgICByZXR1cm4gKCkgPT4ge1xuICAgICAgbm9TY3JvbGwoZmFsc2UsICdwcmV2ZW50UGFnZVNjcm9sbCcpO1xuICAgICAgd2luZG93LnJlbW92ZUV2ZW50TGlzdGVuZXIoJ3Njcm9sbCcsIHJlc2V0U2Nyb2xsKTtcbiAgICB9O1xuICB9LCBbaW5wdXRIYXNGb2N1c10pO1xuXG4gIGNvbnN0IG9uQmx1ciA9ICgpID0+IHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIGlmIChzZWFyY2hGaWVsZFJlZi5jdXJyZW50KSB7XG4gICAgICAgIGlmICghc2VhcmNoRmllbGRSZWYuY3VycmVudC5jb250YWlucyhkb2N1bWVudC5hY3RpdmVFbGVtZW50KSkge1xuICAgICAgICAgIG9uSW5wdXRCbHVyKCk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9LCAwKTtcbiAgICAvLyBUaGlzIGlzIG5lZWRlZCB3aGVuIHVzZXIgdGFicyBvdXQgb2YgZmllbGRcbiAgICBpZiAoIXNlYXJjaEZpZWxkVmFsdWUpIHtcbiAgICAgIG9uSW5wdXRCbHVyKCk7XG4gICAgfVxuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPGRpdiByZWY9e3NlYXJjaEZpZWxkUmVmfT5cbiAgICAgIDxTdHlsZWRXcmFwcGVyPlxuICAgICAgICB7aW5wdXRIYXNGb2N1cyAmJiAoXG4gICAgICAgICAgPFN0eWxlZFNlYXJjaEJhY2tkcm9wXG4gICAgICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgIG9uQ2xpY2s9eygpID0+IHtcbiAgICAgICAgICAgICAgb25JbnB1dEJsdXIoKTtcbiAgICAgICAgICAgICAgaWYgKGlucHV0UmVmICYmIGlucHV0UmVmLmN1cnJlbnQpIHtcbiAgICAgICAgICAgICAgICBpbnB1dFJlZi5jdXJyZW50IS5ibHVyKCk7XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH19XG4gICAgICAgICAgLz5cbiAgICAgICAgKX1cbiAgICAgICAgPFNlYXJjaEZpZWxkRm9ybSBpbnB1dEhhc0ZvY3VzPXtpbnB1dEhhc0ZvY3VzfSBvblN1Ym1pdD17b25TZWFyY2h9PlxuICAgICAgICAgIDxTZWFyY2hGaWVsZFxuICAgICAgICAgICAgZnJvbnRQYWdlU2VhcmNoPXt0cnVlfVxuICAgICAgICAgICAgaW5wdXRSZWY9e2lucHV0UmVmfVxuICAgICAgICAgICAgb25Gb2N1cz17b25TZWFyY2hJbnB1dEZvY3VzfVxuICAgICAgICAgICAgdmFsdWU9e3NlYXJjaEZpZWxkVmFsdWV9XG4gICAgICAgICAgICBvbkNoYW5nZT17b25TZWFyY2hGaWVsZENoYW5nZX1cbiAgICAgICAgICAgIHBsYWNlaG9sZGVyPXtzZWFyY2hGaWVsZFBsYWNlaG9sZGVyfVxuICAgICAgICAgICAgbG9hZGluZz17bG9hZGluZ31cbiAgICAgICAgICAgIG9uQmx1cj17b25CbHVyfVxuICAgICAgICAgIC8+XG4gICAgICAgICAge3NlYXJjaEZpZWxkVmFsdWUgIT09ICcnICYmIGlucHV0SGFzRm9jdXMgJiYgKFxuICAgICAgICAgICAgPFNlYXJjaFJlc3VsdFNsZWV2ZVxuICAgICAgICAgICAgICBmcm9udHBhZ2VcbiAgICAgICAgICAgICAgbG9hZGluZz17bG9hZGluZ31cbiAgICAgICAgICAgICAgaWdub3JlQ29udGVudFR5cGVCYWRnZVxuICAgICAgICAgICAgICByZXN1bHQ9e3NlYXJjaFJlc3VsdCB8fCBbXX1cbiAgICAgICAgICAgICAgc2VhcmNoU3RyaW5nPXtzZWFyY2hGaWVsZFZhbHVlfVxuICAgICAgICAgICAgICBhbGxSZXN1bHRVcmw9e2FsbFJlc3VsdFVybH1cbiAgICAgICAgICAgICAgcmVzb3VyY2VUb0xpbmtQcm9wcz17cmVzb3VyY2VUb0xpbmtQcm9wc31cbiAgICAgICAgICAgICAgaW5mb1RleHQ9e3QoJ3dlbGNvbWVQYWdlLnNlYXJjaERpc2NsYWltZXInKX1cbiAgICAgICAgICAgICAgc3VnZ2VzdGlvbj17c3VnZ2VzdGlvbn1cbiAgICAgICAgICAgICAgc3VnZ2VzdGlvblVybD17c3VnZ2VzdGlvblVybH1cbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgKX1cbiAgICAgICAgPC9TZWFyY2hGaWVsZEZvcm0+XG4gICAgICA8L1N0eWxlZFdyYXBwZXI+XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBGcm9udHBhZ2VTZWFyY2g7XG4iXX0= */"));
50
52
 
51
53
  var FrontpageSearch = function FrontpageSearch(_ref) {
52
54
  var resourceToLinkProps = _ref.resourceToLinkProps,
@@ -88,6 +90,7 @@ var FrontpageSearch = function FrontpageSearch(_ref) {
88
90
  }, [onInputBlur]);
89
91
  (0, _react.useEffect)(function () {
90
92
  var yCoordinate = 0;
93
+ var mastheadHeight = (0, _Masthead.getMastheadHeight)() || 84;
91
94
 
92
95
  var resetScroll = function resetScroll() {
93
96
  window.scrollTo({
@@ -96,7 +99,7 @@ var FrontpageSearch = function FrontpageSearch(_ref) {
96
99
  };
97
100
 
98
101
  if (inputHasFocus && searchFieldRef && searchFieldRef.current) {
99
- yCoordinate = searchFieldRef.current.getBoundingClientRect().top + window.pageYOffset;
102
+ yCoordinate = searchFieldRef.current.getBoundingClientRect().top + window.pageYOffset - mastheadHeight;
100
103
  var isIE11 = _reactDeviceDetect.isIE && parseInt(_reactDeviceDetect.browserVersion) < 12;
101
104
 
102
105
  if (isIE11) {
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- export declare const ToolboxIllustration: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "id" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
3
- export declare const MultidisciplinarySubjectIllustration: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "id" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
2
+ export declare const ToolboxIllustration: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
3
+ export declare const MultidisciplinarySubjectIllustration: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;