@explorer-1/vue 0.2.92 → 0.2.93

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