@explorer-1/vue 0.0.0 → 0.0.2

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/dist/edu/.gitkeep +0 -0
  2. package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
  3. package/dist/edu/explorer-1/bg-stars.jpg +0 -0
  4. package/dist/explorer-1/bg-stars-edu.png +0 -0
  5. package/dist/explorer-1/bg-stars.jpg +0 -0
  6. package/dist/explorer-1-vue.d.ts +1 -0
  7. package/dist/explorer-1-vue.js +25211 -0
  8. package/dist/explorer-1-vue.umd.cjs +51 -0
  9. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +52 -0
  10. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +36 -0
  11. package/dist/src/components/BackToTop/BackToTop.stories.d.ts +53 -0
  12. package/dist/src/components/BackToTop/BackToTop.vue.d.ts +35 -0
  13. package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +24 -0
  14. package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +59 -0
  15. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +165 -0
  16. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +94 -0
  17. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +63 -0
  18. package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +183 -0
  19. package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +37 -0
  20. package/dist/src/components/BaseImage/BaseImage.stories.d.ts +143 -0
  21. package/dist/src/components/BaseImage/BaseImage.vue.d.ts +88 -0
  22. package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
  23. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +19 -0
  24. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +86 -0
  25. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +61 -0
  26. package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +5 -0
  27. package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +4 -0
  28. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +55 -0
  29. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +182 -0
  30. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +341 -0
  31. package/dist/src/components/BaseModal/BaseModal.vue.d.ts +19 -0
  32. package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +17 -0
  33. package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +26 -0
  34. package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +2 -0
  35. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +74 -0
  36. package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
  37. package/dist/src/components/BaseTag/BaseTag.stories.d.ts +65 -0
  38. package/dist/src/components/BaseTag/BaseTag.vue.d.ts +39 -0
  39. package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +106 -0
  40. package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
  41. package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +88 -0
  42. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +258 -0
  43. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
  44. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +83 -0
  45. package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +29 -0
  46. package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +22 -0
  47. package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
  48. package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +34 -0
  49. package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +12 -0
  50. package/dist/src/components/BlockCard/BlockCard.stories.d.ts +34 -0
  51. package/dist/src/components/BlockCard/BlockCard.vue.d.ts +42 -0
  52. package/dist/src/components/BlockCardGroup/BlockCardGroup.stories.d.ts +32 -0
  53. package/dist/src/components/BlockCardGroup/BlockCardGroup.vue.d.ts +21 -0
  54. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +57 -0
  55. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +61 -0
  56. package/dist/src/components/BlockCta/BlockCta.stories.d.ts +36 -0
  57. package/dist/src/components/BlockCta/BlockCta.vue.d.ts +25 -0
  58. package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +19 -0
  59. package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +12 -0
  60. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +37 -0
  61. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +16 -0
  62. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +345 -0
  63. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +24 -0
  64. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +49 -0
  65. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +46 -0
  66. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +61 -0
  67. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +66 -0
  68. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +68 -0
  69. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +58 -0
  70. package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +46 -0
  71. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +15 -0
  72. package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +103 -0
  73. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +57 -0
  74. package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +72 -0
  75. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +19 -0
  76. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +20 -0
  77. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +12 -0
  78. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +112 -0
  79. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +101 -0
  80. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +207 -0
  81. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +41 -0
  82. package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +80 -0
  83. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +93 -0
  84. package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +56 -0
  85. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +16 -0
  86. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +203 -0
  87. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +32 -0
  88. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +44 -0
  89. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +25 -0
  90. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +42 -0
  91. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +357 -0
  92. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +55 -0
  93. package/dist/src/components/BlockTable/BlockTable.stories.d.ts +17 -0
  94. package/dist/src/components/BlockTable/BlockTable.vue.d.ts +17 -0
  95. package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +61 -0
  96. package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
  97. package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +100 -0
  98. package/dist/src/components/BlockText/BlockText.stories.d.ts +30 -0
  99. package/dist/src/components/BlockText/BlockText.vue.d.ts +32 -0
  100. package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.stories.d.ts +17 -0
  101. package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.vue.d.ts +14 -0
  102. package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +23 -0
  103. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +22 -0
  104. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +24 -0
  105. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +25 -0
  106. package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +79 -0
  107. package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +58 -0
  108. package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +36 -0
  109. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +82 -0
  110. package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +29 -0
  111. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +15 -0
  112. package/dist/src/components/EventCard/EventCard.vue.d.ts +101 -0
  113. package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +48 -0
  114. package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +33 -0
  115. package/dist/src/components/FormContact/FormContact.stories.d.ts +22 -0
  116. package/dist/src/components/FormContact/FormContact.vue.d.ts +9 -0
  117. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +49 -0
  118. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +36 -0
  119. package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +40 -0
  120. package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +46 -0
  121. package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +146 -0
  122. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +40 -0
  123. package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +171 -0
  124. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +59 -0
  125. package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +76 -0
  126. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +59 -0
  127. package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +344 -0
  128. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +45 -0
  129. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +56 -0
  130. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +29 -0
  131. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +31 -0
  132. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +15 -0
  133. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +93 -0
  134. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +17 -0
  135. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +118 -0
  136. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +20 -0
  137. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +14 -0
  138. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +555 -0
  139. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +65 -0
  140. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +123 -0
  141. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +15 -0
  142. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +14 -0
  143. package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
  144. package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
  145. package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
  146. package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
  147. package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
  148. package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
  149. package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
  150. package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
  151. package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
  152. package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
  153. package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
  154. package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
  155. package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
  156. package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
  157. package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
  158. package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
  159. package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
  160. package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
  161. package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
  162. package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
  163. package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
  164. package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
  165. package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
  166. package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
  167. package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
  168. package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
  169. package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
  170. package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
  171. package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
  172. package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
  173. package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
  174. package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
  175. package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
  176. package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
  177. package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
  178. package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
  179. package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
  180. package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
  181. package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
  182. package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
  183. package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
  184. package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
  185. package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
  186. package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
  187. package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
  188. package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
  189. package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
  190. package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
  191. package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
  192. package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
  193. package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
  194. package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
  195. package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
  196. package/dist/src/components/Icons/Icons.stories.d.ts +492 -0
  197. package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +16 -0
  198. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +24 -0
  199. package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
  200. package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +41 -0
  201. package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
  202. package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +111 -0
  203. package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +14 -0
  204. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +32 -0
  205. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -0
  206. package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
  207. package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +90 -0
  208. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +282 -0
  209. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +65 -0
  210. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +30 -0
  211. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +36 -0
  212. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +50 -0
  213. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +34 -0
  214. package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
  215. package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +115 -0
  216. package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +268 -0
  217. package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
  218. package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +115 -0
  219. package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +23 -0
  220. package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +41 -0
  221. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
  222. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +12 -0
  223. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +81 -0
  224. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +62 -0
  225. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +265 -0
  226. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +118 -0
  227. package/dist/src/components/MixinDropdownToggle/MixinDropdownToggle.vue.d.ts +27 -0
  228. package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +153 -0
  229. package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +2 -0
  230. package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +22 -0
  231. package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +12 -0
  232. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +598 -0
  233. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +93 -0
  234. package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +30 -0
  235. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +14 -0
  236. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +15 -0
  237. package/dist/src/components/NavHeading/NavHeading.stories.d.ts +22 -0
  238. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +12 -0
  239. package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +43 -0
  240. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +20 -0
  241. package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +39 -0
  242. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +29 -0
  243. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +23 -0
  244. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +2 -0
  245. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +595 -0
  246. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +82 -0
  247. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +46 -0
  248. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +46 -0
  249. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +28 -0
  250. package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +12 -0
  251. package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +19 -0
  252. package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +24 -0
  253. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +40 -0
  254. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +39 -0
  255. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +20 -0
  256. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +22 -0
  257. package/dist/src/components/NavSocial/NavSocial.stories.d.ts +42 -0
  258. package/dist/src/components/NavSocial/NavSocial.vue.d.ts +16 -0
  259. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +36 -0
  260. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
  261. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
  262. package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
  263. package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +37 -0
  264. package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
  265. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +19 -0
  266. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +82 -0
  267. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
  268. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +55 -0
  269. package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +22 -0
  270. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +115 -0
  271. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
  272. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
  273. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +30 -0
  274. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +38 -0
  275. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +63 -0
  276. package/dist/src/components/SearchInput/SearchInput.stories.d.ts +42 -0
  277. package/dist/src/components/SearchInput/SearchInput.vue.d.ts +58 -0
  278. package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +67 -0
  279. package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +17 -0
  280. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +61 -0
  281. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +164 -0
  282. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +71 -0
  283. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +92 -0
  284. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +62 -0
  285. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +18 -0
  286. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
  287. package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
  288. package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +39 -0
  289. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +14 -0
  290. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
  291. package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
  292. package/dist/src/components/SkipLink/SkipLink.vue.d.ts +7 -0
  293. package/dist/src/components/TheFooter/TheFooter.stories.d.ts +83 -0
  294. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +27 -0
  295. package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +6 -0
  296. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +31 -0
  297. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +32 -0
  298. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +45 -0
  299. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +33 -0
  300. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
  301. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +27 -0
  302. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +83 -0
  303. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +14 -0
  304. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +167 -0
  305. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +39 -0
  306. package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
  307. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +157 -0
  308. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +18 -0
  309. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +100 -0
  310. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +31 -0
  311. package/dist/src/components/YearTicker/YearTicker.stories.d.ts +39 -0
  312. package/dist/src/components/YearTicker/YearTicker.vue.d.ts +16 -0
  313. package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
  314. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +158 -0
  315. package/dist/src/docs/foundation/themes.stories.d.ts +32 -0
  316. package/dist/src/docs/foundation/typography.stories.d.ts +102 -0
  317. package/dist/src/interfaces.d.ts +118 -0
  318. package/dist/src/main.d.ts +1 -0
  319. package/dist/src/store/header.d.ts +18 -0
  320. package/dist/src/store/theme.d.ts +14 -0
  321. package/dist/src/templates/PageContent/PageContent.stories.d.ts +197 -0
  322. package/dist/src/templates/PageContent/PageContent.vue.d.ts +20 -0
  323. package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +106 -0
  324. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +18 -0
  325. package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +3682 -0
  326. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +17 -0
  327. package/dist/src/templates/edu/PageEduNewsDetail.stories.d.ts +1178 -0
  328. package/dist/src/utils/dayjs.d.ts +2 -0
  329. package/dist/src/utils/filters.d.ts +4 -0
  330. package/dist/src/utils/mixins.d.ts +57 -0
  331. package/dist/style.css +1 -0
  332. package/lib/main.ts +333 -2
  333. package/package.json +5 -5
  334. package/src/components/BaseHeading/BaseHeading.stories.js +3 -3
  335. package/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.js +2 -4
  336. package/src/components/BlockCard/BlockCard.stories.js +10 -0
  337. package/src/components/CalendarButton/CalendarButton.vue +1 -1
  338. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +3 -3
  339. package/src/components/MixinFancybox/MixinFancyboxOpenButton.vue +1 -1
  340. package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
  341. package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -1
  342. package/src/components/NavSecondary/NavSecondaryDropdownContent.vue +1 -1
  343. package/src/components/NavSocial/NavSocial.vue +1 -1
  344. package/src/components/SearchResultsList/SearchResultsList.vue +1 -1
  345. package/src/components/ShareButtons/ShareButtons.vue +1 -1
  346. package/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.js +2 -2
  347. package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
  348. package/src/components/SwimlaneCTA/SwimlaneCTA.stories.mdx +1 -1
  349. package/src/docs/foundation/color.docs.mdx +52 -52
  350. package/src/docs/foundation/grid_layouthelpers.stories.js +1 -1
  351. package/src/templates/PageNewsDetail/PageNewsDetail.stories.js +3 -3
  352. package/src/utils/mixins.ts +2 -2
  353. package/vite.config.ts +6 -22
