@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,203 @@
1
+ import { default as BlockQuote } from './BlockQuote.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockQuote as component };
5
+ export let excludeStories: RegExp;
6
+ export namespace parameters {
7
+ let viewMode: string;
8
+ namespace docs {
9
+ namespace description {
10
+ let component: string;
11
+ }
12
+ }
13
+ }
14
+ }
15
+ export default _default;
16
+ export namespace BlockQuoteData {
17
+ let blockType: string;
18
+ let quote: string;
19
+ let attribution: string;
20
+ let quoteLink: {
21
+ externalLink: string;
22
+ page: {
23
+ url: string;
24
+ };
25
+ }[];
26
+ namespace thumbnail {
27
+ let src: string;
28
+ let alt: string;
29
+ }
30
+ }
31
+ export function Default(args: any): {
32
+ components: {
33
+ BlockQuote: import('vue').DefineComponent<{
34
+ data: {
35
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
36
+ required: true;
37
+ default: () => {};
38
+ };
39
+ }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
40
+ data: {
41
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
42
+ required: true;
43
+ default: () => {};
44
+ };
45
+ }>>, {
46
+ data: import('./BlockQuote.vue').BlockQuoteAttributes;
47
+ }, {}>;
48
+ };
49
+ setup(): {
50
+ args: any;
51
+ };
52
+ template: string;
53
+ };
54
+ export namespace Default {
55
+ namespace args {
56
+ namespace data {
57
+ import quote_1 = BlockQuoteData.quote;
58
+ export { quote_1 as quote };
59
+ import attribution_1 = BlockQuoteData.attribution;
60
+ export { attribution_1 as attribution };
61
+ let quoteLink_1: never[];
62
+ export { quoteLink_1 as quoteLink };
63
+ }
64
+ }
65
+ }
66
+ export function WithImage(args: any): {
67
+ components: {
68
+ BlockQuote: import('vue').DefineComponent<{
69
+ data: {
70
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
71
+ required: true;
72
+ default: () => {};
73
+ };
74
+ }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
75
+ data: {
76
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
77
+ required: true;
78
+ default: () => {};
79
+ };
80
+ }>>, {
81
+ data: import('./BlockQuote.vue').BlockQuoteAttributes;
82
+ }, {}>;
83
+ };
84
+ setup(): {
85
+ args: any;
86
+ };
87
+ template: string;
88
+ };
89
+ export namespace WithImage {
90
+ export namespace args_1 {
91
+ export namespace data_1 {
92
+ import quote_2 = BlockQuoteData.quote;
93
+ export { quote_2 as quote };
94
+ import attribution_2 = BlockQuoteData.attribution;
95
+ export { attribution_2 as attribution };
96
+ import thumbnail_1 = BlockQuoteData.thumbnail;
97
+ export { thumbnail_1 as thumbnail };
98
+ }
99
+ export { data_1 as data };
100
+ }
101
+ export { args_1 as args };
102
+ }
103
+ export function ExternalLinkedAttribution(args: any): {
104
+ components: {
105
+ BlockQuote: import('vue').DefineComponent<{
106
+ data: {
107
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
108
+ required: true;
109
+ default: () => {};
110
+ };
111
+ }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
112
+ data: {
113
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
114
+ required: true;
115
+ default: () => {};
116
+ };
117
+ }>>, {
118
+ data: import('./BlockQuote.vue').BlockQuoteAttributes;
119
+ }, {}>;
120
+ };
121
+ setup(): {
122
+ args: any;
123
+ };
124
+ template: string;
125
+ };
126
+ export namespace ExternalLinkedAttribution {
127
+ export namespace args_2 {
128
+ export namespace data_2 {
129
+ import quote_3 = BlockQuoteData.quote;
130
+ export { quote_3 as quote };
131
+ import attribution_3 = BlockQuoteData.attribution;
132
+ export { attribution_3 as attribution };
133
+ let quoteLink_2: {
134
+ externalLink: string;
135
+ }[];
136
+ export { quoteLink_2 as quoteLink };
137
+ }
138
+ export { data_2 as data };
139
+ }
140
+ export { args_2 as args };
141
+ }
142
+ export function ImageWithLocalLinkedAttribution(args: any): {
143
+ components: {
144
+ BlockQuote: import('vue').DefineComponent<{
145
+ data: {
146
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
147
+ required: true;
148
+ default: () => {};
149
+ };
150
+ }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
151
+ data: {
152
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
153
+ required: true;
154
+ default: () => {};
155
+ };
156
+ }>>, {
157
+ data: import('./BlockQuote.vue').BlockQuoteAttributes;
158
+ }, {}>;
159
+ };
160
+ setup(): {
161
+ args: any;
162
+ };
163
+ template: string;
164
+ };
165
+ export namespace ImageWithLocalLinkedAttribution {
166
+ export namespace args_3 {
167
+ export { BlockQuoteData as data };
168
+ }
169
+ export { args_3 as args };
170
+ }
171
+ export function NoAttribution(args: any): {
172
+ components: {
173
+ BlockQuote: import('vue').DefineComponent<{
174
+ data: {
175
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
176
+ required: true;
177
+ default: () => {};
178
+ };
179
+ }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
180
+ data: {
181
+ type: import('vue').PropType<import('./BlockQuote.vue').BlockQuoteAttributes>;
182
+ required: true;
183
+ default: () => {};
184
+ };
185
+ }>>, {
186
+ data: import('./BlockQuote.vue').BlockQuoteAttributes;
187
+ }, {}>;
188
+ };
189
+ setup(): {
190
+ args: any;
191
+ };
192
+ template: string;
193
+ };
194
+ export namespace NoAttribution {
195
+ export namespace args_4 {
196
+ export namespace data_3 {
197
+ import quote_4 = BlockQuoteData.quote;
198
+ export { quote_4 as quote };
199
+ }
200
+ export { data_3 as data };
201
+ }
202
+ export { args_4 as args };
203
+ }
@@ -0,0 +1,32 @@
1
+ import { PropType } from 'vue';
2
+
3
+ export interface BlockQuoteAttributes {
4
+ quote: string;
5
+ attribution: string;
6
+ quoteLink: {
7
+ externalLink?: string;
8
+ page?: {
9
+ url: string;
10
+ };
11
+ }[];
12
+ thumbnail: {
13
+ src: string;
14
+ alt: string;
15
+ };
16
+ }
17
+ declare const _default: import('vue').DefineComponent<{
18
+ data: {
19
+ type: PropType<BlockQuoteAttributes>;
20
+ required: true;
21
+ default: () => {};
22
+ };
23
+ }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
24
+ data: {
25
+ type: PropType<BlockQuoteAttributes>;
26
+ required: true;
27
+ default: () => {};
28
+ };
29
+ }>>, {
30
+ data: BlockQuoteAttributes;
31
+ }, {}>;
32
+ export default _default;
@@ -0,0 +1,44 @@
1
+ import { default as BlockRelatedLinks } from './BlockRelatedLinks.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockRelatedLinks as component };
5
+ export let excludeStories: RegExp;
6
+ export namespace parameters {
7
+ namespace docs {
8
+ namespace description {
9
+ let component: string;
10
+ }
11
+ }
12
+ }
13
+ }
14
+ export default _default;
15
+ export namespace BlockRelatedLinksData {
16
+ namespace data {
17
+ let blockType: string;
18
+ let heading: string;
19
+ let links: ({
20
+ text: string;
21
+ document: {
22
+ url: string;
23
+ };
24
+ page: string;
25
+ externalLink: string;
26
+ } | {
27
+ text: string;
28
+ document: string;
29
+ page: {
30
+ url: string;
31
+ };
32
+ externalLink: string;
33
+ } | {
34
+ text: string;
35
+ document: string;
36
+ page: string;
37
+ externalLink: string;
38
+ })[];
39
+ }
40
+ }
41
+ export namespace Default {
42
+ let name: string;
43
+ namespace args { }
44
+ }
@@ -0,0 +1,25 @@
1
+ import { PropType } from 'vue';
2
+ import { BlockData, RelatedLinkObject } from './../../interfaces';
3
+
4
+ export interface BlockRelatedLinksObject extends BlockData {
5
+ heading: string;
6
+ links: RelatedLinkObject[];
7
+ }
8
+ declare const _default: import('vue').DefineComponent<{
9
+ data: {
10
+ type: PropType<BlockRelatedLinksObject>;
11
+ required: true;
12
+ default: () => {};
13
+ };
14
+ }, unknown, unknown, {
15
+ hasContent(): boolean;
16
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
+ data: {
18
+ type: PropType<BlockRelatedLinksObject>;
19
+ required: true;
20
+ default: () => {};
21
+ };
22
+ }>>, {
23
+ data: BlockRelatedLinksObject;
24
+ }, {}>;
25
+ export default _default;
@@ -0,0 +1,42 @@
1
+ interface Variants {
2
+ [name: string]: string;
3
+ }
4
+ export declare const variants: Variants;
5
+ declare const _default: import('vue').DefineComponent<{
6
+ variant: {
7
+ type: StringConstructor;
8
+ required: true;
9
+ default: string;
10
+ validator: (prop: string) => boolean;
11
+ };
12
+ to: {
13
+ type: (StringConstructor | ObjectConstructor)[];
14
+ required: false;
15
+ };
16
+ href: {
17
+ type: StringConstructor;
18
+ required: false;
19
+ };
20
+ }, unknown, unknown, {
21
+ tag(): "nuxt-link" | "a";
22
+ target(): "_blank" | "_self";
23
+ icon(): "IconExternal" | "IconArrow" | "IconDownload";
24
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
25
+ variant: {
26
+ type: StringConstructor;
27
+ required: true;
28
+ default: string;
29
+ validator: (prop: string) => boolean;
30
+ };
31
+ to: {
32
+ type: (StringConstructor | ObjectConstructor)[];
33
+ required: false;
34
+ };
35
+ href: {
36
+ type: StringConstructor;
37
+ required: false;
38
+ };
39
+ }>>, {
40
+ variant: string;
41
+ }, {}>;
42
+ export default _default;
@@ -0,0 +1,357 @@
1
+ import { default as BlockStreamfield } from './BlockStreamfield.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockStreamfield as component };
5
+ export namespace argTypes {
6
+ namespace variant {
7
+ namespace control {
8
+ let type: string;
9
+ }
10
+ let options: string[];
11
+ }
12
+ }
13
+ export let decorators: (() => {
14
+ template: string;
15
+ })[];
16
+ export namespace parameters {
17
+ namespace html {
18
+ let root: string;
19
+ }
20
+ let viewMode: string;
21
+ }
22
+ export let excludeStories: RegExp;
23
+ }
24
+ export default _default;
25
+ export namespace BlockStreamfieldData {
26
+ let body: ({
27
+ blockType: string;
28
+ heading: string;
29
+ text: string;
30
+ page: {
31
+ url: string;
32
+ };
33
+ externalLink: string;
34
+ } | {
35
+ blockType: string;
36
+ title: string;
37
+ caption: string;
38
+ url: string;
39
+ } | {
40
+ blockType: string;
41
+ fullBleed: boolean;
42
+ image: {
43
+ alt: string;
44
+ caption: string;
45
+ credit: string;
46
+ detailUrl: string;
47
+ original: string;
48
+ src: {
49
+ height: number;
50
+ url: string;
51
+ width: number;
52
+ };
53
+ srcSet: string;
54
+ };
55
+ imageFullBleed: {
56
+ alt: string;
57
+ caption: string;
58
+ credit: string;
59
+ detailUrl: string;
60
+ original: string;
61
+ src: {
62
+ width: number;
63
+ height: number;
64
+ url: string;
65
+ };
66
+ srcCropped: {
67
+ width: number;
68
+ height: number;
69
+ url: string;
70
+ };
71
+ screenXs: {
72
+ url: string;
73
+ width: number;
74
+ };
75
+ screenLg: {
76
+ url: string;
77
+ width: number;
78
+ };
79
+ screenXl: {
80
+ url: string;
81
+ width: number;
82
+ };
83
+ screenThreexl: {
84
+ url: string;
85
+ width: number;
86
+ };
87
+ };
88
+ } | {
89
+ blockType: string;
90
+ beforeImage: {
91
+ src: {
92
+ url: string;
93
+ };
94
+ srcCropped: {
95
+ url: string;
96
+ };
97
+ };
98
+ afterImage: {
99
+ src: {
100
+ url: string;
101
+ };
102
+ srcCropped: {
103
+ url: string;
104
+ };
105
+ };
106
+ caption: string;
107
+ } | {
108
+ id: string;
109
+ blockType: string;
110
+ galleryTitle: string;
111
+ galleryDescription: string;
112
+ coverImage: {
113
+ alt: string;
114
+ title: string;
115
+ caption: string;
116
+ credit: string;
117
+ detailUrl: string;
118
+ original: string;
119
+ src: {
120
+ height: string;
121
+ url: string;
122
+ width: string;
123
+ };
124
+ srcSet: string;
125
+ };
126
+ gallerySlides: {
127
+ image: {
128
+ alt: string;
129
+ title: string;
130
+ caption: string;
131
+ credit: string;
132
+ detailUrl: string;
133
+ original: string;
134
+ src: {
135
+ height: string;
136
+ url: string;
137
+ width: string;
138
+ };
139
+ srcSet: string;
140
+ };
141
+ }[];
142
+ } | {
143
+ blockType: string;
144
+ text: string;
145
+ alignTo: string;
146
+ image: {
147
+ alt: string;
148
+ src: {
149
+ height: number;
150
+ url: string;
151
+ width: number;
152
+ };
153
+ original: string;
154
+ caption: string;
155
+ credit: string;
156
+ detailUrl: string;
157
+ };
158
+ displayCaption: boolean;
159
+ } | {
160
+ blockType: string;
161
+ heading: string;
162
+ listItem: {
163
+ text: string;
164
+ }[];
165
+ } | {
166
+ blockType: string;
167
+ items: ({
168
+ description: string;
169
+ heading: string;
170
+ image: {
171
+ src: {
172
+ url: string;
173
+ width: string;
174
+ height: string;
175
+ };
176
+ };
177
+ links: ({
178
+ externalLink: string;
179
+ page: null;
180
+ text: string;
181
+ } | {
182
+ externalLink: null;
183
+ page: {
184
+ url: string;
185
+ };
186
+ text: string;
187
+ })[];
188
+ } | {
189
+ description: string;
190
+ heading: string;
191
+ image: {
192
+ src: {
193
+ url: string;
194
+ width: string;
195
+ height: string;
196
+ };
197
+ };
198
+ links: {
199
+ externalLink: null;
200
+ page: null;
201
+ document: {
202
+ url: string;
203
+ };
204
+ text: string;
205
+ }[];
206
+ })[];
207
+ } | {
208
+ blockType: string;
209
+ quote: string;
210
+ attribution: string;
211
+ quoteLink: {
212
+ externalLink: string;
213
+ page: {
214
+ url: string;
215
+ };
216
+ }[];
217
+ thumbnail: {
218
+ src: string;
219
+ alt: string;
220
+ };
221
+ } | {
222
+ blockType: string;
223
+ heading: string;
224
+ links: ({
225
+ text: string;
226
+ document: {
227
+ url: string;
228
+ };
229
+ page: string;
230
+ externalLink: string;
231
+ } | {
232
+ text: string;
233
+ document: string;
234
+ page: {
235
+ url: string;
236
+ };
237
+ externalLink: string;
238
+ } | {
239
+ text: string;
240
+ document: string;
241
+ page: string;
242
+ externalLink: string;
243
+ })[];
244
+ } | {
245
+ blockType: string;
246
+ table: string;
247
+ } | {
248
+ blockType: string;
249
+ video: {
250
+ duration: string;
251
+ file: string;
252
+ fileExtension: string;
253
+ fileOgg: string;
254
+ fileWebm: string;
255
+ height: null;
256
+ id: string;
257
+ sources: string;
258
+ title: string;
259
+ type: string;
260
+ width: null;
261
+ };
262
+ caption: string;
263
+ credit: string;
264
+ } | {
265
+ level: string;
266
+ size: string;
267
+ blockType: string;
268
+ heading: string;
269
+ value?: undefined;
270
+ showTitle?: undefined;
271
+ items?: undefined;
272
+ } | {
273
+ blockType: string;
274
+ value: string;
275
+ showTitle?: undefined;
276
+ items?: undefined;
277
+ } | {
278
+ heading: string;
279
+ introduction: string;
280
+ buttonText: string;
281
+ image: {
282
+ full: {
283
+ url: string;
284
+ width: number;
285
+ height: number;
286
+ };
287
+ half: {
288
+ url: string;
289
+ width: number;
290
+ height: number;
291
+ };
292
+ };
293
+ fullWidthImage: boolean;
294
+ teaserPage: ({
295
+ blockType: string;
296
+ page?: undefined;
297
+ } | {
298
+ blockType: string;
299
+ page: {
300
+ label: string;
301
+ title: string;
302
+ url: string;
303
+ };
304
+ })[];
305
+ blockType: string;
306
+ value?: undefined;
307
+ showTitle?: undefined;
308
+ items?: undefined;
309
+ } | {
310
+ blockType: string;
311
+ showTitle: boolean;
312
+ items: {
313
+ image: {
314
+ alt: string;
315
+ title: string;
316
+ caption: string;
317
+ credit: string;
318
+ detailUrl: string;
319
+ original: string;
320
+ src: {
321
+ height: string;
322
+ url: string;
323
+ width: string;
324
+ };
325
+ srcSet: string;
326
+ };
327
+ }[];
328
+ value?: undefined;
329
+ } | {
330
+ embed: {
331
+ embed: string;
332
+ };
333
+ caption: string;
334
+ credit: string;
335
+ blockType: string;
336
+ value?: undefined;
337
+ showTitle?: undefined;
338
+ items?: undefined;
339
+ })[];
340
+ }
341
+ export namespace Default {
342
+ namespace args {
343
+ import data = BlockStreamfieldData.body;
344
+ export { data };
345
+ let variant_1: string;
346
+ export { variant_1 as variant };
347
+ }
348
+ }
349
+ export namespace MatchingWidths {
350
+ export namespace args_1 {
351
+ import data_1 = BlockStreamfieldData.body;
352
+ export { data_1 as data };
353
+ let variant_2: string;
354
+ export { variant_2 as variant };
355
+ }
356
+ export { args_1 as args };
357
+ }