@explorer-1/vue 0.2.90 → 0.2.91

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 (353) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/components.d.ts +22 -2
  3. package/dist/edu/.gitkeep +0 -0
  4. package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
  5. package/dist/edu/explorer-1/bg-stars.jpg +0 -0
  6. package/dist/explorer-1/bg-stars-edu.png +0 -0
  7. package/dist/explorer-1/bg-stars.jpg +0 -0
  8. package/dist/explorer-1-vue.d.ts +1 -0
  9. package/dist/explorer-1-vue.js +25799 -0
  10. package/dist/explorer-1-vue.umd.cjs +52 -0
  11. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
  12. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
  13. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
  14. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
  15. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
  16. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
  17. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
  18. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
  19. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
  20. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
  21. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
  22. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
  23. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
  24. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
  25. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
  26. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
  27. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
  28. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
  29. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
  30. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
  31. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
  32. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
  33. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
  34. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
  35. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
  36. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
  37. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
  38. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
  39. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
  40. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
  41. package/dist/src/components/AboutTheAuthor/AboutTheAuthor.stories.d.ts +30 -0
  42. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +52 -0
  43. package/dist/src/components/BackToTop/BackToTop.stories.d.ts +145 -0
  44. package/dist/src/components/BackToTop/BackToTop.vue.d.ts +127 -0
  45. package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +99 -0
  46. package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +56 -0
  47. package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +24 -0
  48. package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +66 -0
  49. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +167 -0
  50. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +95 -0
  51. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +24 -0
  52. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +63 -0
  53. package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +178 -0
  54. package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +33 -0
  55. package/dist/src/components/BaseImage/BaseImage.stories.d.ts +140 -0
  56. package/dist/src/components/BaseImage/BaseImage.vue.d.ts +85 -0
  57. package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
  58. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +89 -0
  59. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +61 -0
  60. package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +7 -0
  61. package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +6 -0
  62. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +56 -0
  63. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +247 -0
  64. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +994 -0
  65. package/dist/src/components/BaseModal/BaseModal.vue.d.ts +156 -0
  66. package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +137 -0
  67. package/dist/src/components/BasePill/BasePill.stories.d.ts +65 -0
  68. package/dist/src/components/BasePill/BasePill.vue.d.ts +41 -0
  69. package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +25 -0
  70. package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +2 -0
  71. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +28 -0
  72. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +74 -0
  73. package/dist/src/components/BaseSwimlane/BaseSwimlane.stories.d.ts +25 -0
  74. package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
  75. package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +107 -0
  76. package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
  77. package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +88 -0
  78. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +259 -0
  79. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
  80. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +83 -0
  81. package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +26 -0
  82. package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +79 -0
  83. package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +83 -0
  84. package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +51 -0
  85. package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
  86. package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +34 -0
  87. package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +236 -0
  88. package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +111 -0
  89. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +48 -0
  90. package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +221 -0
  91. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +58 -0
  92. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +224 -0
  93. package/dist/src/components/BlockCta/BlockCta.stories.d.ts +36 -0
  94. package/dist/src/components/BlockCta/BlockCta.vue.d.ts +117 -0
  95. package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +83 -0
  96. package/dist/src/components/BlockGist/BlockGist.stories.d.ts +19 -0
  97. package/dist/src/components/BlockGist/BlockGist.vue.d.ts +19 -0
  98. package/dist/src/components/BlockGist/GitHub404.vue.d.ts +2 -0
  99. package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +20 -0
  100. package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +67 -0
  101. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +37 -0
  102. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +61 -0
  103. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +68 -0
  104. package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +46 -0
  105. package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +103 -0
  106. package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +73 -0
  107. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +20 -0
  108. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +96 -0
  109. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +411 -0
  110. package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +47 -0
  111. package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +142 -0
  112. package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +30 -0
  113. package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +82 -0
  114. package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +57 -0
  115. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +44 -0
  116. package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +204 -0
  117. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +743 -0
  118. package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +61 -0
  119. package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
  120. package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +269 -0
  121. package/dist/src/components/BlockText/BlockText.stories.d.ts +53 -0
  122. package/dist/src/components/BlockText/BlockText.vue.d.ts +32 -0
  123. package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +23 -0
  124. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +25 -0
  125. package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +19 -0
  126. package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +179 -0
  127. package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +36 -0
  128. package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +77 -0
  129. package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +29 -0
  130. package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +48 -0
  131. package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +234 -0
  132. package/dist/src/components/FormContact/FormContact.stories.d.ts +382 -0
  133. package/dist/src/components/FormContact/FormContact.vue.d.ts +369 -0
  134. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +444 -0
  135. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +431 -0
  136. package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +65 -0
  137. package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +135 -0
  138. package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +137 -0
  139. package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +173 -0
  140. package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +93 -0
  141. package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +91 -0
  142. package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +353 -0
  143. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +57 -0
  144. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +27 -0
  145. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +94 -0
  146. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +292 -0
  147. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +80 -0
  148. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +149 -0
  149. package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
  150. package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
  151. package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
  152. package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
  153. package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
  154. package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
  155. package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
  156. package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
  157. package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
  158. package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
  159. package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
  160. package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
  161. package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
  162. package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
  163. package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
  164. package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
  165. package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
  166. package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
  167. package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
  168. package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
  169. package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
  170. package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
  171. package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
  172. package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
  173. package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
  174. package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
  175. package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
  176. package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
  177. package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
  178. package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
  179. package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
  180. package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
  181. package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
  182. package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
  183. package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
  184. package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
  185. package/dist/src/components/Icons/IconProfile.vue.d.ts +2 -0
  186. package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
  187. package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
  188. package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
  189. package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
  190. package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
  191. package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
  192. package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
  193. package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
  194. package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
  195. package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
  196. package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
  197. package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
  198. package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
  199. package/dist/src/components/Icons/IconSubject.vue.d.ts +2 -0
  200. package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
  201. package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
  202. package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
  203. package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
  204. package/dist/src/components/Icons/Icons.stories.d.ts +509 -0
  205. package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +152 -0
  206. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +33 -0
  207. package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
  208. package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +41 -0
  209. package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
  210. package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +111 -0
  211. package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +14 -0
  212. package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +58 -0
  213. package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +25 -0
  214. package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +59 -0
  215. package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +42 -0
  216. package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +32 -0
  217. package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +46 -0
  218. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +27 -0
  219. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +118 -0
  220. package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
  221. package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +240 -0
  222. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +282 -0
  223. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +50 -0
  224. package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
  225. package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +170 -0
  226. package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +698 -0
  227. package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
  228. package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +302 -0
  229. package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +80 -0
  230. package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +228 -0
  231. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
  232. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +83 -0
  233. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +64 -0
  234. package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +157 -0
  235. package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +4 -0
  236. package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +14 -0
  237. package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +12 -0
  238. package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +71 -0
  239. package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +40 -0
  240. package/dist/src/components/NavHeading/NavHeading.stories.d.ts +22 -0
  241. package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +43 -0
  242. package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +44 -0
  243. package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +39 -0
  244. package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +12 -0
  245. package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +38 -0
  246. package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +32 -0
  247. package/dist/src/components/NavSocial/NavSocial.stories.d.ts +178 -0
  248. package/dist/src/components/NavSocial/NavSocial.vue.d.ts +152 -0
  249. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +36 -0
  250. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
  251. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
  252. package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
  253. package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +37 -0
  254. package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
  255. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
  256. package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +86 -0
  257. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +170 -0
  258. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
  259. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
  260. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +85 -0
  261. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +82 -0
  262. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +190 -0
  263. package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +44 -0
  264. package/dist/src/components/SearchInput/SearchInput.stories.d.ts +42 -0
  265. package/dist/src/components/SearchInput/SearchInput.vue.d.ts +69 -0
  266. package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +68 -0
  267. package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +110 -0
  268. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +99 -0
  269. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +79 -0
  270. package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +404 -0
  271. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +18 -0
  272. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
  273. package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
  274. package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +134 -0
  275. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +14 -0
  276. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
  277. package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
  278. package/dist/src/components/SkipLink/SkipLink.vue.d.ts +98 -0
  279. package/dist/src/components/SwimlaneCTA/SwimlaneCTA.stories.d.ts +25 -0
  280. package/dist/src/components/TextArea/TextArea.stories.d.ts +30 -0
  281. package/dist/src/components/TextArea/TextArea.vue.d.ts +95 -0
  282. package/dist/src/components/TextInput/TextInput.stories.d.ts +33 -0
  283. package/dist/src/components/TextInput/TextInput.vue.d.ts +119 -0
  284. package/dist/src/components/TheFooter/TheFooter.stories.d.ts +87 -0
  285. package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +8 -0
  286. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +32 -0
  287. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +45 -0
  288. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
  289. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +77 -0
  290. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +325 -0
  291. package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
  292. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +157 -0
  293. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +95 -0
  294. package/dist/src/components/YearTicker/YearTicker.stories.d.ts +40 -0
  295. package/dist/src/components/YearTicker/YearTicker.vue.d.ts +17 -0
  296. package/dist/src/constants.d.ts +14 -0
  297. package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
  298. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +194 -0
  299. package/dist/src/docs/foundation/themes.stories.d.ts +21 -0
  300. package/dist/src/docs/foundation/typography.stories.d.ts +92 -0
  301. package/dist/src/docs/guides/responsive.stories.d.ts +13 -0
  302. package/dist/src/docs/utils/ComponentItem.d.ts +2 -0
  303. package/dist/src/docs/utils/ComponentList.d.ts +2 -0
  304. package/dist/src/interfaces.d.ts +284 -0
  305. package/dist/src/main.d.ts +1 -0
  306. package/dist/src/store/curatedGallery.d.ts +6 -0
  307. package/dist/src/store/header.d.ts +20 -0
  308. package/dist/src/store/search.d.ts +10 -0
  309. package/dist/src/store/theme.d.ts +14 -0
  310. package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +102 -0
  311. package/dist/src/templates/PageContent/PageContent.stories.d.ts +197 -0
  312. package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +94 -0
  313. package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +185 -0
  314. package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +1843 -0
  315. package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +56 -0
  316. package/dist/src/templates/edu/PageContentEdu.stories.d.ts +205 -0
  317. package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +124 -0
  318. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +297 -0
  319. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +446 -0
  320. package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +284 -0
  321. package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +70 -0
  322. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +623 -0
  323. package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +359 -0
  324. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +2094 -0
  325. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +890 -0
  326. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +412 -0
  327. package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +99 -0
  328. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +645 -0
  329. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +142 -0
  330. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +56 -0
  331. package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +705 -0
  332. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +41 -0
  333. package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +14 -0
  334. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +875 -0
  335. package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +115 -0
  336. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +84 -0
  337. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +64 -0
  338. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +60 -0
  339. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +256 -0
  340. package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +339 -0
  341. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +297 -0
  342. package/dist/src/utils/dayjs.d.ts +2 -0
  343. package/dist/src/utils/eventBus.d.ts +1 -0
  344. package/dist/src/utils/filters.d.ts +4 -0
  345. package/dist/src/utils/generateHash.d.ts +1 -0
  346. package/dist/src/utils/getHeadingId.d.ts +1 -0
  347. package/dist/src/utils/lookupContentType.d.ts +3 -0
  348. package/dist/src/utils/mixins.d.ts +59 -0
  349. package/dist/src/utils/rangeifyGrades.d.ts +3 -0
  350. package/dist/style.css +1 -0
  351. package/package.json +1 -1
  352. package/src/templates/PageContent/PageContent.vue +14 -2
  353. package/src/templates/edu/PageContentEdu.stories.js +17 -1
