@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
|
@@ -3,6 +3,7 @@ import Icon360 from './Icon360.vue'
|
|
|
3
3
|
import IconArrows from './IconArrows.vue'
|
|
4
4
|
import IconAudio from './IconAudio.vue'
|
|
5
5
|
import IconBook from './IconBook.vue'
|
|
6
|
+
import IconBookmark from './IconBookmark.vue'
|
|
6
7
|
import IconBookUser from './IconBookUser.vue'
|
|
7
8
|
import IconBriefcase from './IconBriefcase.vue'
|
|
8
9
|
import IconCalendar from './IconCalendar.vue'
|
|
@@ -20,10 +21,13 @@ import IconFilter from './IconFilter.vue'
|
|
|
20
21
|
import IconForwardTen from './IconForwardTen.vue'
|
|
21
22
|
import IconGrid from './IconGrid.vue'
|
|
22
23
|
import IconHand from './IconHand.vue'
|
|
24
|
+
import IconHourglass from './IconHourglass.vue'
|
|
23
25
|
import IconInfo from './IconInfo.vue'
|
|
24
26
|
import IconLink from './IconLink.vue'
|
|
25
27
|
import IconList from './IconList.vue'
|
|
26
28
|
import IconLocation from './IconLocation.vue'
|
|
29
|
+
import IconLocationCrosshairs from './IconLocationCrosshairs.vue'
|
|
30
|
+
import IconMap from './IconMap.vue'
|
|
27
31
|
import IconMagnifyingGlass from './IconMagnifyingGlass.vue'
|
|
28
32
|
import IconMedal from './IconMedal.vue'
|
|
29
33
|
import IconMenu from './IconMenu.vue'
|
|
@@ -89,6 +93,7 @@ export default {
|
|
|
89
93
|
IconLink,
|
|
90
94
|
IconList,
|
|
91
95
|
IconLocation,
|
|
96
|
+
IconMap,
|
|
92
97
|
IconMagnifyingGlass,
|
|
93
98
|
IconMedal,
|
|
94
99
|
IconMenu,
|
|
@@ -160,6 +165,12 @@ export const Book = {
|
|
|
160
165
|
template: '<IconBook />'
|
|
161
166
|
})
|
|
162
167
|
}
|
|
168
|
+
export const Bookmark = {
|
|
169
|
+
render: () => ({
|
|
170
|
+
components: { IconBookmark },
|
|
171
|
+
template: '<IconBookmark />'
|
|
172
|
+
})
|
|
173
|
+
}
|
|
163
174
|
export const BookUser = {
|
|
164
175
|
render: () => ({
|
|
165
176
|
components: { IconBookUser },
|
|
@@ -262,6 +273,12 @@ export const Hand = {
|
|
|
262
273
|
template: '<IconHand />'
|
|
263
274
|
})
|
|
264
275
|
}
|
|
276
|
+
export const Hourglass = {
|
|
277
|
+
render: () => ({
|
|
278
|
+
components: { IconHourglass },
|
|
279
|
+
template: '<IconHourglass />'
|
|
280
|
+
})
|
|
281
|
+
}
|
|
265
282
|
export const Info = {
|
|
266
283
|
render: () => ({
|
|
267
284
|
components: { IconInfo },
|
|
@@ -286,6 +303,18 @@ export const Location = {
|
|
|
286
303
|
template: '<IconLocation />'
|
|
287
304
|
})
|
|
288
305
|
}
|
|
306
|
+
export const LocationCrosshairs = {
|
|
307
|
+
render: () => ({
|
|
308
|
+
components: { IconLocationCrosshairs },
|
|
309
|
+
template: '<IconLocationCrosshairs />'
|
|
310
|
+
})
|
|
311
|
+
}
|
|
312
|
+
export const Map = {
|
|
313
|
+
render: () => ({
|
|
314
|
+
components: { IconMap },
|
|
315
|
+
template: '<IconMap />'
|
|
316
|
+
})
|
|
317
|
+
}
|
|
289
318
|
export const MagnifyingGlass = {
|
|
290
319
|
render: () => ({
|
|
291
320
|
components: { IconMagnifyingGlass },
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import MetadataStacked from './MetadataStacked.vue'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
title: 'Components/Utilities/MetadataStacked',
|
|
5
|
+
component: MetadataStacked,
|
|
6
|
+
tags: [],
|
|
7
|
+
excludeStories: /.*Data$/
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
// data
|
|
11
|
+
export const MetadataStackedData = {
|
|
12
|
+
location: 'Building 179, Highbay 1',
|
|
13
|
+
locationIcon: '',
|
|
14
|
+
wait: '45 minute wait',
|
|
15
|
+
showMyList: true
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export const BaseStory = {
|
|
19
|
+
name: 'MetadataStacked',
|
|
20
|
+
args: MetadataStackedData
|
|
21
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import IconBookmark from '../Icons/IconBookmark.vue'
|
|
3
|
+
import IconHourglass from '../Icons/IconHourglass.vue'
|
|
4
|
+
import IconLocation from '../Icons/IconLocation.vue'
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
/**
|
|
8
|
+
* The text for location metadata. Plain text only.
|
|
9
|
+
*/
|
|
10
|
+
location: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: undefined
|
|
13
|
+
},
|
|
14
|
+
/**
|
|
15
|
+
* The text name for the location icon. Defaults to Explorer-1 location icon. Plain text only.
|
|
16
|
+
*/
|
|
17
|
+
locationIcon: {
|
|
18
|
+
type: String,
|
|
19
|
+
default: undefined
|
|
20
|
+
},
|
|
21
|
+
/**
|
|
22
|
+
* The text for the wait time metadata. Plain text only.
|
|
23
|
+
*/
|
|
24
|
+
wait: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: undefined
|
|
27
|
+
},
|
|
28
|
+
/**
|
|
29
|
+
* Controls the visibility of the Bookmark icon and its associated metadata.
|
|
30
|
+
*/
|
|
31
|
+
showMyList: {
|
|
32
|
+
type: Boolean,
|
|
33
|
+
default: false
|
|
34
|
+
}
|
|
35
|
+
})
|
|
36
|
+
</script>
|
|
37
|
+
|
|
38
|
+
<template>
|
|
39
|
+
<div class="MetadataStacked inline-flex flex-col flex-start gap-2.5 text-body-md">
|
|
40
|
+
<div
|
|
41
|
+
v-if="props.location"
|
|
42
|
+
class="flex flex-row gap-2.5 items-center self-stretch"
|
|
43
|
+
>
|
|
44
|
+
<img
|
|
45
|
+
v-if="props.locationIcon"
|
|
46
|
+
:src="props.locationIcon"
|
|
47
|
+
class="w-4 h-4"
|
|
48
|
+
alt=""
|
|
49
|
+
/>
|
|
50
|
+
<IconLocation
|
|
51
|
+
v-else
|
|
52
|
+
class="MetadataStackedIcon text-jpl-red"
|
|
53
|
+
/>
|
|
54
|
+
<span>{{ props.location }}</span>
|
|
55
|
+
</div>
|
|
56
|
+
<div
|
|
57
|
+
v-if="props.wait"
|
|
58
|
+
class="flex flex-row gap-2.5 items-center self-stretch"
|
|
59
|
+
>
|
|
60
|
+
<IconHourglass class="MetadataStackedIcon text-jpl-red" />
|
|
61
|
+
<span>{{ props.wait }}</span>
|
|
62
|
+
</div>
|
|
63
|
+
<div
|
|
64
|
+
v-if="props.showMyList"
|
|
65
|
+
class="flex flex-row gap-2.5 items-center self-stretch"
|
|
66
|
+
>
|
|
67
|
+
<IconBookmark class="MetadataStackedIcon text-gray-mid" />
|
|
68
|
+
<span class="italic">Added to my list</span>
|
|
69
|
+
</div>
|
|
70
|
+
</div>
|
|
71
|
+
</template>
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
class="swiper-prev xl:text-base text-sm border-collapse"
|
|
40
40
|
aria-label="Previous slide"
|
|
41
41
|
>
|
|
42
|
-
<template #
|
|
42
|
+
<template #iconRight>
|
|
43
43
|
<IconPrev />
|
|
44
44
|
</template>
|
|
45
45
|
</BaseButton>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
class="swiper-next xl:text-base text-sm border-collapse"
|
|
48
48
|
aria-label="Next slide"
|
|
49
49
|
>
|
|
50
|
-
<template #
|
|
50
|
+
<template #iconRight>
|
|
51
51
|
<IconNext />
|
|
52
52
|
</template>
|
|
53
53
|
</BaseButton>
|
|
@@ -39,11 +39,23 @@ export default defineComponent({
|
|
|
39
39
|
default: 'ml-1',
|
|
40
40
|
required: false
|
|
41
41
|
},
|
|
42
|
+
/** Default margin right class. Only appled when when Only Use TailwindCSS classes */
|
|
43
|
+
marginRight: {
|
|
44
|
+
type: String,
|
|
45
|
+
default: 'mr-1',
|
|
46
|
+
required: false
|
|
47
|
+
},
|
|
42
48
|
/** Appends .caret-inline to .MixinAnimationCaret */
|
|
43
49
|
inline: {
|
|
44
50
|
type: Boolean,
|
|
45
51
|
default: false,
|
|
46
52
|
required: false
|
|
53
|
+
},
|
|
54
|
+
/** Modify the caret icon and animation to appear on the left of the slot text */
|
|
55
|
+
caretLeft: {
|
|
56
|
+
type: Boolean,
|
|
57
|
+
default: false,
|
|
58
|
+
required: false
|
|
47
59
|
}
|
|
48
60
|
},
|
|
49
61
|
computed: {
|
|
@@ -62,6 +74,7 @@ export default defineComponent({
|
|
|
62
74
|
</script>
|
|
63
75
|
<template>
|
|
64
76
|
<span
|
|
77
|
+
v-if="!caretLeft"
|
|
65
78
|
class="MixinAnimationCaret"
|
|
66
79
|
:class="computedClass"
|
|
67
80
|
>
|
|
@@ -81,6 +94,27 @@ export default defineComponent({
|
|
|
81
94
|
</span>
|
|
82
95
|
</span>
|
|
83
96
|
</span>
|
|
97
|
+
<span
|
|
98
|
+
v-else
|
|
99
|
+
class="MixinAnimationCaret MixinAnimationCaretReverse"
|
|
100
|
+
:class="computedClass"
|
|
101
|
+
>
|
|
102
|
+
<span
|
|
103
|
+
class="arrow-wrapper"
|
|
104
|
+
:class="[arrowClass, color, marginRight]"
|
|
105
|
+
aria-hidden="true"
|
|
106
|
+
>
|
|
107
|
+
<span class="arrow right-0">
|
|
108
|
+
<IconCaret />
|
|
109
|
+
</span>
|
|
110
|
+
<span class="arrow-fixed right-0">
|
|
111
|
+
<IconCaret />
|
|
112
|
+
</span>
|
|
113
|
+
</span>
|
|
114
|
+
<span>
|
|
115
|
+
<slot></slot>
|
|
116
|
+
</span>
|
|
117
|
+
</span>
|
|
84
118
|
</template>
|
|
85
119
|
<style lang="scss">
|
|
86
120
|
@import '@explorer-1/common/src/scss/components/MixinAnimationCaret';
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
class="swiper-prev !text-lg xl:!text-xl"
|
|
55
55
|
:aria-label="heading + ' - Previous slide'"
|
|
56
56
|
>
|
|
57
|
-
<template #
|
|
57
|
+
<template #iconRight>
|
|
58
58
|
<span
|
|
59
59
|
class="arrow-wrapper"
|
|
60
60
|
aria-hidden="true"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
class="swiper-next !text-lg xl:!text-xl"
|
|
75
75
|
:aria-label="heading + ' - Next slide'"
|
|
76
76
|
>
|
|
77
|
-
<template #
|
|
77
|
+
<template #iconRight>
|
|
78
78
|
<span
|
|
79
79
|
class="arrow-wrapper"
|
|
80
80
|
aria-hidden="true"
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
'has-intro': hasIntro,
|
|
9
9
|
'!bg-transparent border-none': invert,
|
|
10
10
|
'-scrolled-up': scrollDirection === 'up',
|
|
11
|
-
'-at-top': posY === 0
|
|
11
|
+
'-at-top': posY === 0,
|
|
12
|
+
'show-on-mobile': showOnMobile
|
|
12
13
|
}"
|
|
13
14
|
>
|
|
14
15
|
<div
|
|
@@ -56,7 +57,7 @@ import type { BreadcrumbPathObject } from './../../interfaces'
|
|
|
56
57
|
|
|
57
58
|
export default defineComponent({
|
|
58
59
|
/**
|
|
59
|
-
* This component is only visible on large viewports. Mobile secondary nav is handled in the \`NavMobile\` component.
|
|
60
|
+
* This component is only visible on large viewports by default. Mobile secondary nav is handled in the \`NavMobile\` component.
|
|
60
61
|
*
|
|
61
62
|
* The complexity of this component is due to the need for it to be populated from multiple data sources
|
|
62
63
|
* SecondaryNav will first check to see if there is a navigation override from the data fetched for this specific page (data.breadcrumb and store.header.secondaryNav)
|
|
@@ -75,19 +76,27 @@ export default defineComponent({
|
|
|
75
76
|
required: false,
|
|
76
77
|
default: undefined
|
|
77
78
|
},
|
|
79
|
+
/** If hero content appears above the secondary navigation */
|
|
78
80
|
hasIntro: {
|
|
79
81
|
type: Boolean,
|
|
80
82
|
required: false,
|
|
81
83
|
default: false
|
|
82
84
|
},
|
|
85
|
+
/** If colors should be inverted */
|
|
83
86
|
invert: {
|
|
84
87
|
type: Boolean,
|
|
85
88
|
required: false,
|
|
86
89
|
default: false
|
|
87
90
|
},
|
|
91
|
+
/** If this should be in jump menu mode (changes color and store) */
|
|
88
92
|
jumpMenu: {
|
|
89
93
|
type: Boolean,
|
|
90
94
|
default: false
|
|
95
|
+
},
|
|
96
|
+
/** Whether or not this should be visible on mobile devices */
|
|
97
|
+
showOnMobile: {
|
|
98
|
+
type: Boolean,
|
|
99
|
+
default: false
|
|
91
100
|
}
|
|
92
101
|
},
|
|
93
102
|
data(): {
|
|
@@ -49,9 +49,12 @@
|
|
|
49
49
|
"
|
|
50
50
|
class="form-check-label pl-2 tracking-normal align-middle"
|
|
51
51
|
>
|
|
52
|
-
<span class="font-bold font-display">
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
<span class="font-bold font-display">
|
|
53
|
+
{{
|
|
54
|
+
bucket.label ||
|
|
55
|
+
prettyFilterNames(bucket.key_as_string ? bucket.key_as_string : bucket.key)
|
|
56
|
+
}}
|
|
57
|
+
</span>
|
|
55
58
|
<span class="text-gray-mid-dark font-normal text-sm">
|
|
56
59
|
({{ bucket.doc_count.toLocaleString() }})
|
|
57
60
|
</span>
|
|
@@ -105,7 +108,10 @@
|
|
|
105
108
|
class="form-check-label pl-2 tracking-normal align-middle"
|
|
106
109
|
:class="{ 'font-display font-bold': styleAsAccordion }"
|
|
107
110
|
>
|
|
108
|
-
{{
|
|
111
|
+
{{
|
|
112
|
+
bucket.label ||
|
|
113
|
+
prettyFilterNames(bucket.key_as_string ? bucket.key_as_string : bucket.key)
|
|
114
|
+
}}
|
|
109
115
|
<span class="text-gray-mid-dark text-sm font-normal">
|
|
110
116
|
({{ bucket.doc_count.toLocaleString() }})
|
|
111
117
|
</span>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
:disabled="currentPage === 1"
|
|
11
11
|
@click="previousPage()"
|
|
12
12
|
>
|
|
13
|
-
<template #
|
|
13
|
+
<template #iconRight> <IconPrev /> </template
|
|
14
14
|
></BaseButton>
|
|
15
15
|
|
|
16
16
|
<div class="sm:hidden px-4 pt-1">Page {{ currentPage }} of {{ totalPages }}</div>
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
aria-label="Next"
|
|
54
54
|
@click="nextPage()"
|
|
55
55
|
>
|
|
56
|
-
<template #
|
|
56
|
+
<template #iconRight> <IconNext /> </template
|
|
57
57
|
></BaseButton>
|
|
58
58
|
</div>
|
|
59
59
|
</template>
|
|
@@ -77,3 +77,14 @@ export const EduEventCard = {
|
|
|
77
77
|
pageContentType: 'edu_events_edueventpage'
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
+
|
|
81
|
+
export const AttractionCard = {
|
|
82
|
+
args: {
|
|
83
|
+
...SearchResultCardData,
|
|
84
|
+
isAttraction: true,
|
|
85
|
+
location: 'Building 179, Highbay 1',
|
|
86
|
+
locationIcon: '',
|
|
87
|
+
wait: '45 minute wait',
|
|
88
|
+
showMyList: true
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -60,6 +60,17 @@
|
|
|
60
60
|
:topic="topic"
|
|
61
61
|
:title="title"
|
|
62
62
|
/>
|
|
63
|
+
<AttractionCard
|
|
64
|
+
v-else-if="isAttraction"
|
|
65
|
+
:url="url"
|
|
66
|
+
:image="image"
|
|
67
|
+
:heading-level="headingLevel"
|
|
68
|
+
:title="title"
|
|
69
|
+
:location="location"
|
|
70
|
+
:wait="wait"
|
|
71
|
+
:show-my-list="showMyList"
|
|
72
|
+
:location-icon="locationIcon"
|
|
73
|
+
/>
|
|
63
74
|
<BaseLink
|
|
64
75
|
v-else
|
|
65
76
|
variant="none"
|
|
@@ -229,6 +240,7 @@ import BaseImage from './../BaseImage/BaseImage.vue'
|
|
|
229
240
|
import BaseImagePlaceholder from './../BaseImagePlaceholder/BaseImagePlaceholder.vue'
|
|
230
241
|
import EventCard from './../EventCard/EventCard.vue'
|
|
231
242
|
import BlockLinkCard from './../BlockLinkCard/BlockLinkCard.vue'
|
|
243
|
+
import AttractionCard from './../AttractionCard/AttractionCard.vue'
|
|
232
244
|
import { lookupContentType } from '../../utils/lookupContentType'
|
|
233
245
|
import type { HeadingLevel } from './../BaseHeading/BaseHeading.vue'
|
|
234
246
|
|
|
@@ -241,7 +253,8 @@ export default defineComponent({
|
|
|
241
253
|
BaseImagePlaceholder,
|
|
242
254
|
EventCard,
|
|
243
255
|
BlockLinkCard,
|
|
244
|
-
PodcastEpisodeCard
|
|
256
|
+
PodcastEpisodeCard,
|
|
257
|
+
AttractionCard
|
|
245
258
|
},
|
|
246
259
|
props: {
|
|
247
260
|
url: {
|
|
@@ -307,6 +320,10 @@ export default defineComponent({
|
|
|
307
320
|
type: Boolean,
|
|
308
321
|
default: false
|
|
309
322
|
},
|
|
323
|
+
isAttraction: {
|
|
324
|
+
type: Boolean,
|
|
325
|
+
required: false
|
|
326
|
+
},
|
|
310
327
|
media: {
|
|
311
328
|
type: String,
|
|
312
329
|
required: false,
|
|
@@ -375,6 +392,19 @@ export default defineComponent({
|
|
|
375
392
|
time: {
|
|
376
393
|
type: Object as PropType<EduResourcesTime>,
|
|
377
394
|
default: undefined
|
|
395
|
+
},
|
|
396
|
+
wait: {
|
|
397
|
+
type: String,
|
|
398
|
+
required: false,
|
|
399
|
+
default: undefined
|
|
400
|
+
},
|
|
401
|
+
showMyList: {
|
|
402
|
+
type: Boolean,
|
|
403
|
+
default: false
|
|
404
|
+
},
|
|
405
|
+
locationIcon: {
|
|
406
|
+
type: String,
|
|
407
|
+
default: ''
|
|
378
408
|
}
|
|
379
409
|
},
|
|
380
410
|
computed: {
|