@explorer-1/vue 1.1.2 → 1.1.4

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