@@ -0,0 +1,2094 @@
1
+ import { default as PageEduNewsDetail } from './PageEduNewsDetail.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { PageEduNewsDetail as component };
5
+ export let tags: string[];
6
+ export let decorators: (() => {
7
+ template: string;
8
+ })[];
9
+ export namespace parameters {
10
+ let layout: string;
11
+ namespace html {
12
+ let root: string;
13
+ }
14
+ namespace docs {
15
+ namespace description {
16
+ let component: string;
17
+ }
18
+ }
19
+ }
20
+ export let excludeStories: RegExp;
21
+ }
22
+ export default _default;
23
+ export namespace BaseStory {
24
+ namespace args {
25
+ let data: {
26
+ body: ({
27
+ blockType: string;
28
+ fullBleed: boolean;
29
+ image: {
30
+ alt: string;
31
+ caption: string;
32
+ credit: string;
33
+ detailUrl: string;
34
+ original: string;
35
+ src: {
36
+ height: number;
37
+ url: string;
38
+ width: number;
39
+ };
40
+ srcSet: string;
41
+ };
42
+ imageFullBleed: {
43
+ alt: string;
44
+ caption: string;
45
+ credit: string;
46
+ detailUrl: string;
47
+ original: string;
48
+ src: {
49
+ width: number;
50
+ height: number;
51
+ url: string;
52
+ };
53
+ srcCropped: {
54
+ width: number;
55
+ height: number;
56
+ url: string;
57
+ };
58
+ screenXs: {
59
+ url: string;
60
+ width: number;
61
+ };
62
+ screenLg: {
63
+ url: string;
64
+ width: number;
65
+ };
66
+ screenXl: {
67
+ url: string;
68
+ width: number;
69
+ };
70
+ screenThreexl: {
71
+ url: string;
72
+ width: number;
73
+ };
74
+ };
75
+ } | {
76
+ blockType: string;
77
+ accordionItemsHeadingLevel: string;
78
+ accordionItems: {
79
+ blockType: string;
80
+ blocks: ({
81
+ blockType: string;
82
+ value: string;
83
+ blocks?: undefined;
84
+ } | {
85
+ blockType: string;
86
+ blocks: ({
87
+ blockType: string;
88
+ value: string;
89
+ } | {
90
+ blockType: string;
91
+ fullBleed: boolean;
92
+ image: {
93
+ alt: string;
94
+ caption: string;
95
+ credit: string;
96
+ detailUrl: string;
97
+ original: string;
98
+ src: {
99
+ height: number;
100
+ url: string;
101
+ width: number;
102
+ };
103
+ srcSet: string;
104
+ };
105
+ imageFullBleed: {
106
+ alt: string;
107
+ caption: string;
108
+ credit: string;
109
+ detailUrl: string;
110
+ original: string;
111
+ src: {
112
+ width: number;
113
+ height: number;
114
+ url: string;
115
+ };
116
+ srcCropped: {
117
+ width: number;
118
+ height: number;
119
+ url: string;
120
+ };
121
+ screenXs: {
122
+ url: string;
123
+ width: number;
124
+ };
125
+ screenLg: {
126
+ url: string;
127
+ width: number;
128
+ };
129
+ screenXl: {
130
+ url: string;
131
+ width: number;
132
+ };
133
+ screenThreexl: {
134
+ url: string;
135
+ width: number;
136
+ };
137
+ };
138
+ value?: undefined;
139
+ })[];
140
+ value?: undefined;
141
+ })[];
142
+ }[];
143
+ } | {
144
+ blockType: string;
145
+ heading: string;
146
+ text: string;
147
+ page: {
148
+ url: string;
149
+ };
150
+ externalLink: string;
151
+ } | {
152
+ blockType: string;
153
+ beforeImage: {
154
+ src: {
155
+ url: string;
156
+ };
157
+ srcCropped: {
158
+ url: string;
159
+ };
160
+ };
161
+ afterImage: {
162
+ src: {
163
+ url: string;
164
+ };
165
+ srcCropped: {
166
+ url: string;
167
+ };
168
+ };
169
+ caption: string;
170
+ } | {
171
+ id: string;
172
+ blockType: string;
173
+ galleryTitle: string;
174
+ galleryDescription: string;
175
+ coverImage: {
176
+ alt: string;
177
+ title: string;
178
+ caption: string;
179
+ credit: string;
180
+ detailUrl: string;
181
+ original: string;
182
+ src: {
183
+ height: string;
184
+ url: string;
185
+ width: string;
186
+ };
187
+ srcSet: string;
188
+ };
189
+ gallerySlides: {
190
+ image: {
191
+ alt: string;
192
+ title: string;
193
+ caption: string;
194
+ credit: string;
195
+ detailUrl: string;
196
+ original: string;
197
+ src: {
198
+ height: string;
199
+ url: string;
200
+ width: string;
201
+ };
202
+ srcSet: string;
203
+ };
204
+ }[];
205
+ } | {
206
+ blockType: string;
207
+ text: string;
208
+ alignTo: string;
209
+ image: {
210
+ alt: string;
211
+ src: {
212
+ height: number;
213
+ url: string;
214
+ width: number;
215
+ };
216
+ original: string;
217
+ caption: string;
218
+ credit: string;
219
+ detailUrl: string;
220
+ };
221
+ displayCaption: boolean;
222
+ } | {
223
+ blockType: string;
224
+ heading: string;
225
+ listItem: {
226
+ text: string;
227
+ }[];
228
+ } | {
229
+ blockType: string;
230
+ field: string;
231
+ items: ({
232
+ description: string;
233
+ heading: string;
234
+ image: {
235
+ src: {
236
+ url: string;
237
+ width: string;
238
+ height: string;
239
+ };
240
+ };
241
+ links: ({
242
+ externalLink: string;
243
+ page: null;
244
+ text: string;
245
+ } | {
246
+ externalLink: null;
247
+ page: {
248
+ url: string;
249
+ };
250
+ text: string;
251
+ })[];
252
+ } | {
253
+ description: string;
254
+ heading: string;
255
+ image: {
256
+ src: {
257
+ url: string;
258
+ width: string;
259
+ height: string;
260
+ };
261
+ };
262
+ links: {
263
+ externalLink: null;
264
+ page: null;
265
+ document: {
266
+ url: string;
267
+ };
268
+ text: string;
269
+ }[];
270
+ })[];
271
+ } | {
272
+ blockType: string;
273
+ quote: string;
274
+ attribution: string;
275
+ quoteLink: {
276
+ externalLink: string;
277
+ page: {
278
+ url: string;
279
+ };
280
+ }[];
281
+ thumbnail: {
282
+ src: string;
283
+ alt: string;
284
+ };
285
+ } | {
286
+ blockType: string;
287
+ heading: string;
288
+ links: ({
289
+ text: string;
290
+ document: {
291
+ url: string;
292
+ };
293
+ page: string;
294
+ externalLink: string;
295
+ } | {
296
+ text: string;
297
+ document: string;
298
+ page: {
299
+ url: string;
300
+ };
301
+ externalLink: string;
302
+ } | {
303
+ text: string;
304
+ document: string;
305
+ page: string;
306
+ externalLink: string;
307
+ })[];
308
+ } | {
309
+ blockType: string;
310
+ tableCaption: string;
311
+ tableContent: {
312
+ tableHead: {
313
+ text: string;
314
+ }[][];
315
+ tableBody: ({
316
+ caption: string;
317
+ displayCaption: boolean;
318
+ blockType: string;
319
+ fullBleed: boolean;
320
+ image: {
321
+ alt: string;
322
+ caption: string;
323
+ credit: string;
324
+ detailUrl: string;
325
+ original: string;
326
+ src: {
327
+ height: number;
328
+ url: string;
329
+ width: number;
330
+ };
331
+ srcSet: string;
332
+ };
333
+ imageFullBleed: {
334
+ alt: string;
335
+ caption: string;
336
+ credit: string;
337
+ detailUrl: string;
338
+ original: string;
339
+ src: {
340
+ width: number;
341
+ height: number;
342
+ url: string;
343
+ };
344
+ srcCropped: {
345
+ width: number;
346
+ height: number;
347
+ url: string;
348
+ };
349
+ screenXs: {
350
+ url: string;
351
+ width: number;
352
+ };
353
+ screenLg: {
354
+ url: string;
355
+ width: number;
356
+ };
357
+ screenXl: {
358
+ url: string;
359
+ width: number;
360
+ };
361
+ screenThreexl: {
362
+ url: string;
363
+ width: number;
364
+ };
365
+ };
366
+ value?: undefined;
367
+ } | {
368
+ blockType: string;
369
+ fullBleed: boolean;
370
+ image: {
371
+ alt: string;
372
+ caption: string;
373
+ credit: string;
374
+ detailUrl: string;
375
+ original: string;
376
+ src: {
377
+ height: number;
378
+ url: string;
379
+ width: number;
380
+ };
381
+ srcSet: string;
382
+ };
383
+ imageFullBleed: {
384
+ alt: string;
385
+ caption: string;
386
+ credit: string;
387
+ detailUrl: string;
388
+ original: string;
389
+ src: {
390
+ width: number;
391
+ height: number;
392
+ url: string;
393
+ };
394
+ srcCropped: {
395
+ width: number;
396
+ height: number;
397
+ url: string;
398
+ };
399
+ screenXs: {
400
+ url: string;
401
+ width: number;
402
+ };
403
+ screenLg: {
404
+ url: string;
405
+ width: number;
406
+ };
407
+ screenXl: {
408
+ url: string;
409
+ width: number;
410
+ };
411
+ screenThreexl: {
412
+ url: string;
413
+ width: number;
414
+ };
415
+ };
416
+ value?: undefined;
417
+ } | {
418
+ blockType: string;
419
+ value: string;
420
+ })[][];
421
+ };
422
+ } | {
423
+ blockType: string;
424
+ title: string;
425
+ caption: string;
426
+ url: string;
427
+ } | {
428
+ blockType: string;
429
+ video: {
430
+ duration: string;
431
+ file: string;
432
+ fileExtension: string;
433
+ fileOgg: string;
434
+ fileWebm: string;
435
+ height: null;
436
+ id: string;
437
+ sources: string;
438
+ title: string;
439
+ type: string;
440
+ width: null;
441
+ };
442
+ caption: string;
443
+ credit: string;
444
+ } | {
445
+ level: string;
446
+ size: string;
447
+ blockType: string;
448
+ heading: string;
449
+ blockId: string;
450
+ value?: undefined;
451
+ caption?: undefined;
452
+ id?: undefined;
453
+ url?: undefined;
454
+ showTitle?: undefined;
455
+ items?: undefined;
456
+ field?: undefined;
457
+ } | {
458
+ blockType: string;
459
+ value: string;
460
+ heading?: undefined;
461
+ level?: undefined;
462
+ caption?: undefined;
463
+ id?: undefined;
464
+ url?: undefined;
465
+ showTitle?: undefined;
466
+ items?: undefined;
467
+ field?: undefined;
468
+ } | {
469
+ blockType: string;
470
+ heading: string;
471
+ level: string;
472
+ value?: undefined;
473
+ caption?: undefined;
474
+ id?: undefined;
475
+ url?: undefined;
476
+ showTitle?: undefined;
477
+ items?: undefined;
478
+ field?: undefined;
479
+ } | {
480
+ blockType: string;
481
+ caption: string;
482
+ id: string;
483
+ url: string;
484
+ value?: undefined;
485
+ heading?: undefined;
486
+ level?: undefined;
487
+ showTitle?: undefined;
488
+ items?: undefined;
489
+ field?: undefined;
490
+ } | {
491
+ heading: string;
492
+ introduction: string;
493
+ buttonText: string;
494
+ image: {
495
+ full: {
496
+ url: string;
497
+ width: number;
498
+ height: number;
499
+ };
500
+ half: {
501
+ url: string;
502
+ width: number;
503
+ height: number;
504
+ };
505
+ };
506
+ fullWidthImage: boolean;
507
+ teaserPage: ({
508
+ blockType: string;
509
+ page?: undefined;
510
+ } | {
511
+ blockType: string;
512
+ page: {
513
+ label: string;
514
+ title: string;
515
+ url: string;
516
+ };
517
+ })[];
518
+ blockType: string;
519
+ value?: undefined;
520
+ level?: undefined;
521
+ caption?: undefined;
522
+ id?: undefined;
523
+ url?: undefined;
524
+ showTitle?: undefined;
525
+ items?: undefined;
526
+ field?: undefined;
527
+ } | {
528
+ blockType: string;
529
+ showTitle: boolean;
530
+ items: {
531
+ image: {
532
+ alt: string;
533
+ title: string;
534
+ caption: string;
535
+ credit: string;
536
+ detailUrl: string;
537
+ original: string;
538
+ src: {
539
+ height: string;
540
+ url: string;
541
+ width: string;
542
+ };
543
+ srcSet: string;
544
+ };
545
+ }[];
546
+ value?: undefined;
547
+ heading?: undefined;
548
+ level?: undefined;
549
+ caption?: undefined;
550
+ id?: undefined;
551
+ url?: undefined;
552
+ field?: undefined;
553
+ } | {
554
+ blockType: string;
555
+ embed: {
556
+ embed: string;
557
+ };
558
+ caption: string;
559
+ credit: string;
560
+ value?: undefined;
561
+ heading?: undefined;
562
+ level?: undefined;
563
+ id?: undefined;
564
+ url?: undefined;
565
+ showTitle?: undefined;
566
+ items?: undefined;
567
+ field?: undefined;
568
+ } | {
569
+ blockType: string;
570
+ field: string;
571
+ items: ({
572
+ label: string;
573
+ title: string;
574
+ description: string;
575
+ image: {
576
+ alt: string;
577
+ src: {
578
+ height: number;
579
+ url: string;
580
+ width: number;
581
+ };
582
+ srcSet: string;
583
+ };
584
+ link: {
585
+ page: null;
586
+ externalLink: string;
587
+ };
588
+ } | {
589
+ label: string;
590
+ title: string;
591
+ description: string;
592
+ image: {
593
+ alt: string;
594
+ src: {
595
+ height: number;
596
+ url: string;
597
+ width: number;
598
+ };
599
+ srcSet: string;
600
+ };
601
+ link: {
602
+ page: {
603
+ url: string;
604
+ };
605
+ externalLink: string;
606
+ };
607
+ } | {
608
+ label: string;
609
+ title: string;
610
+ description: string;
611
+ image: null;
612
+ link: {
613
+ page: null;
614
+ externalLink: string;
615
+ };
616
+ })[];
617
+ value?: undefined;
618
+ heading?: undefined;
619
+ level?: undefined;
620
+ caption?: undefined;
621
+ id?: undefined;
622
+ url?: undefined;
623
+ showTitle?: undefined;
624
+ })[];
625
+ slug: string;
626
+ url: string;
627
+ title: string;
628
+ publicationDate: string;
629
+ readTime: string;
630
+ authors: {
631
+ author: {
632
+ biography: string;
633
+ image: {
634
+ src: {
635
+ url: string;
636
+ width: number;
637
+ height: number;
638
+ };
639
+ alt: string;
640
+ };
641
+ jobTitle: string;
642
+ name: string;
643
+ organization: string;
644
+ };
645
+ }[];
646
+ getTopicsForDisplay: {
647
+ title: string;
648
+ url: string;
649
+ }[];
650
+ topper: string;
651
+ summary: string;
652
+ thumbnailImage: {
653
+ original: string;
654
+ };
655
+ heroPosition: string;
656
+ heroImage: {
657
+ src: {
658
+ url: string;
659
+ width: number;
660
+ height: number;
661
+ };
662
+ screenXs: {
663
+ url: string;
664
+ width: number;
665
+ };
666
+ screenSm: {
667
+ url: string;
668
+ width: number;
669
+ };
670
+ screenMd: {
671
+ url: string;
672
+ width: number;
673
+ };
674
+ screenLg: {
675
+ url: string;
676
+ width: number;
677
+ };
678
+ screenXl: {
679
+ url: string;
680
+ width: number;
681
+ };
682
+ screenTwoxl: {
683
+ url: string;
684
+ width: number;
685
+ };
686
+ screenThreexl: {
687
+ url: string;
688
+ width: number;
689
+ };
690
+ alt: string;
691
+ caption: string;
692
+ credit: string;
693
+ detailUrl: string;
694
+ };
695
+ heroImageInline: {
696
+ alt: string;
697
+ caption: string;
698
+ credit: string;
699
+ detailUrl: string;
700
+ original: string;
701
+ src: {
702
+ height: number;
703
+ url: string;
704
+ width: number;
705
+ };
706
+ srcSet: string;
707
+ };
708
+ showJumpMenu: boolean;
709
+ };
710
+ }
711
+ }
712
+ export namespace InlineHero {
713
+ export namespace args_1 {
714
+ let data_1: {
715
+ heroPosition: string;
716
+ showJumpMenu: boolean;
717
+ body: ({
718
+ blockType: string;
719
+ fullBleed: boolean;
720
+ image: {
721
+ alt: string;
722
+ caption: string;
723
+ credit: string;
724
+ detailUrl: string;
725
+ original: string;
726
+ src: {
727
+ height: number;
728
+ url: string;
729
+ width: number;
730
+ };
731
+ srcSet: string;
732
+ };
733
+ imageFullBleed: {
734
+ alt: string;
735
+ caption: string;
736
+ credit: string;
737
+ detailUrl: string;
738
+ original: string;
739
+ src: {
740
+ width: number;
741
+ height: number;
742
+ url: string;
743
+ };
744
+ srcCropped: {
745
+ width: number;
746
+ height: number;
747
+ url: string;
748
+ };
749
+ screenXs: {
750
+ url: string;
751
+ width: number;
752
+ };
753
+ screenLg: {
754
+ url: string;
755
+ width: number;
756
+ };
757
+ screenXl: {
758
+ url: string;
759
+ width: number;
760
+ };
761
+ screenThreexl: {
762
+ url: string;
763
+ width: number;
764
+ };
765
+ };
766
+ } | {
767
+ blockType: string;
768
+ accordionItemsHeadingLevel: string;
769
+ accordionItems: {
770
+ blockType: string;
771
+ blocks: ({
772
+ blockType: string;
773
+ value: string;
774
+ blocks?: undefined;
775
+ } | {
776
+ blockType: string;
777
+ blocks: ({
778
+ blockType: string;
779
+ value: string;
780
+ } | {
781
+ blockType: string;
782
+ fullBleed: boolean;
783
+ image: {
784
+ alt: string;
785
+ caption: string;
786
+ credit: string;
787
+ detailUrl: string;
788
+ original: string;
789
+ src: {
790
+ height: number;
791
+ url: string;
792
+ width: number;
793
+ };
794
+ srcSet: string;
795
+ };
796
+ imageFullBleed: {
797
+ alt: string;
798
+ caption: string;
799
+ credit: string;
800
+ detailUrl: string;
801
+ original: string;
802
+ src: {
803
+ width: number;
804
+ height: number;
805
+ url: string;
806
+ };
807
+ srcCropped: {
808
+ width: number;
809
+ height: number;
810
+ url: string;
811
+ };
812
+ screenXs: {
813
+ url: string;
814
+ width: number;
815
+ };
816
+ screenLg: {
817
+ url: string;
818
+ width: number;
819
+ };
820
+ screenXl: {
821
+ url: string;
822
+ width: number;
823
+ };
824
+ screenThreexl: {
825
+ url: string;
826
+ width: number;
827
+ };
828
+ };
829
+ value?: undefined;
830
+ })[];
831
+ value?: undefined;
832
+ })[];
833
+ }[];
834
+ } | {
835
+ blockType: string;
836
+ heading: string;
837
+ text: string;
838
+ page: {
839
+ url: string;
840
+ };
841
+ externalLink: string;
842
+ } | {
843
+ blockType: string;
844
+ beforeImage: {
845
+ src: {
846
+ url: string;
847
+ };
848
+ srcCropped: {
849
+ url: string;
850
+ };
851
+ };
852
+ afterImage: {
853
+ src: {
854
+ url: string;
855
+ };
856
+ srcCropped: {
857
+ url: string;
858
+ };
859
+ };
860
+ caption: string;
861
+ } | {
862
+ id: string;
863
+ blockType: string;
864
+ galleryTitle: string;
865
+ galleryDescription: string;
866
+ coverImage: {
867
+ alt: string;
868
+ title: string;
869
+ caption: string;
870
+ credit: string;
871
+ detailUrl: string;
872
+ original: string;
873
+ src: {
874
+ height: string;
875
+ url: string;
876
+ width: string;
877
+ };
878
+ srcSet: string;
879
+ };
880
+ gallerySlides: {
881
+ image: {
882
+ alt: string;
883
+ title: string;
884
+ caption: string;
885
+ credit: string;
886
+ detailUrl: string;
887
+ original: string;
888
+ src: {
889
+ height: string;
890
+ url: string;
891
+ width: string;
892
+ };
893
+ srcSet: string;
894
+ };
895
+ }[];
896
+ } | {
897
+ blockType: string;
898
+ text: string;
899
+ alignTo: string;
900
+ image: {
901
+ alt: string;
902
+ src: {
903
+ height: number;
904
+ url: string;
905
+ width: number;
906
+ };
907
+ original: string;
908
+ caption: string;
909
+ credit: string;
910
+ detailUrl: string;
911
+ };
912
+ displayCaption: boolean;
913
+ } | {
914
+ blockType: string;
915
+ heading: string;
916
+ listItem: {
917
+ text: string;
918
+ }[];
919
+ } | {
920
+ blockType: string;
921
+ field: string;
922
+ items: ({
923
+ description: string;
924
+ heading: string;
925
+ image: {
926
+ src: {
927
+ url: string;
928
+ width: string;
929
+ height: string;
930
+ };
931
+ };
932
+ links: ({
933
+ externalLink: string;
934
+ page: null;
935
+ text: string;
936
+ } | {
937
+ externalLink: null;
938
+ page: {
939
+ url: string;
940
+ };
941
+ text: string;
942
+ })[];
943
+ } | {
944
+ description: string;
945
+ heading: string;
946
+ image: {
947
+ src: {
948
+ url: string;
949
+ width: string;
950
+ height: string;
951
+ };
952
+ };
953
+ links: {
954
+ externalLink: null;
955
+ page: null;
956
+ document: {
957
+ url: string;
958
+ };
959
+ text: string;
960
+ }[];
961
+ })[];
962
+ } | {
963
+ blockType: string;
964
+ quote: string;
965
+ attribution: string;
966
+ quoteLink: {
967
+ externalLink: string;
968
+ page: {
969
+ url: string;
970
+ };
971
+ }[];
972
+ thumbnail: {
973
+ src: string;
974
+ alt: string;
975
+ };
976
+ } | {
977
+ blockType: string;
978
+ heading: string;
979
+ links: ({
980
+ text: string;
981
+ document: {
982
+ url: string;
983
+ };
984
+ page: string;
985
+ externalLink: string;
986
+ } | {
987
+ text: string;
988
+ document: string;
989
+ page: {
990
+ url: string;
991
+ };
992
+ externalLink: string;
993
+ } | {
994
+ text: string;
995
+ document: string;
996
+ page: string;
997
+ externalLink: string;
998
+ })[];
999
+ } | {
1000
+ blockType: string;
1001
+ tableCaption: string;
1002
+ tableContent: {
1003
+ tableHead: {
1004
+ text: string;
1005
+ }[][];
1006
+ tableBody: ({
1007
+ caption: string;
1008
+ displayCaption: boolean;
1009
+ blockType: string;
1010
+ fullBleed: boolean;
1011
+ image: {
1012
+ alt: string;
1013
+ caption: string;
1014
+ credit: string;
1015
+ detailUrl: string;
1016
+ original: string;
1017
+ src: {
1018
+ height: number;
1019
+ url: string;
1020
+ width: number;
1021
+ };
1022
+ srcSet: string;
1023
+ };
1024
+ imageFullBleed: {
1025
+ alt: string;
1026
+ caption: string;
1027
+ credit: string;
1028
+ detailUrl: string;
1029
+ original: string;
1030
+ src: {
1031
+ width: number;
1032
+ height: number;
1033
+ url: string;
1034
+ };
1035
+ srcCropped: {
1036
+ width: number;
1037
+ height: number;
1038
+ url: string;
1039
+ };
1040
+ screenXs: {
1041
+ url: string;
1042
+ width: number;
1043
+ };
1044
+ screenLg: {
1045
+ url: string;
1046
+ width: number;
1047
+ };
1048
+ screenXl: {
1049
+ url: string;
1050
+ width: number;
1051
+ };
1052
+ screenThreexl: {
1053
+ url: string;
1054
+ width: number;
1055
+ };
1056
+ };
1057
+ value?: undefined;
1058
+ } | {
1059
+ blockType: string;
1060
+ fullBleed: boolean;
1061
+ image: {
1062
+ alt: string;
1063
+ caption: string;
1064
+ credit: string;
1065
+ detailUrl: string;
1066
+ original: string;
1067
+ src: {
1068
+ height: number;
1069
+ url: string;
1070
+ width: number;
1071
+ };
1072
+ srcSet: string;
1073
+ };
1074
+ imageFullBleed: {
1075
+ alt: string;
1076
+ caption: string;
1077
+ credit: string;
1078
+ detailUrl: string;
1079
+ original: string;
1080
+ src: {
1081
+ width: number;
1082
+ height: number;
1083
+ url: string;
1084
+ };
1085
+ srcCropped: {
1086
+ width: number;
1087
+ height: number;
1088
+ url: string;
1089
+ };
1090
+ screenXs: {
1091
+ url: string;
1092
+ width: number;
1093
+ };
1094
+ screenLg: {
1095
+ url: string;
1096
+ width: number;
1097
+ };
1098
+ screenXl: {
1099
+ url: string;
1100
+ width: number;
1101
+ };
1102
+ screenThreexl: {
1103
+ url: string;
1104
+ width: number;
1105
+ };
1106
+ };
1107
+ value?: undefined;
1108
+ } | {
1109
+ blockType: string;
1110
+ value: string;
1111
+ })[][];
1112
+ };
1113
+ } | {
1114
+ blockType: string;
1115
+ title: string;
1116
+ caption: string;
1117
+ url: string;
1118
+ } | {
1119
+ blockType: string;
1120
+ video: {
1121
+ duration: string;
1122
+ file: string;
1123
+ fileExtension: string;
1124
+ fileOgg: string;
1125
+ fileWebm: string;
1126
+ height: null;
1127
+ id: string;
1128
+ sources: string;
1129
+ title: string;
1130
+ type: string;
1131
+ width: null;
1132
+ };
1133
+ caption: string;
1134
+ credit: string;
1135
+ } | {
1136
+ level: string;
1137
+ size: string;
1138
+ blockType: string;
1139
+ heading: string;
1140
+ blockId: string;
1141
+ value?: undefined;
1142
+ caption?: undefined;
1143
+ id?: undefined;
1144
+ url?: undefined;
1145
+ showTitle?: undefined;
1146
+ items?: undefined;
1147
+ field?: undefined;
1148
+ } | {
1149
+ blockType: string;
1150
+ value: string;
1151
+ heading?: undefined;
1152
+ level?: undefined;
1153
+ caption?: undefined;
1154
+ id?: undefined;
1155
+ url?: undefined;
1156
+ showTitle?: undefined;
1157
+ items?: undefined;
1158
+ field?: undefined;
1159
+ } | {
1160
+ blockType: string;
1161
+ heading: string;
1162
+ level: string;
1163
+ value?: undefined;
1164
+ caption?: undefined;
1165
+ id?: undefined;
1166
+ url?: undefined;
1167
+ showTitle?: undefined;
1168
+ items?: undefined;
1169
+ field?: undefined;
1170
+ } | {
1171
+ blockType: string;
1172
+ caption: string;
1173
+ id: string;
1174
+ url: string;
1175
+ value?: undefined;
1176
+ heading?: undefined;
1177
+ level?: undefined;
1178
+ showTitle?: undefined;
1179
+ items?: undefined;
1180
+ field?: undefined;
1181
+ } | {
1182
+ heading: string;
1183
+ introduction: string;
1184
+ buttonText: string;
1185
+ image: {
1186
+ full: {
1187
+ url: string;
1188
+ width: number;
1189
+ height: number;
1190
+ };
1191
+ half: {
1192
+ url: string;
1193
+ width: number;
1194
+ height: number;
1195
+ };
1196
+ };
1197
+ fullWidthImage: boolean;
1198
+ teaserPage: ({
1199
+ blockType: string;
1200
+ page?: undefined;
1201
+ } | {
1202
+ blockType: string;
1203
+ page: {
1204
+ label: string;
1205
+ title: string;
1206
+ url: string;
1207
+ };
1208
+ })[];
1209
+ blockType: string;
1210
+ value?: undefined;
1211
+ level?: undefined;
1212
+ caption?: undefined;
1213
+ id?: undefined;
1214
+ url?: undefined;
1215
+ showTitle?: undefined;
1216
+ items?: undefined;
1217
+ field?: undefined;
1218
+ } | {
1219
+ blockType: string;
1220
+ showTitle: boolean;
1221
+ items: {
1222
+ image: {
1223
+ alt: string;
1224
+ title: string;
1225
+ caption: string;
1226
+ credit: string;
1227
+ detailUrl: string;
1228
+ original: string;
1229
+ src: {
1230
+ height: string;
1231
+ url: string;
1232
+ width: string;
1233
+ };
1234
+ srcSet: string;
1235
+ };
1236
+ }[];
1237
+ value?: undefined;
1238
+ heading?: undefined;
1239
+ level?: undefined;
1240
+ caption?: undefined;
1241
+ id?: undefined;
1242
+ url?: undefined;
1243
+ field?: undefined;
1244
+ } | {
1245
+ blockType: string;
1246
+ embed: {
1247
+ embed: string;
1248
+ };
1249
+ caption: string;
1250
+ credit: string;
1251
+ value?: undefined;
1252
+ heading?: undefined;
1253
+ level?: undefined;
1254
+ id?: undefined;
1255
+ url?: undefined;
1256
+ showTitle?: undefined;
1257
+ items?: undefined;
1258
+ field?: undefined;
1259
+ } | {
1260
+ blockType: string;
1261
+ field: string;
1262
+ items: ({
1263
+ label: string;
1264
+ title: string;
1265
+ description: string;
1266
+ image: {
1267
+ alt: string;
1268
+ src: {
1269
+ height: number;
1270
+ url: string;
1271
+ width: number;
1272
+ };
1273
+ srcSet: string;
1274
+ };
1275
+ link: {
1276
+ page: null;
1277
+ externalLink: string;
1278
+ };
1279
+ } | {
1280
+ label: string;
1281
+ title: string;
1282
+ description: string;
1283
+ image: {
1284
+ alt: string;
1285
+ src: {
1286
+ height: number;
1287
+ url: string;
1288
+ width: number;
1289
+ };
1290
+ srcSet: string;
1291
+ };
1292
+ link: {
1293
+ page: {
1294
+ url: string;
1295
+ };
1296
+ externalLink: string;
1297
+ };
1298
+ } | {
1299
+ label: string;
1300
+ title: string;
1301
+ description: string;
1302
+ image: null;
1303
+ link: {
1304
+ page: null;
1305
+ externalLink: string;
1306
+ };
1307
+ })[];
1308
+ value?: undefined;
1309
+ heading?: undefined;
1310
+ level?: undefined;
1311
+ caption?: undefined;
1312
+ id?: undefined;
1313
+ url?: undefined;
1314
+ showTitle?: undefined;
1315
+ })[];
1316
+ slug: string;
1317
+ url: string;
1318
+ title: string;
1319
+ publicationDate: string;
1320
+ readTime: string;
1321
+ authors: {
1322
+ author: {
1323
+ biography: string;
1324
+ image: {
1325
+ src: {
1326
+ url: string;
1327
+ width: number;
1328
+ height: number;
1329
+ };
1330
+ alt: string;
1331
+ };
1332
+ jobTitle: string;
1333
+ name: string;
1334
+ organization: string;
1335
+ };
1336
+ }[];
1337
+ getTopicsForDisplay: {
1338
+ title: string;
1339
+ url: string;
1340
+ }[];
1341
+ topper: string;
1342
+ summary: string;
1343
+ thumbnailImage: {
1344
+ original: string;
1345
+ };
1346
+ heroImage: {
1347
+ src: {
1348
+ url: string;
1349
+ width: number;
1350
+ height: number;
1351
+ };
1352
+ screenXs: {
1353
+ url: string;
1354
+ width: number;
1355
+ };
1356
+ screenSm: {
1357
+ url: string;
1358
+ width: number;
1359
+ };
1360
+ screenMd: {
1361
+ url: string;
1362
+ width: number;
1363
+ };
1364
+ screenLg: {
1365
+ url: string;
1366
+ width: number;
1367
+ };
1368
+ screenXl: {
1369
+ url: string;
1370
+ width: number;
1371
+ };
1372
+ screenTwoxl: {
1373
+ url: string;
1374
+ width: number;
1375
+ };
1376
+ screenThreexl: {
1377
+ url: string;
1378
+ width: number;
1379
+ };
1380
+ alt: string;
1381
+ caption: string;
1382
+ credit: string;
1383
+ detailUrl: string;
1384
+ };
1385
+ heroImageInline: {
1386
+ alt: string;
1387
+ caption: string;
1388
+ credit: string;
1389
+ detailUrl: string;
1390
+ original: string;
1391
+ src: {
1392
+ height: number;
1393
+ url: string;
1394
+ width: number;
1395
+ };
1396
+ srcSet: string;
1397
+ };
1398
+ };
1399
+ export { data_1 as data };
1400
+ }
1401
+ export { args_1 as args };
1402
+ }
1403
+ export namespace NoHero {
1404
+ export namespace args_2 {
1405
+ let data_2: {
1406
+ hero: never[];
1407
+ showJumpMenu: boolean;
1408
+ body: ({
1409
+ blockType: string;
1410
+ fullBleed: boolean;
1411
+ image: {
1412
+ alt: string;
1413
+ caption: string;
1414
+ credit: string;
1415
+ detailUrl: string;
1416
+ original: string;
1417
+ src: {
1418
+ height: number;
1419
+ url: string;
1420
+ width: number;
1421
+ };
1422
+ srcSet: string;
1423
+ };
1424
+ imageFullBleed: {
1425
+ alt: string;
1426
+ caption: string;
1427
+ credit: string;
1428
+ detailUrl: string;
1429
+ original: string;
1430
+ src: {
1431
+ width: number;
1432
+ height: number;
1433
+ url: string;
1434
+ };
1435
+ srcCropped: {
1436
+ width: number;
1437
+ height: number;
1438
+ url: string;
1439
+ };
1440
+ screenXs: {
1441
+ url: string;
1442
+ width: number;
1443
+ };
1444
+ screenLg: {
1445
+ url: string;
1446
+ width: number;
1447
+ };
1448
+ screenXl: {
1449
+ url: string;
1450
+ width: number;
1451
+ };
1452
+ screenThreexl: {
1453
+ url: string;
1454
+ width: number;
1455
+ };
1456
+ };
1457
+ } | {
1458
+ blockType: string;
1459
+ accordionItemsHeadingLevel: string;
1460
+ accordionItems: {
1461
+ blockType: string;
1462
+ blocks: ({
1463
+ blockType: string;
1464
+ value: string;
1465
+ blocks?: undefined;
1466
+ } | {
1467
+ blockType: string;
1468
+ blocks: ({
1469
+ blockType: string;
1470
+ value: string;
1471
+ } | {
1472
+ blockType: string;
1473
+ fullBleed: boolean;
1474
+ image: {
1475
+ alt: string;
1476
+ caption: string;
1477
+ credit: string;
1478
+ detailUrl: string;
1479
+ original: string;
1480
+ src: {
1481
+ height: number;
1482
+ url: string;
1483
+ width: number;
1484
+ };
1485
+ srcSet: string;
1486
+ };
1487
+ imageFullBleed: {
1488
+ alt: string;
1489
+ caption: string;
1490
+ credit: string;
1491
+ detailUrl: string;
1492
+ original: string;
1493
+ src: {
1494
+ width: number;
1495
+ height: number;
1496
+ url: string;
1497
+ };
1498
+ srcCropped: {
1499
+ width: number;
1500
+ height: number;
1501
+ url: string;
1502
+ };
1503
+ screenXs: {
1504
+ url: string;
1505
+ width: number;
1506
+ };
1507
+ screenLg: {
1508
+ url: string;
1509
+ width: number;
1510
+ };
1511
+ screenXl: {
1512
+ url: string;
1513
+ width: number;
1514
+ };
1515
+ screenThreexl: {
1516
+ url: string;
1517
+ width: number;
1518
+ };
1519
+ };
1520
+ value?: undefined;
1521
+ })[];
1522
+ value?: undefined;
1523
+ })[];
1524
+ }[];
1525
+ } | {
1526
+ blockType: string;
1527
+ heading: string;
1528
+ text: string;
1529
+ page: {
1530
+ url: string;
1531
+ };
1532
+ externalLink: string;
1533
+ } | {
1534
+ blockType: string;
1535
+ beforeImage: {
1536
+ src: {
1537
+ url: string;
1538
+ };
1539
+ srcCropped: {
1540
+ url: string;
1541
+ };
1542
+ };
1543
+ afterImage: {
1544
+ src: {
1545
+ url: string;
1546
+ };
1547
+ srcCropped: {
1548
+ url: string;
1549
+ };
1550
+ };
1551
+ caption: string;
1552
+ } | {
1553
+ id: string;
1554
+ blockType: string;
1555
+ galleryTitle: string;
1556
+ galleryDescription: string;
1557
+ coverImage: {
1558
+ alt: string;
1559
+ title: string;
1560
+ caption: string;
1561
+ credit: string;
1562
+ detailUrl: string;
1563
+ original: string;
1564
+ src: {
1565
+ height: string;
1566
+ url: string;
1567
+ width: string;
1568
+ };
1569
+ srcSet: string;
1570
+ };
1571
+ gallerySlides: {
1572
+ image: {
1573
+ alt: string;
1574
+ title: string;
1575
+ caption: string;
1576
+ credit: string;
1577
+ detailUrl: string;
1578
+ original: string;
1579
+ src: {
1580
+ height: string;
1581
+ url: string;
1582
+ width: string;
1583
+ };
1584
+ srcSet: string;
1585
+ };
1586
+ }[];
1587
+ } | {
1588
+ blockType: string;
1589
+ text: string;
1590
+ alignTo: string;
1591
+ image: {
1592
+ alt: string;
1593
+ src: {
1594
+ height: number;
1595
+ url: string;
1596
+ width: number;
1597
+ };
1598
+ original: string;
1599
+ caption: string;
1600
+ credit: string;
1601
+ detailUrl: string;
1602
+ };
1603
+ displayCaption: boolean;
1604
+ } | {
1605
+ blockType: string;
1606
+ heading: string;
1607
+ listItem: {
1608
+ text: string;
1609
+ }[];
1610
+ } | {
1611
+ blockType: string;
1612
+ field: string;
1613
+ items: ({
1614
+ description: string;
1615
+ heading: string;
1616
+ image: {
1617
+ src: {
1618
+ url: string;
1619
+ width: string;
1620
+ height: string;
1621
+ };
1622
+ };
1623
+ links: ({
1624
+ externalLink: string;
1625
+ page: null;
1626
+ text: string;
1627
+ } | {
1628
+ externalLink: null;
1629
+ page: {
1630
+ url: string;
1631
+ };
1632
+ text: string;
1633
+ })[];
1634
+ } | {
1635
+ description: string;
1636
+ heading: string;
1637
+ image: {
1638
+ src: {
1639
+ url: string;
1640
+ width: string;
1641
+ height: string;
1642
+ };
1643
+ };
1644
+ links: {
1645
+ externalLink: null;
1646
+ page: null;
1647
+ document: {
1648
+ url: string;
1649
+ };
1650
+ text: string;
1651
+ }[];
1652
+ })[];
1653
+ } | {
1654
+ blockType: string;
1655
+ quote: string;
1656
+ attribution: string;
1657
+ quoteLink: {
1658
+ externalLink: string;
1659
+ page: {
1660
+ url: string;
1661
+ };
1662
+ }[];
1663
+ thumbnail: {
1664
+ src: string;
1665
+ alt: string;
1666
+ };
1667
+ } | {
1668
+ blockType: string;
1669
+ heading: string;
1670
+ links: ({
1671
+ text: string;
1672
+ document: {
1673
+ url: string;
1674
+ };
1675
+ page: string;
1676
+ externalLink: string;
1677
+ } | {
1678
+ text: string;
1679
+ document: string;
1680
+ page: {
1681
+ url: string;
1682
+ };
1683
+ externalLink: string;
1684
+ } | {
1685
+ text: string;
1686
+ document: string;
1687
+ page: string;
1688
+ externalLink: string;
1689
+ })[];
1690
+ } | {
1691
+ blockType: string;
1692
+ tableCaption: string;
1693
+ tableContent: {
1694
+ tableHead: {
1695
+ text: string;
1696
+ }[][];
1697
+ tableBody: ({
1698
+ caption: string;
1699
+ displayCaption: boolean;
1700
+ blockType: string;
1701
+ fullBleed: boolean;
1702
+ image: {
1703
+ alt: string;
1704
+ caption: string;
1705
+ credit: string;
1706
+ detailUrl: string;
1707
+ original: string;
1708
+ src: {
1709
+ height: number;
1710
+ url: string;
1711
+ width: number;
1712
+ };
1713
+ srcSet: string;
1714
+ };
1715
+ imageFullBleed: {
1716
+ alt: string;
1717
+ caption: string;
1718
+ credit: string;
1719
+ detailUrl: string;
1720
+ original: string;
1721
+ src: {
1722
+ width: number;
1723
+ height: number;
1724
+ url: string;
1725
+ };
1726
+ srcCropped: {
1727
+ width: number;
1728
+ height: number;
1729
+ url: string;
1730
+ };
1731
+ screenXs: {
1732
+ url: string;
1733
+ width: number;
1734
+ };
1735
+ screenLg: {
1736
+ url: string;
1737
+ width: number;
1738
+ };
1739
+ screenXl: {
1740
+ url: string;
1741
+ width: number;
1742
+ };
1743
+ screenThreexl: {
1744
+ url: string;
1745
+ width: number;
1746
+ };
1747
+ };
1748
+ value?: undefined;
1749
+ } | {
1750
+ blockType: string;
1751
+ fullBleed: boolean;
1752
+ image: {
1753
+ alt: string;
1754
+ caption: string;
1755
+ credit: string;
1756
+ detailUrl: string;
1757
+ original: string;
1758
+ src: {
1759
+ height: number;
1760
+ url: string;
1761
+ width: number;
1762
+ };
1763
+ srcSet: string;
1764
+ };
1765
+ imageFullBleed: {
1766
+ alt: string;
1767
+ caption: string;
1768
+ credit: string;
1769
+ detailUrl: string;
1770
+ original: string;
1771
+ src: {
1772
+ width: number;
1773
+ height: number;
1774
+ url: string;
1775
+ };
1776
+ srcCropped: {
1777
+ width: number;
1778
+ height: number;
1779
+ url: string;
1780
+ };
1781
+ screenXs: {
1782
+ url: string;
1783
+ width: number;
1784
+ };
1785
+ screenLg: {
1786
+ url: string;
1787
+ width: number;
1788
+ };
1789
+ screenXl: {
1790
+ url: string;
1791
+ width: number;
1792
+ };
1793
+ screenThreexl: {
1794
+ url: string;
1795
+ width: number;
1796
+ };
1797
+ };
1798
+ value?: undefined;
1799
+ } | {
1800
+ blockType: string;
1801
+ value: string;
1802
+ })[][];
1803
+ };
1804
+ } | {
1805
+ blockType: string;
1806
+ title: string;
1807
+ caption: string;
1808
+ url: string;
1809
+ } | {
1810
+ blockType: string;
1811
+ video: {
1812
+ duration: string;
1813
+ file: string;
1814
+ fileExtension: string;
1815
+ fileOgg: string;
1816
+ fileWebm: string;
1817
+ height: null;
1818
+ id: string;
1819
+ sources: string;
1820
+ title: string;
1821
+ type: string;
1822
+ width: null;
1823
+ };
1824
+ caption: string;
1825
+ credit: string;
1826
+ } | {
1827
+ level: string;
1828
+ size: string;
1829
+ blockType: string;
1830
+ heading: string;
1831
+ blockId: string;
1832
+ value?: undefined;
1833
+ caption?: undefined;
1834
+ id?: undefined;
1835
+ url?: undefined;
1836
+ showTitle?: undefined;
1837
+ items?: undefined;
1838
+ field?: undefined;
1839
+ } | {
1840
+ blockType: string;
1841
+ value: string;
1842
+ heading?: undefined;
1843
+ level?: undefined;
1844
+ caption?: undefined;
1845
+ id?: undefined;
1846
+ url?: undefined;
1847
+ showTitle?: undefined;
1848
+ items?: undefined;
1849
+ field?: undefined;
1850
+ } | {
1851
+ blockType: string;
1852
+ heading: string;
1853
+ level: string;
1854
+ value?: undefined;
1855
+ caption?: undefined;
1856
+ id?: undefined;
1857
+ url?: undefined;
1858
+ showTitle?: undefined;
1859
+ items?: undefined;
1860
+ field?: undefined;
1861
+ } | {
1862
+ blockType: string;
1863
+ caption: string;
1864
+ id: string;
1865
+ url: string;
1866
+ value?: undefined;
1867
+ heading?: undefined;
1868
+ level?: undefined;
1869
+ showTitle?: undefined;
1870
+ items?: undefined;
1871
+ field?: undefined;
1872
+ } | {
1873
+ heading: string;
1874
+ introduction: string;
1875
+ buttonText: string;
1876
+ image: {
1877
+ full: {
1878
+ url: string;
1879
+ width: number;
1880
+ height: number;
1881
+ };
1882
+ half: {
1883
+ url: string;
1884
+ width: number;
1885
+ height: number;
1886
+ };
1887
+ };
1888
+ fullWidthImage: boolean;
1889
+ teaserPage: ({
1890
+ blockType: string;
1891
+ page?: undefined;
1892
+ } | {
1893
+ blockType: string;
1894
+ page: {
1895
+ label: string;
1896
+ title: string;
1897
+ url: string;
1898
+ };
1899
+ })[];
1900
+ blockType: string;
1901
+ value?: undefined;
1902
+ level?: undefined;
1903
+ caption?: undefined;
1904
+ id?: undefined;
1905
+ url?: undefined;
1906
+ showTitle?: undefined;
1907
+ items?: undefined;
1908
+ field?: undefined;
1909
+ } | {
1910
+ blockType: string;
1911
+ showTitle: boolean;
1912
+ items: {
1913
+ image: {
1914
+ alt: string;
1915
+ title: string;
1916
+ caption: string;
1917
+ credit: string;
1918
+ detailUrl: string;
1919
+ original: string;
1920
+ src: {
1921
+ height: string;
1922
+ url: string;
1923
+ width: string;
1924
+ };
1925
+ srcSet: string;
1926
+ };
1927
+ }[];
1928
+ value?: undefined;
1929
+ heading?: undefined;
1930
+ level?: undefined;
1931
+ caption?: undefined;
1932
+ id?: undefined;
1933
+ url?: undefined;
1934
+ field?: undefined;
1935
+ } | {
1936
+ blockType: string;
1937
+ embed: {
1938
+ embed: string;
1939
+ };
1940
+ caption: string;
1941
+ credit: string;
1942
+ value?: undefined;
1943
+ heading?: undefined;
1944
+ level?: undefined;
1945
+ id?: undefined;
1946
+ url?: undefined;
1947
+ showTitle?: undefined;
1948
+ items?: undefined;
1949
+ field?: undefined;
1950
+ } | {
1951
+ blockType: string;
1952
+ field: string;
1953
+ items: ({
1954
+ label: string;
1955
+ title: string;
1956
+ description: string;
1957
+ image: {
1958
+ alt: string;
1959
+ src: {
1960
+ height: number;
1961
+ url: string;
1962
+ width: number;
1963
+ };
1964
+ srcSet: string;
1965
+ };
1966
+ link: {
1967
+ page: null;
1968
+ externalLink: string;
1969
+ };
1970
+ } | {
1971
+ label: string;
1972
+ title: string;
1973
+ description: string;
1974
+ image: {
1975
+ alt: string;
1976
+ src: {
1977
+ height: number;
1978
+ url: string;
1979
+ width: number;
1980
+ };
1981
+ srcSet: string;
1982
+ };
1983
+ link: {
1984
+ page: {
1985
+ url: string;
1986
+ };
1987
+ externalLink: string;
1988
+ };
1989
+ } | {
1990
+ label: string;
1991
+ title: string;
1992
+ description: string;
1993
+ image: null;
1994
+ link: {
1995
+ page: null;
1996
+ externalLink: string;
1997
+ };
1998
+ })[];
1999
+ value?: undefined;
2000
+ heading?: undefined;
2001
+ level?: undefined;
2002
+ caption?: undefined;
2003
+ id?: undefined;
2004
+ url?: undefined;
2005
+ showTitle?: undefined;
2006
+ })[];
2007
+ slug: string;
2008
+ url: string;
2009
+ title: string;
2010
+ publicationDate: string;
2011
+ readTime: string;
2012
+ authors: {
2013
+ author: {
2014
+ biography: string;
2015
+ image: {
2016
+ src: {
2017
+ url: string;
2018
+ width: number;
2019
+ height: number;
2020
+ };
2021
+ alt: string;
2022
+ };
2023
+ jobTitle: string;
2024
+ name: string;
2025
+ organization: string;
2026
+ };
2027
+ }[];
2028
+ getTopicsForDisplay: {
2029
+ title: string;
2030
+ url: string;
2031
+ }[];
2032
+ topper: string;
2033
+ summary: string;
2034
+ thumbnailImage: {
2035
+ original: string;
2036
+ };
2037
+ heroPosition: string;
2038
+ heroImage: {
2039
+ src: {
2040
+ url: string;
2041
+ width: number;
2042
+ height: number;
2043
+ };
2044
+ screenXs: {
2045
+ url: string;
2046
+ width: number;
2047
+ };
2048
+ screenSm: {
2049
+ url: string;
2050
+ width: number;
2051
+ };
2052
+ screenMd: {
2053
+ url: string;
2054
+ width: number;
2055
+ };
2056
+ screenLg: {
2057
+ url: string;
2058
+ width: number;
2059
+ };
2060
+ screenXl: {
2061
+ url: string;
2062
+ width: number;
2063
+ };
2064
+ screenTwoxl: {
2065
+ url: string;
2066
+ width: number;
2067
+ };
2068
+ screenThreexl: {
2069
+ url: string;
2070
+ width: number;
2071
+ };
2072
+ alt: string;
2073
+ caption: string;
2074
+ credit: string;
2075
+ detailUrl: string;
2076
+ };
2077
+ heroImageInline: {
2078
+ alt: string;
2079
+ caption: string;
2080
+ credit: string;
2081
+ detailUrl: string;
2082
+ original: string;
2083
+ src: {
2084
+ height: number;
2085
+ url: string;
2086
+ width: number;
2087
+ };
2088
+ srcSet: string;
2089
+ };
2090
+ };
2091
+ export { data_2 as data };
2092
+ }
2093
+ export { args_2 as args };
2094
+ }