@@ -0,0 +1,1178 @@
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 decorators: (() => {
6
+ template: string;
7
+ })[];
8
+ export namespace parameters {
9
+ namespace html {
10
+ let root: string;
11
+ }
12
+ }
13
+ export let excludeStories: RegExp;
14
+ }
15
+ export default _default;
16
+ export namespace EduNewsDetail {
17
+ namespace args {
18
+ let data: {
19
+ body: ({
20
+ blockType: string;
21
+ heading: string;
22
+ text: string;
23
+ page: {
24
+ url: string;
25
+ };
26
+ externalLink: string;
27
+ } | {
28
+ blockType: string;
29
+ title: string;
30
+ caption: string;
31
+ url: string;
32
+ } | {
33
+ blockType: string;
34
+ fullBleed: boolean;
35
+ image: {
36
+ alt: string;
37
+ caption: string;
38
+ credit: string;
39
+ detailUrl: string;
40
+ original: string;
41
+ src: {
42
+ height: number;
43
+ url: string;
44
+ width: number;
45
+ };
46
+ srcSet: string;
47
+ };
48
+ imageFullBleed: {
49
+ alt: string;
50
+ caption: string;
51
+ credit: string;
52
+ detailUrl: string;
53
+ original: string;
54
+ src: {
55
+ width: number;
56
+ height: number;
57
+ url: string;
58
+ };
59
+ srcCropped: {
60
+ width: number;
61
+ height: number;
62
+ url: string;
63
+ };
64
+ screenXs: {
65
+ url: string;
66
+ width: number;
67
+ };
68
+ screenLg: {
69
+ url: string;
70
+ width: number;
71
+ };
72
+ screenXl: {
73
+ url: string;
74
+ width: number;
75
+ };
76
+ screenThreexl: {
77
+ url: string;
78
+ width: number;
79
+ };
80
+ };
81
+ } | {
82
+ blockType: string;
83
+ beforeImage: {
84
+ src: {
85
+ url: string;
86
+ };
87
+ srcCropped: {
88
+ url: string;
89
+ };
90
+ };
91
+ afterImage: {
92
+ src: {
93
+ url: string;
94
+ };
95
+ srcCropped: {
96
+ url: string;
97
+ };
98
+ };
99
+ caption: string;
100
+ } | {
101
+ id: string;
102
+ blockType: string;
103
+ galleryTitle: string;
104
+ galleryDescription: string;
105
+ coverImage: {
106
+ alt: string;
107
+ title: string;
108
+ caption: string;
109
+ credit: string;
110
+ detailUrl: string;
111
+ original: string;
112
+ src: {
113
+ height: string;
114
+ url: string;
115
+ width: string;
116
+ };
117
+ srcSet: string;
118
+ };
119
+ gallerySlides: {
120
+ image: {
121
+ alt: string;
122
+ title: string;
123
+ caption: string;
124
+ credit: string;
125
+ detailUrl: string;
126
+ original: string;
127
+ src: {
128
+ height: string;
129
+ url: string;
130
+ width: string;
131
+ };
132
+ srcSet: string;
133
+ };
134
+ }[];
135
+ } | {
136
+ blockType: string;
137
+ text: string;
138
+ alignTo: string;
139
+ image: {
140
+ alt: string;
141
+ src: {
142
+ height: number;
143
+ url: string;
144
+ width: number;
145
+ };
146
+ original: string;
147
+ caption: string;
148
+ credit: string;
149
+ detailUrl: string;
150
+ };
151
+ displayCaption: boolean;
152
+ } | {
153
+ blockType: string;
154
+ heading: string;
155
+ listItem: {
156
+ text: string;
157
+ }[];
158
+ } | {
159
+ blockType: string;
160
+ items: ({
161
+ description: string;
162
+ heading: string;
163
+ image: {
164
+ src: {
165
+ url: string;
166
+ width: string;
167
+ height: string;
168
+ };
169
+ };
170
+ links: ({
171
+ externalLink: string;
172
+ page: null;
173
+ text: string;
174
+ } | {
175
+ externalLink: null;
176
+ page: {
177
+ url: string;
178
+ };
179
+ text: string;
180
+ })[];
181
+ } | {
182
+ description: string;
183
+ heading: string;
184
+ image: {
185
+ src: {
186
+ url: string;
187
+ width: string;
188
+ height: string;
189
+ };
190
+ };
191
+ links: {
192
+ externalLink: null;
193
+ page: null;
194
+ document: {
195
+ url: string;
196
+ };
197
+ text: string;
198
+ }[];
199
+ })[];
200
+ } | {
201
+ blockType: string;
202
+ quote: string;
203
+ attribution: string;
204
+ quoteLink: {
205
+ externalLink: string;
206
+ page: {
207
+ url: string;
208
+ };
209
+ }[];
210
+ thumbnail: {
211
+ src: string;
212
+ alt: string;
213
+ };
214
+ } | {
215
+ blockType: string;
216
+ heading: string;
217
+ links: ({
218
+ text: string;
219
+ document: {
220
+ url: string;
221
+ };
222
+ page: string;
223
+ externalLink: string;
224
+ } | {
225
+ text: string;
226
+ document: string;
227
+ page: {
228
+ url: string;
229
+ };
230
+ externalLink: string;
231
+ } | {
232
+ text: string;
233
+ document: string;
234
+ page: string;
235
+ externalLink: string;
236
+ })[];
237
+ } | {
238
+ blockType: string;
239
+ table: string;
240
+ } | {
241
+ blockType: string;
242
+ video: {
243
+ duration: string;
244
+ file: string;
245
+ fileExtension: string;
246
+ fileOgg: string;
247
+ fileWebm: string;
248
+ height: null;
249
+ id: string;
250
+ sources: string;
251
+ title: string;
252
+ type: string;
253
+ width: null;
254
+ };
255
+ caption: string;
256
+ credit: string;
257
+ } | {
258
+ level: string;
259
+ size: string;
260
+ blockType: string;
261
+ heading: string;
262
+ value?: undefined;
263
+ showTitle?: undefined;
264
+ items?: undefined;
265
+ } | {
266
+ blockType: string;
267
+ value: string;
268
+ showTitle?: undefined;
269
+ items?: undefined;
270
+ } | {
271
+ heading: string;
272
+ introduction: string;
273
+ buttonText: string;
274
+ image: {
275
+ full: {
276
+ url: string;
277
+ width: number;
278
+ height: number;
279
+ };
280
+ half: {
281
+ url: string;
282
+ width: number;
283
+ height: number;
284
+ };
285
+ };
286
+ fullWidthImage: boolean;
287
+ teaserPage: ({
288
+ blockType: string;
289
+ page?: undefined;
290
+ } | {
291
+ blockType: string;
292
+ page: {
293
+ label: string;
294
+ title: string;
295
+ url: string;
296
+ };
297
+ })[];
298
+ blockType: string;
299
+ value?: undefined;
300
+ showTitle?: undefined;
301
+ items?: undefined;
302
+ } | {
303
+ blockType: string;
304
+ showTitle: boolean;
305
+ items: {
306
+ image: {
307
+ alt: string;
308
+ title: string;
309
+ caption: string;
310
+ credit: string;
311
+ detailUrl: string;
312
+ original: string;
313
+ src: {
314
+ height: string;
315
+ url: string;
316
+ width: string;
317
+ };
318
+ srcSet: string;
319
+ };
320
+ }[];
321
+ value?: undefined;
322
+ } | {
323
+ embed: {
324
+ embed: string;
325
+ };
326
+ caption: string;
327
+ credit: string;
328
+ blockType: string;
329
+ value?: undefined;
330
+ showTitle?: undefined;
331
+ items?: undefined;
332
+ })[];
333
+ slug: string;
334
+ url: string;
335
+ title: string;
336
+ firstPublishedAt: string;
337
+ getTopicsForDisplay: {
338
+ title: string;
339
+ url: string;
340
+ }[];
341
+ topper: string;
342
+ summary: string;
343
+ thumbnailImage: {
344
+ original: string;
345
+ };
346
+ heroPosition: string;
347
+ heroImage: {
348
+ src: {
349
+ url: string;
350
+ width: number;
351
+ height: number;
352
+ };
353
+ screenXs: {
354
+ url: string;
355
+ width: number;
356
+ };
357
+ screenSm: {
358
+ url: string;
359
+ width: number;
360
+ };
361
+ screenMd: {
362
+ url: string;
363
+ width: number;
364
+ };
365
+ screenLg: {
366
+ url: string;
367
+ width: number;
368
+ };
369
+ screenXl: {
370
+ url: string;
371
+ width: number;
372
+ };
373
+ screenTwoxl: {
374
+ url: string;
375
+ width: number;
376
+ };
377
+ screenThreexl: {
378
+ url: string;
379
+ width: number;
380
+ };
381
+ alt: string;
382
+ caption: string;
383
+ credit: string;
384
+ detailUrl: string;
385
+ };
386
+ heroImageInline: {
387
+ alt: string;
388
+ caption: string;
389
+ credit: string;
390
+ detailUrl: string;
391
+ original: string;
392
+ src: {
393
+ height: number;
394
+ url: string;
395
+ width: number;
396
+ };
397
+ srcSet: string;
398
+ };
399
+ };
400
+ }
401
+ }
402
+ export namespace InlineHero {
403
+ export namespace args_1 {
404
+ let data_1: {
405
+ heroPosition: string;
406
+ body: ({
407
+ blockType: string;
408
+ heading: string;
409
+ text: string;
410
+ page: {
411
+ url: string;
412
+ };
413
+ externalLink: string;
414
+ } | {
415
+ blockType: string;
416
+ title: string;
417
+ caption: string;
418
+ url: string;
419
+ } | {
420
+ blockType: string;
421
+ fullBleed: boolean;
422
+ image: {
423
+ alt: string;
424
+ caption: string;
425
+ credit: string;
426
+ detailUrl: string;
427
+ original: string;
428
+ src: {
429
+ height: number;
430
+ url: string;
431
+ width: number;
432
+ };
433
+ srcSet: string;
434
+ };
435
+ imageFullBleed: {
436
+ alt: string;
437
+ caption: string;
438
+ credit: string;
439
+ detailUrl: string;
440
+ original: string;
441
+ src: {
442
+ width: number;
443
+ height: number;
444
+ url: string;
445
+ };
446
+ srcCropped: {
447
+ width: number;
448
+ height: number;
449
+ url: string;
450
+ };
451
+ screenXs: {
452
+ url: string;
453
+ width: number;
454
+ };
455
+ screenLg: {
456
+ url: string;
457
+ width: number;
458
+ };
459
+ screenXl: {
460
+ url: string;
461
+ width: number;
462
+ };
463
+ screenThreexl: {
464
+ url: string;
465
+ width: number;
466
+ };
467
+ };
468
+ } | {
469
+ blockType: string;
470
+ beforeImage: {
471
+ src: {
472
+ url: string;
473
+ };
474
+ srcCropped: {
475
+ url: string;
476
+ };
477
+ };
478
+ afterImage: {
479
+ src: {
480
+ url: string;
481
+ };
482
+ srcCropped: {
483
+ url: string;
484
+ };
485
+ };
486
+ caption: string;
487
+ } | {
488
+ id: string;
489
+ blockType: string;
490
+ galleryTitle: string;
491
+ galleryDescription: string;
492
+ coverImage: {
493
+ alt: string;
494
+ title: string;
495
+ caption: string;
496
+ credit: string;
497
+ detailUrl: string;
498
+ original: string;
499
+ src: {
500
+ height: string;
501
+ url: string;
502
+ width: string;
503
+ };
504
+ srcSet: string;
505
+ };
506
+ gallerySlides: {
507
+ image: {
508
+ alt: string;
509
+ title: string;
510
+ caption: string;
511
+ credit: string;
512
+ detailUrl: string;
513
+ original: string;
514
+ src: {
515
+ height: string;
516
+ url: string;
517
+ width: string;
518
+ };
519
+ srcSet: string;
520
+ };
521
+ }[];
522
+ } | {
523
+ blockType: string;
524
+ text: string;
525
+ alignTo: string;
526
+ image: {
527
+ alt: string;
528
+ src: {
529
+ height: number;
530
+ url: string;
531
+ width: number;
532
+ };
533
+ original: string;
534
+ caption: string;
535
+ credit: string;
536
+ detailUrl: string;
537
+ };
538
+ displayCaption: boolean;
539
+ } | {
540
+ blockType: string;
541
+ heading: string;
542
+ listItem: {
543
+ text: string;
544
+ }[];
545
+ } | {
546
+ blockType: string;
547
+ items: ({
548
+ description: string;
549
+ heading: string;
550
+ image: {
551
+ src: {
552
+ url: string;
553
+ width: string;
554
+ height: string;
555
+ };
556
+ };
557
+ links: ({
558
+ externalLink: string;
559
+ page: null;
560
+ text: string;
561
+ } | {
562
+ externalLink: null;
563
+ page: {
564
+ url: string;
565
+ };
566
+ text: string;
567
+ })[];
568
+ } | {
569
+ description: string;
570
+ heading: string;
571
+ image: {
572
+ src: {
573
+ url: string;
574
+ width: string;
575
+ height: string;
576
+ };
577
+ };
578
+ links: {
579
+ externalLink: null;
580
+ page: null;
581
+ document: {
582
+ url: string;
583
+ };
584
+ text: string;
585
+ }[];
586
+ })[];
587
+ } | {
588
+ blockType: string;
589
+ quote: string;
590
+ attribution: string;
591
+ quoteLink: {
592
+ externalLink: string;
593
+ page: {
594
+ url: string;
595
+ };
596
+ }[];
597
+ thumbnail: {
598
+ src: string;
599
+ alt: string;
600
+ };
601
+ } | {
602
+ blockType: string;
603
+ heading: string;
604
+ links: ({
605
+ text: string;
606
+ document: {
607
+ url: string;
608
+ };
609
+ page: string;
610
+ externalLink: string;
611
+ } | {
612
+ text: string;
613
+ document: string;
614
+ page: {
615
+ url: string;
616
+ };
617
+ externalLink: string;
618
+ } | {
619
+ text: string;
620
+ document: string;
621
+ page: string;
622
+ externalLink: string;
623
+ })[];
624
+ } | {
625
+ blockType: string;
626
+ table: string;
627
+ } | {
628
+ blockType: string;
629
+ video: {
630
+ duration: string;
631
+ file: string;
632
+ fileExtension: string;
633
+ fileOgg: string;
634
+ fileWebm: string;
635
+ height: null;
636
+ id: string;
637
+ sources: string;
638
+ title: string;
639
+ type: string;
640
+ width: null;
641
+ };
642
+ caption: string;
643
+ credit: string;
644
+ } | {
645
+ level: string;
646
+ size: string;
647
+ blockType: string;
648
+ heading: string;
649
+ value?: undefined;
650
+ showTitle?: undefined;
651
+ items?: undefined;
652
+ } | {
653
+ blockType: string;
654
+ value: string;
655
+ showTitle?: undefined;
656
+ items?: undefined;
657
+ } | {
658
+ heading: string;
659
+ introduction: string;
660
+ buttonText: string;
661
+ image: {
662
+ full: {
663
+ url: string;
664
+ width: number;
665
+ height: number;
666
+ };
667
+ half: {
668
+ url: string;
669
+ width: number;
670
+ height: number;
671
+ };
672
+ };
673
+ fullWidthImage: boolean;
674
+ teaserPage: ({
675
+ blockType: string;
676
+ page?: undefined;
677
+ } | {
678
+ blockType: string;
679
+ page: {
680
+ label: string;
681
+ title: string;
682
+ url: string;
683
+ };
684
+ })[];
685
+ blockType: string;
686
+ value?: undefined;
687
+ showTitle?: undefined;
688
+ items?: undefined;
689
+ } | {
690
+ blockType: string;
691
+ showTitle: boolean;
692
+ items: {
693
+ image: {
694
+ alt: string;
695
+ title: string;
696
+ caption: string;
697
+ credit: string;
698
+ detailUrl: string;
699
+ original: string;
700
+ src: {
701
+ height: string;
702
+ url: string;
703
+ width: string;
704
+ };
705
+ srcSet: string;
706
+ };
707
+ }[];
708
+ value?: undefined;
709
+ } | {
710
+ embed: {
711
+ embed: string;
712
+ };
713
+ caption: string;
714
+ credit: string;
715
+ blockType: string;
716
+ value?: undefined;
717
+ showTitle?: undefined;
718
+ items?: undefined;
719
+ })[];
720
+ slug: string;
721
+ url: string;
722
+ title: string;
723
+ firstPublishedAt: string;
724
+ getTopicsForDisplay: {
725
+ title: string;
726
+ url: string;
727
+ }[];
728
+ topper: string;
729
+ summary: string;
730
+ thumbnailImage: {
731
+ original: string;
732
+ };
733
+ heroImage: {
734
+ src: {
735
+ url: string;
736
+ width: number;
737
+ height: number;
738
+ };
739
+ screenXs: {
740
+ url: string;
741
+ width: number;
742
+ };
743
+ screenSm: {
744
+ url: string;
745
+ width: number;
746
+ };
747
+ screenMd: {
748
+ url: string;
749
+ width: number;
750
+ };
751
+ screenLg: {
752
+ url: string;
753
+ width: number;
754
+ };
755
+ screenXl: {
756
+ url: string;
757
+ width: number;
758
+ };
759
+ screenTwoxl: {
760
+ url: string;
761
+ width: number;
762
+ };
763
+ screenThreexl: {
764
+ url: string;
765
+ width: number;
766
+ };
767
+ alt: string;
768
+ caption: string;
769
+ credit: string;
770
+ detailUrl: string;
771
+ };
772
+ heroImageInline: {
773
+ alt: string;
774
+ caption: string;
775
+ credit: string;
776
+ detailUrl: string;
777
+ original: string;
778
+ src: {
779
+ height: number;
780
+ url: string;
781
+ width: number;
782
+ };
783
+ srcSet: string;
784
+ };
785
+ };
786
+ export { data_1 as data };
787
+ }
788
+ export { args_1 as args };
789
+ }
790
+ export namespace NoHero {
791
+ export namespace args_2 {
792
+ let data_2: {
793
+ hero: never[];
794
+ body: ({
795
+ blockType: string;
796
+ heading: string;
797
+ text: string;
798
+ page: {
799
+ url: string;
800
+ };
801
+ externalLink: string;
802
+ } | {
803
+ blockType: string;
804
+ title: string;
805
+ caption: string;
806
+ url: string;
807
+ } | {
808
+ blockType: string;
809
+ fullBleed: boolean;
810
+ image: {
811
+ alt: string;
812
+ caption: string;
813
+ credit: string;
814
+ detailUrl: string;
815
+ original: string;
816
+ src: {
817
+ height: number;
818
+ url: string;
819
+ width: number;
820
+ };
821
+ srcSet: string;
822
+ };
823
+ imageFullBleed: {
824
+ alt: string;
825
+ caption: string;
826
+ credit: string;
827
+ detailUrl: string;
828
+ original: string;
829
+ src: {
830
+ width: number;
831
+ height: number;
832
+ url: string;
833
+ };
834
+ srcCropped: {
835
+ width: number;
836
+ height: number;
837
+ url: string;
838
+ };
839
+ screenXs: {
840
+ url: string;
841
+ width: number;
842
+ };
843
+ screenLg: {
844
+ url: string;
845
+ width: number;
846
+ };
847
+ screenXl: {
848
+ url: string;
849
+ width: number;
850
+ };
851
+ screenThreexl: {
852
+ url: string;
853
+ width: number;
854
+ };
855
+ };
856
+ } | {
857
+ blockType: string;
858
+ beforeImage: {
859
+ src: {
860
+ url: string;
861
+ };
862
+ srcCropped: {
863
+ url: string;
864
+ };
865
+ };
866
+ afterImage: {
867
+ src: {
868
+ url: string;
869
+ };
870
+ srcCropped: {
871
+ url: string;
872
+ };
873
+ };
874
+ caption: string;
875
+ } | {
876
+ id: string;
877
+ blockType: string;
878
+ galleryTitle: string;
879
+ galleryDescription: string;
880
+ coverImage: {
881
+ alt: string;
882
+ title: string;
883
+ caption: string;
884
+ credit: string;
885
+ detailUrl: string;
886
+ original: string;
887
+ src: {
888
+ height: string;
889
+ url: string;
890
+ width: string;
891
+ };
892
+ srcSet: string;
893
+ };
894
+ gallerySlides: {
895
+ image: {
896
+ alt: string;
897
+ title: string;
898
+ caption: string;
899
+ credit: string;
900
+ detailUrl: string;
901
+ original: string;
902
+ src: {
903
+ height: string;
904
+ url: string;
905
+ width: string;
906
+ };
907
+ srcSet: string;
908
+ };
909
+ }[];
910
+ } | {
911
+ blockType: string;
912
+ text: string;
913
+ alignTo: string;
914
+ image: {
915
+ alt: string;
916
+ src: {
917
+ height: number;
918
+ url: string;
919
+ width: number;
920
+ };
921
+ original: string;
922
+ caption: string;
923
+ credit: string;
924
+ detailUrl: string;
925
+ };
926
+ displayCaption: boolean;
927
+ } | {
928
+ blockType: string;
929
+ heading: string;
930
+ listItem: {
931
+ text: string;
932
+ }[];
933
+ } | {
934
+ blockType: string;
935
+ items: ({
936
+ description: string;
937
+ heading: string;
938
+ image: {
939
+ src: {
940
+ url: string;
941
+ width: string;
942
+ height: string;
943
+ };
944
+ };
945
+ links: ({
946
+ externalLink: string;
947
+ page: null;
948
+ text: string;
949
+ } | {
950
+ externalLink: null;
951
+ page: {
952
+ url: string;
953
+ };
954
+ text: string;
955
+ })[];
956
+ } | {
957
+ description: string;
958
+ heading: string;
959
+ image: {
960
+ src: {
961
+ url: string;
962
+ width: string;
963
+ height: string;
964
+ };
965
+ };
966
+ links: {
967
+ externalLink: null;
968
+ page: null;
969
+ document: {
970
+ url: string;
971
+ };
972
+ text: string;
973
+ }[];
974
+ })[];
975
+ } | {
976
+ blockType: string;
977
+ quote: string;
978
+ attribution: string;
979
+ quoteLink: {
980
+ externalLink: string;
981
+ page: {
982
+ url: string;
983
+ };
984
+ }[];
985
+ thumbnail: {
986
+ src: string;
987
+ alt: string;
988
+ };
989
+ } | {
990
+ blockType: string;
991
+ heading: string;
992
+ links: ({
993
+ text: string;
994
+ document: {
995
+ url: string;
996
+ };
997
+ page: string;
998
+ externalLink: string;
999
+ } | {
1000
+ text: string;
1001
+ document: string;
1002
+ page: {
1003
+ url: string;
1004
+ };
1005
+ externalLink: string;
1006
+ } | {
1007
+ text: string;
1008
+ document: string;
1009
+ page: string;
1010
+ externalLink: string;
1011
+ })[];
1012
+ } | {
1013
+ blockType: string;
1014
+ table: string;
1015
+ } | {
1016
+ blockType: string;
1017
+ video: {
1018
+ duration: string;
1019
+ file: string;
1020
+ fileExtension: string;
1021
+ fileOgg: string;
1022
+ fileWebm: string;
1023
+ height: null;
1024
+ id: string;
1025
+ sources: string;
1026
+ title: string;
1027
+ type: string;
1028
+ width: null;
1029
+ };
1030
+ caption: string;
1031
+ credit: string;
1032
+ } | {
1033
+ level: string;
1034
+ size: string;
1035
+ blockType: string;
1036
+ heading: string;
1037
+ value?: undefined;
1038
+ showTitle?: undefined;
1039
+ items?: undefined;
1040
+ } | {
1041
+ blockType: string;
1042
+ value: string;
1043
+ showTitle?: undefined;
1044
+ items?: undefined;
1045
+ } | {
1046
+ heading: string;
1047
+ introduction: string;
1048
+ buttonText: string;
1049
+ image: {
1050
+ full: {
1051
+ url: string;
1052
+ width: number;
1053
+ height: number;
1054
+ };
1055
+ half: {
1056
+ url: string;
1057
+ width: number;
1058
+ height: number;
1059
+ };
1060
+ };
1061
+ fullWidthImage: boolean;
1062
+ teaserPage: ({
1063
+ blockType: string;
1064
+ page?: undefined;
1065
+ } | {
1066
+ blockType: string;
1067
+ page: {
1068
+ label: string;
1069
+ title: string;
1070
+ url: string;
1071
+ };
1072
+ })[];
1073
+ blockType: string;
1074
+ value?: undefined;
1075
+ showTitle?: undefined;
1076
+ items?: undefined;
1077
+ } | {
1078
+ blockType: string;
1079
+ showTitle: boolean;
1080
+ items: {
1081
+ image: {
1082
+ alt: string;
1083
+ title: string;
1084
+ caption: string;
1085
+ credit: string;
1086
+ detailUrl: string;
1087
+ original: string;
1088
+ src: {
1089
+ height: string;
1090
+ url: string;
1091
+ width: string;
1092
+ };
1093
+ srcSet: string;
1094
+ };
1095
+ }[];
1096
+ value?: undefined;
1097
+ } | {
1098
+ embed: {
1099
+ embed: string;
1100
+ };
1101
+ caption: string;
1102
+ credit: string;
1103
+ blockType: string;
1104
+ value?: undefined;
1105
+ showTitle?: undefined;
1106
+ items?: undefined;
1107
+ })[];
1108
+ slug: string;
1109
+ url: string;
1110
+ title: string;
1111
+ firstPublishedAt: string;
1112
+ getTopicsForDisplay: {
1113
+ title: string;
1114
+ url: string;
1115
+ }[];
1116
+ topper: string;
1117
+ summary: string;
1118
+ thumbnailImage: {
1119
+ original: string;
1120
+ };
1121
+ heroPosition: string;
1122
+ heroImage: {
1123
+ src: {
1124
+ url: string;
1125
+ width: number;
1126
+ height: number;
1127
+ };
1128
+ screenXs: {
1129
+ url: string;
1130
+ width: number;
1131
+ };
1132
+ screenSm: {
1133
+ url: string;
1134
+ width: number;
1135
+ };
1136
+ screenMd: {
1137
+ url: string;
1138
+ width: number;
1139
+ };
1140
+ screenLg: {
1141
+ url: string;
1142
+ width: number;
1143
+ };
1144
+ screenXl: {
1145
+ url: string;
1146
+ width: number;
1147
+ };
1148
+ screenTwoxl: {
1149
+ url: string;
1150
+ width: number;
1151
+ };
1152
+ screenThreexl: {
1153
+ url: string;
1154
+ width: number;
1155
+ };
1156
+ alt: string;
1157
+ caption: string;
1158
+ credit: string;
1159
+ detailUrl: string;
1160
+ };
1161
+ heroImageInline: {
1162
+ alt: string;
1163
+ caption: string;
1164
+ credit: string;
1165
+ detailUrl: string;
1166
+ original: string;
1167
+ src: {
1168
+ height: number;
1169
+ url: string;
1170
+ width: number;
1171
+ };
1172
+ srcSet: string;
1173
+ };
1174
+ };
1175
+ export { data_2 as data };
1176
+ }
1177
+ export { args_2 as args };
1178
+ }