@explorer-1/vue 0.3.3 → 0.3.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.
- package/CHANGELOG.md +9 -0
- package/components.d.ts +280 -0
- package/dist/edu/.gitkeep +0 -0
- package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
- package/dist/edu/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1/bg-stars-edu.png +0 -0
- package/dist/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1-vue.d.ts +1 -0
- package/dist/explorer-1-vue.js +61181 -0
- package/dist/explorer-1-vue.umd.cjs +114 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.stories.d.ts +30 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +45 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +364 -0
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +147 -0
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +144 -0
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +39 -0
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +90 -0
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +23 -0
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +78 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +145 -0
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +146 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +25 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +73 -0
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +166 -0
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +45 -0
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +141 -0
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +117 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +303 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +82 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +92 -0
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +7 -0
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +6 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +54 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +298 -0
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +1103 -0
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +182 -0
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +161 -0
- package/dist/src/components/BasePill/BasePill.stories.d.ts +38 -0
- package/dist/src/components/BasePill/BasePill.vue.d.ts +80 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +25 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +3 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +29 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +86 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.stories.d.ts +25 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
- package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +115 -0
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +96 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +229 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +91 -0
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +26 -0
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +90 -0
- package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +83 -0
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +51 -0
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +35 -0
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +262 -0
- package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +111 -0
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +1040 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +48 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +537 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +248 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +53 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +251 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +87 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +61 -0
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +38 -0
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +38 -0
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +30 -0
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +37 -0
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +125 -0
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +84 -0
- package/dist/src/components/BlockGist/BlockGist.stories.d.ts +20 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +21 -0
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +2 -0
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +21 -0
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +81 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +38 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +382 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +8342 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +1363 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +658 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +655 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +40 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +816 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +46 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +657 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +48 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +330 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +97 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +1213 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +77 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +668 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +21 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +125 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +422 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +964 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +47 -0
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +140 -0
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +30 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +2220 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +1983 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +72 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +560 -0
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +58 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +503 -0
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.stories.d.ts +20 -0
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +323 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +1518 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +295 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +45 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +393 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +308 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +204 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +707 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2059 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +11489 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +62 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +305 -0
- package/dist/src/components/BlockText/BlockText.stories.d.ts +36 -0
- package/dist/src/components/BlockText/BlockText.vue.d.ts +56 -0
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +25 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +434 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +26 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +395 -0
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +19 -0
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +193 -0
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +36 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +55 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +527 -0
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +23 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +297 -0
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +28 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +688 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +44 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +241 -0
- package/dist/src/components/FormContact/FormContact.stories.d.ts +397 -0
- package/dist/src/components/FormContact/FormContact.vue.d.ts +383 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +385 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +371 -0
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +34 -0
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +42 -0
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +139 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +138 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +457 -0
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +175 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +384 -0
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +94 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +431 -0
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +92 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +353 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +587 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +57 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +293 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +27 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +393 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +94 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +318 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +370 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +703 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +282 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +4651 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +746 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +80 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +608 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +162 -0
- package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduArt.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduEngineering.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduEnglishLanguageArts.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduMathematics.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduScience.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduTechnology.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconProfile.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
- package/dist/src/components/Icons/Icons.stories.d.ts +551 -0
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +165 -0
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +33 -0
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +40 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +136 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +20 -0
- package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +47 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +32 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +55 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +45 -0
- package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +32 -0
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +46 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +27 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +135 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +240 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +283 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +552 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +449 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +343 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +41 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +517 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +189 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +731 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +355 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +80 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +245 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +1249 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +90 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +78 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +984 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +486 -0
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +157 -0
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +4 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +21 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +17 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +9963 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +2895 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +71 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +1006 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +1432 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +1974 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +40 -0
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +23 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +275 -0
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +44 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +429 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +44 -0
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +40 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +566 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +282 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +265 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +8402 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +1883 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +761 -0
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +5751 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +309 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +363 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +13 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +38 -0
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +33 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +775 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +398 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +293 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +303 -0
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +179 -0
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +152 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +37 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +38 -0
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +1413 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +618 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +2719 -0
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +103 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +162 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +85 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +83 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +190 -0
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +44 -0
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +43 -0
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +69 -0
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +69 -0
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +110 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +94 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +3005 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +69 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +2143 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +404 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +5198 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +19 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
- package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +134 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +17 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
- package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +98 -0
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.stories.d.ts +25 -0
- package/dist/src/components/TextArea/TextArea.stories.d.ts +31 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +95 -0
- package/dist/src/components/TextInput/TextInput.stories.d.ts +34 -0
- package/dist/src/components/TextInput/TextInput.vue.d.ts +119 -0
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +88 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +577 -0
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +8 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +32 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +2639 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +946 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +46 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +1002 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +512 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +77 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +342 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +696 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +567 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +158 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +433 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +95 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +1964 -0
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +40 -0
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +17 -0
- package/dist/src/constants.d.ts +85 -0
- package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +194 -0
- package/dist/src/docs/foundation/themes.stories.d.ts +21 -0
- package/dist/src/docs/foundation/typography.stories.d.ts +106 -0
- package/dist/src/docs/guides/responsive.stories.d.ts +13 -0
- package/dist/src/docs/utils/ComponentItem.d.ts +2 -0
- package/dist/src/docs/utils/ComponentList.d.ts +2 -0
- package/dist/src/interfaces.d.ts +321 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/store/curatedGallery.d.ts +6 -0
- package/dist/src/store/header.d.ts +20 -0
- package/dist/src/store/search.d.ts +10 -0
- package/dist/src/store/theme.d.ts +14 -0
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +102 -0
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +207 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +17214 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +94 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +15005 -0
- package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +185 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +1852 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +14943 -0
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +56 -0
- package/dist/src/templates/edu/PageContentEdu.stories.d.ts +397 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +170 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +300 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +449 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +288 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +73 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +626 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +364 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +2115 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +893 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +415 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +99 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +651 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +142 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +56 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +705 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +41 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +14 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +875 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +115 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +84 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +64 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +60 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +244 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +339 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +297 -0
- package/dist/src/utils/anchorizeBlock.d.ts +3 -0
- package/dist/src/utils/anchorizeStreamfield.d.ts +3 -0
- package/dist/src/utils/dayjs.d.ts +2 -0
- package/dist/src/utils/eventBus.d.ts +1 -0
- package/dist/src/utils/filters.d.ts +4 -0
- package/dist/src/utils/generateHash.d.ts +1 -0
- package/dist/src/utils/getHeadingId.d.ts +1 -0
- package/dist/src/utils/isEduExternalLink.d.ts +1 -0
- package/dist/src/utils/lookupContentType.d.ts +3 -0
- package/dist/src/utils/mixins.d.ts +59 -0
- package/dist/src/utils/rangeifyGrades.d.ts +3 -0
- package/dist/style.css +1 -0
- package/package.json +2 -2
- package/src/components/BlockAccordion/BlockAccordion.vue +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.stories.js +7 -7
- package/src/components/BlockCsrTable/CsrAttachment.vue +3 -11
- package/src/components/HeroMedia/HeroMedia.vue +1 -1
|
@@ -0,0 +1,893 @@
|
|
|
1
|
+
import { default as PageEduStudentProject } from './PageEduStudentProject.vue';
|
|
2
|
+
import { AboutTheAuthorData } from './../../../components/AboutTheAuthor/AboutTheAuthor.stories';
|
|
3
|
+
import { BlockLinkCardCarouselData } from './../../../components/BlockLinkCarousel/BlockLinkCarousel.stories.js';
|
|
4
|
+
declare namespace _default {
|
|
5
|
+
export let title: string;
|
|
6
|
+
export { PageEduStudentProject as component };
|
|
7
|
+
export let tags: string[];
|
|
8
|
+
export let decorators: (() => {
|
|
9
|
+
template: string;
|
|
10
|
+
})[];
|
|
11
|
+
export namespace globals {
|
|
12
|
+
let theme: string;
|
|
13
|
+
}
|
|
14
|
+
export namespace parameters {
|
|
15
|
+
let layout: string;
|
|
16
|
+
namespace html {
|
|
17
|
+
let root: string;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export let excludeStories: RegExp;
|
|
21
|
+
}
|
|
22
|
+
export default _default;
|
|
23
|
+
export namespace BaseStory {
|
|
24
|
+
namespace args {
|
|
25
|
+
namespace data {
|
|
26
|
+
export let __typename: string;
|
|
27
|
+
let title_1: string;
|
|
28
|
+
export { title_1 as title };
|
|
29
|
+
export let url: string;
|
|
30
|
+
export let pageType: string;
|
|
31
|
+
export let contentType: string;
|
|
32
|
+
export let searchDescription: string;
|
|
33
|
+
export let seoTitle: string;
|
|
34
|
+
export let slug: string;
|
|
35
|
+
export let publicationDate: string;
|
|
36
|
+
export let lastPublishedAt: string;
|
|
37
|
+
export namespace thumbnailImage {
|
|
38
|
+
let __typename_1: string;
|
|
39
|
+
export { __typename_1 as __typename };
|
|
40
|
+
export let original: string;
|
|
41
|
+
export let alt: string;
|
|
42
|
+
}
|
|
43
|
+
export { AboutTheAuthorData as authors };
|
|
44
|
+
export let hero: {
|
|
45
|
+
blockType: string;
|
|
46
|
+
displayCaption: boolean;
|
|
47
|
+
imageInline: {
|
|
48
|
+
alt: string;
|
|
49
|
+
caption: string;
|
|
50
|
+
credit: string;
|
|
51
|
+
detailUrl: string;
|
|
52
|
+
original: string;
|
|
53
|
+
src: {
|
|
54
|
+
height: number;
|
|
55
|
+
url: string;
|
|
56
|
+
width: number;
|
|
57
|
+
};
|
|
58
|
+
srcSet: string;
|
|
59
|
+
};
|
|
60
|
+
image: {
|
|
61
|
+
src: {
|
|
62
|
+
url: string;
|
|
63
|
+
width: number;
|
|
64
|
+
height: number;
|
|
65
|
+
};
|
|
66
|
+
screenXs: {
|
|
67
|
+
url: string;
|
|
68
|
+
width: number;
|
|
69
|
+
};
|
|
70
|
+
screenSm: {
|
|
71
|
+
url: string;
|
|
72
|
+
width: number;
|
|
73
|
+
};
|
|
74
|
+
screenMd: {
|
|
75
|
+
url: string;
|
|
76
|
+
width: number;
|
|
77
|
+
};
|
|
78
|
+
screenLg: {
|
|
79
|
+
url: string;
|
|
80
|
+
width: number;
|
|
81
|
+
};
|
|
82
|
+
screenXl: {
|
|
83
|
+
url: string;
|
|
84
|
+
width: number;
|
|
85
|
+
};
|
|
86
|
+
screenTwoxl: {
|
|
87
|
+
url: string;
|
|
88
|
+
width: number;
|
|
89
|
+
};
|
|
90
|
+
screenThreexl: {
|
|
91
|
+
url: string;
|
|
92
|
+
width: number;
|
|
93
|
+
};
|
|
94
|
+
alt: string;
|
|
95
|
+
caption: string;
|
|
96
|
+
credit: string;
|
|
97
|
+
detailUrl: string;
|
|
98
|
+
};
|
|
99
|
+
caption: string;
|
|
100
|
+
}[];
|
|
101
|
+
export let heroConstrain: boolean;
|
|
102
|
+
export let heroPosition: string;
|
|
103
|
+
export namespace lesson {
|
|
104
|
+
let title_2: string;
|
|
105
|
+
export { title_2 as title };
|
|
106
|
+
let url_1: string;
|
|
107
|
+
export { url_1 as url };
|
|
108
|
+
}
|
|
109
|
+
export namespace primarySubject {
|
|
110
|
+
let subject: string;
|
|
111
|
+
}
|
|
112
|
+
export let additionalSubjects: {
|
|
113
|
+
subject: string;
|
|
114
|
+
}[];
|
|
115
|
+
export let gradeLevels: {
|
|
116
|
+
gradeLevel: string;
|
|
117
|
+
}[];
|
|
118
|
+
export namespace time {
|
|
119
|
+
let time_1: string;
|
|
120
|
+
export { time_1 as time };
|
|
121
|
+
}
|
|
122
|
+
export let customTime: undefined;
|
|
123
|
+
export let standards: {
|
|
124
|
+
standard: {
|
|
125
|
+
code: string;
|
|
126
|
+
definition: string;
|
|
127
|
+
domain: {
|
|
128
|
+
domain: string;
|
|
129
|
+
};
|
|
130
|
+
type: string;
|
|
131
|
+
};
|
|
132
|
+
}[];
|
|
133
|
+
export let overview: {
|
|
134
|
+
blockType: string;
|
|
135
|
+
value: string;
|
|
136
|
+
}[];
|
|
137
|
+
export let overviewHeading: undefined;
|
|
138
|
+
export let overviewImage: {
|
|
139
|
+
alt: string;
|
|
140
|
+
caption: string;
|
|
141
|
+
credit: string;
|
|
142
|
+
detailUrl: string;
|
|
143
|
+
original: string;
|
|
144
|
+
src: {
|
|
145
|
+
height: number;
|
|
146
|
+
url: string;
|
|
147
|
+
width: number;
|
|
148
|
+
};
|
|
149
|
+
srcSet: string;
|
|
150
|
+
};
|
|
151
|
+
export let materials: string;
|
|
152
|
+
export let materialsHeading: string;
|
|
153
|
+
export let materialsImage: {
|
|
154
|
+
alt: string;
|
|
155
|
+
caption: string;
|
|
156
|
+
credit: string;
|
|
157
|
+
detailUrl: string;
|
|
158
|
+
original: string;
|
|
159
|
+
src: {
|
|
160
|
+
height: number;
|
|
161
|
+
url: string;
|
|
162
|
+
width: number;
|
|
163
|
+
};
|
|
164
|
+
srcSet: string;
|
|
165
|
+
};
|
|
166
|
+
export let stepsNumbering: boolean;
|
|
167
|
+
export let steps: ({
|
|
168
|
+
heading: string;
|
|
169
|
+
media: never[];
|
|
170
|
+
content: ({
|
|
171
|
+
blockType: string;
|
|
172
|
+
fullBleed: boolean;
|
|
173
|
+
image: {
|
|
174
|
+
alt: string;
|
|
175
|
+
caption: string;
|
|
176
|
+
credit: string;
|
|
177
|
+
detailUrl: string;
|
|
178
|
+
original: string;
|
|
179
|
+
src: {
|
|
180
|
+
height: number;
|
|
181
|
+
url: string;
|
|
182
|
+
width: number;
|
|
183
|
+
};
|
|
184
|
+
srcSet: string;
|
|
185
|
+
};
|
|
186
|
+
imageFullBleed: {
|
|
187
|
+
alt: string;
|
|
188
|
+
caption: string;
|
|
189
|
+
credit: string;
|
|
190
|
+
detailUrl: string;
|
|
191
|
+
original: string;
|
|
192
|
+
src: {
|
|
193
|
+
width: number;
|
|
194
|
+
height: number;
|
|
195
|
+
url: string;
|
|
196
|
+
};
|
|
197
|
+
srcCropped: {
|
|
198
|
+
width: number;
|
|
199
|
+
height: number;
|
|
200
|
+
url: string;
|
|
201
|
+
};
|
|
202
|
+
screenXs: {
|
|
203
|
+
url: string;
|
|
204
|
+
width: number;
|
|
205
|
+
};
|
|
206
|
+
screenLg: {
|
|
207
|
+
url: string;
|
|
208
|
+
width: number;
|
|
209
|
+
};
|
|
210
|
+
screenXl: {
|
|
211
|
+
url: string;
|
|
212
|
+
width: number;
|
|
213
|
+
};
|
|
214
|
+
screenThreexl: {
|
|
215
|
+
url: string;
|
|
216
|
+
width: number;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
} | {
|
|
220
|
+
blockType: string;
|
|
221
|
+
text: string;
|
|
222
|
+
alignTo: string;
|
|
223
|
+
image: {
|
|
224
|
+
alt: string;
|
|
225
|
+
src: {
|
|
226
|
+
height: number;
|
|
227
|
+
url: string;
|
|
228
|
+
width: number;
|
|
229
|
+
};
|
|
230
|
+
original: string;
|
|
231
|
+
caption: string;
|
|
232
|
+
credit: string;
|
|
233
|
+
detailUrl: string;
|
|
234
|
+
};
|
|
235
|
+
displayCaption: boolean;
|
|
236
|
+
} | {
|
|
237
|
+
blockType: string;
|
|
238
|
+
tableCaption: string;
|
|
239
|
+
tableContent: {
|
|
240
|
+
tableHead: {
|
|
241
|
+
text: string;
|
|
242
|
+
}[][];
|
|
243
|
+
tableBody: ({
|
|
244
|
+
caption: string;
|
|
245
|
+
displayCaption: boolean;
|
|
246
|
+
blockType: string;
|
|
247
|
+
fullBleed: boolean;
|
|
248
|
+
image: {
|
|
249
|
+
alt: string;
|
|
250
|
+
caption: string;
|
|
251
|
+
credit: string;
|
|
252
|
+
detailUrl: string;
|
|
253
|
+
original: string;
|
|
254
|
+
src: {
|
|
255
|
+
height: number;
|
|
256
|
+
url: string;
|
|
257
|
+
width: number;
|
|
258
|
+
};
|
|
259
|
+
srcSet: string;
|
|
260
|
+
};
|
|
261
|
+
imageFullBleed: {
|
|
262
|
+
alt: string;
|
|
263
|
+
caption: string;
|
|
264
|
+
credit: string;
|
|
265
|
+
detailUrl: string;
|
|
266
|
+
original: string;
|
|
267
|
+
src: {
|
|
268
|
+
width: number;
|
|
269
|
+
height: number;
|
|
270
|
+
url: string;
|
|
271
|
+
};
|
|
272
|
+
srcCropped: {
|
|
273
|
+
width: number;
|
|
274
|
+
height: number;
|
|
275
|
+
url: string;
|
|
276
|
+
};
|
|
277
|
+
screenXs: {
|
|
278
|
+
url: string;
|
|
279
|
+
width: number;
|
|
280
|
+
};
|
|
281
|
+
screenLg: {
|
|
282
|
+
url: string;
|
|
283
|
+
width: number;
|
|
284
|
+
};
|
|
285
|
+
screenXl: {
|
|
286
|
+
url: string;
|
|
287
|
+
width: number;
|
|
288
|
+
};
|
|
289
|
+
screenThreexl: {
|
|
290
|
+
url: string;
|
|
291
|
+
width: number;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
value?: undefined;
|
|
295
|
+
} | {
|
|
296
|
+
blockType: string;
|
|
297
|
+
fullBleed: boolean;
|
|
298
|
+
image: {
|
|
299
|
+
alt: string;
|
|
300
|
+
caption: string;
|
|
301
|
+
credit: string;
|
|
302
|
+
detailUrl: string;
|
|
303
|
+
original: string;
|
|
304
|
+
src: {
|
|
305
|
+
height: number;
|
|
306
|
+
url: string;
|
|
307
|
+
width: number;
|
|
308
|
+
};
|
|
309
|
+
srcSet: string;
|
|
310
|
+
};
|
|
311
|
+
imageFullBleed: {
|
|
312
|
+
alt: string;
|
|
313
|
+
caption: string;
|
|
314
|
+
credit: string;
|
|
315
|
+
detailUrl: string;
|
|
316
|
+
original: string;
|
|
317
|
+
src: {
|
|
318
|
+
width: number;
|
|
319
|
+
height: number;
|
|
320
|
+
url: string;
|
|
321
|
+
};
|
|
322
|
+
srcCropped: {
|
|
323
|
+
width: number;
|
|
324
|
+
height: number;
|
|
325
|
+
url: string;
|
|
326
|
+
};
|
|
327
|
+
screenXs: {
|
|
328
|
+
url: string;
|
|
329
|
+
width: number;
|
|
330
|
+
};
|
|
331
|
+
screenLg: {
|
|
332
|
+
url: string;
|
|
333
|
+
width: number;
|
|
334
|
+
};
|
|
335
|
+
screenXl: {
|
|
336
|
+
url: string;
|
|
337
|
+
width: number;
|
|
338
|
+
};
|
|
339
|
+
screenThreexl: {
|
|
340
|
+
url: string;
|
|
341
|
+
width: number;
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
value?: undefined;
|
|
345
|
+
} | {
|
|
346
|
+
blockType: string;
|
|
347
|
+
value: string;
|
|
348
|
+
})[][];
|
|
349
|
+
};
|
|
350
|
+
} | {
|
|
351
|
+
blockType: string;
|
|
352
|
+
value: string;
|
|
353
|
+
})[];
|
|
354
|
+
} | {
|
|
355
|
+
heading: string;
|
|
356
|
+
media: {
|
|
357
|
+
blockType: string;
|
|
358
|
+
video: {
|
|
359
|
+
duration: string;
|
|
360
|
+
file: string;
|
|
361
|
+
fileExtension: string;
|
|
362
|
+
fileOgg: string;
|
|
363
|
+
fileWebm: string;
|
|
364
|
+
height: null;
|
|
365
|
+
id: string;
|
|
366
|
+
sources: string;
|
|
367
|
+
title: string;
|
|
368
|
+
type: string;
|
|
369
|
+
width: null;
|
|
370
|
+
};
|
|
371
|
+
caption: string;
|
|
372
|
+
credit: string;
|
|
373
|
+
}[];
|
|
374
|
+
content: {
|
|
375
|
+
blockType: string;
|
|
376
|
+
value: string;
|
|
377
|
+
}[];
|
|
378
|
+
} | {
|
|
379
|
+
heading: string;
|
|
380
|
+
media: {
|
|
381
|
+
blockType: string;
|
|
382
|
+
beforeImage: {
|
|
383
|
+
src: {
|
|
384
|
+
url: string;
|
|
385
|
+
};
|
|
386
|
+
srcCropped: {
|
|
387
|
+
url: string;
|
|
388
|
+
};
|
|
389
|
+
};
|
|
390
|
+
afterImage: {
|
|
391
|
+
src: {
|
|
392
|
+
url: string;
|
|
393
|
+
};
|
|
394
|
+
srcCropped: {
|
|
395
|
+
url: string;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
caption: string;
|
|
399
|
+
}[];
|
|
400
|
+
content: ({
|
|
401
|
+
blockType: string;
|
|
402
|
+
fullBleed: boolean;
|
|
403
|
+
image: {
|
|
404
|
+
alt: string;
|
|
405
|
+
caption: string;
|
|
406
|
+
credit: string;
|
|
407
|
+
detailUrl: string;
|
|
408
|
+
original: string;
|
|
409
|
+
src: {
|
|
410
|
+
height: number;
|
|
411
|
+
url: string;
|
|
412
|
+
width: number;
|
|
413
|
+
};
|
|
414
|
+
srcSet: string;
|
|
415
|
+
};
|
|
416
|
+
imageFullBleed: {
|
|
417
|
+
alt: string;
|
|
418
|
+
caption: string;
|
|
419
|
+
credit: string;
|
|
420
|
+
detailUrl: string;
|
|
421
|
+
original: string;
|
|
422
|
+
src: {
|
|
423
|
+
width: number;
|
|
424
|
+
height: number;
|
|
425
|
+
url: string;
|
|
426
|
+
};
|
|
427
|
+
srcCropped: {
|
|
428
|
+
width: number;
|
|
429
|
+
height: number;
|
|
430
|
+
url: string;
|
|
431
|
+
};
|
|
432
|
+
screenXs: {
|
|
433
|
+
url: string;
|
|
434
|
+
width: number;
|
|
435
|
+
};
|
|
436
|
+
screenLg: {
|
|
437
|
+
url: string;
|
|
438
|
+
width: number;
|
|
439
|
+
};
|
|
440
|
+
screenXl: {
|
|
441
|
+
url: string;
|
|
442
|
+
width: number;
|
|
443
|
+
};
|
|
444
|
+
screenThreexl: {
|
|
445
|
+
url: string;
|
|
446
|
+
width: number;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
} | {
|
|
450
|
+
blockType: string;
|
|
451
|
+
text: string;
|
|
452
|
+
alignTo: string;
|
|
453
|
+
image: {
|
|
454
|
+
alt: string;
|
|
455
|
+
src: {
|
|
456
|
+
height: number;
|
|
457
|
+
url: string;
|
|
458
|
+
width: number;
|
|
459
|
+
};
|
|
460
|
+
original: string;
|
|
461
|
+
caption: string;
|
|
462
|
+
credit: string;
|
|
463
|
+
detailUrl: string;
|
|
464
|
+
};
|
|
465
|
+
displayCaption: boolean;
|
|
466
|
+
} | {
|
|
467
|
+
blockType: string;
|
|
468
|
+
heading: string;
|
|
469
|
+
listItem: {
|
|
470
|
+
text: string;
|
|
471
|
+
}[];
|
|
472
|
+
} | {
|
|
473
|
+
blockType: string;
|
|
474
|
+
value: string;
|
|
475
|
+
} | {
|
|
476
|
+
blockId: string;
|
|
477
|
+
blockType: string;
|
|
478
|
+
heading: string;
|
|
479
|
+
level: string;
|
|
480
|
+
size: string;
|
|
481
|
+
value?: undefined;
|
|
482
|
+
})[];
|
|
483
|
+
})[];
|
|
484
|
+
export let customSections: {
|
|
485
|
+
blockType: string;
|
|
486
|
+
content: ({
|
|
487
|
+
blockType: string;
|
|
488
|
+
fullBleed: boolean;
|
|
489
|
+
image: {
|
|
490
|
+
alt: string;
|
|
491
|
+
caption: string;
|
|
492
|
+
credit: string;
|
|
493
|
+
detailUrl: string;
|
|
494
|
+
original: string;
|
|
495
|
+
src: {
|
|
496
|
+
height: number;
|
|
497
|
+
url: string;
|
|
498
|
+
width: number;
|
|
499
|
+
};
|
|
500
|
+
srcSet: string;
|
|
501
|
+
};
|
|
502
|
+
imageFullBleed: {
|
|
503
|
+
alt: string;
|
|
504
|
+
caption: string;
|
|
505
|
+
credit: string;
|
|
506
|
+
detailUrl: string;
|
|
507
|
+
original: string;
|
|
508
|
+
src: {
|
|
509
|
+
width: number;
|
|
510
|
+
height: number;
|
|
511
|
+
url: string;
|
|
512
|
+
};
|
|
513
|
+
srcCropped: {
|
|
514
|
+
width: number;
|
|
515
|
+
height: number;
|
|
516
|
+
url: string;
|
|
517
|
+
};
|
|
518
|
+
screenXs: {
|
|
519
|
+
url: string;
|
|
520
|
+
width: number;
|
|
521
|
+
};
|
|
522
|
+
screenLg: {
|
|
523
|
+
url: string;
|
|
524
|
+
width: number;
|
|
525
|
+
};
|
|
526
|
+
screenXl: {
|
|
527
|
+
url: string;
|
|
528
|
+
width: number;
|
|
529
|
+
};
|
|
530
|
+
screenThreexl: {
|
|
531
|
+
url: string;
|
|
532
|
+
width: number;
|
|
533
|
+
};
|
|
534
|
+
};
|
|
535
|
+
} | {
|
|
536
|
+
blockType: string;
|
|
537
|
+
text: string;
|
|
538
|
+
alignTo: string;
|
|
539
|
+
image: {
|
|
540
|
+
alt: string;
|
|
541
|
+
src: {
|
|
542
|
+
height: number;
|
|
543
|
+
url: string;
|
|
544
|
+
width: number;
|
|
545
|
+
};
|
|
546
|
+
original: string;
|
|
547
|
+
caption: string;
|
|
548
|
+
credit: string;
|
|
549
|
+
detailUrl: string;
|
|
550
|
+
};
|
|
551
|
+
displayCaption: boolean;
|
|
552
|
+
} | {
|
|
553
|
+
blockType: string;
|
|
554
|
+
heading: string;
|
|
555
|
+
listItem: {
|
|
556
|
+
text: string;
|
|
557
|
+
}[];
|
|
558
|
+
} | {
|
|
559
|
+
blockType: string;
|
|
560
|
+
value: string;
|
|
561
|
+
} | {
|
|
562
|
+
blockId: string;
|
|
563
|
+
blockType: string;
|
|
564
|
+
heading: string;
|
|
565
|
+
level: string;
|
|
566
|
+
size: string;
|
|
567
|
+
value?: undefined;
|
|
568
|
+
})[];
|
|
569
|
+
heading: {
|
|
570
|
+
blockType: string;
|
|
571
|
+
heading: string;
|
|
572
|
+
level: string;
|
|
573
|
+
size: string;
|
|
574
|
+
blockId: string;
|
|
575
|
+
};
|
|
576
|
+
position: string;
|
|
577
|
+
}[];
|
|
578
|
+
export let body: ({
|
|
579
|
+
blockType: string;
|
|
580
|
+
fullBleed: boolean;
|
|
581
|
+
image: {
|
|
582
|
+
alt: string;
|
|
583
|
+
caption: string;
|
|
584
|
+
credit: string;
|
|
585
|
+
detailUrl: string;
|
|
586
|
+
original: string;
|
|
587
|
+
src: {
|
|
588
|
+
height: number;
|
|
589
|
+
url: string;
|
|
590
|
+
width: number;
|
|
591
|
+
};
|
|
592
|
+
srcSet: string;
|
|
593
|
+
};
|
|
594
|
+
imageFullBleed: {
|
|
595
|
+
alt: string;
|
|
596
|
+
caption: string;
|
|
597
|
+
credit: string;
|
|
598
|
+
detailUrl: string;
|
|
599
|
+
original: string;
|
|
600
|
+
src: {
|
|
601
|
+
width: number;
|
|
602
|
+
height: number;
|
|
603
|
+
url: string;
|
|
604
|
+
};
|
|
605
|
+
srcCropped: {
|
|
606
|
+
width: number;
|
|
607
|
+
height: number;
|
|
608
|
+
url: string;
|
|
609
|
+
};
|
|
610
|
+
screenXs: {
|
|
611
|
+
url: string;
|
|
612
|
+
width: number;
|
|
613
|
+
};
|
|
614
|
+
screenLg: {
|
|
615
|
+
url: string;
|
|
616
|
+
width: number;
|
|
617
|
+
};
|
|
618
|
+
screenXl: {
|
|
619
|
+
url: string;
|
|
620
|
+
width: number;
|
|
621
|
+
};
|
|
622
|
+
screenThreexl: {
|
|
623
|
+
url: string;
|
|
624
|
+
width: number;
|
|
625
|
+
};
|
|
626
|
+
};
|
|
627
|
+
} | {
|
|
628
|
+
blockType: string;
|
|
629
|
+
text: string;
|
|
630
|
+
alignTo: string;
|
|
631
|
+
image: {
|
|
632
|
+
alt: string;
|
|
633
|
+
src: {
|
|
634
|
+
height: number;
|
|
635
|
+
url: string;
|
|
636
|
+
width: number;
|
|
637
|
+
};
|
|
638
|
+
original: string;
|
|
639
|
+
caption: string;
|
|
640
|
+
credit: string;
|
|
641
|
+
detailUrl: string;
|
|
642
|
+
};
|
|
643
|
+
displayCaption: boolean;
|
|
644
|
+
} | {
|
|
645
|
+
blockType: string;
|
|
646
|
+
heading: string;
|
|
647
|
+
listItem: {
|
|
648
|
+
text: string;
|
|
649
|
+
}[];
|
|
650
|
+
} | {
|
|
651
|
+
blockType: string;
|
|
652
|
+
value: string;
|
|
653
|
+
} | {
|
|
654
|
+
blockId: string;
|
|
655
|
+
blockType: string;
|
|
656
|
+
heading: string;
|
|
657
|
+
level: string;
|
|
658
|
+
size: string;
|
|
659
|
+
value?: undefined;
|
|
660
|
+
})[];
|
|
661
|
+
export let relatedLinks: {
|
|
662
|
+
blockType: string;
|
|
663
|
+
heading: string;
|
|
664
|
+
links: ({
|
|
665
|
+
text: string;
|
|
666
|
+
document: {
|
|
667
|
+
url: string;
|
|
668
|
+
};
|
|
669
|
+
page: string;
|
|
670
|
+
externalLink: string;
|
|
671
|
+
} | {
|
|
672
|
+
text: string;
|
|
673
|
+
document: string;
|
|
674
|
+
page: {
|
|
675
|
+
url: string;
|
|
676
|
+
};
|
|
677
|
+
externalLink: string;
|
|
678
|
+
} | {
|
|
679
|
+
text: string;
|
|
680
|
+
document: string;
|
|
681
|
+
page: string;
|
|
682
|
+
externalLink: string;
|
|
683
|
+
})[];
|
|
684
|
+
};
|
|
685
|
+
export let relatedContentHeading: string;
|
|
686
|
+
export { BlockLinkCardCarouselData as relatedContent };
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
export namespace HeroTitle {
|
|
691
|
+
export namespace args_1 {
|
|
692
|
+
export namespace data_1 {
|
|
693
|
+
let hero_1: {
|
|
694
|
+
heroSummary: string;
|
|
695
|
+
blockType: string;
|
|
696
|
+
imageInline: {
|
|
697
|
+
alt: string;
|
|
698
|
+
caption: string;
|
|
699
|
+
credit: string;
|
|
700
|
+
detailUrl: string;
|
|
701
|
+
original: string;
|
|
702
|
+
src: {
|
|
703
|
+
height: number;
|
|
704
|
+
url: string;
|
|
705
|
+
width: number;
|
|
706
|
+
};
|
|
707
|
+
srcSet: string;
|
|
708
|
+
};
|
|
709
|
+
image: {
|
|
710
|
+
src: {
|
|
711
|
+
url: string;
|
|
712
|
+
width: number;
|
|
713
|
+
height: number;
|
|
714
|
+
};
|
|
715
|
+
screenXs: {
|
|
716
|
+
url: string;
|
|
717
|
+
width: number;
|
|
718
|
+
};
|
|
719
|
+
screenSm: {
|
|
720
|
+
url: string;
|
|
721
|
+
width: number;
|
|
722
|
+
};
|
|
723
|
+
screenMd: {
|
|
724
|
+
url: string;
|
|
725
|
+
width: number;
|
|
726
|
+
};
|
|
727
|
+
screenLg: {
|
|
728
|
+
url: string;
|
|
729
|
+
width: number;
|
|
730
|
+
};
|
|
731
|
+
screenXl: {
|
|
732
|
+
url: string;
|
|
733
|
+
width: number;
|
|
734
|
+
};
|
|
735
|
+
screenTwoxl: {
|
|
736
|
+
url: string;
|
|
737
|
+
width: number;
|
|
738
|
+
};
|
|
739
|
+
screenThreexl: {
|
|
740
|
+
url: string;
|
|
741
|
+
width: number;
|
|
742
|
+
};
|
|
743
|
+
alt: string;
|
|
744
|
+
caption: string;
|
|
745
|
+
credit: string;
|
|
746
|
+
detailUrl: string;
|
|
747
|
+
};
|
|
748
|
+
caption: string;
|
|
749
|
+
displayCaption: boolean;
|
|
750
|
+
}[];
|
|
751
|
+
export { hero_1 as hero };
|
|
752
|
+
}
|
|
753
|
+
export { data_1 as data };
|
|
754
|
+
}
|
|
755
|
+
export { args_1 as args };
|
|
756
|
+
}
|
|
757
|
+
export namespace InlineHero {
|
|
758
|
+
export namespace args_2 {
|
|
759
|
+
export namespace data_2 {
|
|
760
|
+
let heroPosition_1: string;
|
|
761
|
+
export { heroPosition_1 as heroPosition };
|
|
762
|
+
}
|
|
763
|
+
export { data_2 as data };
|
|
764
|
+
}
|
|
765
|
+
export { args_2 as args };
|
|
766
|
+
}
|
|
767
|
+
export namespace HeroCarousel {
|
|
768
|
+
export namespace args_3 {
|
|
769
|
+
export namespace data_3 {
|
|
770
|
+
let hero_2: {
|
|
771
|
+
blockType: string;
|
|
772
|
+
blocks: {
|
|
773
|
+
image: {
|
|
774
|
+
alt: string;
|
|
775
|
+
title: string;
|
|
776
|
+
caption: string;
|
|
777
|
+
credit: string;
|
|
778
|
+
detailUrl: string;
|
|
779
|
+
original: string;
|
|
780
|
+
src: {
|
|
781
|
+
height: string;
|
|
782
|
+
url: string;
|
|
783
|
+
width: string;
|
|
784
|
+
};
|
|
785
|
+
srcSet: string;
|
|
786
|
+
};
|
|
787
|
+
}[];
|
|
788
|
+
}[];
|
|
789
|
+
export { hero_2 as hero };
|
|
790
|
+
}
|
|
791
|
+
export { data_3 as data };
|
|
792
|
+
}
|
|
793
|
+
export { args_3 as args };
|
|
794
|
+
}
|
|
795
|
+
export namespace HeroImageComparison {
|
|
796
|
+
export namespace args_4 {
|
|
797
|
+
export namespace data_4 {
|
|
798
|
+
let hero_3: {
|
|
799
|
+
blockType: string;
|
|
800
|
+
beforeImage: {
|
|
801
|
+
src: {
|
|
802
|
+
url: string;
|
|
803
|
+
};
|
|
804
|
+
srcCropped: {
|
|
805
|
+
url: string;
|
|
806
|
+
};
|
|
807
|
+
};
|
|
808
|
+
afterImage: {
|
|
809
|
+
src: {
|
|
810
|
+
url: string;
|
|
811
|
+
};
|
|
812
|
+
srcCropped: {
|
|
813
|
+
url: string;
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
caption: string;
|
|
817
|
+
}[];
|
|
818
|
+
export { hero_3 as hero };
|
|
819
|
+
}
|
|
820
|
+
export { data_4 as data };
|
|
821
|
+
}
|
|
822
|
+
export { args_4 as args };
|
|
823
|
+
}
|
|
824
|
+
export namespace HeroVideo {
|
|
825
|
+
export namespace args_5 {
|
|
826
|
+
export namespace data_5 {
|
|
827
|
+
let hero_4: {
|
|
828
|
+
blockType: string;
|
|
829
|
+
video: {
|
|
830
|
+
duration: string;
|
|
831
|
+
file: string;
|
|
832
|
+
fileExtension: string;
|
|
833
|
+
fileOgg: string;
|
|
834
|
+
fileWebm: string;
|
|
835
|
+
height: null;
|
|
836
|
+
id: string;
|
|
837
|
+
sources: string;
|
|
838
|
+
title: string;
|
|
839
|
+
type: string;
|
|
840
|
+
width: null;
|
|
841
|
+
};
|
|
842
|
+
caption: string;
|
|
843
|
+
credit: string;
|
|
844
|
+
}[];
|
|
845
|
+
export { hero_4 as hero };
|
|
846
|
+
}
|
|
847
|
+
export { data_5 as data };
|
|
848
|
+
}
|
|
849
|
+
export { args_5 as args };
|
|
850
|
+
}
|
|
851
|
+
export namespace HeroVideoEmbed {
|
|
852
|
+
export namespace args_6 {
|
|
853
|
+
export namespace data_6 {
|
|
854
|
+
let hero_5: {
|
|
855
|
+
embed: {
|
|
856
|
+
embed: string;
|
|
857
|
+
};
|
|
858
|
+
blockType: string;
|
|
859
|
+
displayCaption: boolean;
|
|
860
|
+
caption: string;
|
|
861
|
+
credit: string;
|
|
862
|
+
}[];
|
|
863
|
+
export { hero_5 as hero };
|
|
864
|
+
}
|
|
865
|
+
export { data_6 as data };
|
|
866
|
+
}
|
|
867
|
+
export { args_6 as args };
|
|
868
|
+
}
|
|
869
|
+
export namespace HeroIframeEmbed {
|
|
870
|
+
export namespace args_7 {
|
|
871
|
+
export namespace data_7 {
|
|
872
|
+
let hero_6: {
|
|
873
|
+
blockType: string;
|
|
874
|
+
title: string;
|
|
875
|
+
caption: string;
|
|
876
|
+
url: string;
|
|
877
|
+
}[];
|
|
878
|
+
export { hero_6 as hero };
|
|
879
|
+
}
|
|
880
|
+
export { data_7 as data };
|
|
881
|
+
}
|
|
882
|
+
export { args_7 as args };
|
|
883
|
+
}
|
|
884
|
+
export namespace NoHero {
|
|
885
|
+
export namespace args_8 {
|
|
886
|
+
export namespace data_8 {
|
|
887
|
+
let hero_7: never[];
|
|
888
|
+
export { hero_7 as hero };
|
|
889
|
+
}
|
|
890
|
+
export { data_8 as data };
|
|
891
|
+
}
|
|
892
|
+
export { args_8 as args };
|
|
893
|
+
}
|