@explorer-1/vue 0.3.2 → 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 +16 -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,62 @@
|
|
|
1
|
+
import { default as BlockTeaser } from './BlockTeaser.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BlockTeaser as component };
|
|
5
|
+
export let tags: string[];
|
|
6
|
+
export let excludeStories: RegExp;
|
|
7
|
+
}
|
|
8
|
+
export default _default;
|
|
9
|
+
export namespace BlockTeaserData {
|
|
10
|
+
let heading: string;
|
|
11
|
+
let introduction: string;
|
|
12
|
+
let buttonText: string;
|
|
13
|
+
namespace image {
|
|
14
|
+
namespace full {
|
|
15
|
+
let url: string;
|
|
16
|
+
let width: number;
|
|
17
|
+
let height: number;
|
|
18
|
+
}
|
|
19
|
+
namespace half {
|
|
20
|
+
let url_1: string;
|
|
21
|
+
export { url_1 as url };
|
|
22
|
+
let width_1: number;
|
|
23
|
+
export { width_1 as width };
|
|
24
|
+
let height_1: number;
|
|
25
|
+
export { height_1 as height };
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
let fullWidthImage: boolean;
|
|
29
|
+
let teaserPage: ({
|
|
30
|
+
blockType: string;
|
|
31
|
+
page?: undefined;
|
|
32
|
+
} | {
|
|
33
|
+
blockType: string;
|
|
34
|
+
page: {
|
|
35
|
+
label: string;
|
|
36
|
+
title: string;
|
|
37
|
+
url: string;
|
|
38
|
+
};
|
|
39
|
+
})[];
|
|
40
|
+
}
|
|
41
|
+
export namespace BaseStory {
|
|
42
|
+
namespace args { }
|
|
43
|
+
}
|
|
44
|
+
export namespace FullWidth {
|
|
45
|
+
export namespace args_1 {
|
|
46
|
+
let fullWidth: boolean;
|
|
47
|
+
}
|
|
48
|
+
export { args_1 as args };
|
|
49
|
+
}
|
|
50
|
+
export namespace Empty {
|
|
51
|
+
export namespace args_2 {
|
|
52
|
+
export namespace teaserPage_1 {
|
|
53
|
+
export let pageType: string;
|
|
54
|
+
let title_1: string;
|
|
55
|
+
export { title_1 as title };
|
|
56
|
+
let url_2: string;
|
|
57
|
+
export { url_2 as url };
|
|
58
|
+
}
|
|
59
|
+
export { teaserPage_1 as teaserPage };
|
|
60
|
+
}
|
|
61
|
+
export { args_2 as args };
|
|
62
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
type teaserPageObject = {
|
|
2
|
+
title: string;
|
|
3
|
+
label: string;
|
|
4
|
+
url: string;
|
|
5
|
+
};
|
|
6
|
+
type teaserPageBlock = {
|
|
7
|
+
blockType: string;
|
|
8
|
+
page: teaserPageObject;
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
/** Small text at the top of the teaser */
|
|
12
|
+
label: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: false;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
/** Large heading text */
|
|
18
|
+
heading: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: false;
|
|
21
|
+
default: undefined;
|
|
22
|
+
};
|
|
23
|
+
/** Short descriptive text */
|
|
24
|
+
introduction: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: false;
|
|
27
|
+
default: undefined;
|
|
28
|
+
};
|
|
29
|
+
/** Button text */
|
|
30
|
+
buttonText: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
required: false;
|
|
33
|
+
default: undefined;
|
|
34
|
+
};
|
|
35
|
+
/** Background image */
|
|
36
|
+
image: {
|
|
37
|
+
type: ObjectConstructor;
|
|
38
|
+
required: false;
|
|
39
|
+
default: undefined;
|
|
40
|
+
};
|
|
41
|
+
/** If the background image should span the entire width of the block */
|
|
42
|
+
fullWidth: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
/** Option to pass a page data object as an object or as a single item in an array (for better compatibility with CMS mixed use) */
|
|
47
|
+
teaserPage: {
|
|
48
|
+
type: (ArrayConstructor | ObjectConstructor)[];
|
|
49
|
+
required: false;
|
|
50
|
+
default: undefined;
|
|
51
|
+
};
|
|
52
|
+
}>, {}, {}, {
|
|
53
|
+
/**
|
|
54
|
+
* Fall back to the linked page’s label, if there is one.
|
|
55
|
+
*/
|
|
56
|
+
theLabel(): string;
|
|
57
|
+
/**
|
|
58
|
+
* Fall back to the linked page’s title, if there is one.
|
|
59
|
+
*/
|
|
60
|
+
theHeading(): string;
|
|
61
|
+
/**
|
|
62
|
+
* Fallback for optional field, which would compromise the usefulness of this component if missing.
|
|
63
|
+
*/
|
|
64
|
+
theButtonText(): string;
|
|
65
|
+
theImage(): {
|
|
66
|
+
url: string;
|
|
67
|
+
width: string;
|
|
68
|
+
height: string;
|
|
69
|
+
};
|
|
70
|
+
theTeaserPage(): teaserPageObject | undefined;
|
|
71
|
+
teaserPageBlock(): teaserPageObject | undefined;
|
|
72
|
+
}, {
|
|
73
|
+
getTeaserPageBlock(page: any[]): teaserPageBlock[] | null;
|
|
74
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
75
|
+
/** Small text at the top of the teaser */
|
|
76
|
+
label: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
required: false;
|
|
79
|
+
default: undefined;
|
|
80
|
+
};
|
|
81
|
+
/** Large heading text */
|
|
82
|
+
heading: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
required: false;
|
|
85
|
+
default: undefined;
|
|
86
|
+
};
|
|
87
|
+
/** Short descriptive text */
|
|
88
|
+
introduction: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
required: false;
|
|
91
|
+
default: undefined;
|
|
92
|
+
};
|
|
93
|
+
/** Button text */
|
|
94
|
+
buttonText: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
required: false;
|
|
97
|
+
default: undefined;
|
|
98
|
+
};
|
|
99
|
+
/** Background image */
|
|
100
|
+
image: {
|
|
101
|
+
type: ObjectConstructor;
|
|
102
|
+
required: false;
|
|
103
|
+
default: undefined;
|
|
104
|
+
};
|
|
105
|
+
/** If the background image should span the entire width of the block */
|
|
106
|
+
fullWidth: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
/** Option to pass a page data object as an object or as a single item in an array (for better compatibility with CMS mixed use) */
|
|
111
|
+
teaserPage: {
|
|
112
|
+
type: (ArrayConstructor | ObjectConstructor)[];
|
|
113
|
+
required: false;
|
|
114
|
+
default: undefined;
|
|
115
|
+
};
|
|
116
|
+
}>> & Readonly<{}>, {
|
|
117
|
+
label: string;
|
|
118
|
+
image: Record<string, any>;
|
|
119
|
+
heading: string;
|
|
120
|
+
introduction: string;
|
|
121
|
+
teaserPage: Record<string, any> | unknown[];
|
|
122
|
+
buttonText: string;
|
|
123
|
+
fullWidth: boolean;
|
|
124
|
+
}, {}, {
|
|
125
|
+
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
126
|
+
variant: {
|
|
127
|
+
type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
|
|
128
|
+
required: false;
|
|
129
|
+
default: string;
|
|
130
|
+
validator: (prop: string) => boolean;
|
|
131
|
+
};
|
|
132
|
+
compact: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
required: false;
|
|
136
|
+
};
|
|
137
|
+
blockClasses: {
|
|
138
|
+
type: StringConstructor;
|
|
139
|
+
required: false;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
142
|
+
disabled: {
|
|
143
|
+
type: BooleanConstructor;
|
|
144
|
+
default: boolean;
|
|
145
|
+
required: false;
|
|
146
|
+
};
|
|
147
|
+
ariaLabel: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
default: string;
|
|
150
|
+
required: false;
|
|
151
|
+
};
|
|
152
|
+
to: {
|
|
153
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
154
|
+
required: false;
|
|
155
|
+
default: undefined;
|
|
156
|
+
};
|
|
157
|
+
href: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
required: false;
|
|
160
|
+
default: undefined;
|
|
161
|
+
};
|
|
162
|
+
}>, {}, {}, {
|
|
163
|
+
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
164
|
+
computedTo(): string | Record<string, any> | undefined;
|
|
165
|
+
theHref(): string | undefined;
|
|
166
|
+
variantClass(): string;
|
|
167
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
168
|
+
variant: {
|
|
169
|
+
type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
|
|
170
|
+
required: false;
|
|
171
|
+
default: string;
|
|
172
|
+
validator: (prop: string) => boolean;
|
|
173
|
+
};
|
|
174
|
+
compact: {
|
|
175
|
+
type: BooleanConstructor;
|
|
176
|
+
default: boolean;
|
|
177
|
+
required: false;
|
|
178
|
+
};
|
|
179
|
+
blockClasses: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
required: false;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
disabled: {
|
|
185
|
+
type: BooleanConstructor;
|
|
186
|
+
default: boolean;
|
|
187
|
+
required: false;
|
|
188
|
+
};
|
|
189
|
+
ariaLabel: {
|
|
190
|
+
type: StringConstructor;
|
|
191
|
+
default: string;
|
|
192
|
+
required: false;
|
|
193
|
+
};
|
|
194
|
+
to: {
|
|
195
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
196
|
+
required: false;
|
|
197
|
+
default: undefined;
|
|
198
|
+
};
|
|
199
|
+
href: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
required: false;
|
|
202
|
+
default: undefined;
|
|
203
|
+
};
|
|
204
|
+
}>> & Readonly<{
|
|
205
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
206
|
+
}>, {
|
|
207
|
+
to: string | Record<string, any>;
|
|
208
|
+
disabled: boolean;
|
|
209
|
+
variant: "secondary" | "primary" | "dark" | "social";
|
|
210
|
+
href: string;
|
|
211
|
+
ariaLabel: string;
|
|
212
|
+
compact: boolean;
|
|
213
|
+
blockClasses: string;
|
|
214
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
215
|
+
BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
216
|
+
imageClass: {
|
|
217
|
+
type: StringConstructor;
|
|
218
|
+
required: false;
|
|
219
|
+
default: string;
|
|
220
|
+
};
|
|
221
|
+
objectFitClass: {
|
|
222
|
+
type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
|
|
223
|
+
required: false;
|
|
224
|
+
default: string;
|
|
225
|
+
validator: (prop: string) => boolean;
|
|
226
|
+
};
|
|
227
|
+
src: {
|
|
228
|
+
type: StringConstructor;
|
|
229
|
+
required: true;
|
|
230
|
+
};
|
|
231
|
+
srcset: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
required: false;
|
|
234
|
+
default: string;
|
|
235
|
+
};
|
|
236
|
+
alt: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
width: {
|
|
241
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
244
|
+
height: {
|
|
245
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
248
|
+
loading: {
|
|
249
|
+
type: import('vue').PropType<"lazy" | "eager" | undefined>;
|
|
250
|
+
required: false;
|
|
251
|
+
default: string;
|
|
252
|
+
};
|
|
253
|
+
}>, {}, {}, {
|
|
254
|
+
computedClass(): string;
|
|
255
|
+
}, {
|
|
256
|
+
imageFailed(): void;
|
|
257
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
258
|
+
imageClass: {
|
|
259
|
+
type: StringConstructor;
|
|
260
|
+
required: false;
|
|
261
|
+
default: string;
|
|
262
|
+
};
|
|
263
|
+
objectFitClass: {
|
|
264
|
+
type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
|
|
265
|
+
required: false;
|
|
266
|
+
default: string;
|
|
267
|
+
validator: (prop: string) => boolean;
|
|
268
|
+
};
|
|
269
|
+
src: {
|
|
270
|
+
type: StringConstructor;
|
|
271
|
+
required: true;
|
|
272
|
+
};
|
|
273
|
+
srcset: {
|
|
274
|
+
type: StringConstructor;
|
|
275
|
+
required: false;
|
|
276
|
+
default: string;
|
|
277
|
+
};
|
|
278
|
+
alt: {
|
|
279
|
+
type: StringConstructor;
|
|
280
|
+
default: string;
|
|
281
|
+
};
|
|
282
|
+
width: {
|
|
283
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
284
|
+
default: string;
|
|
285
|
+
};
|
|
286
|
+
height: {
|
|
287
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
288
|
+
default: string;
|
|
289
|
+
};
|
|
290
|
+
loading: {
|
|
291
|
+
type: import('vue').PropType<"lazy" | "eager" | undefined>;
|
|
292
|
+
required: false;
|
|
293
|
+
default: string;
|
|
294
|
+
};
|
|
295
|
+
}>> & Readonly<{}>, {
|
|
296
|
+
imageClass: string;
|
|
297
|
+
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
298
|
+
srcset: string;
|
|
299
|
+
alt: string;
|
|
300
|
+
width: string | number;
|
|
301
|
+
height: string | number;
|
|
302
|
+
loading: "lazy" | "eager" | undefined;
|
|
303
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
304
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
305
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { default as BlockText } from './BlockText.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BlockText as component };
|
|
5
|
+
export let tags: string[];
|
|
6
|
+
export let decorators: (() => {
|
|
7
|
+
template: string;
|
|
8
|
+
})[];
|
|
9
|
+
export let excludeStories: RegExp;
|
|
10
|
+
}
|
|
11
|
+
export default _default;
|
|
12
|
+
export const RichTextMediaData: "<h2 data-block-key=\"cba9u\">A heading in BlockText</h2><p data-block-key=\"5f55p\">Description for it.</p><div class=\"richtext-image fullwidth\"><img alt=\"Perseverance Looks Back at &#x27;Bright Angel&#x27;\" height=\"480\" loading=\"lazy\" src=\"https://picsum.photos/640/480\" width=\"640\">\n <div class=\"richtext-caption\">\n <div class=\"caption\">One of the navigation cameras aboard NASAs Perseverance Mars rover captured this view looking back at the Bright Angel area on July 30, 2024.</div>\n <span class=\"credit\">Credit: NASA/JPL-Caltech</span>\n <a class=\"caption-link\" href=\"#\">Full Image Details</a>\n </div>\n</div><h3 data-block-key=\"ois8du\">Subheading in BlockText</h3><p data-block-key=\"89jcq\">More text and another image that's full width (above)</p><p data-block-key=\"6jsp\"></p><div class=\"richtext-image left\"><img alt=\"Carbon Mapper Coalition&#x27;s Tanager Satellite\" height=\"336\" loading=\"lazy\" src=\"https://picsum.photos/640/336\" width=\"640\">\n <div class=\"richtext-caption\">\n <div class=\"caption\">This artists concept depicts one of the Carbon Mapper Coalitions Tanager satellites, the first of which launched on Aug. 16, 2024. Tanager-1 will use imaging spectrometer technology developed at JPL to measure greenhouse gas point-source emissions.</div>\n <span class=\"credit\">Credit: Planet Labs PBC</span>\n <a class=\"caption-link\" href=\"#\">Full Image Details</a>\n </div>\n</div>\n<ul><li>Item one in the list</li><li>Aliquam erat volutpat. Nam et lorem purus. Pellentesque placerat, lorem eget ultrices bibendum, lorem dolor finibus metus, consectetur mattis lorem sapien id felis. Cras scelerisque lacus et tristique luctus.</li><li>Third item in the list</li></ul>\n<p data-block-key=\"4409g\">More text and something that's <span=\"math-text\">right-aligned</span>.</p><p data-block-key=\"bid36\"></p><div class=\"richtext-image right\"><img alt=\"Lecture Brings Galileo&#x27;s Travels into Final Focus\" height=\"350\" loading=\"lazy\" src=\"https://picsum.photos/640/350\" width=\"640\">\n <div class=\"richtext-caption\">\n <div class=\"caption\">Lecture Brings Galileo's Travels into Final Focus</div>\n </div>\n</div>\n<ol><li>Item one in the list</li><li>Aliquam erat volutpat. Nam et lorem purus. Pellentesque placerat, lorem eget ultrices bibendum, lorem dolor finibus metus, consectetur mattis lorem sapien id felis. Cras scelerisque lacus et tristique luctus.</li><li>Third item in the list</li></ol>\n<p data-block-key=\"1f4rd\"> Pellentesque euismod, metus et vehicula tincidunt, magna velit viverra enim, non efficitur elit enim ut ante. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum massa est, aliquam sed volutpat quis, tempor vitae felis. Quisque suscipit in purus non rhoncus. Vestibulum commodo gravida nibh. Quisque imperdiet lacus rhoncus malesuada elementum. Mauris tempor purus quis sollicitudin ornare. Suspendisse eget gravida neque. Etiam gravida, sapien ac condimentum placerat, tellus eros volutpat elit, non viverra lectus turpis ut lectus. Praesent varius porttitor eros eu efficitur. Etiam nec neque semper, facilisis leo non, tempor enim. Etiam a sodales lacus. Aenean a nibh ipsum.</p>\n<ul><li>Item one in the list</li><li>Aliquam erat volutpat. Nam et lorem purus. Pellentesque placerat, lorem eget ultrices bibendum, lorem dolor finibus metus, consectetur mattis lorem sapien id felis. Cras scelerisque lacus et tristique luctus.</li><li>Third item in the list</li></ul>\n<ol><li>Item one in the list</li><li>Aliquam erat volutpat. Nam et lorem purus. Pellentesque placerat, lorem eget ultrices bibendum, lorem dolor finibus metus, consectetur mattis lorem sapien id felis. Cras scelerisque lacus et tristique luctus.</li><li>Third item in the list</li></ol>\n<p>Nunc molestie aliquet nunc, ut viverra risus elementum bibendum. Cras metus metus, sagittis sed ex at, rutrum dictum leo. Cras sodales, urna id aliquam scelerisque, neque sem venenatis justo, a feugiat lorem ligula molestie orci. Vestibulum in suscipit diam. Phasellus pulvinar quis diam ullamcorper sagittis. Praesent a risus leo. Etiam tempor dolor eu turpis laoreet fermentum. Sed turpis risus, interdum ut bibendum ut, ornare a augue. Donec condimentum odio non lectus efficitur sodales. Vivamus posuere ligula a eros molestie, semper porttitor augue interdum. Cras et facilisis ligula, nec malesuada velit. </p>";
|
|
13
|
+
export namespace BaseStory {
|
|
14
|
+
let name: string;
|
|
15
|
+
namespace args {
|
|
16
|
+
let variant: string;
|
|
17
|
+
let text: string;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export namespace RichTextMedia {
|
|
21
|
+
export namespace args_1 {
|
|
22
|
+
let variant_1: string;
|
|
23
|
+
export { variant_1 as variant };
|
|
24
|
+
export { RichTextMediaData as text };
|
|
25
|
+
}
|
|
26
|
+
export { args_1 as args };
|
|
27
|
+
}
|
|
28
|
+
export namespace SubsequentFloatingImages {
|
|
29
|
+
export namespace args_2 {
|
|
30
|
+
let variant_2: string;
|
|
31
|
+
export { variant_2 as variant };
|
|
32
|
+
let text_1: string;
|
|
33
|
+
export { text_1 as text };
|
|
34
|
+
}
|
|
35
|
+
export { args_2 as args };
|
|
36
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export interface BlockTextObject {
|
|
2
|
+
blockType?: string;
|
|
3
|
+
value: string;
|
|
4
|
+
}
|
|
5
|
+
declare const variants: {
|
|
6
|
+
readonly small: "text-body-sm -small";
|
|
7
|
+
readonly medium: "text-body-md -medium";
|
|
8
|
+
readonly large: "text-body-lg -large";
|
|
9
|
+
};
|
|
10
|
+
export type VariantKey = keyof typeof variants;
|
|
11
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12
|
+
/**
|
|
13
|
+
* Block contents. Supports rich text.
|
|
14
|
+
*/
|
|
15
|
+
text: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Adjusts text size and vertical spacing. Corresponds with the same variants in `BlockInlineImage`
|
|
22
|
+
*/
|
|
23
|
+
variant: {
|
|
24
|
+
type: () => VariantKey;
|
|
25
|
+
required: false;
|
|
26
|
+
default: string;
|
|
27
|
+
validator: (prop: VariantKey) => boolean;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {
|
|
30
|
+
/**
|
|
31
|
+
* Class string generated by variant selection.
|
|
32
|
+
*/
|
|
33
|
+
computedClass(): string;
|
|
34
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
35
|
+
/**
|
|
36
|
+
* Block contents. Supports rich text.
|
|
37
|
+
*/
|
|
38
|
+
text: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
required: false;
|
|
41
|
+
default: undefined;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Adjusts text size and vertical spacing. Corresponds with the same variants in `BlockInlineImage`
|
|
45
|
+
*/
|
|
46
|
+
variant: {
|
|
47
|
+
type: () => VariantKey;
|
|
48
|
+
required: false;
|
|
49
|
+
default: string;
|
|
50
|
+
validator: (prop: VariantKey) => boolean;
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{}>, {
|
|
53
|
+
text: string;
|
|
54
|
+
variant: "small" | "medium" | "large";
|
|
55
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
56
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { default as BlockVideo } from './BlockVideo.vue';
|
|
2
|
+
import { BaseVideoData } from './../BaseVideo/BaseVideo.stories';
|
|
3
|
+
declare namespace _default {
|
|
4
|
+
export let title: string;
|
|
5
|
+
export { BlockVideo as component };
|
|
6
|
+
export let tags: string[];
|
|
7
|
+
export let excludeStories: RegExp;
|
|
8
|
+
}
|
|
9
|
+
export default _default;
|
|
10
|
+
export namespace BlockVideoData {
|
|
11
|
+
namespace block {
|
|
12
|
+
export let blockType: string;
|
|
13
|
+
export { BaseVideoData as video };
|
|
14
|
+
export let caption: string;
|
|
15
|
+
export let credit: string;
|
|
16
|
+
export let autoplay: boolean;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export namespace BaseStory {
|
|
20
|
+
let name: string;
|
|
21
|
+
namespace args {
|
|
22
|
+
import data = BlockVideoData.block;
|
|
23
|
+
export { data };
|
|
24
|
+
}
|
|
25
|
+
}
|