@explorer-1/vue 0.2.53 → 0.2.55
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/dist/explorer-1-vue.js +6113 -6105
- package/dist/explorer-1-vue.umd.cjs +16 -16
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +96 -4
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +96 -4
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +12 -10
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +12 -5
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +7 -7
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +7 -7
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +4 -4
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +9 -9
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +6 -6
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +4 -4
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +4 -4
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +4 -4
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +3 -1
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +3 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +70 -6
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +685 -34
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +141 -4
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +124 -4
- package/dist/src/components/BasePill/BasePill.vue.d.ts +4 -4
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +1 -1
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +1 -1
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +4 -4
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +4 -4
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +6 -6
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +33 -33
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +8 -8
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +61 -4
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +4 -4
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +3 -3
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +230 -3
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +172 -5
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +170 -4
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +96 -4
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +7 -5
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +1 -1
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +35 -5
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +87 -3
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +60 -23
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +4 -4
- package/dist/src/components/BlockTable/BlockTable.vue.d.ts +3 -3
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +175 -4
- package/dist/src/components/BlockText/BlockText.vue.d.ts +4 -4
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +95 -4
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +4 -4
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +172 -4
- package/dist/src/components/FormContact/FormContact.stories.d.ts +361 -1
- package/dist/src/components/FormContact/FormContact.vue.d.ts +361 -1
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +396 -1
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +396 -1
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +51 -4
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +281 -3
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +141 -3
- package/dist/src/components/Icons/Icon360.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconArrow.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconArrows.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconAudio.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBook.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCaret.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconClose.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconDownload.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconExpand.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconExternal.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconFilter.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconGrid.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconHand.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconInfo.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconLink.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconList.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconLocation.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMedal.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMenu.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMinus.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMute.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconNext.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPause.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPlay.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPlus.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPrev.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconProfile.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSearch.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconShare.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconStop.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSubject.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconTime.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconUser.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconVolume.vue.d.ts +1 -1
- package/dist/src/components/Icons/Icons.stories.d.ts +110 -110
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +142 -3
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +4 -4
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +1 -1
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +1 -1
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +4 -5
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +4 -4
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -4
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +4 -4
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -4
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +154 -4
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +63 -8
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +460 -31
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +199 -12
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +63 -6
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +195 -8
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +6 -4
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +6 -4
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +8 -4
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +3 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +3 -3
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +44 -4
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +5 -5
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +5 -5
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +99 -4
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +99 -4
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +4 -4
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +8 -8
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +4 -4
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +4 -4
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +67 -3
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +59 -4
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +3 -3
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +58 -3
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -5
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +5 -5
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +96 -3
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +19 -1
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +4 -4
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +99 -4
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +1 -1
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +92 -1
- package/dist/src/components/TextArea/TextArea.vue.d.ts +14 -14
- package/dist/src/components/TextInput/TextInput.vue.d.ts +14 -14
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +3 -1
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +314 -3
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +1 -1
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +3 -3
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +3 -3
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +16 -16
- package/dist/src/docs/foundation/typography.stories.d.ts +7 -7
- package/dist/src/interfaces.d.ts +1 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +105 -38
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +112 -34
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +131 -35
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +112 -34
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/BaseImage/BaseImage.vue +2 -28
- package/src/components/BlockHeading/BlockHeading.vue +1 -1
- package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +4 -28
- package/src/components/BlockLinkCard/BlockLinkCard.stories.js +31 -4
- package/src/components/BlockLinkCard/BlockLinkCard.vue +1 -1
- package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +0 -2
- package/src/components/HeroMedia/HeroMedia.vue +7 -5
- package/src/components/HeroMedium/HeroMedium.vue +1 -1
- package/src/components/MetaPanel/MetaPanel.vue +6 -6
- package/src/components/MetadataEduResource/MetadataEduResource.vue +7 -2
- package/src/components/MetadataEvent/MetadataEvent.vue +3 -2
- package/src/components/NavJumpMenu/NavJumpMenu.vue +7 -1
- package/src/components/NavJumpMenu/NavJumpMenuContent.vue +6 -1
- package/src/components/SearchFilterGroup/SearchFilterGroup.vue +1 -0
- package/src/components/SearchInput/SearchInput.vue +15 -4
- package/src/components/SearchResultCard/SearchResultCard.stories.js +13 -2
- package/src/components/SearchResultsList/SearchResultsList.vue +8 -2
- package/src/interfaces.ts +1 -0
- package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.js +16 -0
- package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue +45 -14
- package/src/templates/edu/PageEduHome/PageEduHome.stories.js +99 -0
- package/src/templates/edu/PageEduHome/PageEduHome.vue +154 -0
- package/src/templates/edu/PageEduLesson/PageEduLesson.stories.js +26 -1
- package/src/templates/edu/PageEduLesson/PageEduLesson.vue +57 -19
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.js +30 -3
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +126 -97
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +59 -44
- package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.js +26 -1
- package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue +44 -16
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +0 -36
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +0 -37
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +0 -33
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +0 -19
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +0 -24
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +0 -345
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +0 -24
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +0 -68
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +0 -65
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +0 -74
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +0 -58
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +0 -25
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +0 -57
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +0 -19
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +0 -198
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +0 -306
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +0 -47
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +0 -93
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +0 -16
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +0 -202
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +0 -32
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +0 -36
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +0 -42
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +0 -49
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +0 -40
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +0 -38
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +0 -156
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +0 -15
- package/dist/src/components/EventCard/EventCard.vue.d.ts +0 -111
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +0 -42
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +0 -66
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +0 -96
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +0 -45
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +0 -33
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +0 -15
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +0 -106
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +0 -24
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +0 -18
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +0 -565
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +0 -65
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +0 -21
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +0 -65
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +0 -30
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +0 -36
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +0 -34
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +0 -12
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +0 -265
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +0 -118
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +0 -648
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +0 -94
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +0 -14
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +0 -15
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +0 -338
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +0 -12
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +0 -20
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +0 -29
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +0 -18
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +0 -2
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +0 -656
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +0 -94
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +0 -54
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +0 -395
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +0 -46
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +0 -35
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +0 -75
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +0 -70
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +0 -30
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +0 -40
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +0 -19
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +0 -82
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +0 -55
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +0 -287
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +0 -193
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +0 -62
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +0 -35
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +0 -32
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +0 -75
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +0 -33
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +0 -27
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +0 -167
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +0 -39
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +0 -22
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +0 -31
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +0 -28
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +0 -22
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +0 -17
|
@@ -40,6 +40,7 @@ export namespace BaseStory {
|
|
|
40
40
|
export { AboutTheAuthorData as authors };
|
|
41
41
|
export let hero: {
|
|
42
42
|
blockType: string;
|
|
43
|
+
displayCaption: boolean;
|
|
43
44
|
imageInline: {
|
|
44
45
|
alt: string;
|
|
45
46
|
caption: string;
|
|
@@ -93,9 +94,9 @@ export namespace BaseStory {
|
|
|
93
94
|
detailUrl: string;
|
|
94
95
|
};
|
|
95
96
|
caption: string;
|
|
96
|
-
displayCaption: boolean;
|
|
97
97
|
}[];
|
|
98
98
|
export let heroConstrain: boolean;
|
|
99
|
+
export let heroPosition: string;
|
|
99
100
|
export namespace lesson {
|
|
100
101
|
let title_2: string;
|
|
101
102
|
export { title_2 as title };
|
|
@@ -212,6 +213,23 @@ export namespace BaseStory {
|
|
|
212
213
|
width: number;
|
|
213
214
|
};
|
|
214
215
|
};
|
|
216
|
+
} | {
|
|
217
|
+
blockType: string;
|
|
218
|
+
text: string;
|
|
219
|
+
alignTo: string;
|
|
220
|
+
image: {
|
|
221
|
+
alt: string;
|
|
222
|
+
src: {
|
|
223
|
+
height: number;
|
|
224
|
+
url: string;
|
|
225
|
+
width: number;
|
|
226
|
+
};
|
|
227
|
+
original: string;
|
|
228
|
+
caption: string;
|
|
229
|
+
credit: string;
|
|
230
|
+
detailUrl: string;
|
|
231
|
+
};
|
|
232
|
+
displayCaption: boolean;
|
|
215
233
|
} | {
|
|
216
234
|
blockType: string;
|
|
217
235
|
value: string;
|
|
@@ -473,10 +491,87 @@ export namespace BaseStory {
|
|
|
473
491
|
}
|
|
474
492
|
}
|
|
475
493
|
}
|
|
476
|
-
export namespace
|
|
494
|
+
export namespace HeroTitle {
|
|
477
495
|
export namespace args_1 {
|
|
478
496
|
export namespace data_1 {
|
|
479
497
|
let hero_1: {
|
|
498
|
+
heroSummary: string;
|
|
499
|
+
blockType: string;
|
|
500
|
+
imageInline: {
|
|
501
|
+
alt: string;
|
|
502
|
+
caption: string;
|
|
503
|
+
credit: string;
|
|
504
|
+
detailUrl: string;
|
|
505
|
+
original: string;
|
|
506
|
+
src: {
|
|
507
|
+
height: number;
|
|
508
|
+
url: string;
|
|
509
|
+
width: number;
|
|
510
|
+
};
|
|
511
|
+
srcSet: string;
|
|
512
|
+
};
|
|
513
|
+
image: {
|
|
514
|
+
src: {
|
|
515
|
+
url: string;
|
|
516
|
+
width: number;
|
|
517
|
+
height: number;
|
|
518
|
+
};
|
|
519
|
+
screenXs: {
|
|
520
|
+
url: string;
|
|
521
|
+
width: number;
|
|
522
|
+
};
|
|
523
|
+
screenSm: {
|
|
524
|
+
url: string;
|
|
525
|
+
width: number;
|
|
526
|
+
};
|
|
527
|
+
screenMd: {
|
|
528
|
+
url: string;
|
|
529
|
+
width: number;
|
|
530
|
+
};
|
|
531
|
+
screenLg: {
|
|
532
|
+
url: string;
|
|
533
|
+
width: number;
|
|
534
|
+
};
|
|
535
|
+
screenXl: {
|
|
536
|
+
url: string;
|
|
537
|
+
width: number;
|
|
538
|
+
};
|
|
539
|
+
screenTwoxl: {
|
|
540
|
+
url: string;
|
|
541
|
+
width: number;
|
|
542
|
+
};
|
|
543
|
+
screenThreexl: {
|
|
544
|
+
url: string;
|
|
545
|
+
width: number;
|
|
546
|
+
};
|
|
547
|
+
alt: string;
|
|
548
|
+
caption: string;
|
|
549
|
+
credit: string;
|
|
550
|
+
detailUrl: string;
|
|
551
|
+
};
|
|
552
|
+
caption: string;
|
|
553
|
+
displayCaption: boolean;
|
|
554
|
+
}[];
|
|
555
|
+
export { hero_1 as hero };
|
|
556
|
+
}
|
|
557
|
+
export { data_1 as data };
|
|
558
|
+
}
|
|
559
|
+
export { args_1 as args };
|
|
560
|
+
}
|
|
561
|
+
export namespace InlineHero {
|
|
562
|
+
export namespace args_2 {
|
|
563
|
+
export namespace data_2 {
|
|
564
|
+
let heroPosition_1: string;
|
|
565
|
+
export { heroPosition_1 as heroPosition };
|
|
566
|
+
}
|
|
567
|
+
export { data_2 as data };
|
|
568
|
+
}
|
|
569
|
+
export { args_2 as args };
|
|
570
|
+
}
|
|
571
|
+
export namespace HeroCarousel {
|
|
572
|
+
export namespace args_3 {
|
|
573
|
+
export namespace data_3 {
|
|
574
|
+
let hero_2: {
|
|
480
575
|
blockType: string;
|
|
481
576
|
blocks: {
|
|
482
577
|
image: {
|
|
@@ -495,16 +590,16 @@ export namespace HeroCarousel {
|
|
|
495
590
|
};
|
|
496
591
|
}[];
|
|
497
592
|
}[];
|
|
498
|
-
export {
|
|
593
|
+
export { hero_2 as hero };
|
|
499
594
|
}
|
|
500
|
-
export {
|
|
595
|
+
export { data_3 as data };
|
|
501
596
|
}
|
|
502
|
-
export {
|
|
597
|
+
export { args_3 as args };
|
|
503
598
|
}
|
|
504
599
|
export namespace HeroImageComparison {
|
|
505
|
-
export namespace
|
|
506
|
-
export namespace
|
|
507
|
-
let
|
|
600
|
+
export namespace args_4 {
|
|
601
|
+
export namespace data_4 {
|
|
602
|
+
let hero_3: {
|
|
508
603
|
blockType: string;
|
|
509
604
|
beforeImage: {
|
|
510
605
|
src: {
|
|
@@ -524,16 +619,16 @@ export namespace HeroImageComparison {
|
|
|
524
619
|
};
|
|
525
620
|
caption: string;
|
|
526
621
|
}[];
|
|
527
|
-
export {
|
|
622
|
+
export { hero_3 as hero };
|
|
528
623
|
}
|
|
529
|
-
export {
|
|
624
|
+
export { data_4 as data };
|
|
530
625
|
}
|
|
531
|
-
export {
|
|
626
|
+
export { args_4 as args };
|
|
532
627
|
}
|
|
533
628
|
export namespace HeroVideo {
|
|
534
|
-
export namespace
|
|
535
|
-
export namespace
|
|
536
|
-
let
|
|
629
|
+
export namespace args_5 {
|
|
630
|
+
export namespace data_5 {
|
|
631
|
+
let hero_4: {
|
|
537
632
|
blockType: string;
|
|
538
633
|
video: {
|
|
539
634
|
duration: string;
|
|
@@ -551,51 +646,52 @@ export namespace HeroVideo {
|
|
|
551
646
|
caption: string;
|
|
552
647
|
credit: string;
|
|
553
648
|
}[];
|
|
554
|
-
export {
|
|
649
|
+
export { hero_4 as hero };
|
|
555
650
|
}
|
|
556
|
-
export {
|
|
651
|
+
export { data_5 as data };
|
|
557
652
|
}
|
|
558
|
-
export {
|
|
653
|
+
export { args_5 as args };
|
|
559
654
|
}
|
|
560
655
|
export namespace HeroVideoEmbed {
|
|
561
|
-
export namespace
|
|
562
|
-
export namespace
|
|
563
|
-
let
|
|
656
|
+
export namespace args_6 {
|
|
657
|
+
export namespace data_6 {
|
|
658
|
+
let hero_5: {
|
|
564
659
|
embed: {
|
|
565
660
|
embed: string;
|
|
566
661
|
};
|
|
567
662
|
blockType: string;
|
|
663
|
+
displayCaption: boolean;
|
|
568
664
|
caption: string;
|
|
569
665
|
credit: string;
|
|
570
666
|
}[];
|
|
571
|
-
export {
|
|
667
|
+
export { hero_5 as hero };
|
|
572
668
|
}
|
|
573
|
-
export {
|
|
669
|
+
export { data_6 as data };
|
|
574
670
|
}
|
|
575
|
-
export {
|
|
671
|
+
export { args_6 as args };
|
|
576
672
|
}
|
|
577
673
|
export namespace HeroIframeEmbed {
|
|
578
|
-
export namespace
|
|
579
|
-
export namespace
|
|
580
|
-
let
|
|
674
|
+
export namespace args_7 {
|
|
675
|
+
export namespace data_7 {
|
|
676
|
+
let hero_6: {
|
|
581
677
|
blockType: string;
|
|
582
678
|
title: string;
|
|
583
679
|
caption: string;
|
|
584
680
|
url: string;
|
|
585
681
|
}[];
|
|
586
|
-
export {
|
|
682
|
+
export { hero_6 as hero };
|
|
587
683
|
}
|
|
588
|
-
export {
|
|
684
|
+
export { data_7 as data };
|
|
589
685
|
}
|
|
590
|
-
export {
|
|
686
|
+
export { args_7 as args };
|
|
591
687
|
}
|
|
592
688
|
export namespace NoHero {
|
|
593
|
-
export namespace
|
|
594
|
-
export namespace
|
|
595
|
-
let
|
|
596
|
-
export {
|
|
689
|
+
export namespace args_8 {
|
|
690
|
+
export namespace data_8 {
|
|
691
|
+
let hero_7: never[];
|
|
692
|
+
export { hero_7 as hero };
|
|
597
693
|
}
|
|
598
|
-
export {
|
|
694
|
+
export { data_8 as data };
|
|
599
695
|
}
|
|
600
|
-
export {
|
|
696
|
+
export { args_8 as args };
|
|
601
697
|
}
|
|
@@ -94,6 +94,7 @@ export namespace BaseStory {
|
|
|
94
94
|
displayCaption: boolean;
|
|
95
95
|
}[];
|
|
96
96
|
export let heroConstrain: boolean;
|
|
97
|
+
export let heroPosition: string;
|
|
97
98
|
export let body: ({
|
|
98
99
|
blockType: string;
|
|
99
100
|
fullBleed: boolean;
|
|
@@ -206,10 +207,87 @@ export namespace BaseStory {
|
|
|
206
207
|
}
|
|
207
208
|
}
|
|
208
209
|
}
|
|
209
|
-
export namespace
|
|
210
|
+
export namespace HeroTitle {
|
|
210
211
|
export namespace args_1 {
|
|
211
212
|
export namespace data_1 {
|
|
212
213
|
let hero_1: {
|
|
214
|
+
heroSummary: string;
|
|
215
|
+
blockType: string;
|
|
216
|
+
imageInline: {
|
|
217
|
+
alt: string;
|
|
218
|
+
caption: string;
|
|
219
|
+
credit: string;
|
|
220
|
+
detailUrl: string;
|
|
221
|
+
original: string;
|
|
222
|
+
src: {
|
|
223
|
+
height: number;
|
|
224
|
+
url: string;
|
|
225
|
+
width: number;
|
|
226
|
+
};
|
|
227
|
+
srcSet: string;
|
|
228
|
+
};
|
|
229
|
+
image: {
|
|
230
|
+
src: {
|
|
231
|
+
url: string;
|
|
232
|
+
width: number;
|
|
233
|
+
height: number;
|
|
234
|
+
};
|
|
235
|
+
screenXs: {
|
|
236
|
+
url: string;
|
|
237
|
+
width: number;
|
|
238
|
+
};
|
|
239
|
+
screenSm: {
|
|
240
|
+
url: string;
|
|
241
|
+
width: number;
|
|
242
|
+
};
|
|
243
|
+
screenMd: {
|
|
244
|
+
url: string;
|
|
245
|
+
width: number;
|
|
246
|
+
};
|
|
247
|
+
screenLg: {
|
|
248
|
+
url: string;
|
|
249
|
+
width: number;
|
|
250
|
+
};
|
|
251
|
+
screenXl: {
|
|
252
|
+
url: string;
|
|
253
|
+
width: number;
|
|
254
|
+
};
|
|
255
|
+
screenTwoxl: {
|
|
256
|
+
url: string;
|
|
257
|
+
width: number;
|
|
258
|
+
};
|
|
259
|
+
screenThreexl: {
|
|
260
|
+
url: string;
|
|
261
|
+
width: number;
|
|
262
|
+
};
|
|
263
|
+
alt: string;
|
|
264
|
+
caption: string;
|
|
265
|
+
credit: string;
|
|
266
|
+
detailUrl: string;
|
|
267
|
+
};
|
|
268
|
+
caption: string;
|
|
269
|
+
displayCaption: boolean;
|
|
270
|
+
}[];
|
|
271
|
+
export { hero_1 as hero };
|
|
272
|
+
}
|
|
273
|
+
export { data_1 as data };
|
|
274
|
+
}
|
|
275
|
+
export { args_1 as args };
|
|
276
|
+
}
|
|
277
|
+
export namespace InlineHero {
|
|
278
|
+
export namespace args_2 {
|
|
279
|
+
export namespace data_2 {
|
|
280
|
+
let heroPosition_1: string;
|
|
281
|
+
export { heroPosition_1 as heroPosition };
|
|
282
|
+
}
|
|
283
|
+
export { data_2 as data };
|
|
284
|
+
}
|
|
285
|
+
export { args_2 as args };
|
|
286
|
+
}
|
|
287
|
+
export namespace HeroCarousel {
|
|
288
|
+
export namespace args_3 {
|
|
289
|
+
export namespace data_3 {
|
|
290
|
+
let hero_2: {
|
|
213
291
|
blockType: string;
|
|
214
292
|
blocks: {
|
|
215
293
|
image: {
|
|
@@ -228,16 +306,16 @@ export namespace HeroCarousel {
|
|
|
228
306
|
};
|
|
229
307
|
}[];
|
|
230
308
|
}[];
|
|
231
|
-
export {
|
|
309
|
+
export { hero_2 as hero };
|
|
232
310
|
}
|
|
233
|
-
export {
|
|
311
|
+
export { data_3 as data };
|
|
234
312
|
}
|
|
235
|
-
export {
|
|
313
|
+
export { args_3 as args };
|
|
236
314
|
}
|
|
237
315
|
export namespace HeroImageComparison {
|
|
238
|
-
export namespace
|
|
239
|
-
export namespace
|
|
240
|
-
let
|
|
316
|
+
export namespace args_4 {
|
|
317
|
+
export namespace data_4 {
|
|
318
|
+
let hero_3: {
|
|
241
319
|
blockType: string;
|
|
242
320
|
beforeImage: {
|
|
243
321
|
src: {
|
|
@@ -257,16 +335,16 @@ export namespace HeroImageComparison {
|
|
|
257
335
|
};
|
|
258
336
|
caption: string;
|
|
259
337
|
}[];
|
|
260
|
-
export {
|
|
338
|
+
export { hero_3 as hero };
|
|
261
339
|
}
|
|
262
|
-
export {
|
|
340
|
+
export { data_4 as data };
|
|
263
341
|
}
|
|
264
|
-
export {
|
|
342
|
+
export { args_4 as args };
|
|
265
343
|
}
|
|
266
344
|
export namespace HeroVideo {
|
|
267
|
-
export namespace
|
|
268
|
-
export namespace
|
|
269
|
-
let
|
|
345
|
+
export namespace args_5 {
|
|
346
|
+
export namespace data_5 {
|
|
347
|
+
let hero_4: {
|
|
270
348
|
blockType: string;
|
|
271
349
|
video: {
|
|
272
350
|
duration: string;
|
|
@@ -284,16 +362,16 @@ export namespace HeroVideo {
|
|
|
284
362
|
caption: string;
|
|
285
363
|
credit: string;
|
|
286
364
|
}[];
|
|
287
|
-
export {
|
|
365
|
+
export { hero_4 as hero };
|
|
288
366
|
}
|
|
289
|
-
export {
|
|
367
|
+
export { data_5 as data };
|
|
290
368
|
}
|
|
291
|
-
export {
|
|
369
|
+
export { args_5 as args };
|
|
292
370
|
}
|
|
293
371
|
export namespace HeroVideoEmbed {
|
|
294
|
-
export namespace
|
|
295
|
-
export namespace
|
|
296
|
-
let
|
|
372
|
+
export namespace args_6 {
|
|
373
|
+
export namespace data_6 {
|
|
374
|
+
let hero_5: {
|
|
297
375
|
embed: {
|
|
298
376
|
embed: string;
|
|
299
377
|
};
|
|
@@ -301,34 +379,34 @@ export namespace HeroVideoEmbed {
|
|
|
301
379
|
caption: string;
|
|
302
380
|
credit: string;
|
|
303
381
|
}[];
|
|
304
|
-
export {
|
|
382
|
+
export { hero_5 as hero };
|
|
305
383
|
}
|
|
306
|
-
export {
|
|
384
|
+
export { data_6 as data };
|
|
307
385
|
}
|
|
308
|
-
export {
|
|
386
|
+
export { args_6 as args };
|
|
309
387
|
}
|
|
310
388
|
export namespace HeroIframeEmbed {
|
|
311
|
-
export namespace
|
|
312
|
-
export namespace
|
|
313
|
-
let
|
|
389
|
+
export namespace args_7 {
|
|
390
|
+
export namespace data_7 {
|
|
391
|
+
let hero_6: {
|
|
314
392
|
blockType: string;
|
|
315
393
|
title: string;
|
|
316
394
|
caption: string;
|
|
317
395
|
url: string;
|
|
318
396
|
}[];
|
|
319
|
-
export {
|
|
397
|
+
export { hero_6 as hero };
|
|
320
398
|
}
|
|
321
|
-
export {
|
|
399
|
+
export { data_7 as data };
|
|
322
400
|
}
|
|
323
|
-
export {
|
|
401
|
+
export { args_7 as args };
|
|
324
402
|
}
|
|
325
403
|
export namespace NoHero {
|
|
326
|
-
export namespace
|
|
327
|
-
export namespace
|
|
328
|
-
let
|
|
329
|
-
export {
|
|
404
|
+
export namespace args_8 {
|
|
405
|
+
export namespace data_8 {
|
|
406
|
+
let hero_7: never[];
|
|
407
|
+
export { hero_7 as hero };
|
|
330
408
|
}
|
|
331
|
-
export {
|
|
409
|
+
export { data_8 as data };
|
|
332
410
|
}
|
|
333
|
-
export {
|
|
411
|
+
export { args_8 as args };
|
|
334
412
|
}
|