@explorer-1/vue 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/components.d.ts +10 -2
- package/package.json +4 -4
- package/src/components/AttractionCard/AttractionCard.vue +113 -0
- package/src/components/BaseButton/BaseButton.stories.ts +2 -2
- package/src/components/BaseButton/BaseButton.vue +6 -6
- package/src/components/BaseCarousel/BaseCarousel.vue +2 -2
- package/src/components/BaseLink/BaseLink.stories.js +8 -0
- package/src/components/BaseLink/BaseLink.vue +21 -1
- package/src/components/BlockCsrTable/BlockCsrTable.stories.js +4 -4
- package/src/components/BlockCsrTable/BlockCsrTable.vue +10 -1
- package/src/components/BlockCta/BlockCta.vue +1 -1
- package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +2 -2
- package/src/components/Icons/IconBookmark.vue +25 -0
- package/src/components/Icons/IconHourglass.vue +35 -0
- package/src/components/Icons/IconLocationCrosshairs.vue +26 -0
- package/src/components/Icons/IconMap.vue +26 -0
- package/src/components/Icons/Icons.stories.ts +29 -0
- package/src/components/MetaPanel/MetaPanel.vue +1 -1
- package/src/components/MetadataStacked/MetadataStacked.stories.js +21 -0
- package/src/components/MetadataStacked/MetadataStacked.vue +71 -0
- package/src/components/MissionDetailHero/MissionDetailHero.vue +1 -1
- package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +2 -2
- package/src/components/MixinAnimationCaret/MixinAnimationCaret.vue +34 -0
- package/src/components/MixinCarousel/MixinCarousel.vue +2 -2
- package/src/components/NavSecondary/NavSecondary.vue +11 -2
- package/src/components/NavSocial/NavSocial.vue +1 -1
- package/src/components/SearchFilterGroup/SearchFilterGroup.vue +10 -4
- package/src/components/SearchPagination/SearchPagination.vue +2 -2
- package/src/components/SearchResultCard/SearchResultCard.stories.js +11 -0
- package/src/components/SearchResultCard/SearchResultCard.vue +31 -1
- package/src/components/SearchResultsList/SearchResultsList.stories.js +870 -0
- package/src/components/SearchResultsList/SearchResultsList.vue +18 -1
- package/src/components/ShareButtons/ShareButtons.vue +4 -4
- package/src/components/TheFooter/TheFooter.vue +1 -1
- package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -1
- package/src/interfaces.ts +40 -1
- package/src/templates/PageAudioDetail/PageAudioDetail.vue +9 -8
- package/src/templates/PageContent/PageContent.vue +2 -0
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.js +22 -0
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue +65 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.js +102 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue +128 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.js +90 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue +172 -0
- package/vite.config.ts +2 -4
- 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.css +0 -1
- package/dist/explorer-1-vue.d.ts +0 -1
- package/dist/explorer-1-vue.js +0 -69527
- package/dist/explorer-1-vue.umd.cjs +0 -106
- 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/App.vue.d.ts +0 -2
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.stories.d.ts +0 -30
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +0 -27
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +0 -45
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +0 -372
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +0 -147
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +0 -143
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +0 -39
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +0 -95
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +0 -23
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +0 -78
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +0 -145
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +0 -145
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +0 -25
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -72
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +0 -166
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -44
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +0 -141
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +0 -116
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +0 -37
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +0 -311
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +0 -82
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -91
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +0 -7
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +0 -6
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +0 -54
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +0 -308
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +0 -1103
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +0 -182
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +0 -161
- package/dist/src/components/BasePill/BasePill.stories.d.ts +0 -38
- package/dist/src/components/BasePill/BasePill.vue.d.ts +0 -79
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +0 -25
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +0 -3
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +0 -29
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -85
- package/dist/src/components/BaseSwimlane/BaseSwimlane.stories.d.ts +0 -25
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +0 -85
- package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +0 -115
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +0 -1
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -95
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +0 -229
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -90
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +0 -26
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -89
- package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +0 -83
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +0 -29
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +0 -12
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +0 -35
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +0 -261
- package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +0 -111
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +0 -1057
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +0 -48
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +0 -545
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +0 -247
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +0 -53
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +0 -251
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +0 -110
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +0 -40
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +0 -16
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +0 -12
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +0 -37
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +0 -124
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +0 -84
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +0 -57
- package/dist/src/components/BlockGist/BlockGist.stories.d.ts +0 -20
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +0 -13
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +0 -2
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +0 -21
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -80
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +0 -38
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +0 -390
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +0 -8450
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +0 -1380
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +0 -666
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +0 -663
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +0 -40
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +0 -824
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +0 -46
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +0 -665
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +0 -48
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +0 -338
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +0 -97
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +0 -1221
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +0 -77
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +0 -676
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +0 -21
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +0 -124
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +0 -430
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +0 -810
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +0 -17
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +0 -140
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +0 -8
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +0 -2085
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +0 -1847
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +0 -72
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +0 -568
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +0 -58
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +0 -511
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.stories.d.ts +0 -20
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +0 -230
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +0 -1563
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +0 -303
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +0 -45
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +0 -401
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +0 -317
- package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +0 -204
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +0 -715
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +0 -2105
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +0 -11342
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +0 -62
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +0 -1
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +0 -305
- package/dist/src/components/BlockText/BlockText.stories.d.ts +0 -36
- package/dist/src/components/BlockText/BlockText.vue.d.ts +0 -56
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +0 -25
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +0 -442
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +0 -26
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +0 -403
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +0 -19
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +0 -192
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +0 -11
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +0 -55
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +0 -535
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +0 -23
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +0 -305
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +0 -7
- package/dist/src/components/EventCard/EventCard.vue.d.ts +0 -626
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +0 -50
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +0 -214
- package/dist/src/components/FormContact/FormContact.stories.d.ts +0 -235
- package/dist/src/components/FormContact/FormContact.vue.d.ts +0 -221
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +0 -293
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +0 -279
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +0 -10
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +0 -115
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +0 -138
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +0 -138
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +0 -465
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +0 -175
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +0 -392
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +0 -121
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +0 -439
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +0 -120
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +0 -353
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +0 -604
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +0 -57
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +0 -301
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +0 -27
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +0 -401
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +0 -94
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +0 -317
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +0 -379
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +0 -720
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +0 -291
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +0 -4759
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +0 -763
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +0 -80
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +0 -617
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +0 -162
- package/dist/src/components/Icons/Icon360.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconArrow.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconArrows.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconAudio.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconBook.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCaret.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconClose.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconDownload.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduArt.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduEngineering.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduEnglishLanguageArts.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduMathematics.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduScience.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduTechnology.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconExpand.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconExternal.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconFilter.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconGrid.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconHand.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconInfo.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconLink.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconList.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconLocation.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMedal.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMenu.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMinus.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMute.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconNext.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconPause.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconPlay.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconPlus.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconPrev.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconProfile.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSearch.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconShare.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconStop.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconTime.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconUser.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconVolume.vue.d.ts +0 -2
- package/dist/src/components/Icons/Icons.stories.d.ts +0 -551
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +0 -165
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +0 -33
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +0 -7
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +0 -40
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +0 -2
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +0 -136
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +0 -20
- package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +0 -47
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +0 -42
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +0 -8
- package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +0 -32
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +0 -17
- package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +0 -55
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +0 -17
- package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +0 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +0 -16
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +0 -27
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -134
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +0 -417
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +0 -239
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +0 -283
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +0 -560
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +0 -457
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +0 -351
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +0 -41
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +0 -525
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -188
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +0 -731
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +0 -354
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +0 -79
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +0 -244
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +0 -76
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +0 -1275
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +0 -90
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +0 -78
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +0 -1002
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +0 -494
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -156
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +0 -4
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +0 -21
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -16
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +0 -10170
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +0 -2948
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +0 -71
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +0 -1033
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +0 -1468
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +0 -297
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +0 -2001
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +0 -1753
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +0 -40
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +0 -23
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +0 -284
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +0 -44
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +0 -438
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +0 -47
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +0 -856
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +0 -291
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +0 -40
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +0 -583
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +0 -291
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +0 -274
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +0 -8549
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +0 -1910
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +0 -778
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +0 -5835
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +0 -317
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +0 -372
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +0 -13
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +0 -15
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +0 -33
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +0 -792
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +0 -407
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +0 -302
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +0 -311
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +0 -179
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +0 -152
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +0 -37
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +0 -1
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -30
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +0 -91
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +0 -38
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +0 -23
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +0 -1268
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +0 -626
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +0 -50
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +0 -2566
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +0 -103
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +0 -162
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -86
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -84
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +0 -83
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +0 -166
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +0 -29
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +0 -43
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +0 -33
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +0 -69
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +0 -110
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +0 -94
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +0 -2808
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +0 -69
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +0 -1981
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +0 -404
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +0 -4840
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +0 -19
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +0 -39
- package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +0 -16
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +0 -134
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +0 -17
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +0 -7
- package/dist/src/components/SkipLink/SkipLink.stories.d.ts +0 -8
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +0 -98
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.stories.d.ts +0 -25
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +0 -421
- package/dist/src/components/TextArea/TextArea.stories.d.ts +0 -31
- package/dist/src/components/TextArea/TextArea.vue.d.ts +0 -37
- package/dist/src/components/TextInput/TextInput.stories.d.ts +0 -34
- package/dist/src/components/TextInput/TextInput.vue.d.ts +0 -42
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +0 -88
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +0 -585
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +0 -8
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +0 -32
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +0 -2486
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +0 -964
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +0 -925
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +0 -46
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +0 -1019
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +0 -37
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +0 -520
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +0 -77
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +0 -342
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +0 -705
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +0 -575
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +0 -8
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +0 -158
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +0 -441
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +0 -95
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +0 -1990
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +0 -40
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +0 -17
- package/dist/src/constants.d.ts +0 -85
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +0 -2
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +0 -2
- package/dist/src/docs/foundation/grid.stories.d.ts +0 -69
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +0 -194
- package/dist/src/docs/foundation/themes.stories.d.ts +0 -21
- package/dist/src/docs/foundation/typography.stories.d.ts +0 -106
- package/dist/src/docs/guides/responsive.stories.d.ts +0 -13
- package/dist/src/docs/utils/ColorRow.d.ts +0 -6
- package/dist/src/docs/utils/ComponentItem.d.ts +0 -2
- package/dist/src/docs/utils/ComponentList.d.ts +0 -2
- package/dist/src/interfaces.d.ts +0 -320
- package/dist/src/main.d.ts +0 -0
- package/dist/src/store/curatedGallery.d.ts +0 -6
- package/dist/src/store/header.d.ts +0 -20
- package/dist/src/store/search.d.ts +0 -10
- package/dist/src/store/theme.d.ts +0 -13
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +0 -102
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +0 -6188
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +0 -207
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +0 -16708
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +0 -94
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +0 -14671
- package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +0 -185
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +0 -17037
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +0 -1852
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +0 -14669
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +0 -56
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +0 -3017
- package/dist/src/templates/edu/PageContentEdu.stories.d.ts +0 -397
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +0 -170
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +0 -877
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +0 -300
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +0 -14610
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +0 -449
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +0 -15515
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +0 -288
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +0 -18
- package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +0 -73
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +0 -15
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +0 -626
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +0 -909
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +0 -18
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +0 -364
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +0 -24
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +0 -2115
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +0 -881
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +0 -893
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +0 -894
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +0 -20
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +0 -415
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +0 -871
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +0 -99
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +0 -7
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +0 -651
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +0 -14087
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +0 -142
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +0 -13853
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +0 -56
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +0 -3422
- package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +0 -705
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +0 -5997
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +0 -41
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +0 -963
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +0 -14
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +0 -181
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +0 -875
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +0 -4792
- package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +0 -115
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +0 -7977
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +0 -84
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +0 -5783
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +0 -64
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +0 -3495
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +0 -60
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +0 -1135
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +0 -259
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +0 -14868
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +0 -326
- package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +0 -339
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +0 -2418
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +0 -297
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +0 -6277
- package/dist/src/utils/anchorizeBlock.d.ts +0 -2
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -2
- package/dist/src/utils/dayjs.d.ts +0 -2
- package/dist/src/utils/eventBus.d.ts +0 -1
- package/dist/src/utils/filters.d.ts +0 -4
- package/dist/src/utils/generateHash.d.ts +0 -1
- package/dist/src/utils/getHeadingId.d.ts +0 -1
- package/dist/src/utils/isEduExternalLink.d.ts +0 -1
- package/dist/src/utils/lookupContentType.d.ts +0 -3
- package/dist/src/utils/mixins.d.ts +0 -58
- package/dist/src/utils/rangeifyGrades.d.ts +0 -2
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
<SearchResultCard
|
|
18
18
|
:is-events="isEvents"
|
|
19
19
|
:is-profiles="isProfiles"
|
|
20
|
+
:is-attraction="isAttraction"
|
|
20
21
|
:page-content-type="page.content_type"
|
|
21
22
|
:url="page.url"
|
|
22
23
|
:type="page.type"
|
|
@@ -34,6 +35,8 @@
|
|
|
34
35
|
:ongoing="page.ongoing"
|
|
35
36
|
:target-audience="page.targetAudience"
|
|
36
37
|
:location="page.location"
|
|
38
|
+
:location-icon="page.locationIcon"
|
|
39
|
+
:wait="page.wait"
|
|
37
40
|
:primary-subject="page.primarySubject as unknown as PrimarySubjectObject"
|
|
38
41
|
:grade-levels="page.gradeLevels as unknown as GradeLevelsObject[]"
|
|
39
42
|
:time="page.time as unknown as EduResourcesTime"
|
|
@@ -97,6 +100,10 @@ export default defineComponent({
|
|
|
97
100
|
type: Boolean,
|
|
98
101
|
default: false
|
|
99
102
|
},
|
|
103
|
+
isAttraction: {
|
|
104
|
+
type: Boolean,
|
|
105
|
+
default: false
|
|
106
|
+
},
|
|
100
107
|
grid: {
|
|
101
108
|
type: Boolean,
|
|
102
109
|
default: false
|
|
@@ -207,7 +214,9 @@ export default defineComponent({
|
|
|
207
214
|
page.topic = topic
|
|
208
215
|
// properties for event's page
|
|
209
216
|
page.location =
|
|
210
|
-
handle === 'events_eventpage'
|
|
217
|
+
handle === 'events_eventpage' || handle === 'explore_jpl_sites_explorejplsite'
|
|
218
|
+
? page._source[handle + '__location']
|
|
219
|
+
: location
|
|
211
220
|
page.startDate =
|
|
212
221
|
handle === 'events_eventpage' || handle === 'edu_events_edueventpage'
|
|
213
222
|
? page._source[handle + '__start_date']
|
|
@@ -258,6 +267,14 @@ export default defineComponent({
|
|
|
258
267
|
? page._source[handle + '__job_title']
|
|
259
268
|
: page._source[handle + '__summary']
|
|
260
269
|
page.date = date
|
|
270
|
+
page.wait =
|
|
271
|
+
handle === 'explore_jpl_sites_explorejplsite'
|
|
272
|
+
? page._source[handle + '__wait_time_label_filter']
|
|
273
|
+
: undefined
|
|
274
|
+
page.locationIcon =
|
|
275
|
+
handle === 'explore_jpl_sites_explorejplsite'
|
|
276
|
+
? page._source[handle + '__map_icon']?.thumbnail_image
|
|
277
|
+
: undefined
|
|
261
278
|
if (image) {
|
|
262
279
|
page.image = {
|
|
263
280
|
src: {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
target="_blank"
|
|
12
12
|
rel="noopener"
|
|
13
13
|
>
|
|
14
|
-
<template #
|
|
14
|
+
<template #iconRight>
|
|
15
15
|
<IconSocialFacebook />
|
|
16
16
|
</template>
|
|
17
17
|
</BaseButton>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
target="_blank"
|
|
26
26
|
rel="noopener"
|
|
27
27
|
>
|
|
28
|
-
<template #
|
|
28
|
+
<template #iconRight>
|
|
29
29
|
<IconSocialTwitter />
|
|
30
30
|
</template>
|
|
31
31
|
</BaseButton>
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
target="_blank"
|
|
40
40
|
rel="noopener"
|
|
41
41
|
>
|
|
42
|
-
<template #
|
|
42
|
+
<template #iconRight>
|
|
43
43
|
<IconSocialReddit />
|
|
44
44
|
</template>
|
|
45
45
|
</BaseButton>
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
target="_blank"
|
|
54
54
|
rel="noopener"
|
|
55
55
|
>
|
|
56
|
-
<template #
|
|
56
|
+
<template #iconRight>
|
|
57
57
|
<IconSocialEmail />
|
|
58
58
|
</template>
|
|
59
59
|
</BaseButton>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<footer
|
|
3
|
-
class="TheFooter bg-
|
|
3
|
+
class="TheFooter bg-gray-dark edu:bg-stars edu:bg-primary-dark text-white relative z-20 print:px-4 print:border-t print:border-black"
|
|
4
4
|
>
|
|
5
5
|
<div class="footer-main lg:BaseGrid 3xl:px-0 lg:pt-20 container px-4 pt-10 mx-auto">
|
|
6
6
|
<div class="footer-navigation lg:block lg:col-span-9 hidden col-span-12">
|
package/src/interfaces.ts
CHANGED
|
@@ -58,6 +58,7 @@ export interface ThumbnailObject {
|
|
|
58
58
|
original: string
|
|
59
59
|
width: number
|
|
60
60
|
height: number
|
|
61
|
+
url: string
|
|
61
62
|
}
|
|
62
63
|
export interface ImageObject {
|
|
63
64
|
title?: string
|
|
@@ -102,8 +103,32 @@ export interface ImageBlock extends BlockData, ImageObject {
|
|
|
102
103
|
constrain: boolean
|
|
103
104
|
}
|
|
104
105
|
|
|
106
|
+
export interface SearchBucket {
|
|
107
|
+
key: string
|
|
108
|
+
doc_count: number
|
|
109
|
+
label?: string
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface SearchAggregation {
|
|
113
|
+
buckets: SearchBucket[]
|
|
114
|
+
doc_count_error_upper_bound: number
|
|
115
|
+
sum_other_doc_count: number
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export type SearchAggregations = Record<string, SearchAggregation>
|
|
119
|
+
|
|
120
|
+
export interface SearchData {
|
|
121
|
+
hits: {
|
|
122
|
+
total: {
|
|
123
|
+
value: number
|
|
124
|
+
}
|
|
125
|
+
hits: ElasticSearchPage[]
|
|
126
|
+
}
|
|
127
|
+
aggregations: SearchAggregations
|
|
128
|
+
}
|
|
129
|
+
|
|
105
130
|
export interface ElasticSearchPage {
|
|
106
|
-
_source: string
|
|
131
|
+
_source: Record<string, any>
|
|
107
132
|
id: string | number
|
|
108
133
|
content_type: string
|
|
109
134
|
url: string
|
|
@@ -119,6 +144,8 @@ export interface ElasticSearchPage {
|
|
|
119
144
|
startDatetime?: string
|
|
120
145
|
endDatetime?: string
|
|
121
146
|
location?: string
|
|
147
|
+
locationIcon?: string
|
|
148
|
+
wait?: string
|
|
122
149
|
title: string
|
|
123
150
|
summary?: string
|
|
124
151
|
eventType?: string
|
|
@@ -304,14 +331,26 @@ export interface PageObject {
|
|
|
304
331
|
topper?: string
|
|
305
332
|
seoTitle?: string
|
|
306
333
|
searchDescription?: string
|
|
334
|
+
heroImage?: ImageObject
|
|
307
335
|
heroPosition?: 'full_bleed' | 'inline'
|
|
336
|
+
heroImageInline?: ImageObject
|
|
337
|
+
displayTitleInHero?: boolean
|
|
338
|
+
heroImageCaption?: string
|
|
339
|
+
heroSummary?: string
|
|
308
340
|
heroConstrain?: boolean
|
|
341
|
+
showShareLinks?: boolean
|
|
309
342
|
publicationDate?: string
|
|
310
343
|
body?: StreamfieldBlockData[]
|
|
311
344
|
thumbnailImage?: ThumbnailObject
|
|
312
345
|
relatedLinks?: BlockRelatedLinksObject[]
|
|
313
346
|
relatedContentHeading: string
|
|
314
347
|
relatedContent?: any
|
|
348
|
+
location?: string
|
|
349
|
+
mapIcon?: Record<string, any>
|
|
350
|
+
waitTime?: string
|
|
351
|
+
waitTimeLabel?: string
|
|
352
|
+
relatedPagesForMoreSection?: any
|
|
353
|
+
id?: string
|
|
315
354
|
}
|
|
316
355
|
|
|
317
356
|
export interface EduResourcesSubject {
|
|
@@ -97,13 +97,14 @@
|
|
|
97
97
|
:aria-expanded="collapseTranscript ? 'false' : 'true'"
|
|
98
98
|
@click="toggleTranscript()"
|
|
99
99
|
>
|
|
100
|
-
<template
|
|
101
|
-
<span>Read
|
|
102
|
-
<IconDropdown class="text-sm ml-2" />
|
|
100
|
+
<template #default>
|
|
101
|
+
<span>{{ collapseTranscript ? 'Read More' : 'Collapse' }}</span>
|
|
103
102
|
</template>
|
|
104
|
-
<template
|
|
105
|
-
<
|
|
106
|
-
|
|
103
|
+
<template #iconRight>
|
|
104
|
+
<IconDropdown
|
|
105
|
+
class="text-sm ml-2 transform"
|
|
106
|
+
:class="{ 'rotate-180': !collapseTranscript }"
|
|
107
|
+
/>
|
|
107
108
|
</template>
|
|
108
109
|
</BaseButton>
|
|
109
110
|
</template>
|
|
@@ -178,9 +179,9 @@
|
|
|
178
179
|
Download
|
|
179
180
|
{{ data.uploadedMedia.fileExtension || 'Audio' }}
|
|
180
181
|
</span>
|
|
181
|
-
<
|
|
182
|
+
<template #iconRight>
|
|
182
183
|
<IconDownload />
|
|
183
|
-
</
|
|
184
|
+
</template>
|
|
184
185
|
</BaseButton>
|
|
185
186
|
</div>
|
|
186
187
|
</div>
|
|
@@ -51,12 +51,14 @@ export default defineComponent({
|
|
|
51
51
|
? this.data?.parent?.title
|
|
52
52
|
: this.data?.displayLabel
|
|
53
53
|
},
|
|
54
|
+
/** If the hero image is inline (treated as a regular block) */
|
|
54
55
|
heroInline() {
|
|
55
56
|
if (this.data?.heroPosition === 'inline') {
|
|
56
57
|
return true
|
|
57
58
|
}
|
|
58
59
|
return false
|
|
59
60
|
},
|
|
61
|
+
/** If the page title should overlay the hero image (does not apply to inline heroes) */
|
|
60
62
|
heroTitle() {
|
|
61
63
|
return this.data?.heroImage && !this.heroInline && this.data?.displayTitleInHero
|
|
62
64
|
},
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import BaseExploreApp from './BaseExploreApp.vue'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
title: 'Templates/ExploreJPL/BaseExploreApp',
|
|
5
|
+
component: BaseExploreApp,
|
|
6
|
+
parameters: {
|
|
7
|
+
html: {
|
|
8
|
+
root: '#storyRoot'
|
|
9
|
+
},
|
|
10
|
+
layout: 'fullscreen',
|
|
11
|
+
slots: {
|
|
12
|
+
hero: 'Hero content (above the nav) `<template #hero>`',
|
|
13
|
+
default: 'Body content (below the nav) `<template #default>`'
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
excludeStories: /.*(Data)$/
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// stories
|
|
20
|
+
export const BaseStory = {
|
|
21
|
+
name: 'BaseExploreApp'
|
|
22
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
/**
|
|
3
|
+
* Wrapper template for all Explore JPL App pages.
|
|
4
|
+
* Provides the sticky navigation.
|
|
5
|
+
*/
|
|
6
|
+
import NavSecondary from './../../../components/NavSecondary/NavSecondary.vue'
|
|
7
|
+
|
|
8
|
+
defineProps({
|
|
9
|
+
/** If hero content appears above the navigation (provided by parent component) */
|
|
10
|
+
hasIntro: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
},
|
|
14
|
+
navData: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: undefined
|
|
17
|
+
}
|
|
18
|
+
})
|
|
19
|
+
</script>
|
|
20
|
+
<template>
|
|
21
|
+
<div class="BaseExploreApp">
|
|
22
|
+
<!-- @slot: hero content -->
|
|
23
|
+
<slot name="hero"></slot>
|
|
24
|
+
<!-- navigation -->
|
|
25
|
+
<NavSecondary
|
|
26
|
+
:breadcrumb="navData"
|
|
27
|
+
:has-intro="hasIntro"
|
|
28
|
+
show-on-mobile
|
|
29
|
+
/>
|
|
30
|
+
<!-- @slot: page body -->
|
|
31
|
+
<slot>
|
|
32
|
+
<p class="text-center"></p>
|
|
33
|
+
</slot>
|
|
34
|
+
</div>
|
|
35
|
+
</template>
|
|
36
|
+
<style lang="scss">
|
|
37
|
+
@use 'sass:math';
|
|
38
|
+
// Conversion util for easier definition of font sizes by pixel size
|
|
39
|
+
@function pxToRem($pxValue) {
|
|
40
|
+
// Assumes font-size for body element is a constant 16px
|
|
41
|
+
@return math.div($pxValue, 16) * 1rem;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.BaseExploreApp {
|
|
45
|
+
.text-h1 {
|
|
46
|
+
// mimic text-h2
|
|
47
|
+
@apply font-display font-bold;
|
|
48
|
+
font-size: pxToRem(36);
|
|
49
|
+
line-height: 1.25;
|
|
50
|
+
|
|
51
|
+
@screen sm {
|
|
52
|
+
font-size: pxToRem(38);
|
|
53
|
+
}
|
|
54
|
+
@screen md {
|
|
55
|
+
font-size: pxToRem(40);
|
|
56
|
+
}
|
|
57
|
+
@screen lg {
|
|
58
|
+
font-size: pxToRem(42);
|
|
59
|
+
}
|
|
60
|
+
@screen xl {
|
|
61
|
+
font-size: pxToRem(44);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
</style>
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { BlockHeadingData } from './../../../components/BlockHeading/BlockHeading.stories'
|
|
2
|
+
import { BlockKeyPointsData } from './../../../components/BlockKeyPoints/BlockKeyPoints.stories'
|
|
3
|
+
import { BlockImageComparisonData } from './../../../components/BlockImageComparison/BlockImageComparison.stories'
|
|
4
|
+
import { HeroMediaData } from './../../../components/HeroMedia/HeroMedia.stories'
|
|
5
|
+
import { BlockRelatedLinksData } from './../../../components/BlockRelatedLinks/BlockRelatedLinks.stories.js'
|
|
6
|
+
import { BlockLinkCardCarouselData } from './../../../components/BlockLinkCarousel/BlockLinkCarousel.stories.js'
|
|
7
|
+
import { NavSecondaryData } from './../../../components/NavSecondary/NavSecondary.stories.js'
|
|
8
|
+
|
|
9
|
+
import PageContentExploreApp from './PageContentExploreApp.vue'
|
|
10
|
+
|
|
11
|
+
export default {
|
|
12
|
+
title: 'Templates/ExploreJPL/PageContentExploreApp',
|
|
13
|
+
component: PageContentExploreApp,
|
|
14
|
+
tags: ['!autodocs'],
|
|
15
|
+
parameters: {
|
|
16
|
+
html: {
|
|
17
|
+
root: '#storyRoot'
|
|
18
|
+
},
|
|
19
|
+
layout: 'fullscreen'
|
|
20
|
+
},
|
|
21
|
+
excludeStories: /.*(Data)$/
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// data
|
|
25
|
+
export const ExploreAppContentPageData = {
|
|
26
|
+
url: '/slug',
|
|
27
|
+
title: 'Sites',
|
|
28
|
+
displayLabel: 'Explore JPL',
|
|
29
|
+
showShareLinks: false,
|
|
30
|
+
// heroImageInline: HeroMediaData.imageInline,
|
|
31
|
+
body: [
|
|
32
|
+
BlockKeyPointsData,
|
|
33
|
+
BlockHeadingData,
|
|
34
|
+
{
|
|
35
|
+
blockType: 'RichTextBlock',
|
|
36
|
+
value:
|
|
37
|
+
'<p>Lorem ipsum <a href="/missions/test-mission/">dolor</a> sit amet, consectetur adipiscing elit. Quisque vitae justo quis justo malesuada molestie. Cras sed tincidunt dui.</p><p>Integer imperdiet blandit neque vitae euismod. Nulla aliquet lacus nibh, vel tincidunt urna efficitur non. In et eros vitae ex posuere maximus quis eget urna. Suspendisse fringilla posuere velit sit amet posuere. Morbi malesuada bibendum vehicula. Donec faucibus ut erat ut mattis. Suspendisse ornare, quam at placerat cursus, dolor mi lacinia nunc, eget maximus augue nulla in dolor.</p>\n'
|
|
38
|
+
},
|
|
39
|
+
BlockImageComparisonData,
|
|
40
|
+
BlockHeadingData,
|
|
41
|
+
{
|
|
42
|
+
blockType: 'RichTextBlock',
|
|
43
|
+
value:
|
|
44
|
+
'<p>Lorem ipsum <a href="/missions/test-mission/">dolor</a> sit amet, consectetur adipiscing elit. Quisque vitae justo quis justo malesuada molestie. Cras sed tincidunt dui.</p><p>Integer imperdiet blandit neque vitae euismod. Nulla aliquet lacus nibh, vel tincidunt urna efficitur non. In et eros vitae ex posuere maximus quis eget urna. Suspendisse fringilla posuere velit sit amet posuere. Morbi malesuada bibendum vehicula. Donec faucibus ut erat ut mattis. Suspendisse ornare, quam at placerat cursus, dolor mi lacinia nunc, eget maximus augue nulla in dolor.</p>\n'
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
relatedLinks: [BlockRelatedLinksData.data],
|
|
48
|
+
relatedContentHeading: 'Related Activities',
|
|
49
|
+
relatedContent: [
|
|
50
|
+
// external link card, no image
|
|
51
|
+
{
|
|
52
|
+
label: 'Explore NASA',
|
|
53
|
+
thumbnailImage: null,
|
|
54
|
+
title: 'NASA website',
|
|
55
|
+
externalLink: 'https://www.nasa.gov'
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
// via page chooser
|
|
59
|
+
{
|
|
60
|
+
page: {
|
|
61
|
+
__typename: 'EDUExplainerArticlePage',
|
|
62
|
+
label: 'Mission',
|
|
63
|
+
thumbnailImage: {
|
|
64
|
+
src: {
|
|
65
|
+
url: 'https://picsum.photos/512/288',
|
|
66
|
+
width: 512,
|
|
67
|
+
height: 288
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
title: 'GRACE-FO',
|
|
71
|
+
url: '/mission/placeholder'
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
...BlockLinkCardCarouselData
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// stories
|
|
79
|
+
export const BaseStory = {
|
|
80
|
+
args: {
|
|
81
|
+
data: ExploreAppContentPageData
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export const WithHero = {
|
|
86
|
+
args: {
|
|
87
|
+
data: {
|
|
88
|
+
...ExploreAppContentPageData,
|
|
89
|
+
heroPosition: 'full_bleed',
|
|
90
|
+
heroImage: HeroMediaData.image
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export const CustomNav = {
|
|
96
|
+
args: {
|
|
97
|
+
data: {
|
|
98
|
+
...ExploreAppContentPageData,
|
|
99
|
+
breadcrumb: NavSecondaryData.breadcrumb
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
/** Explore JPL App's equivalent to PageContent */
|
|
3
|
+
import { computed, reactive } from 'vue'
|
|
4
|
+
import type { PageObject } from '../../../interfaces'
|
|
5
|
+
import { useThemeStore } from '../../../store/theme'
|
|
6
|
+
import HeroLarge from './../../../components/HeroLarge/HeroLarge.vue'
|
|
7
|
+
import HeroMedia from './../../../components/HeroMedia/HeroMedia.vue'
|
|
8
|
+
import LayoutHelper from './../../../components/LayoutHelper/LayoutHelper.vue'
|
|
9
|
+
import DetailHeadline from './../../../components/DetailHeadline/DetailHeadline.vue'
|
|
10
|
+
import BlockImageStandard from './../../../components/BlockImage/BlockImageStandard.vue'
|
|
11
|
+
import ShareButtons from './../../../components/ShareButtons/ShareButtons.vue'
|
|
12
|
+
import BlockStreamfield from './../../../components/BlockStreamfield/BlockStreamfield.vue'
|
|
13
|
+
import BlockRelatedLinks from './../../../components/BlockRelatedLinks/BlockRelatedLinks.vue'
|
|
14
|
+
import BlockLinkCarousel from './../../../components/BlockLinkCarousel/BlockLinkCarousel.vue'
|
|
15
|
+
import BaseExploreApp from './../../explore-jpl/BaseExploreApp/BaseExploreApp.vue'
|
|
16
|
+
|
|
17
|
+
const themeStore = useThemeStore()
|
|
18
|
+
|
|
19
|
+
const props = defineProps({
|
|
20
|
+
data: {
|
|
21
|
+
type: Object as () => PageObject,
|
|
22
|
+
default: undefined
|
|
23
|
+
}
|
|
24
|
+
})
|
|
25
|
+
const { data } = reactive(props)
|
|
26
|
+
|
|
27
|
+
/** If the hero image is inline (treated as a regular block) */
|
|
28
|
+
const heroInline = computed(() => {
|
|
29
|
+
if (data?.heroPosition === 'inline') {
|
|
30
|
+
return true
|
|
31
|
+
}
|
|
32
|
+
return false
|
|
33
|
+
})
|
|
34
|
+
/** If the page title should overlay the hero image (does not apply to inline heroes) */
|
|
35
|
+
const heroTitle = computed(() => {
|
|
36
|
+
return data?.heroImage && !heroInline.value && data?.displayTitleInHero
|
|
37
|
+
})
|
|
38
|
+
</script>
|
|
39
|
+
<template>
|
|
40
|
+
<div
|
|
41
|
+
v-if="data"
|
|
42
|
+
class="ThemeVariantLight"
|
|
43
|
+
:class="{ '-nav-offset': !heroInline && data.heroImage }"
|
|
44
|
+
>
|
|
45
|
+
<BaseExploreApp
|
|
46
|
+
:has-intro="data.heroImage && !heroInline"
|
|
47
|
+
:nav-data="data.breadcrumb"
|
|
48
|
+
>
|
|
49
|
+
<template #hero>
|
|
50
|
+
<!-- hero image -->
|
|
51
|
+
<HeroLarge
|
|
52
|
+
v-if="heroTitle"
|
|
53
|
+
:title="data.title"
|
|
54
|
+
:image="data.heroImage"
|
|
55
|
+
:summary="data.heroSummary"
|
|
56
|
+
/>
|
|
57
|
+
<HeroMedia
|
|
58
|
+
v-else-if="!heroTitle && data.heroImage && !heroInline"
|
|
59
|
+
class="md:mb-0 mb-10"
|
|
60
|
+
:image="data.heroImage"
|
|
61
|
+
:caption="data.heroImageCaption"
|
|
62
|
+
:display-caption="!data.heroImageCaption ? false : true"
|
|
63
|
+
:constrain="data.heroConstrain"
|
|
64
|
+
/>
|
|
65
|
+
</template>
|
|
66
|
+
|
|
67
|
+
<template #default>
|
|
68
|
+
<!-- page title area -->
|
|
69
|
+
<LayoutHelper
|
|
70
|
+
indent="col-2"
|
|
71
|
+
class="my-5 lg:mt-10 lg:mb-10"
|
|
72
|
+
>
|
|
73
|
+
<DetailHeadline
|
|
74
|
+
v-if="!heroTitle"
|
|
75
|
+
:title="data.title"
|
|
76
|
+
/>
|
|
77
|
+
</LayoutHelper>
|
|
78
|
+
|
|
79
|
+
<!-- inline hero -->
|
|
80
|
+
<LayoutHelper
|
|
81
|
+
v-if="data.heroImageInline && heroInline"
|
|
82
|
+
indent="col-2"
|
|
83
|
+
class="mb-22 mt-10"
|
|
84
|
+
>
|
|
85
|
+
<BlockImageStandard
|
|
86
|
+
:data="data.heroImageInline"
|
|
87
|
+
:caption="data.heroImageCaption"
|
|
88
|
+
:display-caption="!data.heroImageCaption ? false : true"
|
|
89
|
+
:constrain="data.heroConstrain"
|
|
90
|
+
/>
|
|
91
|
+
</LayoutHelper>
|
|
92
|
+
|
|
93
|
+
<!-- share buttons -->
|
|
94
|
+
<LayoutHelper
|
|
95
|
+
v-if="themeStore.theme !== 'ThemeEdu'"
|
|
96
|
+
indent="col-2"
|
|
97
|
+
class="lg:mb-0 relative mb-8"
|
|
98
|
+
>
|
|
99
|
+
<ShareButtons
|
|
100
|
+
v-if="data.showShareLinks && data.title && data.url && !themeStore.isEdu"
|
|
101
|
+
:title="data.title"
|
|
102
|
+
:url="data.url"
|
|
103
|
+
/>
|
|
104
|
+
</LayoutHelper>
|
|
105
|
+
|
|
106
|
+
<!-- Body Streamfield -->
|
|
107
|
+
<BlockStreamfield :data="data.body" />
|
|
108
|
+
|
|
109
|
+
<!-- related links -->
|
|
110
|
+
<LayoutHelper
|
|
111
|
+
v-if="data.relatedLinks && data.relatedLinks.length"
|
|
112
|
+
indent="col-3"
|
|
113
|
+
class="lg:my-18 my-10"
|
|
114
|
+
>
|
|
115
|
+
<BlockRelatedLinks :data="data.relatedLinks[0]" />
|
|
116
|
+
</LayoutHelper>
|
|
117
|
+
|
|
118
|
+
<!-- related content -->
|
|
119
|
+
<BlockLinkCarousel
|
|
120
|
+
item-type="cards"
|
|
121
|
+
class="lg:my-24 my-12"
|
|
122
|
+
:heading="data.relatedContentHeading"
|
|
123
|
+
:items="data.relatedContent"
|
|
124
|
+
/>
|
|
125
|
+
</template>
|
|
126
|
+
</BaseExploreApp>
|
|
127
|
+
</div>
|
|
128
|
+
</template>
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { BlockLinkCardCarouselData } from './../../../components/BlockLinkCarousel/BlockLinkCarousel.stories.js'
|
|
2
|
+
|
|
3
|
+
import PageSiteExploreApp from './PageSiteExploreApp.vue'
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
title: 'Templates/ExploreJPL/PageSiteExploreApp',
|
|
7
|
+
component: PageSiteExploreApp,
|
|
8
|
+
tags: ['!autodocs'],
|
|
9
|
+
parameters: {
|
|
10
|
+
html: {
|
|
11
|
+
root: '#storyRoot'
|
|
12
|
+
},
|
|
13
|
+
layout: 'fullscreen'
|
|
14
|
+
},
|
|
15
|
+
excludeStories: /.*(Data)$/
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// data
|
|
19
|
+
export const ExploreAppSitePageData = {
|
|
20
|
+
id: '156',
|
|
21
|
+
url: '/slug',
|
|
22
|
+
title: 'Sites',
|
|
23
|
+
displayLabel: 'Explore JPL',
|
|
24
|
+
showShareLinks: false,
|
|
25
|
+
thumbnailImage: {
|
|
26
|
+
url: 'https://picsum.photos/512/288',
|
|
27
|
+
width: 512,
|
|
28
|
+
height: 288,
|
|
29
|
+
id: 12345
|
|
30
|
+
},
|
|
31
|
+
location: 'Cafe 186',
|
|
32
|
+
waitTime: '60',
|
|
33
|
+
waitTimeLabel: '60 minute wait',
|
|
34
|
+
locationIcon: '',
|
|
35
|
+
body: [
|
|
36
|
+
{
|
|
37
|
+
blockType: 'RichTextBlock',
|
|
38
|
+
value:
|
|
39
|
+
'<p>Lorem ipsum <a href="/missions/test-mission/">dolor</a> sit amet, consectetur adipiscing elit. Quisque vitae justo quis justo malesuada molestie. Cras sed tincidunt dui.</p><p>Integer imperdiet blandit neque vitae euismod. Nulla aliquet lacus nibh, vel tincidunt urna efficitur non. In et eros vitae ex posuere maximus quis eget urna. Suspendisse fringilla posuere velit sit amet posuere. Morbi malesuada bibendum vehicula. Donec faucibus ut erat ut mattis. Suspendisse ornare, quam at placerat cursus, dolor mi lacinia nunc, eget maximus augue nulla in dolor.</p>\n'
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
blockType: 'RichTextBlock',
|
|
43
|
+
value:
|
|
44
|
+
'<p>Lorem ipsum <a href="/missions/test-mission/">dolor</a> sit amet, consectetur adipiscing elit. Quisque vitae justo quis justo malesuada molestie. Cras sed tincidunt dui.</p><p>Integer imperdiet blandit neque vitae euismod. Nulla aliquet lacus nibh, vel tincidunt urna efficitur non. In et eros vitae ex posuere maximus quis eget urna. Suspendisse fringilla posuere velit sit amet posuere. Morbi malesuada bibendum vehicula. Donec faucibus ut erat ut mattis. Suspendisse ornare, quam at placerat cursus, dolor mi lacinia nunc, eget maximus augue nulla in dolor.</p>\n'
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
relatedPagesForMoreSection: [
|
|
48
|
+
{
|
|
49
|
+
title: 'Cafeteria 303',
|
|
50
|
+
url: 'https://www.nasa.gov',
|
|
51
|
+
thumbnailImage: {
|
|
52
|
+
src: {
|
|
53
|
+
url: 'https://picsum.photos/512/288?random=1',
|
|
54
|
+
width: 512,
|
|
55
|
+
height: 288
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
title: 'Highbay 1',
|
|
61
|
+
url: 'https://www.nasa.gov',
|
|
62
|
+
thumbnailImage: {
|
|
63
|
+
src: {
|
|
64
|
+
url: 'https://picsum.photos/512/288?random=2',
|
|
65
|
+
width: 512,
|
|
66
|
+
height: 288
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
title: 'Building 111',
|
|
72
|
+
url: 'https://www.nasa.gov',
|
|
73
|
+
thumbnailImage: {
|
|
74
|
+
src: {
|
|
75
|
+
url: 'https://picsum.photos/512/288?random=3',
|
|
76
|
+
width: 512,
|
|
77
|
+
height: 288
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
...BlockLinkCardCarouselData
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// stories
|
|
86
|
+
export const BaseStory = {
|
|
87
|
+
args: {
|
|
88
|
+
data: ExploreAppSitePageData
|
|
89
|
+
}
|
|
90
|
+
}
|