@explorer-1/vue 0.0.0 → 0.0.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/dist/edu/.gitkeep +0 -0
- package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
- package/dist/edu/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1/bg-stars-edu.png +0 -0
- package/dist/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1-vue.d.ts +1 -0
- package/dist/explorer-1-vue.js +25211 -0
- package/dist/explorer-1-vue.umd.cjs +51 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +52 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +36 -0
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +53 -0
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +35 -0
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +24 -0
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +59 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +165 -0
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +94 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +63 -0
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +183 -0
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +37 -0
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +143 -0
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +88 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +19 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +86 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +61 -0
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +5 -0
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +4 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +55 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +182 -0
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +341 -0
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +19 -0
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +17 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +26 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +2 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +74 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
- package/dist/src/components/BaseTag/BaseTag.stories.d.ts +65 -0
- package/dist/src/components/BaseTag/BaseTag.vue.d.ts +39 -0
- package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +106 -0
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +88 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +258 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +83 -0
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +29 -0
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +22 -0
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +34 -0
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +12 -0
- package/dist/src/components/BlockCard/BlockCard.stories.d.ts +34 -0
- package/dist/src/components/BlockCard/BlockCard.vue.d.ts +42 -0
- package/dist/src/components/BlockCardGroup/BlockCardGroup.stories.d.ts +32 -0
- package/dist/src/components/BlockCardGroup/BlockCardGroup.vue.d.ts +21 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +57 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +61 -0
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +36 -0
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +25 -0
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +19 -0
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +12 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +37 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +16 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +345 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +24 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +49 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +46 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +61 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +66 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +68 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +58 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +46 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +15 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +103 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +57 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +72 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +19 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +20 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +12 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +112 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +101 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +207 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +41 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +80 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +93 -0
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +56 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +16 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +203 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +32 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +44 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +25 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +42 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +357 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +55 -0
- package/dist/src/components/BlockTable/BlockTable.stories.d.ts +17 -0
- package/dist/src/components/BlockTable/BlockTable.vue.d.ts +17 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +61 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +100 -0
- package/dist/src/components/BlockText/BlockText.stories.d.ts +30 -0
- package/dist/src/components/BlockText/BlockText.vue.d.ts +32 -0
- package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.stories.d.ts +17 -0
- package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.vue.d.ts +14 -0
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +23 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +22 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +24 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +25 -0
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +79 -0
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +58 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +36 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +82 -0
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +29 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +15 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +101 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +48 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +33 -0
- package/dist/src/components/FormContact/FormContact.stories.d.ts +22 -0
- package/dist/src/components/FormContact/FormContact.vue.d.ts +9 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +49 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +36 -0
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +40 -0
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +46 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +146 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +40 -0
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +171 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +59 -0
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +76 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +59 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +344 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +45 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +56 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +29 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +31 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +15 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +93 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +17 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +118 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +20 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +14 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +555 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +65 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +123 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +15 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +14 -0
- package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
- package/dist/src/components/Icons/Icons.stories.d.ts +492 -0
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +16 -0
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +24 -0
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +41 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +111 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +14 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +32 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +90 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +282 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +65 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +30 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +36 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +50 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +34 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +115 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +268 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +115 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +23 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +41 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +12 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +81 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +62 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +265 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +118 -0
- package/dist/src/components/MixinDropdownToggle/MixinDropdownToggle.vue.d.ts +27 -0
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +153 -0
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +2 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +22 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +12 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +598 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +93 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +30 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +14 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +15 -0
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +22 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +12 -0
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +43 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +20 -0
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +39 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +29 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +23 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +2 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +595 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +82 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +46 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +46 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +28 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +12 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +19 -0
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +24 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +40 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +39 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +20 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +22 -0
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +42 -0
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +16 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +36 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +37 -0
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +19 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +82 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +55 -0
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +22 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +115 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +30 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +38 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +63 -0
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +42 -0
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +58 -0
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +67 -0
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +17 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +61 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +164 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +71 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +92 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +62 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +18 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
- package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +39 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +14 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
- package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +7 -0
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +83 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +27 -0
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +6 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +31 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +32 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +45 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +33 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +27 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +83 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +14 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +167 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +39 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +157 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +18 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +100 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +31 -0
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +39 -0
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +16 -0
- package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +158 -0
- package/dist/src/docs/foundation/themes.stories.d.ts +32 -0
- package/dist/src/docs/foundation/typography.stories.d.ts +102 -0
- package/dist/src/interfaces.d.ts +118 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/store/header.d.ts +18 -0
- package/dist/src/store/theme.d.ts +14 -0
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +197 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +20 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +106 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +18 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +3682 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +17 -0
- package/dist/src/templates/edu/PageEduNewsDetail.stories.d.ts +1178 -0
- package/dist/src/utils/dayjs.d.ts +2 -0
- package/dist/src/utils/filters.d.ts +4 -0
- package/dist/src/utils/mixins.d.ts +57 -0
- package/dist/style.css +1 -0
- package/lib/main.ts +333 -2
- package/package.json +5 -5
- package/src/components/BaseHeading/BaseHeading.stories.js +3 -3
- package/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.js +2 -4
- package/src/components/BlockCard/BlockCard.stories.js +10 -0
- package/src/components/CalendarButton/CalendarButton.vue +1 -1
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +3 -3
- package/src/components/MixinFancybox/MixinFancyboxOpenButton.vue +1 -1
- package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
- package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -1
- package/src/components/NavSecondary/NavSecondaryDropdownContent.vue +1 -1
- package/src/components/NavSocial/NavSocial.vue +1 -1
- package/src/components/SearchResultsList/SearchResultsList.vue +1 -1
- package/src/components/ShareButtons/ShareButtons.vue +1 -1
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.js +2 -2
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
- package/src/components/SwimlaneCTA/SwimlaneCTA.stories.mdx +1 -1
- package/src/docs/foundation/color.docs.mdx +52 -52
- package/src/docs/foundation/grid_layouthelpers.stories.js +1 -1
- package/src/templates/PageNewsDetail/PageNewsDetail.stories.js +3 -3
- package/src/utils/mixins.ts +2 -2
- package/vite.config.ts +6 -22
|
@@ -15,42 +15,42 @@ import { Meta, Story, Canvas } from '@storybook/blocks'
|
|
|
15
15
|
|
|
16
16
|
Each of these foundation colors has specific usage scenarios.
|
|
17
17
|
|
|
18
|
-
| Color
|
|
19
|
-
|
|
|
20
|
-
| <div
|
|
21
|
-
| <div
|
|
22
|
-
| <div
|
|
23
|
-
| <div
|
|
24
|
-
| <div
|
|
25
|
-
| <div
|
|
26
|
-
| <div
|
|
27
|
-
| <div
|
|
18
|
+
| Color | Name | Token |
|
|
19
|
+
| :-------------------------------------------- | :------------- | :--------------- |
|
|
20
|
+
| <div className="bg-jpl-red-light p-4"></div> | JPL Red Light | `jpl-red-light` |
|
|
21
|
+
| <div className="bg-jpl-red p-4"></div> | JPL Red | `jpl-red` |
|
|
22
|
+
| <div className="bg-jpl-red-dark p-4"></div> | JPL Red Dark | `jpl-red-dark` |
|
|
23
|
+
| <div className="bg-jpl-red-darker p-4"></div> | JPL Red Darker | `jpl-red-darker` |
|
|
24
|
+
| <div className="bg-jpl-aqua p-4"></div> | JPL Aqua | `aqua` |
|
|
25
|
+
| <div className="bg-blue p-4"></div> | Blue | `blue` |
|
|
26
|
+
| <div className="bg-dark-blue p-4"></div> | Dark Blue | `dark-blue` |
|
|
27
|
+
| <div className="bg-green p-4"></div> | Green | `green` |
|
|
28
28
|
|
|
29
29
|
### Reserved for Internal Use
|
|
30
30
|
|
|
31
31
|
These colors should not be used on public-facing JPL websites.
|
|
32
32
|
|
|
33
|
-
| Color
|
|
34
|
-
|
|
|
35
|
-
| <div
|
|
36
|
-
| <div
|
|
37
|
-
| <div
|
|
38
|
-
| <div
|
|
33
|
+
| Color | Name | Token |
|
|
34
|
+
| :------------------------------------------------- | :------------------ | :-------------------- |
|
|
35
|
+
| <div className="bg-jpl-sky-blue-light p-4"></div> | JPL Sky Blue Light | `jpl-sky-blue-light` |
|
|
36
|
+
| <div className="bg-jpl-sky-blue p-4"></div> | JPL Sky Blue | `jpl-sky-blue` |
|
|
37
|
+
| <div className="bg-jpl-sky-blue-dark p-4"></div> | JPL Sky Blue Dark | `jpl-sky-blue-dark` |
|
|
38
|
+
| <div className="bg-jpl-sky-blue-darker p-4"></div> | JPL Sky Blue Darker | `jpl-sky-blue-darker` |
|
|
39
39
|
|
|
40
40
|
### Reserved for EDU Use
|
|
41
41
|
|
|
42
42
|
These colors should not be used on public-facing JPL websites.
|
|
43
43
|
|
|
44
|
-
| Color
|
|
45
|
-
|
|
|
46
|
-
| <div
|
|
47
|
-
| <div
|
|
48
|
-
| <div
|
|
49
|
-
| <div
|
|
50
|
-
| <div
|
|
51
|
-
| <div
|
|
52
|
-
| <div
|
|
53
|
-
| <div
|
|
44
|
+
| Color | Name | Token |
|
|
45
|
+
| :----------------------------------------------- | :---------------- | :------------------ |
|
|
46
|
+
| <div className="bg-jpl-purple-light p-4"></div> | JPL Purple Light | `jpl-purple-light` |
|
|
47
|
+
| <div className="bg-jpl-purple p-4"></div> | JPL Purple | `jpl-purple` |
|
|
48
|
+
| <div className="bg-jpl-purple-dark p-4"></div> | JPL Purple Dark | `jpl-purple-dark` |
|
|
49
|
+
| <div className="bg-jpl-purple-darker p-4"></div> | JPL Purple Darker | `jpl-purple-darker` |
|
|
50
|
+
| <div className="bg-jpl-teal-light p-4"></div> | JPL Teal Light | `jpl-teal-light` |
|
|
51
|
+
| <div className="bg-jpl-teal p-4"></div> | JPL Teal | `jpl-teal` |
|
|
52
|
+
| <div className="bg-jpl-teal-dark p-4"></div> | JPL Teal Dark | `jpl-teal-dark` |
|
|
53
|
+
| <div className="bg-jpl-teal-darker p-4"></div> | JPL Teal Darker | `jpl-teal-darker` |
|
|
54
54
|
|
|
55
55
|
<span id="functional-gray-tones"></span>
|
|
56
56
|
|
|
@@ -58,24 +58,24 @@ These colors should not be used on public-facing JPL websites.
|
|
|
58
58
|
|
|
59
59
|
Grayscale colors are used throughout the site for text and layout.
|
|
60
60
|
|
|
61
|
-
| Color
|
|
62
|
-
|
|
|
63
|
-
| <div
|
|
64
|
-
| <div
|
|
65
|
-
| <div
|
|
66
|
-
| <div
|
|
67
|
-
| <div
|
|
68
|
-
| <div
|
|
69
|
-
| <div
|
|
70
|
-
| <div
|
|
61
|
+
| Color | Name | Token | Value |
|
|
62
|
+
| :-------------------------------------------- | :------------- | :--------------- | :-------- |
|
|
63
|
+
| <div className="bg-white p-4"></div> | White | `white` | `#FFFFFF` |
|
|
64
|
+
| <div className="bg-off-white p-4"></div> | Off White | `off-white` | `#FAFAFA` |
|
|
65
|
+
| <div className="bg-gray-light p-4"></div> | Gray Light | `gray-light` | `#F5F5F5` |
|
|
66
|
+
| <div className="bg-gray-light-mid p-4"></div> | Gray Light Mid | `gray-light-mid` | `#D8D8D8` |
|
|
67
|
+
| <div className="bg-gray-mid p-4"></div> | Gray Mid | `gray-mid` | `#949494` |
|
|
68
|
+
| <div className="bg-gray-mid-dark p-4"></div> | Gray Mid Dark | `gray-mid-dark` | `#6F6F6F` |
|
|
69
|
+
| <div className="bg-gray-dark p-4"></div> | Gray Dark | `gray-dark` | `#222222` |
|
|
70
|
+
| <div className="bg-black p-4"></div> | Black | `black` | `#000000` |
|
|
71
71
|
|
|
72
|
-
Although several gradations are available via Tailwind CSS
|
|
72
|
+
Although several gradations are available via Tailwind CSS classNamees, make sure to only use the intended colors for text:
|
|
73
73
|
|
|
74
|
-
- <div
|
|
74
|
+
- <div className="w-3 h-3 bg-gray-dark inline-block"></div>
|
|
75
75
|
<code>.text-gray-dark</code>
|
|
76
|
-
- <div
|
|
76
|
+
- <div className="w-3 h-3 bg-gray-mid-dark inline-block"></div>
|
|
77
77
|
<code>.text-gray-mid-dark</code>
|
|
78
|
-
- <div
|
|
78
|
+
- <div className="w-3 h-3 bg-gray-mid inline-block"></div>
|
|
79
79
|
<code>.text-gray-mid</code>
|
|
80
80
|
|
|
81
81
|
<span id="semantic-colors"></span>
|
|
@@ -87,23 +87,23 @@ Recommended for use in forms, alerts, or any element meant to communicate a stat
|
|
|
87
87
|
**Note:** Color should never be the _only_ means used to convey state information;
|
|
88
88
|
it must always be accompanied by text or iconography that makes it clear for colorblind users.
|
|
89
89
|
|
|
90
|
-
| Color
|
|
91
|
-
|
|
|
92
|
-
| <div
|
|
93
|
-
| <div
|
|
94
|
-
| <div
|
|
95
|
-
| <div
|
|
96
|
-
| <div
|
|
97
|
-
| <div
|
|
98
|
-
| <div
|
|
99
|
-
| <div
|
|
100
|
-
| <div
|
|
90
|
+
| Color | Name | Token | Value |
|
|
91
|
+
| :------------------------------------------------- | :------------------ | :-------------------- | :-------- |
|
|
92
|
+
| <div className="bg-alert-gold p-4"></div> | Alert Gold | `alert-gold` | `#FFBA32` |
|
|
93
|
+
| <div className="bg-alert-gold-light p-4"></div> | Alert Gold Light | `alert-gold-light` | `#FFF9EB` |
|
|
94
|
+
| <div className="bg-disabled-gray p-4"></div> | Disabled Gray | `disabled-gray` | `#D8D8D8` |
|
|
95
|
+
| <div className="bg-error-red p-4"></div> | Error Red | `error-red` | `#C1152E` |
|
|
96
|
+
| <div className="bg-error-red-light p-4"></div> | Error Red Light | `error-red-light` | `#FFE8EB` |
|
|
97
|
+
| <div className="bg-focus-blue p-4"></div> | Focus Blue | `focus-blue` | `#1871C9` |
|
|
98
|
+
| <div className="bg-focus-blue-light p-4"></div> | Focus Blue Light | `focus-blue-light` | `#E8F1FA` |
|
|
99
|
+
| <div className="bg-success-green p-4"></div> | Success Green | `success-green` | `#33A17B` |
|
|
100
|
+
| <div className="bg-success-green-light p-4"></div> | Success Green Light | `success-green-light` | `#E1F5EE` |
|
|
101
101
|
|
|
102
102
|
<span id="tokens"></span>
|
|
103
103
|
|
|
104
104
|
## Tokens
|
|
105
105
|
|
|
106
|
-
All colors are available via Tailwind CSS
|
|
106
|
+
All colors are available via Tailwind CSS classNamees using tokens:
|
|
107
107
|
|
|
108
108
|
```
|
|
109
109
|
.bg-{token}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HeroMediaData } from './../../components/HeroMedia/HeroMedia
|
|
2
|
-
import { DetailHeadlineData } from './../../components/DetailHeadline/DetailHeadline
|
|
3
|
-
import { BlockStreamfieldData } from './../../components/BlockStreamfield/BlockStreamfield
|
|
1
|
+
import { HeroMediaData } from './../../components/HeroMedia/HeroMedia.stories'
|
|
2
|
+
import { DetailHeadlineData } from './../../components/DetailHeadline/DetailHeadline.stories'
|
|
3
|
+
import { BlockStreamfieldData } from './../../components/BlockStreamfield/BlockStreamfield.stories'
|
|
4
4
|
import {
|
|
5
5
|
BlockLinkCardCarouselData,
|
|
6
6
|
BlockLinkTileCarouselData
|
package/src/utils/mixins.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// import Vue from 'vue'
|
|
2
2
|
// @ts-ignore
|
|
3
3
|
import dayjs from './dayjs'
|
|
4
|
-
import { useHeaderStore } from '
|
|
4
|
+
import { useHeaderStore } from '@explorer-1/vue/src/store/header'
|
|
5
5
|
import { useRoute } from 'vue-router'
|
|
6
6
|
import type {
|
|
7
7
|
BreadcrumbPathObject,
|
|
8
8
|
ImageObject,
|
|
9
9
|
ImageSrcObject,
|
|
10
10
|
RelatedLinkObject
|
|
11
|
-
} from '
|
|
11
|
+
} from '@explorer-1/vue/src/interfaces'
|
|
12
12
|
// srcSet data structure
|
|
13
13
|
export interface SrcSetDataValue {
|
|
14
14
|
url: string
|
package/vite.config.ts
CHANGED
|
@@ -15,22 +15,6 @@ export default defineConfig({
|
|
|
15
15
|
dirs: ['./src/components', './src/templates']
|
|
16
16
|
})
|
|
17
17
|
],
|
|
18
|
-
css: {
|
|
19
|
-
preprocessorOptions: {
|
|
20
|
-
scss: {
|
|
21
|
-
additionalData: `@import "@explorer-1/common/src/scss/_hover.scss";`
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
// build: {
|
|
26
|
-
// rollupOptions: {
|
|
27
|
-
// output: {
|
|
28
|
-
// assetFileNames: 'assets/[name].[ext]',
|
|
29
|
-
// entryFileNames: 'assets/[name].js',
|
|
30
|
-
// chunkFileNames: 'assets/[name].js'
|
|
31
|
-
// }
|
|
32
|
-
// }
|
|
33
|
-
// }
|
|
34
18
|
build: {
|
|
35
19
|
lib: {
|
|
36
20
|
// Could also be a dictionary or array of multiple entry points
|
|
@@ -40,14 +24,14 @@ export default defineConfig({
|
|
|
40
24
|
fileName: 'explorer-1-vue'
|
|
41
25
|
},
|
|
42
26
|
rollupOptions: {
|
|
43
|
-
// make sure to externalize deps that shouldn't be bundled
|
|
44
|
-
|
|
45
|
-
external: ['vue', 'swiper', '@fancyapps/ui', 'dayjs', 'click-outside-vue3'],
|
|
27
|
+
// make sure to externalize deps that shouldn't be bundled into your library
|
|
28
|
+
external: ['vue', 'lodash'],
|
|
46
29
|
output: {
|
|
47
|
-
// Provide global variables to use in the UMD build
|
|
48
|
-
// for externalized deps
|
|
30
|
+
// Provide global variables to use in the UMD build for externalized deps
|
|
49
31
|
globals: {
|
|
50
|
-
vue: 'Vue'
|
|
32
|
+
vue: 'Vue',
|
|
33
|
+
lodash: 'lodash',
|
|
34
|
+
'lodash/throttle': '_throttle'
|
|
51
35
|
}
|
|
52
36
|
}
|
|
53
37
|
}
|